@charset "UTF-8";

#page .page_title{background-color:#342623;}
#page .page_title .title{color:#FCFCE6;border-color:#FCFCE6;}

/* story_section */
#page .story_section{background-color:#342623;}
#page .story_section .section_title .inner{display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
#page .story_section .section_title .image_box{max-width:25%;}
#page .story_section .section_title .image_box img{width:100%;}
#page .story_section .section_content{padding:4em 0 5em;}
#page .story_section .section_content .inner{display:flex;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;}
#page .story_section .section_content .content_right{display:flex;align-items:flex-end;}
#page .story_section .section_content .content_right .inner_box{width:30em;}
#page .story_section .section_content .content_right .inner_box .title{margin:0;font-size:0.95em;font-weight:600;color:#ACC93F;word-break:keep-all;}
#page .story_section .section_content .content_right .inner_box .desc{line-height:2;margin-top:0.5em;font-size:0.95em;color:#fff;word-break:keep-all;}
@media all and (max-width:800px){
	#wrap #page .story_section .section_content .content_right .inner_box{width:100%;}
}
@media all and (max-width:600px){
	#wrap #page .page_section .section_content .content_right{flex-wrap:wrap;}
}

/* story01_section */
#page .story01_section .section_content .content_left{width:21.5em;}
#page .story01_section .section_content .content_left .title{line-height:1.8;margin:0;font-size:2em;font-weight:500;color:#fff;word-break:keep-all;}
#page .story01_section .section_content .content_right{flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% - 25em);}
#page .story01_section .section_content .content_right .inner_box{margin-top:2em;}
@media all and (max-width:1800px){
	#page .story01_section .section_content .inner{flex-wrap:wrap;}
	#page .story01_section .section_content .content_left,
	#page .story01_section .section_content .content_right{width:100%;}
}

@media all and (max-width:1200px){
	#page .story01_section .section_content .content_right .inner_box{padding:0 1em;}
}



/* promise_section */
#page .promise_section{height:100vh;background-color:#FCFCE6;}
#page .promise_section .section_title{display:flex;align-items:center;height:100%;text-align:center;}
#page .promise_section .section_title img{width:3.05em;}
#page .promise_section .section_title .title{line-height:1.8;margin-top:3em;}

/* story02_section */
#page .story02_section{padding:3em 0 7.5em;background-color:#1B1D1D;}
#page .story02_section .section_content .content_left{width:40.5em;margin-left:4.5em;}
#page .story02_section .section_content .content_left img{width:100%;}
#page .story02_section .section_content .content_right{-webkit-flex:1;flex:1;flex-wrap:wrap;width:calc(100% - 40.5em);margin:0 3em;}
#page .story02_section .section_content .content_right .inner_box:nth-of-type(2){margin-left:calc(100% - 30em);}
@media all and (max-width:1700px){
	#page .story02_section .section_content .content_right .inner_box:nth-of-type(2){margin-left:0;}
}

@media all and (max-width:1400px){
	#page .story02_section .section_content .content_right .inner_box:nth-of-type(2){margin-top:2em;}
}

@media all and (max-width:1200px){
	#page .story02_section .section_content .content_left{width:35.5em;margin-left:3em;}
	#page .story02_section .section_content .content_right{width:calc(100% - 35.5em);}
}

@media all and (max-width:1000px){
	#page .story_section .section_content .inner{flex-wrap:wrap;}
	#page .story02_section .section_content .content_right{flex-wrap:nowrap;width:100%;margin:2em 0 0;}
	#page .story02_section .section_content .content_right .inner_box{padding:0 1em;}
}

@media all and (max-width:800px){
	#page .story02_section .section_content .content_left{margin-left:0;}
}

/* story03_section */
#page .story03_section{padding:3em 0;background-color:#646C25;}
#page .story03_section .section_content .content_left{width:52em;}
#page .story03_section .section_content .content_left .image_box{background-image:url(../img/story03_section_bg.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;}
#page .story03_section .section_content .content_left .image_box img{display:block;width:100%;}
#page .story03_section .section_content .content_right{flex-wrap:wrap;width:calc(100% - 52em);margin:0 3em;}
#page .story03_section .section_content .content_right .content_title{}
#page .story03_section .section_content .content_right .content_title img{width:1.4em;}
#page .story03_section .section_content .content_right .content_title .title{line-height:1.8;margin:0;font-size:2em;color:#fff;}
@media all and (max-width:1800px){
	#page .story03_section .section_content .content_left{width:47em;}
	#page .story03_section .section_content .content_right{width:calc(100% - 47em);}
}

@media all and (max-width:1600px){
	#page .story03_section .section_content .content_left{width:42em;}
	#page .story03_section .section_content .content_right{width:calc(100% - 42em);}
}

@media all and (max-width:1200px){
	#page .story03_section .section_content .inner{flex-wrap:wrap;}
	#page .story03_section .section_content .content_left{width:52em;margin:0 auto;}
	#page .story03_section .section_content .content_right{align-items:flex-start;width:100%;margin-top:2em;}
	#page .story03_section .section_content .content_right .inner_box{-webkit-flex:1;flex:1;max-width:50%;margin-left:5em;}
}

@media all and (max-width:1000px){
	#page .story03_section .section_content .content_right .inner_box{margin-left:2em;}
}

@media all and (max-width:1000px){
	#page .story03_section .section_content .content_right{flex-wrap:wrap;margin:2em 1em 0;}
	#page .story03_section .section_content .content_right .content_title{width:100%;}
	#page .story03_section .section_content .content_right .inner_box{width:100%;max-width:100%;margin-left:0;margin-top:2em;}
}

@media all and (max-width:400px){
	#page .story03_section .section_content .content_right .content_title .title br{display:none;word-break:keep-all;}
}