@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    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;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #333333;
  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;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #333333;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature figure {
  background-color: #fff;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature svg {
  width: 100%;
  height: auto;
  display: block;
}
#feature .is_blink {
  animation: blink 1.2s ease-in-out infinite alternate;
}
#feature .js_anime.is_fadeup {
  translate: 0 5svh;
  transition: translate 1.5s ease, opacity 1.8s ease;
  opacity: 0;
}
#feature .js_anime .is_fadeup {
  translate: 0 5svh;
  transition: translate 1.5s ease, opacity 1.8s ease;
  opacity: 0;
}
#feature .js_anime.is_blur {
  opacity: 0;
  filter: blur(calc(10 * var(--vw) * 0.3214285714 / 750));
  transition: all 1s ease-out;
}
#feature .js_anime .is_blur {
  opacity: 0;
  filter: blur(calc(10 * var(--vw) * 0.3214285714 / 750));
  transition: all 1s ease-out;
}
#feature .js_anime.is_fade {
  transition: all 1s cubic-bezier(0.85, 0, 0.15, 1);
  opacity: 0;
}
#feature .js_anime .is_fade {
  transition: all 1s cubic-bezier(0.85, 0, 0.15, 1);
  opacity: 0;
}
#feature .js_anime .is_d1 {
  transition-delay: 0.3s;
}
#feature .js_anime .is_d2 {
  transition-delay: 0.6s;
}
#feature .js_anime .is_d3 {
  transition-delay: 0.9s;
}
#feature .js_anime.is_d1 {
  transition-delay: 0.3s;
}
#feature .js_anime.is_d2 {
  transition-delay: 0.6s;
}
#feature .js_anime.is_d3 {
  transition-delay: 0.9s;
}
#feature .js_anime.is_show.is_fadeup {
  opacity: 1;
  translate: 0 0;
}
#feature .js_anime.is_show .is_fadeup {
  opacity: 1;
  translate: 0 0;
}
#feature .js_anime.is_show.is_blur {
  opacity: 1;
  filter: blur(0);
}
#feature .js_anime.is_show .is_blur {
  opacity: 1;
  filter: blur(0);
}
#feature .js_anime.is_show.is_fade {
  opacity: 1;
}
#feature .js_anime.is_show .is_fade {
  opacity: 1;
}

#feature .main {
  display: flex;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
