html {
  overflow-y: scroll;
}

body {
  font-family: zen-kaku-gothic-new, sans-serif;
  color: #231815;
}

img {
  width: 100%;
}

.c-wrap {
  padding-inline: 50px;
  max-width: 1713px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-wrap {
    padding-inline: 30px;
    max-width: 550px;
  }
}
.c-wrap.--recruit {
  max-width: 1709px;
}
@media screen and (max-width: 767px) {
  .c-wrap.--recruit {
    max-width: 550px;
  }
}
.c-wrap.--privacy {
  max-width: 1326px;
}
@media screen and (max-width: 767px) {
  .c-wrap.--privacy {
    max-width: 550px;
  }
}
.c-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-heading.--left {
  color: #fff;
  align-items: flex-start;
}
.c-heading__title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-heading__title {
    font-size: 15px;
  }
}
.c-heading__title-en {
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-heading__title-en {
    font-size: 8px;
  }
}
.c-page-heading {
  position: relative;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 409px;
  background-color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-page-heading {
    max-width: 112.57px;
  }
}
.c-page-heading.--noline::after {
  display: none;
}
.c-page-heading::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 1px;
  background-color: #9e9e9e;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-page-heading::after {
    width: 85vw;
  }
}
.c-page-heading__title-en {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: futura-pt, sans-serif;
}
@media screen and (max-width: 767px) {
  .c-page-heading__title-en {
    font-size: 13px;
  }
}
.c-page-heading__title {
  font-size: 20px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .c-page-heading__title {
    font-size: 8px;
  }
}
.c-page-heading__logo {
  width: 228px;
}
@media screen and (max-width: 767px) {
  .c-page-heading__logo {
    width: 97px;
  }
}
.c-button {
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 69px;
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 21.92px;
  }
}
.c-button:hover .c-button__arrow {
  transform: translateX(10px);
}
.c-button__arrow {
  display: block;
  width: 181px;
  height: -moz-fit-content;
  height: fit-content;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-button__arrow {
    width: 57.92px;
  }
}
.c-button__circle {
  position: absolute;
  display: block;
  aspect-ratio: 1;
  width: 69px;
  top: 0;
  right: -18px;
  background: url("../img/common/button-circle.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-button__circle {
    width: 21.92px;
    right: -7px;
  }
}
.c-button__text {
  position: absolute;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  top: -6px;
  left: 7px;
}
@media screen and (max-width: 767px) {
  .c-button__text {
    font-size: 13px;
    top: 0px;
    left: 3px;
  }
}
.header {
  padding: 57px 50px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 13px 15px 13px 10px;
  }
}
.header.is-over-fv path {
  fill: #fff;
}
.header.is-over-fv .header__button span {
  background-color: #fff;
}
.header__wrap {
  max-width: 1765px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: block;
  width: 114px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 41px;
  }
}
.header__logo svg {
  aspect-ratio: 110.9/53.4;
}
@media screen and (max-width: 767px) {
  .header__logo svg {
    width: 100%;
    height: auto;
  }
}
.header__logo svg path {
  transition: 0.3s ease;
}
.header__button {
  position: relative;
  width: 67px;
  height: 34px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header__button {
    width: 17px;
    height: 10px;
  }
}
.header__button-line {
  display: block;
  position: absolute;
  left: 0;
  width: 67px;
  height: 5px;
  background-color: #0e335b;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .header__button-line {
    width: 17px;
    height: 1.5px;
  }
}
.header__button-line:nth-child(1) {
  top: 0;
}
.header__button-line:nth-child(2) {
  bottom: 0;
}
.header__button.is-closing .header__button-line:nth-child(1) {
  animation: hambLine01 0.75s forwards;
}
@media screen and (max-width: 767px) {
  .header__button.is-closing .header__button-line:nth-child(1) {
    animation: hambLine01Sp 0.75s forwards;
  }
}
.header__button.is-closing .header__button-line:nth-child(2) {
  animation: hambLine02 0.75s forwards;
}
@media screen and (max-width: 767px) {
  .header__button.is-closing .header__button-line:nth-child(2) {
    animation: hambLine02Sp 0.75s forwards;
  }
}
.header__button.is-open .header__button-line {
  background-color: #fff;
}
.header__button.is-open .header__button-line:nth-child(1) {
  animation: hambLine01Open 0.75s forwards;
}
@media screen and (max-width: 767px) {
  .header__button.is-open .header__button-line:nth-child(1) {
    animation: hambLine01OpenSp 0.75s forwards;
  }
}
.header__button.is-open .header__button-line:nth-child(2) {
  animation: hambLine02Open 0.75s forwards;
}
@media screen and (max-width: 767px) {
  .header__button.is-open .header__button-line:nth-child(2) {
    animation: hambLine02OpenSp 0.75s forwards;
  }
}
@keyframes hambLine01 {
  0% {
    transform: translateY(14.5px) rotate(45deg);
  }
  50% {
    transform: translateY(14.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes hambLine02 {
  0% {
    transform: translateY(-14.5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-14.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes hambLine01Open {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(14.5px) rotate(0);
  }
  100% {
    transform: translateY(14.5px) rotate(45deg);
  }
}
@keyframes hambLine02Open {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-14.5px) rotate(0);
  }
  100% {
    transform: translateY(-14.5px) rotate(-45deg);
  }
}
@keyframes hambLine01Sp {
  0% {
    transform: translateY(4.25px) rotate(45deg);
  }
  50% {
    transform: translateY(4.25px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes hambLine02Sp {
  0% {
    transform: translateY(-4.25px) rotate(-45deg);
  }
  50% {
    transform: translateY(-4.25px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes hambLine01OpenSp {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(4.25px) rotate(0);
  }
  100% {
    transform: translateY(4.25px) rotate(45deg);
  }
}
@keyframes hambLine02OpenSp {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-4.25px) rotate(0);
  }
  100% {
    transform: translateY(-4.25px) rotate(-45deg);
  }
}
.g-nav {
  position: fixed;
  inset: 0;
  background-color: rgba(14, 51, 91, 0.8);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.g-nav__list {
  padding-block: 60px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .g-nav__list {
    gap: 7px;
  }
}
.g-nav__link {
  display: block;
  color: #fff;
  font-size: 37.5px;
  font-weight: 500;
  letter-spacing: 0.15em;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .g-nav__link {
    font-size: 11px;
  }
}
.g-nav__link:hover {
  opacity: 0.6;
}

.c-fv {
  position: relative;
  z-index: 1;
  height: 489px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-fv {
    height: 142.93px;
  }
}
.c-fv.--privacy {
  height: 470px;
  border-bottom: 19px solid #0E335B;
}
@media screen and (max-width: 767px) {
  .c-fv.--privacy {
    height: 151px;
    border-bottom: 7px solid #0E335B;
  }
}
.c-fv__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  line-height: 1;
  letter-spacing: 0.8em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-fv__heading {
    letter-spacing: 0.3em;
    gap: 3px;
  }
}
.c-fv__heading.--privacy {
  color: #0E335B;
  font-weight: 500;
}
.c-fv__title-en {
  font-family: futura-pt, sans-serif;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .c-fv__title-en {
    font-size: 16px;
  }
}
.c-fv__title {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .c-fv__title {
    font-size: 12px;
  }
}
.c-fv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.c-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer {
  padding-block: 71px 48px;
  background-color: #0e335b;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 6px 8px;
  }
}
.footer__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__content {
    gap: 19px;
  }
}
.footer__logo {
  width: 110px;
  transition: opacity 0.3s;
}
.footer__logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 53.36px;
  }
}
.footer__instagram {
  width: 31px;
  transition: opacity 0.3s;
}
.footer__instagram:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer__instagram {
    width: 14.93px;
  }
}
.footer__copy {
  margin-top: 9px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 6px;
    font-size: 7px;
  }
}
.to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 68px;
  background-color: #A8B5C4;
  z-index: 99;
  position: fixed;
  right: 36px;
  bottom: 25px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 767px) {
  .to-top {
    width: 30px;
    right: 38px;
    bottom: 17px;
  }
}
.to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.to-top img {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .to-top img {
    width: 11px;
  }
}
.button-contact {
  position: fixed;
  z-index: 99;
  background-color: #0e335b;
  color: #fff;
  border: 6px solid #ffffff;
  border-right: none;
  padding: 28px 16px 30px;
  font-size: 22px;
  font-weight: bold;
  top: 253px;
  right: 0;
  display: block;
  writing-mode: vertical-rl;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .button-contact {
    padding: 8px 5px 8px;
    font-size: 8px;
    border: 2px solid #ffffff;
    top: 111px;
  }
}
.button-contact:hover {
  background-color: #fff;
  color: #0e335b;
  border-color: #0e335b;
}
.s-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .s-pc {
    display: none;
  }
}

.s-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .s-sp {
    display: block;
  }
}

.s-of-hidden {
  overflow: hidden;
}