@charset "UTF-8";

.subMenu ul li a {
	display: block;
}

section.concept_flow ul {
	display: flex;
	margin-bottom: 80px
}

section.concept_flow ul li {
	flex-wrap: wrap;
	width: 30.3333%;
	max-height: 200px;
	height: 30vw;
	margin-right: 3%;
	position: relative;
	text-align: center;
}

.flow_inner {
	padding: 30px 0 20px 0;
	text-align: center;
}

section.concept_flow ul li:nth-child(4) {
	margin-right: 0
}

section.concept_flow ul li p {
	padding: 15px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.6em
}

section.concept_flow ul li.flow01 {
	background-image: url("../../img/about/about_basic_image02.jpg");
	background-size: cover
}

section.concept_flow ul li.flow02 {
	background-image: url("../../img/about/about_basic_image03.jpg");
	background-size: cover
}

section.concept_flow ul li.flow03 {
	background-image: url("../../img/about/about_basic_image04.jpg");
	background-size: cover
}

section.concept_flow ul li.flow04 {
	background-image: url("../../img/about/about_basic_image05.jpg");
	background-size: cover
}

img.flow_arrow {
	position: absolute;
	top: 35%;
	right: -25px
}

img.number {
	height: 35px;
	width: auto
}

.txt01 p:last-child {
	margin-bottom: 5px;
}

.txt01 p:nth-child(n+1) {
	margin-bottom: 20px;
}

.boxWrap.method {
	padding: 45px 0 60px;
}

.boxWrap.method.first {
	padding-top: 0px;
}

@media screen and (min-width: 769px) {
	.bgGreen03 .contentWapper {
		margin-top: 50px;
	}

	h2.txt02 {
		font-size: 21px;
		/* letter-spacing: -0.3px; */
		padding: 0 10px 0 0;
	}

	.box_img {
		padding: 0;
		width: 100%;
	}

	.box_img img {
		padding: 0;
		width: 100%;
		height: auto;
		max-width: 1060px;
	}

	.box_img2 {
		padding: 40px 40px;
		width: 100%;
		text-align: center
	}

	.box_img2 img {
		padding: 0;
		width: 100%;
		height: auto;
		max-width: 700px;
	}

	.bgGreen03 .boxWrap {
		padding: 55px 0 120px;
	}

	.boxL .inner.no01 {
		content: "";
		display: block;
		padding-top: 49%;
	}

	.boxR .inner.no02 {
		content: "";
		display: block;
		padding-top: 71%;
	}

	.boxL .inner.no03 {
		content: "";
		display: block;
		padding-top: 60%;
	}

	.boxR .inner.no04 {
		content: "";
		display: block;
		padding-top: 59%;
	}

	.boxL .inner.no05 {
		content: "";
		display: block;
		padding-top: 45%;
	}

	.boxR .inner.no06 {
		content: "";
		display: block;
		padding-top: 67%;
	}

	.boxL .inner.txt,
	.boxR .inner .txt {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.boxWrap.method {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		border-bottom: solid 1px #009c93;
	}

	.boxWrap.method:last-child {
		margin-bottom: 90px;
	}

	.boxWrap.method .box_img {
		width: 48%;
	}

	.boxWrap.method .txt {
		width: 50%;
	}

}

@media screen and (max-width: 768px) {
	section.concept_flow ul {
		display: block;
		margin-bottom: 30px
	}

	section.concept_flow ul li {
		flex-wrap: nowrap;
		width: 100%;
		height: auto;
		margin-bottom: 20px
	}

	.flow_inner {
		padding: 10px;
		text-align: center;
	}

	img.number {
		width: auto;
		height: 10vw;
		max-height: 50px;
	}

	.flow_inner {
		padding: 20px;
		text-align: center;
	}

	img.flow_arrow {
		display: none
	}

	.arrow_sp {
		position: absolute;
		bottom: -20px;
		width: 100%;
		text-align: center
	}

	.arrow_sp img {
		width: 50px
	}

	section.concept_flow ul li p {
		padding: 5px 0 0;
		color: #fff;
		font-size: 4vw;
		line-height: 1.6em
	}

	section.concept_flow ul li {
		background-position: center
	}

	.box_img {
		padding: 5px;
	}

	h2.txt02 span {
		display: block;
	}
	.boxWrap .boxR .h2, .boxWrap .boxR, .boxWrap .boxL{
		margin-bottom: 5vw;
	}
	.boxWrap.method {
		border-bottom: solid 1px #009c93;
		padding-bottom: 40px;
	}

	.boxWrap.method:last-child {
		margin-bottom: 0px;
		border-bottom: none;
	}

	.boxWrap.method .txt {
		padding: 5vw;
	}

}


@media screen and (max-width: 900px)and (min-width: 769px) {

	.boxR.box02 .txt01 {
		top: 90px;
	}

	h2 {
		font-size: 2.5vw;
	}

	h2.txt02 span {
		display: block;
	}

	.boxL .inner.no01 {
		content: "";
		display: block;
		padding-top: 52%;
	}

	.boxR .inner.no02 {
		content: "";
		display: block;
		padding-top: 72%;
	}

	.boxL .inner.no03 {
		content: "";
		display: block;
		padding-top: 65%;
	}

	.boxR .inner.no04 {
		content: "";
		display: block;
		padding-top: 53%;
	}

	.boxR .inner.no06 {
		content: "";
		display: block;
		padding-top: 68%;
	}
}