@charset "UTF-8";
.breadcrumb{margin-top:0;}
.second-text {width:100%;padding: 0;}
.second-text img{width:100%;}
.hero-sub{margin-top:16vw;}
.hero-sub img{width:100%;}
.about{margin-bottom:15vw;}
.result{margin-bottom:15vw;}
.course{margin: 0 auto 10vw;width: 90%;}
.ac{width:85%;margin:0 auto 15vw;}

/* ============================================= pc
================================================*/
@media screen and (min-width: 769px) { 
.second-text{padding-bottom:120px;}
.hero-sub{margin-top:110px;}                                   
.hero-sub img{ width: 100%;min-width: 1500px;position: relative;left: 50%;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.second-text img{ width: 100%;min-width: 1500px;position: relative;left: 50%;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.result{margin-bottom:120px;}
.about{margin-bottom:120px;}
.course{margin-bottom:80px;max-width:1200px;}
.course img{width:100%;min-width:inherit;}
.ac{max-width:1200px;margin-bottom: 70px;}
.ac img{width:100%;min-width:inherit;}
.ba{max-width:1200px;margin:0 auto;}
.ba img{width:100%;min-width:inherit;}
  
}

@media screen and (min-width: 1200px) { 
.hero-sub img{ width: 100%;min-width: 2000px;position: relative;left: 50%;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.second-text img{ width: 100%;min-width: 2000px;position: relative;left: 50%;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.ac img{width:100%;min-width:inherit;}
.course img{width:100%;min-width:inherit;}
.ba img{width:100%;min-width:inherit;}
}
  /* retina用 ----------------------------------------------- */ 
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) {

}
