.p-mv {
  position: relative;
  overflow: hidden;
}
.p-mv__img {
  position: absolute;
  opacity: 0;
}
.p-mv__img01 {
  top: 13.5rem;
  left: 6rem;
  width: 24rem;
  height: 18.3rem;
  animation: fadeIn 0.7s 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (max-width: 767px) {
  .p-mv__img01 {
    top: 3rem;
    right: 0;
    left: auto;
    display: block;
    width: 10.2rem;
    height: 9.7rem;
  }
  .p-mv__img01 img {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.p-mv__img02 {
  bottom: 0;
  left: -21rem;
  width: 31.3rem;
  height: 20.2rem;
  animation: fadeIn 0.7s 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (max-width: 767px) {
  .p-mv__img02 {
    left: 0;
    width: 14.2rem;
    height: 12.1rem;
    padding: 0;
  }
  .p-mv__img02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-mv__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  position: absolute;
  top: 0;
  left: 50%;
  width: 120.4rem;
  height: 100%;
  z-index: 2;
  transform: translateX(-50%);
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: 100%;
    transform: none;
    padding: 2.8rem 2.5rem 14rem;
  }
  .p-mv__wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 7.1rem;
    width: 7.7rem;
    height: 7.1rem;
    background: url(../img/home/img_mv_03.jpg) 0 0/100% auto no-repeat;
    z-index: 3;
    opacity: 0;
    animation: fadeIn 0.7s 1.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
}
.p-mv__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    flex-flow: column;
    align-items: flex-start;
    margin: 0;
  }
}
.p-mv__ttl {
  position: relative;
  width: 100%;
  font-size: 8.1rem;
  line-height: 1.3;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    font-size: 4.4rem;
    margin: 0.5rem 0 0;
  }
}
.p-mv__pre {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-mv__pre {
    font-size: 1.4rem;
  }
}
.p-mv__name {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #1E2F3C;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-mv__name {
    font-size: 1.4rem;
    margin: 0.8rem 0 0;
  }
}
.p-mv__slide {
  position: relative;
  width: calc(100vw - 98rem - (100% - 98rem) / 2 + 68.2rem);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mv__slide {
    width: 100%;
  }
}
.p-mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mv__slide .swiper-slide {
  position: relative;
}
.p-mv__slide .swiper-pagination {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__slide .swiper-pagination {
    bottom: 2rem;
  }
}
.p-mv__slide .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  opacity: 1;
  background: #fff;
  margin: 0 0.5rem !important;
}
.p-mv__slide .swiper-pagination-bullet-active {
  background: #005A9C;
}
.p-mv__copy {
  position: absolute;
  top: 13.5rem;
  left: 3rem;
  font-weight: 300;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-mv__copy {
    display: none;
  }
}
.p-mv-movie {
  position: absolute;
  bottom: 2.4rem;
  right: 2.6rem;
  width: 25.8rem;
  z-index: 100;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-mv-movie {
    position: relative;
    bottom: auto;
    right: auto;
    width: calc(100% - 5rem);
    margin: 6rem auto 0;
  }
}
.p-mv-movie.is-close {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-mv-movie.is-close {
    display: none;
  }
}
.p-mv-movie__inner {
  position: relative;
}
.p-mv-movie__close {
  position: absolute;
  top: -1.4rem;
  right: -1.1rem;
  width: 3.7rem;
  height: 3.7rem;
  z-index: 101;
  transition: 0.5s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-mv-movie__close:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-movie__close {
    display: none;
  }
}
.p-mv-movie a {
  position: relative;
  display: block;
  border-radius: 0.6rem;
  border: 1px solid #1E2F3C;
  overflow: hidden;
}
.p-mv-movie__img {
  position: relative;
}
.p-mv-movie__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../img/home/icn_movie_play.svg) 0 0/100% auto no-repeat;
  transform: translate(-50%, -50%);
}
.p-mv-movie__ttl {
  text-align: center;
  background: #1E2F3C;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1rem 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-case {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding: 5.3rem 0 9rem;
  }
}
.p-case::before, .p-case::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 29.1rem;
  height: 32.2rem;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-case::before, .p-case::after {
    width: 17rem;
    height: 19rem;
    transform: none;
  }
}
.p-case::before {
  left: calc(50% - 29.1rem);
  background: url(../img/home/img_case_left.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-case::before {
    left: -5rem;
  }
}
.p-case::after {
  left: calc(50% + 29.1rem);
  background: url(../img/home/img_case_right.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-case::after {
    left: auto;
    right: -5rem;
  }
}
.p-case__pre {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-case__pre {
    font-size: 1.4rem;
    margin: 0 0 0.5rem;
  }
}
.p-case__ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-case__ttl {
    font-size: 2.4rem;
  }
}
.p-case__slide {
  position: relative;
  text-align: center;
  margin: 4rem 0 0;
}
.p-case__pager {
  position: absolute;
  bottom: 7.7rem;
  left: 50%;
  width: auto;
  letter-spacing: -0.1em;
  text-indent: -0.1em;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-case__pager {
    bottom: 3.7rem;
  }
}
.p-case__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 13.6rem;
  position: absolute;
  bottom: 7rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-case__nav {
    bottom: 3rem;
  }
}
.p-case__nav .slick-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 4.2rem;
  height: 4.2rem;
  background: #1E2F3C;
  border-radius: 100%;
  font-size: 0;
  margin: 0;
}
.p-case__nav .slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  margin: -0.7rem 0 0 -0.7rem;
}
.p-case__nav .slick-arrow.slick-prev::after {
  background: url(../img/common/icn_arrow_slider_prev.svg) 0 0/100% auto no-repeat;
}
.p-case__nav .slick-arrow.slick-next::after {
  background: url(../img/common/icn_arrow_slider_next.svg) 0 0/100% auto no-repeat;
}
.p-case__prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 4.2rem;
  height: 4.2rem;
  background: #1E2F3C;
  border-radius: 100%;
  margin: 0;
}
.p-case__prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icn_arrow_slider_prev.svg) 0 0/100% auto no-repeat;
  margin: -0.7rem 0 0 -0.7rem;
}
.p-case__next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 4.2rem;
  height: 4.2rem;
  background: #1E2F3C;
  border-radius: 100%;
  margin: 0;
}
.p-case__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icn_arrow_slider_next.svg) 0 0/100% auto no-repeat;
  margin: -0.7rem 0 0 -0.7rem;
}
.p-case .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-case .slick-dots {
    margin: 2.4rem 0 0;
  }
}
.p-case .slick-dots li {
  line-height: 0;
}
.p-case .slick-dots li button {
  font-size: 0;
  width: 0.8rem;
  height: 0.8rem;
  opacity: 1;
  border-radius: 100%;
  background: #E0E0E0;
}
.p-case .slick-dots li.slick-active button {
  background: #005A9C;
}
.p-case-slide {
  width: 35rem;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0.85);
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-case-slide {
    width: 26rem;
  }
}
.p-case-slide.slick-active {
  transform: scale(1);
}
.p-case-slide__inner {
  min-height: 37.8rem;
  border-radius: 2rem;
  border: 1px solid #1E2F3C;
  padding: 4.5rem 6.6rem 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-case-slide__inner {
    min-height: 29.7rem;
    padding: 2.8rem 4rem 3rem;
  }
}
.p-case-slide__pre {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}
.p-case-slide__num {
  text-align: center;
  font-size: 5.6rem;
  line-height: 1;
}
.p-case-slide__ttl {
  font-size: 2.1rem;
  line-height: 1.4;
  text-align: left;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-case-slide__ttl {
    font-size: 1.6rem;
    margin: 1.6rem 0 1rem;
  }
}
.p-case-slide__txt {
  line-height: 1.875;
  font-size: 1.4rem;
  text-align: left;
}

