@charset "UTF-8";

.cmn_intro_img {
	background-image: url("../concept/img/img-main.jpg");
}

.concept {
	padding: 75px 0 150px;
}

.concept_catch {
	text-align: center;
}

#svg-animation .cls-1 {
    fill:none;
    stroke:#fff;
    stroke-width:20;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dasharray: 1500; /* この行を追加 */
    stroke-dashoffset:1500; /* この行を追加 */
}

.concept_row {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 190px;
}

.concept_col {
	width: 46%;
}

.concept_col.-photo {
	position: relative;
}

.concept_col.-photo:before {
	display: block;
	content: "";
	padding-top: 107%;
}

.concept_photo_item {
	position: absolute;
}

.concept_photo_item.-item1 {
	top: -10px;
	left: 50%;
	/* transform: translateX(-53%); */
	margin-left: -45%;
	width: 90.4%;
}

.concept_photo_item.-item2 {
	top: 27%;
	left: 4%;
	width: 45.3%;
}

.concept_photo_item.-item3 {
	top: 25%;
	left: 53%;
	width: 45.3%;
}

.concept_col.-txt {
}

.concept_col.-txt p {
	margin-top: 2em;
}

.concept_col.-txt p:first-child {
	margin-top: 0;
}

.concept_gallery {
	margin-top: 145px;
}

.concept_gallery_item {
}

.concept_gallery_wrap {
	float: left;
	margin-left: 5.4%;
	width: 29.2%;
}

.concept_gallery_item.-item1 {
}

.concept_gallery_item.-item2 {
	margin: 75px 0 0 15%;
}

.concept_gallery_item.-item3 {
	float: right;
	margin: 12% 5.8% 0 0;
	width: 50%;
}

/* INTERVIEW */
.interview {
}

.interview_sec {
	padding: 100px 0;
}

.interview_sec:nth-child(even) {
	position: relative;
	z-index: 1;
}

.interview_sec:nth-child(even):before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #F1F1EF;
	transform: skewY(-5.5deg);
}

.interview_ttl {
	font-size: 30px;
	line-height: 1.6;
	text-align: center;
}

.interview_wrap {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.interview_sec:nth-child(even) .interview_wrap {
	flex-direction: row-reverse;
}

.interview_qa {
	margin-top: 50px;
}

.interview_qa:first-child {
	margin-top: 0;
}

.interview_qa_q {
	font-size: 20px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 1.5em;
}

.interview_qa_q:before {
	position: absolute;
	content: "Q.";
	top: 0;
	left: 0;
}

.interview_img {
	width: 35%;
	text-align: center;
}

.interview_txt {
	width: 52.5%;
}

.interview_sec.-sec1 .interview_img {
	width: 53%;
	display: flex;
	justify-content: space-between;
}

.interview_img_item {
	width: 48.75%;
}

.interview_sec.-sec1 .interview_txt {
	width: 40%;
}

/* for SP */
@media screen and (max-width:640px) {
	.concept {
		padding: 60px 0;
	}

	.concept_row {
		display: block;
		padding-bottom: 0;
	}

	.concept_col {
		width: auto;
	}

	.concept_col.-photo:before {
		padding-top: 99%;
	}

	.concept_photo_item.-item1 {
		transform: translateX(-55%);
		width: 81.9%;
	}

	.concept_photo_item.-item2 {
		top: 28%;
		left: 7%;
		width: 41%;
	}

	.concept_photo_item.-item3 {
		top: 23%;
		left: 51.5%;
		width: 41%;
	}

	.concept_col.-txt {
		margin-top: 50px;
	}

	.concept_col.-txt p {
		margin-top: 1em;
	}

	.concept_gallery {
		margin-top: 50px;
	}

	.concept_gallery_wrap,
	.concept_gallery_item.-item3 {
		float: none;
		width: 100%;
	}

	.concept_gallery_wrap {
		margin-left: 0;
	}

	.concept_gallery_item.-item1 {
		float: left;
	}

	.concept_gallery_item.-item2 {
		float: right;
	}

	.concept_gallery_item.-item2,
	.concept_gallery_item.-item3 {
		margin: 20px 0 0;
		text-align: center;
	}

	/* INTERVIEW */
	.interview_sec {
		padding: 50px 0;
	}

	.interview_ttl {
		font-size: 18px;
	}

	.interview_wrap {
		margin-top: 45px;
		display: block;
	}

	.interview_img {
		width: 100% !important;
	}

	.interview_txt {
		width: 100% !important;
		margin-top: 50px;
	}

	.interview_qa_q {
		font-size: 18px;
	}

}

/* for Print */
@media print {
}
