@charset "UTF-8";


.mv {
    background-image: url(./../../images/concept/headervisual-kari.png);

    width: 100%;
    background-size: cover;
    height: 500px;
    position: relative;
    top: 0;
}


.mv-top {
    position: absolute;
    top: 400px;
    right: 70px;
    z-index: 10;
}


.title {
    width: 555px;
    position: absolute;
    top: 37%;
    left: 20%;
}



#company1{
  padding: 192px 0 80px;
}

.company1-box h2 {
    font-size: 16px;
    font-weight: 200;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}

.company1-box p {
    font-size: 24px;
    font-weight: 200;
    padding-top: 10px;
}

.company1-box{
    margin: 0 0 48px;
}




/*SP*/
@media screen and (max-width: 769px) {


.mv {
    height: 60vh;
}


.mv-top {
    position: inherit;
    width: 80%;
    padding-bottom: 24px;
}

.title {
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}



#company1 {
    padding: 62px 0px;
}

.company1-box p {
    font-size: 100%;
}


#question1 h1 {
    font-size: 170%;
    line-height: 1.5;
    text-align: center;
}

.mv-top {
    position: inherit;
    width: 80%;
    padding: 30px 0 0;
}


}


