@charset "UTF-8";
.js-fv-opacity,
.js-circle .js-fadeIn,
.js-fadeIn-up,
.js-fadeIn-left,
.js-fadeIn-right,
.js-fadeIn-withSlider,
.js-fadeIn-up-withSlider {
  opacity: 0;
}

.js-fv-opacity {
  opacity: 1;
}

.case__content {
  will-change: height, opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.js-fadeIn-up {
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

body {
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
}

.font-en {
  font-family: "Montserrat", sans-serif;
}

.body-wrap {
  position: relative;
  overflow: hidden;
}

main {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}

.inner {
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1023px) {
  .inner {
    max-width: 550px;
  }
}
@media (max-width: 374px) {
  .inner {
    padding-inline: 10px;
  }
}

.inner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1023px) {
  .inner__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}

.show--pc {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .show--pc {
    display: none;
    visibility: hidden;
  }
}

.show--sp {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .show--sp {
    display: block;
    visibility: visible;
  }
}

.page-title {
  font-family: "Montserrat", sans-serif;
  color: #000066;
  font-size: 80px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page-title {
    font-size: 56px;
  }
}

.section__title--en {
  color: #000066;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .section__title--en {
    font-size: 48px;
  }
}

.section__title--jp {
  margin-top: 12px;
  padding-left: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  display: block;
}
@media screen and (max-width: 1023px) {
  .section__title--jp {
    margin-top: 4px;
    padding-left: 24px;
    font-size: 18px;
  }
}
.section__title--jp::before {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  content: "";
  position: absolute;
  background: #984D72;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.btn__wrapper {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .btn__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 260px;
  width: 100%;
  height: 56px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #333;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 100%;
  color: #333;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .btn {
    max-width: 240px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #333;
  top: 50%;
  right: -28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(10px);
          transform: translateY(-50%) translateX(10px);
}

.header {
  position: fixed;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
  max-width: 90.27%;
  height: 100px;
  margin: auto;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media screen and (max-width: 1023px) {
  .header {
    border-radius: 8px;
    top: 10px;
    max-width: calc(100% - 10px);
    height: 60px;
  }
}
.header__inner {
  margin: 0 auto;
  padding-inline: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .header__inner {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header__logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .header__logo {
    max-width: 102px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header__nav-logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .header__nav-logo:hover {
    opacity: 0.7;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .header__nav-list {
    display: none;
    visibility: hidden;
  }
}
.header__nav-list-en {
  font-family: "Montserrat", sans-serif;
}
.header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 150%;
}
.header__nav-item:hover {
  color: #000066;
  opacity: 0.7;
  text-decoration: underline;
}

.header__btn-contact {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 57px;
  background: #144E8D;
  color: #FFF;
  border: 1px solid #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__btn-contact:hover {
  background: #fff;
  color: #000066;
  border: 1px solid #000066;
}
.header__btn-contact:hover svg {
  fill: #000066;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__btn-contact:hover svg path {
  fill: #000066;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .header__nav .header__btn-contact {
    display: none;
  }
}

.hamburger {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    position: relative;
    z-index: 999;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
  }
}
.hamburger__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30px;
  height: 20px;
}
.hamburger__bar {
  position: absolute;
  left: auto;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #000066;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger__bar:nth-of-type(1) {
  top: 0%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.hamburger__bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.hamburger__bar:nth-of-type(3) {
  bottom: 0;
}
.hamburger--is-active .hamburger__bar:nth-of-type(1) {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 2px) rotate(-45deg);
          transform: translate(-50%, 2px) rotate(-45deg);
}
.hamburger--is-active .hamburger__bar:nth-of-type(2) {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -7px) rotate(45deg);
          transform: translate(-50%, -7px) rotate(45deg);
}
.hamburger--is-active .hamburger__bar:nth-of-type(3) {
  display: none;
}

