@charset "utf-8";

#recruit h3.heading{
    color: #28d2a5;
}

#recruit .sec1 h2{
    font-size: 3rem;
    font-family: ten-mincho-text, serif;
    margin: 0 40px 30px;
}
#recruit .sec1 .img_area{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
}
#recruit .sec1 .img_area img{
    width: 45%;
    border-radius: 40px 0;
}
#recruit .sec1 .img_area .icon_box{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: space-between;
}
#recruit .sec1 .img_area .icon_box figure{
    width: 32%;
    text-align: center;
    border: 3px solid #191919;
    padding: 28px 0;
    margin-bottom: 10px;
}
#recruit .sec1 .img_area .icon_box figure figcaption{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
#recruit .sec1 .img_area .icon_box figure img{
    width: 50%;
    border-radius: 0;
    display: block;
    margin: 0 auto;
}
#recruit .sec1 p{
    width: auto;
    margin: 20px;
    line-height: 1.6;
}
@media screen and (max-width: 1024px) {
    #recruit .sec1 h2{
        font-size: 2rem;
        margin: 0 0 6%;
    }
    #recruit .sec1 .img_area{
        display:block;
    }
    #recruit .sec1 .img_area img{
        width: 80%;
        display: block;
        margin: 0 auto 6%;
    }
    #recruit .sec1 .img_area .icon_box{
        width: auto;
        margin: 0 2%;
    }
    #recruit .sec1 .img_area .icon_box figure{
        width: 32%;
        border: 2px solid #191919;
        padding: 5% 0;
        margin-bottom: 2%;
    }
    #recruit .sec1 .img_area .icon_box figure figcaption{
        font-size: 1.3rem;
        margin-bottom: 8%;
    }
    #recruit .sec1 .img_area .icon_box figure img{
        width: 50%;
        margin: 0 auto;
        display: block;
        border-radius: 0;
    }
    #recruit .sec1 p{
        margin: 4% 2% 0;
    }
}

