@charset "UTF-8";

#h2_title {
    background: url(../img/recruit/recruit_head_01.jpg);
}

/*-----------------------------------
	nature_block
-----------------------------------*/

#nature_block {
    margin-top: 100px;
}
#nature_block .bg_box {
    height: 330px;
    background: url(../img/recruit/nature_bg.jpg);
    background-size: cover;
    background-position: center;
}
#nature_block h3 {
    display: block;
    width: 490px;
    height: 165px;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align: center;
    color: #0087d4;
    margin: 0 auto;
    padding: 60px 0 0;
    background: url(../img/recruit/nature_h3.png) no-repeat;
    background-position: top center;
}
#nature_block .text_box {
    width: 735px;
    height: 330px;
    margin: 0 auto;
    padding: 40px 30px 0;
    background: #fff;
    box-sizing: border-box;
}
#nature_block .text_box p {
    font-size: 15px;
    line-height: 200%;
    text-align: center;
    margin-bottom: 1.5rem;
}
#nature_block .sp_img_box {
    display: none;
}

@media screen and (max-width: 840px) {
    #nature_block {
        margin-top: 60px;
    }
    #nature_block h3 {
        line-height: 130%;
        padding-top: 50px;
    }
    #nature_block .bg_box {
        height: 370px;
    }
    #nature_block .text_box {
        width: 70%;
        height: 370px;
    }
}

@media screen and (max-width: 640px) {
    #nature_block {
        margin-top: 40px;
    }
    #nature_block h3 {
        width: 100%;
        height: 130px;
        font-size: 24px;
        line-height: 140%;
        padding: 20px 0 0;
        background-size: 120px;
    }
    #nature_block .bg_box {
        height: auto;
        background: none;
    }
    #nature_block .text_box {
        width: 100%;
        height: auto;
        margin-top: 30px;
        padding: 0;
    }
    #nature_block .text_box p {
        text-align: left;
    }
    #nature_block .sp_img_box {
        display: block;
    }
    #nature_block .sp_img_box img {
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    #nature_block .sp_img_box img:last-child {
        margin-right: 0;
    }
}

/*-----------------------------------
	recruit_block
-----------------------------------*/

#recruit_block {
    margin-top: 80px;
}
#recruit_block h3 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    color: #0087d4;
    margin-bottom: 70px;
}
#recruit_block h3 span {
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    color: #484848;
    margin-bottom: 10px;
}
#recruit_block .voice_box {
    margin-bottom: 110px;
    border-top: 190px solid #3eb0f1;
}
#recruit_block .contents_inner {
    margin-top: -150px;
}
#recruit_block .voice_box .min {
    height: 120px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 150%;
    text-align: left;
    color: #fff;
}
#recruit_block .voice_box .min_mt {
    margin-top: 28px;
}
#recruit_block .voice_box .min_fz {
    font-size: 3.3rem;
    line-height: 120%;
}
#recruit_block .voice_box table {
    margin-top: 60px;
}
#recruit_block .voice_box table th {
    text-align: center;
    background: #f3f3f3;
    padding: 5px 10px;
    letter-spacing: 0.1em;
    font-weight: 500;
    border: 1px solid #e6e6e6;
}
#recruit_block .voice_box table td {
    text-align: center;
    padding: 10px;
    border: 1px solid #e6e6e6;
}
#recruit_block .voice_box .text_box {
    width: 1000px;
    margin: 25px auto 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 210%;
}

@media screen and (max-width: 840px) {
    #recruit_block .contents_inner {
        margin-top: -140px;
    }
    #recruit_block .voice_box img {
        width: 30%;
    }
    #recruit_block .detail_text {
        width: 65%;
        margin-left: 5%;
    }
    #recruit_block .voice_box .min {
        font-size: 28px;
        font-size: 2.8rem;
    }
    #recruit_block .voice_box .min .sp_br {
        display: none;
    }
    #recruit_block .voice_box .text_box {
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #recruit_block {
        margin-top: 40px;
    }
    #recruit_block h3 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    #recruit_block h3 span {
        font-size: 28px;
        font-size: 2.8rem;
    }
    #recruit_block .voice_box {
        margin-bottom: 50px;
        border-top: none;
    }
    #recruit_block .contents_inner {
        margin-top: 0;
    }
    #recruit_block .voice_box .left,
    #recruit_block .voice_box .right {
        width: 100%;
        float: none !important;
    }
    #recruit_block .voice_box img {
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 200px;
    }
    #recruit_block .voice_box .text_box {
        width: 95%;
        font-size: 15px;
        padding: 0 3%;
    }
    #recruit_block .voice_box .min {
        height: auto;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.06em;
        margin-top: 0;
        color: #fff;
        background-color: #3eb0f1;
        padding: 18px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    #recruit_block .detail_text {
        margin-left: 0;
    }
    #recruit_block .voice_box table {
        table-layout: fixed;
        width: 100%;
        margin-top: 30px;
    }
}

/*-----------------------------------
	equipment_block
-----------------------------------*/

#equipment_block {
    padding: 70px 0;
    background: #f7f7f7;
}
#equipment_block h3 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    color: #0087d4;
    margin-bottom: 70px;
}
#equipment_block h3 span {
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    color: #484848;
    margin-bottom: 10px;
}
#equipment_block table {
    width: 510px;
    margin-top: 30px;
    margin: 30px auto 0;
}
#equipment_block table th {
    color: #1e90d1;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 10px 10px 10px 0;
}
#equipment_block table td {
    padding: 10px 0 10px 10px;
}
footer {
    margin-top: 0;
}

@media screen and (max-width: 840px) {
    #equipment_block h3 span {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    #equipment_block {
        padding: 55px 0 40px;
    }
    #equipment_block h3 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 50px;
    }
    #equipment_block h3 span {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
    #equipment_block table {
        width: 100%;
    }
    #equipment_block table th,
    #equipment_block table td {
        display: block;
        margin: 0 auto;
        padding: 15px 0 20px;
    }
    #equipment_block table th {
        background: #1e90d1;
        color: #fff;
        text-align: center;
        padding: 1px 0 1px 0;
    }
}

/*-----------------------------------
	info_block
-----------------------------------*/

#info_block {
    padding-top: 50px;
    height: 250px;
    background: url(../img/recruit/info_bg_01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#info_block h3 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    color: #0087d4;
    margin-bottom: 70px;
}
#info_block h3 span {
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    color: #484848;
    margin-bottom: 10px;
}
#info_block a {
    display: block;
    width: 285px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background: #0085c3;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    border: none;
    box-shadow: 0 3px 0px 0px #1e4869;
}
#info_block a:hover {
    box-shadow: none !important;
    top: 6px;
}

@media screen and (max-width: 840px) {
    #info_block h3 span {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    #info_block {
        height: 220px;
    }
    #info_block h3 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 50px;
    }
    #info_block h3 span {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
    #info_block a {
        width: 100%;
        padding: 15px 0 !important;
    }
}
