@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes slideTextX100 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*共通
----------------------------*/
body {
  margin: 0;
}

.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.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", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow: clip;
  opacity: 0;
  transition: 0.3s;
  padding-bottom: calc(136 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature {
    padding-bottom: 136px;
  }
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
}
#feature a:hover {
  text-decoration: none;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature figure {
  background-color: #fff;
}
#feature .fadeimg {
  transition: 0.3s;
}
#feature .js_anime {
  opacity: 0;
  transform: translateY(5%);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#feature .js_anime.is_fadetxt {
  overflow: hidden;
}
#feature .js_anime.is_fadetxt path {
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#feature .js_anime.is_fadetxt path:nth-child(1) {
  transition-delay: 50ms;
}
#feature .js_anime.is_fadetxt path:nth-child(2) {
  transition-delay: 100ms;
}
#feature .js_anime.is_fadetxt path:nth-child(3) {
  transition-delay: 150ms;
}
#feature .js_anime.is_fadetxt path:nth-child(4) {
  transition-delay: 200ms;
}
#feature .js_anime.is_fadetxt path:nth-child(5) {
  transition-delay: 250ms;
}
#feature .js_anime.is_fadetxt path:nth-child(6) {
  transition-delay: 300ms;
}
#feature .js_anime.is_fadetxt path:nth-child(7) {
  transition-delay: 350ms;
}
#feature .js_anime.is_fadetxt path:nth-child(8) {
  transition-delay: 400ms;
}
#feature .js_anime.is_fadetxt path:nth-child(9) {
  transition-delay: 450ms;
}
#feature .js_anime.is_fadetxt path:nth-child(10) {
  transition-delay: 500ms;
}
#feature .js_anime.is_fadetxt path:nth-child(11) {
  transition-delay: 550ms;
}
#feature .js_anime.is_fadetxt path:nth-child(12) {
  transition-delay: 600ms;
}
#feature .js_anime.is_fadetxt path:nth-child(13) {
  transition-delay: 650ms;
}
#feature .js_anime.is_fadetxt path:nth-child(14) {
  transition-delay: 700ms;
}
#feature .js_anime.is_fadetxt path:nth-child(15) {
  transition-delay: 750ms;
}
#feature .js_anime.is_fadetxt path:nth-child(16) {
  transition-delay: 800ms;
}
#feature .js_anime.is_fadetxt path:nth-child(17) {
  transition-delay: 850ms;
}
#feature .js_anime.is_fadetxt path:nth-child(18) {
  transition-delay: 90ms;
}
#feature .js_anime.is_fadetxt path:nth-child(19) {
  transition-delay: 950ms;
}
#feature .js_anime.is_fadetxt path:nth-child(20) {
  transition-delay: 1000ms;
}
#feature .js_anime.is_show {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#feature .js_anime.is_show.is_fadetxt path {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#feature .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__img {
  width: calc(1200 * var(--vw) / 1400);
  max-width: 1200px;
  margin: 0 auto;
}
#feature .hero .hero__txt {
  margin-top: calc(59 * var(--vw) / 1400);
  font-size: calc(13 * var(--vw) / 1400);
  line-height: calc(28.6 * var(--vw) / 1400);
  letter-spacing: 0.16em;
  color: #58595b;
  font-weight: 400;
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__txt {
    margin-top: 59px;
    font-size: 13px;
    line-height: 28.6px;
  }
}
#feature .hero .hero__txt p:nth-child(2) {
  margin-top: calc(24 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__txt p:nth-child(2) {
    margin-top: 24px;
  }
}
#feature .slider .slick-slide {
  line-height: 0;
}
#feature .slider .slick-dots {
  display: flex;
  position: absolute;
  bottom: calc(11 * var(--vw) / 1400);
  right: calc(10 * var(--vw) / 1400);
  z-index: 4;
}
@media screen and (min-width: 1400px) {
  #feature .slider .slick-dots {
    bottom: 11px;
    right: 10px;
  }
}
#feature .slider .slick-dots li {
  width: calc(6 * var(--vw) / 1400);
  max-width: 6px;
  height: calc(6 * var(--vw) / 1400);
  max-height: 6px;
  margin-left: calc(12 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .slider .slick-dots li {
    margin-left: 12px;
  }
}
#feature .slider .slick-dots li button {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  padding: 0;
  border: 1px solid #fff;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}
