@charset "UTF-8";
:root {
  --vw: (100vw / 1400) * var(--ratio);
  --ratio: 1;
  --pcVw: (100vw / 1400);
}

/*共通
----------------------------*/
html {
  scroll-behavior: smooth;
}

.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: #6e6e6e;
  background-color: #e3e3e3;
  box-sizing: border-box;
  font-family: "yu-gothic-pr6n", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", 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: #6e6e6e;
  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 {
  width: 100%;
  position: relative;
}
#feature .mainWrap {
  max-width: 750px;
  width: calc(750 * var(--vw));
  margin: 0 auto;
}
#feature .mainWrap .inner {
  margin: 0 auto;
  position: relative;
  overflow: clip;
  z-index: 2;
}

/*アニメーション PC版へのコピーここから一番下まで
----------------------------*/
#feature .fade {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.5s ease-in;
  transition-duration: 0.6s;
}
#feature .fade.is-show {
  filter: blur(0px);
  opacity: 1;
}
#feature .fade.--1 {
  transition-delay: 0.3s;
}
#feature .fade.--2 {
  transition-delay: 0.6s;
}
#feature .fade.--3 {
  transition-delay: 0.9s;
}
#feature .fadeUp {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 1500ms, transform 1000ms;
  transform: translate3d(0, 2.5rem, 0);
}
#feature .fadeUp.is-show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#feature .fadeUp.--1 {
  transition-delay: 0.3s;
}
#feature .fadeUp.--2 {
  transition-delay: 0.6s;
}
#feature .fadeUp.--3 {
  transition-delay: 0.9s;
}

/*メインビジュアル（.hero)
----------------------------*/
#feature .hero {
  position: relative;
  z-index: 10;
}
#feature .hero .hero__img {
  width: calc(750 * var(--vw));
  background: url("../img/hero_bg.jpg") no-repeat;
  background-size: 100%;
  padding: calc(50 * var(--vw)) 0 calc(86 * var(--vw));
}
#feature .hero .hero__img .hero__img--txt {
  width: calc(470 * var(--vw));
  margin: 0 auto;
}
#feature .hero .hero__img .hero__img--img {
  width: calc(690 * var(--vw));
  margin: calc(40 * var(--vw)) auto 0;
}
#feature .hero .hero__txt {
  margin: calc(90 * var(--vw)) auto 0;
}
#feature .hero .hero__txt p {
  font-size: calc(24 * var(--vw));
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

