@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* トップスライダー start */
#top_slider{
    width: 100%;
    height: auto;
    position: relative;
}
    #top_slider .swiper-pagination{
        bottom: 12px !important;
    }
    #top_slider .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        border-radius: 0;
        margin: 0 7.5px;
    }
    #top_slider .swiper-pagination-bullet-active{
        background: #000;
        border-radius: 0;
    }
.top_slider_text01{
    position: absolute;
    left: 8.5vw;
    top: 10vw;
    z-index: 10;
    width: 39vw;
}
.top_slider_text02{
    position: absolute;
    left: 10.62vw;
    top: 24.06vw;
	font-family: "Yu Gothic",YuGothic,"游ゴシック","游ゴシック体","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-style: normal;
    font-size: 1.6vw;
    font-weight: 500;
    color: #fff;
    line-height: 1.76;
    z-index: 10;
}
.top_slider_text03{
    position: absolute;
    left: 10.62vw;
    bottom: 5.07vw;
	font-family: "Yu Gothic",YuGothic,"游ゴシック","游ゴシック体","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    z-index: 10;
    font-size: 1.4vw;
    color: #fff;
    line-height: 1.8;
    border-bottom: solid 1px #888888;
}
.top_slider_text03 .concept{
    position: relative;
    color: #fff;
}

.top_slider_text03 .arrow{
    position: absolute;
    right: -3.08vw;
    width: 2.03vw;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .top_slider_text01{
        width: 69.8vw;
        left: 2.66vw;
        top: unset;
        bottom: 32.7vw;
    }
    .top_slider_text02{
        font-size: 4.26vw;
        line-height: 1.86;
        left: 6.66vw;
        top: unset;
        bottom: 15.8vw;
    }
    .top_slider_text03 {
        left: 6.66vw;
        bottom: 6.4vw;
        font-size: 3.73vw;
    }
    .top_slider_text03 .arrow {
        right: -6.4vw;
        width: 4.26vw;
    }
}

/* トップスライダー end */

.sect01{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(/html/template/default/assets/img/top/sect01_bg.jpg);
    background-size: cover;
}

