@charset "utf-8";
/*------------------------------------------------
  Company
------------------------------------------------*/

/*========== Page Header ==========*/

.page-header {
  /*background-image: url(../../images/company/background_page-header.jpg);*/
}


/*========== Outline ==========*/

.outline-container {
    padding: 60px 30px;
}

.outline-title {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
}

.outline-title span {
    padding: .5em;
    border-bottom: 3px solid var(--primary-color);
}

.outline-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 14em;
    margin: 30px auto 0;
}

.outline-list dt {
    display: flex;
    justify-content: space-between;
    width: 4em;
    font-weight: bold;
}

.outline-list dt:not(:first-of-type),
.outline-list dd:not(:first-of-type) {
    margin-top: 1em;
}

.outline-list dd {
    width: calc(100% - 6em);
}

@media print, screen and (min-width: 769px) {
    .outline-container {
        max-width: 1200px;
        margin: auto;
        padding: 120px 30px;
    }

    .outline-title {
        font-size: 2.4rem;
    }

    .outline-list {
        margin: 60px auto 0;
        font-size: 1.8rem;
    }
}


/*========== Office ==========*/

.office {
    border-top: 1px solid #DDD;
}

.office-container {
    padding: 60px 30px;
}

.office-title {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
}

.office-title span {
    padding: .5em;
    border-bottom: 3px solid var(--primary-color);
}

.office-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.office-item {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: 30px 15px 0;
    line-height: 1.5;
}

.office-item-image {
    width: 100%;
}

.office-item-title {
    margin-top: 5px;
    font-size: 1.6rem;
}

.office-item-text {
    margin-top: 5px;
}

@media print, screen and (min-width: 769px) {
    .office-container {
        max-width: 1200px;
        margin: auto;
        padding: 120px 30px;
    }

    .office-title {
        font-size: 2.4rem;
    }

    .office-list {
        justify-content: space-between;
    }

    .office-item {
        width: calc(33.3333% - (120px / 3));
        max-width: none;
        margin: 60px 0 0;
    }
}


/*========== Permit ==========*/

.permit {
    border-top: 1px solid #DDD;
}

.permit-container {
    padding: 60px 30px;
}

.permit-title {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
}

.permit-title span {
    padding: .5em;
    border-bottom: 3px solid var(--primary-color);
}

.permit-item {
    margin-top: 30px;
}

.permit-item-title {
    font-size: 1.6rem;
    text-align: center;
}

.permit-item-text {
    text-align: center;
}

@media print, screen and (min-width: 769px) {
    .permit-container {
        max-width: 1200px;
        margin: auto;
        padding: 120px 30px;
    }

    .permit-title {
        font-size: 2.4rem;
    }

    .permit-item {
        margin-top: 60px;
    }

    .permit-item-title {
        font-size: 1.8rem;
    }
}


/*========== G Mark ==========*/

.gmark {
    border-top: 1px solid #DDD;
}

.gmark-container {
    padding: 60px 30px;
}

.gmark-title {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
}

.gmark-title span {
    padding: .5em;
    border-bottom: 3px solid var(--primary-color);
}

.gmark-subtitle {
    max-width: 300px;
    margin: 30px auto 0;
    padding: 5px;
    color: #FFF;
    font-size: 1.8rem;
    text-align: center;
    background-color: var(--primary-color);
}

.gmark-text {
    margin-top: 30px;
    text-align: center;
}

.gmark-image {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0;
}

@media print, screen and (min-width: 769px) {
    .gmark-container {
        max-width: 1200px;
        margin: auto;
        padding: 120px 30px;
    }

    .gmark-title {
        font-size: 2.4rem;
    }

    .gmark-subtitle {
        max-width: 350px;
        margin: 60px auto 0;
        font-size: 2rem;
    }
}


/*========== History ==========*/

.history {
    border-top: 1px solid #DDD;
}

.history-container {
    padding: 60px 30px;
}

.history-title {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
}

.history-title span {
    padding: .5em;
    border-bottom: 3px solid var(--primary-color);
}

.history-list {
    margin-top: 30px;
    padding: 30px 0 60px;
    padding-left: calc(25px - 1em);
    /*background-image: url(../../images/company/background_history.png);*/
    background-size: 50px auto;
    background-position: left bottom;
}

.history-list dt {
    display: flex;
    align-items: center;
    color: var(--primary-color);
    font-weight: bold;
}

.history-list dt::before {
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    margin-right: 1em;
    border-radius: 1em;
    border: 5px solid #999;
    background-color: #FFF;
}

.history-list dt:not(:first-of-type) {
    margin-top: 30px;
}

.history-list dd {
    padding-left: 3em;
}

@media print, screen and (min-width: 769px) {
    .history-container {
        max-width: 1200px;
        margin: auto;
        padding: 120px 30px;
    }

    .history-title {
        font-size: 2.4rem;
    }

    .history-list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        max-width: 650px;
        margin: 60px auto 0;
    }

    .history-list dt {
        width: 150px;
    }

    .history-list dd {
        width: calc(100% - 150px);
        padding-left: 0;
    }

    .history-list dt:not(:first-of-type),
    .history-list dd:not(:first-of-type) {
        margin-top: 30px;
    }
}
