@charset "UTF-8";
.l-container {
  width: 100%;
}

.feature {
  background: #e4e4e4;
  color: #555;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 500;
  padding-top: 58px;
  padding-bottom: 121px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .feature {
    padding-top: 4.1428571429vw;
    padding-bottom: 8.6428571429vw;
  }
}
.feature a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.feature a:link, .feature a:visited {
  color: #000;
}
.feature a:hover {
  opacity: 0.6;
}
.feature img {
  height: auto;
  width: 100%;
}
.feature .js-inview {
  opacity: 0;
  transform: translateY(15px);
  transition-duration: 1.5s;
}
.feature .js-inview.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .hero__img {
  margin: 0 auto 76px;
  width: 900px;
}
@media screen and (max-width: 1400px) {
  .feature .hero__img {
    margin-bottom: 5.4285714286vw;
    width: 64.2857142857vw;
  }
}
.feature .ttl {
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0.122em;
  margin-bottom: 29px;
}
@media screen and (max-width: 1400px) {
  .feature .ttl {
    font-size: 1.6428571429vw;
    margin-bottom: 2.0714285714vw;
  }
}
.feature .ttl span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.11em;
  margin-bottom: 18px;
}
@media screen and (max-width: 1400px) {
  .feature .ttl span {
    font-size: 1.2857142857vw;
    margin-bottom: 1.2857142857vw;
  }
}
.feature .lead {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 129px;
}
@media screen and (max-width: 1400px) {
  .feature .lead {
    font-size: 1vw;
    margin-bottom: 9.2142857143vw;
  }
}
.feature .cap {
  font-size: 20px;
  letter-spacing: 0.12em;
  margin-bottom: 44px;
}
@media screen and (max-width: 1400px) {
  .feature .cap {
    font-size: 1.4285714286vw;
    margin-bottom: 3.1428571429vw;
  }
}
.feature .list {
  margin: 0 auto 119px;
  width: 680px;
}
@media screen and (max-width: 1400px) {
  .feature .list {
    margin-bottom: 8.5vw;
    width: 48.5714285714vw;
  }
}
.feature .points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 18px;
  width: 680px;
}
@media screen and (max-width: 1400px) {
  .feature .points {
    padding-bottom: 1.2857142857vw;
    width: 48.5714285714vw;
  }
}
.feature .points .js-inview {
  display: flex;
  justify-content: space-between;
  width: 680px;
}
@media screen and (max-width: 1400px) {
  .feature .points .js-inview {
    width: 48.5714285714vw;
  }
}
.feature .points__block {
  display: block !important;
  margin-bottom: 91px;
  width: 315px !important;
}
@media screen and (max-width: 1400px) {
  .feature .points__block {
    margin-bottom: 6.5vw;
    width: 22.5vw !important;
  }
}
.feature .points__img {
  margin-bottom: 27.5px;
}
@media screen and (max-width: 1400px) {
  .feature .points__img {
    margin-bottom: 1.9642857143vw;
  }
}
.feature .points__cap {
  font-family: "jaf-bernina-sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0.15em;
  margin-bottom: 7px;
}
@media screen and (max-width: 1400px) {
  .feature .points__cap {
    font-size: 1.2857142857vw;
    margin-bottom: 0.5vw;
  }
}
.feature .points__cap span {
  font-size: 22px;
  margin-left: 6px;
}
@media screen and (max-width: 1400px) {
  .feature .points__cap span {
    font-size: 1.5714285714vw;
    margin-left: 0.4285714286vw;
  }
}
.feature .points .txt {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 1400px) {
  .feature .points .txt {
    font-size: 1vw;
  }
}
.feature .points .txt span {
  letter-spacing: 0.27em;
}
.feature .btn a {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  color: #555;
  display: flex;
  font-size: 15px;
  height: 62px;
  letter-spacing: 0.05em;
  justify-content: center;
  margin: 0 auto;
  padding-top: 3px;
  padding-right: 15px;
  position: relative;
  width: 440px;
}
@media screen and (max-width: 1400px) {
  .feature .btn a {
    font-size: 1.0714285714vw;
    height: 4.4285714286vw;
    padding: 0.2142857143vw 1.0714285714vw 0 0;
    width: 31.4285714286vw;
  }
}
.feature .btn a::after {
  background: url(../img/arrow.svg) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 7px;
  position: absolute;
  top: 30px;
  right: 130px;
  width: 4px;
}
@media screen and (max-width: 1400px) {
  .feature .btn a::after {
    height: 0.5vw;
    top: 2.1428571429vw;
    right: 9.2857142857vw;
    width: 0.2857142857vw;
  }
}

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

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