.tab__item{
    width: calc((100% - 28px) / 3);
    height: 88px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    background: var(--blue-color);
    border-top: solid 5px var(--blue-color);    
    color: #fff;
    line-height: 1.5;
    margin-right: 14px;
}
@media screen and (max-width: 768px) {
    .tab__item {
        width: calc((100% - 8px) / 3);
        /* height: 14.6vw; */
        height: 95px;
        font-size: 16px;
        padding: 0 3px;
        margin-right: 4px;
    }
}
.tab__item:last-child{
    margin-right: 0;
}
.tab__item .small{
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .tab__item .small{
        font-size: 14px;
    }
}
.tab__item.active{
    border-color: var(--blue-color);
    background: #fff;
    color: var(--blue-color);
}
.worksArea__tabDetailWrap{
    padding: 40px 0 64px 0;
}
.sect01_link01{
    width: 592px;
    max-width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    border: solid 1px #000;
    margin: 0 auto 54px auto;
}
.sect01_link01 .icon{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.sect01_link02:hover{
    opacity: 1;
    color: var(--blue-color);
}
.sect01_layout01{
    display: block;
    position: relative;
    width: 700px;
    max-width: 100%;
    margin: 0 auto 40px auto;
}
.sect01_layout01:hover{
    opacity: 1;
    color: var(--blue-color);
}
.sect01_layout01 .sect01_image01{
    display: block;
    width: 100%;
    height: auto;
}
.sect01_layout01 .zoomable{
    display: block;
    overflow: hidden;
}
.sect01_layout01 .zoomable img{
    transition: 1s all ease-out;
}
.sect01_layout01 .zoomable:hover{
    opacity: 1;
}
.sect01_layout01 .zoomable:hover img{
    transform: scale(1.05);
}
.sect01_box01{
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 24px;
    background-color: #fff;
    border-top-right-radius: 16px;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(-50%);
}
.sect01_image02{
    margin-right: 4px;
    margin-bottom: 3px;
}
.sect01_layout02{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.sect01_text01{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
.sect01_text02{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.sect01_link02{
    width: 592px;
    max-width: 100%;
    height: 86px;
    margin: 64px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: solid 1px #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    background-color: #fff;
}
.sect01_link02 small{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}
.sect01_link02 .icon{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

#sect09{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F3F6FA;
}
@media screen and (max-width: 768px) {
    #sect09{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.sect02_list01{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:64px;
}
.sect02_list01 li{
    list-style: none;
    width: fit-content;
    margin-bottom: 64px;
}
.sect02_list01 li:last-child{
    margin-bottom: 0;
}
.sect02_list01 a:hover{
    opacity: 1;
}

.sect02_list01 li a{
    width: 700px;
    height: 164px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .sect02_list01 li a{
        width: 87.2vw;
        height: calc(87.2vw * 136 / 327);
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.sect02_list01 li a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: opacity 1s ease;
}
.sect02_list01 li a .hover {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s ease;
    z-index: 2;
}
.sect02_list01 li a .on {
    z-index: 1;
}

.sect02_list01 li a:hover .hover {
    clip-path: inset(0 0% 0 0);
}

.sect02_list01 li a:hover .on {
    opacity: 0;
}

#sect10 .sect_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#sect10 .view_more {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    width: fit-content;
    align-items: center;
}
#sect10 .view_more .icon {
    margin-left: 7px;
    margin-right: -2px;
}
@media screen and (max-width: 768px) {
    .sect01{
        padding-top:40px;
        padding-bottom: 40px;
    }
    .worksArea__tabDetailWrap{
        padding: 32px 0 0 0;
    }
    .sect01_link01{
        height: 54px;
        font-size: 16px;
        padding-right: 18px;
        margin-bottom: 32px;
    }
    .sect01_box01{
        padding: 8px 14px 8px 8px;
    }
    .sect01_image02{
        margin-right: 8px;
    }
    .sect01_layout02{
        flex-direction: column;
        align-items: flex-start;
    }
    .sect01_text01{
        font-size: 12px;
    }
    .sect01_text02{
        font-size: 18px;
    }
    .sect01_layout01{
        margin: 0 auto 46px auto;
    }
    .sect01_link02{
        max-width: 78.6vw;
        height: 65px;
        margin: 40px auto 0 auto;
        line-height: 1.5;
    }
    .sect02{
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .sect02_list01 li{
        margin-bottom: 40px;
    }
}

#sect02{
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 8px;
}
@media screen and (max-width: 768px) {
    #sect02{
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
    }

}
    #sect02 #paint_find_list{
        width: 100%;
        padding-top: 80px;
        margin-top: -80px;
    }

    #paint_find_list .paint_find-next {
        position: absolute;
        left: unset;
        right: 70px;
        top: 25px;
    }
    #paint_find_list .text{
        font-size: 14px;
    }
    @media screen and (max-width: 768px) {    
        #sect02 #paint_find_list{
            padding-top: 64px;
            margin-top: -64px;
        }
        #paint_find_list .paint_find-next {
            right: 0;
            top: 35px;
        }
        .sect_title{
            margin-bottom: 16px;
        }
    }

    #paint_find_list .paint_find-next:after {
        font-size: 14px;
        color: #000;
        font-weight: bold;
        padding: 5px 10px;
    }
    
    #paint_find_list .paint_find-pagination {
        position: absolute;
        left: unset;
        right: 120px;
        top: 15px;
        width: fit-content;
        height: fit-content;
    }
    @media screen and (max-width: 768px) {    
        #paint_find_list .paint_find-pagination {
            right: 30px;
            top:26px;
            font-size: 12px;
        }
        #paint_find_list .paint_find-next:after{
            font-size: 12px;
        }
    }    
    #paint_find_list .paint_find-prev {
        position: absolute;
        left: unset;
        right: 175px;
        top: 25px;
    }
    @media screen and (max-width: 768px) {    
        #paint_find_list .paint_find-prev {
            right: 60px;
            top:35px;
        }
    }    

    #paint_find_list .paint_find-prev:after {
        font-size: 14px;
        color: #000;
        font-weight: bold;
        padding: 5px 10px;
    }
    @media screen and (max-width: 768px) {   
        #paint_find_list .paint_find-prev:after {
            font-size: 12px;
        }
    }

    #sect02 #paint_find_list .find_item{

    }

    #sect02 #paint_find_list .find_item .find_paint_photo{
        width: 100%;
        margin-bottom: 24px;
    }
    @media screen and (max-width: 768px) {
        #sect02 #paint_find_list .find_item .find_paint_photo{
            margin-bottom: 16px;
        }
    }

