@charset "utf-8";

/*********************************************************************
*
*  For 会社概要
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    background-image: url(../../common/img/mv/5.jpg);
}

/* ---------------------------------------------------- */
/* sec_nav_wrap */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .sec_nav_wrap .nav_page_wrap>ul>li {
        width: 20%;
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .sec_nav_wrap .nav_page_wrap>ul>li:nth-child(4) a {
        border-left: none;
    }

    .sec_nav_wrap .nav_page_wrap>ul>li:nth-child(n+4) {
        width: 50%;
        border-bottom: none;
    }
}

/* ---------------------------------------------------- */
/* sec_greeting_wrap */
/* ---------------------------------------------------- */
.sec_greeting_wrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3%;
    height: 100%;
    background-color: #d2d2d2;
}

.sec_greeting_wrap .sec_ttl {
    margin-bottom: 60px;
}

.sec_greeting_wrap .block {
    display: table;
    margin: 0 auto;
}

.sec_greeting_wrap .desc {
    font-size: 1.8rem;
    line-height: 2.4;
}

.sec_greeting_wrap .desc>*+* {
    margin-top: 2em;
}

.sec_greeting_wrap .ceo {
    display: table;
    margin-top: 60px;
    margin-left: auto;
    margin-right: 0;
}

.sec_greeting_wrap .ceo .post {
    line-height: 2;
}

.sec_greeting_wrap .ceo .name {
    margin-top: 10px;
    font-size: 2.6rem;
    letter-spacing: 0.2em;
}

@media (max-width: 767px) {
    .sec_greeting_wrap::before {
        display: none;
    }

    .sec_greeting_wrap .sec_ttl {
        margin-bottom: 30px;
    }

    .sec_greeting_wrap .desc {
        font-size: 1.4rem;
    }

    .sec_greeting_wrap .ceo {
        margin-top: 30px;
    }

    .sec_greeting_wrap .ceo .post {
        font-size: 1.2rem;
        line-height: 2;
    }

    .sec_greeting_wrap .ceo .name {
        margin-top: 5px;
        font-size: 2.0rem;
        letter-spacing: 0.2em;
    }
}

/* ---------------------------------------------------- */
/* sec_profile_wrap */
/* ---------------------------------------------------- */
.sec_profile_wrap {
    background-color: #d2d2d2;
}

.sec_profile_wrap .sec_ttl {
    margin-bottom: 60px;
}

.sec_profile_wrap .list {
    margin: 0 auto;
    width: 860px;
}

.sec_profile_wrap .list>ul>li {
    font-size: 1.6rem;
    line-height: 2;
}

.sec_profile_wrap .list>ul>li+li {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #000;
}

.sec_profile_wrap .list .li_wrap {
    display: flex;
}

.sec_profile_wrap .list .ut {
    flex: none;
    width: 150px;
}

.sec_profile_wrap .list .ud {
    flex: auto;
    width: auto;
}

@media (max-width: 767px) {
    .sec_profile_wrap .sec_ttl {
        margin-bottom: 30px;
    }

    .sec_profile_wrap .list {
        width: auto;
    }

    .sec_profile_wrap .list>ul>li {
        font-size: 1.4rem;
    }

    .sec_profile_wrap .list>ul>li+li {
        padding-top: 15px;
        margin-top: 15px;
    }

    .sec_profile_wrap .list .li_wrap {
        display: block;
    }

    .sec_profile_wrap .list .ut {
        width: auto;
    }
}

/* ---------------------------------------------------- */
/* sec_history_wrap */
/* ---------------------------------------------------- */
.sec_history_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 3%;
    height: 100%;
    background-color: #d2d2d2;
}

.sec_history_wrap .sec_ttl {
    margin-bottom: 60px;
}

.sec_history_wrap .list {
    margin: 0 auto;
    width: 860px;
}

.sec_history_wrap .list .toggle_wrap {
    display: none;
}

.sec_history_wrap .list .toggle_wrap>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sec_history_wrap .list>ul>li {
    font-size: 1.5rem;
    line-height: 2;
}

.sec_history_wrap .list>ul>li:last-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c9c9c9;
}

.sec_history_wrap .list>ul>li+li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #c9c9c9;
}

.sec_history_wrap .list .li_wrap {
    display: flex;
}

