@charset "UTF-8";
/* Scss Document */
:root {
  --main-color: #2D71C4;
  --black: #404040;
}

/* Scss Document */
/* -------------------------------------------------- */
/* file   : contact.css                               */
/* update : 2025                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.mv {
  content: "";
  background: url(/contact/img/mv_contact@2x.jpg) no-repeat top center/cover;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
}

.mv-text {
  font-size: 36px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.5;
  margin-left: 90px;
}
.mv-text .text-s {
  display: block;
  font-size: 22px;
  color: var(--black);
}

.inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

.link {
  color: var(--main-color);
  text-decoration: underline !important;
}

.form-content {
  margin: 50px 0 152px;
}

/* ------contact-flow------ */
.contact-flow {
  width: 81.11%;
  max-width: 730px;
  margin: 0 auto;
}

/* ------contact-explain------ */
.contact-explain {
  margin-top: 70px;
}
.contact-explain__title {
  font-size: 26px;
  font-weight: bold;
  color: var(--main-color);
}
.contact-explain_text {
  font-size: 16px;
  margin-top: 5px;
}

/* ------form-wrap------ */
.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  padding: 85px;
  margin-top: 32px;
}
.form-wrap__inner {
  display: flex;
}
.form-wrap__title {
  width: 28.77%;
  font-size: 16px;
  padding: 10px 0;
}
.form-wrap__title .required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FF811B;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: 5px;
  margin-left: 8px;
}
.form-wrap__content {
  width: 71.23%;
  font-size: 16px;
}
.form-wrap__content .radio-wrap {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-right: 69px;
}
.form-wrap__content .radio-wrap:last-of-type {
  margin-right: 0;
}
.form-wrap__content .input-radio {
  cursor: pointer;
}
.form-wrap__content input::placeholder,
.form-wrap__content textarea::placeholder {
  font-size: 16px;
  color: #969696;
}
.form-wrap__content .input-text {
  width: 100%;
  background: #F4F8FC;
  border: none;
  border-radius: 0 20px 0 20px;
  padding: 10px 16px;
}
.form-wrap__content .input-text--gray {
  background: #F5F5F5;
}
.form-wrap__content-note {
  margin-top: 3px;
  font-size: 14px;
}
.form-wrap__content-red {
  font-size: 12px;
  color: red;
  margin-top: 3px;
}
.form-wrap__content--bgnone {
  background: #fff;
  padding: 10px 0;
}
.form-wrap__content .text-message {
  width: 100%;
  height: 200px;
  background: #F4F8FC;
  border: none;
  border-radius: 0 20px 0 20px;
  padding: 10px 16px;
}
.form-wrap__content.bg-color {
  background: #F4F8FC;
  border-radius: 0 20px 0 20px;
  padding: 10px;
}
.form-wrap__content.bg-color--gray {
  background: #F5F5F5;
  padding: 10px;
  border-radius: 0 20px 0 20px;
}

.check-wrap {
  margin-top: 40px;
  text-align: center;
}
.check-wrap label {
  font-size: 18px;
  cursor: pointer;
}
.check-wrap .confirmation-wrap {
  font-size: 14px;
  margin-top: 5px;
}
.check-wrap .btn-wrap {
  margin-top: 30px;
}
.check-wrap--flex {
  display: flex;
  justify-content: center;
  gap: 0 70px;
}

.thanks-text {
  font-size: 16px;
}

