@charset "UTF-8";
/**************************************************
* ページ: エントリー
**************************************************/
.entry-form__container {
  padding: 100px 0 80px;
}
@media (max-width: 767px) {
  .entry-form__container {
    padding: 50px 0 70px;
  }
}

.entry-form__title {
  background: url(../recruit_images/entry-form_header.png) no-repeat center center/cover;
}

.entry-form__message {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-form__message {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }
}

.entry-form__note {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  color: #133391;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-form__note {
    font-size: 15px;
    margin-top: 20px;
  }
}

.entry-form__section {
  background: #fff;
  border-radius: 20px;
  margin-top: 50px;
  padding: 5% 8% 8%;
}
@media (max-width: 767px) {
  .entry-form__section {
    margin-top: 20px;
    padding: 5% 8% 16%;
  }
}

.entry-form__items {
  display: flex;
  flex-wrap: wrap;
}
.entry-form__items dt,
.entry-form__items dd {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  padding: 18px 0;
  border-bottom: 2px dotted #3ecc85;
}
.entry-form__items dt {
  width: 250px;
  display: flex;
  align-items: center;
}
.entry-form__items dt.start p {
  align-items: flex-start;
}
.entry-form__items dt p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.05em;
  color: #3ecc85;
}
.entry-form__items dd {
  width: calc(100% - 250px);
  font-weight: 500;
  margin-top: 8px;
  padding-left: 40px;
}
.entry-form__items dd input[type=text],
.entry-form__items dd input[type=tel],
.entry-form__items dd input[type=email],
.entry-form__items dd textarea {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  width: 100%;
  border: none;
  background: #f5f7f6;
  padding: 20px 15px;
}
.entry-form__items dd input[type=text]::-moz-placeholder, .entry-form__items dd input[type=tel]::-moz-placeholder, .entry-form__items dd input[type=email]::-moz-placeholder, .entry-form__items dd textarea::-moz-placeholder {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.entry-form__items dd input[type=text]::placeholder,
.entry-form__items dd input[type=tel]::placeholder,
.entry-form__items dd input[type=email]::placeholder,
.entry-form__items dd textarea::placeholder {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.entry-form__items dd textarea {
  resize: vertical;
  min-height: 300px;
}
.entry-form__items dd select {
  width: 100%;
  border: 2px solid #3ecc85;
  padding: 20px 15px;
  color: inherit;
}
.entry-form__items dd:has(select) {
  position: relative;
}
.entry-form__items dd:has(select)::after {
  content: "";
  position: absolute;
  background: url(../recruit_images/arrow.png) no-repeat center center/100%;
  aspect-ratio: 23/47;
  height: 25%;
  right: 1.2em;
  top: 50%;
  transform: translate(0%, -50%);
}
.entry-form__items dd.selectDD p{
  position:relative;
}
.entry-form__items dd.selectDD p .wpcf7-not-valid-tip{
  display:inline-block;
  top:-7px;
  left:34%;
  position:absolute;
}
@media (max-width: 767px) {
  .entry-form__items {
    display: block;
  }
  .entry-form__items dt, .entry-form__items dd {
    width: 100%;
    font-size: 20px;
    padding: 0;
  }
  .entry-form__items dt {
    justify-content: flex-start;
    border: none;
    padding-top: 10px;
  }
  .entry-form__items dd {
    padding-left: 0;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 15px;
  }
  .entry-form__items dd select {
    padding: 10px 15px;
  }
  .entry-form__items dd:has(select)::after {
    top: calc((100% - 10px) / 2);
  }
  .entry-form__items dd.selectDD p .wpcf7-not-valid-tip {
    top: -1px;
    left: 49%;
    font-size: smaller;
  }
}
.entry-form__items input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f5f7f6 inset !important;
  -webkit-text-fill-color: #000 !important;
}

.entry-form__required {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  background: #133391;
  border-radius: 4px;
  padding: 4px 8px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .entry-form__required {
    font-size: 10px;
  }
}

.entry-form__privacy {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 767px) {
  .entry-form__privacy {
    font-size: 15px;
  }
}

.entry-form__privacy-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  text-align: center;
}
.entry-form__privacy-text a {
  text-decoration: underline;
  color: #3ecc85;
}
@media (max-width: 767px) {
  .entry-form__privacy-text {
    font-size: 15px;
    text-align: left;
  }
}

