
/* CSS Document */

/*==================================================

Each contents
=================================================*/

.recruit-top {
    width: 100%;
    background-color: #d8e4f5;
    background-image: url("../../recruit/images/recruit_bg_left.png"),url("../../recruit/images/recruit_bg_right.png");
    background-position: left top,right top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.recruit-top .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.recruit-top .inner .icon {
    width: 142px;
    text-align: center;
    margin: 0 auto;
}
.recruit-top .inner .icon-l {
    width: 178px;
    text-align: center;
    margin: 0 auto;
}
.recruit-top .inner h1 {
    font-size: 5.5rem;
    text-align: center;
    color: #2865c2;
    margin: 40px 0;
}
.recruit-top .inner p {
    text-align: center;
    letter-spacing: .1em;
    line-height: 240%;
}


@media only screen and (min-width:1px) and (max-width: 768px) {
    
   .recruit-top {
        width: 100%;
        background-color: #d8e4f5;
        background-image: url("../../recruit/images/recruit_bg_left.png");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 10% 0;
    }
    .recruit-top .inner {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .recruit-top .inner .icon {
        width: 142px;
        margin: 0 auto;
    }
    .recruit-top .inner h1 {
        font-size: 5vw;
        text-align: center;
        color: #2865c2;
        margin: 6% 0;
    }
    .recruit-top .inner p {
        text-align: center;
        letter-spacing: .1em;
        line-height: 240%;
    }

}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

