@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 22%;
}
/* nomal */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: normal;
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff2");
  font-display: swap;
}
/* 300 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 300;
  src: url("../font/notoserif/NotoSerifJP-Light.woff2") format("woff2");
  font-display: swap;
}
/* 400*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff2");
  font-display: swap;
}
/* 500 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 500;
  src: url("../font/notoserif/NotoSerifJP-Medium.woff2") format("woff2");
  font-display: swap;
}
/* 600*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 600;
  src: url("../font/notoserif/NotoSerifJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Akshar";
  src: url("../font/Akshar/Akshar-VariableFont_wght.ttf") format("truetype");
}
.p-mv {
  margin-bottom: 2.6388888889vw;
  position: relative;
}
.p-mv::before {
  content: "";
  display: block;
  width: 24.7222vw;
  height: 58.4722vw;
  background: url("../images/common/mv-frame-left.svg") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .p-mv::before {
    width: 31.7rem;
    height: 160.2rem;
    background-image: url("../images/common/sp-mv-frame-left.svg");
  }
}
.p-mv::after {
  content: "";
  display: block;
  background: url("../images/common/mv-frame-right.svg") no-repeat center/cover;
  position: absolute;
  width: 6.875vw;
  height: 15.8333vw;
  right: 1.3889vw;
  bottom: 1.0833vw;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .p-mv::after {
    width: 9.9rem;
    height: 22.89rem;
    right: 3rem;
    bottom: 2.5rem;
    background-image: url("../images/common/sp-mv-frame-right.svg");
  }
}
.p-mv__slider {
  width: 100%;
  height: 100%;
}
.p-mv__slider .slick-list,
.p-mv__slider .slick-track {
  height: 100%;
}
.p-mv__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-mv__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.p-mv__slide--child::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(9.48%, rgba(35, 24, 21, 0.9)), color-stop(81.21%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(35, 24, 21, 0.9) 9.48%, rgba(255, 255, 255, 0) 81.21%);
}
@media screen and (max-width: 780px) {
  .p-mv__slide--child::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(9.48%, rgba(35, 24, 21, 0.9)), color-stop(81.21%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(35, 24, 21, 0.9) 9.48%, rgba(255, 255, 255, 0) 81.21%);
  }
}
.p-mv__copy {
  position: absolute;
  top: 53%;
  left: 10vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .p-mv__copy {
    left: 15rem;
  }
}
.p-mv__copy--sub {
  top: 50%;
  left: 17vw;
}
.p-mv__copy--sub .p-mv__title {
  margin-bottom: 2rem;
}
.p-mv__copy--sub .p-mv__title img {
  width: 27.1rem;
}
.p-mv__copy--sub .p-mv__page-title {
  text-align: center;
}
.p-mv__copy--sub .p-mv__page-catch {
  padding-top: 2rem;
  font-weight: 600;
  margin-left: 1rem;
}
@media screen and (max-width: 780px) {
  .p-mv__copy--sub {
    left: 20rem;
    top: 57%;
  }
  .p-mv__copy--sub .p-mv__title {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .p-mv__copy--sub .p-mv__title img {
    width: 41.2rem;
  }
  .p-mv__copy--sub .p-mv__page-title {
    text-align: center;
    font-size: 8.576rem;
    margin-left: 0;
    border-bottom: 1px solid var(--color-white);
    padding-bottom: 1.5rem;
  }
  .p-mv__copy--sub .p-mv__page-catch {
    display: none;
  }
}
.p-mv__title img {
  width: 42.8rem;
}
@media screen and (max-width: 1440px) {
  .p-mv__title img {
    width: 29.722222vw;
  }
}
@media screen and (max-width: 780px) {
  .p-mv__title img {
    width: 55.1rem;
  }
}
.p-mv__page-title {
  color: var(--color-white);
  font-size: 5.7rem;
  font-weight: 300;
  border-top: 1px solid var(--color-white);
}
.p-mv__page-title span {
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .p-mv__page-title {
    font-size: 3.9705vw;
  }
}
.p-mv__page-catch {
  color: var(--color-white);
  font-size: 2.38rem;
  font-family: var(--f-serif);
  border-top: 1px solid var(--color-white);
}
@media screen and (max-width: 1440px) {
  .p-mv__page-catch {
    font-size: 1.6581vw;
  }
}
.p-mv__catch {
  position: absolute;
  right: 6vw;
  bottom: 5.7vw;
  font-size: 3.6806vw;
  font-family: var(--f-serif);
  font-weight: 600;
  color: var(--color-white);
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .p-mv {
    margin-bottom: 10.3rem;
  }
  .p-mv__slide img {
    height: 150rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-mv__title {
    top: 49%;
  }
  .p-mv__catch {
    font-size: 4.3rem;
    right: 11rem;
    bottom: 10rem;
  }
}

.c-linking {
  text-align: center;
}
.c-linking-frame-sm .c-linking__inner {
  min-height: 28.3rem;
}
.c-linking-frame-sm .c-linking__inner::before {
  height: 28.3rem;
  background-image: url("../images/common/frame-linking-left.svg");
}
.c-linking-frame-sm .c-linking__inner::after {
  height: 28.3rem;
  background-image: url("../images/common/frame-linking-right.svg");
}
.c-linking__inner {
  max-width: 1030px;
  margin: auto;
  padding: 0 5rem;
  position: relative;
}
.c-linking__inner::before {
  content: "";
  display: block;
  width: 11.1rem;
  height: 35.5rem;
  background: url("../images/top/ill-frame-left.svg") no-repeat center left/100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-linking__inner::after {
  content: "";
  display: block;
  width: 11.1rem;
  height: 35.5rem;
  background: url("../images/top/ill-frame-right.svg") no-repeat center right/100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.c-linking__title {
  font-size: 7rem;
  font-weight: 600;
  font-family: var(--f-roboto);
  color: var(--color-text-gray);
}
.c-linking__lead {
  font-size: 2.2rem;
  font-weight: 600;
}
.c-linking__text {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 3rem;
}
@media screen and (min-width: 781px) and (max-width: 1000px) {
  .c-linking__inner {
    padding: 0 5rem;
  }
  .c-linking__title {
    padding-top: 3rem;
    font-size: 5rem;
  }
  .c-linking__lead {
    font-size: 1.8rem;
  }
  .c-linking__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 780px) {
  .c-linking .l-container {
    padding-inline: 0;
  }
  .c-linking-frame-sm .c-linking__inner::before {
    height: 32.2rem;
    background-image: url("../images/top/sp-ill-frame-left.svg");
  }
  .c-linking-frame-sm .c-linking__inner::after {
    height: 32.2rem;
    background-image: url("../images/top/sp-ill-frame-right.svg");
  }
  .c-linking__inner {
    padding: 0 3rem;
  }
  .c-linking__inner::before {
    background-image: url("../images/top/sp-ill-frame-left.svg");
    width: 5.7rem;
    height: 32.2rem;
  }
  .c-linking__inner::after {
    background-image: url("../images/top/sp-ill-frame-right.svg");
    width: 5.7rem;
    height: 32.2rem;
  }
  .c-linking__title {
    padding-top: 6rem;
  }
  .c-linking__lead {
    font-size: 4rem;
  }
  .c-linking__text {
    font-size: 3.4rem;
    padding-inline: 3.5rem;
    padding-top: 9rem;
    text-align: left;
    line-height: 1.7647;
  }
}

.c-linking {
  margin: 2rem 0 2.5rem;
}
.c-linking__title {
  font-size: 5.5rem;
  line-height: 1.3;
  padding-top: 2rem;
  margin-bottom: 1.5rem;
}
.c-linking__lead {
  line-height: 2;
}

.c-pagetop {
  margin-top: 14rem;
}

.l-pageframe {
  padding-bottom: 4rem;
}

.l-pageframe__deco--01 {
  top: 28rem;
}
.l-pageframe__deco--02 {
  top: 107rem;
}

.c-footer {
  margin-top: 0;
}

.p-mv__copy--sub {
  top: 54%;
}

.p-mv__page-title {
  line-height: 1;
  text-align: center;
  margin-left: 0 !important;
  padding: 2rem;
}

.p-environment-content {
  padding-top: 6.5rem;
}
.p-environment-content__section + .p-environment-content__section {
  margin-top: 12.5rem;
}
.p-environment-content__heading {
  text-align: center;
}
.p-environment-content__title {
  font-size: 4rem;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-environment-content__lead {
  margin-top: 3.5rem;
  font-size: 2.2rem;
  line-height: 1.727;
  display: inline-block;
  text-align: left;
}
.p-environment-content__list {
  margin: 5rem auto 0;
  row-gap: 6.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-environment-content__item {
  min-width: 0;
}
.p-environment-content__link {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.p-environment-content__link::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 19.2rem;
  background-color: var(--color-gray5);
  mask: url("../images/environment/img-frame-gray.png") no-repeat center/100% 100%;
  -webkit-mask: url("../images/environment/img-frame-gray.png") no-repeat center/100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-environment-content__image img {
  display: block;
  width: 100%;
}
.p-environment-content__item-title {
  padding-top: 0.2rem;
  padding-left: 1.8rem;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.8;
  background: url("../images/environment/img-frame-red.png") no-repeat top left/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-environment-content__text {
  margin-top: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 781px) and (max-width: 1200px) {
  .p-environment-content__list {
    max-width: none;
  }
  .p-environment-content__item-title {
    font-size: 1.8rem;
  }
  .p-environment-content__link::after {
    width: 2.2vw;
    height: 16.5vw;
  }
}
@media screen and (min-width: 781px) and (max-width: 1000px) {
  .p-environment-content__link::after {
    width: 3.2vw;
    height: 20.5vw;
  }
}
@media screen and (max-width: 780px) {
  body::before, body::after {
    content: none;
  }
  .c-linking {
    margin: 2rem 0 7.5rem;
  }
  .c-linking__inner {
    padding: 0;
  }
  .c-linking__content {
    padding-top: 0;
  }
  .c-linking__title {
    padding-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .c-linking__lead {
    font-size: 2.5rem;
    line-height: 1.76;
  }
  .l-pageframe__deco {
    z-index: -1;
  }
  .l-pageframe__deco--01 {
    top: 138rem;
  }
  .l-pageframe__deco--02 {
    top: 224rem;
  }
  .l-pageframe__deco--03 {
    top: 314rem;
  }
  .c-pagetop {
    margin-top: 14.5rem;
  }
  .p-mv__copy--sub {
    top: 59.5%;
  }
  .p-mv__page-title {
    line-height: 1.2;
    padding: 2rem 0;
  }
  .p-environment-content {
    padding-top: 1.5rem;
  }
  .p-environment-content .l-container {
    padding-inline: 2.5rem;
  }
  .p-environment-content__section + .p-environment-content__section {
    margin-top: 6rem;
  }
  .p-environment-content__title .c-title__inner {
    padding-bottom: 1rem;
  }
  .p-environment-content__link::after {
    width: 3.5rem;
    height: 26.2rem;
  }
  .p-environment-content__list {
    margin-top: 5rem;
    row-gap: 10rem;
  }
  .p-environment-content__list--center {
    max-width: none;
  }
  .p-environment-content__item-title {
    font-size: 2.98rem;
    padding-left: 3rem;
  }
  .p-environment-content__text {
    font-size: 2.18rem;
    margin-top: 2rem;
  }
}