@charset "utf-8";

/*------------------------------------------------------
    top
------------------------------------------------------*/
body * {
    font-family: "Noto Sans Japanese","Open Sans","メイリオ",sans-serif;

}
body {
    min-width: unset;

}
.main a {
    text-decoration: none;
}
.main-view {
    text-align: center;
    margin-top: 15.8vw;
}
.main-view h1 {
    font-size: 13.867vw;
    color: #2C317D;
    line-height: 8.5vw;
}
.main-view h1 span {
    font-size: 3.467vw;
    color: #333;
}
.main-view h2 {
    font-size: 6.133vw;
    color: #2C317D;
    font-weight: 500;
    margin: 6.5vw 0 0 2vw;
}
.main-view p {
    width: 94vw;
    font-size: 3.467vw;
    margin: 3.2vw auto 0;
    line-height: 5.6vw;
}


.list {    
    margin-top: 13vw;
}
.staff-area {
    margin-bottom: 6vw;
}
.staff-comment {
    margin-top: 56vw;
    padding-bottom: 3vw;
}
.staff-comment p {
    color: #fff;
    text-align: center;
}
.staff-comment .motto {
    font-size: 4.533vw;

}
.staff-comment .name {
    font-size: 4.533vw;
    margin-top: 4vw;
    border-top: 1px solid #fff;
    padding-top: 3.3vw;
}
.staff-comment .occupation {
    font-size: 3.467vw;
    margin-top: 1vw;
    letter-spacing: 0.2vw;
}

.staff-area01 a{
    display: inline-block;
    background: url(/interview/sp/images/staff_img01.jpg)no-repeat;
    background-size: cover;
    width: 100%;
    height: 97.733vw;
}
.staff-area02 a{
    display: inline-block;
    background: url(/interview/sp/images/staff_img02.jpg)no-repeat;
    background-size: cover;
    width: 100%;
}
.staff-area03 a{
    display: inline-block;
    background: url(/interview/sp/images/staff_img03.jpg)no-repeat;
    background-size: cover;
    width: 100%;
}
.staff-area04 a{
    display: inline-block;
    background: url(/interview/sp/images/staff_img04.jpg)no-repeat;
    background-size: cover;
    width: 100%;
}
.staff-area05 a{
    display: inline-block;
    background: url(/interview/sp/images/staff_img05.jpg)no-repeat;
    background-size: cover;
    width: 100%;
}
.staff-area06 a{
    display: inline-block;
    background: url(/interview/sp/images/staff_img06.jpg)no-repeat;
    background-size: cover;
    width: 100%;
}
.twoline {
    margin-top: 52vw;
}
.twoline .name {
    margin-top: 7vw;
}
.staff-area06 {
    margin-bottom: 13vw;
}