#feature .main::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg02.png);
  background-repeat: repeat;
  background-size: calc(750 * var(--vw) * 0.3214285714 / 750);
  background-position: center calc(22 * var(--vw) * 0.3214285714 / 750);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#feature .main .left {
  height: calc(100vh - 80px);
  flex: 1;
  position: sticky;
  top: 80px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .main .left .left__logo {
  width: calc(330 * var(--vw) / 1400);
}
#feature .main .right {
  height: calc(100vh - 80px);
  flex: 1;
  position: sticky;
  top: 80px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .main .right .right__btn {
  width: calc(210 * var(--vw) / 1400);
}
#feature .main .right .right__btn figure {
  background-color: transparent;
}
#feature .main .center {
  width: calc(450 * var(--vw) / 1400);
  background-color: #c5d5db;
  position: relative;
  overflow-x: clip;
}
#feature {
  /*メインビジュアル（.hero)
    ----------------------------*/
}
#feature .hero {
  position: sticky;
  top: 80px;
}
#feature .hero .hero__img {
  width: 100%;
  position: relative;
}
#feature .sec {
  position: sticky;
  top: 80px;
  z-index: 2;
  background-color: #fff;
  overflow-x: clip;
}
#feature .sec .sec__credit {
  position: absolute;
  width: 100%;
  position: absolute;
  z-index: 20;
}
#feature .sec .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(18 * var(--vw) * 0.3214285714 / 750);
}
#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;
  margin: 0 auto;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: calc(20 * var(--vw) * 0.3214285714 / 750);
  line-height: calc(36 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.025em;
}
#feature .sec .sec__credit.sec__credit01 {
  width: calc(500 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 64 * var(--vw) * 0.3214285714 / 750);
  left: 0;
}
#feature .sec .sec__credit.sec__credit02 {
  width: calc(550 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 30 * var(--vw) * 0.3214285714 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit02 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit02 .credit .item:nth-child(1) {
  margin-left: calc(30 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit02 .credit .item:nth-child(2) {
  margin-right: calc(30 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit03 {
  width: calc(550 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 30 * var(--vw) * 0.3214285714 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit03 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(1) {
  margin-left: calc(30 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(2) {
  margin-right: calc(30 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit04 {
  width: calc(520 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 64 * var(--vw) * 0.3214285714 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit04 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit05 {
  width: calc(520 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 50 * var(--vw) * 0.3214285714 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit05 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) {
  margin-left: calc(30 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) {
  margin-right: calc(30 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit06 {
  width: calc(500 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 32 * var(--vw) * 0.3214285714 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit06 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit07 {
  width: calc(500 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 32 * var(--vw) * 0.3214285714 / 750);
  left: calc(40 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit08 {
  width: calc(520 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 32 * var(--vw) * 0.3214285714 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit08 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) {
  margin-left: calc(30 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) {
  margin-right: calc(30 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit09 {
  width: calc(380 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 66 * var(--vw) * 0.3214285714 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit09 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit10 {
  width: calc(380 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 32 * var(--vw) * 0.3214285714 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit10 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit11 {
  width: calc(550 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 32 * var(--vw) * 0.3214285714 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit11 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit12 {
  width: calc(540 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 32 * var(--vw) * 0.3214285714 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit12 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit13 {
  width: -moz-fit-content;
  width: fit-content;
  top: calc(100% + -68 * var(--vw) * 0.3214285714 / 750);
  left: calc(40 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit13 .credit {
  display: block;
}
#feature .sec .sec__credit.sec__credit14 {
  width: calc(550 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 30 * var(--vw) * 0.3214285714 / 750);
  left: calc(40 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit15 {
  width: 100%;
  top: calc(100% + 30 * var(--vw) * 0.3214285714 / 750);
  left: 0;
}
#feature .sec .sec__credit.sec__credit15 .credit {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#feature .sec .sec__credit.sec__credit16 {
  width: calc(540 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 64 * var(--vw) * 0.3214285714 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit16 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit16 .credit .item:nth-child(1) {
  margin-left: calc(30 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit16 .credit .item:nth-child(2) {
  margin-right: calc(30 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit17 {
  width: calc(700 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 30 * var(--vw) * 0.3214285714 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit17 .credit {
  justify-content: center;
}
#feature .sec .sec__block {
  width: 100%;
  position: relative;
}
#feature .sec .sec__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(750 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img02 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img03 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img04 {
  width: calc(750 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img05 {
  width: calc(650 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img05 figure {
  background-color: transparent;
}
#feature .sec .sec__img.sec__img06 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img07 {
  width: calc(750 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img08 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img09 {
  width: calc(750 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img10 {
  width: calc(540 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img11 {
  width: calc(540 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img12 {
  width: calc(630 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img13 {
  width: calc(1500 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img14 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img15 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img16 {
  width: calc(750 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img17 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img18 {
  width: calc(750 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img19 {
  width: calc(540 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img20 {
  width: calc(540 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img21 {
  width: calc(540 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img22 {
  width: calc(540 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img23 {
  width: calc(750 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img24 {
  width: calc(540 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img25 {
  width: calc(750 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img26 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img27 {
  width: calc(700 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img28 {
  width: calc(620 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img29 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img30 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img31 {
  width: calc(420 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img32 {
  width: calc(420 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img33 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img34 {
  width: calc(750 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img35 {
  width: calc(630 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__no {
  position: absolute;
  pointer-events: none;
}
#feature .sec .sec__no.sec__no01 {
  width: calc(130 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__no.sec__no02 {
  width: calc(70 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__no.sec__no03 {
  width: calc(144 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__no.sec__no04 {
  width: calc(146 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__no.sec__no05 {
  width: calc(144 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__no.sec__no06 {
  width: calc(148 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__no.sec__no07 {
  width: calc(142 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__no.sec__no08 {
  width: calc(150 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__no.sec__no09 {
  width: calc(148 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__no.sec__no10 {
  width: calc(128 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__no.sec__no11 {
  width: calc(108 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__no.sec__no12 {
  width: calc(68 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__no.sec__no13 {
  width: calc(120 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__icon {
  position: absolute;
  pointer-events: none;
}
#feature .sec .sec__icon.sec__icon01 {
  width: calc(670 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__icon.sec__icon02 {
  width: calc(74 * var(--vw) * 0.3214285714 / 750);
  position: relative;
}
#feature .sec .sec__txtimg {
  position: absolute;
  pointer-events: none;
}
#feature .sec .sec__txtimg.sec__txtimg01 {
  width: calc(310 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg02 {
  width: calc(470 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg03 {
  width: calc(370 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg04 {
  width: calc(290 * var(--vw) * 0.3214285714 / 750);
  position: relative;
}
#feature .sec .sec__ttl {
  font-family: "piepie", sans-serif;
  font-weight: 400;
  font-size: calc(54 * var(--vw) * 0.3214285714 / 750);
  line-height: calc(54 * var(--vw) * 0.3214285714 / 750);
  color: #95bee8;
  letter-spacing: 0.05em;
}
#feature .sec .sec__txt {
  font-size: calc(24 * var(--vw) * 0.3214285714 / 750);
  line-height: calc(52.8 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.05em;
}
#feature .sec .sec__navlist {
  display: flex;
  justify-content: center;
  gap: 0 calc(40 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__navlist .sec__nav {
  width: calc(120 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__navlist .sec__nav a {
  width: 100%;
  padding-bottom: calc(14 * var(--vw) * 0.3214285714 / 750);
  border-bottom: calc(4 * var(--vw) * 0.3214285714 / 750) solid #95bee8;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: calc(32 * var(--vw) * 0.3214285714 / 750);
  line-height: calc(32 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.03em;
}
#feature .sec .splide .splide__pagination {
  width: 100%;
  display: flex;
  gap: 0 calc(14 * var(--vw) * 0.3214285714 / 750);
  top: calc(100% + 12 * var(--vw) * 0.3214285714 / 750);
  left: 0;
}
#feature .sec .splide .splide__pagination li {
  width: calc(14 * var(--vw) * 0.3214285714 / 750);
  height: calc(14 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .splide .splide__pagination li .splide__pagination__page {
  width: 100%;
  height: 100%;
  border: 1px solid #95bee8;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #fff;
}
#feature .sec .splide .splide__pagination li .splide__pagination__page.is-active {
  background-color: #95bee8;
  transform: initial;
}
#feature .sec .sec__btn {
  width: calc(344 * var(--vw) * 0.3214285714 / 750);
  margin: 0 auto;
}
#feature .sec .sec__staffarea {
  width: calc(618 * var(--vw) * 0.3214285714 / 750);
  height: calc(715 * var(--vw) * 0.3214285714 / 750);
  margin: 0 auto;
  background-image: url(../img/bg03.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#feature .sec .sec__staffarea .sec__staffttl {
  font-family: "piepie", sans-serif;
  font-weight: 400;
  font-size: calc(42 * var(--vw) * 0.3214285714 / 750);
  line-height: calc(42 * var(--vw) * 0.3214285714 / 750);
  color: #95bee8;
  letter-spacing: 0.05em;
}
#feature .sec .sec__staffarea .sec__stafftxt {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: calc(22 * var(--vw) * 0.3214285714 / 750);
  line-height: calc(44 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.025em;
}
#feature .sec .sec__startarea {
  width: 100%;
  height: calc(360 * var(--vw) * 0.3214285714 / 750);
  background-image: url(../img/start.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .sec .sec__startarea .sec__start {
  width: calc(356 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__beside {
  overflow: hidden;
}
#feature .sec.sec01 {
  padding-top: calc(116 * var(--vw) * 0.3214285714 / 750);
  padding-bottom: calc(750 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__ttl.sec__ttl02 {
  margin-top: calc(116 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__txt.sec__txt01 {
  margin-top: calc(46 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__txt.sec__txt01 p {
  margin-top: calc(32 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__txt.sec__txt01 p:nth-child(1) {
  margin-top: 0;
}
#feature .sec.sec01 .sec__txt.sec__txt02 {
  margin-top: calc(18 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__startarea {
  padding-bottom: calc(12 * var(--vw) * 0.3214285714 / 750);
  margin-top: calc(66 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__navlist {
  margin-top: calc(46 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__img.sec__img01 {
  margin-top: calc(240 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin: calc(100 * var(--vw) * 0.3214285714 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img02 .splide__pagination {
  justify-content: flex-start;
}
#feature .sec.sec01 .sec__img.sec__img03 {
  margin-top: calc(408 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__img.sec__img03 .splide__pagination {
  justify-content: flex-end;
}
#feature .sec.sec01 .sec__img.sec__img04 {
  margin: calc(134 * var(--vw) * 0.3214285714 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img05 {
  margin: 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img06 {
  margin: calc(374 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec.sec01 .sec__img.sec__img07 {
  margin-top: calc(100 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__img.sec__img08 {
  margin: calc(338 * var(--vw) * 0.3214285714 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img09 {
  margin-top: calc(100 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__img.sec__img09 .splide__pagination {
  justify-content: center;
}
#feature .sec.sec01 .sec__img.sec__img10 {
  margin: calc(408 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec.sec01 .sec__img.sec__img11 {
  margin: 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img12 {
  margin: calc(394 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec.sec01 .sec__img.sec__img13 {
  transform: translateX(-50%);
}
#feature .sec.sec01 .sec__img.sec__img14 {
  margin-top: calc(98 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__img.sec__img15 {
  margin: calc(410 * var(--vw) * 0.3214285714 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img16 {
  margin-top: calc(100 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__img.sec__img16 .splide__pagination {
  justify-content: center;
}
#feature .sec.sec01 .sec__img.sec__img17 {
  margin: calc(134 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec.sec01 .sec__no.sec__no01 {
  top: calc(-40 * var(--vw) * 0.3214285714 / 750);
  left: calc(60 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__no.sec__no02 {
  top: 0;
  right: calc(-110 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__no.sec__no03 {
  top: calc(10 * var(--vw) * 0.3214285714 / 750);
  left: 0;
}
#feature .sec.sec01 .sec__no.sec__no04 {
  top: calc(-40 * var(--vw) * 0.3214285714 / 750);
  left: calc(-38 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__no.sec__no05 {
  top: calc(210 * var(--vw) * 0.3214285714 / 750);
  right: calc(-44 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__no.sec__no06 {
  top: calc(-38 * var(--vw) * 0.3214285714 / 750);
  left: calc(62 * var(--vw) * 0.3214285714 / 750);
  z-index: 3;
}
#feature .sec.sec01 .sec__no.sec__no07 {
  top: calc(-38 * var(--vw) * 0.3214285714 / 750);
  left: calc(-38 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec01 .sec__bg.sec__bg01 {
  width: 100%;
  padding-top: calc(60 * var(--vw) * 0.3214285714 / 750);
  padding-bottom: calc(60 * var(--vw) * 0.3214285714 / 750);
  background-image: url(../img/bg01.jpg);
  background-size: cover;
}
#feature .sec.sec01 .sec__icon.sec__icon01 {
  top: calc(-40 * var(--vw) * 0.3214285714 / 750);
  left: calc(40 * var(--vw) * 0.3214285714 / 750);
  z-index: 3;
}
#feature .sec.sec01 .sec__txtimg.sec__txtimg01 {
  bottom: calc(20 * var(--vw) * 0.3214285714 / 750);
  right: calc(-50 * var(--vw) * 0.3214285714 / 750);
  z-index: 3;
}
#feature .sec.sec01 .sec__besidearea {
  margin-top: calc(338 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 {
  padding-bottom: calc(300 * var(--vw) * 0.3214285714 / 750);
  margin-top: 50vh;
}
#feature .sec.sec02 .sec__bg.sec__bg02 {
  width: 100%;
  position: relative;
  z-index: 2;
}
#feature .sec.sec02 .sec__bg.sec__bg02::after {
  content: "";
  width: 100%;
  height: calc(6326 * var(--vw) * 0.3214285714 / 750);
  background-image: url(../img/bg02.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center calc(22 * var(--vw) * 0.3214285714 / 750);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#feature .sec.sec02 .sec__img.sec__img19 {
  margin: calc(100 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img19 .splide__pagination {
  justify-content: center;
}
#feature .sec.sec02 .sec__img.sec__img20 {
  margin: calc(370 * var(--vw) * 0.3214285714 / 750) 0 0 auto;
}
#feature .sec.sec02 .sec__img.sec__img21 {
  margin-top: calc(-120 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__img.sec__img22 {
  margin: calc(-100 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img23 {
  margin-top: calc(336 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__img.sec__img24 {
  margin: calc(100 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img25 {
  margin-top: calc(336 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__img.sec__img26 {
  margin: calc(134 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img27 {
  margin-top: calc(362 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__img.sec__img28 {
  margin: calc(40 * var(--vw) * 0.3214285714 / 750) 0 0 auto;
}
#feature .sec.sec02 .sec__img.sec__img29 {
  margin: calc(240 * var(--vw) * 0.3214285714 / 750) 0 0 auto;
}
#feature .sec.sec02 .sec__img.sec__img29 .splide__pagination {
  justify-content: flex-start;
}
#feature .sec.sec02 .sec__img.sec__img30 {
  margin-top: calc(134 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__img.sec__img33 {
  margin: calc(336 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img34 {
  margin-top: calc(100 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__img.sec__img35 {
  margin: calc(40 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec.sec02 .sec__no.sec__no08 {
  bottom: calc(-40 * var(--vw) * 0.3214285714 / 750);
  right: calc(40 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__no.sec__no09 {
  top: calc(-40 * var(--vw) * 0.3214285714 / 750);
  left: calc(-40 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__no.sec__no10 {
  top: calc(-38 * var(--vw) * 0.3214285714 / 750);
  right: calc(60 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__no.sec__no11 {
  top: calc(-36 * var(--vw) * 0.3214285714 / 750);
  left: calc(64 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__no.sec__no12 {
  top: calc(6 * var(--vw) * 0.3214285714 / 750);
  left: calc(-110 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__no.sec__no13 {
  top: calc(-38 * var(--vw) * 0.3214285714 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec.sec02 .sec__txtimg.sec__txtimg02 {
  top: calc(-26 * var(--vw) * 0.3214285714 / 750);
  left: calc(60 * var(--vw) * 0.3214285714 / 750);
  z-index: 3;
}
#feature .sec.sec02 .sec__txtimg.sec__txtimg03 {
  top: calc(560 * var(--vw) * 0.3214285714 / 750);
  right: calc(40 * var(--vw) * 0.3214285714 / 750);
  z-index: 3;
}
#feature .sec.sec02 .sec__txtimg.sec__txtimg04 {
  margin: calc(408 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec.sec02 .sec__slider {
  margin-top: calc(338 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__slider .splide__slide {
  width: calc(420 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__btn {
  margin-top: calc(298 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__staffarea {
  padding-top: calc(96 * var(--vw) * 0.3214285714 / 750);
  margin-top: calc(200 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__staffarea .sec__stafftxt.sec__stafftxt01 {
  margin-top: calc(32 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__staffarea .sec__stafftxt.sec__stafftxt02 {
  margin-top: calc(28 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec.sec02 .sec__icon.sec__icon02 {
  margin: calc(34 * var(--vw) * 0.3214285714 / 750) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .main {
    display: flex;
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
  #feature .main::after {
    content: "";
    width: 100vw;
    height: 100vh;
    background-image: url(../img/bg02.png);
    background-repeat: repeat;
    background-size: 450px;
    background-position: center 13.2px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #feature .main .left {
    height: calc(100vh - 80px);
    flex: 1;
    position: sticky;
    top: 80px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .main .left .left__logo {
    width: 330px;
  }
  #feature .main .right {
    height: calc(100vh - 80px);
    flex: 1;
    position: sticky;
    top: 80px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .main .right .right__btn {
    width: 210px;
  }
  #feature .main .right .right__btn figure {
    background-color: transparent;
  }
  #feature .main .center {
    width: 450px;
    background-color: #c5d5db;
    position: relative;
    overflow-x: clip;
  }
  #feature {
    /*メインビジュアル（.hero)
    ----------------------------*/
  }
  #feature .hero {
    position: sticky;
    top: 80px;
  }
  #feature .hero .hero__img {
    width: 100%;
    position: relative;
  }
  #feature .sec {
    position: sticky;
    top: 80px;
    z-index: 2;
    background-color: #fff;
    overflow-x: clip;
  }
  #feature .sec .sec__credit {
    position: absolute;
    width: 100%;
    position: absolute;
    z-index: 20;
  }
  #feature .sec .sec__credit .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10.8px;
  }
  #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;
    margin: 0 auto;
  }
  #feature .sec .sec__credit .credit .item .link p {
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21.6px;
    letter-spacing: 0.025em;
  }
  #feature .sec .sec__credit.sec__credit01 {
    width: 300px;
    top: calc(100% + 38.4px);
    left: 0;
  }
  #feature .sec .sec__credit.sec__credit02 {
    width: 330px;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit02 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit02 .credit .item:nth-child(1) {
    margin-left: 18px;
  }
  #feature .sec .sec__credit.sec__credit02 .credit .item:nth-child(2) {
    margin-right: 18px;
  }
  #feature .sec .sec__credit.sec__credit03 {
    width: 330px;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit03 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(1) {
    margin-left: 18px;
  }
  #feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(2) {
    margin-right: 18px;
  }
  #feature .sec .sec__credit.sec__credit04 {
    width: 312px;
    top: calc(100% + 38.4px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit04 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit05 {
    width: 312px;
    top: calc(100% + 30px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit05 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) {
    margin-left: 18px;
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) {
    margin-right: 18px;
  }
  #feature .sec .sec__credit.sec__credit06 {
    width: 300px;
    top: calc(100% + 19.2px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit06 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit07 {
    width: 300px;
    top: calc(100% + 19.2px);
    left: 24px;
  }
  #feature .sec .sec__credit.sec__credit08 {
    width: 312px;
    top: calc(100% + 19.2px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit08 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) {
    margin-left: 18px;
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) {
    margin-right: 18px;
  }
  #feature .sec .sec__credit.sec__credit09 {
    width: 228px;
    top: calc(100% + 39.6px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit09 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit10 {
    width: 228px;
    top: calc(100% + 19.2px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit10 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit11 {
    width: 330px;
    top: calc(100% + 19.2px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit11 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit12 {
    width: 324px;
    top: calc(100% + 19.2px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit12 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit13 {
    width: -moz-fit-content;
    width: fit-content;
    top: calc(100% - 40.8px);
    left: 24px;
  }
  #feature .sec .sec__credit.sec__credit13 .credit {
    display: block;
  }
  #feature .sec .sec__credit.sec__credit14 {
    width: 330px;
    top: calc(100% + 18px);
    left: 24px;
  }
  #feature .sec .sec__credit.sec__credit15 {
    width: 100%;
    top: calc(100% + 18px);
    left: 0;
  }
  #feature .sec .sec__credit.sec__credit15 .credit {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #feature .sec .sec__credit.sec__credit16 {
    width: 324px;
    top: calc(100% + 38.4px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit16 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit16 .credit .item:nth-child(1) {
    margin-left: 18px;
  }
  #feature .sec .sec__credit.sec__credit16 .credit .item:nth-child(2) {
    margin-right: 18px;
  }
  #feature .sec .sec__credit.sec__credit17 {
    width: 420px;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit17 .credit {
    justify-content: center;
  }
  #feature .sec .sec__block {
    width: 100%;
    position: relative;
  }
  #feature .sec .sec__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  #feature .sec .sec__img {
    position: relative;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 450px;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 360px;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 360px;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 450px;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 390px;
  }
  #feature .sec .sec__img.sec__img05 figure {
    background-color: transparent;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 360px;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 450px;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 360px;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 450px;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 324px;
  }
  #feature .sec .sec__img.sec__img11 {
    width: 324px;
  }
  #feature .sec .sec__img.sec__img12 {
    width: 378px;
  }
  #feature .sec .sec__img.sec__img13 {
    width: 900px;
  }
  #feature .sec .sec__img.sec__img14 {
    width: 360px;
  }
  #feature .sec .sec__img.sec__img15 {
    width: 360px;
  }
  #feature .sec .sec__img.sec__img16 {
    width: 450px;
  }
  #feature .sec .sec__img.sec__img17 {
    width: 360px;
  }
  #feature .sec .sec__img.sec__img18 {
    width: 450px;
  }
  #feature .sec .sec__img.sec__img19 {
    width: 324px;
  }
  #feature .sec .sec__img.sec__img20 {
    width: 324px;
  }
  #feature .sec .sec__img.sec__img21 {
    width: 324px;
  }
  #feature .sec .sec__img.sec__img22 {
    width: 324px;
  }
  #feature .sec .sec__img.sec__img23 {
    width: 450px;
  }
  #feature .sec .sec__img.sec__img24 {
    width: 324px;
  }
  #feature .sec .sec__img.sec__img25 {
    width: 450px;
  }
  #feature .sec .sec__img.sec__img26 {
    width: 360px;
  }
  #feature .sec .sec__img.sec__img27 {
    width: 420px;
  }
  #feature .sec .sec__img.sec__img28 {
    width: 372px;
  }
  #feature .sec .sec__img.sec__img29 {
    width: 360px;
  }
  #feature .sec .sec__img.sec__img30 {
    width: 360px;
  }
  #feature .sec .sec__img.sec__img31 {
    width: 252px;
  }
  #feature .sec .sec__img.sec__img32 {
    width: 252px;
  }
  #feature .sec .sec__img.sec__img33 {
    width: 360px;
  }
  #feature .sec .sec__img.sec__img34 {
    width: 450px;
  }
  #feature .sec .sec__img.sec__img35 {
    width: 378px;
  }
  #feature .sec .sec__no {
    position: absolute;
  }
  #feature .sec .sec__no.sec__no01 {
    width: 78px;
  }
  #feature .sec .sec__no.sec__no02 {
    width: 42px;
  }
  #feature .sec .sec__no.sec__no03 {
    width: 86.4px;
  }
  #feature .sec .sec__no.sec__no04 {
    width: 87.6px;
  }
  #feature .sec .sec__no.sec__no05 {
    width: 86.4px;
  }
  #feature .sec .sec__no.sec__no06 {
    width: 88.8px;
  }
  #feature .sec .sec__no.sec__no07 {
    width: 85.2px;
  }
  #feature .sec .sec__no.sec__no08 {
    width: 90px;
  }
  #feature .sec .sec__no.sec__no09 {
    width: 88.8px;
  }
  #feature .sec .sec__no.sec__no10 {
    width: 76.8px;
  }
  #feature .sec .sec__no.sec__no11 {
    width: 64.8px;
  }
  #feature .sec .sec__no.sec__no12 {
    width: 40.8px;
  }
  #feature .sec .sec__no.sec__no13 {
    width: 72px;
  }
  #feature .sec .sec__icon {
    position: absolute;
  }
  #feature .sec .sec__icon.sec__icon01 {
    width: 402px;
  }
  #feature .sec .sec__icon.sec__icon02 {
    width: 44.4px;
    position: relative;
  }
  #feature .sec .sec__txtimg {
    position: absolute;
  }
  #feature .sec .sec__txtimg.sec__txtimg01 {
    width: 186px;
  }
  #feature .sec .sec__txtimg.sec__txtimg02 {
    width: 282px;
  }
  #feature .sec .sec__txtimg.sec__txtimg03 {
    width: 222px;
  }
  #feature .sec .sec__txtimg.sec__txtimg04 {
    width: 174px;
    position: relative;
  }
  #feature .sec .sec__ttl {
    font-family: "piepie", sans-serif;
    font-weight: 400;
    font-size: 32.4px;
    line-height: 32.4px;
    color: #95bee8;
    letter-spacing: 0.05em;
  }
  #feature .sec .sec__txt {
    font-size: 14.4px;
    line-height: 31.68px;
    letter-spacing: 0.05em;
  }
  #feature .sec .sec__navlist {
    display: flex;
    justify-content: center;
    gap: 0 24px;
  }
  #feature .sec .sec__navlist .sec__nav {
    width: 72px;
  }
  #feature .sec .sec__navlist .sec__nav a {
    width: 100%;
    padding-bottom: 8.4px;
    border-bottom: 2.4px solid #95bee8;
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-size: 19.2px;
    line-height: 19.2px;
    letter-spacing: 0.03em;
  }
  #feature .sec .splide .splide__pagination {
    width: 100%;
    display: flex;
    gap: 0 8.4px;
    top: calc(100% + 7.2px);
    left: 0;
  }
  #feature .sec .splide .splide__pagination li {
    width: 8.4px;
    height: 8.4px;
  }
  #feature .sec .splide .splide__pagination li .splide__pagination__page {
    width: 100%;
    height: 100%;
    border: 1px solid #95bee8;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #fff;
  }
  #feature .sec .splide .splide__pagination li .splide__pagination__page.is-active {
    background-color: #95bee8;
    transform: initial;
  }
  #feature .sec .sec__btn {
    width: 206.4px;
    margin: 0 auto;
  }
  #feature .sec .sec__staffarea {
    width: 370.8px;
    height: 429px;
    margin: 0 auto;
    background-image: url(../img/bg03.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #feature .sec .sec__staffarea .sec__staffttl {
    font-family: "piepie", sans-serif;
    font-weight: 400;
    font-size: 25.2px;
    line-height: 25.2px;
    color: #95bee8;
    letter-spacing: 0.05em;
  }
  #feature .sec .sec__staffarea .sec__stafftxt {
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-size: 13.2px;
    line-height: 26.4px;
    letter-spacing: 0.025em;
  }
  #feature .sec .sec__startarea {
    width: 100%;
    height: 216px;
    background-image: url(../img/start.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .sec .sec__startarea .sec__start {
    width: 213.6px;
  }
  #feature .sec .sec__beside {
    overflow: hidden;
  }
  #feature .sec.sec01 {
    padding-top: 69.6px;
    padding-bottom: 450px;
  }
  #feature .sec.sec01 .sec__ttl.sec__ttl02 {
    margin-top: 69.6px;
  }
  #feature .sec.sec01 .sec__txt.sec__txt01 {
    margin-top: 27.6px;
  }
  #feature .sec.sec01 .sec__txt.sec__txt01 p {
    margin-top: 19.2px;
  }
  #feature .sec.sec01 .sec__txt.sec__txt01 p:nth-child(1) {
    margin-top: 0;
  }
  #feature .sec.sec01 .sec__txt.sec__txt02 {
    margin-top: 10.8px;
  }
  #feature .sec.sec01 .sec__startarea {
    padding-bottom: 7.2px;
    margin-top: 39.6px;
  }
  #feature .sec.sec01 .sec__navlist {
    margin-top: 27.6px;
  }
  #feature .sec.sec01 .sec__img.sec__img01 {
    margin-top: 144px;
  }
  #feature .sec.sec01 .sec__img.sec__img02 {
    margin: 60px 0 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img02 .splide__pagination {
    justify-content: flex-start;
  }
  #feature .sec.sec01 .sec__img.sec__img03 {
    margin-top: 244.8px;
  }
  #feature .sec.sec01 .sec__img.sec__img03 .splide__pagination {
    justify-content: flex-end;
  }
  #feature .sec.sec01 .sec__img.sec__img04 {
    margin: 80.4px 0 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img05 {
    margin: 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img06 {
    margin: 224.4px auto 0;
  }
  #feature .sec.sec01 .sec__img.sec__img07 {
    margin-top: 60px;
  }
  #feature .sec.sec01 .sec__img.sec__img08 {
    margin: 202.8px 0 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img09 {
    margin-top: 60px;
  }
  #feature .sec.sec01 .sec__img.sec__img09 .splide__pagination {
    justify-content: center;
  }
  #feature .sec.sec01 .sec__img.sec__img10 {
    margin: 244.8px auto 0;
  }
  #feature .sec.sec01 .sec__img.sec__img11 {
    margin: 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img12 {
    margin: 236.4px auto 0;
  }
  #feature .sec.sec01 .sec__img.sec__img13 {
    transform: translateX(-50%);
  }
  #feature .sec.sec01 .sec__img.sec__img14 {
    margin-top: 58.8px;
  }
  #feature .sec.sec01 .sec__img.sec__img15 {
    margin: 246px 0 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img16 {
    margin-top: 60px;
  }
  #feature .sec.sec01 .sec__img.sec__img16 .splide__pagination {
    justify-content: center;
  }
  #feature .sec.sec01 .sec__img.sec__img17 {
    margin: 80.4px auto 0;
  }
  #feature .sec.sec01 .sec__no.sec__no01 {
    top: -24px;
    left: 36px;
  }
  #feature .sec.sec01 .sec__no.sec__no02 {
    top: 0;
    right: -66px;
  }
  #feature .sec.sec01 .sec__no.sec__no03 {
    top: 6px;
    left: 0;
  }
  #feature .sec.sec01 .sec__no.sec__no04 {
    top: -24px;
    left: -22.8px;
  }
  #feature .sec.sec01 .sec__no.sec__no05 {
    top: 126px;
    right: -26.4px;
  }
  #feature .sec.sec01 .sec__no.sec__no06 {
    top: -22.8px;
    left: 37.2px;
    z-index: 3;
  }
  #feature .sec.sec01 .sec__no.sec__no07 {
    top: -22.8px;
    left: -22.8px;
  }
  #feature .sec.sec01 .sec__bg.sec__bg01 {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
    background-image: url(../img/bg01.jpg);
    background-size: cover;
  }
  #feature .sec.sec01 .sec__icon.sec__icon01 {
    top: -24px;
    left: 24px;
    z-index: 3;
  }
  #feature .sec.sec01 .sec__txtimg.sec__txtimg01 {
    bottom: 12px;
    right: -30px;
    z-index: 3;
  }
  #feature .sec.sec01 .sec__besidearea {
    margin-top: 202.8px;
  }
  #feature .sec.sec02 {
    padding-bottom: 180px;
    margin-top: 50vh;
  }
  #feature .sec.sec02 .sec__bg.sec__bg02 {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  #feature .sec.sec02 .sec__bg.sec__bg02::after {
    content: "";
    width: 100%;
    height: 3795.6px;
    background-image: url(../img/bg02.png);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center 13.2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #feature .sec.sec02 .sec__img.sec__img19 {
    margin: 60px auto 0;
  }
  #feature .sec.sec02 .sec__img.sec__img19 .splide__pagination {
    justify-content: center;
  }
  #feature .sec.sec02 .sec__img.sec__img20 {
    margin: 222px 0 0 auto;
  }
  #feature .sec.sec02 .sec__img.sec__img21 {
    margin-top: -72px;
  }
  #feature .sec.sec02 .sec__img.sec__img22 {
    margin: -60px auto 0;
  }
  #feature .sec.sec02 .sec__img.sec__img23 {
    margin-top: 201.6px;
  }
  #feature .sec.sec02 .sec__img.sec__img24 {
    margin: 60px auto 0;
  }
  #feature .sec.sec02 .sec__img.sec__img25 {
    margin-top: 201.6px;
  }
  #feature .sec.sec02 .sec__img.sec__img26 {
    margin: 80.4px auto 0;
  }
  #feature .sec.sec02 .sec__img.sec__img27 {
    margin-top: 217.2px;
  }
  #feature .sec.sec02 .sec__img.sec__img28 {
    margin: 24px 0 0 auto;
  }
  #feature .sec.sec02 .sec__img.sec__img29 {
    margin: 144px 0 0 auto;
  }
  #feature .sec.sec02 .sec__img.sec__img29 .splide__pagination {
    justify-content: flex-start;
  }
  #feature .sec.sec02 .sec__img.sec__img30 {
    margin-top: 80.4px;
  }
  #feature .sec.sec02 .sec__img.sec__img33 {
    margin: 201.6px auto 0;
  }
  #feature .sec.sec02 .sec__img.sec__img34 {
    margin-top: 60px;
  }
  #feature .sec.sec02 .sec__img.sec__img35 {
    margin: 24px auto 0;
  }
  #feature .sec.sec02 .sec__no.sec__no08 {
    bottom: -24px;
    right: 24px;
  }
  #feature .sec.sec02 .sec__no.sec__no09 {
    top: -24px;
    left: -24px;
  }
  #feature .sec.sec02 .sec__no.sec__no10 {
    top: -22.8px;
    right: 36px;
  }
  #feature .sec.sec02 .sec__no.sec__no11 {
    top: -21.6px;
    left: 38.4px;
  }
  #feature .sec.sec02 .sec__no.sec__no12 {
    top: 3.6px;
    left: -66px;
  }
  #feature .sec.sec02 .sec__no.sec__no13 {
    top: -22.8px;
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec.sec02 .sec__txtimg.sec__txtimg02 {
    top: -15.6px;
    left: 36px;
    z-index: 3;
  }
  #feature .sec.sec02 .sec__txtimg.sec__txtimg03 {
    top: 336px;
    right: 24px;
    z-index: 3;
  }
  #feature .sec.sec02 .sec__txtimg.sec__txtimg04 {
    margin: 244.8px auto 0;
  }
  #feature .sec.sec02 .sec__slider {
    margin-top: 202.8px;
  }
  #feature .sec.sec02 .sec__slider .splide__slide {
    width: 252px;
  }
  #feature .sec.sec02 .sec__btn {
    margin-top: 178.8px;
  }
  #feature .sec.sec02 .sec__staffarea {
    padding-top: 57.6px;
    margin-top: 120px;
  }
  #feature .sec.sec02 .sec__staffarea .sec__stafftxt.sec__stafftxt01 {
    margin-top: 19.2px;
  }
  #feature .sec.sec02 .sec__staffarea .sec__stafftxt.sec__stafftxt02 {
    margin-top: 16.8px;
  }
  #feature .sec.sec02 .sec__icon.sec__icon02 {
    margin: 20.4px auto 0;
  }
}/*# sourceMappingURL=style.css.map */