@charset "UTF-8";


div.single{
    padding: 50px 0 50px;
}
.wysiwyg .title{
    font-size: 24px;
    font-weight: 500;
    padding: 15px 0 20px;
}
.wysiwyg .date{
    font-family: Outfit;
    padding: 0 0 40px 0;
    display: block;
}
div.wysiwyg{
    margin-bottom: 40px;
    clear: both;
    line-height: 200%;
}
div.wysiwyg table{
    border: 1px solid #333;
    margin-bottom: 20px;
}
div.wysiwyg table th,
div.wysiwyg table td{
    padding: 15px 20px;
    border: 1px solid #333;
}
div.wysiwyg p{
    line-height: 200%;
    margin-bottom: 14px;
    font-size: 16px;
}


div.wysiwyg p.url{
    line-height: 200%;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: bold;
}

div.wysiwyg p.url a{
    color: #3d3d3d;
    padding: 0 0 0 15px;
    transition: 0.2s;
}

div.wysiwyg p.url a:hover{ 
    color: #11A9FF;

}

div.wysiwyg img{
    max-width: 100%;
    height: auto;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6{
    font-weight: bold;
    color: #333;
    margin: 0px 0 30px 0px;
}

.wysiwyg h2{}

.wysiwyg h2:before{}

.wysiwyg h3{
    position: relative;
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.wysiwyg h3:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    vertical-align: -8px;
    background: #3166AE;
    width: 60px;
    height: 2px;
}

.wysiwyg ol,
.wysiwyg ul{
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 30px;
}
.wysiwyg > ol > li{
    /*margin-bottom: 10px;*/
    list-style: auto;
}
.wysiwyg > ul > li{
    list-style:disc;
}
@media screen and (max-width: 767px){
    div.wysiwyg{
        margin-bottom: 50px;
    }
    div.wysiwyg p{
    font-size: 14px;
}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.size-full {
    margin-bottom: 30px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    /*background: #fff;*/
    /*border: 1px solid #f0f0f0;*/
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*PAGINATION CSS*/

div.post-pagination.simple{
    clear: both;
    text-align: center;
    margin: 40px 0;
    padding-top: 50px;
}

/*div.post-pagination.simple .post_next_post,
div.post-pagination.simple .post_prev_post{
    display: none;
    }*/

    div.post-pagination.simple span,
    div.post-pagination.simple a{
        display: inline-block;
        margin-left: -1px;
        padding: 17px 24px;
        font-size: 0.875rem;
        text-decoration: none;
    }
    
    div.post-pagination.simple span,
    div.post-pagination.simple a{
        margin: 0 10px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }


    div.post-pagination.simple .category_list_link{
        position: relative;
        font-family: 'Outfit';
    }




    div.post-pagination.simple .category_list_link:hover:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 21px;
    background-image: url(../common/img/parts/yazirushi_w2.svg);
    background-repeat: no-repeat;
    right: 25px;
    top: 15px;
    }

    


    div.post-pagination.simple .category_list_link{
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 24px;
        text-align: center;
        color: #fff;
        transition: 0.2s;
        }

    div.post-pagination.simple .category_list_link:hover{
        opacity: .5;
    }

    div.post-pagination.simple a.post_prev_post{
        position: relative;
        display: none;
        vertical-align: top;
        /*margin-left: 20px;*/
        height: 45px;
        width: 50px;
        padding: 0;
        text-align: center;
        color: #000;
        box-sizing: border-box;
        background: #e8e8e8;
        font-size: 0;
    }

    div.post-pagination.simple a.post_prev_post:hover:after{
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;

    }

    div.post-pagination.simple a.post_prev_post:after{
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: rotate(-45deg);
        transition: 0.2s;
    }

    div.post-pagination.simple a.post_prev_post:hover{
        background: #57a110;
        color: #fff;
    }

    div.post-pagination.simple a.post_next_post{
        position: relative;
        display: none;
        vertical-align: top;
        /*margin-left: 20px;*/
        height: 45px;
        width: 45px;
        padding: 0;
        text-align: center;
        font-size: 0;
    }

    div.post-pagination.simple a.post_next_post:after{
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;

        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;

        border-right: 1px solid #000;
        border-bottom: 1px solid #000;

        transform: rotate(135deg);
    }

    div.post-pagination.simple a.post_next_post:hover{
        background: #8dedfe;
        color: #fff;
    }

 

    div.post-pagination.simple span{
        display: none;
    }


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

        .h_type00.type2 {
            margin-top: 0;
            padding: 61px 0 20px;
        }

        div.single{
            padding: 0px 0 30px;
        }


        .wysiwyg .title{
            font-size: 18px;
            font-weight: 500;
            padding: 10px 0 30px;
        }


        div.post-pagination.simple .category_list_link{
            width: 250px;
            color: #FFF;
            
            vertical-align: top;
            
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 13px;
            border-radius: 5px;
        }

        div.post-pagination.simple a.post_prev_post{
            display: none;
            margin-left: 0px;
            line-height: 7px;
            width: 53px;
            color: #000;
            box-sizing: border-box;
            background: #e8e8e8;
            margin: 3px 0 0 0;
        }

        div.post-pagination.simple a.post_next_post {
            display: none;
            margin-right: 0px;
            line-height: 7px;
            width: 53px;
            vertical-align: top;
            color: #000;
            box-sizing: border-box;
            background: #e8e8e8;
            margin: 3px 0 0 0;
        }

        div.wysiwyg img {
            display: block;
            /* max-width: 80%; */
            height: auto;
            margin: 0 auto;
            margin-bottom: 20px;
            float: none;
        }

    }



    .edit-area.works{
    padding: 80px 0 0 0;
}


.edit-area.works .photo_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.edit-area.works .photo_list .photo{width: 49%;margin: 0 0 20px 0;}

.edit-area.works .movie_area{
    margin: 0 auto 50px;
    text-align: center;
}

.edit-area.works .movie_area video{
    max-width: 680px;
}



    .edit-area.works .photo{
    width: 100%;
    /* width: 710px; */
    margin: 0 auto;
    /* padding: 20px 0 20px 0; */
}

    .edit-area.works .photo.main{
    /* padding: 20px 0 40px 0; */
    /* width: 30%; */
    /* max-height: 600px; */
    overflow: hidden;
    margin: 0 0 50px 0;
}


    .edit-area.works .photo img{}
    .edit-area.works .photo img{
    width: 100%;
    height: auto;
}

    .edit-area.works .labels{}
    .edit-area.works .labels .category{
    font-weight: bold;
    font-family: 'Outfit';
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 18px;
    text-align: center;
    color: #FFF;
    border: 2px solid;
    padding: 2px 10px 3px;
    margin: 0 0 0 2px;
}

    .labels.news .category{
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 18px;
    text-align: center;
    color: #4cba7b;
    border: 2px solid;
    padding: 2px 10px 3px;
    margin: 0 0 0 5px;
}

    .edit-area.works .wysiwyg .title{
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 60px;
    color: #FFF;
    font-family: 'Noto Sans JP';
    padding: 0;
}
    .edit-area.works .wysiwyg .price{
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.08em;
    line-height: 26px;
    text-align: right;
    color: #46cae1;
    border: 2px solid;
    display: table;
    margin: 0 0 30px auto;
    padding: 2px 20px 3px;
}


    .edit-area.works .wysiwyg .blue_box{
    /* background-color: #fbfbfb; */
    /* padding: 40px 0px; */
    /* box-sizing: border-box; */
    /* margin: 0 0 18px 0; */
}


  .edit-area.works .wysiwyg .blue_box.technology{
    padding: 40px 0px;
    box-sizing: border-box;
    margin: 30px 0 18px 0;
}




    .edit-area.works .wysiwyg .blue_box .title{
    position: relative;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 150%;
    text-align: left;
    padding: 0;
    color: #3d3d3d;
    margin: 0 0 20px 0;
    font-family: 'Outfit';
    border-bottom: 2px solid #3d3d3d;
    display: table;
}

    .edit-area.works .wysiwyg .blue_box .title:after{
        position: absolute;
        content:
        "";
        height: 4px;
        width: 20px;
        background-color: #46CAE1;
        left: 0;
        top: 15px;
        display: none;
    }


    .edit-area.works .wysiwyg .blue_box .detail{
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 26px;
    text-align: left;
    color: #e3e3e3;
    margin: 0;
    margin: 0 0 50px 0;
}

    .edit-area.works .wysiwyg .photo{}
    .edit-area.works .wysiwyg .photo img{}


    @media screen and (max-width:768px){
        .edit-area.works{}
        .edit-area.works .photo{
    width: 100%;
}
        .edit-area.works .photo img{}
        .edit-area.works .photo img{
    width: 100%;
}

        .edit-area.works .labels{display: flex;flex-wrap: wrap;}
        .edit-area.works .labels .category{
    margin: 0 5px 10px 0px;
    /* display: block; */
    line-height: 150%;
    display: table;
}

        .edit-area.works .wysiwyg .title{
    font-size: 20px;
    line-height: 100%;
    padding: 10px 0 0px 0;
    text-align: left;
}
        .edit-area.works .wysiwyg .price{
    font-size: 14px;
}


        .edit-area.works .wysiwyg .blue_box{
    padding: 30px 20px;
}
        .edit-area.works .wysiwyg .blue_box .title{
    font-size: 18px;
    margin: 0 0 15px 0;
}
        .edit-area.works .wysiwyg .blue_box .detail{
    font-size: 14px;
    margin: 0;
}

        .edit-area.works .wysiwyg .photo{
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}
        .edit-area.works .wysiwyg .photo img{
    box-sizing: border-box;
    width: 100%;
}


 .edit-area.works .wysiwyg .blue_box .title:after{
        
        top: 12px;
    }
}






@charset "UTF-8";

/*PAGINATION CSS*/

.pagination{
    clear: both;
    text-align: center;
    margin: 25px 0 0px;
    padding-top: 0px;
}

.pagination span,
.pagination a{
    display: inline-block;
    margin-left: -1px;
    padding: 14px 17px;
    border: none;
    background: #fff;
    text-decoration: none;
    color: #3B4043;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-align: left;
    color: #000;
    border-radius: 4px;
}

.pagination span,
.pagination a{
    margin: 0 5px;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    box-sizing: border-box;
}

.pagination a.prev,
.pagination a.next{
    position: relative;
    display: inline-block;
    top: 19px;
    height: 48px;
    padding: 22px 0;
    border-radius: 34px;
    width: 48px;
    border: 2px solid #11A9FF;
    box-sizing: border-box;
    background: #11A9FF;
    color: #11A9FF;
}

.pagination a.prev:after,
.pagination a.next:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    right: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.pagination a.prev:hover:after, .pagination a.next:hover:after{
    border-color: #fff;
}

.pagination a.prev:after{
    left: 0;
    transform: rotate(135deg);
}
.pagination a.next:after{
    right: 0;
    transform: rotate(-45deg);
}

.pagination a.prev:hover,
.pagination a.next:hover{background-color: #11A9FF;opacity: 0.7;}

.pagination a.next{
    margin-left: 7px;
}

.pagination a.prev{
    margin-right: 7px;
}

@media screen and (min-width:768px){


    .pagination a:hover{
        display: inline-block;
        color: #000;
        background: none;
        border: none;
        opacity: 0.7;
    }

}

.pagination span{
    display: inline-block;
    color: #fff;
    background: #F3F3F3;
    border: 1px solid #F3F3F3;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #000;
    padding: 14px 18px;
    border-radius: 25px;
}




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

    .pagination a.prev,
    .pagination a.next{

    }

    .pagination a.prev{
        margin-right: 10px;
    }

    .pagination a.next{
        margin-left: 10px;
    }

    /*.pagination a.prev:after{
        left: 8px;
    }
    .pagination a.next:after{
        right: 8px;
    }*/

    


    .pagination{
        clear: both;
        text-align: center;
        margin: 0;
        padding-top: 0px;
        padding-bottom: 29px;
    }

    #news .pagination{
        padding-top: 50px;
    }

    .pagination span,
    .pagination a{
        display: inline-block;
        font-size: 14px;
    }
}




