@charset "utf-8";
/*
*----各セクションstyle----*/
.office-sec{
    margin-bottom: 200px;
}
.office-sec-ttl{
    font-size: clamp(3.2rem, 3.51390922401vw, 4.8rem);
    margin-bottom: 2.08333em;
}
.office-sec-content-top{
    display: flex;
    /*gap: clamp(10px, 7.6%, 76px);*/
    gap: 76px;
    margin-bottom: 2.5%;
}
.office-sec-content-top-img{
    position: relative;
}
.office-sec-content-top-img::after{
    content: '';
    display: block;
    width: 100%;
    height: 218%;
    max-height: 912.5px;
    background-color: var(--primary-color);
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: -1;
}
.office-sec-content-top-img img{
    width: 380px;
    object-fit: cover;
}
.office-sec-content-top-txt{
    /*flex-grow: 1;*/
    flex-shrink: 0;
    width: calc( 100% - 456px);
}
.office-sec-content-top-txt-top{
    padding: 66px 0 28px 30px;
    border-bottom: solid 5px var(--point-color);
    margin-bottom: 2.5%;
}
.office-sec-content-top-txt-ttl{
    font-size: clamp(2.21rem, 3.41463414634vw,3.2rem);
    font-weight: bold;
    margin-bottom: .3333em;
}
.office-sec-content-top-txt-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.office-sec-content-top-txt-a-tel{
    font-size: clamp(2.21rem, 3.41463414634vw,3.2rem);
    font-weight: bold;
}
.office-sec-content-top-txt-a-tel::before{
    content: '';
    display: inline-block;
    width: 0.9375em;
    height: 0.9375em;
    background-image: url(../images/common/tel-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.office-sec-content-top-txt-a-ly_2btns{
    display: flex;
    gap: .8em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.office-sec-content-top-txt-bottom{
    padding-left: 30px;
}
.office-sec-content-top-txt-bold{
    font-size: clamp(1.6rem, 2.19512195122vw,2rem);
    font-weight: bold;
    margin-bottom: 2.5%;
}
.office-sec-content-top-txt-dl{
    display: grid;
    grid-template-columns: 16em auto;
    gap: 1em;
}
.office-sec-content-top-txt-dl dt,
.office-sec-content-top-txt-dl dd{
    font-size: clamp(1.4rem, 1.4vw, 1.6rem);
    font-weight: normal;
}
.office-sec-dd-ly_seviceBtns{
    display: flex;
    gap: .5em;
    flex-wrap: wrap;
}
.office-sec-seviceBtn{
    display: inline-block;
    font-size: clamp(1.5rem, 1.82926829268vw, 1.6rem);
    font-weight: bold;
    color: #fff;
    padding: 5px 20px 3px;
    background-color: var(--point-color);
}
.office-sec-ly_map{
    /*width: 89.5%;
    max-width: 1100px;*/
    height: 360px;
    /*aspect-ratio: 3.05555555556;*/
    /*margin-left: auto;*/
    margin-left: 140px;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}
.office-sec-ly_map iframe{
    width: 100%;
}
@media(max-width: 820px){
    .office-sec{
        margin-bottom: 100px;
    }
    .office-sec-ttl{
        margin-bottom: 1em;
    }
    .office-sec-content-top{
        display: block;
    }
    .office-sec-content-top-img img{
        width: 100%;
    }
    .office-sec-content-top-img::after{
        width: 20%;
        height: 350%;
        max-height: 900px;
        top: 0;
        left: 0;
    }
    .office-sec-content-top-img._pt1::after{
        height: 354%;
        max-height: 892px;
    }
    .office-sec-content-top-img._pt2::after{
        height: 424%;
        max-height: 1063px;
    }
    .office-sec-content-top-img._pt3::after{
        height: 350%;
        max-height: 908px;
    }
    .office-sec-content-top-img._pt4::after{
        height: 370%;
        max-height: 956px;
    }
    .office-sec-content-top-img._pt5::after{
        height: 383%;
        max-height: 986px;
    }
    .office-sec-content-top-txt{
        width: 100%;
    }
    .office-sec-content-top-txt-top,
    .office-sec-content-top-txt-bottom{
        width: 80%;
        margin-left: auto;
    }
    .office-sec-content-top-txt-top{
        padding: 15px 0 14px 15px;
    }
    .office-sec-content-top-txt-bottom{
        padding-left: 15px;
    }
    .office-sec-content-top-txt-bold{
        margin-bottom: 14px;
    }
    .office-sec-content-top-txt-dl{
        grid-template-columns: auto;
        gap: .5em;
        margin-top: 10px;
    }
    .office-sec-content-top-txt-dl dd:not(:last-child){
        margin-bottom: 1em;
    }
    .office-sec-ly_map{
        width: 100%;
        height: auto;
        max-height: 300px;
        margin-left: unset;
    }
}