@charset "utf-8";
/* 
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
font-family: 'Kiwi Maru', serif;
*/
*, *::before, *::after{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	height: 100%;
	position: relative;
    -webkit-text-size-adjust: 100%;
}
body{
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
	font-family:Noto Sans JP,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
	font-size: 15px;font-size: 1.5rem;
	font-weight: 300;
	color:#333;
	margin: 0 auto;
	line-height: 1;
	position:relative;
    min-width: 1280px;
    background: #f7f5ec;
}
body.fixed {
    height: 100%;
    position: fixed;
    width: 100%;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
main{
	overflow: hidden;
    margin-top:65px;
}
iframe{
	max-width: 100%;
	width: calc(1100px / 2);
}
img{
	width: 100%;
	max-width: 100%;
    height: auto;
}
a{
	text-decoration: none;
	color: #1c1c1c;
    cursor: pointer;
}
@media screen and (max-width:600px) {
	body{
		font-size: 14px;font-size: 1.4rem;
        min-width: initial;
	}
    main{
        margin-top:60px;
      }
}
/* ------------------------------------- */
/*デバイス切り替えここから*/
/* ------------------------------------- */
@media screen and (max-width: 600px) {
	.pc {display:none !important;}
}
@media print,screen and (min-width: 601px) {
	.sp {display:none !important;}
}

/* ------------------------------------- */
/*レイアウトスタイルここから*/
/* ------------------------------------- */
section{
    padding:80px 0;
}
.sec-inner{
    max-width:1110px;
    margin:0 auto;
}
@media screen and (max-width: 600px) {
    section{
        padding:80px 4%;
    }
}
/* ------------------------------------- */
/*共通スタイル*/
/* ------------------------------------- */
.anchor{
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}
a.disabled {
    pointer-events: none;
}
@media screen and (max-width: 600px) {
}
/* ------------------------------------- */
/*タイトルスタイル*/
/* ------------------------------------- */
.heading{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom:40px;
    font-family: 'Zen Maru Gothic', sans-serif;
}
.heading span{
    font-family: 'Nunito', sans-serif;
    font-size: 5.6rem;
    font-weight: 900;
    color: #54a734;
    margin-right: 20px;
}
@media screen and (max-width: 600px) {
    .heading{
        margin-bottom:30px;
        font-size: 1.8rem;
    }
    .heading span{
    margin-right: 10px;
    font-size: 4rem;
    }
}
/* ------------------------------------- */
/*ボタンスタイル*/
/* ------------------------------------- */
.btn{
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    max-width:350px;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Zen Maru Gothic', sans-serif; 
    border-radius: 50px;
    transition: 0.3s;
}
.btn:hover{
    opacity: 0.5;
}
.btn-green{
    background: #54a734;
}
.btn-blue{
    background:#42bff9;
}
.btn-yellow{
    background: #f5d70f;
    color: #333;
  }
  .btn-border{
    color: #54a734;
    border: 3px solid #54a734;
  }
/* ------------------------------------- */
/*ヘッダーここから*/
/* ------------------------------------- */
header{
    width: 100%;
    min-width: 1280px;
    background: #f1efe7;
    transition:all .8s;
    position: fixed;
    top: 0;
    z-index: 9999;
}
header .header-wrap{
    position: relative;
    width:100%;
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
header .header-wrap .inner{
    width:100%;
    max-width:1440px;
    min-height:65px;
    margin:0 auto;
    padding:0 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
header h1{
    width:220px;
}
header h1 a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}
header h1 a:hover{
    opacity: 0.5;
}
header h1 a img{
    width:160px;
}
header h1 a span{
    font-size: 1.2rem;
    display: inline-block;
    height:100%;
    background:#fff;
    border-radius: 4px;
    padding:5px;
}
header .right-block{
    width: 78%;
    max-width: 870px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header nav{
    width:75.5%;
    display: flex;
    align-items: center;
}
/* ------------------------------------- */
/* ①メニューボタンのスタイル */ 
header .menu { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .menu li{
    display: inline-block;
    padding: 0 5px;
}
header .menu li a{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold; 
    display: block;
    text-align: center;
    transition: .3s;
    padding: 15px 10px;
    border-radius: 10px;
    position: relative;
}
header .menu li a:hover,
header .menu li a.add{
    background: #54a734;
    color: #fff;
}
header .menu li a.arrow{
    padding-right:25px;
}
header .menu .menu-list a.arrow::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #54a734;
    border-right: 2px solid #54a734;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
}
header .menu .menu-list a.arrow.add:after{
    transform: rotate(225deg);
    border-color: #fff;
}
/* ------------------------------------- */
/* ②メガメニューのスタイル */ 
header .menu-contents { 
    background: #f5f5f5; 
    display: none; 
    position: absolute; 
    top: 100%; 
    left: 0; 
    width: 100%; 
} 
header .menu-contents ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 30px auto 0;
}
header .menu-contents li { 
    width: calc(33.3% - 20px);
    margin-right:30px;
    margin-bottom:30px;
} 
header .menu-contents li:nth-of-type(3n){
    margin-right:0;
}
header .menu-contents li a { 
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    background: #fff;
    -moz-box-shadow: 0px 10px 20px 0px rgba(25, 78, 115, 0.15);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(25, 78, 115, 0.15);
    -ms-box-shadow: 0px 10px 20px 0px rgba(25, 78, 115, 0.15);
    box-shadow: 0px 10px 20px 0px rgba(25, 78, 115, 0.15);
    border-radius: 10px;
    padding:15px 0 15px 40px;
    position: relative;
    transition: 0.3s;
}
header .menu-contents li a:hover{
    color: #fff;
}
header .menu-contents li a:hover{
    
    background-color: #54a734;
}
header .menu-contents li a::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
    width: 10px;
    height: 1px;
    opacity:1;
    transform: translateX(0);
}
header .menu-contents li a::before{
    background: #54a734;
}
header .menu-contents li a:hover:before{
    background: #fff;
}
header .menu-contents li a::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 18px;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .menu-contents li a::after{
    border-color: #4f6405;
}
header .menu-contents li a:hover:after{
    border-color: #fff;
}
/* ------------------------------------- */
header .sub-menu{
    padding-left: 10px;
}
header .sub-menu li a{
    font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    display: block;
    position: relative;
    padding-left:0.8em;
}
header .sub-menu li a::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #54a734;
    position: absolute;
    top:0;
    bottom:0;
    margin: auto;
    left:0;
}
header .right-block a.twitter,
header .right-block a.facebook{
    width:30px;
    display: block;
    margin-right:10px;
}
header .right-block #form1{
    position: relative;
    width: 160px;
    height:38px;
}
header .right-block #form1 #sbox1{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    padding: 10px;
    height:38px;
    outline: 0;
    border: 0;
    background: #f5f5f5;
    border-radius: 4px;
}
header .right-block #form1 #sbox1::placeholder{
    color: #cccccc;
}
header .right-block #form1 #sbtn1{
    position: absolute;
    top:0;
    right:3px;
    width:30px;
    height:38px;
    background: url(../../img/common/icon_search.png) no-repeat;
    background-size: 15px 15px;
    background-position: center;
    border: 0;
}
header .right-block #form1 #sbtn1:hover{
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    header{
        min-width: initial;
        height: 60px;
    }
    header .header-wrap{
        height:100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:0 2%;
    }
    header .header-wrap .inner{
        min-height:60px;
    }
    header h1{
        width: 75%;
        max-width: 200px;
    }
    header a.logo img{
        max-width:140px;
    }
    header .right-block{
        margin-right:60px;
        width:40%;
    }
    header .right-block a.twitter{
        display: block;
        width:24px;
        margin-right:7%;
    }
    header .right-block a.facebook{
        display: block;
        width:24px;
        margin-right:15%;
    }
    /* ------------------------------------- */
    /* 検索エリア */
    header .right-block .search-btn{
        display: block;
        width:20px;
    }
    .header.search-block{
        display: none;
        width:100%;
        height:60px;
        background: #fff;
        position: fixed;
        top:0;
        z-index: 99999;
    }
    .header.search-block .inner{
        width:100%;
        height:100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header.search-block .inner #form1{
        position: relative;
        width: 100%;
        height:38px;
        margin:0 2%;
    }
    .header.search-block .inner #form1 #sbox1{
        position: absolute;
        top:0;
        left:0;
        width:100%;
        padding: 10px;
        height:38px;
        outline: 0;
        border: 0;
        background: #f5f5f5;
        border-radius: 4px;
    }
    .header.search-block .inner #form1 #sbox1::placeholder{
        color: #cccccc;
    }
    .header.search-block .inner #form1 #sbtn1{
        position: absolute;
        top:0;
        right:3px;
        width:30px;
        height:38px;
        background: url(../../img/common/icon_search.png) no-repeat;
        background-size: 15px 15px;
        background-position: center;
        border: 0;
    }
    .header.search-block .search-overlay{
        background: rgba(0, 0, 0, 0.6);
        height: 100vh;
        position: absolute;
        width: 100%;
    }
    /* ------------------------------------- */
    /* スマホメニュー */
    header .menu-wrapper {
        position: absolute;
        top: 50%;
        right: 2%;
        transform: translate(0, -50%);
	}
    header .menu-btn{
	    height: 46px;
        width: 46px;
        position: relative;
        cursor: pointer;
        display: inline-block;
        user-select: none;
        z-index: 99;
        border-radius: 50px;
	}
	header .menu__line{
        background: #54a734;
        display: block;
        height: 2px;
        border-radius: 100px;
        position: absolute;
        transition: transform .5s;
        width: 20px;
        margin: 0 auto;
        left: 0;
        right: 0;
	}
	header .menu__line--top {
		top: 30%;
	}
	header .menu__line--center{
		top: 50%;
        transform: translateY(-50%);
	}
	header .menu__line--bottom{
        bottom: 30%;
	}
	header .active .menu__line--top{
		top: 50%;
        transform: rotate(45deg) translateY(-50%);
	}
	header .active .menu__line--center{
		transform:scaleX(0);
	}
	header .active .menu__line--bottom{
		bottom: 50%;
        transform: rotate(135deg) translateY(-50%);
	}
	header .menu-area {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        background:#358317;
        z-index: 9999;
        height: calc(100% - 60px);
        overflow-y: scroll;
	}
	header .menu-nav {
		list-style: none;
		padding: 0;
		margin: 0;
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #57ae36;
	}
    header .menu-nav li{
        width:100%;
    }
	header .menu-nav a{
        position: relative;
		color: #fff;
        display: block;
        padding: 15px 4%;
        border-bottom: 1px solid #57ae36;
        font-weight: 500;
	}
    header .menu-nav li.top-btn a{
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
    }
    header .menu-nav li.top-btn a img{
        width:49%;
    }
    header .menu-nav li.top-btn a span{
        color: #333;
        display: inline-block;
        margin-left:20px;
    }
    header .menu-nav li .menu-btn{
        border: 0 none;
        width:100%;
    }
    header .menu-nav li .menu-btn .line{
        background: #fff;
        display: block;
        height: 2px;
        border-radius: 100px;
        position: absolute;
        transition: transform .5s;
        width: 20px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    header .menu-nav li .menu-btn .line-top{
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
    }
    header .menu-nav li .menu-btn .line-bottom{
        bottom: 50%;
        transform: rotate(135deg) translateY(-50%);
    }
    /* ------------------------------------- */
    /* アコーディオン */
    /* クリック領域 */ 
    header .menu-nav .ac-parent { 
        padding: 15px 4%;
        color: #fff;
        border-bottom: 1px solid #54a734;
        cursor: pointer;
        position: relative;
        font-weight: 500;
    }
    /* 擬似要素で下三角形を作成 */ 
    header .menu-nav .ac-parent:after { 
        content: ""; 
        display: inline-block; 
        position: absolute; 
        top: 45%; 
        right: 30px; 
        width: 10px; 
        height: 10px; 
        border-right: 2px solid #fff; 
        border-bottom: 2px solid #fff; 
        transform: translateY(-50%) rotate(45deg); 
        transition: .3s; 
    } 
    /* オープン時にopenクラスを付与 */ 
    header .menu-nav .ac-parent.open:after { 
        transform: rotate(225deg); 
    }
    /* クリックしたら表示される領域 */ 
    header .menu-nav .ac-child { 
        display: none;
        background-color: #f5f5f5; 
    }
    header .menu-nav .ac-child a{
        font-size: 1.3rem;
        font-weight: 400;
        padding:15px 4% 15px 12%;
        border-bottom:1px solid #54a734;
        background:#2e6f15;
    }
    .header .header-overlay{
        background: rgba(0, 0, 0, 0.6);
        height: 100vh;
        position: absolute;
        width: 100%;
    }
}
/* ------------------------------------- */
/*普及啓発開催日ここから */
/* ------------------------------------- */
.date_str {
    display: block;
    margin: 5px 0;
    font-size: 1.3rem;
}
/* ------------------------------------- */
/*普及啓発開催日ここまで */
/* ------------------------------------- */
/* ------------------------------------- */
/*普及啓発フッターここから */
/* ------------------------------------- */
.environmental-footer{
    padding:40px 0;
    color: #fff;
    background: #358317;
}
.environmental-footer .sec-inner{
    display: flex;
    position: relative;
}
.environmental-footer .bg-image3{
    width: 303px;
    position: absolute;
    right: 0;
    top: -130px;
}
.environmental-footer dl{
    width:43%;
    padding-right: 35px;
    font-family: 'Zen Maru Gothic', sans-serif;
}
.environmental-footer dl dt{
    font-size: 2.8rem;
    margin-bottom:25px;
}
.environmental-footer dl dd{
    line-height: 1.7;
    font-weight: 500;
}
.environmental-footer dl dd .address{
    margin-bottom:15px;
    font-size: 1.8rem;
}
.environmental-footer dl dd .c-section{
    margin-bottom:15px;
    font-size: 1.5rem;
}
.environmental-footer dl dd .sel span{
    font-size: 2.2rem;
}
.environmental-footer nav{
    width:57%;
    display: flex;
}
.environmental-footer nav .box{
    padding-left: 20px;
    padding-top:20px;
    border-left:1px solid #57ae36 ;
    width:33.3%;
}
.environmental-footer nav .box .nav-item a{
    display: block;
    color:#fff;
    margin-bottom:20px;
}
.environmental-footer nav .box .nav-item .sub-menu li a{
    display: block;
    font-size: 1.3rem;
    color:#fff;
    margin-bottom:20px;
    margin-left:20px;
}
@media screen and (max-width: 600px) {
    .environmental-footer .sec-inner{
        display: block;
        position: relative;
    }
    .environmental-footer .bg-image3{
        width: 181px;
        top: -80px;
    }
    .environmental-footer dl,
    .environmental-footer nav{
        width:100%;
    }
    .environmental-footer dl{
        padding:0 4%;
        margin-bottom:30px;
    }
    .environmental-footer nav{
        display: block;
        border-top:1px solid #57ae36;
    }
    .environmental-footer nav .box{
        width:100%;
        border-left:0;
        padding-left:0;
        padding-top:0;
    }
    .environmental-footer nav .box .nav-item a{
        display: block;
        margin-bottom:0;
        padding:10px 15px;
        border-bottom: 1px solid #57ae36;
    }
    .environmental-footer nav .box .ac-parent{
        margin-bottom:0;
        padding:10px 15px;
        border-bottom: 1px solid #57ae36;
        position: relative;
    }
    .environmental-footer nav .box .ac-parent:after{
        content: ""; 
        display: inline-block; 
        position: absolute; 
        top: 45%; 
        right: 15px; 
        width: 10px; 
        height: 10px; 
        border-right: 2px solid #fff; 
        border-bottom: 2px solid #fff; 
        transform: translateY(-50%) rotate(45deg); 
        transition: .3s; 
    }
    /* オープン時にopenクラスを付与 */ 
    .environmental-footer nav .box .ac-parent.open:after { 
        transform: rotate(225deg); 
    }
    /* クリックしたら表示される領域 */ 
    .environmental-footer nav .box .ac-child { 
        display: none;
    }
    .environmental-footer nav .box .nav-item .ac-child a{
        border-bottom: 1px solid #57ae36;
        background: #2e6f15;
    }
}