#sect03{
    padding-top: 28px;
    padding-left: 60px;
    padding-right: 60px;
}
@media screen and (max-width: 768px) {
    #sect03{
        padding-top: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }
}
    #sect03 .product_lineup_list{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #sect03 .product_lineup_list li{
        list-style: none;
        width: 50%;
        margin-bottom: 26px;
    }
    #sect03 .product_lineup_list li:nth-child(2n+1){
        padding-right: 16px;
    }
    #sect03 .product_lineup_list li:nth-child(2n){
        padding-left: 16px;
    }
    #sect03 .product_lineup_list a img{
        display: block;
        width: 100%;
    }
    #sect03 .product_lineup_list li .more_buttons{
        width: 100%;
        height: 122px;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    #sect03 .product_lineup_list .more_buttons .btn{
        width: calc((100% - 10px) / 2);
        height: 51px;
    }
    @media screen and (max-width: 1100px) {
        #sect03 .product_lineup_list li .more_buttons{
            height: auto;
            padding: 0 10px;
        }
    }
    @media screen and (max-width: 768px) {
        #sect03 .product_lineup_list{
            flex-direction: column;
        }
        #sect03 .product_lineup_list li{
            width: 100%;
            margin-bottom: 15px;
        }
        #sect03 .product_lineup_list li:nth-child(2n+1){
            padding-right: 0;
        }
        #sect03 .product_lineup_list li:nth-child(2n){
            padding-left: 0;
        }
        #sect03 .product_lineup_list li .more_buttons{
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        #sect03 .product_lineup_list .more_buttons .btn{
            width: 277px;
            max-width: 100%;
            height: 51px;
            margin-top: 17px;
            margin-bottom: 17px;
            font-size: 14px;
        }
        #sect03 .product_lineup_list .more_buttons .btn:last-child{
            margin-top: 0;
        }
    }    

#sect04{
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 60px;
    padding-right: 60px;
}
@media screen and (max-width: 768px) {
    #sect04{
        padding-top: 0 !important; 
        padding-bottom: 32px !important;
        padding-left: 16px;
        padding-right: 16px;
    }
}
    #sect04 .sect_title{
        margin-bottom: 20px;
    }

    #sect04 .btn.more-view{
        width: 473px;
        max-width: 100%;
        height: 52px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }    
@media screen and (max-width: 768px) {
    #sect04 .btn.more-view{
        font-size: 14px;
        width: 277px;
        max-width: 100%;
        height: 51px;
    }
}
#sect05{
    padding-top: 64px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: var(--light-brown-color);
}
@media screen and (max-width: 768px) {
    #sect05{
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        z-index: 10;
    }
}
#sect05 .black_button01{
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}
@media screen and (max-width: 768px) {
    #sect05 .black_button01{
        margin-top: 24px;
    }
}

#sect05 .tab__item{
    width: 203px;
    height: 55px;
    font-size: 16px;
    color: #6C6C6C;
    border-top: solid 4px #dddddd;
    margin-right: 14px;
    background: #dddddd;
}
#sect05 .tab__item.active {
    border-color: #000;
    background: #fff;
    color: #222222;
    border-top: solid 4px #000;
}
@media screen and (max-width: 768px) {
    #sect05 .tab__item{
        width: 145px;
        height: 50px;
        font-size: 12px;
    }
}
#sect06{
    padding-top: 43px;
    padding-bottom: 48px;
    padding-left: 60px;
    padding-right: 60px;
}
    #sect06 .instagram_example_list{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
        #sect06 .instagram_example_list li{
            width: calc((100% - 60px) / 5);
            margin-right: 15px;
            list-style: none;
        }
        #sect06 .instagram_example_list li:last-child{
            margin-right: 0;
        }
        #sect06 .instagram_example_list li a{
            width: 100%;
            height: 165px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        #sect06 .instagram_example_list li a img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        @media screen and (max-width: 1100px) {
            #sect06 .instagram_example_list li a{
                height: 16.4vw;
            }
        }
        @media screen and (max-width: 768px) {
            #sect06{
                padding-top: 32px;
                padding-bottom: 52px;
                padding-left: 16px;
                padding-right: 16px;
            }
            #sect06 .sect_title{
                font-size: 20px;
                margin-bottom: 15px;
            }

            #sect06 .instagram_example_list{
                flex-wrap: wrap;
            }
            #sect06 .instagram_example_list li{
                width: calc((100% - 10px) / 3);
                margin-right: 0;
                margin-bottom: 5px;
            }
            #sect06 .instagram_example_list li:last-child{
                margin-right: 0;
            }
            #sect06 .instagram_example_list li:nth-child(3n+1){
                margin-right: 5px;
            }
            #sect06 .instagram_example_list li:nth-child(3n+2){
                margin-right: 5px;
            }
            #sect06 .instagram_example_list li:nth-child(3n){
                margin-right: 0;
            }
            #sect06 .instagram_example_list li a{
                height: 25vw;
            }
        }

    #sect06 .btn{
        margin-left: auto;
        margin-right: auto;
        width: 474px;
        max-width: 100%;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        margin-top: 40px;
    }
    @media screen and (max-width: 768px) {
        #sect06 .btn{
            width: 277px;
            max-width: 100%;
            height: 51px;
            font-size: 14px;
            margin-top: 25px;
        }
    }
    .sect06_text01{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 7px;
    }
    @media screen and (max-width: 768px) {
        .sect06_text01{
            font-size: 12px;
            margin-bottom: 3px;
        }
    }

