@charset "utf-8";

@media screen and (max-width: 1080px){
    #container{
        padding-top: 50px;
    }
}

.slider_area{
}

.slider_area .list01{
}
.slider_area .list01 li{
    position: relative;
}

.slider_area .list01 li .text_box{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column; /* 子要素の並びを上から下にする（要素の改行に対応） */
    justify-content: center; /* 横方向の中央揃え */
    align-items: center; /* 縦方向の中央揃え */
}

.slider_area .list01 li .text_box .main{
    margin: 0 0 30px;
    color: #FFF;
    font-size: 4.5rem;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
    letter-spacing: 6px;
}
@media screen and (max-width: 1080px){
    .slider_area .list01 li .text_box .main{
        margin: 0 0 10px;
        font-size: 2rem;
        letter-spacing: 3px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    }
}

.slider_area .list01 li .text_box .sub{
    margin: 0 0 50px;
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: 4px;
}
@media screen and (max-width: 1080px){
    .slider_area .list01 li .text_box .sub{
        margin: 0 0 20px;
        font-size: 1.2rem;
        letter-spacing: 2px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    }
}

.slider_area .list01 li .text_box .text_btn{
    display: block;
    width: 218px;
    color: #FFF;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    background: rgba(0,0,0,0.4) url(../common/img/parts/right_arrow02_01.png) no-repeat right 24px top 50%;
    transition: ease 0.25s all;
}
.slider_area .list01 li .text_box .text_btn:hover{
    background-color: rgba(0,0,0,1);
    background-position: right 19px top 50%;
}


.slider_area .list01 li .text_box .mouse_btn{
    position: absolute;
    left: 50%;
    bottom: 110px;

    display: block;
    margin-left: -30px;
    width: 59px;
    height: 50px;
}
@media screen and (max-width: 1080px){
    .slider_area .list01 li .text_box .mouse_btn{
        display: none;
    }
}

.slider_area .list01 li .video_box{
    display: block;
    width: 100vw;
    overflow: hidden;
    pointer-events: none;
}/*
.slider_area .list01 li .video_box img{
    width: 100%;
    height: 740px;
    object-fit: cover;
}*/
.slider_area .list01 li .video_box video{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-size: cover;
}
.slider_area .list01 li .video_box img{
    width: 100%;
    height: auto;
}


.slider_area .list01 li .bg_box{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;

    width: 100%;
    height: 740px;

    pointer-events: none;
}
@media screen and (max-width: 1080px){
    .slider_area .list01 li .bg_box{
        height: 100%;
    }
}

.edit_area{
}


/* edit_area.type01 */
.edit_area.type01{
        padding-bottom: 90px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01{
            padding: 40px 0;
    }
}
.edit_area.type01 .cap_box{
        position: relative;
        z-index: 9998;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        margin: -150px auto 0;

        width: 500px;
        height: 187px;
        background: #FFF;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .cap_box{
            margin: 0 auto 30px;
            height: auto;

            width: calc(100% - 40px);
            background: #FFF;
    }
}

.edit_area.type01 .cap_box .sub{
        display: block;
        margin: 0 0 10px;
        color: #375599;
        font-size: 1.2rem;
        text-align: center;
        line-height: 100%;
    }

.edit_area.type01 .cap_box .main{
        display: inline-block;
        padding: 0 0 14px 4px;

        font-size: 2rem;
        font-style: italic;
        letter-spacing: 6px;
        text-align: center;
        line-height: 100%;

        border-bottom: 2px solid #375599;
}


.edit_area.type01 .top_text{
        margin: 0 0 77px;
        text-align: center;
        line-height: 195%;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .top_text{
        margin-bottom: 40px;
        font-size: 1.4rem;
    }
    .edit_area.type01 .top_text br{
       display: none;
    }
}
.edit_area.type01 .list01{
        margin: 0 auto 95px;
}
.edit_area.type01 .list01:after{
        content: " "; display: block; height: 0; clear: both;
}

