@charset "UTF-8";
section#lead .inner {
  margin: 0;
}

section#entry01 .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
  background: #F4F8FC;
}
section#entry01 .main-box, section#entry01 .confirm_area {
  background: #ffffff;
  padding: 5.2083333333vw 6.25vw;
  box-sizing: border-box;
}
section#entry01 .main-box > .txt-p, section#entry01 .confirm_area > .txt-p {
  text-align: center;
  margin-bottom: 5.2083333333vw;
}
section#entry01 .progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.61458333vw;
  margin-bottom: 5.2083333333vw;
}
section#entry01 .progress .txt-n {
  width: 3.5vw;
  height: 3.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #515151;
  color: #ffffff;
  position: relative;
}
section#entry01 .progress .txt-n:after {
  content: "";
  width: 4.2708333333vw;
  height: 2px;
  position: absolute;
  right: -5.4427083533vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/progress_line_red.svg) center repeat;
  background-size: cover;
}
section#entry01 .progress li {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.5729166667vw;
}
section#entry01 .progress li.first .txt-n {
  background: #005EB7;
}
section#entry01 .progress li.second .txt-n::after {
  content: none;
}
section#entry01 .progress li.last .txt-n::after {
  content: none;
}
section#entry01 .ct_form {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 3.125vw;
}
section#entry01 .ct_form dt, section#entry01 .ct_form dd {
  margin: 0;
  padding: 0;
  font-size: 1.05vw;
}
section#entry01 .ct_form dt {
  width: 19vw;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.05vw;
}
section#entry01 .ct_form dt.required:after {
  content: "必須";
  box-sizing: border-box;
  font-size: 0.85vw;
  color: #ffffff;
  background: #005EB7;
  width: 3.5vw;
  height: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#entry01 .ct_form dt.any:after {
  content: "任意";
  box-sizing: border-box;
  font-size: 0.95vw;
  color: #ffffff;
  background: #26466D;
  width: 4.6875vw;
  height: 2.6041666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#entry01 .ct_form dd {
  width: calc(100% - 19vw);
  display: flex;
  align-items: center;
    flex-wrap: wrap;
}
section#entry01 .ct_form dd div {
  width: 50%;
  display: flex;
  align-items: center;
}
section#entry01 .ct_form dd .txt {
  flex: none;
}
section#entry01 .ct_form dd .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
section#entry01 .ct_form dd input[type=text], section#entry01 .ct_form dd input[type=email], section#entry01 .ct_form dd input[type=tel] {
  width: 100%;
  height: 3vw;
  border: solid 2px #005EB7;
  border-radius: 0;
  padding: 0.5vw 1vw;
  box-sizing: border-box;
  font-size: 1.05vw;
}
section#entry01 .ct_form dd textarea {
  width: 100% !important;
  height: 19.84375vw;
  border: solid 2px #005EB7;
  border-radius: 0;
  padding: 0.5vw 1vw;
  box-sizing: border-box;
  font-size: 1.05vw;
}
section#entry01 .ct_form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -1.5vw;
  font-size: 0.95vw;
}
section#entry01 .ct_form .wpcf7-list-item {
  display: block;
  line-height: 1;
  margin: 0;
}
section#entry01 .ct_form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1.05vw;
}
section#entry01 .ct_form .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}
section#entry01 .ct_form input[type=checkbox] {
  display: none;
}
section#entry01 .ct_form .wpcf7-list-item-label {
  position: relative;
  padding-left: 2.48vw;
}
section#entry01 .ct_form .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 1.48vw;
  height: 1.48vw;
  border: 1px solid #000000;
  border-radius: 0;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
section#entry01 .ct_form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: calc(1.48vw - 2px);
  height: 0.6vw;
  border-top: 2px solid #005EB7;
  border-right: 2px solid #005EB7;
  position: absolute;
  left: 0.2vw;
  top: 0;
  transform: rotate(135deg);
}
section#entry01 .ct_form input[type=radio] {
  width: 1.2vw;
  height: 1.2vw;
  margin: 0;
}
section#entry01 .ct_form .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 2.6041666667vw;
}
section#entry01 .ct_form .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0;
}
section#entry01 .ct_form .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 0;
}
section#entry01 .ct_form .wpcf7-radio .wpcf7-list-item-label:before {
  content: none;
}
section#entry01 .confirm_area > h2 {
  text-align: center;
}
section#entry01 .confirm_area > p {
  text-align: center;
  margin-bottom: 5vw;
}

section#entry01 .ct_form.occupations {
  align-items: flex-start;
}
section#entry01 .ct_form.occupations .wpcf7-radio {
  flex-wrap: wrap;
  gap: 1.5vw 2.6041666667vw;
}
section#entry01 .ct_form.names dd {
  justify-content: space-between;
}
section#entry01 .ct_form.names dd div {
  width: 48%;
  gap: 1vw;
}
section#entry01 .ct_form.names dd .wpcf7-form-control-wrap {
  width: initial;
}
section#entry01 .ct_form.kanas dd {
  justify-content: space-between;
}
section#entry01 .ct_form.kanas dd div {
  width: 48%;
  gap: 1vw;
}
section#entry01 .ct_form.kanas dd .wpcf7-form-control-wrap {
  width: initial;
}
section#entry01 .ct_form.mails {
  align-items: flex-start;
}
section#entry01 .ct_form.mails dd {
  flex-flow: column;
  gap: 3.125vw;
}
section#entry01 .ct_form.mails dd div {
  width: 100%;
}
section#entry01 .ct_form.tels {
  align-items: flex-start;
}
section#entry01 .ct_form.tels dd {
  width: 24.8vw;
}
section#entry01 .ct_form.message {
  align-items: flex-start;
}
section#entry01 .ct_form.message dd {
  height: initial;
}
section#entry01 .ct_form.privacys {
  margin-top: 4vw;
  margin-bottom: 0;
}
section#entry01 .ct_form.privacys dd {
  flex-wrap: wrap;
  gap: 1vw;
}
section#entry01 .ct_form.privacys dd .plink {
  width: 100%;
  margin-left: 2.46vw;
}
section#entry01 .ct_form.privacys dd .plink a {
  text-decoration: underline;
}

