
/*------------------------------------
#index-top-aisatsu
------------------------------------*/

div#index-top-catch {
    width: 100%;
    margin: 0 auto;
    /* max-width: 960px; */
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(7,165,176,0.1); */
    position: relative;
}

section#index-top-catch h2 {
    background-color: #fff;
    padding: 1rem;
    /* line-height: 2.2rem; */
    font-size: clamp(16px, 5.2vw, 28px);
}

section#index-top-catch img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}


@media screen and (min-width:768px) {
    div#index-top-catch {
        padding: 0px;
        padding-top: 50px;
        /* height: 100%; */
        /* height: 300px; */
        width: 100%;
        max-width:960px;
    }

    section#index-top-catch h2 {
        background-color: #fff;
        padding: 1rem;
        font-size: 40px;
        font-size: clamp(16px, 10vw, 40px);
        width: 100%;
    }
}

.index-top-aisatsuFrame {
    position: relative;
    padding: 50px 0;
}

.index-top-aisatsu-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 5px solid #fff;
}


section#index-top-aisatsu {
    position: relative;
    height: 100%;
        padding-top: 0;
    padding-bottom: 0;
}

.index-top-aisatsu-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 1;
    position: absolute;
}

.index-top-aisatsu {
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 30px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: 1100px;
    padding: 30px;
    background-color: rgba(255,255,255,.9);
    box-shadow: 5px 5px 15px #fff;
    border-radius: 10px;
}

.index-aisatsu__title {
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 1em;
}

.index-top-aisatsu .inner-right {
    display: flex;
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}


.index-top-aisatsu .inner-right img {
    width: 100%;
    height: 100%;
    /* max-width: 300px; */
    /* margin: 0 auto; */
    object-fit: cover;
}


@media screen and (max-width: 768px) {
    .index-top-aisatsuFrame {
    position: relative;
    padding: 50px;

}

section#index-top-aisatsu {
    padding: 0;
}

    .index-top-aisatsu {
        display: grid;
        flex-direction: row;
        justify-content: space-between;
        width: 92%;
        max-width: 1100px;
        padding: 50px 30px;
        grid-template-columns: 1.5fr 1fr;
    }

    .index-top-aisatsu .inner-left {
        /* width: 80%; */
        margin: 0;
    }

    .index-top-aisatsu .inner-right {
        /* width: 20%; */
        margin: 0;
        /* display: flex; */
        /* justify-content: end; */
        /* align-items: center; */
    }

    .index-top-aisatsu {
    grid-template-columns: 1fr;
}

}


