@charset "utf-8";

/* ==================================================================

    company.css

=================================================================== */

/* --------------------------------
■共通
-------------------------------- */


/* --------------------------------
■profile
-------------------------------- */ 

#profile .container > *{
    flex-shrink: 0;
}

    #profile .container > .explain{
        flex-shrink: 0;
        flex-grow: 1;
        max-width: 53%;
    }
    #profile .container > .explain > div{
        width: fit-content;
        margin: 0 auto;
    }
    #profile .container > .explain p{
        margin-bottom: 0;
        font-size: 1.5rem;
        line-height: 2;
    }
    #profile .container > .explain p.tel{
        margin: 30px 0 4px 0;
        font-size: 2.8rem;
        line-height: 1.2;
    }
    #profile .container > .explain p.tel a{
        color: #B72B2F;
    }
    #profile .container > .explain p.tel a::before {
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-right: 5px;
        margin-bottom: -3px;
        background: url(../../images/common/icon/tel_r.svg) no-repeat left center;
        background-size: contain;
    }
    #profile .container > .explain p.hours{
        font-size: 1.3rem;
        line-height: 1.2;
    }

    #profile .container > .explain .navigation{
        margin-top: 28px;
        font-size: 1.4rem;
        gap:0 24px;
    }

    #profile .container > .map{
        max-width: 43%;
    }
    #profile .container > .map iframe{
        max-width: 100%;
    }

@media only screen and
(max-width : 767px) {

    #profile .container > .explain {
        max-width: 100%;
    }
    #profile .container > .map{
        max-width: revert;
        width: 100%;
        margin-top: 37px;
    }
    #profile .container > .map iframe{
        max-width: 100%;
        aspect-ratio: 1 / 1;
        height: auto;
    }
}


/* --------------------------------
■philosophy
-------------------------------- */ 

#philosophy ul li{
    font-size: 3.2rem;
    margin-bottom: 24px;
}

@media only screen and
(max-width : 767px) {

    #philosophy ul li{
        font-size: 2.4rem;
    }
}


/* --------------------------------
■history
-------------------------------- */ 

.dlBlock {
    position: relative;
}
.dlBlock:before {
    position: absolute;
    display: block;
    content: "";
    background: #8A8A8A;
    width: 2px;
    height: 100%;
    top: 6px;
    left: 156px;
    z-index: -1;
}
.dlBlock .dlInner {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
.dlBlock dt {
    width: 156px;
    position: relative;
}
.dlBlock dt:before {
    position: absolute;
    display: block;
    content: "";
    top: 12px;
    right: -7px;
    width: 12px;
    height: 12px;
    background: #B72B2F;
    border-radius: 50%;
    transform: translateY(-50%);
}
.dlBlock dd {
    flex: 1;
    padding-left: 48px;
}

@media only screen and
(max-width : 767px) {

    .dlBlock:before {
        left: 120px;
    }
    .dlBlock .dlInner {
    }
    .dlBlock dt {
        width: 120px;
    }
    .dlBlock dd {
        padding-left: 20px;
    }
}


/* --------------------------------
■closing
-------------------------------- */ 

#closing .closing{
    margin-top: 80px;
}
#closing .closing p.text{
    text-align: center;
    margin-bottom: 26px;
}

@media only screen and
(max-width : 767px) {

    #closing .closing{
        margin-top: 10vw;
    }
    #closing .closing p.text{
        text-align: center;
        margin-bottom: 4vw;
    }
}

