@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

@media (max-width: 1080px) and (min-width: 768px) {
  html {
    font-size: 16px;
    font-size: 1.3559322034vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  color: #0E213D;
  background-color: #F0F3F5;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #0E213D;
}

p {
  font-size: 0.875rem;
  line-height: 2;
}

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

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
  width: 100%;
  height: 110px;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.l-header__logo {
  position: relative;
  z-index: 9;
}
.l-header__logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.l-header__logo .text {
  font-family: "Montserrat", serif;
  color: #F0F3F5;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 2px 15px;
  font-size: 0.75rem;
}

.l-header__inner {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: 0.5s;
  height: 100%;
  padding: 0 2.5rem;
}

.l-header__nav {
  -ms-flex: 1;
      flex: 1;
}

.l-header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
  gap: 30px;
  z-index: 9;
}
.l-header__list li a {
  font-weight: 400;
  display: block;
  gap: 10px;
}
.l-header__list li a .en {
  display: none;
}
.l-header__list li a .ja {
  font-size: 0.8125rem;
}
.l-header__list li:not(.nav-entry) a {
  position: relative;
  text-decoration: none;
  height: 100%;
  transition: 0.3s ease;
  color: #F0F3F5;
}
@media (hover: hover) {
  .l-header__list li:not(.nav-entry) a:hover {
    opacity: 0.5;
  }
}
.l-header__list li.nav-entry {
  width: 100%;
  max-width: 6.25rem;
}
.l-header__list li.nav-entry a {
  padding: 12px;
  color: #fff;
  border-radius: 999px;
  transition: 0.3s ease;
  background-color: #0E1E3C;
  font-family: "Montserrat", serif;
  display: block;
  text-align: center;
}
.l-header__list li.nav-entry a .ja {
  display: none;
}
.l-header__list li.nav-entry a .en {
  display: block;
}
@media (hover: hover) {
  .l-header__list li.nav-entry a:hover {
    background-color: #0085D0;
  }
}

.c-hamburger {
  display: none;
}

.l-header.is-in {
  position: fixed;
  z-index: 999999;
}
.l-header.is-in .l-header__logo {
  filter: invert(100%);
}
.l-header.is-in .l-header__list li:not(.nav-entry) a {
  color: #0E213D;
}
.l-header.is-in .l-header__logo {
  margin-top: 0;
}

.l-header__entry {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
    height: 70px;
    background-color: #F0F3F5;
    border-bottom: 1px solid #C7D5DE;
  }
  .l-header .l-header__logo {
    width: 60%;
  }
  .l-header .l-header__logo a {
    gap: 6px;
  }
  .l-header .l-header__logo picture {
    width: 50px;
  }
  .l-header .l-header__logo .text {
    color: #0E213D;
    border: 1px solid #C7D5DE;
    font-size: 0.5625rem;
    padding: 2px 10px;
  }
  .l-header__inner {
    padding: 8px 12px;
  }
  .l-header__nav {
    z-index: 99999;
    width: 100%;
    background-color: #F0F3F5;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 60px 0 40px;
    border-radius: 0 0 60px 60px;
  }
  .l-header__list {
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    width: calc(100% - 48px);
    margin: 0 auto;
  }
  .l-header__list li {
    width: 100%;
    text-align: left;
  }
  .l-header__list li:not(:last-child) {
    margin-bottom: 24px;
  }
  .l-header__list li a {
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 400;
    position: relative;
  }
  .l-header__list li a .en {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #46ACDC;
    font-family: "Montserrat", serif;
  }
  .l-header__list li a .ja {
    color: #0E213D;
    font-size: 1rem;
  }
  .l-header__list li:not(.nav-entry) a::after {
    display: none;
  }
  .l-header__list li.nav-entry {
    max-width: 100%;
  }
  .l-header__list li.nav-entry a {
    width: 100%;
    max-width: 100%;
    line-height: 1.5;
  }
  .l-header__list li.nav-entry a .en {
    display: block;
  }
  .l-header__list li.nav-entry a .ja {
    display: block;
    color: #fff;
  }
  .l-header__entry {
    display: block;
    margin-right: 3.375rem;
  }
  .l-header__entry a {
    padding: 12px 24px;
    color: #fff;
    border-radius: 999px;
    transition: 0.3s ease;
    width: 100%;
    display: block;
    max-width: 6.25rem;
    background-color: #0E1E3C;
    font-family: "Montserrat", serif;
    font-size: 0.875rem;
  }
  .c-hamburger {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    top: 12px;
    right: 16px;
    width: 45px;
    height: 45px;
    z-index: 999999;
    display: block;
    background-color: #C7D5DE;
    border-radius: 50%;
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    height: 1px;
    background-color: #0E213D;
    border-radius: 4px;
    left: 14px;
    width: 18px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 20px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 26px;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(3px) rotate(-25deg);
        transform: translateY(3px) rotate(-25deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    -ms-transform: translateY(-3px) rotate(25deg);
        transform: translateY(-3px) rotate(25deg);
  }
}
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  position: relative;
  overflow: hidden;
  background-color: #F0F3F5;
}