.entry-form__privacy-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
.entry-form__privacy-label input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 15px;
  aspect-ratio: 1/1;
  margin: 0 1em;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #333;
  display: none;
}
.entry-form__privacy-label input + span {
  padding-left: 2em;
  position: relative;
}
@media (max-width: 767px) {
  .entry-form__privacy-label input + span {
    padding-left: 1.5em;
  }
}
.entry-form__privacy-label input + span:before {
  content: "";
  width: 15px;
  height: 15px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #333;
}

/* 初期状態：チェックマークを表示 */
.entry-form__privacy-label input + span:after {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 0.3em;
  transform: rotate(50deg);
  width: 10px;
  height: 16px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transition: all 0.3s;
}

/* デフォルト：チェックマークが出る（ON/OFFできる） */
.entry-form__privacy-label input:checked + span:after {
  opacity: 1;
}

/* チェックが外れているときは非表示 */
.entry-form__privacy-label input:not(:checked) + span:after {
  opacity: 0;
}

/* 必須項目が埋まっていて、かつチェックが入っているとき */
.entry-form__items.filled .entry-form__privacy-label input:checked + span:after {
  border-color: #4caf50; /* 緑色 */
  width: 12px;
  height: 18px;
  transform: rotate(45deg);
  opacity: 1;
}


@media (max-width: 767px) {
  .entry-form__privacy-label {
    font-size: min(15px, 4vw);
  }
  .entry-form__privacy-label input {
    margin: 0 0.5em;
  }
  .entry-form__submit {
    display: block !important;
  }
}

.entry-form__submit {
  text-align: center;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.entry-form__submit .wpcf7-spinner {
  display: none;
}

.acceptance {
  margin-left: 1em;
}

.entry-form__button {
  width: -moz-fit-content;
  width: fit-content;
}
.entry-form__button p {
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: linear-gradient(90deg, rgb(62, 204, 133) 0%, rgb(140, 229, 137) 100%);
  border-radius: 30px;
  padding: 0.5em 0;
  width: 300px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.entry-form__button p::after {
  content: "";
  position: absolute;
  background: url(../recruit_images/icon_arrow_wh.png) no-repeat center center/100%;
  aspect-ratio: 15/25;
  width: 0.5em;
  right: 1.3em;
  top: 50%;
  transform: translate(50%, -50%);
}
.entry-form__button p input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .entry-form__button p {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .entry-form__button p {
    font-size: 15px;
  }
}

.entry-form__button--back {
  margin-right: 20px;
}
.entry-form__button--back a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .entry-form__button--back {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*------------------------------
送信完了ページ
------------------------------*/
.thanks__container {
  padding: 100px 0 80px;
}
@media (max-width: 767px) {
  .thanks__container {
    padding: 45px 0 70px;
  }
}

.thanks__title {
  background: url(../recruit_images/entry-form_header.png) no-repeat center center/cover;
}

.thanks__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .thanks__heading {
    font-size: 20px;
    margin-bottom: 45px;
  }
}

.thanks__message {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .thanks__message {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .thanks__message {
    font-size: 15px;
    text-align: left;
  }
}

.thanks__button {
  margin-top: 90px;
  text-align: center;
}
.thanks__button a {
  display: inline-block;
  width: 286px;
  border-radius: 30px;
  background: #133391;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.8571428571;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding: 0.3em 0;
  position: relative;
}
.thanks__button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4em;
  transform: translateY(-50%);
  background: url(../recruit_images/icon_arrow_wh.png) no-repeat center center/contain;
  width: 0.8em;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .thanks__button {
    margin-top: 45px;
  }
}/*# sourceMappingURL=entry.css.map */