@charset "UTF-8";
.heading_1 {
  margin: 0 0 0 3rem;
  line-height: 1;
}
.heading_1 .heading_en {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.heading_1 .heading_en img {
  width: 2rem;
  margin-right: .8rem;
}
.heading_1 .heading_en span {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .3em;
  line-height: 1.6;
  color: #396C87;
}
.heading_1 strong {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  color: #4F7B92;
}

@media (min-width: 768px) {
  .heading_1 {
    margin: 0 0 0 17%;
  }
  .heading_1 .heading_en {
    margin-bottom: 1.2rem;
  }
  .heading_1 .heading_en img {
    width: 2rem;
  }
  .heading_1 .heading_en span {
    font-size: 2rem;
    font-weight: 300;
  }
  .heading_1 strong {
    font-size: 4rem;
  }
}
#MV {
  width: 100%;
  padding-left: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  #MV {
    padding-left: 3.6vw;
  }
}

.sec_contact .heading_2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: .08em;
  color: #4287AE;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .sec_contact .heading_2 {
    font-size: 3.2rem;
    margin-bottom: 98px;
    margin-top: 3.2rem;
  }
}
.sec_contact .text_block p {
  font-family: Zen Maru Gothic;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .06em;
  margin: 0;
}
.sec_contact .text_block p.tel_time {
  font-family: Zen Maru Gothic;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .04em;
}
@media (min-width: 768px) {
  .sec_contact .text_block p {
    font-size: 1.6rem;
    letter-spacing: .04em;
    margin-bottom: 1rem;
  }
  .sec_contact .text_block p.tel_time {
    font-size: 1.6rem;
  }
}
.sec_contact .text_block .tel_wrap {
  margin-top: 3.2rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .sec_contact .text_block .tel_wrap {
    margin-top: 4rem;
    margin-bottom: 8px;
  }
}
.sec_contact .text_block .tel_wrap img {
  width: 21px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .sec_contact .text_block .tel_wrap img {
    width: 30px;
  }
}
.sec_contact .text_block .tel_wrap span {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: .08em;
  line-height: 2;
}
@media (min-width: 768px) {
  .sec_contact .text_block .tel_wrap span {
    font-size: 2.4rem;
    letter-spacing: .08em;
    line-height: 1;
  }
}

.sec_contact .flex_wrap > div {
  width: 100%;
}

@media (min-width: 768px) {
  .sec_contact .flex_wrap {
    display: flex;
  }

  .sec_contact .flex_wrap > div {
    width: 50%;
  }
}
/* フォームのスタイル */
.form_wrap {
  margin-top: 6rem;
  padding: 40px 10px;
  border-radius: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .form_wrap {
    margin-top: 0;
  }
}

.form_item {
  margin-bottom: 30px;
}

.form_label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.form_label .req {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 4px;
  background-color: #EC504A;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  flex: 0 0 auto;
  white-space: nowrap;
}

.form_label .label {
  flex-basis: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  flex: 1;
  min-width: 0;
}

.form_label .sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.form_item input {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #969696;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.form_item textarea {
  width: 100%;
  height: 300px;
  min-height: 200px;
  padding: 6px 10px;
  border: 1px solid #969696;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.form_item ::placeholder {
  color: #969696;
}

.form_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.form_btn {
  width: 260px;
  height: 60px;
  border: none;
  border-radius: 30px;
  background: linear-gradient(86.5deg, #3A94C7 29.72%, #A4D6F3 98.95%);
  box-shadow: 2px 6px 8px 0px #5D676D33;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}

.form_btn svg {
  margin-left: 12px;
}

.form_wrap .wpcf7 form .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.form_wrap .wpcf7 form .wpcf7-spinner {
  display: none;
}

.form_wrap .wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .form_wrap {
    padding: 40px;
    border-radius: 40px;
  }

  .form_item {
    margin-bottom: 20px;
  }

  .form_label .sub {
    display: inline;
    margin-left: 15px;
  }

  .form_item input {
    font-size: 16px;
  }

  .form_item textarea {
    height: 160px;
    min-height: 160px;
    font-size: 16px;
  }

  .form_btn_wrap {
    margin-top: 40px;
  }

  .form_btn {
    width: 240px;
  }

  .form_btn:hover {
    background: #FFFFFF;
    border: solid 2px #4287AE;
    color: #4287AE;
    box-shadow: none;
  }

  .form_btn svg {
    margin-left: 16px;
  }
}

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