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

/*アニメーション 
----------------------------*/
#feature .fade {
  opacity: 0;
  transition: opacity 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#feature .fade.is-show {
  opacity: 1;
}
#feature .clipRight {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}
#feature .clipRight.is-show {
  clip-path: inset(0);
}
#feature .clipBottom {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}
#feature .clipBottom.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: #323232;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "source-han-sans-jp", sans-serif;
  font-weight: 400;
  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: #323232;
  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: flex;
  width: 100vw;
  position: relative;
  background-color: #f7f6e5;
}
#feature .leftWrap {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  width: 50vw;
}
#feature .leftWrap .leftWrap__inner {
  position: relative;
  z-index: 1;
}
#feature .leftWrap .leftWrap__logo {
  width: 42.4285714286vw;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#feature .leftWrap .leftWrap__img {
  width: 100%;
}
#feature .leftWrap .leftWrap__img img {
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-position: center top;
     object-position: center top;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 700/680;
}
#feature .mainWrap {
  background-color: #fff;
  width: 32.8571428571vw;
  margin: 0 auto;
}
#feature .mainWrap .inner {
  overflow: clip;
}

/*メインビジュアル（.hero)
----------------------------*/
#feature .hero {
  position: relative;
}
#feature .hero .hero__txt {
  font-family: "source-han-sans-jp", sans-serif;
  font-size: calc(24 * var(--vw));
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin: calc(106 * var(--vw)) auto calc(150 * var(--vw));
}