.l-footer__corporate {
  position: relative;
  background-color: #030A1C;
  border-radius: 120px 0 0 0;
  padding: 7.5rem 0;
  display: block;
  overflow: hidden;
}
.l-footer__corporate::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/corporate_bg.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}
.l-footer__corporate .p-corporate__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
.l-footer__corporate .c-ttl .en {
  background: linear-gradient(90deg, rgb(70, 172, 220) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-footer__corporate .c-ttl .ja {
  color: #fff;
}
.l-footer__corporate p {
  color: #fff;
}
.l-footer__corporate .p-corporate__icon {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}
.l-footer__corporate .p-corporate__icon:before, .l-footer__corporate .p-corporate__icon::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 16px;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}
.l-footer__corporate .p-corporate__icon::before {
  top: 75%;
  left: -10%;
}
@media (hover: hover) {
  .l-footer__corporate:hover::before {
    opacity: 0.8;
    -ms-transform: scale(1.05);
        transform: scale(1.05);
  }
}

@media screen and (max-width: 767px) {
  .l-footer__corporate::before {
    background-image: url("../img/corporate_bg_sp.jpg");
  }
  .l-footer__corporate .p-corporate__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  .l-footer__corporate .p-corporate__text {
    width: 100%;
    text-align: center;
  }
  .l-footer__corporate .p-corporate__text .c-ttl {
    -ms-flex-align: center;
        align-items: center;
  }
  .l-footer__corporate .p-corporate__icon {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
  }
  .l-footer__corporate .p-corporate__icon::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 16px;
    -webkit-mask-image: url("../img/icon_arrow.svg");
            mask-image: url("../img/icon_arrow.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
  }
}
/* ----- title ----- */
.c-ttl {
  margin-bottom: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 8px;
}
.c-ttl .en {
  display: inline-block;
  background: linear-gradient(90deg, rgb(14, 33, 61) 0%, rgb(70, 172, 220) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
.c-ttl .ja {
  font-size: 2.625rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .c-ttl .ja {
    font-size: 1.5rem;
  }
}
/* ----- btn ----- */
.c-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 140px;
  border-bottom: 1px solid rgba(14, 33, 61, 0.1);
  position: relative;
  padding-bottom: 8px;
}
.c-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0085D0;
  position: absolute;
  bottom: -1px;
  left: 0;
  -ms-transform: scale(0.23, 1);
      transform: scale(0.23, 1);
  -ms-transform-origin: right top;
      transform-origin: right top;
}
.c-btn .text {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.8125rem;
}
.c-btn .icon {
  width: 23px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
}
.c-btn .icon:before, .c-btn .icon::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url("../img/icon_arrow.svg") no-repeat center/100%;
}
.c-btn .icon::before {
  position: absolute;
  top: 9px;
  left: -20px;
}
@media (hover: hover) {
  .c-btn:hover::before {
    animation: borderAnime 1s ease forwards;
  }
  .c-btn:hover .icon::after {
    animation: btnArrow 0.8s ease forwards;
  }
  .c-btn:hover .icon::before {
    animation: btnArrow 0.8s ease forwards;
  }
}

