@charset "UTF-8";
:root {
  --vw: (100vw / 1400) * var(--ratio);
  --ratio: calc(var(--pc-width) / 750);
  --pc-width: 510;
}

html {
  scroll-behavior: smooth;
}

/*アニメーション 
----------------------------*/
#feature .blurscale {
  overflow: clip;
}
#feature .blurscale img {
  filter: blur(10px);
  opacity: 0;
  transform: scale(1.1);
}
#feature .blurscale.is-show img {
  transition: filter 1.5s ease 0s, opacity 1.5s ease 0s, transform 1.5s ease 0s;
  filter: none;
  opacity: 1;
  transform: none;
}
#feature .fadeUp {
  opacity: 0;
  translate: 0 calc(40 * var(--vw));
  transition: opacity 1.5s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1), translate 1.5s cubic-bezier(0.22, 0.61, 0.36, 1), scale 1.5s cubic-bezier(0.22, 0.61, 0.36, 1), rotate 1.5s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  filter: blur(calc(5 * var(--vw)));
}
#feature .fadeUp.is-show {
  opacity: 1;
  translate: 0;
  filter: blur(0);
}
#feature .wipeDown {
  transition: all 1.5s ease;
  clip-path: inset(0 0 100% 0);
}
#feature .wipeDown.is-show {
  clip-path: inset(0);
}
#feature .wipeUp {
  transition: all 1.5s ease;
  clip-path: inset(100% 0 0 0);
}
#feature .wipeUp.is-show {
  clip-path: inset(0);
}
#feature .wipeRight {
  transition: all 1.5s ease;
  clip-path: inset(0 100% 0 0);
}
#feature .wipeRight.is-show {
  clip-path: inset(0);
}

/*共通
----------------------------*/
.l-container {
  width: 100%;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #828282;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow: clip;
}
#feature * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #828282;
  text-decoration: none;
}
#feature a:hover {
  opacity: 1;
}
#feature img, #feature svg {
  width: 100%;
  height: auto;
  display: block;
}
#feature .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*Wrap
----------------------------*/
#feature .contentsWrap {
  display: grid;
  grid-template-columns: 1fr 36.4285714286vw 1fr;
  width: 100%;
  position: relative;
}
#feature .mainWrap {
  order: 2;
}
#feature .mainWrap .inner {
  margin: 0 auto;
  position: relative;
  overflow: clip;
  z-index: 2;
}
#feature .leftWrap {
  background-color: #e8edf2;
  order: 1;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#feature .leftWrap .leftWrap__logo {
  width: 22.2142857143vw;
}
#feature .rightWrap {
  background-color: #e8edf2;
  order: 3;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .rightWrap .anchor-list li {
  width: 16.5714285714vw;
  margin-bottom: 1.4285714286vw;
}
#feature .rightWrap .anchor-list li:nth-of-type(2) {
  margin-bottom: 1.7142857143vw;
}
#feature .rightWrap .anchor-list li a {
  border-bottom: 1px solid #828282;
  padding-bottom: 0.7142857143vw;
  display: flex;
  align-items: center;
}
#feature .rightWrap .anchor-list li a::before {
  content: "";
  display: inline-block;
  background: url(../img/anchor-allow.png) no-repeat;
  background-size: 100%;
  width: 0.8571428571vw;
  height: 0.4285714286vw;
  margin: 0 1.4285714286vw 0 0.7142857143vw;
}
#feature .rightWrap .anchor-list li:nth-of-type(3) a {
  padding-bottom: 1vw;
}
#feature .rightWrap .anchor-list .anchor01 img {
  width: 11.3571428571vw;
}
#feature .rightWrap .anchor-list .anchor02 img {
  width: 13.1428571429vw;
}
#feature .rightWrap .anchor-list .anchor03 img {
  width: 9.7857142857vw;
}
#feature .rightWrap .rightWrap__all-btn {
  width: 11.3571428571vw;
  margin: 3.2857142857vw auto 0;
  position: relative;
  z-index: 1;
}
#feature .rightWrap .rightWrap__all-btn .all-btn--check {
  width: 5.5714285714vw;
  position: absolute;
  top: 0.4285714286vw;
  right: -1.2857142857vw;
  z-index: 2;
}

