/*
※※※※※※※※※※※※※※※※

パンくずリスト

※※※※※※※※※※※※※※※※
*/

.breadcrumbs{
    background:#0a1975;
    margin-top:130px;
    padding:25px 0;
        height: 90px;
    }

    .breadcrumbs p{
        margin-bottom:0;
        color:white;
        font-size:27px;
        margin-left:5%;
    }

    .breadcrumbs .inner{
        display:flex;
    }

    .breadcrumbs_list{
        display:flex;
        margin-left:5%;
        border-left:1px solid #ffffff;
        line-height:2.5
    }

    .breadcrumbs_item{
        color:white;
        margin-left:20px;
    }

    .breadcrumbs_item:after{
        content:">";
        color:white;
        display:inline-block;
        margin-left:20px;
    }

    .breadcrumbs_item:last-child:after{
        content:"";
        display:none;
    }





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

    .breadcrumbs{
        margin-top:60px;
        padding:15px 0;
                height: 60px;
        }

        .breadcrumbs p{
            margin-bottom:0;
            color:white;
            font-size:18px;
            margin-left:3%;
        }

        .breadcrumbs .inner{
            display:flex;
        }

        .breadcrumbs_list{
            display:flex;
            margin-left:3%;
            border-left:1px solid #ffffff;
            line-height:1.8;
            display:none;
        }

        .breadcrumbs_item{
            color:white;
            margin-left:10px;
            font-size:14px;
        }

        .breadcrumbs_item:first-child:after{
            content:">";
            color:white;
            display:inline-block;
            margin-left:10px;
        }



}

/*
※※※※※※※※※※※※※※※※

2層目トップ画像

※※※※※※※※※※※※※※※※
*/

.visual_L{
    width:100%;
    height:450px;
        position: relative;
}

.visual_L .page_title{
        position: absolute;
        font-size:4.7rem;
        color:white;
        top:45%;
        left:0;
        right:0;
        text-align:center;
}

.visual_L .page_title_en{
    position: absolute;
    font-size:1.9rem;
    color:white;
    top:35%;
    left:0;
    right:0;
    text-align:center;
}

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

}

@media screen and (max-width:767px) {
    .visual_L{
        width:100%;
        height:200px;
        position: relative;
    }

    .visual_L .page_title{
        font-size:3.0rem;
        top:45%;
        left:0;
        right:0;
        text-align:center;
    }

    .visual_L .page_title_en{
        position: absolute;
        font-size:1.6rem;
        color:white;
        top:25%;
        left:0;
        right:0;
        text-align:center;
    }

}

/*
※※※※※※※※※※※※※※※※

3層目サービス一覧のトップ画像(marine.htmlなど)

※※※※※※※※※※※※※※※※
*/

.visual_M{
    width:100%;
    height:420px;
        position: relative;
}

.visual_M .page_title{
    position: absolute;
    top:35%;
    padding:20px;
    font-size:31px;
    text-align:right;
    background:white;
}


@media screen and (max-width:1324px) {
    .visual_M .page_title{
        top:35%;
        padding:20px;
        font-size:24px;
    }
}

@media screen and (max-width:767px) {
    .visual_M{
        width:100%;
        height:200px;
        position: relative;
    }

    .visual_M .page_title{
        top:55%;
        padding:10px 20px;
        font-size:20px;
                width: auto!important;
                padding-left: 5%!important;
    }



}

/*
※※※※※※※※※※※※※※※※

3層目トップ画像(小さめ)

※※※※※※※※※※※※※※※※
*/

.visual_S{
    width:100%;
    height:200px;
        position: relative;
}

.visual_S .page_title{
    position: absolute;
    top:35%;
    padding:20px;
    font-size:31px;
    text-align:right;
    background:white;
}


@media screen and (max-width:1324px) {
    .visual_S .page_title{
        top:35%;
        padding:20px;
        font-size:24px;
    }
}

@media screen and (max-width:767px) {
    .visual_S{
        width:100%;
        height:200px;
        position: relative;
                font-size: 2rem;
    }

    .visual_S .page_title{
        top:50%;
        padding:10px 20px;
        font-size:20px;
                width: auto!important;
                padding-left: 5%!important;
    }



}
