@charset "UTF-8";
header {
  padding: 0;
}
header::after {
  display: none;
}

#contact-btn {
  display: none !important;
}

.pageWrap {
  padding-bottom: 0 !important;
}

.header-top {
  align-items: center;
  height: 80px;
  margin: 0 auto;
  padding: 0;
}
.header-top .top-other .contents-pc {
  display: none;
}
.header-top .top-other .contents-sp {
  display: flex;
  left: 0;
}
.header-top .top-other .contents-sp .link-wrap:not(:first-child) {
  display: none;
}

.global-menu-wrap {
  display: none;
}

.trigger {
  position: relative;
  inset: 0;
  display: block;
}

.drawer-nav {
  display: block;
}

div.breadcrumbs {
  margin-bottom: 0;
}

div.container div.contents {
  position: relative;
  padding: 20px 0 0;
}
div.container div.contents > p {
  position: relative;
  margin-bottom: 25px;
  color: #FFE500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
div.container div.contents > p span {
  font-size: 2.2rem;
}
div.container div.contents > p::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-right: 10px;
  background: #FFE500;
  border: 1px;
  transform: translateY(-4px) rotate(45deg);
}
div.container div.contents > p::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-left: 10px;
  background: #FFE500;
  border: 1px;
  transform: translateY(-4px) rotate(-45deg);
}
div.container div.contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 150px;
  transform: translateX(-50vw);
  background: #28ACE2;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .header-top .top-other .contents-sp {
    display: flex;
  }
  .header-top .top-other .contents-sp .link-wrap {
    width: 60px;
    height: 60px;
  }
  .header-top .top-other .contents-sp .link-wrap a figure {
    margin-bottom: 3px;
    height: 38px;
  }
  .header-top .top-other .contents-sp .link-wrap:not(:first-child) {
    display: none;
  }
  .trigger a {
    width: 60px;
    height: 60px;
    border: 2px solid #005bad;
  }
  .trigger a span {
    height: 4px;
  }
  .trigger a span:nth-of-type(1) {
    top: 13px;
    width: 31px;
  }
  .trigger a span:nth-of-type(2) {
    top: 23px;
    width: 27px;
  }
  .trigger a span:nth-of-type(3) {
    top: 33px;
    width: 31px;
  }
  .trigger a p {
    bottom: 6px;
  }
  .trigger a.active span:nth-of-type(1) {
    top: 15px;
    width: 27px;
  }
  .drawer-nav {
    max-width: 500px;
  }
  .drawer-wrap {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .header-top {
    height: 50px;
    padding: 0 5px;
  }
  .header-top .header-logo {
    width: 190px;
    max-width: 190px;
  }
}
.step-form {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 1000px;
  padding: 80px 60px 50px;
  background: #FFFFFF;
}
.step-form .wpcf7-not-valid-tip {
  padding-top: 10px;
}
.step-form .progress {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 630px;
  max-width: 100%;
  height: 20px;
  margin: 0 auto;
  padding: 0 5px;
  background: #EBF1F6;
  transform: translateX(-50%);
  border-radius: 100px;
}
.step-form .progress .progress-bar-bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.step-form .progress .progress-bar-bg .progress-bar {
  position: absolute;
  width: 0;
  height: 12px;
  background: #28ACE2;
  border-radius: 100px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: width 0.3s ease;
}
.step-form .progress .progress-percent {
  position: absolute;
  background: #005BAD;
  border-radius: 100px;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
}
.step-form .progress .progress-percent .percent-text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 9px 15px;
  color: #FFFFFF;
}
.step-form .progress .progress-percent .percent-text::before {
  content: "0";
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.step-form .progress .progress-percent .percent-text::after {
  content: "%";
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.step-form .progress .progress-percent::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 14px;
  height: 8px;
  background: #005BAD;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.step-form .progress.progress-step-1 .progress-bar {
  width: 20%;
}
.step-form .progress.progress-step-1 .progress-percent {
  left: 20%;
}
.step-form .progress.progress-step-1 .percent-text::before {
  content: "20";
}
.step-form .progress.progress-step-2 .progress-bar {
  width: 40%;
}
.step-form .progress.progress-step-2 .progress-percent {
  left: 40%;
}
.step-form .progress.progress-step-2 .percent-text::before {
  content: "40";
}
.step-form .progress.progress-step-3 .progress-bar {
  width: 60%;
}
.step-form .progress.progress-step-3 .progress-percent {
  left: 60%;
}
.step-form .progress.progress-step-3 .percent-text::before {
  content: "60";
}
.step-form .progress.progress-step-4 .progress-bar {
  width: 80%;
}
.step-form .progress.progress-step-4 .progress-percent {
  left: 80%;
}
.step-form .progress.progress-step-4 .percent-text::before {
  content: "80";
}
.step-form .progress.progress-step-5 .progress-bar {
  width: 90%;
}
.step-form .progress.progress-step-5 .progress-percent {
  left: 90%;
}
.step-form .progress.progress-step-5 .percent-text::before {
  content: "90";
}
.step-form .progress.progress-complete .progress-bar {
  width: 100%;
}
.step-form .progress.progress-complete .progress-percent {
  left: 50%;
}
.step-form .progress.progress-complete .percent-text::before {
  content: "送信完了";
}
.step-form .progress.progress-complete .percent-text::after {
  display: none;
}
.step-form .location-note {
  width: 100%;
  margin: -10px 0;
}
.step-form .location-note p {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.step-form .question-ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 4px solid #005BAD;
}
.step-form .question-ttl::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #005BAD;
  background-size: 20px 20px !important;
  border-radius: 10px;
}
.step-form .question-ttl[data-step="01"]::before {
  background: #005BAD url("../../info/images/step01.svg") center center/contain no-repeat;
}
.step-form .question-ttl[data-step="02"]::before {
  background: #005BAD url("../../info/images/step02.svg") center center/contain no-repeat;
}
.step-form .question-ttl[data-step="03"]::before {
  background: #005BAD url("../../info/images/step03.svg") center center/contain no-repeat;
}
.step-form .question-ttl[data-step="04"]::before {
  background: #005BAD url("../../info/images/step04.svg") center center/contain no-repeat;
}
.step-form .question-ttl[data-step="05"]::before {
  background: #005BAD url("../../info/images/step05.svg") center center/contain no-repeat;
}
.step-form .question-ttl[data-step="06"]::before {
  background: #005BAD url("../../info/images/step06.svg") center center/contain no-repeat;
}
.step-form .question-ttl .question-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.step-form .question-ttl .question-txt .question-text {
  flex: 1;
  color: #005BAD;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.step-form .question-ttl .question-txt .question-text span {
  font-size: 1.8rem;
}
.step-form .question-ttl .question-txt .badge-required {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  background: #FFE1E1;
  color: #EB0000;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.step-form .question-ttl .question-txt .badge-optional {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  background: #EBF1F6;
  color: #363838;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.step-form .select-area .wpcf7-form-control.wpcf7-checkbox,
.step-form .select-area .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
}
.step-form .select-area .wpcf7-list-item {
  display: flex;
  width: calc(50% - 12px);
  margin: 0;
}
.step-form .select-area .location-area-wrap {
  width: 100%;
  margin-bottom: 30px;
}
.step-form .select-area .location-area-wrap:last-of-type {
  margin-bottom: 0;
}
.step-form .select-area .location-area-wrap .area-label {
  margin-bottom: 15px;
  padding-left: 15px;
  color: #005BAD;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-left: 5px solid #005BAD;
}
.step-form .select-area .location-area-wrap .area-label span {
  font-size: 80%;
}
.step-form .select-area .location-area-wrap .wpcf7-form-control-wrap[data-name=location] .wpcf7-form-control.wpcf7-radio {
  gap: 14px;
}
.step-form .select-area .location-area-wrap .wpcf7-form-control-wrap[data-name=location] .wpcf7-list-item {
  width: calc((100% - 42px) / 4);
}
.step-form .select-area .wpcf7-form-control-wrap[data-name=location] .wpcf7-form-control.wpcf7-radio {
  gap: 14px;
}
.step-form .select-area .wpcf7-form-control-wrap[data-name=location] .wpcf7-list-item {
  width: calc((100% - 42px) / 4);
}
.step-form .select-area .location-home-wrap {
  width: 100%;
  margin-top: 0;
}
.step-form .select-area .location-home-wrap .area-label {
  margin-bottom: 15px;
  padding-left: 15px;
  color: #005BAD;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-left: 5px solid #005BAD;
}
.step-form .select-area .location-home-wrap .wpcf7-form-control-wrap[data-name=location] .wpcf7-form-control.wpcf7-radio {
  gap: 14px;
}
.step-form .select-area .location-home-wrap .wpcf7-form-control-wrap[data-name=location] .wpcf7-list-item {
  width: calc(50% - 7px);
}
.step-form .select-area .location-home-wrap .note {
  padding-top: 10px;
  font-size: 1.4rem;
}
.step-form .select-area .wpcf7-list-item label {
  width: 100%;
}
.step-form .select-area .wpcf7-list-item-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 100%;
  height: 90px;
  padding: 0 10px;
  background: #EBF1F6;
  border: 3px solid #363838;
  border-radius: 20px;
  box-shadow: 4px 6px 0 0 rgba(0, 0, 0, 0.15);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #363838;
  cursor: pointer;
  transition: all 0.3s;
}
.step-form .select-area .wpcf7-list-item-label::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" fill="%23D9D9D9"/></svg>') no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}
.step-form .select-area .wpcf7-list-item-label .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.step-form .select-area .wpcf7-list-item-label .sub-text {
  font-size: 1.4rem;
}
.step-form .select-area input[type=checkbox],
.step-form .select-area input[type=radio] {
  display: none;
}
.step-form .select-area input[type=checkbox]:checked + .wpcf7-list-item-label,
.step-form .select-area input[type=radio]:checked + .wpcf7-list-item-label {
  background: #005BAD;
  color: #FFFFFF;
}
.step-form .select-area input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.step-form .select-area input[type=radio]:checked + .wpcf7-list-item-label::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" fill="%23FFFFFF"/></svg>') no-repeat center center;
}
.step-form .select-area .wpcf7-list-item.has-illust .wpcf7-list-item-label {
  position: relative;
  height: 90px;
}
.step-form .select-area .wpcf7-list-item.has-illust .wpcf7-list-item-label::before {
  display: none;
}
.step-form .select-area .wpcf7-list-item.has-illust .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 94px;
  height: 94px;
  top: -14px;
  left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.step-form .select-area .wpcf7-list-item.illust-elementary .wpcf7-list-item-label::after {
  background: url("../../info/images/illust_elementary.svg") center center/contain no-repeat;
}
.step-form .select-area .wpcf7-list-item.illust-junior .wpcf7-list-item-label::after {
  background: url("../../info/images/illust_junior.svg") center center/contain no-repeat;
}
.step-form .select-area .wpcf7-list-item.illust-high .wpcf7-list-item-label::after {
  background: url("../../info/images/illust_high.svg") center center/contain no-repeat;
}
.step-form .select-area .wpcf7-list-item.illust-graduate .wpcf7-list-item-label::after {
  background: url("../../info/images/illust_graduate.svg") center center/contain no-repeat;
}
.step-form .select-area .grade-accordion {
  width: 100%;
  margin-top: 30px;
}
.step-form .select-area .grade-accordion .wpcf7-form-control.wpcf7-radio.grade-radio {
  gap: 20px 14px;
}
.step-form .select-area .grade-accordion .wpcf7-list-item {
  width: calc((100% - 48px) / 3);
}
.step-form .select-area .grade-accordion .wpcf7-list-item-label::before {
  display: none;
}
.step-form .select-area .other-textarea {
  width: 100%;
  margin-top: 30px;
}
.step-form .select-area .other-textarea .textarea-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.step-form .select-area .other-textarea .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.step-form .select-area .other-textarea .wpcf7-textarea {
  display: block;
  width: 100%;
  height: 200px;
  padding: 20px;
  background: #FFFFFF;
  border: 3px solid #363838;
  border-radius: 20px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.25);
  color: #363838;
  font-size: 1.6rem;
  line-height: 1.5;
}
.step-form .select-area .other-textarea .wpcf7-textarea::placeholder {
  color: #AAAAAA;
}
.step-form .select-area .other-textarea .wpcf7-textarea:focus {
  outline: none;
  border-color: #005BAD;
}
.step-form .select-area .other-textarea .char-count {
  padding-top: 10px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #363838;
  margin: 0;
}
.step-form .select-area .other-textarea .char-count .wpcf7-character-count {
  font-weight: 700;
}
.step-form .contact-form-area,
.step-form .name-form-area {
  display: flex;
  gap: 30px;
}
.step-form .contact-form-area .form-group,
.step-form .name-form-area .form-group {
  display: flex;
}
.step-form .contact-form-area .form-group .form-label,
.step-form .name-form-area .form-group .form-label {
  display: block;
  width: 200px;
  color: #363838;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.step-form .contact-form-area .form-group .form-input,
.step-form .name-form-area .form-group .form-input {
  flex: 1;
}
.step-form .contact-form-area .form-group .form-input .wpcf7-form-control-wrap,
.step-form .name-form-area .form-group .form-input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.step-form .contact-form-area .form-group .form-input .wpcf7-email,
.step-form .contact-form-area .form-group .form-input .wpcf7-tel,
.step-form .contact-form-area .form-group .form-input .wpcf7-text,
.step-form .name-form-area .form-group .form-input .wpcf7-email,
.step-form .name-form-area .form-group .form-input .wpcf7-tel,
.step-form .name-form-area .form-group .form-input .wpcf7-text {
  display: block;
  width: 100%;
  height: 75px;
  padding: 0 30px;
  background: #FFFFFF;
  border: 3px solid #363838;
  border-radius: 20px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.25);
  color: #363838;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.step-form .contact-form-area .form-group .form-input .wpcf7-email::placeholder,
.step-form .contact-form-area .form-group .form-input .wpcf7-tel::placeholder,
.step-form .contact-form-area .form-group .form-input .wpcf7-text::placeholder,
.step-form .name-form-area .form-group .form-input .wpcf7-email::placeholder,
.step-form .name-form-area .form-group .form-input .wpcf7-tel::placeholder,
.step-form .name-form-area .form-group .form-input .wpcf7-text::placeholder {
  color: #AAAAAA;
}
.step-form .contact-form-area .form-group .form-input .wpcf7-email:focus,
.step-form .contact-form-area .form-group .form-input .wpcf7-tel:focus,
.step-form .contact-form-area .form-group .form-input .wpcf7-text:focus,
.step-form .name-form-area .form-group .form-input .wpcf7-email:focus,
.step-form .name-form-area .form-group .form-input .wpcf7-tel:focus,
.step-form .name-form-area .form-group .form-input .wpcf7-text:focus {
  outline: none;
  border-color: #005BAD;
}
.step-form .contact-form-area {
  flex-direction: column;
}
.step-form .contact-form-area .form-group {
  align-items: center;
  gap: 20px;
}
.step-form .name-form-area {
  margin-bottom: 10px;
}
.step-form .name-form-area .form-group {
  flex: 1;
  flex-direction: column;
  gap: 10px;
}
.step-form .contact-notice {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #EBF1F6;
}
.step-form .contact-notice p {
  color: #000000;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0;
}
.step-form .contact-notice p span {
  font-weight: 700;
}
.step-form .contact-notice-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.37;
  padding-left: 1em;
  text-indent: -1em;
}
.step-form .contact-notice-text::before {
  content: "※";
}
.step-form .thanks-message-area .thanks-title {
  margin-bottom: 45px;
  color: #005BAD;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
.step-form .thanks-message-area .thanks-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.step-form .thanks-message-area .thanks-content > p {
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.step-form .thanks-message-area .thanks-content .thanks-attention {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #EBF1F6;
}
.step-form .thanks-message-area .thanks-content .thanks-attention p {
  color: #000000;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.step-form .thanks-message-area .thanks-content .thanks-attention p span {
  font-weight: 700;
}

.btn-area {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #FFFBE4;
}
.btn-area p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}
.btn-area p span {
  font-weight: 700;
  letter-spacing: 0;
}
.btn-area p span.red {
  color: #DB221E;
}
.btn-area .btn-area-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.btn-area .btn-area-inner br {
  display: none;
}
.btn-area button, .btn-area a, .btn-area input[type=button], .btn-area input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  border: none;
  border-radius: 100px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  cursor: pointer;
}
.btn-area button, .btn-area a, .btn-area .submit-inner, .btn-area .prev-inner, .btn-area .btn-submit {
  position: relative;
}
.btn-area button::before, .btn-area a::before, .btn-area .submit-inner::before, .btn-area .prev-inner::before, .btn-area .btn-submit::before {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  z-index: 1;
}
.btn-area button::after, .btn-area a::after, .btn-area .submit-inner::after, .btn-area .prev-inner::after, .btn-area .btn-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 18px;
  z-index: 1;
}
.btn-area .prev-inner input[type=button] {
  width: 300px;
  padding-left: 40px;
  background: #7C7C7C;
  box-shadow: 4px 6px 0 0 rgb(104, 104, 104);
  color: #FFFFFF;
}
.btn-area .prev-inner::before {
  background: #FFFFFF;
  left: 40px;
}
.btn-area .prev-inner::after {
  background: #7C7C7C;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background-size: contain;
  left: 56px;
}
.btn-area .submit-inner input[type=submit] {
  padding-right: 40px;
  background: #FFE500;
  box-shadow: 4px 6px 0 0 rgb(208, 187, 0);
  color: #005BAD;
}
.btn-area .submit-inner input[type=submit]:disabled {
  background: #D9D9D9;
  box-shadow: 4px 6px 0 0 rgb(169, 169, 169);
  color: #7C7C7C;
  pointer-events: none;
  opacity: 1;
}
.btn-area .submit-inner input[type=submit]:disabled:hover {
  opacity: 1;
}
.btn-area .submit-inner::before {
  background: #005BAD;
  right: 40px;
}
.btn-area .submit-inner::after {
  background: #FFE500;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-size: contain;
  right: 56px;
}
.btn-area .submit-inner:has(input[type=submit]:disabled) {
  pointer-events: none;
}
.btn-area .submit-inner:has(input[type=submit]:disabled)::before {
  background: #7C7C7C;
}
.btn-area .submit-inner:has(input[type=submit]:disabled)::after {
  background: #D9D9D9;
}
.btn-area .btn-submit input[type=submit] {
  padding-right: 40px;
  background: #DB221E;
  box-shadow: 4px 6px 0 0 rgb(181, 4, 0);
  color: #FFFFFF;
}
.btn-area .btn-submit input[type=submit]:disabled {
  background: #D9D9D9;
  box-shadow: 4px 6px 0 0 rgb(169, 169, 169);
  color: #7C7C7C;
  pointer-events: none;
  opacity: 1;
}
.btn-area .btn-submit input[type=submit]:disabled::before {
  background: #7C7C7C;
}
.btn-area .btn-submit input[type=submit]:disabled::after {
  background: #D9D9D9;
}
.btn-area .btn-submit input[type=submit]:disabled:hover {
  opacity: 1;
}
.btn-area .btn-submit::before {
  background: #FFFFFF;
  right: 40px;
}
.btn-area .btn-submit::after {
  background: #DB221E;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-size: contain;
  right: 56px;
}
.btn-area .btn-submit:has(input[type=submit]:disabled) {
  pointer-events: none;
}
.btn-area .btn-submit:has(input[type=submit]:disabled)::before {
  background: #7C7C7C;
}
.btn-area .btn-submit:has(input[type=submit]:disabled)::after {
  background: #D9D9D9;
}
.btn-area a {
  padding-left: 40px;
  background: #005BAD;
  box-shadow: 4px 6px 0 0 rgb(0, 70, 134);
  color: #FFFFFF;
}
.btn-area a::before {
  background: #FFFFFF;
  left: 40px;
}
.btn-area a::after {
  background: #005BAD;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background-size: contain;
  left: 56px;
}
.btn-area .wpcf7-spinner {
  display: none;
}
.btn-area .notice-text {
  padding-top: 10px;
}

