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

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

body{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	background: #F7F1DA;
	margin: auto;
}

h1,h2,h3,h4,h5,h6{
	line-height: 100%;
}

ol, ul{
	list-style: none;
	margin: unset;
	padding: unset;
}

picture,
img{
	display: inherit;
	width: 100%;
}

p{
	width: 100%;
	margin: unset;
}

a{
	text-decoration: none;
	color: #000000;
}

.sp_540{
	display: none;
}

#header{
	position: relative;
	z-index: 2;
}

#header .head_img{
	width: 1100px;
	margin: auto;
}

.top_area.main{
	background-size: cover;	
}

.top_area .cl2 {
	max-width: 1100px;
	display: flex;
	margin: auto;
	justify-content: space-between;
}

.nav{
    width: 250px;
    margin: 0;
	background-color: #005AAB;
}

.nav ul{
	padding: 30px 10px;
	padding-right: 20px;
	margin-right: 0;
	margin-left: auto;
	width: 100%;
}

.nav.top0 ul{
	padding-top: 0;
}

.nav ul li{
	margin-bottom: 12px;
}

.nav ul li:last-child{
	margin-bottom: none;
}

.nav ul li a{
	position: relative;
    display: block;
    width: 100%;
    min-height: 50px;
    font-size: 15px;
    background: #ffffff;
    line-height: 100%;
    text-align: justify;
    word-break: auto-phrase;
    padding: 1rem 30px;
    padding-right: 0.75rem;
	border-radius: 6px;
    align-content: center;
    transition: .3s;
}

.nav ul li:last-child a{
	border: none;
}

.nav ul li a.selected,
.nav ul li a:hover{
	font-weight: 700;
	color: #006428;
	background: #FFF000;
}

.nav ul li a::before{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1.125rem;
	left: 0.5rem;
	background-image: url(../images/menu_arr_off.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: .3s;
}

.nav ul li a.selected::before,
.nav ul li a:hover::before{
	background-image: url(../images/menu_arr_on.png);
}

.nav .poster-dl {
	margin: 0 auto;
	width: 100%;
	padding: .5rem 0 2rem 0;
	max-width: 220px;
}
.nav .poster-dl .title {
	border: 2px solid #FFF000;
	border-radius: 5px;
	padding: .5rem;
	text-align: center;
	color: #FFF000;
	position: relative;
}
.nav .poster-dl .title::after,.nav .poster-dl .title::before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.nav .poster-dl .title::after{
    border-color: rgba(0, 90, 171, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#005AAB;
}
.nav .poster-dl .title::before{
    border-color: rgba(255, 240, 0, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color:#FFF000;
}

.nav .poster-dl .image {
	margin: 1.5rem auto 0 auto;
}
.nav .poster-dl .image img {
	width: 100%;
	height: auto;
	border: 3px solid #FFF;
}

#container {
	position: relative;
	z-index:1;
}

#container::before {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vw;
	background-image: url(../images/bg-wave.jpg);
	background-position: center;
    top: 0;
    left: 0;
	z-index: -1;
}

#container .content.top{
	width: 850px;
}

.cl2 .cont_area.sub .cl2.greet{
	width: 750px;
	position: relative;
    padding: 50px 15px;
	margin-bottom: 40px;
    align-items: center;
	border-bottom: 3px solid #e2e2e2;
}

.cl2 .cont_area.sub .cl2.greet::before{
	content: "";
	position: absolute;
	width: 200px;
	height: 3px;
	background: #0FA36A;
	left: 0;
	bottom: -3px;
}

.cl2 .cont_area.sub .cl2.greet .img_box{
	width: 220px;
	margin-right: 50px;
}

.cl2 .cont_area.sub .cl2.greet .tx_box{
	width: calc(100% - 270px);
}

.cl2 .cont_area.sub .cl2.greet .tx_box h3{
	font-weight: 500;
	font-size: 1.5rem;
    line-height: 2rem;
}

.cl2 .cont_area.sub .cl2.greet .tx_box h3 small{
	display: block;
	font-size: 14px;
    line-height: 1.75rem;
	font-weight: 400;
}

.cl2 .cont_area.sub .cl2.greet .tx_box h3 span{
	display: block;
	font-size: 15px;
    line-height: 2rem;
    margin-top: 0.5rem;
	font-weight: 400;
}

.greet_box{
	padding: 3rem 20px 28px;
}

.greet_box p{
	text-indent: 1.125rem;
	line-height: 200%;
	margin-bottom: 1.25rem;
	text-align: justify;
	letter-spacing: 0.75px;
}

.greet_box p:last-child{
	margin-bottom: 6rem;
}

.topics {
    padding: 0 1.5625rem 1.5625rem;
    height: fit-content;
    background: #ffffff;
}

h3{
	position: relative;
	min-height: 100px;
	align-content: center;
	padding: 0 0 0 1.5rem;
    font-size: 1.75rem;
	color: #ffffff;
	background: #104784;
	border-bottom: 5px solid #0C5AAF;
}

.topics .toplcs_list{
	min-height: 330px;
    padding-top: 2.25rem;
    padding-left: .625rem;
	color: #000000;
	background: #ffffff;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.topics .toplcs_list ul{
    font-size: 1rem;
    max-height: 260px;
    overflow-y: scroll;
}
.topics .toplcs_list ul li{
    display: flex;
    width: calc(100% - 1.5rem);
	min-height: 65px;
	padding: 1.25rem;
	line-height: 1.5rem;
	border-bottom: 1px dotted #999999;
}

.topics .toplcs_list ul li span{
    min-width: 160px;
	color: #0A5629;
}

.topics .toplcs_list ul li a{
	text-decoration: underline;
    color: #06A502;
}

.topics .toplcs_list ul li p.limit{
	color: #ff0000;
}

.content.sub{
	width:850px;
	background: #ffffff;
	padding: 20px 25px 100px;
}

.greet_box{
	display: flex;
	justify-content: space-between;
    align-items: end;
	border-bottom: 1px solid #7FD2EF;
	margin-bottom: 2rem;
}

.greet_box h4{
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1.875rem;
}

h4 small{
	display: block;
	font-weight: 400;
	font-size: 14px;
}

h4 span,
h4 small.tx_16{
	font-size: 1rem;
}

h4 span{
	font-weight: 400;
	margin-right: 20px;
}

h4 small.tx_16{
	margin-bottom: 1.5rem;
}

.greet_box .img_box{
	width: 220px;
}

.greet_tx{
	padding: 0 25px;
	padding-left: 12px;
}

.greet_tx p{
	line-height: 200%;
    letter-spacing: 1px;
	text-align: justify;
	word-break: auto-phrase;
	margin-bottom: 2rem;
}

.greet_tx p:last-child{
	margin-bottom: 0;
}

.view_box h5{
	min-height: 70px;
	text-align: left;
	font-size: 1.375rem;
	align-content: center;
	padding: 1rem;
	background: linear-gradient(90deg,rgba(165, 214, 246, 1) 0%, rgba(193, 225, 244, 1) 25%, rgba(195, 225, 244, 1) 100%);
}

.view_box p,
.view_box ul{
	padding: 15px 15px 40px;
	letter-spacing: 1px;
}

.view_box p{
	line-height: 1.75rem;
}

.view_box p:last-child{
	padding-bottom: 0;
}

.view_box ul li{
	position: relative;
	padding: 5px 0;
	padding-left: 1.25rem;
	line-height: 1.5rem;
}

.view_box ul li::before{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: #B7DCED;
	border-radius: 100%;
	left: 0;
	top: 1rem;
}

.view_box ul li small{
	font-size: 15px;
}

span.tx_15{
	font-size: 15px;
}

#footer{
	position: relative;
	background: linear-gradient(90deg,rgba(165, 214, 246, 1) 0%, rgba(193, 225, 244, 1) 25%, rgba(195, 225, 244, 1) 100%);
	z-index: 1;
}

#footer dl.contact-box{
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	width: 100%;
	margin: auto;
	padding: 3.75rem 1rem;
}

