html.open {
  overflow: hidden;
}

/* =================================
 color
================================= */
.sogo header .header__right__inner > ul.menu > li > a:hover {
  background-color: rgba(181, 73, 91, 0.2);
}
.junior header .header__right__inner > ul.menu > li > a:hover {
  background-color: rgba(0, 227, 174, 0.2);
}
.senior header .header__right__inner > ul.menu > li > a:hover {
  background-color: rgba(0, 163, 244, 0.2);
}

li.bumon__menu__sogo {
background-color: var(--cmn);
}
li.bumon__menu__jhsh {
  background-color: var(--jhsh);
}
li.bumon__menu__hs {
  background-color: var(--hs);
}

.sogo header .menu_global_smp > .menu-item:hover > a,
.sogo header .menu_global_smp .sub-menu li a:hover{
  background-color: rgba(181, 73, 91, 0.2);
}
.junior header .menu_global_smp > .menu-item:hover > a,
.junior header .menu_global_smp .sub-menu li a:hover{
  background-color: rgba(0, 227, 174, 0.2);
}
.senior header .menu_global_smp > .menu-item:hover > a,
.senior header .menu_global_smp .sub-menu li a:hover{
  background-color: rgba(0, 163, 244, 0.2);
}

a.school__link__ind:hover{
  background-color: rgba(181, 73, 91, 1);
color: #ffffff;
}
a.school__link__ind.is-junior:hover{
  background-color: rgba(0, 227, 174, 1);
color: #ffffff;
}
a.school__link__ind.is-senior:hover{
  background-color: rgba(0, 163, 244, 1);
color: #ffffff;
}

.junior .header__sitemap__tab.active:before,
.junior .footer__sitemap__tab.active:before {
  background-color: var(--jhsh);
}
.senior .header__sitemap__tab.active:before,
.senior .footer__sitemap__tab.active:before {
  background-color: var(--cmn);
}
.junior .header__sitemap__panel > li > a::before,
.junior .footer__sitemap__panel > li > a::before {
  background: var(--jhsh);
}
.senior .header__sitemap__panel > li > a::before,
.senior .footer__sitemap__panel > li > a::before {
  background: var(--cmn);
}
.header__sitemap__tab.active[data-target="sogo"]:before,
.footer__sitemap__tab.active[data-target="sogo"]:before{
  background-color: var(--cmn);
}
.header__sitemap__tab.active[data-target="junior"]:before,
.footer__sitemap__tab.active[data-target="junior"]:before{
  background-color: var(--jhsh);
}
.header__sitemap__tab.active[data-target="senior"]:before,
.footer__sitemap__tab.active[data-target="senior"]:before{
  background-color: var(--hs);
}
.header__sitemap__panel.is-sogo > li > a::before,
.footer__sitemap__panel.is-sogo > li > a::before {
background: var(--cmn);
}
.header__sitemap__panel.is-junior > li > a::before,
.footer__sitemap__panel.is-junior > li > a::before {
background: var(--jhsh);
}
.header__sitemap__panel.is-senior > li > a::before,
.footer__sitemap__panel.is-senior > li > a::before {
background: var(--hs);
}


/* =================================
 sub heading
================================= */
.sub-headerImg-wrapper {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  align-items: end;
}
.sub-headerImg-bgi {
  max-width: 800px;
}
figure.sub-headerImg-bgi-img img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
object-position: right;
}
.sub-headerImg-heading {
  flex-grow: 1;
  margin-left: 7%;
  width: 42%;
  flex-shrink: 0;
}
span.sub-headerImg-h1sub {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(24px, 60 / 1400 * 100vw, 60px);
  line-height: 1;
}
.sogo span.sub-headerImg-h1sub {
  color: var(--cmn);
}
.junior span.sub-headerImg-h1sub {
  color: var(--jhsh);
}
.senior span.sub-headerImg-h1sub {
  color: var(--hs);
}
h1.sub-headerImg-h1 {
  font-size: clamp(18px, 44 / 1400 * 100vw, 44px);
  font-family: var(--serif);
  font-weight: 600;
  margin-top: 10px;
}
figure.sub-headerImg-wrapper-deco {
  position: absolute;
  top: -80px;
  left: 0;
  width: 35%;
  z-index: -1;
}

