@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes fadeInSimple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sliderPagination {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
/*共通
----------------------------*/
.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: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: clip;
  opacity: 0;
  transition: 0.3s;
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  pointer-events: none;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
  pointer-events: auto;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime.is_fade {
  opacity: 0;
  transform: scale(1.03);
  filter: blur(8px);
  transition: opacity 1.2s ease, transform 1.2s ease, filter 1.2s ease;
  will-change: opacity, transform, filter;
}
#feature .js_anime.is_show.is_fade {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

#feature {
  /*メインビジュアル（.hero)
    ----------------------------*/
}
#feature .main {
  display: flex;
  background-color: #fafff5;
}
#feature .main .left {
  height: calc(100vh - 80px);
  flex: 1;
  position: sticky;
  top: 80px;
  z-index: 3;
}
#feature .main .left .left__img {
  width: calc(268 * var(--vw) / 1200);
  margin: calc(47 * var(--vw) / 1200) 0 0 calc(52 * var(--vw) / 1200);
}
#feature .main .right {
  height: calc(100vh - 80px);
  flex: 1;
  position: sticky;
  top: 80px;
  z-index: 3;
}
#feature .main .right .right__btn {
  width: calc(139 * var(--vw) / 1200);
  margin: calc(53 * var(--vw) / 1200) calc(38 * var(--vw) / 1200) 0 auto;
}
#feature .main .center {
  width: calc(430 * var(--vw) / 1200);
  overflow-x: clip;
  position: relative;
  background-color: #fff;
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__logo {
  width: calc(480 * var(--vw) * 0.3583333333 / 750);
  margin: calc(26 * var(--vw) * 0.3583333333 / 750) auto 0;
}
#feature .sec {
  padding-bottom: calc(198 * var(--vw) * 0.3583333333 / 750);
  position: relative;
  z-index: 2;
}
#feature .sec .sec__credit {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: 1s;
}
#feature .sec .sec__credit.is_open {
  opacity: 1;
}
#feature .sec .sec__credit .credit {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#feature .sec .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "gotham", sans-serif;
  font-weight: 300;
  font-size: calc(20 * var(--vw) * 0.3583333333 / 750);
  line-height: calc(36 * var(--vw) * 0.3583333333 / 750);
  white-space: nowrap;
  color: #1e1e1e;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(550 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img02 {
  width: 100%;
}
#feature .sec .sec__img.sec__img03 {
  width: 100%;
  margin-top: calc(10 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img04 {
  width: calc(500 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img05 {
  width: 100%;
}
#feature .sec .sec__img.sec__img06 {
  width: 100%;
  margin-top: calc(10 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img07 {
  width: 100%;
}
#feature .sec .sec__img.sec__img08 {
  width: calc(512.6 * var(--vw) * 0.3583333333 / 750);
  margin: calc(10 * var(--vw) * 0.3583333333 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img09 {
  width: calc(666 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img10 {
  width: calc(750 * var(--vw) * 0.3583333333 / 750);
  background-color: #fff;
}
#feature .sec .sec__img.sec__img10 .slider__item {
  width: calc(750 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img10 .slider__item figure {
  width: calc(666 * var(--vw) * 0.3583333333 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img11 {
  width: calc(512.6 * var(--vw) * 0.3583333333 / 750);
  margin-top: calc(94 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img12 {
  width: 100%;
}
#feature .sec .sec__img.sec__img13 {
  width: calc(750 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img13 .slider__item {
  width: calc(750 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img14 {
  width: calc(500 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img15 {
  width: calc(500 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img16 {
  width: calc(750 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img16 .slider__item {
  width: calc(750 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img17 {
  width: 100%;
}
#feature .sec .sec__img.sec__img18 {
  width: calc(512.6 * var(--vw) * 0.3583333333 / 750);
  margin: calc(10 * var(--vw) * 0.3583333333 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img19 {
  width: calc(750 * var(--vw) * 0.3583333333 / 750);
  background-color: #fff;
}
#feature .sec .sec__img.sec__img19 .slider__item {
  width: calc(750 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img19 .slider__item figure {
  width: calc(666 * var(--vw) * 0.3583333333 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img20 {
  width: calc(750 * var(--vw) * 0.3583333333 / 750);
  background-color: #fff;
}
#feature .sec .sec__img.sec__img20 .slider__item {
  width: calc(750 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img20 .slider__item figure {
  width: calc(666 * var(--vw) * 0.3583333333 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img21 {
  width: calc(666 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img22 {
  width: calc(512.6 * var(--vw) * 0.3583333333 / 750);
  margin-top: calc(92 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img23 {
  width: 100%;
}
#feature .sec .sec__img.sec__img24 {
  width: 100%;
}
#feature .sec .sec__img.sec__img25 {
  width: 100%;
  margin-top: calc(10 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__img.sec__img26 {
  width: calc(500 * var(--vw) * 0.3583333333 / 750);
  margin: calc(200 * var(--vw) * 0.3583333333 / 750) auto 0;
}
#feature .sec .sec__txt {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__txt.sec__txt01 {
  width: calc(644 * var(--vw) * 0.3583333333 / 750);
  top: calc(-52 * var(--vw) * 0.3583333333 / 750);
  left: calc(-42 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__txt.sec__txt02 {
  width: calc(526 * var(--vw) * 0.3583333333 / 750);
  margin: calc(56 * var(--vw) * 0.3583333333 / 750) auto 0;
}
#feature .sec .sec__txt.sec__txt03 {
  width: 100%;
  margin-top: calc(92 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__txt.sec__txt03 img {
  width: calc(956 * var(--vw) * 0.3583333333 / 750);
  margin-right: calc(20 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__txt.sec__txt04 {
  width: 100%;
  margin-top: calc(92 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__txt.sec__txt04 img {
  width: calc(956 * var(--vw) * 0.3583333333 / 750);
  margin-right: calc(20 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__txt.sec__txt05 {
  width: calc(244 * var(--vw) * 0.3583333333 / 750);
  top: calc(-98 * var(--vw) * 0.3583333333 / 750);
  right: calc(-74 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__txt.sec__txt06 {
  width: 100%;
  margin-top: calc(92 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__txt.sec__txt06 img {
  width: calc(956 * var(--vw) * 0.3583333333 / 750);
  margin-right: calc(20 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__txt.sec__txt07 {
  width: 100%;
  margin-top: calc(92 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__txt.sec__txt07 img {
  width: calc(956 * var(--vw) * 0.3583333333 / 750);
  margin-right: calc(20 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__btn {
  width: calc(474 * var(--vw) * 0.3583333333 / 750);
  margin: calc(116 * var(--vw) * 0.3583333333 / 750) 0 0 calc(110 * var(--vw) * 0.3583333333 / 750);
  position: relative;
  z-index: 2;
}
#feature .sec .sec__staff {
  width: calc(532 * var(--vw) * 0.3583333333 / 750);
  margin: calc(58 * var(--vw) * 0.3583333333 / 750) 0 0 calc(110 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__block {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}
#feature .sec .sec__block .sec__txt {
  position: absolute;
  z-index: 3;
}
#feature .sec .sec__block.sec__block01 {
  margin: calc(172 * var(--vw) * 0.3583333333 / 750) auto 0;
}
#feature .sec .sec__block.sec__block02 {
  margin-top: calc(150 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__block.sec__block03 {
  margin: calc(194 * var(--vw) * 0.3583333333 / 750) auto 0;
}
#feature .sec .sec__block.sec__block04 {
  margin-top: calc(194 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__block.sec__block05 {
  margin-top: calc(10 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__block.sec__block06 {
  margin: calc(92 * var(--vw) * 0.3583333333 / 750) auto 0;
}
#feature .sec .sec__block.sec__block07 {
  margin: calc(10 * var(--vw) * 0.3583333333 / 750) auto 0;
}
#feature .sec .sec__block.sec__block08 {
  margin-top: calc(10 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__block.sec__block09 {
  width: 100%;
  margin-top: calc(10 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__block.sec__block10 {
  margin: calc(224 * var(--vw) * 0.3583333333 / 750) auto 0;
}
#feature .sec .sec__block.sec__block11 {
  margin: calc(10 * var(--vw) * 0.3583333333 / 750) auto 0;
}
#feature .sec .sec__block.sec__block12 {
  width: 100%;
  margin-top: calc(228 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__block.sec__block13 {
  margin-top: calc(10 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__block.sec__block14 {
  margin: calc(94 * var(--vw) * 0.3583333333 / 750) auto 0;
}
#feature .sec .sec__block.sec__block15 {
  margin: calc(10 * var(--vw) * 0.3583333333 / 750) auto 0;
}
#feature .sec .sec__block.sec__block16 {
  margin: calc(10 * var(--vw) * 0.3583333333 / 750) auto 0;
}
#feature .sec .sec__block.sec__block17 {
  margin-top: calc(10 * var(--vw) * 0.3583333333 / 750);
}
#feature .sec .sec__block.sec__block18 {
  margin-top: calc(10 * var(--vw) * 0.3583333333 / 750);
}
@media screen and (min-width: 1400px) {
  #feature .main {
    display: flex;
    background-color: #fafff5;
  }
  #feature .main .left {
    height: calc(100vh - 80px);
    flex: 1;
    position: sticky;
    top: 80px;
    z-index: 3;
  }
  #feature .main .left .left__img {
    width: 268px;
    margin: 47px 0 0 52px;
  }
  #feature .main .right {
    height: calc(100vh - 80px);
    flex: 1;
    position: sticky;
    top: 80px;
    z-index: 3;
  }
  #feature .main .right .right__btn {
    width: 139px;
    margin: 53px 38px 0 auto;
  }
  #feature .main .center {
    width: 430px;
    overflow-x: clip;
    position: relative;
  }
  #feature .hero {
    position: relative;
  }
  #feature .hero .hero__logo {
    width: 275.1999999974px;
    margin: 14.9066666665px auto 0;
  }
  #feature .sec {
    padding-bottom: 113.5199999989px;
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__credit {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
  }
  #feature .sec .sec__credit.is_open {
    opacity: 1;
  }
  #feature .sec .sec__credit .credit {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
  }
  #feature .sec .sec__credit .credit .item .link {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item .link p {
    font-family: "gotham", sans-serif;
    font-weight: 300;
    font-size: 11.4666666666px;
    line-height: 20.6399999998px;
    white-space: nowrap;
    color: #1e1e1e;
  }
  #feature .sec .sec__img {
    position: relative;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 315.3333333304px;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 100%;
    margin-top: 5.7333333333px;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 286.666666664px;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 100%;
    margin-top: 5.7333333333px;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 293.8906666639px;
    margin: 5.7333333333px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 381.8399999964px;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 429.999999996px;
    background-color: #fff;
  }
  #feature .sec .sec__img.sec__img10 .slider__item {
    width: 429.999999996px;
  }
  #feature .sec .sec__img.sec__img10 .slider__item figure {
    width: 381.8399999964px;
    margin: 0 auto;
  }
  #feature .sec .sec__img.sec__img11 {
    width: 293.8906666639px;
    margin-top: 53.8933333328px;
  }
  #feature .sec .sec__img.sec__img12 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img13 {
    width: 429.999999996px;
  }
  #feature .sec .sec__img.sec__img13 .slider__item {
    width: 429.999999996px;
  }
  #feature .sec .sec__img.sec__img14 {
    width: 286.666666664px;
  }
  #feature .sec .sec__img.sec__img15 {
    width: 286.666666664px;
  }
  #feature .sec .sec__img.sec__img16 {
    width: 429.999999996px;
  }
  #feature .sec .sec__img.sec__img16 .slider__item {
    width: 429.999999996px;
  }
  #feature .sec .sec__img.sec__img17 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img18 {
    width: 293.8906666639px;
    margin: 5.7333333333px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img19 {
    width: 429.999999996px;
    background-color: #fff;
  }
  #feature .sec .sec__img.sec__img19 .slider__item {
    width: 429.999999996px;
  }
  #feature .sec .sec__img.sec__img19 .slider__item figure {
    width: 381.8399999964px;
    margin: 0 auto;
  }
  #feature .sec .sec__img.sec__img20 {
    width: 429.999999996px;
    background-color: #fff;
  }
  #feature .sec .sec__img.sec__img20 .slider__item {
    width: 429.999999996px;
  }
  #feature .sec .sec__img.sec__img20 .slider__item figure {
    width: 381.8399999964px;
    margin: 0 auto;
  }
  #feature .sec .sec__img.sec__img21 {
    width: 381.8399999964px;
  }
  #feature .sec .sec__img.sec__img22 {
    width: 293.8906666639px;
    margin-top: 52.7466666662px;
  }
  #feature .sec .sec__img.sec__img23 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img24 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img25 {
    width: 100%;
    margin-top: 5.7333333333px;
  }
  #feature .sec .sec__img.sec__img26 {
    width: 286.666666664px;
    margin: 114.6666666656px auto 0;
  }
  #feature .sec .sec__txt {
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__txt.sec__txt01 {
    width: 369.2266666632px;
    top: -29.8133333331px;
    left: -24.0799999998px;
  }
  #feature .sec .sec__txt.sec__txt02 {
    width: 301.5733333305px;
    margin: 32.1066666664px auto 0;
  }
  #feature .sec .sec__txt.sec__txt03 {
    width: 100%;
    margin-top: 52.7466666662px;
  }
  #feature .sec .sec__txt.sec__txt03 img {
    width: 548.1066666616px;
    margin-right: 11.4666666666px;
  }
  #feature .sec .sec__txt.sec__txt04 {
    width: 100%;
    margin-top: 52.7466666662px;
  }
  #feature .sec .sec__txt.sec__txt04 img {
    width: 548.1066666616px;
    margin-right: 11.4666666666px;
  }
  #feature .sec .sec__txt.sec__txt05 {
    width: 139.893333332px;
    top: -56.1866666661px;
    right: -42.4266666663px;
  }
  #feature .sec .sec__txt.sec__txt06 {
    width: 100%;
    margin-top: 52.7466666662px;
  }
  #feature .sec .sec__txt.sec__txt06 img {
    width: 548.1066666616px;
    margin-right: 11.4666666666px;
  }
  #feature .sec .sec__txt.sec__txt07 {
    width: 100%;
    margin-top: 52.7466666662px;
  }
  #feature .sec .sec__txt.sec__txt07 img {
    width: 548.1066666616px;
    margin-right: 11.4666666666px;
  }
  #feature .sec .sec__btn {
    width: 271.7599999975px;
    margin: 66.506666666px 0 0 63.0666666661px;
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__staff {
    width: 305.0133333305px;
    margin: 33.253333333px 0 0 63.0666666661px;
  }
  #feature .sec .sec__block {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    cursor: pointer;
    pointer-events: auto;
  }
  #feature .sec .sec__block .sec__txt {
    position: absolute;
    z-index: 3;
  }
  #feature .sec .sec__block.sec__block01 {
    margin: 98.6133333324px auto 0;
  }
  #feature .sec .sec__block.sec__block02 {
    margin-top: 85.9999999992px;
  }
  #feature .sec .sec__block.sec__block03 {
    margin: 111.2266666656px auto 0;
  }
  #feature .sec .sec__block.sec__block04 {
    margin-top: 111.2266666656px;
  }
  #feature .sec .sec__block.sec__block05 {
    margin-top: 5.7333333333px;
  }
  #feature .sec .sec__block.sec__block06 {
    margin: 52.7466666662px auto 0;
  }
  #feature .sec .sec__block.sec__block07 {
    margin: 5.7333333333px auto 0;
  }
  #feature .sec .sec__block.sec__block08 {
    margin-top: 5.7333333333px;
  }
  #feature .sec .sec__block.sec__block09 {
    width: 100%;
    margin-top: 5.7333333333px;
  }
  #feature .sec .sec__block.sec__block10 {
    margin: 128.4266666655px auto 0;
  }
  #feature .sec .sec__block.sec__block11 {
    margin: 5.7333333333px auto 0;
  }
  #feature .sec .sec__block.sec__block12 {
    width: 100%;
    margin-top: 130.7199999988px;
  }
  #feature .sec .sec__block.sec__block13 {
    margin-top: 5.7333333333px;
  }
  #feature .sec .sec__block.sec__block14 {
    margin: 53.8933333328px auto 0;
  }
  #feature .sec .sec__block.sec__block15 {
    margin: 5.7333333333px auto 0;
  }
  #feature .sec .sec__block.sec__block16 {
    margin: 5.7333333333px auto 0;
  }
  #feature .sec .sec__block.sec__block17 {
    margin-top: 5.7333333333px;
  }
  #feature .sec .sec__block.sec__block18 {
    margin-top: 5.7333333333px;
  }
}/*# sourceMappingURL=style.css.map */