@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 960px) {
  html {
    scroll-padding-top: 60px;
  }
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #212121;
  line-height: 150%;
  overflow: hidden;
}

main {
  position: relative;
}

.wrapper {
  position: relative;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
  width: 100%;
  height: 100%;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

/*======================================================
// 共通CSS
// ======================================================*/
.show--pc {
  display: block;
}

.show--sp {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 960px) {
  .show--pc {
    display: none;
  }
  .show--sp {
    display: block;
    visibility: visible;
  }
}
.inner {
  max-width: calc(1080px + 4%);
  margin: 0 auto;
  padding: 60px 2%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .inner {
    max-width: 540px;
    padding: 28px 20px;
  }
}

.btn__wrapper {
  margin-top: 64px;
}
@media screen and (max-width: 960px) {
  .btn__wrapper {
    margin-top: 56px;
  }
}

.btn {
  margin: auto;
  border-radius: 40px;
  background: #FF7B15;
  color: #FFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  width: 100%;
  border: 2px solid #FFF;
  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: 280px;
  height: 50px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}
.btn svg {
  position: absolute;
  right: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn svg path,
.btn svg circle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .btn:hover {
    background: #fff;
    color: #FF7B15;
    border: 2px solid #FF7B15;
  }
  .btn:hover::before {
    width: 100%;
  }
  .btn:hover svg {
    -webkit-transform: translate(5px);
            transform: translate(5px);
  }
}
.btn--pink {
  background: #E4027F;
}
@media (hover: hover) {
  .btn--pink:hover {
    background: #fff;
    color: #E4027F;
    border: 2px solid #E4027F;
  }
  .btn--pink:hover::before {
    width: 100%;
  }
  .btn--pink:hover svg {
    -webkit-transform: translate(5px);
            transform: translate(5px);
  }
}

.pink {
  color: #E4027F;
}

.section__title {
  position: relative;
  text-align: center;
}

.has-text-align-left::after {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

h2.is-style-section__title--left {
  text-align: left;
}
h2.is-style-section__title--left::after {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.section__title--en,
.is-style-section__title--en {
  color: #E4027F;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.528px;
}
@media screen and (max-width: 960px) {
  .section__title--en,
  .is-style-section__title--en {
    font-size: 32px;
  }
}

.section__title--jp {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.154px;
}
@media screen and (max-width: 960px) {
  .section__title--jp {
    margin-top: 0;
  }
}

.section__title-gradation {
  margin: auto;
  max-width: 780px;
}
@media screen and (max-width: 960px) {
  .section__title-gradation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.section__title-gradation .section__title--jp {
  margin-top: 12px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .section__title-gradation .section__title--jp {
    margin-top: 0;
    font-size: 16px;
  }
}
.section__title-gradation .section__title--en {
  margin: 0 -20px;
  padding: 12px 64px;
  background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(50.48%, #E4027F), to(#FFF));
  background: linear-gradient(90deg, #FFF 0%, #E4027F 50.48%, #FFF 100%);
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .section__title-gradation .section__title--en {
    padding: 12px 20px;
    background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(23.56%, #E4027F), color-stop(50.48%, #E4027F), color-stop(82.69%, #E4027F), to(#FFF));
    background: linear-gradient(90deg, #FFF 0%, #E4027F 23.56%, #E4027F 50.48%, #E4027F 82.69%, #FFF 100%);
    font-size: 24px;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*======================================================
下層ページMV
======================================================*/
.page-mv {
  height: 540px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .page-mv {
    height: 400px;
  }
}
.page-mv .inner {
  padding-top: 180px;
}
@media screen and (max-width: 960px) {
  .page-mv .inner {
    padding-top: 135px;
  }
}

.page-mv__content {
  padding-top: 14px;
  padding-bottom: 20px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .page-mv__content {
    padding-bottom: 40px;
  }
}

.page-mv__top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.page-mv__bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-mv__title {
  position: relative;
  text-align: center;
}

.page-mv__title--en {
  color: #E4027F;
  font-family: "Inter", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1.1px;
}
@media screen and (max-width: 960px) {
  .page-mv__title--en {
    font-size: 48px;
    letter-spacing: -0.528px;
  }
}

/*======================================================
page.php
======================================================*/
.page-default .inner,
.page-notfound .inner {
  max-width: calc(700px + 4%);
}
.page-default .page-mv .inner,
.page-notfound .page-mv .inner {
  padding-bottom: 0;
}
.page-default .page__content .inner,
.page-notfound .page__content .inner {
  padding-top: 0;
}
.page-default .page__content h2,
.page-notfound .page__content h2 {
  margin: 40px auto 16px;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 960px) {
  .page-default .page__content h2,
  .page-notfound .page__content h2 {
    margin-top: 24px;
    font-size: 18px;
  }
}
.page-default .page__content h2::before,
.page-notfound .page__content h2::before {
  content: "";
  position: absolute;
  border-radius: 2px;
  width: 8px;
  height: 29px;
  top: 5px;
  left: 0px;
  background: #E4027F;
}
.page-default .page__content ol,
.page-notfound .page__content ol {
  margin-top: 16px;
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}
.page-default .page__content ol > li,
.page-notfound .page__content ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.page-default .page__content ol > li::before,
.page-notfound .page__content ol > li::before {
  content: counter(item) "）";
  position: absolute;
  left: 0;
}
.page-default .page__content ol ol,
.page-notfound .page__content ol ol {
  counter-reset: subitem;
  margin-top: 8px;
  padding-left: 0;
}
.page-default .page__content ol ol > li,
.page-notfound .page__content ol ol > li {
  counter-increment: subitem;
  padding-left: 20px;
}
.page-default .page__content ol ol > li::before,
.page-notfound .page__content ol ol > li::before {
  content: counter(subitem) "）";
}
.page-default .page__content ol ol ol,
.page-notfound .page__content ol ol ol {
  counter-reset: subsubitem;
}
.page-default .page__content ol ol ol > li,
.page-notfound .page__content ol ol ol > li {
  counter-increment: subsubitem;
  padding-left: 20px;
}
.page-default .page__content ol ol ol > li::before,
.page-notfound .page__content ol ol ol > li::before {
  content: counter(subsubitem) "）";
}
.page-default .page__content p,
.page-notfound .page__content p {
  line-height: normal;
}

/*======================================================
header
======================================================*/
header {
  background: transparent;
  position: fixed;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 998;
  width: 100%;
  height: 96px;
}
@media screen and (max-width: 1220px) {
  header {
    top: 0px;
    height: 63px;
  }
}

.header__inner {
  position: relative;
  margin: 0 auto;
  padding: 20px 54px 20px 64px;
  width: 100%;
  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;
  height: 100%;
}
@media screen and (max-width: 1220px) {
  .header__inner {
    padding: 20px 20px 0;
  }
}

.header__logo {
  max-width: 240px;
}
@media screen and (max-width: 1220px) {
  .header__logo {
    max-width: 181px;
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__logo a img {
  width: 100%;
}
.header__logo a svg {
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (hover: hover) {
  .header__logo:hover {
    opacity: 0.7;
  }
}
.header__logo.is-scrolled svg .change-group path {
  fill: #E4027F;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0);
            transform: rotate3d(0, 1, 0, 0);
  }
  50% {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
            transform: rotate3d(0, 1, 0, -180deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, -360deg);
            transform: rotate3d(0, 1, 0, -360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0);
            transform: rotate3d(0, 1, 0, 0);
  }
  50% {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
            transform: rotate3d(0, 1, 0, -180deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, -360deg);
            transform: rotate3d(0, 1, 0, -360deg);
  }
}
.header__right {
  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;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1220px) {
  .header__right {
    display: none;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.header__nav-item-link {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.header__nav-item-link:hover .header__nav-item-link--en::after {
  width: 100%;
}
.header__nav-item-link.is-rotating {
  -webkit-animation: rotateOnce 0.3s ease;
          animation: rotateOnce 0.3s ease;
}

@-webkit-keyframes rotateOnce {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotateOnce {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.header__nav-item-link--en {
  color: #E4027F;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.198px;
  position: relative;
}
.header__nav-item-link--en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #E4027F;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.header__nav-item-link--jp {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.11px;
}

/* =========================
  ハンバーガーメニュー
============================ */
.hamburger {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1220px) {
  .hamburger {
    display: block;
    visibility: visible;
    background: transparent;
    position: relative;
    width: 28px;
    height: 16px;
    border: none;
  }
}

.hamburger-bar {
  background: #E4027F;
  position: absolute;
  left: 50%;
  width: 28px;
  height: 2px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.hamburger-bar:nth-of-type(1) {
  top: 0;
}

.hamburger-bar:nth-of-type(2) {
  top: 7px;
}

.hamburger-bar:nth-of-type(3) {
  bottom: 0;
}

.hamburger.active .hamburger-bar {
  opacity: 1;
  visibility: visible;
}
.hamburger.active .hamburger-bar:nth-of-type(1) {
  background: #fff;
  top: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}
.hamburger.active .hamburger-bar:nth-of-type(2) {
  background: #fff;
  top: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.hamburger.active .hamburger-bar:nth-of-type(3) {
  display: none;
}

.hamburger-button-wrapper {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1220px) {
  .hamburger-button-wrapper {
    display: block;
    visibility: visible;
    position: relative;
    z-index: 5;
  }
}

.drawer {
  background: #E4027F;
  position: fixed;
  top: 0px;
  right: 0;
  width: calc(100vw + 1px);
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: visibility 0s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}

.drawer__inner {
  height: 100%;
  width: 100%;
  padding: 100px 24px 50px;
  position: relative;
  overflow-y: auto;
}
@media screen and (max-width: 1220px) {
  .drawer__inner {
    margin: auto;
    max-width: 700px;
  }
}

.drawer.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  -webkit-transition: visibility 0s linear 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0s linear 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.drawer__nav-list {
  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;
  gap: 32px;
  margin: auto;
}

.drawer__nav-item-link {
  color: #FFF;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.drawer__nav-item-link:hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.drawer__nav-item-link:active {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.drawer__nav-item-link--en {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.198px;
  display: block;
}

.drawer__nav-item-link--jp {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.11px;
  display: block;
}

.drawer__btn-wrapper {
  margin-top: 24px;
}
.drawer__btn-wrapper .btn {
  max-width: 220px;
  max-height: 40px;
}

/*======================================================
footer_cta
======================================================*/
.footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__cta .inner {
  padding-bottom: 0;
}

.footer__cta-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .footer__cta-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.footer__cta-card {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .footer__cta-card {
    width: 100%;
  }
}

.footer__cta-card-wrapper {
  padding: 24px 24px 16px 0;
  margin-left: auto;
  max-width: 320px;
}
@media screen and (max-width: 960px) {
  .footer__cta-card-wrapper {
    padding: 40px 10px 32px;
    max-width: 100%;
  }
}

.footer__cta-card--member {
  border-radius: 20px;
  background: #FF7B15;
  position: relative;
}
@media screen and (max-width: 960px) {
  .footer__cta-card--member {
    border-radius: 10px;
  }
}
.footer__cta-card--member::before {
  background: url("../img/common/footer__cta-human01.webp") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 195px;
  height: 269px;
  left: 0;
  bottom: 0px;
}
@media screen and (max-width: 960px) {
  .footer__cta-card--member::before {
    content: none;
  }
}

.footer__cta-card-head {
  margin: auto;
  max-width: 207px;
  background: #FFF;
  text-align: center;
}
.footer__cta-card-label {
  color: #FF7B15;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.footer__cta-card-sublabel {
  color: #FF7B15;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.154px;
}

.footer__cta-card-body {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .footer__cta-card-body {
    margin-bottom: 24px;
  }
}

.footer__cta-card-title {
  text-align: center;
}

.footer__cta-card-title--en {
  padding-left: 38px;
  margin: auto;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.352px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 960px) {
  .footer__cta-card-title--en {
    padding-top: 40px;
    padding-left: 0;
  }
}
.footer__cta-card-title--en::before {
  background: url("../img/common/logo-icon-orange.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 30px;
  height: 34px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .footer__cta-card-title--en::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.footer__cta-card-title--jp {
  margin-top: 4px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.176px;
}

.footer__cta-card-text {
  margin-top: 8px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .footer__cta-card-text {
    margin-top: 24px;
    font-size: 14px;
    margin-inline: auto;
    max-width: 300px;
  }
}

.footer__cta-card--trial {
  border-radius: 20px;
  background: #E4027F;
  position: relative;
}
@media screen and (max-width: 960px) {
  .footer__cta-card--trial {
    border-radius: 10px;
  }
}
.footer__cta-card--trial::before {
  background: url("../img/common/footer__cta-human02.webp") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 195px;
  height: 269px;
  left: 0;
  bottom: 0px;
}
@media screen and (max-width: 960px) {
  .footer__cta-card--trial::before {
    content: none;
  }
}
.footer__cta-card--trial .footer__cta-card-wrapper {
  max-width: 380px;
}
@media screen and (max-width: 960px) {
  .footer__cta-card--trial .footer__cta-card-wrapper {
    max-width: 100%;
  }
}
.footer__cta-card--trial .footer__cta-card-head {
  margin-left: 105px;
  max-width: 207px;
}
@media screen and (max-width: 960px) {
  .footer__cta-card--trial .footer__cta-card-head {
    margin-left: auto;
  }
}
.footer__cta-card--trial .footer__cta-card-label {
  color: #E4027F;
}
.footer__cta-card--trial .footer__cta-card-body {
  margin-top: 14px;
  margin-bottom: 20px;
}
.footer__cta-card--trial .footer__cta-card-title--en {
  font-size: 28px;
}
.footer__cta-card--trial .footer__cta-card-title--en::before {
  background: url("../img/common/logo-icon-pink.svg") no-repeat center center/cover;
}
.footer__cta-card--trial .btn {
  margin-right: 24px;
}
@media screen and (max-width: 960px) {
  .footer__cta-card--trial .btn {
    margin-right: auto;
  }
}

.footer__cta-contact {
  margin-top: 40px;
  padding: 40px 40px 72px;
  background: url("../img/common/footer__cta-contact-bg.webp") no-repeat center center/cover;
  color: #FFF;
}
@media screen and (max-width: 960px) {
  .footer__cta-contact {
    padding: 40px 16px;
    background: url("../img/common/footer__cta-contact-bg-sp.webp") no-repeat center center/cover;
  }
}

.footer__cta-contact-head {
  text-align: center;
}

.footer__cta-contact-title {
  margin-top: -16px;
}

.footer__cta-contact-title--en {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.616px;
}
@media screen and (max-width: 960px) {
  .footer__cta-contact-title--en {
    line-height: 150%;
    font-size: 48px;
  }
}

.footer__cta-contact-title--jp {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.154px;
  display: block;
}

.footer__cta-contact-body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 960px) {
  .footer__cta-contact-body {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.footer__cta-contact-body::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 3px;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .footer__cta-contact-body::before {
    content: none;
  }
}

.footer__cta-contact-item {
  padding-top: 10px;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .footer__cta-contact-item {
    padding-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .footer__cta-contact-item:nth-child(1) {
    margin: auto;
    max-width: 310px;
  }
  .footer__cta-contact-item:nth-child(2) {
    position: relative;
  }
  .footer__cta-contact-item:nth-child(2)::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    max-width: 73.42%;
    height: 3px;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.footer__cta-contact-item-title {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.22px;
}

.footer__cta-contact-tel {
  margin-top: 8px;
  font-family: "Inter", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}
@media screen and (max-width: 960px) {
  .footer__cta-contact-tel {
    font-size: 40px;
  }
  .footer__cta-contact-tel svg {
    max-width: 26px;
    max-height: 26px;
  }
}

.footer__cta-contact-hours {
  margin: auto;
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 960px) {
  .footer__cta-contact-hours {
    margin-top: 16px;
    margin-left: auto;
    margin-right: 0;
  }
}

.footer__cta-contact-hours-time .num {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  line-height: 120%;
}

.footer__cta-contact-item:nth-child(2) {
  padding-left: 70px;
}
@media screen and (max-width: 960px) {
  .footer__cta-contact-item:nth-child(2) {
    padding-left: 0;
  }
}
.footer__cta-contact-item .btn__wrapper {
  margin-top: 16px;
  position: relative;
}
.footer__cta-contact-item .btn {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .footer__cta-contact-item .btn {
    padding-left: 32px;
  }
}
.footer__cta-contact-item .btn::before {
  background: url("../img/common/icon-mail.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: -58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 39px;
  height: 39px;
}
@media screen and (max-width: 960px) {
  .footer__cta-contact-item .btn::before {
    width: 23px;
    height: 23px;
    left: 90px;
  }
}

.footer__cta-contact-note {
  margin-top: 16px;
  font-weight: 500;
  line-height: 120%;
}

.to-top {
  position: absolute;
  top: -20px;
  right: 0;
}
@media screen and (max-width: 960px) {
  .to-top {
    top: 14px;
  }
  .to-top svg {
    max-width: 42px;
    max-height: 42px;
  }
}
@media (hover: hover) {
  .to-top:hover {
    opacity: 0.7;
  }
}

/*======================================================
footer
======================================================*/
.footer {
  margin-top: 100px;
  padding: 80px 0 64px;
  border-radius: 50px 50px 0 0;
  background: #E4027F;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 960px) {
  .footer {
    border-radius: 20px 20px 0 0;
    padding: 40px 0px 56px;
    margin-top: 80px;
  }
}

.footer .inner {
  padding-block: 0;
  position: relative;
  z-index: 1;
}

.footer__top {
  position: relative;
}

@media (hover: hover) {
  .footer__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  .footer__logo img {
    max-width: 220px;
  }
}

.footer__middle {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .footer__middle {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__info {
  width: 31.25%;
}
@media screen and (max-width: 960px) {
  .footer__info {
    width: 100%;
  }
}

.footer__tel {
  margin-top: 8px;
  display: block;
}
.footer__tel svg {
  margin-right: 5px;
}

.footer__fax {
  margin-top: 4px;
  display: block;
}
.footer__fax svg {
  margin-right: 3px;
}

.footer__sns {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (hover: hover) {
  .footer__sns a:hover {
    opacity: 0.5;
  }
}

.footer__links {
  max-width: 520px;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .footer__links {
    margin-top: 32px;
    max-width: 100%;
    width: 100%;
  }
}

.footer__menu-list {
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 16px 32px;
}
@media screen and (max-width: 960px) {
  .footer__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
}

.footer__menu-item:nth-child(1), .footer__menu-item:nth-child(4) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__menu-item-link {
  text-align: center;
  display: block;
}
@media (hover: hover) {
  .footer__menu-item-link:hover {
    opacity: 0.7;
  }
}

.footer__menu-item-link--en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.footer__menu-item-link--jp {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.11px;
}

.footer__policy {
  margin-top: 40px;
  display: block;
  text-decoration: underline;
}
@media (hover: hover) {
  .footer__policy:hover {
    opacity: 0.7;
  }
}

.footer__bottom {
  margin-top: 80px;
  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: 960px) {
  .footer__bottom {
    margin-top: 48px;
  }
}
@media (hover: hover) {
  .footer__bottom a:hover {
    opacity: 0.7;
  }
}

.footer__copy {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .footer__copy {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.copyright {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.floating-cta {
  padding: 30px 20px 20px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  border-radius: 20px;
  background: #E4027F;
  max-width: 268px;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 960px) {
  .floating-cta {
    display: none;
  }
}

.floating-cta.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.floating-cta.is-closed {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(20px) !important;
          transform: translateY(20px) !important;
  pointer-events: none;
}

.floating-cta__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border: none;
}
@media (hover: hover) {
  .floating-cta__close:hover {
    opacity: 0.7;
  }
}

.floating-cta__text {
  margin-bottom: 8px;
}

.floating-cta__title {
  padding-left: 28px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.198px;
  position: relative;
}
.floating-cta__title::before {
  background: url("../img/common/logo-icon-pink.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 23px;
  height: 26px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.floating-cta__subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.floating-cta .btn {
  height: 40px;
}

.floating-cta .btn svg {
  -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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (hover: hover) {
  .floating-cta .btn:hover svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.recruit {
  background: url("../img/common/recruit-bg.webp") center center/cover no-repeat;
}
@media screen and (max-width: 960px) {
  .recruit {
    background: url("../img/common/recruit-bg-sp.webp") center center/cover no-repeat;
  }
}
.recruit .section__title {
  text-shadow: 0 0 24px #000;
  color: #fff;
}

.recruit-wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .recruit-wrapper {
    margin-top: 48px;
    text-align: center;
  }
}
.recruit-wrapper .btn {
  padding: 16px 16px 16px 22px;
  border-radius: 50px;
  background: #FFF;
  border-bottom: none;
  font-size: 18px;
  width: 100%;
  max-width: 240px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .recruit-wrapper .btn {
    max-width: 327px;
  }
}
.recruit-wrapper .btn::before {
  content: none;
}
.recruit-wrapper .btn svg {
  max-width: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
}
.recruit-wrapper .btn svg rect {
  fill: #333C43;
}
.recruit-wrapper .btn svg path {
  fill: #fff;
}
@media (hover: hover) {
  .recruit-wrapper .btn:hover {
    background: #333C43;
    color: #FFF;
  }
  .recruit-wrapper .btn:hover rect {
    fill: #fff;
  }
  .recruit-wrapper .btn:hover path {
    fill: #333C43;
  }
}

.access__map {
  margin: 20px auto 0;
  width: 100%;
  max-width: 1080px;
  height: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .access__map {
    margin-top: 20px;
    height: 250px;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.access__info {
  margin: 40px auto 0;
  max-width: 600px;
}
@media screen and (max-width: 960px) {
  .access__info {
    margin-top: 24px;
  }
}

.access__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 960px) {
  .access__info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.access__info-item + .access__info-item {
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .access__info-item + .access__info-item {
    margin-top: 16px;
  }
}

.access__info-title {
  border-radius: 30px;
  background: #E4027F;
  color: #fff;
  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;
  width: 122px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .access__info-title {
    font-weight: 300;
  }
}