#aboutyubo_box {position: relative;padding: 0 90px 0 30px;display: flex;justify-content: space-between;align-items: flex-start;}
#aboutyubo_box .txt_box { width: 1%; flex: auto 1; }
#aboutyubo_box .txt_box h5 {margin-top: 40px;margin-bottom: 10px;line-height: 100%;font-size: 44px;font-weight: 400;color: var(--primary);font-family: 'Gallery';letter-spacing: 2.4px;}
#aboutyubo_box .txt_box h3 {position: relative;padding-bottom: 10px;border-bottom: 1px #dfd4bb solid;}
#aboutyubo_box .txt_box p {line-height: 1.3;padding: 6px 0;font-size: 24px;color: #2e2e2e;letter-spacing: 5.5px;font-weight: 700;}
#aboutyubo_box .txt_box h3:after {position: absolute;width: 110px;height: 1px;background: #8c7642;display: block;bottom: 0;left: 0;content: "";}
#aboutyubo_box .txt_box article {width: 75%;margin: 30px 0px 0;text-align: justify;font-size: 16px;line-height: 2;letter-spacing: 0.5pt;}
#aboutyubo_box .img_box {position: relative;margin-left: 5%;padding-bottom: 100px;width: 630px;}
#aboutyubo_box .img01 img:nth-child(1) {position: absolute;right: 27%;bottom: 0px;width: 230px;z-index: 10;border-top-right-radius: 130px;border-bottom-right-radius: 130px;border: 5px solid #cbba96;}
#aboutyubo_box .img01 img:nth-child(2) {position: absolute;right: 60%;bottom: -30px;width: 470px;border: 5px solid #cbba96;border-top-left-radius: 130px;border-top-right-radius: 0;}
#aboutyubo_box .img01 img:nth-child(3),#aboutyubo_box .img02 img{
    border: 5px solid #cbba96;
    border-top-right-radius: 130px;
}
@media screen and (max-width: 1500px){
	#aboutyubo_box .img01 img:nth-child(2) { right: 30%; }
}
@media screen and (max-width: 1366px){
	#aboutyubo_box{
    padding: 0 0px 0 30px;
}
	#aboutyubo_box .img_box{}
}
@media screen and (max-width: 1280px){
	#aboutyubo_box .img_box { position: absolute; padding-bottom: 80px; width: 40%; top: 0; right: 0; }
	#aboutyubo_box .img01 img:nth-child(2) { right: 20%; }
	#aboutyubo_box .txt_box article{
    width: 45%;
}
	#aboutyubo_box .txt_box p{
    font-size: 27px;
}
}
@media screen and (max-width: 1140px){
	#aboutyubo_box{display:flex;flex-direction:column;padding:0 10px 0 10px}
	#aboutyubo_box .txt_box{width:100%}
	#aboutyubo_box .img_box{position:relative;width:100%;padding-top:40px;padding-bottom:0;margin-left:0}
	#aboutyubo_box .txt_box article{width:100%;margin-top:30px;font-size:16px}
	#aboutyubo_box .img01 img:nth-child(1),#aboutyubo_box .img01 img:nth-child(3){display:none}
	#aboutyubo_box .txt_box p{font-size: 20px;line-height:160%;letter-spacing: 3.5px;padding: 0;}
	#aboutyubo_box .txt_box h5{font-size: 37px;margin-top: 0;}
	#aboutyubo_box .img01 img:nth-child(2) {right: 0;bottom: 0;position: relative;width: 100%;}
}
@media screen and (max-width: 640px){
	#aboutyubo_box .txt_box h3 {
}
	#aboutyubo_box .txt_box h3 p { font-size: 34px; }
}