@charset "UTF-8";
/*-----------------------TOP*/
.top {
	overflow-x: hidden;
}
.top .title_area {
	position: relative;
}
.top .title_area .lead {
	color: #007850;
	font-weight: 400;
	letter-spacing: 0.3em;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0.5em;
}
.top .title_area .section_title {
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.25em;
	position: relative;
}
@media screen and (max-width: 768px) {
	.top .title_area {
		margin-bottom: 3em;
	}
	.top .title_area .section_title {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	.top .title_area .section_title {
		font-size: 2rem;
	}
}
.top .section {
	padding: 60px 0;
}
.top .section .section_inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top .section {
		padding: 50px 0;
	}
}

/*---------------TOPお知らせ*/
.top .top_news {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.top .top_news.fade-out {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.top .top_news.fade-in {
	top: 0;
	opacity: 1;
}
.top .top_news .top_news_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.top .top_news .top_news_inner .flex_box {
	display: flex;
	flex-wrap: wrap;
}
.top .top_news .top_news_inner .flex_box .title_area {
	width: 200px;
	margin-bottom: 0;
}
.top .top_news .top_news_inner .flex_box .contents_area {
	flex: 1;
	padding-left: 4em;
}
.top .top_news .top_news_inner .flex_box .contents_area .news {
	max-height: 360px;
	overflow-y: scroll;
	margin: 0 auto 30px;
}
.top .top_news .top_news_inner .flex_box .contents_area .news dl {
	display: flex;
	flex-wrap: wrap;
	padding: 1.5em;
	border-bottom: 1px dashed #dddddd;
}
.top .top_news .top_news_inner .flex_box .contents_area .news dl dt {
	width: 120px;
}
.top .top_news .top_news_inner .flex_box .contents_area .news dl dd {
	width: calc(100% - 120px);
}
.top .top_news .top_news_inner .flex_box .contents_area .news dl dd a .news_title {
	color: #333333;
	transition: .4s;
}
.top .top_news .top_news_inner .flex_box .contents_area .news dl dd a:hover .news_title {
	opacity: .7;
}
.top .top_news .top_news_inner .flex_box .contents_area .btn_link {
	margin-top: 2em;
	margin-left: auto;
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.top .top_news {
		padding: 60px 0;
	}
	.top .top_news .top_news_inner .flex_box {
		flex-direction: column;
	}
	.top .top_news .top_news_inner .flex_box .title_area {
		width: 100%;
	}
	.top .top_news .top_news_inner .flex_box .contents_area {
		width: 100%;
		padding-left: 0;
		margin-top: 2em;
	}
	.top .top_news .top_news_inner .flex_box .contents_area .news {
		max-height: 180px;
		margin: 0 auto 3em;
	}
	.top .top_news .top_news_inner .flex_box .contents_area .news dl {
		flex-direction: column;
		padding: 1em 10px;
	}
	.top .top_news .top_news_inner .flex_box .contents_area .news dl dt {
		width: 100%;
		margin-bottom: 5px;
	}
	.top .top_news .top_news_inner .flex_box .contents_area .news dl dd {
		width: 100%;
	}
	.top .top_news .top_news_inner .flex_box .contents_area .news_link {
		margin: 0 auto;
	}
	.top .top_news .top_news_inner .flex_box .contents_area .btn_link {
		margin: 2em auto 0;
		font-size: 1.2rem;
	}
}

/*---------------TOP　おすすめの最新情報*/
.top .top_recommend {
	position: relative;
}
.top .top_recommend .section_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.top .top_recommend .flex_box {
	display: flex;
}
.top .top_recommend .flex_box .title_area {
	width: 200px;
	position: relative;
}
.top .top_recommend .flex_box .title_area.fade-out {
	left: -30px;
	opacity: 0;
	transition: 2s;
}
.top .top_recommend .flex_box .title_area.fade-in {
	left: 0;
	opacity: 1;
}
.top .top_recommend .flex_box .title_area .bg_img {
	width: 80%;
	height: auto;
	margin: 3em auto 0;
}
.top .top_recommend .contents_area {
	flex: 1;
	padding-left: 4em;
}
.top .top_recommend .contents_area.fade-out {
	position: relative;
	right: -30px;
	opacity: 0;
	transition: 2s;
	transition-delay: 1s;
}
.top .top_recommend .contents_area.fade-in {
	right: 0;
	opacity: 1;
}
.top .top_recommend .contents_area .item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.top .top_recommend .contents_area .item_wrap a {
	width: 31%;
	margin-right: 3.5%;
}
.top .top_recommend .contents_area .item_wrap a:nth-child(3) {
	margin-right: 0;
}
.top .top_recommend .contents_area .item_wrap a .item .imagebox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
.top .top_recommend .contents_area .item_wrap a .item .imagebox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.top .top_recommend .contents_area .item_wrap a .item .textbox {
	padding: 0.8em 0;
}
.top .top_recommend .contents_area .item_wrap a .item .textbox .item_name {
	line-height: 1.6;
}
@media screen and (max-width: 991px) {
	.top .top_recommend .flex_box {
		flex-direction: column;
	}
	.top .top_recommend .flex_box .title_area {
		width: 100%;
		margin-bottom: 3em;
	}
	.top .top_recommend .flex_box .title_area .bg_img {
		width: 140px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.top .top_recommend .contents_area {
		padding-left: 0;
	}
}
@media screen and (max-width: 480px) {
	.top .top_recommend .contents_area .item_wrap {
		flex-direction: column;
	}
	.top .top_recommend .contents_area .item_wrap a,
	.top .top_recommend .contents_area .item_wrap a:nth-child(3) {
		width: 100%;
		margin: 0 0 20px;
	}
	.top .top_recommend .contents_area .item_wrap a .item .textbox {
		padding: 0.8em 0;
	}
}

/*---------------TOP　ご挨拶*/
.section.message {
	padding: 100px 0;
}
.message {
	position: relative;
}
.message .section_inner {
	position: relative;
}
.message .title_area.fade-out {
	position: absolute;
	top: 0;
	right: -30px;
	opacity: 0;
	transition: 2s;
}
.message .title_area.fade-in {
	right: 0;
	opacity: 1;
}
.message .bg_img {
	width: 80px;
	height: auto;
	position: absolute;
	top: 18%;
	right: 20%;
}
.message .imagebox {
	width: 60%;
	position: relative;
}
.message .imagebox::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #c8e6c8;
	position: absolute;
	left: 50px;
	top: 40px;
	z-index: -1;
}
.message .imagebox.fade-out {
	position: relative;
	left: -30px;
	opacity: 0;
	transition: 2s;
}
.message .imagebox.fade-in {
	left: 0;
	opacity: 1;
}
.message .textbox {
	width: 50%;
	padding: 2em;
	background-color: #ffffff;
	border: 1px solid #007850;
	margin-left: auto;
	margin-top: -20%;
}
.message .textbox.fade-out {
	position: relative;
	right: -30px;
	opacity: 0;
	transition: 2s;
	transition-delay: 1s;
}
.message .textbox.fade-in {
	right: 0;
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.section.message {
		padding: 50px 0;
	}
	.message .title_area.fade-out {
		position: relative;
		right: unset;
		left: -30px;
	}
	.message .title_area.fade-in {
		left: 0;
	}
	.message .bg_img {
		width: 60px;
		top: 1%;
		right: 60%;
	}
	.message .imagebox {
		width: 90%;
	}
	.message .imagebox::before {
		left: 30px;
		top: 30px;
	}
	.message .imagebox.fade-in {
		left: 0;
		opacity: 1;
	}
	.message .textbox {
		width: 100%;
		margin: 40px auto -3%;
	}
	.message .textbox.fade-out {
		position: relative;
		right: -30px;
		opacity: 0;
		transition: 2s;
		transition-delay: 1s;
	}
	.message .textbox.fade-in {
		right: 0;
		opacity: 1;
	}
}
@media screen and (max-width: 480px) {
	.message .bg_img {
		width: 50px;
		right: 40%;
	}
}

/*---------------TOPメニュー*/
.top_menu {
	position: relative;
}
.top_menu .menu_box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.top_menu .menu_box_wrap.fade-out {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
	transition-delay: 1s;
}
.top_menu .menu_box_wrap.fade-in {
	top: 0;
	opacity: 1;
}
.top_menu .menu_box_wrap .menu_box {
	width: 23%;
	margin-bottom: 2%;
}
.top_menu .menu_box_wrap .menu_box a {
	display: block;
	overflow: hidden;
	position: relative;
	transition: .4s;
}
.top_menu .menu_box_wrap .menu_box a:hover {
	opacity: .7;
}
.top_menu .menu_box_wrap .menu_box figure {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.top_menu .menu_box_wrap .menu_box .textbox {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.top_menu .menu_box_wrap .menu_box .textbox .text {
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.5), 0 0 10px rgba(0,0,0,0.3);
}
@media screen and (max-width: 768px) {
	.top_menu .menu_box_wrap .menu_box {
		width: 48%;
	}
	.top_menu .menu_box_wrap .menu_box .textbox .text {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	.top_menu .menu_box_wrap .menu_box .textbox .text {
		font-size: 1.4rem;
	}
}

/*---------------TOP　特に迅速に対応できるエリア*/
.top .area {
	position: relative;
	padding: 60px 0 100px;
	background-image: url("../img/top/bg_area02.png");
	background-size: 400px auto;
	background-repeat: no-repeat;
	background-position: 90% 100%;
}
.top .area .section_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.top .area .flex_box {
	display: flex;
}
.top .area .flex_box .title_area {
	width: 300px;
	position: relative;
}
.top .area .flex_box .title_area.fade-out {
	left: -30px;
	opacity: 0;
	transition: 2s;
}
.top .area .flex_box .title_area.fade-in {
	left: 0;
	opacity: 1;
}
.top .area .flex_box .title_area .bg_img {
	width: 50%;
	height: auto;
	margin: 3em auto 0;
}
.top .area .contents_area {
	flex: 1;
	padding-left: 4em;
}
.top .area .contents_area.fade-out {
	position: relative;
	right: -30px;
	opacity: 0;
	transition: 2s;
	transition-delay: 1s;
}
.top .area .contents_area.fade-in {
	right: 0;
	opacity: 1;
}
.top .area .contents_area .area_name {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.top .area .contents_area .area_child {
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.top .area {
		padding: 30px 0 80px;
		background-size: 300px auto;
	}
	.top .area .flex_box {
		flex-direction: column;
	}
	.top .area .flex_box .title_area {
		width: 100%;
		margin-bottom: 2em;
	}
	.top .area .flex_box .title_area .bg_img {
		width: 120px;
		height: auto;
		margin: -5em 0 0 auto;
	}
	.top .area .contents_area {
		padding-left: 0;
	}
	.top .area .contents_area .area_name {
		font-size: 1.2rem
	}
.top .area .contents_area .area_child {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 480px) {
	.top .area .flex_box .title_area .bg_img {
		width: 100px;
		height: auto;
		margin: -5em 0 0 auto;
	}
}






