@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes zoomInAnime {
  0% {
    opacity: 0;
    scale: 1.2;
    transition: 1s all;
  }
  100% {
    opacity: 1;
    scale: 1;
    transition: 1s all;
  }
}
/*共通
----------------------------*/
.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: #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;
  background-color: #eaf3f7;
}
#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 img {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime.is_clipleft {
  opacity: 0;
  transform: translate(0, calc(30 * var(--vw) * 0.3428571429 / 750));
  transition: opacity 0.85s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#feature .js_anime.is_clipleft img {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#feature .js_anime.is_fade {
  opacity: 0;
  transform: translate(0, calc(30 * var(--vw) * 0.3428571429 / 750));
  transition: opacity 0.85s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#feature .js_anime.is_fadein {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), translate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), scale 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), rotate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#feature .js_anime.is_fadein figure {
  opacity: 0;
  overflow: hidden;
  transition: opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), translate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), scale 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), rotate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#feature .js_anime.is_fadein figure img {
  scale: 1.1;
}
#feature .js_anime.is_fadeleft {
  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), translate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), scale 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), rotate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#feature .js_anime.is_fadeleft figure {
  opacity: 0;
  overflow: hidden;
  transition: opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), translate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), scale 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), rotate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#feature .js_anime.is_fadeleft figure img {
  scale: 1.1;
}
#feature .js_anime.is_faderight {
  opacity: 0;
  transform: translateX(10%);
  transition: opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), translate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), scale 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), rotate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#feature .js_anime.is_faderight figure {
  opacity: 0;
  overflow: hidden;
  transition: opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), translate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), scale 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), rotate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#feature .js_anime.is_faderight figure img {
  scale: 1.1;
}
#feature .js_anime.is_show.is_clipleft {
  opacity: 1;
  transform: translate(0, 0);
}
#feature .js_anime.is_show.is_clipleft img {
  clip-path: inset(0);
}
#feature .js_anime.is_show.is_fade {
  opacity: 1;
  transform: translate(0, 0);
}
#feature .js_anime.is_show.is_fadein {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s ease-out, transform 1s ease-out;
}
#feature .js_anime.is_show.is_fadein figure {
  opacity: 1;
}
#feature .js_anime.is_show.is_fadein figure img {
  opacity: 1;
  animation-name: zoomInAnime;
  animation-duration: 1s;
  animation-fill-mode: both;
  transition: 1s;
}
#feature .js_anime.is_show.is_fadeleft {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease-out, transform 1s ease-out;
}
#feature .js_anime.is_show.is_fadeleft figure {
  opacity: 1;
}
#feature .js_anime.is_show.is_fadeleft figure img {
  opacity: 1;
  animation-name: zoomInAnime;
  animation-duration: 1s;
  animation-fill-mode: both;
  transition: 1s;
}
#feature .js_anime.is_show.is_faderight {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease-out, transform 1s ease-out;
}
#feature .js_anime.is_show.is_faderight figure {
  opacity: 1;
}
#feature .js_anime.is_show.is_faderight figure img {
  opacity: 1;
  animation-name: zoomInAnime;
  animation-duration: 1s;
  animation-fill-mode: both;
  transition: 1s;
}

