@charset "UTF-8";

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

	about.css

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


/* =====================
  main_image
===================== */

#lower #main_img {
	background:	url(../img/about/main_img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#lower #main_img h2 {
	width: 380px;
}

#contents {
	background: #efeddf;
}

/* =====================
  block_01
===================== */
#block_01 {
	color: #fff;
	background-image: url(../img/about/bg_img_01.jpg), url(../img/about/bg_img_02.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom left, bottom right;
}
#block_01 h3 {
	text-align: center;
	margin: 70px 0 100px;
}
#block_01 h4 {
	display: block;
	width: 766px;
	margin: 0 auto 30px;
}
#block_01 .m_center {
	padding: 45px 0 35px;
	background: #649f31;
}
#block_01 .innner_img {
	display: none;
}
#block_01 .box_01 {
	position: relative;
	background: url(../img/about/);
}
#block_01 .box_01 p {
	font-size: 18px;
	text-align: center;
	line-height: 190%;
	letter-spacing: 0.1em;
}
#block_01 .box_02 {
	margin-top: 40px;
}
#block_01 .box_02 h4 {
	display: block;
	width: 789px;
	margin: 0 auto;
}
#block_01 .box_02 ul {
	width: 600px;
	margin: 25px auto 0;
}
#block_01 .box_02 ul li {
	font-size: 18px;
	margin-bottom: 10px;
}
#block_01 .box_02 ul li:before {
	content: url("../img/about/icon_arrow.png");
	vertical-align: -0.1em;
	margin-right: 10px;
}
#block_01 .box_02 p {
	font-size: 18px;
	text-align: right;
	margin-right: 100px;
}

/* =====================
  block_02
===================== */

#block_02 {
	margin: 80px 0 50px;
	background: url(../img/about/block_02_bg.jpg) no-repeat;
	background-size: contain;
	background-position: center 70px;
}
#block_02 h3 {
	text-align: center;
}
#block_02 .list_box {
	width: 472px;
	background: #fff;
	float: left;
	margin: 70px 55px 0 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
#block_02 .list_box:nth-child(2n) {
	margin-right: 0;
}
#block_02 .list_box h4 {
	position: relative;
	padding: 10px 7px;
}
#block_02 .list_box h4:before {
	position: absolute;
	top: -54px;
	left: 0;
}
#list_box_01 h4:before {content: url("../img/about/list_point_01.png");}
#list_box_02 h4:before {content: url("../img/about/list_point_02.png");}
#list_box_03 h4:before {content: url("../img/about/list_point_03.png");}
#list_box_04 h4:before {content: url("../img/about/list_point_04.png");}
#list_box_05 h4:before {content: url("../img/about/list_point_05.png");}
#list_box_06 h4:before {content: url("../img/about/list_point_06.png");}

#list_box_01 {border: 7px solid #f29a9e;}
#list_box_02 {border: 7px solid #ca9f48;}
#list_box_03 {border: 7px solid #f4a353;}
#list_box_04 {border: 7px solid #b3cd55;}
#list_box_05 {border: 7px solid #62b5ba;}
#list_box_06 {border: 7px solid #85b5e1;}

#list_box_01 h4 {background: #f29a9e;}
#list_box_02 h4 {background: #ca9f48;}
#list_box_03 h4 {background: #f4a353;}
#list_box_04 h4 {background: #b3cd55;}
#list_box_05 h4 {background: #62b5ba;}
#list_box_06 h4 {background: #85b5e1;}

#list_box_01 h4:before {content: url("../img/about/list_point_01.png");}
#list_box_02 h4:before {content: url("../img/about/list_point_02.png");}
#list_box_03 h4:before {content: url("../img/about/list_point_03.png");}
#list_box_04 h4:before {content: url("../img/about/list_point_04.png");}
#list_box_05 h4:before {content: url("../img/about/list_point_05.png");}
#list_box_06 h4:before {content: url("../img/about/list_point_06.png");}

