@charset "UTF-8";
/* Scss Document */
.page-ttl01 {
  margin-bottom: 60px;
}

.page-ttl07 {
  line-height: 1.8;
  margin-bottom: 30px;
}

.section {
  margin-top: 130px;
}

.section02 {
  margin-top: 100px;
}

.section03 {
  margin-top: 70px;
}

.note {
  font-size: 12px;
}

.red {
  color: #D65C66;
}

.text-red {
  font-size: 12px;
  color: #D65C66;
  margin-top: 10px;
}

.link-text {
  color: #4269BF;
  text-decoration: underline !important;
}

#contact.index .contact-lead-sec {
  margin-bottom: 70px;
  padding-top: 120px;
}
#contact.index .contact-form-sec {
  margin-bottom: 130px;
}
#contact.index .contact-form-sec .text_wrap {
  margin-bottom: 30px;
}
#contact.index .form_wrap {
  border: 1px solid #4269BF;
  border-radius: 10px;
}
#contact.index .form_wrap .form_item {
  display: flex;
}
#contact.index .form_wrap .form_item:first-child .title_wrap {
  border-radius: 10px 0 0 0;
}
#contact.index .form_wrap .form_item:first-child .content_wrap {
  border-radius: 0 10px 0 0;
}
#contact.index .form_wrap .form_item:last-child .title_wrap {
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
#contact.index .form_wrap .form_item:last-child .content_wrap {
  border-radius: 0 0 10px 0;
  border-bottom: none;
}
#contact.index .form_wrap .title_wrap {
  display: flex;
  align-items: center;
  width: 22%;
  background: #D2DAEF;
  border-bottom: 1px solid #fafafa;
  font-weight: 500;
  color: #4269BF;
  line-height: 1.4;
  padding: 30px 10px;
}
#contact.index .form_wrap .content_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 78%;
  border-bottom: 1px solid #4269BF;
  line-height: 1.4;
  padding: 30px 50px;
}
#contact.index .form_wrap .must {
  font-size: 12px;
  color: #D65C66;
  line-height: 1.2;
  border: 1px solid #D65C66;
  border-radius: 5px;
  padding: 2px;
  margin-left: 5px;
}
#contact.index .form_wrap .note {
  font-size: 12px;
  color: #D65C66;
  line-height: 1.5;
  margin-top: 10px;
}
#contact.index .form_wrap [type=text] {
  width: 100%;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  background: #E2E7F2;
  font-size: 15px;
  padding: 10px 15px;
}
#contact.index .form_wrap label {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
#contact.index .form_wrap label:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #4269BF;
  border-right: solid 1px #4269BF;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
}
#contact.index .form_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
  background: #E2E7F2;
  box-sizing: border-box;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
#contact.index .form_wrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100%;
  background: #E2E7F2;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 15px;
}
#contact.index .form_wrap .text-red {
  line-height: 1.5;
  margin-top: 5px;
}
#contact.index input.form-btn {
  position: relative;
  display: block;
  width: 350px;
  background: #4269BF url(/english/common/img/arrow_white.svg) no-repeat left 93% top 46%;
  border: 1px solid #4269BF;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  margin: 100px auto 0;
  padding: 20px 10px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
#contact.index input.form-btn:hover {
  background: #fafafa url(/english/common/img/arrow_white_hover.svg) no-repeat left 93% top 46%;
  color: #4269BF;
}
#contact.index input.form-btn:hover::after {
  border-top: 1px solid #4269BF;
  border-right: 1px solid #4269BF;
}
#contact.index input.form-btn2 {
  display: block;
  width: 350px;
  background: #E2E7F2 url(/english/common/img/arrow_blue.svg) no-repeat right 93% top 46%;
  border: solid 1px #4269BF;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #4269BF;
  margin: 40px auto 0;
  padding: 20px 10px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
#contact.index input.form-btn2:hover {
  background: #4269BF url(/english/common/img/arrow_blue_hover.svg) no-repeat right 93% top 46%;
  color: #fff;
}
#contact.index .other-contact-sec {
  margin-bottom: 130px;
}
#contact.index .other-contact-sec .other-contact_wrap {
  margin-top: 70px;
}
#contact.index .other-contact-sec .other-contact_wrap:first-of-type {
  margin-top: 0;
}
#contact.index .other-contact-sec .other-contact_wrap p {
  margin-top: 5px;
}
#contact.index .other-contact-sec .other-contact_wrap p span {
  font-weight: 500;
  color: #4269BF;
  margin-right: 10px;
}
#contact.thanks .thanks-sec {
  margin: 70px 0 130px;
}
#contact.thanks .title-thanks {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  color: #4269BF;
  margin-bottom: 60px;
}
#contact.thanks .text-thanks {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
#contact.thanks .arrow-btn {
  margin: 50px auto 0;
}