/*.sec
----------------------------*/
#feature .sec {
  position: relative;
  z-index: 10;
}
#feature .sec .sec__img, #feature .sec .sec__box {
  position: relative;
}
#feature .sec__bg {
  background: url("../img/sec01_bg01.jpg") no-repeat, url("../img/sec01_bg02.jpg") no-repeat;
  background-size: 100%, 100%;
  background-position: 0 0, 0 calc(4692 * var(--vw));
  width: 100%;
  height: calc(16967 * var(--vw));
  position: absolute;
  top: calc(1142 * var(--vw));
  left: 0;
  z-index: 1;
}
#feature .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: calc(20 * var(--vw));
}
#feature .sec__credit .item {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(24 * var(--vw));
  letter-spacing: 0.085em;
  line-height: 1;
  color: #555555;
}
#feature .sec__credit .item.is-break, #feature .sec__credit .item:last-of-type {
  margin-right: 0;
}
#feature .sec01 {
  padding: calc(170 * var(--vw)) 0 calc(60 * var(--vw));
}
#feature .sec01 .box01 {
  margin: 0 auto 0 calc(50 * var(--vw));
}
#feature .sec01 .box01 .txt01 {
  width: calc(130 * var(--vw));
  position: absolute;
  top: calc(98 * var(--vw));
  right: calc(54 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec01 .box01 .img01 {
  width: calc(540 * var(--vw));
}
#feature .sec01 .box02 {
  width: calc(540 * var(--vw));
  margin: calc(58 * var(--vw)) calc(50 * var(--vw)) 0 auto;
}
#feature .sec01 .box02 .credit01 {
  margin: calc(60 * var(--vw)) 0 0 auto;
}
#feature .sec01 .box03 {
  margin: calc(226 * var(--vw)) auto 0 calc(50 * var(--vw));
}
#feature .sec01 .box03 .txt02 {
  width: calc(88 * var(--vw));
  position: absolute;
  top: calc(-20 * var(--vw));
  right: calc(74 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec01 .box03 .img03 {
  width: calc(650 * var(--vw));
}
#feature .sec01 .box04 {
  width: calc(540 * var(--vw));
  margin: calc(60 * var(--vw)) calc(50 * var(--vw)) 0 auto;
}
#feature .sec01 .box04 .credit02 {
  margin: calc(60 * var(--vw)) 0 0 auto;
}
#feature .sec01 .box05 {
  margin: calc(198 * var(--vw)) auto 0 0;
}
#feature .sec01 .box05 .txt03 {
  width: calc(92 * var(--vw));
  position: absolute;
  top: calc(174 * var(--vw));
  right: calc(50 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec01 .box05 .img05 {
  width: calc(650 * var(--vw));
}
#feature .sec01 .box06 {
  margin: calc(60 * var(--vw)) auto 0;
}
#feature .sec01 .box06 .img06 {
  width: calc(530 * var(--vw));
  margin: 0 auto 0 calc(50 * var(--vw));
  z-index: 20;
}
#feature .sec01 .box06 .img07 {
  width: calc(329 * var(--vw));
  margin: calc(-24 * var(--vw)) calc(50 * var(--vw)) 0 auto;
}
#feature .sec01 .box06 .credit03 {
  width: calc(270 * var(--vw));
  position: absolute;
  top: calc(858 * var(--vw));
  left: calc(82 * var(--vw));
}
#feature .sec01 .box06 .credit03 .credit {
  justify-content: start;
  gap: 0;
}
#feature .sec01 .box06 .credit03 .credit .item {
  line-height: 1.772;
}
#feature .sec01 .box07 {
  margin: calc(226 * var(--vw)) auto 0;
  display: flex;
}
#feature .sec01 .box07 .txt04 {
  width: calc(125 * var(--vw));
  position: absolute;
  top: calc(-20 * var(--vw));
  right: calc(50 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec01 .box07 .img08 {
  width: calc(375 * var(--vw));
  margin: 0;
}
#feature .sec01 .box07 .img09 {
  width: calc(375 * var(--vw));
  margin: 0;
}
#feature .sec01 .box08 {
  width: calc(650 * var(--vw));
  margin: calc(60 * var(--vw)) auto 0;
}
#feature .sec01 .box08 .credit04 {
  margin: calc(62 * var(--vw)) 0 0 auto;
}
#feature .sec02 {
  margin: calc(220 * var(--vw)) 0 0;
  text-align: center;
}
#feature .sec02 .ttl01 {
  width: calc(394 * var(--vw));
  margin: 0 auto 0;
}
#feature .sec02 .img-wrap {
  position: relative;
}
#feature .sec02 .sec__box .sec__img {
  width: calc(630 * var(--vw));
  margin: 0 auto;
}
#feature .sec02 .sec__box .sec__num {
  width: calc(134 * var(--vw));
  height: calc(134 * var(--vw));
  position: absolute;
  top: calc(730 * var(--vw));
  left: calc(80 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec02 .sec__box .sec__ttl {
  margin: calc(60 * var(--vw)) auto 0;
}
#feature .sec02 .sec__box .sec__ttl::after {
  content: "";
  display: block;
  background: url("../img/sec__ttl-after.png") no-repeat;
  background-size: 100%;
  width: calc(41 * var(--vw));
  height: calc(2 * var(--vw));
  margin: calc(60 * var(--vw)) auto 0;
}
#feature .sec02 .sec__box .sec__txt {
  margin: calc(50 * var(--vw)) auto 0;
  font-family: "yu-gothic-pr6n", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(24 * var(--vw));
  letter-spacing: 0.1em;
  line-height: 2;
}
#feature .sec02 .box01 {
  margin: calc(80 * var(--vw)) auto 0;
}
#feature .sec02 .box01 .img01 {
  width: calc(630 * var(--vw));
  margin: 0 auto;
}
#feature .sec02 .box01 .ttl02 {
  width: calc(418 * var(--vw));
  margin: calc(60 * var(--vw)) auto 0;
}
#feature .sec02 .box01 .sec__list-ttl {
  margin: calc(54 * var(--vw)) auto 0;
  font-family: "yu-gothic-pr6n", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(24 * var(--vw));
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .sec02 .box01 .sec__list-ttl::before, #feature .sec02 .box01 .sec__list-ttl::after {
  content: "";
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  width: calc(6 * var(--vw));
  height: calc(34 * var(--vw));
}
#feature .sec02 .box01 .sec__list-ttl::before {
  margin: 0 calc(40 * var(--vw)) 0 0;
}
#feature .sec02 .box01 .sec__list-ttl::after {
  margin: 0 0 0 calc(40 * var(--vw));
}
#feature .sec02 .box01 .sec__list {
  margin: calc(22 * var(--vw)) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .sec02 .box01 .sec__list li {
  width: calc(180 * var(--vw));
  height: calc(180 * var(--vw));
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(20 * var(--vw)) 0 calc(10 * var(--vw)) calc(4 * var(--vw));
}
#feature .sec02 .box01 .sec__list li span {
  font-family: "yu-gothic-pr6n", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(20 * var(--vw));
  letter-spacing: 0.1em;
  line-height: 1.418;
}
#feature .sec02 .box02 {
  margin: calc(200 * var(--vw)) auto 0;
}
#feature .sec02 .box02 .sec02_img02-txt01 {
  width: calc(68 * var(--vw));
  position: absolute;
  top: calc(138 * var(--vw));
  left: calc(86 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec02 .box02 .sec02_img02-txt02 {
  width: calc(48 * var(--vw));
  position: absolute;
  top: calc(96 * var(--vw));
  left: calc(268 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec02 .box02 .sec02_img02-txt03 {
  width: calc(46 * var(--vw));
  position: absolute;
  top: calc(72 * var(--vw));
  left: calc(445 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec02 .box02 .sec02_img02-txt04 {
  width: calc(66 * var(--vw));
  position: absolute;
  top: calc(130 * var(--vw));
  left: calc(582 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec02 .box02 .ttl02 {
  width: calc(441 * var(--vw));
  margin: calc(60 * var(--vw)) auto 0;
}
#feature .sec02 .box03 {
  margin: calc(192 * var(--vw)) auto 0;
}
#feature .sec02 .box03 .img-wrap {
  width: calc(630 * var(--vw));
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
#feature .sec02 .box03 .sec02_img03-txt {
  width: calc(118 * var(--vw));
  position: absolute;
  top: calc(60 * var(--vw));
  left: calc(-38 * var(--vw));
  z-index: 20;
}
#feature .sec02 .box03 .sec02_img04-txt {
  width: calc(85 * var(--vw));
  position: absolute;
  top: calc(60 * var(--vw));
  right: calc(-32 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec02 .box03 .sec02_img05-txt {
  width: calc(58 * var(--vw));
  position: absolute;
  top: calc(52 * var(--vw));
  left: calc(-36 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec02 .box03 .sec02_img06-txt {
  width: calc(103 * var(--vw));
  position: absolute;
  top: calc(52 * var(--vw));
  right: calc(-34 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec02 .box03 .img03, #feature .sec02 .box03 .img04, #feature .sec02 .box03 .img05, #feature .sec02 .box03 .img06 {
  width: calc(315 * var(--vw));
}
#feature .sec02 .box03 .ttl02 {
  width: calc(465 * var(--vw));
  margin: calc(60 * var(--vw)) auto 0;
}
#feature .sec02 .box04 {
  margin: calc(190 * var(--vw)) auto 0;
}
#feature .sec02 .box04 .sec02_img07-txt01 {
  width: calc(293 * var(--vw));
  position: absolute;
  top: calc(170 * var(--vw));
  left: calc(28 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec02 .box04 .sec02_img07-txt02 {
  width: calc(224 * var(--vw));
  position: absolute;
  top: calc(500 * var(--vw));
  left: calc(102 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec02 .box04 .sec02_img07-txt03 {
  width: calc(224 * var(--vw));
  position: absolute;
  top: calc(578 * var(--vw));
  left: calc(484 * var(--vw));
  z-index: 20;
  pointer-events: none;
}
#feature .sec02 .box04 .ttl02 {
  width: calc(413 * var(--vw));
  margin: calc(60 * var(--vw)) auto 0;
}
#feature .sec03 {
  margin: calc(198 * var(--vw)) 0 0;
}
#feature .sec03 .ttl03 {
  width: calc(312 * var(--vw));
  margin: 0 auto calc(26 * var(--vw));
}
#feature .sec03 .sec__slide {
  height: calc(350 * var(--vw));
}
#feature .sec03 .slick__list {
  width: calc(262 * var(--vw));
}
#feature .sec03 .sec__staff {
  margin: calc(194 * var(--vw)) 0 0;
  text-align: center;
}
#feature .sec03 .sec__staff p {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
  font-size: calc(24 * var(--vw));
  letter-spacing: 0.085em;
  line-height: 1.772;
}
#feature .sec03 .sec__all {
  padding: calc(112 * var(--vw)) 0 calc(120 * var(--vw));
}
#feature .sec03 .sec__all .sec__all-btn {
  width: calc(540 * var(--vw));
  margin: 0 auto;
}

/*1400px以上 センターに共通コンテンツの場合
----------------------------*/
@media screen and (min-width: 1401px) {
  :root {
    --vw: 1px * var(--ratio);
  }
}/*# sourceMappingURL=style.css.map */