/* =================================
 anchor
================================= */
section:has(.anchor__wrap) {
  padding-bottom: 40px;
}
.anchor__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.anchor__ind {
  padding: 10px 5px 20px;
  width: calc((100% / 5) - (80px / 5));
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
font-size: 1.4rem;
border: 1px solid #cccccc;
}
.anchor__ind:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  border-right: 1px solid var(--txt);
  border-bottom: 1px solid var(--txt);
  width: 6px;
  height: 6px;
  transform: translateX(-50%) rotate(45deg) skew(-15deg, -15deg);
  transition: all 0.5s;
}
.junior .anchor__ind {
  flex-direction: column;
  border: none;
  width: calc((100% / 4) - (60px / 4));
}
.junior figure.anchor__img img {
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}
.junior figure.anchor__img {
  border-radius: 10px;
  margin-top: 10px;
  border: 2px solid var(--jhsh);
}
.senior .anchor__wrap {
  gap: 20px 30px;
}
.senior .anchor__ind {
  width: calc((100% / 2) - (30px / 2));
  overflow: hidden;
  background-color: transparent;
  padding: 10px;
  justify-content: flex-start;
  aspect-ratio: 16/5;
  border: 1px solid #dddddd;
}
.senior .anchor__ind:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: unset;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 30%, transparent);
}
.senior figure.anchor__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}
.senior .anchor__ind > span {
  position: relative;
  padding: 10px 20px;
  font-size: 1.8rem;
}
.senior .anchor__ind > span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-right: 1px solid var(--txt);
  border-bottom: 1px solid var(--txt);
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg) skew(-15deg, -15deg);
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .anchor__ind {
  padding: 3px 5px 15px;
  width: calc((100% / 3) - (20px / 3));
  font-size: 1.0rem;
}
.anchor__wrap {
  flex-wrap: wrap;
  gap: 10px;
}
.junior .anchor__ind {
  width: calc((100% / 4) - (30px / 4));
}
.junior figure.anchor__img {
  margin-top: 5px;
}
.senior .anchor__ind {
  width: calc((100% / 2) - (10px / 2));
}
.senior .anchor__ind > span {
  padding: 10px 20px 10px 10px;
  font-size: 1.4rem;
}
}
@media only screen and (max-width: 500px) {
  .junior .anchor__ind {
  width: calc((100% / 3) - (30px / 3));
}
.senior .anchor__ind {
  /* font-size: 1.2rem; */
}
.senior .anchor__ind > span {
  padding: 10px 20px 10px 0;
  text-align: left;
}
}

/* =================================
 sidelink
================================= */
.sidelink {
  position: fixed;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: row;
  writing-mode: vertical-rl;
  text-orientation: upright;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #fff145;
  white-space: nowrap;
}
a.sidelink_ind {
  padding: 20px;
  color: #ffffff;
  position: relative;
  display: none;
min-height: 0;
}
a.sidelink_ind span {
  display: block;
  margin-top: 10px;
}
a.sidelink_ind.displayOn {
  display: flex;
  justify-content: center;
  align-items: center;
}
a.sidelink_ind:nth-child(n+2):before {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 20px;
height: 1px;
background-color: #ffffff;
}
a.sidelink_ind img{
width: 25px;
}
a.sidelink__ind {
  display: flex;
align-items: center;
  gap: 5px;
  flex-direction: row;
  padding: 30px 20px;
  color: var(--txt);
}
figure.sidelink__icon {
  width: 25px;
}
a.sidelink__ind:nth-child(n+2) {
  border-top: 1px solid var(--txt);
}

