@charset "utf-8";

.pgTtl{
	position: relative;
	background-color: transparent;
	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;
		background-color: #fff;
		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: -45px;
}
.main_copy::after{
	bottom: 0;
	left: 50%;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	margin-left: -45px;
}
.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: -9.333vw;
	}
	.main_copy::after{
		margin-left: -9.333vw;
	}
	.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;
	}
}
.detail_ttl{
	margin-bottom: 95px;
	font-size: 30px;
	text-align: center;
	line-height: 1;
}
.detail_box{
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto 150px;
}
.detail_box .title{
	margin-bottom: 20px;
	font-size: 27px;
	text-align: center;
	line-height: 1.778;
}
.detail_box .title + .name{
	margin-bottom: 90px;
	font-size: 17px;
	text-align: center;
	line-height: 1;
}
.detail_box .wrapper{
	display: flex;
	justify-content: space-between;
}
.detail_box:nth-child(odd) .wrapper{
	flex-direction: row-reverse;
}
.detail_box .wrapper .img{
	width: 520px;
}
.detail_box .wrapper .think_txt{
	width: 520px;
}
.detail_box:nth-child(even) .img,
.detail_box:nth-child(odd) .think_txt{
	margin-right: 20px;
}
.detail_box .wrapper .think_txt h5{
	margin-bottom: 20px;
	font-size: 21px;
	letter-spacing: 0.04em;
	line-height: 1;
}
.detail_box .wrapper .think_txt .txt{
	margin-bottom: 55px;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 2;
}
.detail_box .wrapper .think_txt .txt:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.detail_ttl{
		width: 86.667%;
		margin: 0 auto 6%;
		font-size: 5.867vw;
		text-align: left;
		line-height: 1.636;
	}
	.detail_box{
		max-width: 100%;
		padding: 0;
		margin: 0 auto 29.333%;
	}
	.detail_box .title{
		width: 86.667%;
		margin: 0 auto 2.667%;
		font-size: 4.533vw;
		text-align: left;
	}
	.detail_box .title + .name{
		width: 86.667%;
		margin: 0 auto 10.769%;
		font-size: 3.2vw;
		text-align: left;
	}
	.detail_box .wrapper{
		display: block;
	}
	.detail_box .wrapper .img{
		width: 100%;
		margin-bottom: 9.333%;
	}
	.detail_box .wrapper .think_txt{
		width: 86.667%;
		margin: 0 auto;
	}
	.detail_box:nth-child(even) .img,
	.detail_box:nth-child(odd) .think_txt{
		margin-right: auto;
	}
	.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;
	}
}

.detail_box.fst{
	max-width: 100%;
	padding: 0;
	margin-bottom: 230px;
}
.detail_box.fst .wrapper{
	position: relative;
	display: block;
	margin-bottom: 120px;
}
.detail_box.fst .wrapper .img{
	width: 100%;
	margin: 0;
}
.detail_box.fst .wrapper .img .photo{
	width: 100%;
}
.detail_box.fst .title{
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 135px;
	margin-left: -445px;
	text-align: left;
	z-index: 2;
}
.detail_box.fst .title + .name{
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 300px;
	margin-left: -445px;
	text-align: left;
	line-height: 1;
	z-index: 2;
}
.detail_box.fst .think_txt{
	width: auto;
	max-width: 800px;
	padding: 0 20px;
	margin: 0 auto;
}
.detail_box.fst .think_txt h5{
	margin-bottom: 20px;
	font-size: 21px;
	letter-spacing: 0.04em;
	line-height: 1;
}
.detail_box.fst .think_txt .txt{
	margin-bottom: 55px;
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 2;
}
.detail_box.fst .think_txt .txt:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 920px) {
	.detail_box.fst .title{
		left: 0;
		margin-left: 20px;
	}
	.detail_box.fst .title + .name{
		left: 0;
		margin-left: 20px;
	}
}

@media screen and (max-width: 768px) {
	.detail_box.fst{
		margin-bottom: 32%;
	}
	.detail_box.fst .wrapper{
		margin-bottom: 9.333%;
	}
	.detail_box.fst .title{
		position: relative;
		left: 0;
		margin-top: 0;
		margin-left: auto;
	}
	.detail_box.fst .title + .name{
		position: relative;
		left: 0;
		margin-top: 0;
		margin-left: auto;
	}
	.detail_box.fst .think_txt{
		max-width: 86.667%;
		padding: 0;
	}
	.detail_box.fst .think_txt h5{
		margin-bottom: 3.077%;
		font-size: 4.267vw;
	}
	.detail_box.fst .think_txt .txt{
		margin-bottom: 9.231%;
		font-size: 3.2vw;
		line-height: 1.667;
	}
}


