@charset "UTF8";

/*-------------------
スマホ縦
-------------------*/
@media screen and (max-width: 480px){

#title-comment-photo-area{
    width: 100%;
}

#english-title-area{
    width: 100%;
    text-align: center;
    margin: 5% 0;
}

#english-title-area h2{
    font-size: 6vw;
    line-height: 8vw;
    color: #221714;
}

#english-title-area h2 span{
    font-size: 6vw;
    line-height: 8vw;
    color: #3d9cbf;
}

#comment-photo-area{
    width: 90%;
    height: 245px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#vertical-photo-area{
    width: 25%;
    background-image: url("../img/recruitment/vertical_photo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#vertical-photo-area img{
    width: 100%;
    vertical-align: top;
}

#comment-photo-box{
    width: 75%;
    display: flex;
    flex-direction: column;
}

#photo{
    width: 100%;
    text-align: right;
}

#photo img{
    width: 80%;
    text-align: right;
    vertical-align: top;
}

#comment{
    width: 90%;
    height: 100%;
    background-color: #5fb9d1;
    padding: 5%;
    margin: 3% 0 0 10%;
    display: flex;
    align-items: center;
}

#comment p{
    font-size: 3vw;
    line-height: 5vw;
    color: #fff;
}

#back-band{
    width: 100%;
    min-height: 100px;
    position: relative;
    top: -50px;
    background-color: #3d9cbf;
    z-index: -1;
}

#recruitment-area{
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -30px;
}

#recruitment-title{
    width: 100%;
}

#recruitment-title h3{
    font-size: 5vw;
    line-height: 6vw;
    text-align: center;
    color: #585b5b;
}

#important-notes{
    width: 100%;
    margin: 5% 0;
}

#important-notes p{
    font-size: 3vw;
    line-height: 3vw;
    color: #dc3836;
    text-align: center;
}

#recruitment-detail-area{
    width: 100%;
}

#recruitment-detail-area dl{
    width: 100%;
    border-left: 1px solid #3d9cbf;
    border-top: 1px solid #3d9cbf;
    border-right: 1px solid #3d9cbf;
    display: flex;
    flex-wrap: wrap;
}

#recruitment-detail-area dt{
    width: 100%;
    border-right: 1px solid #3d9cbf;
    border-bottom: 1px solid #3d9cbf;
    background-color: #9cd1e1;
    font-size: 3.5vw;
    line-height: 5.5vw;
    padding: 1%;
    text-align: center;
}

#recruitment-detail-area dd{
    width: 100%;
    border-bottom: 1px solid #3d9cbf;
    margin: 0;
    font-size: 3.5vw;
    line-height: 5.5vw;
    padding: 5%;
}

}
/*-------------------
スマホ横
-------------------*/
@media screen and (min-width: 481px) and (max-width: 896px) {

#title-comment-photo-area{
    width: 100%;
}

#english-title-area{
    width: 100%;
    text-align: center;
    margin: 5% 0 3%;
}

#english-title-area h2{
    font-size: 5vw;
    line-height: 6vw;
    color: #221714;
}

#english-title-area h2 span{
    font-size: 5vw;
    line-height: 6vw;
    color: #3d9cbf;
}

#comment-photo-area{
    width: 70%;
    height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#vertical-photo-area{
    width: 20%;
    background-image: url("../img/recruitment/vertical_photo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#vertical-photo-area img{
    width: 100%;
    vertical-align: top;
}

#comment-photo-box{
    width: 80%;
    display: flex;
    flex-direction: column;
}

#photo{
    width: 100%;
    text-align: right;
}

#photo img{
    width: 60%;
    text-align: right;
    vertical-align: top;
}

#comment{
    width: 90%;
    height: 100%;
    background-color: #5fb9d1;
    padding: 1% 5%;
    margin: 3% 0 0 10%;
    display: flex;
    align-items: center;
}

#comment p{
    font-size: 2vw;
    color: #fff;
}