.edit_area {
    padding: 80px 0 0 0;
}




.mainvisual{
    position: relative;
    margin: 0px auto 0;
    /* display: flex; */
    right: 0;
    width: 100%;
    /* max-width: 1195px; */
    border-radius: 30px;
    /* overflow: hidden; */
    box-sizing: border-box;
    /* overflow: hidden; */
}



.mainvisual .photo{
    margin: 0 auto;
    display: flex;
    text-align: center;
    padding: 0;
}
.mainvisual .photo img{
    height: auto;
    width: 100%;
    /* max-height: 1000px; */
    padding: 0;
    box-sizing: border-box;
    object-fit: cover;
    }


.mainvisual .main_picture{
    position: absolute;
    bottom: -48px;
    width: 100%;
    /* top: -235px; */
    font-size: 54px;
    /* left: 0; */
    /* top: 35%; */
    letter-spacing: 0.05em;
    display: flex;
    justify-content: end;
    line-height: 65px;
    text-align: right;
    color: #fff;
    text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);
}

.mainvisual h1{
        position: absolute;
        width: 100%;
        bottom: 110px;
        font-size: 30px;
        display: flex;
        justify-content: flex-start;
        left: 80px;
        top: 45%;
        letter-spacing: 0.05em;
        line-height: 65px;
        text-align: left;
        color: #fff;
        text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);
}