.drawer {
  display: block;
  visibility: hidden;
  position: fixed;
  top: -10px;
  left: -10px;
  right: -10px;
  width: calc(100vw + 20px);
  height: calc(100dvh + 10px);
  background: #FFF;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  overflow: hidden;
}
.drawer--is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: -1;
}
.drawer__inner {
  margin-inline: auto;
  padding: 120px 24px 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 400px;
}
.drawer__nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  text-align: center;
}
.drawer__nav-item {
  list-style: none;
}
.drawer__nav-link {
  color: #000066;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.drawer__subnav {
  margin-top: 4px;
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.drawer__subnav-item {
  list-style: none;
}
.drawer__subnav-link {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
}
.drawer__nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.drawer .header__btn-contact {
  margin: 40px auto 0;
}
.drawer__fixed-bar {
  position: absolute;
  top: 0;
  left: 44.4444444444vw;
  width: 40px;
  height: 100%;
  left: 15px;
  background: #000066;
}

.fixed-bar {
  position: fixed;
  top: 0;
  left: 44.4444444444vw;
  width: 80px;
  height: 100%;
  background: #000066;
}
@media screen and (max-width: 1023px) {
  .fixed-bar {
    width: 40px;
    left: 15px;
  }
}

.contact {
  margin-right: 72px;
  padding: 80px 120px 120px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .contact {
    margin-right: auto;
    padding: 80px 24px;
  }
}
.contact .section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .section__title .section__title--jp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact__text {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 1023px) {
  .contact__text {
    margin-top: 32px;
  }
}

.contact__box {
  margin: 48px auto 0;
  padding-left: 24px;
  max-width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .contact__box {
    padding-left: 0;
    margin: 56px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.contact__tel {
  width: 272px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .contact__tel {
    width: 100%;
  }
}

.contact__tel-text {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.contact__tel-num {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact__tel-attention {
  margin-top: 10px;
  font-weight: 400;
  line-height: normal;
}

.contact__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__mail-link {
  padding-block: 60px 48px;
  position: relative;
  text-align: center;
  width: 225px;
  display: block;
  z-index: 2;
}
.contact__mail-link::after {
  content: "";
  position: absolute;
  border: 1px solid #333;
  width: 225px;
  height: 225px;
  aspect-ratio: 1/1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contact__mail-link:hover::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.contact__mail-text {
  margin: 8px auto 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.footer {
  background: #F1F6FB;
  position: relative;
  z-index: 0;
}

.footer__inner {
  padding: 64px 70px 16px;
}
@media (max-width: 1200px) {
  .footer__inner {
    padding: 64px 4.1666666667vw 16px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__inner {
    padding: 40px 24px 16px 72px;
  }
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer__logo {
  max-width: 102px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .footer__logo {
    max-width: 80px;
  }
}
@media (hover: hover) {
  .footer__logo:hover {
    opacity: 0.7;
  }
}

.footer__company {
  margin-left: 40px;
  margin-right: 104px;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .footer__company {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    white-space: normal;
  }
}

.footer__company-text {
  color: #000066;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.footer__company-address {
  color: #0B3864;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1200px) {
  .footer__company-address {
    font-size: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__company-address {
    font-size: 16px;
  }
}

.footer__nav {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .footer__nav {
    margin-left: 0;
    margin-top: 40px;
  }
}

.footer__nav-list {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 1340px) {
  .footer__nav-list {
    max-width: 41.6666666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer__nav-list {
    max-width: 100%;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__nav-item {
  color: #000066;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .footer__nav-item:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}

.footer__copyRight {
  margin-top: 112px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .footer__copyRight {
    margin-top: 80px;
    text-align: center;
  }
}

.copyRight__text {
  color: #000066;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}
/* =============================================
    fv
============================================= */
@media screen and (max-width: 1023px) {
  .page-about__fv {
    height: auto;
  }
}
.page-about__fv .page-title {
  font-size: 5.5555555556vw;
}
@media screen and (max-width: 1023px) {
  .page-about__fv .page-title {
    font-size: 56px;
    text-align: left;
  }
}

.page-about__fv .inner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55.5555555556vw;
}
@media screen and (max-width: 1023px) {
  .page-about__fv .inner__flex {
    height: auto;
  }
}

.page-about__fv-img-wrapper {
  width: 44.4444444444vw;
  position: fixed;
  top: 0;
  height: 100vh;
}
.page-about__fv-img-wrapper picture {
  height: 100vh;
}

.page-about__fv-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-about__fv-text-wrapper {
  padding: 16.6666666667vw 3.3333333333vw 10.4166666667vw 10.4166666667vw;
  margin-left: auto;
  position: relative;
  width: 50vw;
}
@media screen and (max-width: 1023px) {
  .page-about__fv-text-wrapper {
    padding: 0;
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .page-recruit__fv-title-bg {
    position: fixed;
  }
}

.page-about__fv-text-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .page-about__fv-title-wrapper .page-title__wrapper {
    margin-bottom: 106.6666666667vw;
    padding: 33.3333333333vw 10.6666666667vw 21.3333333333vw 20vw;
    background: #fff;
    top: 0%;
    left: 0%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 1023px) {
  .page-about__fv-title-bg {
    position: fixed;
    height: 100%;
    width: 100%;
  }
  .page-about__fv-title-bg picture {
    height: 100%;
  }
  .page-about__fv-title-bg picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-about__fv-title-wrapper .page-title__wrapper {
  margin-right: -3.1944444444vw;
}

/* =============================================
    about
============================================= */
.page-about__about {
  margin-top: -20.5555555556vw;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .page-about__about {
    margin-top: 0;
  }
}

.page-about__about-inner {
  margin: auto;
  padding: min(9.4444444444vw, 136px) min(2.2222222222vw, 32px) min(20.8333333333vw, 300px);
  max-width: 1340px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .page-about__about-inner {
    margin: auto;
    padding: 80px 15px;
    max-width: 500px;
  }
}

.page-about__about-content {
  margin-right: 5.5555555556vw;
}
@media screen and (max-width: 1023px) {
  .page-about__about-content {
    margin-right: 0px;
  }
}

.page-about__about-logo {
  margin: auto;
  max-width: 138px;
}
@media screen and (max-width: 1023px) {
  .page-about__about-logo {
    max-width: 100px;
  }
}

.page-about__about-text-wrapper {
  margin-top: 90px;
}
@media screen and (max-width: 1023px) {
  .page-about__about-text-wrapper {
    margin-top: 35px;
  }
}

.page-about__about-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 1023px) {
  .page-about__about-text {
    font-size: 17px;
  }
}
.page-about__about-text + .page-about__about-text {
  margin-top: 32px;
}

.page-about__about-image-wrapper {
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .page-about__about-image-wrapper {
    position: static;
  }
}

.page-about__about-image-wrapper--01 {
  top: min(9.4444444444vw, 136px);
  right: min(2.3611111111vw, 34px);
  max-width: min(23.6111111111vw, 340px);
}
@media (max-width: 1200px) {
  .page-about__about-image-wrapper--01 {
    right: min(1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 1023px) {
  .page-about__about-image-wrapper--01 {
    margin-top: 56px;
    margin-left: auto;
    margin-right: -15px;
    max-width: 200px;
  }
}

.page-about__about-image-wrapper--02 {
  left: min(4.8611111111vw, 70px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: min(20.8333333333vw, 300px);
}
@media (max-width: 1200px) {
  .page-about__about-image-wrapper--02 {
    left: min(2.0833333333vw, 30px);
  }
}
@media screen and (max-width: 1023px) {
  .page-about__about-image-wrapper--02 {
    margin-top: 48px;
    max-width: 180px;
    -webkit-transform: none;
            transform: none;
  }
}

.page-about__about-image-wrapper--03 {
  bottom: min(9.7222222222vw, 140px);
  right: min(5vw, 72px);
  max-width: min(26.3888888889vw, 380px);
}
@media (max-width: 1200px) {
  .page-about__about-image-wrapper--03 {
    right: min(2.2222222222vw, 32px);
  }
}
@media screen and (max-width: 1023px) {
  .page-about__about-image-wrapper--03 {
    display: none;
  }
}

/* =============================================
    company
============================================= */
.page-about__company {
  margin: 140px auto 180px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(61, 94, 72, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(61, 94, 72, 0.1);
  max-width: 968px;
  gap: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .page-about__company {
    margin: 80px 15px;
    gap: 24px;
  }
  .page-about__company .section__title {
    text-align: center;
  }
}
.page-about__company .section__title--en {
  font-size: 80px;
}
@media screen and (max-width: 1023px) {
  .page-about__company .section__title--en {
    margin: 80px auto;
    font-size: 48px;
  }
}

.page-about__company-inner {
  padding: 80px;
}
@media screen and (max-width: 1023px) {
  .page-about__company-inner {
    margin: 80px auto;
    padding: 24px 16px;
  }
}

.company-info__item {
  padding-top: 32px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .company-info__item {
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.company-info__item:not(:last-child)::before {
  content: "";
  position: absolute;
  background: #034495;
  width: 196px;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .company-info__item:not(:last-child)::before {
    content: none;
  }
}
.company-info__item:not(:last-child)::after {
  content: "";
  position: absolute;
  background: #DDD;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .company-info__item:not(:last-child)::after {
    height: 1px;
  }
}
.company-info__title {
  width: 196px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 1023px) {
  .company-info__title {
    width: 100px;
  }
}
.company-info__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.company-map {
  margin-top: 8px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .company-map {
    margin-top: 16px;
  }
}
.company-map__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.company-map__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 1023px) {
  .page-business__fv .inner__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-business__fv-img-wrapper {
  width: 44.4444444444vw;
  height: 100%;
}
.page-business__fv-img-wrapper picture {
  height: 100%;
}
.page-business__fv-img-wrapper picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .page-business__fv-img-wrapper {
    width: 100%;
  }
}

.page-business__fv-text-wrapper {
  padding: 15.9722222222vw 1.6666666667vw 0 3.6111111111vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 36.8055555556vw;
}
@media screen and (max-width: 1023px) {
  .page-business__fv-text-wrapper {
    margin: auto;
    padding: 24px 15px 80px 75px;
    max-width: 500px;
  }
}

.page-business__fv .page-title {
  font-size: 5.5555555556vw;
}
@media screen and (max-width: 1023px) {
  .page-business__fv .page-title {
    font-size: 56px;
    text-align: left;
  }
}

.page-business__fv-text {
  margin-top: 1.3888888889vw;
  margin-inline: auto;
  text-align: center;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 180%;
  max-width: 530px;
}
@media screen and (max-width: 1023px) {
  .page-business__fv-text {
    margin-top: 12px;
    font-size: 16px;
    text-align: left;
  }
}

.page-business__business {
  padding-top: 12.5vw;
  padding-bottom: 180px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .page-business__business {
    padding-top: 80px;
    padding-bottom: 36px;
  }
}

.page-business__business-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.page-business__business-image-wrapper {
  max-width: 68.0555555556vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .page-business__business-image-wrapper {
    max-width: 88%;
  }
}

.page-business__business__text-wrapper {
  margin-right: 8.1944444444vw;
  padding: 2.7777777778vw 5.5555555556vw;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 34.7222222222vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 1023px) {
  .page-business__business__text-wrapper {
    margin-top: -32px;
    margin-right: 0;
    margin-left: 32px;
    padding: 8px 24px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.page-business__business-title--num {
  color: rgba(51, 51, 51, 0.5);
  font-size: 2.2222222222vw;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .page-business__business-title--num {
    font-size: 28px;
  }
}

.page-business__business-title--jp {
  font-size: 2.2222222222vw;
  font-weight: 700;
  line-height: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .page-business__business-title--jp {
    font-size: 24px;
  }
}

.page-business__business-text {
  margin-top: 1.1111111111vw;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 1023px) {
  .page-business__business-text {
    font-size: 16px;
    margin-top: 24px;
  }
}

#reform.page-business__business {
  padding-top: 0;
  padding-bottom: 180px;
}
@media screen and (max-width: 1023px) {
  #reform.page-business__business {
    padding-bottom: 80px;
  }
}
#reform.page-business__business .page-business__business-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  #reform.page-business__business .page-business__business-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#reform.page-business__business .page-business__business__text-wrapper {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49.375vw;
  padding: 3.3333333333vw 9.0277777778vw 3.3333333333vw 5.5555555556vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  right: auto;
  left: 8.1944444444vw;
}
@media screen and (max-width: 1023px) {
  #reform.page-business__business .page-business__business__text-wrapper {
    margin-left: auto;
    margin-right: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 24px;
    left: 0;
  }
}

/* =============================================
    fv
============================================= */
@media screen and (max-width: 1023px) {
  .page-contact__fv {
    height: auto;
  }
}

.page-contact__fv .inner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .page-contact__fv .inner__flex {
    height: auto;
  }
}

.page-contact__fv-img-wrapper {
  width: 44.4444444444vw;
  position: fixed;
  top: 0;
  height: 100%;
}
.page-contact__fv-img-wrapper picture {
  height: 100%;
}

.page-contact__fv-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-contact__fv-text-wrapper {
  padding: 16.1111111111vw 2.4305555556vw 8.3333333333vw 10.4166666667vw;
  margin-left: auto;
  position: relative;
  width: 50vw;
}
@media screen and (max-width: 1023px) {
  .page-contact__fv-text-wrapper {
    padding: 0;
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .page-contact__fv-title-bg {
    position: fixed;
    height: 100%;
    width: 100%;
  }
  .page-contact__fv-title-bg picture {
    height: 100%;
  }
  .page-contact__fv-title-bg picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-contact__fv-text-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .page-contact__fv-title-wrapper .page-title__wrapper {
    margin-bottom: 21.3333333333vw;
    padding: 34.1333333333vw 7.2vw 21.3333333333vw 18.1333333333vw;
    background: #fff;
    top: 0%;
    left: 0%;
    position: relative;
  }
}

.page-contact__fv-text {
  margin-top: 1.25vw;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 1023px) {
  .page-contact__fv-text {
    margin-top: 8px;
    font-size: 16px;
  }
}

.page-contact__fv .btn__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* =============================================
    contact
============================================= */
.page-contact__form {
  position: relative;
  z-index: 1;
  width: 50vw;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .page-contact__form {
    width: 100%;
  }
}

.page-contact__form-box {
  margin-bottom: 54px;
  margin-right: 4.8611111111vw;
  margin-left: -7.7777777778vw;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 52.7777777778vw;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(61, 94, 72, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(61, 94, 72, 0.1);
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .page-contact__form-box {
    margin-bottom: 120px;
    margin-left: 0;
    padding: 40px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    gap: 56px;
    max-width: 100%;
  }
}

.page-contact__form-description {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 1023px) {
  .page-contact__form-description {
    margin-bottom: 24px;
  }
}
.page-contact__form-description .red {
  color: #FF3A3A;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.75px;
}

@media screen and (max-width: 1023px) {
  .page-contact__form-content {
    width: 100%;
  }
}

/*フォーム*/
.contact__item:not(:nth-child(1)) .contact__label {
  margin-top: 32px;
}

.page-contact__form .contact__label {
  float: none;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-contact__form .contact__label:not(:nth-child(1)) {
  margin-top: 32px;
}
.page-contact__form .contact__label .required {
  content: "*";
  color: #FF3A3A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  padding-left: 3px;
}

.contact__label--required {
  position: relative;
}

.contact__label--required::after {
  position: absolute;
  top: 5px;
  right: -15px;
  width: 12px;
  height: 18px;
  content: "*";
  font-size: 16px;
  color: #FF3A3A;
}

.page-contact__form .contact__input {
  margin-top: 8px;
  padding: 0;
  font-size: 16px;
  width: 100%;
}

.page-contact__form .contact__item input,
.page-contact__form .contact__item textarea {
  border-radius: 4px;
  background: #F3F3F3;
  padding: 16px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: none;
  padding: 16px;
  width: 100%;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-contact__form .contact__item textarea {
  height: 240px;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

.page-contact__form .policy {
  margin-top: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.page-contact__form .policy a {
  color: #1863B1;
  font-weight: 500;
}
@media (hover: hover) {
  .page-contact__form .policy a:hover {
    text-decoration: underline;
  }
}

.page-contact__form .contact__btn {
  margin-top: 56px;
  text-align: center;
}

.page-contact__form .contact__btn .btn {
  margin: auto;
  background: #000066;
  border: 1px solid #000066;
  color: #fff;
  height: 64px;
  max-width: 172px;
  position: relative;
  text-shadow: none;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
}
.page-contact__form .contact__btn .btn:hover {
  opacity: 0.7;
}
.page-contact__form .contact__btn .btn::after {
  content: none;
}

.contact__btn .btn:disabled {
  pointer-events: none;
  border: 1px solid gray;
  background: gray;
  color: #BABABA;
}

/* =============================================
    thanks
============================================= */
@media screen and (max-width: 1023px) {
  .page-contact--thanks .page-title {
    font-size: 44px;
  }
}
.page-contact--thanks .page-contact__fv-text-wrapper {
  padding-bottom: 355px;
}

/* =============================================
    fv
============================================= */
@media screen and (max-width: 1023px) {
  .page-privacy-policy__fv {
    height: auto;
  }
}

.page-privacy-policy__fv .inner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .page-privacy-policy__fv .inner__flex {
    height: auto;
  }
}

.page-privacy-policy__fv-img-wrapper {
  width: 44.4444444444vw;
  position: fixed;
  top: 0;
  height: 100vh;
}
.page-privacy-policy__fv-img-wrapper picture {
  height: 100vh;
}

.page-privacy-policy__fv-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-privacy-policy__fv-text-wrapper {
  padding: 13.1944444444vw 2.2222222222vw 8.6805555556vw 4.1666666667vw;
  margin-left: auto;
  position: relative;
  width: 50vw;
}
@media screen and (max-width: 1023px) {
  .page-privacy-policy__fv-text-wrapper {
    padding: 0;
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .page-privacy-policy__fv-title-bg {
    position: fixed;
    height: 100%;
  }
  .page-privacy-policy__fv-title-bg picture {
    height: 100%;
  }
  .page-privacy-policy__fv-title-bg picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-privacy-policy__fv-text-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .page-privacy-policy .page-title {
    font-size: 44px;
  }
}

@media screen and (max-width: 1023px) {
  .page-privacy-policy__fv-title-wrapper .page-title__wrapper {
    margin-bottom: 21.3333333333vw;
    padding: 34.6666666667vw 4.2666666667vw 18.1333333333vw 14.9333333333vw;
    background: #fff;
    top: 0%;
    left: 0%;
    position: relative;
  }
}

/* =============================================
    privacy-policy
============================================= */
.page-privacy-policy__policy {
  margin-left: auto;
  margin-right: 70px;
  margin-bottom: 180px;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(61, 94, 72, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(61, 94, 72, 0.1);
  max-width: 47.2222222222vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .page-privacy-policy__policy {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 120px;
    padding: 40px 15px;
  }
}

.page-privacy-policy__policy-title--h2 {
  margin-bottom: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
}

.page-privacy-policy__policy-title--h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.9px;
}

.page-privacy-policy__policy-title--h4 {
  margin-top: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.page-privacy-policy__policy-text {
  margin-top: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.8px;
}

/* =============================================
    fv
============================================= */
.page-recruit {
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .page-recruit__fv {
    height: auto;
  }
}

@media screen and (max-width: 1023px) {
  .page-recruit__fv .inner__flex {
    height: auto;
  }
}

.page-recruit__fv-img-wrapper {
  width: 44.4444444444vw;
  position: fixed;
  top: 0;
  height: 100%;
}

.page-recruit__fv-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-recruit__fv-text-wrapper {
  height: 100%;
  margin-left: auto;
  position: relative;
  width: 51.3888888889vw;
}
@media screen and (max-width: 1023px) {
  .page-recruit__fv-text-wrapper {
    padding: 0;
    height: auto;
    width: 100%;
  }
}
.page-recruit__fv-text-wrapper::before {
  background: url("../img/04_recruit/recruit_text_bg1.png") no-repeat center center/100% 100vh;
  background-attachment: fixed;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .page-recruit__fv-text-wrapper::before {
    position: fixed;
  }
}

.page-recruit__fv-text-bg {
  display: none;
}

.page-recruit__fv-text-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-recruit__fv-scroll {
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox 対応 */
}
@media screen and (max-width: 1023px) {
  .page-recruit__fv-scroll {
    position: unset;
  }
}

.page-recruit__fv-scroll::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 対応 */
}

.page-recruit__fv-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .page-recruit__fv-title-wrapper {
    position: relative;
  }
}

.page-recruit__fv-title-wrapper .page-recruit__fv-title-bg {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/800;
}
@media screen and (max-width: 1023px) {
  .page-recruit__fv-title-wrapper .page-recruit__fv-title-bg {
    aspect-ratio: 375/260;
    position: static;
  }
}

.page-recruit__fv-title-wrapper .page-recruit__fv-title-bg img {
  height: 100%;
}

.page-recruit__fv-title-wrapper .page-title__wrapper {
  margin-top: 51.25vh;
  margin-left: -20px;
}
@media screen and (max-width: 1023px) {
  .page-recruit__fv-title-wrapper .page-title__wrapper {
    margin-top: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1023px) {
  .page-recruit__fv-title-wrapper .page-title {
    margin-top: 125.3333333333vw;
    padding-left: min(21.3333333333vw, 100px);
  }
}

.page-recruit__fv-text-box {
  margin: 300px auto 140px;
}
@media screen and (max-width: 1023px) {
  .page-recruit__fv-text-box {
    padding-top: 101.3333333333vw;
    margin-top: 0;
  }
}

.page-recruit__fv-text-box-bg {
  width: 100%;
  aspect-ratio: 375/1360;
  max-height: 1360px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .page-recruit__fv-text-box-bg {
    aspect-ratio: 375/680;
    max-height: 100%;
  }
}

.page-recruit__fv-text-box-inner {
  margin-inline: auto;
  max-width: 500px;
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 40px min(2.7777777778vw, 40px);
}
@media (max-width: 1200px) {
  .page-recruit__fv-text-box-inner {
    max-width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .page-recruit__fv-text-box-inner {
    z-index: 2;
    padding: 40px 13px;
    width: 85.0666666667vw;
    max-width: 600px;
    position: relative;
  }
}

.page-recruit__fv-subTitle {
  color: #000066;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.page-recruit__fv-text-box p {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 1200px) {
  .page-recruit__fv-text-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .page-recruit__fv-text-box p {
    margin-top: 24px;
    font-size: 16px;
  }
}

/* =============================================
    feature
============================================= */
.page-recruit__feature {
  padding-bottom: 180px;
  background: #fff;
  position: relative;
  z-index: 0;
  overflow: visible !important;
}
@media screen and (max-width: 1023px) {
  .page-recruit__feature {
    padding-top: 45.3333333333vw;
    padding-bottom: 0px;
    height: auto;
  }
}

.page-recruit__feature-inner {
  position: relative;
  overflow: visible !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 画像リストのスティッキー設定 */
.page-recruit__feature-img-list {
  position: sticky;
  top: 10.4166666667vw;
  margin-top: 9.1666666667vw;
  width: 44.4444444444vw;
  height: 524px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  isolation: isolate;
  /* 新しいスタッキングコンテキストを作成 */
}

/* 画像アイテムの表示制御 */
.page-recruit__feature-img-item {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  list-style: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  will-change: opacity, visibility;
  pointer-events: none;
}

/* 最初の画像と活性化された画像を表示 */
.page-recruit__feature-img-item.active {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto;
  z-index: 1;
}

/* 最初の画像も初期状態で表示 */
.page-recruit__feature-img-item:first-child {
  visibility: visible;
  opacity: 1;
}

.page-recruit__feature-img-item img {
  margin: auto;
  width: 36.3888888889vw;
  max-width: 524px;
  aspect-ratio: 1/1;
}

/* テキストコンテナの設定 */
.page-recruit__feature-text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1023px) {
  .page-recruit__feature-text-wrapper {
    height: auto;
    padding: 0 27px 80px 68px;
  }
}
.page-recruit__feature-text-scroll::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 対応 */
}

.page-recruit__feature-text-scroll-inner {
  min-height: 100%;
}

@media screen and (max-width: 1023px) {
  .page-recruit__feature-text-scroll-inner {
    min-height: unset;
  }
}
.page-recruit__feature-title-wrapper {
  padding-block: 140px;
}

@media screen and (max-width: 1023px) {
  .page-recruit__feature-title-wrapper {
    padding: 0;
  }
}
.page-recruit__feature-title {
  font-family: "Montserrat", sans-serif;
  color: #000066;
  font-size: 80px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .page-recruit__feature-title {
    font-size: 48px;
  }
}
/* テキストボックスの高さ設定を確保 */
.page-recruit__feature-text-box {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 42.2222222222vw;
  min-height: 524px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 1023px) {
  .page-recruit__feature-text-box {
    margin-top: 40px;
    height: auto;
    max-width: 100%;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
/* テキストボックス間の余白 */
.page-recruit__feature-text-box + .page-recruit__feature-text-box {
  margin-top: 200px;
}

@media screen and (max-width: 1023px) {
  .page-recruit__feature-text-box + .page-recruit__feature-text-box {
    margin-top: 80px;
  }
}
.page-recruit__feature-img-wrapper {
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .page-recruit__feature-img-wrapper {
    aspect-ratio: initial;
    overflow: initial;
  }
}

.page-recruit__feature-subTitle {
  position: relative;
  font-size: 24px;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page-recruit__feature-subTitle {
    margin-top: 24px;
    font-size: 24px;
  }
}

.page-recruit__feature-subTitle .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#000066), to(#5F0066));
  background: linear-gradient(to right, #000066, #5F0066);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.page-recruit__feature-text {
  font-size: 18px;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 1200px) {
  .page-recruit__feature-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .page-recruit__feature-text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 150%;
  }
}
.page-recruit__entry-btn {
  position: relative;
  z-index: 1;
  width: 20.8333333333vw;
  height: 20.8333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: 2.7777777778vw;
  font-weight: 300;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .page-recruit__entry-btn {
    margin-top: 50px;
    width: 180px;
    height: 180px;
    font-size: 32px;
  }
}
.page-recruit__entry-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000066;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: -1;
}

.page-recruit__entry-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.3611111111vw;
  height: 2.3611111111vw;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .page-recruit__entry-btn-icon {
    width: 24px;
    height: 24px;
  }
}
@media (any-hover: hover) {
  .page-recruit__entry-btn:hover::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
/* SP表示用のスタイル */
@media screen and (max-width: 1023px) {
  .page-recruit__feature-inner {
    margin-inline: auto;
    height: auto;
    max-width: 600px;
  }
  .page-recruit__feature-img-list {
    display: none;
  }
}
.fv {
  height: 100vh;
}
@media screen and (max-width: 1023px) {
  .fv {
    height: auto;
  }
}

.fv__inner {
  height: 100vh;
}
@media screen and (max-width: 1023px) {
  .fv__inner {
    height: auto;
  }
}

.fv__image-wrapper {
  width: 44.4444444444vw;
}
@media screen and (max-width: 1023px) {
  .fv__image-wrapper {
    width: 100%;
  }
}

.fv__image-wrapper img {
  height: 100%;
}

.fv__text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9.1666666667vw 2.2222222222vw 8.6805555556vw 12.3611111111vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .fv__text-wrapper {
    padding: 0;
    margin-right: 24px;
    margin-top: 34.6666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fv__title {
  color: #000066;
  font-size: clamp(30px, 4.6428571429vw, 65px);
}
@media screen and (max-width: 1023px) {
  .fv__title {
    font-size: min(10.6666666667vw, 80px);
  }
}

.fv__title-phrase {
  display: block;
}

.fv__title-phrase + .fv__title-phrase {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .fv__title-phrase + .fv__title-phrase {
    margin-top: 18px;
  }
}

.fv__title .text-gradient {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#000066), to(#5F0066));
  background: linear-gradient(to bottom, #000066, #5F0066);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.fv__title .text-gradient::before {
  content: "SIN";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  color: #000066;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .fv__title .text-gradient::before {
    font-size: 16px;
  }
}

.about__image-wrapper {
  width: 44.4444444444vw;
}
@media screen and (max-width: 1023px) {
  .about__image-wrapper {
    width: 100%;
  }
}

.about__text-wrapper {
  padding: 178px 120px 0 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 520px;
}
@media (max-width: 1200px) {
  .about__text-wrapper {
    padding: 178px 80px 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .about__text-wrapper {
    padding: 78px 15px 56px 75px;
    max-width: 100%;
  }
}

.about__text {
  margin-top: 40px;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 1023px) {
  .about__text {
    margin-top: 32px;
  }
}

.business {
  padding: 120px;
  background: #FFF;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .business {
    padding: 80px 35px;
  }
}

.business__text-wrapper {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
}
@media screen and (max-width: 1023px) {
  .business__text-wrapper {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.business__text {
  margin-top: 24px;
  margin-right: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 1023px) {
  .business__text {
    margin-top: 0;
  }
}

.business__links {
  margin: 64px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  max-width: 920px;
}
@media screen and (max-width: 1023px) {
  .business__links {
    gap: 56px;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.business__link picture {
  overflow: hidden;
}
.business__link picture img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  .business__link:hover picture img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .business__link:hover .business__btn::after {
    -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
  }
}

.business__body {
  margin-top: 32px;
  margin-left: 40px;
  padding: 8px 0 16px 32px;
  border-left: 1px solid #333;
}
@media screen and (max-width: 1023px) {
  .business__body {
    margin-top: 24px;
    margin-left: 24px;
    padding: 8px 0 16px 16px;
  }
}

.business__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 1023px) {
  .business__title {
    font-size: 20px;
  }
}

.business__btn {
  margin-top: 24px;
  padding-right: 43px;
  color: #777;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .business__btn {
    font-size: 14px;
  }
}
.business__btn::after {
  background: url("../img/01_top/business-btn-arrow.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recruit {
  padding-block: 28px 58px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .recruit {
    padding-block: 0 80px;
  }
}

.recruit__image-wrapper {
  width: 46.9444444444vw;
}
@media screen and (max-width: 1023px) {
  .recruit__image-wrapper {
    width: 100%;
  }
}

.recruit__text-wrapper {
  padding: 170px 120px 0 29px;
  max-width: 535px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .recruit__text-wrapper {
    padding: 80px 16px 56px 75px;
  }
}

.recruit__text {
  margin-top: 32px;
  font-weight: 400;
  line-height: 180%;
}