.wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrap footer {
    margin-top: auto;
}

.overseas {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 20px;
}

.overseas-lead {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    line-height: 1.8;
    font-size: 14px;
    font-weight: 300;
}

.overseas-links {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
}

.overseas-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    max-width: 100%;
    height: 80px;
    border: solid 1px #000;
    background: #fff;
    color: #000;
    font-size: 14px;
}

.overseas-links li a.hover {
    background: #000;
    color: #fff;
}

.ttl_01{
        text-align: center;
    font-size: 32px;
    margin-bottom: 30px;;
}

@media screen and (max-width: 768px) {

    .overseas {
        padding: 40px 20px;
    }

    .overseas-lead {
        font-size: 12px;
        margin-bottom: 40px;
    }

    .overseas-links {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .overseas-links li {
        width: 100%;
        max-width: 280px;
    }

    .overseas-links li a {
        width: 100%;
        height: 60px;
        font-size: 13px;
    }

}