@media screen and (min-width: 769px) {
  .btn-area {
    padding: 25px 88px;
  }
  .btn-area .btn-area-inner {
    gap: 25px;
  }
  .btn-area button::before, .btn-area a::before, .btn-area .submit-inner::before, .btn-area .prev-inner::before, .btn-area .btn-submit::before {
    transition: all 0.3s;
  }
  .btn-area button::after, .btn-area a::after, .btn-area .submit-inner::after, .btn-area .prev-inner::after, .btn-area .btn-submit::after {
    transition: all 0.3s;
  }
  .btn-area .submit-inner, .btn-area .btn-submit {
    flex: 1 0;
    max-width: 600px;
  }
  .btn-area .submit-inner:hover::before {
    transform: translateX(10px) translateY(-50%);
  }
  .btn-area .submit-inner:hover::after {
    transform: translateX(10px) translateY(-50%);
  }
  .btn-area .prev-inner:hover::before {
    transform: translateX(-10px) translateY(-50%);
  }
  .btn-area .prev-inner:hover::after {
    transform: translateX(-10px) translateY(-50%);
  }
  .btn-area a {
    flex: 1 0;
    max-width: 600px;
  }
  .btn-area a:hover::before {
    transform: translateX(-10px) translateY(-50%);
  }
  .btn-area a:hover::after {
    transform: translateX(-10px) translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  div.container div.contents {
    padding: 10px 10px 0;
  }
  div.container div.contents > p {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  div.container div.contents > p span {
    font-size: 1.8rem;
  }
  div.container div.contents > p::before {
    width: 20px;
  }
  div.container div.contents > p::after {
    width: 20px;
  }
  .step-form {
    gap: 15px;
    padding: 55px 10px 20px;
  }
  .step-form .location-note {
    margin: 0;
  }
  .step-form .location-note p {
    font-size: 1.3rem;
  }
  .step-form .progress {
    top: 26px;
    width: calc(100% - 20px);
    height: 14px;
    padding: 0 3px;
  }
  .step-form .progress .progress-bar-bg .progress-bar {
    height: 8px;
  }
  .step-form .progress .progress-percent {
    top: -36px;
  }
  .step-form .progress .progress-percent .percent-text {
    padding: 6px 13px 5px;
  }
  .step-form .progress .progress-percent .percent-text::before {
    font-size: 1.4rem;
  }
  .step-form .progress .progress-percent .percent-text::after {
    font-size: 1.2rem;
  }
  .step-form .progress .progress-percent::after {
    bottom: -5px;
    width: 10px;
    height: 6px;
  }
  .step-form .question-ttl {
    gap: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid #005BAD;
  }
  .step-form .question-ttl::before {
    width: 40px;
    height: 40px;
  }
  .step-form .question-ttl .question-txt .question-text {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .step-form .question-ttl .question-txt .question-text span {
    font-size: 1.2rem;
  }
  .step-form .question-ttl .question-txt .badge-required {
    padding: 5px;
    font-size: 1.4rem;
  }
  .step-form .question-ttl .question-txt .badge-optional {
    padding: 5px;
    font-size: 1.4rem;
  }
  .step-form .select-area .wpcf7-form-control.wpcf7-checkbox,
  .step-form .select-area .wpcf7-form-control.wpcf7-radio {
    gap: 6px;
  }
  .step-form .select-area .wpcf7-list-item-label {
    justify-content: flex-start;
    gap: 3px;
    height: 50px;
    padding: 0 5px 0 3px;
    border: 2px solid #363838;
    border-radius: 10px;
    box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.15);
    font-size: 1.3rem;
  }
  .step-form .select-area .wpcf7-list-item-label .text-wrapper {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px;
  }
  .step-form .select-area .wpcf7-list-item-label .sub-text {
    font-size: 1rem;
  }
  .step-form .select-area .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
  }
  .step-form .select-area .wpcf7-list-item {
    width: calc(50% - 3px);
  }
  .step-form .select-area .wpcf7-list-item.has-illust .wpcf7-list-item-label {
    height: 55px;
    padding-left: 60px;
  }
  .step-form .select-area .wpcf7-list-item.has-illust .wpcf7-list-item-label::after {
    width: 50px;
    height: 50px;
    top: -5px;
    left: 5px;
  }
  .step-form .select-area .location-area-wrap {
    margin-bottom: 15px;
  }
  .step-form .select-area .location-area-wrap:last-of-type {
    margin-bottom: 0;
  }
  .step-form .select-area .location-area-wrap .area-label {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 1.3rem;
    border-left: 4px solid #005BAD;
  }
  .step-form .select-area .location-area-wrap .wpcf7-form-control-wrap[data-name=location] .wpcf7-form-control.wpcf7-radio {
    gap: 6px;
  }
  .step-form .select-area .location-area-wrap .wpcf7-form-control-wrap[data-name=location] .wpcf7-list-item {
    width: calc(50% - 3px);
  }
  .step-form .select-area .location-area-wrap .wpcf7-form-control-wrap[data-name=location] .wpcf7-list-item-label {
    justify-content: center;
  }
  .step-form .select-area .wpcf7-form-control-wrap[data-name=location] .wpcf7-form-control.wpcf7-radio {
    gap: 6px;
  }
  .step-form .select-area .wpcf7-form-control-wrap[data-name=location] .wpcf7-list-item {
    width: calc(50% - 3px);
  }
  .step-form .select-area .wpcf7-form-control-wrap[data-name=location] .wpcf7-list-item-label {
    justify-content: center;
  }
  .step-form .select-area .location-home-wrap {
    margin-top: 0;
  }
  .step-form .select-area .location-home-wrap .area-label {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 1.4rem;
    border-left: 4px solid #005BAD;
  }
  .step-form .select-area .location-home-wrap .wpcf7-form-control-wrap[data-name=location] .wpcf7-form-control.wpcf7-radio {
    gap: 6px;
  }
  .step-form .select-area .location-home-wrap .wpcf7-form-control-wrap[data-name=location] .wpcf7-list-item {
    width: calc(50% - 3px);
  }
  .step-form .select-area .location-home-wrap .note {
    font-size: 1.2rem;
  }
  .step-form .select-area .grade-accordion {
    margin-top: 15px;
  }
  .step-form .select-area .grade-accordion .wpcf7-form-control.wpcf7-radio.grade-radio {
    gap: 6px;
  }
  .step-form .select-area .grade-accordion .wpcf7-list-item {
    width: calc((100% - 6px) / 2);
  }
  .step-form .select-area .grade-accordion .wpcf7-list-item-label {
    justify-content: center;
  }
  .step-form .select-area .grade-accordion .wpcf7-list-item-label::before {
    display: none;
  }
  .step-form .select-area .other-textarea {
    margin-top: 10px;
  }
  .step-form .select-area .other-textarea .textarea-wrapper {
    gap: 10px;
  }
  .step-form .select-area .other-textarea .wpcf7-textarea {
    height: 150px;
    padding: 10px;
    border: 2px solid #363838;
    border-radius: 10px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.25);
    font-size: 1.6rem;
  }
  .step-form .select-area .other-textarea .char-count {
    font-size: 1.4rem;
  }
  .step-form .contact-form-area,
  .step-form .name-form-area {
    gap: 15px;
  }
  .step-form .contact-form-area .form-group,
  .step-form .name-form-area .form-group {
    width: 100%;
    gap: 5px;
  }
  .step-form .contact-form-area .form-group .form-label,
  .step-form .name-form-area .form-group .form-label {
    width: 100%;
    font-size: 1.4rem;
  }
  .step-form .contact-form-area .form-group .form-input .wpcf7-form-control-wrap,
  .step-form .name-form-area .form-group .form-input .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
  .step-form .contact-form-area .form-group .form-input .wpcf7-email,
  .step-form .contact-form-area .form-group .form-input .wpcf7-tel,
  .step-form .contact-form-area .form-group .form-input .wpcf7-text,
  .step-form .name-form-area .form-group .form-input .wpcf7-email,
  .step-form .name-form-area .form-group .form-input .wpcf7-tel,
  .step-form .name-form-area .form-group .form-input .wpcf7-text {
    height: 50px;
    padding: 0 10px;
    border: 2px solid #363838;
    border-radius: 10px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.25);
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .step-form .contact-form-area .form-group {
    align-items: flex-start;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
  .step-form .name-form-area {
    flex-direction: column;
  }
  .step-form .name-form-area .form-group {
    flex-direction: column;
  }
  .step-form .contact-notice {
    padding: 15px;
  }
  .step-form .contact-notice p {
    font-size: 1.2rem;
    line-height: 1.37;
  }
  .step-form .contact-notice-text {
    font-size: 1.3rem;
  }
  .step-form .thanks-message-area .thanks-title {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .step-form .thanks-message-area .thanks-content {
    gap: 15px;
  }
  .step-form .thanks-message-area .thanks-content > p {
    font-size: 1.4rem;
    text-align: left;
  }
  .step-form .thanks-message-area .thanks-content .thanks-attention {
    padding: 15px;
  }
  .step-form .thanks-message-area .thanks-content .thanks-attention p {
    font-size: 1.2rem;
  }
  .btn-area {
    gap: 10px;
    padding: 20px;
  }
  .btn-area p {
    font-size: 1.3rem;
    line-height: 1.37;
  }
  .btn-area .btn-area-inner {
    flex-direction: column;
    gap: 15px;
  }
  .btn-area button, .btn-area a, .btn-area input[type=button], .btn-area input[type=submit] {
    height: 50px;
    font-size: 1.6rem;
  }
  .btn-area button, .btn-area a, .btn-area .submit-inner, .btn-area .prev-inner, .btn-area .btn-submit {
    width: 100% !important;
    max-width: 300px;
  }
  .btn-area button::before, .btn-area a::before, .btn-area .submit-inner::before, .btn-area .prev-inner::before, .btn-area .btn-submit::before {
    width: 30px;
    height: 30px;
  }
  .btn-area button::after, .btn-area a::after, .btn-area .submit-inner::after, .btn-area .prev-inner::after, .btn-area .btn-submit::after {
    width: 10px;
    height: 14px;
  }
  .btn-area .prev-inner input[type=button] {
    padding-left: 0;
    box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.15);
  }
  .btn-area .prev-inner::before {
    left: 15px;
  }
  .btn-area .prev-inner::after {
    left: 23px;
  }
  .btn-area .submit-inner input[type=submit] {
    padding-right: 0;
    box-shadow: 2px 3px 0 0 rgb(208, 187, 0);
  }
  .btn-area .submit-inner input[type=submit]:disabled {
    box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.15);
  }
  .btn-area .submit-inner::before {
    right: 15px;
  }
  .btn-area .submit-inner::after {
    right: 23px;
  }
  .btn-area .btn-submit input[type=submit] {
    padding-right: 0;
    box-shadow: 2px 3px 0 0 rgb(181, 4, 0);
  }
  .btn-area .btn-submit input[type=submit]:disabled {
    box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.15);
  }
  .btn-area .btn-submit::before {
    right: 15px;
  }
  .btn-area .btn-submit::after {
    right: 23px;
  }
  .btn-area a {
    padding-left: 0;
    box-shadow: 2px 3px 0 0 rgb(0, 70, 134);
  }
  .btn-area a::before {
    left: 15px;
  }
  .btn-area a::after {
    left: 23px;
  }
  .btn-area .notice-text {
    margin: 0 -10px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

/*# sourceMappingURL=step_form.css.map */
