@charset = "utf-8";


#main{
    margin: 0 auto;
}

.inner,
#main{
    padding-bottom: 0;
}


@media screen and (max-width:480px){

}


/************************************
/recruit リクルート
************************************/

/****************************
#fv
****************************/
#main section#fv{
    padding: 0;
}
/****************************
#fv
****************************/


#main.recruit .inner h2{
    color: #7b806a;
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

@media screen and (max-width:768px){
    #main.recruit .inner h2{
        margin-bottom: 31.875px;
        font-size: 37.5px;
        letter-spacing: 0.05em;
        line-height: 1.5;
    }
}

@media screen and (max-width:480px){
    #main.recruit .inner h2{
        margin-bottom: 25px;
        font-size: 32px;
        letter-spacing: 0.025em;
    }
}

@media screen and (max-width:420px){
    #main.recruit .inner h2{
        margin-bottom: 20px;
        font-size: 30px;
        letter-spacing: 0;
    }
}

.recruit_block {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
}

@media screen and (max-width:1300px){
    .introduction_block {
        max-width: 92.30vw;
        padding: 0 2.307vw;
    }
}

@media screen and (max-width:768px){
    .introduction_block {
        padding: 0 7%;
    }
}

@media screen and (max-width:480px){
    .introduction_block {
        padding: 0 5%;
    }
}

/****************************
#recruit_info
****************************/
#recruit_info table {
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

#recruit_info table tr {
    
}

#recruit_info table th {
    text-align: center;
    background: #eef5f5;
    width: 200px;
    box-sizing: border-box;
    border-top: 1px solid #7b806a;
    border-bottom: 1px solid #7b806a;
    color: #4c444d;
    padding: 25px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.428;
}

#recruit_info table td {
    text-align: left;
    border-top: 1px solid #7b806a;
    border-bottom: 1px solid #7b806a;
    color: #4c444d;
    padding: 25px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.428;
}

@media screen and (max-width:768px){
    #recruit_info table th {
        width: 120px;
        padding: 25px 20px;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 2.428;
    }

    #recruit_info table td {
        padding: 25px 20px;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 2.428;
    }
}

@media screen and (max-width:480px){
    #recruit_info table th {
        display: block;
        width: 100%;
        padding: 20px 15px;
        font-size: 13px;
        letter-spacing: 0.05em;
        line-height: 1.8;
    }

    #recruit_info table td {
        display: block;
        box-sizing: border-box;
        border: 0;
        width: 100%;
        padding: 20px 15px;
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 1.8;
    }

    #recruit_info table tr:last-child td{
        border-bottom: 1px solid #7b806a;
    }
}
/****************************
#recruit_info
****************************/



/****************************
#recruit_form
****************************/
#main .annotation{
    text-align: center;
    color: #4c444d;
    margin-bottom: 50px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
}

#main .annotation a{
    color: #7b806a;
}

.form_block{
    margin: 0 auto;
    max-width: 1200px;
}

.form_block .annotation{
    color: #4c444d;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
}

.form_block .annotation a{
    color: #7b806a;
}

.form_block table{
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.form_block table th{
    text-align: right;
    vertical-align: middle;
    padding: 20px 40px 20px 0;
    max-width: 120px;
    color: #4c444d;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
}

.form_block table td{
    padding: 20px;
    color: #4c444d;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
}

.form_block table tr:last-child th,
.form_block table tr:last-child td{
    border-bottom: 0;
}

@media screen and (max-width:768px){
    .form_block table th{
        padding: 20px 15px 20px 0;
        max-width: 80px;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 1.5;
    }

    .form_block table td{
        padding: 20px 0 20px 15px;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 1.5;
    }
}

@media screen and (max-width:480px){
    .form_block table th{
        display: block;
        box-sizing: border-box;
        border: 0;
        width: 100%;
        text-align: left;
        padding: 0;
        margin-bottom: 5px;
        max-width: 100%;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 1.5;
    }

    .form_block table td{
        display: block;
        box-sizing: border-box;
        border: 0;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 1.5;
    }
}
/****************************
#recruit_form
****************************/



/****************************
▼▼#recruit_form▼▼
****************************/
#main .address p{
    margin: 0;
}

#main .address th{
    vertical-align: text-top;
}

#main table tr.hissu:last-child th{
    vertical-align: top;
}

.contact form > dl {
    margin-bottom: 75px;
    line-height: 1;
}

.contact form > dl > dt {
    margin-bottom: 7.5px;
    text-align: left;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.25px;
}

.contact form > dl > dt > span {
    margin-right: 10px;
    color: rgb(220, 85, 25);
}

.contact form > dl > dd {
    margin-bottom: 55px;
    text-align: left;
}

.contact form > dl > dd > input,
.contact form > dl > dd > textarea,
.contact form > dl > dd > select{
    width: 100%;
    padding: 11px 12px 9px;
    border: 1px solid #eee;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.25px;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 3px;
    -webkit-appearance: none;
}

.contact form > dl > dd > textarea {
    height: 300px;
}

.contact form > dl > dd > span{
    font-size: 21px;
    position: relative;
    top: -5px;
    padding-right: 10px;
}

.contact form > button{
    width: 100%;
    max-width: 415px;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.25px;
    color: #fff;
    background-color: #4489ca;
    display: block;
    border: 0;
}

.contact form > button:hover{
    opacity: 0.7;
}

.contact #postalcode{
    width: 20%;
    margin-bottom: 2%;
    line-height: 20px;
}

/*ç¢ºèª*/

.check dl {
    border: 1px solid #77b981;
    margin-bottom: 6%;
    line-height: 1;
}

.check dl > dt {
    padding: 21px 18px;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.25px;
    color: #fff;
    background-color: #77b981;
}

