/* ------------------------------------------------
   global header
*/
/* 高さ定義 */
/*
@media screen and (min-width: 768px) {
  .gl-h {
    height: 44px;
  }
  .mv.-pctb-cover {
    margin-top: -44px;
  }
  .gl-h-logo {
    height: 44px;
    line-height: 44px;
  }
  .gl-h2-container {
    top: 44px;
  }
  .gl-h2 {
    height: 66px;
  }
  a[name] {
    position: relative;
    top: -110px;
  }
}
*/
@media screen and (min-width: 768px) {
  .gl-h {
    height: 60px;
  }
  .mv.-pctb-cover {
    margin-top: -60px;
  }
  .gl-h-logo {
    height: 60px;
    line-height: 2.8;
  }
  .gl-h2-container {
    top: 60px;
  }
  .gl-h2 {
    height: 66px;
  }
  a[name] {
    position: relative;
    top: -126px;
  }
  .menu-school-index {
    /*top: 60px;*/
  }
}
@media screen and (max-width: 767px) { 
  .gl-h {
    height: 60px;
  }
  .mv.-sp-cover {
    margin-top: -60px;
  }
  .gl-h-logo {
    height: 60px;
    line-height: 60px;
    line-height: 2.8;    
  }
  .gl-h2-container {
    top: 60px;
  }
  .gl-h2 {
    height: 60px;
  }
  a[name] {
    position: relative;
    top: -120px;
  }
}
.gl-h-logo {
  font-size: 24px;
  font-size: 9px;
  text-align: center;
}
.gl-h-logo img {
  height: 24px;
}
/* */
.gl-h2-container,
.gl-h-container {
  position: fixed;
  width: 100%;
}
.gl-h-container {
  top: 0;
  z-index: 50;
}
.gl-h2-container {
  z-index: 40;
}
.admin-bar .gl-h-container {
  top: 32px;
}
.gl-h2-block,
.gl-h-block {
  /*position: relative;*/
}

/* ------------ */
.gl-h-container.-color-light {
  color: #000;
  background-color: #FFF;
}
.gl-h-container.-color-dark {
  color: #FFF;
  background-color: #000;
}
.drawer:not(.drawer-open) .gl-h-container.-color-dark .drawer-hamburger-icon,
.gl-h-container.-color-dark .drawer-hamburger-icon::after,
.gl-h-container.-color-dark .drawer-hamburger-icon::before {
  background-color: #FFF;
}
.gl-h-block {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gl-h .menu a,
.gl-h-logo a {
  text-decoration: none;
  color: inherit;
}
.gl-h ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gl-h dd {
  margin-left: 0;
}
.gl-h-logo {
  margin: 0;
}
.gl-h-nav.drawer-nav {
  color: inherit;
}
.gl-h .menu a,
.gl-h .menu-label {
  font-weight: bold;
}
.gl-h .menu a img {
  height: 1.5em;
  vertical-align: middle;
  margin-right: .5em;
}
@media screen and (min-width: 768px) {
  .gl-h-nav .menu {
    display: flex;
    transition-timing-function: unset !important;
    transition-duration: unset !important;
    transform: unset !important;
  }
  .gl-h-nav {
    display: flex;
    align-items: center;
  }
  .gl-h .menu li {
    margin: 0;
  }
  .gl-h .menu a {
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    border-radius: 1.3em;
  }
  .gl-h .menu a:hover {
    background: #FFF;
    color: #000;
    opacity: 1;
  }
  .gl-h-nav-buttons {
    order: 99;
    margin-left: 1em;
  }
  .gl-h .menu a,
  .gl-h-nav-buttons .btn {
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 14px;
    line-height: 1.6;
  }
  .drawer-nav {
    position: static;
    width: auto;
    height: auto;
    background-color: inherit;
    z-index: auto;
  }
}
@media screen and (max-width: 767px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0 !important;
  }
  .gl-h-nav.drawer-nav {
    background: #FFF;
    color: #000;
    margin-top: 120px;
    z-index: 100;
  }
  .gl-h-block {
    justify-content: start;
  }
  .gl-h-school {
    margin-left: 20px;
    font-weight: bold;
  }
  .gl-h-nav {
    /*padding: 0 20px 20px;*/
    box-sizing: border-box;
  }
  .gl-h-nav .btn {
    width: 100%;
    font-size: 14px;
  }
  .gl-h-nav li {
    border-bottom: 5px dotted #EEE;
    margin: 0;
    font-size: 16px;
  }
  .gl-h-nav .menu a,
  .gl-h-nav .menu-label {
    display: block;
    padding: 10px 20px;
    color: inherit;
  }
  .gl-h-nav .menu .sub-label {
    display: none;
  }
  .gl-h-nav-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .gl-h-nav-buttons a {
    flex: 0 0 48%;
    padding: 10px;
  }
  .gl-h-nav .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .gl-h-nav .js-drildown-trigger {
    cursor: pointer;
    font-size: 20px;
    padding: 0 10px;
    line-height: 24px;
    width: 1em;
  }
  .gl-h-nav ul ul {
    flex-basis: 100%;
    /* background: #EEE; */
    margin: 15px 0 0;
  }
  .gl-h-nav li li {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #FFF;
    padding-left: 10px;
  }
  .gl-h-nav-trial {
    padding: 20px;
    font-size: 14px;
  }
}
.gl-h-sns {
  margin: 30px 0 0;
  text-align: center;
}
.gl-h-sns a {
  margin: 0 10px;
}
.gl-h-sns img {
  height: 30px;
}