#feature .main {
  display: flex;
}
#feature .main .left {
  height: calc(100vh - 80px);
  flex: 1;
  padding-bottom: calc(18 * var(--vw) / 1400);
  position: sticky;
  top: 80px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .main .left .left__logo {
  width: calc(231 * var(--vw) / 1400);
  opacity: 0;
  transform: translateY(100px);
  transition: 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#feature .main .left .left__logo.is_show {
  opacity: 1;
  transform: translateY(0);
}
#feature .main .left .left__logo.is_hide {
  opacity: 0;
}
#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(189 * var(--vw) / 1400);
  opacity: 0;
  transform: translateY(100px);
  transition: 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#feature .main .right .right__btn.is_show {
  opacity: 1;
  transform: translateY(0);
}
#feature .main .right .right__btn.is_hide {
  opacity: 0;
}
#feature .main .center {
  width: calc(480 * var(--vw) / 1400);
  overflow-x: clip;
  position: relative;
}
#feature {
  /*メインビジュアル（.hero)
    ----------------------------*/
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__logo {
  width: calc(417 * var(--vw) * 0.3428571429 / 750);
  position: absolute;
  top: calc(124 * var(--vw) * 0.3428571429 / 750);
  right: calc(20 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec {
  padding-bottom: calc(176 * var(--vw) * 0.3428571429 / 750);
  position: relative;
  z-index: 2;
}
#feature .sec .sec__credit {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 20;
}
#feature .sec .sec__credit .credit {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: calc(30 * var(--vw) * 0.3428571429 / 750) calc(20 * var(--vw) * 0.3428571429 / 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;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: calc(24 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(22 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.02em;
  color: #5d78a8;
  position: relative;
}
#feature .sec .sec__credit .credit .item .link p::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5d78a8;
  position: absolute;
  bottom: calc(-4 * var(--vw) * 0.3428571429 / 750);
  left: 0;
}
#feature .sec .sec__credit.sec__credit01 {
  width: calc(450 * var(--vw) * 0.3428571429 / 750);
  top: calc(100% + 42 * var(--vw) * 0.3428571429 / 750);
  right: calc(30 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__credit.sec__credit01 .credit {
  justify-content: flex-end;
}
#feature .sec .sec__credit.sec__credit02 {
  width: calc(350 * var(--vw) * 0.3428571429 / 750);
  top: calc(100% + 42 * var(--vw) * 0.3428571429 / 750);
  right: calc(30 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__credit.sec__credit02 .credit {
  justify-content: flex-end;
}
#feature .sec .sec__credit.sec__credit03 {
  width: calc(550 * var(--vw) * 0.3428571429 / 750);
  top: calc(100% + 42 * var(--vw) * 0.3428571429 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit03 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit03 .credit .item .link p {
  color: #fff;
}
#feature .sec .sec__credit.sec__credit03 .credit .item .link p::after {
  background-color: #fff;
}
#feature .sec .sec__credit.sec__credit04 {
  width: calc(380 * var(--vw) * 0.3428571429 / 750);
  top: calc(100% + 42 * var(--vw) * 0.3428571429 / 750);
  left: calc(30 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__credit.sec__credit04 .credit {
  justify-content: flex-start;
}
#feature .sec .sec__credit.sec__credit05 {
  width: calc(600 * var(--vw) * 0.3428571429 / 750);
  top: calc(100% + 42 * var(--vw) * 0.3428571429 / 750);
  right: calc(30 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit {
  justify-content: flex-end;
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) {
  margin-left: calc(100 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__credit.sec__credit06 {
  width: 100%;
  top: calc(100% + 42 * var(--vw) * 0.3428571429 / 750);
  left: 0;
}
#feature .sec .sec__credit.sec__credit06 .credit {
  margin: 0 auto;
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit06 .credit .item .link p {
  color: #fff;
}
#feature .sec .sec__credit.sec__credit06 .credit .item .link p::after {
  background-color: #fff;
}
#feature .sec .sec__credit.sec__credit07 {
  width: calc(400 * var(--vw) * 0.3428571429 / 750);
  top: calc(100% + 42 * var(--vw) * 0.3428571429 / 750);
  right: calc(30 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__credit.sec__credit07 .credit {
  justify-content: flex-end;
}
#feature .sec .sec__block {
  width: 100%;
  position: relative;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: 100%;
  margin-top: calc(146 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img02 {
  width: calc(644 * var(--vw) * 0.3428571429 / 750);
  margin: calc(70 * var(--vw) * 0.3428571429 / 750) 0 0 calc(76 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img03 {
  width: calc(630 * var(--vw) * 0.3428571429 / 750);
  margin: calc(320 * var(--vw) * 0.3428571429 / 750) 0 0 calc(30 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img04 {
  width: calc(690 * var(--vw) * 0.3428571429 / 750);
  margin: calc(70 * var(--vw) * 0.3428571429 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img05 {
  width: 100%;
  margin-top: calc(320 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img06 {
  width: calc(672 * var(--vw) * 0.3428571429 / 750);
  margin: calc(72 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec .sec__img.sec__img07 {
  width: calc(696 * var(--vw) * 0.3428571429 / 750);
  margin: calc(180 * var(--vw) * 0.3428571429 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img08 {
  width: calc(660 * var(--vw) * 0.3428571429 / 750);
  margin-top: calc(70 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img09 {
  width: calc(690 * var(--vw) * 0.3428571429 / 750);
  margin: calc(320 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec .sec__img.sec__img10 {
  width: calc(630 * var(--vw) * 0.3428571429 / 750);
  margin: calc(68 * var(--vw) * 0.3428571429 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img11 {
  width: 100%;
  margin-top: calc(320 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img12 {
  width: calc(616 * var(--vw) * 0.3428571429 / 750);
  margin: calc(68 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec .sec__img.sec__img13 {
  width: calc(690 * var(--vw) * 0.3428571429 / 750);
  margin-top: calc(180 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img14 {
  width: calc(666 * var(--vw) * 0.3428571429 / 750);
  margin: calc(70 * var(--vw) * 0.3428571429 / 750) 0 0 auto;
}
#feature .sec .sec__icon {
  position: relative;
}
#feature .sec .sec__icon.sec__icon01 {
  width: calc(275 * var(--vw) * 0.3428571429 / 750);
  margin: calc(50 * var(--vw) * 0.3428571429 / 750) calc(30 * var(--vw) * 0.3428571429 / 750) 0 auto;
}
#feature .sec .sec__icon.sec__icon02 {
  width: calc(143 * var(--vw) * 0.3428571429 / 750);
  margin: calc(50 * var(--vw) * 0.3428571429 / 750) calc(30 * var(--vw) * 0.3428571429 / 750) 0 auto;
}
#feature .sec .sec__icon.sec__icon03 {
  width: calc(302 * var(--vw) * 0.3428571429 / 750);
  margin: calc(50 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec .sec__icon.sec__icon04 {
  width: calc(336 * var(--vw) * 0.3428571429 / 750);
  margin: calc(50 * var(--vw) * 0.3428571429 / 750) 0 0 calc(30 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__icon.sec__icon05 {
  width: calc(211 * var(--vw) * 0.3428571429 / 750);
  margin: calc(50 * var(--vw) * 0.3428571429 / 750) calc(30 * var(--vw) * 0.3428571429 / 750) 0 auto;
}
#feature .sec .sec__icon.sec__icon06 {
  width: calc(143 * var(--vw) * 0.3428571429 / 750);
  margin: calc(50 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec .sec__icon.sec__icon07 {
  width: calc(513 * var(--vw) * 0.3428571429 / 750);
  margin: calc(50 * var(--vw) * 0.3428571429 / 750) calc(30 * var(--vw) * 0.3428571429 / 750) 0 auto;
}
#feature .sec .sec__icon.sec__icon08 {
  width: calc(494 * var(--vw) * 0.3428571429 / 750);
  margin: calc(32 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec .sec__ttl {
  position: relative;
}
#feature .sec .sec__ttl.sec__ttl01 {
  width: calc(314 * var(--vw) * 0.3428571429 / 750);
  margin: calc(72 * var(--vw) * 0.3428571429 / 750) 0 0 calc(220 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__ttl.sec__ttl02 {
  width: calc(314 * var(--vw) * 0.3428571429 / 750);
  margin: calc(72 * var(--vw) * 0.3428571429 / 750) 0 0 calc(220 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .splide .splide__slide {
  width: 100%;
}
#feature .sec .splide .splide__pagination {
  gap: 0 calc(12 * var(--vw) * 0.3428571429 / 750);
  bottom: calc(32 * var(--vw) * 0.3428571429 / 750);
  right: calc(20 * var(--vw) * 0.3428571429 / 750);
  left: initial;
}
#feature .sec .splide .splide__pagination li {
  width: calc(10 * var(--vw) * 0.3428571429 / 750);
  height: calc(10 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .splide .splide__pagination li .splide__pagination__page {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
  background-color: transparent;
}
#feature .sec .splide .splide__pagination li .splide__pagination__page.is-active {
  background-color: #fff;
  transform: initial;
}
#feature .sec .sec__txt {
  margin-top: calc(106 * var(--vw) * 0.3428571429 / 750);
  font-size: calc(24 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(52.8 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.05em;
  color: #525354;
}
#feature .sec .sec__bg.sec__bg01 {
  padding-bottom: calc(300 * var(--vw) * 0.3428571429 / 750);
  background-color: #bfdbe7;
}
#feature .sec .sec__bg.sec__bg02 {
  padding-bottom: calc(248 * var(--vw) * 0.3428571429 / 750);
  background-color: #b2c7db;
}
#feature .sec .sec__btn {
  width: calc(604 * var(--vw) * 0.3428571429 / 750);
  margin: calc(320 * var(--vw) * 0.3428571429 / 750) auto 0;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__variation {
  padding-bottom: calc(44 * var(--vw) * 0.3428571429 / 750);
  border-bottom: 1px solid #5d78a8;
}
#feature .sec .sec__variation .sec__variationttl {
  width: 100%;
  margin-top: calc(182 * var(--vw) * 0.3428571429 / 750);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .sec .sec__variation .sec__variationttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5d78a8;
  position: absolute;
  top: calc(12 * var(--vw) * 0.3428571429 / 750);
  left: 0;
  z-index: -1;
}
#feature .sec .sec__variation .sec__variationttl span {
  font-family: "Crimson Text", serif;
  font-weight: 300;
  font-size: calc(32 * var(--vw) * 0.3428571429 / 750);
  line-height: 1;
  letter-spacing: 0.03em;
  color: #5d78a8;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 calc(16 * var(--vw) * 0.3428571429 / 750);
  margin: 0 auto;
  display: block;
  background-color: #eaf3f7;
  white-space: nowrap;
}
@media screen and (min-width: 1400px) {
  #feature .main {
    display: flex;
  }
  #feature .main .left {
    height: calc(100vh - 80px);
    flex: 1;
    padding-bottom: 18px;
    position: sticky;
    top: 80px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .main .left .left__logo {
    width: 231px;
  }
  #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: 189px;
  }
  #feature .main .center {
    width: 480px;
    overflow-x: clip;
    position: relative;
  }
  #feature {
    /*メインビジュアル（.hero)
    ----------------------------*/
  }
  #feature .hero {
    position: relative;
  }
  #feature .hero .hero__logo {
    width: 266.88px;
    position: absolute;
    top: 79.36px;
    right: 12.8px;
  }
  #feature .sec {
    padding-bottom: 112.64px;
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__credit {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    z-index: 20;
  }
  #feature .sec .sec__credit .credit {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 19.2px 12.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;
  }
  #feature .sec .sec__credit .credit .item .link p {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-size: 15.36px;
    line-height: 14.08px;
    letter-spacing: 0.02em;
    color: #5d78a8;
    position: relative;
  }
  #feature .sec .sec__credit .credit .item .link p::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #5d78a8;
    position: absolute;
    bottom: -2.56px;
    left: 0;
  }
  #feature .sec .sec__credit.sec__credit01 {
    width: 288px;
    top: calc(100% + 26.88px);
    right: 19.2px;
  }
  #feature .sec .sec__credit.sec__credit01 .credit {
    justify-content: flex-end;
  }
  #feature .sec .sec__credit.sec__credit02 {
    width: 224px;
    top: calc(100% + 26.88px);
    right: 19.2px;
  }
  #feature .sec .sec__credit.sec__credit02 .credit {
    justify-content: flex-end;
  }
  #feature .sec .sec__credit.sec__credit03 {
    width: 352px;
    top: calc(100% + 26.88px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit03 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit03 .credit .item .link p {
    color: #fff;
  }
  #feature .sec .sec__credit.sec__credit03 .credit .item .link p::after {
    background-color: #fff;
  }
  #feature .sec .sec__credit.sec__credit04 {
    width: 243.2px;
    top: calc(100% + 26.88px);
    left: 19.2px;
  }
  #feature .sec .sec__credit.sec__credit04 .credit {
    justify-content: flex-start;
  }
  #feature .sec .sec__credit.sec__credit05 {
    width: 384px;
    top: calc(100% + 26.88px);
    right: 19.2px;
  }
  #feature .sec .sec__credit.sec__credit05 .credit {
    justify-content: flex-end;
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) {
    margin-left: 64px;
  }
  #feature .sec .sec__credit.sec__credit06 {
    width: 100%;
    top: calc(100% + 26.88px);
    left: 0;
  }
  #feature .sec .sec__credit.sec__credit06 .credit {
    margin: 0 auto;
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit06 .credit .item .link p {
    color: #fff;
  }
  #feature .sec .sec__credit.sec__credit06 .credit .item .link p::after {
    background-color: #fff;
  }
  #feature .sec .sec__credit.sec__credit07 {
    width: 256px;
    top: calc(100% + 26.88px);
    right: 19.2px;
  }
  #feature .sec .sec__credit.sec__credit07 .credit {
    justify-content: flex-end;
  }
  #feature .sec .sec__block {
    width: 100%;
    position: relative;
  }
  #feature .sec .sec__img {
    position: relative;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 100%;
    margin-top: 93.44px;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 412.16px;
    margin: 44.8px 0 0 48.64px;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 403.2px;
    margin: 204.8px 0 0 19.2px;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 441.6px;
    margin: 44.8px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 100%;
    margin-top: 204.8px;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 430.08px;
    margin: 46.08px auto 0;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 445.44px;
    margin: 115.2px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 422.4px;
    margin-top: 44.8px;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 441.6px;
    margin: 204.8px auto 0;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 403.2px;
    margin: 43.52px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img11 {
    width: 100%;
    margin-top: 204.8px;
  }
  #feature .sec .sec__img.sec__img12 {
    width: 394.24px;
    margin: 43.52px auto 0;
  }
  #feature .sec .sec__img.sec__img13 {
    width: 441.6px;
    margin-top: 115.2px;
  }
  #feature .sec .sec__img.sec__img14 {
    width: 426.24px;
    margin: 44.8px 0 0 auto;
  }
  #feature .sec .sec__icon {
    position: relative;
  }
  #feature .sec .sec__icon.sec__icon01 {
    width: 176px;
    margin: 32px 19.2px 0 auto;
  }
  #feature .sec .sec__icon.sec__icon02 {
    width: 91.52px;
    margin: 32px 19.2px 0 auto;
  }
  #feature .sec .sec__icon.sec__icon03 {
    width: 193.28px;
    margin: 32px auto 0;
  }
  #feature .sec .sec__icon.sec__icon04 {
    width: 215.04px;
    margin: 32px 0 0 19.2px;
  }
  #feature .sec .sec__icon.sec__icon05 {
    width: 135.04px;
    margin: 32px 19.2px 0 auto;
  }
  #feature .sec .sec__icon.sec__icon06 {
    width: 91.52px;
    margin: 32px auto 0;
  }
  #feature .sec .sec__icon.sec__icon07 {
    width: 328.32px;
    margin: 32px 19.2px 0 auto;
  }
  #feature .sec .sec__icon.sec__icon08 {
    width: 316.16px;
    margin: 20.48px auto 0;
  }
  #feature .sec .sec__ttl {
    position: relative;
  }
  #feature .sec .sec__ttl.sec__ttl01 {
    width: 200.96px;
    margin: 46.08px 0 0 140.8px;
  }
  #feature .sec .sec__ttl.sec__ttl02 {
    width: 200.96px;
    margin: 46.08px 0 0 140.8px;
  }
  #feature .sec .splide .splide__slide {
    width: 100%;
  }
  #feature .sec .splide .splide__pagination {
    gap: 0 7.68px;
    bottom: 20.48px;
    right: 12.8px;
    left: initial;
  }
  #feature .sec .splide .splide__pagination li {
    width: 6.4px;
    height: 6.4px;
  }
  #feature .sec .splide .splide__pagination li .splide__pagination__page {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.3s;
    background-color: transparent;
  }
  #feature .sec .splide .splide__pagination li .splide__pagination__page.is-active {
    background-color: #fff;
    transform: initial;
  }
  #feature .sec .sec__txt {
    margin-top: 67.84px;
    font-size: 15.36px;
    line-height: 33.792px;
    letter-spacing: 0.05em;
    color: #525354;
  }
  #feature .sec .sec__bg.sec__bg01 {
    padding-bottom: 192px;
    background-color: #bfdbe7;
  }
  #feature .sec .sec__bg.sec__bg02 {
    padding-bottom: 158.72px;
    background-color: #b2c7db;
  }
  #feature .sec .sec__btn {
    width: 386.56px;
    margin: 204.8px auto 0;
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__variation {
    padding-bottom: 28.16px;
    border-bottom: 1px solid #5d78a8;
  }
  #feature .sec .sec__variation .sec__variationttl {
    width: 100%;
    margin-top: 116.48px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .sec .sec__variation .sec__variationttl::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #5d78a8;
    position: absolute;
    top: 7.68px;
    left: 0;
    z-index: -1;
  }
  #feature .sec .sec__variation .sec__variationttl span {
    font-family: "Crimson Text", serif;
    font-weight: 300;
    font-size: 20.48px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #5d78a8;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10.24px;
    margin: 0 auto;
    display: block;
    background-color: #eaf3f7;
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */