@charset "UTF-8";

/*
Theme Name: 長野県須坂創成高等学校2026
Description: 長野県須坂創成高等学校 Website Theme
Author: 長野県須坂創成高等学校
Author URI: https://sosei.ed.jp/
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css');

:root {
  /* base */
  --font-family: YakuHanJP,"Zen Kaku Gothic New","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  --font-family-mincho: YakuHanMP,"Zen Old Mincho","Hiragino Mincho ProN","Yu Mincho",YuMincho,serif;
  --font-family-en: 'Lato',sans-serif;
  --font-family-head-en: 'Lora',serif;
  --main-bg: #fff;
  --main-color: #222;
  /* layout */
  --top-height: 106px;
  --top-height-animation: 75px;
  --section-padding: 125px;
  --section-padding-ex: 95px;
  --section-padding-sm: 85px;
  --section-padding-md: 110px;
  --section-padding-lg: 140px;
  --wrap-padding: 3.47222vw;
  scroll-padding: calc(var(--top-height-animation) - 10px);
  /* decoration */
  --sub-bg: #f0f3f8;
  --sub-bg2: #f0f4de;
  --sub-color: #333;
  --point-color: #212a6e;
  --accent-color: #c8c606;
  --line-color: #c8cada;
  --head-line-color: #5c6293;
  --encircle-color: #979db9;
  --table-th-color: #f7f7f7;
  --agriculture-color: #05a751;
  --agriculture-sub-color: #f6fcf7;
  --create-color: #ea568e;
  --create-sub-color: #fcecef;
  --create-sub-bg-color: #fdf2f4;
  --business-color: #0093e9;
  --business-sub-color: #e5f4fd;
  --business-sub-bg-color: #f2fafe;
  --stripe: linear-gradient(-45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
  --stripe-shadow: linear-gradient(-45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
  --stripe-shadow-color: #e8edf5;
  --stripe-size-lg: 3.8rem 3.8rem;
  --stripe-size-sm: 2rem 2rem;
  --marker: rgba(0, 0, 0, 0) linear-gradient(transparent 83%, #f4f49f 0%) repeat scroll 0 -3px;
  --base-color: #4a54a5;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--main-bg);
  line-height: 1.85;
  letter-spacing: .02em;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.339rem + 0.31vw, 1.6rem);
  font-family: var(--font-family);
/*   font-weight: 300; */
  font-weight: 400;
  color: var(--main-color);
}
html, body {
  height: 100%;
}
.container-one, .container-two, .container-three, .container-four, .container-five, .container-six, .list-container, .info__article__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.container-one, .container-two, .container-three, .container-four, .container-five {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.container-one, .container-three, .container-five, .container-six, .list-container, .info__article__cat {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.container-three {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.container-four, .info__article__cat, .list-container-single {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.container-five {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.container-six {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section {
  padding: var(--section-padding-lg) 0 0;
}
.section-md {
  padding: var(--section-padding-md) 0 0;
}
.section-first, .section-md + .section-md, .section-zero + .section-md, .section-first + .section-md {
  padding: var(--section-padding-sm) 0 0;
}
.section-zero {
  padding: 0;
}
.inner-one {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1680px) {
  section {
    padding: var(--section-padding) 0 0;
  }
  .section-first {
    padding: var(--section-padding-ex) 0 0;
  }
}
.wrap {
  padding: 0 var(--wrap-padding);
}
.detail-wrap {
  padding-top: 55px;
}
.detail-wrap-first {
  margin-top: -35px;
}
.heading, .sub-heading, .article-head {
  text-align: center;
  line-height: 1.5;
  letter-spacing: .035em;
  font-family: var(--font-family-mincho);
  font-size: 2.6rem;
  font-size: clamp(1.8rem, 1.469rem + 1.41vw, 2.6rem);
  font-weight: bold;
  font-weight: 600;
  color: var(--point-color);
}
.sub-heading {
  font-size: 2.3rem;
  font-family: var(--font-family);
}
.article-head {
  margin-bottom: .9em;
  text-align: left;
  letter-spacing: .02em;
  font-size: 2.4rem;
  font-size: clamp(1.5rem, 1.127rem + 1.59vw, 2.4rem);
  font-weight: 500;
}
.heading__section {
  margin-top: var(--top-height);
  width: 100%;
  height: 190px;
  background: linear-gradient(-45deg, #212a6e 0%, #212a6e 50%, #454c82 50%, #454c82 100%);
}
@media screen and (max-width: 1680px) {
  .heading__section {
    height: 175px;
  }
}
.heading__section__head {
  display: inline-block;
  position: relative;
  top: -8px;
  letter-spacing: .065em;
  line-height: 1;
  font-size: 3.0rem;
  color: var(--main-bg);
}
.heading__section__head::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  margin: 0 auto;
  width: 28px;
  height: 3px;
  background:  var(--accent-color);
}
h3.heading {
  position: relative;
  margin-bottom: 70px;
  padding: .929em 0;
  background: var(--sub-bg);
  line-height: 1.4;
  line-height: 1.35;
  font-size: 2.7rem;
  font-size: clamp(1.6rem, 1.144rem + 1.94vw, 2.7rem);
}
h3.heading::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -45px;
  margin: 0 auto;
  width: 1px;
  height: 60px;
  background: var(--base-color);
}
.section-title {
  margin-bottom: 23px;
  padding-left: .85em;
  border-left: solid 5px var(--accent-color);
  line-height: 1.65;
  font-size: 2.3rem;
  font-size: clamp(1.4rem, 1.027rem + 1.59vw, 2.3rem);
  font-weight: bold;
  font-weight: 700;
  color: var(--point-color);
}
.title-sub {
  position: relative;
  top: -.06em;
  margin-left: 2.1em;
  text-align: left;
  font-size: 1.9rem;
  font-size: clamp(1.4rem, 1.193rem + 0.88vw, 1.9rem);
  font-weight: 500;
  color: var(--main-color);
}
.mincho {
  font-family: var(--font-family-mincho);
}
.en {
  font-family: var(--font-family-en);
}
.head-en {
  font-family: var(--font-family-head-en);
}
header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: var(--top-height);
  background: var(--main-bg);
  z-index: 99;
  transition: .3s;
}
.is-animation {
  height: 81px;
  height: var(--top-height-animation);
  background: rgb(256 256 256 / 95%);
  box-shadow: 0 0 4px 0 rgb(209 211 223);
}
.headbox__logo {
  line-height: 1;
  z-index: 9999;
}
.headbox__logo a {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 320px;
  transition: .4s!important;
}
.is-animation .headbox__logo a {
  width: 276px;
}
.gnavilist {
  position: relative;
}
.gnavilist li {
  position: relative;
  line-height: 1;
  letter-spacing: .07em;
  font-size: 1.6rem;
  font-weight: 500;
}
.gnavilist li a {
  -webkit-transition: .3s;
  transition: .3s;
}
.gnavilist__item + li {
  margin-left: 40px; /* 1336px時 */
  margin-left: 2.92825769vw;
  margin-left: 46px; /* 1440px時 */
  margin-left: 3.19444444vw;
}
@media screen and (min-width: 1281px) {
  .subnavi {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 15px);
    -ms-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
    padding-top: 25px;
    width: 270px;
    opacity: 0;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    z-index: 99;
  }
  .gnavilist li:hover > .subnavi {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 99;
  }
  .subnavi ul {
    background: var(--base-color);
    overflow: hidden;
    border-radius: 10px;
  }
  .subnavi ul li {
    display: block;
    background: var(--base-color);
    text-align: center;
  }
  .subnavi ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--base-color);
    font-size: 1.5rem;
    color: #fff;
  }
  .subnavi ul li a {
    padding: 0 1em 2.2em;
  }
  .subnavi ul li:first-child a {
    padding-top: 2.15em;
  }
  .subnavi ul li:last-child a {
    padding-bottom: 2.75em;
  }
  .menuitem-wrap {
    padding-bottom: .5em;
    border-bottom: dashed 1px #f5f5f5;
  }
}
.submenu__list {
  margin-bottom: 65px;
  padding: 22px;
  width: 100%;
  background: var(--table-th-color);
}
.submenu__list__item {
  margin: 0 7.5px;
  width: 216px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.submenu__list__item a {
  display: block;
  padding: 1.025em 1em;
  width: 100%;
  border: solid 1px var(--head-line-color);
  border-radius: 4px;
  background: var(--main-bg);
  text-align: center;
  letter-spacing: .052em;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 400;
  font-weight: 500;
  color: var(--point-color);
}
.submenu__list__item.current a {
  background: var(--sub-bg);
}
.linkbtn__more {
  display: inline-block;
  width: 280px;
}
.linkbtn__more a {
  position: relative;
  overflow: visible;
  display: block;
  padding: 1.044em;
  width: 100%;
  background: var(--base-color);
  text-align: center;
  font-weight: 500;
  color: var(--main-bg);
}
.linkbtn__more a::before, .linkbtn__more a::after {
  content: '';
  position: absolute;
  background: var(--point-color);
  background: var(--base-color);
}
.linkbtn__more a::before {
  left: 5px;
  bottom: -7px;
  width: calc(100% + 2px);
  height: 1px;
}
.linkbtn__more a::after {
  right: -7px;
  bottom: -6px;
  width: 1px;
  height: 100%;
}
.info-link a {
  display: block;
  border: solid 1px var(--point-color);
  background: var(--main-bg);
  color: var(--point-color);
}
.newline {
  display: inline-block;
}
.breaking {
  display: block;
}
.emphasis {
  color: var(--point-color);
}
.marker {
  background: var(--marker);
}
/* top */
#topimage {
  display: block;
  position: relative;
  padding: var(--top-height) 0 0 var(--wrap-padding);
  width: 100%;
  height: 100%;
}
.topvisualwrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.topvisualwrap__catch {
  position: absolute;
  left: 0;
  bottom: 0;
}
.topvisualwrap__catch__txt {
  padding: 2.42vw var(--wrap-padding) var(--wrap-padding);
  border-bottom-right-radius: 5.2vw;
  background: var(--base-color);
  text-align: left;
  line-height: 1.65;
  letter-spacing: .06em;
  font-size: 2.778vw;
  font-weight: 700;
  color: var(--main-bg);
}
.topvisualwrap__catch__txt span {
  position: relative;
  display: inline-block;
  padding-left: .06em;
}
.topvisualwrap__catch__txt span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--main-bg);
}
body .vegas-container {
  height: 100%!important;
  border-top-left-radius: 5.2vw;
}
@media screen and (max-width: 1680px) {
  #latest-news {
    padding: var(--section-padding-md) 0 0;
  }
}
.news__section {
  position: relative;
  margin-top: -5px;
  width: 100%;
}
.news__section__btn {
  position: absolute;
  top: 92px;
  left: 0;
  width: 242px;
}
.news__section__btn a {
  padding: .919em;
}
.latest-news {
  width: 71%;
  width: calc(100% - 330px);
}
.date-en {
  width: 112px;
  letter-spacing: .075em;
  font-family: var(--font-family-en);
  font-style: italic;
/*   font-weight: 300; */
  color: #333;
}
.newslist {
  border-top: solid 1px var(--line-color);
}
.newslist__item {
  border-bottom: solid 1px var(--line-color);
}
.newslist__item a {
  padding: 1.45em .15em;
  width: 100%;
  line-height: 1.65;
}
.newslist__item__cat {
  padding: .15em;
  width: 96px;
  border: solid 1px var(--encircle-color);
  background: #f8f8f8;
  text-align: center;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--point-color);
}
.newslist__item__title {
  padding-left: 18px;
  width: calc(100% - 190px);
}
.newsList__item__mark {
  position: relative;
  top: 1px;
  margin-left: 1.1em;
  font-size: 1.7rem;
  font-weight: bold;
  font-weight: 700;
  color: var(--point-color);
}


#newly-news {
  padding-top: 90px;
}
.newly-item .newslist__item__title {
  padding: 0;
}


