@charset "UTF-8";
.top_hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

.top_hero_image_wrap {
    margin: 0;
    width: 100%;
}

.top_hero_image {
    display: block;
    width: 100%;
    height: auto;
}

.top_hero_content {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 680px;
}

.top_hero_title {
    margin: 0;
    line-height: 1.55;
    font-weight: 700;
    color: #3a2a20;
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.85);
}

.top_hero_title span {
    display: inline-block;
}

.top_hero_buttons {
    margin-top: 28px;
    justify-content: flex-start;
}
.top_hero_title .br-pc::before {
    content: "";
    display: inline;
}
h2.section_title.top {
    border-bottom: 3px solid #19448e;
    padding: 0 0 0.5rem 0;
    margin: 2rem 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
    .top_hero {
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }

    .top_hero_content {
        left: 6%;
        right: 6%;
        top: 44%;
        transform: translateY(-50%);
        max-width: none;
        text-align: left;
    }

    .top_hero_title {
        font-size: 2.4rem;
        line-height: 1.55;
        text-shadow: 0 2px 14px rgba(255, 255, 255, 0.95);
    }

    .top_hero_buttons {
        margin-top: 18px;
        justify-content: center;
    }
    h1.top_hero_title {
        font-size: 1.5rem;
    }
    .top_hero_title .br-sp::before {
        content: "";
        display: block;
    }
}
