@charset "UTF-8";
/* -------------------------
 * 共通
 * ------------------------- */
.br-834 {
  display: none;
}
@media (max-width: 834px) {
  .br-834 {
    display: block;
  }
}

.no-br-834 {
  display: block;
}
@media (max-width: 834px) {
  .no-br-834 {
    display: none;
  }
}

.under-main {
  margin-top: 19rem;
  padding-bottom: 13.7rem;
}
@media (max-width: 834px) {
  .under-main {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}

.under__ttl {
  margin-bottom: 4.8rem;
}
.under__ttl .c-hg__ttl {
  margin-top: 2rem;
}

.under__ttl--center {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* フッター */
.under-footer {
  border-top: 1px solid #ddd;
  padding-block: 5rem;
}
@media (max-width: 834px) {
  .under-footer {
    padding-block: 3rem 1rem;
  }
}

.under-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .under-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}

.under-footer__logo {
  max-width: 15rem;
}

.under-footer__copy-right {
  color: #b9b9b9;
}

.f30 {
  font-size: 3rem;
}

@media screen and (max-width: 834px) {
  .f30 {
    font-size: 2rem;
  }
}
/* -------------------------
 * フォームのステップ
 * ------------------------- */
.contact-form__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 26rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 9rem;
}
@media (max-width: 834px) {
  .contact-form__step {
    margin-bottom: 4rem;
  }
}

.contact-form__step::after {
  content: "";
  position: absolute;
  top: 4rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 1px;
  background-color: #ddd;
  z-index: 0;
}

.contact-form__step li {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form__step-txt {
  width: 9rem;
  aspect-ratio: 1;
  background-color: #f6f6f6;
  border-radius: 50%;
  color: #989898;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  line-height: 1;
  border: solid 1px #dcd9ce;
}

.contact-form__step li.active .contact-form__step-txt {
  background-color: #4e8683;
  color: #fff;
  border: solid 1px #4e8683;
}

/* -------------------------
 * フォームメッセージ
 * ------------------------- */
.contact-form__top-message {
  margin-bottom: 8rem;
}
@media (max-width: 834px) {
  .contact-form__top-message {
    margin-bottom: 3rem;
  }
}

.contact-form__top-message-ttl {
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 834px) {
  .contact-form__top-message-ttl {
    margin-bottom: 2rem;
  }
}

.contact-form__top-message-txt {
  line-height: 2;
}
.contact-form__top-message-txt.--center {
  text-align: center;
}
@media (max-width: 834px) {
  .contact-form__top-message-txt.--center {
    text-align: left;
  }
}

.contact-form__top-link-btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4e8683;
  width: 100%;
  max-width: 33rem;
  padding-block: 2.7rem;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid #3b6a6b;
}
.contact-form__top-link-btn:hover {
  color: #3b6a6b;
  background: #fff;
  border: 1px solid #3b6a6b;
}

a.contact-form__top-link-btn:hover {
  opacity: 1;
}

/* -------------------------
 * フォーム項目
 * ------------------------- */
/*バリデーションエラー*/
.contact-form .error {
  color: #ab6c5e;
  margin-top: 0.6rem;
  display: block;
}

.contact-form__parts .error-bg {
  background-color: #f3e9e4 !important;
}

/*入力欄*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ababab;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ababab;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ababab;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ababab;
}
input::placeholder,
textarea::placeholder {
  color: #ababab;
}

input,
select,
textarea {
  width: 100%;
  min-height: 6rem;
  padding: 0.5em 1.5em;
  border-radius: 7px;
  background-color: #eef5f5;
  border: none;
}

textarea {
  padding: 1.5em 1.5em;
}

textarea {
  min-height: 19rem;
}

/*必須*/
.require-txt {
  color: #fff;
  background-color: #85bab2;
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem 0.7rem;
  border-radius: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 834px) {
  .require-txt {
    margin-top: 3px;
  }
}

/*コンテンツ*/
.contact-form__parts {
  width: 100%;
}
.contact-form__parts:has(.form-date) input, .contact-form__parts:has(.form-tel) input {
  max-width: 32rem;
}
.contact-form__parts:has(.form-postal-code) input {
  max-width: 22rem;
}
.contact-form__parts .form-experience:hover {
  cursor: pointer;
}

.contact-form__parts-wrap--address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.contact-form__item {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 1.5rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .contact-form__item {
    grid-template-columns: 1fr;
  }
}

.contact-form__item + .contact-form__item {
  margin-top: 4rem;
}

