h1,
.page_title__caption--bold{
    font-family: kiwi-maru, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.white{
    color: #FFF;
}

.blue{
    color: #0D60B9;
}

.about_person_grid_first,.about_idea_grid{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 24px auto;
}

.about_person__Limg,.about_idea_Rimg{
    width: 45%;
}

.about_person__Limg > img,
.about_idea_Rimg > img {
    border-radius: 40px 0 40px 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

.about_person_grid_first__right,.about_idea_txt{
    width: 45%;
}

.about_person_grid_first__caption{
    color: #319FE8;
    font-weight: bold;
}

.corporate_identity{
    width: 71vw;
    margin: 160px auto 0;
}

.cId__introduction{
    margin-block: 120px;
}

.cId__logo_grid{
    padding: 40px 24px;
    display: grid;
    grid-template-columns: 25% 75%;
    border-radius: 24px 0 24px 0;
    border: solid 1px #707070;
}

.cId__logo_img > img {
    width: 90%;
    height: auto;
    
}

.cId__logo_img{
    display: grid;
    place-content: center;
}
.cId__logo_txt{
    margin-block: auto;
}

.business_contents{
    margin-top: 160px;
/*  background: url(../img/xd_img/about_suisai_004.webp) no-repeat;
    background-size: 320px 320px;
    background-position: left -160px top -160px; */
    position: relative;
}

.business_contents__bg_image{
    position: absolute;
    top: -160px;
    left: -160px;
    z-index: -1;
}

/* .business_contents::before{
    content: '';
    background: url(../img/xd_img/about_suisai_004.webp) no-repeat;
    background-size: contain;
    position: absolute;
    width: 320px; 
    height: 320px; 
    top: 0;
    left: -120px;
} */

/* .bContents__caption{
    position: relative;
} */

.bContents__caption > h1{
    font-size: 3vw;
    margin-bottom: 2%;
}

.bContents__caption--bg{
    position: absolute;
    top: -120px;
    left: -120px;
}

.bContents__visual{
    width: 80%;
    margin:24px 10%;
    height: auto;
}

.bContents__introduction{
    width:75%;
    margin-top: 8px;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
}

.bContents__grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 16px;
    width: 99%;
}

.bContents_field__grid{
    transition: background-color 0.3s;
    text-decoration: none;
    color: inherit;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
}

.bContents_field__grid:hover{
    background-color:#ccc;
    opacity: 0.8;
}
.bContents_field__grid:hover > .bContents__grid_summary{
    
    opacity: 0.7;
}

.bContents__grid > a > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bContents__grid_summary{
    background-color: #fff;
    padding: 32px;
    line-height: 48px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px 0 16px 0;
}

.bContents__grid_field{
    text-align: center;
    color: #319FE8;
    font-weight: bold;
}

.about__head--center{
    text-align: center;
    font-size: 24px;
    color: #4d4943;
}

.about__head--center > h2{
    text-align: center;
    margin-bottom: 2%;
    font-size: 3vw;
    color: #0D60B9;
    font-family: kiwi-maru, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.career_plan__title{
    height: 80px;
    padding: 140px 0;
    background-image: url(../img/xd_img/about_suisai_003.webp);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: 50% 75%;
}

.cPlan_introduction{
    text-align:center;
}

.cPlan_graph{
    width: 90%;
    height: auto;
}

.project__title{
    margin: 40px 0;
    position: relative;
}

.project__title--bg{
    position: absolute;
    top: -55px;
    left: 72px;
    width: 200px;
    height: auto;
    z-index: -1;
    opacity: 0.6;
}

.project__title{
    margin: 40px 0;
    position: relative;
    font-size: 1.2vw;
    color: #012036;
}

.project__title--bg{
    position: absolute;
    top: -55px;
    left: 72px;
    width: 200px;
    height: auto;
    z-index: -1;
    opacity: 0.6;
}

.about__head--left{
    font-weight: 500;
}

.about__head--left > h1{
    font-size: 3vw;
    margin-bottom: 2%;
}

.project_list{
    width: 95%;
}

.project_item + .project-item{
    row-gap: 16px;
}

.project_list__name{
    border-radius: 20px 0 20px 0;
    background-color: #E0EAF1;
    padding: 12px 16px 12px 48px;
    font-weight: bold;
}
.project_list__explain{
    margin-block: 16px;
    display: grid;
    grid-template-columns: 40% 60%;
}
.pLlist_img{
    display: grid;
    place-content: center;
}

.project_list__explain_img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.project_list__explain_text{
    padding: 24px;
}

.beneSys__title{
    position: relative;
    margin: 10% 0 3%;
    font-size: 1.2vw;
    color: #012036;
}

.beneSys__title--bg{
    position: absolute;
    top: -64px;
    left: -64px;
    width: 216px;
    height: auto;
    z-index: -1;
    opacity: 0.8;
}

.beneSys_grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(240px, 1fr));
    /* grid-template-rows: repeat(3, 1fr); */
    row-gap: 64px;
    column-gap: 16px;
}

.beneSys_grid_item{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 16px;
}

.beneSys_grid_item{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 16px;
}

.beneSys_grid_item > img{
    display: block;
    margin: auto;
    max-height: 120px;
    width: auto;
}

.beneSys_grid_item__name{
    background: #FFFFFF;
    color: #319FE8;
    font-weight: bold;
    height: 100px;
    position: relative;
    border-radius: 24px 0 24px 0;
}