#topnews {
  position: absolute;
  bottom: 45px;
  right: 35px;
  z-index: 2;
}
#topnews-list {
  border: none;
}
#topnews .newslist__item {
  max-width: 552px;
  border: none;
}
#topnews .newslist__item a {
  display: block;
  padding: 1.35em 25px;
  width: 100%;
  border-radius: 6px;
  background: var(--accent-color);
  background: #cdcb2f;
}
#topnews .newslist__item a > div {
  padding: 0 .15em;
}
.newsList__item__head {
  display: inline;
  width: 6em;
  width: 112px;
  letter-spacing: .12em;
  font-style: italic;
}
.about__section__body {
  width: 490px;
}
.about__section__bodyhead {
  margin-bottom: .9em;
  text-align: left;
  font-size: 2.9rem;
  font-size: clamp(1.8rem, 1.344rem + 1.94vw, 2.9rem);
}
#about-sosei {
  padding-left: calc(50% - 600px);
  width: 100%;
  line-height: 2.1;
}
#aboutimg-main {
  width: calc(100% - 590px);
  height: 600px;
  background: url(assets/images/index/aboutimage.jpg?v15) no-repeat 41.5% top;
  background-size: cover;
}
#aboutimg-sub {
  position: relative;
  width: 100%;
}
#aboutimg-sub::after {
  content: '';
  display: block;
  position: absolute;
  top: -302px;
  right: calc(50% - 340px);
  width: 100%;
  height: 1077px;
  background: var(--sub-bg);
  background-image: var(--stripe);
  background-size: var(--stripe-size-lg);
  z-index: -1;
}
.studentspic_item {
  width: 28.07017%;
}
.studentspic_item:last-child {
  margin-top: 144px;
  width: 59.64912%;
  width: 750px;
  width: 62.5%;
}
@media screen and (max-width: 1680px) {
  #aboutimg-main {
    height: 565px;
  }
  .studentspic_item:last-child {
    margin-top: 134px;
  }
  #aboutimg-sub::after {
    top: -280px;
    height: 1034px;
  }
}
.about__section__btn {
  position: relative;
  top: -190px;
  width: 28.07017%;
}
.about__section__btn a {
  padding: 1.138em;
}
#course-outline {
  padding-top: 175px;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  #course-outline {
    padding-top: 150px;
  }
}
.course__section__head {
  position: relative;
  display: inline-block;
  padding: 0 .35em .25em;
  border-bottom: solid 3px var(--accent-color);
  font-size: 2.9rem;
  font-size: clamp(1.8rem, 1.344rem + 1.94vw, 2.9rem);
  font-weight: 600;
}
.course__section__head::before, .course__section__head::after {
  content: '';
  position: absolute;
  right: calc(50% + 18px);
  bottom: -29px;
  width: 0;
  height: 0;
  border-width: 29px 28px 0 0;
  border-style: solid;
  border-color: var(--accent-color) transparent transparent transparent;
}
.course__section__head::after {
  right: calc(50% + 22px);
  bottom: -22px;
  border-width: 22px 21px 0 0;
  border-color: #fff transparent transparent transparent;
}
.course__section__head .head-en {
  position: relative;
  top: .1em;
  margin: 0 .3em 0 .1em;
  letter-spacing: .05em;
  font-size: 4.9rem;
  font-size: clamp(2.5rem, 1.506rem + 4.24vw, 4.9rem);
  font-weight: 500;
}
#course-study {
  width: 100%;
  text-align: justify;
}
.courselist__item {
  position: relative;
  margin-top: 140px;
  padding: 0 12.5vw 0 calc(50% - 600px);
  width: 100%;
}
.courselist__item:first-child {
  margin-top: 150px;
}
.courselist__item:nth-child(2) {
  padding: 0 calc(50% - 600px) 0 12.5vw;
}
.courselist__item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 70px;
  right: 0;
  width: calc((50% - 550px) + 455px);
  height: 490px;
  background: var(--sub-bg);
  background-image: var(--stripe);
  background-size: 3.8rem 3.8rem;
  z-index: -1;
}
.courselist__item:nth-child(2)::after {
  left: 0;
  right: auto;
}
.courselist__item dl {
  margin-top: -18px;
  width: 450px;
  line-height: 1.9;
}
.courselist__item__img {
  width: calc(100% - 550px);
  height: 490px;
  border-top-left-radius: 3.8vw;
  border-bottom-right-radius: 3.8vw;
  background: url(assets/images/index/cell_img.jpg?v20) no-repeat top center;
  background-size: cover!important;
}
#create-img {
  background-image: url(assets/images/index/create_img.jpg?v11);
  background-position-y: 28%;
}
#commercial-img {
  background-image: url(assets/images/index/commercial_img.jpg?v12);
  background-position-y: 10%;
}
@media screen and (max-width: 1680px) {
  .courselist__item {
    margin-top: 125px;
    padding-right: calc(50% - 600px);
  }
  .courselist__item:nth-child(2) {
    padding-left: calc(50% - 600px);
  }
  .courselist__item::after, .courselist__item__img {
    height: 445px;
  }
  .courselist__item dl {
    width: 440px;
  }
  .courselist__item__img {
    width: calc(100% - 520px);
  }
  .courselist__item::after {
    bottom: 65px;
  }
}
.courselist__item__title {
  margin-bottom: 30px;
  color: var(--point-color);
}
.course-field {
  position: relative;
  margin-right: 64px;
  letter-spacing: .045em;
  font-size: 3.9rem;
  font-size: clamp(3.4rem, 3.247rem + 0.41vw, 3.9rem);
}
.course-field::after {
  content: '';
  position: absolute;
  bottom: 11px;
  right: -70px;
  width: 70px;
  height: 2px;
  background: var(--accent-color);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.course-field.head-en {
  font-weight: 500;
}
.course-name {
  position: relative;
  top: .75em;
  font-size: 2.5rem;
  font-weight: 500;
}
.courselist__item__bodysubhead {
  text-align: left;
  line-height: 1.55;
  font-size: 1.9rem;
  font-size: 2.4rem;
  font-weight: 500;
  font-weight: 700;
  color: var(--sub-color);
}
@media screen and (max-width: 1680px) {
  .courselist__item__bodysubhead {
    font-size: 2.3rem;
  }
}
.courselist__item__bodytxt {
  margin: .5em 0 2.52em;
  margin: .7em 0 2.52em;
}
.guidelist {
  margin-top: 150px;
  width: 100%;
}
.guidelist__item {
  width: 50%;
  height: 22vw;
}
.guidelist__item a {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover!important;
}
.guidelist__item a::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  transition: background .5s ease-out;
  -webkit-transition: background .5s ease-out;
}
#guide-admission a {
  background: url(assets/images/index/exam_img.jpg?v15) no-repeat center bottom;
}
#guide-aftergrad a {
  background: url(assets/images/index/course_img.jpg?v3) no-repeat center 38%;
}
.guidelist__item__txt {
  position: relative;
  width: 280px;
  padding: .8em 1em;
  border: solid 1px #eee;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
  font-size: 2.5rem;
  font-size: clamp(1.7rem, 1.563rem + 0.59vw, 2.5rem);
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1680px) {
  .guidelist__item {
    height: 30vw;
  }
}
#school-topics {
  margin-top: -80px;
  padding: 0;
  width: 100%;
  border: solid 34px var(--sub-bg);
  background: radial-gradient(var(--sub-bg) 2px, #fff 2px) center top;
  background-size: 20px 20px;
}
#index #school-topics {
  margin: 0;
}
.topics__section {
  padding: 88px 0 92px;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .topics__section {
    padding: 80px 0 84px;
    width: 80%;
  }
}
.topics__section__head {
  font-weight: 500;
}
.line-decoration {
  position: relative;
  display: inline-block;
}
.line-decoration span {
  padding: 0 58px;
  letter-spacing: .05em;
}
.topics__section__head span {
  padding: 0 60px;
  font-size: 3.4rem;
}
.line-decoration::before, .line-decoration::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 36px;
  height: 3px;
  background:  var(--accent-color);
  -webkit-transform: rotate(62deg);
  transform: rotate(62deg);
}
.line-decoration::after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-62deg);
  transform: rotate(-62deg);
}
.topics__section__btn {
  margin: 0 auto;
  width: 320px;
}
/* instagram */
#school-topics h2 span::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: .55em;
  width: 28px;
  height: 28px;
  background-image: url(assets/images/instagram.svg);
  background-size: contain!important;
}
#sb_instagram {
  margin-top: 60px!important;
}
#sb_instagram #sbi_images {
  display: flex!important;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 0!important;
  gap: 0!important;
}
#sb_instagram.sbi_col_3 #sbi_images {
  gap: 105px 10.02%;
}
.sbi_photo_wrap {
  display: block;
  overflow: hidden;
  width: 91.21621%;
  aspect-ratio: 1 / 1;
}
.sbi_photo {
  display: unset!important;
  padding-top: 100%;
  height: auto!important;
}
.sbi_photo img {
  position: relative;
  height: 100%!important;
  z-index: 2;
}
#school-topics #sb_instagram #sbi_images .sbi_item {
  position: relative;
  overflow: inherit!important;
  margin: 0 0 105px 0!important;
  width: 26.62% !important;
}
.sbi_item::after {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  left: 26px;
  width: 91.21621%;
  height: 100%;
  background: var(--sub-bg);
  background-color: var(--stripe-shadow-color);
  background-image: var(--stripe-shadow);
  background-size: var(--stripe-size-sm);
  z-index: 0;
}
/* information */
.information__section {
  width: 870px;
}
.information__section__head {
  padding: 1.3375em 0;
  border-top: solid 6px var(--sub-bg);
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--point-color);
}
.menu__section {
  width: 260px;
}
.menu__section__list, .menu__section__list__item {
  width: 100%;
}
.menu__section__list__item {
  margin-bottom: 15px;
}
.menu__section__list__item a {
  display: block;
  padding: 0 1.5em;
  width: 100%;
  height: 54px;
  background: var(--sub-bg);
  line-height: 54px;
  font-size: 1.5rem;
  color: var(--point-color);
}
.select-item {
  position: relative;
}
.select-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: solid 8px var(--base-color);
  border-bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.select-item select {
  outline: none;
  vertical-align: middle;
  padding: 0 1.5em;
  width: 100%;
  height: 54px;
  border: none;
  border-radius: 0;
  background: var(--sub-bg);
  line-height: 54px;
  font-size: 1.5rem;
/*   font-weight: 300; */
  color: var(--point-color);
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}
.select-item select::-ms-expand {
  display: none;
}
.info__article {
  padding: 55px 60px;
  border: solid 8px var(--sub-bg);
}
.info__article__date {
  margin-bottom: 38px;
}
.info__article__cat .newslist__item__cat {
  margin-right: 10px;
}
.info__article__cat .newslist__item__cat:last-child {
  margin-right: 0;
}
.article-body {
  text-align: justify;
}
.article-body p + p {
  margin-top: 32px;
}
.article-body a {
  text-decoration: underline;
  color: var(--point-color);
}
.article-body p img {
  display: block;
  margin: 0 auto;
  padding: .55em 0;
}
.article__navi__list {
  margin-top: 90px;
  padding: 16px 0;
  border-top: solid 1px var(--line-color);
  border-bottom: solid 1px var(--line-color);
  width: 100%;
  text-align: center;
  line-height: 1;
}
.article__navi__list__prev, .article__navi__list__next {
  width: 41px;
}
.article__navi__list__prev a, .article__navi__list__next a {
  display: block;
  padding: 16px;
}
.article__navi__list__all a {
  display: block;
  padding: 13px;
  color: var(--point-color);
}
.no-article {
  padding-top: 2.5em;
  border-top: solid 1px var(--line-color);
}
.pagenation {
  letter-spacing: 0;
  font-size: 1.3rem;
  font-weight: 400;
}
.pagenation > div {
  margin-top: 65px;
}
.pagenation a, .pagenation .current {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line-color);
  text-align: center;
  line-height: 38px;
  line-height: calc(40px - 2px);
  color: #92999d;
}
.pagenation a:hover, .pagenation .current {
  background-color: var(--line-color);
  color: var(--main-bg);
}
/* about */
.about-item-wrap {
  margin-bottom: 24px;
  width: 46.449122%;
}
#message {
  margin-bottom: -11px;
}
.message__section__body__img p {
  position: relative;
}
.message__section__body__img p span {
  display: block;
  overflow: hidden;
  width: 91.32075%;
}
.message__section__body__img p::after {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  left: 45px;
  width: 484px;
  width: 91.32075%;
  height: 100%;
  background-color: var(--stripe-shadow-color);
  background-image: var(--stripe-shadow);
  background-size: var(--stripe-size-sm);
  z-index: -1;
}
.message__section__body__txt {
  line-height: 2;
}
.head-teacher {
  margin-top: 1.9em;
  text-align: right;
  line-height: 1.7!important;
  font-size: 1.6rem;
  color: var(--sub-color);
}
.head-teacher span {
  display: block;
  font-size: 2.2rem;
  font-size: clamp(1.8rem, 1.676rem + 0.53vw, 2.1rem);
}
.policy__list {
  padding-bottom: 32px;
  border-bottom: dashed 2px var(--line-color);
}
.policy__list__number {
  display: inline-block;
  position: relative;
  width: 60px;
  letter-spacing: .06em;
  text-align: center;
  line-height: 1.25;
  font-size: 3.7rem;
  font-weight: 500;
  color: var(--point-color);
}
.policy__list__number::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(3.4rem + 17px);
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--accent-color);
}
.policy__list__body {
  width: 455px;
  line-height: 1.75;
  font-size: 2.1rem;
  font-size: clamp(1.6rem, 1.393rem + 0.88vw, 2.1rem);
  font-weight: 500;
  color: var(--sub-color);
}
#feature-outline {
  position: relative;
}
.learning {
  position: relative;
  padding: 72px 75px;
  width: 100%;
  border: solid 14px var(--sub-bg);
}
.learning__summary {
  display: table;
}
.learning__summary:nth-last-child(-n+2) {
  margin-top: 36px;
}
.learning__summary__head, .learning__summary__body {
  display: table-cell;
}
.learning__summary__head {
  position: relative;
  width: 345px;
  font-size: 2.0rem;
  font-weight: 500;
  color: var(--point-color);
}
.learning__summary:nth-child(-n+2) .learning__summary__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 283px;
  width: 2px;
  height: calc(100% + 36px);
  margin-right: auto;
  margin-left: auto;
  background: #ced0de;
}
.learning__summary__head::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 35px;
  width: 51px;
  height: 51px;
  background: var(--accent-color);
  border-radius: 50%;
  border: solid 15px var(--main-bg);
}
.learning__summary__head .notes {
  position: relative;
  top: -.065em;
  margin-left: .5em;
  font-size: 1.5rem;
  font-weight: 400;
}
.learning-items {
  position: relative;
  margin-left: 1.2em;
}
.learning-items::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: -.75em;
  margin: auto 0;
  width: 8px;
  height: 2px;
  background: var(--point-color);
}
.learning__summary__body {
  font-size: 1.7rem;
}
.learning__summary__body__head {
  margin-bottom: .45em;
  line-height: 1.6;
  font-size: 2.0rem;
  font-size: clamp(1.4rem, 1.151rem + 1.06vw, 2.0rem);
  font-weight: bold;
  font-weight: 600;
  color: var(--sub-color);
}
.elective {
  display: inline-block;
  vertical-align: top;
}
.elective + .elective {
  margin-left: 35px;
}
.elective dt {
  font-weight: 500;
}
.experience__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 33px 33px 35px;
  width: calc((100% - 50px) / 3);
  border: solid 10px var(--sub-bg);
  background: radial-gradient(var(--sub-bg) 2px, #fff 2px) center top;
  background-size: 20px 20px;
  text-align: center;
  line-height: 1.65;
  font-size: 1.7rem;
}
.experience__summary__head {
  margin-bottom: .9em;
  padding-bottom: .7em;
  border-bottom: solid 2px #8c91af;
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--point-color);
}
.experience__summary__subject {
  margin-bottom: 30px;
}
.experience__summary__img {
  margin-top: auto;
}
.related__page {
  margin-top: 65px;
  text-align: center;
}
.related__page__item {
  margin: 0 18px;
  width: 310px;
}
.table-one, .table-two {
  width: 100%;
  border-top: solid 1px var(--line-color);
}
.table-one th, .table-one td, .table-two th, .table-two td {
  vertical-align: middle;
  padding: 1.25em 2em;
  border-bottom: solid 1px var(--line-color);
  line-height: 1.65;
}
.table-one th, .table-two th {
  background: var(--table-th-color);
  text-align: center;
/*   font-weight: 300; */
}
.table-one th {
  width: 250px;
/*   font-weight: 300; */
  color: var(--point-color);
}
.table-two {
  border: solid 1px var(--line-color);
}
.table-two th, .table-two td {
  padding: 1.25em 1.8em;
}
.table-two th {
  width: 70%;
}
.table-two td {
  border-left: solid 1px var(--line-color);
}
.table-two a {
  text-decoration: underline;
  color: var(--point-color);
}
.table-txt-center {
  text-align: center;
}
#oldschool {
  margin-top: 65px;
}
.oldschool__list {
  width: 47.4%;
  width: calc((100% - 40px) / 2);
}
.oldschool__list .table-one th, .oldschool__list .table-one td {
  padding-left: 1.6em;
  padding-right: 1.6em;
}
.oldschool__list .table-one th {
  width: 180px;
}
.accordion {
  position: relative;
  display: block;
  cursor: pointer;
}
.accordion + div {
  position: relative;
  display: none;
  margin-top: 37px;
}
.accordion__btn, .accordion__btn span {
  display: inline-block;
  transition: all .3s;
}
.accordion__btn {
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -1px;
  width: 20px;
  height: 20px;
}
.accordion__btn span {
  position: absolute;
  width: 100%;
  height: 2px;
}
.accordion__btn span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #8c91af;
}
.accordion__btn span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #8c91af;
}
.accordion__btn.active span:nth-of-type(1) {
  display: none;
}
.accordion__btn.active span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__btn__title {
  padding: 1em 1.2em;
  border:  solid 1px var(--line-color);
  font-size: 2.0rem;
  font-size: clamp(1.5rem, 1.293rem + 0.88vw, 2.0rem);
  font-weight: bold;
  font-weight: 600;
  color: var(--point-color);
}
.about-menu .submenu__list__item {
  width: 200px;
}
.about-menu .submenu__list__item.sm-granddesign {
  width: 260px;
}
@media screen and (max-width: 1439px) {
  .about-menu.submenu__list {
     -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 17px;
  }
  .about-menu .submenu__list__item, .about-menu .submenu__list__item.sm-granddesign {
    margin: 5px 7.5px;
    width: 26%;
  }
}
.-gdtitle {
  margin-bottom: .5em;
  line-height: 1.55;
  font-size: 2.0rem;
  font-size: clamp(1.5rem, 1.293rem + 0.88vw, 2rem);
  font-weight: 500;
  color: var(--point-color);
}
.-arrow {
  position: relative;
  display: block;
  width: 3px;
  height: 40px;
  margin: 20px auto 25px;
  border-radius: 9999px;
  background-color: var(--point-color);
}
.-arrow::before, .-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3px;
  height: 33px;
  border-radius: 9999px;
  background-color: var(--point-color);
  transform-origin: 50% calc(100% - 1px);
}
.-arrow::before {
  transform: rotate(45deg);
}
.-arrow::after {
  transform: rotate(-45deg);
}
.acquire__item {
  padding: 42px;
  width: 48.5%;
  border: solid 10px var(--sub-bg);
  background: radial-gradient(var(--sub-bg) 2px, #fff 2px) center top;
  background-size: 20px 20px;
  text-align: center;
}
.acquire__img {
  margin-bottom: 18px;
}
.acquire__title {
  margin-bottom: .55em;
  letter-spacing: .04em;
  font-size: 2.2rem;
  font-size: clamp(1.5rem, 1.21rem + 1.24vw, 2.2rem);
}
.acquire__txt {
  line-height: 1.7;
  font-size: 1.7rem;
}
.-resulttxt {
  display: inline-block;
  padding: .55em 1.5em;
  background: var(--point-color);
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}
.acquire__txt.-resulttxt {
  font-size: 2.0rem;
  font-size: clamp(1.4rem, 1.151rem + 1.06vw, 2rem);
}
.raise__title {
  margin-bottom: 0;
}
.raise__title::after {
  content: '';
  position: relative;
  top: -4px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  width: 40px;
  height: 1px;
  background: var(--base-color);
}
.raise__list {
  text-align: left;
}
.raise__item {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 25px;
  border: solid 2px var(--line-color);
  background: #f9f9f9;
}
.raise__item + .raise__item {
  margin-top: 15px;
}
#wait {
  margin-top: 62px;
  text-align: center;
}
.wait__title {
  margin-bottom: 1.2em;
  line-height: 1.4;
  text-align: center;
  font-size: 2.4rem;
  font-size: clamp(1.5rem, 1.127rem + 1.59vw, 2.4rem);
  font-weight: 700;
  color: var(--point-color);
}
.wait__title::before, .wait__title::after {
  background: #93b4dc;
}
.wait__list {
  border-top: dashed 1px var(--point-color);
}
.wait__item.checkpoint-list {
  margin-top: .88em;
  border-color: var(--point-color);
  text-align: left;
  color: var(--point-color);
}
.wait__item.checkpoint-list::before {
  border-color: var(--point-color);
}
.wait__item.checkpoint-list::after {
  border-top-color: var(--accent-color);
  border-right-color: var(--accent-color);
}
#mission {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 65px;
}
.mission__summary {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 70.5%;
}
.mission__img {
  margin-top: -20px;
  width: 29.5%;
}
.mission__img img {
  position: relative;
  top: 6px;
}
#scool-policy {
  margin-top: -60px;
}
.-number {
  width: 50px;
  letter-spacing: .06em;
  text-align: center;
  line-height: 1.1;
  font-size: 3.7rem;
  font-weight: 500;
  color: var(--point-color);
}
.threepolicies__title {
  text-align: left;
}
.threepolicies__txtbox {
  width: calc(100% - 86px);
}
.threepolicies__list {
  border-top: dashed 2px var(--line-color);
}
.threepolicies__item {
  padding: 32px 0;
  border-bottom: dashed 2px var(--line-color);
}
p + .policies__list {
  margin-top: .5em;
}
.policies__item {
  margin-left: 1.3em;
  list-style: disc;
}
/* course */
.checkpoint {
  padding: 40px 50px;
  border-radius: 10px;
  background: var(--base-color);
}
.point-agriculture {
  background: var(--agriculture-color);
}
.point-create {
  background: var(--create-color);
}
.point-business {
  background: var(--business-color);
}
.checkpoint-list {
  position: relative;
  padding: 0 0 .95em 50px;
  border-bottom: dashed 1px var(--point-color);
  border-bottom: dashed 1px #fff;
  line-height: 1.6;
  font-size: 2.0rem;
  font-size: clamp(1.5rem, 1.293rem + 0.88vw, 2.0rem);
  font-weight: 500;
  color: #fff;
}
.checkpoint-list::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  top: calc(50% - (14px + .425em));
  height: 28px;
  width: 28px;
  border: 1px solid #fff;
}
.checkpoint-list::after {
  content: '';
  position: absolute;
  top: 50%;
  top: calc(50% - 28px);
  left: -1px;
  width: 34px;
  height: 24px;
  border-top: 4px solid #dfde6e;
  border-right: 4px solid #dfde6e;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
}
.checkpoint-list + li {
   margin-top: .88em;
}
.course-topimage {
  margin-bottom: 60px;
}
.course-topimage img {
  border-radius: 10px;
}
.featurelist li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.6em .5em;
  width: calc((100% - 60px) / 3);
  border: solid 10px var(--sub-bg);
  background-image: linear-gradient(0deg, transparent 19px, #e6e6e6 20px),linear-gradient(90deg, transparent 19px, #e6e6e6 20px);
  background-size: 20px 20px;
  text-align: center;
  line-height: 1.65;
  font-size: 2.0rem;
  font-size: clamp(1.5rem, 1.293rem + 0.88vw, 2.0rem);
  font-weight: 400;
  color: var(--point-color);
}
.featurelist li span {
  display: inline;
}
.featureimglist {
  margin-top: 65px;
}
.featureimglist li {
  width: 33.333%;
  width: calc(100% / 3);
  height: 400px;
  background-size: cover!important;
}
@media screen and (max-width: 1680px) {
  .featureimglist li {
    height: 26vw;
  }
}
#agriculture #featureimg-one {
  background: url(assets/images/course/agriculture/feature_img2.jpg?v5) no-repeat center center;
}
#agriculture #featureimg-two {
  background: url(assets/images/course/agriculture/feature_img1.jpg?v3) no-repeat center center;
}
#agriculture #featureimg-three {
  background: url(assets/images/course/agriculture/feature_img3.jpg?v3) no-repeat center top;
}
#business #featureimg-one {
  background: url(assets/images/course/business/feature_img1.jpg?v3) no-repeat center center;
}
#business #featureimg-two {
  background: url(assets/images/course/business/feature_img3.jpg?v8) no-repeat center center;
}
#business #featureimg-three {
  background: url(assets/images/course/business/feature_img2.jpg?v3) no-repeat center 15%;
}
#create #featureimg-one {
  background: url(assets/images/course/create/feature_img3.jpg?v9) no-repeat center center;
}
#create #featureimg-two {
  background: url(assets/images/course/create/feature_img1.jpg?v5) no-repeat center center;
}
#create #featureimg-three {
  background: url(assets/images/course/create/feature_img2_kai.jpg) no-repeat right 38%;
}
#curriculum {
  padding: 95px 0;
  background: var(--sub-bg);
  background-image: var(--stripe);
  background-size: var(--stripe-size-lg);
}
.gradelist__item {
  margin-bottom: 19px;
  padding: .85em .45em;
  background: var(--agriculture-color);
  text-align: center;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.234rem + 0.71vw, 1.8rem);
  font-weight: 500;
  color: var(--main-bg);
}
#create .gradelist__item {
  background: var(--create-color);
}
#business .gradelist__item {
  background: var(--business-color);
}
.gradelist-plus {
  margin-bottom: 19px;
}
.gradelist-plus .gradelist__item {
  margin-bottom: 0;
}
.grade-two .gradelist__item {
  width: 383px;
}
.gradelist__item__sub {
  padding: .5em;
  background: var(--create-sub-bg-color);
  border: solid 1px var(--create-color);
  text-align: center;
  font-size: 1.8rem;
  font-size: clamp(1.5rem, 1.376rem + 0.53vw, 1.8rem);
  font-weight: 500;
  color: var(--create-color);
}
.gradelist__item__sub br {
  display: none;
}
.grade-one {
  width: 398px;
}
.grade-two {
  width: 784px;
}
.curriculum__section__body {
  padding: 25px 30px;
  border: solid 2px var(--line-color);
  background: var(--main-bg);
}
.curriculum__section__body dt {
  text-align: center;
  line-height: 1.5;
  font-size: 1.9rem;
  font-size: clamp(1.6rem, 1.476rem + 0.53vw, 1.9rem);
  font-weight: 500;
  color: var(--point-color);
}
.curriculum-txt {
  margin: 1em 0;
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.7rem;
  font-size: clamp(1.5rem, 1.417rem + 0.35vw, 1.7rem);
  color: var(--sub-color);
}
.course-liststyle li, .business-curriculum-one dd {
  margin: .2em 0 0 1.25em;
  text-align: left;
  line-height: 1.6;
  list-style: disc;
}
.business-curriculum-one dd {
  display: list-item;
}
.table-curriculum {
  width: 100%;
  border: solid 2px var(--line-color);
  background: var(--main-bg);
}
.table-curriculum + .table-curriculum {
  margin-top: 12px;
}
.table-curriculum th, .table-curriculum td {
  padding: .85em 1.4em;
  line-height: 1.6;
}
.table-create td {
  padding: 1.25em;
}
.table-curriculum th, .agriculture-course {
  text-align: center;
  font-size: 1.8rem;
  font-size: clamp(1.5rem, 1.376rem + 0.53vw, 1.8rem);
  font-weight: 500;
  color: var(--point-color);
}
.table-curriculum th {
  width: 150px;
  background: var(--main-bg);
}
.agriculture-course {
  width: 200px;
  background: var(--table-th-color);
  font-size: 1.7rem;
  font-size: clamp(1.4rem, 1.276rem + 0.53vw, 1.7rem);
}
.grade-one, .grade-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.grade-item-wrap {
  flex-grow: 1;
}
.linkbtn-curriculum {
  display: block;
  margin: 55px auto 0;
  width: 368px;
  background: var(--main-bg);
}
.linkbtn-curriculum a {
  font-size: 1.7rem;
  font-size: clamp(1.4rem, 1.276rem + 0.53vw, 1.7rem);
}
.section-course {
  padding-top: var(--section-padding-ex);
}
.communitylist p {
  position: relative;
  width: 100%;
}
.communitylist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48.24561%;
}
.communitylist__item .course-liststyle {
  flex-grow: 1;
  margin-top: 25px;
  padding: 1.35em 1.7em 1.7em;
  border: dashed 2px var(--agriculture-color);
  background: var(--agriculture-sub-color);
  font-size: 1.7rem;
  font-size: clamp(1.4rem, 1.276rem + 0.53vw, 1.7rem);
}
.course-twobox {
  width: calc((100% - 40px) / 2);
  width: 48.246%;
  border: solid 1px var(--line-color);
}
.course-twobox dt {
  padding: .7em 1em;
  text-align: center;
  border-bottom: solid 1px var(--line-color);
  background: var(--table-th-color);
  font-size: 1.7rem;
  font-size: clamp(1.4rem, 1.276rem + 0.53vw, 1.7rem);
  font-weight: 500;
  color: var(--point-color);
}
.course-twobox dd {
  padding: 1.5em 2em;
}
#create-grade-item-wrap > ul {
  width: 25.464%;
}
#create-grade-item-wrap > div {
  width: 72.944%;
}
.table-create th {
  width: 240px;
  background: var(--table-th-color);
  line-height: 1.4;
}
.th-sub {
  display: block;
  margin-top: 10px;
  padding: .5em .45em;
  border: solid 1px #515a8c;
  line-height: 1.45;
  font-size: 1.6rem;
/*   font-weight: 300; */
}
.td-point {
  margin-bottom: .25em;
  font-size: 1.7rem;
  font-size: clamp(1.5rem, 1.417rem + 0.35vw, 1.7rem);
  font-weight: 500;
}
.section-subtitle {
  margin-left: 1.8em;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--main-color);
}
#dual-list li {
  width: 30.727%;
  width: calc((100% - 90px) / 3);
}
.dual-grade-wrap {
  border: solid 1px var(--create-color);
  background: var(--create-sub-bg-color);
  font-size: 1.8rem;
  font-size: clamp(1.5rem, 1.417rem + 0.35vw, 1.7rem);
  font-weight: 500;
  color: var(--create-color);
}
.dual-grade {
  margin-right: 1em;
  padding: .8em 1em;
  display: inline-block;
  background: var(--create-color);
  font-size: 1.7rem;
  font-size: clamp(1.5rem, 1.417rem + 0.35vw, 1.7rem);
  color: var(--main-bg);
}
#dual-list dd {
  margin-top: 25px;
  line-height: 1.7;
}
.dual-txtbox {
  padding: .65em 1em;
  border: solid 1px var(--create-color);
  text-align: center;
  font-size: 1.7rem;
  font-size: clamp(1.5rem, 1.417rem + 0.35vw, 1.7rem);
  font-weight: 400;
  color: var(--create-color);
}
.business-curriculum-one {
  line-height: 1.5;
}
.business-curriculum-one dt {
  text-align: justify;
  font-weight: 500;
  font-size: 1.7rem;
  font-size: clamp(1.5rem, 1.417rem + 0.35vw, 1.7rem);
  color: var(--main-color);
}
.business-curriculum-one dd + dt {
  margin-top: .65em;
}
.business-curriculum-two {
  position: relative;
}
#business-curriculum-point {
  position: absolute;
  top: calc(50% - 95px);
  right: 40px;
}
#business-curriculum-point li {
  padding: .5em;
  height: 190px;
  border: solid 1px var(--business-color);
  background: var(--business-sub-bg-color);
  writing-mode: vertical-rl;
  letter-spacing: .06em;
  text-align: center;
  font-size: 1.7rem;
  font-size: clamp(1.6rem, 1.559rem + 0.18vw, 1.7rem);
  font-weight: 500;
  color: var(--business-color);
}
#business-curriculum-point li + li {
  margin-left: 12px;
}
.business-curriculum-two th, .business-curriculum-two td {
  padding: 1.1em 1.5em;
}
.business-curriculum-two th {
  width: 240px;
  background: var(--table-th-color);
}
.business__education__flow__item {
  position: relative;
  margin-bottom: 30px;
  padding: 1.6em;
  width: 31.05263%;
  width: calc((100% - 80px) / 3);
  border: solid 1px var(--business-color);
  background: var(--business-sub-bg-color);
  text-align: center;
  line-height: 1.6;
  font-size: 2.0rem;
  font-size: clamp(1.6rem, 1.434rem + 0.71vw, 2rem);
  font-weight: 500;
  color: var(--business-color);
}
.arrow-next {
  display: block;
  position: absolute;
  right: -26px;
  width: 44px;
  height: 10px;
  z-index: 1;
}
.arrow-next::before, .arrow-next::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}
.arrow-next::before {
  width: 100%;
  height: 1px;
  background: var(--business-color);
}
.arrow-next::after {
  bottom: -7px;
  right: 3px;
  width: 15px;
  height: 15px;
  border-top: 1px solid var(--business-color);
  -webkit-transform: rotate(44deg);
  transform: rotate(44deg);
}
.business__education__instance__item {
  width: 33%;
}
.business__education__instance__item + figure {
  width: 66%;
}
.business__education__instance__item figcaption {
  margin: .95em 0 .5em;
  text-align: center;
  font-size: 1.7rem;
  font-size: clamp(1.5rem, 1.417rem + 0.35vw, 1.7rem);
  font-weight: 400;
}
/* school-life */
.event {
  padding-top: 45px;
}
.eventlist__item + li {
  margin-top: 110px;
}
.eventlist__item dl, .eventlist__item__img-left, .eventlist__item__img-right {
  width: 560px;
}
.eventlist__item__title {
  margin-bottom: .5em;
  letter-spacing: .035em;
  font-size: 2.8rem;
  font-size: clamp(1.8rem, 1.386rem + 1.77vw, 2.8rem);
  font-weight: bold;
  font-weight: 600;
  color: var(--point-color);
}
.eventlist__item__img-left, .eventlist__item__img-right {
  position: relative;
  text-align: right;
}
.eventlist__item__img-right {
  text-align: left;
}
.eventlist__item__img-left span, .eventlist__item__img-right span {
  display: inline-block;
  width: 530px;
  width: 100%;
}
.eventlist__item__img-left::after, .eventlist__item__img-right::after {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  width: 100%;
  height: 100%;
  background-color: var(--stripe-shadow-color);
  background-image: var(--stripe-shadow);
  background-size: var(--stripe-size-sm);
  z-index: -1;
}
.eventlist__item__img-left::after {
  left: -40px;
}
.eventlist__item__img-right::after {
  right: -40px;
}
@media screen and (max-width: 1365px) {
  .eventlist__item dl, .eventlist__item__img-left, .eventlist__item__img-right {
    width: 46.8421%;
  }
  .eventlist__item__img-left span, .eventlist__item__img-right span {
    width: 94.38202%;
  }
  .eventlist__item__img-left::after, .eventlist__item__img-right::after {
    top: 8.19672%;
    width: 94.38202%;
  }
  .eventlist__item__img-left::after {
    left: 0;
  }
  .eventlist__item__img-right::after {
    right: 0;
  }
}
.eventlist__item__bodybtn {
  margin-top: 38px;
}
#school-uniform {
  padding-top: 155px;
}
.uniform__wrap {
  padding: 110px 0;
  width: 100%;
  background: var(--sub-bg);
  background-image: var(--stripe);
  background-size: var(--stripe-size-lg);
  text-align: center;
}
.uniform__section__head span {
  letter-spacing: .035em;
  font-size: 2.8rem;
  font-size: clamp(1.8rem, 1.386rem + 1.77vw, 2.8rem);
  font-weight: bold;
  font-weight: 600;
}
.uniform__section__lead {
  margin-top: 35px;
  letter-spacing: .03em;
  line-height: 2.1;
  font-size: 1.7rem;
  font-size: clamp(1.5rem, 1.417rem + 0.35vw, 1.7rem);
  font-weight: 400;
  font-weight: 500;
}
.uniform__section__photo__item {
  margin-top: 55px;
}
.uniform__detail {
  position: relative;
  margin-top: 25px;
  padding: 42px 50px 38px;
  width: 585px;
  text-align: justify;
}
.uniform__detail::before, .uniform__detail::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
}
.uniform__detail::before {
  top: 0;
  left: 0;
  border-top: solid 2px var(--accent-color);
  border-left: solid 2px var(--accent-color);
}
.uniform__detail::after {
  bottom: 0;
  right: 0;
  border-bottom: solid 2px var(--accent-color);
  border-right: solid 2px var(--accent-color);
}
.uniform__detail__cat {
  font-weight: 400;
  font-weight: 500;
}
.topicslist.middle-page {
  margin-bottom: -65px;
}
.topics__pagelist {
  text-align: center;
}
.topics-menu {
  margin: 65px 0 -10px;
  width: 100%;
}
.topics-cat {
  width: 958px;
}
.topics-cat::before, .topics-cat::after {
  content: '';
  display: block;
  width: 232px;
}
.topics-cat::before {
  order: 1;
}
.topics-menu .menu__section__list__item {
   margin-bottom: 10px;
}
.topics-cat .menu__section__list__item, .topics-select {
  width: 232px;
}
.topics__article {
  margin-top: 45px;
}
.topics__article__head {
  margin-bottom: 1.7em;
  padding: .85em .85em .97em;
  border-top: solid 1px var(--line-color);
  border-bottom: solid 1px var(--line-color);
  text-align: center;
}
.topics__article__date {
  margin: 0 auto 58px;
  width: 280px;
}
.topics__article__date__time, .topics__article__date__cat {
  padding: .451em;
  width: 140px;
}
.topics__article__date__time {
  background: var(--main-bg);
}
.topics__article__date__cat {
  font-weight: 500;
  color: var(--main-bg);
}
.topics-agriculture {
  border: solid 1px var(--agriculture-color);
}
.topics-agriculture .topics__article__date__cat {
  background: var(--agriculture-color);
}
.topics-create {
  border: solid 1px var(--create-color);
}
.topics-create .topics__article__date__cat {
  background: var(--create-color);
}
.topics-business {
  border: solid 1px var(--business-color);
}
.topics-business .topics__article__date__cat {
  background: var(--business-color);
}
.topics-event {
  border: solid 1px #f97805;
}
.topics-event .topics__article__date__cat {
  background: #f97805;
}
.topics-club {
  border: solid 1px #746bb5;
}
.topics-club .topics__article__date__cat {
  background: #746bb5;
}
.topics__article__body {
  margin: 0 auto;
  width: 734px;
}
.club__list {
  margin-bottom: -55px;
  padding-top: 10px;
}
.club__list::after {
  content: "";
  display: block;
  width: 340px;
}
.club__list__item {
  margin-bottom: 55px;
  width: 362px;
}
.club__list__item__img {
  overflow: hidden;
  width: 100%;
}
.club__list__item__body {
  padding: 23px 28px 24px;
  background: var(--sub-bg);
  line-height: 1.6;
}
.club-name {
  margin-bottom: .25em;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--point-color);
}
#culture-club {
  padding-top: 75px;
}
.club__article__body {
  margin: -10px auto 0;
  width: 780px;
  text-align: center;
}
.club__article__body__img {
  position: relative;
  overflow: hidden;
  margin: 0 auto .8em;
  max-width: 780px;
}
.club__article__body__img img {
  width: 100%;
  height: 525px;
  object-fit: cover;
}
.club__article__body__head {
  position: relative;
  display: inline-block;
  padding: .8em 2.25em;
  text-align: center;
  line-height: 1.5;
  font-size: 2.2rem;
  font-size: clamp(1.5rem, 1.21rem + 1.24vw, 2.2rem);
  font-weight: 600;
  color: var(--point-color);
}
.club__article__body__head::before, .club__article__body__head::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 18px;
  height: 100%;
  border: solid 2px var(--accent-color);
}
.club__article__body__head::before {
  left: 0;
  border-right: none;
}
.club__article__body__head::after {
  right: 0;
  border-left: none;
}
.article-body p + .club__article__body__text {
  margin-top: 30px;
  font-weight: 500;
}
.club__article__body__text {
  text-align: justify;
}
.table-club {
  margin: 53px 0 70px;
}
.table-club li {
  margin-left: 1.2em;
  list-style: disc;
}
.table-club a {
  text-decoration: underline;
}
.club__menu {
  margin-top: 35px;
}
.club__menu__title {
  padding-bottom: .3em;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--point-color);
}
.club__menu__unit::after {
  content: '';
  display: block;
  width: 372px;
  width: calc((100% - 24px) / 3);
}
.club__menu__unit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 12px;
  width: 372px;
  width: calc((100% - 24px) / 3);
}
.club__menu__unit__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em 2.55em 1em 1.35em;
  width: 100%;
  background: var(--sub-bg);
  line-height: 1.5;
  color: var(--point-color);
}
.club__menu__unit__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  right: 1.35em;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--point-color);
  border-right: 1px solid var(--point-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* admission */
.table-download th {
  width: 800px;
}
.table-download td {
  width: 400px;
}
.table-exam tr:first-child th, .table-exam tr:first-child td {
  padding: .7em 2em;
}
.table-exam th {
  width: 440px;
}
.table-exam td:first-of-type {
  width: 300px;
}
.table-exam td:nth-of-type(2) {
  width: 280px;
}
.table-exam td:nth-of-type(3) {
  width: 180px;
  text-align: center;
}
.tb-point {
  color: var(--point-color);
}
.table-exam-title {
  margin-bottom: .85em;
  font-size: 1.8rem;
  font-size: clamp(1.5rem, 1.376rem + 0.53vw, 1.8rem);
  font-weight: 500;
  color: var(--point-color);
}
.section-title + .table-exam-title {
  margin-top: -.5em;
}
table + .table-exam-title {
  margin-top: 32px;
}
.table-openclass th {
  width: 480px;
}
.table-openclass td {
  width: 360px;
}
.no-exam-info {
  margin-bottom: 55px;
}
/* aftergrad */
.aftergrad__achieve, .admission__list, .about__achieve {
  margin-bottom: -28px;
}
.aftergrad__achieve__item, .aftergrad__achieve::after, .about__achieve__item {
  content: '';
  display: block;
  width: 374px;
  width: 31.16666%;
}
.admission__list__item {
  width: 23%;
}
.aftergrad__achieve__item, .admission__list__item, .about__achieve__item {
  margin-bottom: 34px;
}
.aftergrad__achieve__item a, .admission__list__item a, .about__achieve__item a {
  padding: 1.625em 2em;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.7rem;
  font-size: clamp(1.4rem, 1.276rem + 0.53vw, 1.7rem);
}
.admission__list__item a {
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.234rem + 0.71vw, 1.8rem);
}
.aftergrad__achieve__item .newline, .about__achieve__item .newline {
  margin: 0 .5em;
}
.aftergrad__achieve .linkbtn__more a, .admission__list .linkbtn__more a, .about__achieve .linkbtn__more a {
  border: solid 1px var(--point-color);
  background: var(--sub-bg);
  color: var(--point-color);
}
.aftergrad__achieve__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.aftergrad__achieve__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* office */
.table-samespace th, .table-samespace td {
  width: 50%;
}
.contact__info {
  margin-top: 40px;
  padding: 35px;
  width: 100%;
  border: solid 8px var(--sub-bg);
  text-align: center;
  line-height: 1.7;
  font-size: 1.7rem;
  font-size: clamp(1.4rem, 1.276rem + 0.53vw, 1.7rem);
  font-weight: 500;
  color: var(--point-color);
}
.contact__info__title {
  font-size: 1.9rem;
  font-size: clamp(1.5rem, 1.334rem + 0.71vw, 1.9rem);
}
.info-item {
  display: inline-block;
  margin: 0 .45em;
}
.info-item .telLink {
  font-size: 2.2rem;
  font-size: clamp(1.8rem, 1.634rem + 0.71vw, 2.2rem);
}
.info-item .telLink a {
  color: var(--point-color);
}
.info-address {
  font-size: 1.6rem;
  font-size: clamp(1.3rem, 1.176rem + 0.53vw, 1.6rem);
/*   font-weight: 300; */
}
.info-address span {
  display: inline-block;
  margin: 0 .22em;
}
.contact__section__body__map {
  width: 100%;
  height: 520px;
}
.gmap {
  width: 100%;
  height: 100%;
}
.office-txt {
  margin-bottom: 1.25em;
}
.office__achieve li {
  width: 48.3%;
}
.table-rule {
  margin-top: 40px;
}
#current .contact__info {
  margin-top: 60px;
}
.info-hours {
  margin-top: .7em;
  font-size: 1.5rem;
  font-size: clamp(1.3rem, 1.217rem + 0.35vw, 1.5rem);
/*   font-weight: 300; */
  color: #000;
}
#graduate table p + p, #graduate table p + dl, #graduate table dl + p {
  margin-top: 1em;
}
#graduate table dt {
  font-weight: 500;
}
#graduate table + table, #graduate .payment-note-sp + table {
  margin-top: 30px;
}
.table-shomei th, .table-shunyushoshi th, .table-apply th {
  color: var(--point-color);
}
.table-shunyushoshi td, .table-apply td {
  line-height: 1.8;
}
.table-shomei td:first-of-type {
  width: 200px;
}
.table-shomei tr:nth-of-type(2) td:nth-of-type(3) {
  text-align: justify;
}
.table-shunyushoshi th {
  width: 440px;
}
.table-apply th {
  width: 280px;
  vertical-align: top;
}
.graduate__outline + .graduate__outline {
  margin-top: 35px;
}
.graduate__outline__body p + p {
  margin-top: 1em;
}
.graduate-contact p {
  color: var(--point-color);
}
.graduate-contact .info-item {
  margin: 0 0.9em 0 0;
  font-size: 1.7rem;
  font-size: clamp(1.4rem, 1.276rem + 0.53vw, 1.7rem);
  font-weight: 500;
}
.graduate-contact ul {
  margin-top: .5em;
}
.table-exam td.payment-note {
  text-align: justify;
}
.payment-note-sp, .shomei-note {
  display: none;
}
footer.wrap {
  margin-top: var(--section-padding-ex);
  padding-top: var(--section-padding-ex);
  background: var(--sub-bg);
  background: #f7f7f7;
}
footer.flat-footer {
  margin: 0!important;
  padding-top: 100px;
}
footer.schoollife-footer {
  margin: 0!important;
}
@media screen and (max-width: 1680px) {
  footer.flat-footer {
    padding-top: 90px;
  }
}
.infolist__item {
  margin-bottom: 60px;
  width: 30.6%;
}
.infolist__item a {
  padding: 1.65em;
  background-image: linear-gradient(0deg, transparent 19px, #e6e6e6 20px),linear-gradient(90deg, transparent 19px, #e6e6e6 20px);
  background-size: 20px 20px;
  letter-spacing: .04em;
  font-family: var(--font-family-mincho);
  font-size: 2.1rem;
  font-weight: 500;
}
.infolist__item a::before {
  left: 6px;
  bottom: -8px;
}
.infolist__item a::after {
  right: -8px;
  bottom: -7px;
}
/* newly */
.vision__item  {
  margin-left: 1.3em;
  list-style: disc;
}
.vision__item + li {
  margin-top: .25em;
}
#newly .article-head {
  margin-bottom: .55em;
}
#footer-inner {
  border-top: solid 2px var(--line-color);
  border-bottom: solid 2px var(--line-color);
}
#footer-inner-wrap {
  margin: 0 auto;
  padding: 45px 0 42px;
}
.schoolinfo__section {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  line-height: 1.7;
  text-align: left;
  font-size: 1.3rem;
}
.school-name, .schoolinfo__list {
  margin-right: 28px;
}
.linkbtn__more.access-map {
  width: 170px;
}
.access-map a {
  padding: .866em;
  letter-spacing: .045em;
  font-size: 1.3rem;
}
.access-map a::before {
  left: 4px;
  bottom: -6px;
}
.access-map a::after {
  right: -6px;
  bottom: -5px;
}
.fnavilist__menu {
  margin-top: 40px;
  width: calc((100% - 180px) / 8);
  text-align: left;
  font-size: 1.4rem;
}
.fnavilist__menu > a {
  display: inline-block;
  padding: .5em 0 .45em;
  width: 100%;
  border-top: solid 1px #606896;
  border-bottom: solid 1px #606896;
  letter-spacing: .06em;
  font-weight: 500;
  color: #2b3677;
}
.menu__list__item {
  position: relative;
  margin-top: .5em;
  padding-left: 1.5em;
  line-height: 1.6;
}
.menu__list__item:first-child {
  margin-top: .7em;
}
.menu__list__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 1px;
  width: 9px;
  height: 1px;
  background: var(--point-color);
}
#copyright {
  padding: 1.65em 0;
  text-align: right;
  letter-spacing: .04em;
  font-size: 1.2rem;
  font-size: clamp(1rem, 0.917rem + 0.35vw, 1.2rem);
