@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg02 .inner02 h2 {
	color: #292929;
}
#main .message {
	margin-bottom: 176px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
#main .message .photoBox {
	margin: 77px -10.7% 0 88px;
	width: calc(50% - 21px);
	border-radius: 23px;
	overflow: hidden;
}
#main .message .photoBox img {
	width: 100%;
}
#main .message .textBox {
	flex: 1;
	/* padding-left: 40px; */
	padding-left: 10vw;
	display: flex;
	justify-content: flex-end;
}
#main .message .textBox .sub {
	width: 100%;
	max-width: 865px;
}
#main .message p {
	/* font-size: min(1.5vw,2.6rem); */
	font-size: 2rem;
	color: #1A1A1A;
	font-weight: 500;
	line-height: 1.92;
	margin-bottom: 50px;
}
#main .message .headLine02 {
	margin: 0 0 58px -40px;
}
#main .message .name {
	margin-top: -10px;
	font-size: min(1.5vw,2.3rem);
	font-weight: 700;
}
#main .message .name .txtSpan {
	margin-left: 25px;
	font-size: min(2.4vw,3.9rem);
	line-height: 1;
	vertical-align: clamp(-2px,-1vw,-5px);
}
#main .message .name .txtSpan small {
	font-size: 1.1rem;
	margin-left: 24px;
	font-weight: 700;
}
#main .thinkingBox {
	padding: 0 20px 80px;
}
#main .thinkingBox .whiteBox {
	max-width: 1300px;
	margin: 0 auto;
	padding: 175px 6.9%;
	border-radius: 34px;
	box-sizing: border-box;
	background-color: #fff;
}
#main .thinkingBox .imgBox {
	margin-bottom: 140px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .thinkingBox .imgBox:last-child {
	margin-bottom: 0;
}
#main .thinkingBox .imgBox .photoBox {
	width: 70.2%;
	margin: 63px -18.3% 0 10px;
	order: 2;
}
#main .thinkingBox .imgBox .photoBox img {
	width: 100%;
	border-radius: 30px;
}
#main .thinkingBox .imgBox .textBox {
	flex: 1;
}
#main .thinkingBox h3 {
	margin-bottom: 45px;
	font-size: min(2.5vw,4.8rem);
	font-weight: 700;
	color: #292929;
}
#main .thinkingBox p {
	font-size: min(1.4vw,1.8rem);
	font-weight: 600;
	color: #1A1A1A;
	line-height: 2.33;
}
#main .thinkingBox .imgBox02 .photoBox {
	order: -1;
	width: 56.7%;
	margin: -76px 87px -31% -23.3%;
}
#main .thinkingBox .imgBox02 .textBox {
	/* margin-right: -6%; */
	margin-right: 1%;
}	
.mainImg02 .inner02 .txtSpan02 {
	color: rgba(41, 41, 41, 0.08);
}

@media all and (min-width: 897px) {
	.mainImg02{
		margin-bottom: 82px;
	}
	.mainImg02 .inner02 h2 {
		/* font-size: 4.7rem; */
		font-size: 4rem;
	}
	.mainImg02 .inner02 .subSpan {
		left: -861px;
		top: 38px;
	}
}

@media all and (max-width: 896px) {
	#main {
		padding-top: 0;
	}
	.mainImg02 .inner02 .subSpan{ 
		top: 20px;
		left: -172px;
	}
	.mainImg02 {
		margin-bottom: 26px;
	}
	#main .message {
		margin-bottom: 63px;
		display: block;
		padding: 0 20px;

		margin-top: 70px;
	}
	#main .message .textBox {
		display: block;
		padding: 0 0 25px;
	}
	#main .message .photoBox {
		margin: 0;
		border-radius: 10px;
		width: auto;
	}
	#main .message .headLine02 {
		margin: 0 0 17px;
	}
	#main .message p {
		position: relative;
		z-index: 2;
		margin-bottom: 19px;
		font-size: 1.4rem;
		line-height: 1.36;
	}
	#main .message p:last-child {
		margin-bottom: 0;
	}
	#main .message .name {
		font-size: 1rem;
		padding-top: 16px;
	}
	#main .message .name .txtSpan {
		font-size: 1.8rem;
		display: block;
		margin: 7px 0 0;
	}
	#main .thinkingBox {
		padding: 0 0 162px;
	}
	#main .thinkingBox .whiteBox {
		border-radius: 0;
		padding: 34px 20px;
	}
	#main .thinkingBox .imgBox {
		margin-bottom: 25px;
		display: block;
	}
	#main .thinkingBox .imgBox .photoBox {
		display: none;
	}
	#main .thinkingBox h3{
		margin-bottom: 9px;
		font-size: 2.6rem;
	}
	#main .thinkingBox p {
		font-size: 1.4rem;
		line-height: 2;
	}
	#main .thinkingBox .imgBox02 .textBox {
		margin-right: 0;
	}
	#main .thinkingBox .spPhoto {
		padding-top: 46px;
		margin: 0 -38px -93px 0;
	}
	#main .thinkingBox .spPhoto img {
		width: 100%;
	}
}


@media all and (min-width: 897px) and (max-width: 1400px) {
	#main .thinkingBox .imgBox .photoBox {
		width: 60%;
		margin-right: -10%;
	}
	#main .thinkingBox .imgBox02 .photoBox {
		margin-right: 40px;
		margin-left: -10%;
		width: 50%;
	}
}