@charset "utf-8";

/*============================
事業紹介
============================*/
.about.business .content_wrap{
    padding-bottom: clamp(50px, 28.814px + 5.65vw, 100px);
}
.about.business .honbun{
    margin-top: 20px;
}
.about.business .sec{
    position: relative;
    padding-top: 0px;
    margin-top: clamp(30px, 17.288px + 3.39vw, 60px);
}
.about.business .sec1{
    padding-top: clamp(40px, 23.051px + 4.52vw, 80px);
    margin-top: 0px;
}
.about.business .flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.about.business .illust{
    width: 610px;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
}
.about.business .icon{
    width: 90px;
    margin-right: 20px;
}
.about.business h2{
    margin-bottom: 40px;
    text-align: center;
}
.about.business .sec2 h3{
    background: var(--navyColor);
    color: var(--lightGrayColor);
    font-weight: 700;
    font-size: clamp(20px, 16.61px + 0.904vw, 28px);
    padding: 9px 20px;   
}
.about.business h3 .num{
    font-size: 32px;
    font-family: "Outfit", sans-serif;
    margin-right: 17px;
}
.about.business h3{
    font-weight: 700;
    font-size: clamp(20px, 16.61px + 0.904vw, 28px); 
}
.about.business h3 strong{
    color:#495577;
    font-weight: 700;
}
.about.business .flow {
    border-radius: 20px;
    padding: 10px;
    background: #f5f5f5;
    align-items: center;
    position: relative;
    width: 800px;
    margin: 0 auto;
     margin-bottom: clamp(20px, 11.525px + 1.13vw, 30px);
}
.about.business .flow:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #f5f5f5;   
}
.about.business .y_point{
    background: #fdd000;
    max-width: 450px;
    padding: 10px;
    font-size: clamp(16px, 14.305px + 0.452vw, 20px);
    text-align: center;
    font-weight: 700;
    border-radius: 20px; 
    margin: 0 auto;
    margin-bottom: clamp(20px, 11.525px + 1.13vw, 30px);
}
.about.business .kome{
    font-size: 15px;
}
.about.business .wide{
    margin: 40px auto 0;
    display: block;
}
.about.business .wide90{
    width: 90%;
}
.about.business .point.mt{
    margin-top: 60px;
}
.about.business h4{
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    margin-bottom: 28px;
}
.about.business h4 strong{
    color: var(--navyColor);    
}
.about.business h4 span{
    font-size: 19px;
    display: block;
}
.about.business h5{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background: var(--sunnyYellowColor);
    width: 100%;
    padding: 7px;
    text-align: center;
    margin-bottom: 20px;
}
.about.business .flex_3{
    justify-content: space-between;    
}
.about.business .flex_3 div{
    width: 30%;
}
.about.business .flex_3 div img{
    width: 100%;
}
.about.business .bg{
    padding: 200px 0;    
}
.about.business .bg h4{
    background: #ffffffe6;
    padding: 50px;
    border-radius: 20px;
}
.about.business .matome{
    background-image: url("../img/about/business/bg1.jpg");
    background-size: cover;
}
.about.business .tumari{
    background-image: url("../img/about/business/bg2.jpg");
    background-size: cover;
}
.about.business .box_wrap{
    margin-top: 60px;
}
.about.business .img_txt .flex{
    justify-content: space-between;
}
.about.business .img_txt .flex .box{
    width: 48%;
}
.about.business .img_txt .flex .box img{
    margin-bottom: 20px;
}
.about.business .box_wrap .center{
    text-align: center;
    margin-top: 20px;
}
.about.business .list li{
    position: relative;
    padding-left: 20px;
}
.about.business .list li:after{
    position: absolute;
    content: "●";
    color: #495577;
    top: 8px;
    left: 0;
    font-size: 9px;
}


