@charset "utf-8";

/*--------------------------------------------------------------------------------------------------
 PC
 -------------------------------------------------------------------------------------------------*/
article::before {
    background-color: #EFEBE3;
    height: 1050px;
}
#page-title .inner {
    color: #000;
    padding-bottom: 30px;
}
#page-title .inner div {
    padding-top: 0;
}
#page-title p {
    width: clamp(78%, (1366px - 100vw)*1000, 100%);
}
#merit .inner {
    position: relative;
    padding-bottom: 80px;
}
#merit .bird4 {
    position: absolute;
    top: 4%;
    right: 2%;
}
#archivement .inner {
    padding-bottom: 60px;
}
#archivement dl {
    padding: 60px 0 0;
}

/*--------------------------------------------------------------------------------------------------
 PC-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1365px) {



}

/*--------------------------------------------------------------------------------------------------
 Tablet-SP
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

article::before {
    transform: skewY(-15deg);
    height: 1100px;
}
#page-title h1 {
    font-size: clamp(3.9rem, 10vw, 6rem);
}
#merit .wam {
    font-size: clamp(1.5rem, 4vw, 1.6rem);
    padding: 0 10px 40px;
}
#archivement dl {
    padding-bottom: 40px;
}

}

/*--------------------------------------------------------------------------------------------------
 SP-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

article::before {
    transform: skewY(-25deg);
    height: 1100px;
}
#merit .page-subtitle small {
    letter-spacing: -0.5px;
}

}
