.item {
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: block;
}
.item > *:last-child {
  margin-bottom: 0;
}
.item::after {
  content: "";
  display: block;
  clear: both;
}
.item__title {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
}
.item__body {
  margin-right: 1%;
  margin-bottom: 15px;
}
.item__img-wrapper-upper {
  display: flex;
  flex-wrap: wrap;
  float: right;
  width: 40%;
  margin-left: 10px;
}
.item__img-wrapper-lower {
  display: none;
}
.item__img-box {
  width: 100%;
  flex: 1 0 100%;
  margin-bottom: 5px;
}
.item__img {
  width: 100%;
}
.item__caption {
  text-align: center;
  font-size: 0.8em;
  margin-top: 3px;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .item__img-wrapper-upper {
    display: none;
  }
  .item__img-wrapper-lower {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
  }
  .item__img-box {
    flex: 1 1 100%;
    margin-right: 10px;
  }
  .item__body {
    margin-right: 0;
  }
}
.item-column {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.item-column > *:last-child {
  margin-bottom: 0;
}
.item-column__img-wrapper {
  flex: 1 1 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 1%;
}
.item-column__img-wrapper > *:last-child {
  margin-right: 0;
}
.item-column__img-box {
  display: block;
  flex: 1 1;
  margin-right: 10px;
  margin-bottom: 15px;
  text-align: center;
}
.item-column__img {
  width: 100%;
}
.item-column__body {
  flex: 1 1 100%;
  margin-right: 1%;
  margin-bottom: 15px;
}
.item-column__text {
  margin-bottom: 10px;
}
.item-column__link {
  padding-bottom: 10px;
}
.item-column__title {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
}
.item-column__caption {
  text-align: center;
  font-size: 0.8em;
  margin-top: 3px;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .item-column {
    display: block;
  }
  .item-column__img-wrapper {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .item-column__body {
    margin-right: 0;
  }
  .item-column__img-box {
    flex: 1 1 100%;
    padding-bottom: 5px;
  }
}
.bullet-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bullet-list > *:last-child {
  margin-bottom: 0;
}
.bullet-list__item {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}
.bullet-list__item::before {
  content: '';
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  background-color: #36a14c;
  border-radius: 50%;
}
.tab-navigation {
  margin-left: auto;
  margin-right: auto;
}
.tab-navigation__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
}
.tab-navigation__item {
  flex: 0 1 auto;
  text-align: center;
  padding-right: 36px;
  padding-left: 36px;
  padding-top: 5px;
  height: 32px;
  border-left: solid 1px #aaa;
}
@media screen and (max-width: 1000px) {
  .tab-navigation__item {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.tab-navigation__item:last-child {
  border-right: solid 1px #888;
}
.tab-navigation__item:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}
.tab-navigation__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 0.9rem;
  font-weight: bold;
}
.tab-navigation__link--active {
  color: #36a14c;
  pointer-events: none;
}
.footer__inner {
  height: 340px;
  padding-top: 45px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  background-color: #00c93e;
}
@media only screen and (max-width: 800px) {
  .footer__inner {
    padding-top: 30px;
    height: auto;
  }
}
.footer__inner_gnav {
  margin-left: auto;
  margin-right: auto;
}
.footer__inner_logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 220px;
}
.footer__inner_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
  .footer__inner_box {
    flex-direction: column;
    align-items: center;
  }
}
.footer__inner_box_left {
  width: 200px;
  background-color: #00f;
}
@media only screen and (max-width: 800px) {
  .footer__inner_box_left {
    flex-grow: 1;
  }
}
.footer__inner_box_middle {
  flex-grow: 1;
  text-align: center;
  color: #fff;
}
.footer__inner_box_middle_hojin {
  margin-bottom: 5px;
}
.footer__inner_box_right {
  width: 200px;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .footer__inner_box_right {
    flex-grow: 1;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.footer__inner_box_right_icon {
  margin-left: 15px;
  margin-bottom: 10px;
}
.footer__copyright {
  background-color: #fff;
  text-align: center;
  height: 40px;
  padding-top: 8px;
  font-size: 0.9em;
}
.foot-navigation {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .foot-navigation {
    width: 80%;
  }
}
.foot-navigation__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #00c93e;
}
@media screen and (max-width: 800px) {
  .foot-navigation__inner {
    flex-direction: column;
    justify-content: left;
  }
}
.foot-navigation__item {
  flex: 0 1 auto;
  text-align: center;
  padding-right: 36px;
  padding-left: 36px;
  padding-top: 4px;
  height: 30px;
  border-left: solid 1px #fff;
}
@media screen and (max-width: 1000px) {
  .foot-navigation__item {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 800px) {
  .foot-navigation__item {
    text-align: left;
    border-left: none;
    border-top: solid 1px #fff;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.foot-navigation__item:last-child {
  border-right: solid 1px #fff;
}
@media screen and (max-width: 800px) {
  .foot-navigation__item:last-child {
    border-right: none;
    border-bottom: solid 1px #fff;
  }
}
.foot-navigation__item:hover {
  background-color: #fff;
  cursor: pointer;
}
.foot-navigation__item:hover .foot-navigation__link {
  color: #00c93e;
}
.foot-navigation__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .foot-navigation__link {
    font-size: 1rem;
    font-weight: normal;
  }
}
.foot-navigation__link--active {
  color: #36a14c;
}
@media screen and (max-width: 800px) {
  .foot-navigation__link::before {
    display: inline-block;
    margin-right: 0.1em;
    color: #fff;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    font-size: 1.2em;
    content: '\f105';
  }
}
.foot-navigation_right {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 910px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .foot-navigation_right {
    width: 785px;
  }
}
@media screen and (max-width: 800px) {
  .foot-navigation_right {
    width: 80%;
  }
}
.foot-navigation_right_link {
  color: #eee;
  font-size: 0.9em;
}
.foot__guides {
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 1px #00c93e;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 800px) {
  .foot__guides {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
  }
}
.foot__guides_item {
  text-align: center;
  width: 33%;
  border-right: solid 1px #00c93e;
}
.foot__guides_item:last-child {
  border-right: none;
}
.foot__guides_item-imagebox {
  margin-left: auto;
  margin-right: auto;
  height: 26px;
}
.foot__guides_item-image {
  width: 24px;
}
.foot__guides_item-text {
  font-size: 0.7em;
  color: #00c93e;
}
.onedays__index {
  display: flex;
  justify-content: start;
  margin-bottom: 15px;
  background-color: #c3f6a1;
  padding: 8px;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .onedays__index {
    flex-direction: column;
  }
}
.onedays__index__left {
  display: flex;
  flex-direction: column;
  flex: 0 0 150px;
  padding: 10px 10px;
}
@media screen and (max-width: 800px) {
  .onedays__index__left {
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.onedays__index__left__day {
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .onedays__index__left__time {
    margin-left: 10px;
    margin-right: 15px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 800px) {
  .onedays__index__left__place {
    padding-top: 5px;
  }
}
.onedays__index__right {
  display: flex;
  background-color: #e9fcae;
  padding: 12px 12px;
  flex: 1;
  border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .onedays__index__right {
    flex-direction: column;
  }
}
.onedays__index__right__left {
  width: 465px;
}
@media screen and (max-width: 1200px) {
  .onedays__index__right__left {
    width: 100%;
  }
}
.onedays__index__right__left__name {
  font-size: 1.1em;
  font-weight: bold;
  color: #222;
}
.onedays__index__right__right {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media screen and (max-width: 1200px) {
  .onedays__index__right__right {
    width: 100%;
    flex-direction: row;
  }
}
@media screen and (max-width: 600px) {
  .onedays__index__right__right {
    flex-direction: column;
    align-items: center;
  }
}
.onedays__index__right__right__more {
  width: 180px;
}
@media screen and (max-width: 1200px) {
  .onedays__index__right__right__more {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.top__item {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  .top__item {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.top__item__wide-top {
  margin-top: 50px;
}
.top__item__normal-top {
  margin-top: 32px;
}
.top__item__narrow-top {
  margin-top: 20px;
}
.top__item__title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.top__item__inner-box {
  margin-left: auto;
  margin-right: auto;
}
.top__item__inner-box__head {
  width: 100%;
  height: 60px;
  text-align: center;
  padding-top: 10px;
  color: #fff;
}
.top__item__inner-box__head-bd {
  font-size: 1.2em;
  font-weight: bold;
}
.top__item__inner-box__head-green {
  background-color: #00c93e;
}
.top__item__inner-box__head-brown {
  background-color: #ffb34d;
}
@media screen and (max-width: 800px) {
  .top__item__inner-box__head-brown {
    margin-top: 20px;
  }
}
.top__item__inner-box_wide {
  width: 640px;
}
@media screen and (max-width: 800px) {
  .top__item__inner-box_wide {
    width: 90%;
  }
}
.top__item__inner-box_wide-stretch {
  width: 640px;
}
@media screen and (max-width: 800px) {
  .top__item__inner-box_wide-stretch {
    width: 100%;
  }
}
.top__item__inner-box_normal {
  width: 560px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 800px) {
  .top__item__inner-box_normal {
    width: 90%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.top__item__inner-box_medium {
  width: 460px;
  margin-left: 15px;
  margin-right: 15px;
}
.top__item__inner-box_narrow {
  width: 384px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .top__item__inner-box_narrow {
    width: 90%;
  }
}
.top__item__image {
  width: 100%;
}
.top__item__text {
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 320px) {
  .top__item__text {
    font-size: 0.8em;
  }
}
.top__item__text-shrink {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .top__item__text-shrink {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
.top__item__flex-box {
  display: flex;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .top__item__flex-box {
    flex-direction: column;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.top__item__round-box {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  border: solid 4px #00c93e;
  border-radius: 15px;
  padding: 34px;
  max-width: 920px;
}
@media screen and (max-width: 800px) {
  .top__item__round-box {
    flex-direction: column-reverse;
    width: 90%;
    padding: 20px;
  }
}
.top__item__round-box__left {
  width: 455px;
  margin-top: 10px;
  margin-left: 24px;
  margin-right: 36px;
}
@media screen and (max-width: 800px) {
  .top__item__round-box__left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top__item__round-box__left-title {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.top__item__round-box__left-text {
  margin-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 320px) {
  .top__item__round-box__left-text {
    font-size: 0.8em;
  }
}
.top__item__round-box__left-more {
  text-align: right;
  margin-top: 10px;
}
.top__item__round-box__left-more-img {
  width: 80px;
}
.top__item__round-box__right {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .top__item__round-box__right {
    width: 100%;
  }
}
.top__item__more {
  width: 212px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.top__item__stretch-green {
  width: 100%;
  margin-top: 50px;
  background-color: #00c93e;
  color: #fff;
  padding: 50px;
}
@media screen and (max-width: 800px) {
  .top__item__stretch-green {
    padding: 20px 0px 20px 0px;
  }
}
.top__item__stretch-green__inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .top__item__stretch-green__inner {
    flex-direction: column;
    width: 90%;
  }
}
.top__item__stretch-green__inner_left {
  width: 360px;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  .top__item__stretch-green__inner_left {
    width: 100%;
    margin-right: 0px;
  }
}
.top__item__stretch-green__inner_left_title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 801px) {
  .top__item__stretch-green__inner_left_title {
    display: none;
  }
}
.top__item__stretch-green__inner_left_image {
  width: 100%;
}
.top__item__stretch-green__inner_right {
  width: 470px;
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  .top__item__stretch-green__inner_right {
    width: 100%;
    margin-left: 0px;
  }
}
.top__item__stretch-green__inner_right_title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .top__item__stretch-green__inner_right_title {
    display: none;
  }
}
.top__item__flex-icons {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .top__item__flex-icons {
    flex-wrap: wrap;
  }
}
.top__item__flex-icons__item {
  width: 160px;
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 800px) {
  .top__item__flex-icons__item {
    width: 42%;
    margin-top: 20px;
  }
}
.top__item__flex-icons__item_image-box {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 5px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top__item__flex-icons__item_image,
.top__item__flex-icons__item_title {
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 5px;
}
.top__item__map-container {
  text-align: center;
  margin-top: 15px;
}
.top__item__map-container_map {
  width: 100%;
  height: 315px;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.top__item__map-container_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top__item__map-container_caption {
  margin-top: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .top__item__map-container_caption {
    width: 90%;
  }
}
.informations {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .informations {
    padding: 0;
    width: 90%;
  }
}
.informations__item {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  border-top: 1px solid #ccc;
}
.informations__item:hover .informations__item__text {
  color: #36a14c;
}
.informations__item__title {
  font-size: 0.8rem;
  color: #00c93e;
  flex: 0 0 110px;
}
.informations__item__text {
  font-size: 0.8rem;
  flex: 1;
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  .informations__item__text {
    margin-left: 0;
  }
}
.news {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .news {
    padding: 0;
    width: 90%;
  }
}
.news__item {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  border-top: 1px solid #ccc;
}
.news__item:hover .news__item__text {
  color: #36a14c;
}
.news__item__date {
  font-size: 0.8rem;
  color: #00c93e;
  flex: 0 0 90px;
}
.news__item__text {
  font-size: 0.8rem;
  flex: 1;
}
@media screen and (max-width: 800px) {
  .news__item__text {
    margin-left: 0;
  }
}
.school-top {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .school-top {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.school-top_head {
  width: 100%;
  height: 194px;
  background-position: center;
  text-align: center;
  color: #fff;
}
.school-top_head__title {
  font-size: 1.9em;
  font-weight: bold;
  padding-top: 60px;
  letter-spacing: 0.1em;
}
.school-top_head__subtitle {
  font-size: 0.8em;
  margin-top: -5px;
}
.school-top_head__highschool_image {
  background-image: url("/media/top_images/highschool_head.jpg");
}
@media screen and (max-width: 800px) {
  .school-top_head__highschool_image {
    background-image: url("/media/top_images/highschool_head_narrow.png");
    background-size: cover;
  }
}
.school-top_head__highschool_mask {
  background-color: rgba(0,201,62,0.7);
}
.school-top_head__jr-highschool_image {
  background-image: url("/media/top_images/jrhighschool_head.png");
}
@media screen and (max-width: 800px) {
  .school-top_head__jr-highschool_image {
    background-image: url("/media/top_images/jrhighschool_head_narrow.png");
    background-size: cover;
  }
}
.school-top_head__jr-highschool_mask {
  background-color: rgba(255,179,77,0.8);
}
.school-top_lead {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 45px;
}
.school-top-title {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.school-top-text {
  margin-top: 16px;
}
@media screen and (max-width: 800px) {
  .school-top-text {
    margin-top: 8px;
  }
}
.school-top_green-title {
  text-align: center;
}
.school-top_green-title_inner {
  display: inline-block;
  font-size: 1.1em;
  color: #00c93e;
  border-bottom: #00c93e 1px solid;
  text-align: center;
  padding-bottom: 6px;
}
.school-top_media-box {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1120px;
  align-items: center;
  padding: 45px;
}
@media screen and (max-width: 800px) {
  .school-top_media-box {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.school-top_media-box_hs {
  background-color: #eff7ef;
}
.school-top_media-box_jhs {
  background-color: #fffaf2;
}
.school-top_media-box_left {
  width: 60%;
  padding-left: 35px;
  padding-right: 65px;
}
@media screen and (max-width: 800px) {
  .school-top_media-box_left {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .school-top_media-box_right {
    margin-top: 20px;
  }
}
.school-top_media-box_right_image {
  width: 456px;
}
@media screen and (max-width: 800px) {
  .school-top_media-box_right_image {
    width: 100%;
    margin-bottom: 15px;
  }
}
.school-top_flex-box {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .school-top_flex-box {
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.school-top_vertical-media {
  width: 30%;
}
@media screen and (max-width: 800px) {
  .school-top_vertical-media {
    width: 100%;
    margin-bottom: 40px;
  }
}
.school-top_vertical-media_image {
  width: 100%;
  margin-top: 20px;
}
.school-top_vertical-media_text {
  margin-top: 10px;
}
.school-top_link-box {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
}
@media screen and (max-width: 800px) {
  .school-top_link-box {
    flex-direction: column;
    margin-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.school-top_link-box_green-round {
  width: 45%;
  height: 80px;
  position: relative;
  background-color: #00c93e;
  color: #fff;
  border-radius: 10px;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .school-top_link-box_green-round {
    width: 100%;
    margin-bottom: 24px;
  }
}
.school-top_link-box_green-round_icon-box {
  position: absolute;
  width: 50px;
  top: 15px;
  right: 0px;
}
.school-top_link-box_green-round_angle-right {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
}
.school-top_link-box_green-round_angle-right:before {
  font-size: 1.4em;
  font-weight: bold;
  content: '\f054';
}
.school-top_v-link-box {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
@media screen and (max-width: 800px) {
  .school-top_v-link-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.school-top_v-link-box_green-rect {
  height: 80px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #00c93e solid;
}
.school-top_v-link-box_green-rect_icon-box {
  position: absolute;
  width: 50px;
  top: 15px;
  right: 0px;
}
.school-top_v-link-box_green-rect_angle-right {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  color: #00c93e;
}
.school-top_v-link-box_green-rect_angle-right:before {
  font-size: 1.4em;
  font-weight: bold;
  content: '\f054';
}
.cube__box {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.cube__box__image {
  flex: 1 1 150px;
}
.vertical-table__inner {
  border: 1px solid #ddd;
  widVth: 100%;
  text-align: left;
  table-layout: fixed;
}
.vertical-table__header-row {
  background-color: #efefef;
}
.vertical-table__header {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.vertical-table__header:last-child {
  border-right-width: 0;
}
.vertical-table__cell {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.vertical-table__cell-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em;
}
.vertical-table__cell-link:hover {
  background-color: bg-color-hover;
  cursor: pointer;
}
.vertical-table__cell-content {
  display: block;
  padding: 0.5em;
}
.vertical-table__cell:last-child {
  border-right-width: 0;
}
.vertical-table__cell-part {
  margin: 10px;
  padding-right: 5px;
}
.horizontal-table th,
.horizontal-table td {
  padding: 10px;
  border: 1px solid #aaa;
  vertical-align: middle;
}
.horizontal-table th {
  background-color: #efefef;
}
.middle-slider-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-bottom: 25px;
  background-color: #ffb34d;
  max-width: 640px;
}
.note-index {
  display: flex;
  flex-direction: column;
}
.note-index div:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}
.note-index_item {
  flex: 1 1 auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}
.note-index_item_link {
  margin-top: 3px;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}
.note-index_item_title-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.note-index_item_title {
  flex: 1 1 content;
  font-size: 1.1em;
  font-weight: bold;
}
.note-index_item_sub-title {
  flex: 1 1;
  padding-top: 4px;
  margin-left: 20px;
  font-size: 0.9em;
  font-weight: bold;
}
.note-detail_title-box {
  margin-bottom: 15px;
}
.note-detail_title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
}
.note-detail_sub-title {
  font-size: 1em;
  font-weight: bold;
}
.note-text {
  width: 100%;
}
.note-text_image-wrapper {
  float: right;
  width: 50%;
  padding: 3px;
}
.table-container {
  width: 590px;
}
@media screen and (max-width: 820px) {
  .table-container {
    width: 100%;
  }
}
.middle-heading {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
}
.brown-flex-box {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .brown-flex-box {
    flex-flow: column;
  }
}
.brown-flex-box_inner {
  display: grid;
  grid-template-rows: 50px 1fr 40px;
  width: 30%;
  margin-right: 20px;
  border: 2px solid #ffb34d;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .brown-flex-box_inner {
    width: 100%;
    margin-bottom: 24px;
  }
}
.brown-flex-box_inner:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 800px) {
  .brown-flex-box_inner:last-child {
    margin-bottom: 0px;
  }
}
.brown-flex-box_inner_title {
  font-size: 1.1em;
  font-weight: bold;
  background-color: #ffb34d;
  padding-top: 8px;
}
.brown-flex-box_inner_disp {
  padding: 10px 10px 5px 10px;
  background-color: #ffe4c4;
}
.brown-flex-box_inner_link {
  background-color: #ffe4c4;
  font-weight: bold;
  padding-bottom: 5px;
}