@keyframes btnArrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(25px);
  }
}
@keyframes borderAnime {
  0% {
    transform: scale(0.23, 1);
  }
  50% {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  51% {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
/* ----- text en ----- */
.c-text-en {
  font-size: 6.25rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-family: "Montserrat", serif;
  font-weight: 300;
  color: #95A7BA;
  line-height: 1.5;
}
.c-text-en span {
  display: inline-block;
  animation: loopText 100s linear infinite;
  white-space: nowrap;
  padding-bottom: 10px;
}

@keyframes loopText {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
@media screen and (max-width: 767px) {
  .c-text-en {
    font-size: 3.75rem;
  }
}
/* ------ animeation ------ */
.js-img {
  width: 100%;
  height: 100%;
  will-change: animation;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  backface-visibility: hidden;
}
.js-img.is-active {
  animation: imgClip 1.5s cubic-bezier(0.41, 0, 0.24, 1) 0.1s forwards;
}

@keyframes imgClip {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.js-text {
  overflow-y: hidden;
  display: block;
}
.js-text span {
  display: inline-block;
  opacity: 0;
}
.js-text.is-active span {
  animation: fade 0.4s ease-out forwards;
}
.js-text.is-active span:nth-child(1) {
  animation-delay: 0.1s;
}
.js-text.is-active span:nth-child(2) {
  animation-delay: 0.2s;
}
.js-text.is-active span:nth-child(3) {
  animation-delay: 0.3s;
}
.js-text.is-active span:nth-child(4) {
  animation-delay: 0.4s;
}
.js-text.is-active span:nth-child(5) {
  animation-delay: 0.5s;
}
.js-text.is-active span:nth-child(6) {
  animation-delay: 0.6s;
}
.js-text.is-active span:nth-child(7) {
  animation-delay: 0.7s;
}
.js-text.is-active span:nth-child(8) {
  animation-delay: 0.8s;
}
.js-text.is-active span:nth-child(9) {
  animation-delay: 0.9s;
}
.js-text.is-active span:nth-child(10) {
  animation-delay: 1s;
}
.js-text.is-active span:nth-child(11) {
  animation-delay: 1.1s;
}
.js-text.is-active span:nth-child(12) {
  animation-delay: 1.2s;
}
.js-text.is-active span:nth-child(13) {
  animation-delay: 1.3s;
}
.js-text.is-active span:nth-child(14) {
  animation-delay: 1.4s;
}
.js-text.is-active span:nth-child(15) {
  animation-delay: 1.5s;
}
.js-text.is-active span:nth-child(16) {
  animation-delay: 1.6s;
}
.js-text.is-active span:nth-child(17) {
  animation-delay: 1.7s;
}
.js-text.is-active span:nth-child(18) {
  animation-delay: 1.8s;
}
.js-text.is-active span:nth-child(19) {
  animation-delay: 1.9s;
}
.js-text.is-active span:nth-child(20) {
  animation-delay: 2s;
}
.js-text.is-active span:nth-child(21) {
  animation-delay: 2.1s;
}
.js-text.is-active span:nth-child(22) {
  animation-delay: 2.2s;
}
.js-text.is-active span:nth-child(23) {
  animation-delay: 2.3s;
}
.js-text.is-active span:nth-child(24) {
  animation-delay: 2.4s;
}
.js-text.is-active span:nth-child(25) {
  animation-delay: 2.5s;
}
.js-text.is-active span:nth-child(26) {
  animation-delay: 2.6s;
}
.js-text.is-active span:nth-child(27) {
  animation-delay: 2.7s;
}
.js-text.is-active span:nth-child(28) {
  animation-delay: 2.8s;
}
.js-text.is-active span:nth-child(29) {
  animation-delay: 2.9s;
}
.js-text.is-active span:nth-child(30) {
  animation-delay: 3s;
}
.js-text.is-active span:nth-child(31) {
  animation-delay: 3.1s;
}
.js-text.is-active span:nth-child(32) {
  animation-delay: 3.2s;
}
.js-text.is-active span:nth-child(33) {
  animation-delay: 3.3s;
}
.js-text.is-active span:nth-child(34) {
  animation-delay: 3.4s;
}
.js-text.is-active span:nth-child(35) {
  animation-delay: 3.5s;
}
.js-text.is-active span:nth-child(36) {
  animation-delay: 3.6s;
}
.js-text.is-active span:nth-child(37) {
  animation-delay: 3.7s;
}
.js-text.is-active span:nth-child(38) {
  animation-delay: 3.8s;
}
.js-text.is-active span:nth-child(39) {
  animation-delay: 3.9s;
}
.js-text.is-active span:nth-child(40) {
  animation-delay: 4s;
}
.js-text.is-active span:nth-child(41) {
  animation-delay: 4.1s;
}
.js-text.is-active span:nth-child(42) {
  animation-delay: 4.2s;
}
.js-text.is-active span:nth-child(43) {
  animation-delay: 4.3s;
}
.js-text.is-active span:nth-child(44) {
  animation-delay: 4.4s;
}
.js-text.is-active span:nth-child(45) {
  animation-delay: 4.5s;
}
.js-text.is-active span:nth-child(46) {
  animation-delay: 4.6s;
}
.js-text.is-active span:nth-child(47) {
  animation-delay: 4.7s;
}
.js-text.is-active span:nth-child(48) {
  animation-delay: 4.8s;
}
.js-text.is-active span:nth-child(49) {
  animation-delay: 4.9s;
}
.js-text.is-active span:nth-child(50) {
  animation-delay: 5s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-wrap {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 0 auto;
}

.img-path {
  width: 0;
  height: 0;
  position: absolute;
}

/* ---------------------------------------------
  mv
  --------------------------------------------- */
.p-mv {
  position: relative;
  background: rgb(14, 33, 61);
  background: linear-gradient(15deg, rgb(14, 33, 61) 33%, rgb(73, 107, 147) 100%);
  padding: 7.8125rem 0;
}

.p-mv__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.p-mv__block .p-mv__text {
  /* width: 34%; */
  width: 62.5%;
}
.p-mv__block .p-mv__ttl {
  margin-bottom: 48px;
}
.p-mv__block .p-mv__ttl .en {
  display: block;
  font-size: 1rem;
  color: #46ACDC;
  font-family: "Montserrat", serif;
  margin-bottom: 8px;
}
.p-mv__block .p-mv__ttl .ja {
  color: #fff;
  font-size: 3.5rem;
  font-family: "Zen Old Mincho", serif;
}
.p-mv__block .p-mv__img {
  /* width: 62.5%; */
  width: 40%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 40px;
  padding-right: 20px;
}
.p-mv__block .p-mv__img .item {
  position: relative;
  /* width: 50%; */
  /* width: 35%; */
  aspect-ratio: 340/530;
}
.p-mv__block .p-mv__img .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#clipPath);
          clip-path: url(#clipPath);
  background: rgb(71, 151, 176);
  background: linear-gradient(4deg, rgb(71, 151, 176) 0%, rgb(41, 65, 112) 100%);
  position: absolute;
  right: -20px;
}
.p-mv__block .p-mv__img .item img {
  position: relative;
  z-index: 1;
  -webkit-clip-path: url(#clipPath);
          clip-path: url(#clipPath);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__block .p-mv__img .item:nth-child(1) {
  margin-top: 20px;
}
.p-mv__block .p-mv__img .item:nth-child(1)::before {
  top: -20px;
}
.p-mv__block .p-mv__img .item:nth-child(2)::before {
  background: linear-gradient(180deg, rgb(71, 151, 176) 0%, rgb(41, 65, 112) 100%);
  bottom: -20px;
}

.p-mv__btn-list {
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.p-mv__btn-list .c-btn {
  width: 50%;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.p-mv__btn-list .c-btn .text {
  font-size: 1rem;
}
.p-mv__btn-list .c-btn .icon {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.p-mv__btn-list .c-btn .icon::before {
  top: 8px;
}

.p-mv__scroll {
  width: 128px;
  height: 128px;
  animation: rotate 20s linear infinite;
  position: absolute;
  bottom: 10.5%;
  right: 2.5%;
  z-index: 9;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    position: relative;
    padding: 120px 0 80px;
  }
  .p-mv__wrap {
    width: 100%;
    height: 100%;
  }
  .p-mv__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
  }
  .p-mv__block .p-mv__text {
    width: 100%;
  }
  .p-mv__block .p-mv__ttl {
    margin-bottom: 48px;
  }
  .p-mv__block .p-mv__ttl .ja {
    font-size: 2.375rem;
  }
  .p-mv__block .p-mv__img {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding-right: 20px;
    flex-direction: row-reverse;
  }
  .p-mv__block .p-mv__img .item {
    position: relative;
    width: 84%;
  }
  .p-mv__block .p-mv__img .item:nth-child(1) {
    margin-top: 0;
  }
  .p-mv__block .p-mv__img .item:nth-child(2) {
    margin: -38% 0 0 auto;
  }
  .p-mv__scroll {
    bottom: 5%;
    left: 20px;
  }
}
/* ---------------------------------------------
  message
  --------------------------------------------- */
.p-message {
  background: url("../img/message_bg.jpg") no-repeat bottom center/cover;
  padding: 2.5rem 0 11.25rem;
  position: relative;
  overflow: hidden;
}
.p-message::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(14, 33, 61);
  background: linear-gradient(180deg, rgb(14, 33, 61) 37%, rgba(15, 45, 62, 0.65) 69%, rgba(70, 172, 220, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.p-message .l-wrap {
  position: relative;
}

.p-message__block {
  color: #F0F3F5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 7.5rem;
  margin-bottom: 20px;
}
.p-message__block .p-message__ttl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.25rem;
  letter-spacing: 0.3em;
  line-height: 1.6;
}
.p-message__block .p-message__text {
  margin-top: 6.25rem;
  width: 50.8%;
}
.p-message__block .p-message__text p {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125rem;
  line-height: 2;
}
.p-message__block .p-message__text p:not(:last-child) {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .p-message {
    padding: 20px 0 11.25rem;
  }
  .p-message__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 38px;
    margin-bottom: 30px;
  }
  .p-message__block .p-message__ttl {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-message__block .p-message__text {
    margin-top: 0;
    width: 100%;
  }
  .p-message__block .p-message__text p {
    font-size: 1rem;
  }
  .p-message__block .p-message__text p:not(:last-child) {
    margin-bottom: 30px;
  }
}
/* ---------------------------------------------
    business
  --------------------------------------------- */
.p-business {
  background-color: #F0F3F5;
  position: relative;
  padding: 7.5rem 0;
  position: relative;
  overflow: hidden;
  border-radius: 120px 0 0 0;
  margin-top: -7.5rem;
}
.p-business .l-wrap {
  position: relative;
  z-index: 2;
}

.p-business__bg .item {
  opacity: 0.6;
  position: absolute;
  z-index: 1;
}
.p-business__bg .item:nth-child(1) {
  width: 40%;
  top: 0;
  left: 0;
}
.p-business__bg .item:nth-child(2) {
  width: 38%;
  top: 40%;
  max-width: 533px;
  right: 0;
}
.p-business__bg .item:nth-child(3) {
  width: 100%;
  max-width: 699px;
  top: 25%;
  left: 0%;
}

.p-business__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 5rem;
}
.p-business__block .p-business__text {
  width: 49%;
  padding: 10.625rem 0;
}
.p-business__block .p-business__text .c-btn {
  margin-top: 34px;
}
.p-business__block .p-business__text .c-btn .icon::before, .p-business__block .p-business__text .c-btn .icon::after {
  -ms-transform: rotate(-35deg);
      transform: rotate(-35deg);
}
.p-business__block .p-business__text .c-btn .icon::before {
  top: 20px;
}
@media (hover: hover) {
  .p-business__block .p-business__text .c-btn:hover .icon::after {
    animation: scrollRotate 0.8s ease forwards;
  }
  .p-business__block .p-business__text .c-btn:hover .icon::before {
    animation: scrollRotate 0.8s ease forwards;
  }
}
@keyframes scrollRotate {
  0% {
    transform: translate(0, 0) rotate(-35deg);
  }
  100% {
    transform: translate(24px, -14px) rotate(-35deg);
  }
}
.p-business__block .p-business__img {
  width: 41%;
  padding-bottom: 7.25rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-business__block .p-business__img:before, .p-business__block .p-business__img::after {
  content: "";
  display: block;
  width: 78%;
  height: 36.25rem;
  -webkit-clip-path: url(#clipPath);
          clip-path: url(#clipPath);
}
.p-business__block .p-business__img::after {
  background: linear-gradient(180deg, rgba(41, 65, 112, 0.01) 0%, rgb(140, 209, 231) 100%);
  position: absolute;
  top: 5rem;
  right: 3.125rem;
}
.p-business__block .p-business__img::before {
  background: linear-gradient(180deg, rgb(41, 65, 112) 0%, rgba(71, 151, 176, 0.01) 100%);
}
.p-business__block .p-business__img .item {
  height: 100%;
}
.p-business__block .p-business__img .item img {
  /* height: 100%; */
  -webkit-clip-path: url(#clipPath);
          clip-path: url(#clipPath);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business__block .p-business__img .item:nth-child(1) {
  width: 46%;
  max-height: 21.25rem;
  position: absolute;
  left: 1.625rem;
  top: 3rem;
  z-index: 2;
}
.p-business__block .p-business__img .item:nth-child(1) img {
  aspect-ratio: 218/341;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business__block .p-business__img .item:nth-child(2) {
  width: 70.5%;
  max-height: 33.125rem;
  position: absolute;
  right: 0;
  top: 10rem;
  z-index: 1;
}
.p-business__block .p-business__img .item:nth-child(2) img {
  aspect-ratio: 340/530;
  -o-object-position: right;
     object-position: right;
}

.p-income__block {
  display: grid;
  grid-template-columns: 1fr 49.5%;
  grid-template-rows: 198px 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 2.125rem 7.5rem;
}

.p-income__ttl {
  grid-area: 1/2/2/3;
}

.p-income__img {
  grid-area: 1/1/3/2;
  position: relative;
}
.p-income__img:before, .p-income__img::after {
  content: "";
  display: block;
  width: 78%;
  height: 36.25rem;
  -webkit-clip-path: url(#clipPath);
          clip-path: url(#clipPath);
  position: absolute;
}
.p-income__img::after {
  background: linear-gradient(0deg, rgba(41, 65, 112, 0.01) 0%, rgb(140, 209, 231) 100%);
  top: 0;
  left: 0;
}
.p-income__img::before {
  background: linear-gradient(0deg, rgb(41, 65, 112) 0%, rgba(71, 151, 176, 0.01) 100%);
  top: 6.75rem;
  right: 0;
}
.p-income__img .item {
  position: relative;
  z-index: 2;
  width: 80%;
  height: 100%;
  max-height: 593px;
  margin: 3.125rem auto 0;
}
.p-income__img .item img {
  -webkit-clip-path: url(#clipPath);
          clip-path: url(#clipPath);
  aspect-ratio: 380/590;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-income__img .prof {
  position: absolute;
  bottom: 34%;
  left: 20%;
  background-color: #fff;
  z-index: 3;
  font-size: 0.75rem;
  padding: 0 8px;
}

.p-income__detail {
  grid-area: 2/2/3/3;
  background: linear-gradient(0deg, rgb(20, 44, 80) 0%, rgb(60, 123, 169) 100%);
  border-radius: 16px;
  padding: 2rem;
  color: #fff;
  position: relative;
}
.p-income__detail::before {
  content: "";
  display: block;
  width: 15.375rem;
  height: 8.5rem;
  background: url("../img/line.svg") no-repeat top left/100%;
  position: absolute;
  right: 94%;
  top: 3.125rem;
  z-index: 5;
}
.p-income__detail .block {
  padding-left: 18px;
  position: relative;
  margin-bottom: 24px;
}
.p-income__detail .block::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(0deg, rgb(240, 243, 245) 0%, rgb(70, 172, 220) 100%);
  position: absolute;
  top: 15px;
  left: 0;
}
.p-income__detail .text_1 {
  font-size: 1.125rem;
}
.p-income__detail .text_2 {
  font-size: 0.875rem;
  opacity: 0.6;
}
.p-income__detail .text_3 {
  font-size: 1.75rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-income__detail .text_3 .num {
  font-size: 3rem;
}
.p-income__detail .text_4 {
  font-size: 1rem;
  line-height: 2;
  border-left: 2px solid #46ACDC;
  background: linear-gradient(90deg, rgb(65, 120, 170) 0%, rgba(65, 120, 170, 0) 51%);
  padding-left: 12px;
  margin-bottom: 12px;
}
.p-income__detail .text_5 {
  font-size: 0.8125rem;
  line-height: 1.8;
  margin-bottom: 12px;
}
.p-income__detail .text_5 span {
  color: #ECDC85;
  border-bottom: 1px solid #ECDC85;
  font-weight: 700;
}
.p-income__detail picture {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-business {
    padding: 80px 0;
    border-radius: 60px 0 0 0;
  }
  .p-business__bg .item:nth-child(1) {
    width: 60%;
  }
  .p-business__bg .item:nth-child(2) {
    width: 80%;
    top: 30%;
    right: -24%;
  }
  .p-business__bg .item:nth-child(3) {
    display: none;
  }
  .p-business__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
  }
  .p-business__block .p-business__text {
    width: 100%;
    padding: 0;
  }
  .p-business__block .p-business__text .c-btn {
    margin: 34px 0 0 auto;
  }
  .p-business__block .p-business__img {
    width: 100%;
    max-width: 378px;
    padding-bottom: 5rem;
    margin: 0 auto;
  }
  .p-business__block .p-business__img:before, .p-business__block .p-business__img::after {
    height: auto;
    aspect-ratio: 254/397;
  }
  .p-business__block .p-business__img::after {
    top: 46px;
    right: 36px;
  }
  .p-business__block .p-business__img .item:nth-child(1) {
    left: 1.25rem;
    top: 2.25rem;
    height: initial;
  }
  .p-business__block .p-business__img .item:nth-child(2) {
    width: 70.5%;
    height: initial;
    top: 7.5rem;
    min-height: 363px;
  }
  .p-income__block {
    display: block;
  }
  .p-income__ttl {
    margin-bottom: 34px;
  }
  .p-income__img {
    margin-bottom: 40px;
    max-width: 328px;
    margin: 0 auto 40px;
  }
  .p-income__img:before, .p-income__img::after {
    height: auto;
    aspect-ratio: 254/397;
  }
  .p-income__img::before {
    top: 70px;
  }
  .p-income__img .item {
    margin: 30px auto 0;
    padding: 30px 0;
  }
  .p-income__img .prof {
    font-size: 0.5rem;
    bottom: 19%;
    padding: 0 5px;
  }
  .p-income__detail {
    padding: 32px 24px;
    max-width: 428px;
    margin: 0 auto;
  }
  .p-income__detail::before {
    width: 11.3125rem;
    height: 6.25rem;
    right: initial;
    left: -4%;
    top: -11%;
    -ms-transform: scale(1, -1) rotate(90deg);
        transform: scale(1, -1) rotate(90deg);
  }
}
/* ---------------------------------------------
    interview
  --------------------------------------------- */
.p-interview__list {
  margin-bottom: 7.5rem;
}
.p-interview__list .swiper-wrapper {
  transition-timing-function: linear;
}
.p-interview__list .swiper-slide img {
  -webkit-clip-path: url(#interviewPath);
          clip-path: url(#interviewPath);
  aspect-ratio: 397/370;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview {
  background: linear-gradient(180deg, rgb(240, 243, 245) 0%, rgb(186, 220, 231) 34%);
  position: relative;
  padding-bottom: 12.5rem;
  overflow: hidden;
}
.p-interview:before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background: url("../img/interview_bg.svg") no-repeat top center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-interview .l-wrap {
  position: relative;
}
.p-interview .c-ttl {
  margin-bottom: 6.25rem;
}

.p-interview__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10.625rem;
  padding: 0 2.5rem;
}
.p-interview__block .p-interview__item {
  width: 50%;
  max-width: 330px;
}
.p-interview__block .p-interview__img {
  position: relative;
}
.p-interview__block .p-interview__img .item {
  padding-right: 20px;
}
.p-interview__block .p-interview__img .item img {
  position: relative;
  z-index: 1;
  -webkit-clip-path: url(#clipPath);
          clip-path: url(#clipPath);
  aspect-ratio: 340/530;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interview__block .p-interview__img::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 100%;
  -webkit-clip-path: url(#clipPath);
          clip-path: url(#clipPath);
  background: rgb(71, 151, 176);
  background: linear-gradient(4deg, rgb(71, 151, 176) 0%, rgb(41, 65, 112) 100%);
  position: absolute;
  top: -20px;
  right: 0;
}
.p-interview__block .p-interview__img .object {
  position: absolute;
  top: 0;
  right: -16%;
  z-index: 2;
}
.p-interview__block .p-interview__img .object.--1st_gold {
  top: 3%;
  max-width: max(8.75rem, 110px);
}
.p-interview__block .p-interview__img .object.--2nd_gold {
  top: 33%;
  max-width: max(8.75rem, 110px);
}
.p-interview__block .p-interview__img .object.--2nd_green {
  top: 34%;
  right: -12%;
  max-width: max(7.75rem, 100px);
}
.p-interview__block .p-interview__img .object.--3rd_green {
  top: 64%;
  right: -12%;
  max-width: max(7.75rem, 100px);
}
.p-interview__block .p-interview__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
.p-interview__block .p-interview__text .post {
  color: #31789F;
}
.p-interview__block .p-interview__text .name {
  font-size: 1.125rem;
}
.p-interview__block .p-interview__text .c-btn {
  width: 100%;
  max-width: 110px;
  cursor: pointer;
}
.p-interview__block .p-interview__text .c-btn .text {
  font-size: 0.8125rem;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 49, 49, 0.5);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  width: 74%;
  max-width: 73.75rem;
  max-height: 100%;
  margin: 0 auto;
  padding: 3.125rem 0;
  background-color: #fff;
  border: 10px solid transparent;
  border-radius: 32px;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-content {
  overflow: hidden;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}
.modal-content .name {
  margin-bottom: 20px;
  gap: 0;
}
.modal-content .name .en {
  font-size: 1rem;
  color: #46ACDC;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.modal-content .name .ja {
  font-size: 1.75rem;
}
.modal-content .ttl {
  font-size: 1rem;
  color: #7C8695;
}
.modal-content .movie {
  margin-top: 20px;
}
.modal-content .movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 920/518;
  border-radius: 12px;
}

.modal-close {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 6%;
  right: 4%;
  width: 40px;
  height: 40px;
  font-size: 3.375rem;
  font-weight: 300;
  cursor: pointer;
}
.modal-close.text {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-interview__list {
    margin-bottom: 80px;
  }
  .p-interview {
    padding-bottom: 13.75rem;
  }
  .p-interview__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px;
    padding: 0;
  }
  .p-interview__block .p-interview__item {
    width: 100%;
  }
  .p-interview__block .p-interview__img {
    width: 82%;
    margin: 0 auto;
  }
  .p-interview__block .p-interview__img .object.object.--1st_gold,
  .p-interview__block .p-interview__img .object.object.--2nd_gold,
  .p-interview__block .p-interview__img .object.object.--3rd_gold {
    max-width: 113px;
  }
  .p-interview__block .p-interview__img .object.object.--2nd_green,
  .p-interview__block .p-interview__img .object.object.--3rd_green {
    max-width: 96px;
  }
  .p-interview__block .p-interview__text {
    margin-top: -10px;
  }
  .modal-container {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px;
    padding: 24px;
  }
  .modal-body {
    width: 100%;
    height: auto;
    padding: 40px 0;
    border: none;
    border-radius: 24px;
  }
  .modal-close {
    top: 2.5%;
    right: 8%;
    width: auto;
    height: auto;
    font-size: 2rem;
  }
  .modal-close.text {
    display: block;
    width: auto;
    height: auto;
    position: static;
    font-size: 0.75rem;
    color: #fff;
    font-weight: 700;
  }
  .modal-content {
    width: calc(100% - 48px);
  }
  .modal-content .name {
    margin-bottom: 24px;
  }
  .modal-content .name .ja {
    font-size: 1.25rem;
  }
}
/* ---------------------------------------------
    requirements
  --------------------------------------------- */
.p-requirements {
  background-color: #F0F3F5;
  padding: 7.5rem 0;
  border-radius: 120px 0 0 0;
  margin-top: -5rem;
  position: relative;
}
.p-requirements .c-ttl {
  margin-bottom: 3rem;
}
.p-requirements .c-ttl .ja {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
}
.p-requirements .c-ttl .cap {
  font-size: 1.125rem;
  background-color: #fff;
  border: 1px solid #C7D5DE;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2px 14px;
  line-height: 2;
  display: inline-block;
}

.p-requirements__info dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #C7D5DE;
  font-size: 0.875rem;
  padding-bottom: 48px;
  gap: 3rem;
}
.p-requirements__info dl:not(:last-child) {
  margin-bottom: 34px;
}
.p-requirements__info dl dt {
  width: 20%;
  max-width: 120px;
  font-weight: 700;
}
.p-requirements__info dl dd {
  -ms-flex: 1;
      flex: 1;
}
.p-requirements__info dl dd p {
  line-height: 2;
}
.p-requirements__info dl dd p:not(:last-child) {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .p-requirements {
    margin-top: -6.875rem;
  }
  .p-requirements .c-ttl .cap {
    font-size: 0.875rem;
  }
  .p-requirements__info dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .p-requirements__info dl dt {
    width: 100%;
    max-width: 100%;
  }
}
/* ---------------------------------------------
  entry
  --------------------------------------------- */
.p-entry {
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
  background-color: #F0F3F5;
}

.p-entry__form {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 48px;
  margin-top: 5rem;
  padding: 7.5rem 24px;
}
.p-entry__form dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.625rem;
  max-width: 700px;
  margin: 0 auto;
}
.p-entry__form dl:not(:last-of-type) {
  margin-bottom: 30px;
}
.p-entry__form dl dt {
  font-size: 0.875rem;
  -ms-flex: 1;
      flex: 1;
  color: #10141D;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-entry__form dl dd {
  font-size: 0.875rem;
  font-weight: 500;
  width: 55.5%;
  position: relative;
}
.p-entry__form dl dd input[type=text],
.p-entry__form dl dd input[type=tel],
.p-entry__form dl dd input[type=email],
.p-entry__form dl dd select {
  width: 100%;
  padding: 8px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #C7D5DE;
  border-radius: 4px;
  line-height: 2;
}
.p-entry__form dl dd.form-select {
  position: relative;
}
.p-entry__form dl dd.form-select::before {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    background-color: #1B2234;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.p-entry__form dl dd textarea {
  width: 100%;
  padding: 8px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #C7D5DE;
  height: 9.75rem;
  resize: vertical;
  border-radius: 4px;
}
.p-entry__form dl dd ::-moz-placeholder {
  color: #C1C1C1;
}
.p-entry__form dl dd :-ms-input-placeholder {
  color: #C1C1C1;
}
.p-entry__form dl dd ::placeholder {
  color: #C1C1C1;
}
.p-entry__form dl dd input:focus,
.p-entry__form dl dd textarea:focus,
.p-entry__form dl dd select:focus {
  outline: none;
}
.p-entry__form dl dd.form-date {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-entry__form dl dd.form-date input[name=date-selection01],
.p-entry__form dl dd.form-date input[name=date-selection02],
.p-entry__form dl dd.form-date input[name=date-selection03],
.p-entry__form dl dd.form-date input[type=number] {
  width: 100%;
  padding: 8px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #C7D5DE;
  border-radius: 4px;
  line-height: 2;
}
.p-entry__form dl dd.form-date input[name=date-selection01],
.p-entry__form dl dd.form-date input[name=date-selection02],
.p-entry__form dl dd.form-date input[name=date-selection03] {
  width: 170px;
  min-height: 44px;
  position: relative;
}
.p-entry__form dl dd.form-date input[name=date-selection01]::-webkit-calendar-picker-indicator,
.p-entry__form dl dd.form-date input[name=date-selection02]::-webkit-calendar-picker-indicator,
.p-entry__form dl dd.form-date input[name=date-selection03]::-webkit-calendar-picker-indicator {
  background: transparent;
  z-index: 1;
}
.p-entry__form dl dd.form-date input[name=date-selection01]::after,
.p-entry__form dl dd.form-date input[name=date-selection02]::after,
.p-entry__form dl dd.form-date input[name=date-selection03]::after {
  content: "";
  background-image: url("../img/icon_calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.p-entry__form dl dd.form-date input[type=number] {
  width: 64px;
}
.p-entry__form dl dd.form-date input[type=number]::-webkit-inner-spin-button, .p-entry__form dl dd.form-date input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
.p-entry__form dl dd.form-date .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  font-size: 0.875rem;
}
.p-entry__form dl .form-require,
.p-entry__form dl .form-any {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0 4px;
  margin-right: 12px;
  min-width: 36px;
  line-height: 2;
  border-radius: 3px;
}
.p-entry__form dl .form-require {
  background-color: #0085D0;
  color: #fff;
}
.p-entry__form dl.form-textarea {
  -ms-flex-align: start;
      align-items: flex-start;
}

.p-entry__policy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 12px;
  margin: 48px 0 0 auto;
}
.p-entry__policy .policy-check input[type=checkbox] {
  display: none;
}
.p-entry__policy .policy-check .check-block {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
}
.p-entry__policy .policy-check .check-block::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #C7D5DE;
  border-radius: 3px;
  margin-top: 4px;
}
.p-entry__policy .policy-check .check-block::after {
  border-right: 2px solid #0085D0;
  border-bottom: 2px solid #0085D0;
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: rotate(45deg) translate(-50%, -50%);
      transform: rotate(45deg) translate(-50%, -50%);
  margin-left: -4px;
  margin-top: 2px;
}
.p-entry__policy .policy-check input[type=checkbox]:checked + .check-block::after {
  opacity: 1;
}
.p-entry__policy .policy-text {
  font-size: 0.75rem;
}
.p-entry__policy .policy-text a {
  color: #7C8695;
  text-decoration: underline;
}

.c-entry__btn {
  margin: 24px auto 0;
  max-width: 700px;
  position: relative;
}
.c-entry__btn input {
  color: #fff;
  font-size: 1.125rem;
  padding: 20px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  gap: 10px;
  transition: 0.3s ease;
  background-color: #0E213D;
  border-radius: 8px;
}
@media (hover: hover) {
  .c-entry__btn input:hover {
    background-color: #0085D0;
  }
}

@media screen and (max-width: 767px) {
  .p-entry__form {
    border-radius: 24px;
    padding: 60px 24px;
    margin-top: 40px;
  }
  .p-entry__form dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
  }
  .p-entry__form dl:not(:last-of-type) {
    margin-bottom: 34px;
  }
  .p-entry__form dl dt {
    width: 100%;
  }
  .p-entry__form dl dd {
    width: 100%;
  }
  .p-entry__form dl dd.form-date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 12px;
  }
  .p-entry__form dl dd.form-date input[name=date-selection01],
  .p-entry__form dl dd.form-date input[name=date-selection02],
  .p-entry__form dl dd.form-date input[name=date-selection03] {
    width: 100%;
  }
  .p-entry__form dl .form-any {
    display: none;
  }
  .c-entry__btn {
    margin: 12px auto 0;
    max-width: 340px;
  }
  .p-entry__policy {
    margin: 24px 0 0 auto;
  }
}

/* reCaptha 非表示 */
.grecaptcha-badge { visibility: hidden; }

.mw_wp_form .error {
  position: absolute;
  bottom: -22px;
}