#sect07{
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 29px;
    padding-bottom: 25px;
    background-color: var(--light-brown-color);
    background: linear-gradient(90deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 83%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
}
    #sect07 .container_4_6{
        align-items: center;        
    }
    #sect07 .desc01{
        margin-bottom: 9px;
        font-size: 16px;
    }
    @media screen and (max-width: 1100px) {
        #sect07 .desc01{
            font-size: 2vw;
        }
    }
	@media screen and (max-width: 768px) {
        #sect07{
            background:#fff;
            padding-top: 0;
            padding-left: 16px;
            padding-right: 16px;
        }
        #sect07 .desc01{
            font-size: 14px;
        }
    }
    #sect07 .title01{
        font-size: 48px;
        margin-bottom: 12px;
        white-space: nowrap;
    }
    @media screen and (max-width: 1100px) {
        #sect07 .title01{
            font-size: 3vw;
        }
    }
	@media screen and (max-width: 768px) {
        #sect07 .title01{
            font-size: 30px;
        }
    }

    #sect07 .text{
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

	@media screen and (max-width: 768px) {
        #sect07 .left{
            margin-bottom: 9px;
        }
        #sect07 .left{
            position: relative;
            z-index: 3;
        }
        #sect07 .right{
            position: relative;
        }
        #sect07 .right::before{
            content: '';
            position: absolute;
            width: 82.7vw;
            height: 82.4vw;
            background-color: var(--light-brown-color);
            left: -16px;
            top: -10vw;
            z-index: 1;
        }
        #sect07 .right img{
            position: relative;
            z-index: 3;
        }

    }

#sect08{
    padding-top: 48px;
    padding-left: 60px;
    padding-right: 60px;
}
@media screen and (max-width: 768px) {
    #sect08{
        padding-top: 24px;
        padding-bottom: 32px;
        padding-left: 16px;
        padding-right: 16px;
    }
}
#paint_lecture{
    padding-top: 80px;
    margin-top: -80px;
}
    #paint_lecture .lecture-pagination{
        position: absolute;
        left: unset;
        right: 50px;
        top: 15px;
        width: fit-content;
        height: fit-content;
    }
    #paint_lecture .lecture-next{
        position: absolute;
        left: unset;
        right: 0;
        top: 25px;
    }    
    #paint_lecture .lecture-next:after{
        font-size: 14px;
        color: #000;
        font-weight: bold;
        padding: 5px 10px;
    }
    #paint_lecture .lecture-prev{
        position: absolute;
        left: unset;
        right: 110px;
        top: 25px;
    }    
    #paint_lecture .lecture-prev:after{
        font-size: 14px;
        color: #000;
        font-weight: bold;
        padding: 5px 10px;
    }    
    #paint_lecture .lecture_item .thumb{
        width: 100%;
        margin-bottom: 20px;
    }
    #paint_lecture .lecture_item .title{
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    @media screen and (max-width: 768px) {
        #paint_lecture .lecture_item .title{
            font-size: 14px;
            margin-bottom: 11px;
        }
    }
    #paint_lecture .lecture_item .desc{
        font-size: 14px;
        /* font-weight: 500; */
        line-height: 1.8;
        margin-bottom: 16px;
    }
    @media screen and (max-width: 768px) {
        #paint_lecture .lecture_item .desc{
            font-size: 12px;
            line-height:auto;
        }
    }
    #paint_lecture .lecture_item .more{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    #paint_lecture .lecture_item .more .course{
        padding: 4px 8px;
        background-color: #000;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #paint_lecture .lecture_item .more .date{
        padding-left: 12px;
        font-weight: 500;
        font-size: 12px;
    }

    #sect08 .btn{
        width: 370px;
        height: 51px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 42px;
    }
    @media screen and (max-width: 768px) {
        #sect08 .btn{
            max-width: 100%;
            width: 277px;
            margin-top: 24px;
        }
        #paint_lecture .lecture-next{
            right: 0;
            top: 52px;
        }
        #paint_lecture .lecture-pagination{
            right: 30px;
            top: 43px;
            font-size: 12px;
        }
        #paint_lecture .lecture-next:after{
            font-size: 12px;
        }
        #paint_lecture .lecture-prev:after{
            font-size: 12px;
        }
        #paint_lecture .lecture-prev{
            right: 61px;
            top: 52px;
        }
    }

