.page-top .top-mv {
  padding: 1.7rem 0 0 0;
  height: 53rem;
  position: relative;
}
.page-top .top-mv::after {
  content: "";
  display: block;
  background: var(--colorBg2);
  width: 26.3rem;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.page-top .top-mv__inner {
  position: relative;
  height: 100%;
}
.page-top .top-mv__heading {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  color: var(--colorMain2);
  font-feature-settings: "palt";
}
.page-top .top-mv__heading__line {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.page-top .top-mv__heading__line:nth-child(1) {
  animation-delay: 0.4s;
}
.page-top .top-mv__heading__line:nth-child(2) {
  animation-delay: 0.6s;
}
.page-top .top-mv__heading__line:nth-child(3) {
  animation-delay: 0.8s;
}
.page-top .top-mv__illust {
  position: absolute;
  bottom: 0;
  width: 22.5rem;
  animation-duration: 1.8s;
  animation-delay: 1.3s;
}
.page-top .top-mv__image {
  overflow: hidden;
  border-radius: 2.4rem 0 0 2.4rem;
  position: absolute;
  right: 0;
  top: 9rem;
  z-index: -1;
  width: 31.8rem;
  height: 36.4rem;
  animation-duration: 1.8s;
}
.page-top .top-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top .top-mv__scroll__line {
  height: 7.2rem;
  width: 1px;
  background: var(--colorMain1);
  position: relative;
}
@keyframes circlemove {
  0% {
    top: -0.4rem;
  }
  100% {
    top: calc(100% - 0.4rem);
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.page-top .top-mv__scroll__line::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--colorMain1);
  border-radius: 50%;
  position: absolute;
  left: 0.1rem;
  top: 0;
  transform: translateX(-50%);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.page-top .top-mv__scroll__text {
  font-family: var(--fontEn1);
  font-weight: bold;
  font-size: 1.4rem;
  color: var(--colorMain1);
  writing-mode: vertical-rl;
}
.page-top .top-about {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.page-top .top-about__heading .m-section-heading__ja {
  font-size: 2.4rem;
}
.page-top .top-about__description {
  margin-top: 2rem;
}
.page-top .top-advantages {
  background: url("/assets/img/top/advantages_bg_sp.jpg") no-repeat center center/cover;
  padding: 6rem 0 8rem;
  color: #fff;
}
.page-top .top-advantages__description {
  margin-top: 2rem;
}
.page-top .top-advantages__list {
  display: flex;
}
.page-top .top-advantages__list__item:nth-child(2) {
  animation-delay: 0.2s;
}
.page-top .top-advantages__list__item:nth-child(3) {
  animation-delay: 0.4s;
}
.page-top .top-advantages__list__illust {
  width: 17.2rem;
  margin: 0 auto;
}
.page-top .top-advantages__list__text {
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-top: 1.6rem;
  font-size: 1.5rem;
}
.page-top .top-advantages__button {
  text-align: center;
  margin-top: 5.4rem;
}
.page-top .top-concept {
  padding: 7.5rem 0 0 0;
  position: relative;
}
.page-top .top-concept::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 9.6rem;
  background: var(--colorBg2);
  width: 26.3rem;
  height: 31.4rem;
  z-index: -1;
}
.page-top .top-concept__heading {
  margin-bottom: 2rem;
}
.page-top .top-concept__heading .m-section-heading__ja {
  color: var(--colorMain2);
  font-size: 2rem;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}
.page-top .top-concept__description {
  margin-top: 1rem;
}
.page-top .top-news {
  padding: 7.7rem 0 8rem;
}
.page-top .top-news__inner {
  display: grid;
}
.page-top .top-news__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: heading;
}
.page-top .top-news__articles {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: list;
}
.page-top .top-news__button {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: button;
}
.page-top .top-blog {
  margin-bottom: 8rem;
}
.page-top .top-blog__content {
  position: relative;
  background: #fff;
  padding: 4.6rem 3rem 4.9rem;
  border-radius: 1.2rem;
  display: grid;
  grid-template-areas: "heading button" "list list";
  align-items: flex-end;
  grid-template-columns: 1fr 14.4rem;
}
.page-top .top-blog__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: heading;
}
.page-top .top-blog__button {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: button;
  width: -moz-fit-content;
  width: fit-content;
}
.page-top .top-blog__articles {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  margin-top: 3.2rem;
  grid-area: list;
  width: 100%;
}
.page-top .top-blog__articles .splide__arrows {
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 10rem;
  z-index: 1;
  width: calc(var(--vw) - 2.8rem);
  transform: translate(-50%, -50%);
}
.page-top .top-blog__articles .splide__arrow {
  pointer-events: auto;
}
.page-top .top-blog__articles .splide__arrow[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.page-top .top-blog__articles .splide__arrow svg {
  display: none;
}
.page-top .top-blog__articles .splide__arrow::after {
  content: "";
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  border: 0.2rem solid var(--colorBorder3);
  transform: rotate(45deg);
}
.page-top .top-blog__articles .splide__arrow--prev::after {
  border-width: 0 0 0.2rem 0.2rem;
}
.page-top .top-blog__articles .splide__arrow--next::after {
  border-width: 0.2rem 0.2rem 0 0;
}
.page-top .top-flow {
  background: var(--colorMain1);
  padding: 6.8rem 0 8rem 0;
}
.page-top .top-flow__heading {
  margin-bottom: 2.2rem;
}
.page-top .top-flow__lead {
  line-height: 1.6;
  color: #fff;
}
@media (min-width: 768px) {
  .page-top .top-mv {
    height: 76rem;
    padding-top: 12rem;
  }
  .page-top .top-mv::after {
    width: calc(50% + 24rem);
  }
  .page-top .top-mv__heading {
    font-size: 4rem;
    letter-spacing: 0.06em;
  }
  .page-top .top-mv__illust {
    width: 47rem;
    transform: translateX(100%);
    right: min(50% + 47.5rem, 100% - 9rem);
  }
  .page-top .top-mv__image {
    width: calc(50% + 32.4rem);
    height: 58rem;
    top: 8rem;
  }
  .page-top .top-mv__scroll {
    position: absolute;
    right: min(100% - var(--sidePaddingPc1), 50% + 58rem);
    bottom: 7rem;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
  .page-top .top-about {
    padding-top: 9.5rem;
    padding-bottom: 12rem;
  }
  .page-top .top-about__inner {
    display: grid;
    grid-template-areas: "texts illust" "button illust";
    align-items: center;
    gap: 0 7.9rem;
    grid-template-rows: max-content 1fr;
    grid-template-columns: 1fr 33.8rem;
  }
  .page-top .top-about__text-box {
    grid-area: texts;
  }
  .page-top .top-about__heading .m-section-heading__ja {
    font-size: 3.6rem;
  }
  .page-top .top-about__description {
    margin-top: 3.7rem;
  }
  .page-top .top-about__illust {
    grid-area: illust;
  }
  .page-top .top-about__button {
    margin-top: 5.2rem;
  }
  .page-top .top-advantages {
    background-image: url("/assets/img/top/advantages_bg_pc.jpg");
    padding: 9.3rem 0 10rem;
  }
  .page-top .top-advantages__description {
    margin-top: 3rem;
    grid-area: text;
  }
  .page-top .top-advantages__list {
    margin: 3.5rem auto 0;
    max-width: 81.6rem;
    justify-content: space-between;
  }
  .page-top .top-advantages__list__item {
    display: flex;
    flex-direction: column;
  }
  .page-top .top-advantages__list__illust {
    width: 22.8rem;
  }
  .page-top .top-advantages__list__text {
    font-size: 1.6rem;
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
  }
  .page-top .top-advantages__button {
    margin-top: 6.4rem;
  }
  .page-top .top-concept {
    padding: 11.5rem 0 12.5rem 0;
  }
  .page-top .top-concept::after {
    width: calc(50% - 9.6rem);
    height: 100%;
    bottom: 0;
  }
  .page-top .top-concept__inner {
    display: grid;
    grid-template-areas: "image text" "image button";
    grid-template-columns: calc(50% - 1.2rem) 1fr;
    gap: 0 10.8rem;
  }
  .page-top .top-concept__heading {
    margin-bottom: 3.2rem;
  }
  .page-top .top-concept__heading .m-section-heading__ja {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
  }
  .page-top .top-concept__text-box {
    grid-area: text;
    animation-delay: 0.3s;
  }
  .page-top .top-concept__image {
    grid-area: image;
    margin-top: 1.1rem;
  }
  .page-top .top-concept__button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: button;
    margin-top: 6.1rem;
  }
  .page-top .top-news {
    padding: 11.3rem 0 6.9rem;
  }
  .page-top .top-news__inner {
    grid-template-areas: "heading list" "button list";
    grid-template-rows: max-content 1fr;
    gap: 3.8rem 10.8rem;
    justify-content: flex-start;
  }
  .page-top .top-news__articles {
    max-width: 64.8rem;
  }
  .page-top .top-blog {
    margin-bottom: 10rem;
  }
  .page-top .top-blog__inner {
    max-width: calc(115.2rem + var(--sidePaddingPc1) * 2);
  }
  .page-top .top-blog__content {
    padding: 5.8rem max((100% - var(--widthDefault)) / 2, var(--sidePaddingPc1)) 4rem;
    border-radius: 1.6rem;
  }
  .page-top .top-blog__articles__list {
    display: flex !important;
    gap: 2.4rem;
  }
  .page-top .top-blog__articles__list .m-panel-article {
    flex-shrink: 1;
    width: calc((100% - 4.8rem) / 3);
  }
  .page-top .top-flow {
    padding: 10.5rem 0 8.2rem 0;
  }
  .page-top .top-flow__heading {
    margin-bottom: 3.5rem;
  }
  .page-top .top-flow__contents {
    display: grid;
    grid-template-areas: "illust text" "illust button";
    justify-content: space-between;
    grid-template-columns: 30.9rem 39.9rem;
    max-width: 81.6rem;
    margin: 0 auto;
  }
  .page-top .top-flow__lead {
    grid-area: text;
    line-height: 2;
    animation-delay: 0.2s;
  }
  .page-top .top-flow__illust {
    width: 31.1rem;
    grid-area: illust;
  }
  .page-top .top-flow__button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: button;
    margin-top: 4.3rem;
    margin-bottom: auto;
    animation-delay: 0.2s;
  }
  @media (min-width: 768px) {
  .page-top .top-about__text-box {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  .page-top .top-about__illust {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
  }
  .page-top .top-flow__contents > .top-about__illust {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
  }
  .page-top .top-advantages__description {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
  }
  .page-top .top-flow__contents > .top-advantages__description {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
  }
  .page-top .top-concept__text-box {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
  }
  .page-top .top-flow__contents > .top-concept__text-box {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
  }
  .page-top .top-concept__image {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
  }
  .page-top .top-about__inner > .top-concept__button {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
  }
  .page-top .top-concept__inner > .top-concept__button {
      -ms-grid-row: 3;
      -ms-grid-column: 3;
  }
  .page-top .top-news__inner > .top-concept__button {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
  }
  .page-top .top-flow__contents > .top-concept__button {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
  }
  .page-top .top-flow__lead {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
  }
  .page-top .top-flow__contents > .top-flow__lead {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
  }
  .page-top .top-flow__illust {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
  }
  .page-top .top-flow__contents > .top-flow__illust {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
  }
  .page-top .top-about__inner > .top-flow__button {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
  }
  .page-top .top-concept__inner > .top-flow__button {
      -ms-grid-row: 3;
      -ms-grid-column: 3;
  }
  .page-top .top-news__inner > .top-flow__button {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
  }
  .page-top .top-flow__contents > .top-flow__button {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
  }
  }
  .page-top .top-news__inner > .top-news__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-top .top-news__inner > .top-news__articles {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .page-top .top-about__inner > .top-news__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-top .top-concept__inner > .top-news__button {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page-top .top-news__inner > .top-news__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-top .top-flow__contents > .top-news__button {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page-top .top-news__inner > .top-blog__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-top .top-about__inner > .top-blog__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-top .top-concept__inner > .top-blog__button {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page-top .top-news__inner > .top-blog__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-top .top-flow__contents > .top-blog__button {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page-top .top-news__inner > .top-blog__articles {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 767px) {
  .page-top .top-mv__illust {
    left: 1.5rem;
  }
  .page-top .top-mv__scroll {
    display: none;
  }
  .page-top .top-about__illust {
    width: 23rem;
    margin: 2.8rem auto 0;
  }
  .page-top .top-about__button {
    margin-top: 5.6rem;
    text-align: center;
  }
  .page-top .top-advantages__list {
    flex-direction: column;
    gap: 3.2rem;
    margin-top: 3.7rem;
  }
  .page-top .top-concept__image {
    margin-top: 4.5rem;
  }
  .page-top .top-concept__button {
    text-align: center;
    margin-top: 7rem;
  }
  .page-top .top-news__inner {
    grid-template-areas: "heading button" "list list";
    align-items: flex-end;
    grid-template-columns: 1fr 14.4rem;
  }
  .page-top .top-news__articles {
    margin-top: 3.5rem;
  }
  .page-top .top-blog__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-top .top-flow__illust {
    width: 24.5rem;
    margin: 5.1rem auto 0;
  }
  .page-top .top-flow__button {
    text-align: center;
    margin-top: 5.6rem;
  }
  .page-top .top-news__inner > .top-news__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-top .top-news__inner > .top-news__articles {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .page-top .top-news__inner > .top-news__button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-top .top-news__inner > .top-blog__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-top .top-news__inner > .top-blog__button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-top .top-news__inner > .top-blog__articles {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .page-top .top-news__inner > .top-concept__button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-top .top-news__inner > .top-flow__button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}