@charset "UTF-8";
/*add*/
.form_contents_inner {
  max-width: 1100px;
  width: 95%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.5;
}

.form_contents {
  width: 100%;
}

.form_contents p {
  font-size: 16px;
  padding-bottom: 10px;
}

.form-table {
  width: 100%;
  border: 2px solid #653393;
  table-layout: fixed;
}

.add-txt {
  margin-top: 40px;
  text-align: center;
}

.thanks-contact-txt {
  width: 40%;
  margin: auto;
  text-align: left;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .add-txt {
    margin-top: 20px;
    text-align: left;
  }

  .thanks-page_txt p {
    text-align: left !important;
  }

  .thanks-contact-txt {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    text-align: left;
  }
}

/*-add　終わり-*/
.first-attention .-date {
  padding: 30px 15px;
  background: #ffffff;
  font-size: 16px;
  color: #391504;
  margin-bottom: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.first-attention .-date dt {
  width: 220px;
  display: block;
}
.first-attention .-date dd {
  width: calc(100% - 220px);
}
.form-red {
  color: #ff4949;
}
.first-attention .form-red {
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
  color: #ff4545;
}
.form-attention {
  margin-bottom: 10px;
  color: #000;
}
.form-en {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  padding-top: 7px;
}
.form-attention span.form-en {
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 13px;
}
.form-table th {
  width: 40%;
  padding: 10px;
  color: #000;
  background: #f6effc;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #653393;
  word-wrap: break-word;
}
/* .form-table th span.form-en{
    border-top : 1px dotted #ffffff;
} */
.form-table td {
  background: #fff;
  border-bottom: 1px solid #653393;
  padding: 10px;
  word-wrap: break-word;
}
.form-table td p {
  font-weight: bold;
}
.hidden {
  display: none;
}
.form-table label {
  cursor: pointer;
}
.form-double {
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 5px;
  border-top: 1px dotted #e0bbaa;
}
.form-table td textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
  border: 1px solid #bab4b1;
  border-radius: 3px;
}
form .form-table td input[type="text"],
select,
input[type="email"] {
  width: 100%;
  padding: 5px;
  border: 1px solid #bab4b1 !important;
  border-radius: 3px;
  margin: 2px 0;
}
form .form-table td input[type="text"].min-width,
select.min-width,
input[type="email"].min-width {
  width: 200px;
  max-width: 100%;
}
form .form-table td input[type="text"].mid-width,
select.mid-width,
input[type="email"].mid-width {
  width: 300px;
  max-width: 100%;
}
form .form-table td input[type="text"].max-width,
select.max-width,
input[type="email"].max-width,
textarea {
  width: 100%;
}
form .form-table td input[type="text"]::placeholder,
select::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #626262;
}
.form-table td input[type="radio"] {
  height: 15px;
  width: 15px;
  line-height: 1;
  padding-bottom: 3px;
}
form .form-table td .min-width,
select {
  appearance: auto;
}
form .form-table td input[type="radio"]:checked:after {
  display: none;
}
.form-radio label {
  display: flex;
  gap: 5px;
  line-height: 1.3;
  margin: 3px 0;
}
.form-radio label span.form-en {
  padding-top: 0;
}
/* .form-radio label input[type="radio"] {
    margin-top: 5px;
} */
.form-table td .add {
  line-height: 1;
  gap: 5px;
  align-items: center;
}

