@charset "utf-8";

#Wrap { position:relative; width:100%; height:100%; }
#Wrap .index_box { width:100%; margin-top:10px; }

/* content */

#about_title { position:relative; width:100%; }
#about_title p { position:absolute; color:#fff; font-size:4vw; text-align:center; line-height:5.5vw; width:300px; top:45%; left:50%; margin-left:-150px; font-weight:300; text-shadow: 0px 0px 10px rgb(0, 0, 0); }
#about_title p span { font-size:5vw; font-weight:600; }
#about_title > img { width:100%; }
#about_title span#arrow_r { position:absolute; width:70px; height:70px; right:20px; top:50%; margin-top:-35px; }
#about_title span#arrow_l { position:absolute; width:70px; height:70px; left:20px; top:50%; margin-top:-35px; }

.about_img img { width:100%; margin-top:5px; }

#about_01 { padding:40px 20px; }
#about_01 p { color:#aaa; font-size:3.7vw; line-height:4.3vw; }
    

