@charset "UTF-8";
/*===================================
共通
===================================*/
.ttl_Lv2__layer {
  font-size: 30px;
  font-weight: bold;
  margin-top: 45px;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

@media (max-width: 767px) {
  .ttl_Lv2__layer {
    font-size: 20px;
    margin-top: 30px;
  }
}

.ttl_Lv2__layer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 5px;
  /* border の太さ */
  background: -webkit-gradient(linear, left top, right top, from(#ff7b00), to(#ffbb00));
  background: linear-gradient(to right, #ff7b00, #ffbb00);
  border-radius: 2px;
}

/*===================================
下層ページ（事業紹介・代表挨拶）
===================================*/
.section-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  gap: 30px;
}

@media (max-width: 767px) {
  .section-media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
  }
}

.section-media .section-media__texts {
  width: 50%;
}

@media (max-width: 767px) {
  .section-media .section-media__texts {
    width: 100%;
  }
}

.section-media .section-media__texts .section-media__text {
  margin-bottom: 35px;
  font-weight: bold;
  line-height: 2;
}

@media (max-width: 767px) {
  .section-media .section-media__texts .section-media__text {
    margin-bottom: 20px;
  }
}

.message__content {
  gap: 60px;
}

@media (max-width: 767px) {
  .message__content {
    gap: 30px;
  }
}

/*===================================
お問い合わせ
===================================*/
.contact_wrap .attention {
  font-size: 14px;
  margin: 25px 0;
  color: #ff0000;
}

.contact_wrap label, .contact_wrap .confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .contact_wrap label, .contact_wrap .confirm {
    display: block;
    margin-bottom: 20px;
  }
}

.contact_wrap label #confirm-message, .contact_wrap label span, .contact_wrap .confirm #confirm-message, .contact_wrap .confirm span {
  width: 100%;
  max-width: 565px;
  margin-left: auto;
}

.confirm_wrap label {
  line-height: 2.8rem;
}

.contact_thanks__wrap {
  text-align: center;
  letter-spacing: .13rem;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .contact_thanks__wrap {
    text-align: left;
  }
}

.contact_thanks__wrap .form_01 {
  font-weight: bold;
  line-height: 1.8rem;
  font-size: 20px;
}

@media (max-width: 767px) {
  .contact_thanks__wrap .form_01 {
    font-size: 16px;
  }
}

.contact_thanks__wrap .form_02 {
  margin: 50px auto;
}

@media (max-width: 767px) {
  .contact_thanks__wrap .form_02 {
    margin-top: 25px;
    font-size: 14px;
  }
}

.contact_thanks__wrap .form_02 .red {
  color: #ff0000;
}

.input-name {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .input-name {
    margin-top: 6px;
  }
}

.input-address {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .input-address {
    margin-top: 6px;
  }
}

.input-phone {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .input-phone {
    margin-top: 6px;
  }
}

.input-email {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .input-email {
    margin-top: 6px;
  }
}

.input-message {
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .input-message {
    margin-top: 6px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.submit-button {
  display: block;
  width: 250px;
  margin: 50px auto;
  font-size: 18px;
  background-color: #fff;
  border: solid 4px #FFA95F;
  color: #000;
  border-radius: 10px;
  padding: 18px 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .submit-button {
    width: 200px;
    margin: 30px auto;
    font-size: 16px;
    border: solid 2px #FFA95F;
    padding: 15px 0;
  }
}

.submit-button:hover {
  background-color: #FFA95F;
  color: #fff;
}

@media (max-width: 767px) {
  .button_wrap {
    margin-bottom: 40px;
  }
}

.button_wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .button_wrap p {
    display: block;
  }
}

.button_wrap p .contact_btn {
  display: block;
  width: 175px;
  padding: 15px 0;
  background-color: #fff;
  border: solid 4px #FFA95F;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  border-radius: 10px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .button_wrap p .contact_btn {
    padding: 10px 0;
    border: solid 2px #FFA95F;
    margin: 10px auto;
    font-size: 16px;
  }
}

.button_wrap p .contact_btn:hover {
  background-color: #FFA95F;
  color: #fff;
}

.button_wrap p .contact_btn:first-child {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .button_wrap p .contact_btn:first-child {
    margin-right: auto;
  }
}
/*# sourceMappingURL=layer.css.map */