/* =================================
 index
================================= */
.index__wrap {
  padding: 30px 20px 30px 30px;
  background-color: #f7f7f7;
  border-left: 10px solid var(--cmn);
}
.index__inner {
  margin-top: 30px;
}
.index__wrap h2 {
  margin-top: 0;
  text-align: center;
}
.index__ind {
  font-size: 1.8rem;
  padding-bottom: 15px;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.index__ind:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 1px solid var(--txt);
  border-right: 1px solid var(--txt);
  transition: all 0.3s;
}
.index__ind:nth-child(n+2) {
  padding-top: 20px;
  border-top: 1px solid #b3b3b3;
}

main.main {
  padding-top: 70px;
}

/*
---
---------------------------------------------------------------------------*/
body{
}

header{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #b3b3b3;
gap: 30px;
background-color: #ffffff;
position: fixed;
width: 100%;
z-index: 1000;
transition: all 0.5s;
}
.scrolled header {
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
}

header #logo{
margin-left: 20px;
height: 45px;
}
header #logo a{
display: block;
position: relative;
height: 100%;
}
header #logo img{
display: block;
width: 250px;
height: 100%;
}

header .menu_global{
-js-display: flex;
display: flex;
}
header .menu_global > li{
-js-display: flex;
display: flex;
border: 1px solid #000;
position: relative;
flex-basis: 100%;
}
header .menu_global > li > a{
-js-display: flex;
display: flex;
align-items: center;
/*	flex-basis: 100%;*/
flex: 1;
}
header .menu_global > li > a > span{
}
header .menu_global > li > .sub-menu{
position: absolute;
top: 100%;
left: 0;
}
.header__right__inner {
  display: flex;
}
.header__right {
  display: flex;
  flex-direction: row-reverse;
}
header .header__right__inner > ul {
  display: flex;
}
.header__smp__menu {
  display: none;
}
.header__smp__menu .menu {
  display: flex;
}
.header__smp__menu .menu .menu-item,
#menu-global-sogo.menu .menu-item,
#menu-global-junior.menu .menu-item,
#menu-global-senior.menu .menu-item{
  position: relative;
}
.header__smp__menu .menu li .sub-menu,
#menu-global-sogo.menu li .sub-menu,
#menu-global-junior.menu li .sub-menu,
#menu-global-senior.menu li .sub-menu {
  background-color: #333333;
  position: absolute;
  width: max-content;
  left: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  transition: all 0.5s;
  z-index: 10;
}
.header__smp__menu .menu li.header__sns__open .sub-menu,
#menu-global-sogo.menu li.header__sns__open .sub-menu,
#menu-global-junior.menu li.header__sns__open .sub-menu,
#menu-global-senior.menu li.header__sns__open .sub-menu{
  opacity: 1;
  transform: translate(-50%, 0);
  transition: all 0.5s;
  z-index: 1000;
}
.header__smp__menu .menu .sub-menu .menu-item > a,
#menu-global-sogo.menu .sub-menu .menu-item > a,
#menu-global-junior.menu .sub-menu .menu-item > a,
#menu-global-senior.menu .sub-menu .menu-item > a{
  font-size: 1.2rem;
  padding: 15px 20px;
  display: block;
  color: #ffffff;