.sect_title{
    font-size: 36px;
    margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
	.sect_title{
		font-size: 24px;
        margin-bottom: 12px;
	}
}
.sub_title{
    font-size: 28px;
}
@media screen and (max-width: 768px) {
	.sub_title{
		font-size: 20px;
	}
}
#sect05 .worksAreaSearch {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-height: 338px;
	padding: 51px 67px 0 67px;
}
	@media screen and (max-width: 767px) {
		#sect05 .worksAreaSearch {
			padding: 18px;
			justify-content: center;
			min-height: 340px;
		}
	}
	@media screen and (max-width: 399px) {
		#sect05 .worksAreaSearch {
			padding: 1.5em 1em;
		}
	}
    #sect05 .worksAreaSearch__title{
        font-size: 15px;
        min-width: 140px;
        margin-right: 38px;
    }
    @media screen and (max-width: 768px) {
		#sect05 .worksAreaSearch__title {
            font-size: 12px;
			min-width: 0;
			margin-right: 0;
        }
    }
    #sect05 .worksAreaSearch__text{
        font-size: 12px;
    }
    #sect05 .worksAreaSearch__item{
            min-width: 88px;
    }
    @media screen and (max-width: 991px) {
		#sect05 .worksAreaSearch__item {
			max-width: 5em;
		}
	}
	@media screen and (max-width: 767px) {
		#sect05 .worksAreaSearch__item {
			min-width: 0;
		}
	}
    #sect05 .worksAreaSearch__body {
        margin-left: 104px;
        padding-top: 0;
        padding-bottom: 0;
    }
    @media screen and (max-width: 768px) {
        #sect05 .worksAreaSearch__body {
            margin-left: 0;
        }
    }
    #sect05 .worksAreaSearch__body .worksAreaSearch__item:first-child {
	    margin-left: -104px;
        min-width: 99px;
    }
	@media screen and (max-width: 768px) {
		#sect05 .worksAreaSearch__body .worksAreaSearch__item:first-child {
			margin-left: 0;
            min-width: 30px;
		}
	}


	@media screen and (max-width: 768px) {
		#sect05 .worksArea__tabDetailWrap {
			padding-bottom: 28px;
		}
	}

