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

body {
	font-family:/*"source-han-sans-japanese","fot-cezanne-pron",sans-serif,*/"Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-size:15px;
	line-height: 1.5;
	font-weight: 900;
	color: #000000;
	text-align: justify;
	font-style: normal;
}
*{vertical-align: top; box-sizing: border-box; word-break: break-all;}

#wrapper {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.h1 {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.sp_img {display: none;}
img{width: 100%;}
.br_sp {display: none;}

@media screen and (max-width: 750px) {
	.pc_img {display: none;}
	.sp_img {display: block;}
	.br_sp {display: none;}
}

/********************************

mv

********************************/

#mv {
	background: url(../img/mv.jpg) top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 677px;
	transition: all 0.3s;
}

@media screen and (max-width: 1000px) {
	#mv {height: 510px;}
}
@media screen and (max-width: 750px) {
	#mv {
		background: url(../img/mv_sp.jpg) top center no-repeat;
		background-size: cover;
		width: 100%;
		height: 726px;
	}
}
@media screen and (max-width: 600px) {
	#mv {height: 586px;}
}
@media screen and (max-width: 480px) {
	#mv {height: 460px;}
}

/*#mv{
	background: url(../img/mv_bg.png) top center no-repeat;
	width: 100%;
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
}
#mv img{
max-height: 100%;
max-width: 100%;
object-fit: contain;
}

@media screen and (max-width: 750px) {
	#mv {height: 76vh;}
	#mv img {max-width: 94%;}
}*/

/********************************

contents01

********************************/

.contents01{
	width: 960px;
	max-width: 90%;
	margin: 0 auto 60px;
}
.contents01 h2{text-align: center;}
.contents01>div{padding: 60px 0 0;}

.contents01 .cont01_box1{
	padding-bottom: 60px;
	background-image: linear-gradient(to right, #007f41, #007f41 7px, transparent 7px, transparent 14px);
	/* 幅2の線を作る */
	background-size: 14px 4px;
	/* グラデーションの幅・高さを指定 */
	background-position: left bottom;
	/* 背景の開始位置を指定 */
	background-repeat: repeat-x;
	/* 横向きにのみ繰り返す */
}

.contents01>div>div{display: flex;}
.cont01_box2 div img {
	width: 218px;
	height: 213px;
	object-fit: cover;
}

.cont01_box1 h2 {
	width: 77%;
	margin: 0 auto 10px;
}

.cont01_box1 div img {
	width: 482px;
	height: 191px;
	object-fit: contain;
}
.cont01_box1 div p {margin-left: 4%;}

.contents01 .cont01_box2{padding: 80px 0 0;}
.cont01_box2 h2 {
	width: 83%;
	margin: 0 auto 40px;
}

.cont01_box2>div{
	width: 780px;
	max-width: 90%;
	margin:0 auto 30px;
}

.cont01_box2>div div{margin:4% 0 0 6%;}

.cont01_box2 b{
	font-size: 24px;
	color: #007f41;
	margin-bottom: 10px;
	display: block;
}

@media screen and (max-width: 1500px) {
	.contents01 {width: 800px;}
	.cont01_box2 h2 {width: 90%;}
}

@media screen and (max-width: 1000px) {
	.cont01_box1 div img{max-width: 50%;}
}

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

	.contents01>div {padding: 60px 0 0;}

	.cont01_box1 h2 {
		width: 90%;
		margin: 0 auto 25px;
	}
	.cont01_box1 div p{margin-left: 0;}

	.cont01_box2 h2 {margin: 0 auto 20px;}
	.cont01_box2 b {text-align: center;}
	.cont01_box2>div {margin: 0 auto 60px;}
	.cont01_box2>div div{margin: 0 auto;}
}


/********************************

contents02

********************************/

.contents02{
	padding: 140px 0 120px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 160px), 50% 100%, 0 calc(100% - 160px));
}
.contents02::before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(../img/contents02_bg.png) top center no-repeat;
	background-size: cover;
}