.edit_area.type01 .list01 li{
        float: left;
        width: 300px;
        margin-left: 90px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li{
            float: none;
            width: auto;
            margin-left: 0;
            margin-bottom: 40px;
    }
}
.edit_area.type01 .list01 li:first-child{
        margin-left: 0;
}

.edit_area.type01 .list01 li a{
        position: relative;
        display: flex;
        margin: 0 0 30px;
        width: 300px;
        height: 280px;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-decoration: none;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li a{
            margin: 0 0 15px;
            width: 100%;
            height: 200px;
    }
}
.edit_area.type01 .list01 li a:after{
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        transition: linear 0.125s all;

        background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgba(55,84,152,0.5)),color-stop(1, rgba(84,160,203,0.5)));
        background-image:-webkit-linear-gradient(-90deg,rgba(55,84,152,0.5) 0%,rgba(84,160,203,0.5) 100%);
        background-image:linear-gradient(180deg,rgba(55,84,152,0.5) 0%,rgba(84,160,203,0.5) 100%);
}
.edit_area.type01 .list01 li a:hover:after{
        right: -5px;
        bottom: -5px;
}

.edit_area.type01 .list01 li .photo{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        vertical-align: top;
        transition: linear 0.125s all;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li .photo{
        width: 100%;
    }
}
.edit_area.type01 .list01 li .photo:after{
        content: "";
        display: block;
        position: absolute;
        right: 14px;
        bottom: 14px;
        z-index: 1;
        width: 21px;
        height: 21px;
        background: url(../common/img/parts/right_arrow05_01.png) no-repeat 0 0;
}
.edit_area.type01 .list01 li a:hover .photo{
        left: -5px;
        top: -5px;
}

.edit_area.type01 .list01 li .photo img{
        object-fit: cover;
        vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li .photo img{
        width: 100%;
        height: 200px;
    }
}
.edit_area.type01 .list01 li .title{
        position: relative;
        z-index: 2;
        display: block;
        height: 45px;

        padding: 0 36px;

        color: #FFF;
        font-weight: normal;
        line-height: 45px;
        text-align: center;
        letter-spacing: 2px;
        border: 1px solid #FFF;

        transition: ease 0.25s all;
}
.edit_area.type01 .list01 li a:hover .title{
        color: #375498;
        background-color: rgba(255,255,255,0.8);
}

.edit_area.type01 .list01 li .text{
        font-size: 1.4rem;
        text-align: center;
        line-height: 160%;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li .text br{
            display: none;
    }
}
@media screen and (max-width: 425px){
    .edit_area.type01 .list01 li .text{
            font-size: 1.2rem;
    }
}
.edit_area.type01 .image_set{
        padding: 2px;

        background-image:-webkit-gradient(linear,color-stop(0, rgb(84,160,203)),color-stop(1, rgb(55,84,152)));
        background-image:-webkit-linear-gradient(rgb(84,160,203) 0%,rgb(55,84,152) 100%);
        background-image:linear-gradient(rgb(84,160,203) 0%,rgb(55,84,152) 100%);
}
.edit_area.type01 .image_set .cover{
        padding: 61px 0 54px;
        background: #FFF;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .image_set .cover{
            padding: 20px 10px;
    }
}

.edit_area.type01 .image_set .all.text{
        margin: 0 auto;
        width: 876px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .image_set .all.text{
             width: auto;
    }
}

.edit_area.type01 .image_set .all.text:after{
        content: " "; display: block; height: 0; clear: both;
}


.edit_area.type01 .image_set .all.text .cap01,
.edit_area.type01 .image_set .all.text .t01{
        float: left;
        width: 570px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .image_set .all.text .cap01,
    .edit_area.type01 .image_set .all.text .t01{
        float: none;
        width: auto;
    }
}
.edit_area.type01 .image_set .all.text .cap01{
        margin: 0 0 20px;
        font-size: 2.7rem;
        font-weight: bold;
        letter-spacing: 6px;
        line-height: 150%;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .image_set .all.text .cap01{
        font-size: 2.2rem;
        text-align: center;
    }
}

