@charset "utf-8";
/*-----------------------------------------------------

	top.css
	TOPpage CSS

------------------------------------------------------*/


/*-----------------------------------------------------
	header　
-----------------------------------------------------*/


#main_visual {
	width: 100%;
}

.swiper-container {
	overflow: visible;
	margin-bottom: 30px;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

.swiper-pagination-bullet {
	width: 50px;
	height: 5px;
	opacity: 1;
	background: #404040;
	border-radius: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #de5e51;
}

.swiper-pagination {
	text-align: right;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: -17px;
	padding-right: 85px;
}

@media screen and (min-width: 768px) {

.swiper-slide h2 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: bold;
	font-size: 2.5em;
	position: absolute;
	top: 55%;
}

.swiper-slide h2 span {
	display: inline-block;
	padding: 20px;
	background: #fff;
	line-height: 1;
	margin-bottom: 15px;
}

.swiper-slide p {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: bold;
	font-size: 3em;
	position: absolute;
}

#slide_txt_02 {
	top: 62%;
	left: 120px;
	color: #fff;
	text-shadow: 0px 0px 8px #000, 0px 0px 8px #000;
}

#slide_txt_03 {
	top: 70%;
	right: 155px;
	color: #fff;
	text-shadow: 0px 0px 15px #000, 0px 0px 15px #000;
}

#slide_txt_04 {
	top: 62%;
	left: 120px;
	color: #fff;
	text-shadow: 0px 0px 15px #000, 0px 0px 15px #000;
}

#slide_txt_05 {
	top: 70%;
	right: 155px;
	color: #fff;
	text-shadow: 0px 0px 15px #000, 0px 0px 15px #000;
}

}

/*-----------------------------------------------------
	contents　
-----------------------------------------------------*/

#issei_message {
	width: 1280px;
	margin: 0 auto 30px;
	padding: 28px 0 30px 435px;
	font-size: 2em;
	line-height: 2;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #67806a;
	position: relative;
}

#illust_deer {
	position: absolute;
	left: 260px;
	top: -80px;
	z-index: 999;
}



/*----- news -----*/

#news {
	padding-bottom: 80px;
}

#news.sect_box {
	padding-bottom: 0;
	border-bottom: none;
}

#news h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 3.6em;
	color: #67806a;
	font-weight: 700;
	margin-bottom: 10px;
}

.news_box {
	width: 100%;
	padding: 45px;
	background: #fff;
}

.news_box_inner {
	overflow: auto;
	max-height: 170px;
}

.news_box dl {
	overflow: hidden;
	clear: both;
	font-size: 1.6em;
	margin-bottom: 10px;
}

.news_box dt, .news_box dd {
	float: left;
}

.news_box dt {
	width: 810px;
}

.news_box dd {
	width: 140px;
}

.news_box dt a:link, .news_box dt a:visited, .news_box dt a:hover {
	text-decoration: underline;
}

.sect_box {
	padding: 55px 20px;
	border-bottom: solid 1px #67806a;
}

.sect_box h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 2.8em;
	font-weight: 700;
	margin: 10px 0;
}

.sect_photo {
	height: 266px;
	text-align: center;
	position: relative;
}

@media screen and (min-width: 768px) {

.sect_photo img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

}

.sect_text {
	width: 635px;
}

.sect_text p {
	font-size: 1.8em;
	margin-bottom: 30px;
}

.photo_R h4 {
	width: 635px;
	float: left;
}

.photo_R .sect_text {
	float: left;
}

.photo_R .sect_photo {
	width: 400px;
	float: right;
}

.photo_L h4 {
	width: 635px;
	float: right;
}

.photo_L .sect_text {
	float: right;
}

.photo_L .sect_photo {
	width: 400px;
	float: left;
}

#report h4 {
	color: #67806a;
	font-size: 3.6em;
	margin-bottom: 20px;
}

#report .btn_more {
	margin: 0 auto;
}
/*-----------------------------------------------------

	SP layout

------------------------------------------------------*/


@media screen and (max-width: 767px) {



/*-----------------------------------------------------
	SP header
------------------------------------------------------*/

.swiper-pagination-bullet {
	width: 30px;
	background: #fff;
}

.swiper-slide img {
	width: 150%;
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}

.swiper-slide h2 {
	width: 100%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	padding: 10px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
}

.swiper-slide p {
	width: 100%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: bold;
	font-size: 1.6rem;
	color: #fff;
	text-align: right;
	padding: 10px;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
	position: absolute;
	top: inherit;
	bottom: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	padding-right: 10px;
}

/*-----------------------------------------------------
	SP contents
------------------------------------------------------*/

#issei_message {
	width: 100%;
	padding: 0 0 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 15px;
}

#illust_deer {
	width: 80px;
	left: 0px;
	top: -120px;
}

.sect_box {
	margin-top: 20px;
	padding: 0 0 20px;
}

body#top .sect_box h2 {
	font-size: 2.8rem;
	margin-bottom: 10px;
}

#news {
	padding-bottom: 0;
}

#news h4 {
	font-size: 2.4rem;
	margin-top: 0;
}

.news_box {
	margin-bottom: 30px;
	padding: 15px;
}

.news_box dl {
	font-size: 1.4rem;
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
}

.news_box dd {
	width: 100%;
	float: none;
	margin-bottom:5px;
}

.news_box dt {
	width: 100%;
	float: none;
}

#report h4 {
	font-size: 2.4rem;
	margin-bottom: 10px;
}

#report.sect_box {
	margin-top: 0;
}

.report_list {
	display: block;
}

.report_list dl {
	margin: 0 auto 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

.report_list dl:last-child {
	border-bottom: none;
}

.report_list dl:nth-of-type(3n) {
	margin-right: auto;
}

.report_list dl .report_photo {
	height: 200px;
}

.report_meta {
	margin-top: 10px;
	font-size: 1.3rem;
}

.report_category li a {
	height: 23px;
	line-height: 23px;
}

.report_list dt {
	font-size: 1.5rem;
	margin-top: 7px;
}

@media screen and (max-width: 320px) {
	.news_box dl {
		font-size: 1.4rem;
	}

}

.sect_text {
	width: 100%;
}

.photo_R .sect_text, .photo_L .sect_text {
	float: none;
}

.sect_box h4 {
	font-size: 1.8rem;
}

.sect_photo {
	height: auto;
}

.photo_R .sect_photo, .photo_L .sect_photo {
	width: 100%;
	margin-bottom: 10px;
	float: none;
}

.photo_R h4, .photo_L h4 {
	width: 100%;
	float: none;
}

.sect_text p {
	width: 100%;
	font-size: 1.4rem;
	padding: 10px 0;
	margin-bottom: 10px;
}

#certification .sect_photo {
	background: #fff;
}

#certification .sect_photo img {
	width: 181px;
}









}