@charset "utf-8";

/* box01 */
.box01 .titEnJp {
	margin-bottom: 10rem;
}

.box01 h3 {
	border: 1px solid #534741;
	border-left: 0;
	border-right: 0;
	font-size: 4rem;
	font-size: 2.6rem;
	padding: 2rem 0;
	text-align: center;
	margin-bottom: 6rem;
}

.box01 .merit .col01 {
	width: 49%;
}

.box01 .merit .col02 {
	width: 49%;
}

.box01 .merit li {
	margin-bottom: 2.6rem;
}

.box01 .merit .tit {
	line-height: 1;
	width: 130px;
	font-family: 'Trajan Pro', sans-serif;
	background: #534741;
	color: #ffffff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box01 .merit .tit::before {
	content: '';
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%);
	z-index: 1;
}

.box01 .merit .tit span {
	font-size: 250%;
}

.box01 .merit .txt {
	width: calc(100% - 130px);
	padding: 0 1rem;
	font-size: 2rem;
	font-weight: 500;
}

@media screen and (max-width: 768px){
	.box01 .merit .col01 {
		width: 100%;
		margin-bottom: 2rem;
	}

	.box01 .merit .col02 {
		width: 100%;
	}

	.box01 .merit .tit {
		width: 100px;
	}

	.box01 .merit .txt {
		width: calc(100% - 100px);
		font-size: min(3.5vw, 2rem);
		padding-left: 2rem;
	}

	.box01 .titEnJp {
		margin-bottom: 5rem;
	}

	.box01 h3 {
		font-size: min(5vw, 2.6rem);
		padding: 1rem;
		margin-bottom: 5rem;
	}
}


/* box02 */
.box02 .row02 {
	margin: 4rem 0 0;
	background: #f9f7f5;
	border: 2px solid #a38c5e;
	text-align: center;
	padding: 4rem;
}

.box02 .row02 h4 {
	/*font-size: 2.9rem;*/
	font-size: 2rem;
}

.box02 .row02 h4 span {
	font-family: 'Noto Sans JP', sans-serif;
}

.box02 .row02 h3 {
	color: #a38c5e;
	font-size: 2.4rem;
	margin: 2rem 0 4rem;
}

.box02 .row02 p {
	line-height: 2.5;
}

.box02 .row03 {
	margin: 6rem 0 0;
}

.box02 .row03 h3 {
	padding: 2rem;
	font-size: 2.9rem;
	font-size: 2rem;
	background: #a38c5e;
	color: #ffffff;
	text-align: center;
	margin: 0 0 2rem;
}

.box02 .row03 h3 span {
	display: block;
	font-size: 150%;
}

.box02 .row03 .item {
	width: 49%;
	position: relative;
	padding-bottom: 4rem;
	align-items: flex-start;
}

.box02 .row03 .item .photo {
	width: 24%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.box02 .row03 .item .txt {
	position: relative;
	width: 80%;
	margin: 0 0 0 auto;
}

.box02 .row03 .item .txt p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
	left: 0;
	width: 100%;	
	text-align: center;
	font-size: 1.5rem;
	font-family: 'BIZ UDGothic', sans-serif;
	font-weight: bold;
}

.box02 .row03 .item .txt p span {
	color: #ba1d2d;
	font-size: 130%;
}

@media (max-width: 999px) and (min-width: 769px){
	.box02 .row03 .item .txt p {
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 768px){
	.box02 .row01 .m-cap {
		margin-top: 2rem;
	}

	.box02 .row02 {
		padding: 3rem;
	}

	.box02 .row02 h3 {
		margin: 0 0 4rem;
	}

	.box02 .row02 p {
		text-align: left;
	}
	
	.box02 .row02 p br {
		display: none;
	}

	.box02 .row03 .item {
		width: 100%;
	}

	.box02 .row03 .item .txt p {
		font-size: 2.5vw;
	}
}


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