/*   font-weight: 300; */
}
/* 404 */
.error__section__head {
  margin-bottom: .75em;
  padding: 0;
  border: none;
  font-size: 1.9rem;
  font-size: clamp(1.5rem, 1.334rem + 0.71vw, 1.9rem);
  font-weight: 500;
  color: var(--point-color);
}
.error a {
  text-decoration: underline;
}
/* hover */
@media (hover: hover) and (pointer: fine) {
  .navilink, .linkbtn__more a, .menu__section__list__item a, .article__navi__list a, .club__menu__unit__item a {
    transition: opacity .5s ease;
  }
  .navilink:hover, .linkbtn__more a:hover, .menu__section__list__item a:hover, .article__navi__list a:hover, .club__menu__unit__item a:hover {
    opacity: .6;
  }
  .topicslist__item a:hover, .topicslist__item a:hover img, .article__navi__list a img, .club__list__item a img, #sb_instagram .sbi_photo {
    opacity: 1!important;
  }
  .submenu__list__item a {
    transition: background .4s ease;
  }
  .submenu__list__item a:hover {
    background: var(--sub-bg);
  }
  .topicslist__item a img, .club__list__item a img, #sb_instagram .sbi_photo img {
    transition: .45s;
  }
  .topicslist__item a:hover img, .club__list__item a:hover img, #sb_instagram .sbi_photo:hover img {
    transform:scale(1.06);
  }
  .guidelist__item a:hover::after {
    background-color: rgba(13,23,84,.15);
  }
  a:hover {
    text-decoration: none;
  }
}