/* ------------------------------------------------
   global header 2
*/
.gl-h2-container {
  padding-top: 10px;
  padding-bottom: 10px;  
}
.gl-h2 h2,
.gl-h2 ul,
.gl-h2 li {
  margin: 0;
  padding: 0;
}
.gl-h2,
.gl-h2 li {
  white-space: nowrap;
}
.gl-h2-block {
  display: flex;
  justify-content: space-between;
}
.gl-h2 .menu {
  list-style-type: none;
  display: flex;
}
.gl-h2 h2,
.gl-h2 h2 a,
.gl-h2 .menu li a,
.gl-h2 .menu-label {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  display: block;
}
.gl-h2 .menu li a.btn {
  padding-top: 0;
  padding-bottom: 0;
  color: #FFF;
}
.gl-h2 .menu a,
.gl-h2 .menu-label {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .gl-h2-container {
    background: #EEE;
  }
  .gl-h2 h2,
  .gl-h2 .menu li a,
  .gl-h2 .menu-label {
    line-height: 46px;  
  }
  .common-h .menu {
    width: 100%;
    justify-content: space-around;    
  }
  .school-h .gl-h2 h2 {
    flex: 0 0 30%;
  }
  .school-h .menu {
    flex: 0 0 550px;
    justify-content: space-between;  
  }
}
@media screen and (max-width: 767px) {
  .gl-h2-container {
    background: rgba(0,0,0,.6);
  }
  .gl-h2 .menu {
    width: 100%;
    justify-content: center;
  }
  .gl-h2 .menu li:first-child {
    /*flex-grow: 1;*/
  }
  .gl-h2 .menu li:not(:first-child) {
    margin-left: 10px;
  }
  .gl-h2 .menu li a,
  .gl-h2 .menu-label {
    line-height: 0;
  }
  .gl-h2 .menu li a img {
    height: 40px;
  }
}

/* ------------------------------------------------
 */