.p-start {
  margin: 10rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-start {
    margin: 2rem 0 0;
  }
}
.p-start__wrap {
  position: relative;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-start__wrap {
    padding-bottom: 40rem;
  }
}
.p-start__ttl {
  font-size: 6.9rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-start__ttl {
    font-size: 3rem;
    line-height: 1.6;
  }
}
.p-start__txt {
  font-size: 1.9rem;
  margin-top: 6.7rem;
}
@media screen and (max-width: 767px) {
  .p-start__txt {
    font-feature-settings: "palt";
    font-size: 1.4rem;
    line-height: 3;
    margin-top: 3rem;
  }
}
.p-start__txt + .p-start__txt {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-start__txt + .p-start__txt {
    margin-top: 0rem;
  }
}
.p-start__txt.fade-up {
  opacity: 0;
  filter: blur(1rem);
  transform: translate(-1rem, -1rem);
  transition: 1s 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.p-start__txt.fade-up.is-show {
  opacity: 1;
  filter: blur(0);
  transform: translate(0);
}
.p-start__img.fade-up {
  opacity: 0;
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.p-start__img.fade-up.is-show {
  opacity: 1;
}
.p-start__img01 {
  position: absolute;
  top: 3.4rem;
  right: 5.3rem;
  width: 26.8rem;
  height: 26.3rem;
}
@media screen and (max-width: 767px) {
  .p-start__img01 {
    top: auto;
    right: 0;
    bottom: 26.8rem;
    width: 13.5rem;
    height: 13.2rem;
  }
}
.p-start__img02 {
  position: absolute;
  top: 34.8rem;
  right: -21rem;
  width: 38.5rem;
  height: 37.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-start__img02 {
    top: auto;
    bottom: 11.6rem;
    right: auto;
    left: 0;
    width: 22.4rem;
    height: 21.8rem;
  }
}
.p-start__img03 {
  position: absolute;
  bottom: 0;
  right: 12rem;
  width: 22.1rem;
  height: 24.3rem;
}
@media screen and (max-width: 767px) {
  .p-start__img03 {
    bottom: 6.6rem;
    right: 5.6rem;
    width: 7.9rem;
    height: 8.7rem;
  }
}

.p-number {
  background: url(../img/common/bg_menu.png) 0 0/76.5rem auto repeat;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-number {
    padding: 5rem 0;
  }
}
.p-number__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-number__wrap {
    flex-flow: column;
  }
}
.p-number__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  gap: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-number__inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.p-number__ttl {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-number__ttl {
    writing-mode: horizontal-tb;
    font-size: 1.4rem;
  }
}
.p-number__ttl span {
  display: block;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-number__ttl span {
    font-size: 2.6rem;
    margin: 1rem 0 0;
  }
}
.p-number__txt {
  color: #fff;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-number__txt {
    writing-mode: horizontal-tb;
  }
  .p-number__txt br {
    display: none;
  }
}
.p-number__img {
  width: 85.2rem;
}
@media screen and (max-width: 767px) {
  .p-number__img {
    width: 100%;
    margin: 2rem 0 0;
  }
}

