@charset "UTF-8";
/* CSS Document */

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

.sp{
	display:block;
	}

.pc{
	display:none;
	}



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

.hamburger-menu{
display: block;
}

.menu-btn {
    position: fixed;
    top: 0;
    right: 0px;
    display: flex;
    height: 50px;
	padding-bottom: 10px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    background-color: #006837;
	cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

.menu-btn b{
color: #fff;
margin-top: 37px;
font-size: 1.0rem;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check {
    display: none;
}

.logo{
width: 70%;
padding: 5% 0 2% 5%;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #006837;
}
.menu-content ul {
width: 90%;
padding: 0 5%;
margin-top: 50px;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
margin-bottom: 2%;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.8rem;;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 13px 15px 14px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 27px;
}

.menu-content {
    width: 70%;
	margin-left: 30%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 999999;
    background-color: #006837;
    transition: all 1s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
    transition: all 0.5s;/*アニメーション設定*/
}
/*ハンバーガーメニューここまで*/



.head_section div:first-of-type{
width: 80%;
}

.head_section div:last-of-type{
width: auto;
display: none;
}

.news{
position: relative;
bottom: auto;
right: auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}

.news:before{
  display:block;
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  background-color: #00331B;
  mix-blend-mode:multiply;
  opacity: 1;
  }

.news div:first-of-type{
width: 100%;
  position:relative;
}

.news div h3{
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 100;
font-style: normal;
font-size: 2.2rem;
color: #fff;
padding-left: 5%;
margin-bottom: 4%;
}

.news div:last-of-type{
width: 100%;
  position:relative;
}

.news div dl{
color: #fff;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 90%;
padding: 0 5%;
}

.news div dl dt{
width: 100%;
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 100;
font-style: normal;
font-size: 1.5rem;
}

.news div dl dd{
width: 100%;
margin-bottom: 4%;
}
.news div dl dd:last-of-type{
margin-bottom: 4%;
}

.news div dl dd a{
color: #fff;
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 100;
font-style: normal;
font-size: 1.5rem;
}

header h2{
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 3.3rem;
color: #fff;
padding-left: 0;
padding-top: 10%;
padding-top: 42%;
text-align: center;
}


.top_section_01{
padding: 10% 5%;
position: relative;
}

.top_section_01 h2{
font-size: calc(100vw * 20 / 375);
line-height: 1.8em;
margin-bottom: 1em;
}



.top_section_01 p{
font-size: 1.7rem;
line-height: 2.2em;
}

.top_section_02{
background: url("../img/top/ba_01.jpg") no-repeat center center;
background-size: cover;
background-attachment: inherit;
width: 100%;
height: 200px;
margin-top: 10%;
}

.loop03 {
    overflow: hidden;
    position: absolute;
    top: -30px;
    left: 0;
}

.loop03__item {
    flex: 0 0 auto;
    font-size: 10.0rem;
    white-space: nowrap;
    color: #006837;
    opacity: 0.1;
}

.midashi_01{
width: 100%;
margin: 0 auto;
font-size: 3.5rem;
margin-top: 40px;
margin-bottom: 10px;
text-align: center;
}


.two_c_list_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 90%;
margin: 0 auto;
}

.two_c_list_01 li{
width: 100%;
}

.two_c_list_01 li:nth-of-type(2){
margin-top: 50px;
}

.two_c_list_01 li a h3{
font-size: 2.2rem;
padding: 0.5em 0;
border-bottom: rgba(0,0,0,1.00) 1px solid;
font-weight: 500;
position: relative;
}

.two_c_list_01 li a h3 b{
background: #006837;
width: 28px;
height: 28px;
display: block;
overflow: hidden;
border-radius: 40px;
position: absolute;
top: 15px;
right: 0;
}

.two_c_list_01 li a h3 b img{
width: 45px;
position: absolute;
top: 10px;
left: -15px;
transition:1s all;
}

.two_c_list_01 li a:hover h3 b img{
width: 45px;
position: absolute;
top: 10px;
left: 8px;
transition:1s all;
}

.two_c_list_01 li a p{
font-weight: 300;
font-size: 1.7rem;
line-height: 1.8em;
padding-top: 0.5em;
}

.top_section_04 section{
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.top_section_04 div:nth-of-type(1){
padding: 7% 0;
width: 100%;
text-align: center;
}

.top_section_04 div:nth-of-type(2){
width: 100%;
margin-left: -10%;
}


.top_section_04 div:nth-of-type(2) img{
width: 120%;
margin-bottom: -2px;
}

.midashi_02{
color: #fff;
font-size: 3.5rem;
margin-bottom: 0.5em;
text-align: center;
}

.midashi_02 span{
font-size: 50%;
opacity: 0.5;
}

.top_section_04 div p{
font-size: 1.7rem;
color: #fff;
line-height: 2.0em;
margin-bottom: 20px;
text-align: left;
}


.link_01{
font-size: 2.2rem;
color: #fff;
position: relative;
}

.link_01 b{
background: #fff;
width: 45px;
height: 45px;
display: inline-block;
overflow: hidden;
border-radius: 40px;
position: relative;
top: 15px;
margin-left: 0.5em;
}



.link_01 b img{
width: 80px;
position: absolute;
top: 15px;
left: -32px;
transition:1s all;
}

.link_01:hover b img{
width: 80px;
position: absolute;
top: 15px;
left: 12px;
transition:1s all;
}

.midashi_03{
font-size: 3.5rem;
margin-bottom: 2%;
}

.banne_list{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.banne_list li{
width: 80%;
margin: 0 auto;
}

footer{
background: #006837;
padding-top: 5%;
}

footer section{
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

footer section div{
width: 100%;
text-align: center;
}

footer section div img{
width: 90%;
margin-bottom: 10px;
}

.data{
font-size: 1.5rem;
color: #fff;
font-weight: 100;
letter-spacing: 0.1em;
line-height: 2.0em;
}

footer section div ul{
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
height: 150px;
display: none;
}


.copyright{
font-size: 1.3rem;
font-weight: 100;
letter-spacing: 0.1em;
color: #fff;
text-align: center;
margin: 0 auto;
margin-top: 30px;
padding-bottom: 30px;
width: 90%;
}

.enter{
width: 90%;
margin: 0 auto;
margin-top: 8%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.enter li{
width: 100%;
background: rgba(0,0,0,0.80);
text-align: center;
overflow: hidden;
transition:1s all;
margin-bottom: 30px;
}

.enter li:hover{
background: rgba(255,255,255,0.80);
}

.enter li a{
transition:1s all;
height: 100%;
width: 100%;
display: inline-block;
padding: 7% 0 7% 0;
}

.enter li a:hover{
opacity: 1;
transition:1s all;
}

.enter li h4{
color: #fff;
font-size: 2.2rem;
padding-bottom: 0.3em;
}

.enter li a:hover h4{
color: #000000;
}

.enter li a div{
overflow: hidden;
height: 100px;
}

.enter li a div img{
transition:1s all;
}

.enter li a:hover div img{
width: 120%;
margin-left: -10%;
transition:1s all;
}

.enter li p:first-of-type{
font-size: 1.5rem;
color: #fff;
padding-bottom: 1em;
}

.enter li a:hover p:first-of-type{
color: #000000;
}

.enter li p:last-of-type{
font-size: 1.8rem;
color: #fff;
border: #fff 1px solid;
width: 80%;
padding: 2% 0;
display: inline-block;
margin-top: 5%;
}

.enter li a:hover p:last-of-type{
background: rgba(0,104,55,1.00);
border: rgba(0,104,55,1.00) 1px solid;
}





.pagetop{
background: #000000;
color: #fff;
font-size: 1.5rem;
display: block;
padding: 0.6em 1em 0.8em 1em;
position: fixed;
bottom: 1%;
right: 2%;
opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.banner{
width: 90%;
margin: 5% auto;
}

.banner img{
border-radius: 20px;
}

.banner p{
text-align: center;
font-size: 2.0rem;
margin-bottom: 2%;
}
}