main {
  padding-top: 0;
}

@media print, (min-width: 768px) {
  html.is-highschool.is-macos body.has-menu .container {
    position: absolute;
    inset: 0;
  }

  html.is-highschool.is-frozen-os.is-macos {
    overflow: hidden;
  }

  html.is-highschool.is-macos body.has-menu .container {
    overflow: hidden;
  }
}

html.is-highschool body.has-menu {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  html.is-highschool body.has-menu .container {
    position: fixed;
    inset: 0;
  }
}

.highschool-title-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  background-color: #fff;
  color: #1b54aa;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .highschool-title-primary {
    min-width: 512px;
    min-height: 130px;
    margin-top: -40px;
    padding: 26px 61px 26px calc(50% - 492px);
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    font-size: 0.36rem;
    line-height: 2;
  }
  .highschool-title-primary .title-small {
    font-size: 0.26rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .highschool-title-primary {
    right: 1.09rem;
    min-height: 0.8rem;
    padding: 0.09rem 0.1rem 0.09rem 0.4rem;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.25;
  }
  .highschool-title-primary .title-small {
    font-size: 0.18rem;
  }
}

.header-highschool {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 0.01rem solid #1b54aa;
  background-color: #fff;
}
.header-highschool .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-highschool .button-menu {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-color: #1b54aa;
  cursor: pointer;
}
.header-highschool .button-menu span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #fff;
}
.header-highschool .button-menu.is-active {
  background-color: #000;
}
.header-highschool .button-menu.is-active span {
  margin-top: 0 !important;
}
.header-highschool .button-menu.is-active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-highschool .button-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.header-highschool .button-menu.is-active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-highschool .header-highschool-logo {
  display: block;
}
@media print, (min-width: 768px) {
  .header-highschool {
    min-width: 1300px;
    min-height: 100px;
  }
  .header-highschool .header-wrapper {
    padding: 30px 32px 15px;
  }
  .header-highschool .header-highschool-logo {
    width: 220px;
  }
  .header-highschool .button-menu {
    width: 100px;
    height: 100px;
  }
  .header-highschool .button-menu:hover {
    background-color: #000;
  }
  .header-highschool .button-menu span {
    width: 30px;
    height: 2px;
    margin-left: -14px;
  }
  .header-highschool .button-menu span:nth-child(1) {
    margin-top: -10px;
  }
  .header-highschool .button-menu span:nth-child(3) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-highschool .header-highschool-logo {
    width: 1.47rem;
  }
  .header-highschool .header-wrapper {
    padding: 0.14rem 0.18rem 0.13rem;
  }
  .header-highschool .button-menu {
    width: 0.65rem;
    height: 0.65rem;
  }
  .header-highschool .button-menu span {
    width: 0.2rem;
    height: 0.02rem;
    margin-left: -0.1rem;
  }
  .header-highschool .button-menu span:nth-child(1) {
    margin-top: -0.08rem;
  }
  .header-highschool .button-menu span:nth-child(2) {
    margin-top: -0.01rem;
  }
  .header-highschool .button-menu span:nth-child(3) {
    margin-top: 0.06rem;
  }
}