#feature .slider .slick-dots li.slick-active button {
  background-color: #fff;
}
#feature .sec {
  position: relative;
}
#feature .sec .sec__credit {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  pointer-events: auto;
}
#feature .sec .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
#feature .sec .sec__credit .credit .item::after {
  content: ",";
  letter-spacing: 0.065em;
  color: #58595b;
  font-weight: 400;
  white-space: nowrap;
  font-family: "century-gothic", sans-serif;
  font-size: calc(12 * var(--vw) / 1400);
  line-height: calc(21 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit .credit .item::after {
    font-size: 12px;
    line-height: 21px;
  }
}
#feature .sec .sec__credit .credit .item:last-child::after {
  display: none;
}
#feature .sec .sec__credit .credit .item.break::after {
  display: none;
}
#feature .sec .sec__credit .credit .item .link {
  display: flex;
  flex-wrap: nowrap;
  transition: 0.3s;
}
#feature .sec .sec__credit .credit .item .link:hover {
  opacity: 0.7;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "century-gothic", sans-serif;
  letter-spacing: 0.04em;
  color: #58595b;
  font-weight: 400;
  white-space: nowrap;
  font-size: calc(12 * var(--vw) / 1400);
  line-height: calc(21 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit .credit .item .link p {
    font-size: 12px;
    line-height: 21px;
  }
}
#feature .sec .sec__credit.sec__credit01 {
  width: calc(300 * var(--vw) / 1400);
  max-width: 300px;
  top: calc(100% + 26 * var(--vw) / 1400);
  right: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit01 {
    top: calc(100% + 26px);
  }
}
#feature .sec .sec__credit.sec__credit01 .credit {
  justify-content: flex-end;
}
#feature .sec .sec__credit.sec__credit01 .credit .item {
  margin-left: calc(4 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit01 .credit .item {
    margin-left: 4px;
  }
}
#feature .sec .sec__credit.sec__credit01 .credit .item .link p {
  letter-spacing: 0.02em;
}
#feature .sec .sec__credit.sec__credit02 {
  bottom: calc(-6 * var(--vw) / 1400);
  left: calc(100% + 30 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit02 {
    bottom: -6px;
    left: calc(100% + 30px);
  }
}
#feature .sec .sec__credit.sec__credit02 .credit {
  display: block;
}
#feature .sec .sec__credit.sec__credit03 {
  width: calc(300 * var(--vw) / 1400);
  max-width: 300px;
  top: calc(100% + 26 * var(--vw) / 1400);
  left: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit03 {
    top: calc(100% + 26px);
  }
}
#feature .sec .sec__credit.sec__credit03 .credit .item {
  margin-right: calc(4 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit03 .credit .item {
    margin-right: 4px;
  }
}
#feature .sec .sec__credit.sec__credit04 {
  width: calc(300 * var(--vw) / 1400);
  max-width: 300px;
  top: calc(100% + 26 * var(--vw) / 1400);
  right: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit04 {
    top: calc(100% + 26px);
  }
}
#feature .sec .sec__credit.sec__credit04 .credit {
  justify-content: flex-end;
}
#feature .sec .sec__credit.sec__credit04 .credit .item {
  margin-left: calc(4 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit04 .credit .item {
    margin-left: 4px;
  }
}
#feature .sec .sec__credit.sec__credit05 {
  width: calc(550 * var(--vw) / 1400);
  max-width: 550px;
  top: calc(100% + 26 * var(--vw) / 1400);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit05 {
    top: calc(100% + 26px);
  }
}
#feature .sec .sec__credit.sec__credit05 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit05 .credit .item {
  margin: 0 calc(2 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit05 .credit .item {
    margin: 0 2px;
  }
}
#feature .sec .sec__credit.sec__credit06 {
  bottom: calc(-6 * var(--vw) / 1400);
  right: calc(100% + 30 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit06 {
    bottom: -6px;
    right: calc(100% + 30px);
  }
}
#feature .sec .sec__credit.sec__credit06 .credit {
  display: block;
}
#feature .sec .sec__credit.sec__credit06 .credit .item {
  margin-left: auto;
}
#feature .sec .sec__credit.sec__credit07 {
  width: calc(300 * var(--vw) / 1400);
  max-width: 300px;
  top: calc(100% + 26 * var(--vw) / 1400);
  right: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit07 {
    top: calc(100% + 26px);
  }
}
#feature .sec .sec__credit.sec__credit07 .credit {
  justify-content: flex-end;
}
#feature .sec .sec__credit.sec__credit07 .credit .item {
  margin-left: calc(4 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit07 .credit .item {
    margin-left: 4px;
  }
}
#feature .sec .sec__credit.sec__credit08 {
  bottom: calc(-6 * var(--vw) / 1400);
  left: calc(100% + 30 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit08 {
    bottom: -6px;
    left: calc(100% + 30px);
  }
}
#feature .sec .sec__credit.sec__credit08 .credit {
  display: block;
}
#feature .sec .sec__credit.sec__credit09 {
  width: calc(450 * var(--vw) / 1400);
  max-width: 450px;
  top: calc(100% + 26 * var(--vw) / 1400);
  left: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit09 {
    top: calc(100% + 26px);
  }
}
#feature .sec .sec__credit.sec__credit09 .credit .item {
  margin-right: calc(4 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit09 .credit .item {
    margin-right: 4px;
  }
}
#feature .sec .sec__credit.sec__credit10 {
  bottom: calc(-6 * var(--vw) / 1400);
  left: calc(100% + 30 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit10 {
    bottom: -6px;
    left: calc(100% + 30px);
  }
}
#feature .sec .sec__credit.sec__credit10 .credit {
  display: block;
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
  pointer-events: none;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__flex .sec__contents {
  pointer-events: none;
}
#feature .sec .sec__img {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(525 * var(--vw) / 1400);
  max-width: 525px;
}
#feature .sec .sec__img.sec__img02 {
  width: calc(390 * var(--vw) / 1400);
  max-width: 390px;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(465 * var(--vw) / 1400);
  max-width: 465px;
}
#feature .sec .sec__img.sec__img04 {
  width: calc(315 * var(--vw) / 1400);
  max-width: 315px;
}
#feature .sec .sec__img.sec__img05 {
  width: calc(315 * var(--vw) / 1400);
  max-width: 315px;
}
#feature .sec .sec__img.sec__img06 {
  width: calc(510 * var(--vw) / 1400);
  max-width: 510px;
}
#feature .sec .sec__img.sec__img07 {
  width: calc(360 * var(--vw) / 1400);
  max-width: 360px;
}
#feature .sec .sec__img.sec__img08 {
  width: calc(510 * var(--vw) / 1400);
  max-width: 510px;
}
#feature .sec .sec__img.sec__img09 {
  width: calc(420 * var(--vw) / 1400);
  max-width: 420px;
}
#feature .sec .sec__img.sec__img10 {
  width: calc(420 * var(--vw) / 1400);
  max-width: 420px;
}
#feature .sec .sec__img.sec__img11 {
  width: calc(420 * var(--vw) / 1400);
  max-width: 420px;
}
#feature .sec .sec__img.sec__img12 {
  width: calc(540 * var(--vw) / 1400);
  max-width: 540px;
}
#feature .sec .sec__img.sec__img13 {
  width: calc(450 * var(--vw) / 1400);
  max-width: 450px;
}
#feature .sec .sec__img.sec__img14 {
  width: calc(315 * var(--vw) / 1400);
  max-width: 315px;
}
#feature .sec .sec__img.sec__img15 {
  width: calc(315 * var(--vw) / 1400);
  max-width: 315px;
}
#feature .sec .sec__img.sec__img16 {
  width: calc(480 * var(--vw) / 1400);
  max-width: 480px;
}
#feature .sec .sec__img.sec__img17 {
  width: calc(555 * var(--vw) / 1400);
  max-width: 555px;
}
#feature .sec .sec__img.sec__img18 {
  width: calc(345 * var(--vw) / 1400);
  max-width: 345px;
}
#feature .sec .sec__img.sec__img19 {
  width: calc(405 * var(--vw) / 1400);
  max-width: 405px;
}
#feature .sec .sec__img.sec__img20 {
  width: calc(495 * var(--vw) / 1400);
  max-width: 495px;
}
#feature .sec .sec__txt {
  position: absolute;
  z-index: 3;
  pointer-events: auto;
}
#feature .sec .sec__txt.sec__txt01 {
  width: calc(415 * var(--vw) / 1400);
  max-width: 415px;
}
#feature .sec .sec__txt.sec__txt02 {
  width: calc(300 * var(--vw) / 1400);
  max-width: 300px;
}
#feature .sec .sec__txt.sec__txt03 {
  width: calc(52 * var(--vw) / 1400);
  max-width: 52px;
}
#feature .sec .sec__txt.sec__txt04 {
  width: calc(257 * var(--vw) / 1400);
  max-width: 257px;
}
#feature .sec .sec__txt.sec__txt05 {
  width: 100%;
}
#feature .sec .sec__txt.sec__txt05 .slick-slide {
  width: calc(2156 * var(--vw) / 1400);
  max-width: 2156px;
  margin-right: calc(40 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__txt.sec__txt05 .slick-slide {
    margin-right: 40px;
  }
}
#feature .sec .sec__txt.sec__txt06 {
  width: calc(309 * var(--vw) / 1400);
  max-width: 309px;
}
#feature .sec .sec__block {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#feature .sec.sec01 {
  margin-top: calc(92 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 {
    margin-top: 92px;
  }
}
#feature .sec.sec01 .sec__img.sec__img01 {
  margin: 0 0 0 calc(120 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__img.sec__img01 {
    margin: 0 0 0 120px;
  }
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin: calc(453 * var(--vw) / 1400) 0 0 calc(190 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__img.sec__img02 {
    margin: 453px 0 0 190px;
  }
}
#feature .sec.sec01 .sec__txt {
  top: calc(-30 * var(--vw) / 1400);
  left: calc(-16 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__txt {
    top: -30px;
    left: -16px;
  }
}
#feature .sec.sec02 {
  margin-top: calc(160 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 {
    margin-top: 160px;
  }
}
#feature .sec.sec02 .sec__img.sec__img03 {
  margin: 0 auto;
}
#feature .sec.sec02 .sec__txt {
  bottom: calc(-16 * var(--vw) / 1400);
  left: calc(82 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__txt {
    bottom: -16px;
    left: 82px;
  }
}
#feature .sec.sec03 {
  margin-top: calc(160 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 {
    margin-top: 160px;
  }
}
#feature .sec.sec03 .sec__img.sec__img04 {
  margin: 0 0 0 calc(265 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__img.sec__img04 {
    margin: 0 0 0 265px;
  }
}
#feature .sec.sec03 .sec__img.sec__img05 {
  margin: 0 0 0 calc(265 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__img.sec__img05 {
    margin: 0 0 0 265px;
  }
}
#feature .sec.sec03 .sec__img.sec__img06 {
  margin: calc(80 * var(--vw) / 1400) 0 0 calc(100 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__img.sec__img06 {
    margin: 80px 0 0 100px;
  }
}
#feature .sec.sec04 {
  margin-top: calc(223 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 {
    margin-top: 223px;
  }
}
#feature .sec.sec04 .sec__img.sec__img07 {
  margin: 0 0 0 calc(110 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__img.sec__img07 {
    margin: 0 0 0 110px;
  }
}
#feature .sec.sec04 .sec__img.sec__img08 {
  margin: calc(180 * var(--vw) / 1400) 0 0 calc(380 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__img.sec__img08 {
    margin: 180px 0 0 380px;
  }
}
#feature .sec.sec04 .sec__txt {
  top: 0;
  right: calc(-66 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__txt {
    right: -66px;
  }
}
#feature .sec.sec05 {
  margin-top: calc(160 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 {
    margin-top: 160px;
  }
}
#feature .sec.sec05 .sec__block {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#feature .sec.sec05 .sec__slider {
  width: calc(420 * var(--vw) / 1400);
  max-width: 420px;
}
#feature .sec.sec05 .sec__img.sec__img11 {
  margin: 0 0 0 calc(20 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__img.sec__img11 {
    margin: 0 0 0 20px;
  }
}
#feature .sec.sec06 {
  margin-top: calc(270 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec06 {
    margin-top: 270px;
  }
}
#feature .sec.sec06 .sec__img.sec__img12 {
  margin: 0 auto;
}
#feature .sec.sec06 .sec__txt {
  top: calc(-43 * var(--vw) / 1400);
  left: calc(142 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec06 .sec__txt {
    top: -43px;
    left: 142px;
  }
}
#feature .sec.sec07 {
  margin-top: calc(160 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec07 {
    margin-top: 160px;
  }
}
#feature .sec.sec07 .sec__img.sec__img13 {
  margin: 0 0 0 calc(160 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec07 .sec__img.sec__img13 {
    margin: 0 0 0 160px;
  }
}
#feature .sec.sec07 .sec__img.sec__img14 {
  margin: calc(380 * var(--vw) / 1400) 0 0 calc(-40 * var(--vw) / 1400);
  z-index: 4;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec07 .sec__img.sec__img14 {
    margin: 380px 0 0 -40px;
  }
}
#feature .sec.sec07 .sec__img.sec__img15 {
  margin: calc(170 * var(--vw) / 1400) 0 0 calc(105 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec07 .sec__img.sec__img15 {
    margin: 170px 0 0 105px;
  }
}
#feature .sec.sec07 .sec__txt {
  top: 0;
  right: calc(-66 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec07 .sec__txt {
    right: -66px;
  }
}
#feature .sec.sec08 {
  margin-top: calc(160 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec08 {
    margin-top: 160px;
  }
}
#feature .sec.sec08 .sec__img.sec__img16 {
  margin: 0 auto;
}
#feature .sec.sec09 {
  margin-top: calc(160 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec09 {
    margin-top: 160px;
  }
}
#feature .sec.sec09 .sec__img.sec__img17 {
  margin: 0 0 0 calc(205 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec09 .sec__img.sec__img17 {
    margin: 0 0 0 205px;
  }
}
#feature .sec.sec09 .sec__img.sec__img18 {
  margin: calc(140 * var(--vw) / 1400) 0 0 calc(90 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec09 .sec__img.sec__img18 {
    margin: 140px 0 0 90px;
  }
}
#feature .sec.sec09 .sec__txt {
  top: calc(513 * var(--vw) / 1400);
  left: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec09 .sec__txt {
    top: 513px;
  }
}
#feature .sec.sec10 {
  margin-top: calc(224 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec10 {
    margin-top: 224px;
  }
}
#feature .sec.sec10 .sec__img.sec__img19 {
  margin: 0 0 0 calc(745 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec10 .sec__img.sec__img19 {
    margin: 0 0 0 745px;
  }
}
#feature .sec.sec10 .sec__img.sec__img20 {
  margin: calc(60 * var(--vw) / 1400) 0 0 calc(422 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec10 .sec__img.sec__img20 {
    margin: 60px 0 0 422px;
  }
}
#feature .sec.sec10 .sec__txt {
  top: calc(138 * var(--vw) / 1400);
  left: calc(153 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec10 .sec__txt {
    top: 138px;
    left: 153px;
  }
}
#feature .sec.sec10 .sec__btn {
  width: calc(100 * var(--vw) / 1400);
  max-width: 100px;
  position: relative;
  margin: calc(134 * var(--vw) / 1400) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec10 .sec__btn {
    margin: 134px auto 0;
  }
}
#feature .sec.sec10 .sec__btn a {
  font-family: "century-gothic", sans-serif;
  font-size: calc(20 * var(--vw) / 1400);
  line-height: calc(28 * var(--vw) / 1400);
  border-bottom: 3px double #58595b;
  letter-spacing: 0.04em;
  color: #000000;
  font-weight: 400;
  white-space: nowrap;
  padding-left: calc(1 * var(--vw) / 1400);
  padding-bottom: calc(3 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec10 .sec__btn a {
    font-size: 20px;
    line-height: 28px;
    padding-left: 1px;
    padding-bottom: 3px;
  }
}
#feature .sec.sec10 .sec__staff {
  margin: calc(136 * var(--vw) / 1400) auto 0;
  font-family: "century-gothic", sans-serif;
  font-size: calc(12 * var(--vw) / 1400);
  line-height: calc(21 * var(--vw) / 1400);
  letter-spacing: 0.04em;
  color: #58595b;
  font-weight: 400;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec10 .sec__staff {
    margin: 136px auto 0;
    font-size: 12px;
    line-height: 21px;
  }
}/*# sourceMappingURL=style.css.map */