#back-band{
    width: 100%;
    min-height: 130px;
    position: relative;
    top: -70px;
    background-color: #3d9cbf;
    z-index: -1;
}

#recruitment-area{
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: -50px;
}

#recruitment-title{
    width: 100%;
}

#recruitment-title h3{
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
    color: #585b5b;
}

#important-notes{
    width: 100%;
    margin: 2%;
}

#important-notes p{
    font-size: 2vw;
    line-height: 2vw;
    color: #dc3836;
    text-align: center;
    margin: 5%;
}

#recruitment-detail-area{
    width: 100%;
}

#recruitment-detail-area dl{
    width: 100%;
    border-left: 1px solid #3d9cbf;
    border-top: 1px solid #3d9cbf;
    border-right: 1px solid #3d9cbf;
    display: flex;
    flex-wrap: wrap;
}

#recruitment-detail-area dt{
    width: 30%;
    border-right: 1px solid #3d9cbf;
    border-bottom: 1px solid #3d9cbf;
    background-color: #9cd1e1;
    font-size: 2vw;
    line-height: 3vw;
    padding: 1%;
}

#recruitment-detail-area dd{
    width: 70%;
    border-bottom: 1px solid #3d9cbf;
    margin: 0;
    font-size: 2vw;
    line-height: 3vw;
    padding: 1%;
}

}
/*-----------------------
 タブレットスタイル(縦)
-------------------------*/
@media screen and (min-width: 897px) and (max-width: 1024px) {

#title-comment-photo-area{
    width: 100%;
}

#english-title-area{
    width: 100%;
    text-align: center;
    margin: 5% 0;
}

#english-title-area h2{
    font-size: 5vw;
    line-height: 6vw;
    color: #221714;
}

#english-title-area h2 span{
    font-size: 5vw;
    line-height: 6vw;
    color: #3d9cbf;
}

#comment-photo-area{
    width: 60%;
    height: 370px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#vertical-photo-area{
    width: 20%;
    background-image: url("../img/recruitment/vertical_photo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#vertical-photo-area img{
    width: 100%;
    vertical-align: top;
}

#comment-photo-box{
    width: 80%;
    display: flex;
    flex-direction: column;
}

#photo{
    width: 100%;
    text-align: right;
}

#photo img{
    width: 70%;
    text-align: right;
    vertical-align: top;
}

#comment{
    width: 90%;
    height: 100%;
    background-color: #5fb9d1;
    padding: 1% 5%;
    margin: 3% 0 0 10%;
    display: flex;
    align-items: center;
}

#comment p{
    font-size: 1.7vw;
    line-height: 2.7vw;
    color: #fff;
}

#back-band{
    width: 100%;
    min-height: 200px;
    position: relative;
    top: -100px;
    background-color: #3d9cbf;
    z-index: -1;
}

#recruitment-area{
    width: 60%;
    margin: 0 auto;
}

#recruitment-title{
    width: 100%;
}

#recruitment-title h3{
    font-size: 2.5vw;
    line-height: 2.5vw;
    text-align: center;
    color: #585b5b;
}

#important-notes{
    width: 100%;
    margin: 2%;
}

#important-notes p{
    font-size: 1.5vw;
    line-height: 1.5vw;
    color: #dc3836;
    text-align: center;
    margin: 5% 0;

}

#recruitment-detail-area{
    width: 100%;
}

#recruitment-detail-area dl{
    width: 100%;
    border-left: 1px solid #3d9cbf;
    border-top: 1px solid #3d9cbf;
    border-right: 1px solid #3d9cbf;
    display: flex;
    flex-wrap: wrap;
}

#recruitment-detail-area dt{
    width: 30%;
    border-right: 1px solid #3d9cbf;
    border-bottom: 1px solid #3d9cbf;
    background-color: #9cd1e1;
    font-size: 1.5vw;
    line-height: 2.5vw;
    padding: 1%;
}