/*メインビジュアル（.hero)
----------------------------*/
#feature .hero {
  position: relative;
}
#feature .hero .hero__logo {
  width: calc(609 * var(--vw));
  position: absolute;
  top: calc(684 * var(--vw));
  left: 50%;
  transform: translate(-50%, calc(40 * var(--vw)));
  z-index: 2;
  pointer-events: none;
}
#feature .hero .hero__logo.is-show {
  transform: translate(-50%, 0);
}
#feature .hero .hero__img {
  width: calc(750 * var(--vw));
  position: relative;
  z-index: 1;
}
#feature .hero .hero__txt {
  margin: calc(106 * var(--vw)) auto;
}
#feature .hero .hero__txt p {
  font-size: calc(26 * var(--vw));
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: calc(35 * var(--vw));
}
#feature .hero .hero__features {
  width: calc(670 * var(--vw));
  border: calc(2 * var(--vw)) solid #828282;
  margin: 0 auto;
  padding: calc(52 * var(--vw)) 0 calc(70 * var(--vw));
}
#feature .hero .hero__features > p {
  font-family: "host-grotesk", sans-serif;
  font-weight: 500;
  font-size: calc(36 * var(--vw));
  letter-spacing: 0.075em;
  margin: 0 auto calc(34 * var(--vw));
  text-align: center;
}
#feature .hero .hero__features .features-list {
  display: flex;
  justify-content: flex-start;
  gap: calc(110 * var(--vw));
  margin-left: calc(86 * var(--vw));
}
#feature .hero .hero__features .features-list li {
  display: flex;
  flex-direction: column;
  gap: calc(30 * var(--vw));
}
#feature .hero .hero__features .features-list li .features-icon {
  width: calc(150 * var(--vw));
  margin: 0 auto;
}
#feature .hero .hero__features .features-list li .features-txt {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-size: calc(24 * var(--vw));
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: calc(-4 * var(--vw));
}
#feature .hero .hero__features .features-list li:nth-of-type(1) .features-ttl {
  width: calc(200 * var(--vw));
}
#feature .hero .hero__features .features-list li:nth-of-type(2) .features-ttl {
  width: calc(160 * var(--vw));
}

