@charset "UTF-8";
/*------------ CONCEPT ------------*/
.main_container {
	margin-bottom: 150px;
}
.concept_main01 {
	width: 80%;
	margin-right: auto;
}
.concept_main02 {
	width: 80%;
	margin-left: auto;
}
.tagline {
	text-align: center;
	padding: 160px 0;
	margin: -62px 0;
	font-size: 26px;
	position: relative;
	z-index: 1;
	line-height: 1.9;
	letter-spacing: 0.15em;
	background: url("../images/concept/concept_bg.svg") no-repeat center center;
	background-size: contain;
}
.concept_section {
	margin-bottom: 160px;
	display: flex;
	align-items: center;
}
.concept_section03 {
	margin-bottom: 150px;
}
.concept_section04 {
	margin-bottom: 0;
}
.concept_section02,
.concept_section04 {
	flex-direction: row-reverse;
}
.concept_section01 ul {
	width: 87%;
}
.concept_section02 >  img {
	width: 57%;
}
.concept_section03 >  img {
	width: 60%;
}
.concept_section04 >  img {
	width: 60%;
}
.concept_section h3,
.wide_section h3 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.concept_section h3 {
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.concept_section01 h3,
.concept_section03 h3,
.concept_section01 .section_content,
.concept_section03 .section_content {
	padding-left: 60px;
}
.concept_section02 h3,
.concept_section04 h3,
.concept_section02 .section_content,
.concept_section04 .section_content {
	padding-right: 60px;
}
.concept_section01 .section_box,
.concept_section03 .section_box {
	padding-right: 100px;
}
.concept_section02 .section_box,
.concept_section04 .section_box {
	padding-left: 100px;
}
.section_content {
	line-height: 2.5;
}
.wide_section {
	position: relative;
	margin-bottom: 150px;
}
.wide_section h3 {
	margin-bottom: 1.8em;
}
.wide_section .wide_section_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-100%, -50%);
	background-color: rgba(0,0,0,0.40);
	padding: 48px 58px;
	text-align: center;
}
.wide_section p {
	line-height: 2.5;
}
.wide_section .chip01,
.wide_section .chip02 {
	width: 100px;
	position: absolute;
}
.wide_section .chip01 {
	transform: rotate(-10deg);
	left: -50px;
	bottom: -30px;
}
.wide_section .chip02 {
	transform: rotate(8deg);
	left: 70px;
	bottom: -100px;
}
/*------------ レスポンシブ ------------*/
@media screen and (min-width: 1599px) {
	br.pc_large{
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.main_container {
		margin-bottom: 100px;
	}
	.concept_section {
		margin-bottom: 100px;
	}
	.concept_section03 {
		margin-bottom: 100px;
	}
	.concept_section04 {
		margin-bottom: 0;
	}
	.concept_section01 >  img {
		width: 48%;
	}
	.concept_section02 >  img {
		width: 48%;
	}
	.concept_section03 >  img {
		width: 50%;
	}
	.concept_section04 >  img {
		width: 52%;
	}
	.concept_section01 h3,
	.concept_section03 h3,
	.concept_section01 .section_content,
	.concept_section03 .section_content {
		padding-left: 30px;
	}
	.concept_section02 h3,
	.concept_section04 h3,
	.concept_section02 .section_content,
	.concept_section04 .section_content {
		padding-right: 30px;
	}
	.concept_section01 .section_box,
	.concept_section03 .section_box {
		padding-right: 30px;
	}
	.concept_section02 .section_box,
	.concept_section04 .section_box {
		padding-left: 30px;
	}
	.wide_section {
		margin-bottom: 100px;
	}
	.wide_section .chip01 {
		left: 60px;
		bottom: -80px;
	}
	.wide_section .chip02 {
		left: 180px;
		bottom: -120px;
	}
}
@media screen and (max-width: 1100px) {
	.wide_section .wide_section_box {
		width: 80%;
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 767px) {
		.main_container {
			margin-bottom: 80px;
		}
		.tagline {
			padding: 22vw 0;
			margin: -12vw 0;
			font-size: min(22px, 4.6vw);
		}
		.concept_section {
			display: block;
			margin-bottom: 80px;
		}
		.concept_section03 {
			margin-bottom: 80px;
		}
		.concept_section04 {
			margin-bottom: 0;
		}
		.concept_section01 >  img {
			width: calc(100% - 40px);
			max-width: 512px;
		}
		.concept_section02 >  img {
			width: calc(100% - 40px);
			max-width: 512px;
			margin-left: auto;
		}
		.concept_section03 >  img {
			width: calc(100% - 40px);
			max-width: 512px;
		}
		.concept_section04 >  img {
			width: calc(100% - 40px);
			max-width: 512px;
			margin-left: auto;
		}
		.section_box {
			margin-top: 30px;
		}
		.concept_section h3, .wide_section h3 {
			font-size: 17px;
		}
		.concept_section h3 {
			padding-bottom: 15px;
			margin-bottom: 20px;
		}
		.concept_section01 h3,
		.concept_section03 h3,
		.concept_section01 .section_content,
		.concept_section03 .section_content {
			padding-left: 15px;
		}
		.concept_section02 h3,
		.concept_section04 h3,
		.concept_section02 .section_content,
		.concept_section04 .section_content {
			padding-right: 15px;
		}
		.concept_section01 .section_box,
		.concept_section03 .section_box {
			padding-right: 15px;
		}
		.concept_section02 .section_box,
		.concept_section04 .section_box {
			padding-left: 15px;
		}
	.section_content {
		line-height: 1.9;
		text-align: justify;
	}
	.wide_section {
		margin-bottom: 80px;
	}
	.wide_section h3 {
		margin-bottom: 1.2em;
		letter-spacing: 0;
	}
	.wide_section .wide_section_box {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		width: calc(100% - 30px);
		margin: -30px auto 0;
		padding: 48px 20px;
	}
	.wide_section .chip01,
	.wide_section .chip02 {
		width: 80px;
	}
	.wide_section .chip01 {		
		left: auto;
		right: 115px;
		bottom: -50px;
	}
	.wide_section .chip02 {
		transform: rotate(15deg);
		right:20px;
		left: auto;
		bottom: -28px;
	}
}