.check dl > dd {
    padding: 21px 18px;
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: 1px;
}

.check form button {
    width: 100%;
    max-width: 415px;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.25px;
    color: #fff;
    background-color: #4489ca;
    display: block;
    border: 0;
}

.check form button:hover {
    opacity: 0.7;
}

p.description {
    font-size: 18px;
    margin-bottom: 10px;
}

.button-area{
    width: 750px;
    margin: 0 auto;
}

.sendbtn{
    text-align: center;
}

/*é€ä¿¡å®Œäº†*/
.thanks p {
    margin-bottom: 4.5%;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.25px;
}

.thanks a {
    width: 100%;
    max-width: 360px;
    padding: 21px 0;
    margin: 0 auto;
    border-radius: 10px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #4489ca;
    display: block;
    margin-top: 50px;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.25px;
}


@media screen and (max-width:850px){
    
    .button-area{
        width: 100%;
        margin: 0 auto;
    }
    
    .contact #postalcode{
        width: 30%;
        margin-bottom: 4%;
    }
    
}

@media screen and (max-width:480px){
    
    .contact h4{
        font-size: 3.0rem;
    }
    
    .section{
        padding: 30px;
    }
    
    .contact button{
        width: 80%;
        height: 80px;
        font-size: 2rem;
    }

    .contact form > dl > dt {
        margin-bottom: 6%;
        font-size: 1.6rem;
    }

    .contact form > dl > dd {
        margin-bottom: 6%;
    }
    
    .contact form > dl > dd > select{
        font-size: 1.6rem;
    }

    .contact form > dl > dd > input,
    .contact form > dl > dd > textarea,
    .contact form > dl > dd > select{
        padding: 11px 10px 10px;
    }
    
    .contact #postalcode{
        width: 45%;
        margin-bottom: 5%;
    }

    /*ç¢ºèª*/
    .check p.description {
        line-height: 1.6;
    }

    .check dl {
        margin-bottom: 7.5%;
    }

    .check dl > dt {
        padding: 21px 18px;
    }

    .check dl > dd {
        padding: 21px 18px;
    }

    .check .sendbtn button {
        max-width: 480px;
    }
    
    .check form button {
        width: 100%;
        margin: 15px auto;
    }

    /*é€ä¿¡å®Œäº†*/

    .thanks p {
        margin-bottom: 10%;
        letter-spacing: 0;
    }

    .thanks a {
        margin-bottom: 24%;
        font-size: 1.6rem;
    }

}

/****************************
▲▲#recruit_form▲▲
****************************/


/****************************
wp用
****************************/
#recruit_form form div {
    margin-bottom: 30px;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.025em;
}

 #recruit_form .any th:after{
    content: "[任意]";
    color: #eee;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}

#recruit_form .hissu th:after{
    content: "[必須]";
    color: #a190a3;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
} 

#recruit_form input,
#recruit_form textarea,
#recruit_form select{
    width: 100%;
    padding: 10px;
    border: 1px solid #7B806C;
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.025em;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    margin-top: 5px;
}

#recruit_form .submit_p input{
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    background: inherit;
    display: block;
    border: 0;
    display: block;
    color: #fff;
    border: 1px solid #4c444d;
    padding: 20px 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

#recruit_form input[type="checkbox"]{
    width: auto;
    padding: 6px;
    border: 1px solid #adadad;
    font-size: 0;
    line-height: 1;
    letter-spacing: 0;
    background: #fff;
    -webkit-appearance: auto;
    margin-top: -2px;
    display: inline-block;
}

#recruit_form form div.checkbox{
    text-align: center;
    margin-top: 70px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
}

.wpcf7-list-item{
    margin-left: 0;
}

.wpcf7 .ajax-loader{
    display: none;
}

#recruit_form input.postal_code,
#recruit_form select.region_code{
    width: 50%;
}

.personal{
    margin: 80px auto;
    overflow: scroll;
    max-width: 800px;
    height: 400px;
    border: 1px solid #4c444d;
    padding: 20px;
    box-sizing: border-box;
}

.personal p:first-child{
    color: #c72f1f;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2;
}

.personal p{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2;
}

.button a,
.button input{
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 0;
    font-size: 24px;
    letter-spacing: 0.34px;
    line-height: 1.5;
    border: 0.0625vw solid #fff;
    padding: 1.25vw 0;
    font-size: 1.5vw;
    letter-spacing: 0.02125vw;
}

.button a{
    padding: 0 !important;
}

@media screen and (min-width:3200px){
    .button a,
    .button input{
        border: 2px solid #fff;
        padding: 40px 0;
        font-size: 48px;
        letter-spacing: 0.68px;
    }
}

@media (min-width: 2400px) and (max-width: 3199px){
    /* 画面サイズが2400px以上、3200px未満の設定 */
    .button a,
    .button input{
        border: 1.5px solid #fff;
        padding: 30px 0;
        font-size: 36px;
        letter-spacing: 0.51px;
    }
}

@media screen and (max-width:768px){
    .button a,
    .button input{
        border: 1px solid #fff;
        padding: 20px 0;
        font-size: 24px;
        letter-spacing: 0.34px;
        line-height: 1.5;
    }
}

@media screen and (max-width:480px){
    .button a,
    .button input{
        border: 1px solid #fff;
        padding: 20px 0;
        font-size: 17px;
        letter-spacing: 0.17px;
    }
}

@media screen and (max-width:420px){
    .button a,
    .button input{
        border: 1.5px solid #fff;
        padding: 15px 0;
        font-size: 16px;
        letter-spacing: 0;
    }
}
/****************************
wp用
****************************/



/************************************
/recruit リクルート
************************************/
