/* ---------------------------------------------------------------
start Privacy CSS
--------------------------------------------------------------- */

.col_technique1 {
	width: 100%;
	max-width: 966px;
	margin: 0 auto;
	padding: 50px 0 100px;
}

.col_technique1 .ttl {
	margin: 0 0 40px;
}

.btn_technique1 {
	margin: 0 auto 90px;
	display: flex;
	justify-content: center;
}

.btn_technique1 a {
	width: 48%;
	max-width: 254px;
	height: 48px;
	margin: 0 34px 0 0;
	color: #404040;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	border: solid 2px #404040;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
	position: relative;
	z-index: 0;
}

.btn_technique1 a:last-of-type {
	margin-right: 0;
}

.btn_technique1 a .arrow {
	padding: 0 0 0 20px;
	position: relative;
	z-index: 0;
}

.btn_technique1 a .arrow::before {
	content: "";
	width: 5px;
	height: 5px;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
}

.btn_technique1 a br {
	display: none;
}

.mds_technique1 {
	margin: 0 0 48px;
	padding: 0 0 36px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	border-bottom: solid 1px #404040;
}

.feature_technique {
	max-width: 714px;
	margin: 0 auto 48px;
	padding: 0;
	display: flex;
	justify-content: center;
}

.feature_technique dl {
	width: 208px;
	height: 208px;
	margin: 0 42px 0 0;
	padding: 28px 0 36px 0;
	line-height: 1.55;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.feature_technique dl:last-of-type {
	margin-right: 0;
}

.feature_technique dl:nth-of-type(1) {
	background-color: #dde9b4;
}

.feature_technique dl:nth-of-type(2) {
	background-color: #f9e7b9;
}

.feature_technique dl:nth-of-type(3) {
	background-color: #c9e3f3;
}

.feature_technique dl dt {
	margin: auto 0 auto;
	padding: 0;
}

.feature_technique dl dd {
	margin: 0;
	padding: 0;
}

.txt_technique1 {
	margin: 0 0 25px;
	text-align: center;
	line-height: 2;
}

.txt_technique1:last-of-type {
	margin-bottom: 0;
}

.wrap_spec_technique {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	display: flex;
	align-items: flex-end;
}

.wrap_spec_technique ul {
	width: 380px;
	margin: 0 0 25px;
	padding: 25px 25px 25px;
	line-height: 1.5;
	border: solid 1px #404040;
	border-radius: 10px;
	list-style: none;
}

.wrap_spec_technique ul li {
	margin: 0 0 10px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 14px;
}

.wrap_spec_technique ul li:last-of-type {
	margin-bottom: 0;
}

.wrap_spec_technique .img {
	width: calc(100% - 380px);
	padding-left: 40px;
	padding-right: 40px;
}

.wrap_spec_technique .img img {
	width: 100%;
	max-width: 508px;
}

.img_technique1 {
	width: 100%;
}

.img_technique1 img {
	width: 100%;
}

.parallax_technique1 {
	width: 100%;
	height: 390px;
	background-image: url(../img/technique/parallax_technique1.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.bg_white.technique1 {
	border-top: none;
}

.col_technique2 {
	width: 100%;
	max-width: 966px;
	margin: 0 auto;
	padding: 86px 0 155px;
}

.mds_technique1#Color {
	margin-bottom: 28px;
}

.txt_technique_color {
	margin: 0 0 42px;
	text-align: center;
}

.color_technique {
	max-width: 858px;
	margin: 0 auto 35px;
	padding: 0;
	line-height: 1.3;
}

.color_technique:last-of-type {
	margin-bottom: 0;
}

.color_technique dt {
	margin: 0 0 10px;
	padding: 0;
	color: #b0b0b1;
	font-size: 26px;
	font-weight: 700;
}

.color_technique dd {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.color_technique dd img {
	width: 90px;
	margin: 0 19px 14px 0;
}

.color_technique dd img:nth-of-type(8n) {
	margin-right: 0;
}


/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {
	
	.wrap_spec_technique .img {
		padding-right: 0;
	}

	.color_technique {
		max-width: 100%;
	}

	.color_technique dd img,
	.color_technique dd img:nth-of-type(8n) {
		margin-right: 19px;
	}

}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {

	.feature_technique {
		max-width: 650px;
	}

	.feature_technique dl {
		width: 185px;
		height: 185px;
		padding: 20px 0 25px 0;
	}

	.txt_technique1:last-of-type {
		margin-bottom: 30px;
	}

	.wrap_spec_technique {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		flex-direction: column;
	}

	.wrap_spec_technique .img {
		width: 100%;
		margin-bottom: 40px;
		padding: 0;
		text-align: center;
		order: 0;
	}

	.wrap_spec_technique ul {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		order: 1;
	}

	.parallax_technique1 {
		height: 320px;
	}



}

/* ---------------------------------------------------------------
	end max 850px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {
	

	.btn_technique1 a:hover {
		color: #fff;
		background-color: #404040;
	}

	.btn_technique1 a:hover .arrow::before {
		border-right-color: #fff;
		border-bottom-color: #fff;
	}

}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {
	
	.col_technique1 { padding: 20px 0 6vw; }

	.col_technique1 .ttl {
		margin: 0 0 35px;
		font-size: min(30px, 6.7vw);
	}

	.btn_technique1 {
		margin-bottom: 45px;
	}

	.btn_technique1 a {
		margin-right: 5%;
	}

	.mds_technique1 {
		margin-bottom: 20px;
		padding-bottom: 14px;
		font-size: 20px;
	}

	.feature_technique {
		max-width: 400px;
		margin-bottom: -30px;
		padding-bottom: 20px;
		flex-wrap: wrap;
	}

	.feature_technique dl {
		width: 198px;
		height: 198px;
		padding: 16px 0 30px 0;
		position: relative;
	}

	.feature_technique dl:nth-of-type(1) {
		margin-left: 20%;
		margin-right: 20%;
	}

	.feature_technique dl:nth-of-type(2) {
		margin: 0;
		left: 12px;
		bottom: 30px;
	}

	.feature_technique dl:nth-of-type(3) {
		margin: 0;
		right: 12px;
		bottom: 30px;
	}

	.feature_technique dl:nth-of-type(1) dt img {
		width: 70px;
	}

	.feature_technique dl:nth-of-type(2) dt img {
		width: 64px;
	}

	.feature_technique dl:nth-of-type(3) dt img {
		width: 54px;
	}

	.wrap_spec_technique .img {
		width: 92%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.wrap_spec_technique ul {
		padding: 0;
		border: none;
	}
	
	.parallax_technique1 {
		height: auto;
	}

	.parallax_technique1 img {
		width: 100%;
	}

	.col_technique2 {
		padding: 50px 0 85px;
	}

	.txt_technique_color {
		margin-bottom: 26px;
	}

	.color_technique dt {
		margin-bottom: 18px;
		font-size: 21px;
		text-align: center;
	}

	.color_technique dd {
		padding: 0 10px;
	}

	.color_technique dd img,
	.color_technique dd img:nth-of-type(8n) {
		width: 22%;
		margin: 0 4% 4% 0;
	}

	.color_technique dd img:nth-of-type(4n) {
		margin-right: 0;
	}
	

}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {

	.btn_technique1 a {
		height: 51px;
	}

	.btn_technique1 a br {
		display: block;
	}

	.feature_technique dl {
		width: 44vw;
		height: 44vw;
		padding: 3.5vw 0 6vw;
		font-size: 3.6vw;
	}

	.feature_technique dl:nth-of-type(1) {
		padding-bottom: 8vw;
	}

	.feature_technique dl:nth-of-type(2) {
		left: 2vw;
		bottom: 7vw;
	}

	.feature_technique dl:nth-of-type(3) {
		right: 2vw;
		bottom: 7vw;
	}

	.feature_technique dl:nth-of-type(1) dt img {
		width: 15vw;
	}

	.feature_technique dl:nth-of-type(2) dt img {
		width: 15vw;
	}

	.feature_technique dl:nth-of-type(3) dt img {
		width: 12vw;
	}

	.col_technique2 {
		padding-bottom: 65px;
	}

	.color_technique dt {
		font-size: 18px;
	}

	.color_technique dd img,
	.color_technique dd img:nth-of-type(4n),
	.color_technique dd img:nth-of-type(8n) {
		width: 29%;
		margin: 0 6.5% 6.5% 0;
	}

	.color_technique dd img:nth-of-type(3n) {
		margin-right: 0;
	}

}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */

