@charset "utf-8";

.pgTtl{
	position: relative;
	height: auto;
	padding: 195px 0 180px;
}
.pgTtl .catch{
	width: 604px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.pgTtl{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
		padding: 0;
	}
	.pgTtl .catch{
		width: 80.667%;
	}
}

.contents_inner{
	position: relative;
	padding: 0;
}
.main_copy{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 30px 0 15px;
	margin-bottom: 95px;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	line-height: 1.667;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.main_copy::before,
.main_copy::after{
	content: "";
	position: absolute;
	display: block;
	width: 34px;
	height: 34px;
}
.main_copy::before{
	top: 0;
	right: 50%;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	margin-right: -70px;
}
.main_copy::after{
	bottom: 0;
	left: 50%;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	margin-left: -70px;
}
.main_txt{
	max-width: 800px;
	padding: 0 20px;
	margin: 0 auto 200px;
	font-size: 15px;
	line-height: 2;
}
.main_txt strong{
	display: block;
	margin-top: 20px;
	font-size: 18px;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.main_copy{
		padding: 6.667% 0 2.667%;
		margin-bottom: 14.667%;
		font-size: 6.133vw;
	}
	.main_copy::before,
	.main_copy::after{
		width: 7.2vw;
		height: 7.2vw;
	}
	.main_copy::before{
		margin-right: -13.867vw;
	}
	.main_copy::after{
		margin-left: -13.867vw;
	}
	.main_txt{
		max-width: 86.667%;
		padding: 0;
		margin-bottom: 18.667%;
		font-size: 3.2vw;
		line-height: 1.667;
	}
	.main_txt strong{
		margin-top: 4.615%;
		font-size: 3.733vw;
	}
}

.concept_wrap{
	margin-bottom: 190px;
}
.concept_wrap .img .photo{
	width: 100%;
	margin-bottom: 190px;
}
.concept_wrap .wrapper .inner{
	display: flex;
	justify-content: space-between;
	max-width: 710px;
	padding: 0 20px;
	margin: 0 auto 200px;
}
.concept_wrap .wrapper .inner > h3{
	font-size: 30px;
	line-height: 1.667;
}
.concept_wrap .wrapper .inner > p{
	margin-left: 50px;
	font-size: 15px;
	line-height: 2;
}
.concept_wrap .wrapper .inner > p strong{
	display: block;
	margin-top: 30px;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.632;
}
@media screen and (max-width: 768px) {
	.concept_wrap{
		margin-bottom: 24%;
	}
	.concept_wrap .img .photo{
		margin-bottom: 17.333%;
	}
	.concept_wrap .wrapper{
		display: flex;
		justify-content: center;
	}
	.concept_wrap .wrapper .inner{
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0;
		margin-bottom: 0;
	}
	.concept_wrap .wrapper .inner > h3{
		margin-bottom: 11.111%;
		font-size: 5.867vw;
	}
	.concept_wrap .wrapper .inner > p{
		margin-left: 0;
		font-size: 3.2vw;
		line-height: 2.5;
	}
	.concept_wrap .wrapper .inner > p strong{
		margin-top: 11.111%;
		font-size: 4.267vw;
	}
}
.detail_ttl{
	margin-bottom: 95px;
	font-size: 30px;
	text-align: center;
	line-height: 1;
}
.detail_box{
	max-width: 1100px;
	margin: 0 auto 150px;
}
.detail_box .wrapper{
	max-width: 800px;
	padding: 0 20px;
	margin: 80px auto 0;
}
.detail_box .wrapper .title{
	margin-bottom: 35px;
	font-size: 27px;
	text-align: center;
	line-height: 1.778;
}
.detail_box .wrapper .title + .name{
	margin-bottom: 90px;
	font-size: 17px;
	text-align: center;
	line-height: 1;
}
.detail_box .wrapper .think_txt h5{
	margin-bottom: 20px;
	font-size: 21px;
	letter-spacing: 0.06em;
	line-height: 1;
}
.detail_box .wrapper .think_txt .txt{
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.detail_ttl{
		margin-bottom: 10.667%;
		font-size: 5.867vw;
		line-height: 1.636;
	}
	.detail_box{
		max-width: 100%;
		margin-bottom: 18.667%;
	}
	.detail_box .wrapper{
		max-width: 86.667%;
		padding: 0;
		margin-top: 12%;
	}
	.detail_box .wrapper .title{
		margin-bottom: 6.154%;
		font-size: 4.533vw;
	}
	.detail_box .wrapper .title + .name{
		margin-bottom: 13.077%;
		font-size: 3.2vw;
	}
	.detail_box .wrapper .think_txt h5{
		margin-bottom: 2.308%;
		margin-left: 6vw;
		font-size: 4.267vw;
		line-height: 1.625;
		text-indent: -6vw;
	}
	.detail_box .wrapper .think_txt .txt{
		margin-bottom: 7.692%;
		font-size: 3.2vw;
		line-height: 1.667;
	}
}




