@charset "utf-8";


#sec01{
	background: url(/img/about/bg_message.png) no-repeat;
	background-size: 100%;
	background-position: center bottom;
}

#sec01 .wrapper{
	display: flex;
}

#sec01 .left-box{
	width: 50%;
}

#sec01 .left-box .img-box{
	display: flex;
	flex-direction: row;
	gap: 20px;
}	

#sec01 .left-box .img-box .img-left,
#sec01 .left-box .img-box .img-right{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#sec01 .left-box .img-box .img-right{
	margin-top: 130px;
}

#sec01 .left-box .img-box .img-left figure,
#sec01 .left-box .img-box .img-right figure{
	display: inline-block;
}

#sec01 .left-box .img-box .img-left figure img,
#sec01 .left-box .img-box .img-right figure img{}

#sec01 .right-box{
	width: 50%;
	box-sizing: border-box;
	padding-left: 60px;
}

#sec01 .right-box h3{
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.3;
}

#sec01 .right-box h3 strong{
	font-size: inherit;
	font-weight: inherit;
	color: var(--navy);
}

#sec01 .right-box .message{
	word-break: keep-all;
	font-size: 1.125rem;
}

#sec01 .right-box .signature{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 7px;
	box-sizing: border-box;
	padding-right: 70px;
}

#sec01 .right-box .signature span{
	text-transform: uppercase;
	font-size: 1.125rem;
	font-weight: 600;
}

#sec01 .right-box .signature img{
	width: 110px;
}




@media screen and (max-width: 1500px){
	
}

@media screen and (max-width: 1300px){
	#sec01 .left-box .img-box .img-right{
		margin-top: 110px;
	}
}

@media screen and (max-width: 1100px){
	#sec01 .wrapper{
		flex-direction: column-reverse;
		align-items: center;
	}

	#sec01 .left-box{
		width: 70%;
	}

	#sec01 .right-box{
		width: 100%;
	}

	#sec01 .left-box{
		margin-top: 50px;
	}
}

@media screen and (max-width: 900px){
	#sec01 .right-box{
		padding-left: 45px;
	}

	#sec01 .right-box h3{
		font-size: 2rem;
	}
	
	#sec01 .right-box .message{
		font-size: 1.0625rem;
	}
	#sec01 .right-box .signature{
		padding-right: 55px;
	}
	#sec01 .right-box .signature span{
		font-size: 1.0625rem;
	}
	#sec01 .right-box .signature img{
		width: 100px;
	}
}

@media screen and (max-width: 767px){
	#sec01{
		background-size: 220%;
	}
	#sec01 .right-box{
		padding-left: 0;
		padding-right: 30px;
	}

	#sec01 .right-box .signature{
		padding-right: 0;
	}
	#sec01 .right-box .signature img{
		width: 80px;
	}

	#sec01 .left-box .img-box{
		gap: 10px;
	}
	#sec01 .left-box .img-box .img-left,
	#sec01 .left-box .img-box .img-right{
		gap: 10px;
	}
	#sec01 .left-box{
		margin-top: 30px;
		width: 85%;
	}
	#sec01 .left-box .img-box .img-right{
		margin-top: 35px;
	}
}

@media screen and (max-width: 320px){
	#sec01 .right-box h3{
		font-size: 1.625rem;
	}

	#sec01 .right-box .message{
		font-size: 1rem;
	}

	#sec01 .right-box .signature span{
		font-size: 1rem;
	}

	#sec01 .right-box .signature img{
		width: 65px;
	}
}