/* mv
---------------------------------------------------------------------------- */
.p-mv {
  position: relative;
  height: 43.75vw;
  background: url(../../images/top/bg_mv_pc.png) no-repeat top right/84.375vw;
}

.p-mv-inner {
  position: absolute;
  left: 0;
  bottom: 4.1666666667vw;
  width: fit-content;
  padding: 0 5.2083333333vw;
}

.p-mv-ttl {
  color: #8BA3BA;
  font-size: 8.5rem;
  line-height: 1.4117647059;
  letter-spacing: 0.04em;
  font-weight: 200;
  font-size: 4.4270833333vw;
  font-family: "Poppins";
  margin-bottom: 1.0416666667vw;
}

.p-mv-subttl {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 300;
  font-size: 1.5625vw;
}

.p-mv-scroll {
  position: absolute;
  right: 3.8541666667vw;
  bottom: -0.2604166667vw;
  width: 11.9270833333vw;
  height: auto;
  aspect-ratio: 1/1;
}
.p-mv-scroll::before {
  content: "";
  position: absolute;
  top: calc(50% - (0.2604166667vw));
  left: calc(50% + (0.2604166667vw));
  transform: translate(-50%, -50%);
  width: 0.78125vw;
  height: auto;
  aspect-ratio: 15/55;
  background: url(../../images/top/img_scroll-arw.svg) no-repeat center/contain;
  z-index: 1;
}

.p-mv-scroll-circle {
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 122.6666666667vw;
    background: url(../../images/top/bg_mv_sp.png) no-repeat top right/84vw;
  }
  .p-mv-inner {
    bottom: 32vw;
    padding: 0 5.3333333333vw;
  }
  .p-mv-ttl {
    font-size: 8.8vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-mv-subttl {
    font-size: 4.2666666667vw;
  }
  .p-mv-subttl::before {
    width: 13.3333333333vw;
  }
  .p-mv-subttl span {
    background-color: transparent;
  }
  .p-mv-scroll {
    right: 5.3333333333vw;
    bottom: 0;
    width: 25.3333333333vw;
  }
  .p-mv-scroll::before {
    top: calc(50% - (0.5333333333vw));
    left: calc(50% + (0.5333333333vw));
    width: 1.6vw;
  }
  .p-mv-scroll-circle {
    animation: rotate 20s linear infinite;
  }
}
/* common
---------------------------------------------------------------------------- */
.p-sec {
  padding: 18rem 0;
}

.p-sec-ttl {
  color: #8BA3BA;
  margin-bottom: 3.5rem;
}

.p-sec-ttl-en {
  font-size: 9rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 200;
  font-family: "Poppins";
}

.p-sec-ttl-jp {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-sec {
    padding: 21.3333333333vw 0;
  }
  .p-sec-ttl {
    margin-bottom: 10.6666666667vw;
  }
  .p-sec-ttl-en {
    font-size: 13.3333333333vw;
  }
  .p-sec-ttl-jp {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
/* about
---------------------------------------------------------------------------- */
.p-about .p-sec-ttl-en {
  font-size: 8rem;
}

.p-about-inner {
  display: flex;
  align-items: center;
  gap: 8rem;
}

.p-about-image {
  width: 48.59375vw;
}

.p-about-ttl {
  width: fit-content;
}

.p-about-subtitle {
  color: #8BA3BA;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 2rem;
  margin-top: 0.5rem;
}

.p-about-caption {
  color: #8BA3BA;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 300;
  font-size: 2.5rem;
  font-family: "Poppins";
  padding-left: 1rem;
  margin: 2rem 0 1.5rem;
  position: relative;
}
.p-about-caption::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 2rem;
  background-color: #8BA3BA;
}

.p-about-txt {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 2rem;
  margin-top: 1rem;
}
.p-about-txt span {
  font-size: inherit;
}

@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 17.3333333333vw;
  }
  .p-about .p-sec-ttl-en {
    font-size: 13.3333333333vw;
  }
  .p-about-inner {
    flex-direction: column;
    gap: 8rem;
  }
  .p-about-image {
    width: calc(100% + 5.3333333333vw);
    margin-left: -5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-about-subtitle {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 1.3333333333vw;
  }
  .p-about-caption {
    font-size: 6.4vw;
    padding-left: 2.6666666667vw;
    margin: 5.3333333333vw 0 4vw;
  }
  .p-about-caption::before {
    width: 0.2666666667vw;
    height: 6.1333333333vw;
  }
  .p-about-txt {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
/* features
---------------------------------------------------------------------------- */
.p-features-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-features-ttl .p-sec-ttl-en {
  font-size: 8.5rem;
}

.p-features-heading {
  color: #8BA3BA;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 5rem 0 4rem;
}

.p-features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  gap: 0 4rem;
  counter-reset: num;
}
.p-features-list:not(:last-child) {
  margin-bottom: 8rem;
}

.p-features-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  flex: 1;
  background: #fff;
  padding: 3rem;
  padding-top: 4.5rem;
  text-align: center;
  position: relative;
}
.p-features-item::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #8BA3BA;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 200;
  font-family: "Poppins";
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
}