.p-reason {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 8.6rem;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding: 5rem 0 10rem;
  }
}
.p-reason::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32.6rem;
  background: url(../img/home/img_reason.jpg) 0 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-reason::after {
    height: 24.3rem;
    background: url(../img/home/img_reason_sp.jpg) 0 0/cover no-repeat;
  }
}
.p-reason__wrap {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-reason__wrap {
    position: relative;
    left: auto;
    width: auto;
    transform: none;
  }
}
.p-reason__ttl {
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-reason__ttl {
    font-size: 1.2rem;
  }
}
.p-reason__ttl span {
  display: block;
  font-size: 3.8rem;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-reason__ttl span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-reason-head__tool {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 13.8rem;
  margin: 2.4rem 0 0 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-reason-head__tool {
    width: 12.6rem;
    margin: 0;
  }
}
.p-reason-head__pager {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  letter-spacing: -0.1em;
  text-indent: -0.1em;
  transform: translate(-50%, -50%);
}
.p-reason-head__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 13.6rem;
}
.p-reason-head__nav .slick-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 4.2rem;
  height: 4.2rem;
  background: #1E2F3C;
  border-radius: 100%;
  font-size: 0;
  margin: 0;
}
.p-reason-head__nav .slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  margin: -0.7rem 0 0 -0.7rem;
}
.p-reason-head__nav .slick-arrow.slick-prev::after {
  background: url(../img/common/icn_arrow_slider_prev.svg) 0 0/100% auto no-repeat;
}
.p-reason-head__nav .slick-arrow.slick-next::after {
  background: url(../img/common/icn_arrow_slider_next.svg) 0 0/100% auto no-repeat;
}
.p-reason-head__prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 4.2rem;
  height: 4.2rem;
  background: #1E2F3C;
  border-radius: 100%;
  margin: 0;
}
.p-reason-head__prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icn_arrow_slider_prev.svg) 0 0/100% auto no-repeat;
  margin: -0.7rem 0 0 -0.7rem;
}
.p-reason-head__next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 4.2rem;
  height: 4.2rem;
  background: #1E2F3C;
  border-radius: 100%;
  margin: 0;
}
.p-reason-head__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icn_arrow_slider_next.svg) 0 0/100% auto no-repeat;
  margin: -0.7rem 0 0 -0.7rem;
}
@media screen and (max-width: 767px) {
  .p-reason__wrap {
    margin: 0 0 3rem;
  }
}
.p-reason__slide {
  position: relative;
  width: calc((100vw - 98rem) / 2 + 71.2rem);
  margin: 0 0 0 auto;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-reason__slide {
    width: 100%;
    padding: 0;
  }
}
.p-reason-slide {
  position: relative;
  width: 39.2rem;
  border: 1px solid #000;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(1rem);
  margin-right: 2rem;
  padding: 3rem 4rem 6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-reason-slide {
    width: 30rem;
    padding: 2.4rem 3rem 4rem;
  }
}
.p-reason-slide__img {
  width: 29.2rem;
  margin: 0 auto;
}
.p-reason-slide__ttl {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason-slide__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 1.6rem 0 0;
  }
}
.p-reason-slide__txt {
  line-height: 2.25;
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
}
.p-reason-slide__age {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11.8rem;
  text-align: center;
  color: #fff;
  background: #005A9C;
  font-weight: 700;
  padding: 0.4rem 0 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-reason-slide__age {
    width: 10.5rem;
    font-size: 1.3rem;
  }
}

.p-go {
  background: #F7F7F7;
  padding: 9rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-go {
    padding: 5rem 0 0;
  }
}
.p-go__ttl {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-go__ttl {
    font-size: 1.2rem;
    margin: 0 0 3rem;
  }
}
.p-go__ttl span {
  display: block;
  font-size: 3.8rem;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-go__ttl span {
    font-size: 2.6rem;
  }
}
.p-go__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-go__wrap {
    position: relative;
    background: #fff;
    flex-flow: column;
    margin: 0 -2.5rem;
  }
}
.p-go__scroll {
  position: relative;
  writing-mode: vertical-lr;
  line-height: 1;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .p-go__scroll {
    position: absolute;
    top: 31.2rem;
    left: 2.5rem;
  }
}
.p-go__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.8rem;
  height: 38.5rem;
  background: url(../img/home/icn_go_scroll.svg) 0 bottom/100% auto no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-go__scroll::after {
    top: 100%;
    bottom: auto;
    height: 22.4rem;
  }
}
.p-go__scroll span {
  position: relative;
  background: #F7F7F7;
  padding: 0 0 1.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-go__scroll span {
    background-color: transparent;
  }
}
.p-go-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-go-content {
    flex-flow: column;
  }
}
.p-go-content__img {
  width: 55.6rem;
}
@media screen and (max-width: 767px) {
  .p-go-content__img {
    width: 100%;
  }
}
.p-go-content-scroll {
  position: relative;
  width: 40.2rem;
  height: 38.2rem;
  background: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding: 4.4rem 5rem;
  z-index: 10;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .p-go-content-scroll {
    width: calc(100% - 10.2rem);
    height: 31.5rem;
    padding: 0 0 0 1rem;
    margin: 4.5rem auto;
  }
}
.p-go-content-scroll__item {
  position: relative;
  padding: 4rem 0 3rem;
}
.p-go-content-scroll__item + .p-go-content-scroll__item {
  margin-top: 5.5rem;
}
.p-go-content-scroll__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.9rem;
  height: 1.4rem;
  background: url(../img/home/icn_go_prev.svg) 0 0/100% auto no-repeat;
}
.p-go-content-scroll__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.9rem;
  height: 1.4rem;
  background: url(../img/home/icn_go_next.svg) 0 0/100% auto no-repeat;
}
.p-go-content-scroll__txt {
  line-height: 2.125;
}
.p-go-content-scroll__age {
  text-align: center;
  margin: 1.2rem 0 0;
}

