.page-top .mv {
  position: relative;
  width: 100vw;
  height: 100vh;
}
@media (max-width: 1024px) {
  .page-top .mv {
    height: 700px;
    margin-top: var(--header-height);
  }
}
@media (max-width: 767px) {
  .page-top .mv {
    height: 516px;
    margin-top: var(--header-height);
  }
}
.page-top .mv .mv__img {
  width: 100%;
  height: 100%;
}
.page-top .mv .mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-top .mv .mv__img img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
.page-top .mv .mv__content {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .page-top .mv .mv__content {
    width: 100%;
    padding-inline: 16px;
    top: 23.5%;
  }
}
.page-top .mv .mv__title {
  font-family: Sawarabi Mincho, serif;
  font-size: 4.8rem;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-top .mv .mv__title {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .page-top .mv .mv__title {
    font-size: 2.8rem;
  }
}
.page-top .mv .mv__desc {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 19px;
}
@media (max-width: 767px) {
  .page-top .mv .mv__desc {
    margin-top: 14px;
    line-height: 1.8;
  }
}
.page-top .cta-01 {
  margin: -108px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-top .cta-01 {
    margin: -127px auto 0;
  }
}
.page-top .about {
  padding-block: 120px;
}
@media (max-width: 1024px) {
  .page-top .about {
    padding-block: 100px;
  }
}
@media (max-width: 767px) {
  .page-top .about {
    padding-block: 64px;
  }
}
.page-top .about .about__block01 {
  width: min(976px, 100%);
  margin: 48px auto 0;
}
@media (max-width: 767px) {
  .page-top .about .about__block01 {
    margin: 32px auto 0;
  }
}
.page-top .about .about__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #2c285f;
}
.page-top .about .about__text {
  font-weight: 500;
  line-height: 2;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .about .about__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.page-top .about .about__cards {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 45px 1fr;
  gap: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page-top .about .about__cards {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.page-top .about .about-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #2f2b60;
  color: #fff;
  text-align: center;
  padding: 16px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .about .about-card {
    width: min(343px, 100%);
  }
}
.page-top .about .about-card__body {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
  gap: 24px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-top .about .about-card__body {
    padding: 24px;
  }
}
.page-top .about .about-card__img {
  margin: 0 auto;
}
.page-top .about .about-card__text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .about .about-card__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .page-top .about .about__cards-icon {
    padding-block: 10px;
  }
}
@media (max-width: 767px) {
  .page-top .about .about__cards-icon svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.page-top .about .about__block02 {
  margin-top: 79px;
}
@media (max-width: 767px) {
  .page-top .about .about__block02 {
    margin-top: 56px;
  }
}
.page-top .about .about__list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 40px;
}
@media (max-width: 1024px) {
  .page-top .about .about__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .page-top .about .about__list {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}
.page-top .about .about-item {
  background-color: #fff;
  padding: 16px 16px 16px 32px;
  border-radius: 4px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .page-top .about .about-item {
    padding: 16px 24px;
  }
}
.page-top .about .about-item:nth-of-type(6) {
  padding: 12px 16px;
}
@media (max-width: 767px) {
  .page-top .about .about-item:nth-of-type(6) {
    padding: 16px 24px;
  }
}
@media (max-width: 767px) {
  .page-top .about .about-item:nth-of-type(6) .about-item__icon {
    width: 32px;
    height: 32px;
  }
}
.page-top .about .about-item__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page-top .about .about-item__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .page-top .about .about-item__title {
    font-size: 1.4rem;
  }
}
.page-top .reason .reason__inner {
  padding: 80px 64px;
  border-radius: 16px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .page-top .reason .reason__inner {
    padding: 52px 32px;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason__inner {
    padding: 40px 16px;
  }
}
.page-top .reason .reason__points {
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .page-top .reason .reason__points {
    margin-top: 52px;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason__points {
    margin-top: 32px;
  }
}
.page-top .reason .reason-point {
  gap: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .page-top .reason .reason-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 12px;
  }
}
.page-top .reason .reason-point:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .page-top .reason .reason-point:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason-point:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.page-top .reason .reason-point + .reason-point {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .page-top .reason .reason-point + .reason-point {
    margin-top: 24px;
  }
}
.page-top .reason .reason-point__info {
  width: calc(50% - 28px);
}
@media (max-width: 1024px) {
  .page-top .reason .reason-point__info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason-point__info {
    width: 100%;
  }
}
.page-top .reason .reason-point__img {
  width: calc(50% - 28px);
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 468/312;
}
@media (max-width: 1024px) {
  .page-top .reason .reason-point__img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason-point__img {
    width: 100%;
  }
}
.page-top .reason .reason-point__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .reason .reason-point__number {
  font-size: 1.6rem;
  font-weight: 700;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(29.54%, #2c285f),
    color-stop(75.08%, #5b53c5)
  );
  background: -webkit-linear-gradient(top, #2c285f 29.54%, #5b53c5 75.08%);
  background: linear-gradient(180deg, #2c285f 29.54%, #5b53c5 75.08%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .page-top .reason .reason-point__number {
    font-size: 1.4rem;
  }
}
.page-top .reason .reason-point__title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c285f;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .page-top .reason .reason-point__title {
    font-size: 1.8rem;
    margin-top: 4px;
  }
}
.page-top .reason .reason-point__text {
  font-weight: 500;
  line-height: 2;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .page-top .reason .reason-point__text {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.page-top .reason .reason__box {
  margin-top: 80px;
  background-color: #f4f4f4;
  padding: 24px;
}
@media (max-width: 1024px) {
  .page-top .reason .reason__box {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason__box {
    padding: 24px 29px;
    margin-top: 31px;
  }
}
.page-top .reason .reason__text {
  font-weight: 700;
  line-height: 2;
  text-align: center;
  color: #2c285f;
}
@media (max-width: 767px) {
  .page-top .reason .reason__text {
    font-size: 1.4rem;
  }
}
.page-top .flow {
  padding-block: 120px 0;
}
@media (max-width: 1024px) {
  .page-top .flow {
    padding-block: 100px 0;
  }
}
@media (max-width: 767px) {
  .page-top .flow {
    padding-block: 64px 0;
  }
}
.page-top .flow .flow__list {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 56px;
}
@media (max-width: 1024px) {
  .page-top .flow .flow__list {
    margin-top: 52px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .page-top .flow .flow__list {
    grid-template-columns: 1fr;
    margin-top: 32px;
    gap: 46px;
  }
}
.page-top .flow .flow-item {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 8px;
  position: relative;
}
.page-top .flow .flow-item:nth-of-type(3n):after {
  display: none;
}
@media (max-width: 1024px) {
  .page-top .flow .flow-item:nth-of-type(3n):after {
    display: block;
  }
}
@media (max-width: 1024px) {
  .page-top .flow .flow-item:nth-of-type(2n):after {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-top .flow .flow-item:nth-of-type(2n):after {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-top .flow .flow-item:last-of-type:after {
    display: none;
  }
}
.page-top .flow .flow-item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 27px;
  background: url(../image/top/caret_right_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-top .flow .flow-item:after {
    top: unset;
    right: unset;
    left: 50%;
    bottom: -36px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
  }
}
.page-top .flow .flow-item__number {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 14px;
  border-radius: 8px 0 0;
  color: #fff;
  background-color: #2c285f;
  width: 40px;
  height: 40px;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.page-top .flow .flow-item__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  display: block;
}
.page-top .flow .flow-item__title {
  color: #2c285f;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .flow .flow-item__title {
    font-size: 1.8rem;
  }
}
.page-top .flow .flow-item__text {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.page-top .case {
  padding-block: 120px 0;
}
@media (max-width: 767px) {
  .page-top .case {
    padding-block: 64px 0;
  }
}
.page-top .case .case__inner {
  position: relative;
}
.page-top .case .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-top .case .slick-slide {
  height: auto;
}
.page-top .case .case-slider {
  margin-block: 64px 120px;
}
@media (max-width: 1024px) {
  .page-top .case .case-slider {
    margin-block: 52px 100px;
  }
}
@media (max-width: 767px) {
  .page-top .case .case-slider {
    margin-block: 32px 64px;
  }
}
.page-top .case .case-slide {
  width: 504px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-top .case .case-slide {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .page-top .case .case-slide {
    width: 343px;
  }
}
.page-top .case .case-slide:not(:first-of-type) {
  margin-left: 56px;
}
@media (max-width: 767px) {
  .page-top .case .case-slide:not(:first-of-type) {
    margin-left: 24px;
  }
}
.page-top .case .case-slide__head {
  border-radius: 8px 8px 0 0;
  padding: 24px;
  background-color: #2c285f;
}
@media (max-width: 767px) {
  .page-top .case .case-slide__head {
    padding: 14px 16px;
  }
}
.page-top .case .case-slide__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .page-top .case .case-slide__title {
    font-size: 1.8rem;
  }
}
.page-top .case .case-slide__body {
  background-color: #fff;
  padding: 32px 24px;
}
@media (max-width: 767px) {
  .page-top .case .case-slide__body {
    padding: 24px 16px;
  }
}
.page-top .case .case-slide__list {
  margin-top: 24px;
}
.page-top .case .case-slide__img {
  aspect-ratio: 456/280;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .case .case-slide__img {
    aspect-ratio: 311/280;
  }
}
.page-top .case .case-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .case .case-slide__item + .case-slide__item {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .page-top .case .case-slide__item + .case-slide__item {
    margin-top: 16px;
  }
}
.page-top .case .case-slide__category {
  display: block;
  font-weight: 700;
  color: #fff;
  padding: 3px 16px 4px;
  background-color: #2c285f;
  border-radius: 99px;
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .page-top .case .case-slide__category {
    font-size: 1.4rem;
    padding: 4px 16px;
  }
}
.page-top .case .case-slide__text {
  margin-top: 8px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-top .case .case-slide__text {
    font-size: 1.4rem;
  }
}
.page-top .case .case-slide__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .page-top .case .case-slide__tags {
    margin-top: 40px;
    gap: 8px;
  }
}
.page-top .case .case__tag {
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #f4f4f4;
  position: relative;
  padding: 4px 8px 4px 28px;
}
@media (max-width: 767px) {
  .page-top .case .case__tag {
    padding: 6px 8px 6px 28px;
  }
}
.page-top .case .case__tag:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../image/top/tag_icon.svg) no-repeat center/contain;
  display: block;
  top: 6px;
  left: 8px;
}
@media (max-width: 767px) {
  .page-top .case .case__tag:before {
    top: 8px;
  }
}
.page-top .case .case-slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: absolute;
  top: 43px;
  right: 0;
  z-index: 9;
}
@media (max-width: 1024px) {
  .page-top .case .case-slider__arrows {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .page-top .case .case-slider__arrows {
    gap: 16px;
    top: 31px;
    right: 0;
  }
}
.page-top .case .case-slider__prev,
.page-top .case .case-slider__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #2c285f;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .page-top .case .case-slider__prev,
  .page-top .case .case-slider__next {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .page-top .case .case-slider__prev img,
  .page-top .case .case-slider__next img {
    width: 4px;
  }
}
.page-top .case .case-slider__prev:hover,
.page-top .case .case-slider__next:hover {
  border: 1px solid #2c285f;
  background-color: #2c285f;
}
.page-top .case .case-slider__prev:hover img,
.page-top .case .case-slider__next:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.page-top .cta-02 {
  margin: 0 auto 160px;
}
@media (max-width: 1024px) {
  .page-top .cta-02 {
    margin: 0 auto 120px;
  }
}
@media (max-width: 767px) {
  .page-top .cta-02 {
    margin: 0 auto 64px;
  }
}