.form-privacy {
  margin-top: 30px;
  font-size: 16px;
}
.form-privacy p {
  margin-top: 10px;
}
.form-privacy a {
  text-decoration: underline;
}
.form-privacy a:hover {
  text-decoration: none;
}
.form-privacy .check-box {
  gap: 10px;
  margin-top: 15px;
}
.send-btn {
  text-align: center;
  margin-top: 55px;
}
.send-btn span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  width: 90%;
  height: 65px;
}
.send-btn span input {
  width: 100%;
  height: 100%;
  color: #fff;
  /* background: linear-gradient(90deg, #391504 20%, #805b4a 75%) no-repeat 50% 50% / 100% 100% ; */
  background: #653393;
  transition: 0.3s ease-in;
}
.send-btn span input:hover {
  opacity: 0.7;
  color: #653393;
  background: white;
  border: 1px solid #653393;
}
.send-btn span input[disabled]:hover {
  opacity: 0.5;
  color: #fff;
  border: none;
  background: linear-gradient(90deg, #391504 20%, #805b4a 75%) no-repeat 50% 50% /
    100% 100%;
}
.send-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  width: 90%;
  height: 65px;
  color: #fff;
  font-size: 1.6rem;
  background: #653393;
  transition: 0.3s ease-in;
}
.send-btn a:hover {
  opacity: 0.7;
  color: #653393;
  background: white;
  border: 1px solid #653393;
}
.back-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #787878;
  width: 50%;
  max-width: 180px;
  height: 65px;
  margin-top: 15px;
  color: #fff;
}
.back-btn:hover {
  opacity: 0.7;
}
.back-btn:hover::after {
  left: 15px;
  transition: 0.3s;
}
.back-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  position: absolute;
  left: 20px;
  top: 35%;
  transform: rotate(-135deg) translateY(-50%);
}
.thanks-page {
  text-align: center;
}
.thanks-page h6 {
  font-size: 24px;
  text-align: center;
}
.thanks-page_txt p {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .form_contents_inner {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .form-table th {
    width: 35%;
    font-size: 14px;
  }
  .form-en {
    font-size: 11px;
  }
  .first-attention .-date {
    width: 100%;
    padding: 20px 10px;
    font-size: 14px;
  }
  .first-attention .-date {
    width: 100%;
    padding: 20px 10px;
    font-size: 14px;
  }
  .first-attention .-date dt {
    width: 185px;
  }
  .first-attention .-date dd {
    width: calc(100% - 185px);
  }
  .first-attention .form-red {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .form_contents_inner {
    margin-top: 50px;
    margin-bottom: 100px;
    width: 92%;
  }
  .form-table {
    display: block;
    width: 100%;
  }

  .form-table tbody {
    display: block;
    width: 100%;
  }

  .form-table tr {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #653393; */
  }

  .form-table th,
  .form-table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .form-table th {
    background: #f6effc;
    border-bottom: none;
    padding-bottom: 5px;
  }

  .form-table td {
    padding-top: 5px;
    border-bottom: none;
  }

  .form-privacy p {
    font-size: 14px;
  }
  .form-privacy .check-box {
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
  }
  .form-privacy .check-box span {
    display: block;
    line-height: 1.5;
  }
  .form-privacy .check-box span.form-en {
    padding-top: 0;
  }
  .form-privacy .check-box input[type="checkbox"] {
    margin-top: 3px;
  }
  .first-attention p {
    font-size: 12px;
  }
  .first-attention .-date dl.c-flex {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .first-attention .-date dt {
    width: 100%;
  }
  .first-attention .-date dt span.form-en {
    display: block;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .first-attention .-date dd {
    width: 100%;
  }

  .back-btn {
    height: 50px;
  }
  .back-btn::after {
    top: 30%;
    transform: rotate(-135deg) translateY(-50%);
  }

  form .form-table td input[type="text"],
  form .form-table td select,
  form .form-table td input[type="email"],
  form .form-table td textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .form-radio {
    width: 100%;
  }

  .form-radio label {
    width: 100%;
    margin: 5px 0;
  }

  .preview-container {
    width: 100%;
    max-width: 100%;
  }

  .preview-container img {
    max-width: 100%;
    height: auto;
  }
}

#footer {
  position: relative;
  background: linear-gradient(90deg, #391504 20%, #805b4a 75%) no-repeat 50% 50% /
    100% 100% !important;
  color: #fff;
}
#footer .tel-text .fas {
  color: #fff;
}
#footer .tel-text a {
  color: #fff;
}
#footer .geen_btn2022 {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  background: #fff !important;
}
#footer .geen_btn2022 span {
  color: #391504;
}
#footer .btn i:before {
  color: #391504;
}

/* 施設形態の必須マーク用のスタイル */
.employment-required {
  display: none;
  color: #ff0000;
  font-size: 0.8em;
  margin-left: 0.5em;
}

.employment-required.show {
  display: inline;
}

.form-row-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s;
}

.form-row-link:hover {
  opacity: 0.8;
  background-color: rgba(101, 51, 147, 0.05);
}

.form-table tr {
  transition: all 0.3s;
  cursor: pointer;
}

.form-table tr:hover {
  background-color: rgba(101, 51, 147, 0.05);
}

/* フォームページ用：グローバルナビが非表示時はクリックを無効化 */
#g-nav.g-nav {
  pointer-events: none !important;
}
#g-nav.g-nav.panelactive {
  pointer-events: auto !important;
}