#sect07 .black_button01{
    width: 225px;
    height: 50px;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    #sect07 .black_button01{
        width: 190px;
        height: 48px;
        font-size: 12px;
    }
}
#sect11{
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
}
.sect11_box01{
    width: 100%;
    height: 397px;
    background: url('/html/template/default/assets/img/top/sect11_box01_bg.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sect11_text01{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 252px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    color: var(--blue-color);
    background-color: #ECECF8;
    position: relative;
}
.sect11_text01::before{
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #ECECF8;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
}
.sect11_text01::after{
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #ECECF8;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
    margin-bottom: 8px;
}
.sect11_text02{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #fff;
}
.sect11_text03{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    color: #fff;
}
.sect11_text04{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    color: #D5C324;
    margin-bottom: 16px;
}
.sect11_text05{
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 8px;
}
.sect11_link01{
    width: 474px;
    height: 54px;
    background-color: #9A001B;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin: 0 auto;
}
.sect11_link01 .icon{
    position: absolute;
    right: 54px;
    top: 50%;
    transform: translateY(-50%);
}
.sect11_link01:hover{
    opacity: 1;
    transform: translateY(-5px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}
@media screen and (max-width: 768px) {
    #sect11 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }    
    .sect11_box01{
        background: url('/html/template/default/assets/img/top/sect11_box01_bg_sp.jpg');
        background-size: cover;
        height: calc(88vw * 349 / 327);
        justify-content: flex-end;
        padding-bottom: 52px;
    }
    .sect11_text01{
        font-size: 4.26vw;
        width: 43.4vw;
        height: 8.26vw;
        border-radius: 5vw;
        margin-bottom: 4.26vw;
    }
    .sect11_text01::before{
        width: 12.8vw;
        left: -12.8vw;
    }
    .sect11_text01::after{
        width: 12.8vw;
        right: -12.8vw;
    }
    .sect11_text02 {
        font-size: 6.4vw;
        /* margin-bottom: 9.5vw; */
    }
    .sect11_text03 {
        font-size: 4.26vw;
        line-height: 1.6;
    }
    .sect11_text04 {
        font-size: 4.8vw;
        line-height: 1.6;
        margin-bottom: 4.26vw;
    }
    .sect11_text05{
        font-size: 3.2vw;
        line-height: 1.4;
        margin-bottom: 2.13vw;
    }

    .sect11_link01{
        width: 78.6vw;
        height: 12.53vw;
        font-size: 4vw;
    }
    .sect11_link01 .icon{
        width: 4.8vw;
        right: 2.66vw;
    }
}
#sect12{
    padding: 48px 60px 60px 60px;
    background-color: var(--light-brown-color);
}
.sect12_text01{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
    color: var(--blue-color);
    text-align: center;
}
.sect12_text02{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #222222;
    line-height: 1.6;
    margin-bottom: 24px;
}
.sect12_img01{
    max-width: 100%;
    margin: 0 auto 48px auto;
}
.sect12_text03{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 24px;
}
.sect12_img02{
    max-width: 100%;
    margin: 0 auto 40px auto;
}
.sect12_box01{
    width: 780px;
    max-width: 100%;
    height: auto;
    padding: 23px 37px;
    background-color: #EFF7FB;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #82C2E7;
    margin: 0 auto 40px auto;
}
.sect12_box01_layout01{}

.sect12_text04{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--blue-color);
    text-align: center;
}
.sect12_text05{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--blue-color);
    text-align: center;
    margin-bottom: 12px;
}
.sect12_text06{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}
.sect12_text07{
    font-weight: bold;
    color: var(--blue-color);
}
.sect12_img03{
    margin-left: 26px;
}
@media screen and (max-width: 768px) {
    #sect12 {
        padding: 40px 16px 24px 16px;
    }
    .sect12_text01 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6;
    }
    .sect12_text02 {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 26px;
    }
    .sect12_img01{
        margin-bottom: 32px;
    }
    .sect12_text03{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sect12_img02 {
        margin: 0 auto 24px auto;
    }
    .sect12_box01{
        flex-direction: column;
        padding: 16px 10px 16px 10px;
        margin: 0 auto 24px auto;
    }
    .sect12_text04{
        font-size: 16px;
    }
    .sect12_text05 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sect12_img03 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        max-width: 100%;
    }
    .sect12_text06 {
        font-size: 14px;
    }    
}
#sect13{
    padding: 40px 60px;
}
.sect13_text01{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    border-left: solid 4px #000;
    padding-left: 15px;
    line-height: 1.1;
    margin-top: 54px;
}
.sect13_img01{
    margin: 0 auto 4px auto;
}
.sect13_text02{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 40px;
}
.sect13_text03{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 24px;
}
.sect13_text04{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 21px;
    margin-bottom: 16px;
}
.sect13_text04::before{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #222222;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.sect13_list01{
    display: flex;
    flex-direction: row;
}
.sect13_list01 li{
    list-style: none;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}