#footer dl.contact-box dt{
	width: 110px;
	min-height: 35px;
	height: fit-content;
	text-align: center;
	line-height: 1.5rem;
	align-content: center;
	background: #FFF000;
	border: 1px solid #009844;
	border-radius: 5px;
	margin: 0 25px;
}

#footer dl.contact-box dd{
	width: calc(50% - 160px);
	line-height: 1.5rem;
}


#footer dl.contact-box dd.single{
	width: calc(100% - 160px);
	margin-bottom: 30px;
}

#footer .copyright{
	padding: 0.75rem;
	text-align: center;
	font-size: 0.75rem;
	background-image: url(../images/bg-wave.jpg);
	background-position: center;
}
.nav ul li a.no-page {
	pointer-events: none;
	background-color: #CCCCCC;
	color: #444444;
}
.nav ul li a.no-page::before {
	opacity: .65;
}
ul.slash {
	width: 100%;
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	max-width: 800px;
}
ul.slash li {
	position: relative;
	padding-right: 1.25rem;
}
ul.slash li::after {
	position: absolute;
	right: 0;
	top: 0;
	content: '／';
}
ul.slash li:last-child::after {
	display: none;
}
.sub-header {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/sub-header-bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	background-color: #005AAB;
}
.sub-header .image {
	width: 30%;
	max-width: 360px;
	margin: 0;
	padding: 0;
}
.sub-header .image img {
	width: 100%;
	height: auto;
}
p a,dd a {
	word-break: break-all;
}
body.home .cont_area {
	background-color: #FFF;
}
.smp-bottom {
	margin: 0 auto;
	padding: 3rem 1rem;
}
.smp-bottom .movie {
	margin: 0 auto 1.5rem auto;
	width: 96%;
	max-width: 720px;
	position: relative;
}
.smp-bottom .m-title {
	text-align: center;
	width: 96%;
	max-width: 720px;
	margin: 0 auto;
	padding: .75rem 1rem;
	background-color: #000;
	font-weight:700;
	color: #FFF;
	font-size: 1.125rem;
}
.smp-bottom .movie::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	content: '';
	background-image: url(../images/movie-btn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 60px;
	height: 60px;
	width: 10%;
	height: 100%;
	pointer-events: none;
}
.smp-bottom .movie img {
	width: 100%;
	height: auto;
}
.smp-bottom .pdf {
	width: 90%;
	margin: 0 auto;
	max-width: 320px;
	padding-top: 1rem;	
}
.smp-bottom .pdf a {
	display: block;
	border-radius: 15px;
	text-decoration: none;
	color: #FFF;
	padding: 1.5rem 1rem 1.5rem 4.5rem;
	text-align: left;
	font-weight: 500;
	font-size: 1.125rem;
	background-color: #104784;
	letter-spacing: 0.06em;
	position: relative;
}
.smp-bottom .pdf a::before {
	position: absolute;
	left: 17px;
	top: 17px;
	content: '';
	width: 36px;
	height: 40px;
	background-image: url(../images/icon-pdf.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
@media screen and (min-width:1101px){
	.sub-header {
		padding-left: 40px;
	}
	.smp-bottom {
		display: none;
	}
}
@media screen and (max-width:1100px){
	.top_area .cl2 {
		width: 100%;
		flex-wrap: wrap;
	}
	.nav,#container .content.top,.cont_area {
		width: 100%;
	}
	.nav ul {
		display: flex;
		flex-wrap: wrap;
		padding: 30px 10px;
	}
	.nav ul li {
		margin-bottom: 12px;
		width: calc(100% / 3);
		padding: 0 .5rem;
	}
	#footer dl.contact-box dt,#footer dl.contact-box dt.single {
		width: 20%;
		margin: 0 3% 0 0;
	}
	#footer dl.contact-box dd,#footer dl.contact-box dd.single {
		width: 77%;
		margin: 0 0 1.5rem 0;
	}
	#footer dl.contact-box dd:last-child {
		margin: 0;
	}
	.nav .poster-dl {
		padding-top: 0;
		display: none;
	}
	#container::before {
		display: none;
	}
	#footer .copyright {
		background-image: none;
	}
	body {
		background-image: url(../images/bg-wave.jpg);
		background-position: left top;
	}
	#footer {
		background: transparent;
	}
	#footer dl.contact-box {
		background: linear-gradient(90deg,rgb(165, 214, 246) 0%, rgb(193, 225, 244) 25%, rgb(195, 225, 244) 100%);
	}
	#container {
		z-index: 2;
	}
	.sub-header {
		background-image: none;
		justify-content: center;
		height: auto;
		padding: 1rem 0;
	}
	.sub-header .image {
		width: 100%;
		max-width: 280px;
	}
	.content.sub {
		width: 100%;
	}
	/* simplebar用 */
	.topics .toplcs_list ul{
		font-size: 1rem;
		max-height: 260px;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.topics .toplcs_list ul::-webkit-scrollbar {
	  display: none;
	}
	.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;
	}
	.topics .toplcs_list {
		min-height: 200px;
	}
}
@media screen and (max-width:960px){
	ul.slash li {
		padding: 0;
		width: 100%;
	}
	ul.slash li::after {
		display: none;
	}
}
@media screen and (max-width:768px){
	.nav ul li {
		width: calc(100% / 2);
	}
	.topics .toplcs_list ul li {
		flex-wrap: wrap;
	}
	.topics .toplcs_list ul li span {
		width: 100%;
	}
	.poster-box {
		background-color: #1B91FE;
		padding-top: 2rem;
	}
	.greet_box {
		flex-wrap: wrap;
	}
	.greet_box .tx_box {
		width: 68%;
	}
	.greet_box .img_box {
		width: 30%;
		margin: 0 0 0 2%;
	}
}
@media screen and (max-width:640px){
	.topics {
		padding: 0 1rem;
	}
	.topics .toplcs_list {
		padding-top: 1.5rem;
	}
	.topics .toplcs_list ul li {
		padding: 1rem 0.5rem;
	}
	.topics h3 {
		padding: 1.5rem 1rem;
		min-height: initial;
		font-size: 1.5rem;
		letter-spacing: 0.06em;
	}
	.nav ul {
		padding: 10px 5px;
	}
	.nav ul li a,.nav .poster-dl .title {
		font-size: 14px;
	}
	.nav .poster-dl .image {
		max-width: 160px;
	}
	.sub-header {
		justify-content: flex-start;
		padding: .5rem 70px .5rem .5rem;
	}
	.sub-header .image {
		padding: 0;
		max-width: 180px;
	}
	.greet_box .img_box {
		order: 1;
		width: 60%;
		max-width: 200px;
		margin: 0 auto 1.5rem auto;
	}
	.greet_box .tx_box {
		width: 100%;
		order: 2;
	}
	.content.sub {
		padding: 1.5rem 1rem 5rem 1rem;
	}
	.content.sub h3 {
		font-size: 1.5rem;
		padding-left: 1rem;
		min-height: 90px;
	}
	.greet_box {
		padding: 3rem .5rem 2rem .5rem;
	}
	.view_box h5 {
		min-height: 60px;
		font-size: 1.25rem;
		padding: .5rem 1rem;
	}
}
@media screen and (max-width:480px){
	#footer dl.contact-box {
		font-size: .9rem;
	}
	#footer dl.contact-box dt, #footer dl.contact-box dt.single {
		width: 100%;
		margin: 0 0 .5rem 0;
	}
	#footer dl.contact-box dd, #footer dl.contact-box dd.single {
		width: 100%;
	}
	#footer .copyright {
		text-align: left;
	}
	.smp-bottom .pdf {
		max-width: 280px;
	}
	.smp-bottom .m-title,.smp-bottom .pdf a {
		font-size: 1rem;
	}
	.smp-bottom .pdf a::before {
		width: 25px;
		height: 28px;
		left: 14px;
		top: 14px;
	}
	.smp-bottom .pdf a {
		border-radius: 12px;
		padding: 1rem 1rem 1rem 3.25rem;
	}
}