position: relative;
pointer-events: none;
}
.header__smp__menu .menu li.header__sns__open .sub-menu .menu-item > a,
#menu-global-sogo.menu li.header__sns__open .sub-menu .menu-item > a,
#menu-global-junior.menu li.header__sns__open .sub-menu .menu-item > a,
#menu-global-senior.menu li.header__sns__open .sub-menu .menu-item > a{
  pointer-events: auto;
}
.header__smp__menu .menu .sub-menu .menu-item > a:before,
#menu-global-sogo.menu .sub-menu .menu-item > a:before,
#menu-global-junior.menu .sub-menu .menu-item > a:before,
#menu-global-senior.menu .sub-menu .menu-item > a:before{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(-45deg) skew(-15deg, -15deg);
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transition: all 0.5s;
}
.header__smp__menu__jhsh a {
  background: var(--jhsh-g);
}
.header__smp__menu__hs a {
  background: var(--hs-g);
}
.header__smp__menu__line a {
  background: #06C755;
}
.header__smp__menu__sns {
  position: relative;
}
header .header__right__inner > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 69px;
  font-size: 1.0rem;
  color: var(--txt);
  text-align: center;
  gap: 5px;
  border-left: 1px solid #b3b3b3;
  line-height: 1.0;
}
header .header__right__inner > ul > li.header__smp__menu__sns > a:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid var(--txt);
  transform: translateX(-50%);
}
header .header__right__inner > ul > li.menu__sonohi > a {
  font-size: 0.9rem;
}
header .header__smp__menu > ul > li > a {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 69px;
  font-size: 1.2rem;
  color: var(--txt);
  text-align: center;
  gap: 5px;
  border-left: 1px solid #b3b3b3;
  line-height: 1.0;
}
header .header__smp__menu > ul > li.header__smp__menu__sns > a:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 7px solid var(--txt);
  transform: translateX(-50%);
}
header .header__right__inner > ul > li.menu__line__icon > a {
  gap: 3px;
  padding-bottom: 10px;
  position: relative;
}
header .header__right__inner > ul > li.menu__jshs__icon > a {
  background: linear-gradient(45deg, #00e3ae 0%,#93ca76 100%);
  color: #ffffff;
  gap: 3px;
  padding-bottom: 10px;
  position: relative;
}
header .header__right__inner > ul > li.menu__hs__icon > a {
  background: linear-gradient(45deg,#48c6ef 0%,#6f86d6 100%);
  color: #ffffff;
  gap: 3px;
  padding-bottom: 10px;
  position: relative;
}
header .header__right__inner > ul > li > a > img {
  width: 35px;
}
header .header__right__inner > ul > li.header__smp__menu__sns > a > img,
.header .header__smp__menu > ul > li > a > img{
  width: 30px;
}
header .header__right__inner > ul > li.header__smp__menu__sns > a,
.header .header__smp__menu > ul > li > a {
  gap: 3px;
}
header .header__right__inner > ul > li.menu__line__icon > a:before,
header .header__smp__menu > ul > li.header__smp__menu__sns > a:before{
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid var(--txt);
  transform: translateX(-50%);
}
header .header__right__inner > ul > li.menu__jshs__icon > a img {
  width: 25px;
}
header .header__right__inner > ul > li.menu__jshs__icon > a:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #ffffff;
  transform: translateX(-50%);
}
header .header__right__inner > ul > li.menu__hs__icon > a img {
  width: 25px;
}
header .header__right__inner > ul > li.menu__hs__icon > a:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #ffffff;
  transform: translateX(-50%);
}

/* ä¸­é«˜ä¸€è²«éƒ¨ãƒšãƒ¼ã‚¸ â†’ é«˜æ ¡éƒ¨ Instagram ã‚’éžè¡¨ç¤º */
.header__smp__menu[data-school="junior"] .header__smp__menu__hs {
display: none;
}
/* é«˜æ ¡éƒ¨ãƒšãƒ¼ã‚¸ â†’ ä¸­é«˜ä¸€è²«éƒ¨ LINE / Instagram ã‚’éžè¡¨ç¤º */
.header__smp__menu[data-school="senior"] .header__smp__menu__line,
.header__smp__menu[data-school="senior"] .header__smp__menu__jhsh {
display: none;
}

/*
---
---------------------------------------------------------------------------*/
section:after,
.contents_body-sb:after{
content: '';
display: table;
clear: both;
}

.contents_body-sb{
max-width: 1040px;
margin-left: auto;
margin-right: auto;
padding-right: 20px;
padding-left: 20px;
}
.contents_body-sb > :first-child{
margin-top: 0 !important;
}
.contents_body-sb > :last-child{
margin-bottom: 0 !important;
}