.contact-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
}
@media (max-width: 834px) {
  .contact-form__label {
    margin-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.--down-arrow {
  position: relative;
  display: block;
}
.--down-arrow::after {
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}

.placeholder-txt {
  color: #888;
}

.form-date-wrapper {
  width: 200px;
}

.form-select-year {
  width: 100%;
}

/* 日付 */
.contact-form__date {
  position: relative;
  cursor: pointer;
}

.contact-form__date .form-date {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
}

.contact-form__date .form-date::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  background: transparent;
}

/* プレースホルダー */
.form-select-year:invalid,
.form-name:invalid,
.form-experience:invalid,
.form-inquiry-type:invalid {
  color: #888;
}
.form-select-year option,
.form-name option,
.form-experience option,
.form-inquiry-type option {
  color: #222;
}
.form-select-year option[value=""],
.form-name option[value=""],
.form-experience option[value=""],
.form-inquiry-type option[value=""] {
  color: #888;
}

/* ラジオボタン全体 */
.contact-form [type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  background: #fff;
  border: solid 1px #dcd9cf;
  border-radius: 9999px;
  cursor: pointer;
  min-height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* 選択時に表示される中央の丸 */
.contact-form [type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #4e8683;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.contact-form [type=radio]:checked::after {
  opacity: 1;
}

/* ラジオボタンの配置・整列 */
.contact-form__radio-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 1.5em;
  width: 100%;
  margin-top: 1em;
}
@media (max-width: 834px) {
  .contact-form__radio-btns {
    margin-top: 0;
  }
}

/* ラベルの整列・デザイン */
.item-label--radio-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}

.contact-form__parts--radio-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 生年月日の入力欄スタイル */
/* 卒業（見込）年度の入力欄スタイル */
.contact-form__birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form__birthday input {
  width: 14rem;
  padding: 0.5em 1em;
}

.contact-form__graduation input {
  width: 14rem;
  padding: 0.5em 1em;
}

.contact-form__birthday-group,
.contact-form__graduation-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
}

.contact-form__item--note {
  color: #83868b;
  margin-top: 1rem;
}

/* -------------------------
 * プライバシーポリシー
 * ------------------------- */
.privacy-policy {
  margin-top: 12rem;
  padding: 7rem 8%;
  background-color: #f6f6f6;
}
@media (max-width: 834px) {
  .privacy-policy {
    padding: 3rem 2rem;
    margin-top: 6rem;
  }
}
.privacy-policy p {
  line-height: 2;
}

.privacy-policy__ttl {
  margin-bottom: 3rem;
  font-weight: 500;
}

.privacy-policy {
  max-height: 47rem;
  overflow-y: scroll;
}
.privacy-policy > p:first-of-type {
  margin-bottom: 3rem;
}
.privacy-policy > p:last-of-type {
  margin-top: 3rem;
}

.privacy-policy__list-item + .privacy-policy__list-item {
  margin-top: 3rem;
}

.privacy-policy__detail-list-item {
  padding-left: 16px;
  position: relative;
  line-height: 2;
}
.privacy-policy__detail-list-item p {
  position: relative;
  padding-left: 2em;
  text-indent: -1.5em;
}

.privacy-policy__controller-checkbox {
  text-align: center;
  margin-block: 8rem 4rem;
}
@media (max-width: 834px) {
  .privacy-policy__controller-checkbox {
    margin-block: 4rem 3rem;
  }
}
.privacy-policy__controller-checkbox label {
  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;
  gap: 1.5rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 834px) {
  .privacy-policy__controller-checkbox label {
    font-size: 1.4rem;
  }
}
.privacy-policy__controller-checkbox .agree-check {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1;
  min-height: auto;
  border: solid 1px #dcd9ce;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.privacy-policy__controller-checkbox .agree-check:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 13px;
  height: 7px;
  border-bottom: 2px solid #6ea7a0;
  border-left: 2px solid #6ea7a0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* -------------------------
 * 送信ボタン
 * ------------------------- */
.privacy-policy__controller-submit {
  text-align: center;
}
.privacy-policy__controller-submit input {
  background-color: #6ea7a0;
  width: 100%;
  max-width: 50rem;
  padding-block: 4rem;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media (max-width: 834px) {
  .privacy-policy__controller-submit input {
    padding-block: 3rem;
  }
}
.privacy-policy__controller-submit input:disabled {
  background-color: #dfdfdf;
  color: #fff;
}

/* -------------------------
 * errorページ
 * ------------------------- */
.link-underline {
  text-decoration: underline;
  display: inline;
}/*# sourceMappingURL=contact.css.map */