/* mv
---------------------------------------- */
.p-top-mv {
  position: relative;
}
.p-top-mv__copy {
  position: absolute;
  top: 5rem;
  left: calc(50% - 63rem);
  z-index: 99;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.55;
  text-shadow: 0 0 3.1rem rgba(7, 7, 17, 0.26);
}
@media screen and (max-width: 1299px) {
  .p-top-mv__copy {
    left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy {
    top: 7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
  }
}
.p-top-mv__slider {
  opacity: 0;
}
.p-top-mv__slider.slick-initialized {
  opacity: 1;
}
.p-top-mv__slider-item {
  aspect-ratio: 1440/600;
}
@media screen and (max-width: 767px) {
  .p-top-mv__slider-item {
    aspect-ratio: 750/800;
  }
}
.p-top-mv__slider-item img {
  width: 100%;
  height: auto;
}
.p-top-mv__slider-item video {
  width: 100%;
  height: auto;
}

/* sec01
---------------------------------------- */
.p-top-sec01 {
  padding: 9rem 0 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec01 {
    padding: 8rem 0 12rem 0;
  }
  .p-top-sec01 .l-inner {
    padding: 0;
  }
}
.p-top-sec01__title {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-sec01__title {
    margin-bottom: 2rem;
    font-size: 4.8rem;
    line-height: 1.58;
  }
}
.p-top-sec01__text {
  font-size: max(2.2rem, 16px);
  font-weight: 500;
  line-height: 2.27;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-sec01__text {
    font-size: 3.2rem;
    line-height: 2.16;
  }
}

/* sec02
---------------------------------------- */
.p-top-sec02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__flex {
    display: block;
  }
}
.p-top-sec02__image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__image {
    width: 100%;
  }
}
.p-top-sec02__image picture {
  width: 100%;
  height: 100%;
}
.p-top-sec02__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-sec02__content {
  width: 50%;
  padding: 11.6rem 0 11rem 13.5rem;
  color: #fff;
  background: url(../images/top/bg_sec02.png) no-repeat top center/cover;
}
@media screen and (max-width: 1299px) {
  .p-top-sec02__content {
    padding: 11.6rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02__content {
    width: 100%;
    padding: 10rem 4rem 13rem 4rem;
  }
}
.p-top-sec02__title {
  margin-bottom: 1.5rem;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__title {
    font-size: 4.4rem;
    text-align: center;
  }
}
.p-top-sec02__text {
  margin-bottom: 7rem;
  font-size: max(2rem, 16px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__text {
    margin-bottom: 7.5rem;
    font-size: 3rem;
    line-height: 1.8;
  }
}
.p-top-sec02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__list {
    padding-left: 13rem;
  }
}
.p-top-sec02__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__list-item {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
.p-top-sec02__list-item + .p-top-sec02__list-item::before {
  position: absolute;
  top: -43px;
  left: 49px;
  width: 2px;
  height: 43px;
  background-color: #929292;
  content: "";
}
@media screen and (max-width: 1150px) {
  .p-top-sec02__list-item + .p-top-sec02__list-item::before {
    top: -4.5rem;
    left: 39px;
    height: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02__list-item + .p-top-sec02__list-item::before {
    left: 5.4rem;
    top: -4.5rem;
    width: 0.4rem;
    height: 4.8rem;
  }
}
.p-top-sec02__list-icon {
  width: 100px;
}
@media screen and (max-width: 1150px) {
  .p-top-sec02__list-icon {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02__list-icon {
    width: 11rem;
  }
}
.p-top-sec02__list-icon img {
  width: 100%;
}
.p-top-sec02__list-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-sec02__list-title {
  margin-bottom: 1rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__list-title {
    font-size: 3.3rem;
  }
}
.p-top-sec02__list-text {
  font-size: max(1.5rem, 15px);
}
@media screen and (max-width: 767px) {
  .p-top-sec02__list-text {
    font-size: 2.3rem;
    line-height: 1.52;
  }
}
.p-top-sec02__list-text small {
  font-size: max(1.2rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-top-sec02__list-text small {
    font-size: 2rem;
  }
}

/* sec03
---------------------------------------- */
.p-top-sec03 {
  position: relative;
  background-image: linear-gradient(-46deg, rgb(255, 255, 255) 0%, rgb(199, 199, 199) 94%);
}
.p-top-sec03__logo {
  position: absolute;
  top: 6.8rem;
  left: calc(50% - 64rem);
  width: 17.3rem;
}
@media screen and (max-width: 1299px) {
  .p-top-sec03__logo {
    left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec03__logo {
    top: 3.8rem;
    left: auto;
    right: 4rem;
  }
}
.p-top-sec03__logo img {
  width: 100%;
}
.p-top-sec03__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-sec03__image {
  margin-top: 15.3rem;
  margin-right: 1.6rem;
}
@media screen and (max-width: 1150px) {
  .p-top-sec03__image {
    max-width: 40%;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec03__image {
    max-width: initial;
    margin: 0;
    padding: 0 4rem;
  }
}
.p-top-sec03__content {
  width: 50%;
  padding: 9.5rem 8rem 8rem 3.5rem;
}
@media screen and (max-width: 1150px) {
  .p-top-sec03__content {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec03__content {
    width: 100%;
    padding: 9.5rem 4rem 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec03__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-top-sec03__title {
  margin-bottom: 1rem;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__title {
    font-size: 4.4rem;
    line-height: 1.4;
  }
}
.p-top-sec03__text {
  margin-bottom: 3.7rem;
  font-size: max(1.8rem, 16px);
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__text {
    margin-bottom: 4.5rem;
    font-size: 3rem;
    line-height: 1.8;
  }
}
.p-top-sec03__copy {
  margin-bottom: 3rem;
  font-size: max(2.4rem, 16px);
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__copy {
    margin: 6.7rem -1rem 0 -1rem;
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-top-sec03__copy strong {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__copy strong {
    font-size: 3.3rem;
  }
}
.p-top-sec03__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__buttons {
    gap: 1.8rem;
    padding: 0 3.8rem;
  }
}

/* sec04
---------------------------------------- */
.p-top-sec04 {
  padding: 10rem 0 11rem 13.5rem;
  background: url(../images/top/bg_sec04.png) no-repeat right center/cover;
}
@media screen and (max-width: 1299px) {
  .p-top-sec04 {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec04 {
    padding: 10rem 4rem;
  }
}
.p-top-sec04__title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.58;
}
@media screen and (max-width: 767px) {
  .p-top-sec04__title {
    text-align: center;
  }
}
.p-top-sec04__button {
  margin-top: 4rem;
}

/* recommend
---------------------------------------- */
.p-top-recommend {
  position: relative;
  margin-bottom: 40rem;
  padding: 13rem 0 11rem 0;
}
.p-top-recommend::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40rem;
  background: url(../images/top/pc_img_separator-01.jpg) no-repeat center center/cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-recommend::after {
    background-image: url(../images/top/sp_img_separator-01.jpg);
  }
}
.p-top-recommend__title {
  margin-bottom: 6rem;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__title {
    font-size: 5.2rem;
  }
}
.p-top-recommend__title::before {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  opacity: 0.4;
  content: "Recommend";
}
@media screen and (max-width: 767px) {
  .p-top-recommend__title::before {
    font-size: 5rem;
  }
}
.p-top-recommend__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-recommend__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-recommend__image img {
  width: 100%;
}
.p-top-recommend__content {
  padding: 4.5rem 0 5.5rem 0;
  text-align: center;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .p-top-recommend__content--perform .p-top-recommend__data:nth-child(1) {
    margin-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recommend__content--perform .p-top-recommend__data:nth-child(1) {
    width: 20rem;
  }
}
.p-top-recommend__content--perform .p-top-recommend__data:nth-child(1) dd {
  line-height: 1.6;
  margin-top: -0.8rem;
}
@media screen and (min-width: 768px) {
  .p-top-recommend__content--perform .p-top-recommend__data:nth-child(2) {
    margin-right: -10rem;
  }
}
.p-top-recommend__copy {
  margin-bottom: 1.5rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.15;
}
.p-top-recommend__name {
  margin-bottom: 1.8rem;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.15;
}
.p-top-recommend__name small {
  display: block;
  font-size: 3rem;
}
.p-top-recommend__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin: 0 5rem 3rem 0;
}
.p-top-recommend__flex dt {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: max(1.8rem, 16px);
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
.p-top-recommend__flex dd {
  font-size: max(2rem, 16px);
  line-height: 1.35;
}
.p-top-recommend__flex dd strong {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 0.5;
}
.p-top-recommend__description {
  margin-bottom: 4.7rem;
}
.p-top-recommend__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__button {
    padding: 0 6rem;
  }
}
.p-top-recommend__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
}
.p-top-recommend__gallery img {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__gallery img {
    width: 32rem;
  }
}
.p-top-recommend__gallery img:nth-child(1) {
  width: 54rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__gallery img:nth-child(1) {
    width: 100%;
  }
}
.p-top-recommend__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}

/* voice
---------------------------------------- */
.p-top-voice {
  padding: 12rem 2rem;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .p-top-voice {
    padding: 12.5rem 4rem;
  }
}
.p-top-voice__title {
  margin-bottom: 4rem;
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-top-voice__title {
    margin-bottom: 4.8rem;
    font-size: 5.2rem;
    line-height: 2.2;
  }
}
.p-top-voice__title::before {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  opacity: 0.4;
  content: "Voice";
}
@media screen and (max-width: 767px) {
  .p-top-voice__title::before {
    font-size: 5rem;
  }
}
.p-top-voice__more {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-voice__more {
    margin-top: 8rem;
  }
}
.p-top-voice__more a {
  margin: 0 auto;
}

/* blog
---------------------------------------- */
.p-top-blog {
  position: relative;
  margin-bottom: 40rem;
  padding: 11.5rem 2rem 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog {
    padding: 14rem 4rem 12.5rem 4rem;
  }
}
.p-top-blog::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40rem;
  background: url(../images/top/pc_img_separator-02.jpg) no-repeat center center/cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-blog::after {
    background-image: url(../images/top/sp_img_separator-02.jpg);
  }
}
.p-top-blog__title {
  margin-bottom: 4.5rem;
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-top-blog__title {
    margin-bottom: 4.8rem;
    font-size: 5.2rem;
    line-height: 2.2;
  }
}
.p-top-blog__title::before {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  opacity: 0.4;
  content: "Blog";
}
@media screen and (max-width: 767px) {
  .p-top-blog__title::before {
    font-size: 5rem;
  }
}
.p-top-blog__more {
  margin-top: 5.7rem;
}
.p-top-blog__more a {
  margin: 0 auto;
}

/* news
---------------------------------------- */
.p-top-news {
  padding: 4.5rem 0 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 12rem 0 14.5rem 0;
  }
}
.p-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4rem;
  }
}
.p-top-news__header {
  padding: 12rem 13.5rem 0 5rem;
}
@media screen and (max-width: 1239px) {
  .p-top-news__header {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__header {
    padding: 0;
  }
}
.p-top-news__title {
  margin-bottom: 2rem;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-top-news__title {
    margin-bottom: 5rem;
    font-size: 5.2rem;
    line-height: 2.2;
  }
}
.p-top-news__title::before {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  opacity: 0.4;
  content: "News";
}
@media screen and (max-width: 767px) {
  .p-top-news__title::before {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__more {
    margin-top: 8rem;
  }
}
.p-top-news__more a {
  width: 26rem;
  margin: 0 auto;
  padding: 0 10.5rem 0 6.5rem;
}
@media screen and (max-width: 1239px) {
  .p-top-news__more a {
    width: 28rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__more a {
    width: 54rem;
    padding: 0 9.5rem 0 7.5rem;
  }
}

/* fslider
---------------------------------------- */
.p-top-fslider {
  height: 270px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top-fslider {
    height: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fslider__item {
    width: 52.5rem;
  }
}
.p-top-fslider__item img {
  width: 100%;
}
.p-top-fslider.slick-initialized {
  opacity: 1;
}