/* --------------------
 Office
-------------------- */
.office {
    margin: 0 0 100px;
    padding: 60px 0 0;
}

@media (min-width: 768px) {
    .office {
        padding: 70px 0 0;
    }
}

.office__menu {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    justify-content: center;
    margin: 0 auto 80px;
    max-width: 1140px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .office__menu {
        margin: 0 auto 100px;
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .office__menu {
        gap: 30px;
    }
}

.office__menu__item {
    width: calc(50% - 6px);
}

@media (min-width: 768px) {
    .office__menu__item {
        width: calc(25% - 9px);
    }
}

@media (min-width: 992px) {
    .office__menu__item {
        width: calc(25% - 22.5px);
    }
}

@media (max-width: 767px) {
    .office__menu__item .com-button {
        font-size: var(--fs14);
        padding-left: 15px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .office__menu__item .com-button {
        font-size: var(--fs14);
        height: 50px;
        padding-left: 20px;
        padding-right: 35px;
    }

    .office__menu__item .com-button:after {
        right: 10px;
    }
}

@media (min-width: 992px) {
    .office__menu__item .com-button {
        font-size: var(--fs16);
    }
}

.office__main {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .office__main {
        margin: 0 0 100px;
    }
}

.office__main-container {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .office__main-container {
        padding: 0 30px;
    }
}

.office__main__item {
    margin: 0 0 120px;
}

@media (min-width: 768px) {
    .office__main__item {
        margin: 0 0 160px;
    }
}

.office__main__item:last-child {
    margin-bottom: 0;
}

.office__main__item__overview {
    display: flex;
    flex-flow: column nowrap;
    gap: 24px 30px;
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .office__main__item__overview {
        align-items: stretch;
        flex-direction: row;
    }
}

.office__main__item__overview__fig {
    width: 100%;
}

@media (min-width: 768px) {
    .office__main__item__overview__fig {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .office__main__item__overview__fig img {
        width: 100%;
    }
}

.office__main__item__overview__main {
    width: 100%;
}

@media (min-width: 768px) {
    .office__main__item__overview__main {
        width: calc(50% - 15px);
    }
}

.office__main__item__overview__main__title {
    border-bottom: 1px solid var(--color-theme);
    border-top: 1px solid var(--color-theme);
    color: var(--color-theme);
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .office__main__item__overview__main__title {
        font-size: var(--fs28);
        padding: 12px 0;
    }
}

.office__main__item__overview__main__contact {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    justify-content: stretch;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .office__main__item__overview__main__contact {
        margin: 0 0 50px;
    }
}

.office__main__item__overview__main__contact__tel {
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 768px) {
    .office__main__item__overview__main__contact__tel {
        font-size: var(--fs22);
        padding: 0 0 0 50px;
    }
}

.office__main__item__overview__main__contact__tel:before {
    background-image: url(../images/icons/icon-black-tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
    left: 1px;
    position: absolute;
    top: 0;
    width: 24px;
}

@media (min-width: 768px) {
    .office__main__item__overview__main__contact__tel:before {
        height: 30px;
        width: 30px;
    }
}

.office__main__item__overview__main__contact__tel a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.office__main__item__overview__main__contact__fax {
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 768px) {
    .office__main__item__overview__main__contact__fax {
        font-size: var(--fs22);
        padding: 0 0 0 50px;
    }
}

.office__main__item__overview__main__contact__fax:before {
    background-image: url(../images/icons/icon-black-fax.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 26px;
    left: 1px;
    position: absolute;
    top: 0;
    width: 26px;
}

@media (min-width: 768px) {
    .office__main__item__overview__main__contact__fax:before {
        height: 32px;
        width: 32px;
    }
}

.office__main__item__overview__main__contact__fax a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.office__main__item__overview__main__address {
    display: block;
    font-size: var(--fs16);
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .office__main__item__overview__main__address {
        font-size: var(--fs18);
    }
}

.office__main__item__access__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: flex-start;
    margin: 0 0 15px;
}

.office__main__item__access__title__en {
    font-size: var(--fs10);
    line-height: 1.2;
    margin: 0;
}

.office__main__item__access__title__en img {
    height: 22px;
    width: auto;
}

@media (min-width: 768px) {
    .office__main__item__access__title__en img {
        height: 24px;
    }
}

.office__main__item__access__title__ja {
    color: var(--color-theme);
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .office__main__item__access__title__ja {
        font-size: var(--fs16);
    }
}

.office__main__item__access__map {
    margin: 0 0 30px;
}

.office__main__item__access__map iframe {
    border: none;
    display: block;
    height: 240px;
    margin: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .office__main__item__access__map iframe {
        height: 300px;
    }
}

.office__main__item__access__detail__item {
    margin: 0 0 40px;
}

.office__main__item__access__detail__item:last-child {
    margin-bottom: 0;
}

.office__main__item__access__detail__item__title {
    border: 1px solid var(--color-theme);
    border-radius: 24px;
    color: var(--color-theme);
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0 0 12px;
    padding: 6px 10px;
}

@media (min-width: 768px) {
    .office__main__item__access__detail__item__title {
        font-size: var(--fs18);
        padding: 8px 16px;
    }
}

.office__main__item__access__detail__item__content {
    font-size: var(--fs14);
    letter-spacing: 0.15em;
    line-height: 1.8;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .office__main__item__access__detail__item__content {
        font-size: var(--fs16);
        padding: 0 16px;
    }
}

.office__main__item__access__detail__item__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.office__main__item__access__detail__item__content ul > li {
    font-size: inherit;
    font-weight: 300;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.office__main__item__access__detail__item__content p {
    font-size: inherit;
    font-weight: 300;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0 0 1.75em;
    padding: 0;
}

.office__main__item__access__detail__item__content p:last-child {
    margin-bottom: 0;
}

.office__main__item__access__detail__item__content p._note {
    padding: 0 0 0 1.5em;
    text-indent: -1.5em;
}

.office__main__item__access__detail__item__content em {
    background-color: #e6ebf1;
    border-radius: 20px;
    color: var(--color-theme);
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    margin: 0.25em 0.5em 0.25em 0;
    padding: 0.05em 0.5em 0.2em;
}

.office__main__item__access__detail__item__content em:first-of-type {
    margin-left: 0;
}

.office__main__item__access__detail__item__content em:last-of-type {
    margin-right: 0;
}

.office__main__item__access__detail__item__content a {
    color: var(--color-theme);
    text-decoration: underline;
}

.office__main__item__access__detail__item__content a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .office__main__item__access__detail__item__content a:hover {
        text-decoration: none;
    }
}

.office__main__item__access__detail__item__content ._bg {
    background-color: #e6ebf1;
    display: inline-block;
    padding: 0.2em 0.5em 0.3em;
}

.office__main__item__access__detail__item__content ._color-red {
    color: #a90000;
}