.mainvisual h2{
        position: absolute;
        width: 100%;
        bottom: 110px;
        font-size: 54px;
        display: flex;
        justify-content: flex-start;
        left: 80px;
        top: 59%;
        letter-spacing: 0.05em;
        line-height: 65px;
        text-align: left;
        color: #fff;
        text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);
}





.mainvisual h1 span{font-family: "Zen Kaku Gothic New";font-weight: bold;font-size: 24px;letter-spacing: 0.05em;line-height: 36px;display: contents;text-align: left;color: #fff;text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);}



.mainvisual{}
.mainvisual .fix_bar{
    width: 100%;
    height: 62px;
    position: fixed;
    display: block;
    justify-content: end;
    background: #FFFFFF;
    z-index: 10000;
}
.mainvisual .fix_bar .info_btn{
    position: absolute;
    right: 270px;
    width: 200px;
    height: 62px;
    background: #fe3;
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
}
.mainvisual .fix_bar .info_btn a{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.mainvisual .fix_bar .info_btn a:before{
    content: "";
    display: block;
    margin: 3px 10px 0 0px;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/undiva/img/index/mail_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mainvisual .fix_bar .info_btn a span{font-family: "Zen Kaku Gothic New";font-weight: bold;font-size: 16px;letter-spacing: 0.08em;text-align: left;color: #0099d9;}




























/*--------------sns---------------*/

.sns{
    padding: 100px 0 115px 0;
    margin: -100px 0 0 0;
}
.sns .inner1280{
    display: flex;
    justify-content: space-between;
}
.inner_box.news{
    position: relative;
    width: 100%;
}



.inner_box.news .title{
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #0099d9;
}




.inner_box.news .title .en{
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #0099d9;
    padding: 0 0 0 20px;
}
.inner_box.news .news_list{
    padding: 40px 0 0 0;
}
.inner_box.news .news_list ul{
    padding: 0 50px 0 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner_box.news .news_list ul li{
    padding: 0 0 50px 0;
    width: 32%;
}
.inner_box.news .news_list ul li a{
    display: block;
    width: 100%;
}
.inner_box.news .news_list ul li a .photo{
    display: block;
    width: 100%;
    height: auto;
}
.inner_box.news .news_list ul li a .photo img{
    width: 100%;
    height: 235px;
    display: block;
    object-fit: contain;
}
.inner_box.news .news_list ul li a .text_box{
    padding: 11px 0 0 25px;
    display: flex;
    flex-wrap: wrap;
}
.inner_box.news .news_list ul li a .text_box .sub_item{}
.inner_box.news .news_list ul li a .text_box .sub_item .time{
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 36px;
    text-align: left;
    color: #0099d9;
}
.inner_box.news .news_list ul li a .text_box .sub_item .category{}
.inner_box.news .news_list ul li a .text_box .sub_item .category{font-family: "Zen Kaku Gothic New";font-weight: bold;font-size: 14px;line-height: 0;text-align: left;color: #0099d9;border-radius: 10.5px;background: transparent;border: 1px solid #0099da;padding: 0px 10px 1px 10px;margin: 0px 0 0 9px;}
.inner_box.news .news_list ul li a .text_box .title{
    font-family: "Zen Kaku Gothic New";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-align: left;
    color: #000;
}








footer .photo {
    display: none;
}


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




.mainvisual h1{
        position: absolute;
        width: 100%;
        bottom: 110px;
        font-size: 26px;
        display: flex;
        justify-content: flex-start;
        left: 20px;
        top: 15%;
        letter-spacing: 0.05em;
        line-height: 65px;
        text-align: left;
        color: #fff;
        text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);
}


.mainvisual h2{
        position: absolute;
        width: 100%;
        bottom: 110px;
        font-size: 40px;
        display: flex;
        justify-content: flex-start;
        left: 20px;
        top: 34%;
        letter-spacing: 0.05em;
        line-height: 65px;
        text-align: left;
        color: #fff;
        text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);
}

.mainvisual .fix_bar {
    display: none;
}





    #main section.contact01{
    padding-top: 30px;
    padding-bottom: 50px;
    padding: 80px 0 40px 0;
}

section.contact01 .detail {
    font-size: 14px;
    padding: 0 0 40px 0;
}

section.contact01 .form01 {
    background: #FFF;
    padding: 20px 15px 40px 15px;
    margin: 0 0 0px 0;
}

.mainvisual .main_picture {
    position: absolute;
    bottom: -48px;
    width: 100%;
    /* top: -235px; */
    font-size: 54px;
    /* left: 0; */
    /* top: 35%; */
    letter-spacing: 0.05em;
    display: flex;
    justify-content: end;
    line-height: 65px;
    text-align: right;
    color: #fff;
    text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);
}








.sns{
    padding: 100px 0 115px 0;
    margin: -100px 0 0 0;
}
.sns .inner1280{
    display: flex;
    justify-content: space-between;
}
.inner_box.news{
    position: relative;
    width: 100%;
}



.inner_box.news .title{
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #0099d9;
}




.inner_box.news .title .en{
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #0099d9;
    padding: 0 0 0 20px;
}
.inner_box.news .news_list{
    padding: 0;
}
.inner_box.news .news_list ul{
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
}
.inner_box.news .news_list ul li{
    padding: 0 0 50px 0;
    width: 48%;
}
.inner_box.news .news_list ul li a{
    display: block;
    width: 100%;
}
.inner_box.news .news_list ul li a .photo{
    display: block;
    width: 100%;
    height: auto;
}
.inner_box.news .news_list ul li a .photo img{
    width: 100%;
    height: 120px;
    display: block;
    object-fit: contain;
}
.inner_box.news .news_list ul li a .text_box{
    padding: 5px 0 0 5px;
    display: block;
    flex-wrap: wrap;
}
.inner_box.news .news_list ul li a .text_box .sub_item{!i;!;}
.inner_box.news .news_list ul li a .text_box .sub_item .time{
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 36px;
    text-align: left;
    color: #0099d9;
    padding: 0 0 0 4px;
}
.inner_box.news .news_list ul li a .text_box .sub_item .category{}
.inner_box.news .news_list ul li a .text_box .sub_item .category{font-family: "Zen Kaku Gothic New";font-weight: bold;font-size: 14px;line-height: 0;text-align: left;color: #0099d9;border-radius: 10.5px;background: transparent;border: 1px solid #0099da;padding: 10px 10px 10px 10px;margin: 0 0 4px 0;display: inline-block;}
.inner_box.news .news_list ul li a .text_box .title{
    font-family: "Zen Kaku Gothic New";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-align: left;
    color: #000;
    display: block;
    padding: 2px 0 0 0;
}

}














.tab-block{}
.tab-block .tab{}
.tab-block .tab ul{}
.tab-block .tab ul li{}

.tab-block .tab ul li.current-cat:first-child a{
    color: #000000 !important;
}

.tab-block .tab ul li.current-cat.cat-item-6 a{
    color: #11A9FF !important;
}

.tab-block .tab ul li.current-cat.cat-item-7 a{
    color: #f3a211 !important;
}

.tab-block .tab ul li.current-cat.cat-item-21 a{
    color: #ff4e00 !important;
}

.tab-block .tab ul li a{}


@media screen and (min-width:768px){

.tab-block{}
.tab-block .tab{}
.tab-block .tab ul{
    display: flex;
    padding: 0 0 50px 0;
}
.tab-block .tab ul li{}
.tab-block .tab ul li{
    padding: 0 30px 0 0px;
}
.tab-block .tab ul li a{
    color: #000;
    font-family: "Outfit","Noto Sans JP";
    font-weight: bold;
    font-size: 20px;
}
}


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

.tab-block{}
.tab-block .tab{}
.tab-block .tab ul{
    display: flex;
    padding: 0 0 50px 0;
}
.tab-block .tab ul li{}
.tab-block .tab ul li{
    padding: 0 30px 0 0px;
}
.tab-block .tab ul li a{
    color: #000;
    font-family: "Outfit","Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
}
}



/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/* ===========================
   全体
=========================== */
.edit-area.works {
  background: #000;       /* 背景黒 */
  color: #fff;            /* テキスト白 */
  padding: 140px 0 120px 0;
  font-family: 'Share Tech Mono', monospace;
}

/* 見出し */
.edit-area.works h2,
.edit-area.works h1.title,
.edit-area.works p {
  color: #fff;
  margin-bottom: 0px;
}

/* ===========================
   カテゴリー
=========================== */
.edit-area.works .labels {
  /* margin-bottom: 20px; */
}
.edit-area.works .labels .category {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 4px 10px;
  font-size: 12px;
  background: #222;
  border: 1px solid #444;
  border-radius: 4px;
}

/* ===========================
   メイン動画（YouTube埋め込み）
=========================== */
.edit-area.works .photo.main {
  /* margin: 20px 0; */
  text-align: center;
}

.youtube-wrapper {
  position: relative;
  width: 100%;
  /* max-width: 960px; */ /* 必要に応じて制限幅 */
  /* margin: 20px auto; */
  aspect-ratio: 16 / 9;   /* 常に16:9で表示 */
}

.youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
}

