@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes fadeInSimple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sliderPagination {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.3);
  }
  45% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*共通
----------------------------*/
.l-container {
  width: 100%;
}

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

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

.pc-footer {
  margin: 0;
}

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

.is_spnone {
  display: block;
}

.is_pcnone {
  display: none !important;
}

#feature {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  font-family: "m-plus-rounded-1c", sans-serif;
  font-weight: 900;
  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: #000;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#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_fadein {
  opacity: 0;
  transform: translateY(100px);
  transition: 1s;
}
#feature .js_anime.is_popup {
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.3s;
}
#feature .js_anime.is_popuptxt path {
  transition: scale 0.3s cubic-bezier(0.62, 0.185, 0.265, 1.55);
  white-space: pre;
  scale: 0;
  transform-origin: 50% 100%;
}
#feature .js_anime.is_popuptxt path:nth-child(1) {
  transition-delay: 0.5s;
}
#feature .js_anime.is_popuptxt path:nth-child(2) {
  transition-delay: 0.625s;
}
#feature .js_anime.is_popuptxt path:nth-child(3) {
  transition-delay: 0.75s;
}
#feature .js_anime.is_popuptxt path:nth-child(4) {
  transition-delay: 0.875s;
}
#feature .js_anime.is_popuptxt path:nth-child(5) {
  transition-delay: 1s;
}
#feature .js_anime.is_popuptxt path:nth-child(6) {
  transition-delay: 1.125s;
}
#feature .js_anime.is_popuptxt path:nth-child(7) {
  transition-delay: 1.25s;
}
#feature .js_anime.is_popuptxt path:nth-child(8) {
  transition-delay: 1.375s;
}
#feature .js_anime.is_popuptxt path:nth-child(9) {
  transition-delay: 1.5s;
}
#feature .js_anime.is_popuptxt path:nth-child(10) {
  transition-delay: 1.625s;
}
#feature .js_anime.is_popuptxt path:nth-child(11) {
  transition-delay: 1.75s;
}
#feature .js_anime.is_popuptxt path:nth-child(12) {
  transition-delay: 1.875s;
}
#feature .js_anime.is_popuptxt path:nth-child(13) {
  transition-delay: 2s;
}
#feature .js_anime.is_popuptxt path:nth-child(14) {
  transition-delay: 2.125s;
}
#feature .js_anime.is_popuptxt path:nth-child(15) {
  transition-delay: 2.25s;
}
#feature .js_anime.is_popuptxt path:nth-child(16) {
  transition-delay: 2.375s;
}
#feature .js_anime.is_popuptxt path:nth-child(17) {
  transition-delay: 2.5s;
}
#feature .js_anime.is_popuptxt path:nth-child(18) {
  transition-delay: 2.625s;
}
#feature .js_anime.is_popuptxt path:nth-child(19) {
  transition-delay: 2.75s;
}
#feature .js_anime.is_popuptxt path:nth-child(20) {
  transition-delay: 2.875s;
}
#feature .js_anime.is_popuptxt path:nth-child(21) {
  transition-delay: 3s;
}
#feature .js_anime .is_fadeamine {
  opacity: 0;
  translate: 0 13.3333333333vw;
  filter: blur(0.6666666667vw);
  rotate: 9deg;
  transition: opacity 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), translate 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), scale 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), rotate 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#feature .js_anime .is_fadeamine_even {
  opacity: 0;
  translate: 0 13.3333333333vw;
  filter: blur(0.6666666667vw);
  rotate: -9deg;
  transition: opacity 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), translate 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), scale 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), rotate 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#feature .js_anime.is_show .is_fadein {
  opacity: 1;
  transform: translateY(0);
}
#feature .js_anime.is_show.is_popup {
  opacity: 1;
  animation: popup 1s ease-in-out alternate-reverse forwards;
}
#feature .js_anime.is_show.is_popuptxt path {
  scale: 1;
}
#feature .js_anime.is_show .is_fadeamine {
  opacity: 1;
  filter: blur(0);
  translate: 0;
  rotate: 0deg;
}
#feature .js_anime.is_show .is_fadeamine_even {
  opacity: 1;
  filter: blur(0);
  translate: 0;
  rotate: 0deg;
}

#feature .hero {
  padding-top: calc(48 * var(--vw) / 1400);
  padding-bottom: calc(248 * var(--vw) / 1400);
  position: relative;
  z-index: 3;
  background-color: #a5bbd3;
}
#feature .hero .hero__img {
  width: calc(1306 * var(--vw) / 1400);
  margin: 0 auto;
}
#feature .hero .hero__logo {
  width: calc(414 * var(--vw) / 1400);
  position: absolute;
  bottom: calc(111 * var(--vw) / 1400);
  left: 50%;
  transform: translateX(-50%) translateY(40px);
  z-index: 2;
  opacity: 0;
  transition: 1s;
}
#feature .hero.is_show .hero__logo {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
#feature .main {
  display: flex;
  background-color: #f1eeea;
  transition: background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#feature .main .left {
  padding-bottom: 80px;
  height: calc(100vh - 80px);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 80px;
  z-index: 3;
}
#feature .main .left .left__ttl {
  width: calc(158 * var(--vw) / 1400);
  margin: 0 auto;
}
#feature .main .left .left__nav {
  width: calc(230 * var(--vw) / 1400);
  margin: calc(34 * var(--vw) / 1400) auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(20 * var(--vw) / 1400) calc(10 * var(--vw) / 1400);
}
#feature .main .left .left__nav li:nth-child(1) {
  width: calc(78 * var(--vw) / 1400);
}
#feature .main .left .left__nav li:nth-child(2) {
  width: calc(65 * var(--vw) / 1400);
}
#feature .main .left .left__nav li:nth-child(3) {
  width: calc(68 * var(--vw) / 1400);
}
#feature .main .left .left__nav li:nth-child(4) {
  width: calc(55 * var(--vw) / 1400);
}
#feature .main .left .left__nav li:nth-child(5) {
  width: calc(58 * var(--vw) / 1400);
}
#feature .main .left .left__nav li:nth-child(6) {
  width: calc(67 * var(--vw) / 1400);
}
#feature .main .left .left__nav li:nth-child(7) {
  width: calc(103 * var(--vw) / 1400);
}
#feature .main .right {
  padding-bottom: 80px;
  height: calc(100vh - 80px);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 80px;
  z-index: 3;
}
#feature .main .right .right__btn {
  width: calc(157 * var(--vw) / 1400);
}
#feature .main .center {
  width: calc(500 * var(--vw) / 1400);
  margin: 0 auto;
  background-color: #efeeed;
  position: relative;
  overflow-x: clip;
}
#feature .main[data-bg-mode="02"] {
  background-color: #cad8e5;
}
#feature .main[data-bg-mode="02"] .left .left__ttl-1 {
  fill: #fff;
}
#feature .main[data-bg-mode="02"] .left .left__nav-1 {
  fill: #fff;
}
#feature .main[data-bg-mode="02"] .right .right__btn-1 {
  fill: #cad8e5;
}
#feature .main[data-bg-mode="02"] .right .right__btn-2 {
  fill: #fff;
}
#feature .main[data-bg-mode="04"] {
  background-color: #2a6b9f;
}
#feature .main[data-bg-mode="04"] .left .left__ttl-1 {
  fill: #fff;
}
#feature .main[data-bg-mode="04"] .left .left__nav-1 {
  fill: #fff;
}
#feature .main[data-bg-mode="04"] .right .right__btn-1 {
  fill: #2a6b9f;
}
#feature .main[data-bg-mode="04"] .right .right__btn-2 {
  fill: #fff;
}
#feature .main[data-bg-mode="05"] {
  background-color: #b53348;
}
#feature .main[data-bg-mode="05"] .left .left__ttl-1 {
  fill: #fff;
}
#feature .main[data-bg-mode="05"] .left .left__nav-1 {
  fill: #fff;
}
#feature .main[data-bg-mode="05"] .right .right__btn-1 {
  fill: #b53348;
}
#feature .main[data-bg-mode="05"] .right .right__btn-2 {
  fill: #fff;
}
#feature .sec {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__credit {
  position: absolute;
  pointer-events: none;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
