@charset "utf-8";

html {
    /* scroll-behavior: smooth; */
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
}
input, select {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0px;
  }
h1,h2,h3,menu,p{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
*{
    position: relative;
}
body {
    padding:0;
    margin: 0;
    background-color: #f0efe9;
    overflow-x: hidden;
    
}
p{
    text-align: justify;
}






br.pc{
    display: block;
}



br.sp{
    display: none;
}






header{
    position: fixed;
    height: 60px;
    width: calc(100% - 40px);
    margin: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    z-index: 1000;
    border-radius: 8px;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    box-shadow: 0 0 8px -4px#00000055;
}
header>a{
    text-decoration: none;
    color: inherit;
}
header>a>h1{
    font-size: 1em;
    display: flex;
    flex-flow: row;
    height: 100%;
    align-items: center;
}

header>a>h1>span{
    color: #1A923B;
    font-size: 1.2em;
    font-weight: 600;
}

header>a>h1>div.logo{
    width: 90px;
    height: 100%;
    /* background-color: aquamarine; */

    background-image: url(../img/logo.svg);
    background-size: contain;
    background-position: center center;
    background-position: left center;
    background-repeat: no-repeat;
}

header>menu.hmenu>ul{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 1.5em;
    margin-right: 2em;
}
header>menu.hmenu>ul>li{
    font-weight: 500;
}
header>menu.hmenu>ul>li>a{
    color: #000000;
    text-decoration: none;
}






div.mv{
    height: 600px;
    background-color: #79b1b18d;
    background-image: url(../img/mv.jpg);
    background-position: center top;
    background-size: cover;
    display: flex;
    flex-flow: row nowrap;
    align-items:flex-start;
    justify-content: center;
    padding: 100px;
}
div.mv>div.txt{
    font-weight: 700;
    color: #fff;
    font-size: 2.4em;
    text-shadow: 0 0 5px #00000055;
    text-align: center;
}
div.mv>div.txt>span>span{
    font-size: 1.2em;
}









section.news{
    background-color: #fff;
    padding: 60px 0;
}
section.news>div{
    max-width: 1024px;
    margin: auto;
    padding: 0;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
section.news>div>h2{
    font-weight: 500;
}

section.news>div>div{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-weight: 400;
    gap: 20px;
}
section.news>div>div>div{
    flex-shrink: 0;
}
section.news>div>div>div.date{
    font-weight: 700;
}
section.news>div>div>div.cat{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1A923B;
    font-weight: 500;
    color: #fff;
    padding: .15em .3em;
    font-size: .86em;
    position: relative;
}








main.content{
    background-color: #f0efe9;
    min-height: 680px;
    padding: 2px 0;
}


section.top{
    padding: 20px 0;
}



main.content>section{
    /* max-width: 1024px; */
    max-width: 1200px;
    margin: 2em auto;
}


section>div.txt{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 2em;
    max-width: 1024px;
    margin: 0 auto 50px;
}
section>div.txt>h2{
    font-weight: bold;
    font-size: 2.4em;
    flex-shrink: 0;
    line-height: 100%;
    color: #1A923B;
}
section>div.txt>p{
    padding: 0;
    margin: 0;
    /* background-color: #64af7755; */
    flex-grow: 1;
    line-height: 160%;
}

section>div.imgbox{
    background-color: #1A923B;
    aspect-ratio: 2/1;
    border-radius: 10px;
    margin: 0 1em 100px;
    display: grid;
    grid-template-columns: 25% 25% 50%;
    grid-template-rows:50% 50%;
    overflow: hidden;
}
section>div.imgbox>div.over{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
section>div.imgbox>div.img1{
	grid-column: 3 / 4;
	grid-row: 1 / 3;
    background-color: #000000;
    background-image: url(../img/img7.jpg);
    background-size: cover;
}
section>div.imgbox>div.img2{
    background-color: cornflowerblue;
    background-image: url(../img/img5.jpg);
    background-size: cover;
}
section>div.imgbox>div.img3{
    background-color: cadetblue;
    background-image: url(../img/img8.jpg);
    background-size: cover;
}
section>div.imgbox>div.img4{
    background-color: #64af77;
    background-image: url(../img/img4.jpg);
    background-size: cover;
}
section>div.imgbox>div.img5{
    background-color: darkslategray;
    background-image: url(../img/img1.jpg);
    background-size: cover;
}








section.wide{
    width: 100%;
    max-width: 100%;
    background-color: #1A923B;
    margin: 0;
    padding: 100px 0;
}

section.wide>div.contact{
    max-width: 1024px;
    margin: auto;
}

section.wide>div.contact>div{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

section.wide>div.contact>div>h2{
    font-size: 1em;
    color: #fff;
}
section.wide>div.contact>div>h2>span{
    font-size: 2.6em;
}
section.wide>div.contact>div>h2>p{
    
}

section.wide>div.contact>div>div{

}

section.wide>div.contact>div>div>div.tel{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
section.wide>div.contact>div>div>div.tel>img{
    display: block;
    width: 2.2em;
    bottom: -5px;
}
section.wide>div.contact>div>div>div.tel>span.tNum{
    display: block;
    font-size: 3.6em;
    font-family: "Oswald";
    font-weight: 400;
    color: #fff;
    line-height: 100%;
}


section.wide>div.contact>div>div>span{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
section.wide>div.contact>div>div>span>em{
    font-style: normal;
    display: block;
    background-color: #fff;
    border-radius: 2px;
    padding: 0 2px 1px;
    font-weight: 500;
    color: #1A923B;
}
section.wide>div.contact>div>div>span>span{
    display: block;
    color: #fff;
    font-weight: 400;
}



#home section.wide{
    padding: 250px 0;
}
#home section.wide>div.contact>div{
    flex-flow: column;
    font-size: 1.6em;
    gap: 50px;
}

#home section.wide>div.contact>div>h2{
    text-align: center;
}
#home section.wide>div.contact>div>h2>span.title{
    display: none;
}
#home section.wide>div.contact>div>h2>p{
    width: fit-content;
    margin: auto;
}


div.cards{
    max-width: 1024px;
    margin: auto;
}

div.card{
    display: flex;    
    flex-flow: row nowrap;
    align-items: flex-start;
    gap: 2em;
    margin-bottom: 150px;
}
div.card.rev{
    flex-flow: row-reverse nowrap;
}


div.cards>div.card>div.txt{

}

div.cards>div.card>div.txt>h2{
    display: flex;    
    flex-flow: row nowrap;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    font-size: inherit;
    margin-bottom: 1.4em;
}
div.cards>div.card>div.txt>h2>div.numBox{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: #1A923B;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 4px;
}
div.cards>div.card>div.txt>h2>div.numBox>span{
    display: block;
    line-height: 100%;
}
div.cards>div.card>div.txt>h2>div.numBox>span.topic{
    font-size: .92em;
}
div.cards>div.card>div.txt>h2>div.numBox>span.num{
    font-size: 2em;
}
div.cards>div.card>div.txt>h2>div.title{
    font-weight: 600;
    font-size: 1.8em;
    color: #1A923B;
}
div.cards>div.card>div.txt>div{
    border-radius: 4px;
    padding: 1em;
    background-color: #fff;
}

div.cards>div.card>div.txt>div::before{
    content: "";
    display: block;
    position: absolute;
    border-width: 15px 10px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    top: -28px;
    left: 20px;
}



div.cards>div.card>div.photo{
    width: 350px;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: #a9dfb6;
    aspect-ratio: 4/3;
}

#img1{
    background-image: url(../img/cut1.jpg);
    background-size: cover;
    background-position: center;
}
#img2{
    background-image: url(../img/cut2.jpg);
    background-size: cover;
    background-position: center;
}
#img3{
    background-image: url(../img/cut3.jpg);
    background-size: cover;
    background-position: center;
}