#recruitment-detail-area dd{
    width: 70%;
    border-bottom: 1px solid #3d9cbf;
    margin: 0;
    font-size: 1.5vw;
    line-height: 2.5vw;
    padding: 1%;
}

}

/*-------------------
タブレット_横
-------------------*/
@media screen and (min-width: 1025px) and (max-width: 1400px) {

#title-comment-photo-area{
    width: 100%;
}

#english-title-area{
    width: 100%;
    text-align: center;
    margin: 5% 0 3%;
}

#english-title-area h2{
    font-size: 3vw;
    line-height: 4vw;
    color: #221714;
}

#english-title-area h2 span{
    font-size: 3vw;
    line-height: 4vw;
    color: #3d9cbf;
}

#comment-photo-area{
    width: 60%;
    height: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#vertical-photo-area{
    width: 20%;
    background-image: url("../img/recruitment/vertical_photo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#vertical-photo-area img{
    width: 100%;
    vertical-align: top;
}

#comment-photo-box{
    width: 80%;
    display: flex;
    flex-direction: column;
}

#photo{
    width: 100%;
    text-align: right;
}

#photo img{
    width: 70%;
    text-align: right;
    vertical-align: top;
}

#comment{
    width: 90%;
    height: 100%;
    background-color: #5fb9d1;
    padding: 4%;
    margin: 3% 0 0 10%;
    display: flex;
    align-items: center;
}

#comment p{
    color: #fff;
    font-size: 1.5vw;
    line-height: 2.5vw;
}

#back-band{
    width: 100%;
    min-height: 200px;
    position: relative;
    top: -100px;
    background-color: #3d9cbf;
    z-index: -1;
}

#recruitment-area{
    width: 60%;
    margin: 0 auto;
}

#recruitment-title{
    width: 100%;
}

#recruitment-title h3{
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
    color: #585b5b;
}

#important-notes{
    width: 100%;
    margin: 2%;
}

#important-notes p{
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #dc3836;
    text-align: center;
}

#recruitment-detail-area{
    width: 100%;
}

#recruitment-detail-area dl{
    width: 100%;
    border-left: 1px solid #3d9cbf;
    border-top: 1px solid #3d9cbf;
    border-right: 1px solid #3d9cbf;
    display: flex;
    flex-wrap: wrap;
}

#recruitment-detail-area dt{
    width: 30%;
    border-right: 1px solid #3d9cbf;
    border-bottom: 1px solid #3d9cbf;
    background-color: #9cd1e1;
    font-size: 1.3vw;
    line-height: 2.3vw;
    padding: 1%;
}

#recruitment-detail-area dd{
    width: 70%;
    border-bottom: 1px solid #3d9cbf;
    margin: 0;
    font-size: 1.3vw;
    line-height: 2.3vw;
    padding: 1%;
}

}

/*-------------------
ＰＣ
-------------------*/
@media all and (min-width: 1401px){

#title-comment-photo-area{
    width: 100%;
}

#english-title-area{
    width: 100%;
    text-align: center;
    margin: 5% 0 3%;
}

#english-title-area h2{
    font-size: 3vw;
    line-height: 4vw;
    color: #221714;
}

#english-title-area h2 span{
    font-size: 3vw;
    line-height: 4vw;
    color: #3d9cbf;
}

#comment-photo-area{
    width: 60%;
    height: 630px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#vertical-photo-area{
    width: 20%;
    background-image: url("../img/recruitment/vertical_photo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#vertical-photo-area img{
    width: 100%;
    vertical-align: top;
}

#comment-photo-box{
    width: 80%;
    display: flex;
    flex-direction: column;
}

#photo{
    width: 100%;
    text-align: right;
}

#photo img{
    width: 70%;
    text-align: right;
    vertical-align: top;
}

#comment{
    width: 90%;
    height: 100%;
    background-color: #5fb9d1;
    padding: 1% 2%;
    margin: 3% 0 0 10%;
    display: flex;
    align-items: center;
}

