@charset "utf-8";

.edit_area.type01{
    margin: 0 0 110px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01{
        margin: 0 0 40px;
    }
}

.edit_area.type01 .list01{
    position: relative;
    margin: 0 auto;
    width: 880px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01{
        margin: 30px auto 0;
        width: auto;
        text-align: center;
        letter-spacing: -1em;
    }
    .edit_area.type01 .list01 *{
        letter-spacing: 2px;
    }
}

.edit_area.type01 .list01:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;

    display: block;
    width: 100%;
    height: 1px;
    background: #AAA;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01:before{
        display: none;
    }
}
.edit_area.type01 .list01:after{
    content: " "; display: block; height: 0; clear: both;
}


.edit_area.type01 .list01 li{
    position: relative;
    z-index: 2;
    float: left;
    margin-left: 110px;

    width: 220px;
    height: 220px;
    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%);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    border-radius: 110px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li{
        float: none;
        display: inline-block;
        margin: 0 40px 20px;
        width: 150px;
        height: 150px;
        vertical-align: top;
    }
}
.edit_area.type01 .list01 li:before{
    content: "";
    display: block;
    position: absolute;
    left: -25px;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-left: 25px solid #FFF;
    border-right: 25px solid #FFF;
}

@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li:before{
        display: none;
    }
}

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

    .edit_area.type01 .list01 li:first-child:after{
        content: " ";
        display: block;
        width: 100%;
    }
}

.edit_area.type01 .list01 li > span{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    width: 216px;
    height: 216px;
    background: #FFF;
    border-radius: 108px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li > span{
        width: 146px;
        height: 146px;
        padding: 20px;

        border-radius: 73px;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.edit_area.type01 .list01 li > span > span{
    color: #375399;
    font-size: 1.8rem;
    line-height: 160%;
    text-align: center;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li > span > span{
         font-size: 1.4rem;
         line-height: 140%;
     }
     .edit_area.type01 .list01 li > span > span br{
        display: none;
     }
}


/* edit_area type02 */


.edit_area.type02{
        padding: 0 0 110px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02{
            padding: 0 0 40px;
    }
}

.edit_area.type02 .inner{
        position: relative;
        min-width: 1080px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .inner{
            position: relative;
            min-width: auto;
    }
}
.edit_area.type02 .set{
        margin: 0 auto;
        width: 1080px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .set{
            margin: 0 auto;
            width: calc(100% - 40px);
    }
}
.edit_area.type02 .set:after{
        content: " "; display: block; height: 0; clear: both;
}

.edit_area.type02 .set .photo{
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .set .photo{
        position: relative;
    }
}
.edit_area.type02 .set .photo .thum{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;

        width: 100%;
        height: 564px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .set .photo .thum{
            position: static;
            margin: 0 0 20px;
            width: 100%;
            height: auto;
    }
}
.edit_area.type02 .set .photo .thum img{
        object-fit: cover;
        object-position: 0 top;
        width: 100%;
        height: auto;
        vertical-align: top;
}
@media screen and (max-width: 1080px){
        .edit_area.type02 .set .photo .thum img{
                height: 250px;
        }
}


.edit_area.type02 .set .photo .name{
        position: relative;
        z-index: 1;
        float: left;
        /* 564px / 1400px */
        margin-top: calc(0.402 * 100vw - 50px);
        width: 300px;
        height: 100px;

        color: #FFF;
        font-size: 1.8rem;
        line-height: 155%;

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

        background-image:-webkit-gradient(linear,-1% 39%,111% 36%,color-stop(0, rgb(55,84,152)),color-stop(1, rgb(84,160,203)));
        background-image:-webkit-linear-gradient(0deg,rgb(55,84,152) 0%,rgb(84,160,203) 100%);
        background-image:linear-gradient(90deg,rgb(55,84,152) 0%,rgb(84,160,203) 100%);
}
@media screen and (max-width: 1400px){
    .edit_area.type02 .set .photo .name{
        margin-left: 30px;
    }
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .set .photo .name{
        margin-top: 385px;
    }
}

@media screen and (max-width: 1080px){
    .edit_area.type02 .set .photo .name{
            position: absolute;
            bottom: 40px;
            right: 20px;
            float: none;
            margin-top: 0;
            padding: 20px 0;
            width: calc(50% - 20px);
            height: auto;

            color: #FFF;
            font-size: 1.6rem;
            line-height: 160%;
    }
}
@media screen and (max-width: 425px){
    .edit_area.type02 .set .photo .name{
            right: 10px;
            bottom: 10px;
            float: none;
            margin-top: 0;
            padding: 10px 0;
            width: calc(100% - 20px);
            line-height: 160%;
    }
}

.edit_area.type02 .set .photo .name span{
        font-size: 1.6rem;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .set .photo .name span{
            font-size: 1.4rem;
    }
}

.edit_area.type02 .set .text{
        position: relative;
        z-index: 1;
        float: right;
        margin: 120px 0 0;
        width: 600px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .set .text{
            float: none;
            margin: 0;
            width: auto;
    }
}


.edit_area.type02 .set .text .cap01{
        display: block;
        margin: 0 0 30px;
        width: 140px;
        line-height: 40px;

        color: #375499;
        font-size: 1.4rem;
        text-align: center;
        letter-spacing: 4px;
        border: 1px solid #375499;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .set .text .cap01{
            margin: 0 0 15px;
            padding: 10px;
            display: inline-block;
            width: 100px;
            font-size: 1.2rem;
            line-height: 140%;
            letter-spacing: 2px;
    }
}

.edit_area.type02 .set .text .cap02{
        margin: 0 0 30px;
        color: #375299;
        font-size: 3rem;
        line-height: 160%;
        letter-spacing: 4px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .set .text .cap02{
            margin: 0 0 15px;
            font-size: 2rem;
            letter-spacing: 2px;
    }
}

.edit_area.type02 .set .text .t01{
        margin: 0 0 30px;
        font-size: 1.4rem;
        line-height: 200%;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .set .text .t01{
            margin: 0 0 15px;
            line-height: 160%;
    }
}
.edit_area.type02 .set .text .t01:last-child{
        margin-bottom: 0;
}