.header-highschool-navigation {
  display: none;
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
  overflow-y: auto;
  color: #fff;
  scrollbar-width: none;
}
.header-highschool-navigation .overlay-menu {
  position: fixed;
  z-index: -1;
  right: 0;
  left: 0;
  background: rgba(0, 31, 77, 0.9);
}
.header-highschool-navigation .navigation-highschool-wrapper {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  background: #1b54aa;
}
.header-highschool-navigation .header-navigation-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.header-highschool-navigation .header-navigation-list .header-navigation-link {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.header-highschool-navigation .decor-item {
  position: absolute;
}
.header-highschool-navigation .navigation-inner {
  position: relative;
}
@media print, (min-width: 768px) {
  .header-highschool-navigation {
    top: 100px;
    min-width: 1300px;
    height: 100vh;
  }
  .header-highschool-navigation .navigation-highschool-wrapper {
    width: 608px;
    margin-left: auto;
    padding: 128px 100px 100px;
  }
  .header-highschool-navigation .overlay-menu {
    top: 100px;
    height: 100vh;
  }
  .header-highschool-navigation .navigation-logo {
    width: 300px;
    margin-bottom: 117px;
  }
  .header-highschool-navigation .header-navigation-list .header-navigation-item {
    margin-bottom: 32px;
  }
  .header-highschool-navigation .header-navigation-list .header-navigation-link {
    font-size: 0.24rem;
  }
  .header-highschool-navigation .header-navigation-list .text-small {
    font-size: 0.14rem;
  }
  .header-highschool-navigation .decor-item:nth-child(1) {
    top: -100px;
    right: -200px;
    width: 497px;
    height: 505px;
  }
  .header-highschool-navigation .decor-item:nth-child(2) {
    top: 294px;
    left: 60px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-highschool-navigation {
    top: 0.65rem;
    height: 100vh;
  }
  .header-highschool-navigation .navigation-highschool-wrapper {
    width: 2.91rem;
    margin-left: auto;
    padding: 0.81rem 0.2rem 0.8rem 0.4rem;
  }
  .header-highschool-navigation .overlay-menu {
    top: 0.65rem;
    height: 100vh;
  }
  .header-highschool-navigation .navigation-logo {
    width: 2rem;
    margin-bottom: 0.72rem;
  }
  .header-highschool-navigation .header-navigation-list .header-navigation-item {
    margin-bottom: 0.25rem;
  }
  .header-highschool-navigation .header-navigation-list .header-navigation-link {
    font-size: 0.2rem;
  }
  .header-highschool-navigation .header-navigation-list .text-small {
    font-size: 0.12rem;
  }
  .header-highschool-navigation .decor-item:nth-child(1) {
    top: 5.12rem;
    right: -.01rem;
    width: 2.62rem;
    height: 2.67rem;
  }
  .header-highschool-navigation .decor-item:nth-child(2) {
    top: 1.96rem;
    left: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}

.footer-highschool {
  background-color: #00a7ff;
}
.footer-highschool .footer-highschool-logo {
  display: block;
}
@media print, (min-width: 768px) {
  .footer-highschool {
    margin-top: 145px;
  }
  .footer-highschool .footer-highschool-logo {
    width: 260px;
  }
  .footer-highschool .button-top {
    bottom: 147px;
    right: 39px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-highschool .button-top {
    bottom: .44rem;
  }
}

.footer-highschool-top .footer-highschool-sitemap {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.footer-highschool-top .sitemap-item {
  overflow: hidden;
}
.footer-highschool-top .sitemap-heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
}
.footer-highschool-top .sitemap-link {
  display: inline-block;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-underline-offset: 0.03rem;
}
.footer-highschool-top .sitemap-text {
  margin-bottom: 0;
  color: #000;
  letter-spacing: 0.05em;
  text-align: center;
}
.footer-highschool-top .sitemap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
@media print, (min-width: 768px) {
  .footer-highschool-top {
    margin: 0 40px 100px;
  }
  .footer-highschool-top .footer-highschool-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-highschool-top .footer-highschool-top {
    margin: 0 40px;
  }
  .footer-highschool-top .sitemap-heading {
    min-height: 100px;
    padding: 20px 50px;
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .footer-highschool-top .sitemap-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 544px;
    min-height: 294px;
    margin-top: -145px;
    padding: 2px;
    border-radius: 40px;
  }
  .footer-highschool-top .sitemap-item:nth-child(1) {
    margin-right: 32px;
    background: url("../img/highschool/footer_bg_01.jpg") no-repeat center center/cover;
  }
  .footer-highschool-top .sitemap-item:nth-child(2) {
    background: url("../img/highschool/footer_bg_01.jpg") no-repeat center center/cover;
  }
  .footer-highschool-top .sitemap-content {
    min-height: 190px;
    padding: 20px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .footer-highschool-top .sitemap-link {
    font-size: 0.18rem;
    line-height: 1.7777777778;
  }
  .footer-highschool-top .sitemap-text {
    margin-top: 24px;
    font-size: 0.14rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-highschool-top {
    position: relative;
    z-index: 1;
    margin-bottom: 0.45rem;
  }
  .footer-highschool-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -0.18rem;
    left: -0.18rem;
    height: 2.32rem;
    background-color: #fff;
  }
  .is-ios .footer-highschool-top::before {
    top: -1px;
  }
  .footer-highschool-top .sitemap-item {
    width: 100%;
    min-height: 1.48rem;
    margin-bottom: 0.1rem;
    padding: 0.01rem;
    overflow: hidden;
    border-radius: 0.2rem;
    background: url("../img/highschool/sp/footer_bg_01.jpg") no-repeat center center/cover;
  }
  .footer-highschool-top .sitemap-heading {
    padding: 0.09rem 0.5rem;
    letter-spacing: 0.1em;
  }
  .footer-highschool-top .sitemap-content {
    min-height: 1rem;
    padding: 0.12rem 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  .footer-highschool-top .sitemap-link {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .footer-highschool-top .sitemap-text {
    margin-top: 0.09rem;
    font-size: 0.08rem;
    line-height: 1.75;
  }
}

.footer-highschool-main {
  color: #fff;
}
.footer-highschool-main .footer-highschool-logo {
  display: block;
}
.footer-highschool-main .footer-navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}
.footer-highschool-main .footer-navigation-link {
  color: #fff;
  letter-spacing: 0.05em;
}
.footer-highschool-main .footer-navigation-link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.01rem;
  width: 0.12rem;
  height: 0.12rem;
  background: url("../img/highschool/icon_link.svg") no-repeat center 100%/100%;
}
.footer-highschool-main small {
  display: block;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .footer-highschool-main {
    margin: 0 40px;
    padding-bottom: 47px;
  }
  .footer-highschool-main .footer-highschool-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-highschool-main .footer-highschool-logo {
    width: 260px;
    margin-bottom: 54px;
  }
  .footer-highschool-main .footer-navigation-list {
    margin-bottom: 0;
  }
  .footer-highschool-main .footer-navigation-item {
    margin-right: 40px;
  }
  .footer-highschool-main .footer-navigation-link {
    font-size: 0.15rem;
  }
  .footer-highschool-main .footer-navigation-link::after {
    margin-left: 7px;
  }
  .footer-highschool-main small {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 292px;
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-highschool-main .footer-highschool-logo {
    width: 2rem;
    margin-bottom: 0.5rem;
  }
  .footer-highschool-main .footer-navigation-item {
    width: 50%;
    padding-left: 0.16rem;
  }
  .footer-highschool-main .footer-navigation-list {
    margin-bottom: 0.52rem;
  }
  .footer-highschool-main .footer-navigation-link {
    font-size: 0.12rem;
  }
  .footer-highschool-main .footer-navigation-link::after {
    margin-left: 0.1rem;
  }
  .footer-highschool-main small {
    margin: 0 -0.18rem;
    padding: 0.29rem 0 0.3rem;
    background-color: #fff;
    color: #000;
    font-size: 0.12rem;
    text-align: center;
  }
}

.section-highschool-keyvisual {
  overflow: hidden;
  background-color: #fff;
}
.section-highschool-keyvisual .wrapper {
  position: relative;
}
.section-highschool-keyvisual .keyvisual-decoration .decoration-item {
  position: absolute;
  z-index: 3;
}
.section-highschool-keyvisual .intro-text {
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-highschool-keyvisual {
    margin-top: 100px;
    padding: 100px 0 365px;
  }
  .section-highschool-keyvisual .keyvisual-title {
    width: 600px;
    margin: 0 auto 70px;
  }
  .section-highschool-keyvisual .intro-heading {
    width: 300px;
    margin: 0 auto 24px;
  }
  .section-highschool-keyvisual .intro-text {
    padding: 0 200px;
    font-size: 0.2rem;
    line-height: 2;
  }
  .section-highschool-keyvisual .keyvisual-decoration .decoration-item:nth-child(1) {
    top: -50px;
    left: -391px;
    width: 600px;
    height: 425px;
    animation: moveBubble infinite 13s;
  }
  .section-highschool-keyvisual .keyvisual-decoration .decoration-item:nth-child(2) {
    bottom: -334px;
    left: -239px;
    width: 300px;
    height: 300px;
    animation: moveBubble infinite 15s;
  }
  .section-highschool-keyvisual .keyvisual-decoration .decoration-item:nth-child(3) {
    top: -200px;
    right: -322px;
    width: 497px;
    height: 505px;
    animation: moveBubble infinite 17s;
  }
  .section-highschool-keyvisual .keyvisual-decoration .decoration-item:nth-child(4) {
    top: 141px;
    right: 126px;
    width: 100px;
    height: 100px;
    animation: moveBubble infinite 20s;
  }
}
@keyframes moveBubble {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleY(1);
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleY(1);
  }
  25% {
    -webkit-transform: translate3d(20px, 10px, 0) rotateX(2.60735deg) rotateY(10.0661deg) rotateZ(0.0306605deg) scaleY(1.1);
    transform: translate3d(20px, 10px, 0) rotateX(2.60735deg) rotateY(10.0661deg) rotateZ(0.0306605deg) scaleY(1.1);
  }
  50% {
    -webkit-transform: translate3d(10px, 5px, 0) rotateX(0.357895deg) rotateY(16.2104deg) rotateZ(0.0921038deg) scaleY(1);
    transform: translate3d(10px, 5px, 0) rotateX(0.357895deg) rotateY(16.2104deg) rotateZ(0.0921038deg) scaleY(1);
  }
  75% {
    -webkit-transform: translate3d(16px, -2px, 0) rotateX(-5.18523deg) rotateY(6.14148deg) rotateZ(-0.00858523deg) scaleY(0.9);
    transform: translate3d(16px, -2px, 0) rotateX(-5.18523deg) rotateY(6.14148deg) rotateZ(-0.00858523deg) scaleY(0.9);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleY(1);
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleY(1);
  }
}
@keyframes moveBubble1 {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  25% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  75% {
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-highschool-keyvisual {
    margin-top: 0.65rem;
    padding: 1rem 0 1.2rem;
  }
  .section-highschool-keyvisual .keyvisual-title {
    width: 3rem;
    margin: 0 auto 0.5rem;
  }
  .section-highschool-keyvisual .intro-heading {
    width: 2.4rem;
    margin: 0 auto 0.17rem;
  }
  .section-highschool-keyvisual .intro-text {
    font-size: 0.16rem;
    line-height: 2;
  }
  .section-highschool-keyvisual .keyvisual-decoration .decoration-item:nth-child(1) {
    top: -1.65rem;
    left: -0.61rem;
    width: 1.76rem;
    height: 1.25rem;
  }
  .section-highschool-keyvisual .keyvisual-decoration .decoration-item:nth-child(2) {
    bottom: -1.05rem;
    left: -0.7rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .section-highschool-keyvisual .keyvisual-decoration .decoration-item:nth-child(3) {
    top: -1.65rem;
    right: -1.01rem;
    width: 1.99rem;
    height: 2.02rem;
  }
  .section-highschool-keyvisual .keyvisual-decoration .decoration-item:nth-child(4) {
    top: -0.8rem;
    right: 1.12rem;
    width: 0.46rem;
    height: 0.46rem;
  }
}

.section-highschool-about {
  position: relative;
  z-index: 1;
}
.section-highschool-about::before, .section-highschool-about::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.section-highschool-about::after {
  z-index: -2;
  bottom: 0;
  background-color: #00a7ff;
}
.section-highschool-about .about-anchor {
  position: absolute;
}
.section-highschool-about .about-heading {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-highschool-about .about-text {
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-highschool-about .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.section-highschool-about .about-item {
  position: relative;
}
.section-highschool-about a {
  display: block;
  color: #323232;
}
.section-highschool-about .about-award {
  position: absolute;
  z-index: 3;
}
.section-highschool-about .about-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #323232;
}
.section-highschool-about .about-title::before,
.section-highschool-about .about-title::after {
  content: "";
  position: absolute;
}
.section-highschool-about .about-title::before {
  background-color: #fff;
  z-index: -1;
}
.section-highschool-about .about-title::after {
  content: "";
  background: url("../img/highschool/icon_arrow_02.svg") no-repeat center center/cover;
}
.section-highschool-about .about-image {
  position: relative;
  z-index: 2;
}
@media print, (min-width: 768px) {
  .section-highschool-about {
    padding: 0 32px;
    margin-top: -20px;
  }
  .section-highschool-about::before {
    top: -349px;
    right: 30px;
    left: 30px;
    height: 530px;
    background: url("../img/highschool/about_bg.svg") no-repeat top left/100% 530px;
    animation: moveBubble1 infinite 12s;
  }
  .section-highschool-about::after {
    top: 0;
    right: 30px;
    left: 30px;
  }
  .section-highschool-about .about-anchor {
    top: -70px;
  }
  .section-highschool-about .wrapper {
    max-width: 1300px;
    padding: 124px 0 30px;
  }
  .section-highschool-about .about-heading {
    margin-bottom: 20px;
    font-size: 0.24rem;
    line-height: 2;
  }
  .section-highschool-about .about-text {
    margin-bottom: 80px;
    font-size: 0.16rem;
    line-height: 2;
  }
  .section-highschool-about .about-list {
    margin: 0 24px 0 118px;
  }
  .section-highschool-about .about-item {
    width: 33.3333333333%;
    margin-bottom: 45px;
    margin-right: -2px;
  }
  .section-highschool-about a {
    width: 325px;
  }
  .section-highschool-about .about-item:nth-child(4) {
    margin-left: -27px;
  }
  .section-highschool-about .about-item:nth-child(4) .about-title,
  .section-highschool-about .about-item:nth-child(5) .about-title,
  .section-highschool-about .about-item:nth-child(6) .about-title {
    margin-left: 64px;
  }
  .section-highschool-about .about-image {
    width: 288px;
    overflow: hidden;
    border-radius: 40px;
    margin-left: auto;
  }
  .section-highschool-about .about-item:nth-child(4) .about-image,
  .section-highschool-about .about-item:nth-child(5) .about-image,
  .section-highschool-about .about-item:nth-child(6) .about-image {
    margin-left: 0;
  }
  .section-highschool-about .about-award {
    top: -64px;
    left: -28px;
    width: 128px;
    height: 128px;
  }
  .section-highschool-about .about-title {
    width: 288px;
    margin-left: -27px;
    padding: 13px 33px;
    font-size: 0.18rem;
    line-height: 1.6;
  }
  .section-highschool-about .about-title::before {
    inset: -61px 0 -5px;
    border-radius: 40px;
  }

  .section-highschool-about .about-title::after {
    top: 22px;
    right: 28px;
    width: 8px;
    height: 14px;
  }
}
@media print, (width >= 768px) and (width <= 1370px) {
  .section-highschool-about .about-list {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-highschool-about {
    padding: 0.45rem 0 .2rem;
  }
  .section-highschool-about .about-anchor {
    top: .1rem;
  }
  .section-highschool-about::before {
    top: -0.95rem;
    right: 0.1rem;
    left: 0.1rem;
    height: 3.42rem;
    background: url("../img/highschool/sp/about_bg.png") no-repeat center center/cover;
  }
  .section-highschool-about::after {
    top: 0.5rem;
    right: 0.1rem;
    left: 0.1rem;
  }
  .section-highschool-about .wrapper {
    padding-top: 1.1rem;
  }
  .section-highschool-about .about-award {
    top: -0.3rem;
    left: -0.12rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .section-highschool-about .about-heading {
    margin-bottom: 0.27rem;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .section-highschool-about .about-text {
    margin-bottom: 0.37rem;
    font-size: 0.14rem;
    line-height: 1.75;
  }
  .section-highschool-about .about-list {
    margin-left: 0.12rem;
  }
  .section-highschool-about .about-item {
    width: 1.6rem;
    margin-right: 0.22rem;
    margin-bottom: 0.19rem;
  }
  .section-highschool-about .about-item:nth-child(2n) {
    margin-right: 0;
  }
  .section-highschool-about .about-item:nth-child(3) {
    margin-left: -0.12rem;
  }
  .section-highschool-about .about-item:nth-child(3) .about-title, .section-highschool-about .about-item:nth-child(4) .about-title {
    margin-left: 0.12rem;
  }
  .section-highschool-about .about-title {
    width: 1.6rem;
    margin-left: -0.12rem;
    padding: 0.08rem 0.12rem;
    font-size: 0.14rem;
  }
  .section-highschool-about .about-title::before {
    inset: -0.4rem 0 0.01rem;
    overflow: hidden;
    border-radius: 0.2rem;
  }
  .section-highschool-about .about-image {
    overflow: hidden;
    border-radius: 0.2rem;
  }
  .section-highschool-about .about-title::after {
    right: 0.1rem;
    top: 0.16rem;
    width: 0.06rem;
    height: 0.1rem;
  }
}

.section-highschool-factory {
  position: relative;
  z-index: 1;
  color: #fff;
}
.section-highschool-factory::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: 0;
  background-color: #00a7ff;
}
.section-highschool-factory .factory-heading {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-highschool-factory .factory-text {
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-highschool-factory {
    padding: 70px 0 120px;
  }
  .section-highschool-factory::before {
    right: 30px;
    left: 30px;
  }
  .section-highschool-factory .wrapper {
    padding-top: 130px;
  }
  .section-highschool-factory .factory-heading {
    margin-bottom: 25px;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .section-highschool-factory .factory-text {
    margin-bottom: 56px;
    font-size: 0.18rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-highschool-factory {
    padding: .4rem 0 0.6rem;
  }
  .section-highschool-factory::before {
    right: 0.1rem;
    left: 0.1rem;
  }
  .section-highschool-factory .wrapper {
    padding-top: 1.1rem;
  }
  .section-highschool-factory .factory-heading {
    margin-bottom: 0.27rem;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .section-highschool-factory .factory-text {
    margin-bottom: 0.36rem;
    font-size: 0.14rem;
    line-height: 1.75;
  }
}

.factory-staff {
  position: relative;
}
.factory-staff .image-item {
  position: absolute;
  top: 0;
}
.factory-staff .image-item:nth-child(1) {
  left: 0;
}
.factory-staff .image-item:nth-child(2) {
  right: 0;
}
.factory-staff .stated-heading {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.factory-staff .stated-box {
  position: relative;
  background-color: #fff;
  color: #000;
}
.factory-staff .box-footing {
  background-color: rgba(0, 167, 255, 0.1);
}
.factory-staff .box-image {
  position: absolute;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
}
.factory-staff .box-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 0.06rem solid #fff;
  border-radius: 50%;
}
.factory-staff .stated-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  letter-spacing: 0.05em;
}
.factory-staff .stated-item-title {
  color: #1b54aa;
  font-weight: 700;
}
.factory-staff .stated-item-text {
  margin-bottom: 0;
}
.factory-staff .footing-name {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .factory-staff {
    width: 1120px;
    margin: 0 auto;
    padding-top: 118px;
  }
  .factory-staff .image-item {
    width: 352px;
    height: 352px;
    overflow: hidden;
    border-radius: 40px;
  }
  .factory-staff .stated-heading {
    width: 380px;
    margin: 0 auto 231px;
    font-size: 0.36rem;
  }
  .factory-staff .stated-box {
    border-radius: 40px;
  }
  .factory-staff .box-top {
    padding: 58px 64px 18px;
  }
  .factory-staff .box-footing {
    padding: 25px 64px 41px;
  }
  .factory-staff .box-image {
    top: -184px;
    width: 224px;
    height: 224px;
  }
  .factory-staff .stated-list {
    font-size: 0.16rem;
  }
  .factory-staff .stated-list > li {
    margin-bottom: 16px;
  }
  .factory-staff .stated-list > li:last-child {
    margin-bottom: 0;
  }
  .factory-staff .footing-name {
    position: absolute;
    right: 63px;
    bottom: 42px;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .factory-staff .image-item {
    top: 0.76rem;
    width: 1.72rem;
    height: 1.72rem;
    overflow: hidden;
    border-radius: 0.2rem;
  }
  .factory-staff .stated-heading {
    margin-bottom: 2.12rem;
    font-size: 0.26rem;
  }
  .factory-staff .stated-list {
    font-size: 0.14rem;
    line-height: 1.75;
  }
  .factory-staff .stated-list > li {
    margin-bottom: 0.26rem;
  }
  .factory-staff .stated-list > li:last-child {
    margin-bottom: 0;
  }
  .factory-staff .stated-box {
    border-radius: 0.2rem;
  }
  .factory-staff .box-top {
    padding: 0.74rem 0.2rem 0.16rem;
  }
  .factory-staff .box-footing {
    padding: 0.2rem 0.2rem 0.4rem;
  }
  .factory-staff .box-image {
    top: -0.75rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .factory-staff .footing-name {
    margin-top: 0.15rem;
    font-size: 0.14rem;
    text-align: right;
  }
}

.location-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.location-list .location-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #1b54aa;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}
.location-list .location-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: url("../img/highschool/location_bg_hover.jpg") no-repeat center center/cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.3s ease;
}
.location-list .location-item::after {
  content: "";
  position: absolute;
  right: 0;
  background: url("../img/highschool/icon_arrow.svg") no-repeat center center/cover;
}
.location-list .location-heading {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.location-list .location-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.location-list .detail-text {
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.location-list .detail-text span {
  display: block;
}
@media print, (min-width: 768px) {
  .location-list .location-item {
    width: 192px;
    margin-bottom: 10px;
    padding: 10px 63px 10px 10px;
    border-radius: 10px;
  }
  .location-list .location-item.is-large {
    padding-bottom: 35px;
    padding-right: 7px;
  }
  .location-list .location-item.is-active::before {
    opacity: 1;
  }
  .location-list .location-item::after {
    top: 15px;
    right: 10px;
    width: 8px;
    height: 14px;
  }
  .location-list .location-heading {
    margin-bottom: 17px;
    padding-right: 15px;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .location-list .detail-text {
    line-height: 1.4;
  }
  .location-list .detail-text .text-large {
    font-size: 0.14rem;
  }
  .location-list .detail-text .text-small {
    font-size: 0.1rem;
  }
  .location-list .detail-text.is-modify {
    margin-right: -12px;
  }
  .location-list .location-icon {
    right: 10px;
    bottom: 5px;
  }
  .location-list .location-icon .icon-item {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .location-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .location-list .location-item {
    width: 1.75rem;
    margin-bottom: 0.04rem;
    padding: 0.03rem 0.16rem 0.06rem 0.1rem;
    border-radius: 0.1rem;
  }
  .location-list .location-item::after {
    right: 0.1rem;
    bottom: 0.1rem;
    width: 0.06rem;
    height: 0.1rem;
  }
  .location-list .location-item.is-modify
  .location-list .location-heading {
    margin-bottom: 0.05rem;
    font-size: 0.12rem;
  }
  .location-list .detail-text {
    line-height: 1.4;
  }
  .location-list .detail-text .text-large {
    font-size: 0.1rem;
  }
  .location-list .detail-text .text-small {
    font-size: 0.08rem;
  }
  .location-list .location-icon {
    top: -0.03rem;
    right: 0.1rem;
  }
  .location-list .location-icon .icon-item {
    width: 0.18rem;
    margin-left: 0.05rem;
  }
}

.location-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 39, 74, 0.9);
  color: #fff;
}
.location-lightbox .wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
}
.location-lightbox .slider-content {
  position: relative;
}
.location-lightbox .content-heading {
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #fff;
  color: #1b54aa;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.location-lightbox .content-text {
  margin-bottom: 0;
  background-color: #1b54aa;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.location-lightbox .slide-image {
  display: block;
  position: relative;
}
.location-lightbox .slide-image .slide-caption {
  display: block;
  position: absolute;
  right: 0;
  bottom: -.5px;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.location-lightbox .slide-video {
  width: 100%;
  height: 100%;
}
.location-lightbox .lightbox-window {
  position: relative;
}
.location-lightbox .swiper-button-prev::after,
.location-lightbox .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/highschool/icon_arrow_left.svg") no-repeat center center/contain;
}
.location-lightbox .swiper-button-prev::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.location-lightbox .popup-icon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.3rem;
  height: 0.3rem;
  background: url("../img/highschool/icon_close.svg") no-repeat center 100%/100%;
  cursor: pointer;
}
.location-lightbox .detail-company {
  font-weight: 700;
}
.location-lightbox .lightbox-detail {
  letter-spacing: 0.05em;
}
.location-lightbox .work-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.location-lightbox .detail-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.location-lightbox .lightbox-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media print, (min-width: 768px) {
  .location-lightbox {
    min-width: 1300px;
  }
  .location-lightbox .popup-light-box-cell {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 928px;
    max-height: 90%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    scrollbar-width: none;
  }
  .location-lightbox .lightbox-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 13px;
  }
  .location-lightbox .slider-swiper {
    width: 544px;
  }
  .location-lightbox .slider-content {
    width: 384px;
    margin-top: 20px;
  }
  .location-lightbox .content-heading {
    top: -20px;
    min-height: 40px;
    padding: 6px 19px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .location-lightbox .content-text {
    height: 343px;
    padding: 48px 30px 20px;
    overflow: auto;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .location-lightbox .swiper {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .location-lightbox .slide-image {
    width: 544px;
    height: 363px;
  }
  .location-lightbox .slide-image .slide-caption {
    min-height: 38px;
    padding: 6px 20px 7px;
    font-size: 0.14rem;
    line-height: 1.75;
  }
  .location-lightbox .swiper-button-prev,
  .location-lightbox .swiper-button-next {
    top: 215px;
    width: 36px;
    height: 38px;
  }
  .location-lightbox .swiper-button-next {
    right: -50px;
  }
  .location-lightbox .swiper-button-prev {
    left: -50px;
  }
  .location-lightbox .lightbox-heading {
    position: relative;
  }
  .location-lightbox .popup-light-box-cell {
    width: 928px;
  }
  .location-lightbox .lightbox-heading {
    height: 30px;
  }
  .location-lightbox .lightbox-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .location-lightbox .detail-company {
    margin-bottom: 16px;
    font-size: 0.26rem;
    line-height: 1.5;
  }
  .location-lightbox .work-label {
    min-width: 120px;
    min-height: 29px;
    margin-right: 10px;
    padding: 5px 7px 4px;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 0.12rem;
    line-height: 1.4;
  }
  .is-mac .location-lightbox .work-label {
    padding-top: 4px;
  }
  .is-tablet .location-lightbox .work-label {
    padding-top: 3px;
  }
  .location-lightbox .work-product {
    font-size: 0.14rem;
    margin-top: 2px;
  }
  .location-lightbox .detail-right,
  .location-lightbox .detail-left {
    width: 50%;
  }
  .location-lightbox .detail-left {
    position: relative;
    padding-right: 6px;
  }
  .location-lightbox .detail-left::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;
  }
  .location-lightbox .detail-right {
    padding-left: 30px;
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .location-lightbox {
    padding: 0.6rem 0 0.7rem;
  }
  .location-lightbox .popup-light-box-cell {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 3.54rem;
    max-height: 90%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    scrollbar-width: none;
  }
  .location-lightbox .lightbox-slider {
    border-radius: 0.2rem;
  }
  .location-lightbox .slide-image {
    width: 100%;
    height: 2.36rem;
    background-color: #1b54aa;
  }
  .location-lightbox .slide-image .slide-caption {
    padding: 0.08rem 0.08rem 0.09rem;
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .location-lightbox .content-heading {
    top: 0;
    min-width: 1.5rem;
    min-height: 0.4rem;
    padding: 0.05rem 0.18rem 0.05rem 0.19rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }
  .location-lightbox .content-text {
    padding: 0.58rem 0.2rem 0.37rem;
    font-size: 0.14rem;
    line-height: 1.8;
  }
  .location-lightbox .detail-company {
    margin-bottom: 0.04rem;
    font-size: 0.18rem;
  }
  .location-lightbox .work-label {
    min-width: 1rem;
    min-height: 0.2rem;
    margin-right: 0.1rem;
    padding: 0.02rem 0.04rem;
    border: 0.01rem solid #fff;
    border-radius: 0.06rem;
    font-size: 0.1rem;
    line-height: 1.4;
  }
  .location-lightbox .work-product {
    font-size: 0.1rem;
    margin-top: .005rem;
  }
  .location-lightbox .detail-left {
    margin-bottom: 0.08rem;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #fff;
  }
  .location-lightbox .detail-right {
    font-size: 0.14rem;
  }
  .location-lightbox .detail-right .is-modify {
    margin-right: -0.1rem;
  }
  .location-lightbox .lightbox-slider {
    margin-bottom: 0.12rem;
    overflow: hidden;
  }
  .location-lightbox .swiper-button-prev,
  .location-lightbox .swiper-button-next {
    top: 1.1rem;
    width: 0.4rem;
    height: 0.38rem;
  }
  .location-lightbox .swiper-button-next {
    right: -0.12rem;
  }
  .location-lightbox .swiper-button-prev {
    left: -0.12rem;
  }
  .location-lightbox .popup-icon-close {
    top: calc(100% + 0.37rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.factory-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, (min-width: 768px) {
  .factory-location {
    position: relative;
    width: 1120px;
    margin: 0 auto 135px;
  }
  .factory-location .location-map {
    position: relative;
    left: -64px;
  }
  .factory-location .mark-item {
    position: absolute;
    width: 20px;
    height: 27px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .factory-location .mark-item svg {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .factory-location .mark-item.is-active {
    -webkit-transform: translateY(-50%) scale(2);
            transform: translateY(-50%) scale(2);
    z-index: 2;
  }
  .factory-location .mark-item.is-active path {
    fill: #d30000;
  }
  .factory-location .mark-item:nth-child(1) {
    top: 514px;
    left: 282px;
  }
  .factory-location .mark-item:nth-child(2) {
    bottom: 189px;
    left: 64px;
  }
  .factory-location .mark-item:nth-child(3) {
    top: 471px;
    left: 445px;
  }
  .factory-location .mark-item:nth-child(4) {
    top: 502px;
    left: 314px;
  }
  .factory-location .mark-item:nth-child(5) {
    top: 429px;
    left: 319px;
  }
  .factory-location .mark-item:nth-child(6) {
    top: 502px;
    left: 399px;
  }
  .factory-location .mark-item:nth-child(7) {
    top: 511px;
    left: 286px;
  }
  .factory-location .mark-item:nth-child(8) {
    top: 463px;
    left: 466px;
  }
  .factory-location .mark-item:nth-child(9) {
    top: 521px;
    left: 266px;
  }
  .factory-location .mark-item:nth-child(10) {
    bottom: 196px;
    left: 70px;
  }
  .factory-location .mark-item:nth-child(11) {
    top: 511px;
    left: 319px;
  }
  .factory-location .mark-item:nth-child(12) {
    bottom: 211px;
    left: 261px;
  }
  .factory-location .mark-item:nth-child(13) {
    top: 389px;
    left: 390px;
  }
  .factory-location .mark-item:nth-child(14) {
    top: 495px;
    left: 328px;
  }
  .factory-location .mark-item:nth-child(15) {
    top: 450px;
    left: 427px;
  }
  .factory-location .location-right {
    margin-top: 86px;
  }
  .factory-location .location-center {
    position: absolute;
    right: 192px;
    bottom: 39px;
  }
  .factory-location .location-center .location-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .factory-location .location-center .location-item {
    margin-right: 10px;
  }
  .factory-location .map-image {
    width: 737px;
  }
}
@media only screen and (max-width: 767.98px) {
  .factory-location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.66rem;
  }
  .factory-location .location-map {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .factory-location .location-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .factory-location .location-center {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .factory-location .location-right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .factory-location .map-image {
    width: 3rem;
    margin: 0 auto 0.2rem;
  }
}

.section-highschool-job {
  position: relative;
  z-index: 1;
}
.section-highschool-job::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: 0;
  background-color: #00a7ff;
}
.section-highschool-job .job-heading,
.section-highschool-job .job-text {
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-highschool-job .job-heading {
  font-weight: 700;
}
.section-highschool-job .job-text .text-underline {
  color: #fff;
  text-decoration: underline;
}
.section-highschool-job .job-text .text-underline:hover {
  text-decoration: none;
}
.section-highschool-job .job-list {
  padding-left: 0;
  list-style-type: none;
}
.section-highschool-job .job-list .job-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.section-highschool-job .job-list .job-content {
  letter-spacing: 0.05em;
}
.section-highschool-job .job-list .job-item-text {
  margin-bottom: 0;
}
.section-highschool-job .job-list .job-item-image {
  position: absolute;
}
.section-highschool-job .job-example {
  position: relative;
}
.section-highschool-job .example-heading {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #00a7ff;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-highschool-job .example-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-highschool-job .example-list .example-caption {
  display: block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-highschool-job {
    padding: 70px 0 120px;
  }
  .section-highschool-job::before {
    right: 30px;
    left: 30px;
  }
  .section-highschool-job .wrapper {
    padding-top: 124px;
  }
  .section-highschool-job .job-heading {
    margin-bottom: 6px;
    font-size: 0.24rem;
    line-height: 2;
  }
  .section-highschool-job .job-text {
    margin-bottom: 52px;
    font-size: 0.14rem;
    line-height: 2.5714285714;
  }
  .section-highschool-job .job-text .text-underline {
    text-underline-offset: 2px;
  }
  .section-highschool-job .job-list {
    margin-bottom: 76px;
  }
  .section-highschool-job .job-list .job-item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 342px;
    margin-bottom: 60px;
  }
  .section-highschool-job .job-list .job-item:last-child {
    margin-bottom: 0;
  }
  .section-highschool-job .job-list .job-item.is-reverse .job-item-image {
    right: unset;
    left: 0;
  }
  .section-highschool-job .job-list .job-item.is-reverse .job-content {
    padding-right: 64px;
    padding-left: 512px;
  }
  .section-highschool-job .job-list .job-item.is-reverse .job-item-image {
    border-top-left-radius: 0;
    border-top-right-radius: 40px;
  }
  .section-highschool-job .job-list .job-item-image {
    right: 0;
    width: calc(50% - 112px);
    height: 342px;
    overflow: hidden;
    border-top-left-radius: 40px;
  }
  .section-highschool-job .job-list .job-content {
    width: 1120px;
    margin: 0 auto;
    padding: 35px 470px 60px 64px;
    border-radius: 40px;
    background-color: #fff;
  }
  .section-highschool-job .job-list .job-item-title {
    margin-bottom: 19px;
    font-size: 0.26rem;
    line-height: 1.6;
  }
  .section-highschool-job .job-list .job-item-title .title-small {
    font-size: 0.18rem;
  }
  .section-highschool-job .job-list .job-item-text {
    font-size: 0.16rem;
    line-height: 2;
  }
  .section-highschool-job .example-list {
    padding: 63px 63px 8px;
  }
  .section-highschool-job .example-list .example-item {
    width: 224px;
    margin-right: 32px;
    margin-bottom: 20px;
  }
  .section-highschool-job .example-list .example-item:nth-child(4n) {
    margin-right: 0;
  }
  .section-highschool-job .example-list .example-image {
    margin-bottom: 7px;
    overflow: hidden;
    border-radius: 20px;
  }
  .section-highschool-job .example-list .example-caption {
    font-size: 0.16rem;
  }
  .section-highschool-job .example-heading {
    top: -19px;
    min-width: 3.52rem;
    font-size: 0.2rem;
  }
  .section-highschool-job .job-example {
    width: 1120px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-highschool-job {
    padding: .4rem 0;
  }
  .section-highschool-job::before {
    right: 0.1rem;
    left: 0.1rem;
  }
  .section-highschool-job .wrapper {
    padding-top: 1.1rem;
  }
  .section-highschool-job .job-heading {
    margin-bottom: 0.27rem;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .section-highschool-job .job-text {
    margin-bottom: 0.39rem;
    font-size: 0.1rem;
    line-height: 1.8;
  }
  .section-highschool-job .job-text .text-underline {
    text-underline-offset: 0.02rem;
  }
  .section-highschool-job .job-list {
    margin-bottom: 0.53rem;
  }
  .section-highschool-job .job-list .job-item {
    margin-bottom: 0.37rem;
    padding-left: 0.18rem;
  }
  .section-highschool-job .job-list .job-item:last-child {
    margin-bottom: 0;
  }
  .section-highschool-job .job-list .job-item-title {
    width: 1.83rem;
    margin-bottom: 0.18rem;
    padding: 0.22rem 0.1rem 0.23rem;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    background-color: #fff;
    font-size: 0.2rem;
    text-align: center;
  }
  .section-highschool-job .job-list .job-item-title .title-small {
    font-size: 0.12rem;
  }
  .section-highschool-job .job-list .job-item-image {
    top: 0;
    right: 0;
    width: 1.9rem;
    height: 1.4rem;
    overflow: hidden;
    border-top-left-radius: 0.2rem;
  }
  .section-highschool-job .job-list .job-content {
    padding-top: 0.6rem;
  }
  .section-highschool-job .job-list .job-item-text {
    padding: 0 0.26rem 0 0.1rem;
    color: #fff;
    font-size: 0.14rem;
    line-height: 1.75;
  }
  .section-highschool-job .job-list .job-item.is-reverse {
    padding-right: 0.16rem;
  }
  .section-highschool-job .job-list .job-item.is-reverse .job-item-image {
    right: unset;
    left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0.2rem;
  }
  .section-highschool-job .job-list .job-item.is-reverse .job-item-title {
    margin-right: 0.04rem;
    margin-left: auto;
    border-radius: 0 0.2rem 0.2rem 0;
  }
  .section-highschool-job .job-list .job-item.is-reverse .job-item-text {
    padding-right: 0.2rem;
  }
  .section-highschool-job .job-example {
    width: 3.52rem;
    margin: 0 auto;
    padding: 0.35rem 0 0.14rem;
    border: 0.01rem solid #fff;
    border-radius: 0.2rem;
  }
  .section-highschool-job .example-heading {
    top: -0.17rem;
    min-width: 2.6rem;
    font-size: 0.18rem;
    line-height: 1.7;
  }
  .section-highschool-job .example-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-highschool-job .example-list .example-item {
    width: 1.62rem;
    margin-right: 0.1rem;
    margin-bottom: 0.16rem;
  }
  .section-highschool-job .example-list .example-item:nth-child(2n) {
    margin-right: 0;
  }
  .section-highschool-job .example-list .example-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .section-highschool-job .example-list .example-image {
    margin-bottom: 0.04rem;
    overflow: hidden;
    border-radius: 0.1rem;
  }
  .section-highschool-job .example-list .example-caption {
    font-size: 0.14rem;
  }
}

.section-highschool-values {
  position: relative;
  z-index: 1;
}
.section-highschool-values::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  background-color: #00a7ff;
}
.section-highschool-values .values-image {
  position: absolute;
  right: 0;
}
.section-highschool-values .values-intro {
  position: relative;
}
.section-highschool-values .values-text {
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section-highschool-values .values-list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
@media print, (min-width: 768px) {
  .section-highschool-values {
    padding-top: 70px;
  }
  .section-highschool-values::before {
    right: 30px;
    bottom: 235px;
    left: 30px;
  }
  .section-highschool-values .wrapper {
    max-width: 678px;
  }
  .section-highschool-values .values-image {
    width: calc(50% + 400px);
    height: 688px;
  }
  .section-highschool-values .values-intro {
    padding-top: 25px;
  }
  .section-highschool-values .values-text {
    padding-top: 119px;
    font-size: 0.18rem;
    line-height: 2;
  }
  .section-highschool-values .values-list-image li {
    width: 544px;
    margin-right: 32px;
    overflow: hidden;
    border-radius: 40px;
  }
  .section-highschool-values .values-list-image li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .section-highschool-values .values-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 217px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-highschool-values {
    padding: 0.4rem 0;
  }
  .section-highschool-values::before {
    right: 0.1rem;
    bottom: 1.6rem;
    left: 0.1rem;
  }
  .section-highschool-values .values-text {
    padding: 0.66rem 0.32rem;
    font-size: 0.16rem;
    line-height: 2;
  }
  .section-highschool-values .values-image {
    width: 3.7rem;
    height: 6.8rem;
  }
  .section-highschool-values .values-intro {
    margin-top: 0.4rem;
  }
  .section-highschool-values .values-wrapper {
    margin-top: 1.12rem;
  }
  .section-highschool-values .values-list-image li {
    width: 1.81rem;
    margin-right: 0.1rem;
    overflow: hidden;
    border-radius: 0.2rem;
  }
  .section-highschool-values .values-list-image li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.section-highschool-location .location-title {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.section-highschool-location .location-table th,
.section-highschool-location .location-table td {
  border: 1px solid #1b54aa;
}
.section-highschool-location .location-table thead {
  background-color: rgba(27, 84, 170, 0.1);
}
.section-highschool-location .location-table thead th {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-highschool-location .location-table tbody th {
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .section-highschool-location {
    padding: 93px 0 100px;
  }
  .section-highschool-location .location-title {
    margin-bottom: 35px;
    font-size: 0.24rem;
  }
  .section-highschool-location .location-table {
    width: 736px;
    margin: 0 auto;
    font-size: 0.14rem;
    letter-spacing: 0.05em;
    line-height: 2.2857142857;
  }
  .section-highschool-location .location-table thead th {
    padding: 7px 20px;
    font-size: 0.16rem;
  }
  .section-highschool-location .location-table thead th:first-child {
    width: 192px;
  }
  .section-highschool-location .location-table thead th:nth-child(2) {
    width: 159px;
  }
  .section-highschool-location .location-table tbody th,
  .section-highschool-location .location-table tbody td {
    padding: 9px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-highschool-location {
    padding: 0.15rem 0 0.46rem;
  }
  .section-highschool-location .location-title {
    margin-bottom: 0.25rem;
    font-size: 0.2rem;
  }
  .section-highschool-location .location-table {
    font-size: 0.09rem;
  }
  .section-highschool-location .location-table td,
  .section-highschool-location .location-table th {
    padding: 0.09rem 0.05rem 0.08rem 0.04rem;
    line-height: 1.5;
  }
  .section-highschool-location .location-table thead th {
    padding: 0.06rem 0.1rem;
    font-size: 0.12rem;
  }
  .section-highschool-location .location-table thead th:first-child {
    width: 1rem;
  }
  .section-highschool-location .location-table thead th:nth-child(2) {
    width: 0.52rem;
  }
  .section-highschool-location .location-table tbody td:nth-child(2) {
    text-align: right;
  }
}

@media print, (min-width: 768px) {
  html.has-menu {
    overflow-y: hidden;
  }
}