@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 .bird1 {
    position: absolute;
    top: 1%;
    right: 3%;
}
#merit .bird3 {
    position: absolute;
    top: 23%;
    left: 1%;
}
#skill {
    position: relative;
}
#skill::before {
    content: '';
    position: absolute;
    top: 120px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #EFEBE3;
    transform: skewY(7deg);
    z-index: -1;
    height: 730px;
}
#skill .inner {
    padding-bottom: 80px;
}
#skill dl {
    padding: 40px 60px;
}
#skill dt {
    color: #FB5919;
    font-size: clamp(2rem, 2vw, 3rem);
}
#skill dd {
    font-size: clamp(1.8rem, 1vw, 2rem);
    padding-bottom: 30px;
}
#archivement .inner {
    padding-bottom: 60px;
}
#archivement dl {
    padding: 60px 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);
}
#skill::before {
    top: -30px;
    transform: skewY(5deg);
    height: 770px;
}
#skill .inner {
    padding-bottom: 40px;
}
#skill dd {
    font-size: clamp(1.6rem, 2vw, 1.8rem);
}
#archivement dl {
    padding-bottom: 40px;
}

}

/*--------------------------------------------------------------------------------------------------
 SP-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

article::before {
    transform: skewY(-25deg);
    height: 1100px;
}
#skill dl {
    padding: 40px 10px;
}

}