.cInfoLogo{
    display: block;
    margin: 0 auto 40px;
    width: 350px;
}




section.here a{
    display: block;
    background-color: #1A923B;
    margin: 100px auto;
    color: #fff;
    width: fit-content;
    text-decoration: none;
    font-size: 1.2em;
    padding: 1em 2em;
    border-radius: 8px;
    font-weight: 600;
    transition: all .2s ease;
    box-shadow: 0px 0px 5px 0 #00000000;
}


section.here a:hover{
    background-color: #fff;
    color: #1A923B;
    box-shadow: 0px 0px 5px 0 #00000055;
}





section.bigButton>div{
    max-width: 1024px;
    margin: 100px auto;
    padding: 20px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    gap: 20px;

}
section.bigButton>div>a{
    text-decoration: none;
    width: 50%;
}

div.bb{
    background-color: #ddd;
    border-radius: 8px;
    padding: 20px;
}
div.bb{
    background-color: #fff;
    color: #21532f;
    transition: all .2s ease;
}
div.bb>h2>div.main{
    font-size: 1em;
    font-weight: 600;
}
div.bb>h2>div.sub{
    font-size: .75em;
    font-weight: 300;
}
div.bb>p{
    padding: 25px 0;
}
div.bb>div.more{
    width: fit-content;
    padding: 8px 16px;
    border-radius: 25px;
    color: #fff;
    background-color: #1A923B;
    margin:0 0 0 auto;
    transition: all .2s ease;
}
div.bb:hover{
    color: #64af77;
}
div.bb:hover>div.more{
    background-color: #eee;
    color: #1A923B;
}