/*.sec
----------------------------*/
#feature .inner {
  transition: all 1s ease;
}
#feature .sec {
  position: relative;
  z-index: 10;
}
#feature .sec .sec__img, #feature .sec .sec__box {
  position: relative;
}
#feature .sec .sec__ttl {
  width: calc(750 * var(--vw));
}
#feature .sec .sec__txt {
  pointer-events: none;
}
#feature .sec01 {
  padding: calc(220 * var(--vw)) 0 0;
}
#feature .sec01 .sec__ttl {
  margin-bottom: calc(37 * var(--vw));
}
#feature .sec01 .box01 {
  width: calc(750 * var(--vw));
  margin: 0 auto calc(100 * var(--vw));
}
#feature .sec01 .box01 .img01 {
  width: calc(750 * var(--vw));
}
#feature .sec01 .box01 .txt01 {
  width: calc(115 * var(--vw));
  position: absolute;
  top: calc(120 * var(--vw));
  right: calc(100 * var(--vw));
  z-index: 2;
}
#feature .sec01 .box02 {
  width: calc(630 * var(--vw));
  margin: 0 auto calc(248 * var(--vw));
}
#feature .sec01 .box02 .img02 {
  width: calc(630 * var(--vw));
}
#feature .sec01 .box03 {
  width: calc(750 * var(--vw));
  margin: 0 auto calc(100 * var(--vw));
}
#feature .sec01 .box03 .img03 {
  width: calc(750 * var(--vw));
}
#feature .sec01 .box03 .txt02 {
  width: calc(274 * var(--vw));
  position: absolute;
  top: calc(43 * var(--vw));
  left: calc(165 * var(--vw));
  z-index: 2;
}
#feature .sec01 .box04 {
  width: calc(630 * var(--vw));
  margin: 0 auto calc(250 * var(--vw));
}
#feature .sec01 .box04 .img04 {
  width: calc(630 * var(--vw));
}
#feature .sec01 .box05 {
  width: calc(670 * var(--vw));
  margin: 0 0 calc(80 * var(--vw)) auto;
}
#feature .sec01 .box05 .img05 {
  width: calc(670 * var(--vw));
}
#feature .sec01 .box06 {
  width: calc(630 * var(--vw));
  margin: 0 auto calc(250 * var(--vw)) 0;
}
#feature .sec01 .box06 .img06 {
  width: calc(630 * var(--vw));
}
#feature .sec01 .box07 {
  width: calc(750 * var(--vw));
  margin: 0 auto calc(100 * var(--vw));
}
#feature .sec01 .box07 .img07 {
  width: calc(750 * var(--vw));
}
#feature .sec01 .box07 .txt03 {
  width: calc(464 * var(--vw));
  position: absolute;
  top: calc(54 * var(--vw));
  left: calc(56 * var(--vw));
  z-index: 2;
}
#feature .sec01 .box08 {
  width: calc(630 * var(--vw));
  margin: 0 auto;
}
#feature .sec01 .box08 .img08 {
  width: calc(630 * var(--vw));
}
#feature .sec02 .sec__ttl {
  margin-bottom: calc(37 * var(--vw));
}
#feature .sec02 {
  padding: calc(270 * var(--vw)) 0 0;
}
#feature .sec02 .box01 {
  width: calc(670 * var(--vw));
  margin: 0 auto calc(80 * var(--vw)) 0;
}
#feature .sec02 .box01 .img01 {
  width: calc(670 * var(--vw));
}
#feature .sec02 .box02 {
  width: calc(630 * var(--vw));
  margin: 0 0 0 auto;
}
#feature .sec02 .box02 .img02 {
  width: calc(630 * var(--vw));
}
#feature .sec03 {
  padding: calc(250 * var(--vw)) 0 0;
}
#feature .sec03 .sec__ttl {
  margin-bottom: calc(128 * var(--vw));
}
#feature .sec03 .box01 {
  width: calc(750 * var(--vw));
  margin: 0 auto calc(60 * var(--vw));
}
#feature .sec03 .box01 .img01 {
  width: calc(750 * var(--vw));
}
#feature .sec03 .box01 .txt01 {
  width: calc(172 * var(--vw));
  position: absolute;
  top: calc(80 * var(--vw));
  left: calc(50 * var(--vw));
  z-index: 2;
}
#feature .sec03 .box02 {
  width: calc(660 * var(--vw));
  margin: 0 auto calc(98 * var(--vw));
}
#feature .sec03 .box02 ul {
  display: flex;
  gap: calc(20 * var(--vw));
}
#feature .sec03 .box02 ul li {
  width: calc(150 * var(--vw));
}
#feature .sec03 .box02 p {
  margin-top: calc(40 * var(--vw));
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-size: calc(18 * var(--vw));
  letter-spacing: 0;
  text-align: center;
}
#feature .sec03 .box03 {
  width: calc(580 * var(--vw));
  margin: 0 0 calc(80 * var(--vw)) auto;
}
#feature .sec03 .box03 .img03 {
  width: calc(580 * var(--vw));
}
#feature .sec03 .box04 {
  width: calc(660 * var(--vw));
  margin: 0 auto 0 0;
}
#feature .sec03 .box04 .img04 {
  width: calc(660 * var(--vw));
}
#feature .sec__last .sec__all {
  padding: calc(162 * var(--vw)) 0 calc(160 * var(--vw));
}
#feature .sec__last .sec__all .sec__all-btn {
  width: calc(750 * var(--vw));
}

