@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*--------------------------------------------------------------
* フォントサイズ の変数
----------------------------------------------------------------*/
/* pc
_______________________________________________________________________________________________________*/
/*!
global > mixin
------------------------------
*/
.l-contact-main {
  margin-top: 60px;
  position: relative;
}
.l-contact-main__title {
  color: rgba(51, 51, 51, .05);
  line-height: 1;
  padding-left: 20px;
}

.l-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-contact-other {
  margin-top: 40px;
  margin-top: clamp(40px, 10.6666666667vw, 60px);
  position: relative;
  overflow: hidden;
}
.l-contact-other::before {
  content: "";
  background-color: #27CF6A;
  position: absolute;
  top: 7.5%;
  left: 0;
  right: 0;
  bottom: 40%;
  z-index: -1;
}
.l-contact-other__title {
  z-index: -1;
  top: 0;
  right: -2.5%;
  color: #1EA896;
  line-height: 1;
  padding-left: 20px;
  padding-top: 20px;
}
.p-contact-mv__title01 {
  color: #1EA896;
}
.p-contact-mv__title02 {
  margin-top: 4px;
  margin-top: clamp(4px, 1.0666666667vw, 8px);
}
.p-contact-mv__img-box {
  position: relative;
  margin-top: 20px;
  margin-top: clamp(20px, 5.3333333333vw, 32px);
}
.p-contact-mv__img {
  margin-right: calc(50% - 50vw);
}
.p-contact-mv__catcy {
  position: absolute;
  left: 0;
  bottom: 5px;
}
.p-contact-mv__name {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 12px;
  margin-top: clamp(12px, 3.2vw, 20px);
}
.p-contact-mv__txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
  padding-top: clamp(36px, 9.6vw, 52px);
  padding-bottom: clamp(36px, 9.6vw, 60px);
  letter-spacing: 0;
}

.p-contact .form__item {
  padding: 25px;
  border-top: 1px solid #FFFFFF;
}
.p-contact .form__item:last-child {
  border-top: 0;
}
.p-contact .form__ttl {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}
.p-contact .form__content.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact .form__content__item {
  position: relative;
  margin-right: 40px;
  margin-bottom: 15px;
  width: 32%;
}
.p-contact .form__content__item .c-select {
  width: 100%;
}
.p-contact .form__content__item:first-child {
  width: 100%;
}
.p-contact__inner {
  padding: 40px 0 80px 0;
}
.p-contact__form {
  background: rgba(51, 51, 51, .05);
  border-top: 2px solid #1EA896;
  padding: 40px 0;
}
.p-contact__form .form__item.u-textcenter-sp {
  padding: 30px 20px;
}
.p-contact__form .form__item.u-textcenter-sp .c-checkbox {
  margin-bottom: 10px;
}
.p-contact__form .c-radio {
  margin-right: 25px;
}
.p-contact__form-thanks-text01 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 25px;
}
.p-contact__form-thanks-text02 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 25px;
}
.p-contact__form-thanks-btn-box {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .l-contact-main {
    margin-top: 120px;
  }
  .l-contact-main__title {
    padding-left: 0;
    position: absolute;
    left: -4%;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .l-container {
    padding: 0 40px;
    max-width: 1240px;
  }
  .l-contact-other {
    margin-top: 120px;
    margin-top: clamp(80px, 9.6774193548vw, 120px);
  }
  .l-contact-other::before {
    top: 16%;
    right: 8%;
    right: clamp(40px, 10vw, 120px);
  }
  .p-contact-mv__title {
    padding-top: 44px;
    padding-top: clamp(32px, 3.5483870968vw, 44px);
  }
  .p-contact-mv__title02 {
    margin-top: 24px;
    margin-top: clamp(16px, 1.935483871vw, 24px);
  }
  .p-contact-mv__img-box {
    margin-top: 60px;
    margin-top: clamp(40px, 4.8387096774vw, 60px);
  }
  .p-contact-mv__img {
    padding-left: 150px;
    padding-left: clamp(72px, 12.0967741935vw, 150px);
  }
  .p-contact-mv__catcy {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .p-contact-mv__name {
    font-size: 1.25rem;
    font-size: clamp(1rem, 1.6129032258vw, 1.25rem);
    margin-top: 30px;
    margin-top: clamp(20px, 2.4193548387vw, 30px);
  }
  .p-contact-mv__txt {
    padding: 77px 0 88px 0;
    font-size: 1rem;
  }
  .p-contact .form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 20px;
    border-top: 2px solid #FFFFFF;
  }
  .p-contact .form__ttl {
    font-size: 1rem;
    margin-bottom: 0;
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 20px;
    padding-top: 16px;
  }
  .p-contact .form__content {
    margin-bottom: 0;
    width: calc(100% - 200px);
  }
  .p-contact .form__content__item {
    width: 30%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 60px;
    margin-bottom: 0;
  }
  .p-contact .form__content__item:first-child {
    width: 90%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 15px;
  }
  .p-contact__inner {
    padding: 28px 0 148px 0;
  }
  .p-contact__form {
    border-top: 4px solid #1EA896;
    padding: 60px 50px 60px 50px;
  }
  .p-contact__form .form__item.u-textcenter-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 45px 45px 47px 27px;
  }
  .p-contact__form .form__item.u-textcenter-sp .c-checkbox {
    margin-bottom: 0;
  }
  .p-contact__form-thanks-text01 {
    font-size: 1.5rem;
    text-align: center;
  }
  .p-contact__form-thanks-text02 {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .l-contact-other::before {
    top: 0;
  }
  .l-contact-other__title {
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    right: -2.5%;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .p-contact .form__ttl {
    width: 300px;
  }
  .p-contact .form__content {
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1200px) {
  .p-contact .form__item {
    padding: 29px;
  }
  .p-contact .form__content__item {
    width: 18.8%;
  }
  .p-contact .form__content__item:first-child {
    width: 31.3%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .p-contact__form {
    padding: 77px 80px 64px 80px;
  }
}
/*# sourceMappingURL=maps/contact.css.map */
