/* ---------------------------------------------------
  Needs
  --------------------------------------------------- */
/* MV -------------------------------------------------------------- */
.needs-mv {
  background: url(../img/top/bg_mainimg_left.png) left top no-repeat, url(../img/top/bg_mainimg_right.png) right top no-repeat, #F2F4F7;
}
@media screen and (max-width: 767px) {
  .needs-mv {
    background: url(../img/top/bg_mainimg_left.png) left top no-repeat, #F2F4F7;
  }
}

.needs-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
  width: 87.2%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1160px) {
  .needs-mv__inner {
    gap: 3.7%;
  }
}
@media screen and (max-width: 767px) {
  .needs-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.needs-mv__content {
  width: 436px;
  padding: 64px 0;
}
@media screen and (max-width: 1160px) {
  .needs-mv__content {
    width: 40%;
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .needs-mv__content {
    width: 100%;
    padding: 40px 0 24px;
  }
}

.needs-mv__subcopy {
  color: #646C76;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.needs-mv__ttl {
  margin: 16px 0 0;
  color: #1E3A8E;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1160px) {
  .needs-mv__ttl {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 767px) {
  .needs-mv__ttl {
    font-size: 8.53vw;
  }
}

.needs-mv__txt {
  margin: 24px 0 0;
}

.needs-mv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  margin: 24px 0 0;
  padding: 4px 16px;
  border-radius: 40px;
  background: #001133;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.needs-mv__btn:hover {
  background: #122B6E;
}
@media screen and (max-width: 767px) {
  .needs-mv__btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 1160px) {
  .needs-mv__img {
    width: 56%;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .needs-mv__img {
    width: 100%;
  }
}

/* logo-slider -------------------------------------------------------------- */
.logo-slider__wrap {
  padding: 48px 0;
}

.logo-slider__ttl {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
.logo-slider__ttl .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #B0D5FF), to(#B0D5FF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #B0D5FF 50%, #B0D5FF 100%);
}
@media screen and (max-width: 767px) {
  .logo-slider__ttl {
    font-size: 1.25rem;
  }
}

.logo-slider {
  padding: 24px 0 0;
}

/* issue -------------------------------------------------------------- */
.issue__list {
  margin: 0 92px;
  padding: 48px 80px;
  background: #F2F4F7;
  border-radius: 16px;
}
@media screen and (max-width: 1160px) {
  .issue__list {
    margin: 0 8.51%;
    padding: 48px 7.4%;
  }
}
@media screen and (max-width: 767px) {
  .issue__list {
    margin: 0;
    padding: 24px 4.6%;
  }
}

.issue__item {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 1.375rem;
  font-weight: 700;
}
.issue__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/icon/icon_check-circle.svg) center center no-repeat;
  background-size: contain;
  content: "";
}
.issue__item:not(:first-child) {
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .issue__item {
    padding: 0 0 0 32px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 440px) {
  .issue__item::before {
    top: 3px;
    -webkit-transform: initial;
            transform: initial;
  }
}

/* reason -------------------------------------------------------------- */
.reason .section__ttl {
  color: #333640;
}

.reason__item {
  position: relative;
  padding: 40px 24px 0;
  border-top: 1px solid #BEC2C8;
}
.reason__item:not(:first-child) {
  margin: 64px 0 0;
}
.reason__item .balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -20px;
  left: 48px;
  height: 40px;
  padding: 4px 16px;
  background: #1E3A8E;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
}
.reason__item .balloon::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 8px;
  background: #1E3A8E;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  content: "";
}
@media screen and (max-width: 767px) {
  .reason__item {
    padding: 40px 0 0;
  }
  .reason__item .balloon {
    left: 16px;
  }
}

.reason__item__ttl,
.reason__bottom__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .reason__item__ttl,
  .reason__bottom__ttl {
    font-size: 1.375rem;
  }
}

.reason__item__desc {
  margin: 16px 0 0;
}

.reason__item__img {
  margin: 24px 0 0;
}
.reason__item__img img {
  margin: 0 auto;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .reason__item__img {
    width: auto;
  }
}

.reason__bottom {
  margin: 64px 0 0;
  text-align: center;
}

.reason__bottom__desc {
  margin: 24px 0 0;
}/*# sourceMappingURL=needs.css.map */