@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-snslist {
  position: relative;
  z-index: 3;
}

.is_spnone {
  display: block;
}

.is_pcnone {
  display: block;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  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;
  transition: 0.3s;
  pointer-events: auto;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature figure {
  background-color: #fff;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime.is_fade figure {
  opacity: 0;
  transform: translateY(30px);
  transition: 2s;
}
#feature .js_anime.is_fade .splide {
  opacity: 0;
  transform: translateY(30px);
  transition: 2s;
}
#feature .js_anime.is_focus figure {
  opacity: 0;
  transition: 3s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  overflow: hidden;
}
#feature .js_anime.is_focus figure img {
  transition: 3s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: scale(1.2);
}
#feature .js_anime.is_show.is_fade figure {
  opacity: 1;
  transform: translateY(0);
}
#feature .js_anime.is_show.is_fade .splide {
  opacity: 1;
  transform: translateY(0);
}
#feature .js_anime.is_show.is_focus figure {
  opacity: 1;
}
#feature .js_anime.is_show.is_focus figure img {
  transform: none;
}

#feature {
  display: flex;
  /*メインビジュアル（.hero)
    ----------------------------*/
}
#feature .hero {
  width: 50%;
  height: calc(100vh - 80px);
  position: sticky;
  top: 80px;
}
#feature .hero .hero__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#feature .hero .hero__img figure {
  width: 100%;
  height: 100%;
}
#feature .hero .hero__img figure a {
  width: 100%;
  height: 100%;
}
#feature .hero .hero__img figure a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#feature .hero .hero__logo {
  width: calc(356 * var(--vw) / 1400);
  position: absolute;
  bottom: calc(68 * var(--vw) / 1400);
  left: calc(168 * var(--vw) / 1400);
}
#feature .hero .hero__logo figure {
  background-color: transparent;
}
#feature .main {
  width: 50%;
  background-color: #f2e4ee;
}
#feature .main .inner {
  width: calc(750 * var(--vw) * 0.3428571429 / 750);
  margin: 0 auto;
  overflow-x: clip;
  background-color: #fffdf5;
}
#feature .sec {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__credit {
  position: absolute;
  z-index: 20;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  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: "ivypresto-display", serif;
  font-weight: 400;
  font-size: calc(22 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(44 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.03em;
  color: #4a6289;
  position: relative;
}
#feature .sec .sec__credit .credit .item .link p::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4a6289;
  position: absolute;
  bottom: calc(8 * var(--vw) * 0.3428571429 / 750);
  left: 0;
}
#feature .sec .sec__txt {
  font-size: calc(24 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(48 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.05em;
  color: #4a6289;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(660 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img02 {
  width: calc(650 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img03 {
  width: calc(550 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img04 {
  width: calc(600 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img05 {
  width: calc(600 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img06 {
  width: calc(750 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img07 {
  width: calc(640 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img08 {
  width: calc(660 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img09 {
  width: calc(480 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img10 {
  width: calc(480 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img11 {
  width: calc(680 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img11 figure {
  background-color: transparent;
}
#feature .sec .sec__img.sec__img12 {
  width: 100%;
}
#feature .sec .sec__img.sec__img13 {
  width: calc(600 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img14 {
  width: calc(540 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img15 {
  width: calc(600 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img16 {
  width: 100%;
}
#feature .sec .sec__img.sec__img17 {
  width: calc(600 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img18 {
  width: calc(600 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img19 {
  width: calc(600 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img19::after {
  content: "";
  width: 100%;
  height: 100%;
  border: calc(9 * var(--vw) * 0.3428571429 / 750) solid #f7dcf1;
  border-left: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#feature .sec .sec__img.sec__img20 {
  width: calc(640 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img21 {
  width: calc(640 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img22 {
  width: 100%;
}
#feature .sec .sec__img.sec__img23 {
  width: calc(600 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img24 {
  width: calc(600 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img24 figure {
  background-color: transparent;
}
#feature .sec .sec__imgtxt {
  position: absolute;
  z-index: 2;
}
#feature .sec .sec__imgtxt.sec__imgtxt01 {
  width: calc(542 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__imgtxt.sec__imgtxt02 {
  width: calc(256 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__imgtxt.sec__imgtxt03 {
  width: calc(670 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__btn {
  width: calc(540 * var(--vw) * 0.3428571429 / 750);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__slider {
  position: relative;
}
#feature .sec .splide.splide01 .splide__slide {
  margin-right: calc(30 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 {
  padding-top: 80px;
  padding-bottom: calc(280 * var(--vw) * 0.3428571429 / 750);
  background-image: url(../img/bg01.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}
#feature .sec.sec01 .sec__img.sec__img01 {
  margin-top: calc(150 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin: calc(-36 * var(--vw) * 0.3428571429 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img03 {
  margin-top: calc(352 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__img.sec__img06 {
  margin-top: calc(470 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__img.sec__img07 {
  margin: calc(102 * var(--vw) * 0.3428571429 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img08 {
  margin-top: calc(100 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__img.sec__img09 {
  margin: calc(280 * var(--vw) * 0.3428571429 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img10 {
  margin: calc(10 * var(--vw) * 0.3428571429 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img11 {
  margin-top: calc(60 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__img.sec__img12 {
  margin-top: calc(366 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__img.sec__img13 {
  margin: calc(80 * var(--vw) * 0.3428571429 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img14 {
  margin-top: calc(-32 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__slider01 {
  margin: calc(78 * var(--vw) * 0.3428571429 / 750) 0 0 calc(-480 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__imgtxt.sec__imgtxt01 {
  top: calc(130 * var(--vw) * 0.3428571429 / 750);
  left: calc(42 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__imgtxt.sec__imgtxt02 {
  top: calc(246 * var(--vw) * 0.3428571429 / 750);
  left: calc(-220 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__credit.sec__credit01 {
  width: calc(520 * var(--vw) * 0.3428571429 / 750);
  top: calc(100% + 30 * var(--vw) * 0.3428571429 / 750);
  left: 0;
}
#feature .sec.sec01 .sec__credit.sec__credit01 .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(20 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__credit.sec__credit01 .credit .item:nth-child(1) {
  margin-right: calc(300 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__credit.sec__credit02 {
  width: calc(450 * var(--vw) * 0.3428571429 / 750);
  top: calc(100% + 30 * var(--vw) * 0.3428571429 / 750);
  right: calc(40 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__credit.sec__credit02 .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 calc(20 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__credit.sec__credit03 {
  width: 100%;
  top: calc(100% + 26 * var(--vw) * 0.3428571429 / 750);
  right: 0;
}
#feature .sec.sec01 .sec__credit.sec__credit03 .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 calc(20 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__credit.sec__credit04 {
  width: calc(500 * var(--vw) * 0.3428571429 / 750);
  top: calc(100% + 28 * var(--vw) * 0.3428571429 / 750);
  right: 0;
}
#feature .sec.sec01 .sec__credit.sec__credit04 .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 calc(20 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__credit.sec__credit05 {
  width: 100%;
  top: calc(100% + 28 * var(--vw) * 0.3428571429 / 750);
  right: 0;
}
#feature .sec.sec01 .sec__credit.sec__credit05 .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 calc(20 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 {
  padding-bottom: calc(194 * var(--vw) * 0.3428571429 / 750);
  background-image: url(../img/bg02.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}
#feature .sec.sec02 .sec__img.sec__img15 {
  margin: 0 auto;
}
#feature .sec.sec02 .sec__img.sec__img16 {
  margin-top: calc(100 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__img.sec__img17 {
  margin: calc(406 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img18 {
  margin: calc(10 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img19 {
  margin-top: calc(346 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__img.sec__img22 {
  margin-top: calc(410 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__img.sec__img23 {
  margin-top: calc(100 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__img.sec__img24 {
  margin: calc(50 * var(--vw) * 0.3428571429 / 750) 0 0 auto;
}
#feature .sec.sec02 .sec__imgtxt.sec__imgtxt03 {
  top: calc(96 * var(--vw) * 0.3428571429 / 750);
  left: calc(34 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__slider02 {
  margin: calc(100 * var(--vw) * 0.3428571429 / 750) 0 0 calc(-560 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__btn {
  margin: calc(306 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec.sec02 .sec__credit.sec__credit06 {
  width: calc(520 * var(--vw) * 0.3428571429 / 750);
  top: calc(100% + 28 * var(--vw) * 0.3428571429 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec.sec02 .sec__credit.sec__credit06 .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 calc(20 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__credit.sec__credit07 {
  width: calc(540 * var(--vw) * 0.3428571429 / 750);
  top: calc(100% + 28 * var(--vw) * 0.3428571429 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec.sec02 .sec__credit.sec__credit07 .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 calc(20 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__credit.sec__credit08 {
  width: calc(420 * var(--vw) * 0.3428571429 / 750);
  top: calc(100% + 28 * var(--vw) * 0.3428571429 / 750);
  right: calc(40 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__credit.sec__credit08 .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 calc(20 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__credit.sec__credit09 {
  width: calc(520 * var(--vw) * 0.3428571429 / 750);
  top: calc(100% + 30 * var(--vw) * 0.3428571429 / 750);
  left: 0;
}
#feature .sec.sec02 .sec__credit.sec__credit09 .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(20 * var(--vw) * 0.3428571429 / 750);
}
@media screen and (min-width: 1400px) {
  #feature .main {
    width: 50%;
    background-color: #f2e4ee;
  }
  #feature .main .inner {
    width: 479.99999999px;
    margin: 0 auto;
    overflow-x: clip;
  }
  #feature .sec {
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__credit {
    position: absolute;
    z-index: 20;
  }
  #feature .sec .sec__credit .credit .item {
    width: -moz-fit-content;
    width: fit-content;
    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: "ivypresto-display", serif;
    font-weight: 400;
    font-size: 14.0799999997px;
    line-height: 28.1599999994px;
    letter-spacing: 0.03em;
    color: #4a6289;
    position: relative;
  }
  #feature .sec .sec__credit .credit .item .link p::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #4a6289;
    position: absolute;
    bottom: 5.1199999999px;
    left: 0;
  }
  #feature .sec .sec__txt {
    font-size: 15.3599999997px;
    line-height: 30.7199999994px;
    letter-spacing: 0.05em;
    color: #4a6289;
  }
  #feature .sec .sec__img {
    position: relative;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 422.3999999912px;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 415.9999999913px;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 351.9999999927px;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 383.999999992px;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 383.999999992px;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 479.99999999px;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 409.5999999915px;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 422.3999999912px;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 307.1999999936px;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 307.1999999936px;
  }
  #feature .sec .sec__img.sec__img11 {
    width: 435.1999999909px;
  }
  #feature .sec .sec__img.sec__img11 figure {
    background-color: transparent;
  }
  #feature .sec .sec__img.sec__img12 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img13 {
    width: 383.999999992px;
  }
  #feature .sec .sec__img.sec__img14 {
    width: 345.5999999928px;
  }
  #feature .sec .sec__img.sec__img15 {
    width: 383.999999992px;
  }
  #feature .sec .sec__img.sec__img16 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img17 {
    width: 383.999999992px;
  }
  #feature .sec .sec__img.sec__img18 {
    width: 383.999999992px;
  }
  #feature .sec .sec__img.sec__img19 {
    width: 383.999999992px;
  }
  #feature .sec .sec__img.sec__img19::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 5.7599999999px solid #f7dcf1;
    border-left: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #feature .sec .sec__img.sec__img20 {
    width: 409.5999999915px;
  }
  #feature .sec .sec__img.sec__img21 {
    width: 409.5999999915px;
  }
  #feature .sec .sec__img.sec__img22 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img23 {
    width: 383.999999992px;
  }
  #feature .sec .sec__img.sec__img24 {
    width: 383.999999992px;
  }
  #feature .sec .sec__img.sec__img24 figure {
    background-color: transparent;
  }
  #feature .sec .sec__imgtxt {
    position: absolute;
    z-index: 2;
  }
  #feature .sec .sec__imgtxt.sec__imgtxt01 {
    width: 346.8799999928px;
  }
  #feature .sec .sec__imgtxt.sec__imgtxt02 {
    width: 163.8399999966px;
  }
  #feature .sec .sec__imgtxt.sec__imgtxt03 {
    width: 428.7999999911px;
  }
  #feature .sec .sec__btn {
    width: 345.5999999928px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__slider {
    position: relative;
  }
  #feature .sec .splide.splide01 .splide__slide {
    margin-right: 19.1999999996px;
  }
  #feature .sec.sec01 {
    padding-top: 80px;
    padding-bottom: 179.1999999963px;
    background-image: url(../img/bg01.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
  }
  #feature .sec.sec01 .sec__img.sec__img01 {
    margin-top: 95.999999998px;
  }
  #feature .sec.sec01 .sec__img.sec__img02 {
    margin: -23.0399999995px 0 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img03 {
    margin-top: 225.2799999953px;
  }
  #feature .sec.sec01 .sec__img.sec__img06 {
    margin-top: 300.7999999937px;
  }
  #feature .sec.sec01 .sec__img.sec__img07 {
    margin: 65.2799999986px 0 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img08 {
    margin-top: 63.9999999987px;
  }
  #feature .sec.sec01 .sec__img.sec__img09 {
    margin: 179.1999999963px 0 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img10 {
    margin: 6.3999999999px 0 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img11 {
    margin-top: 38.3999999992px;
  }
  #feature .sec.sec01 .sec__img.sec__img12 {
    margin-top: 234.2399999951px;
  }
  #feature .sec.sec01 .sec__img.sec__img13 {
    margin: 51.1999999989px 0 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img14 {
    margin-top: -20.4799999996px;
  }
  #feature .sec.sec01 .sec__slider01 {
    margin: 49.919999999px 0 0 -307.1999999936px;
  }
  #feature .sec.sec01 .sec__imgtxt.sec__imgtxt01 {
    top: 83.1999999983px;
    left: 26.8799999994px;
  }
  #feature .sec.sec01 .sec__imgtxt.sec__imgtxt02 {
    top: 157.4399999967px;
    left: -140.7999999971px;
  }
  #feature .sec.sec01 .sec__credit.sec__credit01 {
    width: 332.7999999931px;
    top: calc(100% + 19.1999999996px);
    left: 0;
  }
  #feature .sec.sec01 .sec__credit.sec__credit01 .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12.7999999997px;
  }
  #feature .sec.sec01 .sec__credit.sec__credit01 .credit .item:nth-child(1) {
    margin-right: 191.999999996px;
  }
  #feature .sec.sec01 .sec__credit.sec__credit02 {
    width: 287.999999994px;
    top: calc(100% + 19.1999999996px);
    right: 25.5999999995px;
  }
  #feature .sec.sec01 .sec__credit.sec__credit02 .credit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 12.7999999997px;
  }
  #feature .sec.sec01 .sec__credit.sec__credit03 {
    width: 100%;
    top: calc(100% + 16.6399999997px);
    right: 0;
  }
  #feature .sec.sec01 .sec__credit.sec__credit03 .credit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 12.7999999997px;
  }
  #feature .sec.sec01 .sec__credit.sec__credit04 {
    width: 319.9999999933px;
    top: calc(100% + 17.9199999996px);
    right: 0;
  }
  #feature .sec.sec01 .sec__credit.sec__credit04 .credit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 12.7999999997px;
  }
  #feature .sec.sec01 .sec__credit.sec__credit05 {
    width: 100%;
    top: calc(100% + 17.9199999996px);
    right: 0;
  }
  #feature .sec.sec01 .sec__credit.sec__credit05 .credit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 12.7999999997px;
  }
  #feature .sec.sec02 {
    padding-bottom: 124.1599999974px;
    background-image: url(../img/bg02.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
  }
  #feature .sec.sec02 .sec__img.sec__img15 {
    margin: 0 auto;
  }
  #feature .sec.sec02 .sec__img.sec__img16 {
    margin-top: 63.9999999987px;
  }
  #feature .sec.sec02 .sec__img.sec__img17 {
    margin: 259.8399999946px auto 0;
  }
  #feature .sec.sec02 .sec__img.sec__img18 {
    margin: 6.3999999999px auto 0;
  }
  #feature .sec.sec02 .sec__img.sec__img19 {
    margin-top: 221.4399999954px;
  }
  #feature .sec.sec02 .sec__img.sec__img22 {
    margin-top: 262.3999999945px;
  }
  #feature .sec.sec02 .sec__img.sec__img23 {
    margin-top: 63.9999999987px;
  }
  #feature .sec.sec02 .sec__img.sec__img24 {
    margin: 31.9999999993px 0 0 auto;
  }
  #feature .sec.sec02 .sec__imgtxt.sec__imgtxt03 {
    top: 61.4399999987px;
    left: 21.7599999995px;
  }
  #feature .sec.sec02 .sec__slider02 {
    margin: 63.9999999987px 0 0 -358.3999999925px;
  }
  #feature .sec.sec02 .sec__btn {
    margin: 195.8399999959px auto 0;
  }
  #feature .sec.sec02 .sec__credit.sec__credit06 {
    width: 332.7999999931px;
    top: calc(100% + 17.9199999996px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec.sec02 .sec__credit.sec__credit06 .credit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 12.7999999997px;
  }
  #feature .sec.sec02 .sec__credit.sec__credit07 {
    width: 345.5999999928px;
    top: calc(100% + 17.9199999996px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec.sec02 .sec__credit.sec__credit07 .credit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 12.7999999997px;
  }
  #feature .sec.sec02 .sec__credit.sec__credit08 {
    width: 268.7999999944px;
    top: calc(100% + 17.9199999996px);
    right: 25.5999999995px;
  }
  #feature .sec.sec02 .sec__credit.sec__credit08 .credit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 12.7999999997px;
  }
  #feature .sec.sec02 .sec__credit.sec__credit09 {
    width: 332.7999999931px;
    top: calc(100% + 19.1999999996px);
    left: 0;
  }
  #feature .sec.sec02 .sec__credit.sec__credit09 .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12.7999999997px;
  }
}/*# sourceMappingURL=style.css.map */