footer{
    background-color: #fff;
}
footer>section{
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    flex-flow: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 4em 1em;
    box-sizing: border-box;
}

footer>section>div.info{
    color: #1A923B;
}


footer>section>div.info>div.adr{
    font-size: 0.76em;
    text-align: right;
}
footer>section>div.info>div.tel{
    font-size: 1em;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: .5em;
}
footer>section>div.info>div.tel>span:first-child{
    font-size: .7em;
    font-weight: 500;
    bottom: -2px;
}
footer>section>div.info>div.tel>span:last-child{
    font-size: 1.4em;
}
footer>section>div.info>address{
    color: #1A923B;
    font-size: .68em;
    font-weight: 400;
    font-style: normal;
}



footer>section>div.logo{
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
}

footer>section>div.logo>div.logo{
    width: 180px;
    height: 60px;
    background-image: url(../img/logo.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;

}
footer>section>div.logo>div.name{
    font-size: 1em;
    color: #1A923B;
    font-weight: 500;
}


.tNum>a{
    color: inherit;
    text-decoration: none;
}





















/* ハンバーガーメニュー */

div#hbg{
    z-index: -1000;
}




/* オーバーレイメニュー */


div#olmenu{
    z-index: 1500;
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: #1A923B;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    top: -120vh;
    opacity: 0;
    transition: all .15s ease;
    color: #fff;
}
div#olmenu h2{
    text-align: center;
    color: #a9dfb6;
}
div#olmenu a{
    display: block;
    text-decoration: none;
    color: inherit;
    margin-top: 1em;
}
div#olmenu a>span:first-child{
    font-size: 1.6em;
    font-weight: 700;
}

div#olmenu a>span:last-child{
    font-size: .92em;
    font-weight: 400;
    position: relative;
    top: -3px;
}
















/* 2nd  */

.low>main.content{
    padding: 0;
}
.low div.headline{
    background-color: #1A923B;
    padding: 120px 0 50px;
}
div.headline h2{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    color: #f6f5f7;
    font-weight: bold;
    text-shadow: 0 0 3px #00000055;
}
.low>main.content>section{
    margin-bottom: 0;
}
.low>main.content>section>div{
    max-width: 700px;
    margin: auto;
    padding: 2em 1em 5em;
}
.low>main.content>section>div>h3{
    font-weight: bold;
    color: #1A923B;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 2em;
}

.low>main.content>section>div h5{
    font-size: 1rem;
    color: #1A923B;
}
.low>main.content>section>div p{
    font-size: .92rem;
    margin-bottom: .5em;
}
.low>main.content>section>div li{
    font-size: .92rem;
    text-indent: -3em;
    padding-left: 3em;
    margin-bottom: .3em;
}



p.list{
    font-weight: bold;

    margin: 4em auto 0;
    width: fit-content;
}
p.list>span{
    display: block;
    text-indent: -1.5em;
    padding-left: 2em;
    margin-bottom: .2em;
}


table.cInfo{
    font-size: 1em;
    border-collapse: collapse;
    background-color: #ffffff99;
    margin: auto;
}
table.cInfo>tbody>tr{
    height: 5em;
    border-bottom: solid 1px #00000022;
}
table.cInfo>tbody>tr>th{
    border-bottom: solid 1px #00000099;
    padding: 0 2em;
    font-weight: normal;
}
table.cInfo>tbody>tr>td{
    padding: 0 2em;

}




@media screen and (min-width: 1440px) {
    header{
        max-width: 1200px;
        margin: auto;
        top: 20px;
        left: calc( (100% - 1200px) /2 );
    }

}



@media screen and (max-width: 1024px) {
    
    section.news>div{
        padding: 0 2em;
    }

    main.content>section:not(.wide){
        box-sizing: border-box;
        padding-left: 2em;
        padding-right: 2em;
    }

    div.mv{
        padding-top: 100px;
    }

    div.mv>div.txt{
        font-size: 1.4em;
    }


    
    section.wide>div.contact{
        padding: 0 1em;
    }
    
    
    section>div.imgbox{
        margin: 0 0 100px;
    }



}


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


}

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