.p-features-image img {
  display: block;
  max-width: 10rem;
  height: auto;
  margin: 0 auto 1.5rem;
}

.p-features-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8BA3BA;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-features-text {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-features-ttl {
    display: block;
  }
  .p-features-ttl .p-sec-ttl-en {
    font-size: 13.3333333333vw;
  }
  .p-features-heading {
    font-size: 6.4vw;
    margin: 9.3333333333vw 0 6.6666666667vw;
  }
  .p-features-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-features-item {
    gap: 0;
    padding: 8vw 4vw 5.3333333333vw;
  }
  .p-features-item::before {
    font-size: 8vw;
  }
  .p-features-image img {
    max-width: 22.6666666667vw;
    margin: 0 auto 4vw;
  }
  .p-features-title {
    font-size: 4.8vw;
  }
  .p-features-text {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-top: 2.6666666667vw;
  }
}
/* p-personalize
---------------------------------------------------------------------------- */
.p-personalize {
  padding-top: 16rem;
}

.p-personalize-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.p-personalize-ttl .p-sec-ttl {
  margin-bottom: 0;
}

.p-personalize-inner {
  display: flex;
  align-items: end;
  gap: 6rem;
  margin-left: 5rem;
}
.p-personalize-inner:not(:last-child) {
  margin-bottom: 5rem;
}

.p-personalize-number {
  color: #8BA3BA;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 200;
  font-family: "Poppins";
}

.p-personalize-txt01 {
  color: #8BA3BA;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 3rem;
}

.p-personalize-txt02 {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 1.5rem 0 3.5rem;
}

.p-personalize-txt03 {
  margin-bottom: 4rem;
}

.p-personalize-image01 {
  width: 49.1rem;
  min-width: 49.1rem;
}

.p-personalize-image02 {
  width: 48.5rem;
  min-width: 48.5rem;
}

