/* common
---------------------------------------- */
.p-top__title {
  margin-bottom: 4.5rem;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-top__title {
    font-size: 7rem;
    line-height: 1.2;
  }
}
.p-top__title::before {
  display: block;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  content: attr(data-en);
}
@media screen and (max-width: 767px) {
  .p-top__title::before {
    font-size: 4.6rem;
  }
}
.p-top__more {
  position: absolute;
  top: 5.5rem;
  right: max(4rem, 2.7777777778cqi);
}
@media screen and (max-width: 767px) {
  .p-top__more {
    position: static;
    margin-top: 5rem;
  }
}

/* mv
---------------------------------------- */
.p-top-mv {
  position: relative;
  margin-bottom: 8rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    margin-bottom: 10rem;
    padding-top: 4rem;
  }
}
.p-top-mv__text {
  position: absolute;
  top: 4rem;
  right: calc(50% + 13.5rem);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 5.4rem;
  font-weight: 700;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    top: -2rem;
    right: calc(50% + 9rem);
  }
}
.p-top-mv__slider {
  width: 100%;
  overflow: hidden;
}
.p-top-mv__slider-inner {
  display: flex;
  width: 396rem;
  -webkit-animation: slide_loop 60s linear infinite;
          animation: slide_loop 60s linear infinite;
}
.p-top-mv__slider-inner img {
  width: 64rem;
  overflow: hidden;
  border-radius: 2rem;
  margin-right: 2rem;
}

@-webkit-keyframes slide_loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes slide_loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* feature
---------------------------------------- */
.p-top-feature {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature {
    margin-bottom: 11rem;
  }
}
.p-top-feature__section {
  display: flex;
  padding: 3rem 4rem 4rem 4rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 899px) {
  .p-top-feature__section {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__section {
    padding: 2rem 4rem 4rem 4rem;
  }
}
.p-top-feature__section + .p-top-feature__section {
  margin-top: 5rem;
}
.p-top-feature__content {
  width: 50%;
  padding-right: 4rem;
}
@media screen and (max-width: 899px) {
  .p-top-feature__content {
    width: 100%;
    padding: 0;
  }
}
.p-top-feature__image {
  width: 50%;
  margin-top: 1rem;
}
@media screen and (max-width: 899px) {
  .p-top-feature__image {
    width: 100%;
    margin-top: 0;
  }
}
.p-top-feature__number {
  font-size: 3rem;
  font-weight: 300;
}
@media screen and (max-width: 1239px) {
  .p-top-feature__number {
    font-size: min(2.4vw, 3rem);
  }
}
@media screen and (max-width: 899px) {
  .p-top-feature__number {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__number {
    font-size: 4.6rem;
  }
}
.p-top-feature__number span {
  font-weight: 700;
}
.p-top-feature__title {
  margin-bottom: 2rem;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.53;
}
@media screen and (max-width: 1239px) {
  .p-top-feature__title {
    font-size: min(3.8vw, 5.6rem);
  }
}
@media screen and (max-width: 899px) {
  .p-top-feature__title {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__title {
    font-size: 6.5rem;
    line-height: 1.22;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-top-feature__text {
  font-size: 2.4rem;
}
@media screen and (max-width: 1239px) {
  .p-top-feature__text {
    font-size: min(1.8vw, 2.4rem);
  }
}
@media screen and (max-width: 899px) {
  .p-top-feature__text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__text {
    font-size: 3rem;
  }
}
.p-top-feature__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 899px) {
  .p-top-feature__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__list {
    gap: 2rem;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-feature__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  border-radius: 1rem;
  border: 1px solid #6D696A;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-feature__list li a {
    height: 10rem;
    padding: 0 1rem;
    border-radius: 2rem;
  }
}

/* works
---------------------------------------- */
.p-top-works {
  padding: 9rem 0 11rem 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-works {
    padding: 10rem 4rem;
  }
}
.p-top-works__inner {
  position: relative;
}
.p-top-works__list > * {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__list > * {
    width: 59rem;
  }
}
.p-top-works__slider {
  position: relative;
}
.p-top-works__slider .swiper {
  overflow: visible;
}
.p-top-works__slider-button {
  position: absolute;
  top: 50%;
  width: 6rem;
  height: 6rem;
  background: url(../images/common/icon_next.svg) no-repeat center center/contain #fff;
  border: none;
  font: 0/0 a;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.p-top-works__slider-button:disabled {
  display: none;
}
.p-top-works__slider-button--prev {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  left: 0;
}
.p-top-works__slider-button--next {
  right: 0;
}

/* plans
---------------------------------------- */
.p-top-plans {
  padding: 8.5rem 0 10rem 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-plans {
    padding: 10rem 4rem;
  }
}
.p-top-plans__inner {
  position: relative;
}
.p-top-plans__title {
  position: relative;
}
.p-top-plans__title::after {
  position: absolute;
  top: -9.5rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #000F08;
  content: "";
}
.p-top-plans__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-plans__list {
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

/* reviews
---------------------------------------- */
.p-top-reviews {
  padding: 9rem 0 10rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-reviews {
    padding: 9rem 4rem 11rem 4rem;
  }
}
.p-top-reviews__inner {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 1239px) {
  .p-top-reviews__inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-top-reviews__title {
  margin: 0;
  white-space: nowrap;
}

/* blog
---------------------------------------- */
.p-top-blog {
  padding: 9rem 0 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-blog {
    padding: 10rem 4rem;
  }
}
.p-top-blog__inner {
  position: relative;
}
.p-top-blog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 899px) {
  .p-top-blog__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-blog__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

/* banner
---------------------------------------- */
.p-top-banner a {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-banner a {
    display: block;
  }
}
.p-top-banner a img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-banner a img {
    width: 100%;
  }
}
/*# sourceMappingURL=top.css.map */