.edit_area.type01 .image_set .all.text .right{
        margin: 4px 0 0;
        width: 248px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .image_set .all.text .right{
            margin: 0 0 20px;
            width: auto;
            text-align: center;
    }
}
.edit_area.type01 .image_set .all.text .right img{
        vertical-align: top;
}

.edit_area.type01 .image_set .all.text .t01{
        font-size: 1.4rem;
        line-height: 195%;
}




/* cap_set */
.edit_area .cap_set{
        margin: 0 0 30px;
}
.edit_area .cap_set.white{
        color: #FFF;
}

.edit_area .cap_set .main{
        display: block;
        margin: 0 0 10px;
        text-align: center;
        font-size: 2.6rem;
        font-family: 'Cabin',sans-serif;
        letter-spacing: 8px;
        line-height: 100%;
}
@media screen and (max-width: 1080px){
    .edit_area .cap_set .main{
        font-size: 2.2rem;
    }
}
.edit_area .cap_set .sub{
        display: block;
        font-size: 1.2rem;
        line-height: 100%;
        text-align: center;
}

/* edit_area.type02 */
.edit_area.type02{
        padding: 80px 0;
        background: #F7F7F7;
}
@media screen and (max-width: 1080px){
    .edit_area.type02{
            padding: 40px 0;
     }
}

/* edit_area.type03 */
.edit_area.type03{
        padding: 73px 0;
        background: url(../img/index/bg03_01.jpg) repeat-x 0 0;
}
@media screen and (max-width: 1080px){
    .edit_area.type03{
            padding: 40px 0;
            background: #375599;
    }
}
.edit_area.type03 .top_text{
        margin: 0 0 60px;
        color: #FFF;
        font-size: 1.4rem;
        text-align: center;
        line-height: 180%;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .top_text{
            margin: 0 0 30px;
    }
}

.edit_area.type03 .list01{
        margin: 0 0 70px;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01{
            margin: 0 0 30px;
    }
}
.edit_area.type03 .list01:after{
        content: " "; display: block; height: 0; clear: both;
}

.edit_area.type03 .list01 li{
        float: left;
        margin-left: 29px;
        width: 248px;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01 li{
            margin-left: 20px;
            margin-bottom: 20px;
            width: calc(50% - 10px);
    }
}
.edit_area.type03 .list01 li:first-child{
        margin-left: 0;
}

@media screen and (max-width: 1080px){
    .edit_area.type03 .list01 li:nth-child(2n+1){
            clear: both;
            margin-left: 0;
    }
}


.edit_area.type03 .list01 li a{
        display: block;
        color: #000;
        text-decoration: none;
        background-color: #FFF;
}
.edit_area.type03 .list01 li .photo{
        transition: ease 0.25s all;
}
.edit_area.type03 .list01 li a:hover .photo{
        opacity: 0.6;
}
.edit_area.type03 .list01 li .photo img{
        vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01 li .photo img{
            object-fit: cover;
            width: 100%;
            height: 300px;
    }
}
@media screen and (max-width: 425px){
    .edit_area.type03 .list01 li .photo img{
            height: 200px;
    }
}

.edit_area.type03 .list01 li .text{
        padding: 40px 0;
        text-align: center;
        background: #FFF url(../common/img/parts/right_arrow03_01.png) no-repeat right 14px bottom 14px;
}
.edit_area.type03 .list01 li .text .name{
        display: block;
        margin: 0 0 14px;
        color: #375599;
        font-weight: bold;
        line-height: 100%;
}
.edit_area.type03 .list01 li .text .category{
        display: block;
        color: #000;
        font-size: 1.2rem;
        line-height: 100%;
}