.p-work {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 67.4rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-work {
    height: 33rem;
  }
}
.p-work__btn {
  display: none;
  width: 28.5rem;
  height: 6.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-work__btn {
    display: block;
    margin: 4.2rem auto 4rem;
  }
}
.p-work__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #1E2F3C;
}
.p-work__btn a span {
  position: relative;
  padding: 0 4.5rem 0 4rem;
}
.p-work__btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/home/icn_work_arrow.svg) 0 0/100% auto no-repeat;
  margin-top: -0.7rem;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .p-work__btn a:hover {
    opacity: 1;
  }
  .p-work__btn a:hover span::after {
    transform: translate(0.2rem, -0.2rem);
  }
}
.p-work-head {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row-reverse;
  gap: 0 3.2rem;
  width: 36rem;
  height: 100%;
  background: url(../img/common/bg.jpg) 0 0/140rem auto repeat;
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-work-head {
    width: 12.6rem;
    padding: 0;
  }
}
.p-work-head__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  gap: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-work-head__inner {
    padding: 0 3.2rem 5rem;
  }
}
.p-work-head__ttl {
  writing-mode: vertical-lr;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-work-head__ttl {
    font-size: 1.2rem;
  }
}
.p-work-head__ttl span {
  display: block;
  font-size: 3.6rem;
  margin: 0 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-work-head__ttl span {
    font-size: 2.5rem;
  }
}
.p-work-head__btn {
  width: 7.2rem;
  height: 21.5rem;
  writing-mode: vertical-lr;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-work-head__btn {
    display: none;
  }
}
.p-work-head__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #1E2F3C;
}
.p-work-head__btn a span {
  position: relative;
  padding: 0 0 2rem;
}
.p-work-head__btn a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/home/icn_work_arrow.svg) 0 0/100% auto no-repeat;
  margin-left: -0.6rem;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .p-work-head__btn a:hover {
    opacity: 1;
  }
  .p-work-head__btn a:hover span::after {
    transform: translate(0.2rem, -0.2rem);
  }
}
.p-work-head__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: absolute;
  width: 10rem;
  bottom: 15rem;
  right: 9.2rem;
}
@media screen and (max-width: 767px) {
  .p-work-head__nav {
    width: 8.3rem;
    right: 2rem;
    bottom: 2rem;
  }
}
.p-work-head .slick-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 4.2rem;
  height: 4.2rem;
  background: #1E2F3C;
  border-radius: 100%;
  font-size: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-work-head .slick-arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.p-work-head .slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  margin: -0.7rem 0 0 -0.7rem;
}
.p-work-head .slick-arrow.slick-prev::after {
  background: url(../img/common/icn_arrow_slider_prev.svg) 0 0/100% auto no-repeat;
}
.p-work-head .slick-arrow.slick-next::after {
  background: url(../img/common/icn_arrow_slider_next.svg) 0 0/100% auto no-repeat;
}
.p-work-content {
  width: calc(100% - 36rem);
  height: 67.4rem;
}
@media screen and (max-width: 767px) {
  .p-work-content {
    width: calc(100% - 12.6rem);
    height: 33rem;
  }
}
.p-work-content-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  overflow: hidden;
}
.p-work-content-list__item {
  height: 67.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__item {
    height: 33rem;
  }
}
.p-work-content-list__item .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
}
.p-work-content-list__img {
  position: relative;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.p-work-content-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
}
.p-work-content-list__img01 {
  width: 50.9rem;
  height: 67.4rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img01 {
    width: 25rem;
    height: 33rem;
  }
}
.p-work-content-list__img02 {
  width: 53.1rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img02 {
    width: 26.5rem;
  }
}
.p-work-content-list__img03 {
  width: 53.1rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img03 {
    width: 26.5rem;
  }
}
.p-work-content-list__img04 {
  width: 53.7rem;
  height: 67.4rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img04 {
    width: 26.85rem;
    height: 33rem;
  }
}
.p-work-content-list__img05 {
  width: 106rem;
  height: 67.4rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img05 {
    width: 26.5rem;
    height: 33rem;
  }
}
.p-work-content-list__img06 {
  width: 48.8rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img06 {
    width: 24.4rem;
  }
}
.p-work-content-list__img07 {
  width: 48.8rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img07 {
    width: 24.4rem;
  }
}
.p-work-content-list__img08 {
  width: 50.4rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img08 {
    width: 25.2rem;
  }
}
.p-work-content-list__img09 {
  width: 50.4rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img09 {
    width: 25.2rem;
  }
}
.p-work-content-list__img10 {
  width: 83.6rem;
  height: 67.4rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img10 {
    width: 26.5rem;
    height: 33rem;
  }
}
.p-work-content-list__img11 {
  width: 101rem;
  height: 67.4rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img11 {
    width: 26.5rem;
    height: 33rem;
  }
}
.p-work-content-list__img12 {
  width: 51.3rem;
  height: 67.4rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img12 {
    width: 26.5rem;
    height: 33rem;
  }
}
.p-work-content-list__img13 {
  width: 53.9rem;
  height: 67.4rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img13 {
    width: 26.95rem;
    height: 33rem;
  }
}
.p-work-content-list__img14 {
  width: 50.5rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img14 {
    width: 25.25rem;
  }
}
.p-work-content-list__img15 {
  width: 50.5rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__img15 {
    width: 25.25rem;
  }
}
.p-work-content-list__name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background: #284D69;
  transition: 0.5s;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-work-content-list__name {
    font-size: 1.2rem;
  }
}

