@charset "UTF-8";
body {
  color: #000;
  overflow-x: hidden;
}

.l-container {
  width: 100%;
}

.feature {
  font-feature-settings: "palt";
  font-family: "hiragino-kaku-gothic-pron", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 auto;
  text-align: center;
}
.feature a {
  text-decoration: none;
}
.feature a:link, .feature a:visited {
  color: #fff;
}
.feature a:hover {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.feature .js-inview {
  opacity: 0;
  transition: all 0.5s ease-out;
}
.feature .js-inview.is-active {
  opacity: 1;
}
.feature .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feature .credit li {
  border-bottom: solid #231815 1px;
  font-family: "nimbus-sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 6px 13px;
}
@media screen and (max-width: 1400px) {
  .feature .credit li {
    font-size: 0.8571428571vw;
    margin: 0 0.4285714286vw 0.9285714286vw;
  }
}
.feature .credit li a {
  color: #231815;
}
.feature .credit__text {
  margin-right: 3px;
}
@media screen and (max-width: 1400px) {
  .feature .credit__text {
    margin-right: 0.2142857143vw;
  }
}
.feature .credit__price {
  letter-spacing: 0.02em;
}
.feature img {
  height: auto;
  width: 100%;
}
.feature .hero {
  height: 834px;
  margin: 0 auto 121px;
  padding-left: 30px;
  position: relative;
  width: 1100px;
}
@media screen and (max-width: 1400px) {
  .feature .hero {
    height: 59.5714285714vw;
    margin-bottom: 8.6428571429vw;
    padding-left: 2.1428571429vw;
    width: 78.5714285714vw;
  }
}
.feature .hero_img01 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  height: 800px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 30px;
  transition: all 0.6s ease-in-out;
  width: 550px;
}
@media screen and (max-width: 1400px) {
  .feature .hero_img01 {
    height: 57.1428571429vw;
    left: 2.1428571429vw;
    width: 39.2857142857vw;
  }
}
.feature .hero_img01 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.13);
  transition: all 0.6s ease-in-out;
}
.feature .hero_img02 {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  height: 770px;
  overflow: hidden;
  position: absolute;
  right: 1px;
  bottom: 0;
  transition: all 0.6s ease-in-out;
  width: 550px;
}
@media screen and (max-width: 1400px) {
  .feature .hero_img02 {
    height: 55vw;
    right: 0.0714285714vw;
    width: 39.2857142857vw;
  }
}
.feature .hero_img02 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.13);
  transition: all 0.6s ease-in-out;
}
.feature .hero_ttl01 {
  color: #fff;
  font-family: "nimbus-sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.065em;
  opacity: 0;
  position: absolute;
  top: 130px;
  right: 132px;
  transform: translateY(10px);
  transition: all 0.6s ease-in-out;
  transition-delay: 0.6s;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .hero_ttl01 {
    font-size: 2.5vw;
    top: 9.2857142857vw;
    right: 9.4285714286vw;
  }
}
.feature .hero_ttl02 {
  font-family: "trajan-pro-3", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.045em;
  opacity: 0;
  position: absolute;
  bottom: -2px;
  left: 109px;
  transform: translateY(10px);
  transition: all 0.6s ease-in-out;
  transition-delay: 0.9s;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .hero_ttl02 {
    font-size: 2.8571428571vw;
    bottom: -0.1428571429vw;
    left: 7.7857142857vw;
  }
}
.feature .hero.js-inview {
  opacity: 1;
}
.feature .hero.is-active .hero_img01, .feature .hero.is-active .hero_img02 {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.feature .hero.is-active .hero_img01 img, .feature .hero.is-active .hero_img02 img {
  transform: translate(-50%, -50%) scale(1);
}
.feature .hero.is-active .hero_ttl01, .feature .hero.is-active .hero_ttl02 {
  opacity: 1;
  transform: translateY(0);
}
.feature .lead {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.145em;
  line-height: 2.15;
  margin-bottom: 119px;
  transform: translateX(-24px);
}
@media screen and (max-width: 1400px) {
  .feature .lead {
    font-size: 1vw;
    margin-bottom: 8.5vw;
  }
}
.feature .lead.is-active {
  transform: translateX(0);
}
.feature .headCap01 {
  align-items: center;
  background: #000;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-family: "nimbus-sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.13em;
  margin: 0 auto 37px;
  padding: 2px 0 0 2px;
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .feature .headCap01 {
    font-size: 1.2857142857vw;
    height: 2.8571428571vw;
    margin-bottom: 2.6428571429vw;
    padding: 0.1428571429vw 0 0 0.1428571429vw;
    width: 32.1428571429vw;
  }
}
.feature .headCap01 .item {
  margin-right: 15px;
  margin-left: 24px;
}
@media screen and (max-width: 1400px) {
  .feature .headCap01 .item {
    margin-right: 1.0714285714vw;
    margin-left: 1.7142857143vw;
  }
}
.feature .headCap02 {
  align-items: center;
  background: #000;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-family: "nimbus-sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.13em;
  margin: 0 auto 31px;
  padding: 2px 0 0 2px;
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .feature .headCap02 {
    font-size: 1.2857142857vw;
    height: 2.8571428571vw;
    margin-bottom: 2.2142857143vw;
    padding: 0.1428571429vw 0 0 0.1428571429vw;
    width: 32.1428571429vw;
  }
}
.feature .headCap02 .item {
  margin-right: 15px;
  margin-left: 24px;
}
@media screen and (max-width: 1400px) {
  .feature .headCap02 .item {
    margin-right: 1.0714285714vw;
    margin-left: 1.7142857143vw;
  }
}
.feature .itemWrap01 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 22px;
  padding-left: 30px;
  width: 914px;
}
@media screen and (max-width: 1400px) {
  .feature .itemWrap01 {
    margin-bottom: 1.5714285714vw;
    padding-left: 2.1428571429vw;
    width: 65.2857142857vw;
  }
}
.feature .itemWrap01 .item01, .feature .itemWrap01 .item03, .feature .itemWrap01 .item04 {
  width: 224px;
}
@media screen and (max-width: 1400px) {
  .feature .itemWrap01 .item01, .feature .itemWrap01 .item03, .feature .itemWrap01 .item04 {
    width: 16vw;
  }
}
.feature .itemWrap01 .item02 {
  margin-top: 1px;
  width: 223.5px;
}
@media screen and (max-width: 1400px) {
  .feature .itemWrap01 .item02 {
    margin-top: 0.0714285714vw;
    width: 15.9642857143vw;
  }
}
.feature .itemWrap02 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 157px;
  padding-left: 29px;
  width: 889px;
}
@media screen and (max-width: 1400px) {
  .feature .itemWrap02 {
    margin-bottom: 11.2142857143vw;
    padding-left: 2.0714285714vw;
    width: 63.5vw;
  }
}
.feature .itemWrap02 .item01, .feature .itemWrap02 .item03, .feature .itemWrap02 .item04 {
  width: 199px;
}
@media screen and (max-width: 1400px) {
  .feature .itemWrap02 .item01, .feature .itemWrap02 .item03, .feature .itemWrap02 .item04 {
    width: 14.2142857143vw;
  }
}
.feature .itemWrap02 .item02 {
  width: 199.5px;
}
@media screen and (max-width: 1400px) {
  .feature .itemWrap02 .item02 {
    width: 14.25vw;
  }
}
.feature .c__02 {
  background: #8aacbd;
  padding: 69px 0 149px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 {
    padding: 4.9285714286vw 0 10.6428571429vw;
  }
}
.feature .c__02 .cap {
  font-family: "nimbus-sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  height: 49px;
  letter-spacing: 0.48em;
  margin-bottom: 65px;
  opacity: 1;
  overflow: hidden;
  padding-left: 14px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .cap {
    font-size: 2.5vw;
    height: 3.5vw;
    margin-bottom: 4.6428571429vw;
    padding-left: 1vw;
  }
}
.feature .c__02 .cap span {
  display: block;
  transform: translateY(49px);
  transition: all 0.6s ease-in-out;
}
.feature .c__02 .cap span.is-active {
  transform: translateY(0);
}
.feature .c__02_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 900px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_inner {
    width: 64.2857142857vw;
  }
}
.feature .c__02_img {
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_img {
    width: 32.1428571429vw;
  }
}
.feature .c__02_txt {
  display: flex;
  justify-content: flex-end;
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_txt {
    width: 32.1428571429vw;
  }
}
.feature .c__02_txt:nth-of-type(2) {
  padding-top: 157px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_txt:nth-of-type(2) {
    padding-top: 11.2142857143vw;
  }
}
.feature .c__02_txt:nth-of-type(2) p {
  transform: translateX(24px);
}
.feature .c__02_txt:nth-of-type(2) p.is-active {
  transform: translateX(0);
}
.feature .c__02_txt:nth-of-type(3) {
  justify-content: flex-start;
  padding-top: 169px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_txt:nth-of-type(3) {
    padding-top: 12.0714285714vw;
  }
}
.feature .c__02_txt:nth-of-type(3) p {
  transform: translateX(-24px);
}
.feature .c__02_txt:nth-of-type(3) p.is-active {
  transform: translateX(0);
}
.feature .c__02_txt:nth-of-type(6) {
  padding-top: 170px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_txt:nth-of-type(6) {
    padding-top: 12.1428571429vw;
  }
}
.feature .c__02_txt:nth-of-type(6) p {
  letter-spacing: 0.09em;
  transform: translateX(24px);
}
.feature .c__02_txt:nth-of-type(6) p.is-active {
  transform: translateX(0);
}
.feature .c__02_txt p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 26.1px;
  text-align: justify;
  width: 383px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_txt p {
    font-size: 1vw;
    width: 27.3571428571vw;
  }
}
.feature .c__03 {
  background: #d0d8e0;
  padding: 50px 0 152px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 {
    padding: 3.5714285714vw 0 10.8571428571vw;
  }
}
.feature .c__03_inner {
  height: 2640px;
  margin: 0 auto;
  position: relative;
  width: 981px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_inner {
    height: 188.5714285714vw;
    width: 70.0714285714vw;
  }
}
.feature .c__03 .cap01 {
  color: #8aacbd;
  font-family: "nimbus-sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  height: 49px;
  letter-spacing: 0.6em;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 255px;
  right: 18px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .cap01 {
    height: 3.5vw;
    font-size: 2.5vw;
    top: 18.2142857143vw;
    right: 1.2857142857vw;
  }
}
.feature .c__03 .cap01 span {
  display: block;
  transform: translateY(49px);
  transition: all 0.6s ease-in-out;
}
.feature .c__03 .cap01 span.is-active {
  transform: translateY(0);
}
.feature .c__03 .cap02 {
  color: #8aacbd;
  font-family: "nimbus-sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  height: 49px;
  letter-spacing: 0.58em;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 1592px;
  left: 146px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .cap02 {
    height: 3.5vw;
    font-size: 2.5vw;
    top: 113.7142857143vw;
    left: 10.4285714286vw;
  }
}
.feature .c__03 .cap02 span {
  display: block;
  transform: translateY(49px);
  transition: all 0.6s ease-in-out;
}
.feature .c__03 .cap02 span.is-active {
  transform: translateY(0);
}
.feature .c__03_img01 {
  position: absolute;
  top: 100px;
  left: 17px;
  width: 533px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_img01 {
    top: 7.1428571429vw;
    left: 1.2142857143vw;
    width: 38.0714285714vw;
  }
}
.feature .c__03_img02 {
  position: absolute;
  top: 437px;
  right: -18px;
  width: 401px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_img02 {
    top: 31.2142857143vw;
    right: -1.2857142857vw;
    width: 28.6428571429vw;
  }
}
.feature .c__03_img03 {
  position: absolute;
  top: 947px;
  left: 17px;
  width: 320px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_img03 {
    top: 67.6428571429vw;
    left: 1.2142857143vw;
    width: 22.8571428571vw;
  }
}
.feature .c__03_img04 {
  position: absolute;
  top: 1498px;
  right: -17px;
  width: 400px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_img04 {
    top: 107vw;
    right: -1.2142857143vw;
    width: 28.5714285714vw;
  }
}
.feature .c__03_img05 {
  position: absolute;
  top: 1701px;
  left: 17px;
  width: 533px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_img05 {
    top: 121.5vw;
    left: 1.2142857143vw;
    width: 38.0714285714vw;
  }
}
.feature .c__03_img06 {
  position: absolute;
  right: -18px;
  bottom: 0;
  width: 321px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_img06 {
    right: -1.2857142857vw;
    width: 22.9285714286vw;
  }
}
.feature .c__03 .credit01 {
  position: absolute;
  top: 1025px;
  right: 52px;
  width: 260px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .credit01 {
    top: 73.2142857143vw;
    right: 3.7142857143vw;
    width: 18.5714285714vw;
  }
}
.feature .c__03 .credit02 {
  position: absolute;
  top: 851px;
  left: 60px;
  width: 533px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .credit02 {
    top: 60.7857142857vw;
    left: 4.2857142857vw;
    width: 38.0714285714vw;
  }
}
.feature .c__03 .credit02 .credit {
  justify-content: flex-start;
}
.feature .c__03 .credit02 .credit li {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .credit02 .credit li {
    margin: 0 0.8571428571vw 0 0;
  }
}
.feature .c__03 .credit03 {
  position: absolute;
  right: 63px;
  bottom: 520px;
  width: 240px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .credit03 {
    right: 4.5vw;
    bottom: 37.1428571429vw;
    width: 17.1428571429vw;
  }
}
.feature .c__03 .credit04 {
  position: absolute;
  bottom: 208px;
  left: 51px;
  width: 533px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .credit04 {
    bottom: 14.8571428571vw;
    left: 3.6428571429vw;
    width: 38.0714285714vw;
  }
}
.feature .c__03 .credit04 .credit {
  justify-content: flex-start;
}
.feature .c__03 .credit04 .credit li {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .credit04 .credit li {
    margin: 0 0.8571428571vw 0 0;
  }
}
.feature .c__03 .txt01 {
  position: absolute;
  top: 1146px;
  right: -17px;
  width: 587px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .txt01 {
    top: 81.8571428571vw;
    right: -1.2142857143vw;
    width: 41.9285714286vw;
  }
}
.feature .c__03 .txt01 p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.86;
  text-align: justify;
  transform: translateX(24px);
}
.feature .c__03 .txt01 p.is-active {
  transform: translateX(0);
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .txt01 p {
    font-size: 1vw;
  }
}
.feature .c__03 .txt02 {
  position: absolute;
  bottom: -7px;
  left: 17px;
  width: 588px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .txt02 {
    left: -0.5vw;
    width: 42vw;
  }
}
.feature .c__03 .txt02 p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.86;
  text-align: justify;
  transform: translateX(-24px);
}
.feature .c__03 .txt02 p.is-active {
  transform: translateX(0);
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .txt02 p {
    font-size: 1vw;
  }
}
.feature .c__04 {
  background: #8aacbd;
  padding: 76px 0 168px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04 {
    padding: 5.4285714286vw 0 12vw;
  }
}
.feature .c__04 .cap {
  font-family: "nimbus-sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  height: 49px;
  letter-spacing: 0.48em;
  margin-bottom: 57px;
  opacity: 1;
  overflow: hidden;
  padding-left: 14px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04 .cap {
    height: 3.5vw;
    font-size: 2.5vw;
    margin-bottom: 4.0714285714vw;
    padding-left: 1vw;
  }
}
.feature .c__04 .cap span {
  display: block;
  transform: translateY(49px);
  transition: all 0.6s ease-in-out;
}
.feature .c__04 .cap span.is-active {
  transform: translateY(0);
}
.feature .c__04_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 164px;
  width: 900px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04_inner {
    margin-bottom: 11.7142857143vw;
    width: 64.2857142857vw;
  }
}
.feature .c__04_img {
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04_img {
    width: 32.1428571429vw;
  }
}
.feature .c__04_txt {
  display: flex;
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04_txt {
    width: 32.1428571429vw;
  }
}
.feature .c__04_txt:nth-of-type(1) {
  padding-top: 180px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04_txt:nth-of-type(1) {
    padding-top: 12.8571428571vw;
  }
}
.feature .c__04_txt:nth-of-type(1) p {
  transform: translateX(-24px);
}
.feature .c__04_txt:nth-of-type(1) p.is-active {
  transform: translateX(0);
}
.feature .c__04_txt:nth-of-type(4) {
  justify-content: flex-end;
  padding-top: 185px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04_txt:nth-of-type(4) {
    padding-top: 13.2142857143vw;
  }
}
.feature .c__04_txt:nth-of-type(4) p {
  transform: translateX(24px);
}
.feature .c__04_txt:nth-of-type(4) p.is-active {
  transform: translateX(0);
}
.feature .c__04_txt:nth-of-type(5) {
  padding-top: 204px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04_txt:nth-of-type(5) {
    padding-top: 14.5714285714vw;
  }
}
.feature .c__04_txt:nth-of-type(5) p {
  letter-spacing: 0.09em;
  transform: translateX(-24px);
}
.feature .c__04_txt:nth-of-type(5) p.is-active {
  transform: translateX(0);
}
.feature .c__04_txt p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 26.1px;
  text-align: justify;
  width: 383px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04_txt p {
    font-size: 1vw;
    width: 27.3571428571vw;
  }
}
.feature .btn {
  border-bottom: solid #000 1px;
  display: inline-block;
  font-family: "nimbus-sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0 auto;
  padding: 0 3px;
}
@media screen and (max-width: 1400px) {
  .feature .btn {
    font-size: 1.2857142857vw;
    padding: 0 0.2142857143vw;
  }
}
.feature .btn a {
  color: #000;
}

.l-footer {
  padding-top: 0;
}

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