.container {
margin-left: auto;
margin-right: auto;
padding-right: 20px;
padding-left: 20px;
}
.container > :first-child{
margin-top: 0 !important;
}
.container > :last-child{
margin-bottom: 0 !important;
}

.container--700 {
max-width: 740px;
}
.container--800 {
max-width: 840px;
}
.container--900 {
max-width: 940px;
}
.container--1000 {
max-width: 1040px;
}
.container--1100 {
max-width: 1040px;
}
.container--1200 {
max-width: 1240px;
}
.container--1300 {
max-width: 1340px;
}
.container--1400 {
max-width: 1440px;
}

.block {
margin-top: 50px;
}
.block > :first-child {
  margin-top: 0;
}


/*
---
---------------------------------------------------------------------------*/
.top-news-wrapper{
display: none;
}
.top-news-wrapper.active{
display: block;
}

/* =================================
 emergency
================================= */
.emergency__wrap {
  display: flex;
  align-items: stretch;
}
.emergency__head {
  padding: 0 20px;
  font-size: 1.4rem;
  background-color: #fabf14;
  display: flex;
  align-items: center;
}
.emergency__con {
  flex-grow: 1;
}
a.emergency__ind {
  display: flex;
  font-size: 1.4rem;
  color: var(--txt);
  column-gap: 20px;
  align-items: center;
  padding: 10px 20px;
}
a.emergency__ind p {
  padding-right: 30px;
  position: relative;
  line-height: 1.4;
  margin-top: 2px;
}
a.emergency__ind p:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(-45deg) skew(-15deg, -15deg);
  border-right: 1px solid var(--txt);
  border-bottom: 1px solid var(--txt);
  transition: all 0.5s;
}

/*
---
---------------------------------------------------------------------------*/
footer{
padding-top: 50px;
padding-bottom: 40px;
background-color: #f3f3f2;
}
.footer-logo {
  margin: 0 auto;
  position: relative;
  height: 60px;
}
a.logo__footer {
  height: 100%;
  display: block;
  text-align: center;
}
a.logo__footer img {
  height: 100%;
}
.footer-logo svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
p.footer-schoolinfo-add {
  text-align: center;
  font-size: 1.5rem;
margin-top: 15px;
}
p.footer-schoolinfo-tel {
  text-align: center;
  font-size: 1.5rem;
}
.footer__txtlink__wrap {
text-align: center;
display: flex;
justify-content: center;
gap: 20px;
margin-top: 20px;
}
.footer__txtlink__ind > img {
  height: 12px;
}
.footer__txtlink__ind {
  font-size: 1.4rem;
  color: var(--txt);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.school__link__wrap {
  display: flex;
  gap: 10px 20px;
  justify-content: center;
  margin-top: 40px;
}
.school__link__wrap > a {
  font-size: 1.8rem;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  width: 150px;
  padding: 5px 10px;
  text-align: center;
  color: var(--txt);
position: relative;
}
a.school__link__ind:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 1px solid var(--txt);
  border-right: 1px solid var(--txt);
transition: all 0.3s;
}
a.school__link__ind:hover:before {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
transition: all 0.3s;
}

.header__sitemap__wrap {
  padding: 0 20px;
}