.beneSys_grid_item__name > div{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
}

.comProf{
    margin-top: 80px;
    color: #707070;
    font-size: 22px;
    font-weight: 150;
    margin: 80px auto 0;
    width: 60%;

}

.comProf__title{
    position: relative;
    margin: 192px 0 96px;
}

.comProf__title--bg{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 396px;
    height: auto;
    z-index: -1;
    opacity: 0.8;
}

.compProf__list > dl{
    border-bottom: solid 1px #707070;
    display: grid;
    grid-template-columns: 240px minmax(auto, 800px);
    margin-top: 32px;
}

.compProf__list > dl > dt{
    text-align: center;
    margin: 8px auto;
}
compProf__list > dl > dd{
    
}

.business_farstview__text{
    position: relative;
    padding: 24px 40px;
}

.business_main_wrap{
    margin: 36px auto;
    width: 80%;
}

.business_main_wrap h2{
    background-color: #009fe8;
    padding: 10px 16px 8px;
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
}

.business_main_wrap p{
    margin: 4px 0;
}


.business_main_wrap h3{
    margin: 4px 0;
    color: #009fe8;
}

.business_main_answer{
    margin: 8px 0 24px;
    line-height: 1.25;
}

.business_main_wrap h4{
    margin: 8px 0px;
}

.companyprofile_link{
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 30%;
    text-align: center;
    font-size: 1.4vw;
    background-color: #319FE8;
    border-radius: 100px;
    padding: 1.2% 5%;
    margin: 3% auto 6%;
}

.companyprofile_link div{
}

@media screen and (max-width: 1042px){
    .about_person_grid_first{
        width: 100%;
        margin-left: 0;
        grid-template-columns: 360px auto;
    }
    .beneSys_grid{
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        grid-template-rows: repeat(auto-fit, 1fr);
        gap: 16px;
    }

    .career_plan__title{
        padding: 40px 0;
        height: auto;
        
    }

    .cPlan_graph {
        width: 100vw;
        height: 36vw;
        object-fit: cover;
        object-position: -50px 0px;
    }

    .project_list__explain_img {
        width: 80%;
    }

    .about_person__Limg > img {
        width: 360px;
    }

    .about_person_grid_first__right{
        width: 100%;
    }

    .about_person_grid_first__right{
        padding-left: 0;
    }

    .about_idea_grid{
        grid-template-columns: none;
        margin-top: 48px;
    }

    .about_idea_txt{
        margin-top: 24px;
        order: 2;
    }

    .about_idea_Rimg{
        order: 1;
    }

    .about_idea_Rimg > img{
        width: 100%;
    }

}

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

    
    .about_person_grid_first {
        display: block;
        width: 90%;
        margin: 40% auto 0;
    }

    .about_person__Limg{
        text-align: center;
    }

    .about_person__Limg > img {
        margin-left: 0;
        width: 100%;
    }

    .about_person_grid_first__caption{
        width: max-content;
        margin-inline: auto;
        margin: 16px 0 4px;
    }

    .about_person_grid_first__right > ul{
        width: 420px;
        margin-left: auto;
        margin-right: 0;
    }
    .about_person_grid_first__right {
        padding-left: initial;
    }

    .about_person_grid_first__right ul{
        line-height: 28px;
    }

    .bContents__caption > h1 {
    margin-left: 0;
    }

    .corporate_identity {
        width: 90%;
        margin: 12% auto;
    }

    .cId__introduction {
    margin-block: 8%;
    }

    .cId__logo_grid{
        display: block;
    }

    .cId__logo_img{
        margin-bottom: 24px;
    }

    .cId__logo_img > img{
        width: 240px;
        height: auto;
    }

    .bContents__grid{
        display: block;
    }
    .bContents__grid_summary{
        line-height: inherit;
    }

    .pLlist_img{
        margin-top: 8px;
    }

    .project_list__explain_img{
        display: block;
        margin-inline: auto;
        margin: 0;
        width: 100%;
    }

    .project_list__explain{
        display: contents;
    }

    .project_list__explain_text{
        width: 100%;
        margin-inline: auto;
        padding: 16px 0 36px;
    }

    .compProf__list > dl{
        grid-template-columns: 68px auto;

    }

    .business_contents {
    width: 90%;
    margin: 12% auto;
    }

    .bContents__visual {
        width: 100%;
        margin: 24px 0;
    }

    .bContents__introduction {
    width: 100%;
    }

    .bContents__grid > a > img {
    width: 80%;
    height: auto;
    }

    .bContents__grid_summary {
    padding: 24px 32px 40px;
    }

    .career_plan{
    width: 90%;
    margin: auto;
    }

    .about__head--left {
        text-align: center;
    }

    .about__head--left > h1 {
        text-align: center;
    }

    .project_list {
    width: 90%;
    margin: auto;
    }

    .comProf {
        width: 95%;
    font-size: 15px;
    }


    h2 {
        font-size: 7vw;
    }




}

@media screen and (max-width: 540px){
    .about_person_grid_first__right > ul{
        width: 100%;
    }
    .beneSys_grid{
        grid-template-columns: repeat(2, minmax(160px, 1fr));
        width: 95%;
        margin: auto;
    }
    .beneSys_grid_item__name{
        height: 64px;
        border-radius: 16px 0 16px 0;
    }
    .beneSys_grid_item > img{
        max-height: 80px;
    }

}