/*-------------------------------------------------
 * mediaqueriess
-------------------------------------------------*/
@media screen and (max-width: 1280px) {
  :root {
    --top-height: 96px;
    --wrap-padding: 4.94791vw;
  }
  .inner-one {
    width: calc((100% - (var(--wrap-padding) * 2)));
  }
  .heading__section {
    height: 140px;
  }
  .heading__section__head {
    font-size: clamp(1.7rem, 1.203rem + 2.12vw, 2.9rem);
  }
  .heading__section__head::after {
    width: 23%;
  }
  h3.heading {
    margin-bottom: 7.55208vw;
    padding: .8em 1em;
  }
  h3.heading::after {
    bottom: -4.8177vw;
    height: 6.25vw;
  }
  .section-title {
    margin-bottom: 25px;
  }
  .headbox {
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  .no-scroll .headbox {
    background: var(--main-bg);
  }
  .headbox__logo a {
    width: 306px;
  }
  .headbox__toggle {
    width: 32px;
    height: 24px;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 9999;
  }
  .headbox__toggle__trigger, .headbox__toggle__trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .headbox__toggle__trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .headbox__toggle__trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: .001%;
    background: var(--point-color);
    z-index: 9999;
  }
  .headbox__toggle__trigger span:nth-of-type(1) {
    top: 0;
  }
  .headbox__toggle__trigger span:nth-of-type(2) {
    top: 11px;
  }
  .headbox__toggle__trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    border-radius: .001%;
    background: var(--point-color);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .headbox__toggle__trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .headbox__toggle__trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) scale(0);
    transform: translateY(8px) scale(0);
  }
  .headbox__toggle__trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .headbox__toggle__trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .headbox__toggle__trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) scale(0);
    transform: translateY(-8px) scale(0);
  }
  .is-animation .headbox__toggle {
    width: 29px;
    height: 22px;
  }
  .is-animation .headbox__toggle .headbox__toggle__trigger span:nth-of-type(2) {
    top: 10px;
  }
  .hide {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
  }
  .animation {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  .no-scroll {
    overflow: hidden;
  }
  #gnavi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: var(--top-height);
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    background: #fff;
    z-index: 99;
  }
  .is-animation #gnavi {
    padding-top: var(--top-height-animation);
  }
  #gnavi.animation {
    z-index: 999;
  }
  #gnavi nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
  .gnavilist {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0 var(--wrap-padding) 8vw;
    width: 100%;
    max-height: 100%;
  }
  .gnavilist li a {
    transform: none;
  }
  .gnavilist__item, .gnavilist__item + li {
    margin: 0;
    width: 100%;
  }
  .gnavilist li a  {
    display: block;
    padding: 1em 0;
    width: 100%;
  }
  .gnavilist__item a::after, .is-animation .gnavilist__item a::after, .gnavilist__item a:hover::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 12px;
    left: auto;
    bottom: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #454c82 ;
    border-right: 2px solid #454c82 ;
    border-radius: 0;
    background: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
  }
  .subnavi {
    padding: .8em 0;
  }
  .gnavilist li:hover > .subnavi {
    transform: none;
  }
  .subnavi ul, .subnavi ul li, .subnavi ul li a {
    background: none;
    text-align: left;
    color: var(--main-color);
  }
  .subnavi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    border-radius: 0;
  }
  .subnavi ul li {
    margin-right: 2.6em;
    padding: .4em 0;
  }
  .subnavi ul li a, .subnavi ul li:first-child a, .subnavi ul li:last-child a {
    display: inline-block;
    padding: 0;
    width: auto;
    height: auto;
    border: none;
  }
  .menu-title {
    border-top: solid 2px #606896;
    font-size: 1.7rem;
    color: #2b3677!important;
  }
  .b-line {
    border-bottom: dashed 1px #747ba2;
  }
  .end-menu {
    border-bottom: solid 2px #606896;
  }
  .menu-title:hover {
    color: var(--main-color);
  }
  .menuitem-wrap {
    border: none;
  }
  .news__section, #about-sosei {
    display: block;
  }
  /* top */
  #topimage {
    height: 80vw;
  }
  .topvisualwrap__catch__txt {
    font-size: 4.297vw;
  }
  body .vegas-container {
    border-top-left-radius: 8vw;
  }
  .news__section {
    text-align: center;
  }
  .news__section__btn {
    position: static;
  }
  .latest-news {
    margin: 30px 0 36px;
    width: 100%;
  }
  .newslist__item a {
    padding-top: 1.15em;
    padding-bottom: 1.15em;
    text-align: left;
  }
  #newly-news {
    padding-top: 88px;
    padding-top: 11.45833333vw;
  }
  #topnews {
    position: static;
  }
  #topnews .newslist__item {
    max-width: 100%;
    width: 100vw;
  }
  #topnews .newslist__item a {
    padding-left: var(--wrap-padding);
    padding-right: var(--wrap-padding);
    border-radius: inherit;
    border-bottom-right-radius: 8vw;
  }
  #about-sosei {
    padding: 0;
  }
  .about__section__body {
    margin: 0 auto;
    width: 100%;
    width: calc((100% - (var(--wrap-padding) * 2)));
  }
  .about__section__bodyhead {
    text-align: center;
  }
  #aboutimg-main {
    margin: 46px 0 55px;
    width: 100%;
    height: 54.6875vw;
  }
  #aboutimg-sub::after {
    right: calc(50% - 33.85416vw);
    height: 415px;
    background-size: 3rem 3rem;
  }
  .studentspic_item, .about__section__btn {
    width: 26.041667vw;
  }
  .studentspic_item:last-child {
    margin: 0;
    width: 58.59375vw;
  }
  .about__section__btn {
    position: absolute;
    top: auto;
    bottom: 5px;
  }
  #course-outline {
    padding-top: 10.41666vw;
  }
  .course__section__head {
    padding-bottom: .2em;
  }
  .courselist__item {
    margin-top: 11.71875vw;
    padding: 0 0 0 var(--wrap-padding);
  }
  .courselist__item:first-child {
    margin-top: 150px;
  }
  .courselist__item:nth-child(2) {
    padding: 0 var(--wrap-padding) 0 0;
  }
  .courselist__item dl {
    width: 410px;
  }
  .courselist__item__img {
    width: calc(100% - 470px);
    border-top-left-radius: 6.2vw;
    border-bottom-right-radius: 6.2vw;
  }
  #create-img {
    border-top-left-radius: 6.2vw;
    border-bottom-right-radius: 6.2vw;
    border-top-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  .guidelist {
    margin-top: var(--section-padding);
  }
  .guidelist__item {
    height: 44vw;
  }
  #school-topics {
    border-width: 26px;
  }
  .topics__section {
    padding: 8.46354vw 0 9.76562vw;
    width: 86%;
  }
  .topics__section__head span {
    font-size: 3.1rem;
  }
  /* instagram */
  #sb_instagram {
    margin-top: 4.88281vw!important;
  }
  #school-topics #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    margin-bottom: 105px!important;
    margin-bottom: 8.203125vw!important;
    width: 28.4%!important;
  }
  .sbi_item::after {
    top: 2.14843vw;
    left: 2.14843vw;
  }
  /* information */
  .pagenation {
    text-align: center;
  }
  .pagenation > div {
    margin-top: 5.85937vw;
  }
  .article__navi__list {
    margin-top: 7.8125vw;
    padding: 1.30208vw 0;
  }
  .article-body p + p {
    margin-top: 3.90625vw;
  }
  #info-wrap, #newly-news {
    display: block;
  }
  .information__section, .menu__section {
    width: 100%;
  }
  .information__section__head {
    padding: 20px 0;
    font-size: 1.9rem;
  }
  .menu__section {
    margin: 5.85937vw 0 0;
  }
  #info-wrap #cat-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #info-wrap .menu__section__list__item, #newly-news .menu__section__list__item {
    margin-bottom: 10px;
    width: calc((100% - 20px) / 3);
  }
  #info-wrap #cat-menu::after, #info-wrap #cat-menu::before {
    content: "";
    display: block;
    width: calc((100% - 20px) / 3);
  }
  #info-wrap #cat-menu::before {
    order: 1;
  }
  .info__article {
    padding: 4.94791vw;
  }
  .info__article__date {
    margin-bottom: 2.971vw;
  }
  .list-container-single {
    margin-top: -10px;
  }
  .list-container-single .date-en {
    margin-top: 10px;
    line-height: 1.6;
  }
  .info__article__cat .newslist__item__cat {
    margin: 10px 10px 0 0;
  }
  /* about */
  .about-item-wrap {
    margin: 0;
    width: 47.6%;
  }
  .message__section__body__img p span {
    width: 92%;
  }
  .message__section__body__img p::after {
    top: 3.45454vw;
    left: 3.45454vw;
    width: 92%;
  }
  .policy__list__body {
    width: calc(100% - 75px);
    line-height: 1.7;
  }
  .detail-wrap {
    overflow: hidden;
    padding-top: 5.85937vw;
  }
  .elective + .elective {
    display: block;
    margin: .5em 0 0 0;
  }
  .experience__summary {
    width: calc((100% - 32px) / 3);
  }
  .related__page, #oldschool {
    margin-top: 6.51041vw;
  }
  .table-one th, .table-one td, .table-two th, .table-two td {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .table-one th {
    width: 230px;
  }
  #oldschool {
    display: block;
  }
  .oldschool__list {
    width: 100%;
  }
  .oldschool__list + li {
    margin-top: 15px;
  }
  .accordion__btn__title {
    padding-top: .8em;
    padding-bottom: .8em;
  }
  .about-menu .submenu__list__item, .about-menu .submenu__list__item.sm-granddesign {
    margin: 5px;
    width: 32%;
  }
  .raise__txt {
    width: calc(100% - 20em);
  }
  #wait {
    margin-top: 7.4vw;
  }
  /* course */
  .course-topimage {
    margin-bottom: 6.51041vw;
  }
  .featurelist li {
    width: calc((100% - 40px) / 3);
  }
  .featureimglist {
    margin-top: 5.85937vw;
  }
  #curriculum {
    padding: 7.8125vw 0 8.46354vw;
  }
  .grade-one {
    width: 24.80468vw;
  }
  .grade-two {
    width: 64.0625vw;
  }
  .gradelist__item, .gradelist-plus {
    margin-bottom: 14px;
  }
  #create .gradelist__item, .gradelist__item__sub {
    width: 100%;
  }
  .grade-two .gradelist__item, .grade-two .gradelist-plus {
    width: calc((100% - 1.17187vw) / 2);
  }
  #create-grade-item-wrap > ul {
    width: 27.7439%;
  }
  #create-grade-item-wrap > div {
    width: 70.57926%;
  }
  .table-curriculum th {
    width: 150px;
  }
  .table-create th {
    width: 205px;
  }
  .table-business th {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    width: 190px;
    line-height: 1.4;
  }
  .table-business td {
    padding-right: 180px;
  }
  .course-twobox {
    width: 48.7%;
  }
  .linkbtn-curriculum {
    margin-top: 5.59895vw;
  }
  .communitylist__item .course-liststyle {
    display: block;
    margin-top: 5.46875vw;
    padding: 1.3em 1.5em 1.5em;
  }
  #dual-list li {
    width: calc((100% - 4.16666vw) / 2);
  }
  #dual-list li:last-child {
    margin-top: 4.16666vw;
    width: 100%;
  }
  #dual-list li:last-child dl {
    margin: 0 auto;
    width: calc((100% - 4.16666vw) / 2);
  }
  #dual-list dd {
    margin-top: 2.60416vw;
  }
  #business-curriculum-point {
    top: calc(50% - 105px);
  }
  #business-curriculum-point li {
    height: 210px;
  }
  .business__education__flow, .business__education__instance {
    display: block;
    text-align: center;
  }
  .business__education__flow__item {
    margin-bottom: 20px;
    padding: 1em;
    width: 100%;
  }
  .business__education__flow__item br {
    display: none;
  }
  .arrow-next {
    bottom: -4px;
    right: auto;
    left: calc(50% - 19px);
    transform: rotate(90deg);
  }
  .arrow-next::before {
    width: 80%;
  }
  .business__education__instance__item, .business__education__instance__item + figure {
    display: inline-block;
    width: 100%;
  }
  .business__education__instance__item {
    margin-top: 2.60416vw;
  }
  .business__education__instance__item img {
    display: inline-block;
    width: 50%;
  }
  .business__education__instance__item figcaption {
    margin: .85em 0 0;
  }
  /* school-life */
  .event {
    padding-top: 1.953125vw;
  }
  #school-uniform {
    padding-top: var(--section-padding);
  }
  .uniform__wrap {
    padding: 10.15625vw 0 10.67708vw;
  }
  .uniform__section__lead {
    margin-top: 4.94791vw;
    line-height: 1.95;
  }
  .uniform__section__photo {
    padding: 0 3.90625vw;
  }
  .uniform__section__photo__item {
    margin-top: 5.72916vw;
  }
  .uniform__detail {
    margin-top: 7.16145vw;
    padding: 32px 34px 28px;
    width: 50%;
  }
  .club__article__body__img {
    margin-bottom: .15em;
  }
  .club__list {
    margin-bottom: -2.92968vw;
    padding-top: .52083vw;
  }
  .club__list::after {
    width: calc((100% - 5.85937vw) / 3);
  }
  .club__list__item {
    margin-bottom: 2.92968vw;
    width: calc((100% - 5.85937vw) / 3);
  }
  #culture-club {
    padding-top: 6.51041vw;
  }
  .table-club {
    margin: 5.20833vw 0 6.51041vw;
  }
  .club__menu {
    margin-top: 3.2552vw;
  }
  .club__menu__unit__item {
    margin-top: 10px;
    width: calc((100% - 20px) / 3);
  }
  .club__article__body {
    width: 100%;
  }
  .article-body p + .club__article__body__text {
    margin-top: 3.51562vw;
  }
  @media screen and (max-width: 767px) {
    .club__menu__unit__item {
      width: calc((100% - 10px) / 2);
    }
  }
  .club__menu__unit__item a {
    padding: .95em 2.2em .95em 1em;
  }
  .club__menu__unit__item a::after {
    top: calc(50% - 3.5px);
    right: 1em;
    width: 7px;
    height: 7px;
  }
  /* admission */
  .table-download th {
    width: 60%;
  }
  .table-exam th {
    width: 320px;
  }
  .table-exam td:first-of-type {
    width: 300px;
  }
  .table-exam td:nth-of-type(2) {
    width: 280px;
  }
  .table-exam td:nth-of-type(3) {
    width: 160px;
  }
  /* aftergrad */
  .aftergrad__achieve, .admission__list, .about__achieve {
    margin-bottom: -18px;
  }
  .aftergrad__achieve__item, .admission__list__item, .office__achieve li, .about__achieve__item {
    margin-bottom: 24px;
    width: calc((100% - 24px) / 2);
  }
  /* office */
  .contact__info, #current .contact__info {
    margin-top: 3.90625vw;
    padding: 25px;
  }
  #current .contact__info {
    margin-top: 5.85937vw;
  }
  .contact__section__body__map {
    height: 460px;
  }
  .graduate__outline + .graduate__outline {
    margin-top: 4.55729vw;
  }
  .table-rule {
    margin-top: 5.20833vw;
  }
  .table-exam th {
    width: 360px;
  }
  .table-exam td:first-of-type{
    width: 220px;
  }
  .table-exam td:nth-of-type(2) {
    width: 200px;
  }
  .table-exam td:nth-of-type(3) {
    width: 180px;
  }
  .table-shunyushoshi th, .table-apply th {
    width: 30vw;
  }
  footer.flat-footer {
    padding-top: 7.8125vw;
  }
  #footer-inner-wrap {
    padding: 5.85937vw 0 5.46875vw;
  }
  .infolist {
    padding-right: 7px;
    width: 100%;
  }
  .infolist__item {
    width: 31.4%;
  }
  .fnavilist::after {
    content: '';
    display: block;
    width: calc((100% - 60px) / 4);
  }
  .fnavilist__menu {
    margin-top: 32px;
    width: calc((100% - 60px) / 4);
  }
  #copyright {
    padding: 1em 0;
  }
}
@media screen and (max-width: 1279px) {
  :root {
    --section-padding: 12.36979vw;
    --section-padding-ex: 9.11458vw;
    --section-padding-sm: 12.36979vw;
    --section-padding-md: 10.41666vw;
  }
  #scool-policy {
    margin: 0;
  }
  .mission__summary {
    width: 64%;
  }
  @media screen and (max-width: 1024px) {
    .mission__img {
      margin: 0;
    }
  }
}
@media screen and (max-width: 1023px) {
  .submenu__list {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: var(--section-padding-ex);
    padding: 15px var(--wrap-padding);
  }
  .submenu__list__item {
    margin: 5px;
    width: 29%;
  }
  .course-menu .submenu__list__item {
    width: 32%;
  }
  .submenu__list__item a {
    padding: .8em;
    font-size: 1.5rem;
  }
  @media screen and (max-width: 767px) {
    .is-animation #gnavi {
      padding-top: var(--top-height);
    }
    .gnavilist li {
      font-size: 1.4rem;
    }
    .gnavilist li a {
      padding: .75em 0;
    }
    .subnavi ul li {
      margin-right: 1.55em;
      padding: .36em 0;
    }
    .menu-title {
      font-size: 1.5rem;
    }
  }
  /* top */
  #topimage {
    height: 105vw;
  }
  .courselist__item, .courselist__item:nth-child(2) {
    flex-direction: column;
    margin-top: 10.41666vw;
    padding: 10.41666vw var(--wrap-padding) 0;
  }
  .courselist__item:first-child {
    margin-top: 9.11458vw;
  }
  .courselist__item::after {
    top: 0;
    bottom: auto;
    width: 100%;
    height: 46.875vw;
    background-size: 3.2rem 3.2rem;
  }
  .courselist__item__img, .courselist__item dl {
    width: 100%;
  }
  .courselist__item__img {
    height: 46.22395vw;
    order: 1;
  }
  .courselist__item dl {
    margin-top: 25px;
    order: 2;
  }
  .courselist__item__bodytxt {
    margin-bottom: 2.15em;
  }
  /* instagram */
  #sb_instagram {
    margin-top: 6.901042vw!important;
  }
  #school-topics #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    margin-bottom: 9.768625vw!important;
    width: 46%!important;
  }
  .sbi_item::after {
    top: 2.86458vw;
    left: 2.86458vw;
  }
  /* information */
  .no-article {
    padding-top: 5.2vw;
  }
  /* about */
  .message__section__body {
    display: block;
  }
  .message__section__body__img p span, .message__section__body__img p::after, .message__section__body__txt {
    width: 100%;
  }
  .message__section__body__img {
    margin: 0 auto 7.8125vw;
    width: 56%;
  }
  .policy__list {
    flex-direction: column;
    justify-content: start;
  }
  .policy__list__number {
    margin-top: -.25em;
    width: 46px;
    font-size: 3.4rem;
  }
  .policy__list__number::after {
    top: calc(3.4rem + 14px);
  }
  .policy__list__body {
    margin-top: 1.35em;
    width: 100%;
  }
  .learning {
    padding: 6.51041vw 7.8125vw;
    border-width: 12px;
  }
  .learning__summary:nth-child(-n+2) .learning__summary__head::before, .learning__summary__head::after {
    content: none;
  }
  .learning__summary {
    position: relative;
    padding-left: 50px;
  }
  .learning__summary:nth-child(-n+2)::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    width: 3px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #ced0de;
  }
  .learning__summary::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -24px;
    width: 51px;
    height: 51px;
    background: var(--accent-color);
    border-radius: 50%;
    border: solid 15px var(--main-bg);
  }
  .learning__summary__head, .learning__summary__body {
    display: block;
    width: 100%;
  }
  .learning__summary__head {
    margin-bottom: .35em;
  }
  #event-outline {
    display: block;
  }
  .experience__summary {
    width: 100%;
  }
  .experience__summary + li {
    margin-top: 20px;
  }
  .title-sub {
    display: block;
    top: 0;
    margin: 0;
  }
  .related__page {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .related__page__item {
    margin: 0;
    width: 48%;
  }
  .about-menu.submenu__list {
    margin-bottom: var(--section-padding-ex);
    padding: 15px var(--wrap-padding);
  }
  .about-menu .submenu__list__item, .about-menu .submenu__list__item.sm-granddesign {
    width: 36%;
  }
  .acquire__item {
    padding: 36px 30px 38px;
    width: 100%;
  }
  .acquire__item + li {
    margin-top: 20px;
  }
  .raise__title::after {
    display: none;
  }
  .raise__title {
    margin-bottom: .25em;
  }
  .raise__txt {
    width: 100%;
    text-align: center;
  }
  #mission {
    flex-direction: column;
    gap: 25px;
    gap: 3.255vw;
  }
  .mission__summary {
    width: 100%;
  }
  .mission__img {
    margin: 0 auto;
    width: 52%;
  }
  .mission__img img {
    position: static;
  }
  .-number {
    font-size: 3.4rem;
  }
  /* course */
  .courselist__item dl.course-summary {
    margin-top: 1.6927vw;
  }
  .featurelist, .featurelist li {
    display: block;
  }
  .featurelist li {
    padding: 1.3em 2em;
    width: 100%;
    border-width: 7px;
  }
  .featurelist li br {
    display: none;
  }
  .featurelist li + li {
    margin-top: 1.95312vw;
  }
  .featureimglist li {
    width: calc((100% - 8px) / 2);
  }
  .curriculum__section {
    display: block;
  }
  .grade-one, .grade-two {
    width: 100%;
  }
  .grade-two {
    margin-top: 22px;
  }
  .curriculum__section__body dt {
    text-align: left;
  }
  .curriculum-txt {
    margin: 0.65em 0 0.3em;
  }
  .liststyle-inline {
    display: -webkit-flex;
    display: flex;
    justify-content: start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .liststyle-inline li {
    margin-right: 1.8em;
  }
  .liststyle-inline li:first-child, .course-liststyle li:first-child {
    margin-top: 0;
  }
  .agriculture-course {
    width: 178px;
  }
  .course-twobox dd {
    padding: 1.5em 1.6em;
  }
  .linkbtn-curriculum {
    width: 290px;
  }
  @media screen and (max-width: 767px) {
    #create-grade-item-wrap, #create-grade-item-wrap > ul, #create-grade-item-wrap > div {
      display: block;
      width: 100%;
    }
    #create-grade-item-wrap > ul {
      display: -webkit-flex;
      display: flex;
      justify-content: start;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-bottom: 12px;
      width: 100%;
    }
    #create-grade-item-wrap > ul li {
      margin-right: 1.8em;
    }
    #dual-list li, #dual-list li:last-child {
      margin: auto;
      width: 70%;
    }
    #dual-list li:last-child dl {
      width: 100%;
    }
    #dual-list li:nth-child(n+2) {
      margin-top: 32px;
    }
  }
  /* school-life */
  #school-topics {
    margin-top: -9.11458vw;
  }
  .eventlist__item {
    flex-direction: column;
    text-align: center;
  }
  .eventlist__item + li {
    margin-top: 11.71875vw;
  }
  .eventlist__item__img-left, .eventlist__item__img-right {
    width: 100%;
    text-align: center;
    order: 1;
  }
  .eventlist__item__img-left::after, .eventlist__item__img-right::after {
    top: 6.25vw;
    width: 100%;
  }
  .eventlist__item dl {
    margin-top: 10.15625vw;
    width: 100%;
    order: 2;
  }
  .eventlist__item__img-left span, .eventlist__item__img-right span {
    width: 71.6%;
  }
  .eventlist__item__title {
    margin-bottom: .2em;
  }
  .eventlist__item__bodytxt {
    padding: 0 7.16145vw;
    text-align: justify;
  }
  .eventlist__item__bodybtn {
    margin-top: 1.45em;
  }
  .club__list {
    margin-bottom: -3.90625vw;
  }
  @media screen and (max-width: 960px) {
    .club__list::after {
      content: none;
    }
    .club__list__item {
      margin-bottom: 3.90625vw;
      width: calc((100% - 3.90625vw) / 2);
    }
  }  .club__article__body__img img {
    height: 65.10416vw;
  }
  .uniform__wrap {
    background-size: 3.2rem 3.2rem;
  }
  /* admission */
  .detail-wrap-first {
    margin-top: -5px;
  }
  .table-exam {
    width: 960px;
  }
  .table-openclass tr + tr {
    border-top: solid 1px var(--line-color);
  }
  .table-openclass th, .table-openclass td {
    display: block;
    width: 100%;
  }
  .table-openclass td {
    display: inline-block;
    border-bottom: none;
    border-left: none;
    width: 50%;
  }
  .table-openclass td:first-of-type {
    border-right: solid 1px var(--line-color);
  }
  .scroll-hint::-webkit-scrollbar {
    display: none;
  }
  /* office */
  .table-exam.table-shomei {
    display: block;
    width: 100%;
  }
  .table-exam.table-shomei {
    border-bottom: none;
  }
  .table-exam.table-shomei th, .table-exam.table-shomei td {
    padding-left: 2em;
    padding-right: 2em;
  }
  .table-exam.table-shomei th {
    width: 300px;
  }
  .remarks, .payment-note {
    display: none!important;
  }
  .payment-note-sp {
    display: block;
    margin-top: 1.75em;
    font-weight: 400;
    font-weight: 500;
    color: var(--point-color);
  }
  .infolist {
    display: block;
    margin-bottom: 4.55729vw;
  }
  .infolist__item {
    margin-bottom: 3.64583vw;
    width: 100%;
  }
  .infolist__item a {
    padding: 1.2em;
  }
  .schoolinfo__section {
    display: block;
  }
  .schoolinfo__list, .access-map {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 18px 0 0;
  }
}
@media screen and (max-width: 599px) {
  :root {
    --wrap-padding: 5vw;
    --top-height: 64px;
    scroll-padding: calc(var(--top-height) - 10px);
  }
  .detail-wrap {
    padding-top: 7.24637vw;
  }
  .detail-wrap-first {
    margin: 0;
  }
  .heading__section {
    height: 85px;
  }
  .heading__section__head {
    top: -6px;
  }
  .heading__section__head::after {
    bottom: -17px;
    height: 2px;
  }
  h3.heading::after {
    bottom: -4.55729vw;
    height: 6.51041vw;
  }
  .section-title {
    margin-bottom: 18px;
    padding-left: .75em;
    line-height: 1.55;
  }
  .headbox__logo a {
    width: 250px!important;
  }
  .is-animation {
    height: var(--top-height);
  }
  .headbox__toggle {
    width: 24px!important;
    height: 20px!important;
  }
  .headbox__toggle__trigger span:nth-of-type(2) {
    top: 9px!important;
  }
  .subnavi {
    padding: .65em 0;
  }
  .submenu__list {
    padding: 15px calc(var(--wrap-padding) - 5px);
  }
  .submenu__list__item {
    box-shadow: 0 0 3px rgba(0 0 0 / .15);
  }
  .linkbtn__more, .office__achieve li {
    padding-right: 5px;
    width: 100%;
  }
  .linkbtn__more a {
    padding: .75em;
  }
  .linkbtn__more a::before {
    left: 3px;
    bottom: -5px;
  }
  .linkbtn__more a::after {
    right: -5px;
    bottom: -4px;
  }
  .pcview {
    display: none;
  }
  .spview {
    display: block;
  }
  /* top */
  #topimage {
    padding-left: var(--wrap-padding);
    height: 63.4vh;
  }
  .topvisualwrap__catch__txt {
    font-size: 5.797vw;
  }
  .latest-news {
    margin: 18px 0 26px;
  }
  .newslist__item a {
    display: block;
    padding-top: 1.05em;
    padding-bottom: .75em;
  }
  .newslist__item__cat {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: .145em;
    font-size: 1.3rem;
  }
  .date-en {
    width: auto;
  }
  .info__article__date .newslist__item__cat {
    margin-left: 13px;
  }
  .newslist__item__title {
    margin-top: .35em;
    padding: 0;
    width: 100%;
  }
  .newsList__item__mark {
    font-size: 1.6rem;
  }
  #topnews .newslist__item a > div {
    display: block;
  }
  #topnews .newslist__item a {
    padding-top: 1.05em;
    padding-bottom: 1.05em;
  }
  .newsList__item__head {
    letter-spacing: .15em;
  }
  #about-sosei {
    line-height: 1.85;
  }
  .about__section__bodyhead {
    margin-bottom: .55em;
  }
  #aboutimg-main {
    margin: 26px 0;
    height: 61.836vw;
  }
  #aboutimg-sub::after {
    top: -200px;
    height: 280px;
    background-size: 2.4rem 2.4rem;
  }
  .about__section__bodytxt br {
    display: none;
  }
  .about__section__img {
    align-items: flex-end;
  }
  .studentspic_item {
    width: 40%;
  }
  .studentspic_item:last-child {
    width: 58%;
  }
  .studentspic_item img {
    object-fit: cover;
    height: 35.748792vw;
  }
  .about__section__btn {
    display: block;
    position: static;
    margin: 28px auto 0;
  }
  #course-outline {
    padding-top: 11.11111vw;
  }
  .course__section__head {
    margin-bottom: -2px;
    padding: 0 .35em .45em;
    border-width: 2px;
    line-height: 1.25;
  }
  @media screen and (max-width: 479px) {
    .course__section__head .newline {
      display: block;
    }
  }
  .course__section__head::before, .course__section__head::after {
    right: 50%;
    bottom: -20px;
    border-width: 19px 18px 0 0;
  }
  .course__section__head::after {
    bottom: -15px;
    border-width: 17px 16px 0 0;
  }
  .course__section__head .head-en {
    top: .05em;
    margin: 0 .17em 0 .05em;
  }
  .courselist__item, .courselist__item:nth-child(2) {
    padding-top: 34px;
    padding-top: 8.21256vw;
  }
  .courselist__item::after {
     background-size: 2.4rem 2.4rem;
  }
  .courselist__item__img, .courselist__item dl {
    width: 100%;
  }
  .courselist__item__img {
    height: 54.34782vw;
  }
  .courselist__item dl {
    margin-top: 16px;
  }
  .course-field {
    margin-right: 42px;
    font-size: 2.7rem;
  }
  .course-field::after {
    bottom: 7px;
    right: -52px;
    width: 60px;
  }
  .course-name {
    font-size: 1.9rem;
  }
  .courselist__item__title, .courselist__item__bodytxt {
    margin-bottom: 1.45em;
  }
  .courselist__item__bodysubhead {
    font-size: 1.9rem;
  }
  .infolist__item a::before {
    left: 4px;
    bottom: -6px;
  }
  .infolist__item a::after {
    right: -6px;
    bottom: -5px;
  }
  .guidelist {
    display: block;
  }
  .guidelist__item {
    width: 100%;
    height: 48vw;
  }
  .guidelist__item__txt {
    width: 220px;
  }
  #school-topics {
    border-width: 14px;
    background-size: 18px 18px;
  }
  .line-decoration span {
    padding: 0 48px;
  }
  .line-decoration::before, .line-decoration::after {
    width: 34px;
    height: 2px;
  }
  .topics__section {
    width: 90%;
  }
  .topics__section__head span {
    font-size: 2.5rem;
  }
  /* instagram */
  #school-topics h2 span::before {
    width: 26px;
    height: 26px;
  }
  #school-topics #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    margin-bottom: 8.695652vw!important;
    width: 47.4%!important;
  }
  .sbi_photo_wrap, .sbi_item::after {
    width: 93%;
  }
  /* information */
  .info__article {
    border-width: 4px;
  }
  .pagenation a, .pagenation .current {
    margin-right: 4px;
    width: 32px;
    height: 32px;
    line-height: calc(32px - 2px);
  }
  .menu__section__list__item a, .select-item select {
    height: 42px;
    line-height: 42px;
    font-size: 1.4rem;
  }
  .menu__section__list__item a {
    padding: 0;
  }
  .article__navi__list__prev, .article__navi__list__next {
    width: 32px;
  }
  .article__navi__list__prev a, .article__navi__list__next a {
    padding: 12px;
  }
  .article__navi__list__all a {
    padding: 9px;
  }
  .article__navi__list a img {
    width: 8px;
  }
  .information__section__head {
    padding: 15px 0;
    font-size: 1.8rem;
  }
  #info-wrap #cat-menu {
    text-align: center;
  }
  #info-wrap .menu__section__list__item, #newly-news .menu__section__list__item {
    margin-bottom: 8px;
    width: calc((100% - 16px) / 3);
  }
  #newly-news .menu__section__list__item {
    width: 100%;
    text-align: center;
  }
  #info-wrap .select-item, #newly-news .select-item {
    width: 100%;
  }
  .list-container-single {
    margin-top: -7px;
  }
  .list-container-single .date-en {
    margin-top: 7px;
    margin-right: 13px;
  }
  .info__article__cat .newslist__item__cat {
    margin: 7px 7px 0 0;
  }
  @media screen and (max-width: 411px) {
    .info__article__cat .newslist__item__cat {
      margin-right: 7px;
      width: 86px;
    }
  }
  /* about */
  .message__section__body__img {
    width: 100%;
    padding-right: 3.45454vw;
  }
  .message__section__body__img p span {
    overflow: hidden;
    height: 75vw;
  }
  .message__section__body__img img {
    object-position: center -2.898551vw;
  }
  .head-teacher  {
    margin-top: 1.2em;
  }
  .policy {
    flex-direction: column;
  }
  .policy__list {
    padding-bottom: 4.34782vw;
    width: 100%;
  }
  .policy__list + li {
    padding-top: 5.7971vw;
  }
  .policy__list__number {
    width: 36px;
    font-size: 2.7rem;
  }
  .policy__list__number::after {
    top: auto;
    bottom: -8px;
  }
  .policy__list__body {
    margin-top: 1.2em;
  }
  .learning, .experience__summary {
    border-width: 7px;
  }
  .learning__summary {
    padding-left: 30px;
  }
  .learning__summary:nth-last-child(-n+2) {
    margin-top: 4.83091vw;
  }
  .learning__summary:nth-child(-n+2)::before {
    width: 2px;
  }
  .learning__summary::after {
    top: -3px;
    left: -19px;
    border-width: 12px;
    width: 40px;
    height: 40px;
  }
  .learning__summary__head {
    font-size: 1.7rem;
  }
  .subject__list__item, .learning__summary__body__subject .emphasis, .experience__summary__subject {
    font-size: 1.5rem;
  }
  .experience__summary, .acquire__item {
    background-size: 18px 18px;
  }
  .experience__summary__head {
    font-size: 1.8rem;
  }
  .experience__summary__subject {
    margin-bottom: 1.6em;
  }
  .experience__summary__img {
    margin: auto;
  }
  .illust-harvest {
    width: 23.67149vw;
  }
  .illust-fair {
    width: 64.2512vw;
  }
  .illust-theme {
    width: 46.8599vw;
  }
  .related__page {
    display: block;
  }
  .related__page__item + li {
    margin-top: 15px;
  }
  .table-one th, .table-two th {
    padding: .5em;
  }
  .table-one td, .table-two td {
    padding: .9em .2em;
  }
  .table-one th, .table-one td, .oldschool__list .table-one th {
    display: block;
    width: 100%;
  }
  .oldschool__list + li {
    margin-top: 10px;
  }
  .accordion + div {
    margin-top: 5.314vw;
  }
  .accordion__btn__title {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .accordion__btn {
    right: 18px;
    width: 16px;
    height: 16px;
  }
  .about-menu.submenu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    align-items: inherit;
    padding: 18px calc(var(--wrap-padding) - 1px);
  }
  .about-menu .submenu__list__item, .about-menu .submenu__list__item.sm-granddesign {
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 1;
  }
  .about-menu .submenu__list__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .525em;
    line-height: 1.25;
  }
  .-arrow {
    margin: 10px auto 17px;
    height: 30px;
  }
  .-arrow::before, .-arrow::after {
    height: 26px;
  }
  .acquire__item {
    border-width: 7px;
  }
  .acquire__txt {
    font-size: 1.5rem;
  }
  .acquire__img {
    margin: 0 auto 15px;
  }
  .senmon-img {
    width: 27.727vw;
  }
  .tankyu-img {
    width: 22.727vw;
  }
  .wait__title {
    margin-bottom: 1em;
  }
  .wait__title.line-decoration span {
    padding: 0 36px;
  }
  .raise__item {
    padding: 20px;
  }
  .mission__img {
    width: 76%;
  }
  .threepolicies__item {
    padding: 22px 0;
  }
  .threepolicies__txtbox {
    width: 100%;
  }
  .-number {
    margin-bottom: .45em;
    width: 100%;
    text-align: left;
    font-size: 2.7rem;
  }
  /* course */
  .course-topimage img {
    object-fit: cover;
    height: 210px;
    height: 50.724638vw;
  }
  .checkpoint {
    padding: 25px 25px 28px;
  }
  .checkpoint-list {
    padding-left: 42px;
    text-align: justify;
  }
  .checkpoint-list::before {
    top: calc(50% - (12px + .425em));
    height: 24px;
    width: 24px;
  }
  .checkpoint-list::after {
    top: calc(50% - 24px);
    width: 30px;
    height: 20px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
  .featurelist li {
    padding: 1em 1.2em;
    background-image: linear-gradient(0deg, transparent 17px, #e6e6e6 18px),linear-gradient(90deg, transparent 17px, #e6e6e6 18px);
    background-size: 18px 18px;
    text-align: justify;
    line-height: 1.55;
  }
  .featurelist li span {
    display: inline;
  }
  .featureimglist, .featureimglist li {
    display: block;
    width: 100%;
  }
  .featureimglist li {
    height: 48.309179vw;
  }
  .featureimglist li + li {
    margin-top: 1.44927vw;
  }
  .gradelist__item {
    padding: .2em;
  }
  .curriculum__section__body {
    padding: 22px 25px;
  }
  .grade-two {
    margin-top: 4.83091vw;
  }
  .grade-two .gradelist__item, .grade-two .gradelist-plus {
    width: calc((100% - 6px) / 2);
  }
  .gradelist__item, .gradelist-plus {
    margin-bottom: 11px;
  }
  .gradelist__item__sub {
    line-height: 1.4;
  }
  .gradelist__item__sub br {
    display: block;
  }
  #create-grade-item-wrap, #create-grade-item-wrap > div {
    display: block;
    width: 100%;
  }
  .table-curriculum + .table-curriculum {
    margin-top: 10px;
  }
  .table-curriculum.table-two tr:last-child td + td {
    border-bottom: none;
  }
  .table-curriculum.table-two th, .table-curriculum.table-two td {
    padding: .55em 1em;
  }
  .table-curriculum.table-two th {
    width: 90px;
    line-height: 1.5;
  }
  .table-curriculum.table-two td.agriculture-course {
    padding: .42em 1em;
  }
  .table-create.table-two th, .table-create.table-two td {
    padding: .8em 25px;
  }
  .table-create.table-two td, .table-business.table-two td {
    border: none;
  }
  .table-curriculum.table-two td, .table-create.table-two th, .communitylist, .communitylist__item, .communitylist p, .results, .course-twobox, .table-business.table-two th, .table-business.table-two td {
    display: block;
    width: 100%
  }
  .communitylist__item .course-liststyle {
    margin-top: 3.86473vw;
    padding: 1em 1.2em 1.2em;
  }
  .communitylist__item + li {
    margin-top: 6.03864vw;
  }
  .course-twobox + div {
    margin-top: 3.62318vw;
  }
  .course-twobox dt {
    padding: .25em;
  }
  .course-twobox dd {
    padding: 1em 1.2em;
  }
  .th-sub {
    margin-top: .45em;
    padding: .35em;
    font-size: 1.5rem;
  }
  .th-sub br {
    display: none;
  }
  #dual-list li {
    width: 100%!important;
  }
  #dual-list li:nth-child(n+2) {
    margin-top: 6.76328vw;
  }
  #dual-list dd {
    margin-top: 3.62318vw;
  }
  .dual-grade {
    padding-top: .65em;
    padding-bottom: .65em;
  }
  .dual-txtbox {
    padding-top: .4em;
    padding-bottom: .4em;
  }
  .dual__list__item__img img, .business__education__instance__item img {
    width: 100%;
    height: 55.55555vw;
    object-fit: cover;
  }
  #business-curriculum-point {
    position: static;
    display: block;
  }
  #business-curriculum-point li, #business-curriculum-point li + li {
    margin: 10px 0 0 0;
    padding: .3em;
    width: 100%;
    height: auto;
    writing-mode: inherit;
  }
  .business__education__flow__item {
    padding: .8em;
  }
  .arrow-next {
    bottom: -7px;
    width: 38px;
  }
  .business__education__instance__item figcaption {
    margin-top: .55em;
  }
  /* school-life */
  .submenu__list__item, .course-menu .submenu__list__item {
    margin: 3px;
    width: 48%;
  }
  .submenu__list__item a {
    padding: .65em;
    font-size: 1.3rem;
  }
  .event {
    padding-top: 2px;
    padding-top: .483092vw;
  }
  .eventlist__item__img-left span, .eventlist__item__img-right span {
    width: calc(100% - 12.5vw);
  }
  .eventlist__item__bodytxt {
    padding: 0;
  }
  .eventlist__item__bodybtn {
    margin-top: 1.45em;
  }
  .uniform__wrap {
    background-size: 2.4rem 2.4rem;
  }
  .uniform__section__lead {
    line-height: 1.75;
  }
  .uniform__section__photo {
    padding: 0 1.8vw;
  }
  .uniform__section__detail {
    display: block;
  }
  .uniform__detail {
    width: 100%;
  }
  .uniform__detail + div {
    margin: 0;
  }
  .uniform__detail::before, .uniform__detail::after {
    width: 36px;
    height: 36px;
  }
  #culture-club {
    padding-top: 7.7672vw;
  }
  .club__list__item {
    width: calc((100% - 10px) / 2);
  }
  .club__list__item__body {
    padding: 3.62318vw 4.34782vw 3.86473vw;
  }
  .club-name {
    font-size: 1.6rem;
  }
  .club__article__body {
    margin-top: -8px;
  }
  .club__article__body__img img {
    height: 66.90821vw;
  }
  .club__article__body__head {
    padding: .7em 1.75em;
  }
  .club__menu__title {
    padding: 0;
    font-size: 1.7rem;
  }
  .club__menu__unit__item a {
    padding: .7em 2.25em .7em .85em;
  }
  .club__menu__unit__item a::after {
    right: .85em;
  }
  .club__menu__unit__item {
    margin-top: 8px;
    width: calc((100% - 8px) / 2);
  }
  /* admission */
  .table-two th, .table-two td {
    padding: .7em 1em;
  }
  .table-download {
    border-bottom: none;
  }
  .table-download th, .table-download td, .table-openclass td {
    display: block;
    width: 100%;
  }
  .table-download td, .table-openclass td {
    border-left: none;
  }
  .table-exam {
    width: 800px;
  }
  .table-exam td:first-of-type {
    width: 350px;
  }
  .table-openclass td:first-of-type {
    border-bottom: solid 1px var(--line-color);
  }
  table + .table-exam-title {
    margin-top: 4.83091vw;
  }
  /* aftergrad */
  .aftergrad__achieve, .admission__list, .about__achieve {
    margin-bottom: -11px;
  }
  .aftergrad__achieve__item, .admission__list__item, .office__achieve li, .about__achieve__item {
    margin-bottom: 15px;
  }
  .aftergrad__achieve__item a, .admission__list__item a, .about__achieve__item a {
    padding: .8em;
  }
  /* office */
  .contact__reception, .table-evaluation, .table-rule, .table-apply {
    border-bottom: none;
  }
  .contact__reception__item th, .contact__reception__item td, .table-samespace th, .table-samespace td, .table-shunyushoshi th, .table-shunyushoshi td, .table-apply th, .table-apply td {
    display: block;
    width: 100%;
  }
  .contact__reception__item td, .table-samespace td, .table-apply td, .table-exam.table-shomei td:first-of-type {
    border-left: none;
  }
  .table-shunyushoshi td {
    border: none;
  }
  .contact__info {
    padding: 1.25em 1em;
    border-width: 6px;
  }
  .contact__info__body {
    line-height: 1.5;
  }
  .contact__section__body__map {
    height: 91.78743vw;
  }
  .table-exam-title {
    margin-bottom: .55em;
  }
  .table-exam.table-shomei thead {
    display: none;
  }
  .table-exam.table-shomei th, .table-exam.table-shomei td {
    display: inline-block;
    width: 100%;
  }
  .table-exam.table-shomei td, .table-exam.table-shomei td:first-of-type {
    padding-left: 1em;
    padding-right: 1em;
    width: 50%;
  }
  .table-exam.table-shomei tr:first-of-type {
    display: none;
  }
  #graduate table + table, #graduate .payment-note-sp + table {
    margin-top: 4.34782vw;
  }
  #graduate table p + p, #graduate table p + dl, #graduate table dl + p, .graduate__outline__body p + p {
    margin-top: .65em;
  }
  .table-openclass td:first-of-type {
    border-right: none;
  }
  .shomei-note {
    display: block;
  }
  .payment-note-sp {
    margin-top: 1.1em;
  }
  .infolist {
    padding: 0;
  }
  .infolist__item a {
    background-image: linear-gradient(0deg, transparent 17px, #e6e6e6 18px),linear-gradient(90deg, transparent 17px, #e6e6e6 18px);
    background-size: 18px 18px;
    font-size: 1.7rem;
  }
  .school-name {
    width: 54.58937vw;
  }
  .linkbtn__more.access-map {
    width: 130px;
  }
  .fnavilist__menu {
    width: calc((100% - 18px) / 2);
  }
  .fnavilist__menu:nth-child(n+3) {
    margin-top: 18px;
  }
  .fnavilist__menu > a {
    padding: .35em 0;
  }
  .menu__list__item {
    margin-top: .35em;
  }
  .menu__list__item:first-child {
    margin-top: .45em;
  }
  #copyright {
    font-size: 1.1rem;
  }
  /* scroll-hint */
  .scroll-hint-icon {
    height: 36px;
    line-height: 36px;
  }
}