/* edit_area.type04 */
.edit_area.type04{
        padding: 80px 0;
}
@media screen and (max-width: 1080px){
    .edit_area.type04{
            padding: 40px 0;
    }
}
.edit_area.type04 .top_text{
        margin: 0 0 60px;
        font-size: 1.4rem;
        text-align: center;
        line-height: 180%;
}
@media screen and (max-width: 1080px){
    .edit_area.type04 .top_text{
            margin: 0 0 30px;
    }
}
.edit_area.type04 .list01{
}
.edit_area.type04 .list01:after{
        content: " "; display: block; height: 0; clear: both;
}
.edit_area.type04 .list01 li{
        float: left;
        margin-left: 30px;
        margin-bottom: 30px;
}
@media screen and (max-width: 1080px){
    .edit_area.type04 .list01 li{
            float: none;
            margin-left: 0;
            margin-bottom: 20px;
    }
}
.edit_area.type04 .list01 li:nth-child(odd){
        clear: both;
        margin-left: 0;
}

.edit_area.type04 .list01 li a{
        position: relative;
        display: flex;
        width: 525px;
        height: 217px;

        text-decoration: none;

        justify-content: center;
        align-items: center;
        flex-direction: column;
}
@media screen and (max-width: 1080px){
    .edit_area.type04 .list01 li a{
            width: 100%;
            height: 150px;
    }
}

.edit_area.type04 .list01 li .photo{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
}
@media screen and (max-width: 1080px){
    .edit_area.type04 .list01 li .photo{
        width: 100%;
    }
}

.edit_area.type04 .list01 li .photo img{
        vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type04 .list01 li .photo img{
            object-fit: cover;
            width: 100%;
            height: 150px;
    }
}
.edit_area.type04 .list01 li .photo:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;

        background: rgba(0,0,0,0.5);
        transition: ease 0.75s all;
}
.edit_area.type04 .list01 li a:hover .photo:after{
        background: rgba(0,0,0,0);
}

.edit_area.type04 .list01 li .title{
        position: relative;
        z-index: 2;
        display: block;
        height: 45px;

        padding: 0 36px;

        color: #FFF;
        font-weight: normal;
        line-height: 45px;
        text-align: center;
        letter-spacing: 2px;
        border: 1px solid #FFF;

        pointer-events: none;

        transition: ease 0.25s;
}
@media screen and (max-width: 1080px){
    .edit_area.type04 .list01 li .title{
        width: 70%;
        padding: 0 10px;
    }
}
.edit_area.type04 .list01 li a:hover .title{
        color: #375498;
        background: #FFF;
}


/* edit_area.type05 */
.edit_area.type05{
        padding: 80px 0 50px;
        background: #F7F7F7;
}
@media screen and (max-width: 1080px){
    .edit_area.type05{
            padding: 40px 0;
     }
    .edit_area.type05 .inner{
            margin: 0 auto;
            width: calc(100% - 40px);
    }
}
.edit_area.type05 .cap_set{
        margin-bottom: 50px;
}

.edit_area.type05 #sb_instagram{
        margin-bottom: 50px;
}

.edit_area.type05 .list01{
        margin: 0 0 50px;
        width: 100%;
        text-align: center;
        letter-spacing: -0.5em;
}
.edit_area.type05 .list01 *{
        letter-spacing: 2px;
}
.edit_area.type05 .list01 li{
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 6);
}
@media screen and (max-width: 1080px){
    .edit_area.type05 .list01 li{
        margin: 0 0 10px 10px;
        width: calc(50% - 10px);
    }
    .edit_area.type05 .list01 li:first-child,
    .edit_area.type05 .list01 li:nth-child(2n+1){
        margin-left: 0;
    }
}
.edit_area.type05 .list01 li img{
        width: 100%;
        height: 300px;
        vertical-align: top;
        object-fit: cover;
}

@media screen and (max-width: 1080px){
    .edit_area.type05 .list01 li img{
            object-fit: cover;
            width: 100%;
            height: 200px;
    }
}
@media screen and (max-width: 425px){
    .edit_area.type05 .list01 li img{
            height: 150px;
    }
}


#sb_instagram #sbi_images{
    text-align: center;
}