/* ===========================
   スケジュール・URL
=========================== */
.edit-area.works .schedule,
.edit-area.works .url {
  font-size: 14px;
  margin: 10px 0 50px 0;
  font-family: 'Outfit';
}
.edit-area.works .url a {
  color: #0af;
  text-decoration: underline;
}

/* ===========================
   コンテンツ本文
=========================== */
.edit-area.works .wysiwyg {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 30px;
}

/* ===========================
   青枠ボックス (position / credit)
=========================== */
.edit-area.works .blue_box {
  /* background: #111; */
  /* border-left: 4px solid #0af; */
  /* padding: 12px 16px; */
  /* margin: 20px 0; */
}
.edit-area.works .blue_box .detail {
  margin: 0;
  font-size: 14px;
}

/* ===========================
   動画（movie01用のvideoタグ）
=========================== */
.edit-area.works .movie_area {
  margin: 20px 0;
}
.edit-area.works .movie_area video {
  width: 100%;
  border-radius: 6px;
}

/* ===========================
   サブ画像（2列グリッド）
=========================== */
.edit-area.works .photo_list {
  /* display: grid; */
  /* grid-template-columns: repeat(2, 1fr); */
  /* gap: 12px; */
  /* margin: 20px 0; */
}
.edit-area.works .photo_list .photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマホでは1列に */
@media (max-width: 768px) {
  .edit-area.works .photo_list {
    grid-template-columns: 1fr;
  }
}





