@charset "UTF-8";

/* 20260805 ページ作成(会社概要) */
.scn-company-wrap {
    background-color: #FFF;
    padding: 60px 0;
}
.scn-company-wrap .scn-company__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1%;
    margin-top: 80px;
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    justify-content: center;
}
.scn-company-wrap .scn-company__label {
    width: 23%;
    padding: 15px 0;
    border-bottom: 1px solid #009c74;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0;
}
@media screen and (max-width:768px) {
    .scn-company-wrap .scn-company__label {
        padding: 10px 0;
        font-size: 14px;
        line-height: 1.7142857143;
        font-weight: 700;
        letter-spacing: 0;
    }
}
.scn-company-wrap .scn-company__label small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.6666666667;
    font-weight: 500;
}
.scn-company-wrap .scn-company__txt {
    width: 66%;
    padding: 15px 0;
    border-bottom: 1px solid #c1c1c1;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0;
    margin-inline-start: 0;
}
@media screen and (max-width:768px) {
    .scn-company-wrap .scn-company__txt {
        padding: 10px 0 10px 15px;
        font-size: 14px;
        line-height: 1.7142857143;
        font-weight: 400;
        letter-spacing: 0
    }
}
.scn-company-wrap .scn-company__txt a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
    color: #009c74;
}
@media screen and (max-width:768px) {
    .scn-company-wrap .scn-company__txt a {
        font-size: 14px;
        line-height: 1.4285714286;
        font-weight: 400;
        letter-spacing: 0;
    }
}