.footer__sitemap__wrap {
  margin-top: 40px;
}
.header__sitemap__inner,
.footer__sitemap__inner {
  display: flex;
}
.header__sitemap__tab,
.footer__sitemap__tab {
  width: calc(100% / 3);
  padding: 10px 0;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
cursor: pointer;
}
.header__sitemap__tab.active,
.footer__sitemap__tab.active {
  border-bottom: 0;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
}
.header__sitemap__tab.active:before,
.footer__sitemap__tab.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
}
.header__sitemap__panel,
.footer__sitemap__panel {
display: none;
padding-top: 30px;
}
.header__sitemap__panel.is-active,
.footer__sitemap__panel.is-active {
display: flex;
flex-wrap: wrap;
gap: 20px 0px;
}
.header__sitemap__panel > li.sitemap__top,
.footer__sitemap__panel > li.sitemap__top {
  width: 100%;
}
.header__sitemap__panel > li,
.footer__sitemap__panel > li {
list-style: none;
width: calc((100% / 4));
padding: 0 15px;
box-sizing: border-box;
}
.header__sitemap__panel > li,
.footer__sitemap__panel > li {
border-left: 1px solid #b3b3b3;
}
.header__sitemap__panel > li > a,
.footer__sitemap__panel > li > a {
align-items: center;
color: inherit;
padding-left: 15px;
position: relative;
}
.header__sitemap__panel > li > a::before,
.footer__sitemap__panel > li > a::before {
content: "";
width: 10px;
height: 10px;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.header__sitemap__panel .sub-menu,
.footer__sitemap__panel .sub-menu {
display: flex;
flex-direction: column;
gap: 3px;
margin-top: 7px;
margin-left: 15px;
}
.header__sitemap__panel .sub-menu li,
.footer__sitemap__panel .sub-menu li {
/* margin: 10px 0; */
}
.header__sitemap__panel .sub-menu a,
.footer__sitemap__panel .sub-menu a {
font-size: 1.4rem;
color: inherit;
}
.header__sitemap__panel .sub-menu a:hover,
.footer__sitemap__panel .sub-menu a:hover {
text-decoration: underline;
}

.footer__sns__wrap {
text-align: center;
display: flex;
justify-content: center;
gap: 15px 30px;
margin-top: 40px;
}
.footer__sns__ind > img {
  height: 30px;
}
.footer__sns__ind {
  font-size: 1.6rem;
  color: var(--txt);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}


.copy{
text-align: center;
font-size: 1.2rem;
padding: 10px;
background-color: #808080;
color: #ffffff;
}

/* =================================
 sp float menu
================================= */
.spmenu {
  position: fixed;
  right: 0;
  display: none;
  text-orientation: upright;
  z-index: 10;
  background-color: #ffffff;
  white-space: nowrap;
  bottom: 0;
  top: auto;
  transform: unset;
  flex-direction: row;
  writing-mode: unset;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: none;
}
.spmenu_ind {
  color: var(--txt);
  position: relative;
  min-height: 0;
  padding: 7px 6px;
  font-size: 1.0rem;
  width: calc((100% / 5));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 70px;
}
.spmenu_ind:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: #b3b3b3;
  transform: translateY(-50%);
}
.header-menu-smp .spmenu_ind {
  margin-left: auto;
}
div.spmenu_ind:before {
  content: none;
}
.spmenu_ind.sogo:before{
content: none;
}
.spmenu_ind:has(+div.spmenu_ind):before{
content: none;
}
.spmenu_ind.sogo {
background: rgba(181, 73, 91, 1);
color: #ffffff;
}
.spmenu_ind[href*="/jshs/"] {
background: var(--jhsh-g);
color: #ffffff;
}
.spmenu_ind[href*="/hs/"] {
background: var(--hs-g);
color: #ffffff;
}
.spmenu_ind span {
  display: block;
margin-top: 3px;
line-height: 1.0;
  text-align: center;
}
.spmenu_ind img{
height: 30px;
}
.spmenu_ind .header-button-smpmenu span {
margin-top: 0;
}


