@charset "UTF-8";
.main {
	background: #474342;
}

.content {
	position: relative;
	z-index: 1;
}

.shofukaku {
	position: relative;
	padding-top: 60px;
}

.shofukaku::after {
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 60px);
	max-width: 1030px;
	background: #5a5655;
	display: block;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translate(-50%, 0);
}

.shofukaku p {
	color: #ffffff;
}

.shofukaku .photo__capIn {
	left: 5px;
	right: auto;
}

.boxTitle {
	max-width: 1030px;
	padding-top: 90px;
}

.boxTitle .mTitle-jp {
	-ms-writing-mode:tb-rl; 
	-webkit-writing-mode:vertical-rl; 
	writing-mode:vertical-rl;
	margin: 0 auto;
	color: #ffffff;
	letter-spacing: 0.2em;
	display: inline-block;
}

.boxTitle .photo {
	text-align: center;
	padding: 60px 0;
}

.boxPhotoMulti {
	width: 100%;
	max-width: 100%;
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.boxPhotoMulti1 .photo {
	width: 66.25%;
}

.boxPhotoMulti1 .thumb-img figure:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.boxPhotoMulti1 .thumb-img figure:nth-child(2) img {
	width: 48.48%;
}

.boxPhotoMulti2 .thumb-img {
	width: 11.61%;
}

.boxPhotoMulti2 .thumb-img img {
	margin-bottom: 10px;
}

.boxPhotoMulti .photo__capIn {
	width: 4.15%;
}

.boxPhoto {
	padding-top: 160px;
	padding-bottom: 50px;
}

.boxPhoto .photo__capIn {
	width: 2.69%;
}

.boxContent {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
}

.boxContent .photo {
	width: 67.64%;
}

.boxContent .photo__capIn {
	width: 4.19%;
}

.txtContent p {
	line-height: 2.9;
}

.txtList p {
	line-height: 1.7;
}

.txtList li:not(:last-child) {
	margin-bottom: 36px;
}

.txtList .border {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ffffff;
}

.mw-1750 {
	max-width: 1750px;
}

.mw-1600 {
	max-width: 1600px;
}

.mw-1730 {
	max-width: 1730px;
}

@media screen and (min-width: 768px) {
	.boxTitle .mDesc {
		letter-spacing: 0.2em;
	}
	
	.boxPhotoMulti1 {
		align-items: flex-end;
	}

	.boxPhotoMulti1 .thumb-img {
		width: 23.8%;
	}

	.boxPhotoMulti1 .thumb-img figure:nth-child(1) {
		width: 85.65%;
		margin-bottom: 10px;
	}

	.boxPhotoMulti2 {
		justify-content: flex-end;
	}

	.boxPhotoMulti2 .photo {
		width: 66.67%;
	}

	.boxContent:last-child {
		padding-bottom: 90px;
	}

	.boxContent .boxTxtSp {
		width: 28.52%;
		padding-right: 20px;
	}
	
	.boxContent .txtList {
		min-width: 12.85%;
		margin-left: 8.1%;
	}
}

@media screen and (max-width: 767px) {

	.content {
		width: calc(100% - 50px);
	}

	.mv-tit {
		position: unset;
		text-align: center;
		padding-top: 30px;
	}

	.shofukaku::after {
		top: 50px;
		height: calc(100% - 50px);
	}

	.shofukaku {
		padding-top: 50px;
	}

	.boxPhotoMulti1 {
		padding-top: 0;
		justify-content: end;
	}

	.boxPhotoMulti1 .photo {
		width: 99.22%;
	}

	.boxPhotoMulti1 .thumb-img figure:nth-child(1) {
		margin-bottom: 10px;
	}

	.boxPhotoMulti2 {
		justify-content: space-between;
		align-items: center;
		padding-top: 50px;
	}

	.boxPhotoMulti2 .photo {
		width: 100%;
		order: -1;
	}

	.boxPhotoMulti2 .photo-cap {
		order: -2;
	}

	.boxPhotoMulti2 .thumb-img {
		width: 48.5%;
	}

	.boxContent .photo {
		width: 100%;
	}

	.mw-1600,
	.mw-1730,
	.boxPhotoMulti {
		width: 100%;
		max-width: 100%;
	}

	.boxTitle {
		padding-top: 40px;
	}

	.boxTitle .photo {
		padding: 30px 0;
	}

	.boxContent {
		padding-top: 50px;
	}

	.boxPhoto {
		padding-top: 50px;
		padding-bottom: 0;
	}

	.photo-cap {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}

	.boxTxtSp .txtContent {
		background: #474342;
		padding: 20px 0;
	}

	.boxTxtSp .txtContent p {
		width: calc(100% - 50px);
		margin: 0 auto;
		line-height: 1.9;
	}

	.boxTxtSp .txtList {
		width: calc(100% - 50px);
		margin: 20px auto;
	}

	.boxTxtSp .txtList p {
		line-height: 1.6;
	}

	.txtList li:not(:last-child) {
		margin-bottom: 20px;
	}
}
