.article .fv {
    background-image: url(company-fv.jpg);
    background-size: cover;
    background-position: center;
}

.article .fv .head {
    width: fit-content;
    bottom: 10%;
    right: 10%;
    top: unset;
    left: unset;
    transform: none;
}

/*-----------------------------------------------

    会社概要

-------------------------------------------------*/

#company {
    max-width: 1100px;
}

#company dl div {
    background: #F9F8F5;
    margin: 8px 0;
    padding: 0 16px;
}

#company dl dt {
    color: #004C18;
    padding: 8px 0;
    text-align: left;
}

#company dl dd {
    padding: 8px 0;
    margin: 0;
}

#company dl dd ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (min-width: 640px) {
    #company dl div {
        display: flex;
        justify-content: center;
        padding: 0 48px;
    }

    #company dl dt {
        width: 30%;
        box-sizing: border-box;
        text-align: left;
    }

    #company dl dd {
        width: 70%;
        box-sizing: border-box;
    }
}

/*-----------------------------------------------

    行政処分対応

-------------------------------------------------*/

#action h2 {
    margin: 32px auto;
    width: fit-content;
    line-height: 1.5em;
    text-align: center;
}

#action .txt {
    max-width: 40em;
    margin: 16px auto;
}

#action .btn-1 {
    margin: 48px auto 16px;
}

/*-----------------------------------------------

    沿革

-------------------------------------------------*/

#history .scr-wrp {
    width: 100%;
    overflow-x: scroll;
}

#history ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: calc(80% * 15);
    max-width: calc(250px * 15);
    gap: 16px;
}

#history ul li {
    width: min(100%, 250px);
    aspect-ratio: 1 / 1;
    position: relative;
    background: #F9F8F5;
    border: solid 1px #004C18;
    margin: 0 auto;
}

#history ul li .year {
    position: absolute;
    color: #DFDCD6;
    font-size: 50px;
    line-height: 1em;
    top: 0;
    right: 8px;
    margin: 0;
}

#history ul li .text {
    position: absolute;
    bottom: 8px;
    left: 8px;
}

#history ul li .text .month {
    color: #004C18;
    letter-spacing: 0.1em;
    margin: 0;
    font-weight: bold;
}

#history ul li .text .details {
    margin: 0;
    font-size: 20px;
}

@media (min-width: 768px) {
    #history {
        display: flex;
        gap: 0 24px;
    }

    #history h2 {
        width: 4em;
        margin: 0;
    }

    #history .scr-wrp {
        width: calc(100% - 4em);
    }
}

/*-----------------------------------------------

    アクセス情報

-------------------------------------------------*/

#access iframe {
    width: 100%;
    height: 350px;
}

@media (min-width: 768px) {
    #access {
        display: flex;
        gap: 0 24px;
    }

    #access h2 {
        width: 8em;
        margin: 0;
    }

    #history .scr-wrp {
        width: calc(100% - 8em);
    }
}