/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 1000px) {
  .page-ttl01 {
    margin-bottom: 30px;
  }
  .page-ttl07 {
    margin-bottom: 15px;
  }
  .section {
    margin-top: 65px;
  }
  .section02 {
    margin-top: 50px;
  }
  .section03 {
    margin-top: 35px;
  }
  .text-red {
    margin-top: 5px;
  }
  #contact.index .contact-lead-sec {
    margin-bottom: 35px;
    padding-top: 60px;
  }
  #contact.index .contact-form-sec {
    margin-bottom: 65px;
  }
  #contact.index .contact-form-sec .text_wrap {
    margin-bottom: 15px;
  }
  #contact.index .form_wrap {
    border-radius: 5px;
  }
  #contact.index .form_wrap .form_item {
    display: block;
  }
  #contact.index .form_wrap .form_item:first-child .title_wrap {
    border-radius: 5px 5px 0 0;
  }
  #contact.index .form_wrap .form_item:first-child .content_wrap {
    border-radius: 0;
  }
  #contact.index .form_wrap .form_item:last-child .title_wrap {
    border-radius: 0;
  }
  #contact.index .form_wrap .form_item:last-child .content_wrap {
    border-radius: 0 0 5px 5px;
    border-bottom: none;
  }
  #contact.index .form_wrap .title_wrap {
    width: 100%;
    background: #D2DAEF;
    border-bottom: 1px solid #4269BF;
    font-size: 15px;
    padding: 15px 5px;
  }
  #contact.index .form_wrap .content_wrap {
    width: 100%;
    border-bottom: 1px solid #4269BF;
    padding: 25px 15px;
  }
  #contact.index .form_wrap .must {
    font-size: 10px;
    border-radius: 2px;
  }
  #contact.index .form_wrap .note {
    margin-top: 5px;
  }
  #contact.index .form_wrap [type=text] {
    border-radius: 5px;
    font-size: 15px;
    padding: 15px 10px;
  }
  #contact.index .form_wrap label:before {
    width: 10px;
    height: 10px;
    top: 50%;
    right: 10px;
    margin-top: -7px;
  }
  #contact.index .form_wrap select {
    padding: 15px 10px;
    font-size: 15px;
    border-radius: 5px;
  }
  #contact.index .form_wrap textarea {
    border-radius: 5px;
    font-size: 15px;
    padding: 15px 10px;
  }
  #contact.index input.form-btn {
    width: 100%;
    background: #4269BF url(/english/common/img/arrow_white.svg) no-repeat left 93% top 46%;
    font-size: 15px;
    margin: 50px auto 0;
    padding: 15px 5px;
  }
  #contact.index input.form-btn:hover {
    background: #fafafa url(/english/common/img/arrow_white.svg) no-repeat left 93% top 46%;
    color: #fff;
  }
  #contact.index input.form-btn:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #contact.index input.form-btn2 {
    width: 100%;
    background: #E2E7F2 url(/english/common/img/arrow_blue.svg) no-repeat right 93% top 46%;
    font-size: 15px;
    margin: 20px auto 0;
    padding: 15px 5px;
  }
  #contact.index input.form-btn2:hover {
    background: #4269BF url(/english/common/img/arrow_blue.svg) no-repeat right 93% top 46%;
    color: #4269BF;
  }
  #contact.index .other-contact-sec {
    margin-bottom: 65px;
  }
  #contact.index .other-contact-sec .other-contact_wrap {
    margin-top: 35px;
  }
  #contact.index .other-contact-sec .other-contact_wrap p {
    margin-top: 5px;
  }
  #contact.index .other-contact-sec .other-contact_wrap p span {
    margin-right: 5px;
  }
  #contact.thanks .thanks-sec {
    margin: 35px 0 65px;
  }
  #contact.thanks .title-thanks {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #contact.thanks .text-thanks {
    margin-bottom: 15px;
  }
  #contact.thanks .arrow-btn {
    margin: 25px auto 0;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=contact.css.map */