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

.visual{
    position: relative;
    padding-top: 80px;
}

.visual h1{
    position: absolute;
    bottom: 3.33vw;
    left: 5.33vw;
    line-height: 1;
    color: #fff;
    letter-spacing: 0;
}

.visual h1 span{
    display: table;
    background: rgb(0, 0, 0, 0.5);
    padding: 0.4vw 0.67vw 0.67vw;
    border-radius: 0.8vw;
    font-size: 3.867vw;
    font-weight: 500;
    margin-top: 0.933vw;
}

.visual h1 small{
    display: inline-block;
    background: rgb(0, 0, 0, 0.5);
    padding: 0.67vw;
    border-radius: 0.8vw;
    font-size: 1.448vw;
    font-weight: bold;
    margin-top: 1.6vw;
}

.visual img{
    width: 100%;
}

.about{
    width: 100%;
    max-width: 1300px;
    padding: 190px 40px 158px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.about .imgArea{
    width: 45.082%;
}

.about .txtArea{
    width: 50%;
}

.about .txtArea h2{
    color: #3990cf;
    font-size: 2.0rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 48px;
}

.about .txtArea h2 span{
    display: block;
    font-size: 9.0rem;
    margin-bottom: 10px;
}

.about .txtArea h3{
    color: #3990cf;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 32px;
}

.about .txtArea p{
    font-size: 1.6rem;
    line-height: 2.0875;
    font-weight: 500;
    margin-bottom: 36px;
}

.workstyle{
    width: 100%;
    background: url("../img/common/bg01.png");
    padding: 100px 40px 158px;
}

.workstyle .ttlArea{
    width: 100%;
    max-width: 1290px;
    margin: 0 auto 58px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.workstyle .ttlArea h2{
    color: #3990cf;
    font-size: 2.0rem;
    line-height: 1;
    font-weight: bold;
}

.workstyle .ttlArea h2 span{
    display: block;
    font-size: 9.0rem;
    margin-bottom: 10px;
}

.workstyle ul{
    width: 100%;
    max-width: 1265px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.workstyle ul li{
    width: 31.46245%;
    background: #fff;
    border-radius: 11px;
    box-shadow: 8px 8px 0px 0px rgba(57, 144, 207, 0.5);
    padding: 30px 30px 36px;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1;
}

.workstyle ul li img{
    margin: 0 auto 24px;
}

.workstyle ul li strong{
    font-size: 4.0rem;
    font-weight: bold;
    color: #3990cf;
    display: block;
    margin-top: 10px;
}

.workstyle ul li strong span{
    font-size: 6.3rem;
}

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

.interview .ttlArea{
    width: 100%;
    max-width: 1290px;
    margin: 0 auto 58px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.interview .ttlArea h2{
    color: #3990cf;
    font-size: 2.0rem;
    line-height: 1;
    font-weight: bold;
}

.interview .ttlArea h2 span{
    display: block;
    font-size: 9.0rem;
    margin-bottom: 10px;
}

.interview ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
    gap: calc(83px / 2);
}

.interview ul li{
    width: calc((100% - 83px) / 3);
    border: 2px solid #3990cf;
    padding-top: 30px;
}

.interview ul li a{
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.interview ul li a::before{
    content: "";
    position: absolute;
    bottom: 17px;
    right: 17px;
    background: url("../img/common/icon02.svg");
    background-size: contain;
    width: 38px;
    height: 38px;
}

.interview ul li h3{
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.545;
    color: #3990cf;
    margin: 0 30px 65px;
}

.interview ul li p{
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1;
    margin: 0 30px 20px;
}

.interview ul li p .position{
    font-size: 1.8rem;
    margin-bottom: 20px;
    display: block;
}

.interview ul li p .en{
    font-size: 2.5rem;
    font-weight: normal;
    margin-top: 14px;
    display: block;
}

.interview ul li img{
    margin-top: auto;
}


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

.visual{
    padding-top: 15.625vw;
}

.visual h1{
    bottom: 4.5573vw;
    left: 4.948vw;
}

.visual h1 span{
    padding: 1.7vw 1.953125vw 1.953125vw;
    border-radius: 1.3020833vw;
    font-size: 8.0vw;
    margin-top: 1.953125vw;
}

.visual h1 small{
    padding: 1.953125vw;
    border-radius: 1.3020833vw;
    font-size: 3.11068vw;
    margin-top: 3.2552vw;
}

.about{
    padding: 14.0625vw 5.20833vw 13.28125vw;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.about .imgArea{
    width: 100%;
}

.about .imgArea img{
    width: 81.38020833vw;
    margin-bottom: 16.145833vw;
}

.about .imgArea a{
    margin: 0 0 0 auto;
    display: table !important;
}

.about .txtArea{
    width: 74.21875vw;

}

.about .txtArea h2{
    font-size: 3.2552vw;
    margin-bottom: 8.854167vw;
}

.about .txtArea h2 span{
    font-size: 11.71875vw;
    margin-bottom: 2vw;
}

.about .txtArea h3{
    font-size: 4.9479167vw;
    margin-bottom: 4.167vw;
}

.about .txtArea p{
    font-size: 3.3854167vw;
    line-height: 1.5077;
    margin-bottom: 15.625vw
}

.workstyle{
    background: url("../img/common/bg01.png");
    background-size: 26.041667vw auto;
    padding: 13.671875vw 5.20833vw 9.895833vw;
}

.workstyle .ttlArea{
    margin: 0 auto 7.8125vw;
}

.workstyle .ttlArea h2{
    font-size: 3.2552vw;
}

.workstyle .ttlArea h2 span{
    font-size: 11.71875vw;
    margin-bottom: 2vw;
}

.workstyle ul{
    flex-wrap: wrap;
    row-gap: 3.645833vw;
}

.workstyle ul li{
    width: 42.1875vw;
    border-radius: 1.4323vw;
    box-shadow: 1.823vw 1.823vw 0px 0px rgba(57, 144, 207, 0.5);
    padding: 3.2552vw 0 3.90625vw;
    font-size: 2.12vw;
}

.workstyle ul li img{
    margin: 0 auto 2.6vw;
    width: 23.4375vw;
}

.workstyle ul li strong{
    font-size: 6.069vw;
    margin-top: 2.0833vw;
}

.workstyle ul li strong span{
    font-size: 6.67578125vw;
}

.workstyle > a{
    margin: 9.5vw 0 0 auto;
    display: table !important;
}

.interview{
    padding: 18.229167vw 0 0;
}

.interview .ttlArea{
    margin: 0 5.20833vw 13.8020833vw;
}

.interview .ttlArea h2{
    font-size: 3.2552vw;
}

.interview .ttlArea h2 span{
    font-size: 11.71875vw;
    margin-bottom: 2vw;
}

.interview .wrap{
    width: 100%;
    overflow-x: scroll;
}

.interview ul{
    /* width: 398.8291602vw; */
    width: 468vw;
    max-width: inherit;
    padding: 0 5.20833vw;
    gap: 6.12vw;
}

.interview ul li{
    width: 59.6354167vw;
    border: 0.26vw solid #3990cf;
    padding-top: 4.4270833vw;
}

.interview ul li a::before{
    bottom: 2.21354167vw;
    right: 2.21354167vw;
    width: 5.6vw;
    height: 5.6vw;
}

.interview ul li h3{
    font-size: 3.29427vw;
    margin: 0 3.90625vw 9.765625vw;
}

.interview ul li p{
    font-size: 5.24088vw;
    margin: 0 3.90625vw 2.6vw;
}

.interview ul li p .position{
    font-size: 2.6953125vw;
    margin-bottom: 3.645833vw;
}

.interview ul li p .en{
    font-size: 3.7434895833vw;
    margin-top: 2.34375vw;
}

.interview > a{
    margin: 9.5vw 5.20833vw 0 auto;
    display: table !important;
}

}