@charset "UTF-8";
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
 Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana,
 sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #000000;
  text-decoration: underline;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  /*word-break: break-all;*/
}

h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(../images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 769px), print {
  * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .sp-item {
    display: none;
  }
  body {
    min-width: 1200px;
  }
  h3 {
    font-size: 3.4rem;
    margin-bottom: 2rem;
  }
  p {
    font-size: 2.6rem;
    line-height: 42px;
  }
  .inner {
    width: 1200px;
    margin: 0 auto;
  }
  header {
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
  header #navToggle,
  header #navi_wrap {
    display: none;
  }
  .btn_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0;
  }
  .btn_box a {
    color: #fff;
    background-color: #000;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    font-size: 1.8rem;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  .btn_box a:hover {
    opacity: 0.7;
  }
	
.btn_more {
	max-width:1200px;
	width: 100%;
	margin:30px auto 0;
	background:#7F0305;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn_more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#0D4077;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_more:hover, .btn_more:focus, .btn_more:active {
  color: white;
}
.btn_more:hover:before, .btn_more:focus:before, .btn_more:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn_more a{font-size:20px;text-decoration: none;line-height:1;color:#FFF;display:block;text-align:center;padding:20px;
}
.btn_more a span{background: url(../images/icon_mn_li3.png) left center no-repeat;padding-left:15px;}
.btn_more a:hover{color:#FFF;}
	
	
	
	
	
	
	
	
	
	
	
  .open_canvas {
    padding: 30px 0;
  }
  .main-visual {
    background: url(../../common/images/mv_pc.png) no-repeat center;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    z-index: 10;
    position: relative;
  }
  .main-visual .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 53.2%;
  }
  .main-visual .inner .logo {
    position: absolute;
    top: 40px;
    left: 0;
  }
  .main-visual .inner .catch {
    position: absolute;
    top: 40px;
    right: 0;
  }
  .beginning {
    margin-top: -15px;
    margin-bottom: -3%;
  }
  .beginning .inner,.support .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .beginning .inner .left_box,,.support .inner .left_box {
    width: 50%;
  }
  .beginning .inner .right_box,,.support .inner .right_box{
    width: 50%;
    text-align: right;
  }
  .beginning .inner .right_box img{
    width: 550px;
  }

  .beginning .inner p {
    font-size: 2.6rem;
    line-height: 36px;
    padding-right: 5px;
  }
  .details {
    background: url(../../common/images/details_bg.png) no-repeat top;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    color: #fff;
    z-index: 10;
    position: relative;
  }
  .details .beginning .inner {
    padding: 12vw 0 15px;
    position: relative;
  }
  .details .inner .history {
    margin-bottom: 5px;
  }
  .details .inner .history img {
    margin: 0 0 40px 0;
  }
  .details .inner:nth-of-type(2) {
    padding: 0;
  }
  .details .inner:nth-of-type(3) {
    padding: 0 0 55px;
  }
  .details .image_area {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	margin-top: 20px;  
    margin-bottom: 40px;
  }
  .details .image_area .box_01 {
    margin-right: 10px;
  }
  .details .image_area .box_02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .details .image_area .box_03 {
    position: absolute;
    top: 10px;
    right: 60px;
  }
  .details .image_area_02 {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .details .image_area_02 .box_02 {
    margin-left: 30px;
  }
  .details .image_area_02 .box_03 {
    margin-left: 10px;
  }
  .details .course {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .details .course .box_01 {
    width: 49%;
    margin-bottom: 25px;
  }
  .details .course .box_01 h4 {
    font-size: 3.2rem;
    margin-bottom: 15px;
    color: #0452a3;
  }
  .details .course .box_02 {
    width: 49%;
    margin-bottom: 25px;
  }
  .details .course .box_02 h4 {
    font-size: 3.2rem;
    margin-bottom: 15px;
    color: #876c00;
  }
  .details .course .box_03 {
    width: 49%;
    margin-bottom: 25px;
  }
  .details .course .box_03 h4 {
    font-size: 3.2rem;
    margin-bottom: 15px;
    color: #138302;
  }
  .details .course .box_04 {
    width: 49%;
    margin-bottom: 25px;
  }
  .details .course .box_04 h4 {
    font-size: 3.2rem;
    margin-bottom: 15px;
    color: #850035;
  }
  .details .infinity .set_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    margin-top: 20px;
  }
  .details .infinity .set_area .left_box {
    width: 61%;
    margin-right: 50px;
  }
  .details .infinity .set_area .left_box p {
    font-size: 2.6rem;
  }
  .details .infinity .set_area .right_box {
    width: 33%;
    text-align: right;
  }
  .details .infinity .set_area .right_box img {
    width: 100%;
  }
  .details .infinity p.last {
    margin-top: 35px;
  }
  .details a {
    display: block;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    text-align: center;
  }
  .details a:hover {
    opacity: 0.7;
  }
  .alumni {
    background: #000;
    padding-bottom: 35px;
    padding-top: 50px;
  }
  .alumni .inner {
    background: url(../../common/images/alumni_bg.png) no-repeat top;
    padding: 0 36px 10px;
  }
  .alumni .inner h3 {
    font-size: 3.6rem;
    margin-bottom: 35px;
    text-align: center;
    padding: 15px 0;
    border-bottom: solid 1px #000;
    font-weight: bold;
  }
  .alumni .inner h4 {
    font-size: 2.6rem;
    color: #64007b;
  }
  .alumni .inner .alumni_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: solid 1px #000;
    margin-bottom: 30px;
    padding-bottom: 30px;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .alumni .inner .alumni_box .alumni_img {
    width: 34%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .alumni .inner .alumni_box .alumni_img img {
    width: 100%;
  }
  .alumni .inner .alumni_box .alumni_text {
    width: 64%;
  }
  .alumni .inner .alumni_box .alumni_text.first {
    width: 57%;
  }
  .alumni .inner .alumni_box .alumni_text p {
    font-size: 2.5rem;
    line-height: 40px;
  }
  .alumni .inner .alumni_box.first {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .alumni .inner .alumni_box.first .alumni_img {
    margin-right: 35px;
  }
  .alumni .inner .alumni_box.last {
    border: none;
  }
  /*フッター
-------------------------------------------------------------------------------------------------------------------*/
  footer {
    background: #000;
  }
  #foot_btn {
    text-align: center;
  }
  #foot_btn li {
    display: inline-block;
    margin: 10px;
  }
  .no_foot_btn #foot_btn {
    display: none;
  }
  /*スクール別*/
  #footer {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serifAvenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto;
    background-color: #224463;
    color: #fff;
    padding: 0 0 50px 0;
  }
  #footer .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #footer p {
    line-height: 1.5;
    margin: 0;
  }
  #footer .school {
    width: 400px;
    margin: 50px 45px 0px 45px;
    background-image: url(../../common/images/bg_school.gif);
    background-position: left;
    background-repeat: repeat-y;
    display: inline-block;
  }
  #footer #tokyo,
  #footer #osaka,
  #footer #nagoya,
  #footer #sendai {
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 45px;
  }
  #footer #tokyo {
    background-image: url(../../common/images/footer_tokyo.png);
  }
  #footer #osaka {
    background-image: url(../../common/images/footer_osaka.png);
  }
  #footer #nagoya {
    background-image: url(../../common/images/footer_nagoya.png);
  }
  #footer #sendai {
    background-image: url(../../common/images/footer_sendai.png);
  }
  #footer .data {
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    position: relative;
  }
  #footer .data p.name {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 6px;
  }
  #footer .data p.name a {
    color: #fff;
    text-decoration: none;
  }
  #footer .data .sns {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #footer .add {
    font-size: 13px;
  }
  #footer p.free {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    margin-bottom: 6px;
  }
  #footer p.contact {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    margin-right: 7px;
    background: url(../../common/images/bg_contact.png) left center no-repeat;
    padding-left: 53px;
  }
  #footer .telephone {
    margin-bottom: 6px;
  }
  #footer .telephone p.free, #footer .telephone p.phone {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
  }
  #footer .telephone p.free {
    margin-right: 25px;
    background: url(../../common/images/bg_free.png) left center no-repeat;
    padding-left: 28px;
  }
  #footer .telephone p.phone {
    background: url(../../common/images/bg_tel.png) left center no-repeat;
    padding-left: 16px;
  }
  /*SNS*/
  .sns ul {
    margin: 0;
  }
  .sns li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
  }
  .sns li img {
    width: 40px;
    height: 80px;
    overflow: hidden;
    vertical-align: bottom;
  }
  .sns li img:hover {
    width: 40px;
    height: 80px;
    overflow: hidden;
    vertical-align: bottom;
    margin-top: -40px !important;
    z-index: 20;
    position: relative;
  }
  .sns li.btn {
    margin: 0 1px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sns li.btn::before {
    content: '';
    background-color: #fff;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: -1px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #dda284;
         box-shadow: 0 0 0 0 #fff, 0 0 0 0 #dda284;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sns li.btn:hover::before {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #footer .info ul li.btn {
    width: auto;
    background: #7699b9;
    margin: 0 3px;
    display: inline-block;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #footer .info ul li.btn a {
    font-size: 12px;
    text-decoration: none;
    line-height: 1;
    color: #fff;
    width: auto;
    height: 20px;
    display: block;
    text-align: center;
    padding: 4px 3px;
  }
  #footer .info ul li.btn a:hover {
    color: #224463;
  }
  #footer .info ul li.btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
       -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #footer .info ul li.btn:hover, #footer .info ul li.btn:focus, #footer .info ul li.btn:active {
    color: white;
  }
  #footer .info ul li.btn:hover:before, #footer .info ul li.btn:focus:before, #footer .info ul li.btn:active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
     -ms-transform: scaleX(1);
         transform: scaleX(1);
  }
  /*フッターナビ*/
  #footer_nav {
    background: #111;
  }
  #footer_nav .inner {
    width: 1200px;
    margin: 0 auto;
    background-image: url(../../common/images/bg_footer_nav.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  #footer_nav ul {
    margin: 25px 0 65px 0;
    display: inline-block;
    vertical-align: top;
  }
  #footer_nav ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    padding-left: 17px;
    background-image: url(../../common/images/icon_mn_li.png);
    background-position: left center;
    background-repeat: no-repeat;
  }
  #footer_nav ul li:hover {
    background-image: url(../../common/images/icon_mn_li2.png);
  }
  #footer_nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  /*コピーライト