@media screen and (max-width: 767px) {
    .about.business .content_wrap{
        padding-bottom: clamp(50px, 28.814px + 5.65vw, 100px);
    }
    .about.business .honbun{
        margin-top: 20px;
    }
    .about.business .sec{
        position: relative;
        padding-top: 0px;
        margin-top: clamp(30px, 17.288px + 3.39vw, 60px);
    }
    .about.business .sec1{
        padding-top: clamp(40px, 23.051px + 4.52vw, 80px);
        margin-top: 0px;
    }
    .about.business .sec1 .flex{
        display: flex;
        padding: 5%;
    }
    .about.business .flex{
        align-items: center;
        padding: clamp(20px, 15.763px + 1.13vw, 30px) clamp(20px, 7.288px + 3.39vw, 50px);
    }
    .about.business .illust{
        width: 70%;
    }
    .about.business .icon{
        width: 69px;
    }
    .about.business h2{
        font-size: clamp(20px, 13.644px + 1.695vw, 35px);
        margin-bottom: 20px;
    }
    .about.business .sec2 h3{
        background: var(--navyColor);
        color: var(--lightGrayColor);
        font-weight: 700;
        font-size: clamp(20px, 16.61px + 0.904vw, 28px);
        padding: 9px 20px;
    }
    .about.business h3 .num{
        font-size: 23px;
    }
    .about.business h3{
        font-weight: 700;
        font-size: clamp(20px, 16.61px + 0.904vw, 28px); 
    }
    .about.business .flow {
        width: 100%;
        background: #f5f5f5cf;
    }
    .about.business .flow:after{
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #f5f5f5;   
    }
    .about.business .y_point{
        background: #fdd000;
        max-width: 450px;
        padding: 10px;
        font-size: clamp(16px, 14.305px + 0.452vw, 20px);
        text-align: center;
        font-weight: 700;
        border-radius: 20px; 
        margin: 0 auto;
        margin-bottom: clamp(20px, 11.525px + 1.13vw, 30px);
    }
    .about.business .point.mt{
        margin-top: clamp(35px, 20.169px + 3.955vw, 70px);
    } 
    .about.business h4 strong {
        font-size: 20px;
        display: block;
    }
    .about.business .img_txt .flex{
        padding: 0;
        display: block;
    }
    .about.business .img_txt .flex .box{
        width: 100%;
        margin-bottom: 5%;
    }
    .about.business .flex_3 div{
        width: 100%;
        margin-bottom: 5%;
    }
    .about.business .flex {
        display: block;
        padding: 0;
    }
    .about.business .flex_3 div img {
        width: 60%;
        margin: 0 auto 20px;
        display: block;
    }
    .about.business .bg{
        padding: 10% 20px;
    }
    .about.business h4 {
           margin-bottom: 23px;
        font-size: 20px;
    }
    .about.business .bg h4{
        padding: 20px;
    }
    .about.business .box_wrap{
    margin-top: clamp(50px, 28.814px + 5.65vw, 100px);
    }
    .about.business .wide90{
        width: 100%;
    }
}/*sp-end*/




/*============================
新卒募集要項
============================*/
.information.requirement .content_wrap{
    margin-top: clamp(40px, 23.051px + 4.52vw, 80px);
    padding-bottom: clamp(50px, 28.814px + 5.65vw, 100px);
}
.information.requirement table{
    margin: 20px 0;
    width: 100%;
    border-top: 2px solid #f5f5f5;
}
.information.requirement table th{
    background: #f5f5f5;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    width: 35%;
}
.information.requirement table td{
    padding: 10px 20px;
    border-bottom: 2px solid #f5f5f5;
    border-right: 2px solid #f5f5f5;
    text-align: center;
    vertical-align: middle;
}
.information.requirement .sec .link.entry a {
    background: #000;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    padding: 10px 50px;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    width: 300px;
}
.information.requirement .sec ol{
    list-style: auto;
    margin-left: 18px;
}
.information.requirement .sec dl{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: clamp(15px, 8.644px + 1.695vw, 30px);
    -moz-column-gap: clamp(15px,8.644px + 1.695vw,30px);
    column-gap: clamp(15px, 8.644px + 1.695vw, 30px);
    padding: 15px 0;
    border-bottom: 2px solid #f5f5f5;   
}
.information.requirement .sec dt{
    width: 18%;
    font-weight: 700;
    color: #495577;
    font-size: clamp(18px, 17.153px + 0.226vw, 20px);
}
.information.requirement .sec dd{
    width: 85%;   
}
.information.requirement .sec dd p{
    margin-bottom: 20px;
}
.information.requirement .sec dd p.mb0{
    margin-bottom: 5px;
}
.information.requirement .sec dd p:last-child{
    margin-bottom: 0px;
}
.information.requirement .sec .gr_box{
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    margin-top: 15px;    
}
.information.requirement .sec dd .box{
    margin-top: 15px;
}
.information.requirement .sec dd strong{
    display: block;
}
@media screen and (max-width: 767px) {
    .information.requirement table td{
        padding: 10px 7px;
        vertical-align: middle;
        font-size: 14px;
    }
    .information.requirement table th{
        padding: 10px 4px;
        vertical-align: middle;
        font-size: 14px;
        width: 98px;
    }
    .information.requirement .sec dl{
        display:block;
        padding: 15px 0;
        border-bottom: 2px solid #f5f5f5;   
    }
    .information.requirement .sec dt{
        width: 100%;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .information.requirement .sec dd{
        width: 100%;   
    }
    .information.requirement .sec dd p{
        margin-bottom: 20px;
    }
    .information.requirement .sec dd p.mb0{
        margin-bottom: 5px;
    }
    .information.requirement .sec dd p:last-child{
        margin-bottom: 0px;
    }
    .information.requirement .sec .gr_box{
        background: #f5f5f5;
        padding: 20px;
        border-radius: 20px;
        margin-top: 15px;    
    }
    .information.requirement .sec dd .box{
        margin-top: 15px;
    }
    .information.requirement .sec dd strong{
        display: block;
    }
}/*sp-end*/