/*-----------------------------
            header
------------------------------*/
#header {
    position: relative;
    z-index: 2;
    height: 90px;
    text-align: center;
    background: url(../img/under_header.jpg);
    background-size: cover;
}



/*----------pc_nav-----------*/

.line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #a6d5d0 0%) repeat scroll 0 0;
}

/*------------------------
        contact
-----------------------*/
.eng_l {
    padding-top: 70px;
    padding-bottom: 30px;
    font-family: 'Amaranth', sans-serif;
    font-size: 100px;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
    line-height: 1.7rem;
    text-align: center;
    color: #a6d5d0;
}

body {
    background: url(../img/bg_9.jpg);
}

.phone_contact h2,
.mail_contact h2 {
    padding: 30px 0 10px;
    text-align: center;
    font-size: 20px;
}

#section01 {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 80%;
    max-width: 800px;

}

#section01 h1 {
    text-align: center;
}

.titleCopy {
    padding-bottom: 30px;
    width: 70%;
    margin: 0 auto;
    line-height: 2rem;
}

.contactsec {
    padding: 70px 2% 0;
    width: 85%;
    margin: 0 auto;
}

.contactsec .titleCopy {
    text-align: center;
}

.phone_no {
    background: url(../img/phone.png)no-repeat;
    width: 320px;
    font-size: 40px;
    padding-left: 45px;
    margin: 0 auto;
    color: #56c3b8;
    height: 40px;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: 30px;

}

.phone_no a:link,
.phone_no a:visited {
    color: #56c3b8;
}

/*-------contactform---------*/

table select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px;
    border: none;
    color: #777;
    width: 100%;
    border-radius: 0;
    border: 1px solid #000;
}

select {
    background: url(../images/bg_dark.png);

}

select[disabled="disabled"] {
    background-color: #999;
    cursor: not-allowed;
}

textarea {
    padding: 15px;
    width: 100%;
    height: 100% !important;
}

#entry_table table {
    width: 100%;
    border: none;
}

#entry_table table tr th {
    padding: 25px 0;
    font-size: 18px;
    font-weight: 400;
    width: 25%;
    text-align: right;

}

#entry_table table tr th:after {
    content: ":"
}

#entry_table table tr td {
    padding: 25px 20px;
    text-align: left;
    font-size: 17px;
}

.content_input td select {
    padding: 18px;
    font-size: 18px;
    background: #fff;
}

.name_padd {
    padding-right: 3%;
}

.contact_message {
    padding-bottom: 20px;
    text-align: center;
}


/*------input-------*/
.mail_contact span,
.asta {
    color: #c30d0d;
    font-size: 25px;
    padding-left: 5px;
}

.contact_message span {
    color: #c30d0d;
    font-size: 16px;
}

input {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    border: 1px solid #000;
    font-size: 18px;
    padding: 20px;
    background: url(../images/bg_dark.png);
    margin-bottom: 0;
}

input:focus {
    box-shadow: 0 0 5px 0 rgba(142, 114, 70, 1);
    outline: 0;
}

.contact_input textarea:focus {
    box-shadow: 0 0 5px 0 rgba(142, 114, 70, 1);
    outline: 0;
}

select:focus {
    box-shadow: 1px solid #3f2c03;
    outline: 0;
}

label.check {
    margin: 0 20px 0px 0;
    padding: 12px;
    background: url(../images/bg_dark.png);
    cursor: pointer;
    display: block;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

label.check:first-child {
    margin-bottom: 8px;
}

label.check:hover {
    background-color: rgba(83, 179, 0, 0.2);
}

.name_input input {
    width: 100%;
    background: #fff;
}

.mail_input input {
    width: 100%;
    background: #fff;
}

.tel_input input {
    width: 100%;
    background: #fff;
}

.contact_input textarea {
    width: 100% !important;
    min-height: 170px;
    background: #fff;
}


.radio_input span {
    font-size: 17px;
    padding-left: 8px;
    padding-right: 30px;
}

.radio_input td span {
    width: 180px;
}

.wpcf7 input[type="submit"] {
    color: #fff;
}

.checkbtn {
    font-weight: 500;
    padding-top: 20px;
}

.checkbtn span {
    padding-right: 2px;

}

/*--------[response]----------*/
div.wpcf7-mail-sent-ok {
    background: url(../images/bg_dark.png);
    color: #735d3b;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #3f2c03;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #3f2c03;
}

div.wpcf7-spam-blocked {
    border: 2px solid #3f2c03;
}

div.wpcf7-validation-errors {
    border: 2px solid #3f2c03;
}

/*-----page top------*/
.page-top {
    margin: 0;
    padding: 0;
    display: none;
}

.page-top p {
    margin: 0;
    padding: 0;

    position: fixed;
    right: 16px;
    bottom: 16px;
}

.move-page-top {
    display: block;
    background: #30281b;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    padding-top: 15px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a#move-page-top {
    color: #fff;
}

.move-page-top:hover {
    opacity: 0.85;
}

/*-----------footer_conMail----------------*/

.submit_wrap {
    text-align: center;
    margin: 0 auto 50px;
}

.submit_wrap input {
    padding: 10px;
}

.conMail {
    font-size: 20px;
    margin: 30px auto 60px;
    text-align: center;

    display: inline-block;
}

.conMail input {
    border: none;
    background: #56c3b8;
    padding: 17px 20px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin-left: 20px;
}

.footer_conMail {
    font-size: 20px;
    margin: 30px auto 60px;
    text-align: center;
    background: #56c3b8;
    padding: 20px;
    width: 290px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.footer_conMail:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    color: #fff;
    font-size: 19px;
    padding-right: 5px;
}

/*------------------------
recruit
-----------------------*/

h1 {
    text-align: center;
    font-size: 24px;
}

.recruit_wrap_inner {
    max-width: 1000px;
    margin: 0 auto;
}

.carp_bg {
    background: url(../img/carpenter2.png)no-repeat right 20px bottom;
}

.recruit_wrap .about {
    padding: 50px 2% 40px;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

.recruit_wrap .about ol {
    padding: 30px 0;
}

.recruit_wrap .about ol li {
    padding-bottom: 30px;
}

.rec_wrap {
    background: url(../img/bg_9.jpg);
    padding-bottom: 60px;
}


.head_text {
    font-size: 18px;
    line-height: 2.3rem;
    width: 800px;
    margin: 0 auto 40px;
}

.carpenter {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2.3rem;
    padding: 0 3%;
}

.carpenter p {
    width: 60%;
    padding-top: 20px;
}

.melit {
    padding: 30px 0;
}

.about_us {
    width: 650px;
    margin: 40px auto;
    padding: 20px;
    border: 3px solid #57c3b8;
}

.about_us h2 {
    color: #57c3b8
}

.about_us li {
    padding: 10px 0;
    font-size: 18px;
}

.recruit1 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
}

.recruit1 h2 {
    text-align: center;

}

.requirements_copy {
    text-align: center;
    padding: 7px 0 30px;
}

.recruit1 ul {
    width: 50%;
    margin: 0 auto;
    line-height: 2rem;
}

.recruit1 ul li {
    font-size: 18px;
    padding-bottom: 15px;
    list-style-type: none;
}

.recruit1 ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    color: #57c3b8;
    padding-right: 10px;
    font-size: 19px;
    vertical-align: middle;
}

