@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes kvTtlAnimation {
  0% {
    clip-path: inset(100% 0 0 0);
    transform: translateY(2rem);
  }
  60% {
    clip-path: inset(-5% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}
@keyframes kv-c {
  0% {
    clip: rect(0px, 100vw, 100vh, 100vw);
  }
  50% {
    clip: rect(0px, 100vw, 100vh, 0vw);
  }
  100% {
    clip: rect(0px, 100vw, 100vh, 0vw);
  }
}
@keyframes kv-b {
  0% {
    filter: blur(6px);
  }
  50% {
    filter: blur(6px);
  }
  100% {
    filter: blur(0px);
  }
}
@keyframes kv-translate {
  0% {
    transform: scale(1.5) translate3d(100px, 0, 0);
  }
  50% {
    transform: scale(1) translate3d(0px, 0, 0);
  }
  100% {
    transform: scale(1) translate3d(0px, 0, 0);
  }
}
@keyframes loading {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-3%);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0);
  }
}
/*共通
----------------------------*/
.l-container {
  width: 100%;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 990;
  background-color: #fff;
  overflow-x: clip;
  display: none;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 990;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

.feature-snslist {
  position: relative;
  z-index: 3;
}

.is_spnone {
  display: none;
}

.is_pcnone {
  display: block;
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-image: url(../img/loading_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.8s ease;
  opacity: 0;
}
.loading .loading__img {
  width: 251px;
  position: relative;
  z-index: 3;
  top: -100px;
  animation: loading 4s ease-in-out infinite;
}
.loading .loading__img img {
  width: 100%;
  height: auto;
  display: block;
}
.loading .loading__icon {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.loading .loading__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.loading.is_hide {
  filter: brightness(2) saturate(0.3);
}
.loading.is_show {
  opacity: 1;
}

#feature {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  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;
}
#feature a:hover {
  text-decoration: none;
  opacity: 1;
}
#feature button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature svg {
  overflow: initial !important;
}
#feature video {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin-top: -1px;
  margin-left: -1px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#feature .js_anime.is_txt {
  clip-path: inset(100% 0 0 0);
  transform: translateY(2rem);
}
#feature .js_anime.is_clip figure {
  clip: rect(0px, 100vw, 100vh, 100vw);
}
#feature .js_anime.is_clip figure a {
  filter: blur(6px);
}
#feature .js_anime.is_clip figure a img {
  transform: scale(1.5) translate3d(100px, 0, 0);
}
#feature .js_anime.is_show.is_txt {
  animation: kvTtlAnimation 2s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
}
#feature .js_anime.is_show.is_clip figure {
  animation-name: kv-c;
  animation-duration: 2.8s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  z-index: 30;
}
#feature .js_anime.is_show.is_clip figure a {
  animation-name: kv-b;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.48, 0.04, 0.52, 0.96);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
#feature .js_anime.is_show.is_clip figure a img {
  animation-name: kv-translate;
  animation-duration: 7s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

