.p-hero__head-copy {
  opacity: 0;
  overflow: hidden;
  transform: translateX(-101%);
}
.p-hero__head-copy img {
  transform: translateX(101%);
}
.is-load .p-hero__head-copy {
  opacity: 1;
  transform: translateX(0);
  transition: transform cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
  transition-delay: 0.7s;
}
.is-load .p-hero__head-copy img {
  transform: translateX(0);
  transition: transform cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
  transition-delay: 0.7s;
}
.p-hero__head-ttl img {
  opacity: 0;
  transform: scale(2) translate3d(-200px, 200px, 0);
}
.is-load .p-hero__head-ttl img {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: 0.9s transform cubic-bezier(0.16, 1, 0.3, 1), opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.2s;
}

.is-load .p-hero__sns {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.6s transform cubic-bezier(0.16, 1, 0.3, 1) 1.8s, opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
}

.is-load .p-hero__lang {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.6s transform cubic-bezier(0.16, 1, 0.3, 1) 1.8s, opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
}

.p-hero__main-bg img {
  display: block;
  opacity: 0;
  transform: scale(1.2) translate3d(-200px, 200px, 0);
}
.is-load .p-hero__main-bg img {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s;
  transition-delay: 0.28s;
}
@media not all and (max-width: 900px) {
  .p-hero__main-inner {
    transform: translate3d(65%, 0, 0);
  }
}
@media screen and (max-width: 900px) {
  .p-hero__main-inner {
    transform: translate3d(0, 52%, 0);
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__main-inner {
    transform: translate3d(0, 52%, 0);
  }
}
.is-load .p-hero__main-inner {
  transform: translate3d(0, 0, 0);
  transition: 1s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition-delay: 1.5s;
}

@media not all and (max-width: 900px) {
  .p-hero__inner::before {
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #084ea4;
    transform-origin: right center;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__inner::before {
    content: none;
  }
}
.is-load .p-hero__inner::before {
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 1.5s;
}

@media screen and (max-width: 900px) {
  .p-hero__wrap {
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__wrap::before {
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #084ea4;
    transform-origin: top center;
    z-index: -1;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__wrap::before {
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #084ea4;
    transform-origin: top center;
    z-index: -1;
  }
}
@media screen and (max-width: 900px) {
  .is-load .p-hero__wrap::before {
    transition: transform 1.2s cubic-bezier(0.18, 0.63, 0.19, 0.98);
    transition-delay: 1.8s;
    transform: scaleY(0);
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .is-load .p-hero__wrap::before {
    transition: transform 1.2s cubic-bezier(0.18, 0.63, 0.19, 0.98);
    transition-delay: 1.8s;
    transform: scaleY(0);
  }
}
.p-hero__wrap-inner {
  opacity: 0;
  transform: translate3d(50px, 0, 0);
}
@media screen and (max-width: 900px) {
  .p-hero__wrap-inner {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__wrap-inner {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
}
.is-load .p-hero__wrap-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s transform cubic-bezier(0.16, 1, 0.3, 1) 1.6s, opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 1.6s;
  transition-timing-function: cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
@media screen and (max-width: 900px) {
  .is-load .p-hero__wrap-inner {
    transition-delay: 1.5s;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .is-load .p-hero__wrap-inner {
    transition-delay: 1.5s;
  }
}

.p-hero__movie-slide::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: auto;
  right: 0;
  background-color: #084ea4;
  z-index: 1;
}
.is-load .p-hero__movie-slide::after {
  width: 0;
  transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 1.7s;
}

.p-hero__catch {
  position: relative;
}
.p-hero__catch-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .p-hero__catch-inner {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__catch-inner {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
}
.p-hero__catch-inner::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #084ea4;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .p-hero__catch-inner::after {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__catch-inner::after {
    left: auto;
    right: 0;
  }
}
@media not all and (max-width: 900px) {
  .is-load .p-hero__catch-inner::after {
    height: 0;
    transition: height 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 1.8s;
  }
}
@media screen and (max-width: 900px) {
  .is-load .p-hero__catch-inner::after {
    width: 0;
    transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 2.1s;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .is-load .p-hero__catch-inner::after {
    height: 100%;
    width: 0;
    transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 2.1s;
  }
}

.p-hero__movie-ttl::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #084ea4;
  left: auto;
  right: 0;
}
@media screen and (max-width: 900px) {
  .p-hero__movie-ttl::after {
    top: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-ttl::after {
    top: auto;
    bottom: 0;
  }
}
.is-load .p-hero__movie-ttl::after {
  transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 1.9s;
}
@media not all and (max-width: 900px) {
  .is-load .p-hero__movie-ttl::after {
    width: 0;
  }
}
@media screen and (max-width: 900px) {
  .is-load .p-hero__movie-ttl::after {
    height: 0;
    transition: height 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 1.9s;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .is-load .p-hero__movie-ttl::after {
    width: 100%;
    height: 0;
    transition: height 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 1.9s;
  }
}

.p-hero__movie-util::after,
.p-hero__movie-button::after,
.p-hero__movie-more::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #084ea4;
  left: auto;
  right: 0;
}
.is-load .p-hero__movie-util::after,
.is-load .p-hero__movie-button::after,
.is-load .p-hero__movie-more::after {
  width: 0;
  transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 2s;
}
@media screen and (max-width: 900px) {
  .is-load .p-hero__movie-util::after,
  .is-load .p-hero__movie-button::after,
  .is-load .p-hero__movie-more::after {
    transition-delay: 2s;
  }
}

.p-faq__btn {
  opacity: 0;
  transform: translate3d(-50%, 30px, 0);
}
@media not all and (max-width: 900px) {
  .p-faq__btn {
    transform: translate3d(-50%, 35px, 0);
  }
}
.is-load .p-faq__btn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.9s transform cubic-bezier(0.16, 1, 0.3, 1) 2.65s, opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) 2.65s;
  transform: translate3d(-50%, 0, 0);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media not all and (max-width: 900px) {
  .is-load .p-faq__btn {
    transition-delay: 2.25s;
  }
}
.p-faq__btn.is-show {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s !important;
}

.p-hero__scroll {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
}
.is-load .p-hero__scroll {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s 2.82s;
  transition-property: opacity, transform;
}

.p-about__ttl {
  opacity: 0;
  transform: translate3d(-28px, 35px, 0);
}
.is-active .p-about__ttl {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.8s transform cubic-bezier(0.16, 1, 0.3, 1) 0s, opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}

.p-about__point-item {
  opacity: 0;
  transform: translate3d(-28px, 35px, 0);
}
@media screen and (max-width: 900px) {
  .p-about__point-item::before {
    transform: translate3d(-30%, 60%, 0);
  }
}
@media not all and (max-width: 900px) {
  .p-about__point-item::before {
    transform: translate3d(-30%, 100%, 0);
  }
}
@media screen and (max-width: 900px) {
  .p-about__point-item.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.8s transform cubic-bezier(0.16, 1, 0.3, 1) 0s, opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .p-about__point-item.is-active::before {
    transform: translate3d(0, 0, 0);
    transition: cubic-bezier(0.16, 1, 0.3, 1) 0.8s 0.05s;
  }
}
@media not all and (max-width: 900px) {
  .is-active .p-about__point-item {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.8s transform cubic-bezier(0.16, 1, 0.3, 1) 0s, opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .is-active .p-about__point-item::before {
    transform: translate3d(0, 75%, 0);
    transition: cubic-bezier(0.16, 1, 0.3, 1) 0.8s 0.05s;
  }
  .is-active .p-about__point-item:nth-of-type(1) {
    transition-delay: 0.05s;
  }
  .is-active .p-about__point-item:nth-of-type(1)::before {
    transition-delay: 0.1s;
  }
  .is-active .p-about__point-item:nth-of-type(1) .p-about__point-cap::after {
    transition-delay: 0.05s;
  }
  .is-active .p-about__point-item:nth-of-type(1) .p-about__point-cap .p-in-text {
    transition-delay: 0.15s;
  }
  .is-active .p-about__point-item:nth-of-type(1) .p-about__point-num {
    transition-delay: 0.15s;
  }
  .is-active .p-about__point-item:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  .is-active .p-about__point-item:nth-of-type(2)::before {
    transition-delay: 0.25s;
  }
  .is-active .p-about__point-item:nth-of-type(2) .p-about__point-cap::after {
    transition-delay: 0.2s;
  }
  .is-active .p-about__point-item:nth-of-type(2) .p-about__point-cap .p-in-text {
    transition-delay: 0.3s;
  }
  .is-active .p-about__point-item:nth-of-type(2) .p-about__point-num {
    transition-delay: 0.3s;
  }
  .is-active .p-about__point-item:nth-of-type(3) {
    transition-delay: 0.35s;
  }
  .is-active .p-about__point-item:nth-of-type(3)::before {
    transition-delay: 0.4s;
  }
  .is-active .p-about__point-item:nth-of-type(3) .p-about__point-cap::after {
    transition-delay: 0.35s;
  }
  .is-active .p-about__point-item:nth-of-type(3) .p-about__point-cap .p-in-text {
    transition-delay: 0.45s;
  }
  .is-active .p-about__point-item:nth-of-type(3) .p-about__point-num {
    transition-delay: 0.45s;
  }
}
.p-about__point-cap::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #084ea4;
  left: auto;
  right: 0;
}
.p-about__point-cap .p-in-txet {
  transform: translateX(-100px);
}
@media screen and (max-width: 900px) {
  .p-about__point-item.is-active .p-about__point-cap::after {
    width: 0;
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .p-about__point-item.is-active .p-about__point-cap .p-in-txet {
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  }
}
@media not all and (max-width: 900px) {
  .is-active .p-about__point-cap::after {
    width: 0;
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .is-active .p-about__point-cap .p-in-txet {
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  }
}
.p-about__point-num {
  opacity: 0;
  transform: translate3d(-180%, 50%, 0);
}
@media screen and (max-width: 900px) {
  .p-about__point-item.is-active .p-about__point-num {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.8s transform cubic-bezier(0.16, 1, 0.3, 1) 0.1s, opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  }
}
@media not all and (max-width: 900px) {
  .is-active .p-about__point-num {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.8s transform cubic-bezier(0.16, 1, 0.3, 1) 0.1s, opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  }
}

.p-howto__step-item {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}
.p-howto__step-item.-step1 a::before {
  transform-origin: left center;
  transform: scaleX(0);
}
@media screen and (max-width: 900px) {
  .p-howto__step-item.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.8s transform cubic-bezier(0.16, 1, 0.3, 1) 0s, opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
}
.p-howto__step-item.is-active.-step1 a::before {
  transform: scaleX(1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media not all and (max-width: 900px) {
  .is-active .p-howto__step-item {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.8s transform cubic-bezier(0.16, 1, 0.3, 1) 0s, opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .is-active .p-howto__step-item:nth-of-type(1) {
    transition-delay: 0s;
  }
  .is-active .p-howto__step-item:nth-of-type(1) .p-howto__step-img {
    transition-delay: 0.2s;
  }
  .is-active .p-howto__step-item:nth-of-type(2) {
    transition-delay: 0.15s;
  }
  .is-active .p-howto__step-item:nth-of-type(2) .p-howto__step-img {
    transition-delay: 0.35s;
  }
  .is-active .p-howto__step-item:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  .is-active .p-howto__step-item:nth-of-type(3) .p-howto__step-img {
    transition-delay: 0.5s;
  }
}
.p-howto__step-img {
  overflow: hidden;
}
.p-howto__step-img img {
  transform: translateY(101%);
}
@media screen and (max-width: 900px) {
  .p-howto__step-item.is-active .p-howto__step-img img {
    transform: translateY(0);
    transition: transform cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
  }
}
@media not all and (max-width: 900px) {
  .is-active .p-howto__step-img img {
    transform: translateY(0);
    transition: transform cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
  }
}

.p-faq__list-item {
  opacity: 0;
  transform: translate3d(35px, 0, 0);
}
@media not all and (max-width: 900px) {
  .p-faq__list-item {
    transform: translate3d(80px, 0, 0);
  }
}
.is-active .p-faq__list-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.9s transform cubic-bezier(0.16, 1, 0.3, 1) 0s, opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.is-active .p-faq__list-item:nth-of-type(1) {
  transition-delay: 0.05s;
}
.is-active .p-faq__list-item:nth-of-type(2) {
  transition-delay: 0.13s;
}
.is-active .p-faq__list-item:nth-of-type(3) {
  transition-delay: 0.21s;
}
.is-active .p-faq__list-item:nth-of-type(4) {
  transition-delay: 0.29s;
}
.is-active .p-faq__list-item:nth-of-type(5) {
  transition-delay: 0.37s;
}
.is-active .p-faq__list-item:nth-of-type(6) {
  transition-delay: 0.45s;
}
.is-active .p-faq__list-item:nth-of-type(7) {
  transition-delay: 0.53s;
}
.is-active .p-faq__list-item:nth-of-type(8) {
  transition-delay: 0.61s;
}
.is-active .p-faq__list-item:nth-of-type(9) {
  transition-delay: 0.69s;
}
.is-active .p-faq__list-item:nth-of-type(10) {
  transition-delay: 0.77s;
}
.is-active .p-faq__list-item:nth-of-type(11) {
  transition-delay: 0.85s;
}
.is-active .p-faq__list-item:nth-of-type(12) {
  transition-delay: 0.93s;
}
.is-active .p-faq__list-item:nth-of-type(13) {
  transition-delay: 1.01s;
}
.is-active .p-faq__list-item:nth-of-type(14) {
  transition-delay: 1.09s;
}
.is-active .p-faq__list-item:nth-of-type(15) {
  transition-delay: 1.17s;
}

.l-header {
  transform: translateY(-150%);
  pointer-events: none;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.is-load .l-header {
  opacity: 1;
}
.is-load.is-scroll .l-header {
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: auto;
  transform: translateY(0);
}

.p-top {
  padding-bottom: 48px;
  padding-bottom: clamp(48px, 15.8%, 81px);
}
@media not all and (max-width: 900px) {
  .p-top {
    padding-bottom: 44px;
  }
}

/*============================
  hero
============================*/
.p-hero {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-hero {
    height: 100vh;
    min-height: 600px;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero {
    height: auto;
    min-height: none;
  }
}
.p-hero img {
  width: 100%;
}
@media not all and (max-width: 900px) {
  .p-hero__inner {
    position: relative;
    height: calc(100% - 85px);
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__inner {
    height: auto;
  }
}

@media not all and (max-width: 900px) {
  .p-hero__cont {
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__cont {
    height: auto;
  }
}

.p-hero__main {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-hero__main {
    padding-bottom: 23.4%;
  }
}
@media screen and (max-width: 900px) and (min-width: 619px) {
  .p-hero__main {
    padding-bottom: 145px;
  }
}
@media not all and (max-width: 900px) {
  .p-hero__main {
    width: 53.6%;
    height: 100%;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__main {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) and (min-width: 619px) {
  .p-hero__main {
    padding-bottom: 145px;
  }
}
.p-hero__main::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #084ea4;
}
.p-hero__main-inner {
  position: relative;
  padding: 72px 0 62px;
  padding: clamp(80px, 30.2%, 123px) 0 clamp(40px, 11.5%, 106px);
}
@media screen and (max-width: 900px) and (max-height: 560px) {
  .p-hero__main-inner {
    padding: 80px 0 40px;
  }
}
@media not all and (max-width: 900px) {
  .p-hero__main-inner {
    padding: 70px 43.3% 70px 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media screen and (min-width: 901px) and (max-height: 780px) {
  .p-hero__main-inner {
    padding: 70px 33.4% 70px 4.8%;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__main-inner {
    padding: 150px 0;
    display: block;
    height: auto;
  }
}
.p-hero__main-bg {
  position: absolute;
  width: 95%;
  right: -24.5%;
  margin-top: -60.153%;
}
@media not all and (max-width: 900px) {
  .p-hero__main-bg {
    right: auto;
    margin-top: -40.53%;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-83.5%, -18.5%);
    transition: 0.5s;
  }
}
@media screen and (min-width: 901px) and (max-height: 780px) {
  .p-hero__main-bg {
    transform: translate(-63.5%, -18.5%);
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__main-bg {
    position: absolute;
    width: 95%;
    max-width: 587px;
    right: -151px;
    left: auto;
    top: auto;
    transform: none;
    margin-top: -372px;
  }
}

.p-hero__head {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-hero__head {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__head {
    max-width: 850px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__head {
    max-width: 850px;
    margin: 0 auto;
  }
}
.p-hero__head-copy {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p-hero__head-copy {
    margin: 0 auto;
  }
}
@media not all and (max-width: 900px) {
  .p-hero__head-copy {
    width: 100%;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__head-copy {
    margin: 0 auto;
    width: 60%;
  }
}
.p-hero__head-ttl {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p-hero__head-ttl {
    margin: 4.5% auto 0;
  }
}
@media screen and (max-width: 900px) and (max-height: 560px) {
  .p-hero__head-ttl {
    margin-top: 3%;
  }
}
@media not all and (max-width: 900px) {
  .p-hero__head-ttl {
    width: 64.8%;
    margin-top: 4.6%;
    margin-left: 17%;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__head-ttl {
    margin: 4.3% auto 0;
    transform: translateX(-3.5%);
    width: 85%;
  }
  .p-hero__head-ttl img.is-sp {
    display: block;
  }
  .p-hero__head-ttl img.is-pc {
    display: none;
  }
}

@media not all and (max-width: 900px) {
  .p-hero__wrap {
    position: absolute;
    width: 69.6%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__wrap {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    transform: none;
  }
}
@media screen and (min-width: 901px) and (max-height: 780px) {
  .p-hero__wrap {
    width: 62.5%;
  }
}
@media screen and (min-width: 901px) and (max-height: 600px) {
  .p-hero__wrap {
    width: 55%;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__wrap-inner {
    max-width: 850px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__wrap-inner {
    max-width: 790px;
    margin: 0 auto;
    position: relative;
    right: auto;
    top: auto;
  }
}

.p-hero__movie {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-hero__movie {
    margin-top: -23.7%;
    max-width: 536px;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie {
    margin-top: -23.4%;
  }
}
@media not all and (max-width: 900px) {
  .p-hero__movie-inner {
    overflow: hidden;
    width: 95.4%;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-inner {
    overflow: visible;
    width: 100%;
  }
}
.p-hero__movie-container {
  overflow: visible;
}
.p-hero__movie-slide {
  margin-right: 15px;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .p-hero__movie-slide {
    margin-right: 0;
  }
}
.p-hero__movie-item {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.p-hero__movie-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 76px;
  height: 76px;
  margin: -38px 0 0 -38px;
  background: url(../img/kv/btn_play.png) no-repeat 50%;
  background-size: contain;
}
@media not all and (max-width: 900px) {
  .p-hero__movie-item::before {
    width: 102px;
    height: 102px;
    margin: -51px 0 0 -51px;
    opacity: 0;
    transition: opacity 0.4s;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-item::before {
    opacity: 1;
  }
}
.p-hero__movie-item::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
@media not all and (max-width: 900px) {
  .p-hero__movie-item::after {
    opacity: 0;
    transition: opacity 0.4s;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-item::after {
    opacity: 1;
  }
}
.p-hero__movie-item:hover::before {
  opacity: 1;
}
.p-hero__movie-item:hover::after {
  opacity: 1;
}
.p-hero__movie-embed {
  position: absolute;
  top: 50%;
  left: 0;
  width: 104%;
  height: 200%;
  pointer-events: none;
  transform: translate(-2%, -50%);
}
.p-hero__movie-thumb {
  position: relative;
  padding-top: 56.05%;
  overflow: hidden;
}
.is-movie-play .p-hero__movie-thumb {
  opacity: 0;
  transition: opacity 1s 0.6s;
}
.p-hero__movie-thumb figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
}
.p-hero__movie-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}
@media not all and (max-width: 900px) {
  .p-hero__movie-wrap {
    display: block;
    position: absolute;
    min-width: 140px;
    width: 16%;
    right: 33px;
    bottom: -81px;
    text-align: right;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-wrap {
    display: flex;
    width: 100%;
    max-width: none;
    position: relative;
    right: auto;
    bottom: 0;
  }
}
.p-hero__movie-more {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-hero__movie-more {
    text-align: right;
    display: inline-block;
  }
}
.p-hero__movie-more .p-in-link {
  display: block;
  position: relative;
  padding: 1px 21px 1px 10px;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: #ffffff;
  background-color: #084ea4;
  border-radius: 15px;
  box-sizing: border-box;
}
@media not all and (max-width: 900px) {
  .p-hero__movie-more .p-in-link {
    display: inline-block;
    padding: 2px 24px 2px 12px;
    font-size: 14.5px;
    line-height: 1.2;
    letter-spacing: 0.09em;
    transition: background-color 0.3s ease;
  }
  .p-hero__movie-more .p-in-link:hover {
    background-color: #000000;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-more .p-in-link {
    display: block;
  }
}
.p-hero__movie-more .p-in-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  width: 6px;
  height: 6px;
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(-50%);
}
@media not all and (max-width: 900px) {
  .p-hero__movie-more .p-in-icon {
    right: 12px;
    width: 8px;
    height: 8px;
  }
}
.p-hero__movie-more .p-in-icon::before, .p-hero__movie-more .p-in-icon::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  left: 50%;
  width: 2px;
  background-color: #ffffff;
  margin-left: -1;
  transition: background-color 0.3s ease;
}
.p-hero__movie-more .p-in-icon::after {
  transform: rotate(90deg);
}
.p-hero__movie-util {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .p-hero__movie-util {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-util {
    justify-content: center;
  }
}
.p-hero__movie-util + .p-hero__movie-more {
  margin-left: 8px;
}
@media not all and (max-width: 900px) {
  .p-hero__movie-util + .p-hero__movie-more {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 13px;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-util + .p-hero__movie-more {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0;
  }
}
.p-hero__movie-pagination {
  margin-right: 12px;
  color: #084ea4;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .p-hero__movie-pagination {
    margin-right: 0;
    font-size: 16px;
    font-size: clamp(10px, 1.14vw, 16px);
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-pagination {
    font-size: 13px;
    margin-right: 20px;
  }
}
.p-hero__movie-pagination .p-in-bar {
  display: block;
  position: relative;
  font-weight: 900;
  margin: 0 4px;
  width: 2px;
  height: 10px;
  transform: skewX(-20deg);
  background-color: #084ea4;
}
.p-hero__movie-button {
  position: relative;
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .p-hero__movie-button {
    position: absolute;
    right: 104px;
    top: 100%;
    margin-top: 12px;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-button {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0;
  }
}
.p-hero__movie-button-prev, .p-hero__movie-button-next {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 22px;
}
@media not all and (max-width: 900px) {
  .p-hero__movie-button-prev, .p-hero__movie-button-next {
    width: 25px;
    height: 25px;
    overflow: hidden;
  }
  .p-hero__movie-button-prev::after, .p-hero__movie-button-next::after {
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/kv/arrow.svg) no-repeat 50%;
    background-size: 16px auto;
    transform: translateX(-101%);
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  }
  .p-hero__movie-button-prev:hover::before, .p-hero__movie-button-next:hover::before {
    transform: translateX(101%);
  }
  .p-hero__movie-button-prev:hover::after, .p-hero__movie-button-next:hover::after {
    transform: translateX(0);
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-button-prev, .p-hero__movie-button-next {
    width: 22px;
    height: 22px;
  }
}
.p-hero__movie-button-prev::before, .p-hero__movie-button-next::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/kv/arrow.svg) no-repeat 50%;
  background-size: 12px auto;
}
@media not all and (max-width: 900px) {
  .p-hero__movie-button-prev::before, .p-hero__movie-button-next::before {
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    background-size: 16px auto;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-button-prev::before, .p-hero__movie-button-next::before {
    background-size: 12px auto;
  }
}
.p-hero__movie-button-prev::before, .p-hero__movie-button-prev::after {
  transform: scaleX(-1);
}
.p-hero__movie-button-prev::after {
  transform: translateX(101%) scaleX(-1);
}
@media not all and (max-width: 900px) {
  .p-hero__movie-button-prev:hover::before {
    transform: translateX(-101%) scaleX(-1);
  }
  .p-hero__movie-button-prev:hover::after {
    transform: translateX(0) scaleX(-1);
  }
}
@media not all and (max-width: 900px) {
  .p-hero__movie-button-next {
    margin-left: 4px;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-button-next {
    margin-left: 10px;
  }
}
.p-hero__movie-scrollbar {
  position: relative;
  width: 49px;
  overflow: hidden;
  height: 2px;
  background-color: #f4f4f4;
  margin-right: 6px;
}
@media not all and (max-width: 900px) {
  .p-hero__movie-scrollbar {
    flex: 1 1 auto;
    margin-right: 12px;
    height: 2px;
    width: 98px;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-scrollbar {
    width: 115px;
    margin-right: 31px;
  }
}
.p-hero__movie-scrollbar span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #084ea4;
}
.p-hero__movie-scrollbar span.is-transition {
  width: 0 !important;
  transition: width 0.8s;
}
.p-hero__movie-ttl {
  position: absolute;
  left: -7.8%;
  top: 50%;
  width: 9.8%;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-hero__movie-ttl {
    transform: translate(0, -50%);
  }
}
@media not all and (max-width: 900px) {
  .p-hero__movie-ttl {
    top: auto;
    min-width: 237px;
    width: 24.3%;
    right: 35px;
    left: auto;
    bottom: -33px;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__movie-ttl {
    transform: translate(0, -50%);
    left: -7.8%;
    top: 50%;
    width: 9.8%;
    bottom: auto;
    min-width: 0;
    right: auto;
  }
  .p-hero__movie-ttl.is-sp {
    display: block;
  }
  .p-hero__movie-ttl.is-pc {
    display: none;
  }
}

.p-hero__catch {
  margin-top: 28px;
  position: relative;
  left: 50%;
  width: 116%;
}
@media screen and (max-width: 900px) {
  .p-hero__catch {
    transform: translateX(-50%);
  }
}
@media not all and (max-width: 900px) {
  .p-hero__catch {
    position: absolute;
    width: 6.7%;
    right: 4%;
    left: auto;
    top: 0;
    margin-top: -2.5%;
    z-index: 1;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__catch {
    position: relative;
    margin-top: 70px;
    left: 50%;
    width: 116%;
    right: auto;
    transform: translateX(-50%);
  }
  .p-hero__catch img.is-sp {
    display: block;
  }
  .p-hero__catch img.is-pc {
    display: none;
  }
}
@media not all and (max-width: 900px) {
  .p-hero__scroll {
    position: absolute;
    left: 37px;
    bottom: 0;
  }
  .p-hero__scroll-link {
    display: block;
    color: #000000;
    padding: 0 2px;
  }
  .p-hero__scroll-text {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
  }
  .p-hero__scroll-bar {
    position: relative;
    width: 1px;
    height: 50px;
    overflow: hidden;
    margin: 9px auto 0;
    display: block;
  }
  .p-hero__scroll-bar::before {
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    animation: scrollBar 1.9s cubic-bezier(0.83, 0, 0.17, 1) infinite;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__scroll {
    display: none;
  }
}

.p-hero__btn {
  width: 76%;
  max-width: 300px;
  position: fixed;
  left: 50%;
  z-index: 50;
  bottom: 20px;
}
@media not all and (max-width: 900px) {
  .p-hero__btn {
    max-width: 600px;
    bottom: 45px;
  }
}
.p-hero__btn.is-hide {
  pointer-events: none !important;
}
.p-hero__btn-inner {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: opacity, transform, visibility;
}
@media not all and (max-width: 900px) {
  .p-hero__btn-inner {
    transition-duration: 0.9s;
  }
}
.is-hide .p-hero__btn-inner {
  opacity: 0;
  transform: translate3d(0, 90px, 0);
}
@media not all and (max-width: 900px) {
  .is-hide .p-hero__btn-inner {
    transform: translate3d(0, 106px, 0);
    transition-duration: 0.7s;
  }
}

.p-hero__sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 15px;
  right: 4%;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
}
@media not all and (max-width: 900px) {
  .p-hero__sns {
    width: 220px;
    height: 55px;
    right: 15px;
    top: 12px;
  }
}
@media not all and (max-width: 900px) {
  .p-hero__sns-item {
    height: 100%;
  }
}
.p-hero__sns-item:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .p-hero__sns-item:not(:last-of-type) {
    margin-right: 12px;
  }
}
.p-hero__sns-link {
  position: relative;
  display: block;
  background-color: #000000;
}
@media screen and (max-width: 900px) {
  .p-hero__sns-link {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #ffffff;
  }
}
@media not all and (max-width: 900px) {
  .p-hero__sns-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 7px 48px 7px 23px;
    color: #ffffff;
    border-radius: 55px;
    z-index: 1;
    overflow: hidden;
  }
  .p-hero__sns-link::before {
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #084ea4;
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  .p-hero__sns-link:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@media screen and (min-width: 901px) and (orientation: portrait) {
  .p-hero__sns-link {
    background-color: #ffffff;
    color: #084ea4;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__sns-link::before {
    position: absolute;
    content: "";
    right: 14px;
    width: 26px;
    height: 100%;
    bottom: 0;
    background: url(../img/icon_instagram.png) no-repeat right center;
    background-size: contain;
  }
  .p-hero__sns-item.-youtube .p-hero__sns-link::before {
    width: 26px;
    background-image: url(../img/icon_youtube.png);
  }
}
@media not all and (max-width: 900px) {
  .p-hero__sns-text {
    position: relative;
    padding: 0 0 3px 47px;
    letter-spacing: 0.02em;
    font-size: 16px;
    white-space: nowrap;
  }
  .p-hero__sns-text::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 25px;
    width: 25px;
    background: url(../img/icon_instagram.png) no-repeat left center;
    background-size: contain;
    transform: translateY(-50%);
  }
  .p-hero__sns-item.-youtube .p-hero__sns-text::before {
    width: 25px;
    background-image: url(../img/icon_youtube.png);
  }
}

.p-hero__lang {
  position: absolute;
  top: 15px;
  left: 4%;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
}
@media not all and (max-width: 900px) {
  .p-hero__lang {
    left: 15px;
    top: 12px;
  }
}

.p-bnr {
  opacity: 0;
  transform: translate3d(-28px, 35px, 0);
}
@media screen and (max-width: 900px) {
  .p-bnr {
    max-width: 619px;
    margin: 0 auto 8.5%;
  }
}
.is-active .p-bnr {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.8s transform cubic-bezier(0.16, 1, 0.3, 1) 0s, opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}

/*============================
  about
============================*/
.p-about {
  margin-top: 41.6%;
}
@media screen and (max-width: 900px) {
  .p-about {
    padding: 80px 0 0;
  }
}
@media not all and (max-width: 900px) {
  .p-about {
    margin-top: 0;
    padding: 0;
  }
}
.p-about img {
  width: 100%;
}
.p-about__ttl {
  margin-bottom: 32px;
  text-align: center;
  color: #084ea4;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: 0.02em;
  font-size: clamp(20px, 7.9vw, 41px);
}
@media not all and (max-width: 900px) {
  .p-about__ttl {
    margin-top: 74px;
    padding: 0 10px;
    letter-spacing: 0.025em;
    font-size: 35px;
    font-size: clamp(26px, 2.5vw, 37px);
    margin-bottom: 25px;
    line-height: 1.7;
  }
}

.p-about__point-item {
  position: relative;
  background-color: #084ea4;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
}
.p-about__point-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  margin-bottom: -20%;
  width: 156%;
  right: 20%;
  background: url(../img/kv/bg_logo.svg) no-repeat 0 0;
  background-size: 100% auto;
  padding-top: 100%;
}
@media not all and (max-width: 900px) {
  .p-about__point-item::before {
    width: 51%;
    padding-top: 52%;
    margin-bottom: 0;
    left: -26.8%;
    right: auto;
    margin-bottom: 0;
    bottom: 50%;
    transform: translateY(75%);
  }
}
.p-about__point-item + .p-about__point-item {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .p-about__point-item + .p-about__point-item {
    margin-top: 15px;
  }
}
.p-about__point-inner {
  position: relative;
  padding: 11.4% 0 18.2%;
}
@media not all and (max-width: 900px) {
  .p-about__point-inner {
    padding: 48px 0;
    display: flex;
    align-items: center;
  }
  .-item3 .p-about__point-inner {
    padding: 38px 0 48px;
  }
}
.p-about__point-head {
  position: relative;
  width: 14.3%;
}
@media screen and (max-width: 900px) {
  .p-about__point-head {
    margin: 0 auto;
  }
}
@media not all and (max-width: 900px) {
  .p-about__point-head {
    width: 24.8%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
}
.p-about__point-cap {
  padding: 11px 0;
}
@media screen and (max-width: 900px) {
  .p-about__point-cap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 258%;
    right: 141%;
  }
}
@media not all and (max-width: 900px) {
  .p-about__point-cap {
    width: 164px;
    padding: 13px 0;
    width: 65.1%;
    margin-right: 21px;
    position: relative;
  }
}
[data-lang=hin] .p-about__point-cap {
  padding: 6px 0;
  font-size: 27px;
  font-size: clamp(18px, 1.7142857143vw, 24px);
  font-weight: 700;
}
.p-about__point-cap::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.p-about__point-cap .p-in-txet {
  position: relative;
  width: 51%;
}
@media screen and (max-width: 900px) {
  .p-about__point-cap .p-in-txet {
    margin: 0 auto;
  }
}
@media not all and (max-width: 900px) {
  .p-about__point-cap .p-in-txet {
    margin-left: 31%;
    width: 54%;
  }
}
@media not all and (max-width: 900px) {
  [data-lang=hin] .p-about__point-cap .p-in-txet {
    margin-left: 20%;
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  [data-lang=hin] .p-about__point-cap .p-in-txet {
    width: 70%;
  }
}
@media not all and (max-width: 900px) {
  .p-about__point-num {
    width: 25.8%;
  }
}
.p-about__point-num img {
  width: 100%;
}
.p-about__point-desc {
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-about__point-desc {
    width: 75%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 8.4%;
    text-align: center;
    font-size: 20px;
    font-size: clamp(20px, 5.3333333333vw, 35px);
    line-height: 1.85;
  }
  .-item1 .p-about__point-desc {
    width: 85%;
  }
}
@media not all and (max-width: 900px) {
  .p-about__point-desc {
    margin-left: 10%;
    padding-right: 5%;
    text-align: left;
    font-size: 21px;
    letter-spacing: 0.038rem;
    line-height: 2;
    flex-grow: 1;
  }
  .-item1 .p-about__point-desc {
    line-height: 1.75;
  }
}
.p-about__point-desc .p-in-price {
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
  padding: 2px 19px;
  vertical-align: baseline;
  background: #fff701;
  color: #084ea4;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: -0.04rem;
  border-radius: 50px;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .p-about__point-desc .p-in-price {
    font-size: clamp(20px, 7.2vw, 35px);
    margin: 11px auto 10px;
  }
}
.p-about__point-desc .p-in-caution {
  display: inline-block;
  font-size: 12px;
  vertical-align: text-top;
}
.p-about__point-desc .p-in-img {
  width: 77%;
  margin-top: 31px;
}
@media screen and (max-width: 900px) {
  .p-about__point-desc .p-in-img {
    width: 100%;
    margin-right: 30px;
  }
}

@media screen and (max-width: 900px) {
  .p-about__note {
    width: 90%;
    margin: 21px auto 0;
    line-height: 2;
  }
}
@media not all and (max-width: 900px) {
  .p-about__note {
    margin-top: 36px;
  }
}
.p-about__btn {
  margin: 31px auto 0;
}
@media screen and (max-width: 900px) {
  .p-about__btn {
    position: relative;
    left: 50%;
    width: 106%;
    transform: translateX(-50%);
  }
}
@media not all and (max-width: 900px) {
  .p-about__btn {
    margin-top: 34px;
    max-width: 660px;
    width: 88%;
    bottom: 45px;
  }
}

/*============================
  howto
============================*/
.p-howto {
  position: relative;
  margin-top: 90px;
  padding: 76px 0 99px;
  background-color: #f1f5f9;
}
@media not all and (max-width: 900px) {
  .p-howto {
    margin-top: 123px;
    padding: 90px 0 105px;
  }
}
@media not all and (max-width: 900px) {
  .p-howto__inner {
    width: 93%;
    margin: 0 auto;
    max-width: 1432px;
  }
}

.p-howto__ttl {
  margin: 0 auto 28px;
  text-align: center;
  font-weight: 700;
  color: #084ea4;
}
@media screen and (max-width: 900px) {
  .p-howto__ttl {
    font-size: 47px;
    letter-spacing: -0.04rem;
  }
}
@media not all and (max-width: 900px) {
  .p-howto__ttl {
    margin-bottom: 52px;
    font-size: 50px;
    letter-spacing: -0.1rem;
  }
}

@media not all and (max-width: 900px) {
  .p-howto__step {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.p-howto__step-item {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-howto__step-item {
    padding: 20px 0;
  }
}
@media not all and (max-width: 900px) {
  .p-howto__step-item {
    width: 27.6%;
  }
}
.p-howto__step-item img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p-howto__step-item + .p-howto__step-item {
    margin-top: 127px;
  }
}
@media not all and (max-width: 900px) {
  .p-howto__step-item + .p-howto__step-item {
    margin-left: 8.6%;
  }
}
.p-howto__step-item + .p-howto__step-item::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 46px;
  top: -87px;
  left: 50%;
  margin-left: -25px;
  background: url(../img/howto/arrow_step.svg) no-repeat 50%;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-howto__step-item + .p-howto__step-item::before {
    transform: rotate(90deg);
  }
}
@media not all and (max-width: 900px) {
  .p-howto__step-item + .p-howto__step-item::before {
    width: 50px;
    height: 45px;
    top: 36%;
    left: -13.5%;
  }
}
.p-howto__step-num {
  width: 16.8%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-howto__step-num {
    width: 15.2%;
  }
}
[data-lang=hin] .p-howto__step-num {
  width: 100%;
  text-align: center;
  color: #084ea4;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
[data-lang=hin] .p-howto__step-num span {
  display: block;
  margin-top: -3px;
  font-size: 50px;
}
.p-howto__step-img {
  width: 55%;
  margin: 11.5% auto 32px;
}
@media not all and (max-width: 900px) {
  .p-howto__step-img {
    width: 50%;
    margin-top: 9.5%;
  }
}
@media screen and (max-width: 900px) {
  .-step2 .p-howto__step-img {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 900px) {
  .-step3 .p-howto__step-img {
    width: 44%;
  }
}
.p-howto__step-text {
  font-size: 21px;
  font-size: clamp(15px, 5.6vw, 35px);
  line-height: 1.6;
  font-weight: 600;
}
@media not all and (max-width: 900px) {
  .p-howto__step-text {
    font-size: 21px;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .p-howto__step-text {
    font-size: 17.5px;
  }
}
.p-howto__step-text span {
  vertical-align: baseline;
}
.p-howto__step-text .t-blue {
  color: #084ea4;
}
.p-howto__step-text a {
  color: #084ea4;
  display: inline-block;
  position: relative;
}
.p-howto__step-text a::before {
  position: absolute;
  content: "";
  height: 3px;
  left: 0;
  width: 100%;
  background-color: #084ea4;
  bottom: 0;
}
.p-howto__step-text a:hover::before {
  transform-origin: right center;
  transform: scaleX(0) !important;
}

/*============================
  faq
============================*/
.p-faq {
  margin-top: 75px;
  padding: 50px 0 0;
}
@media not all and (max-width: 900px) {
  .p-faq {
    padding: 61px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .p-faq {
    margin-top: 31px;
  }
}
.p-faq__ttl {
  width: 59.7%;
  margin: 0 auto 54px;
  text-align: center;
  font-weight: 700;
  color: #084ea4;
}
@media not all and (max-width: 900px) {
  .p-faq__ttl {
    margin-bottom: 56px;
    font-size: 50px;
    letter-spacing: -0.1rem;
  }
}
@media screen and (max-width: 900px) {
  .p-faq__ttl {
    font-size: 47px;
    letter-spacing: -0.04rem;
  }
}

.p-faq__list-item + .p-faq__list-item {
  margin-top: 20px;
}

.p-faq__btn {
  position: fixed;
  left: 50%;
  bottom: 37px;
  z-index: 50;
  width: 92%;
}
@media not all and (max-width: 900px) {
  .p-faq__btn {
    max-width: 660px;
    width: 80%;
    bottom: 35px;
  }
}
.p-faq__btn.is-btm {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 87.7%;
}
@media screen and (max-width: 900px) {
  .p-faq__btn.is-btm {
    width: 106%;
  }
}
.p-faq__btn-wrap {
  margin-top: 45px;
  margin-top: clamp(40px, 20%, 76px);
  position: relative;
  min-height: 60px;
}
@media not all and (max-width: 900px) {
  .p-faq__btn-wrap {
    margin-top: 75px;
    min-height: 100px;
  }
}
.p-faq__note {
  margin-top: 20px;
  margin-top: 14.3%;
}
@media screen and (max-width: 900px) {
  .p-faq__note {
    line-height: 1.8;
  }
}
@media not all and (max-width: 900px) {
  .p-faq__note {
    margin-top: 48px;
  }
}

.c-btn__text-notes {
  font-size: 0.7em;
}

.p-howto__step-notes {
  font-size: 0.7em;
}

.p-howto__step-del {
  color: #d93535;
  text-decoration: line-through;
}

.p-howto__step-strong {
  color: #d93535;
}

.faq-pickup {
  font-size: 1.2em;
  font-weight: bold;
  color: #084ea4;
}

.p-footer-banner {
  width: 86.6%;
  max-width: 900px;
  margin: 30px auto 0;
  text-align: center;
}
@media not all and (max-width: 900px) {
  .p-footer-banner {
    width: 76%;
    max-width: 1100px;
    margin: 42px auto 0;
  }
}

.p-footer-banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-footer-banner_contents {
  width: 100%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-footer-banner_contents {
    width: 30%;
  }
}

.p-footer-banner_contents img {
  border: 1px solid #d7d9db;
}