/*
---
---------------------------------------------------------------------------*/
.go_page_top{
position: fixed;
bottom: 5px;
right: 5px;
opacity: 0;
z-index: 100;
cursor: pointer;
width: 85px;
height: 85px;
transition: all .5s;
border-radius: 5px;
background-color: rgba(77,77,77,1);
}
.go_page_top img{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.scrolled .go_page_top{
opacity: 0.65;
}
.notouch.scrolled .go_page_top:hover{
opacity: 1;
}

@media (hover: hover) {
a.sidelink__ind:hover {
  background-color: #ffffe0;
}
a.emergency__ind:hover {
  background-color: rgba(211, 211, 211, 0.3);
}
a.emergency__ind p:hover:before {
  right: 0;
  transform: translateY(-50%) rotate(-45deg) skew(25deg, 25deg);
}
.anchor__ind:hover:before {
  bottom: 1px;
}
.anchor__ind:hover span:before {
  top: calc(50% + 10px);
}
.index__ind:hover:before {
  top: 70%;
}
.index__ind:hover {
  color: var(--cmn);
  transition: all 0.5s;
}

}

@media only screen and (max-width: 1279px) {
}


@media only screen and (max-width: 1023px) {
body{
}
header{
}

header .header__right__inner > ul.menu{
  display: none;
}
.header .header__smp__menu > ul > li > a {
  display: flex;
}

.header__smp__menu {
  display: inline-block;
}

a.sidelink__ind {
  font-size: 1.4rem;
  padding: 20px 15px;
}
figure.sidelink__icon {
  width: 20px;
}

.footer-logo {
  height: 45px;
}
.footer__sitemap__wrap {
  display: none;
}
.school__link__wrap > a {
  font-size: 1.6rem;
}
}

@media only screen and (max-width: 767px) {
header #logo{
  margin-left: 15px;
  height: 30px;
}

.header__sitemap__tab,
.footer__sitemap__tab {
  font-size: 1.5rem;
}
.header__sitemap__panel > li,
.footer__sitemap__panel > li {
  width: calc((100% / 2));
padding: 0 0 0 8px;
}
.header__sitemap__panel .sub-menu,
.footer__sitemap__panel .sub-menu {
  margin-top: 5px;
  margin-left: 5px;
}
.header__sitemap__panel .sub-menu a,
.footer__sitemap__panel .sub-menu a {
  font-size: 1.2rem;
}

.senior .anchor__wrap {
  gap: 20px 10px;
}

.sub-headerImg-heading {
  margin-left: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 10px;
}
.sub-headerImg-bgi {
  width: 80%;
  max-width: 520px;
}

.emergency__wrap {
  flex-direction: column;
}
.emergency__head {
  justify-content: center;
  padding: 5px 20px;
}
a.emergency__ind {
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 10px;
}
a.emergency__ind span {
  font-size: 1.2rem;
}
a.emergency__ind p:before {
  top: calc(50% - 9px);
}

a.sidelink__ind {
  font-size: 1.0rem;
  padding: 15px 10px;
  letter-spacing: 0.25em;
  gap: 2px;
}
figure.sidelink__icon {
  width: 15px;
}

.go_page_top{
  width: 50px;
  height: 50px;
  bottom: 80px;
}

.index__ind {
  font-size: 1.4rem;
}
.index__wrap {
  padding: 20px 10px 20px 20px;
}
}


@media only screen and (max-width: 550px) {
header .header__right__inner > ul.header-button-smpmenu {
  display: none;
}

h1.sub-headerImg-h1 {
  margin-top: 5px;
}
.sub-headerImg-heading {
  padding: 10px 10px 5px 0;
  transform: translateY(0);
  position: relative;
}
.sub-headerImg-wrapper {
  flex-wrap: wrap;
}
figure.sub-headerImg-bgi-img img {
  aspect-ratio: 21/9;
}

.school__link__wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.footer__sns__wrap {
  flex-direction: column;
  margin-top: 25px;
}

.spmenu {
  display: flex;
}
.spmenu_ind .header-button-smpmenu {
  display: block;
}
.spmenu_ind:has(.header-button-smpmenu) {
  padding: 0;
}

.senior .anchor__ind > span {
  font-size: 1.2rem;
}
}

@media only screen and (max-width: 500px) {
  .header-menu-smp {
  width: 100%;
  max-width: none;
}
}
@media only screen and (min-width: 550px) {
  .spmenu_ind {
    height: 0px;
  }
}


