@charset "UTF-8";
/* --------------------
 Overseas
-------------------- */
.overseas {
    padding: 60px 0 0;
}

@media (min-width: 768px) {
    .overseas {
        padding: 70px 0 0;
    }
}

.overseas__menu {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    justify-content: center;
    margin: 0 auto 20px;
    max-width: 1140px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .overseas__menu {
        margin: 0 auto 30px;
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .overseas__menu {
        gap: 20px;
    }
}

.overseas__menu__item {
    width: calc(50% - 6px);
}

@media (min-width: 768px) {
    .overseas__menu__item {
        width: min(20%, 200px);
    }
}

@media (max-width: 767px) {
    .overseas__menu__item .com-button {
        font-size: var(--fs14);
        padding-left: 15px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .overseas__menu__item .com-button {
        font-size: var(--fs14);
        height: 45px;
        padding-left: 20px;
        padding-right: 35px;
    }

    .overseas__menu__item .com-button:after {
        right: 10px;
    }
}

@media (min-width: 992px) {
    .overseas__menu__item .com-button {
        font-size: var(--fs16);
        height: 45px;
    }
}

.overseas__map {
    background: #e7f6f9;
    margin-bottom:  60px;
    padding: 30px 5px;
}

@media (min-width: 768px) {
    .overseas__map {
        margin-bottom: 90px;
        padding: 54px 30px;
    }
}

.overseas__map-container {
    margin: 0 auto;
    max-width: 1057px;
    position: relative;
    width: 100%;
}

.overseas__map__list {
    height: 100%;
    inset: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.overseas__map__list__item {
    position: absolute;
}

.overseas__map__list__item.--eastasia {
    bottom: 58.16%;
    left: 78.44%;
    transform: translateX(-50%);
}

.overseas__map__list__item.--southeastasia {
    left: 79.45%;
    top: 56.58%;
    transform: translateY(-50%);
}

.overseas__map__list__item.--southasia {
    bottom: 30%;
    left: 68.42%;
    transform: translateX(-50%);
}

@media (min-width: 992px) {
    .overseas__map__list__item.--southasia {
        bottom: 49.55%;
    }
}

.overseas__map__list__item.--westasia {
    bottom: 60.70%;
    left: 58.65%;
    transform: translateX(-50%);
}

.overseas__map__list__item.--europe {
    bottom: 75%;
    left: 47.97%;
    transform: translateX(-50%);
}

@media (min-width: 992px) {
    .overseas__map__list__item.--europe {
    bottom: 67.96%;
    }
}

.overseas__map__list__item.--northamerica {
    bottom: 63.20%;
    left: 18.10%;
    transform: translateX(-50%);
}

.overseas__map__list__item.--centralamerica {
    right: 84.42%;
    top: 51.89%;
    transform: translateY(-50%);
}

.overseas__map__list__item.--southamerica {
    bottom: 24.05%;
    left: 30.96%;
    transform: translateX(-50%);
}

.overseas__map__list__item.--africa {
    bottom: 40.49%;
    left: 53.12%;
    transform: translateX(-50%);
}

.overseas__map__list__item.--oceania {
    bottom: 20.42%;
    left: 88.03%;
    transform: translateX(-50%);
}



.overseas__map__list__item__link {
    aspect-ratio: 58 / 27;
    display: block;
    position: relative;
    text-decoration: none;
    width: min(116px, 13vw);
}

.overseas__map__list__item__link span {
    align-items: center;
    background-color: #fff;
    border: 2px solid #172a80;
    border-radius: 27px;
    color: #172a80;
    display: flex;
    font-size: min(var(--fs18), 2.4vw);
    font-weight: 700;
    height: 100%;
    justify-content: center;
    position: relative;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 2;
}

@media (min-width: 768px) {
    .overseas__map__list__item__link span {
        border: 4px solid #172a80;
        font-size: var(--fs18);
    }
}

@media (hover: hover) and (pointer: fine)  {
    .overseas__map__list__item__link:hover span {
        background-color: #172a80;
        color: #fff;
    }
}

.overseas__map__list__item__link:focus-visible span {
    background-color: #172a80;
    color: #fff;
}

.overseas__map__list__item__link:before {
    background-color: #172a80;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
}

.overseas__map__list__item__link.--bottom:before {
    aspect-ratio: 2 / 1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    inset: auto 0 max(-14px, -25.93%);
    margin: 0 auto;
    width: min(32px, 27.59%);
}

@media (max-width: 991px) {
    .overseas__map__list__item.overseas__map__list__item.--southasia > .overseas__map__list__item__link.--bottom:before {
        clip-path: polygon(0 100%, 50% 0, 100% 100%);
        inset: max(-14px, -25.93%) 0 auto;
        width: min(32px, 59.56%);
    }
}

.overseas__map__list__item__link.--left:before {
    aspect-ratio: 3 / 4;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    height: min(32px, 59.56%);
    inset: 0 auto 0 max(-18px, -15.52%);
    margin: auto 0;
}

.overseas__map__list__item__link.--right:before {
    aspect-ratio: 3 / 4;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    height: min(32px, 59.56%);
    inset: 0 max(-18px, -15.52%) 0 auto;
    margin: auto 0;
}

.overseas__office {
    margin: 0 auto 60px;
    width: min(100%, 1020px);
    padding: 0 20px;
}

@media (min-width: 768px) {
    .overseas__office {
        margin: 0 auto 100px;
        padding: 0 30px;
    }
}

.overseas__office__section {
    margin-bottom: 100px;
    padding: 15px 0 0;
}

@media (min-width: 768px) {
    .overseas__office__section {
        margin-bottom: 160px;
        padding: 20px 0 0;
    }
}

.overseas__office__section:last-child {
    margin-bottom: 0;
}

.overseas__office__section__title {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 5px 10px;
    justify-content: flex-start;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .overseas__office__section__title {
        margin-bottom: 70px;
    }
}



.overseas__office__section__title__en {
    font-size: var(--fs10);
    height: 22px;
    line-height: 1.2;
    margin: 0;
    width: auto;
}

@media (min-width: 768px) {
    .overseas__office__section__title__en {
        height: 24px;
    }
}

.overseas__office__section__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) {
    .overseas__office__section__title__ja {
        font-size: var(--fs16);
    }
}

.overseas__office__section__content {
    margin-bottom:  60px;
}

@media (min-width: 768px) {
    .overseas__office__section__content {
        margin-bottom: 95px;
    }
}

.overseas__office__section__content:last-child {
    margin-bottom: 0;
}

.overseas__office__section__content__title {
    border-bottom: 1px solid rgba(23, 42, 128, 0.4);
    color: #172a80;
    letter-spacing: 0.05em;
    padding-bottom: 8px;
}

.overseas__office__section__content__title__ja {
    display: inline;
    font-size: var(--fs24);
    padding-left: 0.83em;
    position: relative;
}

@media (min-width: 768px) {
    .overseas__office__section__content__title__ja {
        font-size: var(--fs30);
    }
}

.overseas__office__section__content__title__ja::before {
    background: #172a80;
    content: "";
    display: block;
    height: 35px;
    inset: 0 auto 0 0;
    margin: auto auto auto 0;
    position: absolute;
    width: 8px;
}

@media (min-width: 768px) {
    .overseas__office__section__content__title__ja::before {
        height: 45px;
    }
}

.overseas__office__section__content__title__ja::after {
    content: " ";
}

.overseas__office__section__content__title__en {
    display: inline;
    font-size: var(--fs12);
}

@media (min-width: 768px) {
    .overseas__office__section__content__title__en {
        font-size: var(--fs14);
    }
}

.overseas__office__section__content__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.overseas__office__section__content__list__item {
    background: linear-gradient(to right, rgba(var(--color-theme-rgb), 0.4) 5px, transparent 5px) left bottom / 10px 1px repeat-x;
    font-size: var(--fs16);
    letter-spacing: 0.05em;
    padding: 24px 0 30px;
}

@media (min-width: 768px) {
    .overseas__office__section__content__list__item {
        font-size: var(--fs18);
        padding: 32px 0 39px;
    }
}

.overseas__office__section__content__list__item:last-child {
    background: none;
    padding-bottom: 0;
}

.overseas__office__section__content__list__item__name {
    font-size: var(--fs20);
    font-weight: 700;
    margin: 0 0 18px;
}

@media (min-width: 768px) {
    .overseas__office__section__content__list__item__name {
        font-size: var(--fs26);
        margin-bottom: 22px;
    }
}

.overseas__office__section__content__list__item__address {
    margin: 15px 0 0;
}

@media (min-width: 768px) {
    .overseas__office__section__content__list__item__address {
        margin-top:  20px;
    }
}

.overseas__office__section__content__list__item__tel {
    font-weight: 700;
    margin: 6px 0 0;
}

.overseas__office__section__content__list__item .com-button {
    border: 1px solid var(--color-theme);
    height: 30px;
    justify-content: flex-start;
    letter-spacing: 0.1em;
    margin: 18px 0 0;
    max-width: 180px;
    padding: 0 15px 2px;
}

@media (max-width: 767px) {
    .overseas__office__section__content__list__item .com-button {
        font-size: var(--fs14);
        margin: 15px 0 0;
    }
}

.overseas__office__section__content__list__item .com-button::after {
    right: 10px;
}

.overseas__office__section__content__message {
    background: linear-gradient(to right, rgba(var(--color-theme-rgb), 0.4) 5px, transparent 5px) left bottom / 10px 1px repeat-x;
    margin: 0;
    padding: 36px 0;
}

.overseas__contact {
    background-color: #e6ebf1;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .overseas__contact {
        padding: 60px 0 100px;
    }
}

.overseas__contact-container {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .overseas__contact-container {
        padding: 0 30px;
    }
}

.overseas__contact__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: center;
    margin: 0 0 50px;
}

.overseas__contact__title__en {
    font-size: var(--fs10);
    line-height: 1.2;
    margin: 0;
}

.overseas__contact__title__en img {
    height: 22px;
    width: auto;
}

@media (min-width: 768px) {
    .overseas__contact__title__en img {
        height: 24px;
    }
}

.overseas__contact__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) {
    .overseas__contact__title__ja {
        font-size: var(--fs16);
    }
}

.overseas__contact__action .com-button {
    border-color: var(--color-theme);
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
}

@media (min-width: 768px) {
    .overseas__contact__action .com-button {
        max-width: 400px;
    }
}

@media (min-width: 992px) {
    .overseas__contact__action .com-button {
        font-size: var(--fs18);
    }
}