.p-contact {
  padding: 7.5rem 0;
  background: url(../img/home/bg_contact.jpg) 0 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact {
    background: url(../img/home/bg_contact_sp.jpg) 0 0/cover no-repeat;
    padding: 5rem 0;
  }
}
.p-contact__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__wrap {
    display: block;
  }
}
.p-contact__ttl {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-contact__ttl {
    font-size: 1.2rem;
  }
}
.p-contact__ttl span {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__ttl span {
    font-size: 2.6rem;
  }
}
.p-contact__btn {
  width: 49rem;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    width: 100%;
  }
}
.p-contact-btn {
  height: 8.7rem;
}
@media screen and (max-width: 767px) {
  .p-contact-btn {
    height: 7rem;
    margin: 2.1rem 0 0;
  }
}
.p-contact-btn + .p-contact-btn {
  margin-top: 1.2rem;
}
.p-contact-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.9rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact-btn a {
    padding: 1.3rem 0;
  }
}
.p-contact-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icn_arrow_naname_bk.svg) 0 0/100% auto no-repeat;
  margin: -0.75rem 0 0;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .p-contact-btn a:hover {
    opacity: 1;
  }
  .p-contact-btn a:hover::after {
    transform: translate(0.2rem, -0.2rem);
  }
}
.p-contact-btn__pre {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-btn__pre {
    font-size: 1.2rem;
  }
}
.u-document .p-contact-btn__pre {
  text-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.5);
}
.p-contact-btn__ttl {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact-btn__ttl {
    font-size: 1.8rem;
  }
}
.u-document .p-contact-btn__ttl {
  text-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.5);
}
.p-contact-btn__ttl span {
  position: relative;
  padding: 0 0 0 2.6rem;
}
.p-contact-btn__ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_balloon_bk.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.u-document .p-contact-btn__ttl span {
  padding: 0 0 0 2.4rem;
}
.u-document .p-contact-btn__ttl span::before {
  width: 1.7rem;
  height: 1.9rem;
  background: url(../img/common/icn_book_wh.svg) 0 0/100% auto no-repeat;
}
.u-talk .p-contact-btn__ttl span {
  padding: 0 0 0 3rem;
}
.u-talk .p-contact-btn__ttl span::before {
  width: 2.3rem;
  height: 2.1rem;
  background: url(../img/common/icn_talk_wh.svg) 0 0/100% auto no-repeat;
}
.p-contact-btn.u-document a {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  border: 1px solid #fff;
}
.p-contact-btn.u-document a::after {
  background: url(../img/common/icn_arrow_naname_wh.svg) 0 0/100% auto no-repeat;
}
.p-contact-btn.u-talk a {
  background: #0A4A79;
  color: #fff;
  border: 1px solid #fff;
}
.p-contact-btn.u-talk a::after {
  background: url(../img/common/icn_arrow_naname_wh.svg) 0 0/100% auto no-repeat;
}

.p-point {
  background: url(../img/home/bg_point.jpg) 0 0/cover no-repeat;
  padding: 9.4rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-point {
    padding: 5rem 0;
  }
}
.p-point__ttl {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-point__ttl {
    font-size: 1.2rem;
    margin: 0 0 3rem;
  }
}
.p-point__ttl span {
  display: block;
  font-size: 4.4rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-point__ttl span {
    font-size: 2.6rem;
  }
}
.p-point__ttl span span {
  display: inline;
  font-size: 7.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-point__ttl span span {
    font-size: 4rem;
  }
}
.p-point-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-point-block {
    flex-flow: column;
    gap: 2rem 0;
  }
}
.p-point-block.is-reverse {
  flex-flow: row-reverse;
  margin: 13rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-point-block.is-reverse {
    flex-flow: column;
    margin: 3rem 0 0;
  }
}
.p-point-block.is-center {
  position: relative;
  padding: 9rem 0 0;
  margin: 10rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-point-block.is-center {
    padding: 0;
    margin: 3rem 0;
  }
}
.p-point-block.fade-up {
  opacity: 0;
  transform: translateY(4rem);
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.p-point-block.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}
.p-point-block__inner {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-point-block__inner {
    width: 100%;
  }
}
.is-reverse .p-point-block__inner {
  position: relative;
}
.is-reverse .p-point-block__inner::before {
  content: "";
  position: absolute;
  top: -9rem;
  left: -5.4rem;
  width: 18rem;
  height: 17.7rem;
  background: url(../img/home/img_point_02-2.jpg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-point-block__inner::before {
    content: none;
  }
}
.is-center .p-point-block__inner {
  width: 50rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .is-center .p-point-block__inner {
    width: 100%;
    text-align: left;
  }
}
.p-point-block__img {
  width: 66.4rem;
  margin-left: -21rem;
}
@media screen and (max-width: 767px) {
  .p-point-block__img {
    width: 100%;
    margin: 0;
  }
}
.is-reverse .p-point-block__img {
  margin: 0 -21rem 0 0;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-point-block__img {
    width: 100%;
    margin: 0;
  }
}
.is-center .p-point-block__img {
  width: 100%;
  margin: 3.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .is-center .p-point-block__img {
    margin: 2rem 0 0;
  }
}
.p-point-block__num {
  position: relative;
  font-size: 1.7rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-point-block__num {
    font-size: 1.1rem;
  }
}
.is-center .p-point-block__num {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .is-center .p-point-block__num {
    text-align: left;
  }
}
.p-point-block__ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.625;
  margin: 1.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-point-block__ttl {
    font-size: 1.8rem;
    margin: 0.5rem 0 0;
  }
}
.is-center .p-point-block__ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .is-center .p-point-block__ttl {
    text-align: left;
  }
}
.p-point-block__catch {
  display: inline-block;
  background: #fff;
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid #D5D9DB;
  padding: 0.4rem 1.2rem;
  letter-spacing: -0.02em;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-point-block__catch {
    font-size: 1.3rem;
    margin: 1.2rem 0 0;
  }
}
.p-point-block__catch span {
  font-size: 1.3rem;
}
.p-point-block__catch + .p-point-block__catch {
  margin-top: 0.8rem;
}
.p-point-block__txt {
  line-height: 2.5;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-point-block__txt {
    line-height: 2;
    font-size: 1.4rem;
    margin: 1.5rem 0 0;
  }
}
.is-center .p-point-block__txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .is-center .p-point-block__txt {
    text-align: left;
  }
}
.p-point-block__photo01 {
  position: absolute;
  top: 0;
  left: -21rem;
  width: 39.6rem;
}
@media screen and (max-width: 767px) {
  .p-point-block__photo01 {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 0 2rem;
  }
}
.p-point-block__photo02 {
  position: absolute;
  top: 26rem;
  right: -21rem;
  width: 37.2rem;
}
@media screen and (max-width: 767px) {
  .p-point-block__photo02 {
    display: none;
  }
}
.p-point-block__photo03 {
  position: absolute;
  top: 55.3rem;
  left: -9rem;
  width: 19.9rem;
}
@media screen and (max-width: 767px) {
  .p-point-block__photo03 {
    display: none;
  }
}
.p-point-block__photo04 {
  position: absolute;
  bottom: -10.8rem;
  right: -7rem;
  width: 29.2rem;
}
@media screen and (max-width: 767px) {
  .p-point-block__photo04 {
    display: none;
  }
}

