@charset "utf-8";

.about-inner{
    width: 100%;
    margin: 0;
    display: flex;
}

.about-keyvisual{
    width: 50%;
}
.about-keyvisual img{
    width: 100%;
    display: block;
}

.about-wrap{
    width: 50%;
    padding: 64px;
}
.about-title-wrap{
    padding-bottom: 64px;
    border-bottom: 2px solid #1e1e21 ;
}
.about-title-wrap h5{
    padding-bottom: 16px;
}
.about-title-wrap h1{
    padding-bottom: 8px;
}
.about-title-wrap h3{
    padding-bottom: 16px;
}
.about-biography{
    padding-top: 64px;
}
.about-biography h2{
    padding-bottom: 30px;
}

/* responsive===================== */
@media screen and (max-width:1400px){
    .about-title-wrap h1{
        font-size: 120px;
    }
}

/* responsive===================== */
@media screen and (max-width:950px){
    .about-wrap{
        padding: 64px 36px;
    }
    .about-title-wrap h1{
        font-size: 100px;
    }
}

/* responsive===================== */
@media screen and (max-width:768px){
    .about-inner{
        display: block;
    }
    
    .about-keyvisual{
        width: auto;
    }
    .about-wrap{
        width: auto;
        padding: 36px 20px 81px 20px;
    }
    .about-title-wrap{
        padding-bottom: 40px;
        }
    .about-title-wrap h5{
        padding-bottom: 40px;
    }
    .about-title-wrap h1{
        font-size: 96px;
        padding-bottom: 40px;
    }
    .about-title-wrap h3{
        padding-bottom: 40px;
    }
    .about-biography{
        padding-top: 40px;
    }
    .about-biography h2{
        font-size: 64px;
        padding-bottom: 40px;
    }
}