@charset "UTF-8";




.entry-content h1,
.entry-content h2 {
	width: fit-content;
	font-family: var(--font_style_1);
	font-size: min(5vw, 1.8rem);
	font-weight: 600;
	color: var(--main-color);
	letter-spacing: .2rem;
	line-height: 1.5;
	border-bottom: 5px solid var(--main-color);
	margin: 16px auto 45px;
	padding: 0 0 8px;
}





.entry-content h3 {
	font-family: var(--font_style_1);
	font-size: 1.2rem;
	text-indent: .3em;
	font-weight: 600;
	text-align: center;
	margin: 0 auto 16px;
}

.entry-content p {
	width: 80%;
	font-size: min(5vw, 1.1rem);
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: .1rem;
	margin: 0 auto 18px;

}

.txt_center {
	text-align: center;
}

.top_img_box {
	background: #051f74;
	position: relative;
}

.top_img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.top_img img.slide {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
	animation: animationZoom 3s ease-in-out forwards;
}

@keyframes animationZoom {
	100% {
		transform: scale(1.02)
	}
}






/*左寄*/

.top_img .slide-text {
	position: absolute;
	color: #000;
	z-index: 10;
	width: 100%;
	top: 30%;
	bottom: 0;
	left: 0;
	text-align: left;

}

.top_img .slide-text .yoko-text {
	width: 45%;
	background: #f5f5f591;
	border-radius: 21px;
	padding: 21px;
	margin-left: 16px;
}

.top_img .slide-text .yoko-text h3 {
	font-family: var(--font_style_2);
	font-weight: 700;
	font-size: clamp(1.1rem, -0.504rem + 7.83vw, 2rem);
	letter-spacing: .2rem;
	color: #000;
	margin-bottom: .75rem;
	margin-left: 21px;
}






.top_img .slide-text .yoko-text p {
	font-family: var(--font_style_2);
	font-weight: 500;
	font-size: clamp(1.1rem, 4vw, 1.3rem);

	margin-left: 0;
	margin-bottom: 1rem;
	padding: 0 32px;
}

.top_img .slide-text .yoko-text p br {
	content: "";
	display: block;
	margin-top: 1rem;

}


.slideinBottom {
	animation: slideinBottom 4s 1;
}

@keyframes slideinBottom {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}



/*スタート時間*/
.delay-time02 {
	animation-delay: 0.3s;
}

.delay-time03 {
	animation-delay: 0.6s;
}

/*ヘッドライン部分*/
.head_line_box {
	width: min(96%, 1280px);
	display: flex;
	justify-content: center;
    align-items: center;
	column-gap: 30px;
	margin: auto;
}

.head_line a {
	color: #f5f5f5;
	text-decoration: none;
}

.head_line {
	position: relative;
}

.head_line .guide {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #464a1e;
	padding: 10px 0 0;
}

.head_line .guide h3 {
	letter-spacing: .1rem;
}

#main {
	width: 100%;
	margin: 0 auto;
}



.entry-content {
	width: 100%;
	margin: auto;
}

section .box {
	width: min(96%, 1280px);
	margin: 32px auto;
}








/*お知らせ*/
/*トピックス*/

.info_box {
	width: min(96%, 1024px);
	background-color: #fff;
	border-radius: 32px;
	margin: 50px auto 75px;
	padding: 32px;
}


.info_box .info_text {

	margin: 0 auto .75rem;
}

.info_box .info_text .info_content  {
	display: flex;
	justify-content: space-between;
	align-items:center;
	position: relative;
	font-family: var(--font_style_1);
	font-optical-sizing: auto;
	font-style: normal;
	text-indent: .5rem;
	border-bottom: 1px dotted #333;
	line-height: 2.5;

}

.info_box .info_text  a {
	text-decoration: none;
	display: block;
	color: #333;
	padding: 21px 0;
}

.info_box .info_text .info_content .title h3{
	display: inline-block;
	font-weight: 600;
	font-size: 1.3rem;
}


