.contact__read {
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .contact__read {
    text-align: left;
    padding: 0 4rem;
  }
}
.contact__read p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .contact__read p {
    font-size: 2.8rem;
  }
}
.contact__step {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 55rem;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 767px) {
  .contact__step {
    width: 100%;
    padding: 0 5rem;
    margin-bottom: 9rem;
  }
}
.contact__step::before {
  content: "";
  width: 70%;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 3rem;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contact__step::before {
    top: 5rem;
  }
}
.contact__step li {
  width: 11.2rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact__step li {
    width: 17.3rem;
  }
}
.contact__step li .icon {
  width: 6rem;
  height: 6rem;
  border: 2px solid #ccc;
  border-radius: 3rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .contact__step li .icon {
    width: 10.5rem;
    height: 10.5rem;
    border-radius: 10.5rem;
    margin-bottom: 1.5rem;
  }
}
.contact__step li .icon.active {
  background: #113C7A;
}
.contact__step li .icon.active + p {
  color: #113C7A;
}
.contact__step li .icon img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .contact__step li .icon img {
    width: 4.6rem;
  }
}
.contact__step li p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .contact__step li p {
    font-size: 2.8rem;
  }
}
.contact__form {
  width: 100rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contact__form {
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact__single {
    padding: 0 5rem;
  }
}
.contact__single:not(:last-of-type) {
  margin-bottom: 6rem;
}
.contact__single dt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .contact__single dt {
    font-size: 2.8rem;
  }
}
.contact__single dt .must {
  width: 6.6rem;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #0F3A74;
  border-radius: 2.5rem;
  display: inline-block;
  text-align: center;
  margin-left: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .contact__single dt .must {
    width: 12.4rem;
    line-height: 4.6rem;
    font-size: 2.4rem;
  }
}
.contact__single dd {
  line-height: 1.5;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .contact__single dd {
    font-size: 2.8rem;
  }
}
.contact__single dd.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contact__single dd input[type=radio] + span {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 4rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .contact__single dd input[type=radio] + span {
    font-size: 2.8rem;
  }
}
.contact__single dd input[type=radio] + span::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid #666767;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .contact__single dd input[type=radio] + span::before {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.contact__single dd input[type=radio] + span::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #666767;
  border-radius: 0.7rem;
  position: absolute;
  top: 0.75rem;
  left: 0.4rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .contact__single dd input[type=radio] + span::after {
    width: 1.4rem;
    height: 1.4rem;
    top: 1.35rem;
    left: 0.65rem;
  }
}
.contact__single dd input[type=radio]:checked + span::after {
  display: block;
}
.contact__single dd input[type=text], .contact__single dd input[type=email], .contact__single dd input[type=tel] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 2rem 2.5rem;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .contact__single dd input[type=text], .contact__single dd input[type=email], .contact__single dd input[type=tel] {
    font-size: 2.8rem;
    padding: 4rem 3rem;
  }
}
.contact__single dd input[type=text]::-moz-placeholder, .contact__single dd input[type=email]::-moz-placeholder, .contact__single dd input[type=tel]::-moz-placeholder {
  color: #ccc;
}
.contact__single dd input[type=text]::placeholder, .contact__single dd input[type=email]::placeholder, .contact__single dd input[type=tel]::placeholder {
  color: #ccc;
}
.contact__single dd input[type=text].tel, .contact__single dd input[type=email].tel, .contact__single dd input[type=tel].tel {
  width: 29.3rem;
}
@media only screen and (max-width: 767px) {
  .contact__single dd input[type=text].tel, .contact__single dd input[type=email].tel, .contact__single dd input[type=tel].tel {
    width: 50%;
  }
}
.contact__single dd textarea {
  width: 100%;
  height: 18.7rem;
  border: 1px solid #ccc;
  padding: 2rem 2.5rem;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .contact__single dd textarea {
    font-size: 2.8rem;
  }
}
.contact__single dd textarea::-moz-placeholder {
  color: #ccc;
}
.contact__single dd textarea::placeholder {
  color: #ccc;
}
.contact__privacy {
  margin-top: 5rem;
  background: #F8F8F8;
  padding: 4rem;
}
@media only screen and (max-width: 767px) {
  .contact__privacy {
    padding: 8rem 5rem 6rem;
  }
}
.contact__privacy .ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .contact__privacy .ttl {
    font-size: 3.4rem;
  }
}
.contact__privacy .privacy-text {
  border: 1px solid #ccc;
  padding: 3rem;
  background: #fff;
  overflow: auto;
  height: 23.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .contact__privacy .privacy-text {
    padding: 5rem 4rem;
    height: 36.4rem;
    margin-bottom: 4rem;
  }
}
.contact__privacy .privacy-text p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .contact__privacy .privacy-text p {
    font-size: 2.8rem;
  }
}
.contact__privacy .privacy-text p.other {
  margin-bottom: 1rem;
}
.contact__privacy .privacy-text p.mb0 {
  margin-bottom: 0;
}
.contact__privacy .privacy-text p strong {
  font-weight: 700;
  display: block;
}
.contact__privacy .privacy-text ul {
  margin-bottom: 2.5rem;
}
.contact__privacy .privacy-text ul li {
  font-size: 1.8rem;
  font-weight: 400;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
  margin-bottom: 0;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .contact__privacy .privacy-text ul li {
    font-size: 2.4rem;
  }
}
.contact__privacy .privacy-check {
  text-align: center;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 767px) {
  .contact__privacy .privacy-check {
    margin-bottom: 4rem;
  }
}
.contact__privacy .privacy-check input + span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .contact__privacy .privacy-check input + span {
    font-size: 2.1rem;
  }
}
.contact__privacy .privacy-check input + span::before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #ccc;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .contact__privacy .privacy-check input + span::before {
    width: 5.4rem;
    height: 5.4rem;
    margin-right: 2.5rem;
  }
}
.contact__privacy .privacy-check input + span::after {
  content: "";
  position: absolute;
  top: -1rem;
  bottom: 0;
  left: 0.6rem;
  margin: auto;
  width: 2.5rem;
  height: 1.5rem;
  border-left: 3px solid red;
  border-bottom: 3px solid red;
  transform: rotate(-45deg);
  display: none;
}
@media only screen and (max-width: 767px) {
  .contact__privacy .privacy-check input + span::after {
    width: 4.4rem;
    height: 2.4rem;
    top: -2rem;
    left: 0.5rem;
  }
}
.contact__privacy .privacy-check input:checked + span::after {
  display: block;
}
.contact .action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .contact .action-btn {
    display: block;
  }
}
.contact .back-btn {
  margin-right: 2rem;
  width: 15rem;
  line-height: 5rem;
  border-radius: 5rem;
  border: 1px solid #ccc;
  position: relative;
  margin: auto;
  margin-top: 4rem;
}
.contact .back-btn .wpcf7-previous {
  display: block;
}
.contact .next-btn {
  width: 23rem;
  line-height: 5rem;
  border-radius: 5rem;
  border: 1px solid #ccc;
  position: relative;
  margin: auto;
  margin-top: 4rem;
  transition: 0.3s;
}
.contact .next-btn:hover {
  opacity: 0.7;
}
.contact .next-btn:hover:after {
  right: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .contact .next-btn {
    width: 40.2rem;
    line-height: 8.7rem;
  }
}
.contact .next-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.7rem;
  bottom: 0;
  margin: auto;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/common/more-arrow.svg") no-repeat center/100%;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .contact .next-btn::after {
    width: 3rem;
    height: 3.2rem;
    right: 3rem;
  }
}
.contact .next-btn input,
.contact .next-btn button,
.contact .next-btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .contact .next-btn input,
.contact .next-btn button,
.contact .next-btn a {
    font-size: 2.8rem;
  }
}
.contact .next-btn span {
  display: none;
}
.contact .wpcf7-list-item {
  margin: 0;
}
.contact .contact__privacy .next-btn span,
.contact .contact__privacy .next-btn br {
  display: none;
}
.contact .wpcf7-not-valid-tip {
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .contact .wpcf7-not-valid-tip {
    font-size: 2.4rem;
  }
}
.contact .confirm .next-btn {
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .contact .confirm .next-btn {
    margin: 4rem auto 0;
  }
}
.contact .confirm .next-btn input,
.contact .confirm .back-btn input {
  transition: 0.3s;
}
.contact .confirm .next-btn input:hover,
.contact .confirm .back-btn input:hover {
  opacity: 0.7;
}
.contact .confirm .next-btn:hover::before,
.contact .confirm .back-btn:hover::before {
  left: 0.8rem;
}
.contact .confirm .next-btn:hover:after,
.contact .confirm .back-btn:hover:after {
  right: 1.2rem;
}
.contact .confirm .back-btn {
  width: 18rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .contact .confirm .back-btn {
    width: 35rem;
    margin: 4rem auto 0;
    line-height: 6rem;
  }
}
.contact .confirm .back-btn .wpcf7-previous {
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact .confirm .back-btn .wpcf7-previous {
    font-size: 2.4rem;
  }
}
.contact .confirm .back-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.2rem;
  bottom: 0;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/more-arrow.svg) no-repeat center/100%;
  transform: rotate(180deg);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .contact .confirm .back-btn::before {
    width: 3rem;
    height: 3.2rem;
    left: 3rem;
  }
}
.contact.thanks .action-btn {
  margin-bottom: 5rem;
}
.contact.thanks .action-btn .next-btn {
  margin-top: 0;
}

.grecaptcha-badge {
  display: block !important;
}

#pagetop {
  right: 10rem;
}
@media only screen and (max-width: 767px) {
  #pagetop {
    right: 16rem;
  }
}
/*# sourceMappingURL=contact.css.map */