.info-wrap {
    width: 90%;
    max-width: var(--max-width-content);
    margin: 0 auto 50px;
    border-radius: 10px;
}

h2.h2--style02.office {
    background-color: #707070 !important;
	border-radius: 5px;
}

.company_title {
    padding: 0 1em;
    background-color: #F3F3F3;
    border-radius: 5px;
    font-size: clamp(12px, 9.931px + 0.552vw, 16px);
    border: none;
}

.company_sentence {
    padding: 15px 20px 15px 20px;
    font-size: clamp(12px, 9.931px + 0.552vw, 16px);
    border: none;
}

.office__section__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
    margin-bottom: var(--margin-bottom_S) !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.office__section__button a {
    display: block;
    width: 155px;
    height: 87px;
}
.office__section img {
    width: 100%;
}