br.sp{
    display: block;
}
br.pc{
    display: none;
}

/* ハンバーガーメニュー */

    div#hbg{
        z-index: 99999999;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        border-radius: 60px;
    }
    div#hbg>div{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column nowrap;
        gap: 6px;
    }
    div#hbg>div>span{
    
        background-color: #1A923B;
        width: 30px;
        height: 3px;
        border-radius: 2px;
        display: block;
        transition: all .15s ease;
        bottom: 0;
        transition: all .15s ease;
    }
    div#hbg.open>div>span:first-child{
        background-color: #ffffff;
        position: relative;
        bottom: -9px;
        transition: all .15s ease;
    }
    div#hbg.open>div>span:last-child{
        background-color: #ffffff;
        position: relative;
        bottom: 9px;
        transition: all .15s ease;
    }
/* ハンバーガーメニューここまで */


/* オーバーレイメニュー */

div#olmenu.open{
    z-index: 1500;
    top: 0vw;
    opacity: 1;
    transition: all .15s ease;
}

/* OLMここまで */









    div.mv{
        height: 350px;
        background-size: 1000px;
    }
    menu.hmenu{
        display: none;
    }

    main.content>section>div.img>div{
        margin-left: 1em;
    }


    
    

    section>div.txt{
        flex-flow: column;
    }
    




    div.card.rev,
    div.card{
        flex-flow: column nowrap;

    }
    
    div.cards>div.card>div.txt>h2>div.numBox{
        flex-shrink: 0;
    }
    div.cards>div.card>div.photo{
        width: 100%;
    }

    section.wide{
        padding: 50px 0;
    }
    section.wide>div.contact>div{

        flex-flow: column nowrap;
        justify-content: space-between;
    }
    section.wide>div.contact>div>h2{
        text-align: center;
        margin-bottom: 2em;
    }
    section.wide>div.contact>div>h2>p{
        text-align: center;
    }

    section.news{
        font-size: .86em;
        padding: 20px 0;
    }
    section.news>div{
        flex-flow: column;
        gap: 1em;
    }

    main.content>section:not(.wide){
        padding: 0 1em;
    }

    table.cInfo{
        font-size: .84em;
    }
    table.cInfo>tbody>tr>th,
    table.cInfo>tbody>tr>td{
        padding: 0 .4em;
    }
    .cInfoLogo{
        width: 250px;
    }


}


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

    

    footer>section{
        flex-flow: column;
        align-items: center;
        justify-content: space-between;
        padding: 2em 0;
        gap: 2em;
        box-sizing: border-box;
        color: #64af77;
    }
    
    footer>section>div.logo{
        align-items: center;
    }
    footer>section>div.logo>div.logo{
        background-position: center;
    }
    footer>section>div.info>div.adr{
        text-align: center;
    }
    footer>section>div.info>div.tel{
        justify-content: center;
    }


    div.mv{
        height: 450px;
        background-size: 900px;
    }



    div#gls>div{
        width: 180px;
    }
    



    main.content>section.wide>div.bImg>div>h2>span.main{
        font-size:2em;
    }

    main.content>section.wide>div.content>table.cTable>tbody>tr>th{
        width: 5em;
    }


    #home section.wide{
        padding: 100px 0;
    }
    #home section.wide>div.contact>div{
        font-size: .9em;
        gap: 25px;
    }
    
    #home section.wide>div.contact>div>h2{
        text-align: center;
    }
    #home section.wide>div.contact>div>h2>span.title{
        display: none;
    }
    #home section.wide>div.contact>div>h2>p{
        width: fit-content;
        margin: auto;
    }
    




}



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

    main.content>section.wide>div.contact>div>h2>span.main{
        font-size: 1.4em;
    }
    main.content>section.wide>div.contact>div>div>div.tel>span:last-child{
        font-size: 1.8em;
    }
    div.mv{
        padding: 20px;
        padding-top: 90px;
    }

    div.mv>div.txt{
        font-size: 1.2em;
    }

    main.content>section.wide>div.content>div#subcut{
        padding: 0;
    }


    section.bigButton>div>a{
        text-decoration: none;
        width: auto;
    }
    section.bigButton>div{
        flex-flow: column;

    }

}

