@charset "UTF-8";
.contact-wrap {
  padding-top: 112px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .contact-wrap {
    padding-top: 92px;
    padding-bottom: 60px;
  }
}

.contact-box {
  width: 1046px;
  box-sizing: border-box;
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.3s;
}
@media (max-width: 428px) {
  .contact-box {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-box.is_show {
  opacity: 1;
  transform: none;
}
.contact-box-tel {
  padding-top: 56px;
  padding-bottom: 30px;
}
@media (max-width: 428px) {
  .contact-box-tel {
    padding-top: 64px;
    padding-bottom: 20px;
  }
}
.contact-box-form {
  padding-top: 90px;
  padding-bottom: 80px;
  margin-top: 102px;
}
@media (max-width: 428px) {
  .contact-box-form {
    padding-top: 64px;
    padding-bottom: 25px;
    margin-top: 62px;
  }
}
.contact-box-confirm, .contact-box-thanks {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .contact-box-confirm, .contact-box-thanks {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.contact-box--desc {
  font-size: 15px;
  line-height: 1.87;
  text-align: center;
}
@media (max-width: 428px) {
  .contact-box--desc {
    text-align: left;
  }
}
.contact-box--tel_wrap {
  text-align: center;
  margin-top: 16px;
}
.contact-box--tel {
  color: #002174;
  font-size: 40px;
  font-family: "Roboto", serif;
  letter-spacing: 0.08em;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.33;
}
@media (max-width: 428px) {
  .contact-box--tel {
    text-align: center;
    font-size: 36px;
  }
}
.contact-box--tel:before {
  content: "";
  display: inline-block;
  background-image: url(../../img/icon/icon-tel.svg);
  background-size: contain;
  background-position: 50% 50%;
  width: 19px;
  height: 32px;
  margin-right: 8px;
}
@media (max-width: 428px) {
  .contact-box--tel:before {
    width: 17px;
    height: 30px;
  }
}
.contact-box--btn_wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  .contact-box--btn_wrap {
    margin-top: 60px;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.contact-box--btn_wrap > p {
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  .contact-box--btn_wrap > p {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.contact-box--btn {
  background-color: #002174;
  color: #fff;
  width: 306px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0px;
}
@media (max-width: 428px) {
  .contact-box--btn {
    width: 276px;
  }
}
.contact-box--btn:hover {
  background-color: #1F3C85;
}
@media (max-width: 428px) {
  .contact-box--btn:hover {
    background-color: #002174;
  }
}
.contact-box--btn-prev {
  background-color: #808080;
  margin-right: 80px;
}
@media (max-width: 428px) {
  .contact-box--btn-prev {
    margin-right: 0;
    margin-top: 30px;
  }
}
.contact-box--btn-prev:hover {
  background-color: #999;
}
@media (max-width: 428px) {
  .contact-box--btn-prev:hover {
    background-color: #808080;
  }
}

.contact-sub_ttl {
  background-color: #1F3C85;
  width: 454px;
  height: 64px;
  box-sizing: border-box;
  text-align: center;
  padding-right: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
  position: absolute;
  top: -32px;
  left: calc(50% + 13px);
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .contact-sub_ttl {
    width: 314px;
    padding-right: 0;
    font-size: 20px;
    left: 50%;
    clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
  }
}

.contact-privacy {
  padding-top: 80px;
  width: 886px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 428px) {
  .contact-privacy {
    width: calc(100% - 40px);
  }
}
.contact-privacy--desc {
  font-size: 15px;
  line-height: 1.87;
}
@media (max-width: 428px) {
  .contact-privacy--desc {
    font-size: 14px;
  }
}
.contact-privacy--ttl {
  font-size: 15px;
  font-weight: bold;
  margin-top: 48px;
  margin-bottom: 16px;
  line-height: 1.4;
}
@media (max-width: 428px) {
  .contact-privacy--ttl {
    font-size: 14px;
    margin-top: 32px;
    margin-bottom: 12px;
  }
}
.contact-privacy--item {
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.87;
  position: relative;
}
@media (max-width: 428px) {
  .contact-privacy--item {
    font-size: 14px;
  }
}
.contact-privacy--item:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}
@media (max-width: 428px) {
  .contact-privacy--item:before {
    width: 10px;
    height: 10px;
    top: 9px;
  }
}

.contact-privacy_ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 428px) {
  .contact-privacy_ttl {
    margin-bottom: 48px;
  }
}
.contact-privacy_ttl--en {
  display: block;
  font-family: "Roboto", serif;
  letter-spacing: 0.08em;
  font-style: italic;
  letter-spacing: 0.12em;
  font-size: 20px;
  color: #002174;
  line-height: 1.3;
}
@media (max-width: 428px) {
  .contact-privacy_ttl--en {
    font-size: 18px;
  }
}
.contact-privacy_ttl--ja {
  margin-top: 8px;
  font-size: 32px;
  line-height: 1.44;
  font-weight: 500;
}
@media (max-width: 428px) {
  .contact-privacy_ttl--ja {
    margin-top: 6px;
    font-size: 28px;
  }
}

.contact-form {
  margin-top: 72px;
}
@media (max-width: 428px) {
  .contact-form {
    margin-top: 40px;
  }
}
.contact-form--group {
  padding-top: 48px;
  position: relative;
}
.contact-form--group:first-of-type {
  padding-top: 0;
}
.contact-form--group-confirm {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
.contact-form--label {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #002174;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.contact-form--label-req:after {
  content: "必須";
  background-color: #D80C18;
  width: 40px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-left: 16px;
}
@media (max-width: 428px) {
  .contact-form--checkbox > span {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}
.contact-form--checkbox > span.first {
  margin-left: 0;
}
@media (max-width: 428px) {
  .contact-form--checkbox > span.first {
    margin-top: 0;
  }
}
.contact-form--checkbox input {
  display: none;
}
.contact-form--checkbox input + span {
  padding-left: 40px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 26px;
}
.contact-form--checkbox input + span:after, .contact-form--checkbox input + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.contact-form--checkbox input + span:before {
  border: 1px solid #475F9B;
  background-color: #EBEDF4;
  height: 22px;
  width: 22px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-form--checkbox input + span:after {
  display: block;
  width: 10px;
  height: 5px;
  top: 8px;
  left: 6px;
  border-left: 2px solid #002174;
  border-bottom: 2px solid #002174;
  transform: rotate(-45deg);
  opacity: 0;
  transition: 0.3s;
}
.contact-form--checkbox input:checked + span:after {
  opacity: 1;
}
.contact-form--input {
  border: 1px solid #475F9B;
  background-color: #EBEDF4;
  padding: 22px 24px;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 0px;
}
.contact-form--textarea {
  border: 1px solid #475F9B;
  background-color: #EBEDF4;
  padding: 22px 24px;
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
  height: 304px;
  box-sizing: border-box;
  border-radius: 0px;
}
.contact-form--confirm_txt {
  font-size: 15px;
  line-height: 1.4;
  word-break: break-all;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.43;
  margin-top: 8px;
}
.contact-form .wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  border: none !important;
  background-color: #EBEDF4;
  padding: 10px !important;
}

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