/* スマホ用調整 */
@media (max-width: 768px) {

  /* 全体 */
  .edit-area.works {
    padding: 30px 16px; /* 上下余白を小さめに */
  }

  /* 見出し */
  .edit-area.works h2 {
    font-size: 20px;  /* 見出し少し小さく */
    margin-bottom: 20px;
    text-align: center;
  }

  .edit-area.works h1.title {
    font-size: 18px; 
    line-height: 1.4;
    margin: 16px 0;
    text-align: center;
  }

  /* カテゴリー */
  .edit-area.works .labels .category {
    font-size: 11px;
    padding: 3px 8px;
    margin: 0 4px 6px 0;
  }

  /* メイン動画 */
  .youtube-wrapper {
    aspect-ratio: 16 / 9;
    margin: 0 auto 20px auto; /* 下に余白追加 */
  }

  .youtube-wrapper iframe {
    border-radius: 4px; /* 角丸を少しだけ */
  }

  /* スケジュール・URL */
  .edit-area.works .schedule,
  .edit-area.works .url {
    font-size: 13px;
    margin: 8px 0 30px 0;
    text-align: left;
    word-break: break-all; /* URL長いとき折り返す */
  }

  .edit-area.works .url a {
    font-size: 13px;
  }

  /* コンテンツ本文 */
  .edit-area.works .wysiwyg {
    font-size: 14px;
    line-height: 1.6;
  }

  /* 青枠ボックス */
  .edit-area.works .blue_box .detail {
    font-size: 13px;
    line-height: 1.5;
  }

  /* 動画（movie01用） */
  .edit-area.works .movie_area {
    margin: 16px 0;
  }
  .edit-area.works .movie_area video {
    border-radius: 4px;
  }

  /* サブ画像：1列表示 */
  .edit-area.works .photo_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 20px 0;
  }
  .edit-area.works .photo_list .photo img {
  padding: 0 0 20px 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  }
}