.sect13_list01 li:last-child{
    margin-right: 0;
}
.sect13_box01{
    display: flex;
    flex-direction: row;
    background: #0D3E75;
    background: linear-gradient(135deg,rgba(182, 203, 227, 1) 0%, rgba(13, 62, 117, 1) 100%);
}
.sect13_box01 .thumb{
    width: 103px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.sect13_box01 .thumb img{
    margin-bottom: 18px;
}
.sect13_box01 .detail{
    width: calc(100% - 103px);
    padding: 15px 8px 13px 8px;
    background-color: #F5F5F5;
}
.sect13_text05{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    color: var(--blue-color);
    margin: 0 auto 8px auto;
    background-color: #E8E8E8;
    width: 120px;
    height: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sect13_text06{
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sect13_list02{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 8px;
}
.sect13_list02 > li{
    list-style: none;
    margin-left: 5px;
    margin-right: 5px;
    width: calc((100% - 50px) / 5);
    background-color: #EFF7FB;
    border: solid 1px #C4D7E0;
    padding: 10px 10px 12px 10px;
}
.sect13_text07{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    color: var(--blue-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: solid 1px #D2E5F0;
    margin-bottom: 8px;
}
.sect13_text07 .icon{
    margin-right: 6px;
}
.sect13_list02 > li .thumb{
    margin: 0 auto 10px auto;
}
.sect13_list03{

}
.sect13_list03 li{
    list-style: none;
    position: relative;
    padding-left: 11px;
    font-size: 16px;
    line-height: 1.8;
}
.sect13_list03 li::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background-color: #2F77A1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .sect13_list03 li::before{
        width: 4px;
        height: 4px;
    }
}
.sect13_banner01{
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}
.sect13_banner02{
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}
@media screen and (max-width: 1000px) {
    .sect13_list01{
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .sect13_list01 li {
        width: calc((100% - 20px) / 2);
        margin: 5px;
    }

    .sect13_list02 > li {
        width: calc((100% - 30px) / 3);
        margin: 5px;
    }
}
@media screen and (max-width: 768px) {
    #sect13 {
        padding: 40px 16px 0 16px;
    }
    .sect13_text01 {
        font-size: 20px;
        margin-bottom: 16px;
        padding-left: 19px;
        margin-top: 32px;
    }
    .sect13_text02 {
        margin-bottom: 32px;
    }
    .sect13_text03 {
        font-size: 14px;
    }
    .sect13_text04 {
        font-size: 14px;
        padding-left: 12px;
        margin-bottom: 9px;
    }
    .sect13_text04::before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 4px;
    }
    .sect13_text05 {
        font-size: 14px;
    }
    .sect13_text06 {
        font-size: 14px;
        height: auto;
    }
    .sect13_text06 br{
        display: none;
    }
    .sect13_list02 > li {
        width: calc((100% - 20px) / 2);
        margin: 5px;
    }
}
@media screen and (max-width: 600px) {
    .sect13_list01 li {
        width: 100%;
        margin: 5px;
    }
    .sect13_box01 .thumb{
        width: 29vw;
        height: 23.4vw;
        align-items: center;
    }
    .sect13_box01 .thumb img{
        margin-bottom: 0;
    }
    .sect13_box01 .detail {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: calc(100% - 29vw);
        padding: 10px 9px;
    }
    .sect13_banner01{
        margin-top: 40px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .sect13_banner02{
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (max-width: 450px) {
    .sect13_list02 > li{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .sect13_layout01{
        margin-right: 2.13vw;
    }
    .sect13_text07 .icon{
        width: 27px;
    }
    .sect13_text07{
        font-size: 16px;
        border-bottom: none;
        border-right: solid 1px #D2E5F0;
        padding-bottom: 0;
        margin-bottom: 6px;
    }
    .sect13_list02 > li .thumb {
        margin: 0 auto;
        max-width: 33vw;
    }
    .sect13_list03 li{
        font-size: 14px;
    }

}
#sect14{
    padding: 8px 60px 48px 60px;
}
.sect14_img01{
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 40px auto;
}
.sect14_box01{
    width: 100%;
    height: 326px;
    background: url('/html/template/default/assets/img/top/sect14_box01_bg.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sect14_text01{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 252px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    color: var(--green-color);
    background-color: #ECECF8;
    position: relative;
    margin-bottom: 8px;
}
.sect14_text01::before{
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #ECECF8;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
}
.sect14_text01::after{
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #ECECF8;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
}
.sect14_text02{
    color: var(--yellow-color);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.sect14_text03{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    #sect14 {
        padding: 0;
    }
    .sect14_box01 {
        background: url('/html/template/default/assets/img/top/sect14_box01_bg_sp.jpg');
        background-size: cover;
        position: relative;
        justify-content: flex-end;
        width: 100%;
        height: calc(88vw * 259 / 327);
        padding-bottom: 30px;
    }
    .sect14_text01 {
        font-size: 4.26vw;
        width: 43.4vw;
        height: 8.26vw;
        line-height: 8.26vw;
        border-radius: 5vw;
        margin-bottom: 2.13vw;
    }
    .sect14_text01::before {
        width: 12.8vw;
        left: -12.8vw;
    }
    .sect14_text01::after {
        width: 12.8vw;
        right: -12.8vw;
    }
    .sect14_text02 {
        font-size: 4.26vw;
    }
    .sect14_text03 {
        font-size: 6.4vw;
        margin-bottom: 5vw;
    }
}
#sect15{
    background-color: var(--light-brown-color);
    padding: 48px 60px 60px 60px;
}
.sect15_box01{
    background-color: #F2F6E9;
    padding: 20px 50px 38px 50px;
    margin-bottom: 48px;
}
.sect15_text01{
    color: var(--green-color);
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 28px;
}
.sect15_text02{
    font-size: 28px;
}
.sect15_list01{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
}
.sect15_list01 li{
    width: calc((100% - 72px) / 6);
    margin-left: 6px;
    margin-right: 6px;
    border: solid 1px var(--green-color);
    height: 100px;
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sect15_list01 li .icon{
    margin: 0 auto 6px auto;
}
.sect15_text03{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #2A706B;
}
.sect15_text04{
    font-size: 32px;
    font-weight: bold;
    color: var(--green-color);
    line-height: 1.6;
    text-align: center;
}
.sect15_text05{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    color: var(--black-color);
    text-align: center;
    margin-bottom: 24px;
}
.sect15_img07{
    margin: 0 auto;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    #sect15 {
        padding: 0;
    }
    .sect15_box01 {
        padding: 40px 16px;
        margin-bottom: 40px;
    }
    .sect15_text01 {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .sect15_text02 {
        font-size: 14px;
    }
    .sect15_list01 li {
        width: calc((100% - 36px) / 3);
        height: 80px;
        margin: 6px;
    }
    .sect15_list01 li .icon{
        width: 36px;
        margin-bottom: 3px;
    }
    .sect15_text03{
        font-size: 14px;
        line-height: 1.4;
    }
    .sect15_text04 {
        font-size: 20px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .sect15_text05 {
        font-size: 18px;
        text-align: center;
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 2px;
    }
    .sect15_img07{
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 40px;
        max-width: calc(100% - 32px);
    }
}
#sect16{
    padding: 48px 60px;
    background-color: #F2F6E9;
}
.sect16_text01{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--red-color);
    margin-bottom: 16px;
    text-align: center;
}
.sect16_text02{
    color: #333333;
}
.sect16_img01{
    max-width: 100%;
    margin: 0 auto 24px auto;
}
.sect16_text03{
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
    padding: 0 80px;
}
.sect16_text04{
    color: var(--green-color);
}
@media screen and (max-width: 768px) {
    #sect16 {
        padding: 40px 14px;
    }
    .sect16_text01 {
        font-size: 16px;
    }
    .sect16_text03 {
        font-size: 14px;
        margin-bottom: 24px;
        padding: 0;
    }
    .sect16_img01{
        max-width: calc(100% - 30px);
        margin: 0 auto 12px auto;
    }
}

#sect17{
    padding: 48px 60px 48px 60px;
    background-color: #fff;
}
.sect17_list01{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.sect17_list01 > li{
    width: calc((100% - 48px) / 3);
    margin-left: 8px;
    margin-right: 8px;
    background-color: #F5F5F5;
    list-style: none;
    padding: 14px 0 0 0;
}
.sect17_text04{
    color: var(--green-color);
    font-size: 16px;
    font-weight: bold;
    width: 194px;
    height: 24px;
    border-radius: 12px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
    background-color: #E8E8E8;
    margin: 0 auto 9px auto;
}
.sect17_layout01{
    display: flex;
    flex-direction: row;
}
.sect17_layout01 .thumb{
    width: 87px;
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7bb4b4;
    background: linear-gradient(90deg, #DBE4E4 0%, #177272 100%);
}
.sect17_layout03{
    width: calc(100% - 87px);
}
.sect17_text05{
    padding:0 9px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.08em;
}

#sect17 .sect13_list02 > li{
    width: calc((100% - 96px) / 3);
    background-color: #EEF5F5;
    border: solid 1px #BBE3E4;
    margin: 16px;
}
#sect17 .sect13_text07{
    color: var(--green-color);
    border-bottom: solid 1px #BBE3E4;
}
#sect17 .sect13_list03 li::before{
    background-color: var(--green-color);
}

.sect17_banner01{
    width: fit-content;
    margin: 48px auto 0 auto;
    display: block;
}
.sect17_banner02{
    width: fit-content;
    margin: 48px auto 0 auto;
    display: block;
}
.sect17_banner03{
    width: fit-content;
    margin: 48px auto 0 auto;
    display: block;
}
@media screen and (max-width: 1000px) {
    .sect17_list01 > li {
        width: calc((100% - 32px) / 2);
        margin: 8px;
    }
}
@media screen and (max-width: 768px) {
    #sect17 {
        padding: 40px 16px 0 16px;
        background-color: #fff;
    }
    .sect17_list01 > li {
        width: 100%;
        padding-top: 0;
    }
    .sect17_layout01 .thumb{
        width: 24.5vw;   
    }
    .sect17_layout03 {
        width: calc(100% - 24.5vw);
        padding: 10px;
    }
    .sect17_text04{
        font-size: 14px;
    }
    .sect17_text05{
        font-size: 14px;
    }
    #sect17 .sect13_list02 > li {
        width: calc((100% - 20px) / 2);
        margin: 5px;
    }
    .sect17_banner01{
        margin: 40px -16px 0 -16px;
    }
    .sect17_banner02 {
        margin: 40px -16px 0 -16px;
    }
    .sect17_banner03 {
        margin: 40px -16px 0 -16px;
    }
}
@media screen and (max-width: 450px) {
    #sect17 .sect13_list02 > li {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    #sect17 .sect13_text07 {
        border-bottom: none;
    }
}
.sect06_text02 {
    display: none;
}