@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*{
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}

body{
	width: 100%;
	margin: auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
    background: linear-gradient(90deg, #3DB069 0%, #259667 100%);
    background-repeat: no-repeat;
}

#header.top{
	display: none;
    position: fixed;
    width: 100%;
    background: #ffffff;
	top: 0;
	left: 0;
    z-index: 9999;
}

#header.top ul.nav {
    position: absolute;
    max-width: 240px;
    width: 100%;
    height: 100vh;
    padding-top: .5rem;
    display: block;
	background: #F4F4ED;
	opacity: 0;
	visibility: hidden;
	margin: auto;
	top: 6.25rem;
	right: 0;
	transform: translateX(120%);
	transition: .5s;
}

#header.top ul.nav.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

#header.top ul.nav li{
	margin: 0 0.5rem 0.5rem;
}

.title-box{
    width: fit-content;
    min-height: 6.25rem;
    align-content: center;
    padding: 0.5rem;
}

.title-box h1{
    font-size: 1.5rem;
}

.title-box h1 small{
    font-size: 1rem;
}

.title-box h1 span{
	display: block;
	font-size: .625rem;
}

.hum{
	display: none;
	position: absolute;
	width: 5rem;
	height: 5rem;
	background: #3DB069;
	right: 0.625rem;
	top: 0.625rem;
	cursor: pointer;
}

.hum span{
	position: absolute;
	width: 3rem;
	height: 4px;
	background: #ffffff;
	left: 0;
	right: 0;
	margin: auto;
	transition: .5s;
}

.hum span:nth-child(1){
	top: 1.5rem;
}

.hum span:nth-child(2){
	top: 2.5rem;
}

.hum span:nth-child(3){
	top: 3.5rem;
}

.hum.active span:nth-child(1),
.hum.active span:nth-child(2),
.hum.active span:nth-child(3){
	top: 2.5rem;
}

.hum.active span:nth-child(1){
	transform: rotate(45deg);
}

.hum.active span:nth-child(2){
	transform: rotate(135deg);
}

.hum.active span:nth-child(3){
	transform: rotate(-45deg);
	opacity: 0;
}

#container{
	position: relative;
	display: flex;
	max-width: 1100px;
	width: calc(100% - 4rem);
	background: #ffffff;
	margin: auto;
	filter: drop-shadow(0 0 6px #00000099);
}

#container .side{
	position: relative;
	max-width: 250px;
	width: 100%;
	padding: 1.375rem 1rem;
	background: #F4F4ED;
	top: 0;
}

ul.nav{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 2rem;
}

ul.nav li{
	margin-bottom: 0.625rem;
}

ul.nav li a{
	position: relative;
	display: block;
	min-height: 45px;
	align-content: center;
	padding: 0.5rem 1rem;
	text-decoration: none;
	color: #000000;
	background: #ffffff;
	filter: drop-shadow(0 0 1px #cccccc);
	border-radius: 0.5rem;
	transition: .3s;
}

ul.nav li a::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid #15A6FF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	right: 0.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
}

ul.nav li.selected a,
ul.nav li a:hover{
	background: #329B4D;
	color: #FFEC00;
}

ul.nav li.selected a::before,
ul.nav li a:hover::before{
	border-left-color: #ffffff;
}

.from-box{
	font-size: calc(1rem - 1px);
	padding-top: 1.5rem;
	border-top: 1px solid #CCCCCC;
}

.from-box h4{
	margin-bottom: .75rem;
}
.from-box p:first-of-type {
    margin-bottom: .375rem;
}
.from-box p a {
    color: #000;
    text-decoration: none;
}
.from-box p a:hover {
    text-decoration: underline;
}
#container .content{
	width: calc(100% - 250px);
}

.top-box img{
	display: grid;
	width: 100%;
}

.top-news-bar,.content h1{
	font-size: 1.375rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 100%;
    padding: 1.5rem;
    min-height: 100px;
    align-content: center;
    background: #1E8E4B;
    border-top: 5px solid #11773A;
}

.news{
	padding: 2rem 3.75rem 5rem;
}

.scroll{
	max-height: 275px;
	overflow-y: scroll;
}

dl{
	display: flex;
	flex-wrap: wrap;
}

dl dt{
	width: 145px;
	padding: 1.5rem 6px;
	color: #0A5629;
	border-bottom: 1px solid #CCCCCC;
}

