@charset "UTF-8";
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url(../fonts/material-symbols-outlined.woff2) format("woff");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  src: url("../fonts/Noto_Sans_JP/static/NotoSansJP-Regular.ttf") format("TrueType");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  src: url("../fonts/Noto_Sans_JP/static/NotoSansJP-Bold.ttf") format("TrueType");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 900;
  src: url("../fonts/Noto_Sans_JP/static/NotoSansJP-Black.ttf") format("TrueType");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 400;
  src: url("../fonts/Noto_Serif_JP/static/NotoSerifJP-Regular.ttf") format("TrueType");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 700;
  src: url("../fonts/Noto_Serif_JP/static/NotoSerifJP-Bold.ttf") format("TrueType");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 900;
  src: url("../fonts/Noto_Serif_JP/static/NotoSerifJP-Black.ttf") format("TrueType");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

* {
	margin: 0;
	padding: 0;
  box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body,
html {
  padding:0;
  margin:0;
	height: 100%;
}
html {
  font-size: 14px;
  min-height: 100%;
}
body {
  min-width: 320px;
  color: #333;
  overflow-x: hidden;
  overflow-wrap: break-word;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}
.original-gradient {
  width: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 60%, rgba(160, 91, 175, 1) 80%, rgba(123, 27, 136, 1));
  background-position: bottom;
}
.noto-sans-jp-Regular {
  font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-Bold {
  font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.noto-sans-jp-Black {
  font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.noto-serif-jp-Regular {
  font-family: "Noto Serif JP", sans-serif;
	font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-serif-jp-Bold {
  font-family: "Noto Serif JP", sans-serif;
	font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.noto-serif-jp-Black {
  font-family: "Noto Serif JP", sans-serif;
	font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.layout{
	height:100%;
	min-height:100%;
	border-left: 1px solid #009944;
	border-right: 1px solid #009944;
}
body > .layout{
	height:auto;
}
.container {
  max-width: 1200px;
  padding: 0;
  margin:0 auto;
}
a {
	color: #009944;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	opacity: 0.8;
}
br{
	letter-spacing:0;
}
h1,h2,h3,h4,h5,h6,th {
	font-weight:normal;
	font-style:normal;
}
img {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
p {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dt {
  font-weight: normal;
}
dd {
  margin-bottom: 0;
}

a.link_pdf::after {
	margin-left: 5px;
	border: none;
	font-family: "Material Symbols Outlined";
	content: "\e415";
	vertical-align: middle;
}

a.link_site::after {
  margin-left: 5px;
  border: none;
  font-family: "Material Symbols Outlined";
  content: "\e89e";
  vertical-align: middle;
}
header {
	background: rgba(92,0,68,0.7);
	padding: 1rem 0;
	box-shadow: 0 5px 5px rgba(51,51,51,0.5);
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
}
header p {
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.header h1 {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	font-weight: 700;
}
.nav-box {
	width: 340px;
	height: 100vh;
	padding: 20px 40px;
}
.navbar-nav .nav-item {
	margin-bottom: 1rem;
}
.navbar-nav .nav-item a {
	display: block;
	border: 1px solid #790752;
  text-align: center;
  background: #ffffff;
}
.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a.active {
	text-decoration: none;
  background: #790752;
  color: #fff;
	border: 1px solid #790752;
}

.index_maincon {
  width: 100%;
  align-items: center;
  justify-content: center;
	margin: 0;
	padding: 0;
  max-width: 768px;
}
.maincon {
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: 768px;
	background: #fff;
  min-height: 900px;
	margin: 20px 0;
	padding: 1rem;
}
.index_maincon .container .index-bg {
  width: 100%;
  height: 100%;
  background-image: url('../img/bg.jpg'); 
  background-size:cover;
  background-position: top;
  padding: 0;
  min-height: 833px;
  margin-bottom: 40px;
  max-width: 768px;
}
.index_h1 {
  animation: fadeIn 2s ease 1s 1 normal backwards;
  text-align: center;
  padding-top: 40px;
}
.thema {
  animation: fadeIn 3s ease 2s 1 normal backwards;
  text-align: center;
  padding-top: 10px;
}
.index_main_info {
  margin-top: 60px;
	padding:0;
  animation: fadeIn 4s ease 3s 1 normal backwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.index_newsbox {
  background: #fff;
  margin: 50px auto;
}
.index_newsbox h2 {
	font-weight: 700;
	font-size: 1.5rem;
  padding: 1rem 1rem 0 1rem;
}
.index_newsbox .news {
  overflow-y:scroll;
  height: 300px;
  margin: 0;
	padding: 1.5rem 1rem;
	background: #fff;
}
.index_newsbox .news dl {
  display: block;
	padding-bottom: .5rem;
	border-bottom: 1px dashed #1eaa39;
}
.index_newsbox .news dl dt {
  width: 120px;
  float: left;
  clear: left;
	padding: .5rem 0 0 0;
  font-size: .9rem;
}
.index_newsbox .news dl dd {
  margin-left: 120px; 
	padding: .5rem 0 0 0;
}
footer {
	font-size: .9rem;
	text-align: center;
  background: rgba(101,8,89,1.0);
  color: #fff;
	padding: 20px 0;
}
footer .footer_info01 dl dt {
	margin-right: 20px;
	min-width: 100px
}
footer .footer_info01 dl dd {
	text-align: left;
	margin-top: 1rem;
}
footer .footer_info01 dl dd h6 {
	font-weight: 700;
	font-size: 1.2rem;
}
footer .copy {
	font-size: .8rem;
}
.maincon h2 {
	background: #5c0044;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1rem;
	border-bottom: 10px double #fff;
}
@media screen and (max-width: 1320px) {
	header p {
		margin-right: 1rem;
	}
}
@media screen and (min-width: 992px) {
  body { 
    padding-top: 45px; 
  }
  .hamburger-container {
    display: none; }
  .br-xl {
    display: block; }
  .hamburger-container {
    display: none; }
}
@media screen and (max-width: 1200px) {
	footer {
		padding: 20px;
	}
	.nav-box {
		width: 300px;
		height: 100vh;
		padding: 20px;
	}
	.maincon {
		margin: 20px;
	}
}
@media screen and (max-width: 991px) {
	header {
		padding: 1.5rem 0;
		height: 60px;
	}
  body { 
    padding-top: 60px; 
  }
	header p {
		text-align: end;
	}
	.header h1 {
		font-size: 1rem;
		text-align: end;
		font-weight: 700;
		margin-right: 1rem;
	}
	.offcanvas {
		overflow-y: scroll;
	}
  .navbar-toggler {
    border: 1px solid rgba(255,255,255,0.5);
  }
 .navbar-fixed-top {
    position: fixed;
    top: 0;
		left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
		padding: 0;
		margin-bottom: 0;
		height: 60px;
  }
	.navbar-brand,
	.navbar-brand:hover{
		color: #fff;
		font-size: 12px;
	}
	.navbar-brand {
		margin-left: 1rem;
	}
	.nav-box {
		display:inherit;
		width: auto;
		border-right:none;
		padding: 0;
		margin-left: 0;
	}
	.offcanvas-header {
		color: #fff;
		background: #790752;
	}
	.offcanvas-header .offcanvas-title {
		font-size: .9rem;
	}
	.offcanvas-header button.btn-close {
		border: 2px solid #333;
	}
	.navbar-nav .nav-item a {
		display: block;
	}
	.index_maincon {
		margin: 0 auto;
	}
	.maincon {
		min-height: 500px;
	}
}

@media screen and (max-width: 700px) {
	.index_h1 {
 	 padding-top: 20px;
	}
	.index_h1 img {
		width: 90%;
	}
	.thema img {
		width: 70%;
	}
	.index_main_info {
 	 margin-top: 60px;
	}
	.index_maincon .container .index-bg {
		min-height: 760px;
  	background-position: bottom right;
	}
}
@media screen and (max-width: 576px) {
	.original-gradient {
		width: 100%;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%, rgba(160, 91, 175, 1) 70%, rgba(123, 27, 136, 1));
		background-position: bottom;
	}
	.index_main_info {
  	margin-top: 20px;
	}
	.index_main_info img {
			width: 80%;
	}
	.index_maincon .container .index-bg {
		min-height: 550px;
	}
}