#block_02 ul li:before {
	padding-left: 0em;
	margin-left: -1.5em;
	margin-right: 0.5em;
}
#list_box_01 ul li:before {
	content: url("../img/about/list_arrow_01.png");
}
#list_box_02 ul li:before {
	content: url("../img/about/list_arrow_02.png");
}
#list_box_03 ul li:before {
	content: url("../img/about/list_arrow_03.png");
}
#list_box_04 ul li:before {
	content: url("../img/about/list_arrow_04.png");
}
#list_box_05 ul li:before {
	content: url("../img/about/list_arrow_05.png");
}
#list_box_06 ul li:before {
	content: url("../img/about/list_arrow_06.png");
}
#block_02 .list_box ul {
	padding: 0 10px 10px 40px;
}
#block_02 .list_box ul li {
	font-size: 15px;
	margin: 20px 0;
	line-height: 170%;
}
#block_02 #list_box_01 ul,
#block_02 #list_box_02 ul {
	height: 263px;
}
#block_02 #list_box_03 ul,
#block_02 #list_box_04 ul {
	height: 155px;
}
#block_02 #list_box_05 ul,
#block_02 #list_box_06 ul {
	height: 220px;
}

/* =====================
  block_03
===================== */

#block_03 {
	background: url(../img/about/block_03_top.png) #fff no-repeat;
	background-position: top center;
	padding-bottom: 90px;
}
#block_03 h3 {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 120px;
}
#block_03 .intro_text {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #7a6a55;
}
#block_03 ul {
	margin-top: 60px;
}
#block_03 ul li {
	width: 480px;
	height: 78px;
	margin: 35px 40px 0 0;
	background: url(../img/about/list_border.png) no-repeat;
	background-position: bottom;
	float: left;
	overflow: hidden;
}
#block_03 ul li:nth-child(2n) {
	margin-right: 0;
}
#block_03 ul li img {
	float: left;
	margin-right: 20px;
}
#block_03 ul li span {
	width: 410px;
	float: left;
}

/* =====================
  block_04
===================== */

#block_04 {
	background: #fff;
	margin-bottom: 180px;
}
#block_04 ul li {
	width: 312px;
	height: 340px;
	margin-right: 30px;
	float: left;
}
#block_04 ul li:nth-child(3),
#block_04 ul li:nth-child(6) {
	margin-right: 0;
}
#block_04 ul li .list_img {
	margin-bottom: 15px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
#block_04 ul li p {
	font-size: 15px;
	color: #353535;
	letter-spacing: 0.1em;
	margin-top: 15px;
	line-height: 170%;
}

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

	tablet

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

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

/* =====================
  block_01
===================== */
	
	#block_01 .m_center {
		width: 100%;
	}
	#block_01 {
		background-image: none;
	}
	#block_01 .innner_img {
		display: block;
		width: 100%;
	}
	#block_01 h3 {
		margin: 30px 0 60px;
	}
	#block_01 .box_01 p,
	#block_01 .box_02 ul li {
		font-size: 16px;
	}
	#block_01 .box_01,
	#block_01 .box_02 {
		padding: 10px;
	}
	#block_01 .box_02 {
		margin-top: 30px;
	}
	#block_01 .box_02 p {
		margin-right: 0;
	}
	#block_01 h3 img {
		width: 371px;
	}
	#block_01 h4 {
		width: 100%;
	}
	#block_01 h4 img {
		display: block;
		max-width: 75%;
		margin: 0 auto;
		text-align: center;
	}
	#block_01 .box_02 h4 {
		width: 100%;
	}

/* =====================
  block_02
===================== */

	#block_02 h3 img {
		width: 227px;
	}
	#block_02 .list_box {
		width: 49%;
		margin-right: 2%;
	}
	#block_02 .list_box h4 img {
		max-width: 100%;
	}
	#block_02 #list_box_01 ul,
	#block_02 #list_box_02 ul {
		height: 320px;
	}
	#block_02 #list_box_03 ul,
	#block_02 #list_box_04 ul {
		height: 180px;
	}
	#block_02 #list_box_05 ul,
	#block_02 #list_box_06 ul {
		height: 270px;
	}