-------------------------------------------------------------------------------------------------------------------*/
  #copyright {
    font-size: 10px;
    line-height: 1;
    text-align: right;
    padding: 8px 20px;
    color: #e8e5df;
    background-color: #000;
    width: 1200px;
    margin: 0 auto;
  }
  #copyright a {
    color: #e8e5df;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .sp-item {
    display: block;
  }
  h3 {
    font-size: 4vw;
    margin-bottom: 2rem;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  header {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  header .info {
    position: absolute;
    top: 0;
    right: 5%;
    display: block;
    margin-top: 60px;
  }
  header .info p {
    font-size: 3.6vw;
  }
  header .info p span {
    display: block;
    font-size: 2.7vw;
  }
  header .info .tel {
    color: #fff;
    background-color: #646464;
    display: block;
    border: solid 1px #646464;
    font-size: 3.6vw;
    margin: 15px auto;
    max-width: 45vw;
  }
  header .info .tel a {
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .info .tel span {
    display: block;
    background-color: #000;
    padding: 8px 10px;
    margin-right: 3vw;
    font-size: 2.6vw;
  }
  header .info p {
    color: #fff;
  }
  header .sp_nav {
    width: 100%;
    position: fixed;
    padding: 10px 10px;
    z-index: 999;
  }
  header .sp_nav #navToggle {
    cursor: pointer;
    height: 20px;
    width: 25px;
    top: 15px;
    margin-left: auto;
    right: 20px;
    z-index: 999;
  }
  header .sp_nav #navToggle div {
    position: relative;
  }
  header .sp_nav #navToggle span {
    z-index: 1000;
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 3px #fff;
    -moz-border-radius: 15%;
         border-radius: 15%;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  header .sp_nav #navToggle span:nth-child(1) {
    top: 0;
  }
  header .sp_nav #navToggle span:nth-child(2) {
    top: 6px;
  }
  header .sp_nav #navToggle span:nth-child(3) {
    top: 12px;
  }
  header .sp_nav #navToggle.menu-open span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
       -moz-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  header .sp_nav #navToggle.menu-open span:nth-of-type(2) {
    opacity: 0;
  }
  header .sp_nav #navToggle.menu-open span:nth-of-type(3) {
    -webkit-transform: translateY(-4px) rotate(45deg);
       -moz-transform: translateY(-4px) rotate(45deg);
        -ms-transform: translateY(-4px) rotate(45deg);
            transform: translateY(-4px) rotate(45deg);
  }
  header .sp_nav #navi_wrap {
    position: fixed;
    right: -100%;
    top: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    display: inline-block;
  }
  header .sp_nav #navi_wrap ul {
    padding: 60px 0;
  }
  header .sp_nav #navi_wrap ul li {
    display: block;
    text-align: center;
  }
  header .sp_nav #navi_wrap ul li a {
    color: #fff;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-size: 5.8vw;
  }
  header .sp_nav #navi_wrap ul li a img {
    width: 60%;
  }
  header .sp_nav #navi_wrap.menu-open {
    right: 0;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 998;
    position: fixed;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    display: inline-block;
  }
  .btn_box, .btn_more {
    display: block;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
  .btn_box a {
    color: #fff;
    background-color: #000;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    font-size: 1.8rem;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  .btn_box a:hover {
    opacity: 0.7;
  }
  .btn_box img {
    width: 100%;
  }
	
.btn_more {
	max-width:1200px;
	width: 100%;
	background:#7F0305;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-top: 0px;
}
.btn_more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#0D4077;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_more:hover, .btn_more:focus, .btn_more:active {
  color: white;
}
.btn_more:hover:before, .btn_more:focus:before, .btn_more:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn_more a{font-size:20px;text-decoration: none;line-height:1;color:#FFF;display:block;text-align:center;
}
.btn_more a span{background: url(../images/icon_mn_li3.png) left center no-repeat;padding-left:15px;}
.btn_more a:hover{color:#FFF;}
	
	
	
	
	
	
  .open_canvas {
    padding: 20px 0;
    width: 100%;
  }
    
  .main-visual {
    background: url(../../common/images/mv_sp.png) no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
    overflow: hidden;
  }
  .main-visual .inner {
    padding-top: 79.6875%;
  }
  .main-visual .inner .logo,
  .main-visual .inner .catch {
    display: none;
  }
  .beginning {
    padding: 0 5%;
  }
  .beginning .inner {
    display: block;
  }
  .beginning .inner h3 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
  .beginning .inner p {
    font-size: 3.6vw;
  }
  .beginning .inner .left_box {
    width: 100%;
    margin-bottom: 5px;
  }
  .beginning .inner .right_box {
    width: 100%;
    text-align: center;
    margin-top: 13px;
  }
  .beginning .inner .right_box img {
    width: 100%;
  }
  .details {
    background: url(../../common/images/details_bg_sp.png) no-repeat top;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    color: #fff;
    z-index: 10;
    position: relative;
  }
  .details .inner {
    padding: 55px 12px 0;
    margin-top: -45px;
    position: relative;
  }
  .details .inner .history img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .details .inner .history img.img_width {
    width: 65%;
    margin: 0 0 25px 0;
  }
  .details .inner:nth-of-type(2) {
    padding: 0 12px 0;
    margin-top: 0;
  }
  .details .inner:nth-of-type(5) {
    padding: 0 12px 20px;
    margin-top: 0;
  }
  .details .inner h3 {
    font-size: 4vw;
    margin-bottom: 7px;
  }
  .details .inner p {
    font-size: 3.6vw;
  }
  .details .image_area {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .details .image_area .box_01 {
    width: 100%;
    margin-bottom: 15px;
  }
  .details .image_area .box_01 img {
    width: 100%;
  }
  .details .image_area .box_02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 75%;
  }
  .details .image_area .box_02 img {
    width: 45%;
  }
  .details .image_area .box_03 {
    width: 25%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .details .image_area .box_03 img {
    width: 80%;
  }
  .details .image_area_02 {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .details .image_area_02 .box_01 {
    width: 60%;
    margin: 0 auto 20px;
  }
  .details .image_area_02 .box_01 img {
    width: 100%;
  }
  .details .image_area_02 .box_02 {
    width: 49%;
  }
  .details .image_area_02 .box_02 img {
    width: 100%;
  }
  .details .image_area_02 .box_03 {
    width: 49%;
  }
  .details .image_area_02 .box_03 img {
    width: 100%;
  }
  .details .course {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
  }
  .details .course .box_01 {
    width: 100%;
    margin-bottom: 15px;
  }
  .details .course .box_01 h4 {
    font-size: 4.3vw;
    margin-bottom: 10px;
    color: #0452a3;
  }
  .details .course .box_02 {
    width: 100%;
    margin-bottom: 15px;
  }
  .details .course .box_02 h4 {
    font-size: 4.3vw;
    margin-bottom: 10px;
    color: #876c00;
  }
  .details .course .box_03 {
    width: 100%;
    margin-bottom: 15px;
  }
  .details .course .box_03 h4 {
    font-size: 4.3vw;
    margin-bottom: 10px;
    color: #138302;
  }
  .details .course .box_04 {
    width: 100%;
    margin-bottom: 15px;
  }
  .details .course .box_04 h4 {
    font-size: 4.3vw;
    margin-bottom: 10px;
    color: #850035;
  }
  .details .infinity .set_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
/*    margin-bottom: 20px;*/
  }
  .details .infinity .set_area .left_box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .details .infinity .set_area .left_box p {
    font-size: 3.6vw;
  }
  .details .infinity .set_area .right_box {
    width: 40%;
    margin: 0 auto 15px;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .details .infinity .set_area .right_box img {
    width: 100%;
  }
  .details .infinity p.last {
    margin-top: 17px;
    font-size: 3.6vw;
  }
  .details .infinity img {
    width: 100%;
	height:auto;
  }
  .details a {
    display: block;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  .details a:hover {
    opacity: 0.7;
  }
  .alumni {
    background: #000;
    padding: 0 15px 15px;
  }
  .alumni .inner {
    padding: 0 12px 20px;
    position: relative;
    background: #fff;
  }
  .alumni .inner h3 {
    font-size: 4vw;
    margin-bottom: 18px;
    text-align: center;
    padding: 6px 0;
    border-bottom: solid 1px #000;
    font-weight: bold;
    z-index: 1;
    position: relative;
  }
  .alumni .inner h4 {
    font-size: 3.8vw;
    color: #64007b;
    margin: 12px 0 2px;
  }
  .alumni .inner .alumni_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: solid 1px #000;
    margin-bottom: 18px;
    padding-bottom: 15px;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .alumni .inner .alumni_box .alumni_img {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .alumni .inner .alumni_box .alumni_img img {
    width: 100%;
  }
  .alumni .inner .alumni_box .alumni_img.ima_top {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .alumni .inner .alumni_box .alumni_img.img_width {
    width: 70%;
    margin: 0 auto;
  }
  .alumni .inner .alumni_box .alumni_text {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .alumni .inner .alumni_box .alumni_text.first {
    width: 100%;
  }
  .alumni .inner .alumni_box .alumni_text p {
    font-size: 3.6vw;
    line-height: 6vw;
  }
  .alumni .inner .alumni_box .alumni_text.text_bottom {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .alumni .inner .alumni_box.first {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 11;
    position: relative;
  }
  .alumni .inner .alumni_box.last {
    border: none;
  }
  .alumni .inner .alumni_box.last:after {
    content: '';
    background: url(../../common/images/alumni_bg_sp_bottom01.png) no-repeat;
    width: -webkit-calc(119px / 2);
    width: -moz-calc(119px / 2);
    width: calc(119px / 2);
    height: -webkit-calc(134px / 2);
    height: -moz-calc(134px / 2);
    height: calc(134px / 2);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    -moz-background-size: cover;
         background-size: cover;
  }
  .alumni .inner:before {
    content: '';
    background: url(../../common/images/alumni_bg_sp_top.png) no-repeat right;
    width: -webkit-calc(94px / 2);
    width: -moz-calc(94px / 2);
    width: calc(94px / 2);
    height: -webkit-calc(218px / 2);
    height: -moz-calc(218px / 2);
    height: calc(218px / 2);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    -moz-background-size: cover;
         background-size: cover;
  }
  .alumni .inner:after {
    content: '';
    background: url(../../common/images/alumni_bg_sp_bottom02.png) no-repeat;
    width: -webkit-calc(75px / 2);
    width: -moz-calc(75px / 2);
    width: calc(75px / 2);
    height: -webkit-calc(135px / 2);
    height: -moz-calc(135px / 2);
    height: calc(135px / 2);
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    -moz-background-size: cover;
         background-size: cover;
  }
  /*フッター
-------------------------------------------------------------------------------------------------------------------*/
  footer {
    background: #000;
  }
  #foot_btn {
    text-align: center;
  }
  #foot_btn li {
    display: inline-block;
    margin: 10px;
  }
  .no_foot_btn #foot_btn {
    display: none;
  }
  /*スクール別*/
  #footer {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serifAvenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto;
    background-color: #224463;
    color: #fff;
  }
  #footer .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-bottom: 50px;
  }
  #footer p {
    line-height: 1.5;
    margin: 0;
  }
  #footer .school {
    width: 100%;
    margin: 50px 15px 0;
    background-image: url(../../common/images/bg_school.gif);
    background-position: left;
    background-repeat: repeat-y;
    display: inline-block;
  }
  #footer #tokyo,
  #footer #osaka,
  #footer #nagoya,
  #footer #sendai {
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 45px;
  }
  #footer #tokyo {
    background-image: url(../../common/images/footer_tokyo.png);
  }
  #footer #osaka {
    background-image: url(../../common/images/footer_osaka.png);
  }
  #footer #nagoya {
    background-image: url(../../common/images/footer_nagoya.png);
  }
  #footer #sendai {
    background-image: url(../../common/images/footer_sendai.png);
  }
  #footer .data {
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    position: relative;
  }
  #footer .data p.name {
    font-size: 4.3vw;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 6px;
  }
  #footer .data p.name a {
    color: #fff;
    text-decoration: none;
  }
  #footer .data .sns {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #footer .add {
    font-size: 3.2vw;
  }
  #footer p.free {
    font-size: 3.5vw;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    margin-bottom: 6px;
  }
  #footer p.contact {
    font-size: 3.5vw;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    margin-right: 7px;
    background: url(../../common/images/bg_contact.png) left center no-repeat;
    padding-left: 53px;
  }
  #footer .telephone {
    margin-bottom: 6px;
  }
  #footer .telephone p.free, #footer .telephone p.phone {
    font-size: 3.5vw;
    font-weight: bold;
    display: inline-block;
    margin: 0;
  }
  #footer .telephone p.free {
    margin-right: 25px;
    background: url(../../common/images/bg_free.png) left center no-repeat;
    padding-left: 28px;
  }
  #footer .telephone p.phone {
    background: url(../../common/images/bg_tel.png) left center no-repeat;
    padding-left: 16px;
  }
  /*SNS*/
  .sns ul {
    margin: 0;
  }
  .sns li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
  }
  .sns li img {
    width: 40px;
    height: 80px;
    overflow: hidden;
    vertical-align: bottom;
  }
  .sns li img:hover {
    width: 40px;
    height: 80px;
    overflow: hidden;
    vertical-align: bottom;
    margin-top: -40px !important;
    z-index: 20;
    position: relative;
  }
  .sns li.btn {
    margin: 0 1px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sns li.btn::before {
    content: '';
    background-color: #fff;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: -1px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #dda284;
         box-shadow: 0 0 0 0 #fff, 0 0 0 0 #dda284;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sns li.btn:hover::before {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #footer .info ul li.btn {
    width: auto;
    margin: 0 3px;
    display: inline-block;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #footer .info ul li.btn a {
    font-size: 3.2vw;
    text-decoration: none;
    line-height: 1;
    color: #fff;
    width: auto;
    display: block;
    text-align: center;
    padding: 4px 3px;
    background: #7699b9;
  }
  #footer .info ul li.btn a:hover {
    color: #224463;
  }
  /*フッターナビ*/
  #footer_nav {
    background: #111;
  }
  #footer_nav .inner {
    width: 100%;
    margin: 0 auto;
    background-image: url(../../common/images/bg_footer_nav.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  #footer_nav ul {
    display: none;
  }
  #footer_nav .ft_sp_img {
    text-align: center;
  }
  #footer_nav .ft_sp_img img {
    width: 55%;
  }
  /*コピーライト
-------------------------------------------------------------------------------------------------------------------*/
  #copyright {
    font-size: 10px;
    text-align: center;
    padding: 8px 13px;
    color: #e8e5df;
    background-color: #000;
    width: 100%;
    margin: 0 auto;
  }
  #copyright a {
    color: #e8e5df;
    text-decoration: none;
  }
}


/*20190118追記*/
.mt_40{margin-top:30px;}
.left_box img{width:100%;height:auto;}
.support .inner .right_box img{width:100%;}
hr{margin:30px 0 40px 0;border-bottom:1px solid #999;}

.left_box p{margin-bottom:20px;}
  .details p.last {
    margin-top: 17px;
  }
.details .set_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    margin-top: 20px;
  }
  .details .set_box .left_box {
    width: 45%;
    margin-right: 50px;
  }
  .details .set_box .left_box p {
    font-size: 2.6rem;
  }
  .details .set_box .right_box {
    width: 45%;
    text-align: right;
  }
  .details .set_box .right_box img {
    width: 100%;
  }
.banner{margin:0 auto;text-align: center;}
@media screen and (max-width: 769px){
.mt_40{margin-top:15px;}
	hr{margin:10px 0;}	
  .details .set_box .left_box {
    width: 100%;
    margin-right: 0px;
	  
  }
  .details .set_box .left_box p {
    font-size: 3.6vw;
  }	
	.details .set_box{display: block;}
  .details .set_box .right_box {
    width: 100%;
    text-align: left;
  }
}


/* 20190128追記 */

.beginning h3.f_mn, .details h3.f_mn {
	font-family: "游明朝", YuMincho, "HGP明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 細明朝, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS PMincho", serif;
	font-size: 4.3rem;
}

.details h3.f_gold {
	color: #c9a063;
}
.details .infinity .set_area { display: block;}
.details .infinity .set_area .img_box {
	width: 100%;
	margin: 0 auto 15px;
	display: flex;
	justify-content: flex-start;
}

.details .infinity .set_area .img_box img {
	margin-right: 30px;
}

@media screen and (max-width: 768px){
	.main-visual { background: url(../../common/images/mv_sp2.png) no-repeat center; background-size: cover;}
	.beginning h3.f_mn, .details h3.f_mn { font-size: 5vw;}
	.details .infinity .set_area .img_box { display: block;}
	.details .infinity .set_area .img_box img:first-child { width: 40%; max-width: 384px; margin-bottom: 20px;}
}



/*footer週末バナー*/
.bnr_wk{
	border: 1px #fff solid;
	width: 400px;
	display: inline-block;
	margin:50px 45px 0;
	vertical-align: top;
}
.bnr_wk a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 15px 20px;
}
.bnr_wk p{
	text-align: center;
	line-height: 1.7;
}
.bnr_wk p:first-of-type{
	font-size: 1.5rem;
}
.bnr_wk p:nth-of-type(2){
	font-size: 2.3rem;
	font-weight: bold;
}
#footer .bnr_wk p:last-of-type{
	width: 110px;
	margin: 5px auto 0;
	line-height:20px;
	background: rgb(118, 153, 185);
	font-size: 12px;
	color: #fff;
	height: 20px;
	display: block;
	text-align: center;
	text-decoration: none;
}
@media only screen and (max-width: 769px) {
	.bnr_wk{width: 95%;margin:50px auto 0;}
}
@media only screen and (max-width: 399px) {
	.bnr_wk p:nth-of-type(2) {font-size: 6.8vw;}
}