/* ------------------------------------- */
/*パンくずリスト*/
/* ------------------------------------- */
.bread_wrap{
    position: relative;
    padding: 15px 0;
}
.bread_wrap a,.bread_wrap a:visited{
	color:#333;
	display:inline;
}
.bread_wrap ol{
	font-size: 1.2rem;
	margin: 0 auto;
    max-width: 1110px;
}
.bread_wrap ol li{
	display: inline-block;
	color:#333;
    padding-right:0.5em;
}
.bread_wrap ol li:not(:last-of-type) a{
    text-decoration: underline;
}
.bread_wrap ol li:after{
	content: "/";
	color:#333;
    margin-left:0.5em
}
.bread_wrap ol li:last-child:after{
	content:"";
}
@media screen and (max-width:600px){
    .bread_wrap{
        padding: 10px 0;
    }
    .bread_wrap ol{
        margin:0 4%;
    }
    .bread_wrap a,.bread_wrap a:visited{
        color:#333;
        display:inline;
    }
    .bread_wrap ol li{
        margin-bottom :5px;
        font-size: 1rem;
    }
    .bread_wrap ol li:first-child{
        background-size: contain;
        margin-left: 0;
    }
}
/* ------------------------------------- */
/* ページトップボタン */
/* ------------------------------------- */
#page-top{
    position: fixed;
    width: 60px;
    right: 20px;
    bottom:20px;
    z-index: 999;
}
/* ------------------------------------- */
/*下層メインビジュアルここから*/
/* ------------------------------------- */
.ud-layer .mv{
    padding-top:230px;
    position: relative;
}
.ud-layer .mv.category{
    padding-top:587px;
}
.ud-layer .mv::after{
    content: "";
    width:100%;
    height:40px;
    background: rgba(84,167,52,0.85);
    position: absolute;
    bottom:0;
    left:0;
    z-index: 1;
}
.ud-layer .mv h2{
    font-size: 1.8rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    color:#fff;
    position: absolute;
    bottom:0;
    left:0;
    padding-left: calc(calc(100% - 1110px)/2);
    z-index: 2;
}
.ud-layer .mv h2 span{
    font-size: 6rem;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    color:#fff;
    padding-right:20px;
}
@media screen and (max-width: 600px) {
    .ud-layer .mv{
        padding-top:128px;
    }
    .ud-layer .mv.category{
        padding-top:450px;
    }
    .ud-layer .mv::after{
        height: 20px;
    }
    .ud-layer .mv h2{
        font-size: 1.8rem;
        padding-left:4%;
    }
    .ud-layer .mv h2 span{
        font-size: 4rem;
    }
}
/* ------------------------------------- */
/*下層レイアウトここから*/
/* ------------------------------------- */
.ud_layer .sec_inner{
    max-width:1100px;
    margin:0 auto;
}
@media screen and (max-width: 600px) {
    .ud_layer .sec_inner{
        margin:0 4%;
    }
}
/* ------------------------------------- */
/*ページャーのスタイル*/
/* ------------------------------------- */
.pager{
    margin-top:40px;
}
.pager .pager_list{
    display: flex;
    justify-content: center;
}
.pager .pager_list .pager_item{
    width:50px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.8;
}
.pager .pager_list .pager_item.prev,
.pager .pager_list .pager_item.next{
    position: relative;
}
.pager .pager_list .pager_item.prev::after{
    content: "";
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    margin:auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.pager .pager_list .pager_item.next::after{
    content: "";
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin:auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pager .pager_list .pager_item .current{
    background: #42bff9;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
}
.pager .pager_list .pager_item a{
    display: block;
    width: 100%;
    height: 100%;
}
