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