.sec_history_wrap .list .ut {
    flex: none;
    width: 140px;
}

.sec_history_wrap .list .ud {
    flex: auto;
    width: auto;
}

.sec_history_wrap .btn_wrap {
    margin-top: 50px;
}

.sec_history_wrap .btn_toggle {
    width: 410px;
}

.sec_history_wrap .btn_toggle span::before {
    content: "さらに見る";
}

.sec_history_wrap .btn_toggle.is_show span::before {
    content: "閉じる";
}

.sec_history_wrap .btn_toggle.is_show span::after {
    transform: translateY(-30%) rotate(-45deg);
}

@media (max-width: 767px) {
    .sec_history_wrap .sec_ttl {
        margin-bottom: 30px;
    }

    .sec_history_wrap .list {
        width: auto;
    }

    .sec_history_wrap .list>ul>li {
        font-size: 1.4rem;
    }

    .sec_history_wrap .list .ut {
        width: 85px;
    }

    .sec_history_wrap .btn_wrap {
        margin-top: 25px;
    }

    .sec_history_wrap .btn_toggle {
        width: 100%;
    }

}

/* ---------------------------------------------------- */
/* sec_organization_wrap */
/* ---------------------------------------------------- */
.sec_organization_wrap {
    background-color: #d2d2d2;
}

.sec_organization_wrap .sec_ttl {
    margin-bottom: 30px;
}

.sec_organization_wrap .img img {
    width: 1050px;
}

@media (max-width: 767px) {
    .sec_organization_wrap .sec_ttl {
        margin-bottom: 15px;
    }

    .sec_organization_wrap .img {
        width: 100%;
        overflow-x: auto;
    }

    .sec_organization_wrap .img img {
        width: 600px;
    }


    .sec_organization_wrap .note {
        margin-top: 10px;
        padding: 5px;
        border: 1px solid #000;
        font-size: 1.2rem;
        text-align: center;
    }
}

/* ---------------------------------------------------- */
/* sec_access_wrap */
/* ---------------------------------------------------- */
.sec_access_wrap {
    border-bottom: 120px solid #d2d2d2;
}

.sec_access_wrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3%;
    height: 100%;
    background-color: #d2d2d2;
}

.sec_access_wrap .sec_ttl {
    margin-bottom: 50px;
}

.sec_access_wrap .list {
    margin: 0 auto;
    width: 940px;
}

.sec_access_wrap .list>ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -25px;
}

.sec_access_wrap .list>ul>li {
    margin-bottom: 25px;
    margin-right: 30px;
    width: calc(50% - 30px);
}

.sec_access_wrap .list .ttl {
    padding: 15px;
    width: 100%;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    background-color: #000;
}

.sec_access_wrap .list .map_wrap .gmap {
    height: 230px;
}

.sec_access_wrap .list .desc_wrap {
    padding-top: 10px;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .sec_access_wrap .list>ul>li:nth-child(1) {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: calc(100% - 30px);
    }

    .sec_access_wrap .list>ul>li:nth-child(1) .map_wrap {
        width: 560px;
    }

    .sec_access_wrap .list>ul>li:nth-child(1) .gmap {
        height: 340px;
    }

    .sec_access_wrap .list>ul>li:nth-child(1) .desc_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        width: 360px;
        border-bottom: 1px solid #000;
    }
}

@media (max-width: 767px) {
    .sec_access_wrap {
        border-width: 60px;
    }

    .sec_access_wrap::before {
        display: none;
    }

    .sec_access_wrap .sec_ttl {
        margin-bottom: 25px;
    }

    .sec_access_wrap .list {
        width: auto;
    }

    .sec_access_wrap .list>ul {
        margin-right: 0;
        margin-bottom: -25px;
    }

    .sec_access_wrap .list>ul>li {
        margin-bottom: 25px;
        margin-right: 0;
        width: 100%;
    }

    .sec_access_wrap .list .ttl {
        padding: 10px;
        font-size: 1.5rem;
    }

    .sec_access_wrap .list .map_wrap .gmap {
        height: 200px;
    }

    .sec_access_wrap .list .desc_wrap {
        padding-top: 5px;
        font-size: 1.4rem;
        line-height: 1.8;
    }
}
