@charset "UTF-8";

/* footer */

/* header */
.main-footer__wrapper .footer-content__inner .footer-content__header{
  background: var(--gray-dark-4);
}

.main-footer__wrapper .footer-content__inner .footer-content__header .footer-content__header-list{
  max-width: 1280px;
  height: 5.2rem;
  margin: 0 auto;
}

.main-footer__wrapper .footer-content__inner .footer-content__header .footer-content__list-wrapper,
.main-footer__wrapper .footer-content__inner .footer-content__header .footer-content__list-inner{
  height: 100%;
}

.main-footer__wrapper .footer-content__inner .footer-content__header .footer-content__list-inner ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  color: var(--gray-light-1);
}

.main-footer__wrapper .footer-content__inner .footer-content__header .footer-content__list-inner ul li{
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 2.5rem;
}

.main-footer__wrapper .footer-content__inner .footer-content__header .footer-content__list-inner ul li.is-active{
  color: var(--primary-light-2);
}

.main-footer__wrapper .footer-content__inner .footer-content__header .footer-content__list-inner ul li:last-child{
  margin-right: 0;
}

/* body */

.main-footer__wrapper .footer-content__inner .footer-content__body{
  background: var(--gray-dark-3);
}

.main-footer__wrapper .footer-content__inner .footer-content__body .footer-content__body-list{
  max-width: 1280px;
  margin: 0 auto;
}

.main-footer__wrapper .footer-content__inner .footer-content__body .footer-content__list-inner{
  display: flex;
  align-items: stretch;
  padding-top: 1.4rem;
  padding-bottom: 2rem;
}

.main-footer__wrapper .footer-content__inner .footer-content__body .footer-content__list-img{
  margin-right: 3.5rem;
}

.main-footer__wrapper .footer-content__inner .footer-content__body .footer-content__list-txt{
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--gray-dark-1);
  margin-right: 12.6rem;
}

.main-footer__wrapper .footer-content__inner .footer-content__body .footer-content__list-service-center .service-center__item{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.main-footer__wrapper .footer-content__inner .footer-content__body .footer-content__list-service-center .service-center__item:nth-of-type(1){
  margin-bottom: 1.8rem;
}

.main-footer__wrapper .footer-content__inner .footer-content__body .footer-content__list-service-center .service-center__title{
  width: 9.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gray-light-1);
}

.main-footer__wrapper .footer-content__inner .footer-content__body .footer-content__list-service-center .service-center__txt{
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--gray-dark-1);
}

.main-footer__wrapper .footer-content__inner .footer-content__body .footer-content__list-service-center .service-center__txt.is-active{
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-light-2);
}
