@charset "utf-8";

/*----- 
 contact_SP
-----  */
.common-mv::before {
  background-image: url(../img/contact/contact-mv-sp.jpg);
  background-size: cover;
  background-position: center;
}
.mv_ttl {
  padding-top: 100px;
  position: relative;
}
.mv_ttl::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 57px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/common/header-contact-scroll.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.recruit-detail_sect {
  padding: 0 20px;
}
.contact_lead {
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
.contact-recruit_lead {
  margin-top: 25px;
  background-color: #FEF5F5;
  padding: 20px 1em;
  text-align: center;
  color: #E63C32;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  /*  SPのみ */

}
@media screen and (min-width:768px) {
  /*  TAB */
  .mv.recruit-mv {
    background-image: url(../img/contact/contact-mv-pc.jpg);
    background-size: cover;
  }

  .contact_lead {
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .contact-recruit_lead {
    margin-top: 50px;
    padding: 35px 1em;
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  /*  TABのみ */
}
@media screen and (min-width:1025px) {
    /* PC*/
    .recruit-mv .mv_ttl{
      font-size: 70px;
    }
  /* 簡易モジュール _PC*/

}
@media screen and (max-width: 360px) {
  /*  IPhone5 */

}




  /* フォーム用*/

.contact-form_item {
    margin-bottom: 20px;
}

.contact-form_item dt {
    background: #eee;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Noto Sans CJK JP;
}

.contact-form_item.required dt>span {
    font-size: 11px;
    color: #e8383c;
}

.contact-form_item2 {
    margin-bottom: 20px;
}
.contact-form_item2 dt {
    background: #eee;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-family: Noto Sans CJK JP;
}

.contact-form_item2.required dt>span {
    font-size: 11px;
    color: #e8383c;
}

.contact-form_item dd {
    margin-bottom: 20px;
}
.contact-form_item2 dd {
    padding: 10px;
}

.contact-form_item dd input::placeholder,
.contact-form_item dd textarea::placeholder {
    color: #b2b2b2;
}
.contact-form_item dd input,
.contact-form_item dd textarea {
    padding: 10px;
    width: 100%;
    font-family: Noto Sans CJK JP;
}
.shisetsu_check dd,
.naiyou_check dd
{
    display: flex;
    flex-wrap: wrap;
}
.mwform-checkbox-field{
    display: block;
    width: 50%;
    margin-bottom: 10px;
}
.mwform-checkbox-field label{
    display: flex;
    align-items: center;
}
.mwform-checkbox-field label input{
    width: auto;
}

.required_txt {
    font-size: 14px;
    margin: 20px 0;
    color: #e8383c;
    text-align: right;
    display: none
}

.required_txt.is-active {
    display: inherit
}

.contact-btn-wrap {
    text-align: center;
}

.contact-btn-wrap .wpcf7-submit {
    background-color: #a48e68;
    color: #fff;
    font-size: 15px;
    padding: 15px 0;
    width: 100%;
    max-width: 297px;
    border: none;
    letter-spacing: .1em;
    cursor: pointer;

}



/*繝ｩ繧ｸ繧ｪ繝懊ち繝ｳ(髱咏噪��*/

.contact-form_item.contact_radio dd label:first-child {
    margin-bottom: 20px;
    display: inline-block;
    ;
}

.contact_radio-box input[type="radio"]+label {
    margin-right: 20px;
}

.contact_radio-box input[type="radio"] {
    display: none;
}

.contact_radio-box input[type="radio"]+label {
    display: inline-block;
    padding-left: 2.35rem;
    position: relative;
    line-height: 1.65;
    cursor: pointer;
}

.contact_radio-box input[type="radio"]+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #b2b2b2;
}

.contact_radio-box input[type="radio"]+label::before {
    background-color: #fff;
}

.contact_radio-box input[type="radio"]:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: #a48e68;
    border: 1px solid #b2b2b2;
}

/*繝ｩ繧ｸ繧ｪ繝懊ち繝ｳ��WP逕ｨ��*/
.contact_radio-box input[type="radio"]+span {
    margin-right: 20px;
}

.contact_radio-box input[type="radio"] {
    display: none;
}

.contact_radio-box input[type="radio"]+span {
    display: inline-block;
    padding-left: 2.35rem;
    position: relative;
    line-height: 1.65;
    cursor: pointer;
}

.contact_radio-box input[type="radio"]+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
}

