@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&Barlow&display=swap");
.type {
  padding: 60px 0;
}
.type__title {
  margin-bottom: 30px;
  color: #26408d;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.type__sub {
  margin-bottom: 30px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
.type__box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
.type__box_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.type__box_text .text {
  font-size: 1rem;
}

.apply {
  padding: 60px 0;
  background-color: #f6f7f9;
}
.apply__text {
  margin-bottom: 20px;
  font-size: 1rem;
}
.apply .c_bnr {
  margin-bottom: 29px;
}
.apply .c_bnr:last-of-type {
  margin-bottom: 20px;
}
.apply .c_bnr__title {
  margin-bottom: 0;
}
.apply .c_bnr__link {
  width: 100%;
}
.apply .c_bnr .c_btn {
  width: 100%;
  margin-bottom: 20px;
}
.apply .c_bnr .c_btn:last-child {
  margin-bottom: 0;
}
.apply .c_bnr .c_btn--external::before {
  background: url(../images/icon_external.svg) no-repeat center/contain;
}
.apply .c_bnr .c_note {
  margin: 18px 0 0;
}

.contact {
  padding: 60px 0;
}
.contact .c_contact__title {
  margin-bottom: 14px;
}
.contact .c_contact__title .text {
  font-size: 1.125rem;
}
.contact .c_contact__tel .num {
  margin-left: 5px;
  margin-right: 15px;
  letter-spacing: 0.05em;
}
.contact .c_contact__tel .text:last-of-type {
  font-size: 1rem;
}
@media screen and (min-width: 576px){
  .apply .c_bnr__link {
    width: 390px;
  }
}
@media screen and (min-width: 768px){
  .type__box {
    flex-direction: row;
  }
  .type__box_image, .type__box_text {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 992px){
  .type {
    padding: 76px 0 120px;
  }
  .type__title {
    font-size: 2rem;
  }
  .type__sub {
    margin-bottom: 54px;
    font-size: 1.5rem;
  }
  .type__box_text {
    margin-top: -4px;
  }
  .type__box_text .text {
    font-size: 1.125rem;
  }
  .apply {
    padding: 130px 0;
  }
  .apply .c_title {
    margin-bottom: 76px;
  }
  .apply__text {
    font-size: 1.125rem;
  }
  .apply .c_bnr {
    padding-right: 45px;
  }
  .apply .c_bnr:last-of-type {
    margin-bottom: 35px;
  }
  .contact {
    padding: 50px 0 90px;
  }
  .contact .c_contact__title .text {
    font-size: 1.25rem;
  }
  .contact .c_contact__tel .text:last-of-type {
    font-size: 1.125rem;
  }
}
/*# sourceMappingURL=maps/order-the-product.css.map */
