.c-headline {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .c-headline {
    margin-bottom: 13.7rem;
  }
}

.p-faq {
  border-top: 1px solid var(--border-color);
  margin-bottom: 8rem;
  padding-top: 6.4rem;
}
@media (min-width: 768px) {
  .p-faq {
    margin-bottom: 16rem;
    padding-top: 12.5rem;
  }
}
.p-faq__txt {
  margin-bottom: 4.8rem;
}
@media (min-width: 768px) {
  .p-faq__txt {
    margin-bottom: 10rem;
  }
}

.faq-item {
  border-top: 1px solid var(--border-color);
  padding-block: 2.4rem;
}
@media (min-width: 768px) {
  .faq-item {
    padding-block: 4rem;
  }
}
.faq-item:last-child {
  border-bottom: 1px solid var(--border-color);
}
.faq-item__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .faq-item__head {
    font-size: 1.8rem;
  }
}
.faq-item__head:hover {
  opacity: 0.8;
  cursor: pointer;
}
.faq-item__head.is-active .icon-expand {
  background-color: transparent;
}
.faq-item__head.is-active .icon-expand::after {
  filter: none;
  transform: rotate(-45deg);
}
.faq-item__head .icon-expand {
  border: 1px solid var(--color-base);
  background-color: var(--color-base);
  border-radius: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 2.4rem;
  height: 1.9rem;
  width: 4.9rem;
  position: relative;
  top: 0.3rem;
  transition: 0.3s ease;
}
.faq-item__head .icon-expand::after {
  content: "";
  background: url("../images/common/icon_plus.svg") no-repeat center/contain;
  height: 0.9rem;
  width: 0.9rem;
  filter: brightness(100%) invert(1);
  transition: 0.3s ease;
}
.faq-item__body {
  display: none;
  margin-block: 3rem -2.4rem;
}
@media (min-width: 768px) {
  .faq-item__body {
    margin-bottom: -4rem;
  }
}
.faq-item__wrap {
  display: flex;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .faq-item__wrap {
    font-size: 1.5rem;
  }
}
.faq-item__wrap::before {
  content: "A";
  flex-shrink: 0;
  font-family: var(--font-en);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-right: 2rem;
}
.faq-item__txt {
  padding-left: 2.5rem;
  padding-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .faq-item__txt {
    padding-bottom: 4rem;
  }
}
.faq-item__txt::before {
  content: "";
  background: url("../images/common/dotted_img.svg") repeat-y right top/100% auto;
  width: 0.3rem;
  position: absolute;
  left: -0.1rem;
  top: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .p-contact {
    border-top: 1px solid var(--border-color);
    padding-top: 7rem;
  }
}
.p-contact.p-contact--confirm {
  border-top: 0;
  padding-top: 0;
}
.p-contact__txt {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-contact__txt {
    margin-bottom: 6rem;
  }
}
.p-contact__box {
  border: 1px solid var(--border-color);
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .p-contact__box {
    display: grid;
    grid-template-columns: 32.6rem 1fr;
    margin-bottom: 9rem;
  }
}
@media (max-width: 767px) {
  .p-contact__box {
    padding: 2.4rem 2rem;
  }
}
.p-contact__box-txt {
  background: url("../images/common/dotted_img.svg") repeat-y right top/0.1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.7rem;
}
@media (min-width: 768px) {
  .p-contact__box-txt {
    font-size: 1.8rem;
    line-height: 1.9;
    margin-bottom: 0;
  }
}
.p-contact__box-content {
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__box-content {
    padding: 4.9rem 2rem;
  }
}
.p-contact__box-content .tel {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .p-contact__box-content .tel {
    font-size: 1.8rem;
    margin-bottom: 2.2rem;
  }
}
.p-contact__box-content .tel__num {
  font-size: 3.2rem;
  line-height: 1;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .p-contact__box-content .tel__num {
    font-size: 4.6rem;
  }
}
.p-contact__box-content .info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact__box-content .info dt {
  background-color: rgba(32, 33, 33, 0.08);
  border-radius: 1.4rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  line-height: 1;
  margin-right: 1.2rem;
  padding: 0.6rem 1rem;
}
@media (min-width: 768px) {
  .p-contact__box-content .info dt {
    font-size: 1.2rem;
    margin-right: 0.7rem;
  }
}
.p-contact__box-content .info dd {
  font-size: 1.4rem;
  margin: 0 1.2rem 0 0;
}
@media (min-width: 768px) {
  .p-contact__box-content .info dd {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    margin-right: 2.4rem;
  }
}
.p-contact__box-content .info dd:last-child {
  margin-right: 0;
}
.p-contact .form-poicy {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-contact .form-poicy {
    margin-bottom: 5rem;
  }
}
.p-contact .form-poicy .custom-checkbox {
  justify-content: center;
}
.p-contact .form-poicy a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.p-contact .form-poicy a:hover {
  text-decoration: none;
}
.p-contact .form-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 1.6rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-contact .form-footer {
    flex-direction: row;
  }
}
.p-contact .form-back {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  opacity: 0.5;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-contact .form-back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-contact .form-back:hover {
  opacity: 1;
}
.p-contact .confirm-txt {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-contact .confirm-txt {
    margin-bottom: 8.4rem;
  }
}
.p-contact .complete-txt {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-contact .complete-txt {
    margin-bottom: 5rem;
  }
}

.tbl-form {
  margin-bottom: 4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .tbl-form {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .tbl-form.tbl-form--confirm th {
    width: 34.5rem;
  }
}
@media (max-width: 767px) {
  .tbl-form tr {
    border-bottom: 1px solid var(--border-color);
    float: left;
    display: block;
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    width: 100%;
  }
}
.tbl-form tr:first-child th, .tbl-form tr:first-child td {
  padding-top: 0;
}
@media (min-width: 768px) {
  .tbl-form th, .tbl-form td {
    border-bottom: 1px solid var(--border-color);
    padding-block: 4rem;
  }
}
@media (max-width: 767px) {
  .tbl-form th, .tbl-form td {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tbl-form th {
    vertical-align: top;
    width: 23rem;
  }
}
@media (max-width: 767px) {
  .tbl-form th {
    margin-bottom: 1.2rem;
  }
}
.tbl-form td {
  font-size: 1.5rem;
}
.tbl-form__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .tbl-form__head {
    font-size: 1.8rem;
    gap: 1.3rem;
  }
}
.tbl-form__head .label {
  background-color: var(--color-base);
  border-radius: 0.2rem;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.3rem 0.5rem 0.4rem;
}
@media (min-width: 768px) {
  .tbl-form__head .label {
    font-size: 1.2rem;
  }
}
.tbl-form__head small {
  font-size: 1.3rem;
  margin-left: 0.6rem;
}
.tbl-form__txt {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
/*# sourceMappingURL=maps/contact.css.map */