#feature .sec .sec__credit .credit .item .link p {
  font-size: calc(27 * var(--vw) * 0.3571428571 / 750);
  line-height: calc(45 * var(--vw) * 0.3571428571 / 750);
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: #fff;
}
#feature .sec .sec__credit.sec__credit01 {
  bottom: calc(32 * var(--vw) * 0.3571428571 / 750);
  right: calc(42 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit01 .credit .item {
  margin-left: auto;
}
#feature .sec .sec__credit.sec__credit02 {
  bottom: calc(42 * var(--vw) * 0.3571428571 / 750);
  right: calc(50 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit02 .credit .item {
  margin-left: auto;
}
#feature .sec .sec__credit.sec__credit03 {
  width: 100%;
  bottom: calc(30 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit03 .credit {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit03 .credit .item {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit04 {
  width: calc(238 * var(--vw) * 0.3571428571 / 750);
  height: calc(222 * var(--vw) * 0.3571428571 / 750);
  bottom: calc(36 * var(--vw) * 0.3571428571 / 750);
  left: calc(38 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(1) {
  bottom: calc(192 * var(--vw) * 0.3571428571 / 750);
  right: calc(220 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(78deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(2) {
  bottom: calc(176 * var(--vw) * 0.3571428571 / 750);
  right: calc(216 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(74deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(3) {
  bottom: calc(160 * var(--vw) * 0.3571428571 / 750);
  right: calc(212 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(74deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(4) {
  bottom: calc(148 * var(--vw) * 0.3571428571 / 750);
  right: calc(210 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(70deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(5) {
  bottom: calc(136 * var(--vw) * 0.3571428571 / 750);
  right: calc(202 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(62deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(6) {
  bottom: calc(124 * var(--vw) * 0.3571428571 / 750);
  right: calc(200 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(65deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(7) {
  bottom: calc(110 * var(--vw) * 0.3571428571 / 750);
  right: calc(190 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(56deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(8) {
  bottom: calc(98 * var(--vw) * 0.3571428571 / 750);
  right: calc(182 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(54deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(9) {
  bottom: calc(84 * var(--vw) * 0.3571428571 / 750);
  right: calc(170 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(48deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(10) {
  bottom: calc(72 * var(--vw) * 0.3571428571 / 750);
  right: calc(160 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(46deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(11) {
  bottom: calc(62 * var(--vw) * 0.3571428571 / 750);
  right: calc(152 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(44deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(12) {
  bottom: calc(54 * var(--vw) * 0.3571428571 / 750);
  right: calc(142 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(44deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(13) {
  bottom: calc(44 * var(--vw) * 0.3571428571 / 750);
  right: calc(131 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(41deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(15) {
  bottom: calc(26 * var(--vw) * 0.3571428571 / 750);
  right: calc(104 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(36deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(16) {
  bottom: calc(18 * var(--vw) * 0.3571428571 / 750);
  right: calc(96 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(30deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(17) {
  bottom: calc(14 * var(--vw) * 0.3571428571 / 750);
  right: calc(80 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(25deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(18) {
  bottom: calc(6 * var(--vw) * 0.3571428571 / 750);
  right: calc(64 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(20deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(19) {
  bottom: calc(0 * var(--vw) * 0.3571428571 / 750);
  right: calc(48 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(4deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(20) {
  bottom: calc(-4 * var(--vw) * 0.3571428571 / 750);
  right: calc(32 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(11deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(21) {
  bottom: calc(-8 * var(--vw) * 0.3571428571 / 750);
  right: calc(16 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(5deg);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(22) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: 0;
  transform: rotate(3deg);
}
#feature .sec .sec__credit.sec__credit05 {
  width: calc(462 * var(--vw) * 0.3571428571 / 750);
  height: calc(260 * var(--vw) * 0.3571428571 / 750);
  bottom: calc(42 * var(--vw) * 0.3571428571 / 750);
  left: calc(34 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(1) {
  bottom: calc(232 * var(--vw) * 0.3571428571 / 750);
  right: calc(444 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(85deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(2) {
  bottom: calc(216 * var(--vw) * 0.3571428571 / 750);
  right: calc(442 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(85deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(3) {
  bottom: calc(200 * var(--vw) * 0.3571428571 / 750);
  right: calc(440 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(82deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(4) {
  bottom: calc(182 * var(--vw) * 0.3571428571 / 750);
  right: calc(438 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(80deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(6) {
  bottom: calc(158 * var(--vw) * 0.3571428571 / 750);
  right: calc(430 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(74deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(7) {
  bottom: calc(142 * var(--vw) * 0.3571428571 / 750);
  right: calc(424 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(72deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(8) {
  bottom: calc(126 * var(--vw) * 0.3571428571 / 750);
  right: calc(416 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(62deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(9) {
  bottom: calc(112 * var(--vw) * 0.3571428571 / 750);
  right: calc(410 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(62deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(10) {
  bottom: calc(100 * var(--vw) * 0.3571428571 / 750);
  right: calc(402 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(60deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(12) {
  bottom: calc(80 * var(--vw) * 0.3571428571 / 750);
  right: calc(384 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(51deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(13) {
  bottom: calc(70 * var(--vw) * 0.3571428571 / 750);
  right: calc(380 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(47deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(14) {
  bottom: calc(60 * var(--vw) * 0.3571428571 / 750);
  right: calc(366 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(47deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(15) {
  bottom: calc(48 * var(--vw) * 0.3571428571 / 750);
  right: calc(352 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(39deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(16) {
  bottom: calc(36 * var(--vw) * 0.3571428571 / 750);
  right: calc(338 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(31deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(17) {
  bottom: calc(28 * var(--vw) * 0.3571428571 / 750);
  right: calc(324 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(31deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(18) {
  bottom: calc(20 * var(--vw) * 0.3571428571 / 750);
  right: calc(312 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(28deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(19) {
  bottom: calc(12 * var(--vw) * 0.3571428571 / 750);
  right: calc(298 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(28deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(1) {
  bottom: calc(0 * var(--vw) * 0.3571428571 / 750);
  right: calc(264 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(17deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(2) {
  bottom: calc(-4 * var(--vw) * 0.3571428571 / 750);
  right: calc(248 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(17deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(3) {
  bottom: calc(-8 * var(--vw) * 0.3571428571 / 750);
  right: calc(232 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(17deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(4) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(208 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(9deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(6) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(186 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(4deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(7) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(168 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-3deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(8) {
  bottom: calc(-8 * var(--vw) * 0.3571428571 / 750);
  right: calc(150 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-3deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(9) {
  bottom: calc(-6 * var(--vw) * 0.3571428571 / 750);
  right: calc(134 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-22deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(10) {
  bottom: calc(-3 * var(--vw) * 0.3571428571 / 750);
  right: calc(120 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-8deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(12) {
  bottom: calc(6 * var(--vw) * 0.3571428571 / 750);
  right: calc(96 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-13deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(13) {
  bottom: calc(14 * var(--vw) * 0.3571428571 / 750);
  right: calc(86 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-13deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(14) {
  bottom: calc(18 * var(--vw) * 0.3571428571 / 750);
  right: calc(70 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-28deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(15) {
  bottom: calc(26 * var(--vw) * 0.3571428571 / 750);
  right: calc(56 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-28deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(16) {
  bottom: calc(36 * var(--vw) * 0.3571428571 / 750);
  right: calc(40 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-40deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(17) {
  bottom: calc(48 * var(--vw) * 0.3571428571 / 750);
  right: calc(28 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-40deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(18) {
  bottom: calc(58 * var(--vw) * 0.3571428571 / 750);
  right: calc(16 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-44deg);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(19) {
  bottom: calc(70 * var(--vw) * 0.3571428571 / 750);
  right: calc(6 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-48deg);
}
#feature .sec .sec__credit.sec__credit06 {
  top: calc(30 * var(--vw) * 0.3571428571 / 750);
  left: calc(38 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit07 {
  width: calc(216 * var(--vw) * 0.3571428571 / 750);
  height: calc(54 * var(--vw) * 0.3571428571 / 750);
  top: calc(32 * var(--vw) * 0.3571428571 / 750);
  left: calc(226 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(1) {
  bottom: calc(8 * var(--vw) * 0.3571428571 / 750);
  right: calc(197 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-15deg);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(2) {
  bottom: calc(14 * var(--vw) * 0.3571428571 / 750);
  right: calc(180 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-8deg);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(3) {
  bottom: calc(16 * var(--vw) * 0.3571428571 / 750);
  right: calc(162 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-8deg);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(4) {
  bottom: calc(18 * var(--vw) * 0.3571428571 / 750);
  right: calc(150 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-4deg);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(5) {
  bottom: calc(20 * var(--vw) * 0.3571428571 / 750);
  right: calc(132 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-2deg);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(7) {
  bottom: calc(18 * var(--vw) * 0.3571428571 / 750);
  right: calc(106 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-2deg);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(8) {
  bottom: calc(18 * var(--vw) * 0.3571428571 / 750);
  right: calc(94 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(12deg);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(9) {
  bottom: calc(16 * var(--vw) * 0.3571428571 / 750);
  right: calc(78 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(12deg);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(10) {
  bottom: calc(12 * var(--vw) * 0.3571428571 / 750);
  right: calc(60 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(12deg);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(11) {
  bottom: calc(8 * var(--vw) * 0.3571428571 / 750);
  right: calc(42 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(12deg);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(12) {
  bottom: calc(4 * var(--vw) * 0.3571428571 / 750);
  right: calc(28 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(18deg);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(13) {
  bottom: calc(-2 * var(--vw) * 0.3571428571 / 750);
  right: calc(12 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(27deg);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(14) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(-4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(31deg);
}
#feature .sec .sec__credit.sec__credit08 {
  width: calc(482 * var(--vw) * 0.3571428571 / 750);
  height: calc(354 * var(--vw) * 0.3571428571 / 750);
  bottom: calc(30 * var(--vw) * 0.3571428571 / 750);
  left: calc(116 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(1) {
  bottom: calc(74 * var(--vw) * 0.3571428571 / 750);
  right: calc(462 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(47deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(2) {
  bottom: calc(62 * var(--vw) * 0.3571428571 / 750);
  right: calc(452 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(53deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(3) {
  bottom: calc(52 * var(--vw) * 0.3571428571 / 750);
  right: calc(438 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(44deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(4) {
  bottom: calc(41 * var(--vw) * 0.3571428571 / 750);
  right: calc(430 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(41deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(5) {
  bottom: calc(34 * var(--vw) * 0.3571428571 / 750);
  right: calc(416 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(41deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(6) {
  bottom: calc(28 * var(--vw) * 0.3571428571 / 750);
  right: calc(410 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(37deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(7) {
  bottom: calc(20 * var(--vw) * 0.3571428571 / 750);
  right: calc(394 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(30deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(8) {
  bottom: calc(13 * var(--vw) * 0.3571428571 / 750);
  right: calc(382 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(25deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(9) {
  bottom: calc(6 * var(--vw) * 0.3571428571 / 750);
  right: calc(366 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(20deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(10) {
  bottom: calc(0 * var(--vw) * 0.3571428571 / 750);
  right: calc(346 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(14deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(11) {
  bottom: calc(-4 * var(--vw) * 0.3571428571 / 750);
  right: calc(330 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(12deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(12) {
  bottom: calc(-8 * var(--vw) * 0.3571428571 / 750);
  right: calc(322 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(8deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(13) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(312 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(8deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(14) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(296 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-2deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(15) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(280 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-2deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(16) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(264 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-4deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(17) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(250 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-4deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(19) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(224 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-6deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(20) {
  bottom: calc(-6 * var(--vw) * 0.3571428571 / 750);
  right: calc(214 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-11deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(21) {
  bottom: calc(-4 * var(--vw) * 0.3571428571 / 750);
  right: calc(196 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-15deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(22) {
  bottom: calc(2 * var(--vw) * 0.3571428571 / 750);
  right: calc(180 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-20deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(23) {
  bottom: calc(8 * var(--vw) * 0.3571428571 / 750);
  right: calc(162 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-22deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(24) {
  bottom: calc(16 * var(--vw) * 0.3571428571 / 750);
  right: calc(148 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-25deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(25) {
  bottom: calc(24 * var(--vw) * 0.3571428571 / 750);
  right: calc(134 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-33deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(26) {
  bottom: calc(32 * var(--vw) * 0.3571428571 / 750);
  right: calc(118 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-35deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(1) {
  bottom: calc(62 * var(--vw) * 0.3571428571 / 750);
  right: calc(80 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-46deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(2) {
  bottom: calc(74 * var(--vw) * 0.3571428571 / 750);
  right: calc(70 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-49deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(3) {
  bottom: calc(88 * var(--vw) * 0.3571428571 / 750);
  right: calc(58 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-49deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(4) {
  bottom: calc(102 * var(--vw) * 0.3571428571 / 750);
  right: calc(48 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-56deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(6) {
  bottom: calc(122 * var(--vw) * 0.3571428571 / 750);
  right: calc(36 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-56deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(7) {
  bottom: calc(138 * var(--vw) * 0.3571428571 / 750);
  right: calc(28 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-66deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(8) {
  bottom: calc(154 * var(--vw) * 0.3571428571 / 750);
  right: calc(20 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-70deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(9) {
  bottom: calc(170 * var(--vw) * 0.3571428571 / 750);
  right: calc(16 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-70deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(10) {
  bottom: calc(184 * var(--vw) * 0.3571428571 / 750);
  right: calc(12 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-73deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(12) {
  bottom: calc(208 * var(--vw) * 0.3571428571 / 750);
  right: calc(6 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-78deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(13) {
  bottom: calc(220 * var(--vw) * 0.3571428571 / 750);
  right: calc(8 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-86deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(14) {
  bottom: calc(236 * var(--vw) * 0.3571428571 / 750);
  right: calc(2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-86deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(15) {
  bottom: calc(252 * var(--vw) * 0.3571428571 / 750);
  right: calc(2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-86deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(16) {
  bottom: calc(270 * var(--vw) * 0.3571428571 / 750);
  right: calc(2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-96deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(17) {
  bottom: calc(290 * var(--vw) * 0.3571428571 / 750);
  right: calc(8 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-101deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(18) {
  bottom: calc(305 * var(--vw) * 0.3571428571 / 750);
  right: calc(10 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-101deg);
}
#feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(19) {
  bottom: calc(322 * var(--vw) * 0.3571428571 / 750);
  right: calc(10 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-104deg);
}
#feature .sec .sec__credit.sec__credit09 {
  width: calc(200 * var(--vw) * 0.3571428571 / 750);
  height: calc(308 * var(--vw) * 0.3571428571 / 750);
  top: calc(48 * var(--vw) * 0.3571428571 / 750);
  left: calc(26 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(1) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(172 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-100deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(2) {
  bottom: calc(8 * var(--vw) * 0.3571428571 / 750);
  right: calc(176 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-97deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(3) {
  bottom: calc(22 * var(--vw) * 0.3571428571 / 750);
  right: calc(180 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-97deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(4) {
  bottom: calc(34 * var(--vw) * 0.3571428571 / 750);
  right: calc(180 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-94deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(6) {
  bottom: calc(58 * var(--vw) * 0.3571428571 / 750);
  right: calc(174 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-86deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(7) {
  bottom: calc(74 * var(--vw) * 0.3571428571 / 750);
  right: calc(174 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-82deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(8) {
  bottom: calc(88 * var(--vw) * 0.3571428571 / 750);
  right: calc(172 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-82deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(9) {
  bottom: calc(104 * var(--vw) * 0.3571428571 / 750);
  right: calc(166 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-75deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(10) {
  bottom: calc(120 * var(--vw) * 0.3571428571 / 750);
  right: calc(160 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-70deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(11) {
  bottom: calc(132 * var(--vw) * 0.3571428571 / 750);
  right: calc(154 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-64deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(12) {
  bottom: calc(146 * var(--vw) * 0.3571428571 / 750);
  right: calc(148 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-64deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(13) {
  bottom: calc(160 * var(--vw) * 0.3571428571 / 750);
  right: calc(142 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-62deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(14) {
  bottom: calc(170 * var(--vw) * 0.3571428571 / 750);
  right: calc(138 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-60deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(15) {
  bottom: calc(182 * var(--vw) * 0.3571428571 / 750);
  right: calc(128 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-60deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(16) {
  bottom: calc(196 * var(--vw) * 0.3571428571 / 750);
  right: calc(118 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-50deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(18) {
  bottom: calc(218 * var(--vw) * 0.3571428571 / 750);
  right: calc(96 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-42deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(19) {
  bottom: calc(228 * var(--vw) * 0.3571428571 / 750);
  right: calc(90 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-42deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(20) {
  bottom: calc(236 * var(--vw) * 0.3571428571 / 750);
  right: calc(76 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-38deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(21) {
  bottom: calc(248 * var(--vw) * 0.3571428571 / 750);
  right: calc(60 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-32deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(22) {
  bottom: calc(258 * var(--vw) * 0.3571428571 / 750);
  right: calc(44 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-32deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(23) {
  bottom: calc(266 * var(--vw) * 0.3571428571 / 750);
  right: calc(30 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-23deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(24) {
  bottom: calc(272 * var(--vw) * 0.3571428571 / 750);
  right: calc(16 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-19deg);
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(25) {
  bottom: calc(278 * var(--vw) * 0.3571428571 / 750);
  right: calc(0 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-15deg);
}
#feature .sec .sec__credit.sec__credit10 {
  bottom: calc(30 * var(--vw) * 0.3571428571 / 750);
  left: calc(44 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit11 {
  bottom: calc(32 * var(--vw) * 0.3571428571 / 750);
  left: calc(46 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit12 {
  width: calc(212 * var(--vw) * 0.3571428571 / 750);
  height: calc(212 * var(--vw) * 0.3571428571 / 750);
  bottom: calc(-30 * var(--vw) * 0.3571428571 / 750);
  left: calc(62 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(1) {
  bottom: calc(180 * var(--vw) * 0.3571428571 / 750);
  right: calc(194 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(74deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(2) {
  bottom: calc(164 * var(--vw) * 0.3571428571 / 750);
  right: calc(188 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(74deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(3) {
  bottom: calc(148 * var(--vw) * 0.3571428571 / 750);
  right: calc(182 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(67deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(4) {
  bottom: calc(134 * var(--vw) * 0.3571428571 / 750);
  right: calc(172 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(65deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(5) {
  bottom: calc(118 * var(--vw) * 0.3571428571 / 750);
  right: calc(166 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(59deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(6) {
  bottom: calc(104 * var(--vw) * 0.3571428571 / 750);
  right: calc(154 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(55deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(7) {
  bottom: calc(90 * var(--vw) * 0.3571428571 / 750);
  right: calc(146 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(55deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(8) {
  bottom: calc(74 * var(--vw) * 0.3571428571 / 750);
  right: calc(128 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(50deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(9) {
  bottom: calc(60 * var(--vw) * 0.3571428571 / 750);
  right: calc(118 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(44deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(10) {
  bottom: calc(48 * var(--vw) * 0.3571428571 / 750);
  right: calc(106 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(38deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(11) {
  bottom: calc(38 * var(--vw) * 0.3571428571 / 750);
  right: calc(94 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(38deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(12) {
  bottom: calc(29 * var(--vw) * 0.3571428571 / 750);
  right: calc(82 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(36deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(14) {
  bottom: calc(16 * var(--vw) * 0.3571428571 / 750);
  right: calc(60 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(30deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(15) {
  bottom: calc(8 * var(--vw) * 0.3571428571 / 750);
  right: calc(52 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(30deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(16) {
  bottom: calc(2 * var(--vw) * 0.3571428571 / 750);
  right: calc(34 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(26deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(17) {
  bottom: calc(-5 * var(--vw) * 0.3571428571 / 750);
  right: calc(18 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(23deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(18) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(0 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(23deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(19) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(-20 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(23deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(20) {
  bottom: calc(-18 * var(--vw) * 0.3571428571 / 750);
  right: calc(-36 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(19deg);
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(21) {
  bottom: calc(-23 * var(--vw) * 0.3571428571 / 750);
  right: calc(-54 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(8deg);
}
#feature .sec .sec__credit.sec__credit13 {
  width: 100%;
  bottom: calc(36 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit13 .credit {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit13 .credit .item {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit14 {
  width: calc(520 * var(--vw) * 0.3571428571 / 750);
  height: calc(218 * var(--vw) * 0.3571428571 / 750);
  top: calc(40 * var(--vw) * 0.3571428571 / 750);
  left: calc(40 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(1) {
  bottom: calc(26 * var(--vw) * 0.3571428571 / 750);
  right: calc(494 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-64deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(2) {
  bottom: calc(44 * var(--vw) * 0.3571428571 / 750);
  right: calc(488 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-63deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(3) {
  bottom: calc(56 * var(--vw) * 0.3571428571 / 750);
  right: calc(486 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-61deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(4) {
  bottom: calc(66 * var(--vw) * 0.3571428571 / 750);
  right: calc(476 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-56deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(5) {
  bottom: calc(78 * var(--vw) * 0.3571428571 / 750);
  right: calc(472 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-54deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(7) {
  bottom: calc(96 * var(--vw) * 0.3571428571 / 750);
  right: calc(456 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-45deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(8) {
  bottom: calc(108 * var(--vw) * 0.3571428571 / 750);
  right: calc(446 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-38deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(9) {
  bottom: calc(120 * var(--vw) * 0.3571428571 / 750);
  right: calc(434 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-38deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(10) {
  bottom: calc(130 * var(--vw) * 0.3571428571 / 750);
  right: calc(422 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-35deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(11) {
  bottom: calc(140 * var(--vw) * 0.3571428571 / 750);
  right: calc(410 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-32deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(13) {
  bottom: calc(152 * var(--vw) * 0.3571428571 / 750);
  right: calc(388 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-25deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(14) {
  bottom: calc(162 * var(--vw) * 0.3571428571 / 750);
  right: calc(372 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-23deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(15) {
  bottom: calc(168 * var(--vw) * 0.3571428571 / 750);
  right: calc(362 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-15deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(16) {
  bottom: calc(172 * var(--vw) * 0.3571428571 / 750);
  right: calc(346 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-15deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(17) {
  bottom: calc(178 * var(--vw) * 0.3571428571 / 750);
  right: calc(330 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-13deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(18) {
  bottom: calc(182 * var(--vw) * 0.3571428571 / 750);
  right: calc(312 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-11deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(19) {
  bottom: calc(186 * var(--vw) * 0.3571428571 / 750);
  right: calc(296 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-9deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(20) {
  bottom: calc(188 * var(--vw) * 0.3571428571 / 750);
  right: calc(280 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-7deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(21) {
  bottom: calc(190 * var(--vw) * 0.3571428571 / 750);
  right: calc(262 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-5deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(1) {
  bottom: calc(186 * var(--vw) * 0.3571428571 / 750);
  right: calc(212 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(5deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(2) {
  bottom: calc(184 * var(--vw) * 0.3571428571 / 750);
  right: calc(196 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(9deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(3) {
  bottom: calc(180 * var(--vw) * 0.3571428571 / 750);
  right: calc(178 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(17deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(4) {
  bottom: calc(174 * var(--vw) * 0.3571428571 / 750);
  right: calc(162 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(20deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(5) {
  bottom: calc(168 * var(--vw) * 0.3571428571 / 750);
  right: calc(154 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(22deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(6) {
  bottom: calc(162 * var(--vw) * 0.3571428571 / 750);
  right: calc(138 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(30deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(7) {
  bottom: calc(154 * var(--vw) * 0.3571428571 / 750);
  right: calc(122 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(30deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(9) {
  bottom: calc(142 * var(--vw) * 0.3571428571 / 750);
  right: calc(102 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(33deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(10) {
  bottom: calc(130 * var(--vw) * 0.3571428571 / 750);
  right: calc(88 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(405deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(11) {
  bottom: calc(122 * var(--vw) * 0.3571428571 / 750);
  right: calc(76 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(50deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(13) {
  bottom: calc(104 * var(--vw) * 0.3571428571 / 750);
  right: calc(58 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(50deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(14) {
  bottom: calc(90 * var(--vw) * 0.3571428571 / 750);
  right: calc(46 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(54deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(15) {
  bottom: calc(78 * var(--vw) * 0.3571428571 / 750);
  right: calc(42 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(63deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(16) {
  bottom: calc(68 * var(--vw) * 0.3571428571 / 750);
  right: calc(30 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(63deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(17) {
  bottom: calc(50 * var(--vw) * 0.3571428571 / 750);
  right: calc(22 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(67deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(18) {
  bottom: calc(34 * var(--vw) * 0.3571428571 / 750);
  right: calc(14 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(69deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(19) {
  bottom: calc(18 * var(--vw) * 0.3571428571 / 750);
  right: calc(8 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(71deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(20) {
  bottom: calc(4 * var(--vw) * 0.3571428571 / 750);
  right: calc(2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(73deg);
}
#feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(21) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(-4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(75deg);
}
#feature .sec .sec__credit.sec__credit15 {
  width: calc(564 * var(--vw) * 0.3571428571 / 750);
  height: calc(246 * var(--vw) * 0.3571428571 / 750);
  top: calc(-44 * var(--vw) * 0.3571428571 / 750);
  left: calc(-14 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(1) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(540 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-71deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(2) {
  bottom: calc(4 * var(--vw) * 0.3571428571 / 750);
  right: calc(536 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-64deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(3) {
  bottom: calc(20 * var(--vw) * 0.3571428571 / 750);
  right: calc(528 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-61deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(4) {
  bottom: calc(32 * var(--vw) * 0.3571428571 / 750);
  right: calc(526 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-60deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(5) {
  bottom: calc(44 * var(--vw) * 0.3571428571 / 750);
  right: calc(518 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-60deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(6) {
  bottom: calc(54 * var(--vw) * 0.3571428571 / 750);
  right: calc(514 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-56deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(7) {
  bottom: calc(66 * var(--vw) * 0.3571428571 / 750);
  right: calc(506 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-54deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(8) {
  bottom: calc(80 * var(--vw) * 0.3571428571 / 750);
  right: calc(498 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-55deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(9) {
  bottom: calc(94 * var(--vw) * 0.3571428571 / 750);
  right: calc(484 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-51deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(10) {
  bottom: calc(106 * var(--vw) * 0.3571428571 / 750);
  right: calc(472 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-47deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(11) {
  bottom: calc(116 * var(--vw) * 0.3571428571 / 750);
  right: calc(468 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-46deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(12) {
  bottom: calc(122 * var(--vw) * 0.3571428571 / 750);
  right: calc(460 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-41deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(13) {
  bottom: calc(132 * var(--vw) * 0.3571428571 / 750);
  right: calc(448 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-41deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(14) {
  bottom: calc(142 * var(--vw) * 0.3571428571 / 750);
  right: calc(436 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-38deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(15) {
  bottom: calc(152 * var(--vw) * 0.3571428571 / 750);
  right: calc(424 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-35deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(16) {
  bottom: calc(162 * var(--vw) * 0.3571428571 / 750);
  right: calc(412 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-31deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(18) {
  bottom: calc(174 * var(--vw) * 0.3571428571 / 750);
  right: calc(390 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-29deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(19) {
  bottom: calc(180 * var(--vw) * 0.3571428571 / 750);
  right: calc(382 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-27deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(20) {
  bottom: calc(186 * var(--vw) * 0.3571428571 / 750);
  right: calc(366 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-25deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(21) {
  bottom: calc(194 * var(--vw) * 0.3571428571 / 750);
  right: calc(348 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-22deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(22) {
  bottom: calc(200 * var(--vw) * 0.3571428571 / 750);
  right: calc(330 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-20deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(23) {
  bottom: calc(204 * var(--vw) * 0.3571428571 / 750);
  right: calc(314 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-14deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(24) {
  bottom: calc(208 * var(--vw) * 0.3571428571 / 750);
  right: calc(300 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-11deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(25) {
  bottom: calc(210 * var(--vw) * 0.3571428571 / 750);
  right: calc(282 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-9deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(1) {
  bottom: calc(214 * var(--vw) * 0.3571428571 / 750);
  right: calc(250 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-5deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(2) {
  bottom: calc(214 * var(--vw) * 0.3571428571 / 750);
  right: calc(234 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-5deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(3) {
  bottom: calc(214 * var(--vw) * 0.3571428571 / 750);
  right: calc(216 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-3deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(4) {
  bottom: calc(214 * var(--vw) * 0.3571428571 / 750);
  right: calc(198 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(3deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(6) {
  bottom: calc(210 * var(--vw) * 0.3571428571 / 750);
  right: calc(174 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(5deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(7) {
  bottom: calc(206 * var(--vw) * 0.3571428571 / 750);
  right: calc(158 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(9deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(8) {
  bottom: calc(202 * var(--vw) * 0.3571428571 / 750);
  right: calc(140 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(13deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(9) {
  bottom: calc(198 * var(--vw) * 0.3571428571 / 750);
  right: calc(126 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(17deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(10) {
  bottom: calc(192 * var(--vw) * 0.3571428571 / 750);
  right: calc(112 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(20deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(12) {
  bottom: calc(182 * var(--vw) * 0.3571428571 / 750);
  right: calc(88 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(27deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(13) {
  bottom: calc(176 * var(--vw) * 0.3571428571 / 750);
  right: calc(80 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(29deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(14) {
  bottom: calc(170 * var(--vw) * 0.3571428571 / 750);
  right: calc(64 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(32deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(15) {
  bottom: calc(160 * var(--vw) * 0.3571428571 / 750);
  right: calc(48 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(35deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(16) {
  bottom: calc(148 * var(--vw) * 0.3571428571 / 750);
  right: calc(34 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(38deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(17) {
  bottom: calc(138 * var(--vw) * 0.3571428571 / 750);
  right: calc(20 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(43deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(18) {
  bottom: calc(128 * var(--vw) * 0.3571428571 / 750);
  right: calc(10 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(39deg);
}
#feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(19) {
  bottom: calc(116 * var(--vw) * 0.3571428571 / 750);
  right: calc(-4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(45deg);
}
#feature .sec .sec__credit.sec__credit16 {
  bottom: calc(28 * var(--vw) * 0.3571428571 / 750);
  right: calc(32 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit16 .credit .item {
  margin-left: auto;
}
#feature .sec .sec__credit.sec__credit17 {
  bottom: calc(28 * var(--vw) * 0.3571428571 / 750);
  right: calc(32 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit17 .credit .item {
  margin-left: auto;
}
#feature .sec .sec__credit.sec__credit18 {
  bottom: calc(40 * var(--vw) * 0.3571428571 / 750);
  left: calc(42 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit19 {
  width: calc(406 * var(--vw) * 0.3571428571 / 750);
  height: calc(558 * var(--vw) * 0.3571428571 / 750);
  bottom: calc(26 * var(--vw) * 0.3571428571 / 750);
  left: calc(166 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(1) {
  bottom: calc(20 * var(--vw) * 0.3571428571 / 750);
  right: calc(383 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(23deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(2) {
  bottom: calc(14 * var(--vw) * 0.3571428571 / 750);
  right: calc(374 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(21deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(3) {
  bottom: calc(10 * var(--vw) * 0.3571428571 / 750);
  right: calc(358 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(18deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(4) {
  bottom: calc(4 * var(--vw) * 0.3571428571 / 750);
  right: calc(342 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(16deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(5) {
  bottom: calc(2 * var(--vw) * 0.3571428571 / 750);
  right: calc(328 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(12deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(6) {
  bottom: calc(-4 * var(--vw) * 0.3571428571 / 750);
  right: calc(310 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(5deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(7) {
  bottom: calc(-6 * var(--vw) * 0.3571428571 / 750);
  right: calc(294 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-1deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(8) {
  bottom: calc(-6 * var(--vw) * 0.3571428571 / 750);
  right: calc(276 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-1deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(9) {
  bottom: calc(-6 * var(--vw) * 0.3571428571 / 750);
  right: calc(260 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-5deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(10) {
  bottom: calc(-6 * var(--vw) * 0.3571428571 / 750);
  right: calc(246 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-8deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(11) {
  bottom: calc(-4 * var(--vw) * 0.3571428571 / 750);
  right: calc(232 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-10deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(12) {
  bottom: calc(-2 * var(--vw) * 0.3571428571 / 750);
  right: calc(224 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-13deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(13) {
  bottom: calc(2 * var(--vw) * 0.3571428571 / 750);
  right: calc(208 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-16deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(14) {
  bottom: calc(6 * var(--vw) * 0.3571428571 / 750);
  right: calc(192 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-18deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(15) {
  bottom: calc(10 * var(--vw) * 0.3571428571 / 750);
  right: calc(176 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-20deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(16) {
  bottom: calc(16 * var(--vw) * 0.3571428571 / 750);
  right: calc(162 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-22deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(18) {
  bottom: calc(28 * var(--vw) * 0.3571428571 / 750);
  right: calc(140 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-25deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(19) {
  bottom: calc(36 * var(--vw) * 0.3571428571 / 750);
  right: calc(128 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-29deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(20) {
  bottom: calc(44 * var(--vw) * 0.3571428571 / 750);
  right: calc(114 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-32deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(21) {
  bottom: calc(54 * var(--vw) * 0.3571428571 / 750);
  right: calc(102 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-36deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(22) {
  bottom: calc(62 * var(--vw) * 0.3571428571 / 750);
  right: calc(96 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-40deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(23) {
  bottom: calc(70 * var(--vw) * 0.3571428571 / 750);
  right: calc(83 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-44deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(24) {
  bottom: calc(82 * var(--vw) * 0.3571428571 / 750);
  right: calc(72 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-50deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(26) {
  bottom: calc(100 * var(--vw) * 0.3571428571 / 750);
  right: calc(56 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-53deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(27) {
  bottom: calc(112 * var(--vw) * 0.3571428571 / 750);
  right: calc(52 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-57deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(28) {
  bottom: calc(122 * var(--vw) * 0.3571428571 / 750);
  right: calc(40 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-60deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(29) {
  bottom: calc(138 * var(--vw) * 0.3571428571 / 750);
  right: calc(32 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-63deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(30) {
  bottom: calc(154 * var(--vw) * 0.3571428571 / 750);
  right: calc(24 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-66deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(31) {
  bottom: calc(172 * var(--vw) * 0.3571428571 / 750);
  right: calc(20 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-69deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(32) {
  bottom: calc(186 * var(--vw) * 0.3571428571 / 750);
  right: calc(14 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-73deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(33) {
  bottom: calc(204 * var(--vw) * 0.3571428571 / 750);
  right: calc(10 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-75deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(1) {
  bottom: calc(252 * var(--vw) * 0.3571428571 / 750);
  right: calc(4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-81deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(2) {
  bottom: calc(270 * var(--vw) * 0.3571428571 / 750);
  right: calc(6 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-82deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(3) {
  bottom: calc(286 * var(--vw) * 0.3571428571 / 750);
  right: calc(4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-82deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(4) {
  bottom: calc(302 * var(--vw) * 0.3571428571 / 750);
  right: calc(4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-84deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(6) {
  bottom: calc(326 * var(--vw) * 0.3571428571 / 750);
  right: calc(4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-84deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(7) {
  bottom: calc(344 * var(--vw) * 0.3571428571 / 750);
  right: calc(6 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-84deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(8) {
  bottom: calc(360 * var(--vw) * 0.3571428571 / 750);
  right: calc(4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-87deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(9) {
  bottom: calc(376 * var(--vw) * 0.3571428571 / 750);
  right: calc(6 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-89deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(10) {
  bottom: calc(392 * var(--vw) * 0.3571428571 / 750);
  right: calc(6 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-89deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(12) {
  bottom: calc(416 * var(--vw) * 0.3571428571 / 750);
  right: calc(4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-92deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(13) {
  bottom: calc(430 * var(--vw) * 0.3571428571 / 750);
  right: calc(10 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-92deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(14) {
  bottom: calc(444 * var(--vw) * 0.3571428571 / 750);
  right: calc(4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-94deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(15) {
  bottom: calc(462 * var(--vw) * 0.3571428571 / 750);
  right: calc(6 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-95deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(16) {
  bottom: calc(480 * var(--vw) * 0.3571428571 / 750);
  right: calc(8 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-97deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(17) {
  bottom: calc(496 * var(--vw) * 0.3571428571 / 750);
  right: calc(14 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-102deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(18) {
  bottom: calc(512 * var(--vw) * 0.3571428571 / 750);
  right: calc(18 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-102deg);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(19) {
  bottom: calc(528 * var(--vw) * 0.3571428571 / 750);
  right: calc(20 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-104deg);
}
#feature .sec .sec__credit.sec__credit20 {
  width: 100%;
  bottom: calc(28 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit20 .credit {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit20 .credit .item {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit21 {
  width: calc(518 * var(--vw) * 0.3571428571 / 750);
  height: calc(300 * var(--vw) * 0.3571428571 / 750);
  top: calc(-46 * var(--vw) * 0.3571428571 / 750);
  left: calc(106 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit21 .credit .item .link p span {
  color: #2a6b9f;
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(1) {
  bottom: calc(208 * var(--vw) * 0.3571428571 / 750);
  right: calc(494 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-32deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(2) {
  bottom: calc(218 * var(--vw) * 0.3571428571 / 750);
  right: calc(480 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-30deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(3) {
  bottom: calc(226 * var(--vw) * 0.3571428571 / 750);
  right: calc(466 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-28deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(4) {
  bottom: calc(232 * var(--vw) * 0.3571428571 / 750);
  right: calc(458 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-26deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(5) {
  bottom: calc(236 * var(--vw) * 0.3571428571 / 750);
  right: calc(446 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-23deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(6) {
  bottom: calc(242 * var(--vw) * 0.3571428571 / 750);
  right: calc(430 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-21deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(7) {
  bottom: calc(247 * var(--vw) * 0.3571428571 / 750);
  right: calc(412 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-20deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(8) {
  bottom: calc(254 * var(--vw) * 0.3571428571 / 750);
  right: calc(398 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-18deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(9) {
  bottom: calc(258 * var(--vw) * 0.3571428571 / 750);
  right: calc(382 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-14deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(10) {
  bottom: calc(260 * var(--vw) * 0.3571428571 / 750);
  right: calc(368 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-8deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(11) {
  bottom: calc(262 * var(--vw) * 0.3571428571 / 750);
  right: calc(356 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-6deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(12) {
  bottom: calc(262 * var(--vw) * 0.3571428571 / 750);
  right: calc(340 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-5deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(13) {
  bottom: calc(264 * var(--vw) * 0.3571428571 / 750);
  right: calc(324 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-5deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(14) {
  bottom: calc(264 * var(--vw) * 0.3571428571 / 750);
  right: calc(308 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-4deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(16) {
  bottom: calc(262 * var(--vw) * 0.3571428571 / 750);
  right: calc(281 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(2deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(17) {
  bottom: calc(260 * var(--vw) * 0.3571428571 / 750);
  right: calc(262 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(5deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(18) {
  bottom: calc(258 * var(--vw) * 0.3571428571 / 750);
  right: calc(254 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(5deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(19) {
  bottom: calc(254 * var(--vw) * 0.3571428571 / 750);
  right: calc(236 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(9deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(20) {
  bottom: calc(250 * var(--vw) * 0.3571428571 / 750);
  right: calc(218 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(13deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(21) {
  bottom: calc(244 * var(--vw) * 0.3571428571 / 750);
  right: calc(202 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(16deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(22) {
  bottom: calc(237 * var(--vw) * 0.3571428571 / 750);
  right: calc(188 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(19deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(23) {
  bottom: calc(230 * var(--vw) * 0.3571428571 / 750);
  right: calc(174 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(23deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(24) {
  bottom: calc(222 * var(--vw) * 0.3571428571 / 750);
  right: calc(160 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(27deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(1) {
  bottom: calc(206 * var(--vw) * 0.3571428571 / 750);
  right: calc(132 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(31deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(2) {
  bottom: calc(196 * var(--vw) * 0.3571428571 / 750);
  right: calc(118 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(31deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(3) {
  bottom: calc(186 * var(--vw) * 0.3571428571 / 750);
  right: calc(104 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(34deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(4) {
  bottom: calc(176 * var(--vw) * 0.3571428571 / 750);
  right: calc(88 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(38deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(6) {
  bottom: calc(152 * var(--vw) * 0.3571428571 / 750);
  right: calc(74 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(41deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(7) {
  bottom: calc(140 * var(--vw) * 0.3571428571 / 750);
  right: calc(64 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(44deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(8) {
  bottom: calc(126 * var(--vw) * 0.3571428571 / 750);
  right: calc(54 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(47deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(9) {
  bottom: calc(112 * var(--vw) * 0.3571428571 / 750);
  right: calc(46 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(49deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(10) {
  bottom: calc(100 * var(--vw) * 0.3571428571 / 750);
  right: calc(38 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(55deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(12) {
  bottom: calc(80 * var(--vw) * 0.3571428571 / 750);
  right: calc(24 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(60deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(13) {
  bottom: calc(68 * var(--vw) * 0.3571428571 / 750);
  right: calc(20 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(64deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(14) {
  bottom: calc(54 * var(--vw) * 0.3571428571 / 750);
  right: calc(14 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(72deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(15) {
  bottom: calc(34 * var(--vw) * 0.3571428571 / 750);
  right: calc(8 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(75deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(16) {
  bottom: calc(14 * var(--vw) * 0.3571428571 / 750);
  right: calc(4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(78deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(17) {
  bottom: calc(-4 * var(--vw) * 0.3571428571 / 750);
  right: calc(-2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(79deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(18) {
  bottom: calc(-20 * var(--vw) * 0.3571428571 / 750);
  right: calc(-2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(85deg);
}
#feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(19) {
  bottom: calc(-38 * var(--vw) * 0.3571428571 / 750);
  right: calc(-2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(88deg);
}
#feature .sec .sec__credit.sec__credit22 {
  width: calc(576 * var(--vw) * 0.3571428571 / 750);
  height: calc(354 * var(--vw) * 0.3571428571 / 750);
  top: calc(-42 * var(--vw) * 0.3571428571 / 750);
  left: calc(54 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit22 .credit .item .link p span {
  color: #2a6b9f;
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(1) {
  bottom: calc(222 * var(--vw) * 0.3571428571 / 750);
  right: calc(554 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-47deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(2) {
  bottom: calc(232 * var(--vw) * 0.3571428571 / 750);
  right: calc(548 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-45deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(3) {
  bottom: calc(240 * var(--vw) * 0.3571428571 / 750);
  right: calc(536 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-43deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(4) {
  bottom: calc(250 * var(--vw) * 0.3571428571 / 750);
  right: calc(524 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-41deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(5) {
  bottom: calc(260 * var(--vw) * 0.3571428571 / 750);
  right: calc(512 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-37deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(6) {
  bottom: calc(270 * var(--vw) * 0.3571428571 / 750);
  right: calc(498 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-33deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(7) {
  bottom: calc(278 * var(--vw) * 0.3571428571 / 750);
  right: calc(484 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-30deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(8) {
  bottom: calc(286 * var(--vw) * 0.3571428571 / 750);
  right: calc(468 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-27deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(9) {
  bottom: calc(294 * var(--vw) * 0.3571428571 / 750);
  right: calc(454 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-23deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(10) {
  bottom: calc(300 * var(--vw) * 0.3571428571 / 750);
  right: calc(442 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-20deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(11) {
  bottom: calc(304 * var(--vw) * 0.3571428571 / 750);
  right: calc(426 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-17deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(12) {
  bottom: calc(306 * var(--vw) * 0.3571428571 / 750);
  right: calc(416 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-14deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(13) {
  bottom: calc(310 * var(--vw) * 0.3571428571 / 750);
  right: calc(402 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-10deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(14) {
  bottom: calc(314 * var(--vw) * 0.3571428571 / 750);
  right: calc(386 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-9deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(15) {
  bottom: calc(316 * var(--vw) * 0.3571428571 / 750);
  right: calc(370 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-10deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(16) {
  bottom: calc(318 * var(--vw) * 0.3571428571 / 750);
  right: calc(356 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-2deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(18) {
  bottom: calc(320 * var(--vw) * 0.3571428571 / 750);
  right: calc(330 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-2deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(19) {
  bottom: calc(320 * var(--vw) * 0.3571428571 / 750);
  right: calc(318 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-2deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(20) {
  bottom: calc(320 * var(--vw) * 0.3571428571 / 750);
  right: calc(302 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(0deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(21) {
  bottom: calc(318 * var(--vw) * 0.3571428571 / 750);
  right: calc(286 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(5deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(22) {
  bottom: calc(316 * var(--vw) * 0.3571428571 / 750);
  right: calc(276 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(8deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(23) {
  bottom: calc(314 * var(--vw) * 0.3571428571 / 750);
  right: calc(262 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(12deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(24) {
  bottom: calc(310 * var(--vw) * 0.3571428571 / 750);
  right: calc(248 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(14deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(26) {
  bottom: calc(304 * var(--vw) * 0.3571428571 / 750);
  right: calc(222 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(18deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(27) {
  bottom: calc(300 * var(--vw) * 0.3571428571 / 750);
  right: calc(212 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(20deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(28) {
  bottom: calc(296 * var(--vw) * 0.3571428571 / 750);
  right: calc(196 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(22deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(29) {
  bottom: calc(288 * var(--vw) * 0.3571428571 / 750);
  right: calc(180 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(24deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(30) {
  bottom: calc(280 * var(--vw) * 0.3571428571 / 750);
  right: calc(164 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(26deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(31) {
  bottom: calc(270 * var(--vw) * 0.3571428571 / 750);
  right: calc(152 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(30deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(32) {
  bottom: calc(262 * var(--vw) * 0.3571428571 / 750);
  right: calc(138 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(32deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(33) {
  bottom: calc(252 * var(--vw) * 0.3571428571 / 750);
  right: calc(126 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(34deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(1) {
  bottom: calc(230 * var(--vw) * 0.3571428571 / 750);
  right: calc(102 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(46deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(2) {
  bottom: calc(218 * var(--vw) * 0.3571428571 / 750);
  right: calc(90 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(49deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(3) {
  bottom: calc(206 * var(--vw) * 0.3571428571 / 750);
  right: calc(78 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(52deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(4) {
  bottom: calc(194 * var(--vw) * 0.3571428571 / 750);
  right: calc(68 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(55deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(6) {
  bottom: calc(174 * var(--vw) * 0.3571428571 / 750);
  right: calc(52 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(54deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(7) {
  bottom: calc(160 * var(--vw) * 0.3571428571 / 750);
  right: calc(44 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(56deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(8) {
  bottom: calc(144 * var(--vw) * 0.3571428571 / 750);
  right: calc(36 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(59deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(9) {
  bottom: calc(130 * var(--vw) * 0.3571428571 / 750);
  right: calc(30 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(62deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(10) {
  bottom: calc(116 * var(--vw) * 0.3571428571 / 750);
  right: calc(26 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(68deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(12) {
  bottom: calc(94 * var(--vw) * 0.3571428571 / 750);
  right: calc(14 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(72deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(13) {
  bottom: calc(80 * var(--vw) * 0.3571428571 / 750);
  right: calc(14 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(73deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(14) {
  bottom: calc(66 * var(--vw) * 0.3571428571 / 750);
  right: calc(8 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(78deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(15) {
  bottom: calc(50 * var(--vw) * 0.3571428571 / 750);
  right: calc(4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(82deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(16) {
  bottom: calc(32 * var(--vw) * 0.3571428571 / 750);
  right: calc(2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(82deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(17) {
  bottom: calc(16 * var(--vw) * 0.3571428571 / 750);
  right: calc(2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(88deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(18) {
  bottom: calc(0 * var(--vw) * 0.3571428571 / 750);
  right: calc(0 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(88deg);
}
#feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(19) {
  bottom: calc(-16 * var(--vw) * 0.3571428571 / 750);
  right: calc(2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(89deg);
}
#feature .sec .sec__credit.sec__credit23 {
  top: calc(30 * var(--vw) * 0.3571428571 / 750);
  left: calc(38 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit24 {
  width: 100%;
  bottom: calc(26 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit24 .credit {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit24 .credit .item {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit25 {
  width: calc(166 * var(--vw) * 0.3571428571 / 750);
  height: calc(262 * var(--vw) * 0.3571428571 / 750);
  top: calc(2 * var(--vw) * 0.3571428571 / 750);
  left: calc(462 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(1) {
  bottom: calc(228 * var(--vw) * 0.3571428571 / 750);
  right: calc(140 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(33deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(2) {
  bottom: calc(216 * var(--vw) * 0.3571428571 / 750);
  right: calc(128 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(38deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(3) {
  bottom: calc(206 * var(--vw) * 0.3571428571 / 750);
  right: calc(116 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(38deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(4) {
  bottom: calc(198 * var(--vw) * 0.3571428571 / 750);
  right: calc(110 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(42deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(5) {
  bottom: calc(190 * var(--vw) * 0.3571428571 / 750);
  right: calc(96 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(45deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(7) {
  bottom: calc(172 * var(--vw) * 0.3571428571 / 750);
  right: calc(78 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(48deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(8) {
  bottom: calc(158 * var(--vw) * 0.3571428571 / 750);
  right: calc(68 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(60deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(9) {
  bottom: calc(146 * var(--vw) * 0.3571428571 / 750);
  right: calc(56 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(60deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(10) {
  bottom: calc(132 * var(--vw) * 0.3571428571 / 750);
  right: calc(50 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(62deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(11) {
  bottom: calc(118 * var(--vw) * 0.3571428571 / 750);
  right: calc(40 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(64deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(13) {
  bottom: calc(96 * var(--vw) * 0.3571428571 / 750);
  right: calc(28 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(69deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(14) {
  bottom: calc(82 * var(--vw) * 0.3571428571 / 750);
  right: calc(26 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(74deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(15) {
  bottom: calc(70 * var(--vw) * 0.3571428571 / 750);
  right: calc(18 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(75deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(16) {
  bottom: calc(52 * var(--vw) * 0.3571428571 / 750);
  right: calc(12 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(78deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(17) {
  bottom: calc(36 * var(--vw) * 0.3571428571 / 750);
  right: calc(6 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(81deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(18) {
  bottom: calc(18 * var(--vw) * 0.3571428571 / 750);
  right: calc(4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(82deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(19) {
  bottom: calc(2 * var(--vw) * 0.3571428571 / 750);
  right: calc(0 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(83deg);
}
#feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(20) {
  bottom: calc(-14 * var(--vw) * 0.3571428571 / 750);
  right: calc(-2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(84deg);
}
#feature .sec .sec__credit.sec__credit26 {
  width: calc(422 * var(--vw) * 0.3571428571 / 750);
  height: calc(372 * var(--vw) * 0.3571428571 / 750);
  bottom: calc(38 * var(--vw) * 0.3571428571 / 750);
  left: calc(20 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(1) {
  bottom: calc(338 * var(--vw) * 0.3571428571 / 750);
  right: calc(394 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(90deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(2) {
  bottom: calc(318 * var(--vw) * 0.3571428571 / 750);
  right: calc(398 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(90deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(3) {
  bottom: calc(302 * var(--vw) * 0.3571428571 / 750);
  right: calc(398 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(90deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(4) {
  bottom: calc(290 * var(--vw) * 0.3571428571 / 750);
  right: calc(402 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(90deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(5) {
  bottom: calc(278 * var(--vw) * 0.3571428571 / 750);
  right: calc(396 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(91deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(6) {
  bottom: calc(262 * var(--vw) * 0.3571428571 / 750);
  right: calc(398 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(91deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(7) {
  bottom: calc(244 * var(--vw) * 0.3571428571 / 750);
  right: calc(396 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(87deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(8) {
  bottom: calc(228 * var(--vw) * 0.3571428571 / 750);
  right: calc(396 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(87deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(9) {
  bottom: calc(214 * var(--vw) * 0.3571428571 / 750);
  right: calc(398 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(84deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(10) {
  bottom: calc(204 * var(--vw) * 0.3571428571 / 750);
  right: calc(396 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(84deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(11) {
  bottom: calc(192 * var(--vw) * 0.3571428571 / 750);
  right: calc(392 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(84deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(12) {
  bottom: calc(176 * var(--vw) * 0.3571428571 / 750);
  right: calc(388 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(82deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(13) {
  bottom: calc(160 * var(--vw) * 0.3571428571 / 750);
  right: calc(384 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(78deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(14) {
  bottom: calc(146 * var(--vw) * 0.3571428571 / 750);
  right: calc(380 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(74deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(16) {
  bottom: calc(124 * var(--vw) * 0.3571428571 / 750);
  right: calc(366 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(64deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(17) {
  bottom: calc(112 * var(--vw) * 0.3571428571 / 750);
  right: calc(364 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(64deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(18) {
  bottom: calc(102 * var(--vw) * 0.3571428571 / 750);
  right: calc(352 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(58deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(19) {
  bottom: calc(86 * var(--vw) * 0.3571428571 / 750);
  right: calc(342 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(48deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(20) {
  bottom: calc(74 * var(--vw) * 0.3571428571 / 750);
  right: calc(330 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(45deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(21) {
  bottom: calc(62 * var(--vw) * 0.3571428571 / 750);
  right: calc(318 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(42deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(22) {
  bottom: calc(50 * var(--vw) * 0.3571428571 / 750);
  right: calc(308 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(40deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(23) {
  bottom: calc(40 * var(--vw) * 0.3571428571 / 750);
  right: calc(294 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(36deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(1) {
  bottom: calc(22 * var(--vw) * 0.3571428571 / 750);
  right: calc(266 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(32deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(2) {
  bottom: calc(12 * var(--vw) * 0.3571428571 / 750);
  right: calc(252 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(32deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(3) {
  bottom: calc(6 * var(--vw) * 0.3571428571 / 750);
  right: calc(236 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(28deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(4) {
  bottom: calc(2 * var(--vw) * 0.3571428571 / 750);
  right: calc(220 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(16deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(6) {
  bottom: calc(-6 * var(--vw) * 0.3571428571 / 750);
  right: calc(194 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(12deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(7) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(178 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(12deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(8) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(162 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(0deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(9) {
  bottom: calc(-14 * var(--vw) * 0.3571428571 / 750);
  right: calc(148 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(0deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(10) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(132 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-2deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(12) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(106 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-4deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(13) {
  bottom: calc(-8 * var(--vw) * 0.3571428571 / 750);
  right: calc(96 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-4deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(14) {
  bottom: calc(-6 * var(--vw) * 0.3571428571 / 750);
  right: calc(78 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-7deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(15) {
  bottom: calc(0 * var(--vw) * 0.3571428571 / 750);
  right: calc(62 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-14deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(16) {
  bottom: calc(6 * var(--vw) * 0.3571428571 / 750);
  right: calc(44 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-16deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(17) {
  bottom: calc(12 * var(--vw) * 0.3571428571 / 750);
  right: calc(30 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-19deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(18) {
  bottom: calc(18 * var(--vw) * 0.3571428571 / 750);
  right: calc(16 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-30deg);
}
#feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(19) {
  bottom: calc(26 * var(--vw) * 0.3571428571 / 750);
  right: calc(0 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-30deg);
}
#feature .sec .sec__credit.sec__credit27 {
  bottom: calc(32 * var(--vw) * 0.3571428571 / 750);
  left: calc(44 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit28 {
  width: calc(234 * var(--vw) * 0.3571428571 / 750);
  height: calc(90 * var(--vw) * 0.3571428571 / 750);
  top: calc(28 * var(--vw) * 0.3571428571 / 750);
  left: calc(262 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(1) {
  bottom: calc(54 * var(--vw) * 0.3571428571 / 750);
  right: calc(216 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-15deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(2) {
  bottom: calc(56 * var(--vw) * 0.3571428571 / 750);
  right: calc(198 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(1deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(3) {
  bottom: calc(56 * var(--vw) * 0.3571428571 / 750);
  right: calc(184 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(3deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(4) {
  bottom: calc(56 * var(--vw) * 0.3571428571 / 750);
  right: calc(166 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(3deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(5) {
  bottom: calc(56 * var(--vw) * 0.3571428571 / 750);
  right: calc(156 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(5deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(6) {
  bottom: calc(54 * var(--vw) * 0.3571428571 / 750);
  right: calc(140 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(5deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(7) {
  bottom: calc(52 * var(--vw) * 0.3571428571 / 750);
  right: calc(122 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(9deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(9) {
  bottom: calc(44 * var(--vw) * 0.3571428571 / 750);
  right: calc(98 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(15deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(10) {
  bottom: calc(40 * var(--vw) * 0.3571428571 / 750);
  right: calc(88 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(16deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(11) {
  bottom: calc(36 * var(--vw) * 0.3571428571 / 750);
  right: calc(72 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(18deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(12) {
  bottom: calc(28 * var(--vw) * 0.3571428571 / 750);
  right: calc(54 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(20deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(13) {
  bottom: calc(18 * var(--vw) * 0.3571428571 / 750);
  right: calc(38 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(23deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(14) {
  bottom: calc(10 * var(--vw) * 0.3571428571 / 750);
  right: calc(24 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(31deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(15) {
  bottom: calc(0 * var(--vw) * 0.3571428571 / 750);
  right: calc(10 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(34deg);
}
#feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(16) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(-2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(40deg);
}
#feature .sec .sec__credit.sec__credit29 {
  width: calc(490 * var(--vw) * 0.3571428571 / 750);
  height: calc(284 * var(--vw) * 0.3571428571 / 750);
  top: calc(30 * var(--vw) * 0.3571428571 / 750);
  left: calc(98 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(1) {
  bottom: calc(160 * var(--vw) * 0.3571428571 / 750);
  right: calc(468 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-48deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(2) {
  bottom: calc(172 * var(--vw) * 0.3571428571 / 750);
  right: calc(458 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-46deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(3) {
  bottom: calc(184 * var(--vw) * 0.3571428571 / 750);
  right: calc(444 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-42deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(4) {
  bottom: calc(196 * var(--vw) * 0.3571428571 / 750);
  right: calc(434 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-38deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(5) {
  bottom: calc(204 * var(--vw) * 0.3571428571 / 750);
  right: calc(422 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-36deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(6) {
  bottom: calc(214 * var(--vw) * 0.3571428571 / 750);
  right: calc(404 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-34deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(7) {
  bottom: calc(222 * var(--vw) * 0.3571428571 / 750);
  right: calc(390 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-32deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(8) {
  bottom: calc(228 * var(--vw) * 0.3571428571 / 750);
  right: calc(378 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-30deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(9) {
  bottom: calc(234 * var(--vw) * 0.3571428571 / 750);
  right: calc(362 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-20deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(10) {
  bottom: calc(240 * var(--vw) * 0.3571428571 / 750);
  right: calc(352 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-18deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(11) {
  bottom: calc(244 * var(--vw) * 0.3571428571 / 750);
  right: calc(334 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-13deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(12) {
  bottom: calc(246 * var(--vw) * 0.3571428571 / 750);
  right: calc(320 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-12deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(13) {
  bottom: calc(250 * var(--vw) * 0.3571428571 / 750);
  right: calc(302 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-10deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(15) {
  bottom: calc(252 * var(--vw) * 0.3571428571 / 750);
  right: calc(276 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-3deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(16) {
  bottom: calc(252 * var(--vw) * 0.3571428571 / 750);
  right: calc(266 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-3deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(17) {
  bottom: calc(252 * var(--vw) * 0.3571428571 / 750);
  right: calc(248 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-1deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(18) {
  bottom: calc(250 * var(--vw) * 0.3571428571 / 750);
  right: calc(230 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(1deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(19) {
  bottom: calc(246 * var(--vw) * 0.3571428571 / 750);
  right: calc(212 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(3deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(20) {
  bottom: calc(242 * var(--vw) * 0.3571428571 / 750);
  right: calc(196 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(10deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(21) {
  bottom: calc(238 * var(--vw) * 0.3571428571 / 750);
  right: calc(180 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(13deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(22) {
  bottom: calc(232 * var(--vw) * 0.3571428571 / 750);
  right: calc(164 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(16deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(1) {
  bottom: calc(218 * var(--vw) * 0.3571428571 / 750);
  right: calc(134 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(34deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(2) {
  bottom: calc(210 * var(--vw) * 0.3571428571 / 750);
  right: calc(120 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(34deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(3) {
  bottom: calc(200 * var(--vw) * 0.3571428571 / 750);
  right: calc(106 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(36deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(4) {
  bottom: calc(188 * var(--vw) * 0.3571428571 / 750);
  right: calc(92 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(38deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(6) {
  bottom: calc(170 * var(--vw) * 0.3571428571 / 750);
  right: calc(74 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(44deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(7) {
  bottom: calc(158 * var(--vw) * 0.3571428571 / 750);
  right: calc(62 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(46deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(8) {
  bottom: calc(146 * var(--vw) * 0.3571428571 / 750);
  right: calc(52 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(48deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(9) {
  bottom: calc(132 * var(--vw) * 0.3571428571 / 750);
  right: calc(44 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(52deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(10) {
  bottom: calc(120 * var(--vw) * 0.3571428571 / 750);
  right: calc(36 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(54deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(12) {
  bottom: calc(98 * var(--vw) * 0.3571428571 / 750);
  right: calc(22 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(67deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(13) {
  bottom: calc(84 * var(--vw) * 0.3571428571 / 750);
  right: calc(20 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(68deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(14) {
  bottom: calc(72 * var(--vw) * 0.3571428571 / 750);
  right: calc(12 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(72deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(15) {
  bottom: calc(54 * var(--vw) * 0.3571428571 / 750);
  right: calc(6 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(73deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(16) {
  bottom: calc(36 * var(--vw) * 0.3571428571 / 750);
  right: calc(2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(74deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(17) {
  bottom: calc(20 * var(--vw) * 0.3571428571 / 750);
  right: calc(0 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(80deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(18) {
  bottom: calc(4 * var(--vw) * 0.3571428571 / 750);
  right: calc(-2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(82deg);
}
#feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(19) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(-4 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(84deg);
}
#feature .sec .sec__credit.sec__credit30 {
  width: calc(468 * var(--vw) * 0.3571428571 / 750);
  height: calc(150 * var(--vw) * 0.3571428571 / 750);
  bottom: calc(28 * var(--vw) * 0.3571428571 / 750);
  left: calc(94 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(1) {
  bottom: calc(100 * var(--vw) * 0.3571428571 / 750);
  right: calc(446 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(57deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(2) {
  bottom: calc(86 * var(--vw) * 0.3571428571 / 750);
  right: calc(438 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(57deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(3) {
  bottom: calc(74 * var(--vw) * 0.3571428571 / 750);
  right: calc(426 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(52deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(4) {
  bottom: calc(64 * var(--vw) * 0.3571428571 / 750);
  right: calc(418 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(39deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(5) {
  bottom: calc(52 * var(--vw) * 0.3571428571 / 750);
  right: calc(402 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(38deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(7) {
  bottom: calc(36 * var(--vw) * 0.3571428571 / 750);
  right: calc(382 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(35deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(8) {
  bottom: calc(28 * var(--vw) * 0.3571428571 / 750);
  right: calc(374 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(35deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(9) {
  bottom: calc(22 * var(--vw) * 0.3571428571 / 750);
  right: calc(358 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(27deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(10) {
  bottom: calc(14 * var(--vw) * 0.3571428571 / 750);
  right: calc(342 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(26deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(11) {
  bottom: calc(8 * var(--vw) * 0.3571428571 / 750);
  right: calc(326 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(14deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(12) {
  bottom: calc(2 * var(--vw) * 0.3571428571 / 750);
  right: calc(312 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(12deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(13) {
  bottom: calc(-4 * var(--vw) * 0.3571428571 / 750);
  right: calc(296 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(10deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(14) {
  bottom: calc(-6 * var(--vw) * 0.3571428571 / 750);
  right: calc(278 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(8deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span {
  position: absolute;
  transform-origin: center;
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(1) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(236 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(2deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(2) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(220 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(1deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(3) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(202 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-4deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(4) {
  bottom: calc(-6 * var(--vw) * 0.3571428571 / 750);
  right: calc(184 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-10deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(6) {
  bottom: calc(0 * var(--vw) * 0.3571428571 / 750);
  right: calc(160 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-14deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(7) {
  bottom: calc(4 * var(--vw) * 0.3571428571 / 750);
  right: calc(144 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-24deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(8) {
  bottom: calc(12 * var(--vw) * 0.3571428571 / 750);
  right: calc(124 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-24deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(9) {
  bottom: calc(20 * var(--vw) * 0.3571428571 / 750);
  right: calc(108 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-27deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(10) {
  bottom: calc(26 * var(--vw) * 0.3571428571 / 750);
  right: calc(100 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-30deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(12) {
  bottom: calc(38 * var(--vw) * 0.3571428571 / 750);
  right: calc(78 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-34deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(13) {
  bottom: calc(46 * var(--vw) * 0.3571428571 / 750);
  right: calc(72 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-40deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(14) {
  bottom: calc(56 * var(--vw) * 0.3571428571 / 750);
  right: calc(56 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-40deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(15) {
  bottom: calc(68 * var(--vw) * 0.3571428571 / 750);
  right: calc(44 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-47deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(16) {
  bottom: calc(82 * var(--vw) * 0.3571428571 / 750);
  right: calc(32 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-50deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(17) {
  bottom: calc(94 * var(--vw) * 0.3571428571 / 750);
  right: calc(22 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-52deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(18) {
  bottom: calc(108 * var(--vw) * 0.3571428571 / 750);
  right: calc(12 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-60deg);
}
#feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(19) {
  bottom: calc(122 * var(--vw) * 0.3571428571 / 750);
  right: calc(2 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-62deg);
}
#feature .sec .sec__credit.sec__credit31 {
  width: 100%;
  bottom: calc(32 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit31 .credit {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit31 .credit .item {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit32 {
  width: 100%;
  bottom: calc(32 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit32 .credit {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit32 .credit .item {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit33 {
  width: 100%;
  bottom: calc(30 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit33 .credit {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit33 .credit .item {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit34 {
  width: calc(414 * var(--vw) * 0.3571428571 / 750);
  height: calc(174 * var(--vw) * 0.3571428571 / 750);
  bottom: calc(-58 * var(--vw) * 0.3571428571 / 750);
  left: calc(30 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span {
  position: absolute;
  transform-origin: center;
  color: #b53348;
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(1) {
  bottom: calc(138 * var(--vw) * 0.3571428571 / 750);
  right: calc(392 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(56deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(2) {
  bottom: calc(124 * var(--vw) * 0.3571428571 / 750);
  right: calc(382 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(56deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(3) {
  bottom: calc(110 * var(--vw) * 0.3571428571 / 750);
  right: calc(372 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(56deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(4) {
  bottom: calc(98 * var(--vw) * 0.3571428571 / 750);
  right: calc(360 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(50deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(5) {
  bottom: calc(88 * var(--vw) * 0.3571428571 / 750);
  right: calc(356 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(50deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(6) {
  bottom: calc(78 * var(--vw) * 0.3571428571 / 750);
  right: calc(344 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(48deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(8) {
  bottom: calc(64 * var(--vw) * 0.3571428571 / 750);
  right: calc(326 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(44deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(9) {
  bottom: calc(54 * var(--vw) * 0.3571428571 / 750);
  right: calc(310 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(41deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(10) {
  bottom: calc(42 * var(--vw) * 0.3571428571 / 750);
  right: calc(296 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(35deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(12) {
  bottom: calc(30 * var(--vw) * 0.3571428571 / 750);
  right: calc(276 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(32deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(13) {
  bottom: calc(24 * var(--vw) * 0.3571428571 / 750);
  right: calc(262 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(28deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(14) {
  bottom: calc(16 * var(--vw) * 0.3571428571 / 750);
  right: calc(248 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(28deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(15) {
  bottom: calc(10 * var(--vw) * 0.3571428571 / 750);
  right: calc(236 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(25deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(16) {
  bottom: calc(6 * var(--vw) * 0.3571428571 / 750);
  right: calc(220 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(23deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(17) {
  bottom: calc(0 * var(--vw) * 0.3571428571 / 750);
  right: calc(207 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(21deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(19) {
  bottom: calc(-4 * var(--vw) * 0.3571428571 / 750);
  right: calc(184 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(19deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(20) {
  bottom: calc(-8 * var(--vw) * 0.3571428571 / 750);
  right: calc(170 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(4deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(21) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(154 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(1deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(23) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(128 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(4deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(24) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(110 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-1deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(25) {
  bottom: calc(-12 * var(--vw) * 0.3571428571 / 750);
  right: calc(100 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-1deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(26) {
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  right: calc(82 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-3deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(27) {
  bottom: calc(-8 * var(--vw) * 0.3571428571 / 750);
  right: calc(64 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-6deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(28) {
  bottom: calc(-4 * var(--vw) * 0.3571428571 / 750);
  right: calc(46 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-9deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(29) {
  bottom: calc(0 * var(--vw) * 0.3571428571 / 750);
  right: calc(32 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-15deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(30) {
  bottom: calc(4 * var(--vw) * 0.3571428571 / 750);
  right: calc(16 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-18deg);
}
#feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(31) {
  bottom: calc(10 * var(--vw) * 0.3571428571 / 750);
  right: calc(0 * var(--vw) * 0.3571428571 / 750);
  transform: rotate(-20deg);
}
#feature .sec .sec__credit.sec__credit35 {
  width: 100%;
  bottom: calc(35 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit.sec__credit35 .credit {
  display: flex;
  justify-content: center;
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__img {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__img .slider .slick-list {
  line-height: 0;
  overflow: initial;
}
#feature .sec .sec__img .slider .slideritem {
  width: 100%;
  position: relative;
}
#feature .sec .sec__img .slider .slideritem .slideritem__inner {
  position: relative;
}
#feature .sec .sec__img .slider02 .slick-list {
  line-height: 0;
  overflow: initial;
}
#feature .sec .sec__img .slider02 .slideritem {
  width: 100%;
  position: relative;
}
#feature .sec .sec__img .slider02 .slideritem .slideritem__inner {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: 100%;
}
#feature .sec .sec__img.sec__img02 {
  width: 100%;
}
#feature .sec .sec__img.sec__img03 {
  width: 100%;
}
#feature .sec .sec__img.sec__img03 .slider02 .slideritem .slideritem__inner {
  width: calc(592.5 * var(--vw) * 0.3571428571 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img04 {
  width: 100%;
}
#feature .sec .sec__img.sec__img05 {
  width: calc(608 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__img.sec__img06 {
  width: calc(770 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__img.sec__img06 .slider02 .slideritem {
  padding-left: calc(150 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__img.sec__img06 .slider02 .slideritem .slideritem__inner {
  width: calc(622 * var(--vw) * 0.3571428571 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img07 {
  width: 100%;
}
#feature .sec .sec__img.sec__img08 {
  width: 100%;
}
#feature .sec .sec__img.sec__img09 {
  width: 100%;
}
#feature .sec .sec__img.sec__img09 .slider .slideritem .slideritem__inner {
  width: calc(592.5 * var(--vw) * 0.3571428571 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img10 {
  width: 100%;
}
#feature .sec .sec__img.sec__img11 {
  width: calc(806 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__img.sec__img11 .slider02 .slideritem .slideritem__inner {
  width: calc(622 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__img.sec__img12 {
  width: calc(608 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__img.sec__img13 {
  width: 100%;
}
#feature .sec .sec__img.sec__img14 {
  width: 100%;
}
#feature .sec .sec__img.sec__img15 {
  width: calc(614 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__img.sec__img16 {
  width: calc(593 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__img.sec__img17 {
  width: 100%;
}
#feature .sec .sec__img.sec__img18 {
  width: 100%;
}
#feature .sec .sec__img.sec__img18 .slider .slideritem .slideritem__inner {
  width: calc(592.5 * var(--vw) * 0.3571428571 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img19 {
  width: 100%;
}
#feature .sec .sec__img.sec__img20 {
  width: 100%;
}
#feature .sec .sec__img.sec__img21 {
  width: 100%;
}
#feature .sec .sec__img.sec__img21 .slider .slideritem .slideritem__inner {
  width: calc(592.5 * var(--vw) * 0.3571428571 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img22 {
  width: 100%;
}
#feature .sec .sec__img.sec__img23 {
  width: calc(780 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__img.sec__img23 .slider02 .slideritem {
  padding-left: calc(162 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__img.sec__img23 .slider02 .slideritem .slideritem__inner {
  width: calc(610.5 * var(--vw) * 0.3571428571 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img24 {
  width: calc(617 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__img.sec__img25 {
  width: 100%;
}
#feature .sec .sec__img.sec__img26 {
  width: 100%;
}
#feature .sec .sec__img.sec__img27 {
  width: calc(613.5 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__img.sec__img28 {
  width: calc(630 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__ttlimg {
  margin: 0 auto;
}
#feature .sec .sec__ttlimg.sec__ttlimg01 {
  width: calc(312 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__ttlimg.sec__ttlimg02 {
  width: calc(616 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__nav {
  width: calc(450 * var(--vw) * 0.3571428571 / 750);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(40 * var(--vw) * 0.3571428571 / 750) calc(20 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__nav li {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__nav li a {
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(8 * var(--vw) * 0.3571428571 / 750) calc(16 * var(--vw) * 0.3571428571 / 750) calc(2 * var(--vw) * 0.3571428571 / 750);
  border: calc(4 * var(--vw) * 0.3571428571 / 750) solid #fff;
  border-radius: calc(25 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__nav li a span {
  font-size: calc(30.8 * var(--vw) * 0.3571428571 / 750);
  line-height: 1;
  color: #fff;
}
#feature .sec .sec__txt.sec__txt01 {
  font-size: calc(24 * var(--vw) * 0.3571428571 / 750);
  line-height: calc(50 * var(--vw) * 0.3571428571 / 750);
  letter-spacing: -0.03em;
  color: #fff;
}
#feature .sec .sec__txt.sec__txt01 p:nth-child(2) {
  margin-top: calc(26 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__txt.sec__txt01 p:nth-child(3) {
  margin-top: calc(26 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__txt.sec__txt02 {
  font-size: calc(22 * var(--vw) * 0.3571428571 / 750);
  line-height: calc(46 * var(--vw) * 0.3571428571 / 750);
  letter-spacing: 0.11em;
  color: #b53348;
}
#feature .sec .sec__movie {
  width: calc(620 * var(--vw) * 0.3571428571 / 750);
  height: calc(1102 * var(--vw) * 0.3571428571 / 750);
  margin: 0 auto;
  background-color: #603813;
  position: relative;
  overflow: hidden;
}
#feature .sec .sec__movie .mutebtn {
  padding-left: calc(38 * var(--vw) * 0.3571428571 / 750);
  font-size: calc(30 * var(--vw) * 0.3571428571 / 750);
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: calc(24 * var(--vw) * 0.3571428571 / 750);
  right: calc(24 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__movie .mutebtn::before {
  content: "";
  width: calc(28 * var(--vw) * 0.3571428571 / 750);
  height: calc(37 * var(--vw) * 0.3571428571 / 750);
  background-image: url(../img/movieicon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-6 * var(--vw) * 0.3571428571 / 750);
  left: 0;
}
#feature .sec .sec__txtimg {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
#feature .sec .sec__txtimg.sec__txtimg01 {
  width: calc(390 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg02 {
  width: calc(537 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg03 {
  width: calc(161 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg04 {
  width: calc(486 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg05 {
  width: calc(255 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg06 {
  width: calc(368 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg07 {
  width: calc(434 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg08 {
  width: calc(259 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__icon {
  position: relative;
  z-index: 3;
}
#feature .sec .sec__icon.sec__icon01 {
  width: calc(257.5 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__icon.sec__icon02 {
  width: calc(269.5 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__icon.sec__icon03 {
  width: calc(400 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__icon.sec__icon04 {
  width: calc(260 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__icon.sec__icon05 {
  width: calc(237 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__icon.sec__icon06 {
  width: calc(288 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__icon.sec__icon07 {
  width: calc(324.5 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__icon.sec__icon08 {
  width: calc(335 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__bg {
  width: 100%;
  position: relative;
}
#feature .sec .sec__btn {
  width: calc(469 * var(--vw) * 0.3571428571 / 750);
  margin: 0 auto;
}
#feature .sec .sec__staff {
  font-size: calc(23 * var(--vw) * 0.3571428571 / 750);
  line-height: calc(40.01 * var(--vw) * 0.3571428571 / 750);
  color: #edc677;
}
#feature .sec .sec__copy {
  width: calc(450 * var(--vw) * 0.3571428571 / 750);
  position: relative;
  z-index: 3;
}
#feature .sec.sec01 {
  padding-top: calc(75 * var(--vw) * 0.3571428571 / 750);
  padding-bottom: calc(716 * var(--vw) * 0.3571428571 / 750);
  background-color: #edc677;
  z-index: 4;
}
#feature .sec.sec01 .sec__ttlimg {
  margin-top: calc(152 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec01 .sec__nav {
  margin-top: calc(116 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec01 .sec__movie {
  margin-top: calc(100 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec01 .sec__img.sec__img01 {
  margin-top: calc(92 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin-top: calc(-36 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec01 .sec__img.sec__img03 {
  margin: calc(180 * var(--vw) * 0.3571428571 / 750) auto 0;
}
#feature .sec.sec01 .sec__img.sec__img04 {
  margin-top: calc(-176 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec01 .sec__img.sec__img05 {
  margin: calc(-22 * var(--vw) * 0.3571428571 / 750) 0 0 calc(-24 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec01 .sec__img.sec__img06 {
  position: absolute;
  bottom: 0;
}
#feature .sec.sec01 .sec__txtimg.sec__txtimg01 {
  bottom: calc(-90 * var(--vw) * 0.3571428571 / 750);
  left: calc(48 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec01 .sec__txtimg.sec__txtimg02 {
  top: calc(-4 * var(--vw) * 0.3571428571 / 750);
  left: calc(36 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec01 .sec__icon.sec__icon01 {
  margin: calc(294 * var(--vw) * 0.3571428571 / 750) 0 0 calc(438 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec01 .sec__icon.sec__icon02 {
  margin: 0 0 0 calc(452 * var(--vw) * 0.3571428571 / 750);
  top: calc(-98 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec02 {
  padding-bottom: calc(790 * var(--vw) * 0.3571428571 / 750);
  margin-top: calc(-36 * var(--vw) * 0.3571428571 / 750);
  background-color: #2a6b9f;
  z-index: 3;
}
#feature .sec.sec02 .sec__img.sec__img08 {
  margin-top: calc(-52 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec02 .sec__img.sec__img09 {
  margin: calc(186 * var(--vw) * 0.3571428571 / 750) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img10 {
  margin-top: calc(-58 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec02 .sec__img.sec__img11 {
  margin: calc(68 * var(--vw) * 0.3571428571 / 750) 0 0 calc(-56 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec02 .sec__img.sec__img12 {
  position: absolute;
  bottom: calc(-10 * var(--vw) * 0.3571428571 / 750);
  left: calc(166 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec02 .sec__txtimg.sec__txtimg03 {
  bottom: calc(-90 * var(--vw) * 0.3571428571 / 750);
  left: calc(534 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec02 .sec__txtimg.sec__txtimg04 {
  top: calc(-32 * var(--vw) * 0.3571428571 / 750);
  left: calc(132 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec02 .sec__icon.sec__icon03 {
  margin: calc(436 * var(--vw) * 0.3571428571 / 750) 0 0 calc(58 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec02 .sec__icon.sec__icon04 {
  margin: 0 0 0 calc(446 * var(--vw) * 0.3571428571 / 750);
  top: calc(-112 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec03 {
  background-color: #cad8e5;
}
#feature .sec.sec03 .sec__bg {
  padding: calc(206 * var(--vw) * 0.3571428571 / 750) 0 calc(134 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec03 .sec__img.sec__img14 {
  margin-top: calc(256 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec03 .sec__img.sec__img15 {
  margin: calc(80 * var(--vw) * 0.3571428571 / 750) 0 0 calc(-50 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec03 .sec__img.sec__img16 {
  margin: calc(-88 * var(--vw) * 0.3571428571 / 750) 0 0 calc(170 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec03 .sec__img.sec__img17 {
  margin-top: calc(-152 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec03 .sec__img.sec__img18 {
  margin: 0 auto;
}
#feature .sec.sec03 .sec__txtimg.sec__txtimg05 {
  top: calc(-98 * var(--vw) * 0.3571428571 / 750);
  left: calc(446 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec03 .sec__txtimg.sec__txtimg06 {
  top: calc(-22 * var(--vw) * 0.3571428571 / 750);
  left: calc(4 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec03 .sec__icon.sec__icon05 {
  margin: 0 0 0 calc(36 * var(--vw) * 0.3571428571 / 750);
  top: calc(-24 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec03 .sec__icon.sec__icon06 {
  margin: 0 0 0 calc(30 * var(--vw) * 0.3571428571 / 750);
  top: calc(-168 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec04 {
  background-color: #b53348;
}
#feature .sec.sec04 .sec__img.sec__img20 {
  margin-top: calc(-64 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec04 .sec__img.sec__img21 {
  margin: calc(166 * var(--vw) * 0.3571428571 / 750) 0 0 0;
}
#feature .sec.sec04 .sec__img.sec__img22 {
  margin-top: calc(26 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec04 .sec__img.sec__img23 {
  margin: calc(26 * var(--vw) * 0.3571428571 / 750) 0 0 0;
}
#feature .sec.sec04 .sec__img.sec__img24 {
  margin: 0 0 0 calc(-34 * var(--vw) * 0.3571428571 / 750);
  top: calc(-48 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec04 .sec__img.sec__img25 {
  margin-top: calc(36 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec04 .sec__txtimg.sec__txtimg07 {
  bottom: calc(-102 * var(--vw) * 0.3571428571 / 750);
  left: calc(264 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec04 .sec__txtimg.sec__txtimg08 {
  top: calc(-26 * var(--vw) * 0.3571428571 / 750);
  left: calc(110 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec04 .sec__icon.sec__icon07 {
  margin: calc(372 * var(--vw) * 0.3571428571 / 750) 0 0 calc(66 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec04 .sec__icon.sec__icon08 {
  margin: 0 0 0 calc(396 * var(--vw) * 0.3571428571 / 750);
  top: calc(-48 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec05 {
  padding-top: calc(276 * var(--vw) * 0.3571428571 / 750);
  padding-bottom: calc(47 * var(--vw) * 0.3571428571 / 750);
  background-color: #efeeed;
}
#feature .sec.sec05 .sec__img.sec__img26 {
  margin-top: calc(-64 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec05 .sec__img.sec__img27 {
  margin: calc(116 * var(--vw) * 0.3571428571 / 750) 0 0 calc(74 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec05 .sec__img.sec__img28 {
  margin: calc(106 * var(--vw) * 0.3571428571 / 750) auto 0;
  overflow: hidden;
  border-radius: calc(100 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec05 .sec__txt {
  margin-top: calc(170 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec05 .sec__btn {
  margin-top: calc(216 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec05 .sec__staff {
  margin-top: calc(70 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec05 .sec__copy {
  margin: calc(96 * var(--vw) * 0.3571428571 / 750) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .hero {
    padding-top: 48px;
    padding-bottom: 248px;
    position: relative;
    z-index: 3;
    background-color: #a5bbd3;
  }
  #feature .hero .hero__img {
    width: 1306px;
    margin: 0 auto;
  }
  #feature .hero .hero__logo {
    width: 414px;
    position: absolute;
    bottom: 111px;
    left: 50%;
    transform: translateX(-50%) translateY(40px);
    z-index: 2;
    opacity: 0;
    transition: 1s;
  }
  #feature .hero.is_show .hero__logo {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  #feature .main {
    display: flex;
    background-color: #f1eeea;
    transition: background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  #feature .main .left {
    padding-bottom: 80px;
    height: calc(100vh - 80px);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 80px;
    z-index: 3;
  }
  #feature .main .left .left__ttl {
    width: 158px;
    margin: 0 auto;
  }
  #feature .main .left .left__nav {
    width: 230px;
    margin: 34px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  #feature .main .left .left__nav li:nth-child(1) {
    width: 78px;
  }
  #feature .main .left .left__nav li:nth-child(2) {
    width: 65px;
  }
  #feature .main .left .left__nav li:nth-child(3) {
    width: 68px;
  }
  #feature .main .left .left__nav li:nth-child(4) {
    width: 55px;
  }
  #feature .main .left .left__nav li:nth-child(5) {
    width: 58px;
  }
  #feature .main .left .left__nav li:nth-child(6) {
    width: 67px;
  }
  #feature .main .left .left__nav li:nth-child(7) {
    width: 103px;
  }
  #feature .main .right {
    padding-bottom: 80px;
    height: calc(100vh - 80px);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 80px;
    z-index: 3;
  }
  #feature .main .right .right__btn {
    width: 157px;
  }
  #feature .main .center {
    width: 500px;
    margin: 0 auto;
    background-color: #efeeed;
    position: relative;
    overflow-x: clip;
  }
  #feature .main[data-bg-mode="02"] {
    background-color: #cad8e5;
  }
  #feature .main[data-bg-mode="02"] .left .left__ttl-1 {
    fill: #fff;
  }
  #feature .main[data-bg-mode="02"] .left .left__nav-1 {
    fill: #fff;
  }
  #feature .main[data-bg-mode="02"] .right .right__btn-1 {
    fill: #cad8e5;
  }
  #feature .main[data-bg-mode="02"] .right .right__btn-2 {
    fill: #fff;
  }
  #feature .main[data-bg-mode="04"] {
    background-color: #2a6b9f;
  }
  #feature .main[data-bg-mode="04"] .left .left__ttl-1 {
    fill: #fff;
  }
  #feature .main[data-bg-mode="04"] .left .left__nav-1 {
    fill: #fff;
  }
  #feature .main[data-bg-mode="04"] .right .right__btn-1 {
    fill: #2a6b9f;
  }
  #feature .main[data-bg-mode="04"] .right .right__btn-2 {
    fill: #fff;
  }
  #feature .main[data-bg-mode="05"] {
    background-color: #b53348;
  }
  #feature .main[data-bg-mode="05"] .left .left__ttl-1 {
    fill: #fff;
  }
  #feature .main[data-bg-mode="05"] .left .left__nav-1 {
    fill: #fff;
  }
  #feature .main[data-bg-mode="05"] .right .right__btn-1 {
    fill: #b53348;
  }
  #feature .main[data-bg-mode="05"] .right .right__btn-2 {
    fill: #fff;
  }
  #feature .sec {
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__credit {
    position: absolute;
  }
  #feature .sec .sec__credit .credit .item {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item .link {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item .link p {
    font-size: 17.9999999999px;
    line-height: 29.9999999998px;
    letter-spacing: 0.01em;
    white-space: nowrap;
    color: #fff;
  }
  #feature .sec .sec__credit.sec__credit01 {
    bottom: 21.3333333332px;
    right: 27.9999999998px;
  }
  #feature .sec .sec__credit.sec__credit01 .credit .item {
    margin-left: auto;
  }
  #feature .sec .sec__credit.sec__credit02 {
    bottom: 27.9999999998px;
    right: 33.3333333331px;
  }
  #feature .sec .sec__credit.sec__credit02 .credit .item {
    margin-left: auto;
  }
  #feature .sec .sec__credit.sec__credit03 {
    width: 100%;
    bottom: 19.9999999998px;
  }
  #feature .sec .sec__credit.sec__credit03 .credit {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit03 .credit .item {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit04 {
    width: 158.6666666654px;
    height: 147.9999999988px;
    bottom: 23.9999999998px;
    left: 25.3333333331px;
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(1) {
    bottom: 127.999999999px;
    right: 146.6666666655px;
    transform: rotate(78deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(2) {
    bottom: 117.3333333324px;
    right: 143.9999999988px;
    transform: rotate(74deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(3) {
    bottom: 106.6666666658px;
    right: 141.3333333322px;
    transform: rotate(74deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(4) {
    bottom: 98.6666666659px;
    right: 139.9999999989px;
    transform: rotate(70deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(5) {
    bottom: 90.6666666659px;
    right: 134.6666666656px;
    transform: rotate(62deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(6) {
    bottom: 82.666666666px;
    right: 133.3333333323px;
    transform: rotate(65deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(7) {
    bottom: 73.3333333327px;
    right: 126.6666666657px;
    transform: rotate(56deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(8) {
    bottom: 65.3333333328px;
    right: 121.3333333324px;
    transform: rotate(54deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(9) {
    bottom: 55.9999999996px;
    right: 113.3333333324px;
    transform: rotate(48deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(10) {
    bottom: 47.9999999996px;
    right: 106.6666666658px;
    transform: rotate(46deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(11) {
    bottom: 41.333333333px;
    right: 101.3333333325px;
    transform: rotate(44deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(12) {
    bottom: 35.9999999997px;
    right: 94.6666666659px;
    transform: rotate(44deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(13) {
    bottom: 29.3333333331px;
    right: 87.3333333326px;
    transform: rotate(41deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(15) {
    bottom: 17.3333333332px;
    right: 69.3333333328px;
    transform: rotate(36deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(16) {
    bottom: 11.9999999999px;
    right: 63.9999999995px;
    transform: rotate(30deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(17) {
    bottom: 9.3333333333px;
    right: 53.3333333329px;
    transform: rotate(25deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(18) {
    bottom: 4px;
    right: 42.6666666663px;
    transform: rotate(20deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(19) {
    bottom: 0px;
    right: 31.9999999997px;
    transform: rotate(4deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(20) {
    bottom: -2.6666666666px;
    right: 21.3333333332px;
    transform: rotate(11deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(21) {
    bottom: -5.3333333333px;
    right: 10.6666666666px;
    transform: rotate(5deg);
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p span:nth-child(22) {
    bottom: -6.6666666666px;
    right: 0;
    transform: rotate(3deg);
  }
  #feature .sec .sec__credit.sec__credit05 {
    width: 307.9999999975px;
    height: 173.3333333319px;
    bottom: 27.9999999998px;
    left: 22.6666666665px;
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(1) {
    bottom: 154.6666666654px;
    right: 295.9999999976px;
    transform: rotate(85deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(2) {
    bottom: 143.9999999988px;
    right: 294.6666666643px;
    transform: rotate(85deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(3) {
    bottom: 133.3333333323px;
    right: 293.333333331px;
    transform: rotate(82deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(4) {
    bottom: 121.3333333324px;
    right: 291.9999999977px;
    transform: rotate(80deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(6) {
    bottom: 105.3333333325px;
    right: 286.6666666644px;
    transform: rotate(74deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(7) {
    bottom: 94.6666666659px;
    right: 282.6666666644px;
    transform: rotate(72deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(8) {
    bottom: 83.9999999993px;
    right: 277.3333333311px;
    transform: rotate(62deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(9) {
    bottom: 74.6666666661px;
    right: 273.3333333311px;
    transform: rotate(62deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(10) {
    bottom: 66.6666666661px;
    right: 267.9999999979px;
    transform: rotate(60deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(12) {
    bottom: 53.3333333329px;
    right: 255.999999998px;
    transform: rotate(51deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(13) {
    bottom: 46.6666666663px;
    right: 253.3333333313px;
    transform: rotate(47deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(14) {
    bottom: 39.9999999997px;
    right: 243.999999998px;
    transform: rotate(47deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(15) {
    bottom: 31.9999999997px;
    right: 234.6666666648px;
    transform: rotate(39deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(16) {
    bottom: 23.9999999998px;
    right: 225.3333333315px;
    transform: rotate(31deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(17) {
    bottom: 18.6666666665px;
    right: 215.9999999983px;
    transform: rotate(31deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(18) {
    bottom: 13.3333333332px;
    right: 207.9999999983px;
    transform: rotate(28deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) .link p span:nth-child(19) {
    bottom: 7.9999999999px;
    right: 198.6666666651px;
    transform: rotate(28deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(1) {
    bottom: 0px;
    right: 175.9999999986px;
    transform: rotate(17deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(2) {
    bottom: -2.6666666666px;
    right: 165.333333332px;
    transform: rotate(17deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(3) {
    bottom: -5.3333333333px;
    right: 154.6666666654px;
    transform: rotate(17deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(4) {
    bottom: -6.6666666666px;
    right: 138.6666666656px;
    transform: rotate(9deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(6) {
    bottom: -7.9999999999px;
    right: 123.999999999px;
    transform: rotate(4deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(7) {
    bottom: -6.6666666666px;
    right: 111.9999999991px;
    transform: rotate(-3deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(8) {
    bottom: -5.3333333333px;
    right: 99.9999999992px;
    transform: rotate(-3deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(9) {
    bottom: -4px;
    right: 89.3333333326px;
    transform: rotate(-22deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(10) {
    bottom: -2px;
    right: 79.9999999994px;
    transform: rotate(-8deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(12) {
    bottom: 4px;
    right: 63.9999999995px;
    transform: rotate(-13deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(13) {
    bottom: 9.3333333333px;
    right: 57.3333333329px;
    transform: rotate(-13deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(14) {
    bottom: 11.9999999999px;
    right: 46.6666666663px;
    transform: rotate(-28deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(15) {
    bottom: 17.3333333332px;
    right: 37.333333333px;
    transform: rotate(-28deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(16) {
    bottom: 23.9999999998px;
    right: 26.6666666665px;
    transform: rotate(-40deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(17) {
    bottom: 31.9999999997px;
    right: 18.6666666665px;
    transform: rotate(-40deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(18) {
    bottom: 38.6666666664px;
    right: 10.6666666666px;
    transform: rotate(-44deg);
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) .link p span:nth-child(19) {
    bottom: 46.6666666663px;
    right: 4px;
    transform: rotate(-48deg);
  }
  #feature .sec .sec__credit.sec__credit06 {
    top: 19.9999999998px;
    left: 25.3333333331px;
  }
  #feature .sec .sec__credit.sec__credit07 {
    width: 143.9999999988px;
    height: 35.9999999997px;
    top: 21.3333333332px;
    left: 150.6666666655px;
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(1) {
    bottom: 5.3333333333px;
    right: 131.3333333323px;
    transform: rotate(-15deg);
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(2) {
    bottom: 9.3333333333px;
    right: 119.999999999px;
    transform: rotate(-8deg);
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(3) {
    bottom: 10.6666666666px;
    right: 107.9999999991px;
    transform: rotate(-8deg);
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(4) {
    bottom: 11.9999999999px;
    right: 99.9999999992px;
    transform: rotate(-4deg);
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(5) {
    bottom: 13.3333333332px;
    right: 87.9999999993px;
    transform: rotate(-2deg);
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(7) {
    bottom: 11.9999999999px;
    right: 70.6666666661px;
    transform: rotate(-2deg);
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(8) {
    bottom: 11.9999999999px;
    right: 62.6666666662px;
    transform: rotate(12deg);
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(9) {
    bottom: 10.6666666666px;
    right: 51.9999999996px;
    transform: rotate(12deg);
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(10) {
    bottom: 7.9999999999px;
    right: 39.9999999997px;
    transform: rotate(12deg);
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(11) {
    bottom: 5.3333333333px;
    right: 27.9999999998px;
    transform: rotate(12deg);
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(12) {
    bottom: 2.6666666666px;
    right: 18.6666666665px;
    transform: rotate(18deg);
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(13) {
    bottom: -1.3333333333px;
    right: 7.9999999999px;
    transform: rotate(27deg);
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p span:nth-child(14) {
    bottom: -6.6666666666px;
    right: -2.6666666666px;
    transform: rotate(31deg);
  }
  #feature .sec .sec__credit.sec__credit08 {
    width: 321.3333333308px;
    height: 235.9999999981px;
    bottom: 19.9999999998px;
    left: 77.3333333327px;
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(1) {
    bottom: 49.3333333329px;
    right: 307.9999999975px;
    transform: rotate(47deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(2) {
    bottom: 41.333333333px;
    right: 301.3333333309px;
    transform: rotate(53deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(3) {
    bottom: 34.6666666664px;
    right: 291.9999999977px;
    transform: rotate(44deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(4) {
    bottom: 27.3333333331px;
    right: 286.6666666644px;
    transform: rotate(41deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(5) {
    bottom: 22.6666666665px;
    right: 277.3333333311px;
    transform: rotate(41deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(6) {
    bottom: 18.6666666665px;
    right: 273.3333333311px;
    transform: rotate(37deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(7) {
    bottom: 13.3333333332px;
    right: 262.6666666646px;
    transform: rotate(30deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(8) {
    bottom: 8.6666666666px;
    right: 254.6666666646px;
    transform: rotate(25deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(9) {
    bottom: 4px;
    right: 243.999999998px;
    transform: rotate(20deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(10) {
    bottom: 0px;
    right: 230.6666666648px;
    transform: rotate(14deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(11) {
    bottom: -2.6666666666px;
    right: 219.9999999982px;
    transform: rotate(12deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(12) {
    bottom: -5.3333333333px;
    right: 214.6666666649px;
    transform: rotate(8deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(13) {
    bottom: -6.6666666666px;
    right: 207.9999999983px;
    transform: rotate(8deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(14) {
    bottom: -7.9999999999px;
    right: 197.3333333318px;
    transform: rotate(-2deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(15) {
    bottom: -7.9999999999px;
    right: 186.6666666652px;
    transform: rotate(-2deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(16) {
    bottom: -7.9999999999px;
    right: 175.9999999986px;
    transform: rotate(-4deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(17) {
    bottom: -7.9999999999px;
    right: 166.6666666653px;
    transform: rotate(-4deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(19) {
    bottom: -6.6666666666px;
    right: 149.3333333321px;
    transform: rotate(-6deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(20) {
    bottom: -4px;
    right: 142.6666666655px;
    transform: rotate(-11deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(21) {
    bottom: -2.6666666666px;
    right: 130.6666666656px;
    transform: rotate(-15deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(22) {
    bottom: 1.3333333333px;
    right: 119.999999999px;
    transform: rotate(-20deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(23) {
    bottom: 5.3333333333px;
    right: 107.9999999991px;
    transform: rotate(-22deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(24) {
    bottom: 10.6666666666px;
    right: 98.6666666659px;
    transform: rotate(-25deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(25) {
    bottom: 15.9999999999px;
    right: 89.3333333326px;
    transform: rotate(-33deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(1) .link p span:nth-child(26) {
    bottom: 21.3333333332px;
    right: 78.666666666px;
    transform: rotate(-35deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(1) {
    bottom: 41.333333333px;
    right: 53.3333333329px;
    transform: rotate(-46deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(2) {
    bottom: 49.3333333329px;
    right: 46.6666666663px;
    transform: rotate(-49deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(3) {
    bottom: 58.6666666662px;
    right: 38.6666666664px;
    transform: rotate(-49deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(4) {
    bottom: 67.9999999995px;
    right: 31.9999999997px;
    transform: rotate(-56deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(6) {
    bottom: 81.3333333327px;
    right: 23.9999999998px;
    transform: rotate(-56deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(7) {
    bottom: 91.9999999993px;
    right: 18.6666666665px;
    transform: rotate(-66deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(8) {
    bottom: 102.6666666658px;
    right: 13.3333333332px;
    transform: rotate(-70deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(9) {
    bottom: 113.3333333324px;
    right: 10.6666666666px;
    transform: rotate(-70deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(10) {
    bottom: 122.6666666657px;
    right: 7.9999999999px;
    transform: rotate(-73deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(12) {
    bottom: 138.6666666656px;
    right: 4px;
    transform: rotate(-78deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(13) {
    bottom: 146.6666666655px;
    right: 5.3333333333px;
    transform: rotate(-86deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(14) {
    bottom: 157.3333333321px;
    right: 1.3333333333px;
    transform: rotate(-86deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(15) {
    bottom: 167.9999999987px;
    right: 1.3333333333px;
    transform: rotate(-86deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(16) {
    bottom: 179.9999999986px;
    right: 1.3333333333px;
    transform: rotate(-96deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(17) {
    bottom: 193.3333333318px;
    right: 5.3333333333px;
    transform: rotate(-101deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(18) {
    bottom: 203.3333333317px;
    right: 6.6666666666px;
    transform: rotate(-101deg);
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item:nth-child(2) .link p span:nth-child(19) {
    bottom: 214.6666666649px;
    right: 6.6666666666px;
    transform: rotate(-104deg);
  }
  #feature .sec .sec__credit.sec__credit09 {
    width: 133.3333333323px;
    height: 205.3333333317px;
    top: 31.9999999997px;
    left: 17.3333333332px;
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(1) {
    bottom: -6.6666666666px;
    right: 114.6666666657px;
    transform: rotate(-100deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(2) {
    bottom: 5.3333333333px;
    right: 117.3333333324px;
    transform: rotate(-97deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(3) {
    bottom: 14.6666666665px;
    right: 119.999999999px;
    transform: rotate(-97deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(4) {
    bottom: 22.6666666665px;
    right: 119.999999999px;
    transform: rotate(-94deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(6) {
    bottom: 38.6666666664px;
    right: 115.9999999991px;
    transform: rotate(-86deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(7) {
    bottom: 49.3333333329px;
    right: 115.9999999991px;
    transform: rotate(-82deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(8) {
    bottom: 58.6666666662px;
    right: 114.6666666657px;
    transform: rotate(-82deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(9) {
    bottom: 69.3333333328px;
    right: 110.6666666658px;
    transform: rotate(-75deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(10) {
    bottom: 79.9999999994px;
    right: 106.6666666658px;
    transform: rotate(-70deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(11) {
    bottom: 87.9999999993px;
    right: 102.6666666658px;
    transform: rotate(-64deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(12) {
    bottom: 97.3333333326px;
    right: 98.6666666659px;
    transform: rotate(-64deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(13) {
    bottom: 106.6666666658px;
    right: 94.6666666659px;
    transform: rotate(-62deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(14) {
    bottom: 113.3333333324px;
    right: 91.9999999993px;
    transform: rotate(-60deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(15) {
    bottom: 121.3333333324px;
    right: 85.3333333327px;
    transform: rotate(-60deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(16) {
    bottom: 130.6666666656px;
    right: 78.666666666px;
    transform: rotate(-50deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(18) {
    bottom: 145.3333333322px;
    right: 63.9999999995px;
    transform: rotate(-42deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(19) {
    bottom: 151.9999999988px;
    right: 59.9999999995px;
    transform: rotate(-42deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(20) {
    bottom: 157.3333333321px;
    right: 50.6666666663px;
    transform: rotate(-38deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(21) {
    bottom: 165.333333332px;
    right: 39.9999999997px;
    transform: rotate(-32deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(22) {
    bottom: 171.9999999986px;
    right: 29.3333333331px;
    transform: rotate(-32deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(23) {
    bottom: 177.3333333319px;
    right: 19.9999999998px;
    transform: rotate(-23deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(24) {
    bottom: 181.3333333319px;
    right: 10.6666666666px;
    transform: rotate(-19deg);
  }
  #feature .sec .sec__credit.sec__credit09 .credit .item .link p span:nth-child(25) {
    bottom: 185.3333333319px;
    right: 0px;
    transform: rotate(-15deg);
  }
  #feature .sec .sec__credit.sec__credit10 {
    bottom: 19.9999999998px;
    left: 29.3333333331px;
  }
  #feature .sec .sec__credit.sec__credit11 {
    bottom: 21.3333333332px;
    left: 30.6666666664px;
  }
  #feature .sec .sec__credit.sec__credit12 {
    width: 141.3333333322px;
    height: 141.3333333322px;
    bottom: -19.9999999998px;
    left: 41.333333333px;
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(1) {
    bottom: 119.999999999px;
    right: 129.3333333323px;
    transform: rotate(74deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(2) {
    bottom: 109.3333333325px;
    right: 125.3333333323px;
    transform: rotate(74deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(3) {
    bottom: 98.6666666659px;
    right: 121.3333333324px;
    transform: rotate(67deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(4) {
    bottom: 89.3333333326px;
    right: 114.6666666657px;
    transform: rotate(65deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(5) {
    bottom: 78.666666666px;
    right: 110.6666666658px;
    transform: rotate(59deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(6) {
    bottom: 69.3333333328px;
    right: 102.6666666658px;
    transform: rotate(55deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(7) {
    bottom: 59.9999999995px;
    right: 97.3333333326px;
    transform: rotate(55deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(8) {
    bottom: 49.3333333329px;
    right: 85.3333333327px;
    transform: rotate(50deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(9) {
    bottom: 39.9999999997px;
    right: 78.666666666px;
    transform: rotate(44deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(10) {
    bottom: 31.9999999997px;
    right: 70.6666666661px;
    transform: rotate(38deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(11) {
    bottom: 25.3333333331px;
    right: 62.6666666662px;
    transform: rotate(38deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(12) {
    bottom: 19.3333333332px;
    right: 54.6666666662px;
    transform: rotate(36deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(14) {
    bottom: 10.6666666666px;
    right: 39.9999999997px;
    transform: rotate(30deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(15) {
    bottom: 5.3333333333px;
    right: 34.6666666664px;
    transform: rotate(30deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(16) {
    bottom: 1.3333333333px;
    right: 22.6666666665px;
    transform: rotate(26deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(17) {
    bottom: -3.3333333333px;
    right: 11.9999999999px;
    transform: rotate(23deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(18) {
    bottom: -6.6666666666px;
    right: 0px;
    transform: rotate(23deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(19) {
    bottom: -7.9999999999px;
    right: -13.3333333332px;
    transform: rotate(23deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(20) {
    bottom: -11.9999999999px;
    right: -23.9999999998px;
    transform: rotate(19deg);
  }
  #feature .sec .sec__credit.sec__credit12 .credit .item .link p span:nth-child(21) {
    bottom: -15.3333333332px;
    right: -35.9999999997px;
    transform: rotate(8deg);
  }
  #feature .sec .sec__credit.sec__credit13 {
    width: 100%;
    bottom: 23.9999999998px;
  }
  #feature .sec .sec__credit.sec__credit13 .credit {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit13 .credit .item {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit14 {
    width: 346.6666666639px;
    height: 145.3333333322px;
    top: 26.6666666665px;
    left: 26.6666666665px;
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(1) {
    bottom: 17.3333333332px;
    right: 329.3333333307px;
    transform: rotate(-64deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(2) {
    bottom: 29.3333333331px;
    right: 325.3333333307px;
    transform: rotate(-63deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(3) {
    bottom: 37.333333333px;
    right: 323.9999999974px;
    transform: rotate(-61deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(4) {
    bottom: 43.9999999996px;
    right: 317.3333333308px;
    transform: rotate(-56deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(5) {
    bottom: 51.9999999996px;
    right: 314.6666666641px;
    transform: rotate(-54deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(7) {
    bottom: 63.9999999995px;
    right: 303.9999999976px;
    transform: rotate(-45deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(8) {
    bottom: 71.9999999994px;
    right: 297.333333331px;
    transform: rotate(-38deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(9) {
    bottom: 79.9999999994px;
    right: 289.333333331px;
    transform: rotate(-38deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(10) {
    bottom: 86.666666666px;
    right: 281.3333333311px;
    transform: rotate(-35deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(11) {
    bottom: 93.3333333326px;
    right: 273.3333333311px;
    transform: rotate(-32deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(13) {
    bottom: 101.3333333325px;
    right: 258.6666666646px;
    transform: rotate(-25deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(14) {
    bottom: 107.9999999991px;
    right: 247.999999998px;
    transform: rotate(-23deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(15) {
    bottom: 111.9999999991px;
    right: 241.3333333314px;
    transform: rotate(-15deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(16) {
    bottom: 114.6666666657px;
    right: 230.6666666648px;
    transform: rotate(-15deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(17) {
    bottom: 118.6666666657px;
    right: 219.9999999982px;
    transform: rotate(-13deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(18) {
    bottom: 121.3333333324px;
    right: 207.9999999983px;
    transform: rotate(-11deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(19) {
    bottom: 123.999999999px;
    right: 197.3333333318px;
    transform: rotate(-9deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(20) {
    bottom: 125.3333333323px;
    right: 186.6666666652px;
    transform: rotate(-7deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(1) .link p span:nth-child(21) {
    bottom: 126.6666666657px;
    right: 174.6666666653px;
    transform: rotate(-5deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(1) {
    bottom: 123.999999999px;
    right: 141.3333333322px;
    transform: rotate(5deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(2) {
    bottom: 122.6666666657px;
    right: 130.6666666656px;
    transform: rotate(9deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(3) {
    bottom: 119.999999999px;
    right: 118.6666666657px;
    transform: rotate(17deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(4) {
    bottom: 115.9999999991px;
    right: 107.9999999991px;
    transform: rotate(20deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(5) {
    bottom: 111.9999999991px;
    right: 102.6666666658px;
    transform: rotate(22deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(6) {
    bottom: 107.9999999991px;
    right: 91.9999999993px;
    transform: rotate(30deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(7) {
    bottom: 102.6666666658px;
    right: 81.3333333327px;
    transform: rotate(30deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(9) {
    bottom: 94.6666666659px;
    right: 67.9999999995px;
    transform: rotate(33deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(10) {
    bottom: 86.666666666px;
    right: 58.6666666662px;
    transform: rotate(405deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(11) {
    bottom: 81.3333333327px;
    right: 50.6666666663px;
    transform: rotate(50deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(13) {
    bottom: 69.3333333328px;
    right: 38.6666666664px;
    transform: rotate(50deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(14) {
    bottom: 59.9999999995px;
    right: 30.6666666664px;
    transform: rotate(54deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(15) {
    bottom: 51.9999999996px;
    right: 27.9999999998px;
    transform: rotate(63deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(16) {
    bottom: 45.333333333px;
    right: 19.9999999998px;
    transform: rotate(63deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(17) {
    bottom: 33.3333333331px;
    right: 14.6666666665px;
    transform: rotate(67deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(18) {
    bottom: 22.6666666665px;
    right: 9.3333333333px;
    transform: rotate(69deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(19) {
    bottom: 11.9999999999px;
    right: 5.3333333333px;
    transform: rotate(71deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(20) {
    bottom: 2.6666666666px;
    right: 1.3333333333px;
    transform: rotate(73deg);
  }
  #feature .sec .sec__credit.sec__credit14 .credit .item:nth-child(2) .link p span:nth-child(21) {
    bottom: -7.9999999999px;
    right: -2.6666666666px;
    transform: rotate(75deg);
  }
  #feature .sec .sec__credit.sec__credit15 {
    width: 375.999999997px;
    height: 163.9999999987px;
    top: -29.3333333331px;
    left: -9.3333333333px;
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(1) {
    bottom: -7.9999999999px;
    right: 359.9999999971px;
    transform: rotate(-71deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(2) {
    bottom: 2.6666666666px;
    right: 357.3333333305px;
    transform: rotate(-64deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(3) {
    bottom: 13.3333333332px;
    right: 351.9999999972px;
    transform: rotate(-61deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(4) {
    bottom: 21.3333333332px;
    right: 350.6666666639px;
    transform: rotate(-60deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(5) {
    bottom: 29.3333333331px;
    right: 345.3333333306px;
    transform: rotate(-60deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(6) {
    bottom: 35.9999999997px;
    right: 342.6666666639px;
    transform: rotate(-56deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(7) {
    bottom: 43.9999999996px;
    right: 337.3333333306px;
    transform: rotate(-54deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(8) {
    bottom: 53.3333333329px;
    right: 331.9999999973px;
    transform: rotate(-55deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(9) {
    bottom: 62.6666666662px;
    right: 322.6666666641px;
    transform: rotate(-51deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(10) {
    bottom: 70.6666666661px;
    right: 314.6666666641px;
    transform: rotate(-47deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(11) {
    bottom: 77.3333333327px;
    right: 311.9999999975px;
    transform: rotate(-46deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(12) {
    bottom: 81.3333333327px;
    right: 306.6666666642px;
    transform: rotate(-41deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(13) {
    bottom: 87.9999999993px;
    right: 298.6666666643px;
    transform: rotate(-41deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(14) {
    bottom: 94.6666666659px;
    right: 290.6666666643px;
    transform: rotate(-38deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(15) {
    bottom: 101.3333333325px;
    right: 282.6666666644px;
    transform: rotate(-35deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(16) {
    bottom: 107.9999999991px;
    right: 274.6666666645px;
    transform: rotate(-31deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(18) {
    bottom: 115.9999999991px;
    right: 259.9999999979px;
    transform: rotate(-29deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(19) {
    bottom: 119.999999999px;
    right: 254.6666666646px;
    transform: rotate(-27deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(20) {
    bottom: 123.999999999px;
    right: 243.999999998px;
    transform: rotate(-25deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(21) {
    bottom: 129.3333333323px;
    right: 231.9999999981px;
    transform: rotate(-22deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(22) {
    bottom: 133.3333333323px;
    right: 219.9999999982px;
    transform: rotate(-20deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(23) {
    bottom: 135.9999999989px;
    right: 209.3333333317px;
    transform: rotate(-14deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(24) {
    bottom: 138.6666666656px;
    right: 199.9999999984px;
    transform: rotate(-11deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(1) .link p span:nth-child(25) {
    bottom: 139.9999999989px;
    right: 187.9999999985px;
    transform: rotate(-9deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(1) {
    bottom: 142.6666666655px;
    right: 166.6666666653px;
    transform: rotate(-5deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(2) {
    bottom: 142.6666666655px;
    right: 155.9999999988px;
    transform: rotate(-5deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(3) {
    bottom: 142.6666666655px;
    right: 143.9999999988px;
    transform: rotate(-3deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(4) {
    bottom: 142.6666666655px;
    right: 131.9999999989px;
    transform: rotate(3deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(6) {
    bottom: 139.9999999989px;
    right: 115.9999999991px;
    transform: rotate(5deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(7) {
    bottom: 137.3333333322px;
    right: 105.3333333325px;
    transform: rotate(9deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(8) {
    bottom: 134.6666666656px;
    right: 93.3333333326px;
    transform: rotate(13deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(9) {
    bottom: 131.9999999989px;
    right: 83.9999999993px;
    transform: rotate(17deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(10) {
    bottom: 127.999999999px;
    right: 74.6666666661px;
    transform: rotate(20deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(12) {
    bottom: 121.3333333324px;
    right: 58.6666666662px;
    transform: rotate(27deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(13) {
    bottom: 117.3333333324px;
    right: 53.3333333329px;
    transform: rotate(29deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(14) {
    bottom: 113.3333333324px;
    right: 42.6666666663px;
    transform: rotate(32deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(15) {
    bottom: 106.6666666658px;
    right: 31.9999999997px;
    transform: rotate(35deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(16) {
    bottom: 98.6666666659px;
    right: 22.6666666665px;
    transform: rotate(38deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(17) {
    bottom: 91.9999999993px;
    right: 13.3333333332px;
    transform: rotate(43deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(18) {
    bottom: 85.3333333327px;
    right: 6.6666666666px;
    transform: rotate(39deg);
  }
  #feature .sec .sec__credit.sec__credit15 .credit .item:nth-child(2) .link p span:nth-child(19) {
    bottom: 77.3333333327px;
    right: -2.6666666666px;
    transform: rotate(45deg);
  }
  #feature .sec .sec__credit.sec__credit16 {
    bottom: 18.6666666665px;
    right: 21.3333333332px;
  }
  #feature .sec .sec__credit.sec__credit16 .credit .item {
    margin-left: auto;
  }
  #feature .sec .sec__credit.sec__credit17 {
    bottom: 18.6666666665px;
    right: 21.3333333332px;
  }
  #feature .sec .sec__credit.sec__credit17 .credit .item {
    margin-left: auto;
  }
  #feature .sec .sec__credit.sec__credit18 {
    bottom: 26.6666666665px;
    left: 27.9999999998px;
  }
  #feature .sec .sec__credit.sec__credit19 {
    width: 270.6666666645px;
    height: 371.999999997px;
    bottom: 17.3333333332px;
    left: 110.6666666658px;
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(1) {
    bottom: 13.3333333332px;
    right: 255.3333333313px;
    transform: rotate(23deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(2) {
    bottom: 9.3333333333px;
    right: 249.3333333313px;
    transform: rotate(21deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(3) {
    bottom: 6.6666666666px;
    right: 238.6666666648px;
    transform: rotate(18deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(4) {
    bottom: 2.6666666666px;
    right: 227.9999999982px;
    transform: rotate(16deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(5) {
    bottom: 1.3333333333px;
    right: 218.6666666649px;
    transform: rotate(12deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(6) {
    bottom: -2.6666666666px;
    right: 206.666666665px;
    transform: rotate(5deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(7) {
    bottom: -4px;
    right: 195.9999999984px;
    transform: rotate(-1deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(8) {
    bottom: -4px;
    right: 183.9999999985px;
    transform: rotate(-1deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(9) {
    bottom: -4px;
    right: 173.3333333319px;
    transform: rotate(-5deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(10) {
    bottom: -4px;
    right: 163.9999999987px;
    transform: rotate(-8deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(11) {
    bottom: -2.6666666666px;
    right: 154.6666666654px;
    transform: rotate(-10deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(12) {
    bottom: -1.3333333333px;
    right: 149.3333333321px;
    transform: rotate(-13deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(13) {
    bottom: 1.3333333333px;
    right: 138.6666666656px;
    transform: rotate(-16deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(14) {
    bottom: 4px;
    right: 127.999999999px;
    transform: rotate(-18deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(15) {
    bottom: 6.6666666666px;
    right: 117.3333333324px;
    transform: rotate(-20deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(16) {
    bottom: 10.6666666666px;
    right: 107.9999999991px;
    transform: rotate(-22deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(18) {
    bottom: 18.6666666665px;
    right: 93.3333333326px;
    transform: rotate(-25deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(19) {
    bottom: 23.9999999998px;
    right: 85.3333333327px;
    transform: rotate(-29deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(20) {
    bottom: 29.3333333331px;
    right: 75.9999999994px;
    transform: rotate(-32deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(21) {
    bottom: 35.9999999997px;
    right: 67.9999999995px;
    transform: rotate(-36deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(22) {
    bottom: 41.333333333px;
    right: 63.9999999995px;
    transform: rotate(-40deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(23) {
    bottom: 46.6666666663px;
    right: 55.3333333329px;
    transform: rotate(-44deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(24) {
    bottom: 54.6666666662px;
    right: 47.9999999996px;
    transform: rotate(-50deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(26) {
    bottom: 66.6666666661px;
    right: 37.333333333px;
    transform: rotate(-53deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(27) {
    bottom: 74.6666666661px;
    right: 34.6666666664px;
    transform: rotate(-57deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(28) {
    bottom: 81.3333333327px;
    right: 26.6666666665px;
    transform: rotate(-60deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(29) {
    bottom: 91.9999999993px;
    right: 21.3333333332px;
    transform: rotate(-63deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(30) {
    bottom: 102.6666666658px;
    right: 15.9999999999px;
    transform: rotate(-66deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(31) {
    bottom: 114.6666666657px;
    right: 13.3333333332px;
    transform: rotate(-69deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(32) {
    bottom: 123.999999999px;
    right: 9.3333333333px;
    transform: rotate(-73deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(1) .link p span:nth-child(33) {
    bottom: 135.9999999989px;
    right: 6.6666666666px;
    transform: rotate(-75deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(1) {
    bottom: 167.9999999987px;
    right: 2.6666666666px;
    transform: rotate(-81deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(2) {
    bottom: 179.9999999986px;
    right: 4px;
    transform: rotate(-82deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(3) {
    bottom: 190.6666666651px;
    right: 2.6666666666px;
    transform: rotate(-82deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(4) {
    bottom: 201.3333333317px;
    right: 2.6666666666px;
    transform: rotate(-84deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(6) {
    bottom: 217.3333333316px;
    right: 2.6666666666px;
    transform: rotate(-84deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(7) {
    bottom: 229.3333333315px;
    right: 4px;
    transform: rotate(-84deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(8) {
    bottom: 239.9999999981px;
    right: 2.6666666666px;
    transform: rotate(-87deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(9) {
    bottom: 250.6666666647px;
    right: 4px;
    transform: rotate(-89deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(10) {
    bottom: 261.3333333312px;
    right: 4px;
    transform: rotate(-89deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(12) {
    bottom: 277.3333333311px;
    right: 2.6666666666px;
    transform: rotate(-92deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(13) {
    bottom: 286.6666666644px;
    right: 6.6666666666px;
    transform: rotate(-92deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(14) {
    bottom: 295.9999999976px;
    right: 2.6666666666px;
    transform: rotate(-94deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(15) {
    bottom: 307.9999999975px;
    right: 4px;
    transform: rotate(-95deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(16) {
    bottom: 319.9999999974px;
    right: 5.3333333333px;
    transform: rotate(-97deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(17) {
    bottom: 330.666666664px;
    right: 9.3333333333px;
    transform: rotate(-102deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(18) {
    bottom: 341.3333333306px;
    right: 11.9999999999px;
    transform: rotate(-102deg);
  }
  #feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(2) .link p span:nth-child(19) {
    bottom: 351.9999999972px;
    right: 13.3333333332px;
    transform: rotate(-104deg);
  }
  #feature .sec .sec__credit.sec__credit20 {
    width: 100%;
    bottom: 18.6666666665px;
  }
  #feature .sec .sec__credit.sec__credit20 .credit {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit20 .credit .item {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit21 {
    width: 345.3333333306px;
    height: 199.9999999984px;
    top: -30.6666666664px;
    left: 70.6666666661px;
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item .link p span {
    color: #2a6b9f;
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(1) {
    bottom: 138.6666666656px;
    right: 329.3333333307px;
    transform: rotate(-32deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(2) {
    bottom: 145.3333333322px;
    right: 319.9999999974px;
    transform: rotate(-30deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(3) {
    bottom: 150.6666666655px;
    right: 310.6666666642px;
    transform: rotate(-28deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(4) {
    bottom: 154.6666666654px;
    right: 305.3333333309px;
    transform: rotate(-26deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(5) {
    bottom: 157.3333333321px;
    right: 297.333333331px;
    transform: rotate(-23deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(6) {
    bottom: 161.333333332px;
    right: 286.6666666644px;
    transform: rotate(-21deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(7) {
    bottom: 164.6666666653px;
    right: 274.6666666645px;
    transform: rotate(-20deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(8) {
    bottom: 169.333333332px;
    right: 265.3333333312px;
    transform: rotate(-18deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(9) {
    bottom: 171.9999999986px;
    right: 254.6666666646px;
    transform: rotate(-14deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(10) {
    bottom: 173.3333333319px;
    right: 245.3333333314px;
    transform: rotate(-8deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(11) {
    bottom: 174.6666666653px;
    right: 237.3333333314px;
    transform: rotate(-6deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(12) {
    bottom: 174.6666666653px;
    right: 226.6666666649px;
    transform: rotate(-5deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(13) {
    bottom: 175.9999999986px;
    right: 215.9999999983px;
    transform: rotate(-5deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(14) {
    bottom: 175.9999999986px;
    right: 205.3333333317px;
    transform: rotate(-4deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(16) {
    bottom: 174.6666666653px;
    right: 187.3333333318px;
    transform: rotate(2deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(17) {
    bottom: 173.3333333319px;
    right: 174.6666666653px;
    transform: rotate(5deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(18) {
    bottom: 171.9999999986px;
    right: 169.333333332px;
    transform: rotate(5deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(19) {
    bottom: 169.333333332px;
    right: 157.3333333321px;
    transform: rotate(9deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(20) {
    bottom: 166.6666666653px;
    right: 145.3333333322px;
    transform: rotate(13deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(21) {
    bottom: 162.6666666654px;
    right: 134.6666666656px;
    transform: rotate(16deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(22) {
    bottom: 157.9999999987px;
    right: 125.3333333323px;
    transform: rotate(19deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(23) {
    bottom: 153.3333333321px;
    right: 115.9999999991px;
    transform: rotate(23deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(1) .link p span:nth-child(24) {
    bottom: 147.9999999988px;
    right: 106.6666666658px;
    transform: rotate(27deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(1) {
    bottom: 137.3333333322px;
    right: 87.9999999993px;
    transform: rotate(31deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(2) {
    bottom: 130.6666666656px;
    right: 78.666666666px;
    transform: rotate(31deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(3) {
    bottom: 123.999999999px;
    right: 69.3333333328px;
    transform: rotate(34deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(4) {
    bottom: 117.3333333324px;
    right: 58.6666666662px;
    transform: rotate(38deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(6) {
    bottom: 101.3333333325px;
    right: 49.3333333329px;
    transform: rotate(41deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(7) {
    bottom: 93.3333333326px;
    right: 42.6666666663px;
    transform: rotate(44deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(8) {
    bottom: 83.9999999993px;
    right: 35.9999999997px;
    transform: rotate(47deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(9) {
    bottom: 74.6666666661px;
    right: 30.6666666664px;
    transform: rotate(49deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(10) {
    bottom: 66.6666666661px;
    right: 25.3333333331px;
    transform: rotate(55deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(12) {
    bottom: 53.3333333329px;
    right: 15.9999999999px;
    transform: rotate(60deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(13) {
    bottom: 45.333333333px;
    right: 13.3333333332px;
    transform: rotate(64deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(14) {
    bottom: 35.9999999997px;
    right: 9.3333333333px;
    transform: rotate(72deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(15) {
    bottom: 22.6666666665px;
    right: 5.3333333333px;
    transform: rotate(75deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(16) {
    bottom: 9.3333333333px;
    right: 2.6666666666px;
    transform: rotate(78deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(17) {
    bottom: -2.6666666666px;
    right: -1.3333333333px;
    transform: rotate(79deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(18) {
    bottom: -13.3333333332px;
    right: -1.3333333333px;
    transform: rotate(85deg);
  }
  #feature .sec .sec__credit.sec__credit21 .credit .item:nth-child(2) .link p span:nth-child(19) {
    bottom: -25.3333333331px;
    right: -1.3333333333px;
    transform: rotate(88deg);
  }
  #feature .sec .sec__credit.sec__credit22 {
    width: 383.9999999969px;
    height: 235.9999999981px;
    top: -27.9999999998px;
    left: 35.9999999997px;
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item .link p span {
    color: #2a6b9f;
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(1) {
    bottom: 147.9999999988px;
    right: 369.3333333304px;
    transform: rotate(-47deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(2) {
    bottom: 154.6666666654px;
    right: 365.3333333304px;
    transform: rotate(-45deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(3) {
    bottom: 159.9999999987px;
    right: 357.3333333305px;
    transform: rotate(-43deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(4) {
    bottom: 166.6666666653px;
    right: 349.3333333305px;
    transform: rotate(-41deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(5) {
    bottom: 173.3333333319px;
    right: 341.3333333306px;
    transform: rotate(-37deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(6) {
    bottom: 179.9999999986px;
    right: 331.9999999973px;
    transform: rotate(-33deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(7) {
    bottom: 185.3333333319px;
    right: 322.6666666641px;
    transform: rotate(-30deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(8) {
    bottom: 190.6666666651px;
    right: 311.9999999975px;
    transform: rotate(-27deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(9) {
    bottom: 195.9999999984px;
    right: 302.6666666642px;
    transform: rotate(-23deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(10) {
    bottom: 199.9999999984px;
    right: 294.6666666643px;
    transform: rotate(-20deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(11) {
    bottom: 202.666666665px;
    right: 283.9999999977px;
    transform: rotate(-17deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(12) {
    bottom: 203.9999999984px;
    right: 277.3333333311px;
    transform: rotate(-14deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(13) {
    bottom: 206.666666665px;
    right: 267.9999999979px;
    transform: rotate(-10deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(14) {
    bottom: 209.3333333317px;
    right: 257.3333333313px;
    transform: rotate(-9deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(15) {
    bottom: 210.666666665px;
    right: 246.6666666647px;
    transform: rotate(-10deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(16) {
    bottom: 211.9999999983px;
    right: 237.3333333314px;
    transform: rotate(-2deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(18) {
    bottom: 213.3333333316px;
    right: 219.9999999982px;
    transform: rotate(-2deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(19) {
    bottom: 213.3333333316px;
    right: 211.9999999983px;
    transform: rotate(-2deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(20) {
    bottom: 213.3333333316px;
    right: 201.3333333317px;
    transform: rotate(0deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(21) {
    bottom: 211.9999999983px;
    right: 190.6666666651px;
    transform: rotate(5deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(22) {
    bottom: 210.666666665px;
    right: 183.9999999985px;
    transform: rotate(8deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(23) {
    bottom: 209.3333333317px;
    right: 174.6666666653px;
    transform: rotate(12deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(24) {
    bottom: 206.666666665px;
    right: 165.333333332px;
    transform: rotate(14deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(26) {
    bottom: 202.666666665px;
    right: 147.9999999988px;
    transform: rotate(18deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(27) {
    bottom: 199.9999999984px;
    right: 141.3333333322px;
    transform: rotate(20deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(28) {
    bottom: 197.3333333318px;
    right: 130.6666666656px;
    transform: rotate(22deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(29) {
    bottom: 191.9999999985px;
    right: 119.999999999px;
    transform: rotate(24deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(30) {
    bottom: 186.6666666652px;
    right: 109.3333333325px;
    transform: rotate(26deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(31) {
    bottom: 179.9999999986px;
    right: 101.3333333325px;
    transform: rotate(30deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(32) {
    bottom: 174.6666666653px;
    right: 91.9999999993px;
    transform: rotate(32deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(1) .link p span:nth-child(33) {
    bottom: 167.9999999987px;
    right: 83.9999999993px;
    transform: rotate(34deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(1) {
    bottom: 153.3333333321px;
    right: 67.9999999995px;
    transform: rotate(46deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(2) {
    bottom: 145.3333333322px;
    right: 59.9999999995px;
    transform: rotate(49deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(3) {
    bottom: 137.3333333322px;
    right: 51.9999999996px;
    transform: rotate(52deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(4) {
    bottom: 129.3333333323px;
    right: 45.333333333px;
    transform: rotate(55deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(6) {
    bottom: 115.9999999991px;
    right: 34.6666666664px;
    transform: rotate(54deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(7) {
    bottom: 106.6666666658px;
    right: 29.3333333331px;
    transform: rotate(56deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(8) {
    bottom: 95.9999999992px;
    right: 23.9999999998px;
    transform: rotate(59deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(9) {
    bottom: 86.666666666px;
    right: 19.9999999998px;
    transform: rotate(62deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(10) {
    bottom: 77.3333333327px;
    right: 17.3333333332px;
    transform: rotate(68deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(12) {
    bottom: 62.6666666662px;
    right: 9.3333333333px;
    transform: rotate(72deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(13) {
    bottom: 53.3333333329px;
    right: 9.3333333333px;
    transform: rotate(73deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(14) {
    bottom: 43.9999999996px;
    right: 5.3333333333px;
    transform: rotate(78deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(15) {
    bottom: 33.3333333331px;
    right: 2.6666666666px;
    transform: rotate(82deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(16) {
    bottom: 21.3333333332px;
    right: 1.3333333333px;
    transform: rotate(82deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(17) {
    bottom: 10.6666666666px;
    right: 1.3333333333px;
    transform: rotate(88deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(18) {
    bottom: 0px;
    right: 0px;
    transform: rotate(88deg);
  }
  #feature .sec .sec__credit.sec__credit22 .credit .item:nth-child(2) .link p span:nth-child(19) {
    bottom: -10.6666666666px;
    right: 1.3333333333px;
    transform: rotate(89deg);
  }
  #feature .sec .sec__credit.sec__credit23 {
    top: 19.9999999998px;
    left: 25.3333333331px;
  }
  #feature .sec .sec__credit.sec__credit24 {
    width: 100%;
    bottom: 17.3333333332px;
  }
  #feature .sec .sec__credit.sec__credit24 .credit {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit24 .credit .item {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit25 {
    width: 110.6666666658px;
    height: 174.6666666653px;
    top: 1.3333333333px;
    left: 307.9999999975px;
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(1) {
    bottom: 151.9999999988px;
    right: 93.3333333326px;
    transform: rotate(33deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(2) {
    bottom: 143.9999999988px;
    right: 85.3333333327px;
    transform: rotate(38deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(3) {
    bottom: 137.3333333322px;
    right: 77.3333333327px;
    transform: rotate(38deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(4) {
    bottom: 131.9999999989px;
    right: 73.3333333327px;
    transform: rotate(42deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(5) {
    bottom: 126.6666666657px;
    right: 63.9999999995px;
    transform: rotate(45deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(7) {
    bottom: 114.6666666657px;
    right: 51.9999999996px;
    transform: rotate(48deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(8) {
    bottom: 105.3333333325px;
    right: 45.333333333px;
    transform: rotate(60deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(9) {
    bottom: 97.3333333326px;
    right: 37.333333333px;
    transform: rotate(60deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(10) {
    bottom: 87.9999999993px;
    right: 33.3333333331px;
    transform: rotate(62deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(11) {
    bottom: 78.666666666px;
    right: 26.6666666665px;
    transform: rotate(64deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(13) {
    bottom: 63.9999999995px;
    right: 18.6666666665px;
    transform: rotate(69deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(14) {
    bottom: 54.6666666662px;
    right: 17.3333333332px;
    transform: rotate(74deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(15) {
    bottom: 46.6666666663px;
    right: 11.9999999999px;
    transform: rotate(75deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(16) {
    bottom: 34.6666666664px;
    right: 7.9999999999px;
    transform: rotate(78deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(17) {
    bottom: 23.9999999998px;
    right: 4px;
    transform: rotate(81deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(18) {
    bottom: 11.9999999999px;
    right: 2.6666666666px;
    transform: rotate(82deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(19) {
    bottom: 1.3333333333px;
    right: 0px;
    transform: rotate(83deg);
  }
  #feature .sec .sec__credit.sec__credit25 .credit .item .link p span:nth-child(20) {
    bottom: -9.3333333333px;
    right: -1.3333333333px;
    transform: rotate(84deg);
  }
  #feature .sec .sec__credit.sec__credit26 {
    width: 281.3333333311px;
    height: 247.999999998px;
    bottom: 25.3333333331px;
    left: 13.3333333332px;
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(1) {
    bottom: 225.3333333315px;
    right: 262.6666666646px;
    transform: rotate(90deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(2) {
    bottom: 211.9999999983px;
    right: 265.3333333312px;
    transform: rotate(90deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(3) {
    bottom: 201.3333333317px;
    right: 265.3333333312px;
    transform: rotate(90deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(4) {
    bottom: 193.3333333318px;
    right: 267.9999999979px;
    transform: rotate(90deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(5) {
    bottom: 185.3333333319px;
    right: 263.9999999979px;
    transform: rotate(91deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(6) {
    bottom: 174.6666666653px;
    right: 265.3333333312px;
    transform: rotate(91deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(7) {
    bottom: 162.6666666654px;
    right: 263.9999999979px;
    transform: rotate(87deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(8) {
    bottom: 151.9999999988px;
    right: 263.9999999979px;
    transform: rotate(87deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(9) {
    bottom: 142.6666666655px;
    right: 265.3333333312px;
    transform: rotate(84deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(10) {
    bottom: 135.9999999989px;
    right: 263.9999999979px;
    transform: rotate(84deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(11) {
    bottom: 127.999999999px;
    right: 261.3333333312px;
    transform: rotate(84deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(12) {
    bottom: 117.3333333324px;
    right: 258.6666666646px;
    transform: rotate(82deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(13) {
    bottom: 106.6666666658px;
    right: 255.999999998px;
    transform: rotate(78deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(14) {
    bottom: 97.3333333326px;
    right: 253.3333333313px;
    transform: rotate(74deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(16) {
    bottom: 82.666666666px;
    right: 243.999999998px;
    transform: rotate(64deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(17) {
    bottom: 74.6666666661px;
    right: 242.6666666647px;
    transform: rotate(64deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(18) {
    bottom: 67.9999999995px;
    right: 234.6666666648px;
    transform: rotate(58deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(19) {
    bottom: 57.3333333329px;
    right: 227.9999999982px;
    transform: rotate(48deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(20) {
    bottom: 49.3333333329px;
    right: 219.9999999982px;
    transform: rotate(45deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(21) {
    bottom: 41.333333333px;
    right: 211.9999999983px;
    transform: rotate(42deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(22) {
    bottom: 33.3333333331px;
    right: 205.3333333317px;
    transform: rotate(40deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(1) .link p span:nth-child(23) {
    bottom: 26.6666666665px;
    right: 195.9999999984px;
    transform: rotate(36deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(1) {
    bottom: 14.6666666665px;
    right: 177.3333333319px;
    transform: rotate(32deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(2) {
    bottom: 7.9999999999px;
    right: 167.9999999987px;
    transform: rotate(32deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(3) {
    bottom: 4px;
    right: 157.3333333321px;
    transform: rotate(28deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(4) {
    bottom: 1.3333333333px;
    right: 146.6666666655px;
    transform: rotate(16deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(6) {
    bottom: -4px;
    right: 129.3333333323px;
    transform: rotate(12deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(7) {
    bottom: -6.6666666666px;
    right: 118.6666666657px;
    transform: rotate(12deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(8) {
    bottom: -7.9999999999px;
    right: 107.9999999991px;
    transform: rotate(0deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(9) {
    bottom: -9.3333333333px;
    right: 98.6666666659px;
    transform: rotate(0deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(10) {
    bottom: -7.9999999999px;
    right: 87.9999999993px;
    transform: rotate(-2deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(12) {
    bottom: -6.6666666666px;
    right: 70.6666666661px;
    transform: rotate(-4deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(13) {
    bottom: -5.3333333333px;
    right: 63.9999999995px;
    transform: rotate(-4deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(14) {
    bottom: -4px;
    right: 51.9999999996px;
    transform: rotate(-7deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(15) {
    bottom: 0px;
    right: 41.333333333px;
    transform: rotate(-14deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(16) {
    bottom: 4px;
    right: 29.3333333331px;
    transform: rotate(-16deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(17) {
    bottom: 7.9999999999px;
    right: 19.9999999998px;
    transform: rotate(-19deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(18) {
    bottom: 11.9999999999px;
    right: 10.6666666666px;
    transform: rotate(-30deg);
  }
  #feature .sec .sec__credit.sec__credit26 .credit .item:nth-child(2) .link p span:nth-child(19) {
    bottom: 17.3333333332px;
    right: 0px;
    transform: rotate(-30deg);
  }
  #feature .sec .sec__credit.sec__credit27 {
    bottom: 21.3333333332px;
    left: 29.3333333331px;
  }
  #feature .sec .sec__credit.sec__credit28 {
    width: 155.9999999988px;
    height: 59.9999999995px;
    top: 18.6666666665px;
    left: 174.6666666653px;
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(1) {
    bottom: 35.9999999997px;
    right: 143.9999999988px;
    transform: rotate(-15deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(2) {
    bottom: 37.333333333px;
    right: 131.9999999989px;
    transform: rotate(1deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(3) {
    bottom: 37.333333333px;
    right: 122.6666666657px;
    transform: rotate(3deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(4) {
    bottom: 37.333333333px;
    right: 110.6666666658px;
    transform: rotate(3deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(5) {
    bottom: 37.333333333px;
    right: 103.9999999992px;
    transform: rotate(5deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(6) {
    bottom: 35.9999999997px;
    right: 93.3333333326px;
    transform: rotate(5deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(7) {
    bottom: 34.6666666664px;
    right: 81.3333333327px;
    transform: rotate(9deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(9) {
    bottom: 29.3333333331px;
    right: 65.3333333328px;
    transform: rotate(15deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(10) {
    bottom: 26.6666666665px;
    right: 58.6666666662px;
    transform: rotate(16deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(11) {
    bottom: 23.9999999998px;
    right: 47.9999999996px;
    transform: rotate(18deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(12) {
    bottom: 18.6666666665px;
    right: 35.9999999997px;
    transform: rotate(20deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(13) {
    bottom: 11.9999999999px;
    right: 25.3333333331px;
    transform: rotate(23deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(14) {
    bottom: 6.6666666666px;
    right: 15.9999999999px;
    transform: rotate(31deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(15) {
    bottom: 0px;
    right: 6.6666666666px;
    transform: rotate(34deg);
  }
  #feature .sec .sec__credit.sec__credit28 .credit .item .link p span:nth-child(16) {
    bottom: -7.9999999999px;
    right: -1.3333333333px;
    transform: rotate(40deg);
  }
  #feature .sec .sec__credit.sec__credit29 {
    width: 326.6666666641px;
    height: 189.3333333318px;
    top: 19.9999999998px;
    left: 65.3333333328px;
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(1) {
    bottom: 106.6666666658px;
    right: 311.9999999975px;
    transform: rotate(-48deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(2) {
    bottom: 114.6666666657px;
    right: 305.3333333309px;
    transform: rotate(-46deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(3) {
    bottom: 122.6666666657px;
    right: 295.9999999976px;
    transform: rotate(-42deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(4) {
    bottom: 130.6666666656px;
    right: 289.333333331px;
    transform: rotate(-38deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(5) {
    bottom: 135.9999999989px;
    right: 281.3333333311px;
    transform: rotate(-36deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(6) {
    bottom: 142.6666666655px;
    right: 269.3333333312px;
    transform: rotate(-34deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(7) {
    bottom: 147.9999999988px;
    right: 259.9999999979px;
    transform: rotate(-32deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(8) {
    bottom: 151.9999999988px;
    right: 251.999999998px;
    transform: rotate(-30deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(9) {
    bottom: 155.9999999988px;
    right: 241.3333333314px;
    transform: rotate(-20deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(10) {
    bottom: 159.9999999987px;
    right: 234.6666666648px;
    transform: rotate(-18deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(11) {
    bottom: 162.6666666654px;
    right: 222.6666666649px;
    transform: rotate(-13deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(12) {
    bottom: 163.9999999987px;
    right: 213.3333333316px;
    transform: rotate(-12deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(13) {
    bottom: 166.6666666653px;
    right: 201.3333333317px;
    transform: rotate(-10deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(15) {
    bottom: 167.9999999987px;
    right: 183.9999999985px;
    transform: rotate(-3deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(16) {
    bottom: 167.9999999987px;
    right: 177.3333333319px;
    transform: rotate(-3deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(17) {
    bottom: 167.9999999987px;
    right: 165.333333332px;
    transform: rotate(-1deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(18) {
    bottom: 166.6666666653px;
    right: 153.3333333321px;
    transform: rotate(1deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(19) {
    bottom: 163.9999999987px;
    right: 141.3333333322px;
    transform: rotate(3deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(20) {
    bottom: 161.333333332px;
    right: 130.6666666656px;
    transform: rotate(10deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(21) {
    bottom: 158.6666666654px;
    right: 119.999999999px;
    transform: rotate(13deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(1) .link p span:nth-child(22) {
    bottom: 154.6666666654px;
    right: 109.3333333325px;
    transform: rotate(16deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(1) {
    bottom: 145.3333333322px;
    right: 89.3333333326px;
    transform: rotate(34deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(2) {
    bottom: 139.9999999989px;
    right: 79.9999999994px;
    transform: rotate(34deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(3) {
    bottom: 133.3333333323px;
    right: 70.6666666661px;
    transform: rotate(36deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(4) {
    bottom: 125.3333333323px;
    right: 61.3333333328px;
    transform: rotate(38deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(6) {
    bottom: 113.3333333324px;
    right: 49.3333333329px;
    transform: rotate(44deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(7) {
    bottom: 105.3333333325px;
    right: 41.333333333px;
    transform: rotate(46deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(8) {
    bottom: 97.3333333326px;
    right: 34.6666666664px;
    transform: rotate(48deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(9) {
    bottom: 87.9999999993px;
    right: 29.3333333331px;
    transform: rotate(52deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(10) {
    bottom: 79.9999999994px;
    right: 23.9999999998px;
    transform: rotate(54deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(12) {
    bottom: 65.3333333328px;
    right: 14.6666666665px;
    transform: rotate(67deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(13) {
    bottom: 55.9999999996px;
    right: 13.3333333332px;
    transform: rotate(68deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(14) {
    bottom: 47.9999999996px;
    right: 7.9999999999px;
    transform: rotate(72deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(15) {
    bottom: 35.9999999997px;
    right: 4px;
    transform: rotate(73deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(16) {
    bottom: 23.9999999998px;
    right: 1.3333333333px;
    transform: rotate(74deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(17) {
    bottom: 13.3333333332px;
    right: 0px;
    transform: rotate(80deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(18) {
    bottom: 2.6666666666px;
    right: -1.3333333333px;
    transform: rotate(82deg);
  }
  #feature .sec .sec__credit.sec__credit29 .credit .item:nth-child(2) .link p span:nth-child(19) {
    bottom: -7.9999999999px;
    right: -2.6666666666px;
    transform: rotate(84deg);
  }
  #feature .sec .sec__credit.sec__credit30 {
    width: 311.9999999975px;
    height: 99.9999999992px;
    bottom: 18.6666666665px;
    left: 62.6666666662px;
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(1) {
    bottom: 66.6666666661px;
    right: 297.333333331px;
    transform: rotate(57deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(2) {
    bottom: 57.3333333329px;
    right: 291.9999999977px;
    transform: rotate(57deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(3) {
    bottom: 49.3333333329px;
    right: 283.9999999977px;
    transform: rotate(52deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(4) {
    bottom: 42.6666666663px;
    right: 278.6666666644px;
    transform: rotate(39deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(5) {
    bottom: 34.6666666664px;
    right: 267.9999999979px;
    transform: rotate(38deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(7) {
    bottom: 23.9999999998px;
    right: 254.6666666646px;
    transform: rotate(35deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(8) {
    bottom: 18.6666666665px;
    right: 249.3333333313px;
    transform: rotate(35deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(9) {
    bottom: 14.6666666665px;
    right: 238.6666666648px;
    transform: rotate(27deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(10) {
    bottom: 9.3333333333px;
    right: 227.9999999982px;
    transform: rotate(26deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(11) {
    bottom: 5.3333333333px;
    right: 217.3333333316px;
    transform: rotate(14deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(12) {
    bottom: 1.3333333333px;
    right: 207.9999999983px;
    transform: rotate(12deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(13) {
    bottom: -2.6666666666px;
    right: 197.3333333318px;
    transform: rotate(10deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(1) .link p span:nth-child(14) {
    bottom: -4px;
    right: 185.3333333319px;
    transform: rotate(8deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span {
    position: absolute;
    transform-origin: center;
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(1) {
    bottom: -6.6666666666px;
    right: 157.3333333321px;
    transform: rotate(2deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(2) {
    bottom: -6.6666666666px;
    right: 146.6666666655px;
    transform: rotate(1deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(3) {
    bottom: -6.6666666666px;
    right: 134.6666666656px;
    transform: rotate(-4deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(4) {
    bottom: -4px;
    right: 122.6666666657px;
    transform: rotate(-10deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(6) {
    bottom: 0px;
    right: 106.6666666658px;
    transform: rotate(-14deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(7) {
    bottom: 2.6666666666px;
    right: 95.9999999992px;
    transform: rotate(-24deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(8) {
    bottom: 7.9999999999px;
    right: 82.666666666px;
    transform: rotate(-24deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(9) {
    bottom: 13.3333333332px;
    right: 71.9999999994px;
    transform: rotate(-27deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(10) {
    bottom: 17.3333333332px;
    right: 66.6666666661px;
    transform: rotate(-30deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(12) {
    bottom: 25.3333333331px;
    right: 51.9999999996px;
    transform: rotate(-34deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(13) {
    bottom: 30.6666666664px;
    right: 47.9999999996px;
    transform: rotate(-40deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(14) {
    bottom: 37.333333333px;
    right: 37.333333333px;
    transform: rotate(-40deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(15) {
    bottom: 45.333333333px;
    right: 29.3333333331px;
    transform: rotate(-47deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(16) {
    bottom: 54.6666666662px;
    right: 21.3333333332px;
    transform: rotate(-50deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(17) {
    bottom: 62.6666666662px;
    right: 14.6666666665px;
    transform: rotate(-52deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(18) {
    bottom: 71.9999999994px;
    right: 7.9999999999px;
    transform: rotate(-60deg);
  }
  #feature .sec .sec__credit.sec__credit30 .credit .item:nth-child(2) .link p span:nth-child(19) {
    bottom: 81.3333333327px;
    right: 1.3333333333px;
    transform: rotate(-62deg);
  }
  #feature .sec .sec__credit.sec__credit31 {
    width: 100%;
    bottom: 21.3333333332px;
  }
  #feature .sec .sec__credit.sec__credit31 .credit {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit31 .credit .item {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit32 {
    width: 100%;
    bottom: 21.3333333332px;
  }
  #feature .sec .sec__credit.sec__credit32 .credit {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit32 .credit .item {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit33 {
    width: 100%;
    bottom: 19.9999999998px;
  }
  #feature .sec .sec__credit.sec__credit33 .credit {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit33 .credit .item {
    margin: 0 auto;
  }
  #feature .sec .sec__credit.sec__credit34 {
    width: 275.9999999978px;
    height: 115.9999999991px;
    bottom: -38.6666666664px;
    left: 19.9999999998px;
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span {
    position: absolute;
    transform-origin: center;
    color: #b53348;
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(1) {
    bottom: 91.9999999993px;
    right: 261.3333333312px;
    transform: rotate(56deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(2) {
    bottom: 82.666666666px;
    right: 254.6666666646px;
    transform: rotate(56deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(3) {
    bottom: 73.3333333327px;
    right: 247.999999998px;
    transform: rotate(56deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(4) {
    bottom: 65.3333333328px;
    right: 239.9999999981px;
    transform: rotate(50deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(5) {
    bottom: 58.6666666662px;
    right: 237.3333333314px;
    transform: rotate(50deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(6) {
    bottom: 51.9999999996px;
    right: 229.3333333315px;
    transform: rotate(48deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(8) {
    bottom: 42.6666666663px;
    right: 217.3333333316px;
    transform: rotate(44deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(9) {
    bottom: 35.9999999997px;
    right: 206.666666665px;
    transform: rotate(41deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(10) {
    bottom: 27.9999999998px;
    right: 197.3333333318px;
    transform: rotate(35deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(12) {
    bottom: 19.9999999998px;
    right: 183.9999999985px;
    transform: rotate(32deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(13) {
    bottom: 15.9999999999px;
    right: 174.6666666653px;
    transform: rotate(28deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(14) {
    bottom: 10.6666666666px;
    right: 165.333333332px;
    transform: rotate(28deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(15) {
    bottom: 6.6666666666px;
    right: 157.3333333321px;
    transform: rotate(25deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(16) {
    bottom: 4px;
    right: 146.6666666655px;
    transform: rotate(23deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(17) {
    bottom: 0px;
    right: 137.9999999989px;
    transform: rotate(21deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(19) {
    bottom: -2.6666666666px;
    right: 122.6666666657px;
    transform: rotate(19deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(20) {
    bottom: -5.3333333333px;
    right: 113.3333333324px;
    transform: rotate(4deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(21) {
    bottom: -6.6666666666px;
    right: 102.6666666658px;
    transform: rotate(1deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(23) {
    bottom: -6.6666666666px;
    right: 85.3333333327px;
    transform: rotate(4deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(24) {
    bottom: -7.9999999999px;
    right: 73.3333333327px;
    transform: rotate(-1deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(25) {
    bottom: -7.9999999999px;
    right: 66.6666666661px;
    transform: rotate(-1deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(26) {
    bottom: -6.6666666666px;
    right: 54.6666666662px;
    transform: rotate(-3deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(27) {
    bottom: -5.3333333333px;
    right: 42.6666666663px;
    transform: rotate(-6deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(28) {
    bottom: -2.6666666666px;
    right: 30.6666666664px;
    transform: rotate(-9deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(29) {
    bottom: 0px;
    right: 21.3333333332px;
    transform: rotate(-15deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(30) {
    bottom: 2.6666666666px;
    right: 10.6666666666px;
    transform: rotate(-18deg);
  }
  #feature .sec .sec__credit.sec__credit34 .credit .item .link p span:nth-child(31) {
    bottom: 6.6666666666px;
    right: 0px;
    transform: rotate(-20deg);
  }
  #feature .sec .sec__credit.sec__credit35 {
    width: 100%;
    bottom: 23.3333333331px;
  }
  #feature .sec .sec__credit.sec__credit35 .credit {
    display: flex;
    justify-content: center;
  }
  #feature .sec .sec__flex {
    display: flex;
    position: relative;
  }
  #feature .sec .sec__flex.is_reverse {
    flex-direction: row-reverse;
  }
  #feature .sec .sec__img {
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__img .slider .slick-list {
    line-height: 0;
    overflow: initial;
  }
  #feature .sec .sec__img .slider .slideritem {
    width: 100%;
    position: relative;
  }
  #feature .sec .sec__img .slider .slideritem .slideritem__inner {
    position: relative;
  }
  #feature .sec .sec__img .slider02 .slick-list {
    line-height: 0;
    overflow: initial;
  }
  #feature .sec .sec__img .slider02 .slideritem {
    width: 100%;
    position: relative;
  }
  #feature .sec .sec__img .slider02 .slideritem .slideritem__inner {
    position: relative;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img03 .slider02 .slideritem .slideritem__inner {
    width: 394.9999999968px;
    margin: 0 auto;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 405.3333333301px;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 513.3333333292px;
  }
  #feature .sec .sec__img.sec__img06 .slider02 .slideritem {
    padding-left: 99.9999999992px;
  }
  #feature .sec .sec__img.sec__img06 .slider02 .slideritem .slideritem__inner {
    width: 414.6666666633px;
    margin: 0 auto;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img09 .slider .slideritem .slideritem__inner {
    width: 394.9999999968px;
    margin: 0 auto;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img11 {
    width: 537.333333329px;
  }
  #feature .sec .sec__img.sec__img11 .slider02 .slideritem .slideritem__inner {
    width: 414.6666666633px;
  }
  #feature .sec .sec__img.sec__img12 {
    width: 405.3333333301px;
  }
  #feature .sec .sec__img.sec__img13 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img14 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img15 {
    width: 409.3333333301px;
  }
  #feature .sec .sec__img.sec__img16 {
    width: 395.3333333302px;
  }
  #feature .sec .sec__img.sec__img17 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img18 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img18 .slider .slideritem .slideritem__inner {
    width: 394.9999999968px;
    margin: 0 auto;
  }
  #feature .sec .sec__img.sec__img19 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img20 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img21 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img21 .slider .slideritem .slideritem__inner {
    width: 394.9999999968px;
    margin: 0 auto;
  }
  #feature .sec .sec__img.sec__img22 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img23 {
    width: 519.9999999958px;
  }
  #feature .sec .sec__img.sec__img23 .slider02 .slideritem {
    padding-left: 107.9999999991px;
  }
  #feature .sec .sec__img.sec__img23 .slider02 .slideritem .slideritem__inner {
    width: 406.9999999967px;
    margin: 0 auto;
  }
  #feature .sec .sec__img.sec__img24 {
    width: 411.33333333px;
  }
  #feature .sec .sec__img.sec__img25 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img26 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img27 {
    width: 408.9999999967px;
  }
  #feature .sec .sec__img.sec__img28 {
    width: 419.9999999966px;
  }
  #feature .sec .sec__ttlimg {
    margin: 0 auto;
  }
  #feature .sec .sec__ttlimg.sec__ttlimg01 {
    width: 207.9999999983px;
  }
  #feature .sec .sec__ttlimg.sec__ttlimg02 {
    width: 410.6666666634px;
  }
  #feature .sec .sec__nav {
    width: 299.9999999976px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 26.6666666665px 13.3333333332px;
  }
  #feature .sec .sec__nav li {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__nav li a {
    width: -moz-fit-content;
    width: fit-content;
    padding: 5.3333333333px 10.6666666666px 1.3333333333px;
    border: 2.6666666666px solid #fff;
    border-radius: 16.6666666665px;
  }
  #feature .sec .sec__nav li a span {
    font-size: 20.5333333332px;
    line-height: 1;
    color: #fff;
  }
  #feature .sec .sec__txt.sec__txt01 {
    font-size: 15.9999999999px;
    line-height: 33.3333333331px;
    letter-spacing: -0.03em;
    color: #fff;
  }
  #feature .sec .sec__txt.sec__txt01 p:nth-child(2) {
    margin-top: 17.3333333332px;
  }
  #feature .sec .sec__txt.sec__txt01 p:nth-child(3) {
    margin-top: 17.3333333332px;
  }
  #feature .sec .sec__txt.sec__txt02 {
    font-size: 14.6666666665px;
    line-height: 30.6666666664px;
    letter-spacing: 0.11em;
    color: #b53348;
  }
  #feature .sec .sec__movie {
    width: 413.33333333px;
    height: 734.6666666608px;
    margin: 0 auto;
    background-color: #603813;
    position: relative;
    overflow: hidden;
  }
  #feature .sec .sec__movie .mutebtn {
    padding-left: 25.3333333331px;
    font-size: 19.9999999998px;
    line-height: 1;
    color: #fff;
    position: absolute;
    bottom: 15.9999999999px;
    right: 15.9999999999px;
  }
  #feature .sec .sec__movie .mutebtn::before {
    content: "";
    width: 18.6666666665px;
    height: 24.6666666665px;
    background-image: url(../img/movieicon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -4px;
    left: 0;
  }
  #feature .sec .sec__txtimg {
    position: absolute;
    z-index: 3;
  }
  #feature .sec .sec__txtimg.sec__txtimg01 {
    width: 259.9999999979px;
  }
  #feature .sec .sec__txtimg.sec__txtimg02 {
    width: 357.9999999971px;
  }
  #feature .sec .sec__txtimg.sec__txtimg03 {
    width: 107.3333333325px;
  }
  #feature .sec .sec__txtimg.sec__txtimg04 {
    width: 323.9999999974px;
  }
  #feature .sec .sec__txtimg.sec__txtimg05 {
    width: 169.9999999986px;
  }
  #feature .sec .sec__txtimg.sec__txtimg06 {
    width: 245.3333333314px;
  }
  #feature .sec .sec__txtimg.sec__txtimg07 {
    width: 289.333333331px;
  }
  #feature .sec .sec__txtimg.sec__txtimg08 {
    width: 172.6666666653px;
  }
  #feature .sec .sec__icon {
    position: relative;
    z-index: 3;
  }
  #feature .sec .sec__icon.sec__icon01 {
    width: 171.6666666653px;
  }
  #feature .sec .sec__icon.sec__icon02 {
    width: 179.6666666652px;
  }
  #feature .sec .sec__icon.sec__icon03 {
    width: 266.6666666645px;
  }
  #feature .sec .sec__icon.sec__icon04 {
    width: 173.3333333319px;
  }
  #feature .sec .sec__icon.sec__icon05 {
    width: 157.9999999987px;
  }
  #feature .sec .sec__icon.sec__icon06 {
    width: 191.9999999985px;
  }
  #feature .sec .sec__icon.sec__icon07 {
    width: 216.3333333316px;
  }
  #feature .sec .sec__icon.sec__icon08 {
    width: 223.3333333315px;
  }
  #feature .sec .sec__bg {
    width: 100%;
    position: relative;
  }
  #feature .sec .sec__btn {
    width: 312.6666666642px;
    margin: 0 auto;
  }
  #feature .sec .sec__staff {
    font-size: 15.3333333332px;
    line-height: 26.6733333331px;
    color: #edc677;
  }
  #feature .sec .sec__copy {
    width: 299.9999999976px;
    position: relative;
    z-index: 3;
  }
  #feature .sec.sec01 {
    padding-top: 49.9999999996px;
    padding-bottom: 477.3333333295px;
    background-color: #edc677;
    z-index: 4;
  }
  #feature .sec.sec01 .sec__ttlimg {
    margin-top: 101.3333333325px;
  }
  #feature .sec.sec01 .sec__nav {
    margin-top: 77.3333333327px;
  }
  #feature .sec.sec01 .sec__movie {
    margin-top: 66.6666666661px;
  }
  #feature .sec.sec01 .sec__img.sec__img01 {
    margin-top: 61.3333333328px;
  }
  #feature .sec.sec01 .sec__img.sec__img02 {
    margin-top: -23.9999999998px;
  }
  #feature .sec.sec01 .sec__img.sec__img03 {
    margin: 119.999999999px auto 0;
  }
  #feature .sec.sec01 .sec__img.sec__img04 {
    margin-top: -117.3333333324px;
  }
  #feature .sec.sec01 .sec__img.sec__img05 {
    margin: -14.6666666665px 0 0 -15.9999999999px;
  }
  #feature .sec.sec01 .sec__img.sec__img06 {
    position: absolute;
    bottom: 0;
  }
  #feature .sec.sec01 .sec__txtimg.sec__txtimg01 {
    bottom: -59.9999999995px;
    left: 31.9999999997px;
  }
  #feature .sec.sec01 .sec__txtimg.sec__txtimg02 {
    top: -2.6666666666px;
    left: 23.9999999998px;
  }
  #feature .sec.sec01 .sec__icon.sec__icon01 {
    margin: 195.9999999984px 0 0 291.9999999977px;
  }
  #feature .sec.sec01 .sec__icon.sec__icon02 {
    margin: 0 0 0 301.3333333309px;
    top: -65.3333333328px;
  }
  #feature .sec.sec02 {
    padding-bottom: 526.6666666625px;
    margin-top: -23.9999999998px;
    background-color: #2a6b9f;
    z-index: 3;
  }
  #feature .sec.sec02 .sec__img.sec__img08 {
    margin-top: -34.6666666664px;
  }
  #feature .sec.sec02 .sec__img.sec__img09 {
    margin: 123.999999999px auto 0;
  }
  #feature .sec.sec02 .sec__img.sec__img10 {
    margin-top: -38.6666666664px;
  }
  #feature .sec.sec02 .sec__img.sec__img11 {
    margin: 45.333333333px 0 0 -37.333333333px;
  }
  #feature .sec.sec02 .sec__img.sec__img12 {
    position: absolute;
    bottom: -6.6666666666px;
    left: 110.6666666658px;
  }
  #feature .sec.sec02 .sec__txtimg.sec__txtimg03 {
    bottom: -59.9999999995px;
    left: 355.9999999972px;
  }
  #feature .sec.sec02 .sec__txtimg.sec__txtimg04 {
    top: -21.3333333332px;
    left: 87.9999999993px;
  }
  #feature .sec.sec02 .sec__icon.sec__icon03 {
    margin: 290.6666666643px 0 0 38.6666666664px;
  }
  #feature .sec.sec02 .sec__icon.sec__icon04 {
    margin: 0 0 0 297.333333331px;
    top: -74.6666666661px;
  }
  #feature .sec.sec03 {
    background-color: #cad8e5;
  }
  #feature .sec.sec03 .sec__bg {
    padding: 137.3333333322px 0 89.3333333326px;
  }
  #feature .sec.sec03 .sec__img.sec__img14 {
    margin-top: 170.6666666653px;
  }
  #feature .sec.sec03 .sec__img.sec__img15 {
    margin: 53.3333333329px 0 0 -33.3333333331px;
  }
  #feature .sec.sec03 .sec__img.sec__img16 {
    margin: -58.6666666662px 0 0 113.3333333324px;
  }
  #feature .sec.sec03 .sec__img.sec__img17 {
    margin-top: -101.3333333325px;
  }
  #feature .sec.sec03 .sec__img.sec__img18 {
    margin: 0 auto;
  }
  #feature .sec.sec03 .sec__txtimg.sec__txtimg05 {
    top: -65.3333333328px;
    left: 297.333333331px;
  }
  #feature .sec.sec03 .sec__txtimg.sec__txtimg06 {
    top: -14.6666666665px;
    left: 2.6666666666px;
  }
  #feature .sec.sec03 .sec__icon.sec__icon05 {
    margin: 0 0 0 23.9999999998px;
    top: -15.9999999999px;
  }
  #feature .sec.sec03 .sec__icon.sec__icon06 {
    margin: 0 0 0 19.9999999998px;
    top: -111.9999999991px;
  }
  #feature .sec.sec04 {
    background-color: #b53348;
  }
  #feature .sec.sec04 .sec__img.sec__img20 {
    margin-top: -42.6666666663px;
  }
  #feature .sec.sec04 .sec__img.sec__img21 {
    margin: 110.6666666658px 0 0 0;
  }
  #feature .sec.sec04 .sec__img.sec__img22 {
    margin-top: 17.3333333332px;
  }
  #feature .sec.sec04 .sec__img.sec__img23 {
    margin: 17.3333333332px 0 0 0;
  }
  #feature .sec.sec04 .sec__img.sec__img24 {
    margin: 0 0 0 -22.6666666665px;
    top: -31.9999999997px;
  }
  #feature .sec.sec04 .sec__img.sec__img25 {
    margin-top: 23.9999999998px;
  }
  #feature .sec.sec04 .sec__txtimg.sec__txtimg07 {
    bottom: -67.9999999995px;
    left: 175.9999999986px;
  }
  #feature .sec.sec04 .sec__txtimg.sec__txtimg08 {
    top: -17.3333333332px;
    left: 73.3333333327px;
  }
  #feature .sec.sec04 .sec__icon.sec__icon07 {
    margin: 247.999999998px 0 0 43.9999999996px;
  }
  #feature .sec.sec04 .sec__icon.sec__icon08 {
    margin: 0 0 0 263.9999999979px;
    top: -31.9999999997px;
  }
  #feature .sec.sec05 {
    padding-top: 183.9999999985px;
    padding-bottom: 31.3333333331px;
    background-color: #efeeed;
  }
  #feature .sec.sec05 .sec__img.sec__img26 {
    margin-top: -42.6666666663px;
  }
  #feature .sec.sec05 .sec__img.sec__img27 {
    margin: 77.3333333327px 0 0 49.3333333329px;
  }
  #feature .sec.sec05 .sec__img.sec__img28 {
    margin: 70.6666666582px auto 0;
    overflow: hidden;
    border-radius: 66.6666666587px;
  }
  #feature .sec.sec05 .sec__txt {
    margin-top: 113.3333333324px;
  }
  #feature .sec.sec05 .sec__btn {
    margin-top: 143.9999999988px;
  }
  #feature .sec.sec05 .sec__staff {
    margin-top: 46.6666666663px;
  }
  #feature .sec.sec05 .sec__copy {
    margin: 63.9999999995px auto 0;
  }
}/*# sourceMappingURL=style.css.map */