.p-schooling {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-schooling {
    display: block;
  }
}
.p-schooling-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  width: 21.1rem;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-schooling-head {
    display: block;
    width: 100%;
  }
}
.p-schooling-head__en {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 300;
  line-height: 1;
  border-top: 1px solid #1E2F3C;
  border-bottom: 1px solid #1E2F3C;
  padding: 3rem 0;
  margin: 0 0 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-schooling-head__en {
    font-size: 1.6rem;
    padding: 2rem 0;
    margin: 0;
  }
}
.p-schooling-head__ttl {
  font-size: 4rem;
  font-weight: 700;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .p-schooling-head__ttl {
    font-size: 2.6rem;
    writing-mode: horizontal-tb;
    padding: 2rem 0;
  }
}
.p-schooling-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/common/bg_menu.png) 0 0/76.5rem auto repeat;
  padding: 0 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-schooling-content {
    width: auto;
    padding: 3rem 2.5rem;
  }
}
.p-schooling-content__txt {
  color: #fff;
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .p-schooling-content__txt {
    font-size: 1.4rem;
    line-height: 2.4;
  }
}
.p-schooling-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-schooling-img {
    display: none;
  }
}
.p-schooling-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-schooling-sp {
    display: block;
  }
}

.v-marquee {
  position: relative;
  height: 57.3rem;
  overflow: hidden;
  flex-shrink: 0;
  width: 27.7rem;
}
.v-marquee__track {
  display: grid;
  grid-auto-rows: 124.7rem;
  row-gap: 0;
  animation: v-marquee-scroll 40s linear infinite;
  will-change: transform;
}
.v-marquee.is-reverse .v-marquee__track {
  animation-name: v-marquee-scroll-rev;
}
.v-marquee__item {
  display: grid;
  place-items: center;
  height: 124.7rem;
}
.v-marquee__item img {
  max-height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
}

@keyframes v-marquee-scroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes v-marquee-scroll-rev {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .v-marquee__track {
    animation: none;
  }
}
.v-marquee-horizontal {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.v-marquee-horizontal__track {
  display: flex;
  column-gap: 0;
  animation: h-marquee-scroll 10s linear infinite;
  will-change: transform;
}
.v-marquee-horizontal:hover .v-marquee-horizontal__track {
  animation-play-state: paused;
}
.v-marquee-horizontal.is-reverse .v-marquee-horizontal__track {
  animation-name: h-marquee-scroll-rev;
}
.v-marquee-horizontal__item {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 46.9rem;
}
.v-marquee-horizontal__item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@keyframes h-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes h-marquee-scroll-rev {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .v-marquee-horizontal__track {
    animation: none;
  }
}
.p-course {
  background: url(../img/home/bg_course.jpg) 0 0/cover no-repeat;
  padding: 9rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-course {
    padding: 5rem 0;
  }
}
.p-course__ttl {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-course__ttl {
    font-size: 1.2rem;
    margin: 0 0 2.7rem;
  }
}
.p-course__ttl span {
  display: block;
  font-size: 3.8rem;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-course__ttl span {
    font-size: 2.6rem;
  }
}
.p-course-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 0 0 3rem rbga(#1E2F3C, 0.5);
}
@media screen and (max-width: 767px) {
  .p-course-block {
    display: block;
  }
}
.p-course-block.is-reverse {
  flex-flow: row-reverse;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-course-block.is-reverse {
    margin: 3rem 0;
  }
}
.p-course-block__img {
  width: 49rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-course-block__img {
    width: 100%;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
}
.is-reverse .p-course-block__img {
  border-radius: 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-course-block__img {
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 0;
  }
}
.p-course-block__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  width: 49rem;
  background: rgba(255, 255, 255, 0.6);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-course-block__content {
    width: 100%;
    padding: 2rem 0 3rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
  }
}
.is-reverse .p-course-block__content {
  border-radius: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-course-block__content {
    border-top-left-radius: 0;
    border-bottom-right-radius: 1rem;
  }
}
.p-course-block__ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-course-block__ttl {
    font-size: 1.6rem;
  }
}
.p-course-block__txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-course-block__txt {
    font-size: 1.4rem;
  }
}
.p-course-block__btn {
  width: 24.9rem;
  height: 6.4rem;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 0.6rem;
  background: rgba(30, 47, 60, 0.85);
  cursor: pointer;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-course-block__btn {
    width: 20.9rem;
    height: 5rem;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    padding: 0 2rem 0 0;
  }
}
.p-course-block__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.1rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/home/icn_course_modal.svg) 0 0/100% auto no-repeat;
  margin-top: -1.1rem;
  transition: width 0.5s;
}
@media screen and (max-width: 767px) {
  .p-course-block__btn::after {
    right: 2rem;
  }
}
@media (any-hover: hover) {
  .p-course-block__btn:hover {
    opacity: 1;
  }
  .p-course-block__btn:hover::after {
    background: url(../img/home/icn_course_modal_on.svg) 0 0/100% auto no-repeat;
  }
}
.p-course-block__btn + .p-course-block__btn {
  margin-top: 1.6rem;
}