/*.credit
----------------------------*/
#feature .credit {
  margin-top: calc(40 * var(--vw));
  display: flex;
  flex-wrap: wrap;
  gap: calc(18 * var(--vw)) 0;
}
#feature .credit li {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
}
#feature .credit li a {
  font-family: "host-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(22 * var(--vw));
  letter-spacing: 0.025em;
  line-height: 1;
  display: inline-block;
  width: fit-content;
  border-bottom: 1px solid currentColor;
}
#feature .credit li .link-wrap {
  margin-bottom: calc(2 * var(--vw));
}
#feature .credit .credit-icon01 {
  width: calc(180 * var(--vw));
  margin-left: calc(20 * var(--vw));
}
#feature .credit .credit-icon02 {
  width: calc(120 * var(--vw));
  margin-left: calc(10 * var(--vw));
}
#feature .credit .credit-icon03 {
  width: calc(180 * var(--vw));
  margin-left: calc(10 * var(--vw));
}
#feature .credit01 .link-wrap {
  width: calc(220 * var(--vw));
}
#feature .credit02 {
  width: calc(500 * var(--vw));
}
#feature .credit02 .credit {
  margin-top: calc(34 * var(--vw));
}
#feature .credit02 .link-wrap {
  width: calc(180 * var(--vw));
}
#feature .credit03 {
  margin-left: calc(40 * var(--vw));
}
#feature .credit03 .credit {
  margin-top: calc(36 * var(--vw));
}
#feature .credit03 .link-wrap {
  width: calc(240 * var(--vw));
}
#feature .credit04 .credit {
  margin-top: calc(36 * var(--vw));
}
#feature .credit04 .link-wrap {
  width: calc(230 * var(--vw));
}
#feature .credit05 .link-wrap {
  width: calc(210 * var(--vw));
}
#feature .credit06 {
  width: calc(400 * var(--vw));
  margin-left: calc(40 * var(--vw));
}
#feature .credit06 .credit {
  margin-top: calc(36 * var(--vw));
}
#feature .credit06 .link-wrap {
  width: calc(220 * var(--vw));
}
#feature .credit06 .credit-icon03 {
  margin-left: calc(20 * var(--vw));
}

/*1400px以上
----------------------------*/
@media screen and (min-width: 1401px) {
  :root {
    --vw: 1px * var(--ratio);
  }
  #feature .contentsWrap {
    grid-template-columns: 1fr 510px 1fr;
  }
  #feature .leftWrap .leftWrap__logo {
    width: 311px;
  }
  #feature .rightWrap .anchor-list li {
    width: 232px;
    margin-bottom: 20px;
  }
  #feature .rightWrap .anchor-list li:nth-of-type(2) {
    margin-bottom: 24px;
  }
  #feature .rightWrap .anchor-list li a {
    padding-bottom: 10px;
  }
  #feature .rightWrap .anchor-list li a::before {
    width: 12px;
    height: 6px;
    margin: 0 20px 0 10px;
  }
  #feature .rightWrap .anchor-list li:nth-of-type(3) a {
    padding-bottom: 14px;
  }
  #feature .rightWrap .anchor-list .anchor01 img {
    width: 159px;
  }
  #feature .rightWrap .anchor-list .anchor02 img {
    width: 184px;
  }
  #feature .rightWrap .anchor-list .anchor03 img {
    width: 137px;
  }
  #feature .rightWrap .rightWrap__all-btn {
    width: 159px;
    margin: 46px auto 0;
  }
  #feature .rightWrap .rightWrap__all-btn .all-btn--check {
    width: 78px;
    position: absolute;
    top: 6px;
    right: -18px;
  }
}