@charset "utf-8";


.edit_area .c02_01.white{
        color: #FFF;
}


/* edit_area.type03 */
.edit_area.type03{
        padding: 80px 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-image:-webkit-gradient(linear,50% 81%,50% 0%,color-stop(0, rgb(55,84,152)),color-stop(1, rgb(84,160,203)));
            background-image:-webkit-linear-gradient(90deg,rgb(55,84,152) 0%,rgb(84,160,203) 100%);
            background-image:linear-gradient(0deg,rgb(55,84,152) 0%,rgb(84,160,203) 100%);
    }
}

.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: 30px 0;
    }
}
.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.25s 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;
}
@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 .main{
        display: block;
        margin: 0 0 10px;
        text-align: center;
        font-size: 2.6rem;
        font-family: 'Cabin',sans-serif;
        letter-spacing: 6px;
        line-height: 100%;
}
@media screen and (max-width: 1080px){
    .edit_area.type05 .cap_set .main{
        font-size: 2.2rem;
    }
}
.edit_area.type05 .cap_set .sub{
        display: block;
        font-size: 1.2rem;
        line-height: 100%;
        text-align: center;
}

.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;
}
