@charset "UTF-8";

@use autoprefixer {
  remove: false;
  grid: true;
  browsers: "> 5%";
}

.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.forPcBlock {
  display: none;
}

@media (min-width: 640px) {
  .forPcBlock {
    display: block;
  }
}

.forSpBlock {
  display: block;
}

@media (min-width: 640px) {
  .forSpBlock {
    display: none;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contents {
  font-size: 4.26667vw;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

@media (min-width: 640px) {
  .contents {
    font-size: 16px;
  }
}

@media (min-width: 640px) {
  .contents {
    margin: 50px auto;
  }

  #R-BodyMain .contents {
    width: 1024px;
  }
}

.contents a {
  color: #000000;
}

@media (min-width: 640px) {
  .contents a img {
    filter: brightness(90%);
  }
}

.contents a:hover img {
  opacity: 1;
  filter: brightness(100%);
}

.contents p:last-child {
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .footer .copyright {
    padding-bottom: 18.66667vw;
  }
}

.delighter {
  transition: all .5s ease-out;
  opacity: 0;
}

.delighter.started {
  opacity: 1;
}

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 639px) {

  .contents h1.sp-center,
  .contents h2.sp-center,
  .contents h3.sp-center,
  .contents h4.sp-center,
  .contents h5.sp-center,
  .contents h6.sp-center {
    text-align: center;
  }
}

.contents h1.heading {
  font-size: 6.93333vw;
}

@media (min-width: 640px) {
  .contents h1.heading {
    font-size: 38px;
  }
}

.contents h2.heading {
  font-size: 6.93333vw;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8vw;
}

@media (min-width: 640px) {
  .contents h2.heading {
    font-size: 38px;
  }
}

@media (min-width: 640px) {
  .contents h2.heading {
    margin-bottom: 50px;
  }
}

.contents h2.heading span {
  position: relative;
  display: block;
  font-size: 3.2vw;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 1.33333vw;
}

@media (min-width: 640px) {
  .contents h2.heading span {
    font-size: 12px;
  }
}

@media (min-width: 640px) {
  .contents h2.heading span {
    margin-top: 5px;
  }
}

.contents h2.heading span::before,
.contents h2.heading span::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1em;
  border-top: 1px solid #707070;
  transform: translateY(60%);
}

.contents h2.heading span::before {
  margin-right: 1em;
}

.contents h2.heading span::after {
  margin-left: 1em;
}

.contents h3.heading {
  font-size: 5.86667vw;
  border-top: 3px solid #31A1F2;
  background-color: #F2F2F2;
  padding: 4vw 4.26667vw 3.73333vw;
}

@media (min-width: 640px) {
  .contents h3.heading {
    font-size: 22px;
  }
}

@media (min-width: 640px) {
  .contents h3.heading {
    padding: 15px 16px 14px;
  }
}

.contents h4.heading {
  font-size: 5.33333vw;
  border-left: 3px solid #31A1F2;
  background-color: #F2F2F2;
  padding: 2.4vw 4vw 2.13333vw;
  margin: 0 0 6.66667vw 0;
}