@media screen and (max-width: 767px) {
  .p-personalize {
    padding-top: 21.3333333333vw;
  }
  .p-personalize .p-personalize-ttl {
    margin-bottom: 5.3333333333vw;
  }
  .p-personalize .p-personalize-ttl .p-sec-ttl {
    margin-bottom: 0;
  }
  .p-personalize-inner-wrap {
    margin-bottom: 10.6666666667vw;
  }
  .p-personalize-inner {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
  .p-personalize-inner:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
  .p-personalize-inner:nth-child(2) {
    flex-direction: column;
  }
  .p-personalize-number {
    margin-bottom: 1.3333333333vw;
  }
  .p-personalize-txt01 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
  .p-personalize-txt02 {
    font-size: 4.8vw;
    margin: 8vw 0 0;
  }
  .p-personalize-txt03 {
    margin: 0;
  }
  .p-personalize-image01 {
    width: 73.3333333333vw;
    min-width: 73.3333333333vw;
    margin: 0 auto 8vw;
  }
  .p-personalize-image02 {
    width: 78.6666666667vw;
    min-width: 78.6666666667vw;
    margin: 0 auto 8vw;
  }
}
/* p-news
---------------------------------------------------------------------------- */
.p-news .p-sec-ttl {
  margin-bottom: 6rem;
}

.p-news-inner {
  display: grid;
  grid-template-columns: 1fr 80rem;
  gap: 8rem;
}

.m-news-list {
  margin-top: 2rem;
}

.m-news-item-tax {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .m-news {
    padding-top: 5.3333333333vw;
  }
  .m-news .p-sec-ttl {
    margin-bottom: 10.6666666667vw;
  }
  .p-news-inner {
    display: block;
  }
  .m-news-list {
    grid-template-columns: auto auto 1fr 13.3333333333vw;
    gap: 5.3333333333vw 0;
    height: fit-content;
    margin-top: 0;
    margin-bottom: 10.6666666667vw;
  }
  .m-news-item,
  .m-news-item-link {
    grid-column: span 4;
  }
  .m-news-item-link {
    gap: 1.8666666667vw 0;
    padding-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid rgba(139, 163, 186, 0.3);
  }
  .m-news-item-link::before {
    width: 13.6vw;
    top: 6.6666666667vw;
  }
  .m-news-item-link::after {
    width: 4.8vw;
    top: calc(6.6666666667vw + 2.1333333333vw);
    right: 4vw;
  }
  .m-news-item-tax {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    height: auto;
    padding: 0 2.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-right: 4vw;
    border: 0.2666666667vw solid #8BA3BA;
  }
  .m-news-item-ttl {
    grid-column: span 3;
    line-height: 1.5;
    margin-right: 4vw;
  }
}
/* p-column
---------------------------------------------------------------------------- */
.p-column {
  padding: 20rem 0;
}
.p-column .p-sec-ttl {
  margin-bottom: 5rem;
}

.p-column-inner {
  display: grid;
  grid-template-columns: 37.5rem 1fr;
  gap: 8rem;
}

.p-column-swiper {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}

.p-column-swiper-wrapper {
  width: 100%;
}

.p-column-swiper-slide {
  padding-right: 4rem;
}

.p-column-item-link {
  flex: 1;
  display: block;
  max-width: 36.4rem;
  height: 100%;
  padding-bottom: 7.5rem;
  border-bottom: 1px solid rgba(139, 163, 186, 0.3);
}
.p-column-item-link::before, .p-column-item-link::after {
  top: auto;
  transform: none;
}
.p-column-item-link::before {
  bottom: 3rem;
  right: 0;
}
.p-column-item-link::after {
  bottom: 4.2rem;
  right: 2rem;
}
@media (hover: hover) {
  .p-column-item-link:hover .p-column-item-image img {
    transform: scale(1.1);
  }
  .p-column-item-link:hover .p-column-item-ttl {
    color: #8BA3BA;
    text-decoration: underline;
  }
}

.p-column-item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 364/225;
  overflow: hidden;
  margin-bottom: 2rem;
}
.p-column-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.p-column-item-ttl {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 2rem;
  margin-top: 1.5rem;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .p-column {
    padding: 26.6666666667vw 0;
  }
  .p-column .p-sec-ttl {
    margin-bottom: 10.6666666667vw;
  }
  .p-column-inner {
    display: block;
  }
  .p-column-swiper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10.6666666667vw;
  }
  .p-column-swiper-wrapper {
    flex-direction: column;
    gap: 8vw;
  }
  .p-column-swiper-slide {
    padding-right: 0;
  }
  .p-column-item-link {
    max-width: 100%;
    padding-bottom: 14.6666666667vw;
    border-bottom: 0.2666666667vw solid rgba(139, 163, 186, 0.3);
  }
  .p-column-item-link::before {
    width: 13.6vw;
    bottom: 5.3333333333vw;
  }
  .p-column-item-link::after {
    width: 4.8vw;
    bottom: calc(5.3333333333vw + 2.6666666667vw);
    right: 4vw;
  }
  .p-column-item-image {
    margin-bottom: 4vw;
  }
  .p-column-item-ttl {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