.thanks-list {
  display: flex;
}
.thanks-list--title {
  display: flex;
  align-items: center;
  background: var(--main-color);
  border-radius: 0 20px 0 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0 13px;
}
.thanks-list-inner {
  display: flex;
}
.thanks-list--text {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  flex-grow: 1;
  font-size: 14px;
  padding: 12px 24px;
}
.thanks-list--text .icon-box {
  display: flex;
  align-items: center;
  width: 32.8%;
}
.thanks-list--text .icon-box img {
  margin-right: 15px;
}
.thanks-list--text .text {
  display: block;
  width: 25.5%;
}
.thanks-list--text .link-text {
  font-size: 14px;
  color: var(--main-color);
  margin-left: 16px;
}
.thanks-list--text .time {
  font-size: 12px;
  margin-left: 17px;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .mv {
    content: "";
    background: url(/contact/img/mv_contact_sp@2x.jpg) no-repeat top center/cover;
    height: 90px;
  }
  .mv-text {
    text-align: center;
    font-size: 22px;
    margin-left: 0;
  }
  .mv-text .text-s {
    font-size: 15px;
  }
  .inner {
    max-width: 100%;
  }
  .form-content {
    margin: 25px 0 76px;
  }
  /* ------contact-flow------ */
  .contact-flow {
    width: 100%;
    max-width: 100%;
  }
  .contact-flow img {
    width: 100%;
  }
  /* ------contact-explain------ */
  .contact-explain {
    margin-top: 35px;
  }
  .contact-explain__title {
    font-size: 18px;
  }
  .contact-explain_text {
    font-size: 14px;
    margin-top: 5px;
  }
  /* ------form-wrap------ */
  .form-wrap {
    gap: 15px 0;
    border-radius: 10px;
    padding: 20px;
    margin-top: 16px;
  }
  .form-wrap__inner {
    display: block;
  }
  .form-wrap__title {
    width: 100%;
    font-size: 15px;
    padding: 10px 10px 5px 10px;
  }
  .form-wrap__title .required {
    border-radius: 3px;
    font-size: 12px;
    padding: 3px;
    margin-left: 4px;
  }
  .form-wrap__content {
    width: 100%;
    font-size: 15px;
  }
  .form-wrap__content .radio-wrap {
    margin-right: 10.13%;
  }
  .form-wrap__content input::placeholder,
  .form-wrap__content textarea::placeholder {
    font-size: 15px;
  }
  .form-wrap__content .input-text {
    border-radius: 0 10px 0 10px;
    padding: 10px;
  }
  .form-wrap__content-note {
    font-size: 12px;
    margin-top: 3px;
  }
  .form-wrap__content-red {
    font-size: 12px;
  }
  .form-wrap__content .text-message {
    height: 150px;
    border-radius: 0 10px 0 10px;
    padding: 10px;
  }
  .form-wrap__content.bg-color {
    border-radius: 0 10px 0 10px;
    padding: 10px;
  }
  .form-wrap__content.bg-color--gray {
    padding: 10px;
    border-radius: 0 10px 0 10px;
  }
  .check-wrap {
    margin-top: 20px;
  }
  .check-wrap label {
    font-size: 16px;
  }
  .check-wrap .confirmation-wrap {
    font-size: 12px;
  }
  .check-wrap .btn-wrap {
    margin-top: 15px;
  }
  .check-wrap--flex {
    flex-direction: column;
    gap: 15px 0;
  }
  .check-wrap--flex .btn-wrap {
    width: 100%;
    margin-top: 0;
  }
  .thanks-text {
    font-size: 14px;
  }
  .thanks-list {
    flex-direction: column;
  }
  .thanks-list--title {
    display: block;
    border-radius: 10px 10px 0 0;
    font-size: 15px;
    padding: 10px;
  }
  .thanks-list-inner {
    flex-direction: column;
  }
  .thanks-list--text {
    flex-direction: column;
    gap: 20px 0;
    padding: 10px;
  }
  .thanks-list--text .icon-box {
    width: 100%;
  }
  .thanks-list--text .icon-box img {
    margin-right: 8px;
  }
  .thanks-list--text .link-box {
    margin-top: 3px;
  }
  .thanks-list--text .link-text {
    font-size: 14px;
    margin-left: 0;
  }
  .thanks-list--text .time {
    margin-left: 0;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=contact.css.map */