@charset "UTF-8";

/*
--------------------------------*/
body::after {
    position: absolute;
    content: '';
    top: -350px;
    right: -500px;
    width: 962px;
    height: 962px;
    background: url(../img/common/back.svg);
    background-repeat: no-repeat;
    z-index: -1;
}

h3 {
    font-size: 2.0rem;
    font-family: 'shippori-semi';
    padding-bottom: 43px;
}

.page-main {
    width: 100%;
    height: 145px;
    margin: 22px 0 63px;
}

h4 {
    font-size: 2.0rem;
    font-family: 'shippori-semi';
    text-align: center;
    padding: 0 0 40px;
}

@media screen and (max-width: 900px) {
    body::after {
        position: absolute;
        content: '';
        top: -25vw;
        right: -50vw;
        width: 100vw;
        height: 100vw;
        background: url(../img/common/back-sp.svg);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }

    h3 {
        font-size: 17px;
        padding-bottom: 10px;
    }

    h3.en {
        padding-bottom: 5px;
        justify-content: center;
    }

    h4 {
        padding: 0;
        font-size: 17px;
    }
}

/* 会社概要
--------------------------------*/
.container {
    padding: 0 71px
}

dl {
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}

dt {
    width: 20%;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d2cfcf;
    font-weight: normal;
    line-height: 1.8;
}

dd {
    width: 80%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d2cfcf;
    line-height: 1.8;
}

dd a {
    float: left;
    color: #2A6C08;
    text-decoration: underline;
}

ol {
    padding-left: 1em;
}

ol li {
    list-style-type: decimal;
}

@media screen and (max-width: 900px) {
    .container {
        padding: 0;
    }

    .page-main {
        height: 67px;
        margin: 12px 0 34px;
    }

    dl {
        font-size: 14px;
        display: block;
    }

    dt {
        width: 100%;
        border: none;
        padding-left: 0;
        font-weight: bold;
        padding-bottom: 0;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    dd {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        line-height: 1.6;
    }
}