@media (min-width: 640px) {
  .contents h4.heading {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
  .contents h4.heading {
    padding: 9px 15px 8px;
    margin: 0 -15px 25px -15px;
  }
}

.contents h4.heading span {
  display: block;
  font-size: 3.73333vw;
  font-weight: normal;
  margin-top: 0.53333vw;
}

@media (min-width: 640px) {
  .contents h4.heading span {
    font-size: 14px;
  }
}

@media (min-width: 640px) {
  .contents h4.heading span {
    margin-top: 4px;
  }
}

.contents h4.heading.senmon {
  padding: 3.2vw 4vw;
}

@media (min-width: 640px) {
  .contents h4.heading.senmon {
    padding: 12px 15px;
  }
}

.contents h5.heading {
  font-size: 5.33333vw;
  padding-bottom: 3.2vw;
  margin-bottom: 6.66667vw;
  border-bottom: 1px solid #CCCCCC;
}

@media (min-width: 640px) {
  .contents h5.heading {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
  .contents h5.heading {
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
}

.contents h5.heading::before {
  content: '■';
}

.contents h6.heading {
  font-size: 4.26667vw;
}

@media (min-width: 640px) {
  .contents h6.heading {
    font-size: 16px;
  }
}

h2.heading+section.section-box .inner-box:first-child section:first-child h4.heading.senmon {
  margin-top: -6.66667vw;
}

@media (min-width: 640px) {
  h2.heading+section.section-box .inner-box:first-child section:first-child h4.heading.senmon {
    margin-top: -25px;
  }
}

.button-box {
  text-align: center;
}

.button {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 4.26667vw 4vw 3.73333vw 4vw;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #D9D9D9;
  background: #FFF;
  color: #000000;
  line-height: 1;
  transition: all 0.2s;
}

@media (min-width: 640px) {
  .button {
    padding: 15px 14px 13px 14px;
  }
}

.button:hover {
  text-decoration: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.button:active,
.button:focus {
  text-decoration: none;
}

.button::after,
.button::before {
  display: inline-block;
  color: #31A1F2;
  font-size: 1.1em;
  transform: translateY(0.1em);
}

.button::before {
  margin-right: 10px;
}

.button::after {
  margin-left: 10px;
}

.button.sizeL {
  width: 91.46667vw;
  font-size: 4.8vw;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%) 0% 0% no-repeat padding-box;
  border-radius: 100px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  border: none;
}

@media (min-width: 640px) {
  .button.sizeL {
    font-size: 18px;
  }
}

.edge .button.sizeL,
.ie_11 .button.sizeL {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

@media (min-width: 640px) {
  .button.sizeL {
    width: 343px;
  }
}

.mac.firefox .button.sizeL::before {
  transform: translateY(-10%);
}

.android.chrome .button.sizeL::before {
  transform: translateY(-10%);
}

.button.sizeL:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.edge .button.sizeL:hover,
.ie_11 .button.sizeL:hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
}

.button.sizeL.mark-gallery::before {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.button.sizeL.mark-pamph::before {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.button.sizeL.mark-campus::before {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.win.firefox .button.sizeL.mark-campus::before {
  transform: translateY(-5%);
}

.button.sizeL.mark-examination::before {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.button.sizeL.mark-gakubu::before {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.button.sizeL.mark-news::before {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-size: 1.2em;
}

.button.sizeL.mark-employment::before {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.button.sizeS {
  width: 42.66667vw;
  padding: 3.2vw 2.66667vw 2.4vw 2.66667vw;
}

@media (min-width: 640px) {
  .button.sizeS {
    width: 200px;
    padding: 12px 10px 9px;
  }
}

.button.sizeS.mark-map::before {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-size: 1.2em;
}

.mac.firefox .button.sizeS.mark-map::before {
  transform: translateY(-15%);
}

.safari .button.sizeS.mark-map::before {
  transform: translateY(-2%);
}

.android.chrome .button.sizeS.mark-map::before {
  transform: translateY(-15%);
}

.button.sizeS.mark-look::before {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-size: 1.2em;
}

.mac.firefox .button.sizeS.mark-look::before {
  transform: translateY(-15%);
}

.android.chrome .button.sizeS.mark-look::before {
  transform: translateY(-15%);
}

.button.sizeM {
  position: relative;
  width: 91.46667vw;
}

@media (min-width: 640px) {
  .button.sizeM {
    width: 343px;
  }
}

.button.sizeM.mark-blank::after {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 4vw;
  color: #31A1F2;
  transform: translateY(-40%);
  text-align: right;
}

.mac.firefox .button.sizeM.mark-blank::after {
  transform: translateY(-52%);
}

.ie_11 .button.sizeM.mark-blank::after,
.edge .button.sizeM.mark-blank::after {
  transform: translateY(-35%);
}

.android.chrome .button.sizeM.mark-blank::after {
  transform: translateY(-50%);
}

@media (min-width: 640px) {
  .button.sizeM.mark-blank::after {
    right: 15px;
  }
}

.button.sizeM.mark-under::after {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-weight: bold;
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 4vw;
  color: #31A1F2;
  transform: translateY(-40%);
  font-size: 1.25em;
  text-align: right;
}

.mac.firefox .button.sizeM.mark-under::after {
  transform: translateY(-52%);
}

@media (min-width: 640px) {
  .button.sizeM.mark-under::after {
    right: 15px;
  }
}

.button.go-more {
  position: relative;
  width: 42.66667vw;
  padding: 2.66667vw;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 0px #D9D9D9;
}

@media (min-width: 640px) {
  .button.go-more {
    width: 180px;
    padding: 10px;
  }

  .ie_11 .button.go-more {
    line-height: 1;
    padding: 13px 10px 8px 10px;
  }
}

.button.go-more:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.button.go-more::after {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-size: 1.3em;
  font-weight: bold;
  color: #CCC;
  position: absolute;
  right: 3.46667vw;
  top: 50%;
  transform: translateY(-40%);
}

.mac.firefox .button.go-more::after {
  transform: translateY(-52%);
}

.ie_11 .button.go-more::after {
  transform: translateY(-35%);
}

.android.chrome .button.go-more::after {
  transform: translateY(-50%);
}

@media (min-width: 640px) {
  .button.go-more::after {
    right: 13px;
  }
}

.header-school {
  padding: 0 4vw 5.33333vw;
}

@media (min-width: 640px) {
  .header-school {
    padding: 0;
    margin-bottom: 25px;
  }
}

.header-school .attribute {
  font-size: 3.73333vw;
  line-height: 1.5;
  margin-bottom: 2.66667vw;
}

@media (min-width: 640px) {
  .header-school .attribute {
    font-size: 14px;
  }
}

@media (min-width: 640px) {
  .header-school .attribute {
    margin-bottom: 15px;
  }
}

.header-school .attribute span {
  display: inline-block;
  background-color: #E6F6FF;
  border: 1px solid #0FA2EF;
  padding: 0 5px;
  margin-right: 5px;
}

.ie_11 .header-school .attribute span {
  line-height: 1;
  padding: 5px 5px 0;
}

.header-school .attribute span.girl-school {
  font-weight: bold;
  color: #FFF;
  border-color: #F27979;
  background-color: #F27979;
}

.header-school .attribute span.boy-school {
  font-weight: bold;
  color: #FFF;
  border-color: #41A6D9;
  background-color: #41A6D9;
}

.header-school .attribute span.senmon-school {
  border-color: #F29100;
  background-color: #FFF3E0;
}

.header-school h1 {
  margin-top: 0;
  margin-bottom: 3.73333vw;
}

@media (min-width: 640px) {
  .header-school h1 {
    margin-bottom: 16px;
  }
}

.header-school h1 .ruby {
  display: block;
  font-weight: normal;
  margin-top: 0.8vw;
  font-size: 3.2vw;
}

@media (min-width: 640px) {
  .header-school h1 .ruby {
    margin-top: 5px;
  }
}

@media (min-width: 640px) {
  .header-school h1 .ruby {
    font-size: 12px;
  }
}

.header-school .notes {
  font-size: 3.73333vw;
  margin-bottom: 4vw;
}

@media (min-width: 640px) {
  .header-school .notes {
    font-size: 14px;
  }
}

@media (min-width: 640px) {
  .header-school .notes {
    margin-bottom: 20px;
  }
}

.header-school .menu-school input {
  display: none;
}

@media (max-width: 639px) {
  .header-school .menu-school {
    margin-bottom: 3.2vw;
  }

  .header-school .menu-school label.button {
    cursor: pointer;
    padding: 3.46667vw;
    letter-spacing: 0.2em;
    width: 100%;
    margin: 0;
    z-index: 2;
  }

  .header-school .menu-school label.button:hover {
    box-shadow: 0px 2px 0px #D9D9D9;
  }

  .header-school .menu-school ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-top: 1px solid #D9D9D9;
    border-left: 1px solid #CCCCCC;
    outline: 1px solid #D9D9D9;
    outline-offset: -1px;
    margin-top: -1px;
    border-width: 0;
    transition: all 0.2s;
  }

  .header-school .menu-school ul li {
    display: block;
    width: 50%;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
    opacity: 0;
    transition: all 0.2s;
  }

  .header-school .menu-school #menu-open+label {
    box-shadow: 0px 2px 0px #D9D9D9;
  }

  .header-school .menu-school #menu-open:checked+label {
    box-shadow: 0px 0px 0px #D9D9D9;
    border-radius: 5px 5px 0 0;
  }

  .header-school .menu-school #menu-open:checked+label::after {
    content: '\f10a';
  }

  .header-school .menu-school #menu-open:checked+label+ul {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-top: 1px solid #D9D9D9;
    border-left: 1px solid #CCCCCC;
    outline: 1px solid #D9D9D9;
    outline-offset: -1px;
    margin-top: -1px;
  }

  .header-school .menu-school #menu-open:checked+label+ul li {
    display: block;
    width: 50%;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 1.5;
    opacity: 1;
  }

  .header-school .menu-school #menu-open:checked+label+ul li a {
    display: block;
    padding: 3.2vw 4.26667vw;
    text-decoration: none;
  }
}

@media (min-width: 640px) {
  .header-school .menu-school {
    background-color: #E6F6FF;
    border-radius: 10px;
    padding: 15px 20px 5px;
    margin-bottom: 50px;
  }

  .header-school .menu-school label.button {
    display: none;
  }

  .ie_11 .header-school .menu-school {
    padding: 20px 20px 2px;
  }

  .header-school .menu-school li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
  }

  .header-school .menu-school li a {
    font-weight: bold;
  }

  .header-school .menu-school li a::before {
    display: inline-block;
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    color: #31A1F2;
    margin-right: 9px;
    transform: translateY(0.1em);
    text-decoration: none;
  }

  .mac.firefox .header-school .menu-school li a::before {
    transform: translateY(-10%);
  }

  .safari .header-school .menu-school li a::before {
    transform: translateY(0);
  }

  .header-school .menu-school li a.current {
    color: #999;
  }

  .header-school .menu-school li a.current::before {
    color: #999;
  }
}

.menu-anchor li a,
a.text-link-anchor {
  font-weight: bold;
}

.menu-anchor li a::before,
a.text-link-anchor::before {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  color: #31A1F2;
  margin-right: 9px;
}

.mac.firefox .menu-anchor li a::before,
.mac.firefox a.text-link-anchor::before {
  transform: translateY(-15%);
}

.win.firefox .menu-anchor li a::before,
.win.firefox a.text-link-anchor::before {
  transform: translateY(5%);
}

.safari .menu-anchor li a::before,
.safari a.text-link-anchor::before {
  transform: translateY(2%);
}

.android.chrome .menu-anchor li a::before,
.android.chrome a.text-link-anchor::before {
  transform: translateY(-5%);
}

.edge .menu-anchor li a,
.edge a.text-link-anchor {
  transform: translateY(-10%);
}

.recent-check-box li a,
.section-nav li a,
.news-list dd a,
a.text-link01 {
  font-weight: bold;
}

.recent-check-box li a::before,
.section-nav li a::before,
.news-list dd a::before,
a.text-link01::before {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  color: #31A1F2;
  margin-right: 9px;
  text-decoration: none;
  transform: translateY(0.1em);
}

.mac.firefox .recent-check-box li a::before,
.mac.firefox .section-nav li a::before,
.mac.firefox .news-list dd a::before,
.mac.firefox a.text-link01::before {
  transform: translateY(-15%);
}

.win.firefox .recent-check-box li a::before,
.win.firefox .section-nav li a::before,
.win.firefox .news-list dd a::before,
.win.firefox a.text-link01::before {
  transform: translateY(0);
}

.safari .recent-check-box li a::before,
.safari .section-nav li a::before,
.safari .news-list dd a::before,
.safari a.text-link01::before {
  transform: translateY(2%);
}

.android.chrome .recent-check-box li a::before,
.android.chrome .section-nav li a::before,
.android.chrome .news-list dd a::before,
.android.chrome a.text-link01::before {
  transform: translateY(-10%);
}

.text-link02 {
  font-weight: bold;
}

.text-link02::after {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  color: #31A1F2;
  margin-left: 9px;
  font-weight: bold;
  font-size: 1.2em;
}

.mac.firefox .text-link02::after {
  transform: translateY(-15%);
}

.android.chrome .text-link02::after {
  transform: translateY(-15%);
}

.data-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6.66667vw;
}

