@charset "UTF-8";


/* ------------------------------------------------------------
   OFFICEページ
------------------------------------------------------------ */
#office {
    /* ----- ご挨拶 ----- */
    /* ----- 事務所の特徴 ----- */
    /* ----- 事務所沿革 ----- */
    /* ----- 事務所概要 ----- */
    /* ------------------------------------------------------------
   OFFICEページ -1200px以上-
   OFFICEページ -1200px以上-
------------------------------------------------------------ */
    /* ------------------------------------------------------------
   OFFICEページ -1199px以下-
------------------------------------------------------------ */
    /* ------------------------------------------------------------
   OFFICEページ -767px以下-
------------------------------------------------------------ */
}

#office .main-contents .tit {
    background: url(../img/office_bg.png) no-repeat center/cover;
}

#office .greet {
    background-color: #f8f8f8;
}

#office .greet .greet_bg {
    text-align: center;
    padding: 60px 0;
    width: 100%;
    background: url(../img/greeting_bgimg@2x.png) no-repeat center bottom 50px/270px 238px;
}

#office .greet .vertical-line {
    height: 85px;
}

#office .greet .vertical-line__border {
    border-left: 1px solid #1e5f43;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1px;
    position: absolute;
    left: 50%;
}

#office .greet .greet--ttl {
    font-size: 1.875rem;
    margin-bottom: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #685d1e;
}

#office .greet p {
    font-size: 0.9375rem;
    line-height: 2.5;
}

#office .greet .name-sign {
    padding-bottom: 90px;
}

#office .greet .name-sign img {
    max-width: 250px;
    margin: 0 50px 0 auto;
}

#office .gr_bg {
    background: #ebffe5;
    margin: 30px 0 60px;
    padding: 40px 90px;
}

#office .gr_bg h2 {
    color: #50933e;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}

#office .contents {
    margin: 60px 0;
}

#office .contents .contents_tit {
    border-bottom: solid 3px #1e5f43;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#office .contents .contents_tit img {
    height: 30px;
}

#office .contents .contents_tit:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #448f30;
    bottom: -3px;
    width: 12%;
}

#office .contents .list {
    position: relative;
}

#office .contents .list:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background: #dcdcdc;
    left: 5px;
}

#office .contents .list .circle {
    width: 9px;
    height: 9px;
    position: absolute;
    background: #50933e;
    border-radius: 50%;
    left: 1px;
    margin: 8px 0 0 0;
}

#office .contents .list li {
    top: -0.6em;
    margin: 0 0 40px 28px;
}

#office .contents .list .date {
    float: left;
}

#office .contents .list .event {
    display: block;
    margin-left: 220px;
}

#office .contents .map {
    background: url(../img/map.png) no-repeat center/100%;
    min-height: 391px;
}

#office .contents .summary {
    margin: 30px 0;
}

#office .contents .summary li {
    padding: 26px;
}

#office .contents .summary .bgcol {
    background: #f8f8f8;
}

#office .contents .summary .item {
    font-weight: bold;
    color: #1e5f43;
    float: left;
}

#office .contents .summary .con {
    display: block;
    margin-left: 168px;
}

#office .contents .summary a {
    color: #000;
}

#office .contents .summary .circle_m {
    width: 6px;
    height: 6px;
    background: #50933e;
    border-radius: 50%;
    position: absolute;
    margin: 10px -15px;
}

#office .contents .summary .last {
    margin-left: 183px;
}

@media screen and (min-width: 1200px) {
    #office .contents .contents_tit {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1199px) {
    #office .contents .map {
        min-height: 330px;
    }
}

@media screen and (max-width: 767px) {
    #office .greet {
        background-position: center center;
    }
    #office .greet .greet--ttl {
        font-size: 1.625rem;
        margin-bottom: 20px;
    }
    #office .greet p {
        padding: 0 20px;
    }
    #office .gr_bg {
        padding: 40px 20px;
    }
    #office .gr_bg h2 {
        font-size: 1.125rem;
    }
    #office .contents .contents_tit {
        margin-bottom: 40px;
    }
    #office .contents .contents_tit img {
        height: 28px;
    }
    #office .contents .list:before {
        bottom: 40px;
    }
    #office .contents .list li {
        margin: 0 0 20px 28px;
        display: flex;
        flex-direction: column;
    }
    #office .contents .list .event {
        margin-left: 0;
    }
    #office .contents .map {
        min-height: 200px;
        background: url(../img/map_sp.png) no-repeat left/contain;
    }
    #office .contents .summary li {
        padding: 20px;
    }
    #office .contents .summary .bgcol {
        display: flex;
        flex-direction: column;
    }
    #office .contents .summary .bgnon {
        display: flex;
        flex-direction: column;
    }
    #office .contents .summary .con {
        margin-left: 0;
    }
    #office .contents .summary a {
        display: block;
    }
    #office .contents .summary .last {
        margin-left: 20px;
    }
}
