
/* mainvisal */
.aboutWapper{
    height: 28rem;
    padding-top: 4rem;
    background-image: url("/Media/about/about-header.webp");
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
}

#mainviual h1::after{
    content: "Overview";
    font-weight: 400;
    font-size: 5rem;
    line-height: 80px;
    color: #fff;
}



/* about us */
#aboutUs{
    margin-top: 10%;
    margin-bottom: 8%;
}

.TextAreaWrapper{
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
}

.TextAreaWrapper .titles{
    text-align: center;
}

.TextAreaWrapper .titles h1{
    font-weight: 400;
    font-size: 3rem;
    line-height: 43px;
    letter-spacing: 8.5344px;
    color: #2B76D9;
    margin-bottom: 2%;
}

.TextAreaWrapper .titles p{
    font-size: 1.2rem;
    letter-spacing: 3px;
}



#aboutUs .impactComers{
    width: 90%;
    margin: 10% auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#aboutUs .impactComers span{
    display: block;
    position: relative;
    width: 30px;
    height: 30px;

}
#aboutUs .impactComers span::after,
#aboutUs .impactComers span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px; /* 棒の幅（太さ） */
    height: 3rem; /* 棒の高さ */
    background: #333;
}

#aboutUs .impactComers span::before{
    transform: translate(-50%,-50%) rotate(45deg);
}

#aboutUs .impactComers span::after{
    transform: translate(-50%,-50%) rotate(-45deg);
}

#aboutUs .impactComers h2{
    color: #fff;
    font-style: normal;
    font-weight: 900;
    font-size: 3rem;
    line-height: 49px;
    background-color:rgba(43, 118, 217, 0.9);
    padding: 1% 2%;
}



.aboutTextBox{
    text-align: center;
}

.aboutTextBox .textBor{
    margin-bottom: 5%;
}

.aboutTextBox .textBor h3{
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 32px;
    letter-spacing: 2.032px;
    color: #333333;
}

.aboutTextBox p{
    line-height: 3.3rem;
}



/* service */
#service .question{
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 32px;
    letter-spacing: 5.08px;
    margin-top: 10%;
    margin-bottom: 10%;
    text-align: center;
    color: #333;
}

#service .question span{
    color: #2B76D9;
}

#service .questionItems{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#service .questionItems .Qitem{
    width: 33%;
}

#service .questionItems .Qitem img{
    width: 100%;
}



/* overview */
.overViewWrapper{
    width: 100%;
    max-width: 1200px;
    margin: 10% auto 0 auto;
}

.overViewWrapper img{
    width: 100%;
}

.overViewWrapper .overViewContainer{
    display: flex;
    justify-content: space-between;
    transform: translateY(-15%);
}

.overViewWrapper .overViewContainer .ovTitleContainer{
    width: 35%;
    text-align: center;
}

.overViewWrapper 
.overViewContainer 
.ovTitleContainer h1{
    font-weight: 400;
    font-size: 3rem;
    line-height: 43px;
    letter-spacing: 8.5344px;
    color: #2B76D9;
}

.overViewWrapper 
.overViewContainer 
.ovTitleContainer p{
    font-size: 1.2rem;
    letter-spacing: 3px;
}

.overViewWrapper dl{
    width: 55%;
    border-top: 1px solid #DDDDDD;
    padding-top: 2%;
    margin-top: 3%;
}

.overViewWrapper dl dt{
    margin-bottom: 2%;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 23px;
    color: #2B76D9;
}

.overViewWrapper dl dd{
    margin-bottom: 3%;
    padding-bottom: 2%;
    border-bottom: 1px solid #DDDDDD;
}



/* introduce */
#introduce{
    background-color: #333333;
    padding: 7% 0 ;
}