/*.sec
----------------------------*/
#feature .sec {
  position: relative;
  z-index: 10;
}
#feature .sec .sec__img, #feature .sec .sec__box {
  position: relative;
}
#feature .sec__credit {
  text-align: center;
  margin-top: calc(40 * var(--vw));
}
#feature .sec__credit .item {
  display: inline-block;
  font-family: "neue-haas-grotesk-text-pro", sans-serif;
  font-weight: 400;
  font-size: calc(22 * var(--vw));
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 calc(5 * var(--vw)) calc(12 * var(--vw)) 0;
  color: #323232;
}
#feature .sec__credit .item.-mr0, #feature .sec__credit .item:last-of-type {
  margin-right: 0;
}
#feature .sec__credit .item.slash .link::after {
  content: "/";
  padding-left: calc(3 * var(--vw));
}
#feature .sec01 {
  padding: 0 0 calc(165 * var(--vw));
}
#feature .sec01 .box01 {
  width: calc(750 * var(--vw));
}
#feature .sec01 .box01 .img01 {
  width: calc(660 * var(--vw));
  margin-right: calc(20 * var(--vw));
}
#feature .sec01 .box01 .credit01 {
  margin: calc(34 * var(--vw)) auto 0;
}
#feature .sec02 {
  background-color: #f7efc3;
  padding: calc(60 * var(--vw)) 0 calc(115 * var(--vw));
}
#feature .sec02 .box01 {
  margin: 0 auto;
}
#feature .sec02 .box01 .txt01 {
  width: calc(709 * var(--vw));
  margin: 0 auto calc(58 * var(--vw));
}
#feature .sec02 .box01 .img01 {
  width: calc(630 * var(--vw));
  margin: 0 auto calc(20 * var(--vw));
}
#feature .sec02 .box01 .img02 {
  width: calc(630 * var(--vw));
  margin: 0 auto;
}
#feature .sec02 .box01 .credit02 {
  margin-top: calc(30 * var(--vw));
}
#feature .sec03 {
  padding: 0 0 calc(170 * var(--vw));
}
#feature .sec03 .box01 {
  margin-bottom: calc(120 * var(--vw));
}
#feature .sec03 .box01 .img01 {
  width: calc(750 * var(--vw));
  margin: 0;
}
#feature .sec03 .box01 .txt01 {
  width: calc(705 * var(--vw));
  position: absolute;
  top: calc(44 * var(--vw));
  left: calc(20 * var(--vw));
  z-index: 10;
}
#feature .sec03 .box02 .img02 {
  width: calc(600 * var(--vw));
  margin: 0 0 0 auto;
}
#feature .sec03 .box02 .txt02 {
  width: calc(50 * var(--vw));
  position: absolute;
  top: 0;
  left: calc(75 * var(--vw));
}
#feature .sec03 .box02 .credit03 {
  text-align: left;
  margin: calc(35 * var(--vw)) auto 0 calc(150 * var(--vw));
}
#feature .sec04 {
  background-color: #f7efc3;
  padding: calc(56 * var(--vw)) 0 calc(115 * var(--vw));
}
#feature .sec04 .box01 {
  width: calc(750 * var(--vw));
}
#feature .sec04 .box01 .txt01 {
  width: calc(706 * var(--vw));
  margin: 0 auto calc(60 * var(--vw));
}
#feature .sec04 .box01 .img01 {
  width: calc(480 * var(--vw));
}
#feature .sec04 .box01 .credit04, #feature .sec04 .box01 .credit05, #feature .sec04 .box01 .credit06 {
  margin-top: calc(35 * var(--vw));
}
#feature .sec05 {
  padding: calc(100 * var(--vw)) 0 calc(180 * var(--vw));
}
#feature .sec05 .box01 {
  margin: 0 auto calc(100 * var(--vw));
}
#feature .sec05 .box01 .img01 {
  width: calc(690 * var(--vw));
  margin: 0 0 0 auto;
}
#feature .sec05 .box01 .txt01 {
  width: calc(668 * var(--vw));
  margin: 0 calc(20 * var(--vw)) calc(35 * var(--vw)) auto;
}
#feature .sec05 .box02 {
  margin: 0 auto calc(150 * var(--vw));
}
#feature .sec05 .box02 .img02 {
  width: calc(630 * var(--vw));
  margin: 0 auto 0 0;
}
#feature .sec05 .box02 .txt02 {
  width: calc(41 * var(--vw));
  position: absolute;
  top: 0;
  right: calc(46 * var(--vw));
}
#feature .sec05 .box02 .credit07 {
  margin: calc(35 * var(--vw)) auto 0 calc(40 * var(--vw));
  text-align: left;
}
#feature .sec05 .box03 .img03 {
  width: calc(705 * var(--vw));
  margin: 0 auto;
}
#feature .sec05 .box03 .credit08 {
  margin-top: calc(32 * var(--vw));
}
#feature .sec06 {
  background-color: #f7efc3;
  padding: calc(60 * var(--vw)) 0 calc(110 * var(--vw));
}
#feature .sec06 .box01 .txt01 {
  width: calc(273 * var(--vw));
  margin: 0 auto calc(35 * var(--vw));
}
#feature .sec06 .box01 .txt02 {
  width: calc(694 * var(--vw));
  margin: 0 auto calc(60 * var(--vw));
}
#feature .sec06 .box01 .txt03 {
  width: calc(259 * var(--vw));
  margin: calc(57 * var(--vw)) auto calc(22 * var(--vw));
}
#feature .sec06 .box01 .txt04 {
  width: calc(174 * var(--vw));
  margin: calc(60 * var(--vw)) auto calc(22 * var(--vw));
}
#feature .sec06 .box01 .img01 {
  width: calc(480 * var(--vw));
}
#feature .sec06 .box01 .credit09, #feature .sec06 .box01 .credit10, #feature .sec06 .box01 .credit11 {
  margin-top: calc(35 * var(--vw));
}
#feature .sec06 .box01 .js-readmore {
  margin-bottom: calc(110 * var(--vw));
}
#feature .sec06 .js-readmore__hidden {
  display: grid;
  transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
  grid-template-rows: 0fr;
}
#feature .sec06 .js-readmore__hidden.is-open {
  grid-template-rows: 1fr;
}
#feature .sec06 .js-readmore__hidden .content {
  overflow: hidden;
  transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
  background-color: rgba(255, 255, 255, 0.75);
  width: calc(710 * var(--vw));
  margin: 0 auto;
}
#feature .sec06 .js-readmore__hidden .content p {
  font-family: "source-han-sans-jp", sans-serif;
  font-size: calc(24 * var(--vw));
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
#feature .sec06 .js-readmore__hidden .content p:nth-of-type(2) {
  margin-bottom: calc(50 * var(--vw));
}
#feature .sec06 .js-readmore__button {
  -webkit-appearance: none;
          appearance: none;
  background: none;
  border: none;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: calc(18 * var(--vw));
  margin-top: calc(2 * var(--vw));
  position: relative;
}
#feature .sec06 .js-readmore__button::after {
  content: "";
  display: block;
  width: 100%;
  height: max(1 * var(--vw), 1px);
  background-color: #323232;
  position: absolute;
  bottom: calc(-10 * var(--vw));
}
#feature .sec06 .js-readmore__button .plus {
  width: calc(16 * var(--vw));
  height: calc(16 * var(--vw));
}
#feature .sec06 .js-readmore__button[aria-expanded=true] {
  margin-top: calc(38 * var(--vw));
}
#feature .sec06 .js-readmore__button[aria-expanded=true] .readmore__button-text {
  width: calc(81 * var(--vw));
  height: calc(18 * var(--vw));
}
#feature .sec06 .js-readmore__button[aria-expanded=true] .plus g line:nth-of-type(2) {
  opacity: 0;
}
#feature .sec06 .js-readmore__button[aria-expanded=false] .readmore__button-text {
  width: calc(139 * var(--vw));
  height: calc(18 * var(--vw));
}
#feature .sec07 {
  padding: calc(160 * var(--vw)) 0 calc(170 * var(--vw));
}
#feature .sec07 .box01 .txt01 {
  width: calc(42 * var(--vw));
  position: absolute;
  top: calc(2 * var(--vw));
  left: calc(20 * var(--vw));
}
#feature .sec07 .box01 .slick01 {
  width: calc(660 * var(--vw));
  margin: 0 0 0 auto;
}
#feature .sec07 .box01 .img01 {
  width: calc(660 * var(--vw));
}
#feature .sec07 .box01 .credit12 {
  margin: calc(35 * var(--vw)) auto 0 calc(90 * var(--vw));
  text-align: left;
}
#feature .sec07 .slick01 .slick-dots {
  position: absolute;
  margin: 0;
  top: calc(24 * var(--vw));
  right: calc(24 * var(--vw));
  display: flex !important;
  justify-content: end;
  gap: calc(14 * var(--vw));
  width: auto;
  height: auto;
}
#feature .sec07 .slick01 .slick-dots li {
  width: calc(10 * var(--vw));
  height: calc(10 * var(--vw));
}
#feature .sec07 .slick01 .slick-dots li button {
  width: calc(10 * var(--vw));
  height: calc(10 * var(--vw));
  border: 1px solid #323232;
  background: none;
  border-radius: 50%;
  cursor: pointer;
}
#feature .sec07 .slick01 .slick-dots li button::before, #feature .sec07 .slick01 .slick-dots li button::after {
  content: none;
}
#feature .sec07 .slick01 .slick-dots li.slick-active button {
  background: #323232;
}
#feature .sec__last .sec__all {
  background-color: #f7efc3;
  padding: calc(40 * var(--vw)) 0 calc(120 * var(--vw));
}
#feature .sec__last .sec__all .sec__all-btn {
  width: calc(615 * var(--vw));
  margin: 0 auto calc(48 * var(--vw));
}
#feature .sec__last .sec__all .img01 {
  width: calc(510 * var(--vw));
  margin: 0 auto;
}
#feature .sec__last .sec__staff {
  background-color: #fff;
  padding: calc(110 * var(--vw)) 0 calc(200 * var(--vw));
}
#feature .sec__last .sec__staff p {
  font-family: "neue-haas-grotesk-text-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 * var(--vw));
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

/*1400px以上  右側に共通コンテンツ
----------------------------*/
@media screen and (min-width: 1401px) {
  :root {
    --vw: 1px * var(--ratio);
  }
  #feature .mainWrap {
    width: 460px;
  }
}/*# sourceMappingURL=style.css.map */