.gl-h-nav > ul > li > ul,
.gl-h2 ul ul,
.menu-school-index > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.gl-h-nav > ul > li > ul,
.menu-school-index > ul {
  /* padding-top: 5px; */
}
.gl-h2 ul ul {
  padding-top: 10px;
}
/* .gl-h ul ul li:not(:last-child), */
.gl-h2 ul ul li:not(:last-child) {
  border-bottom: 1px solid #EEE;
}
.gl-h ul ul,
.gl-h ul ul a,
.gl-h2 ul ul a {
  color: #000 !important;
}
.gl-h ul ul a,
.gl-h2 ul ul a {
  font-weight: normal !important;
}
.gl-h2 ul ul a {
  padding: 1em !important;
  line-height: inherit !important;
  background: #FFF;
  border-radius: 0 !important;
}
.gl-h ul ul a:hover,
.gl-h2 ul ul a:hover {
  color: #299AD6 !important;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .gl-h-nav > ul > li > ul,
  .gl-h2 ul ul,
  .menu-school-index {
    display: none;
    position: absolute;
  }
}
/*
.menu .-school::after {
  content: "";
  display: none;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #FFF;
  border-left: 15px solid transparent;
  width: 30px;
  position: absolute;
  margin-top: 2px;
  margin-left: 27px;
}
.menu .-school:hover::after {
  display: block;
}
*/
.menu-school-index {
  width: 100%;
  left: 0;
  font-weight: bold;
  padding-top: 12px;
  line-height: 1;
}
.menu-school-index > ul {
  background: #FFF;
  padding: 20px 0 !important;
}

.menu-school-index > ul > li {
  /*display: flex;*/
  padding: 10px 20px;
  font-size: 14px;
  /*align-items: start;*/
  margin-left: auto;
  margin-right: auto;
}
.menu-school-index > ul > li:not(:last-child) {
  /*border-bottom: 1px solid #EEE;*/
}
.menu-school-index .-h {
  /*flex: 0 0 13em;
  max-width: 13em;*/
  /*background: #EEE;
  padding: 1em 2em;
  text-align: center;
  margin-right: 1em;*/
  border-left: 3px solid #000;
  padding-left: 5px;
  margin-bottom: 1em;
}
.menu-school-index li ul {
  /*flex-grow: 1;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: start;*/
  margin-left: 8px;
}
.menu-school-index li li {
  /*flex: 12em;
  max-width: 12em;
  margin: 1em;*/
}
.gl-h .menu-school-index li li {
  display: inline-block;
}
.gl-h .menu-school-index li li:not(:last-child) {
  margin-right: 1em;
  margin-bottom: 1em;
  padding-right: 1em;
  border-right: 1px solid #000;
}
.gl-h .menu-school-index li li a {
  /*padding: 1em 1em !important; */
  display: inline;
  color: #299AD6 !important;
  text-decoration: underline;
  font-weight: normal;
  padding: 0;
  line-height: 1;
}



/* ------------------------------------------------
   footer
*/
.gl-f {
  background: #000;
  color: #FFF;
  margin-top: 100px;
  font-size: 14px;
}
.gl-f a {
  text-decoration: none;
  color: #FFF;
}
.gl-f-row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.gl-f-message {
  color: #CCC;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .gl-f-row {
    display: flex;
    justify-content: space-between;
  }
  .gl-f-address {
    flex: 0 0 40%;
  }
  .gl-f-nav {
    flex: 0 0 52%;
  }
  .gl-f-nav {
    display: flex;
    justify-content: space-between;
  }
  .gl-f-nav > * {
    flex: 0 0 47%;
  }
  .gl-f-logo,
  .gl-f-sns {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .gl-f-nav {
    margin-top: 40px;
  }
  .gl-f-logo,
  .gl-f-sns {
    margin: 0 0 20px;
  }
}

.gl-f-logo img {
  height: 24px;
}

.gl-f-sns a {
  margin-right: 10px;
}
.gl-f-sns img {
  height: 20px;
}
.gl-f address {
  font-style: normal;
}
.gl-f-nav ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.gl-f-nav li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.gl-f-nav li .-sub {
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
}
.gl-f-nav li .-sub > * {
  white-space: nowrap;
}
.gl-f-nav li .-sub > *:not(:last-child)::after {
  content: "/";
  margin: 0 .5em;
}


.gl-f-copy {
  background: #000;
  color: #FFF;
  text-align: center;
  line-height: 3;
}
.gl-f-copy small {
  font-size: 100%;
}

/* ------------------------------------------------
 */
.gl-fixed-sns {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
.gl-fixed-sns a {
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
}
.gl-fixed-sns img {
  height: 45px;
}