.recruit2 {
    text-align: center;
    padding-top: 90px;
}

.recruit3 {
    background: url(../img/carpenter3.png)no-repeat;
    background-size: cover;
    height: 600px;
}

/*-------table-------------*/
.tableWrap {
    line-height: 2rem;
    margin: 10px auto;
    width: 70%;
}

.tableWrap ul {
    margin: 0;
    padding: 0;
}

.tableWrap {
    margin: 20px auto;
}

.table {
    width: 100%;
    display: table;
    text-align: left;
    border-bottom: dotted 2px #57c3b8;
}

.table_l {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    font-weight: 600;
}

.table_r {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    font-weight: 400;
    padding: 20px;
    clear: both;
}

.table_last {
    border-bottom: none;
}

/*--------- thanks page -----------*/
.thankspage .phone_no {
    padding-bottom: 80px
}

.thankspage .eng_l {
    padding-top: 150px;
}

.thankspage h1 {
    padding-top: 30px;
}

.thanks {
    padding: 70px 0 30px;
}

/*------------------------------
PC 950px
------------------------------*/
@media(max-width: 950px) {
    .eng_l {
        line-height: 5rem;
    }
}

/*------------------------------
            PC 900px
------------------------------*/
@media(max-width: 900px) {}

/*------------------------------
            tab 768px
------------------------------*/

@media(max-width: 768px) {
    #section01 {
        width: 96%;
    }
}

/*------------------------------
tab 640px
------------------------------*/

@media(max-width: 640px) {
    /*--------header----------*/

    #header {
        height: 60px;
    }

    /*--------------------*/

    .rec_wrap {
        padding-bottom: 20px;
    }

    .rec_wrap .eng_l,
    #section01 .eng_l {
        line-height: 5rem;
        padding-top: 30px;
    }

    .titleCopy {
        width: 100%;
    }

    .carpenter p {
        width: 100%;
        padding-bottom: 430px;
    }

    .about_us {
        width: 100%;
    }

    .recruit1 ul {
        width: 80%;
        margin: 0 auto;
        line-height: 2rem;
    }

    .tableWrap {
        width: 94%;
    }

    .table_l {
        width: 20%;
    }

    .table_r {
        width: 80%;
    }

    #entry_table table tr th,
    #entry_table table tr td {
        width: 100%;
        display: block;
        text-align: left;
    }

    #entry_table table tr th {
        padding-bottom: 0;
    }

    #entry_table table tr td {
        padding: 20px 0;
    }
}

/*------------------------------
tab 420px
------------------------------*/

@media(max-width: 420px) {

    #header {
        height: 60px;
    }

    .rec_wrap .eng_l {
        line-height: 3.5rem;
        padding-top: 30px;
        font-size: 60px;
    }



    .head_line {
        padding-top: 40px;
        font-size: 18px;
        line-height: 2rem;
    }


    .requirements ul {
        width: 80%;
    }

    .tableWrap {
        width: 90%;
    }

    #section01 .eng_l,
    .rec_wrap .eng_l {
        line-height: 3.5rem;
        padding: 30px 0 0;
        font-size: 60px;
    }

    #section01 h1,
    .rec_wrap h1 {
        padding-top: 20px;
        font-size: 20px;
    }

    #section01,
    .head_text {
        width: 94%;
    }

    .carpenter ol {
        padding-left: 20px;
    }

    .recruit1 ul {
        width: 90%;
    }

    .table_l {
        text-align: left;
        background: #b1d4d0;
        margin-bottom: 0;
        padding: 3px 10px;
    }

    .table_r,
    .table_l {
        width: 100%;
        display: block;
    }

    .table {
        border-bottom: none;
    }

    .phone_contact h2 {
        padding-top: 40px;
        font-size: 18px;
    }

    .mail_contact h2 {
        padding-top: 20px;
        font-size: 18px;
    }
}

/*------------------------------
tab 380px
------------------------------*/

@media(max-width: 380px) {}

/*------------------------------
tab 320px
------------------------------*/

@media(max-width: 320px) {}

#section05 {
    height: 800px;
}

#bg-section06 {
    top: 185vh;
}

#section07 ul li dl {
    margin: 20px 5px;
}
}
