@charset "utf-8";
/* --------------------------------
  /includes2010/header.inc
-------------------------------- */
.page_header *,
.page_header *::before,
.page_header *::after {
  box-sizing: border-box;
}
.page_header a {
  color: inherit;
  text-decoration: none;
}

.page_header .sp { display: none;}
.page_header .tab { display: none;}
.page_header .pc { display: block;}
@media screen and (max-width: 999px) {
  .page_header .pc { display: none;}
  .page_header .sp { display: none;}
  .page_header .tab { display: block;}
}
@media screen and (max-width: 599px) {
  .page_header .pc { display: none;}
  .page_header .tab { display: none;}
  .page_header .sp { display: block;}
}

.page_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 502;
  width: 100%;
  height: 95px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
}
.page_header::before {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding-top: 3px;
  background: linear-gradient(to right, rgba(68,161,197,1) 0%,rgba(68,161,197,1) 15%,rgba(94,118,167,1) 15%,rgba(94,118,167,1) 29%,rgba(126,103,141,1) 29%,rgba(126,103,141,1) 43%,rgba(195,99,128,1) 43%,rgba(195,99,128,1) 57%,rgba(225,111,78,1) 57%,rgba(225,111,78,1) 71%,rgba(215,186,65,1) 71%,rgba(215,186,65,1) 85%,rgba(138,159,85,1) 85%,rgba(138,159,85,1) 100%);
  content: '';
}
.inner_page_header {
  width: 100%;
  height: calc(100% - 3px);
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_header .logo img {
  min-width: 300px;
}
#space_header {
  margin-top: 95px;
}
.page_header .wrap_nav {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.page_header .list_nav_btn {
  display: flex;
  justify-content: space-between;
  width: 36%;
  min-width: 290px;
  max-width: 300px;
}
.page_header .list_nav_btn a {
  display: flex;
  align-items: center;
  height: 48px;
  background: #e5e5e5;
  border-radius: 3px;
  color: #6a6a6a;
  padding: 2px;
  position: relative;
  transition: all .2s;
}
.page_header .list_nav_btn a:hover {
  opacity: 0.6;
}
.page_header .list_nav_btn .btn_mypage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 64px;
  padding-top: 5px;
  background: #fff;
  border: 1px solid #5e76a7;
  border-radius: 5px;
  color: #5e76a7;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
}
.page_header .list_nav_btn .btn_consul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 64px;
  padding-top: 5px;
  background: #fff;
  border: 1px solid #e16f4e;
  border-radius: 5px;
  color: #e16f4e;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
}
.page_header .list_nav_btn .btn_trial_seminar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 64px;
  padding-top: 5px;
  background: linear-gradient(135deg, #ea5520 0%,#e3485c 52%,#e24667 100%);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 1079px) {
  .page_header .gnav a br {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .page_header .wrap_sp_menu {
    display: none;
  }
  .page_header .wrap_nav {
    justify-content: end;
    width: calc(100% - 310px);
    margin-bottom: 0;
  }
  .page_header .list_nav_btn a svg {
    width: auto;
    height: 19.5px;
  }
  .page_header .gnav {
    display: flex;
    margin-right: 1vw;
    font-size: 14px;
  }
  .page_header .gnav li {
    text-align: center;
  }
  .page_header .gnav li a {
    display: inline-block;
    padding: 6px 10px;
    border-bottom: 2px solid transparent;
    transition: all .2s;
  }
  .page_header .gnav li a:hover {
    color: #1c236d;
    border-bottom-color: #1c236d;
    opacity: 0.6;
  }
  .page_header .gnav li > ul {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .page_header {
    height: 65px;
  }
  .inner_page_header {
    padding: 0 8px;
  }
  .page_header .logo img {
    min-width: 170px;
  }
  #space_header {
    margin-top: 65px;
  }
  .page_header .wrap_sp_menu {
    display: flex;
    align-items: center;
  }
  .page_header .wrap_sp_menu .btn_trial_seminar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 55px;
    padding-top: 3px;
    background: linear-gradient(135deg, #ea5520 0%,#e3485c 52%,#e24667 100%);
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
  }
  .page_header .wrap_sp_menu .btn_trial_seminar svg {
    width: 22px;
    height: auto;
  }
  .page_header .btn_nav {
    border: 0;
    background: none;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-left: 12px;
    position: relative;
  }
  .page_header .btn_nav .txt {
    color: #333;
    font-size: 12px;
  }
  .page_header .btn_nav > span:not([class]) {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 1px;
    background-color: #333;
  }
  .page_header .btn_nav > span:not([class]):nth-of-type(1) {
    top: 10px;
  }
  .page_header .btn_nav > span:not([class]):nth-of-type(2) {
    top: 18px;
  }
  .page_header .btn_nav > span:not([class]):nth-of-type(3) {
    bottom: 20px;
  }
  .page_header .btn_nav.active > span:not([class]):nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .page_header .btn_nav.active > span:not([class]):nth-of-type(2) {
    opacity: 0;
  }
  .page_header .btn_nav.active > span:not([class]):nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .page_header .wrap_nav {
    display: block;
    position: fixed;
    top: 65px;
    left: 0;
    z-index: 502;
    width: 100%;
    max-height: calc(100vh - 70px);
    height: -webkit-fill-available;
    padding: 15px 5% 70px;
    background: rgba(255, 255, 255, .9);
    overflow-y: auto;
  }
  .page_header .wrap_nav.sp_hide {
    display: none;
  }
  .page_header .list_nav_btn {
    flex-wrap: wrap;
    width: 100%;
    min-width: auto;
    max-width: none;
    text-align: left;
    margin-bottom: 10px;
  }
  .page_header .list_nav_btn li {
    width: 48.5%;
  }
  .page_header .list_nav_btn li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .page_header .list_nav_btn .btn_mypage,
  .page_header .list_nav_btn .btn_consul {
    width: 100%;
  }
  .page_header .list_nav_btn .btn_mypage span,
  .page_header .list_nav_btn .btn_consul span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page_header .list_nav_btn .btn_mypage svg,
  .page_header .list_nav_btn .btn_consul svg {
    margin-right: 15px;
  }
  .page_header .list_nav_btn .btn_others {
    padding: 10px 2px;
    width: 100%;
  }
  .page_header .list_nav_btn .btn_others::before{
    display: inline-block;
    margin: 0 15px;
    padding: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: '';
  }
  .page_header .list_nav_btn .btn_info_school::before {
    margin: 0 5px 0 10px;
    padding: 14px;
    background-image: url(/images/common/header/icn_info_school.svg);
  }
  .page_header .list_nav_btn .btn_inquiry::before {
    background-image: url(/images/common/header/icn_inquiry.svg);
  }
  .page_header .list_nav_btn .btn_tel::before {
    background-image: url(/images/common/header/icn_tel.svg);
    padding: 11px;
    margin: 0 13px;
  }
  .page_header .gnav {
    width: 100%;
    text-align: left;
  }
  .page_header .gnav li {
    border-bottom: 1px solid;
  }
  .page_header .gnav li > ul {
    border-top: 1px solid;
    padding-left: 35px;
  }
  .page_header .gnav li > ul li:last-child {
    border-bottom: 0;
  }
  .page_header .gnav li a {
    display: block;
    padding: 15px 5px;
  }
  .page_header .gnav a br {
    display: none;
  }
  .page_header .gnav li a::before {
    content: '- ';
  }
}

/* spメニュー表示時のページスクロール防止 */
.header_blocker{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 501;
  overflow: hidden;
}
