@charset "utf-8"; /* */
/**
* @author CodeClicker
*/

.main_section05_container { overflow: hidden; }
.main_section_pc.about_section_container.section03 { padding-top: 0; }
.main_section_pc.about_section_container.section03  .main_section05_wrapper { padding: 0; }
.main_section_pc.section03 .main-title-wrapper { padding: 0 321px; }
.main_section_pc.section03 .main-title-wrapper:nth-child(2) .section-sub-title br:nth-child(1) { display: none; }
.main_section_pc.section03 .main-title-wrapper:nth-child(3) .section-sub-title br:nth-child(1) { display: none; }

.main_section_pc.section03 .title_img_wrapper:nth-child(1) { margin-bottom: 125px; }
.main_section_pc.section03 .title_img_wrapper:nth-child(4) { margin-top: 125px; }

.main_section_pc.section03 .title_img_wrapper:nth-child(4)  {  display: flex;  flex-direction: column;  position: relative; overflow: hidden; }
.main_section_pc.section03 .title_img_wrapper:nth-child(4) .play_slide {  display: flex; flex-direction: row; animation: play_silde_r 60s linear infinite; }
.main_section_pc.section03 .title_img_wrapper:nth-child(4) .play_slide .images { display: flex; flex-direction: row; flex-shrink: 0; align-items: center; }
.main_section_pc.section03 .title_img_wrapper:nth-child(4) .play_slide .images img {margin-right: 10px;}

.main_section_pc.about_section_container.section03 .main-title-wrapper .section-sub-title {justify-content: flex-start;}
.main_section_pc.about_section_container.section03 .main-title-wrapper:nth-child(3) { margin-top: 489px;}
.main_section_pc.about_section_container.section03 .main-title-wrapper:nth-child(3) .section-title { text-align: right; }
.main_section_pc.about_section_container.section03 .main-title-wrapper:nth-child(3) .section-sub-title { justify-content: flex-end; }


.main_section_pc.section03 .title_img_wrapper img.mo { display: none; }	

@keyframes play_silde_r { 
 0% { transform: translateX(0); } 
 100% { transform: translateX(-100%); } 
 } 



@media screen and (max-width: 768px) {
	
.main_section_pc.section03 .title_img_wrapper img.pc { display: none; }	
.main_section_pc.section03 .title_img_wrapper img.mo { display: block; width: 100%; height: auto;}	
.main_section_pc.section03  .main-title-wrapper { padding: 0 15px; }
.main_section_pc.section03 .main-title-wrapper:nth-child(2) .section-sub-title br:nth-child(1) { display: block; }
.main_section_pc.section03 .main-title-wrapper:nth-child(3) .section-sub-title br:nth-child(1) { display: block; }	
.main_section_pc.about_section_container.section03 .main-title-wrapper:nth-child(3) .section-sub-title { justify-content: flex-start; }
.main_section_pc.section03 .title_img_wrapper:nth-child(1) {margin-bottom: 85px;}	

.main_section_pc.about_section_container.section03 .main-title-wrapper:nth-child(3) .section-title { text-align: left; }	
	
	
.main_section_pc.about_section_container.section03 .main-title-wrapper:nth-child(3) { margin-top: 145px;}
	
.main_section_pc.section03 .title_img_wrapper:nth-child(4) {margin-top: 85px;}
	
}

