@charset "utf-8";
/* 第二階層用css */
body{
    background-color: #EFF2F0;
    position: relative;
}
.BreadcrumbList{
    width: 100%;
    margin: auto;
    max-width: 94vw;
}
.kv .BreadcrumbList{
    position: absolute;
    padding-top: 120px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 94vw;
}
.kv .BreadcrumbList > ol,
.kv .BreadcrumbList > ol > li > a {
    color: #fff;
}

.kv .kv-img{
    height: 480px;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 100px;
    position: absolute;
}
.TJ101 .kv-img{
    background-image: url("./../images/secondary-common/img_kv_TJ101.jpg");
}
.TJ102 .kv-img{
    background-image: url("./../images/secondary-common/img_kv_TJ102.jpg");
}
.TJ103 .kv-img{
    background-image: url("./../images/secondary-common/img_kv_TJ103.jpg");
}
.TJ110 .kv-img{
    background-image: url("./../images/secondary-common/img_kv_TJ110.jpg");
}
.TJ120 .kv-img{
    background-image: url("./../images/secondary-common/img_kv_TJ120.jpg");
}
main{
    width: auto;
    margin: auto;
    padding-top: 60px;
    position: relative;
    padding-bottom: 100px;
}
main.kv-on{
    padding-top: 340px;
}
.kv main{
}
section{
    background-color: rgba(255,255,255,0.9);
    padding: 50px 80px 70px;
}
.kv section{
    top: -240px;
    width: calc(100% - 320px);
    background-color: rgba(255,255,255,0.9);
    left: 0;
    right: 0;
    margin: 0 auto;
}
h1.h1title{
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    position: relative;
    font-family: 'Noto Serif JP';
    margin-bottom: 60px;
}
h1.h1title::before,
h1.h1title::after{
    content: "";
    position: absolute;
    bottom: -20px;
    width: 41px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
}
h1.h1title::before{
    border-bottom: 3px solid #0B6C21;
    left: -41px;
}
h1.h1title::after{
    border-bottom: 3px solid #DEDEDE;
    right: -41px;
}
ul.page-link-list{
    flex-wrap: wrap;
    display: flex;
}
ul.page-link-list > li{
    width: 32%;
    min-height: 100px;
    height: auto;
    border: 1px solid #BABABA;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    margin-right: 2%;
}
ul.page-link-list > li:nth-child(3n){
    margin-right: 0;
}
ul.page-link-list > li:last-child{
    margin-right: auto;
}
ul.page-link-list > li > a{
    display: flex;
    min-height: 80px;
    height: auto;
    align-items: center;
    width: calc(100% - 70px);
    padding-left: 55px;
    padding-right: 15px;
    justify-content: space-between;
    position: relative;
}
ul.page-link-list > li > a::before{
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 6px;
    margin: auto;
    width: 16px;
    height: 2px;
    border-bottom: 2px solid #BABABA;
}
ul.page-link-list > li:hover{
    border: 1px solid #0B6C21;
}
ul.page-link-list > li:hover > a{
    color: #0B6C21;
}
ul.page-link-list > li:hover > a::before{
    border-bottom: 2px solid #0B6C21;
}
ul.page-link-list > li > a > p{
    line-height: 32px;
}
ul.page-link-list > li > a > span{
    content: "";
    box-sizing: border-box;
    border: 1px solid #0B6C21;
    border-radius: 32px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
}
ul.page-link-list > li > a > span i{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    height: 32px;
    width: 32px;
}
ul.page-link-list > li > a > span i.off{
    left: 0;
    color: #0B6C21;
}
ul.page-link-list > li > a > span i.on{
    left: -80px;
    color: #0B6C21;
}
section > p{
    line-height: 1.8rem;
    margin-bottom: 20px;
}

@media screen and (max-width:1280px) {
    main{
        width: auto;
        padding: 40px 5vw 100px;
    }
    main.kv-on{
        padding-top: 300px;
    }
    section{
        width: 80vw;
        padding: 50px 5vw 70px;
        margin: auto;
    }
    .kv section{
        width: 80vw;
        margin: auto;
    }
    ul.page-link-list > li{
        width: 48%;
        margin-right: auto;
    }
    ul.page-link-list > li:nth-child(3n){
        margin-right: auto;
    }
    ul.page-link-list > li:nth-child(2n){
        margin-right: 0;
    }

}
@media screen and (max-width:600px) {
    .BreadcrumbList{
        display: none;
    }
    .kv .kv-img{
        margin-top: 70px;
    }
    .kv-img{
        margin-top: 70px;
    }
    main{
        margin-top: 70px;
        padding-top: 40px;
    }
    main.kv-on{
        padding-top: 160px;
    }
    .kv main{
        width: 90vw;
    }
    .kv section{
        top: -380px;
    }
    section{
        padding: 50px 5vw;
        top: -300px;
    }
    ul.page-link-list > li{
        width: 100%;
        height: 70px;
        margin-bottom: 10px;
    }
    ul.page-link-list > li > a{
        min-height: auto;
        width: calc(100% - 85px);
        padding-left: 40px;
        padding-right: 45px;
    }
    ul.page-link-list > li > a::before{
        left: 15px;
    }
    ul.page-link-list > li > a > span{
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        position:absolute
    }
}