.contact_radio-box input[type="radio"]+span::before {
    background-color: #fff;
}

.contact_radio-box input[type="radio"]:checked+span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: #ea8a90;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
}
/* select*/
.contact-form_item select {
	margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #b2b2b2;
    word-break: normal;
    height: 40px;
    max-width: 360px;
    width: 100%;
}
/* .kakunin {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: #ea8a90;
    color: #fff !important;
    display: inline-block;
    padding: 17px 0;
    color: #ea8a90;
    text-align: center;
    margin: auto;
    width: 100%;
    font-size: 14px;
} */
.kakunin {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: #fff;
    color: #666666 !important;
    display: inline-block;
    padding: 17px 0;
    color: #666666;
    text-align: center;
    margin: auto;
    width: 100%;
    font-size: 14px;
    border: 1px solid #666666;
}
.inputmodoru {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: #fff;
    font-size: 14px;
    color: #666 !important;
    color: #000 !important;
    padding: 17px 0;
    width: 100%;
    border: 2px solid #ddd;
}
.soushin {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: #ea8a90;
    color: #fff !important;
    display: inline-block;
    padding: 17px 0;
    color: #ea8a90;
    text-align: center;
    margin: auto;
    width: 100%;
    font-size: 14px;
}

.soushin-wrap {
    display:none;
}

.contact-form-wrap .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0;
}
.contact-form-wrap{
    margin: 20px;
}
.contact-form_item dd input, .contact-form_item dd textarea {
    border: 1px solid #b2b2b2;
}
@media screen and (min-width:768px) {
    .mwform-checkbox-field{
        width: auto;
    }
    /*hover*/
.contact-form-wrap{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
    /*MV*/
    .mv__img {
        max-width: 1180px;
        margin: 0 auto;
    }

    .mv__sec {
        height: 60px;
    }

    .content-about-wrap {
        max-width: 1180px;
        padding: 100px 165px 0;
        margin: 0 auto 80px;
    }

    .contact-form-wrap {
        width: 100%;
        max-width: 967px;
        padding: 0 30px;
        margin: 100px auto 120px;
    }

    .contact-form_item {
        margin-bottom: 20px;
    }

    .contact-form_item dl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .contact-form_item2 {
        margin-bottom: 20px;
    }

    .contact-form_item2 dl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

	
    .contact-form_item dd input,
    .contact-form_item dd textarea {
        padding: 15px;
        border: 1px solid #b2b2b2;
    }

    .contact-form_item dd input {
        height: 50px;
        line-height: 50px;
    }

    .contact-form_item dd textarea {
        height: 280px;
    }

    .contact-form_item dt {
        width: 25%;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .contact-form_item2 dt {
        width: 100%;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .contact-form_item.contact_textarea dt {
        height: 300px;
        line-height: 300px;
        text-align: center;
    }

    .contact-form_item.contact_input dt {
        height: 60px;
        line-height: 40px;
        text-align: center;
    }

    .contact-form_item dd {
        width: 70%;
        margin-bottom: 0;
    }
    .contact-form_item2 dd {
        width: 100%;
        margin-bottom: 0;
    }
	
    .contact-btn-wrap .wpcf7-submit {
        padding: 22px 0;

    }

    .contact-form_item.contact_radio dt {
        height: 60px;
        line-height: 40px;
        text-align: center;
    }

    .kakunin {
        width: 230px;
        padding: 22px 0;
        transition: all .3s ease;
        cursor: pointer;
    }

    .kakunin:hover {
        background-color: #fff;
        color: #666666 !important;
        border: 1px solid #666666;
    }
    .soushin {
        width: 230px;
        padding: 22px 0;
        transition: all .3s ease;
        cursor: pointer;
    }

    .soushin:hover {
        background-color: #fff;
        color: #ea8a90 !important;
        border: 2px solid #ea8a90;
    }
    .inputmodoru{
        width: 230px;
        padding: 22px 0;
        transition: all .3s ease;
        cursor: pointer;
    }
    /**/
    .contact-form_item.contact_radio dd label:first-child {
        margin-bottom: 0;
    }

    .contact-form-wrap .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 20px;
    }
}
