@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

body {
  color: #333;
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #f2faff;
}
header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0px;
  padding: 1% 0 0.8%;
  z-index: 10;
}
header.header-bg {
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
}
header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1080px;
  margin: auto;
  z-index: 10;
}
header > div > div {
  flex-basis: 240px;
}
.header-menu ul li a {
  color: #000;
}
.js-modal-btn {
  cursor: pointer;
}
/* ドラッグした時の色 */ ::selection {
  background: #ffe600;
  color: #111111;
}
/* for Firefox */ ::-moz-selection {
  background: #ffe600;
  color: #111111;
}
.closebt {
  display: none;
  z-index: 3;
  padding: 10px 0 10px;
  text-align: center;
  color: #006fc3;
  z-index: 2;
  font-size: 1.2rem;
  margin-bottom: 20px;
  cursor: pointer;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
}
.interview-banner {
  width: 921px;
  margin: 50px auto 20px;
}
.closebt-text::after {
  content: '-閉じる';
}
.side-ranking dd {
  font-size: 0.8rem;
}
.figure-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.figure-img:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -160%;
  transform: skewX(-45deg) translateX(0);
}
.figure-img:hover:before {
  transform: skewX(-45deg) translateX(320%);
  transition: all 0.4s ease-in-out;
}
.update {
  text-align: right;
}
.top-mv {
  width: 100%;
  height: 600px;
  background-image: url("../img/top-mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.top-mv > div {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 5%;
}
.page-numbers li {
  margin-right: 1%;
  padding: 1% 1% 1% 1%;
  background-color: #005bab;
}
.page-numbers li .current {}
.page-numbers li a, .page-numbers li a:hover, .page-numbers li a:visited {
  color: #fff;
}
.mv-bg {
  width: 100%;
  height: auto;
}
.mv-text {
  position: absolute;
  left: 0;
  top: 335px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 25px 10px;
  margin: auto;
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
}
.top-mv .svgall {
  position: relative;
  top: 265px;
  max-width: 280px;
  left: 10px;
  display: block;
  white-space: nowrap;
}
.top-mv .svgall span {
  vertical-align: top;
}
.top-mv .svgall span:last-child {
  margin-left: -10px;
}
.page-mv .svgall {
  position: relative;
  top: 320px;
  max-width: 280px;
  left: 0px;
  display: block;
  white-space: nowrap;
}
.page-mv .svgall span {
  vertical-align: top;
}
.page-mv .svgall span:last-child {
  margin-left: -10px;
}
.mv-nav {
  width: 1080px;
  margin: -100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mv-nav div {
  width: 330px;
  box-sizing: border-box;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent 31px, #eee 32px), linear-gradient(90deg, transparent 31px, #eee 32px);
  background-size: 32px 32px;
  border: 5px solid #eee;
  padding: 15px;
  position: relative;
}
.mv-nav div a {
  width: 100%;
}
.mv-nav div:first-child a h2 i {
  font-family: 'Material Icons';
  content: '\e0e0';
}
.mv-nav div:nth-child(2) a h2 i {
  content: "\e0e0";
  font-family: 'Material Icons';
}
.mv-nav div:nth-child(3) a h2 i {
  content: "\e62e";
  font-family: 'Material Icons';
}
.mv-nav div a h2 i {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -40px;
  font-size: 1.5rem;
}
.mv-nav div a h2 {
  color: #005bab;
  font-weight: bold;
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  margin: 40px auto 20px;
}
.mv-nav div a h2 strong {
  color: #005bab;
  padding-bottom: 5px;
  border-bottom: 2px solid #005bab;
  font-weight: bold;
}
.mv-nav div a span {
  color: #fff;
  right: 0px;
  bottom: 0px;
  position: absolute;
}
.mv-nav div a span::after {
  content: 'More';
  color: #fff;
  right: 5px;
  bottom: 15px;
  position: absolute;
  z-index: 2;
}
.mv-nav div a span::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #006fc3 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition-delay: .5s;
}
.mv-nav div a p {
  width: 200px;
  margin: 0 auto 20px;
}
.top-h1 {
  width: 920px;
  margin: 20px auto 50px;
}
main {
  width: 1080px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contents {
  flex-basis: 800px;
}
.sidenav {
  flex-basis: 236px;
}
.section-title::before {
  border-left: 3px solid #006fc3;
  max-height: 50px;
  vertical-align: 1.2%;
  content: '';
  margin-right: 10px;
}
.section-title {
  color: #005bab;
  margin-bottom: 15px;
}
.section-title span {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 1rem;
}
.jhs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jhs-menu li {
  margin-bottom: 30px;
}
.jhs-menu li a, .jhs-menu li a:link, .jhs-menu li a:visited {
  color: #005bab;
  font-weight: bold;
}
footer {
  background-color: #222222;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
footer div {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer div ul {
  padding: 20px 0;
  width: 560px;
}
footer div p {
  padding: 20px 0;
}
footer div ul li {}
footer div ul li a:link, footer div ul li a:visited, footer div ul li a {
  color: #fff;
}
footer div p {}
.top-contact {
  background: rgb(0, 91, 171);
  background: linear-gradient(90deg, rgba(0, 91, 171, 1) 0%, rgba(0, 111, 195, 1) 30%, rgba(0, 112, 196, 1) 100%);
  padding: 3% 0;
  width: 100%;
  color: #fff;
}
.top-contact > div {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-contact div h3 span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.4rem;
  color: #fff;
  line-height: 170%;
}
.top-contact h3 span::after {}
.contact-title::before {
  border-left: 3px solid #fff;
  content: '';
  padding-bottom: 0px;
  vertical-align: middle;
  max-height: 10px;
  padding-top: 4px;
}
.contact-title span {
  font-size: 1.2rem !important;
  margin: 0 10px 0 15px;
  font-weight: bold;
}
.tel-num {
  margin-top: 10px;
}
.tel-num span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold !important;
  font-size: 2.6rem !important;
}
.tel-num rt {
  font-size: 0.7rem;
  font-weight: normal;
}
.top-mail-bt {
  margin-top: 20px;
}
.top-mail-bt a {
  background-color: #fff;
  font-size: 1.05rem;
  padding: 15px 15px;
  color: #005bab;
  transition: 0.5s;
}
.top-mail-bt a:link, .top-mail-bt a:visited {
  color: #005bab;
}
.top-mail-bt a i {
  margin-right: 10px;
  font-size: 1.4rem;
	vertical-align: middle;
}
.tel-num a, .tel-num a:link, .tel-num a:visited {
  color: #fff;
}
.top-mail-bt a:hover {
  background-color: #005bab;
  color: #fff;
}
/*  */
.page-mv {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}
.page-mv > div {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
.mv-bg {
  width: 100%;
  height: auto;
}
.page-mv-text {
  position: absolute;
  left: 0;
  top: 335px;
  font-size: 1.6rem;
  padding: 30px 0px;
  margin: auto;
  color: #fff;
}
.page-mv-text img {
  position: absolute;
  top: -45px;
}
.page-mv div strong {
  position: relative;
  max-width: 340px;
  left: 35px;
  display: block;
}
.single-mv {
  height: 140px;
  width: 100%;
}
.jhs-mv {
  background-image: url("../img/jhs-mv.jpg");
  background-position: top;
}
.tag-mv {
  background-image: url("../img/tag-mv.jpg");
}
.hs-mv {
  background-image: url("../img/hs-mv.jpg");
}
.parents-mv {
  background-image: url("../img/parents-mv.jpg");
}
.breadcrumbs {
  margin: 0 auto 50px;
  width: 1080px;
}
.article-contents {
  margin-bottom: 70px;
}
.side-ranking, .side-school {
  box-sizing: border-box;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent 31px, #eee 32px), linear-gradient(90deg, transparent 31px, #eee 32px);
  background-size: 32px 32px;
  padding: 20px 10px;
  margin-bottom: 30px;
}
.side-ranking h3, .side-school h3 {
  color: #005bab;
  font-weight: bold;
}
.side-ranking > p, .side-school > p {
  color: #005bab;
  border-bottom: 1px solid #005bab;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.side-ranking div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}
.side-ranking div p {
  margin-right: 15px;
  color: #fff;
  background-color: #005bab;
  padding: 4px 10px;
  max-height: 20px;
}
.side-school ul li {
  margin-bottom: 12px;
}
.side-school ul li:first-child {
  margin-top: 30px;
}
.side-banner p {
  margin-bottom: 20px;
  display: inline-block;
}
.article-contents {
  padding: 30px 50px;
  box-sizing: border-box;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent 31px, #eee 32px), linear-gradient(90deg, transparent 31px, #eee 32px);
  background-size: 32px 32px;
  margin-bottom: 70px;
}
.article-contents h2, .article-contents h1, .article-contents h3 {
  font-size: 1.5rem;
  color: #005bab;
  margin-bottom: 15px;
  border-bottom: #005bab 2px solid;
  padding-bottom: 10px;
  font-weight: bold;
  position: relative;
}
.article-contents h2::after, .article-contents h1::after, .article-contents h3::after {
  position: absolute;
  right: 0;
  font-family: 'Material Icons';
  content: '\e3c9';
}
.article-text {
  line-height: 200%;
}
.article-text p {
  margin-bottom: 2%;
}
.pass-school {
  margin: 20px 0;
}
.pass-school span {
  padding: 10px 10px;
  background-color: #005bab;
  color: #fff;
  box-sizing: border-box;
  margin-right: 5px;
}
.pass-school span a, .pass-school span a:link, .pass-school span a:visited {
  color: #fff;
}
.contents-school {
  padding: 30px 50px;
  box-sizing: border-box;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent 31px, #eee 32px), linear-gradient(90deg, transparent 31px, #eee 32px);
  background-size: 32px 32px;
  margin-bottom: 70px;
}
.contents-school ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.contents-school ul li {
  flex-basis: 210px;
  border-bottom: 1px solid #005bab;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-right: 30px;
  position: relative;
}
.contents-school ul li::after {
  font-family: 'Material Icons';
  content: '\e5cc';
  position: absolute;
  right: 0;
  color: #005bab;
}
.contents-school ul li:nth-child(3n) {
  margin-right: 0px;
}
.detail-bt {
  margin: 30px auto 80px;
  max-width: 30%;
  text-align: center;
  position: relative;
}
.detail-bt a {
  box-sizing: border-box;
  padding: 20px 15px;
  position: relative;
  background: rgb(0, 91, 171);
  background: -webkit-linear-gradient(left, rgba(0, 91, 171, 1) 0%, rgba(0, 111, 195, 1) 30%, rgba(0, 112, 196, 1) 100%);
  background: -o-linear-gradient(left, rgba(0, 91, 171, 1) 0%, rgba(0, 111, 195, 1) 30%, rgba(0, 112, 196, 1) 100%);
  background: linear-gradient(to right, rgba(0, 91, 171, 1) 0%, rgba(0, 111, 195, 1) 30%, rgba(0, 112, 196, 1) 100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail-bt a::after {
  content: "\e5e1";
  font-family: 'Material Icons';
  padding-left: 5%;
  color: #fff;
}
.detail-bt a:hover::after {
  color: #005bab;
}
.detail-bt a, .detail-bt a:link, .detail-bt a:visited {
  color: #fff;
}
.detail-bt a:hover {
  background: rgb(255, 255, 255);
  color: #005bab;
  border: 2px solid #005bab;
}
.by-year {
  margin: 50px 0 80px;
}
.by-year span a {
  padding: 12px 20px;
  box-sizing: border-box;
  background: rgb(0, 91, 171);
  background: -webkit-linear-gradient(left, rgba(0, 91, 171, 1) 0%, rgba(0, 111, 195, 1) 30%, rgba(0, 112, 196, 1) 100%);
  background: -o-linear-gradient(left, rgba(0, 91, 171, 1) 0%, rgba(0, 111, 195, 1) 30%, rgba(0, 112, 196, 1) 100%);
  background: linear-gradient(to right, rgba(0, 91, 171, 1) 0%, rgba(0, 111, 195, 1) 30%, rgba(0, 112, 196, 1) 100%);
  max-width: 25%;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #005bab;
}
.by-year span a, .by-year span a:link, .by-year span a:visited {
  color: #fff;
}
.by-year span a::after {
  font-family: 'Material Icons';
  content: '\e5cc';
  padding-left: 4%;
  color: #fff;
}
.by-year span a:hover::after {
  color: #005bab;
}
.by-year span a:hover {
  background: rgb(255, 255, 255);
  color: #005bab;
  border: 1px solid #005bab;
}
.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.page-nav > div {
  flex-basis: 250px;
  width: 250px;
  position: relative;
}
.page-nav > div a {
  position: absolute;
  top: 0;
  height: 250px;
  max-height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(0, 91, 171, 0.6);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-nav > div a:hover {
  background-color: rgba(0, 91, 171, 0.0);
  color: #006fc3;
}
.page-nav > div a:link, .page-nav > div a:visited {
  color: #fff;
}
.page-nav > div div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 35%;
}
.page-nav > div span::before {
  content: 'More';
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}
.page-nav > div span {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #fff;
}
.page-nav > div span::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #006fc3 transparent;
  position: absolute;
  right: 0%;
  bottom: 0;
  z-index: 1;
}
.page-nav div h2 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.page-nav div h2 strong {
  border-bottom: 1px solid #fff;
}
.more::before {
  content: '+ もっと読む';
  font-size: 1.1rem;
}
.more {
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
  z-index: 3;
  padding: 60px 0 20px;
  text-align: center;
  color: #006fc3;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.more:link, .more:visited {
  color: #006fc3;
}
.more-open::before {
  content: '- 閉じる';
}
.more-open {
  background: none;
}
.following-nav-initial {
  position: static;
  /*height: 20vh;
	margin-bottom: 100px;*/
}
.following-nav {
  top: 84px;
  width: 230px;
  margin-bottom: 70px;
  position: fixed;
  transition-delay: 1s;
}
.following-end {
  bottom: 200px;
  top: auto;
  transition-delay: 1s;
}
.following-nav2 {
  top: 80px;
}
.side-ranking div:nth-child(3) p::before {
  content: '1';
}
.side-ranking div:nth-child(4) p::before {
  content: '2';
}
.side-ranking div:nth-child(5) p::before {
  content: '3';
}
.side-ranking div:nth-child(6) p::before {
  content: '4';
}
.side-ranking div:nth-child(7) p::before {
  content: '5';
}
/* ここからインタビューページの作成 */
.interview-mv, .interview-mv img {
  width: 100%;
}
.interview-mv {
  width: 1280px;
  margin: 0 auto 50px;
}
.interview-wrap {
  width: 1080px;
  margin: 0 auto 50px;
  padding-top: 150px;
}
.other-wrap {
  width: 1080px;
  margin: 0 auto 50px;
}
.interview-bg {
  background-image: url("../img/people-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.people6-title {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 3.4rem;
  margin-bottom: 20px;
  color: #005bab;
}
.interview-h1 {
  text-align: center;
  margin-bottom: 50px;
}
.interview-people {
  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;
  margin-bottom: 70px;
}
.interview-title {
  position: absolute;
  margin-top: -185px;
  right: 0;
  left: 0;
}
.interview-people div {
  flex-basis: 530px;
  margin-bottom: 50px;
}
.interview-detail-mv {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.interview-detail-mv > img {
  width: 100%;
  height: auto;
}
.interview-bottomtitle {
  position: absolute;
  width: 100%;
  background: linear-gradient(242deg, #1626249e, #75aebdc7);
  color: #fff;
  bottom: 0;
  box-sizing: border-box;
  padding: 10px 0 5px;
}
.bottomtitle-hs {
  background: linear-gradient(242deg, #1626249e, #75aebdc7);
}
.interview-bottomtitle h1 {
  font-size: 3rem;
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.interview-bottomtitle h1 img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 330px;
  height: auto;
}
.interview-bottomtitle h1 strong {
  font-weight: bold;
}
.interview-bottomtitle h1 span {
  font-size: 2rem;
}
.people-base {
  position: relative;
}
.people-base div {
  width: 300px;
  box-sizing: border-box;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent 31px, #eee 32px), linear-gradient(90deg, transparent 31px, #eee 32px);
  background-size: 32px 32px;
  padding: 20px;
  text-align: center;
  position: relative;
  margin: -80px auto 0;
}
.people-base h2 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.people-base div p {
  color: #005bab;
  font-size: 1.03rem;
  margin-bottom: 25px;
}
.people-base div p span {
  border-bottom: 1px solid #005bab;
}
.interview-link {
  background-color: #fce300;
  text-align: center;
  color: #000;
  padding: 10px;
  display: block;
  position: relative;
  transition: all 300ms;
}
.interview-link:hover {
  background-color: #005bab;
  color: #fff;
}
.interview-link::after {
  font-family: 'Material Icons';
  content: '\e5cc';
  right: 20px;
  position: absolute;
  top: 12px;
  bottom: 0;
  margin: auto;
}
.catchphrase {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #75aebd;
}
.interview-question {
  font-size: 1.3rem;
  font-weight: bold;
  color: #75aebd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #75aebd;
}
.interview-answer {
  margin-bottom: 50px;
}
.tag-ul li {
  margin-bottom: 20px;
}
.top-bannerlr {
  width: 1080px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 30px;
}
.yell-contents {
  padding: 20px;
  position: relative;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #333;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 70px;
  font-family: 'Kiwi Maru', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: -0.1em;
}
.yell-contents:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.yell-contents:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
.yell-contents h1, .yell-contents h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}
.yell-contents h1 div:first-child, .yell-contents h3 div:first-child {
  font-weight: bold;
  font-size: 20px;
}
/* 学校情報の箇所 */
.school-info {
  width: 1080px;
  margin: 0 auto 100px;
  padding: 24px 48px 48px;
  box-sizing: border-box;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent 31px, #eee 32px), linear-gradient(90deg, transparent 31px, #eee 32px);
  background-size: 32px 32px;
  position: relative;
}
.school-info-m {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
.school-info-m div:first-child {
  padding-top: 8px;
}
.school-info-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 40px;
}
.school-info-first {
	width: 440px;
	margin: 0 auto 20px;
	text-align: center;
}
.school-info-img {
	max-width: 458px;
}
.school-info-img img {
	width: 100%;
	height: auto;
}
.school-namearea {
  text-align: center;
	width: 480px;
}
.school-name {
  font-size: 50px;
  color: #005bab;
  font-weight: bold;
	text-align: center;
}
.school-people-r {
  margin-top: 0px;
  margin-right: 0px;
}
.school-detail {
  background-color: #ffe600;
  color: #000;
  padding: 8px 24px;
  cursor: pointer;
	display: inline-block;
}
.school-description {
  background-color: #005bab;
  color: #fff;
  padding: 8px 24px;
  display: none;
}
.school-furigana {
  color: #005bab;
	text-align: center;
}
.school-info-d {
  display: flex;
  justify-content: space-between;
}
.school-info-d div:first-child {
  flex-basis: 420px;
}
.school-info-d div:last-child {
  flex-basis: 480px;
}
.school-info-d h3 {
  color: #005bab;
  font-size: 18px;
}
.school-info-n {
  display: none;
}
.school-titlem {
  color: #005bab;
  font-size: 22px;
  border-left: 4px solid #005bab;
  padding-left: 8px;
  font-weight: bold;
}
.school-success {
  margin-bottom: 20px;
  color: #005bab;
}
.school-success span {
  font-size: 60px;
}
.school-table {
  border-collapse: collapse;
  margin-top: 24px;
}
.school-table tr th, .school-table tr td {
  border: 1px solid #005bab;
  padding: 4px;
}
.school-table tr th {
  background-color: #f2faff;
  color: #005bab;
}
/* タブ部分 */
.grade-school {
  margin-bottom: 80px;
}
.grade-school ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
  font-size: 0.8rem;
}
.grade-school ul li {
  padding: 15px 10px;
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  flex-basis: 25%;
  text-align: center;
  margin-right: 2%;
  cursor: pointer;
  background-color: #fff;
}
.grade-school ul li.current {
  background-color: #005bab;
  color: #fff;
  border-top: 2px solid #005bab;
  border-left: 2px solid #005bab;
  border-right: 2px solid #005bab;
}
.pg_school .grade-school ul li.current {
  background-color: #005bab;
  border-top: 2px solid #005bab;
  border-left: 2px solid #005bab;
  border-right: 2px solid #005bab;
}
.school-box {
  width: 800px;
  box-sizing: border-box;
  padding: 20px 0px 0 20px;
  border: 1px solid #005bab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}
.js-tab-contents {
  display: none;
}
.js-tab-contents.current {
  display: flex;
}
.school-box p a::before {
  content: "\e5e1";
  font-family: 'Material Icons';
  padding-right: 4%;
  color: #cccccc;
}
.pg_school .school-box p a::before {
  color: #dddddd;
}
.school-box p a {
  border: 1px solid #005bab;
  padding: 10px;
  text-align: center;
  display: block;
  width: 100%;
}
.pg_school .school-box p a {
  border: 1px solid #005bab;
}
.school-box p a:hover {
  background-color: #005bab;
  color: #fff;
  opacity: 1;
}
.pg_school .school-box p a:hover {
  background-color: #005bab;
}
.school-box p a:link, .school-box p a:visited {
  text-decoration: none;
}
/* タブ */
.grade-school {
  margin-bottom: 8%;
}
.grade-school ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}
.grade-school ul li {
  padding: 1.5% 1%;
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  flex-basis: 32%;
  text-align: center;
  margin-right: 2%;
  cursor: pointer;
  /** 以下中央揃え**/
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grade-school ul li.current {
  background-color: #005bab;
  color: #fff;
  border-top: 2px solid #005bab;
  border-left: 2px solid #005bab;
  border-right: 2px solid #005bab;
}
.grade-abroad {
  margin-bottom: 3%;
}
.grade-abroad ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}
.grade-abroad ul li {
  padding: 1.5% 1%;
  border-top: 1px solid #512131;
  border-left: 1px solid #512131;
  border-right: 1px solid #512131;
  background-color: #fcf3e3;
  flex-basis: 25%;
  text-align: center;
  margin-right: 2%;
  cursor: pointer;
  font-size: 80%;
}
.grade-abroad ul li.current {
  background-color: #512131;
  color: #fff;
  border-top: 1px solid #512131;
  border-left: 1px solid #512131;
  border-right: 1px solid #512131;
}
.school-box p {
  flex-basis: 152px;
  margin-bottom: 20px;
  margin-right: 36px;
  text-align: center;
  width: 100%;
}
.school-box p::before {
  /*content: ">";
	padding-right: 5px;*/
}
.school-box p a:link, .school-box p a:visited {
  text-decoration: none;
}
.grade-school-blue ul li.current {
  background-color: #194cb2;
  color: #fff;
  border-top: 2px solid #194cb2;
  border-left: 2px solid #194cb2;
  border-right: 2px solid #194cb2;
}
.js-tab-contents.current {
  padding: 20px 20px 20px 20px;
  font-size: 1rem;
}
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 0px 0 80px;
}

.nav-btn a {
    /* 共通設定 */
    display: block; /* padding-top/bottom が効くように */
    text-decoration: none;
    line-height: 1;
    box-sizing: border-box;
    transition: all 0.3s ease;
    
    /* サイズと文字色 */
    padding: 12px 20px;
    color: #fff;
    
    /* グラデーション背景 */
    background: #005bab;
}
.nav-btn.prev-btn a {
    /* 左側のボタンに適用 */
    text-align: left;
}

.nav-btn.next-btn a {
    /* 右側のボタンに適用 */
    text-align: right;
}

.latest-by-tag {
	margin-top: 12px;		
}
.latest-by-tag li {
	margin-top: 12px;
}

/*タブ*/
/* school-boxの一部を変更 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600&display=swap');
.normal-wrapper {
  font-family: 'Noto Sans JP';
  font-weight: 600;
  color: #515151;
}
.js-tab-wrap .normal-box {
  border: 1px solid #FFFFFF !important;
  background-color: rgba(150, 150, 150, 0.3) !important;
}
.js-tab-wrap .normal-box p a {
  border: none;
  color: #515151;
}
.js-tab-wrap .normal-box p a:hover {
  border: none;
  color: #FFFFFF;
}
/* school-boxの一部を変更　ここまで */
@media only screen and (min-width: 1366px) {
  .jhs-mv, .tag-mv, .hs-mv, .parents-mv {
    height: 500px;
  }
  .page-mv-text {
    top: 385px;
  }
  .page-mv .svgall {
    top: 320px;
  }
  .page-mv div strong {
    position: relative;
    top: 415px;
  }
}
@media only screen and (min-width: 1025px) {
  .Toggle {
    display: none;
  }
  .school-box p:nth-child(4) {
    margin-right: 0%;
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    width: 840px;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .pc-mv {
    display: block;
    padding-top: 92px;
  }
  .tab-mv {
    display: none;
  }
  .sp-mv {
    display: none;
  }
}
@media screen and (max-width: 1365px) {
  .page-mv div strong {
    top: 303px;
  }
  .page-mv-text {
    top: 320px;
  }
  .page-mv .svgall {
    top: 250px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  .tablet {
    display: none;
  }
  .catchphrase {
    font-size: 2rem;
  }
  .pc-mv {
    display: none;
  }
  .tab-mv {
    display: block;
  }
  .sp-mv {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  /* タブレット対応 */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .yell-contents {
    width: 90%;
    margin: 0 auto 7%;
  }
  .top-bannerlr {
    width: 72%;
    margin: 3% auto 5%;
    display: block;
  }
  .top-bannerlr img {
    width: 100%;
  }
  .top-bannerlr a:first-child {
    margin-bottom: 4%;
  }
  .interview-banner img {
    width: 100%;
    height: auto;
  }
  .interview-member {
    display: none !important;
  }
  .interview-bg {
    background-image: url("../img/people-spbg.jpg");
  }
  .catchphrase {
    width: 96%;
    margin: 0 auto 3%;
  }
  .spmovie {
    width: 90%;
    margin: 0 auto 5%;
  }
  .spmovie img {
    width: 100%;
  }
  .interview-bottomtitle h1 {
    font-size: 1.7rem;
    width: 96%;
    margin: 0 auto;
    position: relative;
  }
  .interview-bottomtitle h1 span {
    font-size: 1.1rem;
  }
  .interview-question, .interview-answer {
    padding: 3%;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .interview-img {
    width: 100%;
    height: auto;
  }
  .interview-people div {
    flex-basis: 70%;
    margin: -50px auto 10%;
  }
  .people-base div {
    width: 90%;
    background-image: linear-gradient(0deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px), linear-gradient(90deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px);
    background-size: 32px 32px;
  }
  .interview-people div img {
    width: 100%;
  }
  .interview-h1 {
    margin-bottom: 18%;
  }
  .people-base div p {
    font-size: 0.8rem;
  }
  .people-base h2 {
    font-size: 1rem;
  }
  .interview-wrap {
    width: 96%;
    margin: 0 auto 5%;
    padding-top: 15%;
  }
  .other-wrap {
    width: 96%;
    margin: 0 auto 5%;
  }
  .people6-title {
    font-size: 2.6rem;
  }
  .interview-title {
    position: relative;
    margin-top: -35px;
    right: 0;
    left: 0;
  }
  .interview-mv {
    width: 100%;
    margin: 0 auto 5%;
  }
  .figure-img {
    display: block;
  }
  .page-mv div strong {
    top: 263px;
  }
  .wrapper {
    overflow: hidden;
  }
  header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0px;
    padding: 0 0 0.8%;
    z-index: 10;
  }
  header > div {
    width: 100%;
    top: 0;
    display: block;
  }
  header > div > div {
    width: 100%;
    background-color: #fff;
    padding: 2% 2% 1% 2%;
  }
  header nav ul {
    width: 100%;
    display: block;
    background-color: #222222;
    padding-top: 3%;
  }
  header nav ul li {
    padding: 3%;
  }
  header nav ul li:last-child {
    padding-bottom: 8%;
  }
  header nav ul li a, header nav ul li a:visited, header nav ul li a:link {
    color: #fff;
  }
  header nav ul li a::before {
    font-family: 'Material Icons';
  content: '\e5cc';
    padding-right: 2%;
  }
  .header-menu {
    display: none;
  }
  .Toggle {
    display: block;
  }
  .top-mv {
    height: 60vh;
    background-image: url("../img/top-mv.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin-top: 9%;
  }
  .top-mv > div {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .mv-bg {
    width: 100%;
    height: auto;
  }
  .mv-text {
    position: absolute;
    left: 0;
    top: 340px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 25px 10px;
    margin: auto;
    color: #fff;
  }
  .mv-text img {
    position: absolute;
    top: -35px;
    width: 90%;
  }
  .mv-nav {
    width: 100%;
    margin: -100px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mv-nav div {
    width: 33.4%;
    box-sizing: border-box;
    background-color: #fff;
    background-image: linear-gradient(0deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px), linear-gradient(90deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px);
    background-size: 32px 32px;
    border: 5px solid #eee;
    padding: 15px;
    position: relative;
  }
  _::-webkit-full-page-media, _:future, :root .mv-nav div {
    background-image: linear-gradient(0deg, 31px, rgba(238, 238, 238, 0.2) 32px), linear-gradient(90deg, 31px, rgba(238, 238, 238, 0.2) 32px);
  }
  .mv-nav div a h2::before {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -40px;
    font-size: 1.5rem;
  }
  .mv-nav div a h2 {
    color: #005bab;
    font-weight: bold;
    position: relative;
    text-align: center;
    font-size: 1rem;
    margin: 40px auto 20px;
  }
  .mv-nav div a h2 strong {
    padding-bottom: 5px;
    border-bottom: 2px solid #005bab;
    font-weight: bold;
  }
  .mv-nav div a span {
    color: #fff;
    right: 0px;
    bottom: 0px;
    position: absolute;
  }
  .mv-nav div a span::after {
    content: 'More';
    color: #fff;
    right: 5px;
    bottom: 15px;
    position: absolute;
    z-index: 2;
  }
  .mv-nav div a span::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: transparent transparent #006fc3 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .mv-nav div a p {
    width: 80%;
    margin: 0 auto 2%;
    text-align: center;
  }
  .top-h1 {
    width: 90%;
    padding: 2%;
    margin: 1% auto 7%;
  }
  main {
    width: 100%;
    margin: 0 auto 5%;
    display: block;
  }
  .contents {
    flex-basis: 100%;
  }
  .sidenav {
    flex-basis: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .section-title::before {
    border-left: 3px solid #006fc3;
    max-height: 50px;
    vertical-align: 1.2%;
    content: '';
    margin-right: 10px;
  }
  .section-title {
    color: #005bab;
    width: 90%;
    margin: 0 auto 2%;
  }
  .section-title span {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 1rem;
  }
  .section-title span::after {
    content: "\A";
    white-space: pre;
  }
  .jhs-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .jhs-menu li {
    margin-bottom: 30px;
    flex-basis: 48%;
    line-height: 90%;
  }
  .jhs-menu li img {
    width: 100%;
  }
  .jhs-menu li a, .jhs-menu li a:link, .jhs-menu li a:visited {
    color: #005bab;
    font-weight: bold;
  }
  footer {
    background-color: #222222;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  footer div {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer div ul {
    width: 100%;
    display: none;
  }
  footer div p {
    padding: 2% 0;
    text-align: center;
    width: 100%;
  }
  footer div ul li a:link, footer div ul li a:visited, footer div ul li a {
    color: #fff;
  }
  .top-contact {
    background: rgb(0, 91, 171);
    background: linear-gradient(90deg, rgba(0, 91, 171, 1) 0%, rgba(0, 111, 195, 1) 30%, rgba(0, 112, 196, 1) 100%);
    padding: 3% 0 7%;
    width: 100%;
    color: #fff;
  }
  .top-contact > div {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-contact > div > div:first-child {
    width: 100%;
  }
  .top-contact div h3 span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.4rem;
    color: #fff;
    line-height: 170%;
  }
  .top-contact h3 span::after {}
  .contact-title::before {
    border-left: 3px solid #fff;
    content: '';
    padding-bottom: 0px;
    vertical-align: middle;
    max-height: 10px;
    padding-top: 4px;
  }
  .contact-title span {
    font-size: 1.2rem !important;
    margin: 0 10px 0 15px;
    font-weight: bold;
  }
  .tel-num {
    margin-top: 10px;
  }
  .tel-num span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold !important;
    font-size: 1.7rem !important;
  }
  .tel-num rt {
    font-size: 0.7rem;
    font-weight: normal;
  }
  .top-mail-bt {
    margin-top: 20px;
  }
  .top-mail-bt a {
    background-color: #fff;
    font-size: 1.05rem;
    padding: 15px 15px;
  }
  .top-mail-bt a i {
    margin-right: 10px;
    font-size: 1.4rem;
  }
  .tel-num a, .tel-num a:link, .tel-num a:visited {
    color: #fff;
  }
  /*  */
  .page-mv {
    margin-top: 8%;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    margin-bottom: 5%;
  }
  .page-mv > div {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .mv-bg {
    width: 100%;
    height: auto;
  }
  .page-mv .svgall {
    top: 230px;
    left: 20px;
  }
  .page-mv-text {
    position: absolute;
    left: 0;
    top: 300px;
    font-size: 2rem;
    padding: 30px 20px;
    margin: auto;
    box-sizing: border-box;
  }
  .page-mv-text img {
    position: absolute;
    top: -35px;
  }
  .single-mv {
    height: 100px;
    width: 100%;
  }
  .jhs-mv {
    background-image: url("../img/jhs-spmv.jpg");
  }
  .tag-mv {
    background-image: url("../img/tag-spmv.jpg");
  }
  .breadcrumbs {
    margin: 0 auto 4%;
    width: 90%;
  }
  .article-contents {
    margin-bottom: 70px;
    position: relative;
  }
  .side-ranking, .side-school {
    box-sizing: border-box;
    background-color: #fff;
    background-image: linear-gradient(0deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px), linear-gradient(90deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px);
    background-size: 32px 32px;
    padding: 5%;
    margin-bottom: 30px;
  }
  _::-webkit-full-page-media, _:future, :root .side-ranking {
    background-image: linear-gradient(0deg, 31px, rgba(238, 238, 238, 0.2) 32px), linear-gradient(90deg, 31px, rgba(238, 238, 238, 0.2) 32px);
  }
  _::-webkit-full-page-media, _:future, :root .side-school {
    background-image: linear-gradient(0deg, 31px, rgba(238, 238, 238, 0.2) 32px), linear-gradient(90deg, 31px, rgba(238, 238, 238, 0.2) 32px);
  }
  .side-ranking h3, .side-school h3 {
    color: #005bab;
    font-weight: bold;
  }
  .side-ranking > p, .side-school > p {
    color: #005bab;
    border-bottom: 1px solid #005bab;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .side-ranking div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
  }
  .side-ranking div p {
    margin-right: 15px;
    color: #fff;
    background-color: #005bab;
    padding: 4px 10px;
    max-height: 20px;
  }
  .side-school ul li {
    margin-bottom: 20px;
  }
  .side-school ul li::before {
    font-family: 'Material Icons';
  content: '\e5cc';
    margin-right: 2%;
    color: #005bab;
  }
  .side-school ul li:first-child {
    margin-top: 30px;
  }
  .side-banner {
    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;
    display: none;
  }
  .side-banner p {
    margin-bottom: 20px;
    display: block;
    flex-basis: 48%;
  }
  .side-banner p img {
    width: 100%;
    height: auto;
  }
  .article-contents {
    padding: 5% 5%;
    box-sizing: border-box;
    background-color: #fff;
    background-image: linear-gradient(0deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px), linear-gradient(90deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px);
    background-size: 32px 32px;
    margin: 0 auto 7%;
    width: 90%;
  }
  _::-webkit-full-page-media, _:future, :root .article-contents {
    background-image: linear-gradient(0deg, 31px, rgba(238, 238, 238, 0.2) 32px), linear-gradient(90deg, 31px, rgba(238, 238, 238, 0.2) 32px);
  }
  .article-contents h2, .article-contents h3 {
    font-size: 1.3rem;
    color: #005bab;
    margin-bottom: 15px;
    border-bottom: #005bab 2px solid;
    padding-bottom: 10px;
    font-weight: bold;
    position: relative;
  }
  .article-contents h2::after, .article-contents h3::after {
    position: absolute;
    right: 0;
    font-family: 'Material Icons';
  	content: '\e0e0';
  }
  .pass-school {
    margin: 20px 0;
  }
  .pass-school span {
    padding: 0px;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin-right: 5px;
    display: block;
    margin-bottom: 28px;
  }
  .pass-school span a {
    padding: 10px 10px;
    background-color: #005bab;
    box-sizing: border-box;
    color: #fff;
  }
  .contents-school {
    padding: 5% 5%;
    box-sizing: border-box;
    background-color: #fff;
    background-image: linear-gradient(0deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px), linear-gradient(90deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px);
    background-size: 32px 32px;
    width: 90%;
    margin: 0 auto 7%;
  }
  _::-webkit-full-page-media, _:future, :root .contents-school {
    background-image: linear-gradient(0deg, 31px, rgba(238, 238, 238, 0.2) 32px), linear-gradient(90deg, 31px, rgba(238, 238, 238, 0.2) 32px);
  }
  .contents-school .section-title {
    width: 100%;
  }
  .contents-school ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .contents-school ul li {
    flex-basis: 46%;
    border-bottom: 1px solid #005bab;
    padding-bottom: 1%;
    margin-bottom: 5%;
    margin-right: 4%;
    position: relative;
  }
  .contents-school ul li::after {
    font-family: 'Material Icons';
  content: '\e5cc';
    position: absolute;
    right: 0;
    color: #005bab;
  }
  .contents-school ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .detail-bt {
    max-width: 60%;
  }
  .detail-bt a {
    margin: 30px auto 80px;
    padding: 20px 15px;
    box-sizing: border-box;
    background: rgb(0, 91, 171);
    background: linear-gradient(90deg, rgba(0, 91, 171, 1) 0%, rgba(0, 111, 195, 1) 30%, rgba(0, 112, 196, 1) 100%);
    max-width: 70%;
    text-align: center;
    position: relative;
  }
  .detail-bt a::after {
    font-family: 'Material Icons';
  content: '\e5cc';
    padding-left: 5%;
  }
  .detail-bt, .detail-bt:link, .detail-bt:visited {
    color: #fff;
  }
  .by-year {
    margin: 5% auto 15%;
    width: 90%;
    line-height: 18vw;
  }
  .by-year span a {
    padding: 20px 15px;
    box-sizing: border-box;
    background: rgb(0, 91, 171);
    background: linear-gradient(90deg, rgba(0, 91, 171, 1) 0%, rgba(0, 111, 195, 1) 30%, rgba(0, 112, 196, 1) 100%);
    max-width: 49%;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .by-year span a, .by-year span a:link, .by-year span a:visited {
    color: #fff;
  }
  .by-year span a::after {
    font-family: 'Material Icons';
  content: '\e5cc';
    padding-left: 2%;
    color: #fff;
  }
  .by-year span a:hover {
    background: rgb(255, 255, 255);
    border: 2px solid #005bab;
    color: #005bab;
  }
  .page-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 7%;
  }
  .page-nav > div {
    flex-basis: 49%;
    width: 49%;
    position: relative;
    margin-bottom: 2%;
  }
  .page-nav > div img {
    width: 100%;
    vertical-align: top;
  }
  .page-nav > div a {
    position: absolute;
    top: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(0, 91, 171, 0.6);
    color: #fff;
  }
  .page-nav > div a:link, .page-nav > div a:visited {
    color: #fff;
  }
  .page-nav > div div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 35%;
  }
  .page-nav > div span::before {
    content: 'More';
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
  }
  .page-nav > div span {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #fff;
  }
  .page-nav > div span::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: transparent transparent #006fc3 transparent;
    position: absolute;
    right: 0%;
    bottom: 0;
    z-index: 1;
  }
  .page-nav div h2 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .page-nav div h2 strong {
    border-bottom: 1px solid #fff;
  }
  /* スマホメニュー */
  /*トグルボタンが押されたときに付与するクラス*/
  nav.NavMenu.active {
    transform: translateY(0%);
  }
  /*トグルボタンのスタイルを指定*/
  .Toggle {
    display: block;
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 10;
  }
  .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #005bab;
    -webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
    -moz-transition: .35s ease-in-out; /*変化の速度を指定*/
    transition: .35s ease-in-out; /*変化の速度を指定*/
    left: 6px;
  }
  .Toggle span:nth-child(1) {
    top: 9px;
  }
  .Toggle span:nth-child(2) {
    top: 18px;
  }
  .Toggle span:nth-child(3) {
    top: 27px;
  }
  .Toggle div {
    color: #005bab;
    margin-top: 33px;
  }
  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* 学校情報の箇所 */
  .school-info {
    width: 90%;
    margin: 0 auto 10%;
    padding: 4%;
    box-sizing: border-box;
    background-color: #fff;
    background-image: linear-gradient(0deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px), linear-gradient(90deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px);
    background-size: 32px 32px;
    position: relative;
  }
  .school-info-m {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
  }
  .school-info-m div:first-child {
    padding-top: 8px;
    width: 14%;
  }
  .school-info-m div:first-child img {
    width: 100%;
    height: auto;
    padding-top: 5vw;
  }
.school-info-img {
		margin-bottom: 20px;
	}
.school-info-flex {
	display: block;	
	width: 100%;
	margin-bottom: 20px;
	}
.school-info-first {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}	
  .school-namearea {
    text-align: center;
    max-width: 70%;
  }
  .school-name {
    font-size: 9vw;
    margin-bottom: 4px;
    line-height: 120%;
  }
  .school-people-r {
    margin-top: 3vw;
    margin-right: 0vw;
    width: 14%;
  }
  .school-people-r img {
    width: 100%;
    height: auto;
  }
  .school-detail {
    background-color: #ffe600;
    color: #000;
    padding: 4px 8px;
    font-size: 11px;
  }
  .school-description {
    background-color: #005bab;
    color: #fff;
    padding: 4px 8px;
    font-size: 11px;
    text-align: center;
    display: none;
  }
  .school-furigana {
    color: #005bab;
    font-size: 10px;
  }
  .school-info-d {
    display: block;
  }
  .school-info-d div:first-child {
    margin-bottom: 8%;
    font-size: 14px;
  }
  .school-info-d div:first-child img {
    width: 100%;
    height: auto;
  }
  .school-info-d div:last-child {}
  .school-info-d h3 {
    color: #005bab;
    font-size: 16px;
    margin-top: 4vw;
  }
  .school-info-n {
    display: none;
  }
  .school-titlem {
    color: #005bab;
    font-size: 22px;
    border-left: 4px solid #005bab;
    padding-left: 8px;
    font-weight: bold;
  }
  .school-success {
    margin-bottom: 20px;
    color: #005bab;
  }
  .school-success span {
    font-size: 54px;
  }
  .school-table {
    border-collapse: collapse;
    margin-top: 24px;
  }
  .school-table tr th, .school-table tr td {
    border: 1px solid #005bab;
    padding: 4px;
  }
  .school-table tr th {
    background-color: #f2faff;
    color: #005bab;
  }
  /* 学校情報の箇所 */
  /*タブ*/
  .js-tab-contents {
    display: none;
  }
  .grade-school > ul {
    width: 96%;
    margin: 0 auto 0;
  }
  .js-tab-contents.current {
    width: 96%;
    margin: 0 auto 4%;
    max-width: 100%;
    padding: 20px 0px 10px 12px;
    border: 1px solid #005bab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0.8rem;
    background-color: #fff;
  }
  .pg_school .js-tab-contents.current {
    border: 1px solid #005bab;
    background-color: #f2f2f2;
  }
  .grade-school-blue ul li {
    border-top: 2px solid #AFBFE2;
    border-left: 2px solid #AFBFE2;
    border-right: 2px solid #AFBFE2;
    padding: 15px 10px;
    flex-basis: 40%;
    text-align: center;
    margin-right: 2%;
    cursor: pointer;
    background-color: #fff;
  }
  .grade-school-blue ul li.current {
    background-color: #172F6B;
    border-top: 2px solid #172F6B;
    border-left: 2px solid #172F6B;
    border-right: 2px solid #172F6B;
    color: #fff;
  }
  .school-box p {
    flex-basis: 26%;
    margin-bottom: 2vw;
    margin-right: 7%;
    text-align: center;
    width: 100%;
  }
  .school-box p:nth-child(3) {
    margin-right: 0%;
  }
	.latest-by-tag {
		margin-top: 12px;
		
	}
	.latest-by-tag li {
		margin-top: 12px;
	}
}
@media only screen and (max-width: 896px) {
  /* スマホ対応 */
  header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0px;
    padding: 0;
    z-index: 10;
  }
  .interview-banner {
    width: 80%;
    margin: 2% auto 2%;
  }
  .page-mv .svgall {
    left: 10px;
  }
  .pc-mv {
    display: none;
  }
  .tab-mv {
    display: none;
  }
  .sp-mv {
    display: block;
  }
  .catchphrase {
    font-size: 1.5rem;
  }
  .top-mv strong, .page-mv div strong {
    max-width: 320px;
  }
  .top-mv .svgall {
    top: 32vh;
    max-width: 240px;
  }
  .top-mv .svgall span img {
    width: 90px;
    height: auto;
    vertical-align: top;
  }
  .mv-text {
    top: 39vh;
  }
  .top-mv strong {
    top: 215px;
  }
  .mv-text {
    font-size: 1.4rem;
  }
  .page-nav > div {
    flex-basis: 50%;
  }
  .hs-mv {
    background-image: url("../img/hs-spmv.jpg");
    background-position: center;
  }
  .parents-mv {
    background-image: url("../img/parents-spmv.jpg");
    background-position: top;
  }
  .page-mv {
    height: 400px;
  }
  .mv-nav {
    width: 80%;
    margin: -50px auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mv-nav div {
    width: 100%;
    margin-bottom: 5%;
    box-sizing: border-box;
    background-color: #fff;
    background-image: linear-gradient(0deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px), linear-gradient(90deg, transparent 31px, rgba(238, 238, 238, 0.2) 32px);
    background-size: 32px 32px;
    border: 5px solid #eee;
    padding: 15px;
    position: relative;
  }
  _::-webkit-full-page-media, _:future, :root .mv-nav div {
    background-image: linear-gradient(0deg, 31px, rgba(238, 238, 238, 0.2) 32px), linear-gradient(90deg, 31px, rgba(238, 238, 238, 0.2) 32px);
  }
  .page-mv-text {
    font-size: 1.5rem;
  }
  .page-mv-text img {
    width: 350px;
  }
}
@media only screen and (max-width: 700px) {
  .page-mv {
    margin-top: 11%;
  }
  .page-mv .svgall {
    top: 210px;
  }
  .page-mv-text {
    top: 280px;
    left: 0;
    padding: 5% 10px 7%;
  }
}
@media only screen and (max-width: 640px) {
  .page-mv-text {
    width: 100%;
    font-size: 1.2rem;
  }
  .top-mv {
    background-image: url("../img/top-spmv.jpg");
  }
  .page-mv .svgall {
    top: 260px;
    max-width: 220px;
  }
  .page-mv .svgall span img {
    width: 80px;
    vertical-align: top;
  }
  .page-mv-text {
    top: 320px;
    left: 0;
    padding: 5% 10px 7%;
    text-shadow: 1px 2px 3px #808080;
  }
}



/* 年度別 受験体験記　20250725以降～　ここから */
.byyear-box { 
  margin: 30px 0 80px;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.byyear-box a {
  padding: 12px 0;
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  background: rgb(0, 91, 171);
  background: linear-gradient(to right, rgba(0, 91, 171, 1) 0%, rgba(0, 111, 195, 1) 30%, rgba(0, 112, 196, 1) 100%);
  border: 1px solid #005bab;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.byyear-box a, .byyear-box a:link, .byyear-box a:visited {
  color: #FFFFFF;
}
.byyear-box a::after {
  font-family: 'Material Icons';
  content: '\e5cc';
  padding-left: 2%;
  color: #FFFFFF;
}
.byyear-box a:hover::after {
  color: #005bab;
}
.byyear-box a:hover {
  color: #005bab;
  background: rgb(255, 255, 255);
  border: 1px solid #005bab;
}

@media only screen and (max-width: 1024px) {
  /* タブレット対応 */
  .byyear-box {
    margin: 5% auto 10%;
    width: 90%;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
  }
  .byyear-box a {
    padding: 10px 0;
    border: 2px solid #005bab;
  }
  .byyear-box a:hover {
    border: 2px solid #005bab;
  }
}
/* 年度別 受験体験記　20250725以降～　ここまで */