/* =====================
  block_03
===================== */

	#block_03 h3 img {
		width: 134px;
	}
	#block_03 ul li {
		width: 49%;
		margin-right: 2%;
	}
	#block_03 ul li span {
		width: 75%;
	}

/* =====================
  block_04
===================== */

	#block_04 {
		margin-bottom: 0;
	}
	#block_04 ul li {
		width: 32%;
		margin-right: 2%;
	}
	#block_04 ul li img:first-child,
	#block_04 ul li img:nth-child(2) {
		max-width: 100%;
	}

}

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

	sp

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

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

/* =====================
  block_01
===================== */
	#block_01 .m_center {
		width: 100%;
		padding: 30px 0;
	}
	#block_01 h3 {
		margin: 30px 0 40px;
	}
	#block_01 h3 img {
		width: 290px;
	}
	#block_01 h4 {
		margin-bottom: 20px;
	}
	#block_01 h4 img {
		max-width: 100%;
	}
	#block_01 .box_01 {
		margin-bottom: 15px;
	}
	#block_01 .box_02 {
		margin-top: 20px;
	}
	#block_01 .box_01,
	#block_01 .box_02 {
		padding: 0 10px;
	}
	#block_01 .box_01 p,
	#block_01 .box_02 p {
		font-size: 14px;
	}
	#block_01 .box_02 ul {
		width: 100%;
	}
	#block_01 .box_02 ul li {
		font-size: 14px;
		position: relative;
		margin-left: 20px;
	}
	#block_01 .box_02 ul li:before {
		position: absolute;
		top: 4px;
		left: -22px;
	}

/* =====================
  block_02
===================== */
	#block_02 {
		margin: 40px 0 30px;
		background-image: none;
	}
	#block_02 .m_center {
		width: 100%;
	}
	#block_02 h3 {
		margin-bottom: 80px;
	}
	#block_02 .list_box {
		width: 85%;
		margin: 60px auto 0;
		float: none;
		border-width: 4px;
	}
	#block_02 .list_box h4:before {
		top: -48px;
	}
	#block_02 .list_box:nth-child(2n) {
		margin-right: auto;
	}
	#block_02 .list_box ul {
		padding-left: 30px;
		padding-bottom: 10px;
	}
	#block_02 #list_box_01 ul,
	#block_02 #list_box_02 ul,
	#block_02 #list_box_03 ul,
	#block_02 #list_box_04 ul,
	#block_02 #list_box_05 ul,
	#block_02 #list_box_06 ul {
		height: auto;
	}
	#block_02 #list_box_06 ul {
		padding-bottom: 15px;
	}
	#block_02 .list_box ul li {
		font-size: 14px;
		margin: 15px 0;
	}

/* =====================
  block_03
===================== */

	#block_03 {
		padding-bottom: 40px;
	}
	#block_03 .intro_text {
		font-size: 15px;
		padding: 0 15px;
	}
	#block_03 ul {
		margin-top: 0;
	}
	#block_03 ul li {
		width: 100%;
		height: auto;
		margin-right: 0;
		padding-bottom: 20px;
	}
	#block_03 ul li img {
		margin-right: 10px;
	}
	#block_03 h3 {
		padding-top: 90px;
	}

/* =====================
  block_04
===================== */

	#block_04 ul li {
		width: 100%;
		height: auto;
		margin: 0 0 40px;
	}
	#block_04 ul li:first-child {
		text-align: center;
	}
	#block_04 ul li:first-child img {
		width: 190px;
		margin-bottom: 0 !important;
	}
	#block_04 ul li:last-child {
		margin-bottom: 0;
	}
	#block_04 ul li p {
		font-size: 14px;
	}
	#block_04 ul li img:first-child {
		display: block;
		max-width: 100%;
		margin: 15px auto 10px;
	}
	#block_04 ul li img:nth-child(2) {
		display: block;
		width: 312px;
		margin: 15px auto 10px;
	}

}