@import url("cssreset.css");
@import url("base.css");
@import url("header.css");
@import url("footer.css");

/* company */
section#about .inner,
section#history .inner,
section#access .inner {
    max-width: 850px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 130px;
    text-align: left;
    font-size: 18px;
}
@media only screen and (max-width: 1100px) {
    section#about .inner,
    section#history .inner,
    section#access .inner {
        width: 85%;
        padding-top: 80px;
        padding-bottom: 150px;
    }
}
@media only screen and (max-width: 750px) {
    section#about .inner,
    section#history .inner,
    section#access .inner {
        width: 85%;
        padding-top: 14.6vw;
        padding-bottom: 28vw;
        font-size: 3.4vw;
    }
}

/* kv anchor */
section#kv {
    background-color: #fafaf0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/company/kv_pc.png);
    background-size: cover;
}
section#kv .inner {
    display: flex;
    align-items: center;
    max-width: 1100px;
    height: 320px;
    padding-top: 0;
    padding-left: 125px;
    padding-right: 0;
    padding-bottom: 0;
}
section#kv ul {
    text-align: left;
    font-size: 24px;
}
section#kv ul li:not(:last-child) {
    margin-bottom: 0.75em;
}
section#kv ul li a {
    display: inline-block;
    position: relative;
    padding-left:1.25em;
    font-weight: bold;
    color: #231815;
}
section#kv ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../images/common/arrow_circle.svg");
    background-size: contain;
    margin: auto;
    content: "";
}
@media only screen and (max-width: 750px) {
    section#kv {
        background-image: url("../images/company/kv_sp.png");
    }
    section#kv .inner {
        height: 42.666vw;
        padding-left: 7.2vw;
    }
    section#kv ul {
        font-size: 3.8vw;
    }
    section#kv ul li a:after {
    }
}


section h2 {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #c4494d;
}

section dl {
    margin-bottom: 2em;
}
section dl div {
    display: flex;
    justify-content: space-between;
    padding: 2em 40px;
    border-top: 1px solid #b4b4b5;
}

section dl div:last-of-type {
    border-bottom: 1px solid #b4b4b5;
}
section dl dt {
    width: 13em;
    font-weight: 700;
    color: #782c2f;
}
section dl dd {
    width: calc(100% - 13em);
    font-weight: 500;
}

section dl.executive,
section dl.permit {
    margin-bottom: 0;
}
section dl.executive div,
section dl.permit div {
    padding: 0;
    border-top: 0;
}
section dl.executive div:last-of-type,
section dl.permit div:last-of-type {
    border-bottom: 0;
}
section dl.executive dt,
section dl.permit dt {
    font-weight: 500;
    color: #231815;
}
section dl.executive dt {
    width: 10em;
}
section dl.executive dd {
    width: calc(100% - 10em);
}
section dl.permit dt {
    width: 16em;
}
section dl.permit dd {
    width: calc(100% - 16em);
}
@media only screen and (max-width: 750px) {
    section dl.executive div,
    section dl.permit div {
        display: flex;
    }
    section dl.permit dt {
        width: 15.5em;
    }
    section dl.permit dd {
        width: calc(100% - 15.5em);
    }
}


section#access .map {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 1.5em;
}
section#access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#access h3 {
    font-weight: 700;
    color: #782c2f;
}
section#access p {
    margin-bottom: 1.5em;
    font-weight: 500;
}


@media only screen and (max-width: 1100px) {
    section dl div {
        padding: 2em 4.5%;
    }
    section dl dt {
        width: 10em;
    }
    section dl dd {
        width: calc(100% - 10em);
    }
}

@media only screen and (max-width: 750px) {
    section h2 {
        margin-bottom: 1em;
        font-size: 6.4vw;
    }

    section dl div {
        display: block;
        padding: 2em 0;
    }
    section dl dt {
        width: 100%;
    }
    section dl dd {
        width: 100%;
    }
    section#access .map {
        height: 50vw;
    }
}
