@charset "UTF-8";
@font-face {
  font-family: "NotoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "NotoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ZenOldMincho400";
  src: url("../font/ZenOldMincho-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald500";
  src: url("../font/Oswald-Medium.ttf");
}
@media screen and (min-width: 801px) {
  .contact-section {
    padding: 110px 0 200px;
  }
}
@media screen and (max-width: 800px) {
  .contact-section {
    padding: 30px 0 100px;
  }
}
.contact-section .wpcf7-response-output {
  display: none;
}
.contact-section.--confirm .contact-section__inner {
  max-width: 700px;
}
@media screen and (min-width: 801px) {
  .contact-section.--confirm .contact-section__form {
    margin-top: 100px;
  }
}
@media screen and (max-width: 800px) {
  .contact-section.--confirm .contact-section__form {
    margin-top: 50px;
  }
}
.contact-section.--confirm .contact-section__item {
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 801px) {
  .contact-section.--confirm .contact-section__item {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .contact-section.--confirm .contact-section__item {
    padding-bottom: 20px;
  }
}
.contact-section.--confirm .contact-section__itemTitle {
  padding-right: unset;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 800px) {
  .contact-section.--confirm .contact-section__itemData {
    margin-top: 18px;
  }
}
@media screen and (min-width: 801px) {
  .contact-section.--confirm .contact-section__buttonWrap {
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 800px) {
  .contact-section.--confirm .contact-section__buttonWrap {
    margin: 50px auto 0;
  }
}
.contact-section.--confirm .contact-section__formButton .input_button {
  width: 250px;
  text-align: center;
  padding: 10px 0;
}
.contact-section.--complete .contact-section__buttonWrap {
  max-width: 350px;
}
@media screen and (min-width: 801px) {
  .contact-section.--complete .contact-section__buttonWrap {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 800px) {
  .contact-section.--complete .contact-section__buttonWrap {
    margin: 70px auto 0;
  }
}
.contact-section.--complete .contact-section__button {
  max-width: unset;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.contact-section__inner {
  max-width: 900px;
  width: calc(100% - 50px);
  margin: 0 auto;
}

.contact-section__title {
  line-height: 1.56;
  text-align: center;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
.contact-section__title:after {
  content: "";
  height: 4px;
  display: block;
  background-color: #0E3E76;
}
@media screen and (min-width: 801px) {
  .contact-section__title {
    font-size: 30px;
  }
  .contact-section__title:after {
    width: 50px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 800px) {
  .contact-section__title {
    font-size: 23px;
  }
  .contact-section__title:after {
    width: 30px;
    margin: 20px auto 0;
  }
}

.contact-section__number {
  text-align: center;
  letter-spacing: 0.05em;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .contact-section__number {
    margin-top: 20px;
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .contact-section__number {
    margin-top: 10px;
    font-size: 35px;
  }
}

.contact-section__time {
  text-align: center;
  letter-spacing: 0.05em;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 801px) {
  .contact-section__time {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .contact-section__time {
    margin-top: 10px;
    font-size: 15px;
  }
}

@media screen and (min-width: 801px) {
  .contact-section__wrap:nth-child(n+2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 800px) {
  .contact-section__wrap:nth-child(n+2) {
    margin-top: 70px;
  }
}

.contact-section__lineBox {
  max-width: 400px;
  margin: 40px auto 0;
}
@media screen and (min-width: 1280px) {
  .contact-section__lineBox {
    border: 1px solid #06C755;
  }
}
@media screen and (max-width: 1279px) {
  .contact-section__lineBox {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-section__lineLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .contact-section__lineLink {
    max-width: 260px;
    border-radius: 10px;
    background-color: #06C755;
    padding-right: 20px;
  }
}

.contact-section__head {
  color: #fff;
  background-color: #06C755;
  text-align: center;
  font-size: 20px;
  padding: 9px 0 12px;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}

.contact-section__qr {
  width: 150px;
  height: 150px;
  margin: 25px auto;
  display: block;
}
@media screen and (max-width: 1279px) {
  .contact-section__qr {
    width: 60px;
    height: 60px;
    margin: 0;
  }
}

.contact-section__lineread {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 21px;
}

.contact-section__read {
  margin-top: 30px;
  line-height: 2;
  text-align: center;
}

.contact-section__wording {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .contact-section__wording {
    margin-bottom: 20px;
  }
}

.contact-section__form {
  margin-top: 50px;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 801px) {
  .contact-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-section__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .contact-section__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.contact-section__itemTitle {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .contact-section__itemTitle > p {
    display: inline-block;
  }
}
.contact-section__itemTitle.--require:after {
  content: "※必須";
  padding: 3px 6px;
  display: inline-block;
  font-size: 10px;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  background-color: #0A1A4A;
}
@media screen and (min-width: 801px) {
  .contact-section__itemTitle {
    width: 215px;
    padding-right: 50px;
    position: relative;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  .contact-section__itemTitle:after {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .contact-section__itemTitle:after {
    margin-left: 15px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

@media screen and (min-width: 801px) {
  .contact-section__itemData {
    width: calc(90% - 215px);
  }
}
@media screen and (max-width: 800px) {
  .contact-section__itemData {
    margin-top: 5px;
  }
}

.contact-section__input {
  width: 100%;
  border: 1px solid #3c3c3c;
  border-radius: 2px;
}
.contact-section__input::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.contact-section__input::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.contact-section__input:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.contact-section__input::-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.contact-section__input::placeholder {
  color: rgba(112, 112, 112, 0.5);
}
@media screen and (min-width: 801px) {
  .contact-section__input {
    height: 50px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 800px) {
  .contact-section__input {
    height: 40px;
    padding: 0 15px;
  }
}

.contact-section__textarea {
  width: 100%;
  line-height: 1.5;
  resize: none;
  border: 1px solid #3c3c3c;
  border-radius: 2px;
}
.contact-section__textarea::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.contact-section__textarea::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.contact-section__textarea:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.contact-section__textarea::-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.contact-section__textarea::placeholder {
  color: rgba(112, 112, 112, 0.5);
}
@media screen and (min-width: 801px) {
  .contact-section__textarea {
    height: 200px;
    padding: 12px 30px;
  }
}
@media screen and (max-width: 800px) {
  .contact-section__textarea {
    height: 180px;
    padding: 12px 15px;
  }
}

.contact-section__text {
  line-height: 2.18;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .contact-section__text {
    margin-top: 70px;
  }
}
@media screen and (max-width: 800px) {
  .contact-section__text {
    margin-top: 50px;
  }
}

.contact-section__checkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 801px) {
  .contact-section__checkWrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .contact-section__checkWrap {
    margin-top: 40px;
  }
}

.contact-section__check input {
  display: none;
}
.contact-section__check input + span {
  cursor: pointer;
  position: relative;
}
.contact-section__check input + span:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: inline-block;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  border: 2px solid #000;
}
.contact-section__check input:checked + span:after {
  content: "";
  width: 14px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.contact-section__check + span {
  margin-top: 10px;
  display: block;
  text-align: center;
}

.contact-section__radioWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 801px) {
  .contact-section__radioWrap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  .contact-section__radioWrap {
    margin-top: 20px;
  }
}

.contact-section__radioWrap input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.contact-section__radioWrap input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.contact-section__radioWrap .wpcf7-list-item.first {
  margin-left: 0;
}
.contact-section__radioWrap .wpcf7-list-item-label {
  cursor: pointer;
  padding-left: 5px;
}
.contact-section__radioWrap span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.contact-section__radioWrap span.wpcf7-list-item-label:before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact-section__radioWrap span.wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #0E3E76;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.contact-section__anchor {
  text-decoration: underline;
  color: #0E3E76;
}
@media screen and (min-width: 801px) {
  .contact-section__anchor:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 801px) {
  .contact-section__buttonWrap {
    max-width: 350px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 800px) {
  .contact-section__buttonWrap {
    max-width: 250px;
    margin: 60px auto 0;
  }
}

.contact-section__button {
  max-width: unset;
  width: 100%;
}
@media screen and (min-width: 801px) {
  .contact-section__button {
    font-size: 20px;
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 800px) {
  .contact-section__button {
    height: 45px;
    font-size: 18px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
  }
}
.contact-section__button input {
  width: 100%;
  height: 100%;
  text-align: center;
}
.contact-section__button .wpcf7-spinner {
  display: none;
}