@charset "utf-8";


/* =======================
　　　  PC・共通部分
======================= */

article{
    width: 90%;
    margin: 150px auto;
}

article h2{
    margin-bottom: 100px;
}
article h2 .en{
    font-size: 96px;
}
article h2 span:last-child{
    font-size: 24px;
    margin-left: 50px;
    border-bottom: 5px solid #000;
}

.company ul{
    border: #000 2px solid;
}
.company ul li{
    display: flex;
    border-bottom: #000 2px solid;
}
.company ul li:last-child{
    border-bottom: none;
}
.company p{
    font-size: 20px;
    font-weight: bold;
    padding: 50px 0;
    width: 75%;
}
.company .list_ttl{
    width: 250px;
    border-right: #000 2px solid;
    text-align: center;
}
.company .list_txt{
    padding-left: 100px;
}



/* =======================
　　　      SP
======================= */

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

    article{
        width: 100%;
        padding: 0 10px;
        margin: 80px auto;
    }
    
    article h2{
        margin-bottom: 50px;
    }
    article h2 .en{
        font-size: 50px;
    }
    article h2 span:last-child{
        font-size: 20px;
        border-bottom: 3px solid #000;
        margin: 10px 0 0;
        padding: 0 5px;
    }

    .company ul{
        border: #000 1px solid;
    }
    .company ul li{
        border-bottom: #000 1px solid;
    }
    .company p{
        font-size: 14px;
        padding: 30px 0;
    }
    .company .list_ttl{
        width: 100px;
        border-right: #000 1px solid;
    }
    .company .list_txt{
        padding-left: 20px;
    }

}