#recruit .sec2 .box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 90px;
}
#recruit .sec2 .box:nth-of-type(2){
    flex-direction: row-reverse;
}
#recruit .sec2 .box:nth-of-type(3){
    margin-bottom: 10px;
}
#recruit .sec2 .box .ttl_area{
    width: 10%;
}
#recruit .sec2 .box .ttl_area .ttl{
    width: 100%;
    color: #28d2a5;
    border: 3px solid #ccc;
    display: inline-block;
    text-align: center;
    padding: 10px;
}
#recruit .sec2 .box .ttl_area .ttl p:first-of-type{
    font-size: 1.2rem;
    line-height: 1;
}
#recruit .sec2 .box .ttl_area .ttl hr{
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
}
#recruit .sec2 .box .ttl_area .ttl p:last-of-type{
    font-family: oswald, sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
}
#recruit .sec2 .box .ttl_area h2{
    font-family: ten-mincho-text, serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3rem;
    margin: 15px 0 0 5px;
}
#recruit .sec2 .box .content_area{
    width: 85%;
}
#recruit .sec2 .box:nth-of-type(1) .content_area{
    background: url(../img/recruit/sec2_bg1.png) no-repeat;
    background-position: top center;
    background-size: auto;
}
#recruit .sec2 .box:nth-of-type(2) .content_area{
    background: url(../img/recruit/sec2_bg2.png) no-repeat;
    background-position: top center;
    background-size: auto;
}
#recruit .sec2 .box:nth-of-type(3) .content_area{
    background: url(../img/recruit/sec2_bg3.png) no-repeat;
    background-position: top center;
    background-size: auto;
}
#recruit .sec2 .box .content_area img{
    width: 300px;
    display: block;
    margin: 0 60px 0 auto;
    border-radius: 40px 0;
}
#recruit .sec2 .box:nth-of-type(2) .content_area img{
    margin: 0 auto 0 60px;
}
#recruit .sec2 .box .content_area h4{
    font-family: oswald, sans-serif;
    font-size: 5rem;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
    margin: 10px 30px 10px 0;
    line-height: 1;
}
#recruit .sec2 .box:nth-of-type(2) .content_area h4{
    flex-direction: row;
    margin: 10px 0 10px 30px;
}
#recruit .sec2 .box .content_area h4 span{
    color: #191919;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 20px;
}
#recruit .sec2 .box:nth-of-type(2) .content_area h4 span{
    margin:0 0 0 20px;
}
#recruit .sec2 .box .content_area p{
    background: #fff;
    margin: 0 30px;
    padding: 30px;
    box-shadow: 10px 10px 0px 0px #191919;
}
@media screen and (max-width:1024px) {
    #recruit .sec2 .box{
        display:block;
        margin-bottom: 12%;
    }
    #recruit .sec2 .box:nth-of-type(3){
        margin-bottom: 5px;
    }
    #recruit .sec2 .box .ttl_area{
        width: auto;
        display: flex;
        align-items: center;
    }
    #recruit .sec2 .box .ttl_area .ttl{
        width: 18%;
        padding: 2% 0;
        margin-right: 2%;
    }
    #recruit .sec2 .box .ttl_area .ttl p:first-of-type{
        font-size: 1rem;
    }
    #recruit .sec2 .box .ttl_area .ttl hr{
        margin: 2% 10%;
    }
    #recruit .sec2 .box .ttl_area .ttl p:last-of-type{
        font-size: 2rem;
    }
    #recruit .sec2 .box .ttl_area h2{
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        font-size: 2rem;
        margin: 0;
    }
    #recruit .sec2 .box .content_area{
        width: auto;
        margin-top: 6%;
    }
    #recruit .sec2 .box:nth-of-type(1) .content_area{
        background: url(../img/recruit/sp/sec2_bg1.png) no-repeat;
        background-position: top center;
        background-size: contain;
    }
    #recruit .sec2 .box:nth-of-type(2) .content_area{
        background: url(../img/recruit/sp/sec2_bg2.png) no-repeat;
        background-position: top center;
        background-size: contain;
    }
    #recruit .sec2 .box:nth-of-type(3) .content_area{
        background: url(../img/recruit/sp/sec2_bg3.png) no-repeat;
        background-position: top center;
        background-size: contain;
    }
    #recruit .sec2 .box .content_area img{
        width: 45%;
        display: block;
        margin: 0 5% 0 auto;
    }
    #recruit .sec2 .box:nth-of-type(2) .content_area img{
        margin: 0 5% 0 auto;
    }
    #recruit .sec2 .box .content_area h4{
        font-size: 3rem;
        display: block;
        margin: 10px 0 10px auto;
        width: 50%;
    }
    #recruit .sec2 .box:nth-of-type(2) .content_area h4{
        margin: 10px 0 10px auto;
    }
    #recruit .sec2 .box .content_area h4 span{
        font-size: 1.4rem;
        margin: 3% 0 0 0;
        display: block;
    }
    #recruit .sec2 .box:nth-of-type(2) .content_area h4 span{
        margin:0;
    }
    #recruit .sec2 .box .content_area p{
        margin: 0 3%;
        padding: 3%;
        box-shadow: 5px 5px 0px 0px #191919;
    }
}

#recruit .sec3 table,
#recruit .sec3 table th,
#recruit .sec3 table td{
    border-collapse: collapse;
}
#recruit .sec3 table{
    border-collapse: collapse;
    width: 100%;
}
#recruit .sec3 table th{
    border-top: 1px solid #ccc;
    text-align: left;
    font-weight: bold;
    width: 15%;
    padding-left: 10px;
}
#recruit .sec3 table td{
    border-top: 1px solid #ccc;
    padding: 20px 10px 20px 0;
    line-height: 1.6;
}
#recruit .sec3 table th:last-of-type,
#recruit .sec3 table td:last-of-type{
    border-bottom: 1px solid #ccc;
}
#recruit .sec3 .btn_area{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
#recruit .sec3 .btn_area a:first-of-type{
    margin-right: 30px;
}
#recruit .sec3 .btn_area a:first-of-type::before{
    content: "";
    position: absolute;
    top:40%;
    left: 15px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #261a03;
    border-left: 2px solid #261a03;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#recruit .sec3 .btn_area a:first-of-type:after{
    content: normal;
}
@media screen and (max-width:1024px) {
    #recruit .sec3 table,
    #recruit .sec3 table th,
    #recruit .sec3 table td{
        display: block;
        width: 100%;
        border: 0;
    }
    #recruit .sec3 table th{
        background: #f3f3f3;
        text-align: center;
        padding:3% 0;
    }
    #recruit .sec3 table th:last-of-type,
    #recruit .sec3 table td:last-of-type{
        border-bottom:0;
    }
    #recruit .sec3 table td{
        padding:5% 2%;
    }
    #recruit .sec3 table td span{
        margin-left:5px;
        display: block;
    }
    #recruit .sec3 .btn_area{
        display: block;
        margin-top: 8%;
    }
    #recruit .sec3 .btn_area a:first-of-type{
        margin: 0 auto 4%;
    }
}



