@charset "utf-8";

/*--------------------------------------------------------------------------------------------------
 PC
 -------------------------------------------------------------------------------------------------*/
article::before {
    height: 1000px;
}
#corporate-philosophy {
    background: #DBEDFF;
    margin: 100px 0;
}
#corporate-philosophy .inner {
    position: relative;
    padding: 100px 10px;
}
#corporate-philosophy .page-subtitle {
    position: absolute;
    top: -5.5rem;
}
#corporate-philosophy h3 {
    text-align: center;
    font-size: 4.5rem;
}
#corporate-philosophy .bird5 {
    position: absolute;
    top: 3%;
    right: clamp(1%, 15vw, 20%);
}
#corporate-philosophy p {
    text-align: center;
    font-size: 2rem;
    padding: 30px 0 50px;
}
#company-profile dl {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 50px;
}
#company-profile dt,
#company-profile dd {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    font-size: clamp(1.6rem, 1.5vw, 2rem);
}
#company-profile dt {
    width: 40%;
    color: #3f97cf;
    padding-left: 100px;
}
#company-profile dd {
    width: 60%;
    padding-right: 100px;
}
#company-profile dd time {
    padding-right: 1em;
}
#company-profile dd .theinnovator {
    display: inline-block;
    width: 85%;
    vertical-align: top;
}
#company-profile dd ul {
    list-style: disc;
    padding-left: 1em;
}

/*--------------------------------------------------------------------------------------------------
 PC-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1365px) {



}

/*--------------------------------------------------------------------------------------------------
 Tablet-SP
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

article::before {
    transform: skewY(-5deg);
    height: 800px;
}
#merit {
    padding-top: 30px;
}
#page-title .inner {
    display: flex;
    align-items: flex-end;
}
#page-title .inner div {
    width: 60%;
}
#page-title img {
    width: 40%;
}
#corporate-philosophy {
    margin-bottom: 80px;
}
#corporate-philosophy .inner {
    padding-bottom: 50px;
}
#corporate-philosophy h3 {
    font-size: clamp(2.8rem, 5vw, 4.5rem);
}
#corporate-philosophy .bird5 {
    top: clamp(0%, 1vw, 3%);
    right: 0;
    text-align: right;
}
#corporate-philosophy .bird5 img {
    width: clamp(70%, 30vw, 100%);
}
#corporate-philosophy p {
    font-size: clamp(1.6rem, 2vw, 2rem);
}
#company-profile dl {
    display: block;
    padding: 30px 10px 50px;
}
#company-profile dt,
#company-profile dd {
    width: 100%;
}
#company-profile dt {
    border: none;
    padding-bottom: 0;
    padding-left: 1em;
}
#company-profile dd {
    padding-left: 2em;
    padding-right: 1em;
}
#company-profile dd time {
    display: block;
    color: #3f97cf;
}
#company-profile dd .theinnovator {
    display: unset;
}

}

/*--------------------------------------------------------------------------------------------------
 SP-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

article::before {
    transform: skewY(-13deg);
    height: clamp(930px, 248vw, 990px);
}
#page-title .inner {
    display: block;
}
#page-title .inner div {
    width: 100%;
}
#page-title img {
    width: clamp(220px, 61vw, 230px);
}

}
