@charset "UTF-8";
/* =====================================
	recruitment
===================================== */

body{
    background: #f2f6f8;
}

header{
    position: relative;
    background: #fff;
}

header nav ul li a{
    color: #000;
}

.visual{
    width: 100%;
    padding: 135px 40px 136px;
}

.visual h1{
    max-width: 1220px;
    margin: 0 auto;
    font-size: 13.0rem;
    color: #08476e;
    line-height: 1;
}

.visual h1 small{
    font-size: 2.0rem;
    display: block;
    margin-top: -4px;
}

.detail{
    width: 100%;
    padding: 0 40px;
}

.detail dl{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    border-bottom: 1px solid #7d9eb3;
}

.detail dl div{
    display: flex;
    border-top: 1px solid #7d9eb3;
    padding: 32px 0;
    line-height: 1.882353;
    color: #08476e;
}

.detail dl div dt{
    font-size: 2.0rem;
    font-weight: 300;
    width: 25%;
}

.detail dl div dd{
    font-size: 1.7rem;
    padding-top: 0.2rem;
}




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

.visual{
    padding: 11.979167vw 5.2vw 14.32vw;
}

.visual h1{
    font-size: 16.927vw;
}

.visual h1 small{
    font-size: 3.2552vw;
    margin-top: -0.52vw;
}

.detail{
    padding: 0 5.2vw;
}

.detail dl div{
    padding: 5.2vw 0;
}

.detail dl div dt{
    font-size: 3.645833vw;
    width: 35.5%;
}

.detail dl div dd{
    font-size: 3.125vw;
    padding-top: 0.117647em;
}

}