@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/swell_child/assets/fonts/NotoSansJP-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/swell_child/assets/fonts/NotoSansJP-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/swell_child/assets/fonts/MPLUS2-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/swell_child/assets/fonts/MPLUS2-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/swell_child/assets/fonts/Roboto-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/swell_child/assets/fonts/Roboto-Bold.woff2) format("woff2");
  font-display: swap;
}
html {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.266675vw;
  }
}

body {
  font-family: "Noto Sans JP";
  line-height: 1.9;
  color: #333;
  letter-spacing: 0.05rem;
}

img {
  backface-visibility: hidden;
}

.pcmode {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcmode {
    display: none !important;
  }
}

.spmode {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spmode {
    display: block !important;
  }
}

/* ↓ アニメーションの定義 -------*/
@keyframes scroll-btn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@keyframes leaf-move {
  from {
    transform: rotate(7.5deg);
  }
  to {
    transform: rotate(-7.5deg);
  }
}
.js-observe {
  opacity: 0;
}
.js-observe.js-count {
  opacity: 1;
}

.fadeIn {
  animation: fadeIn 3s ease 0s both 1 normal;
}

.fadeInRight {
  animation: fadeInRight 1.5s ease 0s both 1 normal;
}

.fadeInLeft {
  animation: fadeInLeft 1.5s ease 0s both 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp0 {
  animation: fadeInUp0 1.25s ease 0s both 1 normal;
}

.fadeInUp1 {
  animation: fadeInUp1 1.25s ease 0.5s both 1 normal;
}

.fadeInUp2 {
  animation: fadeInUp2 1.25s ease 1s both 1 normal;
}

.fadeInUp3 {
  animation: fadeInUp3 1.25s ease 1.5s both 1 normal;
}

.fadeInUp4 {
  animation: fadeInUp4 1.25s ease 2s both 1 normal;
}

.fadeInUp5 {
  animation: fadeInUp5 1.25s ease 2.5s both 1 normal;
}

@keyframes fadeInUp0 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp4 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp5 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* ↓ インナーの定義 -------*/
.w1300 {
  width: 1300px;
  max-width: 95%;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.w1100 {
  width: 1100px;
  max-width: 95%;
  margin: 0 auto;
}

.w1093 {
  width: 1093px;
  max-width: 80%;
  margin: 0 auto;
}

.w1080 {
  width: 1080px;
  max-width: 95%;
  margin: 0 auto;
}

.w890 {
  width: 890px;
  max-width: 75%;
  margin: 0 auto;
}

.w850 {
  width: 850px;
  max-width: 95%;
  margin: 0 auto;
}

.w555 {
  width: 555px;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .w555 {
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  .w555 {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sw100 {
    width: 100%;
    max-width: 100%;
  }
  .sw98 {
    max-width: 98%;
  }
  .sw92 {
    max-width: 92%;
  }
  .sw88 {
    max-width: 88%;
  }
  .sw82 {
    max-width: 82%;
  }
}
/*------ 本体サイトのスタイル ------*/
.btn-main {
  display: block;
  width: 14rem;
  padding: 1rem 0 !important;
  line-height: 1.9 !important;
  color: #fff !important;
  text-align: center;
  background: #c9ae2c;
  border-radius: 9999px;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .btn-main:hover {
    opacity: 0.3;
  }
}
.btn-main {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .btn-main {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .btn-main {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-main {
    font-size: 1.2499975586rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-main {
    width: 18rem;
  }
}

.sec-top-title {
  display: flex;
  gap: 1.5rem;
  align-items: baseline;
  margin-bottom: 2rem;
  background: no-repeat linear-gradient(90deg, #7976bf 0 27.5%, #dbdaea 27.5%) bottom/100% 2px;
}
@media screen and (max-width: 768px) {
  .sec-top-title {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.sec-top-title h2 {
  flex-shrink: 0;
  font-family: "M PLUS 2";
  letter-spacing: 0;
}
.sec-top-title h2 {
  font-size: 3.4375rem;
}
@media screen and (max-width: 1600px) {
  .sec-top-title h2 {
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec-top-title h2 {
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-top-title h2 {
    font-size: 2.4999951172rem;
  }
}
.sec-top-title span {
  flex-shrink: 0;
  font-family: "M PLUS 2";
}
.sec-top-title span {
  font-size: 1.625rem;
}
@media screen and (max-width: 1600px) {
  .sec-top-title span {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec-top-title span {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-top-title span {
    font-size: 1.3749973145rem;
  }
}

.sec-top-text {
  margin-bottom: 3.5rem;
  line-height: 2.6;
}
.sec-top-text {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .sec-top-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec-top-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-top-text {
    font-size: 0.9999980469rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-top-text {
    margin-bottom: 2rem;
    line-height: 2.1;
  }
}

.page-breadcrumbs {
  padding: 0.5rem 0 0.7rem;
}
@media screen and (max-width: 768px) {
  .page-breadcrumbs {
    padding: 0.25rem 0 0.4rem;
  }
}
.page-breadcrumbs h1 {
  font-weight: 400;
}
.page-breadcrumbs h1 {
  font-size: 1.375rem;
}
@media screen and (max-width: 1600px) {
  .page-breadcrumbs h1 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1300px) {
  .page-breadcrumbs h1 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .page-breadcrumbs h1 {
    font-size: 0.9999980469rem;
  }
}

.page-wrapper .page-mv {
  text-align: center;
  background: #f4efd5;
}
@media screen and (max-width: 768px) {
  .page-wrapper .page-mv {
    position: relative;
  }
}
.page-wrapper .page-mv__wrapper {
  padding: 2rem 0;
}
.page-wrapper .page-mv__wrapper h2 {
  font-family: "M PLUS 2";
  font-weight: 400;
  line-height: 1.4;
  color: #163562;
}
.page-wrapper .page-mv__wrapper h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 1600px) {
  .page-wrapper .page-mv__wrapper h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .page-wrapper .page-mv__wrapper h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper .page-mv__wrapper h2 {
    font-size: 2.1874957275rem;
  }
}
.page-wrapper .page-mv__wrapper h2 span {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP";
  color: #999;
}
.page-wrapper .page-mv__wrapper h2 span {
  font-size: 1.875rem;
}
@media screen and (max-width: 1600px) {
  .page-wrapper .page-mv__wrapper h2 span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .page-wrapper .page-mv__wrapper h2 span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper .page-mv__wrapper h2 span {
    font-size: 1.5624969482rem;
  }
}
.page-wrapper .page-mv__wrapper img {
  position: absolute;
  top: -0.75rem;
  right: -15rem;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .page-wrapper .page-mv__wrapper img {
    top: 0.65rem;
    right: 1.25rem;
    height: 4rem;
  }
}
.page-wrapper .page-mv__container {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-wrapper .page-mv__container {
    position: static;
  }
}
.page-wrapper--business .page-mv__wrapper h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 1600px) {
  .page-wrapper--business .page-mv__wrapper h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .page-wrapper--business .page-mv__wrapper h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper--business .page-mv__wrapper h2 {
    font-size: 1.4999970703rem;
  }
}
.page-wrapper--business .page-mv__wrapper h2 span {
  font-size: 1.875rem;
}
@media screen and (max-width: 1600px) {
  .page-wrapper--business .page-mv__wrapper h2 span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .page-wrapper--business .page-mv__wrapper h2 span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper--business .page-mv__wrapper h2 span {
    font-size: 1.1249978027rem;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper--business .page-mv__wrapper img {
    top: 0.75rem;
    right: 0.75rem;
    height: 3rem;
  }
}
.page-wrapper .page-nav__container {
  padding: 1rem 0;
  background: #fff;
}
.page-wrapper .page-nav__container ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-wrapper .page-nav__container ul {
    gap: 0.5rem 0;
  }
}
.page-wrapper .page-nav__container ul li {
  position: relative;
}
.page-wrapper .page-nav__container ul li:last-child::before {
  display: none;
}
.page-wrapper .page-nav__container ul li::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  margin: auto;
  background: #333;
  position: absolute;
  display: block;
  content: "";
}
.page-wrapper .page-nav__container ul li a {
  display: block;
  padding: 0 1.25rem;
  color: #333;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .page-wrapper .page-nav__container ul li a:hover {
    opacity: 0.3;
  }
}
.page-wrapper .page-nav__container ul li a {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .page-wrapper .page-nav__container ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .page-wrapper .page-nav__container ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper .page-nav__container ul li a {
    font-size: 0.7499985352rem;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper .page-nav__container ul li a {
    padding: 0 0.75rem;
    letter-spacing: 0;
  }
}

/*------ 採用サイト ------*/
.btn-basic {
  display: block;
  width: 14rem;
  padding: 1rem 0 !important;
  line-height: 1.9 !important;
  color: #fff !important;
  text-align: center;
  background: #8bc34a;
  border-radius: 9999px;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .btn-basic:hover {
    opacity: 0.3;
  }
}
.btn-basic {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .btn-basic {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .btn-basic {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-basic {
    font-size: 1.2499975586rem;
  }
}
.btn-basic.btn-modal {
  background: #b52696;
}
@media screen and (max-width: 768px) {
  .btn-basic {
    width: 18rem;
  }
}

.bnr-contact {
  padding: 3rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .bnr-contact {
    padding: 2rem 0 4rem;
  }
}
.bnr-contact__title {
  display: flex;
  gap: 1.5rem;
  align-items: baseline;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .bnr-contact__title {
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
}
.bnr-contact__title h2 {
  flex-shrink: 0;
  font-family: "M PLUS 2";
  letter-spacing: 0;
}
.bnr-contact__title h2 {
  font-size: 3.4375rem;
}
@media screen and (max-width: 1600px) {
  .bnr-contact__title h2 {
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 1300px) {
  .bnr-contact__title h2 {
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .bnr-contact__title h2 {
    font-size: 2.4999951172rem;
  }
}
.bnr-contact__title span {
  flex-shrink: 0;
  font-family: "M PLUS 2";
}
.bnr-contact__title span {
  font-size: 1.625rem;
}
@media screen and (max-width: 1600px) {
  .bnr-contact__title span {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1300px) {
  .bnr-contact__title span {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .bnr-contact__title span {
    font-size: 1.3749973145rem;
  }
}
.bnr-contact__list {
  display: flex;
  gap: 7.5rem;
}
@media screen and (max-width: 1300px) {
  .bnr-contact__list {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .bnr-contact__list {
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.bnr-contact__list li p {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .bnr-contact__list li p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .bnr-contact__list li p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .bnr-contact__list li p {
    font-size: 0.9999980469rem;
  }
}
.bnr-contact__list li:last-child {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .bnr-contact__list li:last-child {
    width: 100%;
    padding-top: 0;
  }
}
.bnr-contact__list li:last-child img {
  display: block;
  width: 16rem;
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .bnr-contact__list li:last-child img {
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .bnr-contact__list li:last-child img {
    width: 9rem;
    margin: 0 auto;
  }
}
.bnr-contact a {
  margin: -3.5rem auto 0 auto;
}
@media screen and (max-width: 1300px) {
  .bnr-contact a {
    margin: 1rem auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .bnr-contact a {
    margin: 0 auto 0 auto;
  }
}

.bnr-entry {
  position: relative;
  padding: 4rem 0;
  background: rgba(158, 158, 158, 0.3019607843);
}
@media screen and (max-width: 768px) {
  .bnr-entry {
    padding: 3rem 0;
  }
}
.bnr-entry .btn-basic {
  margin: 0 auto;
}

.bg-gray {
  background: #f4f2f4;
}

.ttlRec {
  text-align: center;
}
.ttlRec h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.2rem;
  margin-top: 0.5rem;
  font-family: "M PLUS 2";
  font-weight: 400;
  line-height: 1.65;
  color: #163562;
  letter-spacing: 0.6rem;
  background: #f0d4ea;
}
.ttlRec h1 {
  font-size: 1.875rem;
}
@media screen and (max-width: 1600px) {
  .ttlRec h1 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .ttlRec h1 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .ttlRec h1 {
    font-size: 1.5624969482rem;
  }
}
@media screen and (max-width: 768px) {
  .ttlRec h1 {
    height: 8rem;
  }
}
.ttlRec h1 span {
  position: relative;
}
.ttlRec h1 span img {
  position: absolute;
  top: 0;
  right: -19rem;
  bottom: -4rem;
  height: 12rem;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .ttlRec h1 span img {
    right: -12rem;
  }
}
@media screen and (max-width: 768px) {
  .ttlRec h1 span img {
    right: -4rem;
    bottom: -3.75rem;
    height: 6rem;
  }
}
.ttlRec p {
  padding: 1.2rem 0;
  background: #fff;
}

.current-menu a {
  color: #b52696 !important;
}

.modal-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  transform: scale(1.4);
  transition: transform ease 0.4s;
}
.modal-area.scale-modal {
  transform: scale(1);
}
.modal-area h2 {
  position: relative;
  margin-bottom: 0.9rem;
  color: #b52696;
}
.modal-area h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .modal-area h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .modal-area h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-area h2 {
    font-size: 1.4062472534rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-area h2 {
    margin-left: 3.25rem;
  }
}
.modal-area h2::before {
  top: 0;
  right: 102.5%;
  bottom: 0;
  left: -9rem;
  height: 1px;
  margin: auto;
  background: #b52696;
  position: absolute;
  display: block;
  content: "";
}
@media screen and (max-width: 1300px) {
  .modal-area h2::before {
    left: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-area h2::before {
    left: -3rem;
  }
}
.modal-area h2 {
  margin-bottom: 2rem;
  margin-left: 9rem;
}
@media screen and (max-width: 1300px) {
  .modal-area h2 {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-area h2 {
    margin-bottom: 1rem;
    margin-left: 3rem;
  }
}
.modal-area .modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-area .close-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  height: 66%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-area .close-wrapper {
    height: 75%;
  }
}
.modal-area .close-modal {
  position: absolute;
  top: 3rem;
  right: -28rem;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  background: #b52696;
  border-radius: 50%;
  box-shadow: 0 0.05rem 0.25rem 0.025rem rgba(44, 30, 28, 0.78);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .modal-area .close-modal:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 1000px) {
  .modal-area .close-modal {
    right: -45vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-area .close-modal {
    top: 2.5rem;
    right: -10.75rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.modal-area .modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 950px;
  max-width: 95%;
  height: 66%;
  padding: 1rem 3rem 5rem;
  overflow: auto;
  background-color: #fff;
  border-radius: 1.5rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-area .modal-inner {
    max-width: 92%;
    height: 75%;
    padding: 0.5rem 1rem 3rem;
  }
}
.modal-area .modal-inner::-webkit-scrollbar {
  width: 15px;
}
@media screen and (max-width: 768px) {
  .modal-area .modal-inner::-webkit-scrollbar {
    width: 7.5px;
  }
}
.modal-area .modal-inner::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.modal-area .modal-inner::-webkit-scrollbar-thumb {
  background: #b52696;
  border-radius: 10px;
}
.modal-area .close-modal::before,
.modal-area .close-modal::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.75rem;
  height: 2px;
  margin: auto;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .modal-area .close-modal::before,
  .modal-area .close-modal::after {
    width: 1.5rem;
  }
}
.modal-area .close-modal::before {
  transform: translateY(0) rotate(45deg);
}
.modal-area .close-modal::after {
  transform: translateY(0) rotate(-45deg);
}

.modal-table {
  margin-top: 2rem;
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
  .modal-table {
    margin-top: 1rem;
  }
}
.modal-table--division dl {
  gap: 1.5rem;
}
.modal-table dl {
  display: flex;
  padding: 1.35rem 0;
  line-height: 1.4;
  border-top: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
  .modal-table dl {
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
    padding: 0.75rem 0;
  }
}
.modal-table dl dt {
  flex-shrink: 0;
  width: 9rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .modal-table dl dt {
    width: auto;
  }
}
.modal-table dl dd:first-of-type {
  flex-shrink: 0;
  font-weight: 700;
}

.sitemapSec__list {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 1300px) {
  .sitemapSec__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .sitemapSec__list {
    flex-wrap: wrap;
    gap: 0rem;
  }
}
.sitemapSec__item {
  margin-bottom: 1rem !important;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .sitemapSec__item {
    margin-bottom: 0.5rem !important;
  }
}
.sitemapSec__item--business > a {
  pointer-events: none;
}
.sitemapSec__item a {
  display: block;
  color: #333;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .sitemapSec__item a:hover {
    opacity: 0.3;
  }
}
.sitemapSec__item a {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .sitemapSec__item a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .sitemapSec__item a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .sitemapSec__item a {
    font-size: 0.874998291rem;
  }
}
.sitemapSec__item a i {
  margin-right: 0.25rem;
  color: #7976bf;
}
.sitemapSec__item .btn-mail {
  font-size: 2.125rem;
}
@media screen and (max-width: 1600px) {
  .sitemapSec__item .btn-mail {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .sitemapSec__item .btn-mail {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .sitemapSec__item .btn-mail {
    font-size: 2.1249958496rem;
  }
}
.sitemapSec__child {
  position: relative;
  display: block;
  margin-left: 2.3rem;
}
.sitemapSec__child::before {
  inset: 0 auto 0 -1rem;
  width: 0.5rem;
  height: 1px;
  margin: auto;
  background: #7976bf;
  position: absolute;
  display: block;
  content: "";
}

.page-prepare {
  padding: 2rem 0 6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-prepare {
    padding: 1rem 0 4rem;
  }
}
.page-prepare h2 {
  margin-bottom: 2rem;
  font-family: "M PLUS 2";
}
.page-prepare h2 {
  font-size: 4.0625rem;
}
@media screen and (max-width: 1600px) {
  .page-prepare h2 {
    font-size: 4.0625rem;
  }
}
@media screen and (max-width: 1300px) {
  .page-prepare h2 {
    font-size: 4.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .page-prepare h2 {
    font-size: 2.6249948731rem;
  }
}
@media screen and (max-width: 768px) {
  .page-prepare h2 {
    margin-bottom: 1rem;
  }
}
.page-prepare p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .page-prepare p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .page-prepare p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-prepare p {
    font-size: 1.2499975586rem;
  }
}

/* ------ メガメニュー ------ */
.mvSec {
  position: relative;
  padding: 4.5rem 0 8.5rem;
  overflow: hidden;
  font-family: "M PLUS 2";
}
@media screen and (max-width: 768px) {
  .mvSec {
    padding: 2.5rem 0 5.5rem;
    margin-bottom: 0;
  }
}
.mvSec__scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .mvSec__scroll {
    bottom: 0.75rem;
  }
}
.mvSec__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #163562;
  letter-spacing: 0.1rem;
}
.mvSec__arrow {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .mvSec__arrow {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .mvSec__arrow {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .mvSec__arrow {
    font-size: 0.874998291rem;
  }
}
.mvSec__arrow .arrow-bottom {
  height: 0.75rem;
  animation: scroll-btn 2s infinite;
}
.mvSec__arrow .arrow-bottom {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .mvSec__arrow .arrow-bottom {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .mvSec__arrow .arrow-bottom {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mvSec__arrow .arrow-bottom {
    font-size: 1.2499975586rem;
  }
}
@media screen and (max-width: 768px) {
  .mvSec__arrow .arrow-bottom {
    height: 0.65rem;
  }
}
.mvSec__arrow .arrow-bottom01 {
  animation-delay: 0s;
}
.mvSec__arrow .arrow-bottom02 {
  animation-delay: 0.15s;
}
.mvSec__arrow .arrow-bottom03 {
  margin-bottom: 0.35rem;
  animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .mvSec__arrow .arrow-bottom03 {
    margin-bottom: 0.2rem;
  }
}
.mvSec__mvLogo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .mvSec__mvLogo {
    top: 1rem;
    left: 1rem;
  }
}
.mvSec__mvLogo a {
  display: inline-block;
  width: 25.7rem;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .mvSec__mvLogo a:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .mvSec__mvLogo a {
    width: 13rem;
  }
}
.mvSec__mvLogo img {
  width: 100%;
}
.mvSec__mvLogo span {
  display: block;
  margin-top: 0.15rem;
  font-weight: 400;
}
.mvSec__mvLogo span {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .mvSec__mvLogo span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .mvSec__mvLogo span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .mvSec__mvLogo span {
    font-size: 0.7499985352rem;
  }
}
.mvSec__container {
  position: relative;
  color: #163562;
}
.mvSec__container h1 {
  margin-bottom: 6.5rem;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0;
}
@media screen and (max-width: 1300px) {
  .mvSec__container h1 {
    margin-bottom: 6.5vw;
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  .mvSec__container h1 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 2.4;
  }
}
.mvSec__container h1 span {
  display: inline-block;
  margin: 0 1rem;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .mvSec__container h1 span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .mvSec__container h1 span {
    margin: 0 0.35rem;
    font-size: 1.4rem;
  }
}
.mvSec__container h1 span:first-child {
  margin-left: 0;
}
.mvSec__container h1 span:last-child {
  margin-right: 0;
  font-weight: 400;
}
.mvSec__container p {
  font-family: "M PLUS 2";
  font-size: 1.375rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 1300px) {
  .mvSec__container p {
    right: 0;
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 768px) {
  .mvSec__container p {
    position: static;
    font-size: 0.9rem;
    writing-mode: horizontal-tb;
  }
}
.mvSec__container p.fadeIn {
  animation-delay: 1.5s;
}
.mvSec__image {
  position: absolute;
  right: 0;
  bottom: -1rem;
  z-index: -10;
  width: 40rem;
}
@media screen and (max-width: 1300px) {
  .mvSec__image {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .mvSec__image {
    position: static;
    width: 18rem !important;
    margin: 1.5rem auto 0 auto;
  }
}
.mvSec__image .mv-item {
  position: relative;
  width: 100%;
}
.mvSec__image .mv-leaf.fadeIn {
  animation-delay: 1.5s;
}
.mvSec__image .mv-leaf .mv-leaf01 {
  position: absolute;
  bottom: 2rem;
  left: -7rem;
  width: 14rem;
  transform-origin: 100% 100%;
  animation: leaf-move 4s ease-in-out 0s infinite alternate-reverse;
}
@media screen and (max-width: 1300px) {
  .mvSec__image .mv-leaf .mv-leaf01 {
    bottom: 2.5vw;
    left: -11vw;
    width: 19vw;
  }
}
@media screen and (max-width: 768px) {
  .mvSec__image .mv-leaf .mv-leaf01 {
    bottom: 1.25rem;
    left: -2.75rem;
    width: 6rem;
  }
}
.mvSec__image .mv-leaf .mv-leaf02 {
  position: absolute;
  right: -8rem;
  bottom: 2rem;
  width: 15rem;
  transform-origin: 0% 100%;
  animation: leaf-move 3s ease-in-out 0.3s infinite alternate;
}
@media screen and (max-width: 1300px) {
  .mvSec__image .mv-leaf .mv-leaf02 {
    right: -10vw;
    bottom: 2.5vw;
    width: 18vw;
  }
}
@media screen and (max-width: 768px) {
  .mvSec__image .mv-leaf .mv-leaf02 {
    right: -3rem;
    bottom: 1.25rem;
    width: 6rem;
  }
}

.headerSec {
  position: sticky;
  top: 0;
  z-index: 99999;
  padding: 1rem 1.5rem 1rem;
  background: #dbdaea;
}
@media screen and (max-width: 768px) {
  .headerSec {
    padding: 0.75rem 1rem 0.5rem;
  }
}
.headerSec--page {
  padding: 1.1rem 1.5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .headerSec--page {
    padding: 0.75rem 1rem 1.8rem;
  }
}
.headerSec__logo {
  margin-right: auto;
  text-align: left !important;
}
@media screen and (max-width: 1300px) {
  .headerSec__logo {
    order: 0;
  }
}
.headerSec__logo a {
  display: inline-block;
  width: 18.5rem;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .headerSec__logo a:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__logo a {
    width: 12rem;
  }
}
.headerSec__logo a img {
  width: 100%;
}
.headerSec__logo span {
  display: block;
  margin-top: 0.25rem;
  font-weight: 400;
}
.headerSec__logo span {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .headerSec__logo span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__logo span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__logo span {
    font-size: 0.6874986572rem;
  }
}
.headerSec__container {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .headerSec__container {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__container {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__menu {
    order: 2;
    width: 100%;
  }
}
.headerSec__list {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .headerSec__list {
    display: none !important;
  }
}
.headerSec__item {
  line-height: 1.4;
  text-align: center;
  position: relative;
}
.headerSec__item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.headerSec__item .sub-menu {
  position: absolute;
  top: 100%;
  right: -120px;
  left: -120px;
  visibility: hidden;
  padding-top: 25px;
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.headerSec__item .sub-menu .child-menu {
  padding: 20px 10px 25px 70px;
  background: rgba(219, 218, 234, 0.9);
}
.headerSec__item .sub-menu .child-menu li {
  position: relative;
  text-align: left;
}
.headerSec__item .sub-menu .child-menu li:not(:first-child) {
  margin-top: 15px;
}
.headerSec__item .sub-menu .child-menu li::before {
  top: 50%;
  left: -40px;
  width: 24px;
  height: 3px;
  margin: auto;
  background: #7976bf;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  content: "";
}
.headerSec__item .sub-menu .child-menu li a {
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .headerSec__item .sub-menu .child-menu li a:hover {
    opacity: 0.3;
  }
}
.headerSec__item .sub-menu .child-menu li a {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .headerSec__item .sub-menu .child-menu li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__item .sub-menu .child-menu li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__item .sub-menu .child-menu li a {
    font-size: 0.9999980469rem;
  }
}
.headerSec__item a {
  color: #333;
  cursor: pointer;
  transition: ease color 0.3s;
}
@media (any-hover: hover) {
  .headerSec__item a:hover {
    color: #b52696;
  }
}
.headerSec__item a {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .headerSec__item a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__item a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__item a {
    font-size: 1.1249978027rem;
  }
}
.headerSec__item a span {
  display: block;
  color: #7976bf;
}
.headerSec__item a span {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .headerSec__item a span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__item a span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__item a span {
    font-size: 0.9999980469rem;
  }
}
.headerSec__item a i {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .headerSec__item a i {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__item a i {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__item a i {
    font-size: 1.4999970703rem;
  }
}
.headerSec .btn-contact {
  margin-left: 1.5rem;
}
.headerSec .btn-contact a {
  background: #c9ae2c;
}
.headerSec .btn-recruit a {
  background: #b52696;
}
@media screen and (max-width: 1600px) {
  .headerSec .btn-contact,
  .headerSec .btn-recruit {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .headerSec .btn-contact,
  .headerSec .btn-recruit {
    display: none;
  }
}
.headerSec .btn-contact a,
.headerSec .btn-recruit a {
  width: 10rem;
  padding: 0.75rem 0 !important;
  line-height: 1.4 !important;
}
.headerSec .btn-contact a,
.headerSec .btn-recruit a {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .headerSec .btn-contact a,
  .headerSec .btn-recruit a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec .btn-contact a,
  .headerSec .btn-recruit a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec .btn-contact a,
  .headerSec .btn-recruit a {
    font-size: 0.9999980469rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec .btn-contact a,
  .headerSec .btn-recruit a {
    width: 9.5rem;
  }
}
.headerSec .btn-contact a span,
.headerSec .btn-recruit a span {
  display: block;
}
.headerSec .btn-contact a span,
.headerSec .btn-recruit a span {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .headerSec .btn-contact a span,
  .headerSec .btn-recruit a span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec .btn-contact a span,
  .headerSec .btn-recruit a span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec .btn-contact a span,
  .headerSec .btn-recruit a span {
    font-size: 0.874998291rem;
  }
}

/*------ hamburger ------*/
.spNav {
  display: none;
}
@media screen and (max-width: 768px) {
  .spNav {
    display: block;
  }
}

.js-bg {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.fat-nav {
  z-index: 9999;
  background: none;
  transform-origin: 50% 0%;
}

.hamburger {
  top: 0.75rem;
  right: 1.25rem;
  z-index: 9999;
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
.hamburger.active {
  background: #b52696;
  border: none;
}
.hamburger.active .hamburger__icon::before,
.hamburger.active .hamburger__icon::after {
  background: #fff;
}
.hamburger.active .hamburger__icon::before {
  top: -12px;
}
.hamburger.active .hamburger__icon::after {
  top: 12px;
}
.hamburger__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.4rem;
  height: 3px;
  margin: auto;
  background: #b52696;
}
.hamburger__icon::before {
  top: -0.5rem;
  width: 1.4rem;
  height: 3px;
  background: #b52696;
}
.hamburger__icon::after {
  top: 0.5rem;
  width: 1.4rem;
  height: 3px;
  background: #b52696;
}

.nav-container {
  width: 100%;
  padding-top: 5.25rem;
  background: #fff;
}
.nav-container .nav-list {
  display: block;
  margin-top: 0.5rem;
}
.nav-container .nav-list li {
  padding: 0;
  border-top: 1px solid #ddd;
}
.nav-container .nav-list li:last-child {
  border-bottom: 1px solid #ddd;
}
.nav-container .nav-list li a {
  display: block;
  padding: 0.75rem 0;
  padding-left: 1rem;
  text-align: left;
  background: #fff;
}
.nav-container .nav-list li a {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .nav-container .nav-list li a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .nav-container .nav-list li a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-container .nav-list li a {
    font-size: 1.2499975586rem;
  }
}
.nav-container .nav-list li a span {
  margin-left: 0.5rem;
  color: #7976bf;
}
.nav-container .nav-list li a span {
  font-size: 0.75rem;
}
@media screen and (max-width: 1600px) {
  .nav-container .nav-list li a span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1300px) {
  .nav-container .nav-list li a span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-container .nav-list li a span {
    font-size: 0.7499985352rem;
  }
}
.nav-container .nav-list li dl div {
  display: none;
}
.nav-container .nav-list li dl dt {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  text-align: left;
  cursor: pointer;
  background: #fff;
}
.nav-container .nav-list li dl dt a {
  pointer-events: none;
}
.nav-container .nav-list li dl dt::before {
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 1.5rem;
  height: 0.2rem;
  margin: auto;
  background: #7976bf;
  border-radius: 0.2rem;
  transition: 0.4s;
  position: absolute;
  display: block;
  content: "";
}
.nav-container .nav-list li dl dt::after {
  top: 0;
  right: 2.1rem;
  bottom: 0;
  width: 0.2rem;
  height: 1.5rem;
  margin: auto;
  background: #7976bf;
  border-radius: 1rem;
  transform: rotate(0deg);
  transition: 0.4s;
  position: absolute;
  display: block;
  content: "";
}
.nav-container .nav-list li dl dt.open::before {
  right: 1.5rem;
}
.nav-container .nav-list li dl dt.open::after {
  right: 2.1rem;
  transform: rotate(90deg);
}
.nav-container .nav-list li dl dd a {
  background: #f3f3f3 !important;
  border-top: 1px solid #ddd;
}
.nav-container .nav-list li dl dd a {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .nav-container .nav-list li dl dd a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .nav-container .nav-list li dl dd a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-container .nav-list li dl dd a {
    font-size: 0.9999980469rem;
  }
}

.nav-headBtns {
  display: flex !important;
  gap: 1rem;
  justify-content: center;
  padding: 1rem 0 !important;
  background: #fff;
}

.nav-headBtn {
  padding: 0 !important;
}
.nav-headBtn.btn-contact a {
  background: #c9ae2c;
}
.nav-headBtn.btn-recruit a {
  background: #b52696;
}
.nav-headBtn a {
  width: 10rem;
  padding: 0.75rem 0 !important;
  line-height: 1.55 !important;
}
.nav-headBtn a {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .nav-headBtn a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .nav-headBtn a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-headBtn a {
    font-size: 0.9999980469rem;
  }
}
.nav-headBtn a span {
  display: block;
}
.nav-headBtn a span {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .nav-headBtn a span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .nav-headBtn a span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-headBtn a span {
    font-size: 0.874998291rem;
  }
}

.footerSec {
  position: relative;
  color: #fff;
  background: #7976bf;
}
.footerSec__container {
  display: flex;
  gap: 8rem;
  padding: 4rem 0 4rem;
}
@media screen and (max-width: 1300px) {
  .footerSec__container {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__container {
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 3rem 0 3rem;
  }
}
.footerSec__logo {
  display: block;
  width: 22rem;
  margin-bottom: 3.75rem;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .footerSec__logo:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__logo {
    width: 20rem;
    margin-bottom: 1rem;
  }
}
.footerSec__logo img {
  width: 100%;
}
.footerSec p {
  margin-bottom: 0.5rem;
}
.footerSec p {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .footerSec p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec p {
    font-size: 0.874998291rem;
  }
}
.footerSec__mail {
  color: #fff;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .footerSec__mail:hover {
    opacity: 0.3;
  }
}
.footerSec__tel {
  display: inline-block;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .footerSec__tel:hover {
    opacity: 0.3;
  }
}
.footerSec__tel {
  font-size: 2.9375rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__tel {
    font-size: 2.9375rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__tel {
    font-size: 2.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__tel {
    font-size: 2.4999951172rem;
  }
}
.footerSec__tel-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.footerSec__tel-container img {
  width: 3.5rem;
  padding-top: 0.35rem;
}
@media screen and (max-width: 768px) {
  .footerSec__tel-container img {
    width: 2.5rem;
  }
}
.footerSec__tel-container i {
  font-size: 2.25rem;
  transform: translateY(0.2rem);
}
@media screen and (max-width: 768px) {
  .footerSec__tel-container i {
    font-size: 1.65rem;
  }
}
.footerSec__tel-text {
  display: block;
}
.footerSec__tel-text {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__tel-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__tel-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__tel-text {
    font-size: 0.7499985352rem;
  }
}
.footerSec__menu h2 {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  border-bottom: 1px solid #fff;
}
.footerSec__menu h2 {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__menu h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__menu h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__menu h2 {
    font-size: 1.2499975586rem;
  }
}
.footerSec__list {
  display: flex;
}
@media screen and (max-width: 1300px) {
  .footerSec__list {
    flex-wrap: wrap;
  }
}
.footerSec__list ul:first-child {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .footerSec__list ul:first-child {
    margin-right: 0;
  }
}
.footerSec__item {
  margin-bottom: 0.25rem;
}
.footerSec__item--business > a {
  pointer-events: none;
}
.footerSec__item a {
  display: block;
  color: #fff;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .footerSec__item a:hover {
    opacity: 0.3;
  }
}
.footerSec__item a {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__item a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__item a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__item a {
    font-size: 0.874998291rem;
  }
}
.footerSec__item a i {
  margin-right: 0.25rem;
}
.footerSec__item .btn-mail {
  font-size: 2.125rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__item .btn-mail {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__item .btn-mail {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__item .btn-mail {
    font-size: 2.1249958496rem;
  }
}
.footerSec__child {
  position: relative;
  display: block;
  margin-left: 2.3rem;
}
.footerSec__child::before {
  inset: 0 auto 0 -1rem;
  width: 0.5rem;
  height: 1px;
  margin: auto;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
}
.footerSec__privacy {
  display: flex;
  gap: 0 2rem;
  justify-content: center;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .footerSec__privacy {
    flex-wrap: wrap;
  }
}
.footerSec__privacy li {
  position: relative;
}
.footerSec__privacy li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0.25rem;
  right: -1rem;
  bottom: 0.25rem;
  width: 1px;
  background: #fff;
}
.footerSec__privacy li:last-child:before {
  display: none;
}
.footerSec__privacy li a {
  display: block;
  color: #fff;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .footerSec__privacy li a:hover {
    opacity: 0.3;
  }
}
.footerSec__privacy li a {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__privacy li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__privacy li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__privacy li a {
    font-size: 0.7499985352rem;
  }
}
.footerSec__copyright {
  padding: 1.25rem 0;
  line-height: 1.5;
  color: #333;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #fff;
}
.footerSec__copyright {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__copyright {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__copyright {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__copyright {
    font-size: 0.6249987793rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__copyright {
    padding: 0.75rem 0;
  }
}

.pageTop {
  position: fixed;
  right: 2rem;
  z-index: 99;
  width: 5rem;
  height: 5rem;
  transform: translateY(200px);
}
@media screen and (max-width: 768px) {
  .pageTop {
    right: 1.25rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}
.pageTop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: #b52696;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .pageTop a:hover {
    opacity: 0.3;
  }
}
.pageTop a {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .pageTop a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .pageTop a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .pageTop a {
    font-size: 0.8124984131rem;
  }
}
@media screen and (max-width: 768px) {
  .pageTop a {
    border-radius: 0.35rem;
  }
}

.pageTop.UpMove {
  animation: UpAnime 0.5s forwards;
}

.pageTop.DownMove {
  animation: DownAnime 0.5s forwards;
}