.info_box .info_text .info_content .title .icon{
	width: fit-content;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	background-color: var(--sub-color);
	border-radius: 12px;
	text-indent: 0;
	padding: 0 6px ;
	margin-right: 16px;
}

.info_box .info_text .info_content .title .date {
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	width: fit-content;
	margin-right: 21px;
}

.info_box .info_text .info_content .thumb{
	width: 150px;
	margin-right: 32px;
}

.info_box .info_text .info_content a::after {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	width: .3rem;
	height: .3rem;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	margin-right: 10px;

}

.info_box .more {
	text-align: right;
	font-family: var(--font_style_1);
	font-weight: 400;
		margin: 2rem 0 0;
}

.info_box .more a {
	text-decoration: none;
	border: 1px solid #333;
	color: #333;
	padding: 6px;

}





@media only screen and (max-width: 418px) {
	/*スマホサムネイル*/













}

@media only screen and (min-width: 419px) and (max-width: 1023px) {
	/*タブレットサムネイル*/




}


@media only screen and (max-width: 736px) {
	/*スマホ*/



	.top_img {
		position: relative;
		width: 100%;
		max-width: 100%;
	}



	.top_img img.slide {
		position: relative;
	}

	.top_img .slide-text {
		position: relative;
		width: 90%;
		color: #000;
		z-index: 10;
		margin: -55px auto 0;
	}

	.top_img .slide-text .yoko-text {
		width: 100%;
		margin: 0;
	}

	.top_img .slide-text .yoko-text h3 {
		font-size: clamp(1.2rem, 4vw, 1.5rem);
	}



	/*左寄*/

	.top_img .slide-text .yoko-text p {
		font-size: clamp(1rem, 5vw, 1.1rem);
		margin: .75rem auto 1rem;
		padding: 0;
	}

	/*ヘッドライン部分*/
	.head_line_box {
		width: 90%;
		display: block;
		margin: auto;
	}

	.head_line {
		margin: 0 auto 32px;
	}

	/*お知らせ*/
	.info_box .info_text {
		width: 100%;
		margin: auto;
	}

	.info_box .info_text li {
		text-indent: 0;
		line-height: 1.5;
		margin-top: .75rem;

	}

	.info_box .info_text li .date {
		display: block;
		font-size: 14px;
		width: auto;
	}

	/*お知らせ*/

	.info_box {
	background-color: #ffffffb4;
	border-radius: 0;
	margin: 50px auto ;
	padding: 18px;
}


.info_box .info_text .info_content  {
	position: relative;
	display: block;
    margin-bottom: 21px;
}

.info_box .info_text  a {
	text-decoration: none;
	display: block;
	color: #333;
	padding: 0;
}

.info_box .info_text .info_content .title h3{
	display: block;
	text-align: left;
	line-height: 1.6;;
	font-weight: 500;
	font-size: 1rem;
	margin-top: 30px;
}


.info_box .info_text .info_content .title .icon{
	width: fit-content;
	display: block;
	text-indent: 0;
	padding: 0 6px ;
	margin-right: 0;
}

.info_box .info_text .info_content .title .date {
	display: block;
	font-weight: 500;
	font-size: 13px;
	width: fit-content;
	margin-right: 0;
}

.info_box .info_text .info_content .thumb{
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
    
}





}

/*スマホ*/


@media only screen and (min-width: 737px) and (max-width: 1280px) {

	.top_img {
		position: relative;
		width: 100%;
		max-width: 100%;
	}



	.top_img img.slide {
		position: relative;
	}

	.top_img .slide-text {
		position: relative;
		width: 90%;
		color: #000;
		z-index: 10;
		margin: -55px auto 0;
	}

	.top_img .slide-text .yoko-text {
		width: 100%;
		margin: 0;
	}

	.top_img .slide-text .yoko-text h3 {
		font-size: clamp(1.5rem, 4vw, 1.7rem);
	}



	/*左寄*/

	.top_img .slide-text .yoko-text p {
		font-size: clamp(1rem, 5vw, 1.1rem);
		margin: .75rem auto 1rem;
		padding: 0;
	}





}