@media (max-width: 767px) {
  .page-wrapper {
    padding: 7.3333333333vw 0 8vw;
  }
}

.text_01 {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .text_01 {
    margin-bottom: 6.6666666667vw;
  }
}

.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-list {
    margin: -0.5rem;
  }
}
@media (max-width: 767px) {
  .about-list {
    display: block;
    margin: 0;
  }
}
.about-list__item {
  width: 33.33%;
  padding: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-list__item {
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .about-list__item {
    width: auto;
    padding: 0;
  }
  .about-list__item + .about-list__item {
    margin-top: 1rem;
  }
}
.about-list__link {
  display: block;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 2.6rem;
  height: 100%;
  min-height: 24rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #00A08E;
  border-radius: 5px;
}
.about-list__link > p {
  margin-top: 1rem;
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-list__link > p {
    margin-top: 2.2666666667vw;
  }
}
@media (min-width: 768px) {
  .about-list__link:hover {
    color: #282828;
    background: #F2FAF9;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-list__link {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .about-list__link {
    padding: 2rem;
    padding-left: 21.3333333333vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-list__link {
    min-height: 20vw;
    font-size: 2.6666666667vw;
    line-height: 3.7333333333vw;
  }
}
@media (max-width: 479px) {
  .about-list__link {
    min-height: 90px;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 9rem;
  }
}
.about-list__ttl {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1.5rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-list__ttl {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .about-list__ttl {
    text-align: left;
    background: url(/common/images/ico_right.svg) no-repeat 0 center;
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-list__ttl {
    font-size: 2.9333333333vw;
    line-height: 4vw;
    padding-left: 4vw;
    background-size: 3.3333333333vw;
  }
}
@media (max-width: 479px) {
  .about-list__ttl {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 22px;
    background-size: 18px;
    background-position: 0 4px;
  }
}
.about-list__icon {
  width: 8rem;
  height: 8rem;
  background: no-repeat center center/100%;
  display: block;
  margin: auto;
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-list__icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media (max-width: 479px) {
  .about-list__icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .about-list__icon[class*=-icon] {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .about-list__icon[class*=-icon] {
    left: 2rem;
  }
}
.about-list__icon.-arrow {
  width: 2rem;
  height: 2rem;
  background-image: url(/common/images/ico_right.svg);
  background-size: 100%;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .about-list__icon.-arrow {
    display: none;
  }
}
.about-list__icon.-icon01 {
  background-image: url(../images/ico_customer_01.svg);
}
.about-list__icon.-icon02 {
  background-image: url(../images/ico_customer_02.svg);
}
.about-list__icon.-icon03 {
  background-image: url(../images/ico_customer_03.svg);
}
.about-list__icon.-icon04 {
  background-image: url(../images/ico_customer_04.svg);
}
.about-list__icon.-icon05 {
  background-image: url(../images/ico_customer_05.svg);
}
.about-list__icon.-icon06 {
  background-image: url(../images/ico_customer_06.svg);
}
.about-list__icon.-icon07 {
  background-image: url(../images/ico_customer_07.svg);
}

.box--customer {
  margin-top: 3.8rem;
}
@media (min-width: 480px) and (max-width: 767px) {
  .box--customer {
    margin-top: 2vw;
  }
}
@media (max-width: 479px) {
  .box--customer {
    margin-top: 8px;
  }
}
.box__content--customer {
  padding: 3.2rem 3rem 2.8rem 2.8rem;
}
@media (min-width: 480px) and (max-width: 767px) {
  .box__content--customer {
    padding: 2.6666666667vw;
  }
}
@media (max-width: 479px) {
  .box__content--customer {
    padding: 15px;
  }
}
.box__desc {
  padding: 3rem 3rem 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (min-width: 480px) and (max-width: 767px) {
  .box__desc {
    font-size: 2.6666666667vw;
    line-height: 3.7333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 0;
  }
}
@media (max-width: 479px) {
  .box__desc {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 15px 0;
  }
}
.box__info--customer {
  padding: 3rem 0;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .box__info--customer {
    padding: 6vw 0;
  }
}
@media (max-width: 479px) {
  .box__info--customer {
    margin-top: 5px;
  }
}
.box__info--customer .txt {
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .box__info--customer .txt {
    margin-bottom: 3.3333333333vw;
  }
}
.box__info--customer .phone {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .box__info--customer .phone {
    margin-bottom: 4vw;
  }
}
.box__info--customer .phone a {
  font-weight: 500;
}
.box__info--customer .txt-small {
  font-weight: bold;
}
@media (min-width: 480px) and (max-width: 767px) {
  .box__ttl {
    padding-top: 2.4vw;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .btn--customer {
    max-width: 65%;
    width: 40rem;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .btn.btn--product.mx415 {
    max-width: 35rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .btn.btn--product.mx415 {
    max-width: 45rem;
  }
}