.introWapper{
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.introWapper .introNameContainer{
    display: flex;
    justify-content: space-between;
}

.introWapper .introNameContainer img{
    width: 50%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.introNameContainer .accent{
    width: fit-content;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 1rem;
    line-height: 16px;
    background-color: #fff;
    color: #2B76D9;
    padding: 2% 4%;
}

.introWapper 
.introNameContainer 
.introNametext .nameContainer{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.introWapper 
.introNameContainer 
.introNametext .nameContainer
p{
    color: #fff;
    line-height: 30px;
    font-size: 1.3rem;
    margin: 20% 0 10% 0;
}

.introWapper 
.introNameContainer 
.introNametext .nameContainer
h1{
    color: #fff;
    font-size: 5rem;
    margin: 3% 0;
    line-height: 4rem;
}

.introWapper 
.introNameContainer 
.introNametext .nameContainer
h1 span{
    color: #fff;
    font-size: 3rem;
}



.careerContainer{
    margin-top: 5%;
}

.careerContainer h4{
    color: #fff;
    position: relative;
    font-size: 1.2rem;
}

.careerContainer h4 span::after{
    position: absolute;
    top: 0.8rem;
    left: 2.9rem;
    content: "";
    width: 95%;
    height: 2px;
    background-color: #888787;
}

.careerContainer dl{
    margin-top: 2%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.careerContainer dl dt{
    margin-top: 1%;
    margin-left: 3%;
    width: 15%;
    position: relative;
}
.careerContainer dl dt::before{
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background-color: #2B76D9;
    top: 30% ;
    left: -15% ;
}

.careerContainer dl dd{
    margin-top: 1%;
    width: 70%;
}




.introAccessContainer{
    margin-top: 7%;
}

.introAccessContainer .accent{
    width: fit-content;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 1rem;
    line-height: 16px;
    background-color: #fff;
    color: #2B76D9;
    padding: 0.5% 1%;
}

.introAccessContainer h1{
    font-weight: 700;
    font-size: 3rem;
    line-height: 53px;
    color: #fff;
    margin: 2% 0;
}

.introAccessContainer h3{
    font-weight: 900;
    font-size: 1.2rem;
    color: #2B76D9;
}

.introAccessContainer .addless{
    font-size: 1rem;
    color: #fff;
    margin: 2% 0;
}

.introAccessContainer .bigMap{
    height: 30rem;
}






@media (min-width:769px) and (max-width:992px){

    #aboutUs .impactComers h2{
        font-size: 2.4rem;
    }


    /* overview */
    .overViewWrapper .overViewContainer{
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        transform: translateY(-12%);
    }

    .overViewWrapper .overViewContainer .ovTitleContainer{
        width: 100%;
    }

    .overViewWrapper dl{
        width: 60%;
        margin: 5% auto 0 auto;
    }
    

    /* introduce */
    .introWapper 
    .introNameContainer 
    .introNametext .nameContainer
    h1{
        color: #fff;
        font-size: 4rem;
        margin: 3% 0;
        line-height: 4rem;
    }

    .introWapper 
    .introNameContainer 
    .introNametext .nameContainer
    h1 span{
        color: #fff;
        font-size: 3rem;
    }
}

@media (max-width:768px){

    .aboutWapper{
        height: 18rem;
        padding: 2rem;
    }

    #mainviual h1::after{
        content: "Overview";
        font-weight: 400;
        font-size: 4rem;
        line-height: 80px;
        color: #fff;
    }


    /* about */
    #aboutUs .impactComers h2{
        font-size: 2rem;
        padding: 1% 10%;
    }

    #aboutUs .impactComers{
        width: 95%;
        margin: 10% auto;
        flex-direction: column;
    }

    #aboutUs .impactComers span{
        margin: 2% 0;
    }

    .aboutTextBox{
        text-align: left;
    }

    .aboutTextBox br{
        display: none;
    }
    .aboutTextBox p{
        line-height: 3rem;
        font-size: 1rem;
    }

    /* service */
    #service .questionItems{
        width: 100%;
        flex-direction: column;
    }
    
    #service .questionItems .Qitem{
        width: 80%;
        margin:0 auto 10% auto;
    }
    
    #service .questionItems .Qitem img{
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    /* overview */
    .overViewWrapper .overViewContainer{
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        transform: translateY(-10%);
    }

    .overViewWrapper img{
        width: 100vw;
    }

    .overViewWrapper .overViewContainer .ovTitleContainer{
        width: 100%;
    }

    .overViewWrapper dl{
        width: 95%;
        margin: 5% auto 0 auto;
    }

    /* introduce */
    .introWapper .introNameContainer{
        flex-wrap:wrap;
    }
    .introWapper 
    .introNameContainer 
    .introNametext .nameContainer
    h1{
        color: #fff;
        font-size: 4rem;
        margin: 3% 0;
        line-height: 4rem;
    }

    .introWapper 
    .introNameContainer 
    .introNametext .nameContainer
    h1 span{
        color: #fff;
        font-size: 3rem;
    }

    .introWapper .introNameContainer img{
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .introAccessContainer{
        margin-top: 15%;
    }
    
    .introAccessContainer .accent{
        width: fit-content;
        font-family: 'Inter';
        font-weight: 600;
        font-size: 1rem;
        line-height: 16px;
        background-color: #fff;
        color: #2B76D9;
        padding: 0.5% 1%;
        margin-bottom: 10%;
    }

    .careerContainer h4 span::after{
        top: 0.8rem;
        left: 2.9rem;
        width: 90%;
    }


    .careerContainer dl{
        margin-top: 2%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        color: #fff;
    }

    .careerContainer dl dt{
        margin-top: 5%;
        margin-left: 6%;
        width: 100%;
    }

    .careerContainer dl dt::before{
        left: -5% ;
    }

    .careerContainer dl dd{
        width: 100%;
        font-size: 0.9rem;
    }
}