@charset "utf-8";


@media screen and (min-width:992px) {
    .block_top01 .top__contentBox {
        width: 100%;
        height: 700px;
        display: flex;
        position: relative;
    }

    .block_top01 .top__contentBox .top__contentBox__txtarea {
        width: 45vw;
        max-width:570px;
        padding: 3%;
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 6;
    }

    .block_top01 .top__contentBox .top__contentBox__image {
        position: absolute;
        right: 0;
        width: 67vw;
        max-width: 800px;
    }

    .block_top01 .top__contentBox .top__contentBox__ttl:first-child {
        padding-top: 0;
    }
}

.block_top01 .top__contentBox__txtarea {
	background-color: #46BED6!important;
}


@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .block_top02 .top__contentBox {
        position: relative;
        display: flex;
        width: 100%;
        height: 500px;
        margin-bottom: 70px;
    }

    .block_top02 .top__contentBox .top__contentBox__txtarea {
        width: 45vw;
        max-width:570px;
        padding: 10% 5% 5% 5%;
        position: absolute;
        top: 45%;
        right: 0;
        background-color: #0055ae;
        z-index: 5;
    }

    .block_top02 .top__contentBox .top__contentBox__image {
        position: absolute;
        left: 0;
        width: 60vw;
        max-width: 800px;
        height: 200px;
    }

    .block_top02 figure a img {
        height: 300px;
    }


    .block_top03 .top__contentBox {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        min-height: 450px;
        margin-bottom: 120px;
    }

    .block_top03 .top__contentBox .top__contentBox__txtarea {
        width: 45vw;
        max-width:570px;
        padding: 10% 5% 5% 5%;
        position: absolute;
        top: 45%;
        left: 0;
        background-color: #0055ae;
        z-index: 5;
    }

    .block_top03 .top__contentBox .top__contentBox__image {
        position: absolute;
        right: 0;
        width: 60vw;
        max-width: 800px;
    }

    .block_top03 figure a img {
        height: 300px;
    }

}


@media screen and (min-width: 992px) {
    .block_top02 .top__contentBox {
        position: relative;
        display: flex;
        width: 100%;
        height: 500px;
        margin-bottom: 70px;
    }

    .block_top02 .top__contentBox .top__contentBox__txtarea {
        width: 45vw;
        max-width:570px;
        padding: 5% 5% 5% 5%;
        position: absolute;
        top: 150px;
        right: 0;
        background-color: #0055ae;
        z-index: 5;
    }

    .block_top02 .top__contentBox .top__contentBox__image {
        position: absolute;
        left: 0;
        width: 60vw;
        max-width: 800px;
        height: 200px;
    }

    .block_top02 figure a img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .block_top02 .top__contentBox__ttl:first-child {
        padding-top: 5%;
    }


    .block_top03 .top__contentBox {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        min-height: 450px;
        margin-bottom: 120px;
    }

    .block_top03 .top__contentBox .top__contentBox__txtarea {
        width: 45vw;
        max-width:570px;
        padding: 5% 5% 5% 5%;
        position: absolute;
        top: 150px;
        left: 0;
        background-color: #0055ae;
        z-index: 5;
    }

    .block_top03 .top__contentBox .top__contentBox__image {
        position: absolute;
        right: 0;
        width: 60vw;
        max-width: 800px;
    }

    .block_top03 figure a img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        object-position: left;
    }

    .block_top03 .top__contentBox__ttl:first-child {
        padding-top: 5%;
    }

}