.p-message {
  position: relative;
  padding: 7rem 0 8.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 4.8rem 0 0;
  }
}
.p-message::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52.5rem;
  background: #284D69;
}
.p-message__wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
}
.p-message__wrap::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: -2rem;
  right: -14rem;
  width: 143.8rem;
  height: 36.5rem;
  background: url(../img/home/img_message.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-message__wrap::after {
    top: -2.5rem;
    left: -0.5rem;
    width: 100%;
    height: 10rem;
    background: url(../img/home/img_message_sp.png) 0 0/100% auto no-repeat;
  }
}
.p-message__txt {
  width: 67rem;
  color: #fff;
  padding: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-message__txt {
    width: auto;
    font-size: 1.4rem;
    line-height: 2.4;
    padding: 0;
  }
}
.p-message__ttl {
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-message__ttl {
    text-align: center;
    font-size: 1.2rem;
    margin: 0 0 2.5rem;
  }
}
.p-message__ttl span {
  display: block;
  font-size: 3.8rem;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-message__ttl span {
    text-align: center;
    font-size: 2.6rem;
  }
}
.p-message-head {
  position: relative;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-message-head {
    margin: 0 0 3rem;
  }
}
.p-message-head__tool {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 13.8rem;
  margin: 1rem 0 0 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-message-head__tool {
    margin: 1rem auto 0;
  }
}
.p-message-head__pager {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  color: #fff;
  letter-spacing: -0.1em;
  text-indent: -0.1em;
  transform: translate(-50%, -50%);
}
.p-message-head__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 13.6rem;
}
.p-message-head__nav .slick-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 4.2rem;
  height: 4.2rem;
  background: #fff;
  border-radius: 100%;
  font-size: 0;
  margin: 0;
}
.p-message-head__nav .slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  margin: -0.7rem 0 0 -0.7rem;
}
.p-message-head__nav .slick-arrow.slick-prev::after {
  background: url(../img/common/icn_arrow_slider_prev_bk.svg) 0 0/100% auto no-repeat;
}
.p-message-head__nav .slick-arrow.slick-next::after {
  background: url(../img/common/icn_arrow_slider_next_bk.svg) 0 0/100% auto no-repeat;
}
.p-message-head__prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 4.2rem;
  height: 4.2rem;
  background: #fff;
  border-radius: 100%;
  margin: 0;
}
.p-message-head__prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icn_arrow_slider_prev_bk.svg) 0 0/100% auto no-repeat;
  margin: -0.7rem 0 0 -0.7rem;
}
.p-message-head__next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 4.2rem;
  height: 4.2rem;
  background: #fff;
  border-radius: 100%;
  margin: 0;
}
.p-message-head__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icn_arrow_slider_next_bk.svg) 0 0/100% auto no-repeat;
  margin: -0.7rem 0 0 -0.7rem;
}
.p-message__slide {
  position: relative;
  width: calc((100vw - 98rem) / 2 + 98rem);
  margin: 0 0 0 auto;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-message__slide {
    width: 100%;
    padding: 0;
  }
}
.p-message-slide {
  position: relative;
  width: 72.2rem;
  overflow: hidden;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-message-slide {
    width: 100vw;
    margin: 0;
  }
}
.p-message-slide__ttl {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.6rem 0;
}
.p-message-slide__txt {
  line-height: 2.25;
}
.p-message-slide__age {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11.8rem;
  text-align: center;
  color: #fff;
  background: #005A9C;
  font-weight: 700;
  padding: 0.4rem 0 0.7rem;
}

.p-year__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-year__wrap {
    display: block;
  }
}
.p-year-head {
  position: relative;
  width: calc((100% - 140rem) / 2 + 39.4rem);
}
@media screen and (max-width: 767px) {
  .p-year-head {
    width: auto;
  }
}
.p-year-head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_menu.png) 0 0/76.5rem auto repeat;
}
.p-year-head__ttl {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 39.4rem;
  height: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 3.6rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin: 0 0 0 auto;
  padding: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-year-head__ttl {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    writing-mode: horizontal-tb;
    font-size: 2.6rem;
    letter-spacing: 0;
    padding: 4.5rem 0;
  }
}
.p-year-content {
  width: calc((100% - 140rem) / 2 + 100.8rem);
  background: url(../img/home/bg_year.jpg) 0 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-year-content {
    display: block;
    width: auto;
  }
}
.p-year-content__inner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100.8rem;
  margin: 0;
  padding: 8rem;
}
@media screen and (max-width: 767px) {
  .p-year-content__inner {
    width: auto;
    display: block;
    padding: 5rem 2.5rem;
  }
}
.p-year-content__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: calc(100% - 16rem);
  background: #284D69;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-year-content__inner::before {
    content: none;
  }
}
.p-year-content__item {
  width: 39rem;
}
@media screen and (max-width: 767px) {
  .p-year-content__item {
    width: auto;
  }
  .p-year-content__item + .p-year-content__item {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #1E2F3C;
  }
}
.p-year-content__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
  font-weight: 700;
  font-size: 2.3rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-year-content__ttl {
    gap: 0.5rem 0.8rem;
    flex-wrap: wrap;
    font-size: 2rem;
    margin: 0 0 1.4rem;
  }
}
.p-year-content__ttl span {
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  background: #fff;
  color: #284D69;
  padding: 0 1.2rem;
}
.p-year-content__txt {
  line-height: 1.75;
  font-weight: 700;
}
.p-year-content__sub {
  border-left: 0.3rem solid #284D69;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 0.7rem;
  margin: 1.6rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-year-content__sub + .p-year-content__txt {
    font-size: 1.4rem;
  }
}