#feature .main {
  background-size: contain;
  background-position: center;
  display: flex;
  position: relative;
  z-index: 2;
}
#feature .main::after {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url(../img/pc-loading_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#feature .main .left {
  width: calc(740 * var(--vw) / 1440);
  position: relative;
  z-index: 3;
  overflow-x: clip;
}
#feature .main .left .left__block {
  width: calc(740 * var(--vw) / 1440);
  height: 100vh;
  position: sticky;
  top: 0;
  background-color: #fff;
}
#feature .main .left .left__block:nth-child(1) {
  opacity: 1;
  pointer-events: auto;
  padding: calc(86 * var(--vw) / 1440) 0 0 calc(52 * var(--vw) / 1440);
}
#feature .main .left .left__block:nth-child(2) {
  margin-top: 100vh;
}
#feature .main .left .left__ttl {
  width: calc(398 * var(--vw) / 1440);
  position: relative;
  z-index: 2;
}
#feature .main .left .left__icon {
  width: calc(1440 * var(--vw) / 1440);
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
#feature .main .left .left__icon img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#feature .main .left .left__slider {
  width: calc(740 * var(--vw) / 1440);
  height: 100vh;
}
#feature .main .left .left__slider .slider {
  width: calc(740 * var(--vw) / 1440);
  height: 100vh;
}
#feature .main .left .left__slider .slider .left__img {
  width: calc(740 * var(--vw) / 1440);
  height: 100vh;
  overflow: hidden;
}
#feature .main .left .left__slider .slider .left__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#feature .main .left .left__bus {
  width: calc(261 * var(--vw) / 1440);
  position: fixed;
  top: calc(304 * var(--vw) / 1440);
  right: calc(801 * var(--vw) / 1440);
  z-index: 3;
}
#feature .main .left .viewall {
  opacity: 0;
  transition: opacity 0.3s ease;
  width: calc(230 * var(--vw) / 1440);
  position: fixed;
  bottom: calc(40 * var(--vw) / 1440);
  left: calc(40 * var(--vw) / 1440);
  z-index: 100;
}
#feature .main .right {
  width: calc(180 * var(--vw) / 1440);
  position: relative;
  z-index: 3;
  overflow-x: clip;
}
#feature .main .right .right__block {
  width: calc(180 * var(--vw) / 1440);
  height: 100vh;
  position: sticky;
  top: 0;
}
#feature .main .right .right__block:nth-child(1) {
  pointer-events: none;
}
#feature .main .right .right__block:nth-child(2) {
  margin-top: 100vh;
}
#feature .main .right .right__icon {
  width: calc(1440 * var(--vw) / 1440);
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
#feature .main .right .right__icon img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#feature .main .right .right__img {
  width: calc(180 * var(--vw) / 1440);
  height: 100vh;
}
#feature .main .right .right__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#feature .main .center {
  width: calc(520 * var(--vw) / 1440);
  background-color: #fff;
  position: relative;
  z-index: 5;
  overflow-y: clip;
}
#feature .main .center .center__icon {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
#feature .main .center .center__icon.center__icon01 {
  width: calc(166 * var(--vw) / 1440);
  top: calc(983 * var(--vw) / 1440);
  right: calc(-120 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon02 {
  width: calc(113 * var(--vw) / 1440);
  top: calc(1214 * var(--vw) / 1440);
  left: calc(-35 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon03 {
  width: calc(101 * var(--vw) / 1440);
  top: calc(1890 * var(--vw) / 1440);
  right: calc(-55 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon04 {
  width: calc(150 * var(--vw) / 1440);
  top: calc(2076 * var(--vw) / 1440);
  left: calc(-75 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon05 {
  width: calc(112 * var(--vw) / 1440);
  top: calc(2594 * var(--vw) / 1440);
  right: calc(-51 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon06 {
  width: calc(101 * var(--vw) / 1440);
  top: calc(3411 * var(--vw) / 1440);
  left: calc(-46 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon07 {
  width: calc(132 * var(--vw) / 1440);
  top: calc(3867 * var(--vw) / 1440);
  right: calc(-78 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon08 {
  width: calc(101 * var(--vw) / 1440);
  top: calc(4145 * var(--vw) / 1440);
  left: calc(325 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon09 {
  width: calc(143 * var(--vw) / 1440);
  top: calc(4296 * var(--vw) / 1440);
  left: calc(-41 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon10 {
  width: calc(114 * var(--vw) / 1440);
  top: calc(4453 * var(--vw) / 1440);
  right: calc(-2 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon11 {
  width: calc(101 * var(--vw) / 1440);
  top: calc(5554 * var(--vw) / 1440);
  right: calc(0 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon12 {
  width: calc(119 * var(--vw) / 1440);
  top: calc(6101 * var(--vw) / 1440);
  left: calc(-59 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon13 {
  width: calc(133 * var(--vw) / 1440);
  top: calc(6780 * var(--vw) / 1440);
  right: calc(-46 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon14 {
  width: calc(102 * var(--vw) / 1440);
  top: calc(7864 * var(--vw) / 1440);
  left: calc(75 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon15 {
  width: calc(125 * var(--vw) / 1440);
  top: calc(8032 * var(--vw) / 1440);
  right: calc(-71 * var(--vw) / 1440);
}
#feature .main .center .center__icon.center__icon16 {
  width: calc(123 * var(--vw) / 1440);
  top: calc(9159 * var(--vw) / 1440);
  left: calc(-34 * var(--vw) / 1440);
}
@media screen and (min-width: 1440px) {
  #feature .main .left .left__block:nth-child(1) {
    padding: 86px 0 0 52px;
  }
  #feature .main .left .left__ttl {
    width: 398px;
  }
  #feature .main .left .left__bus {
    width: 261px;
    top: 304px;
    right: calc(101px + 700 * var(--vw) / 1440);
  }
  #feature .main .left .viewall {
    width: 230px;
    bottom: 40px;
    left: 40px;
  }
}
#feature .sec {
  padding-top: calc(89 * var(--vw) / 1440);
  padding-bottom: calc(148 * var(--vw) / 1440);
  position: relative;
  z-index: 2;
  background-image: url(../img/bg01.jpg);
  background-size: contain;
  background-repeat: repeat-y;
}
#feature .sec::before {
  content: "";
  width: calc(35 * var(--vw) / 1440);
  height: calc(16121 * var(--vw) / 1440);
  background-image: url(../img/cream.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-17 * var(--vw) / 1440);
  left: calc(-14 * var(--vw) / 1440);
  z-index: 10;
  pointer-events: none;
}
#feature .sec::after {
  content: "";
  width: calc(35 * var(--vw) / 1440);
  height: calc(16121 * var(--vw) / 1440);
  background-image: url(../img/cream.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-17 * var(--vw) / 1440);
  right: calc(-20 * var(--vw) / 1440);
  z-index: 10;
  pointer-events: none;
}
#feature .sec .sec__scroll {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__movie {
  width: calc(400 * var(--vw) / 1440);
  height: calc(715 * var(--vw) / 1440);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__movie .mutebtn {
  width: calc(25 * var(--vw) / 1440);
  height: calc(25 * var(--vw) / 1440);
  background-image: url(../img/movie_on.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: calc(12 * var(--vw) / 1440);
  right: calc(12 * var(--vw) / 1440);
  cursor: pointer;
  transition: 0.3s;
}
#feature .sec .sec__movie .mutebtn:hover {
  opacity: 0.7;
}
#feature .sec .sec__movie .mutebtn.on {
  background-image: url(../img/movie_off.png);
}
#feature .sec .sec__img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#feature .sec .sec__img figure {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#feature .sec .sec__img figure a {
  width: 100%;
  height: 100%;
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(420 * var(--vw) / 1440);
  height: calc(554 * var(--vw) / 1440);
  margin: calc(101 * var(--vw) / 1440) 0 0 calc(50 * var(--vw) / 1440);
}
#feature .sec .sec__img.sec__img02 {
  width: calc(500 * var(--vw) / 1440);
  height: calc(338 * var(--vw) / 1440);
  margin: calc(81 * var(--vw) / 1440) auto 0;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(450 * var(--vw) / 1440);
  height: calc(299 * var(--vw) / 1440);
  margin: calc(-44 * var(--vw) / 1440) 0 0 calc(10 * var(--vw) / 1440);
}
#feature .sec .sec__img.sec__img04 {
  width: calc(385 * var(--vw) / 1440);
  height: calc(289 * var(--vw) / 1440);
  margin: calc(79 * var(--vw) / 1440) 0 0 calc(116 * var(--vw) / 1440);
}
#feature .sec .sec__img.sec__img05 {
  width: calc(388 * var(--vw) / 1440);
  height: calc(258 * var(--vw) / 1440);
  margin-left: calc(26 * var(--vw) / 1440);
}
#feature .sec .sec__img.sec__img06 {
  width: calc(230 * var(--vw) / 1440);
  height: calc(349 * var(--vw) / 1440);
  margin: calc(90 * var(--vw) / 1440) auto 0;
  overflow: hidden;
  border-radius: 50%;
}
#feature .sec .sec__img.sec__img06 figure {
  position: relative;
}
#feature .sec .sec__img.sec__img06 figure img {
  width: calc(230 * var(--vw) / 1440);
  height: calc(409 * var(--vw) / 1440);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__img.sec__img07 {
  width: calc(480 * var(--vw) / 1440);
  height: calc(319 * var(--vw) / 1440);
  margin: calc(-32 * var(--vw) / 1440) auto 0;
}
#feature .sec .sec__img.sec__img08 {
  width: calc(480 * var(--vw) / 1440);
  height: calc(471 * var(--vw) / 1440);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img09 {
  width: calc(380 * var(--vw) / 1440);
  height: calc(380 * var(--vw) / 1440);
  margin: calc(78 * var(--vw) / 1440) auto 0;
}
#feature .sec .sec__img.sec__img10 {
  width: calc(431 * var(--vw) / 1440);
  height: calc(286 * var(--vw) / 1440);
  margin: calc(100 * var(--vw) / 1440) auto 0;
}
#feature .sec .sec__img.sec__img11 {
  width: calc(380 * var(--vw) / 1440);
  height: calc(355 * var(--vw) / 1440);
  margin: calc(78 * var(--vw) / 1440) calc(70 * var(--vw) / 1440) 0 auto;
}
#feature .sec .sec__img.sec__img12 {
  width: calc(406 * var(--vw) / 1440);
  height: calc(270 * var(--vw) / 1440);
  margin: calc(100 * var(--vw) / 1440) 0 0 calc(27 * var(--vw) / 1440);
}
#feature .sec .sec__img.sec__img13 {
  width: calc(352 * var(--vw) / 1440);
  height: calc(425 * var(--vw) / 1440);
  margin-left: calc(154 * var(--vw) / 1440);
}
#feature .sec .sec__img.sec__img14 {
  width: calc(440 * var(--vw) / 1440);
  height: calc(292 * var(--vw) / 1440);
  margin: calc(78 * var(--vw) / 1440) auto 0;
}
#feature .sec .sec__img.sec__img15 {
  width: calc(350 * var(--vw) / 1440);
  height: calc(465 * var(--vw) / 1440);
  margin: calc(100 * var(--vw) / 1440) auto 0;
}
#feature .sec .sec__ttl {
  margin: 0 auto;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
#feature .sec .sec__ttl.sec__ttl01 {
  width: calc(398 * var(--vw) / 1440);
  margin-top: calc(147 * var(--vw) / 1440);
}
#feature .sec .sec__ttl.sec__ttl02 {
  width: calc(157 * var(--vw) / 1440);
  margin-top: calc(-167 * var(--vw) / 1440);
}
#feature .sec .sec__ttl.sec__ttl03 {
  width: calc(403 * var(--vw) / 1440);
  margin-top: calc(81 * var(--vw) / 1440);
}
#feature .sec .sec__txt {
  margin-top: calc(77 * var(--vw) / 1440);
  font-size: calc(15 * var(--vw) / 1440);
  line-height: calc(26 * var(--vw) / 1440);
  letter-spacing: 0.09em;
  color: #c74d37;
}
#feature .sec .sec__entxt {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Playfair Display", serif;
  font-size: calc(19 * var(--vw) / 1440);
  line-height: calc(28 * var(--vw) / 1440);
  font-style: italic;
  letter-spacing: -0.01em;
  color: #5379ac;
}
#feature .sec .sec__entxt.sec__entxt01 {
  margin: calc(79 * var(--vw) / 1440) auto 0;
}
#feature .sec .sec__entxt.sec__entxt02 {
  margin: calc(57 * var(--vw) / 1440) 0 0 calc(70 * var(--vw) / 1440);
  font-size: calc(17 * var(--vw) / 1440);
  line-height: calc(26 * var(--vw) / 1440);
  letter-spacing: -0.01em;
  text-align: left;
}
#feature .sec .sec__entxt.sec__entxt03 {
  margin: calc(58 * var(--vw) / 1440) calc(71 * var(--vw) / 1440) 0 auto;
  font-size: calc(17 * var(--vw) / 1440);
  line-height: calc(26 * var(--vw) / 1440);
  letter-spacing: -0.01em;
  text-align: right;
}
#feature .sec .sec__entxt.sec__entxt04 {
  margin: calc(57 * var(--vw) / 1440) 0 0 calc(40 * var(--vw) / 1440);
  font-size: calc(17 * var(--vw) / 1440);
  line-height: calc(26 * var(--vw) / 1440);
  letter-spacing: -0.01em;
  text-align: left;
}
#feature .sec .sec__featuringarea .sec__featuringttl {
  margin-top: calc(103 * var(--vw) / 1440);
  font-family: "Playfair Display", serif;
  font-size: calc(40 * var(--vw) / 1440);
  line-height: calc(55 * var(--vw) / 1440);
  font-style: italic;
  color: #5379ac;
  letter-spacing: -0.01em;
}
#feature .sec .sec__featuringarea .sec__featuring .sec__featuringname {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-size: calc(16 * var(--vw) / 1440);
  line-height: calc(20 * var(--vw) / 1440);
  color: #5379ac;
}
#feature .sec .sec__featuringarea .sec__featuring .sec__credit {
  width: calc(350 * var(--vw) / 1440);
  margin: 0 auto;
  position: relative;
}
#feature .sec .sec__featuringarea .sec__featuring .sec__credit .credit {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 calc(24 * var(--vw) / 1440);
}
#feature .sec .sec__featuringarea .sec__featuring .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#feature .sec .sec__featuringarea .sec__featuring .sec__credit .credit .item::after {
  content: "/";
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-size: calc(16 * var(--vw) / 1440);
  line-height: calc(24 * var(--vw) / 1440);
  white-space: nowrap;
  color: #5379ac;
  position: absolute;
  top: 0;
  right: calc(-18 * var(--vw) / 1440);
}
#feature .sec .sec__featuringarea .sec__featuring .sec__credit .credit .item.is_break::after {
  display: none;
}
#feature .sec .sec__featuringarea .sec__featuring .sec__credit .credit .item:last-child::after {
  display: none;
}
#feature .sec .sec__featuringarea .sec__featuring .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__featuringarea .sec__featuring .sec__credit .credit .item .link p {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-size: calc(16 * var(--vw) / 1440);
  line-height: calc(24 * var(--vw) / 1440);
  white-space: nowrap;
  color: #5379ac;
}
#feature .sec .sec__featuringarea .sec__featuring.sec__featuring01 {
  margin-top: calc(41 * var(--vw) / 1440);
}
#feature .sec .sec__featuringarea .sec__featuring.sec__featuring01 .sec__credit {
  margin-top: calc(6 * var(--vw) / 1440);
}
#feature .sec .sec__featuringarea .sec__featuring.sec__featuring02 {
  margin-top: calc(20 * var(--vw) / 1440);
}
#feature .sec .sec__featuringarea .sec__featuring.sec__featuring02 .sec__credit {
  margin-top: calc(6 * var(--vw) / 1440);
}
#feature .sec .sec__featuringarea .sec__featuring.sec__featuring03 {
  margin-top: calc(20 * var(--vw) / 1440);
}
#feature .sec .sec__featuringarea .sec__featuring.sec__featuring03 .sec__credit {
  margin-top: calc(6 * var(--vw) / 1440);
}
#feature .sec .sec__featuringarea .sec__featuring.sec__featuring04 {
  margin-top: calc(20 * var(--vw) / 1440);
}
#feature .sec .sec__featuringarea .sec__featuring.sec__featuring04 .sec__credit {
  margin-top: calc(6 * var(--vw) / 1440);
}
#feature .sec .sec__featuringarea .sec__featuring.sec__featuring05 {
  margin-top: calc(20 * var(--vw) / 1440);
}
#feature .sec .sec__featuringarea .sec__featuring.sec__featuring05 .sec__credit {
  margin-top: calc(6 * var(--vw) / 1440);
}
#feature .sec .sec__btn {
  width: calc(230 * var(--vw) / 1440);
  margin: calc(78 * var(--vw) / 1440) auto 0;
}
#feature .sec .sec__staff {
  margin-top: calc(86 * var(--vw) / 1440);
}
#feature .sec .sec__staff p:nth-child(1) {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-size: calc(20 * var(--vw) / 1440);
  line-height: calc(20 * var(--vw) / 1440);
  color: #5379ac;
}
#feature .sec .sec__staff p:nth-child(2) {
  margin-top: calc(15 * var(--vw) / 1440);
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-size: calc(13 * var(--vw) / 1440);
  line-height: calc(20 * var(--vw) / 1440);
  color: #5379ac;
}
#feature .sec .sec__staff p:nth-child(2) span {
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */