@charset "utf-8";
/* ================================================================================
	FONT
================================================================================ */
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* ================================================================================
	RESET
================================================================================ */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6,strong {
  font-weight: bold;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ================================================================================
	BASE LAYOUT
================================================================================ */

@media print, screen and (min-width:1025px) {
  .sp_menu {
    display: none;
  }
  .invalid{
    display: none;
  }
  #header_area {
    border-bottom: 1px solid #f3f3f3;
    background-color: #FFF;
    display: flex;
    position: relative;
    align-items: center;
  }
  #logo_main {
    margin: 0 auto 0 20px;
    width: 110px;
  }
  #logo_main.newlogo {
    width: 300px !important;
  }
  #mypage {
    position: absolute;
    right: 30px;
    top: 20px;
  }
  #mypage a {
    background: url(../img/icon_login.png) left center no-repeat;
    background-size: 20px auto;
    color: #282828;
    text-decoration: none;
    padding: 3px 0 3px 30px;
  }
  #logo_main img {
    height: auto;
    width: 100%;
  }
  #menu , #schoolmenu {
    background-color: #6e961e;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 13px;
    position: fixed !important;
    flex-direction: column;
    display: flex !important;
    opacity: 1!important;
    right: 0 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    width: 70px;
    z-index: 3;
  }
  #menu a , #schoolmenu a {
    background-position: center 15px;
    background-repeat: no-repeat;
    color: #FFF;
    text-decoration: none;
    padding: 50px 15px 15px;
    text-align: center;
    display: block;
  }
  #menu > .request > a ,  #schoolmenu > .request > a{
    background-image: url(../img/icon_book_white.png);
  }
  #menu > .experience > a,#menu > .school > a,#menu > .phone > a,#menu > .line > a ,
  #schoolmenu > .experience > a,#schoolmenu > .school > a,#schoolmenu > .phone > a,#schoolmenu > .line > a {
    border-bottom: 1px solid rgba(255,255,255,.30);
    border-top: 1px solid rgba(255,255,255,.30);
    background-image: url(../img/icon_pencil_white.png);
  }
  #menu > .admission > a ,
  #schoolmenu > .admission > a {
    background-image: url(../img/icon_note_white.png);
  }
  #menu > .school > a ,
  #schoolmenu > .school > a {
    background-image: url(../img/icon_school_white.png);
  }
  #menu > .phone > a ,
  #schoolmenu > .phone > a {
    background-image: url(../img/icon_phone_white.png);
  }
  #header_bg{
    display: none;
  }
  #navi_global {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    margin-top: 48px;
    margin-right: 15px;
  }
  #navi_global ul {
    display: flex;
  }
  #navi_global ul > li {
    margin: 0 15px;
  }
  #navi_global ul > li a {
    border-bottom: 5px solid #FFF;
    padding-bottom: 20px;
    box-sizing: border-box;
    display: block;
    color: #282828;
    text-decoration: none;
  }
  #navi_global ul > li a.on,
  #navi_global ul > li a:hover{
    border-bottom: 5px solid #91b941;
    color: #aaa;
  }
  #navi_global > ul > li.set,
  #navi_global > ul > li.sub{
    display: none;
  }
  
  
 
  
}

@media (max-width: 1024px) and (min-width: 768px) {
  #logo_main img {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .invalid{
    background-color:rgba(255,255,255,0);
    position: fixed;
    top: 0;
    left: 0;
    height: 75px;
    width: 100%;
    z-index: 11;
  }
  #header_area {
    background-color: #FFF;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 9;
    line-height: 1;
  }
    #header_area .sp_menu{
      position: relative;
    z-index: 9;
    }
  #logo_main {
    margin-right: auto;
    margin-left: 15px;
    margin-top: 15px;
    width: 91px;
    position: relative;
    z-index: 9;
  }
  #logo_main.newlogo {
    width: 150px;
  }
  #mypage {
    border-left: 1px solid #f3f3f3;
    width: 20%;
    position: relative;
    z-index: 9;
  }
  #mypage a {
    background-repeat: no-repeat;
    background-position: center 15px;
    background-image: url(../img/icon_login.png);
    background-size: 25px auto;
    color: #282828;
    text-decoration: none;
    display: block;
    padding: 50px 0 10px;
  }
  #mypage, .sp_menu {
    background-color: #FFF;
    font-size: 10px;
    
  }
  .sp_menu:hover {
    color: #aaa;
  }
  #mypage b, .sp_menu b {
    display: block;
    text-align: center;
  }
  #header_area .sp_menu {
    border-left: 1px solid #f3f3f3;
    padding: 50px 0 10px;
    width: 20%;
  }
  .sp_menu {
    text-align: center;
    cursor: pointer;
    position: relative;
  }
  .sp_menu .menu_trigger, .sp_menu .menu_trigger > span, .sp_menu .menu_trigger > span > span {
    transition: all .4s;
    box-sizing: border-box;
  }
  .sp_menu .menu_trigger > span > span {
    position: absolute;
    text-decoration: none;
    display: block;
    margin: 19px auto;
    top: 0;
    left: 0;
    width: 25px;
    z-index: 5;
  }
  .sp_menu .menu_trigger > span > span {
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #282828;
  }
  .sp_menu .menu_trigger > span > span:nth-of-type(1) {
    top: 0px;
  }
  .sp_menu .menu_trigger > span > span:nth-of-type(2) {
    top: 8px;
  }
  .sp_menu .menu_trigger > span > span:nth-of-type(3) {
    top: 16px;
  }
  .sp_menu.active .menu_trigger > span > span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(495deg);
    transform: translateY(8px) rotate(495deg);
  }
  .sp_menu.active .menu_trigger > span > span:nth-of-type(2) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  .sp_menu.active .menu_trigger > span > span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-495deg);
    transform: translateY(-8px) rotate(-495deg);
  }
  #menu , #schoolmenu {
    background-color: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
    position: fixed;
    display: table !important;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    z-index: 10;
    opacity: 0;
  }
  #menu > div ,
  #schoolmenu > div {
    text-align: center;
    display: table-cell;
    font-size: 10px;
    width: 25%;
  }
  #menu > div br ,
  #schoolmenu > div br {
    display: none;
  }
/* school&phone追加 190509 */
  #menu > .request > a, #menu > .experience > a, #menu > .admission > a, #menu > .school > a, #menu > .phone > a ,
  #schoolmenu > .request > a, #schoolmenu > .experience > a, #schoolmenu > .admission > a, #schoolmenu > .school > a, #schoolmenu > .phone > a{ 
    border-right: 1px solid #f3f3f3;
    background-position: center 14px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    color: #282828;
    text-decoration: none;
    display: block;
    padding: 45px 0 10px;
  }
  #menu > .request > a ,
  #schoolmenu > .request > a {
    background-image: url(../img/icon_book.png);
  }
  #menu > .experience > a ,
  #schoolmenu > .experience > a {
    background-image: url(../img/icon_pencil.png);
  }
  #menu > .admission > a ,
  #schoolmenu > .admission > a {
    background-image: url(../img/icon_note.png);
  }
  #menu > .school > a ,
  #schoolmenu > .school > a {
    background-image: url(../img/icon_school.png);
  }
  #menu > .phone > a ,
  #schoolmenu > .phone > a {
    background-image: url(../img/icon_phone.png);
  }
  #header_bg{
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    height: 75px;
    width: 100%;
    z-index: 8;
  }
  #navi_global {
    background-color: #91b941;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
		overflow-y: scroll;
		height: 100%;
  }
  #navi_global a {
    color: #000;
    text-decoration: none;
  }
  #navi_global > ul {
    padding: 80px 0 20px;
  }
  
  #navi_global.undermenu > ul {
    padding: 20px 0 80px !important;
  }
  
  #navi_global > ul > li{
    font-size: 18px;
    line-height: 1;
  }
  #navi_global > ul > li > a{
    background: url(../img/icon_arrow_sp.png) 15px center no-repeat;
    background-size: 15px auto;
    border-bottom: 1px solid #FFF;
    font-weight: bold;
    color: #FFF;
    display: block;
    padding: 20px 15px 20px 45px;
  }
  #navi_global > ul > li.set > ul{
    border-bottom: 1px solid #FFF;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #navi_global > ul > li.set > ul > li{
    font-size: 12px;
    display: table-cell;
    text-align: center;
  }
  #navi_global > ul > li.set > ul > li > a{
    display: block;
    color: #FFF !important ;
  }
  #navi_global li.set .request > a,
  #navi_global li.set .experience > a,
  #navi_global li.set .admission > a {
    border-right: 1px solid #f3f3f3;
    background-position: center 14px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    color: #282828;
    text-decoration: none;
    display: block;
    padding: 45px 0 10px;
  }
  #navi_global li.set .request > a {
    background-image: url(../img/icon_book_white.png);
  }
  #navi_global li.set .experience > a {
    background-image: url(../img/icon_pencil_white.png);
  }
  #navi_global li.set .admission > a {
    background-image: url(../img/icon_note_white.png);
    border-right:none;
  }
  #navi_global > ul > li.sub{
    margin-top: 25px;
    font-size: 16px;
  }
  #navi_global > ul > li.sub > a{
    background: url(../img/icon_arrow_sp2.png) 20px center no-repeat;
    background-size: 5px auto;
    border: none;
    padding: 0 0 0 45px;
  }
  
}

