@charset "UTF-8";





main {
    display: block;
}

main img {
    max-width: 100%;
    width: auto;
}
.topImage {
    width: 100%;
}
.recruit:before {
    content: " ";
    display: block;
    width: 100%;
    height: 350px;
    background: #ffffff url(../images/recruit_topimg.jpg) center no-repeat;
    background-size: cover;
}
.recruit-ttl {
    margin-top: 99px;
}
@media screen and (max-width:480px) {
    .recruit:before {
        height: 25rem;
    }
    .recruit-ttl {
        margin-top: 4.4rem;
    }
}
.recruit_text{
    font-size: 2.0rem;
    line-height: 2;
	letter-spacing: 0.02em;
    text-align: center;
    font-weight:  bold;
    margin-top: 45px;
}

#page-recruit-nav-area .inner {
    margin: 65px auto 77px;
    position: relative;
    display: flex;
}
#recruit-nav {
    margin: 0 auto 0;
}
#recruit-nav .red {
    color: #ff0000;
}
#recruit-nav .gray {
    color: #555555;
}
#recruit-nav .yellow {
    color: #888844;
}
#recruit-nav .green {
    color: #558844;
}
#recruit-nav li{
    width: 475px;
    margin-bottom: 35px;
    background: url(../images/bg_service.png) 0 0 repeat;
}
#recruit-nav li:nth-child(odd) {
    float: left;
    clear: both;
}
#recruit-nav li:nth-child(even) {
    float: right;
    margin-left: 50px;
}
#recruit-nav li a{
    display: block;
    position: relative;
    line-height: 80px;
    font-size: 14px;
    padding-left: 31px;
}
@media screen and (max-width:480px) {
    #page-recruit-nav-area .inner {
        margin: 40px auto 77px;
    }
    #recruit-nav {
       width: 89%;
    }
    #recruit-nav li{
        width: 100%;
        margin-bottom: 15px;
    }
    #recruit-nav li:nth-child(odd) {
        float: none;
    }
    #recruit-nav li:nth-child(even) {
        float: none;
        margin-left: 0px;
    }
}
.title_en {
    font-size: 2.8rem;
}
.title_jp {
    margin-left: 33px;
    font-size: 1.6rem;
}
.traiangle{
    position: absolute;
    right: 22px;
}

.recruit-details {
    background: url(../images/bg_service.png) 0 0 repeat;
}
.recruit-details .inner {
    width: 70%;
    margin: 0 auto 0;
    padding-bottom: 92px;
}
.recruit-details .recruit-info{
    margin-top:75px;
}
.recruit-details h2{
    font-size: 2.5rem;
    text-align: center;
    padding-top: 64px;
}
hr {
    height: 1px;
    border: none;
    border-top: 1px #999999 solid;
    margin-bottom: 35px;
}
.recruit-details h3{
    font-size: 2.2rem;
    padding-left: 26px;
    position: relative;
}
.recruit-details h3::before{
    background: #999999;
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 32px;
    top: 6px;
    left: 0;
}
.recruit-details dl {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}
.recruit-details dt{
    font-size: 1.5rem;
    font-weight: bold;
    float:left;
    clear:left;
    width:20%;

}
.recruit-details dd{
    font-size: 1.5rem;
    float:left;
    width:80%;
}
@media screen and (max-width:480px) {
    .recruit-details .inner {
        width: 89%;
    }
    .recruit-details dt{
        float: none;
        width:100%;
    }
    .recruit-details dd{
        float: none;
        width:100%;
    }
}
.recruit-proper .inner {
    width: 70%;
    margin: 65px auto 0;
}
.recruit-proper h2{
    font-size: 2.5rem;
    text-align: center;
    padding-top: 64px;
}
.recruit-proper h3{
    font-size: 2.2rem;
    padding-left: 26px;
    position: relative;
}
.recruit-proper h3::before{
    background: #999999;
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 32px;
    top: 6px;
    left: 0;
}
.recruit-proper dl {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}
.recruit-proper dt{
    font-size: 1.5rem;
    font-weight: bold;
    float:left;
    clear:left;
    width:15%;

}
.recruit-proper dd{
    font-size: 1.5rem;
    float:left;
    width:80%;
}
@media screen and (max-width:480px) {
    .recruit-proper .inner {
        width: 89%;
        margin: 5.1rem auto 0;
    }
    .recruit-proper dt{
        float: none;
        clear: none;
        width: 100%;;
    
    }
    .recruit-proper dd{
        font-size: 1.5rem;
        float: none;
        width: 100%;
    }
}
.howto {
    margin-top: 78px; 
}
.howto .inner {
    width: 70%;
    margin: 0 auto 0;
    border: solid 5px #dddddd;
    margin: 0 auto 100px;
    box-sizing: border-box;
    padding-top: 45px;
    padding-bottom: 90px;
    padding-right: 39px;
    padding-left: 39px;
}

.howto h2{
    font-size: 2.5rem;
    text-align: center;
}
.howto_text {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 48px;   
}
.howto .contactbtn{
    display: flex;
    width: 300px;
    height: 57px;
    background-color: #ff0000;
    color: #fff;
    font-size: 1.7rem;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 30px auto 0;
}
@media screen and (max-width:480px) {
    .howto .inner {
        width: 89%;
    }
    .howto .contactbtn{
        width: 24rem;
        height: 5.7rem;
    }
}