dl dd{
	width: calc(100% - 165px);
	padding: 1.5rem 6px;
	margin-right: 1.25rem;
	border-bottom: 1px solid #CCCCCC;
}

dl dd.tx_red{
	color: #FF0000;
}

footer.site-footer{
	min-height: 35px;
	text-align: center;
	align-content: center;
	font-size: 0.75rem;
	color: #ffffff;
}
.simplebar-track {
    background: #E5E5E5; /* バーの背景色*/
    border-radius: 10px;
    width: 15px !important;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
  opacity:1;
}

.simplebar-track .simplebar-scrollbar::before{
  background: #666666;
}
ul.nav li a.no-page {
	pointer-events: none;
	background-color: #CCCCCC;
	color: #444444;
}
.content .inner {
	padding: 3rem 3.5rem;
    letter-spacing: .04em;
    font-feature-settings: "palt" 1, "trad" 1;
}
.content h1 {
	font-size: 2rem;
	letter-spacing: .06em;
	line-height: 1.25;
	padding: 2.5rem 1rem;
}
.content h2 {
	background-color: #5b9f72;
	border-radius: 10px;
	padding: .75rem;
	text-align: left;
	color: #FFF;
	margin: 2rem auto;
    font-size: 1.5rem;
}
.content h3 {
	border-bottom: 5px solid #11773A;
	padding: .5rem .25rem;
	font-size: 1.375rem;
	margin: 1.5rem auto;
}
.content .inner p {
	line-height: 1.75;
	padding: 0 0 1.5rem 0;
}
.content .inner img {
    width: 100%;
    height: auto;
}
.content .inner.greeting p {
    text-indent: 1rem;
}
.greeting-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-bottom: 3px solid #2D9C55;
    padding: 1rem 0 2rem 0;
    margin: 0 auto 3.5rem auto;
}
.greeting-head .image {
    width: 35%;
    max-width: 240px;
}
.greeting-head .tx {
    width: 60%;
    margin-left: 5%;
}
.greeting-head .tx strong {
    font-size: 1.5rem;
    display: inline-block;
    margin-left: 1rem;
}
@media screen and ( min-width:961px ){
    body.sub #header.top {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    }
    body.sub #header.top .title-box h1 {
        font-size: 2.5rem;
        text-align: center;
    }
    body.sub #header.top .title-box h1 small {
        font-size: 1.75rem;
        margin-right: 1rem;
    }
    body.sub #header.top .title-box h1 span {
        font-size: .8rem;
    }
    body.sub #header.top ul.nav {
        display: none;
    }
}
@media screen and ( max-width:960px ){
	#container {
    	flex-direction: column-reverse;
		margin-top: 6.25rem;
        width: 100%;
	}
	
	#container .side{
		max-width: none;
	}
	
	#container .side ul.nav{
		display: none;
	}
	
	#container .content{
		width: 100%;
	}
	
	#header.top {
		display: block;
	}
	
	.hum{
		display: block;
	}
	
	.from-box {
    	text-align: center;
        border-top: none;
        padding-top: 0;
	}
	
	.news {
	   padding: 2rem 2rem 4rem;
	}
    #header.top ul.nav {
        max-width: initial;
        top: 0;
        padding: 7.25rem 1rem 1rem 1rem;
        background: rgba(244, 244, 244,.9);
    }
    ul.nav li a {
        min-height: inherit;
    }
}

@media screen and ( max-width:768px ){
		
	.title-box h1{
		font-size: 1.25rem;
	}
	
	.title-box h1 small{
		font-size: 0.75rem;
	}
	
	.title-box h1 span{
		font-size: .5rem;
	}
	
    #container {
        width:100%;
	}
		
	dl dt,
	dl dd{
		width: 100%;
		padding: 1rem;
		margin-right: 1rem
	}
	
	dl dt{
		padding-bottom: 0;
		border-bottom: 0;
	}
}
@media screen and ( max-width:640px ){
    .news {
        padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    }
    ul.nav li a {
        padding: .75rem 1rem;
        font-size: 1.1rem;
    }
    .content .inner {
        padding: 1.5rem 1.75rem;
    }
    .greeting-head .image {
        width: 45%;
        margin: 0 auto 1rem auto;
    }
    .greeting-head .tx {
        width: 100%;
        margin: 0 auto;
    }
}