@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes fadeInSimple {
  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: #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;
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
  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 .js_anime.is_fade {
  opacity: 0;
  transition: 1s;
}
#feature .js_anime.is_fadein {
  opacity: 0;
  transform: translate(0, calc(20 * var(--vw) * 0.28 / 750));
  transition: 1s;
}
#feature .js_anime.is_fadespinleft {
  opacity: 0;
  transform: translate(calc(20 * var(--vw) * 0.28 / 750), calc(50 * var(--vw) * 0.28 / 750)) rotate(2deg);
  transition: 1s;
}
#feature .js_anime.is_fadespinright {
  opacity: 0;
  transform: translate(calc(-20 * var(--vw) * 0.28 / 750), calc(50 * var(--vw) * 0.28 / 750)) rotate(-2deg);
  transition: 1s;
}
#feature .js_anime.is_show.is_fade {
  opacity: 1;
}
#feature .js_anime.is_show.is_fadein {
  opacity: 1;
  transform: translate(0, 0);
}
#feature .js_anime.is_show.is_fadespinleft {
  opacity: 1;
  transform: translate(0, 0);
}
#feature .js_anime.is_show.is_fadespinright {
  opacity: 1;
  transform: translate(0, 0);
}

#feature {
  /*メインビジュアル（.hero)
    ----------------------------*/
}
#feature .hero {
  height: calc(670 * var(--vw) / 1400);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: sticky;
  top: 80px;
}
#feature .hero .hero__img {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#feature .hero .hero__img.hero__img01 {
  width: calc(177 * var(--vw) / 1400);
  top: calc(134 * var(--vw) / 1400);
  left: calc(162 * var(--vw) / 1400);
  transform: rotate(6deg);
}
#feature .hero .hero__img.hero__img02 {
  width: calc(221 * var(--vw) / 1400);
  top: calc(46 * var(--vw) / 1400);
  left: calc(420 * var(--vw) / 1400);
  transform: rotate(-4deg);
  transition-delay: 0.75s;
}
#feature .hero .hero__img.hero__img03 {
  width: calc(219 * var(--vw) / 1400);
  top: calc(82 * var(--vw) / 1400);
  left: calc(720 * var(--vw) / 1400);
  transform: rotate(-6deg);
  transition-delay: 0.45s;
}
#feature .hero .hero__img.hero__img04 {
  width: calc(295 * var(--vw) / 1400);
  top: calc(62 * var(--vw) / 1400);
  left: calc(976 * var(--vw) / 1400);
  transform: rotate(10deg);
  transition-delay: 0.3s;
}
#feature .hero .hero__img.hero__img05 {
  width: calc(233 * var(--vw) / 1400);
  top: calc(366 * var(--vw) / 1400);
  left: calc(295 * var(--vw) / 1400);
  transform: rotate(12deg);
  transition-delay: 0.75s;
}
#feature .hero .hero__img.hero__img06 {
  width: calc(219 * var(--vw) / 1400);
  top: calc(454 * var(--vw) / 1400);
  left: calc(567 * var(--vw) / 1400);
  transform: rotate(2deg);
  z-index: 2;
  transition-delay: 0.15s;
}
#feature .hero .hero__img.hero__img07 {
  width: calc(322 * var(--vw) / 1400);
  top: calc(378 * var(--vw) / 1400);
  left: calc(829 * var(--vw) / 1400);
  transform: rotate(-10deg);
  transition-delay: 0.6s;
}
#feature .hero .hero__logo {
  width: calc(473 * var(--vw) / 1400);
  margin-left: calc(8 * var(--vw) / 1400);
  position: relative;
}
#feature .hero.is_show .hero__img {
  opacity: 1;
}
#feature .main {
  margin-top: calc(70 * var(--vw) / 1400);
  position: relative;
  display: flex;
  background-color: #f2f7f6;
}
#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::after {
  content: "";
  position: absolute;
  top: calc(-10 * var(--vw) * 0.28 / 750);
  left: 0;
  width: 100%;
  height: calc(100% + 10 * var(--vw) * 0.28 / 750);
  background: linear-gradient(#f2f7f6, transparent);
  filter: blur(calc(5 * var(--vw) * 0.28 / 750));
  z-index: -1;
}
#feature .main .left .left__logo {
  width: calc(366 * var(--vw) / 1400);
  margin-left: calc(8 * 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::after {
  content: "";
  position: absolute;
  top: calc(-10 * var(--vw) * 0.28 / 750);
  left: 0;
  width: 100%;
  height: calc(100% + 10 * var(--vw) * 0.28 / 750);
  background: linear-gradient(#f2f7f6, transparent);
  filter: blur(calc(5 * var(--vw) * 0.28 / 750));
  z-index: -1;
}
#feature .main .right .right__btn {
  width: calc(300 * var(--vw) / 1400);
}
#feature .main .right .right__btn.right__btn02 {
  margin-top: calc(10 * var(--vw) / 1400);
}
#feature .main .center {
  width: calc(392 * var(--vw) / 1400);
  overflow-x: clip;
}
#feature .sec {
  padding-bottom: calc(190 * var(--vw) * 0.28 / 750);
  position: relative;
  z-index: 2;
  background-color: #fff;
}
#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;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#feature .sec .sec__credit .credit .item::after {
  content: "/";
  font-family: "neulis-sans", sans-serif;
  font-weight: 600;
  font-size: calc(24 * var(--vw) * 0.28 / 750);
  line-height: calc(42 * var(--vw) * 0.28 / 750);
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: calc(100% + 4 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "neulis-sans", sans-serif;
  font-weight: 600;
  font-size: calc(24 * var(--vw) * 0.28 / 750);
  line-height: calc(42 * var(--vw) * 0.28 / 750);
  letter-spacing: 0.055em;
  white-space: nowrap;
}
#feature .sec .sec__credit.sec__credit01 {
  width: calc(480 * var(--vw) * 0.28 / 750);
  top: calc(100% + 50 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit01 .credit {
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__credit.sec__credit01 .credit .item:nth-child(1) {
  margin: 0 0 0 calc(248 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit01 .credit .item:nth-child(1)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit01 .credit .item:nth-child(2) {
  margin: calc(18 * var(--vw) * 0.28 / 750) calc(250 * var(--vw) * 0.28 / 750) 0 calc(138 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit01 .credit .item:nth-child(2)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit01 .credit .item:nth-child(3) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 calc(0 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit01 .credit .item:nth-child(4) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 calc(24 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit01 .credit .item:nth-child(4)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit02 {
  width: calc(500 * var(--vw) * 0.28 / 750);
  top: calc(100% + 56 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit02 .credit {
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__credit.sec__credit02 .credit .item:nth-child(1) {
  margin: 0 0 0 calc(138 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit02 .credit .item:nth-child(1)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit02 .credit .item:nth-child(2) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 calc(0 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit02 .credit .item:nth-child(3) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 calc(24 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit02 .credit .item:nth-child(3)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit03 {
  width: calc(650 * var(--vw) * 0.28 / 750);
  top: calc(100% + 56 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit03 .credit {
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(1) {
  margin: 0 calc(150 * var(--vw) * 0.28 / 750) 0 calc(138 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(1)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(2) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 calc(0 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(3) {
  margin: calc(12 * var(--vw) * 0.28 / 750) calc(150 * var(--vw) * 0.28 / 750) 0 calc(24 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(5) {
  margin: 0 0 0 calc(24 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(6) {
  margin: 0 0 0 calc(24 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(6)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit04 {
  width: calc(550 * var(--vw) * 0.28 / 750);
  top: calc(100% + 50 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit04 .credit {
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__credit.sec__credit04 .credit .item:nth-child(1) {
  margin: 0 calc(150 * var(--vw) * 0.28 / 750) 0 calc(138 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit04 .credit .item:nth-child(1)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit04 .credit .item:nth-child(2) {
  margin: calc(18 * var(--vw) * 0.28 / 750) calc(150 * var(--vw) * 0.28 / 750) 0 calc(138 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit04 .credit .item:nth-child(2)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit04 .credit .item:nth-child(3) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 0;
}
#feature .sec .sec__credit.sec__credit04 .credit .item:nth-child(4) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 calc(24 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit04 .credit .item:nth-child(4)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit05 {
  width: calc(500 * var(--vw) * 0.28 / 750);
  top: calc(100% + 56 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit {
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) {
  margin: 0 0 0 calc(208 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 0;
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(3) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 calc(24 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(3)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit06 {
  width: calc(650 * var(--vw) * 0.28 / 750);
  top: calc(100% + 58 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit06 .credit {
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__credit.sec__credit06 .credit .item:nth-child(1) {
  margin: 0 calc(200 * var(--vw) * 0.28 / 750) 0 calc(208 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit06 .credit .item:nth-child(1)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit06 .credit .item:nth-child(2) {
  margin: calc(18 * var(--vw) * 0.28 / 750) calc(200 * var(--vw) * 0.28 / 750) 0 calc(248 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit06 .credit .item:nth-child(2)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit06 .credit .item:nth-child(3) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 0;
}
#feature .sec .sec__credit.sec__credit06 .credit .item:nth-child(4) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 calc(24 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit06 .credit .item:nth-child(6) {
  margin: 0 0 0 calc(24 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit06 .credit .item:nth-child(7) {
  margin: 0 0 0 calc(24 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit06 .credit .item:nth-child(7)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit07 {
  width: calc(450 * var(--vw) * 0.28 / 750);
  top: calc(100% + 46 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit07 .credit {
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__credit.sec__credit07 .credit .item:nth-child(1) {
  margin: 0 0 0 calc(138 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit07 .credit .item:nth-child(1)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit07 .credit .item:nth-child(2) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 0;
}
#feature .sec .sec__credit.sec__credit07 .credit .item:nth-child(2)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit08 {
  width: calc(500 * var(--vw) * 0.28 / 750);
  top: calc(100% + 56 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit08 .credit {
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) {
  margin: 0 0 0 calc(248 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) {
  margin: calc(18 * var(--vw) * 0.28 / 750) 0 0 calc(206 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(3) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 0;
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(3)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit09 {
  width: calc(550 * var(--vw) * 0.28 / 750);
  top: calc(100% + 54 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit09 .credit {
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__credit.sec__credit09 .credit .item:nth-child(1) {
  margin: 0 0 0 calc(206 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit09 .credit .item:nth-child(1)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit09 .credit .item:nth-child(2) {
  margin: calc(18 * var(--vw) * 0.28 / 750) calc(150 * var(--vw) * 0.28 / 750) 0 calc(138 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit09 .credit .item:nth-child(2)::after {
  display: none;
}
#feature .sec .sec__credit.sec__credit09 .credit .item:nth-child(3) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 0;
}
#feature .sec .sec__credit.sec__credit09 .credit .item:nth-child(4) {
  margin: calc(12 * var(--vw) * 0.28 / 750) 0 0 calc(24 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__credit.sec__credit09 .credit .item:nth-child(4)::after {
  display: none;
}
#feature .sec .sec__block {
  width: 100%;
  position: relative;
}
#feature .sec .sec__lead {
  width: 100%;
  height: calc(429 * var(--vw) * 0.28 / 750);
  font-weight: 600;
  font-size: calc(24 * var(--vw) * 0.28 / 750);
  line-height: calc(42 * var(--vw) * 0.28 / 750);
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .sec .sec__lead::after {
  content: "";
  position: absolute;
  top: calc(-10 * var(--vw) * 0.28 / 750);
  left: 0;
  width: 100%;
  height: calc(100% + 10 * var(--vw) * 0.28 / 750);
  background: linear-gradient(#f2f7f6, transparent);
  filter: blur(calc(5 * var(--vw) * 0.28 / 750));
  z-index: -1;
}
#feature .sec .sec__data {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #0a53bc;
}
#feature .sec .sec__data img {
  width: calc(528 * var(--vw) * 0.28 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(752 * var(--vw) * 0.28 / 750);
  margin: 0 0 0 calc(14 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__img.sec__img02 {
  width: calc(530 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__img.sec__img03 {
  width: calc(530 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__img.sec__img04 {
  width: calc(530 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__img.sec__img05 {
  width: calc(430 * var(--vw) * 0.28 / 750);
  margin-top: calc(92 * var(--vw) * 0.28 / 750);
  z-index: 3;
}
#feature .sec .sec__img.sec__img06 {
  width: calc(410 * var(--vw) * 0.28 / 750);
  margin: calc(-440 * var(--vw) * 0.28 / 750) 0 0 auto;
  z-index: 2;
}
#feature .sec .sec__img.sec__img07 {
  width: calc(750 * var(--vw) * 0.28 / 750);
  margin-top: calc(-84 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__img.sec__img08 {
  width: calc(783 * var(--vw) * 0.28 / 750);
  margin: calc(320 * var(--vw) * 0.28 / 750) 0 0 calc(-32 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__img.sec__img09 {
  width: calc(650 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__img.sec__img10 {
  width: calc(650 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__img.sec__img11 {
  width: calc(310 * var(--vw) * 0.28 / 750);
  margin-top: calc(92 * var(--vw) * 0.28 / 750);
  z-index: 2;
}
#feature .sec .sec__img.sec__img12 {
  width: calc(550 * var(--vw) * 0.28 / 750);
  margin: calc(-474 * var(--vw) * 0.28 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img13 {
  width: calc(760 * var(--vw) * 0.28 / 750);
  margin: calc(128 * var(--vw) * 0.28 / 750) 0 0 calc(-12 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__img.sec__img14 {
  width: calc(690 * var(--vw) * 0.28 / 750);
  margin: calc(132 * var(--vw) * 0.28 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img15 {
  width: calc(590 * var(--vw) * 0.28 / 750);
  margin-top: calc(60 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__img.sec__img16 {
  width: calc(682 * var(--vw) * 0.28 / 750);
  margin: calc(50 * var(--vw) * 0.28 / 750) 0 0 calc(38 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__bg {
  position: absolute;
  z-index: -1;
}
#feature .sec .sec__bg.sec__bg01 {
  width: calc(370 * var(--vw) * 0.28 / 750);
  top: calc(504 * var(--vw) * 0.28 / 750);
  left: 0;
}
#feature .sec .sec__bg.sec__bg02 {
  width: calc(350 * var(--vw) * 0.28 / 750);
  top: calc(358 * var(--vw) * 0.28 / 750);
  right: 0;
}
#feature .sec .sec__bg.sec__bg03 {
  width: calc(370 * var(--vw) * 0.28 / 750);
  top: calc(352 * var(--vw) * 0.28 / 750);
  left: 0;
}
#feature .sec .sec__bg.sec__bg04 {
  width: calc(410 * var(--vw) * 0.28 / 750);
  top: calc(770 * var(--vw) * 0.28 / 750);
  right: 0;
}
#feature .sec .sec__icon {
  position: absolute;
}
#feature .sec .sec__icon.sec__icon01 {
  width: calc(230 * var(--vw) * 0.28 / 750);
  top: calc(100% + 54 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon02 {
  width: calc(170 * var(--vw) * 0.28 / 750);
  top: calc(100% + 54 * var(--vw) * 0.28 / 750);
  left: calc(540 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon03 {
  width: calc(120 * var(--vw) * 0.28 / 750);
  top: calc(100% + 60 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon04 {
  width: calc(80 * var(--vw) * 0.28 / 750);
  top: calc(100% + 60 * var(--vw) * 0.28 / 750);
  left: calc(630 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon05 {
  width: calc(120 * var(--vw) * 0.28 / 750);
  top: calc(100% + 60 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon06 {
  width: calc(80 * var(--vw) * 0.28 / 750);
  top: calc(100% + 60 * var(--vw) * 0.28 / 750);
  left: calc(630 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon07 {
  width: calc(120 * var(--vw) * 0.28 / 750);
  top: calc(100% + 54 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon08 {
  width: calc(80 * var(--vw) * 0.28 / 750);
  top: calc(100% + 54 * var(--vw) * 0.28 / 750);
  left: calc(630 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon09 {
  width: calc(189 * var(--vw) * 0.28 / 750);
  top: calc(100% + 60 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon10 {
  width: calc(80 * var(--vw) * 0.28 / 750);
  top: calc(100% + 60 * var(--vw) * 0.28 / 750);
  left: calc(630 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon11 {
  width: calc(230 * var(--vw) * 0.28 / 750);
  top: calc(100% + 62 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon12 {
  width: calc(170 * var(--vw) * 0.28 / 750);
  top: calc(100% + 62 * var(--vw) * 0.28 / 750);
  left: calc(540 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon13 {
  width: calc(120 * var(--vw) * 0.28 / 750);
  top: calc(100% + 50 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon14 {
  width: calc(80 * var(--vw) * 0.28 / 750);
  top: calc(100% + 50 * var(--vw) * 0.28 / 750);
  left: calc(630 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon15 {
  width: calc(230 * var(--vw) * 0.28 / 750);
  top: calc(100% + 60 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon16 {
  width: calc(170 * var(--vw) * 0.28 / 750);
  top: calc(100% + 60 * var(--vw) * 0.28 / 750);
  left: calc(540 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon17 {
  width: calc(189 * var(--vw) * 0.28 / 750);
  top: calc(100% + 58 * var(--vw) * 0.28 / 750);
  left: calc(40 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__icon.sec__icon18 {
  width: calc(80 * var(--vw) * 0.28 / 750);
  top: calc(100% + 58 * var(--vw) * 0.28 / 750);
  left: calc(630 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__txtimg {
  position: absolute;
}
#feature .sec .sec__txtimg.sec__txtimg01 {
  width: calc(380 * var(--vw) * 0.28 / 750);
  position: relative;
  margin: calc(134 * var(--vw) * 0.28 / 750) 0 0 calc(46 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg02 {
  width: calc(284 * var(--vw) * 0.28 / 750);
  top: calc(-22 * var(--vw) * 0.28 / 750);
  left: calc(436 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg03 {
  width: calc(280 * var(--vw) * 0.28 / 750);
  top: calc(-68 * var(--vw) * 0.28 / 750);
  left: calc(42 * var(--vw) * 0.28 / 750);
  z-index: 3;
}
#feature .sec .sec__txtimg.sec__txtimg04 {
  width: calc(266 * var(--vw) * 0.28 / 750);
  top: calc(382 * var(--vw) * 0.28 / 750);
  left: calc(470 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg05 {
  width: calc(586 * var(--vw) * 0.28 / 750);
  position: relative;
  margin: calc(144 * var(--vw) * 0.28 / 750) 0 0 calc(88 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__color {
  position: absolute;
}
#feature .sec .sec__color.sec__color01 {
  width: calc(177 * var(--vw) * 0.28 / 750);
  top: calc(-74 * var(--vw) * 0.28 / 750);
  left: calc(532 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__color.sec__color02 {
  width: calc(177 * var(--vw) * 0.28 / 750);
  top: calc(216 * var(--vw) * 0.28 / 750);
  left: calc(534 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__color.sec__color03 {
  width: calc(163 * var(--vw) * 0.28 / 750);
  top: calc(-72 * var(--vw) * 0.28 / 750);
  left: calc(546 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__color.sec__color04 {
  width: calc(163 * var(--vw) * 0.28 / 750);
  top: calc(56 * var(--vw) * 0.28 / 750);
  left: calc(546 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__txt {
  width: calc(670 * var(--vw) * 0.28 / 750);
  margin: 0 auto;
  font-weight: 600;
  font-size: calc(22 * var(--vw) * 0.28 / 750);
  line-height: calc(38.5 * var(--vw) * 0.28 / 750);
  letter-spacing: 0.105em;
  text-align: justify;
}
#feature .sec .sec__txt.sec__txt01 {
  margin-top: calc(250 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__txt.sec__txt02 {
  margin-top: calc(196 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__txt.sec__txt03 {
  margin-top: calc(250 * var(--vw) * 0.28 / 750);
  letter-spacing: 0.14em;
}
#feature .sec .sec__txt.sec__txt04 {
  margin-top: calc(196 * var(--vw) * 0.28 / 750);
  letter-spacing: 0.12em;
}
#feature .sec .sec__txt.sec__txt05 {
  margin-top: calc(300 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__txt.sec__txt06 {
  margin-top: calc(186 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__txt.sec__txt07 {
  margin-top: calc(256 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__txt.sec__txt08 {
  margin-top: calc(252 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__slider.sec__slider01 {
  margin-top: calc(14 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__slider.sec__slider01 .splide .splide__slide {
  width: calc(530 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__slider.sec__slider01 .splide .splide__slide:last-child {
  margin: 0 !important;
}
#feature .sec .sec__slider.sec__slider02 {
  margin-top: calc(208 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__slider.sec__slider02 .splide .splide__slide {
  width: calc(650 * var(--vw) * 0.28 / 750);
  margin-right: calc(20 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__btn {
  width: calc(670 * var(--vw) * 0.28 / 750);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__btn.sec__btn01 {
  margin-top: calc(146 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__btn.sec__btn02 {
  margin-top: calc(20 * var(--vw) * 0.28 / 750);
}
#feature .sec .sec__staff {
  margin-top: calc(130 * var(--vw) * 0.28 / 750);
  font-family: "neulis-sans", sans-serif;
  font-weight: 600;
  font-size: calc(24 * var(--vw) * 0.28 / 750);
  line-height: calc(42 * var(--vw) * 0.28 / 750);
  letter-spacing: 0.04em;
}/*# sourceMappingURL=style.css.map */