@media print, screen and (min-width:768px) {
  .pc_ver {
    display: block;
  }
  .sp_ver {
    display: none;
  }
  
   #footer_area{
    background-color: #FFF;
  }
  #btn_pagetop{
    position: fixed;
    right: 40px;
    bottom: 40px;
		z-index: 2;
  }
  #btn_pagetop a{
    background: #6e961e url(../img/icon_arrow_pagetop.png) center center no-repeat;
    border-radius: 50%;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    height: 70px;
    width: 70px;
  }
  #footer_area > #footer_nav{
    margin-right: auto;
    margin-left: auto;
    padding: 50px 20px;
    max-width: 1120px;
  }
  #footer_area > #footer_nav > li{
    border-top: 1px solid #f3f3f3;
    padding-top: 20px;
    margin-top: 20px;
  }
  #footer_area > #footer_nav > li:first-child{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  #footer_area > #footer_nav > li:last-child{
    padding-top: 10px;
  }
  #footer_area > #footer_nav > li > a,#footer_area > #footer_nav > li > .title{
    background: url(../img/icon_footer1.png) left center no-repeat;
    color: #282828;
    text-decoration: none;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
  }
  #footer_area > #footer_nav > li > ul{
    display: flex;
    flex-wrap: wrap;
  }
  #footer_area > #footer_nav > li > ul > li{
    margin-top: 10px;
    padding-right: 10px;
    font-size: 13px;
    width: 19.9%;
  }
  #footer_area > #footer_nav > li > ul > li > a{
    background: url(../img/icon_footer2.png) 5px center no-repeat;
    color: #282828;
    text-decoration: none;
    padding-left: 20px;
    display: block;
  }
  #sp_footer_nav{
    display: none;
  }
  
  #footer_area #copyright{
    background-color: #686868;
    color: #FFF;
    display: block;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    padding: 25px 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .pc_ver {
    display: none;
  }
  .sp_ver {
    display: block;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  #logo_main.newlogo {
	width:200px;
  }
  
  
  
  #footer_area{
    background-color: #f3f3f3;
  }
  
  #btn_pagetop{
    position: fixed;
    right: 20px;
    bottom: 20px;
		z-index: 2;
  }
  #btn_pagetop a{
    background: #6e961e url(../img/icon_arrow_pagetop.png) center center no-repeat;
    background-size: 30px auto;
    border-radius: 50%;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    height: 50px;
    width: 50px;
  }
  
  
  #footer_area > #footer_nav{
    display: none;
  }
  
  
  #footer_area > #sp_footer_nav{
    padding: 30px 15px;
  }
  #footer_area > #sp_footer_nav > li{
    margin-top: 25px;
  }
  #footer_area > #sp_footer_nav > li > a{
    background: url(../img/icon_arrow_footer.png) left 10px center no-repeat;
    background-size: 6px auto;
    color: #282828;
    text-decoration: none;
    display: block;
    padding: 0 10px 0  28px;
  }
  #footer_area > #sp_footer_nav > li:nth-child(1){
    margin-top: 0;
  }
  #footer_area > #sp_footer_nav > li:nth-child(1) > a{
    background: url(../img/icon_arrow_footer.png) left 10px top 6px no-repeat;
    background-size: 6px auto;
    border-bottom: 1px solid #d6d6d6;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 20px;
  }
  #footer_area > #sp_footer_nav > li:nth-child(2){
    margin-top: 18px;
  }


  
  #footer_area #copyright{
    background-color: #686868;
    font-size: 12px;
    color: #FFF;
    display: block;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    padding: 25px 0;
    text-align: center;
  }
}


/*--------------------------plus------------------------*/
[class*=boxtext] span {
	display:inline-block;
	padding:1px 4px 0;
	margin-left:2px;
	margin-bottom:2px;
}

.boxtext-red span{ background-color:red; color:#fff; }

/*---------------2022 0228 更新----------------------*/