.contents02 div{
	width: 960px;
	max-width: 90%;
	margin: 0 auto;

}
.contents02 h2 {
	width: 79%;
	margin: 0 auto 40px;
}

.contents02 .img04{margin-bottom: 18px;}

@media screen and (max-width: 1500px) {
	.contents02 div{width: 800px;}
}

@media screen and (max-width: 1200px) {
	.contents02 {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px));
		padding: 100px 0 120px;
	}
}

@media screen and (max-width: 750px) {
	.contents02{padding: 80px 0 100px;}
	.contents02::before{
		background: url(../img/contents02_bg_sp.png) top center no-repeat;
		padding: 60px 0 100px;
		background-size: cover;
	}
	.contents02 h2 {margin: 0 auto 20px;}
}

/********************************

.contents03

********************************/

.contents03 {
	padding: 140px 0 60px;
	clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 160px, 0 0);
	margin-top: -161px;
}
.contents03::before{
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background:url(../img/contents02_bg2.png) top center no-repeat;
background-size:cover;
}

.contents03 div {
	width: 960px;
	max-width: 90%;
	margin: 130px auto 0;
	text-align: center;
}

.contents03 h2 {
	width: 79%;
	margin: 0 auto 60px;
}

.contents03 ul{
	display: flex;
	justify-content: space-between;
}
.contents03 ul li{width: 47%;}
.contents03 ul img{width: 75%;}


/*pdfボタンのデザイン*/

.contents03 ul a{
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	padding: 1rem 3rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #ffffff;
	background: #d01126;
	border-radius: 100vh;
	border-bottom: 8px solid #550000;
}

.contents03 ul a:hover {
	margin-top: 3px;
	border-bottom: 1px solid #550000;
}

.contents03>div>a{
	font-size: 30px;
	color: #000000;
	text-decoration: none;
	margin-top: 70px;
	display: inline-block;
	border-bottom: 5px solid #000;
}
.contents03>div>a:hover{opacity: 0.7;}

.contents03 ul .btn_blue{
	background: #35b597;
	border-bottom: 8px solid #005242;
}
.contents03 ul .btn_blue:hover {
	margin-top: 3px;
	border-bottom: 1px solid #005242;
}

@media screen and (max-width: 1500px) {
	.contents03 div {width: 800px;}
}

@media screen and (max-width: 1200px) {
	.contents03 {
		clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 100px, 0 0);
		margin-top: -100px;
	}
	.contents03 div {margin: 60px auto 0;}
}

@media screen and (max-width: 1000px) {
	.contents03 ul li a {
		padding: 1rem 1.2rem;
		width: 100%;
		font-size: 22px;
	}
}

@media screen and (max-width: 750px) {
	.contents03::before{
		background: url(../img/contents02_bg2_sp.png) top center no-repeat;
		background-size: cover;
	}
	.contents03 div{margin: 20px auto 0;}
	.contents03 h2{margin: 0 auto 40px;}
	.contents03 ul{
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.contents03 ul li{width: 100%;}
	.contents03 ul li:first-child{margin-bottom: 60px;}
	.contents03>div>a {
		font-size: 23px;
		margin-top: 50px;
	}
	.contents03>div>a:hover {opacity: 1;}
}


/********************************

footer

********************************/

footer .footer_kumamon{
	background: url(../img/footer.png) top center no-repeat;
	background-size: cover;
	text-align: center;
}
footer .footer_kumamon img{
	width: 80%;
	margin: -40px auto 0;
	display: block;
	position: relative;
}

footer .footer_logo{
	background: #000000;
	padding: 22px 0 14px;
	text-align: center;
}
footer .footer_logo img{width: auto;}

@media screen and (max-width: 750px) {
	footer .footer_kumamon img {
		width: 94%;
		margin: -16px auto 0;
	}
}
