@charset "UTF-8";
/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}
@media (max-width: 1024px) {
  .pc_i {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}
@media (max-width: 1024px) {
  .pc_ib {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}

.tb {
  display: none;
}
@media (max-width: 1024px) {
  .tb {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .tb {
    display: none;
  }
}
.tb_i {
  display: none;
}
@media (max-width: 1024px) {
  .tb_i {
    display: inline;
  }
}
.tb_ib {
  display: none;
}
@media (max-width: 1024px) {
  .tb_ib {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}

.sp-tb {
  display: none;
}
@media (max-width: 767.9px) {
  .sp-tb {
    display: block;
  }
}
@media (max-width: 1024px) {
  .sp-tb {
    display: block;
  }
}

.alert {
  color: #bd0c18;
}

.p-contact__box {
  position: relative;
  padding: 125px 60px 60px;
  margin: 70px auto 0;
  max-width: 950px;
  background: #f2f6fa;
  text-align: center;
}
@media (max-width: 767.9px) {
  .p-contact__box {
    padding: 80px 12px 30px;
    margin: 45px auto 0;
  }
}
.p-contact__box h3 {
  padding: 0.5em 0 1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 600;
  color: #004ea1;
  background: #fff;
  width: 420px;
  border-radius: 0 0 15px 15px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .p-contact__box h3 {
    padding-bottom: 0.5em;
    font-size: 15px;
    width: 260px;
  }
}
.p-contact__box ul {
  display: inline-block;
}
.p-contact__box ul li {
  text-align: left;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  text-indent: -1.2em;
}
@media (max-width: 767.9px) {
  .p-contact__box ul li {
    font-size: 12px;
    line-height: 1.5;
  }
}
.p-contact__box ul li::before {
  margin-right: 0.5em;
  content: "●";
  color: #004ea1;
  font-size: 70%;
  line-height: 1;
  vertical-align: middle;
}
.p-contact__box__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767.9px) {
  .p-contact__box__tel {
    display: block;
    font-size: 14px;
  }
}
.p-contact__box__tel a {
  margin-right: 40px;
  font-size: 40px;
  color: #004ea1;
  font-weight: 600;
}
@media (max-width: 767.9px) {
  .p-contact__box__tel a {
    margin: 0;
    font-size: 36px;
  }
}
.p-contact__box__tel a img {
  margin-right: 0.2em;
}
.p-contact__form {
  margin-top: 200px;
}
@media (max-width: 767.9px) {
  .p-contact__form {
    margin-top: 80px;
    line-height: 1.8;
  }
}
.p-contact__form__step {
  text-align: center;
}
.p-contact__form__step ul {
  margin: auto;
  max-width: 605px;
  display: flex;
  justify-content: space-between;
  color: #c2c2c2;
}
.p-contact__form__step ul li {
  position: relative;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 767.9px) {
  .p-contact__form__step ul li {
    font-size: 4vw;
  }
}
.p-contact__form__step ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #c2c2c2;
}
@media (max-width: 767.9px) {
  .p-contact__form__step ul li span {
    width: 18.1333333333vw;
    height: 18.1333333333vw;
  }
}
.p-contact__form__step ul li p {
  margin-top: 0.5em;
}
.p-contact__form__step ul li::after {
  position: absolute;
  top: 45px;
  left: calc(100% + 15px);
  content: "";
  width: 137px;
  height: 1px;
  display: block;
  background: #c2c2c2;
}
@media (max-width: 767.9px) {
  .p-contact__form__step ul li::after {
    left: calc(100% + 5.3333333333vw);
    top: 9.0666666667vw;
    width: 7.4666666667vw;
  }
}
.p-contact__form__step ul li:last-child::after {
  display: none;
}
.p-contact__form__step ul li.current span {
  background: #004ea1;
  color: #fff;
}
.p-contact__form__step ul li.current p {
  color: #004ea1;
}
.p-contact__form__step > p {
  margin-top: 50px;
}
@media (max-width: 767.9px) {
  .p-contact__form__step > p {
    margin-top: 20px;
  }
}
.p-contact__form__entry {
  margin-top: 70px;
  padding: 40px 0 90px;
  background: #f0f4f8;
}
@media (max-width: 767.9px) {
  .p-contact__form__entry {
    margin-top: 40px;
    padding: 20px 0 45px;
  }
}
.p-contact__form__entry dl {
  padding: 0 30px;
  margin: auto;
  max-width: 788px;
}
.p-contact__form__entry dl dt {
  margin-top: 50px;
  display: flex;
  line-height: 1.8em;
}
@media (max-width: 767.9px) {
  .p-contact__form__entry dl dt {
    margin-top: 20px;
  }
}
.p-contact__form__entry dl dt span {
  margin-left: 2em;
}
.p-contact__form__entry dl dt span.required {
  background-color: #004ea1;
  color: #fff;
  padding: 0 0.7em;
  margin-left: 1em;
}
.p-contact__form__entry dl dd p {
  padding: 1em 0;
}
.p-contact__form__entry .need {
  color: #D00E31;
}
.p-contact__form__note {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .p-contact__form__note {
    margin-top: 35px;
    padding: 0 30px;
    text-align: left;
  }
  .p-contact__form__note br {
    display: none;
  }
}
.p-contact__form__note a {
  color: #004ea1;
}
.p-contact__form__agree {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555;
}
@media (max-width: 767.9px) {
  .p-contact__form__agree {
    display: block;
    text-align: center;
  }
  .p-contact__form__agree label {
    margin-top: 0.5em;
    display: block;
  }
}
.p-contact__form__agree input[type=checkbox] {
  margin-right: 1em;
  position: relative;
  width: 31px;
  height: 31px;
  border: 1px solid #c2c2c2;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.p-contact__form__agree input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 8px;
  transform: rotate(50deg);
  width: 12px;
  height: 21px;
  border-right: 4px solid #004ea1;
  border-bottom: 4px solid #004ea1;
  content: "";
}

.c-btnWrap {
  margin-top: 115px;
}
@media (max-width: 767.9px) {
  .c-btnWrap {
    margin-top: 80px;
  }
}
.c-btnWrap .c-btn {
  width: 340px;
  margin: 0;
}
@media (max-width: 767.9px) {
  .c-btnWrap .c-btn {
    margin-bottom: 1em;
    width: 232px;
  }
}

#submit,
#confirm {
  position: relative;
  margin: 0 25px;
  display: block;
  width: 340px;
  height: 80px;
  border-radius: 40px;
  background: #004ea1;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 767.9px) {
  #submit,
  #confirm {
    padding-right: 40px;
    width: 232px;
    height: 64px;
    font-size: 16px;
    line-height: 22px;
  }
}
#submit::after,
#confirm::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url(../images/common/arrow_3.svg) center/100% no-repeat;
}
@media (max-width: 767.9px) {
  #submit::after,
  #confirm::after {
    top: 11px;
    right: 12px;
  }
}
#submit:hover,
#confirm:hover {
  opacity: 0.7;
  transition: 0.2s;
}

#submit:disabled {
  opacity: 0.5;
}

.c-complete a {
  color: #004ea1;
}
.c-complete a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (max-width: 767.9px) {
  .c-complete {
    text-align: left;
  }
}
/*# sourceMappingURL=sourcemaps/contact.css.map */