#comment p{
    color: #fff;
}

#back-band{
    width: 100%;
    min-height: 200px;
    position: relative;
    top: -100px;
    background-color: #3d9cbf;
    z-index: -1;
}

#recruitment-area{
    width: 60%;
    margin: 0 auto;
}

#recruitment-title{
    width: 100%;
}

#recruitment-title h3{
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
    color: #585b5b;
}

#important-notes{
    width: 100%;
    margin: 2%;
}

#important-notes p{
    font-size: 1vw;
    line-height: 1.5vw;
    color: #dc3836;
    text-align: center;
}

#recruitment-detail-area{
    width: 100%;
}

#recruitment-detail-area dl{
    width: 100%;
    border-left: 1px solid #3d9cbf;
    border-top: 1px solid #3d9cbf;
    border-right: 1px solid #3d9cbf;
    display: flex;
    flex-wrap: wrap;
}

#recruitment-detail-area dt{
    width: 30%;
    border-right: 1px solid #3d9cbf;
    border-bottom: 1px solid #3d9cbf;
    background-color: #9cd1e1;
    line-height: 2vw;
    padding: 1%;
}

#recruitment-detail-area dd{
    width: 70%;
    border-bottom: 1px solid #3d9cbf;
    margin: 0;
    line-height: 2vw;
    padding: 1%;
}

}
/*-------------------
印刷用
-------------------*/
@media print{

#title-comment-photo-area{
    width: 100%;
}

#english-title-area{
    width: 100%;
    text-align: center;
    margin: 5% 0 3%;
}

#english-title-area h2{
    font-size: 3vw;
    line-height: 4vw;
    color: #221714;
}

#english-title-area h2 span{
    font-size: 3vw;
    line-height: 4vw;
    color: #3d9cbf;
}

#comment-photo-area{
    width: 60%;
    height: 630px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#vertical-photo-area{
    width: 20%;
    background-image: url("../img/recruitment/vertical_photo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#vertical-photo-area img{
    width: 100%;
    vertical-align: top;
}

#comment-photo-box{
    width: 80%;
    display: flex;
    flex-direction: column;
}

#photo{
    width: 100%;
    text-align: right;
}

#photo img{
    width: 70%;
    text-align: right;
    vertical-align: top;
}

#comment{
    width: 90%;
    height: 100%;
    background-color: #5fb9d1;
    padding: 1% 2%;
    margin: 3% 0 0 10%;
    display: flex;
    align-items: center;
}

#comment p{
    color: #fff;
}

#back-band{
    width: 100%;
    min-height: 200px;
    position: relative;
    top: -100px;
    background-color: #3d9cbf;
    z-index: -1;
}

#recruitment-area{
    width: 60%;
    margin: 0 auto;
}

#recruitment-title{
    width: 100%;
}

#recruitment-title h3{
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
    color: #585b5b;
}

#important-notes{
    width: 100%;
    margin: 2%;
}

#important-notes p{
    font-size: 1vw;
    line-height: 1.5vw;
    color: #dc3836;
    text-align: center;
}

#recruitment-detail-area{
    width: 100%;
}

#recruitment-detail-area dl{
    width: 100%;
    border-left: 1px solid #3d9cbf;
    border-top: 1px solid #3d9cbf;
    border-right: 1px solid #3d9cbf;
    display: flex;
    flex-wrap: wrap;
}

#recruitment-detail-area dt{
    width: 30%;
    border-right: 1px solid #3d9cbf;
    border-bottom: 1px solid #3d9cbf;
    background-color: #9cd1e1;
    line-height: 2vw;
    padding: 1%;
}

#recruitment-detail-area dd{
    width: 70%;
    border-bottom: 1px solid #3d9cbf;
    margin: 0;
    line-height: 2vw;
    padding: 1%;
}

}


/*-------------------
共通
-------------------*/