section#entry01 .wpcf7 form.invalid .wpcf7-response-output, section#entry01 .wpcf7 form.unaccepted .wpcf7-response-output, section#entry01 .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  background: #fff;
  padding: 1em;
}

section#entry01 .button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5vw;
  gap: 1vw;
}
section#entry01 .button-wrap .wpcf7-spinner {
  display: none;
}
section#entry01 .button-wrap input {
  width: 19vw;
  height: 4vw;
  font-size: 1.05vw;
  box-sizing: border-box;
  border: solid 2px #005EB7;
  color: #005EB7;
  background: #ffffff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  pointer-events: painted;
}
section#entry01 .button-wrap input:hover {
  background: #005EB7;
  color: #ffffff;
}
section#entry01 .button-wrap input:disabled {
  opacity: 0.5;
  background: #005EB7;
  color: #ffffff;
  cursor: none;
  pointer-events: none;
}
section#entry01 .button-wrap input:disabled:hover {
  background: #005EB7;
  color: #ffffff;
  border-color: #005EB7;
}
section#entry01 .button-wrap .wpcf7-turnstile.cf-turnstile {
  width: 100%;
  text-align: center;
}


section#entry01 .confirm_area .ct_form.names dd {
  justify-content: flex-start;
  gap: 1vw;
}

section#entry01 .confirm_area .ct_form.kanas dd {
  justify-content: flex-start;
  gap: 1vw;
}

section#entry01 .confirm_area .ct_form.mails dd {
  gap: 1vw;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  section#entry01 {
    padding-top: 0;
  }
  section#entry01 .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#entry01 .main-box {
    padding: 50px 7%;
  }
  section#entry01 .main-box > .txt-p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
  }
  section#entry01 .confirm_area {
    padding: 50px 7%;
  }
  section#entry01 .confirm_area > .txt-p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
  }
  section#entry01 .progress {
    gap: 54px;
    margin-bottom: 50px;
  }
  section#entry01 .progress .txt-n {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
  section#entry01 .progress .txt-n:after {
    right: -44.5px;
    width: 35px;
  }
  section#entry01 .progress .txt-p {
    font-size: 12px;
  }
  section#entry01 .progress li {
    gap: 5px;
  }
  section#entry01 .ct_form {
    margin-bottom: 28px;
    flex-flow: column;
    align-items: flex-start;
  }
  section#entry01 .ct_form dt, section#entry01 .ct_form dd {
    width: 100%;
    font-size: 14px;
  }
  section#entry01 .ct_form dt {
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  section#entry01 .ct_form dt.required::after {
    position: initial;
    display: flex;
    width: 53px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transform: initial;
  }
  section#entry01 .ct_form dd {
    font-size: 16px;
  }
  section#entry01 .ct_form dd input[type=text], section#entry01 .ct_form dd input[type=email], section#entry01 .ct_form dd input[type=tel] {
    height: 45px;
    font-size: 16px;
    padding: 5px 10px;
    border-width: 1px;
  }
  section#entry01 .ct_form dd textarea {
    border-width: 1px;
    font-size: 16px;
    padding: 5px 10px;
    height: 250px;
  }
  section#entry01 .ct_form dd div {
    width: 100%;
  }
  section#entry01 .ct_form input[type=radio] {
    width: 20px;
    height: 20px;
  }
  section#entry01 .ct_form .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    line-height: 1.3em;
  }
  section#entry01 .ct_form .wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
  }
  section#entry01 .ct_form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    width: 14px;
    height: 7px;
    left: 2px;
    top: 12px;
  }
  section#entry01 .ct_form .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  section#entry01 .ct_form .wpcf7-radio .wpcf7-list-item-label {
    font-size: 16px;
  }
  section#entry01 .ct_form.occupations .wpcf7-radio {
    gap: 20px 15px;
  }
  section#entry01 .ct_form.names dd {
    flex-flow: column;
    gap: 10px;
    align-items: flex-start;
  }
  section#entry01 .ct_form.names dd .wpcf7-form-control-wrap {
    width: calc(100% - 35px);
  }
  section#entry01 .ct_form.names dd div {
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
  }
  section#entry01 .ct_form.kanas dd {
    flex-flow: column;
    gap: 10px;
    align-items: flex-start;
  }
  section#entry01 .ct_form.kanas dd .wpcf7-form-control-wrap {
    width: calc(100% - 35px);
  }
  section#entry01 .ct_form.kanas dd div {
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
  }
  section#entry01 .ct_form.mails dd div {
    flex-wrap: wrap;
  }
  section#entry01 .ct_form.tels dd {
    width: 100%;
  }
  section#entry01 .ct_form.privacys {
    margin-top: 0;
    margin-bottom: 50px;
  }
  section#entry01 .ct_form.privacys dt {
    margin: 0;
  }
  section#entry01 .ct_form.privacys dd {
    gap: 10px;
  }
  section#entry01 .ct_form .wpcf7-not-valid-tip {
    display: block;
    bottom: -20px;
    font-size: 16px;
    right: 0;
    position: initial;
  }
  section#entry01 .button-wrap input {
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  section#entry01 .confirm_area > p {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=entry.css.map */