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

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

.visual h1{
    position: absolute;
    bottom: 4.267vw;
    left: 9.33vw;
    font-size: 1.33vw;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.visual h1 span{
    font-size: 8.67vw;
    margin-bottom: -0.5vw;
    display: block;
}

.visual img{
    width: 100%;
}

.about{
    width: 100%;
    background: url("../img/about/bg01.png");
    padding: 90px 40px 148px;
}

.about > ul{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.about > ul > li{
    width: 100%;
    padding-bottom: 56px;
    margin-bottom: 50px;
    position: relative;
}

.about > ul > li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}

.about > ul > li::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #509cd5 0%, #a2cb3c 100%);
}

.about > ul > li:last-child::before{
    display: none;
}

.about > ul > li h3{
    font-size: 5.0rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #3990cf;
    margin-bottom: 32px;
}

.about > ul > li h4{
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.about > ul > li p{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.0875;
    text-align: center;
    color: #fff;
}

.about > ul > li ul{
    width: 100%;
    display: flex;
    gap: 15px;
}

.about > ul > li ul li{
    width: calc((100% - 15px) / 2);
}

.about > ul > li ul li h4{
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #3990cf;
    margin-bottom: 10px;
}

.about > ul > li ul li dl{
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, .1);
    padding: 38px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.about > ul > li ul li dl dt{
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
}

.about > ul > li ul li dl dd{
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-top: 6px;
}

.message{
    width: 100%;
    padding: 120px 40px 165px;
    position: relative;
}

.message::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #509cd5 0%, #a2cb3c 100%);
}

.message .wrap{
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.message .wrap h2{
    color: #3990cf;
    font-size: 2.0rem;
    line-height: 1;
    font-weight: bold;
    width: 100%;
    margin-bottom: 80px;
}

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

.message .wrap .imgArea{
    width: 35.84%;
}

.message .wrap .txtArea{
    width: 57.92%;
}

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

.message .wrap .txtArea p{
    font-size: 1.6rem;
    line-height: 2.0875;
    font-weight: 500;
}

.office{
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 138px 40px 0;
}

.office h2{
    color: #3990cf;
    font-size: 2.0rem;
    line-height: 1;
    font-weight: bold;
    width: 100%;
    margin-bottom: 80px;
}

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

.office > ul > li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 125px;
    letter-spacing: .075em;
}

.office > ul > li:last-child{
    margin-bottom: 0;
}

.office > ul li h3{
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
    width: 33.76%;
}

.office > ul li dl{
    width: 52.32%;
}

.office > ul li dl div{
    display: flex;
    margin-bottom: 27px;
}

.office > ul li dl div:last-child{
    margin-bottom: 0;
}

.office > ul li dl div dt{
    width: 28.13%;
    font-size: 2.0rem;
    line-height: 1.75;
    font-weight: bold;
    padding-bottom: 22px;
    border-bottom: 1px solid #878787;
}

.office > ul li dl div:last-child dt{
    padding-bottom: 0;
    border-bottom: none;
}

.office > ul li dl div dd{
    width: 71.87%;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.75;
    padding-bottom: 22px;
    border-bottom: 1px solid #878787;
}

.office > ul li dl div:last-child dd{
    padding-bottom: 0;
    border-bottom: none;
}

.office > ul li dl div dd .pc{
    display: inline !important;
}

.office > ul li dl div dd a{
    font-size: 1.8rem;
    font-weight: bold;
    color: #3990cf;
    display: block;
}

.office > ul li .imgArea{
    width: 12.8%;
    margin: 0 0 0 auto;
}

.office > ul li .imgList{
    width: 100%;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}


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

.visual{
    padding-top: 15.625vw;
}

.visual h1{
    bottom: 7.552vw;
    left: 5.20833vw;
    font-size: 3.3854167vw;
}

.visual h1 span{
    font-size: 16.927vw;
    margin-bottom: -1vw;
}

.about{
    background: url("../img/about/bg01.png");
    background-size: 26.04167vw auto;
    padding: 10.15625vw 5.2vw 23.4375vw;
}

.about > ul > li{
    padding-bottom: 13vw;
    margin-bottom: 13vw;
}

.about > ul > li::before{
    height: 0.390625vw;
}

.about > ul > li h3{
    font-size: 9.1145833vw;
    margin-bottom: 5.9895833vw;
}

.about > ul > li h4{
    font-size: 4.6875vw;
    line-height: 1.48611;
    margin-bottom: 6.77vw;
}

.about > ul > li p{
    font-size: 3.2552vw;
}

.about > ul > li ul{
    flex-wrap: wrap;
    gap: 10.6770833vw;
}

.about > ul > li ul li{
    width: 100%;
}

.about > ul > li ul li h4{
    font-size: 4.19vw;
    margin-bottom: 1.953125vw;
}

.about > ul > li ul li dl{
    height: auto;
    padding: 8vw 5.2vw;
    gap: 7.8125vw;
}

.about > ul > li ul li dl dt{
    font-size: 4.19vw;
}

.about > ul > li ul li dl dd{
    font-size: 2.578125vw;
    margin-top: 1.3vw;
}

.message{
    padding: 13.28125vw 5.2vw 14.0625vw;
}

.message .wrap{
    flex-direction: column-reverse;
    align-items: flex-start;
}

.message .wrap h2{
    font-size: 3.2552vw;
    margin-bottom: 15.104167vw;
    order: 1;
}

.message .wrap h2 span{
    font-size: 11.71875vw;
    margin-bottom: 2vw;
}

.message .wrap .imgArea{
    width: 70.052vw;
}

.message .wrap .txtArea{
    width: 100%;
    margin-bottom: 15.104167vw;
}

.message .wrap .txtArea h3{
    font-size: 4.9479167vw;
    margin-bottom: 4.6875vw;
}

.message .wrap .txtArea p{
    font-size: 3.3854167vw;
}

.office{
    padding: 11.979167vw 5.2vw 0;
}

.office h2{
    font-size: 3.2552vw;
    margin-bottom: 11.45833vw;
}

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

.office > ul > li{
    margin-bottom: 14.5833vw;
}

.office > ul li h3{
    font-size: 3.515625vw;
    width: 100%;
    margin-bottom: 5.9895833vw;
}

.office > ul li dl{
    width: 56.640625vw;
}

.office > ul li dl div{
    margin-bottom: 1.04167vw;
    flex-wrap: wrap;
}

.office > ul li dl div dt{
    font-size: 3.125vw;
    padding-bottom: 1.3vw;
}

.office > ul li dl div dd{
    font-size: 3.125vw;
    padding-bottom: 1.3vw;
}

.office > ul li dl div dd a{
    font-size: 3.125vw;
}

.office > ul li .imgArea{
    width: 26.04167vw;
}

.office > ul li .imgList{
    margin-top: 8.59375vw;
    flex-wrap: wrap;
    gap: 0.78125vw;
}

.office > ul li .imgList li{
    width: calc((100% - 0.78125vw) / 2);
}

}