@media (min-width: 640px) {
  .data-list {
    margin-bottom: 25px;
  }
}

.data-list:last-child {
  margin-bottom: 0;
}

.data-list dt {
  display: block;
  font-weight: bold;
  width: 30.93333vw;
  margin-bottom: 4vw;
  padding-bottom: 4vw;
  border-bottom: 1px dashed #CCCCCC;
}

@media (min-width: 640px) {
  .data-list dt {
    width: 235px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 639px) {
  .data-list dt.wrap {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 1.33333vw;
  }
}

.data-list dt:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.data-list dd {
  display: block;
  width: calc(100% - (116/375)*100vw);
  margin-bottom: 4vw;
  padding-bottom: 4vw;
  border-bottom: 1px dashed #CCCCCC;
}

@media (min-width: 640px) {
  .data-list dd {
    width: calc(100% - 235px);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 639px) {
  .data-list dd.wrap {
    width: 100%;
    padding-top: 0;
  }
}

.data-list dd:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

ul.list-dot li {
  display: list-item;
  list-style: disc;
  margin-left: 1.5em;
}

.menu-anchor ul {
  display: flex;
}

@media (min-width: 640px) {
  .menu-anchor ul {
    display: block;
  }
}

.menu-anchor ul li {
  width: 50%;
}

@media (min-width: 640px) {
  .menu-anchor ul li {
    width: auto;
    display: inline-block;
    margin-right: 40px;
  }
}

@media (max-width: 639px) {
  .nav-sticky {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }

  .nav-sticky ul {
    display: flex;
    align-content: center;
    align-self: center;
    background-color: #fff;
  }

  .nav-sticky ul li {
    display: flex;
    align-items: center;
    vertical-align: middle;
    width: 100%;
    min-height: 17.06667vw;
    box-sizing: border-box;
  }

  .nav-sticky ul li:nth-child(2) {
    border-left: 1px solid #000;
  }

  .nav-sticky ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    padding: 2.66667vw;
    font-size: 4.8vw;
  }

  .nav-sticky ul li a span {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .nav-sticky ul li.nav-sticky-line {
    background: transparent linear-gradient(180deg, rgba(0, 185, 0, 0.7) 0%, #00b900 100%) 0% 0% no-repeat padding-box;
    border-bottom: 1.06667vw solid #008000;
  }

  .nav-sticky ul li.nav-sticky-campus {
    background: #30A1F2;
    background: transparent linear-gradient(180deg, rgba(48, 161, 242, 0.7) 0%, #30a1f2 100%) 0% 0% no-repeat padding-box;
    border-bottom: 4px solid #216EA6;
  }

  .nav-sticky ul li.nav-sticky-pamph {
    background: transparent linear-gradient(180deg, rgba(255, 128, 0, 0.7) 0%, #ff8000 100%) 0% 0% no-repeat padding-box;
    border-bottom: 4px solid #994D00;
  }
}

@media (min-width: 640px) {
  .nav-sticky {
    display: block;
    position: fixed;
    top: 190px;
    right: 0;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  }

  .nav-sticky li {
    display: block;
    width: 53px;
    margin-left: auto;
  }

  .nav-sticky li a {
    display: block;
    padding: 16px;
    color: #FFF;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    transition: 0.25s;
  }

  .nav-sticky li a span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    max-height: calc(100% - 20px);
  }

  .ie_11 .nav-sticky li a span {
    margin-left: -0.3em;
  }

  .nav-sticky li a:hover {
    text-decoration: none;
  }

  .nav-sticky li.nav-sticky-pamph {
    position: relative;
    border-bottom: 1px solid #FFF;
  }

  .nav-sticky li.nav-sticky-pamph a {
    border-radius: 10px 0px 0px 0px;
    background: transparent linear-gradient(270deg, #FF9933 0%, #FF8000 40%, #FF8040 60%, #FF5500 100%) 0% 0% no-repeat padding-box;
    background-size: 130px 100%;
    background-position: -77px 100%;
    max-height: 188px;
  }

  .nav-sticky li.nav-sticky-pamph a::before {
    display: inline-block;
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-bottom: 5px;
    vertical-align: baseline;
  }

  .safari .nav-sticky li.nav-sticky-pamph a::before {
    vertical-align: text-bottom;
  }

  .nav-sticky li.nav-sticky-pamph a:hover {
    background-position: 0 100%;
  }

  .nav-sticky li.nav-sticky-pamph::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }

  .nav-sticky li.nav-sticky-campus a {
    border-radius: 0px 0px 0px 10px;
    background: transparent linear-gradient(270deg, #4DB5FF 0%, #31A1F2 40%, #5990FF 60%, #3071F2 100%) 0% 0% no-repeat padding-box;
    background-size: 130px 100%;
    background-position: -77px 100%;
    max-height: 262px;
  }

  .nav-sticky li.nav-sticky-campus a::before {
    display: inline-block;
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-bottom: 8px;
    vertical-align: baseline;
  }

  .safari .nav-sticky li.nav-sticky-campus a::before {
    vertical-align: text-bottom;
  }

  .nav-sticky li.nav-sticky-campus a:hover {
    background-position: 0 100%;
  }

  .nav-sticky li.nav-sticky-line {
    display: block;
    border-bottom: 1px solid #fff;
  }

  .nav-sticky li.nav-sticky-line:last-child {
    border-bottom: none;
  }

  .nav-sticky li.nav-sticky-line a {

    background: transparent linear-gradient(270deg, #00b900 0%, #01a501 40%, #01a501 60%, #088808 100%) 0% 0% no-repeat padding-box;
    background-size: 130px 100%;
    background-position: -77px 100%;
    max-height: 262px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-sticky li.nav-sticky-line:first-child a {
    border-top-left-radius: 10px;
  }

  .nav-sticky li.nav-sticky-line:last-child a {
    border-bottom-left-radius: 10px;
  }

  .nav-sticky li.nav-sticky-line a::before {
    display: inline-block;
    content: "\f514";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-bottom: 8px;
    vertical-align: baseline;
  }

  .nav-sticky li.nav-sticky-line.line-campus a::before {
    content: "\f549";
  }

  .safari .nav-sticky li.nav-sticky-line a::before {
    vertical-align: text-bottom;
  }

  .nav-sticky li.nav-sticky-line a:hover {
    background-position: 0 100%;
  }
}

.contents .inner-box {
  padding: 6.66667vw 4.26667vw 10.66667vw 4.26667vw;
}

@media (min-width: 640px) {
  .contents .inner-box {
    padding: 25px 30px 50px 30px;
  }
}

.contents .inner-box .inner-box {
  padding: 0 0 9.33333vw 0;
}

@media (min-width: 640px) {
  .contents .inner-box .inner-box {
    padding: 0 0 50px 0;
  }
}

h3.heading+.inner-box>section:first-child>h4.heading:first-child {
  margin-top: 4vw;
}

@media (min-width: 640px) {
  h3.heading+.inner-box>section:first-child>h4.heading:first-child {
    margin-top: 25px;
  }
}

@media (max-width: 639px) {
  .contents section>h4.heading {
    margin-left: -4.26667vw;
    margin-right: -4.26667vw;
  }
}

.remarks {
  background-color: #FAF6ED;
  border-radius: 5px;
  padding: 4vw 5.33333vw;
}

@media (min-width: 640px) {
  .remarks {
    padding: 15px 20px;
  }
}

.remarks.gray {
  background-color: #F2F2F2;
  border-radius: 0;
}

.remarks+.remarks {
  margin-top: 8vw;
}

@media (min-width: 640px) {
  .remarks+.remarks {
    margin-top: 30px;
  }
}

.button-box+.remarks {
  margin-top: 8vw;
}

@media (min-width: 640px) {
  .button-box+.remarks {
    margin-top: 40px;
  }
}

.contents .section-box:nth-last-child(3)>.inner-box:last-child {
  padding-bottom: 0;
}

.contents .section-box>.inner-box>section:last-child>.inner-box:last-child {
  padding-bottom: 0;
}

.section-box+.section-box>.inner-box>.remarks.gray:first-child {
  margin-top: -9.33333vw;
}

@media (min-width: 640px) {
  .section-box+.section-box>.inner-box>.remarks.gray:first-child {
    margin-top: -35px;
  }
}

.hidden-area .inner-box:last-child {
  padding-bottom: 0;
}

.button-box+.heading {
  margin-top: 10.66667vw;
}

@media (min-width: 640px) {
  .button-box+.heading {
    margin-top: 50px;
  }
}

.button-box+.button-box {
  margin-top: 8vw;
}

@media (min-width: 640px) {
  .button-box+.button-box {
    margin-top: 28px;
  }
}

.hidden-area+.button-box {
  margin-top: -2.66667vw;
}

@media (min-width: 640px) {
  .hidden-area+.button-box {
    margin-top: -25px;
  }
}

.hidden-area.visible+.button-box {
  margin-top: 8vw;
}

@media (min-width: 640px) {
  .hidden-area.visible+.button-box {
    margin-top: 30px;
  }
}

.gallery-index.hidden-area+.button-box {
  margin-top: 12vw;
}

@media (min-width: 640px) {
  .gallery-index.hidden-area+.button-box {
    margin-top: 30px;
  }
}

.hidden-area {
  display: none;
}

.hidden-area.visible {
  display: block;
}

.pagetop {
  text-align: right;
  font-weight: bold;
  margin: 8vw 4.26667vw 0;
}

@media (min-width: 640px) {
  .pagetop {
    margin: 50px 0 0;
  }
}

.pagetop a {
  color: #000;
}

.pagetop a::after {
  display: inline-block;
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-left: 0.7em;
  color: #31A1F2;
  font-size: 1.1em;
}

.mac.firefox .pagetop a::after {
  transform: translateY(-15%);
}

.pb0 {
  padding-bottom: 0;
}

.pt10 {
  padding-top: 2.66667vw;
}

@media (min-width: 640px) {
  .pt10 {
    padding-top: 10px;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/school/icomoon.eot?emnkvf");
  src: url("../../fonts/school/icomoon.eot?emnkvf#iefix") format("embedded-opentype"), url("../../fonts/school/icomoon.ttf?emnkvf") format("truetype"), url("../../fonts/school/icomoon.woff?emnkvf") format("woff"), url("../../fonts/school/icomoon.svg?emnkvf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search1:before {
  content: "¥e900";
}

.icon-minus1:before {
  content: "¥e903";
}

.icon-plus1:before {
  content: "¥e904";
}

.icon-amazon:before {
  content: "¥ea87";
}

.icon-google-plus:before {
  content: "¥ea8b";
}

.icon-instagram1:before {
  content: "¥ea92";
}

.icon-youtube:before {
  content: "¥ea9d";
}

.icon-vimeo:before {
  content: "¥eaa0";
}

.icon-behance:before {
  content: "¥eaa8";
}

.icon-blogger:before {
  content: "¥eab7";
}

.icon-tumblr:before {
  content: "¥eab9";
}

.icon-reddit:before {
  content: "¥eac6";
}

.icon-linkedin:before {
  content: "¥eaca";
}

.icon-pinterest:before {
  content: "¥ead2";
}

.icon-search2:before {
  content: "¥f003";
}

.icon-download:before {
  content: "¥f019";
}

.icon-point:before {
  content: "¥f041";
}

.icon-twitter1:before {
  content: "¥f09a";
}

.icon-facebook:before {
  content: "¥f09b";
}

.icon-mail:before {
  content: "¥f0e0";
}

.icon-left:before {
  content: "¥f108";
}

.icon-right:before {
  content: "¥f109";
}

.icon-up:before {
  content: "¥f10a";
}

.icon-down:before {
  content: "¥f10b";
}

.icon-fax:before {
  content: "¥f1ac";
}

.icon-search:before {
  content: "¥f002";
}

.icon-search-plus:before {
  content: "¥f00e";
}

.icon-search-minus:before {
  content: "¥f010";
}

.icon-home:before {
  content: "¥f015";
}

.icon-arrow-left:before {
  content: "¥f060";
}

.icon-arrow-right:before {
  content: "¥f061";
}

.icon-arrow-up:before {
  content: "¥f062";
}

.icon-arrow-down:before {
  content: "¥f063";
}

.icon-sort:before {
  content: "¥f0dc";
}

.icon-sort-down:before {
  content: "¥f0dd";
}

.icon-sort-up:before {
  content: "¥f0de";
}

.icon-caret-square-down:before {
  content: "¥f150";
}

.icon-caret-square-up:before {
  content: "¥f151";
}

.icon-caret-square-right:before {
  content: "¥f152";
}

.icon-caret-square-left:before {
  content: "¥f191";
}

.icon-graduation-cap:before {
  content: "¥f19d";
}

.icon-chart-line:before {
  content: "¥f201";
}

.icon-pencil-alt:before {
  content: "¥f303";
}

.icon-long-arrow-alt-up:before {
  content: "¥f30c";
}

.icon-external-link-alt:before {
  content: "¥f35d";
}

.icon-book-open:before {
  content: "¥f514";
}

.icon-school:before {
  content: "¥f549";
}

.icon-map-marked-alt:before {
  content: "¥f5b7";
}

.icon-photo-video:before {
  content: "¥f87c";
}

.icon-play-circle:before {
  content: "¥f144";
}

.icon-newspaper:before {
  content: "¥f1ea";
}

.icon-twitter:before {
  content: "¥f099";
}

.icon-instagram:before {
  content: "¥f16d";
}

.icon-facebook-f:before {
  content: "¥f39e";
}

.icon-line:before {
  content: "¥f3c0";
}

.icon-shopping-cart:before {
  content: "¥f07a";
}

.icon-angle-double-left:before {
  content: "¥f100";
}

.icon-angle-double-right:before {
  content: "¥f101";
}

.icon-angle-double-up:before {
  content: "¥f102";
}

.icon-angle-double-down:before {
  content: "¥f103";
}

.icon-angle-left:before {
  content: "¥f104";
}

.icon-angle-right:before {
  content: "¥f105";
}

.icon-angle-up:before {
  content: "¥f106";
}

.icon-angle-down:before {
  content: "¥f107";
}

.icon-minus:before {
  content: "¥e901";
}

.icon-plus:before {
  content: "¥e902";
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.line-box {
  margin-top: 6.66667vw;
}

.line-box a {
  display: flex;
}

.line-box a .line-bannar {
  width: 36.26667vw;
  height: 9.6vw;
  background-color: #00B833;
  border-radius: 8px;
  padding: 1.86667vw 1.33333vw;
  margin-top: 0.8vw;
  box-sizing: border-box;
}

.line-box a .line-bannar img {
  display: block;
  width: 26.66667vw;
  max-width: 100%;
  height: auto;
}

.line-box a p {
  font-size: 3.73333vw;
  margin-bottom: 0;
  margin-left: 3.73333vw;
}

.top-main-images {
  padding-bottom: 10.66667vw;
}

@media (min-width: 640px) {
  .top-main-images {
    padding-bottom: 50px;
  }
}

.top-main-images ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.46667vw;
}

@media (min-width: 640px) {
  .top-main-images ul {
    margin-bottom: 20px;
  }
}

.top-main-images ul li,
.top-main-images ul a,
.top-main-images ul img {
  display: block;
  background-color: #000;
}

.top-main-images ul li {
  overflow: hidden;
  margin-right: 0.53333vw;
  margin-bottom: 0.53333vw;
}

@media (min-width: 640px) {
  .top-main-images ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.top-main-images ul li a {
  width: 100%;
  height: 100%;
}

.top-main-images ul li a img {
  width: 100%;
  height: 100%;
}

@media (max-width: 639px) {

  .top-main-images ul.image-num-1 li:nth-child(1),
  .top-main-images ul.image-num-2 li:nth-child(1),
  .top-main-images ul.image-num-3 li:nth-child(1),
  .top-main-images ul.image-num-4 li:nth-child(1),
  .top-main-images ul.image-num-5 li:nth-child(1),
  .top-main-images ul.image-num-6 li:nth-child(1) {
    width: 100%;
    height: 56vw;
    margin-right: 0;
  }

  .top-main-images ul.image-num-2 li:nth-child(2) {
    width: 100%;
    height: 56vw;
    margin-right: 0;
  }

  .top-main-images ul.image-num-3 li:nth-child(2),
  .top-main-images ul.image-num-3 li:nth-child(3) {
    width: calc((100% - (2/375)*100vw) / 2);
    height: 28vw;
  }

  .top-main-images ul.image-num-3 li:nth-child(3n) {
    margin-right: 0;
  }

  .top-main-images ul.image-num-4 li:nth-child(2),
  .top-main-images ul.image-num-4 li:nth-child(3),
  .top-main-images ul.image-num-4 li:nth-child(4) {
    width: calc((100% - (4/375)*100vw) / 3);
    height: 18.6vw;
  }

  .top-main-images ul.image-num-4 li:nth-child(4n) {
    margin-right: 0;
  }

  .top-main-images ul.image-num-5 li:nth-child(2),
  .top-main-images ul.image-num-5 li:nth-child(3),
  .top-main-images ul.image-num-5 li:nth-child(4),
  .top-main-images ul.image-num-5 li:nth-child(5) {
    width: calc((100% - (2/375)*100vw) / 2);
    height: 28vw;
  }

  .top-main-images ul.image-num-5 li:nth-child(2n+1) {
    margin-right: 0;
  }

  .top-main-images ul.image-num-6 li:nth-child(2),
  .top-main-images ul.image-num-6 li:nth-child(3) {
    width: calc((100% - (2/375)*100vw) / 2);
    height: 28vw;
  }

  .top-main-images ul.image-num-6 li:nth-child(4),
  .top-main-images ul.image-num-6 li:nth-child(5),
  .top-main-images ul.image-num-6 li:nth-child(6) {
    width: calc((100% - (4/375)*100vw) / 3);
    height: 18.6vw;
  }

  .top-main-images ul.image-num-6 li:nth-child(3),
  .top-main-images ul.image-num-6 li:nth-child(6) {
    margin-right: 0;
  }
}

@media (min-width: 640px) {

  .top-main-images ul.image-num-1 li,
  .top-main-images ul.image-num-2 li,
  .top-main-images ul.image-num-3 li,
  .top-main-images ul.image-num-6 li {
    width: 200px;
    height: 112px;
  }

  #R-BodyMain .top-main-images ul.image-num-1 li,
  #R-BodyMain .top-main-images ul.image-num-2 li,
  #R-BodyMain .top-main-images ul.image-num-3 li,
  #R-BodyMain .top-main-images ul.image-num-6 li {
    width: 334px;
    height: 188px;
  }

  #R-BodyMain .top-main-images ul.image-num-1 li:nth-child(3n),
  #R-BodyMain .top-main-images ul.image-num-2 li:nth-child(3n),
  #R-BodyMain .top-main-images ul.image-num-3 li:nth-child(3n),
  #R-BodyMain .top-main-images ul.image-num-6 li:nth-child(3n) {
    margin-right: 0;
  }

  .top-main-images ul.image-num-4 li {
    width: calc((100% - 30px) / 4);
    /* height: 248px; */
    height: 85px;
  }

  #R-BodyMain .top-main-images ul.image-num-4 li {
    height: 140px;
  }

  .top-main-images ul.image-num-4 li:nth-child(4n) {
    margin-right: 0;
  }

  .top-main-images ul.image-num-5 li {
    width: calc((100% - 40px) / 5);
    /* height: 200px; */
    height: 67px;
  }

  #R-BodyMain .top-main-images ul.image-num-5 li {
    height: 112px;
  }

  .top-main-images ul.image-num-5 li:nth-child(5n) {
    margin-right: 0;
  }
}

@media (min-width: 640px) {
  .contents-guide-school {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.contents-guide-school>div {
  padding-bottom: 10.66667vw;
}

@media (min-width: 640px) {
  .contents-guide-school>div {
    width: 497px;
    padding-bottom: 50px;
  }
}

.contents-guide-school .block-link,
.contents-guide-school .border-box {
  display: block;
  text-decoration: none;
  margin-bottom: 8vw;
  position: relative;
  font-size: 3.73333vw;
}

@media (min-width: 640px) {

  .contents-guide-school .block-link,
  .contents-guide-school .border-box {
    font-size: 14px;
  }
}

@media (min-width: 640px) {

  .contents-guide-school .block-link,
  .contents-guide-school .border-box {
    border: 2px solid #D9D9D9;
    margin-bottom: 30px;
    padding: 70px 22px 22px 22px;
  }
}

.contents-guide-school .block-link .border-box,
.contents-guide-school .border-box .border-box {
  position: static;
  margin-bottom: 0;
  border: none;
  padding: 0;
}

.contents-guide-school .block-link .border-box img,
.contents-guide-school .border-box .border-box img {
  filter: none;
}

.contents-guide-school .block-link .border-box .inner-box p,
.contents-guide-school .border-box .border-box .inner-box p {
  margin-bottom: 0;
}

.contents-guide-school h3 {
  text-align: center;
  font-size: 5.33333vw;
  line-height: 1.3;
  font-weight: bold;
  padding: 3.73333vw;
  margin: 0;
}

@media (min-width: 640px) {
  .contents-guide-school h3 {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
  .contents-guide-school h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px;
  }
}

.contents-guide-school .inner-box {
  display: flex;
  justify-content: space-between;
  padding: 5.33333vw;
}

@media (min-width: 640px) {
  .contents-guide-school .inner-box {
    padding: 0;
  }
}

@media (min-width: 640px) {
  .contents-guide-school .guide-pamph {
    margin-right: 30px;
  }
}

.contents-guide-school .guide-pamph .block-link,
.contents-guide-school .guide-pamph .border-box {
  background-color: #E6F6FF;
  border-color: #AAD9F2;
}

.contents-guide-school .guide-pamph h3 {
  background-color: #AAD9F2;
}

@media (min-width: 640px) {
  .contents-guide-school .guide-pamph .inner-box {
    margin-top: -48px;
  }
}

.contents-guide-school .guide-pamph .inner-box figure {
  display: block;
  width: 26.66667vw;
  height: auto;
  margin-right: 5.33333vw;
}

@media (min-width: 640px) {
  .contents-guide-school .guide-pamph .inner-box figure {
    width: 102px;
    position: relative;
    z-index: 2;
    margin-right: 19px;
  }
}

.contents-guide-school .guide-pamph .inner-box figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid #FFF;
}

.contents-guide-school .guide-pamph .inner-box h5 {
  margin-top: 0;
  font-size: 5.33333vw;
  margin-bottom: 2.66667vw;
}

@media (min-width: 640px) {
  .contents-guide-school .guide-pamph .inner-box h5 {
    font-size: 16px;
  }
}

@media (min-width: 640px) {
  .contents-guide-school .guide-pamph .inner-box h5 {
    margin-top: 48px;
    margin-bottom: 10px;
  }
}

.contents-guide-school .guide-pamph .inner-box p {
  width: 56.8vw;
  margin-bottom: 2.66667vw;
}

@media (min-width: 640px) {
  .contents-guide-school .guide-pamph .inner-box p {
    margin-bottom: 1.7em;
    width: 324px;
  }
}

.contents-guide-school .guide-pamph .inner-box .text-link02 {
  position: absolute;
  bottom: 5.33333vw;
  left: 37.33333vw;
}

@media (min-width: 640px) {
  .contents-guide-school .guide-pamph .inner-box .text-link02 {
    bottom: 18px;
    left: 145px;
  }
}

.contents-guide-school .guide-campus .border-box {
  background-color: #FFF6D9;
  border-color: #FFE799;
}

.contents-guide-school .guide-campus h3 {
  background-color: #FFE799;
}

.contents-guide-school .guide-campus .star-score {
  margin-bottom: 5.33333vw;
}

@media (min-width: 640px) {
  .contents-guide-school .guide-campus .star-score {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

.contents-guide-school .guide-campus .star-score span {
  display: inline-block;
  vertical-align: middle;
  font-size: 5.86667vw;
}

@media (min-width: 640px) {
  .contents-guide-school .guide-campus .star-score span {
    font-size: 24px;
  }
}

.contents-guide-school .guide-campus .star-score span.star {
  width: 6.4vw;
  height: 6.4vw;
  margin-right: 0.53333vw;
  background-size: 6.4vw 6.4vw !important;
  background-position: center;
}

@media (min-width: 640px) {
  .contents-guide-school .guide-campus .star-score span.star {
    width: 27px;
    height: 27px;
    margin-right: 2px;
    background-size: 27px 27px !important;
  }
}

.contents-guide-school .guide-campus .star-score span.number {
  font-weight: bold;
  line-height: 1;
  margin-left: 15px;
}

.contents-guide-school .guide-campus .star-score[class*="star-0"] span.star {
  background: url(../../images/school/star_0.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-0-25 span.star:nth-child(1) {
  background: url(../../images/school/star_1.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-0-50 span.star:nth-child(1) {
  background: url(../../images/school/star_2.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-0-75 span.star:nth-child(1) {
  background: url(../../images/school/star_3.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score[class*="star-1"] span.star:nth-child(1) {
  background: url(../../images/school/star_4.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score[class*="star-1"] span.star:nth-child(2),
.contents-guide-school .guide-campus .star-score[class*="star-1"] span.star:nth-child(3),
.contents-guide-school .guide-campus .star-score[class*="star-1"] span.star:nth-child(4),
.contents-guide-school .guide-campus .star-score[class*="star-1"] span.star:nth-child(5) {
  background: url(../../images/school/star_0.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-1-25 span.star:nth-child(2) {
  background: url(../../images/school/star_1.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-1-50 span.star:nth-child(2) {
  background: url(../../images/school/star_2.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-1-75 span.star:nth-child(2) {
  background: url(../../images/school/star_3.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score[class*="star-2"] span.star:nth-child(1),
.contents-guide-school .guide-campus .star-score[class*="star-2"] span.star:nth-child(2) {
  background: url(../../images/school/star_4.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score[class*="star-2"] span.star:nth-child(3),
.contents-guide-school .guide-campus .star-score[class*="star-2"] span.star:nth-child(4),
.contents-guide-school .guide-campus .star-score[class*="star-2"] span.star:nth-child(5) {
  background: url(../../images/school/star_0.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-2-25 span.star:nth-child(3) {
  background: url(../../images/school/star_1.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-2-50 span.star:nth-child(3) {
  background: url(../../images/school/star_2.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-2-75 span.star:nth-child(3) {
  background: url(../../images/school/star_3.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score[class*="star-3"] span.star:nth-child(1),
.contents-guide-school .guide-campus .star-score[class*="star-3"] span.star:nth-child(2),
.contents-guide-school .guide-campus .star-score[class*="star-3"] span.star:nth-child(3) {
  background: url(../../images/school/star_4.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score[class*="star-3"] span.star:nth-child(4),
.contents-guide-school .guide-campus .star-score[class*="star-3"] span.star:nth-child(5) {
  background: url(../../images/school/star_0.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-3-25 span.star:nth-child(4) {
  background: url(../../images/school/star_1.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-3-50 span.star:nth-child(4) {
  background: url(../../images/school/star_2.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-3-75 span.star:nth-child(4) {
  background: url(../../images/school/star_3.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score[class*="star-4"] span.star:nth-child(1),
.contents-guide-school .guide-campus .star-score[class*="star-4"] span.star:nth-child(2),
.contents-guide-school .guide-campus .star-score[class*="star-4"] span.star:nth-child(3),
.contents-guide-school .guide-campus .star-score[class*="star-4"] span.star:nth-child(4) {
  background: url(../../images/school/star_4.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score[class*="star-4"] span.star:nth-child(5) {
  background: url(../../images/school/star_0.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-4-25 span.star:nth-child(5) {
  background: url(../../images/school/star_1.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-4-50 span.star:nth-child(5) {
  background: url(../../images/school/star_2.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-4-75 span.star:nth-child(5) {
  background: url(../../images/school/star_3.svg) no-repeat;
}

.contents-guide-school .guide-campus .star-score.star-5 span.star {
  background: url(../../images/school/star_4.svg) no-repeat;
}

.contents-guide-school .guide-campus dl {
  margin-bottom: 0;
}

.contents-guide-school .guide-campus dl dt,
.contents-guide-school .guide-campus dl dd {
  font-weight: normal;
  font-size: 3.46667vw;
  line-height: 1.5;
}

@media (min-width: 640px) {

  .contents-guide-school .guide-campus dl dt,
  .contents-guide-school .guide-campus dl dd {
    font-size: 13px;
  }
}

.contents-guide-school .guide-campus dl dt {
  float: left;
  width: 8em;
}

.contents-guide-school .guide-campus dl dd {
  margin-left: 8em;
  text-align: right;
}

.contents-guide-school .guide-campus dl dd::before {
  content: '：';
  margin-right: 1em;
}

.contents-guide-school .guide-nyushi .border-box {
  background-color: #FFE6E6;
  border-color: #FFBFBF;
}

.contents-guide-school .guide-nyushi h3 {
  background-color: #FFBFBF;
}

.contents-guide-school .guide-nyushi figure {
  display: block;
  width: 26.66667vw;
  height: 26.66667vw;
  margin-right: 6.66667vw;
}

@media (min-width: 640px) {
  .contents-guide-school .guide-nyushi figure {
    width: 150px;
    height: 100px;
    margin-right: 20px;
  }
}

.contents-guide-school .guide-nyushi figure img {
  display: block;
  width: 100%;
  height: 100%;
}

.contents-guide-school .guide-nyushi h5 {
  margin-top: 0;
  margin-bottom: 2.66667vw;
  font-size: 4.26667vw;
}

@media (min-width: 640px) {
  .contents-guide-school .guide-nyushi h5 {
    font-size: 16px;
  }
}

@media (min-width: 640px) {
  .contents-guide-school .guide-nyushi h5 {
    margin-bottom: 10px;
  }
}

.contents-guide-school .guide-nyushi p {
  width: 56vw;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .contents-guide-school .guide-nyushi p {
    width: 277px;
  }
}

.section-nav {
  border-bottom: 1px solid #CCCCCC;
  padding: 6.66667vw 4.26667vw 6.66667vw;
}

@media (min-width: 640px) {
  .section-nav {
    padding: 25px 30px 30px;
  }
}

.section-nav li {
  display: block;
}

.article-pickup {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 37.33333vw 1fr;
  grid-template-rows: 37.33333vw 1fr;
  -ms-grid-columns: 37.33333vw 53.33333vw;
  grid-template-columns: 37.33333vw 53.33333vw;
  padding-top: 6.66667vw;
  margin-bottom: 5.33333vw;
  border-top: 1px dashed #CCCCCC;
}

@media (min-width: 640px) {
  .article-pickup {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 170px 410px;
    grid-template-columns: 170px 410px;
    padding-top: 30px;
    margin-bottom: 30px;
  }

  #R-BodyMain .article-pickup {
    -ms-grid-columns: 350px 610px;
    grid-template-columns: 350px 610px;
  }
}

.article-pickup:first-child {
  padding-top: 0;
  border-top: none;
}

.article-pickup:nth-last-child(2) {
  margin-bottom: 0;
}

.article-pickup .photo-box {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

@media (min-width: 640px) {
  .article-pickup .photo-box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

.article-pickup .photo-box img {
  display: block;
  width: 32vw;
  height: 32vw;
}

@media (min-width: 640px) {
  .article-pickup .photo-box img {
    width: 150px;
    height: 150px;
  }

  #R-BodyMain .article-pickup .photo-box img {
    width: 320px;
    height: 240px;
  }
}

.article-pickup h4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  margin-top: 0;
  font-size: 4.8vw;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .article-pickup h4 {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
  .article-pickup h4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    margin-bottom: 20px;
  }
}

.article-pickup p {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .article-pickup p {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

.article-pickup.text-layout {
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.article-pickup.text-layout h4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  margin-bottom: 2.66667vw;
}

@media (min-width: 640px) {
  .article-pickup.text-layout h4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    margin-bottom: 20px;
  }
}

@media (min-width: 640px) {
  .article-pickup.text-layout p {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

.hidden-box>.article-pickup {
  display: none;
}

.hidden-box>.article-pickup:first-child {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 640px) {
  .news-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.news-list dt {
  font-weight: normal;
}

.news-list dt.new::after {
  content: 'NEW';
  display: inline-block;
  background-color: #FF5C33;
  color: #FFF;
  font-size: 2.4vw;
  margin-left: 1em;
  padding: 0.1em 0.3em;
  line-height: 1.3;
  vertical-align: text-bottom;
}

@media (min-width: 640px) {
  .news-list dt.new::after {
    font-size: 9px;
  }
}

.mac.firefox .news-list dt.new::after {
  transform: translateY(-10%);
}

.win.firefox .news-list dt.new::after {
  transform: translateY(-35%);
}

.edge .news-list dt.new::after,
.ie_11 .news-list dt.new::after {
  transform: translateY(-40%);
}

.safari .news-list dt.new::after {
  transform: translateY(-10%);
}

.chrome .news-list dt.new::after {
  transform: translateY(-10%);
}

.win.chrome .news-list dt.new::after {
  transform: translateY(-20%);
}

.android.chrome .news-list dt.new::after {
  transform: translateY(-20%);
}

@media (min-width: 640px) {
  .news-list dt {
    width: 200px;
  }
}

@media (min-width: 640px) {
  .news-list dd {
    width: calc(100% - 200px);
  }
}

.subject-list {
  border-top: 1px solid #D9D9D9;
  margin-top: 1.33333vw;
  margin-bottom: 8vw;
}

@media (min-width: 640px) {
  .subject-list {
    margin-top: 5px;
    margin-bottom: 30px;
  }
}

.subject-list li {
  display: block;
  border-bottom: 1px solid #D9D9D9;
}

.subject-list li a {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 4vw 0;
  font-weight: bold;
}

@media (min-width: 640px) {
  .subject-list li a {
    padding: 15px 0;
  }
}

.subject-list li a span {
  display: block;
  font-weight: normal;
  font-size: 3.2vw;
  padding-right: 12vw;
}

@media (min-width: 640px) {
  .subject-list li a span {
    font-size: 14px;
  }
}

@media (min-width: 640px) {
  .subject-list li a span {
    padding-right: 30px;
  }
}

.subject-list li a::after {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 2.66667vw;
  color: #31A1F2;
  transform: translateY(-40%);
  text-align: right;
  font-size: 1.25em;
  font-weight: bold;
}

.mac.firefox .subject-list li a::after {
  transform: translateY(-50%);
}

.android.chrome .subject-list li a::after {
  transform: translateY(-50%);
}

@media (min-width: 640px) {
  .subject-list li a::after {
    right: 10px;
    color: #D9D9D9;
  }
}

.campus-box {
  margin-bottom: 8vw;
  padding-top: 8vw;
  border-top: 1px dashed #D9D9D9;
}

@media (min-width: 640px) {
  .campus-box {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}

.campus-box:first-child {
  padding-top: 0;
  border-top: none;
}

.campus-box:last-child {
  margin-bottom: 0;
}

.campus-box .flex-box {
  margin-bottom: 8vw;
}

@media (min-width: 640px) {
  .campus-box .flex-box {
    margin-bottom: 30px;
    display: flex;
  }
}

.campus-box .flex-box h4,
.campus-box .flex-box h6 {
  font-size: 4.26667vw;
  margin-top: 0;
  margin-bottom: 2.66667vw;
}

@media (min-width: 640px) {

  .campus-box .flex-box h4,
  .campus-box .flex-box h6 {
    font-size: 16px;
  }
}

@media (min-width: 640px) {

  .campus-box .flex-box h4,
  .campus-box .flex-box h6 {
    margin-bottom: 10px;
    width: 240px;
  }
}

.campus-box .flex-box .text-box {
  margin-bottom: 2.66667vw;
}

@media (min-width: 640px) {
  .campus-box .flex-box .text-box {
    margin-bottom: 10px;
    width: 385px;
  }
}

.hidden-box>.campus-box {
  display: none;
}

.hidden-box>.campus-box:first-child {
  display: block;
}

.school-subject-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8vw;
  margin-left: 1px;
}

@media (min-width: 640px) {
  .school-subject-list {
    margin-top: 30px;
  }
}

.school-subject-list li {
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  background-color: #F2F2F2;
  padding: 2.66667vw;
  text-align: center;
  font-weight: bold;
  margin-left: -1px;
  margin-top: -1px;
  font-size: 3.73333vw;
}

@media (min-width: 640px) {
  .school-subject-list li {
    font-size: 14px;
  }
}

@media (min-width: 640px) {
  .school-subject-list li {
    width: 20%;
    padding: 10px;
  }
}

@media (max-width: 639px) {
  .recent-check-box {
    padding: 0 4.26667vw;
  }
}

.recent-check-box h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.33333vw;
  background-color: #AAD9F2;
  color: #000;
  text-align: center;
  font-weight: bold;
  padding: 2.13333vw;
}

@media (min-width: 640px) {
  .recent-check-box h3 {
    font-size: 22px;
  }
}

@media (min-width: 640px) {
  .recent-check-box h3 {
    padding: 15px;
    background-color: #AAD9F2;
    color: #000;
  }
}

.recent-check-box .inner-box {
  border: 1px solid #CCCCCC;
  border-top: none;
  background-color: #F2F2F2;
  padding: 4.26667vw 4vw !important;
}

@media (min-width: 640px) {
  .recent-check-box .inner-box {
    padding: 25px 30px 20px !important;
  }
}

@media (max-width: 639px) {
  .recent-check-box .inner-box li {
    display: block;
    padding-bottom: 1.33333vw;
  }

  .recent-check-box .inner-box li:last-child {
    padding-bottom: 0;
  }
}

@media (min-width: 640px) {
  .recent-check-box .inner-box li {
    display: inline-block;
    margin-right: 3em;
    padding-bottom: 5px;
  }

  .recent-check-box .inner-box li:last-child {
    margin-right: 0;
  }
}

.modal-or-link-list li a {
  cursor: pointer;
}

.modal-or-link-list li a.youtube {
  position: relative;
}

.modal-or-link-list li a.youtube::after {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13.33333vw;
  height: 13.33333vw;
  text-align: center;
  font-size: 13.33333vw;
  line-height: 1.3;
  color: #FFF;
}

@media (min-width: 640px) {
  .modal-or-link-list li a.youtube::after {
    font-size: 30px;
  }
}

@media (min-width: 640px) {
  .modal-or-link-list li a.youtube::after {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 639px) {
  .gallery-index ul li {
    display: block;
    margin-bottom: 12vw;
  }

  .gallery-index ul li:last-child {
    margin-bottom: 0;
  }

  .gallery-index ul li a {
    display: block;
    cursor: default;
    pointer-events: none;
  }

  .gallery-index ul li a.youtube {
    cursor: pointer;
    pointer-events: all;
  }

  .gallery-index ul li a:hover {
    text-decoration: none;
  }

  .gallery-index ul li a figure {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 4vw;
    background-color: #000;
  }

  .gallery-index ul li a figure::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 高さを幅の56.25%に固定 16/9 */
  }

  .gallery-index ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .gallery-index ul li .gallery-label {
    display: inline-block;
    font-size: 3.2vw;
    font-weight: bold;
    margin-bottom: 1.6vw;
    border-radius: 2px;
    border: 1px solid #666;
    padding: 0.53333vw 2.13333vw;
  }

  .gallery-index ul li h4 {
    font-size: 5.33333vw;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1.33333vw;
  }

  .gallery-index ul li p {
    font-size: 3.73333vw;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .gallery-index ul li .gallery-label,
  .gallery-index ul li h4,
  .gallery-index ul li p {
    margin-left: 4.26667vw;
    margin-right: 4.26667vw;
  }
}

.gallery-index ul li a.youtube {
  cursor: pointer;
  pointer-events: all;
}

.cantPlay .gallery-index ul li a.youtube {
  cursor: default;
  pointer-events: none;
}

@media (min-width: 640px) {
  .gallery-index ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  #R-BodyMain .gallery-index ul {
    width: 963px;
  }

  .gallery-index ul li {
    position: relative;
    display: block;
    width: 200px;
    height: 112px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #000;
  }

  .gallery-index ul li a figure {
    width: 100%;
    height: 100%;
  }

  #R-BodyMain .gallery-index ul li {
    width: 300px;
    height: 168px;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  #R-BodyMain .gallery-index ul li:nth-last-child(1),
  #R-BodyMain .gallery-index ul li:nth-last-child(2),
  #R-BodyMain .gallery-index ul li:nth-last-child(3) {
    margin-bottom: 0;
  }

  .gallery-index ul li:nth-child(3n) {
    margin-right: 0;
  }

  #R-BodyMain .gallery-index ul li:nth-child(3n) {
    margin-right: 0;
  }

  .gallery-index ul li:nth-last-child(1),
  .gallery-index ul li:nth-last-child(2),
  .gallery-index ul li:nth-last-child(3) {
    margin-bottom: 0;
  }

  .gallery-index ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .gallery-index ul li a img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .gallery-index ul li .gallery-label {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    pointer-events: none;
  }

  .gallery-index ul li h4,
  .gallery-index ul li p {
    display: none;
  }
}

.gallery-index.hidden-area {
  margin-top: 12vw;
}

@media (min-width: 640px) {
  .gallery-index.hidden-area {
    margin-top: 30px;
  }
}

.gallery-total {
  border-top: 2px solid #CCCCCC;
  padding: 4vw 4.26667vw 3.73333vw;
  text-align: right;
  font-size: 4.26667vw;
}

@media (min-width: 640px) {
  .gallery-total {
    font-size: 16px;
  }
}

@media (min-width: 640px) {
  .gallery-total {
    padding: 22px 0 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  #R-BodyMain .gallery-total {
    width: 963px;
  }
}

.gallery-total span {
  display: inline-block;
  font-size: 5.86667vw;
  font-weight: bold;
  margin-left: 2.66667vw;
}

@media (min-width: 640px) {
  .gallery-total span {
    font-size: 24px;
  }
}

@media (min-width: 640px) {
  .gallery-total span {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.lity-content {
  color: #FFF;
  min-width: 300px;
}

@media (min-width: 640px) {
  .lity-content {
    min-width: 640px;
    min-height: 560px;
  }
}

.lity-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: auto;
  margin-bottom: 4vw;
}

@media (min-width: 640px) {
  .lity-content img {
    max-width: 857px;
    max-height: 480px;
    width: auto;
    height: auto;
    margin-bottom: 25px;
  }
}

.lity-content iframe {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4vw;
}

@media (max-width: 639px) {
  .lity-content iframe {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 640px) {
  .lity-content iframe {
    margin-bottom: 25px;
  }
}

.lity-content h4 {
  font-size: 5.33333vw;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2.66667vw;
}

@media (min-width: 640px) {
  .lity-content h4 {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
  .lity-content h4 {
    margin-bottom: 10px;
  }
}

.lity-content p {
  line-height: 1.5;
  margin-bottom: 0;
}

.lity-content>div {
  max-height: 100vh;
  overflow-y: auto;
  max-width: 857px;
  overflow-x: hidden;
  padding: 15px 0;
}

@media (max-width: 639px) {
  .lity-content>div {
    width: 300px;
    padding: 4vw 0;
  }
}

.lity-content>div::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.lity-content>div::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
  background: white;
}

.lity-content>div::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #b4b4b4;
}

.lity-prev,
.lity-next {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10.66667vw;
  color: #FFF;
}

@media (min-width: 640px) {

  .lity-prev,
  .lity-next {
    font-size: 60px;
  }
}

.lity-prev {
  left: 1.33333vw;
}

@media (min-width: 640px) {
  .lity-prev {
    left: 30px;
  }
}

.lity-prev::before {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.lity-next {
  right: 1.33333vw;
}

@media (min-width: 640px) {
  .lity-next {
    right: 30px;
  }
}

.lity-next::before {
  display: inline-block;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.list-pamph {
  margin-top: 1.33333vw;
}

@media (min-width: 640px) {
  .list-pamph {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
}

.article-pamph {
  display: flex;
  padding-top: 8vw;
  padding-bottom: 10.66667vw;
  border-top: 1px dashed #CCCCCC;
}

@media (min-width: 640px) {
  .article-pamph {
    border: none;
    padding-top: 50px;
    padding-bottom: 0;
    width: calc((100% - 50px) / 2);
    margin-right: 50px;
  }

  .article-pamph:nth-child(2n) {
    margin-right: 0;
  }
}

.article-pamph:first-child {
  padding-top: 0;
  border-top: none;
}

@media (min-width: 640px) {
  .article-pamph:nth-child(2) {
    padding-top: 0;
  }
}

.article-pamph:last-child {
  padding-bottom: 0;
}

.article-pamph figure {
  display: block;
  width: 26.66667vw;
}

@media (min-width: 640px) {
  .article-pamph figure {
    width: auto;
    flex-basis: 140px;
  }
}

.article-pamph figure img {
  display: block;
  width: 100%;
  height: auto;
}

.article-pamph>div {
  position: relative;
  width: calc(100% - 26.66vw);
  padding-left: 4.8vw;
}

@media (min-width: 640px) {
  .article-pamph>div {
    width: auto;
    flex-basis: 317px;
    padding-left: 19px;
  }
}

.article-pamph>div h5 {
  font-size: 5.33333vw;
  margin-top: 0;
  margin-bottom: 4vw;
}

@media (min-width: 640px) {
  .article-pamph>div h5 {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
  .article-pamph>div h5 {
    margin-bottom: 15px;
  }
}

.article-pamph>div p {
  margin-bottom: 1em;
}

@media (min-width: 640px) {
  .article-pamph>div p {
    margin-bottom: 55px;
  }
}

@media (min-width: 640px) {
  .article-pamph>div .link-box .button.sizeS {
    width: 160px;
  }

  #R-BodyMain .article-pamph>div .link-box {
    position: absolute;
    bottom: 0;
    left: 19px;
  }

  #R-BodyMain .article-pamph>div .link-box .button.sizeS {
    width: 200px;
  }
}



/* NEW gallery*/
ul.youtubeList {
  padding: 0;
  margin: 0;
  border: none;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

ul.youtubeList li {
  width: 47%;
}

ul.youtubeList li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

ul.youtubeList li a:hover {
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
  transform: translateY(-4px);
  text-decoration: none;
}

ul.youtubeList li a:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(0, 0, 0, .4);
}

ul.youtubeList li a:hover:after {
  content: "\f03d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #FFF;
}

ul.youtubeList li a img {
  border-radius: 2px 2px 0 0;
}

ul.youtubeList li a p {
  margin: 0;
  text-decoration: none;
  color: #313131;
  padding: 10px 20px;
  line-height: 1.6;
}

/* modal */
.ed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  z-index: 9999;
}

div#modalOverlay {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
}

.modalContent {
  width: 100%;
  max-width: 857px;
  max-height: 100%;
  margin: auto;
  position: relative;
  animation: fadeIn 0.3s ease 0s 1 normal;
  overflow-y: auto;
  padding: 15px 0;
  word-break: break-all;
}

@media (max-width: 639px) {
  .modalContent {
    padding: 15px 30px;
  }
}

.video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  /* filter: drop-shadow(0px 2px 5px #313131); */

}

.video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.ed-closeModal {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 639px) {
  .modalContent .video {
    margin-bottom: 15px;
  }
}

@media (min-width: 640px) {
  .modalContent .video {
    margin-bottom: 25px;
  }
}

.modalContent {
  color: #FFF;
}

.modalContent img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: auto;
  margin-bottom: 4vw;
}

@media (min-width: 640px) {
  .modalContent img {
    max-width: 857px;
    max-height: 480px;
    width: auto;
    height: auto;
    margin-bottom: 25px;
  }
}

/* .modalContent iframe {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4vw;
}

@media (max-width: 639px) {
  .modalContent iframe {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 640px) {
  .modalContent iframe {
    margin-bottom: 25px;
  }
} */

.modalContent h4 {
  font-size: 5.33333vw;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2.66667vw;
}

@media (min-width: 640px) {
  .modalContent h4 {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
  .modalContent h4 {
    margin-bottom: 10px;
  }
}

.modalContent p {
  line-height: 1.5;
  margin-bottom: 0;
}

/* .modalContent>div {
  max-height: 100vh;
  overflow-y: auto;
  max-width: 857px;
  overflow-x: hidden;
  padding: 15px 0;
}

@media (max-width: 639px) {
  .lmodalContent>div {
    width: 300px;
    padding: 4vw 0;
  }
} */

.ed-closeModal::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ed-closeModal:hover,
.ed-closeModal:focus,
.ed-closeModal:active,
.ed-closeModal:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    /* transform: scale(1.1); */
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {

  /* （ここにモバイル用スタイルを記述） */
  ul.youtubeList li {
    width: 100%;
  }
}