.wrapInner-large {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.advantage-anchors {
  background-color: #fff;
  padding-top: 2.5vw;
}
@media not all and (min-width: 768px) {
  .advantage-anchors {
    padding-top: 10.6666666667vw;
  }
}
.advantage-anchors__content {
  font-size: 0.875vw;
}
.advantage-anchors__content .c-icon__svg,
.advantage-anchors__content .c-anchors__item {
  color: #222222;
}

.cta-contact {
  margin-top: 0rem;
  margin-bottom: 12rem;
}
.cta-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EBEFF2;
  border: 0.1rem solid #CFD8E1;
  padding: 3.2rem 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 144rem;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .cta-contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.2rem 2rem;
  }
}
.cta-contact-box__ttl {
  width: 33.3%;
  text-align: left;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media not all and (min-width: 768px) {
  .cta-contact-box__ttl {
    width: 100%;
    text-align: center;
    padding-bottom: 2.4rem;
    font-size: 6.4vw;
  }
}
.cta-contact-box__ttl h2 {
  font-family: var(--font-serif);
}
.cta-contact-box__ttl-part {
  margin-top: 1.6rem;
  font-size: 1.6rem;
}
.cta-contact-box__subtitle {
  font-size: 1.6rem;
}
@media not all and (min-width: 768px) {
  .cta-contact-box__subtitle {
    font-size: 1.4rem;
  }
}
.cta-contact-box__tel {
  width: 33.3%;
  text-align: center;
  border-left: 0.1rem solid #CFD8E1;
  border-right: 0.1rem solid #CFD8E1;
}
@media not all and (min-width: 768px) {
  .cta-contact-box__tel {
    width: 100%;
    border: none;
    border-top: 0.1rem solid #CFD8E1;
    border-bottom: 0.1rem solid #CFD8E1;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.cta-contact-box__tel .telBox {
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1;
  margin: 1rem 0;
}
.cta-contact-box__mail {
  width: 33.3%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
@media not all and (min-width: 768px) {
  .cta-contact-box__mail {
    width: 100%;
    padding-top: 2.4rem;
  }
}
.cta-contact-box__mail-btn {
  width: 65%;
  display: inline-block;
  margin-top: 1rem;
  background: #333333;
  border-radius: 3rem;
  color: #fff;
  padding: 1.2rem 1.4rem;
}
@media not all and (min-width: 768px) {
  .cta-contact-box__mail-btn {
    width: 80%;
  }
}

.inquiry-wrap {
  margin-bottom: 20rem;
}