.p-interview {
  padding: 9rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding: 5rem 0;
  }
}
.p-interview__ttl {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__ttl {
    font-size: 1.2rem;
    margin: 0 0 3rem;
  }
}
.p-interview__ttl span {
  display: block;
  font-size: 3.8rem;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-interview__ttl span {
    font-size: 2.6rem;
  }
}
.p-interview-slide {
  position: relative;
  width: 58rem;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview-slide {
    width: 28.5rem;
    margin: 0 1rem;
  }
}
.p-interview-slide__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 0.8rem #1e2f3c;
}
@media screen and (max-width: 767px) {
  .p-interview-slide__ttl {
    font-size: 2.1rem;
  }
}
.p-interview-slide__ttl span {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-interview-slide__ttl span {
    font-size: 1.7rem;
  }
}
.p-interview-slide__course {
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 0.8rem #1e2f3c;
}
@media screen and (max-width: 767px) {
  .p-interview-slide__course {
    font-size: 1.2rem;
  }
}
.p-interview-slide__post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
  margin: 1.5rem 0 0;
}
.p-interview-slide__before {
  font-weight: 700;
  color: #284D69;
  font-size: 1.8rem;
  border: 1px solid #284D69;
  background: #fff;
  border-radius: 5rem;
  line-height: 1;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview-slide__before {
    font-size: 1.15rem;
    padding: 0.5rem 1.2rem;
  }
}
.p-interview-slide__after {
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
  border: 1px solid #fff;
  background: #284D69;
  border-radius: 5rem;
  line-height: 1;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview-slide__after {
    font-size: 1.15rem;
    padding: 0.5rem 1.2rem;
  }
}
.p-interview-slide__icn {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-interview-slide__icn {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.p-interview-slide__icn img {
  vertical-align: top;
}
.p-interview-slide__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-interview-slide__inner {
    padding: 2rem;
  }
}
.p-interview-slide__img {
  display: block;
  position: relative;
}
.p-interview-slide__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(30, 47, 60, 0) 0%, rgba(30, 47, 60, 0.5) 100%);
}
.p-interview-slide__txt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 0.8rem #1e2f3c;
  line-height: 1.7;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-interview-slide__txt {
    font-size: 1.4rem;
  }
}
.p-interview-btn {
  width: 43.8rem;
  height: 8.7rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-interview-btn {
    width: calc(100% - 5rem);
    height: 7rem;
    margin: 3rem auto 0;
  }
}
.p-interview-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  background: #0A4A79;
  color: #fff;
  border: 1px solid #fff;
  padding: 1.9rem 0;
}
@media screen and (max-width: 767px) {
  .p-interview-btn a {
    padding: 1.3rem 0;
  }
}
.p-interview-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icn_arrow_naname_wh.svg) 0 0/100% auto no-repeat;
  margin: -0.75rem 0 0;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .p-interview-btn a:hover {
    opacity: 1;
  }
  .p-interview-btn a:hover::after {
    transform: translate(0.2rem, -0.2rem);
  }
}
.p-interview-btn__pre {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-interview-btn__pre {
    font-size: 1.2rem;
  }
}
.p-interview-btn__ttl {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-interview-btn__ttl {
    font-size: 1.8rem;
  }
}
.p-interview-btn__ttl span {
  position: relative;
  padding: 0 2rem 0 2.6rem;
}
.p-interview-btn__ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.7rem;
  height: 1.9rem;
  background: url(../img/common/icn_book_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}

.p-faq {
  background: url(../img/home/bg_faq.jpg) center center/cover no-repeat;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 5rem 0;
  }
}
.p-faq__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap {
    display: block;
  }
}
.p-faq__ttl {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq__ttl {
    font-size: 2.6rem;
    writing-mode: horizontal-tb;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 3rem;
  }
}
.p-faq-content {
  width: 77rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-faq-content {
    width: 100%;
  }
}
.p-faq-content__ttl {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 1.8rem;
  gap: 0 3.5rem;
  border-top: 1px solid #fff;
  padding: 3rem 5rem 3rem 0.8rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq-content__ttl {
    font-size: 1.6rem;
    gap: 1.5rem;
    padding: 2.5rem 3.5rem 2.3rem 0.8rem;
  }
}
.p-faq-content__ttl span {
  font-size: 2.9rem;
  font-weight: 300;
  line-height: 1;
}
.p-faq-content__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.3rem;
  height: 2rem;
  background: url(../img/home/icn_faq_off.svg) 0 0/100% auto no-repeat;
  margin: -1rem 0 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-faq-content__ttl::before {
    top: 3rem;
    right: 0;
    margin: 0;
  }
}
@media (any-hover: hover) {
  .p-faq-content__ttl:hover::before {
    transform: scale(0.9);
  }
}
.p-faq-content__ttl.is-open::before {
  background: url(../img/home/icn_faq_on.svg) 0 0/100% auto no-repeat;
}
.p-faq-content__txt {
  display: none;
}
.p-faq-content__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 1.8rem;
  gap: 0 3.5rem;
  padding: 0 0.8rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq-content__row {
    font-size: 1.4rem;
    gap: 1.5rem;
    padding: 0 3.5rem 2.3rem 0.8rem;
  }
}
.p-faq-content__row span {
  font-size: 2.9rem;
  font-weight: 300;
  line-height: 1;
}