/*リセットCSS*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

.pc-no {
  display: none !important;
}

/*----------------------------------------------------------------------------------*/
/*ヘッダー*/
/*----------------------------------------------------------------------------------*/
.header-outer {
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.content-inner {
  width: 90%;
  height: 100%;
  margin: auto;
  position: relative;
}

.nav-outer {
  display: flex;
}

.header-left {
  position: absolute;
  left: 0;
}

.header-left > h1 {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 1.5vw;
  padding-top: 45px;
  letter-spacing: 1px;
}

.header-right {
  position: absolute;
  right: 0;
  padding-top: 45px;
}

.header-right {
  margin-left: auto;
}

.nav-list {
  display: flex;
}

.nav-list > li:nth-child(n+1):nth-child(n-7) {
  margin-left: 1.5vw;
  font-size: 1.1vw;
  line-height: 1.5vw;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.nav-list > li {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.nav-list > li::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.nav-list > li:hover::after {
  transform: scale(1, 1);
}

/*パンくずリスト*/
#breadcrumb {
  width: 100%;
  background-color: rgba(78, 62, 62, 0.1);
}

.content-inner4 {
  width: 90%;
  height: auto;
  margin: auto;
}

.content-inner4 > ul {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 3px;
  display: flex;
  padding: 16px 0 16px 0;
}

.content-inner4 ul li {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.content-inner4 ul li a span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.content-inner4 ul li a span:hover::after {
  transform: scale(1, 1);
}

/*----------------------------------------------------------------------------------*/
/*ページ１(トップページ)*/
/*----------------------------------------------------------------------------------*/
#page1 {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
}

#page1::before {
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  z-index: 1;
}

.top-inner {
  width: 90%;
  height: 100%;
  margin: auto;
  position: relative;
}

.top-inner > h1 {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  color: #fff;
  letter-spacing: 1px;
  font-size: 4.2vw;
  line-height: 4.9vw;
  position: absolute;
  top: 34%;
  margin: auto;
  z-index: 2;
}

.content-inner--map {
  max-width: 1200px;
}

/*----------------------------------------------------------------------------------*/
/*ページ２(高野塾とは)*/
/*----------------------------------------------------------------------------------*/
.page2 {
  width: 100%;
  height: auto;
  padding: 100px 0 100px 0;
}

/*高野塾とは*/
.content-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.txt-wrap {
  width: 90%;
  padding: 60px 40px 0 0;
  margin-left: 5%;
}

.txt-wrap > h2 {
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.txt-wrap > p {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 32px;
}

.student1 {
  text-align: right;
}

.student1 > img {
  width: 100%;
}

/*ボタン*/
.btn-box {
  text-align: center;
  margin-top: 100px;
}

.btn1 {
  display: inline-block;
  padding: 1.25em 3.5em;
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
  background-color: #4E0404;
}

.btn1:hover {
  opacity: 0.9;
}

.fa-caret-right {
  margin-left: 1.5em;
}

.btn2 {
  display: inline-block;
  padding: 1.25em 3.5em;
  margin-left: 100px;
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
  background-color: #4E0404;
}

.btn2:hover {
  opacity: 0.9;
}

/*----------------------------------------------------------------------------------*/
/*ページ３(選ばれる理由)*/
/*----------------------------------------------------------------------------------*/
.page3 {
  width: 100%;
  height: auto;
  padding: 100px 0 100px 0;
  background-color: rgba(78, 62, 62, 0.1);
}

/*見出し*/
.heading {
  font-size: 40px;
  text-align: center;
  letter-spacing: 3px;
}

.heading > h2 {
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid;
}

.heading > p {
  font-size: 14px;
  margin-top: 12px;
}

/*選ばれる理由１*/
.content-wrap1 {
  width: 100%;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}

.txt-wrap1 {
  width: 100%;
  margin: auto;
}

.txt-inner {
  width: 80%;
  margin: auto;
}

.txt-inner > h3 {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.txt-inner > p {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 32px;
}

.bg {
  font-size: 50px;
}

.student2 {
  width: 100%;
  text-align: right;
}

.student2 > img {
  width: 100%;
}

/*選ばれる理由２*/
.content-wrap2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.teacher1 {
  width: 100%;
}

.teacher1 > img {
  width: 100%;
}

.txt-wrap2 {
  width: 100%;
  margin: auto;
}

.txt-wrap2 > h3 {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.txt-wrap2 > p {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 32px;
}

/*選ばれる理由３*/
.content-wrap3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.student3 {
  width: 100%;
  text-align: right;
}

.student3 > img {
  width: 100%;
}

/*----------------------------------------------------------------------------------*/
/*ページ４(合格実績)*/
/*----------------------------------------------------------------------------------*/
.result-wrap {
  width: 100%;
  margin-top: 80px;
  position: relative;
}

.result-inner {
  width: 70%;
  background-color: rgba(78, 62, 62, 0.1);
}

.txt-box {
  width: 75%;
  margin: auto;
}

.txt-box > h3 {
  font-size: 40px;
  padding-top: 100px;
  line-height: 45px;
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.txt-box > p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
}

/*ボタン*/
.btn-box1 {
  margin-top: 10px;
  padding-bottom: 100px;
}

.btn3 {
  display: inline-block;
  padding: 1.25em 3.5em;
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
  background-color: #4E0404;
}

.btn3:hover {
  opacity: 0.9;
}

.student4 {
  width: 60%;
  margin-top: -300px;
  margin-left: auto;
}

.student4 > img {
  width: 100%;
}

/*----------------------------------------------------------------------------------*/
/*ページ５(コース料金)*/
/*----------------------------------------------------------------------------------*/
.content-inner1 {
  width: 90%;
  margin: auto;
}

.pic-box {
  margin-top: 80px;
  display: flex;
  text-align: center;
}

.pic > img {
  width: 90%;
}

.pic > h3 {
  font-size: 20px;
  letter-spacing: 3px;
  margin-top: 10px;
}

.btn-box2 {
  margin-top: 100px;
  text-align: center;
}

/*----------------------------------------------------------------------------------*/
/*ページ６(校舎・教室)*/
/*----------------------------------------------------------------------------------*/
.content-inner2 {
  width: 95%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.map {
  margin: 80px 10px 0;
  width: 350px;
}

.map > h3 {
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.map > h3 span {
  font-size: 14px;
}

.map-txt {
  width: 100%;
  max-width: 350px;
  height: 82px;
  background-color: rgba(78, 62, 62, 0.1);
}

.map-txt > p {
  font-size: 16px;
  letter-spacing: 3px;
  padding: 16px 0 0 10px;
}

.map-add {
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

/*----------------------------------------------------------------------------------*/
/*ページ７(TAKANO JUKU TV)*/
/*----------------------------------------------------------------------------------*/
.content-inner3 {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 80px;
  text-align: center;
}

.video iframe {
  width: 300px;
  height: 169px;
}

/*----------------------------------------------------------------------------------*/
/*ページ８(BLOG)*/
/*----------------------------------------------------------------------------------*/
.blog-inner {
  width: 95%;
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: space-around;
}

.blogs {
  width: 300px;
}

.blogs img {
  width: 300px;
  height: 200px;
}

.blogs h1 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3px;
  margin: 5px 0;
}

.blogs time {
  font-size: 16px;
  letter-spacing: 3px;
  text-align: right;
}

/*----------------------------------------------------------------------------------*/
/*フッダー*/
/*----------------------------------------------------------------------------------*/
footer {
  width: 100%;
  height: 200px;
  background-color: #000;
  position: relative;
}

.navi-box1 {
  margin: 35px 0 0 40px;
  float: left;
}

.navi1 > li a {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 3px;
}

.navi-box2 {
  margin: 35px 0 0 40px;
  float: left;
}

.navi2 > li a {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}

.sns {
  position: absolute;
  top: 35px;
  right: 40px;
}

.yt {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.tw {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  margin-left:20px;
  position: relative;
}

.ig {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  margin-left:20px;
  position: relative;
}

.fb {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  margin-left:20px;
  position: relative;
}

.icon {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.all {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 28px;
  position: absolute;
  right: 40px;
  bottom: 35px;
}

/*----------------------------------------------------------------------------------*/
/*固定ページ(高野塾とは)*/
/*----------------------------------------------------------------------------------*/
.page4,.page5,.page6,.page7,.page8,.page9,.page10,.page11,.page12 {
  height: calc(50vw - 150px);
}

.page4 {
  width: 100%;
  background-image: url(../img/about-bg.jpg);
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page4::before {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: black;
  opacity:0.2;
}

.global-box {
  width: 100%;
  height: 50px;
  background-color: rgba(78, 62, 62, 0.1);
}

.content-inner4 {
  width: 90%;
  height: auto;
  margin: auto;
  position: relative;
}

.global-menu {
  position: absolute;
  margin: 18px 0 18px 0;
}

.global-menu > p {
  font-size: 13px;
  letter-spacing: 3px;
}

.global-home:hover {
  opacity: 0.9;
  border-bottom: 1px solid;
}

.top-inner1 {
  width: 90%;
  height: 100%;
  margin: auto;
  position: relative;
}

.top-inner1 > h1 {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  color: #fff;
  letter-spacing: 1px;
  font-size: 4.2vw;
  line-height: 4.9vw;
  position: absolute;
  top: 42%;
  margin: auto;
  z-index: 2;
}

.txt-wrap5 {
  width: 100%;
  padding: 60px 40px 0 0;
  margin-left: 5%;
}

.txt-wrap5 > h2 {
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.txt-wrap5 > p {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 32px;
}

.student1 {
  width: 100%;
}

.student1 > img {
  width: 100%;
}

/*固定ページ(大切にしていること)*/
.pic-box1 {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.pic1 {
  margin-right: 5%;
}

.pic1 > img,.pic2 > img {
  width: 100%;
}

.pic1 div > h3,.pic2 div > h3 {
  font-size: 24px;
  letter-spacing: 3px;
  margin-top: 20px;
}

.pic1 div > p,.pic2 div > p{
  font-size: 16px;
  margin-top: 15px;
  letter-spacing: 3px;
  line-height: 32px;
}

.pic2 {
  margin-left: 5%;
}

/*固定ページ(高野塾について)*/
.tkn-outer {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.about-tkn {
  width: 50%;
  margin-left: 5%;
}

.about-inner {
  width: 95%;
  padding: 4.5% 0;
  border-bottom: 1px solid rgba(78, 62, 62, 0.1);
}

.item1 {
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: bold;
}

.item2 {
  font-size: 18px;
  letter-spacing: 3px;
  display: inline-block;
  margin-left: 5rem;
}

.item2-tel {
  font-size: 18px;
  letter-spacing: 3px;
  display: inline-block;
  margin-left: 2.5rem;
}

.item2-yuuma {
  font-size: 18px;
  letter-spacing: 3px;
  display: inline-block;
  margin-left: 3.75rem;
}

.item2-num {
  font-size: 18px;
  letter-spacing: 3px;
  display: inline-block;
  margin-left: 3.75rem;
}

.pic-tkn {
  width: 53%;
}

.pic-tkn > img {
  width: 100%;
}

/*----------------------------------------------------------------------------------*/
/*固定ページ(塾長メッセージ)*/
/*----------------------------------------------------------------------------------*/
.page5 {
  width: 100%;
  background-image: url(../img/teacher2-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.profile {
  width: 80%;
  margin: auto;
  margin-top: 80px;
}

.profile > p:nth-child(1) {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.profile > p:nth-child(2) {
  font-size: 35px;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.profile > p:nth-child(3) {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 32px;
  display: inline-block;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(78, 62, 62, 0.1);
}

.message {
  width: 80%;
  margin: 0 auto 0 auto;
  margin-top: 100px;
}

.message > h3 {
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.message > p {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 32px;
  margin-bottom: 40px;
}

/*----------------------------------------------------------------------------------*/
/*固定ページ(コース・料金)*/
/*----------------------------------------------------------------------------------*/
.page6 {
  width: 100%;
  background-image: url(../img/student11-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.sm-txt {
  font-size: 16px;
}

.price-inner {
  width: 80%;
  margin: 80px auto 0 auto;
}

.price {
  display: flex;
  justify-content: space-around;
}

.price > h3 {
  font-size: 30px;
  letter-spacing: 3px;
  padding: 45px 0;
}

.price-item1 {
  display: flex;
  justify-content: space-around;
  background-color: rgba(78, 62, 62, 0.1);
}

.price-item2 {
  display: flex;
  justify-content: space-around;
}

.price-item3 {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid rgba(78, 62, 62, 0.1);
}

.price-item1 > p {
  font-size: 20px;
  letter-spacing: 3px;
  padding: 50px 0;
}

.price-item2 > p {
  font-size: 20px;
  letter-spacing: 3px;
  padding: 50px 0;
}

.price-item3 > p {
  font-size: 20px;
  letter-spacing: 3px;
  padding: 50px 0;
}

.trans {
  color: Transparent;
}

.desc {
  width: 80%;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.desc-box {
  width: 45%;
}

.desc-box > h3 {
  font-size: 30px;
  letter-spacing: 3px;
}

.desc-box > p {
  font-size: 14px;
  margin-top: 15px;
  letter-spacing: 3px;
  line-height: 28px;
}

.desc2 {
  width: 45%;
}

/*----------------------------------------------------------------------------------*/
/*固定ページ(合格実績2019年)*/
/*----------------------------------------------------------------------------------*/
.page7 {
  width: 100%;
  background-image: url(../img/sakura-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.result-outer {
  width: 80%;
  margin: 80px auto 0 auto;
}

.highschool {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 5px solid rgba(78, 62, 62, 0.1);
}

.highschool > h3 {
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: bold;
}

.highschool > p {
  font-size: 35px;
  letter-spacing: 3px;
  font-weight: bold;
}

.year {
  font-size: 20px;
  font-weight: bold;
}

.school-box {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 10px 0;
  border-bottom: 1px solid rgba(78, 62, 62, 0.1);
}

.school-box > p:nth-child(1) {
  font-size: 28px;
  letter-spacing: 3px;
}

.school-box > p:nth-child(2) {
  font-size: 22px;
  letter-spacing: 3px;
}

.university {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  padding-bottom: 10px;
  border-bottom: 5px solid rgba(78, 62, 62, 0.1);
}

.university > h3 {
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: bold;
}

.university > p {
  font-size: 35px;
  letter-spacing: 3px;
  font-weight: bold;
}

.btn-box3 {
  margin-top: 80px;
  text-align: right;
}

.btn4 {
  display: inline-block;
  padding: 1.25em 3.5em;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #4E0404;
}

.btn4:hover {
  opacity: 0.9;
}

/*----------------------------------------------------------------------------------*/
/*固定ページ(合格実績2018年、2017年)*/
/*----------------------------------------------------------------------------------*/
.fa-caret-left {
  margin-right: 1.5em;
}

.btn-outer {
  display: flex;
  justify-content: space-between;
}

.btn-box4 {
  margin-top: 60px;
  text-align: right;
}

.btn-box5 {
  margin-top: 60px;
  text-align: left;
}

/*----------------------------------------------------------------------------------*/
/*固定ページ(入塾の流れ)*/
/*----------------------------------------------------------------------------------*/
.page8 {
  width: 100%;
  background-image: url(../img/student12-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/*----------------------------------------------------------------------------------*/
/*固定ページ(TAKANO JUKU TV)*/
/*----------------------------------------------------------------------------------*/
.page9 {
  width: 100%;
  background-image: url(../img/takanojukutv-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.content-inner5 {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  text-align: center;
}

.content-inner6 {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.yt-inner1 {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.yt-inner2 {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.content-inner5 iframe,.content-inner6 iframe {
  width: 300px;
  height: 200px;
}

/*YouTube動画レスポンシブ対応*/
.VideoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

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

/*ページネーション*/
.pagination {
  width: 100%;
  margin: 40px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
}

.pagination span, .pagination a {
  display: block;
  width: auto;
  margin: 2.5px;
  padding: 8px;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 27px;
}

/* ページ番号 */
.pagination .pager {
  width: 45px;
  height: 45px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.pagination a,
.pagination a::before,
.pagination a::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* 前へ */
.pagination a.prev {
  margin-right: 16px;
}

/* 次へ */
.pagination a.next {
  margin-left: 16px;
}

/* 最初へ 最後へ */
.pagination a.first,.pagination a.last {
  width: 45px;
  height: 45px;
}

/* Page x / y */
.pagination span.page_num,.pagination a.prev,.pagination a.next {
  display: none;
}

/*投稿ナビゲーション非表示*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*----------------------------------------------------------------------------------*/
/*固定ページ(BLOG)*/
/*----------------------------------------------------------------------------------*/
.page10 {
  width: 100%;
  background-image: url(../img/student14-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.content-blog {
  margin: 80px auto 0 auto;
  display: flex;
  width: 85%;
}

.content-inner7 {
  width: 80%;
}

.contents {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

article {
  width: 300px;
  height: 300px;
  margin-bottom: 60px;
}

article h1 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3px;
  margin: 5px 0;
}

article time {
  font-size: 16px;
  letter-spacing: 3px;
  text-align: right;
}

/*カテゴリー*/
aside {
  list-style-type: none;
}

.widgettitle {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 50px;
}

.cat-item {
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 50px;
}

.cat-item:nth-child(3) {
  margin-bottom: 60px;
}

.widget_archive ul li {
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 50px;
}

/*----------------------------------------------------------------------------------*/
/*固定ページ(BLOG個別投稿ページ)*/
/*----------------------------------------------------------------------------------*/
.single-contents {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.single-contents article {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

article img {
  max-width: 100%;
  height: auto;
}

.single-contents article h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 3px;
  margin: 10px 0;
  font-family: 'ヒラギノ角ゴ ProN W3';
}

.single-contents article time p {
  font-size: 14px;
  letter-spacing: 3px;
  text-align: left;
  margin-bottom: 10px;
  font-family: 'ヒラギノ角ゴ ProN W3';
}

.single-contents article h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #4E0404;
  line-height: 30px;
  letter-spacing: 3px;
  padding: 20px;
  margin: 52px 0 30px 0;
  font-family: 'ヒラギノ角ゴ ProN W3';
}

.single-contents article h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 3px;
  padding: 20px;
  border-left: 3px solid #4E0404;
  margin-bottom: 30px;
  font-family: 'ヒラギノ角ゴ ProN W3';
}

.single-contents article h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 3px;
  margin-bottom: 28px;
  font-family: 'ヒラギノ角ゴ ProN W3';
}

.single-contents article p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3px;
  margin-bottom: 28px;
  font-family: 'ヒラギノ角ゴ ProN W3';
}

.single-contents article p a:link {
  color: #00a0e9;
  border-bottom: 1px solid #00a0e9;
}

.single-contents article p a:visited {
  color: #00a0e9;
  border-bottom: 1px solid #00a0e9;
}

.single-contents article ul {
  list-style: initial;
  list-style-type: initial;
  margin: 16px 0;
}

.single-contents article li {
  list-style: initial;
  list-style-type: initial;
  margin: 26px;
}

.wp-block-quote {
  clear: both;
  padding: 16px 0 16px 32px;
  margin: 32px 0 32px 0;
  position: relative;
  border-left: 1px solid #4E0404;
}

/*前後へリンク*/
.pagenav a {
  font-size: 14px;
  text-decoration: none;
}

.pagenav .old a {
  float: left;
}

.pagenav .new a {
  float: right;
}

.pagenav {
  margin-top: 80px;
  overflow: hidden;
}

.fa-chevron-circle-left,.fa-chevron-circle-right {
  color: #4E0404;
}

/*----------------------------------------------------------------------------------*/
/*固定ページ(よくある質問)*/
/*----------------------------------------------------------------------------------*/
.page11 {
  width: 100%;
  background-image: url(../img/faq-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.faq-inner {
  width: 80%;
  margin: 80px auto 0 auto;
}

.question,.answer {
  display: flex;
}

.question > p:nth-child(2) {
  margin-left: 40px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 50px;
}

.answer > p:nth-child(2) {
  width: 90%;
  margin-left: 40px;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 50px;
}

.q {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 45px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: #fff;
  background-color: #4E0404;
}

.a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 45px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #000;
  background-color: rgba(78, 62, 62, 0.1);
}

.faq-inner1 {
  width: 80%;
  margin: 80px auto 0 auto;
}

/*----------------------------------------------------------------------------------*/
/*固定ページ(お問い合わせ)*/
/*----------------------------------------------------------------------------------*/
.page12 {
  width: 100%;
  background-image: url(../img/pc-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.contact-inner {
  width: 65%;
  margin: 80px auto 0 auto;
}

.contact-inner > p {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 26px;
}

/*Contact Form7カスタマイズCSS*/
.wpcf7-form {
  margin-top: 80px;
}

.wpcf7-form > p {
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: bold;
}

.wpcf7-text {
  height: 48px;
  border: 1px solid rgba(78, 62, 62, 0.1);
}

.wpcf7-textarea {
  border: 1px solid rgba(78, 62, 62, 0.1);
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  font-size: 16px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  width: 100%;
  padding: 8px 15px;
  margin: 20px 0 40px 0;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  margin-bottom: 0;
  margin-top: 30px;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  font-size: 16px;
  font-weight: 600;
  color: #F43E43;
  padding-left: 0;
  border: none;
  margin: -20px 0 20px 0;
}

input.wpcf7-submit {
  font-size: 14px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  letter-spacing: 3px;
  color: #fff;
  background-color: #4E0404;
  /* display: inline-block; */
  display: block;
  padding: 1em 5em;
  margin: 60px auto 40px auto;
  /* margin: 40px auto 40px auto; */
}

input.wpcf7-submit:hover {
  opacity: 0.9;
}

.input-wrap {
  text-align: center;
}

.tel {
  margin: 80px auto 0 auto;
}

.tel > p:nth-child(1) {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 26px;
}

.tel > p:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 38px;
}

/* お問い合わせ修正2024.08.27 */
.wpcf7-select {
  display: block;
  font-size: 16px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  width: 240px;
  padding: 8px 15px;
  margin: 20px 0 15px 0;
  height: 48px;
  border: 1px solid rgba(78, 62, 62, 0.1);
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-radio {
  display: block;
  font-size: 16px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  width: 100%;
  padding: 8px 0;
  margin: 20px 0 10px 0;
  height: 48px;
  line-height: 1.6;
}

.wpcf7-list-item input {
  margin: 0;
}

.wpcf7-list-item input, .wpcf7-list-item label {
  cursor: pointer;
}

.wpcf7-list-item-label {
  margin-left: 3px;
}

.wpcf7-free-text {
  font-size: 16px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  width: 100%;
  padding: 8px 15px;
  margin: 20px 0 40px -15px !important;
  border: 1px solid rgba(78, 62, 62, 0.1);
  background-color: #fff;
  height: 150px;
}

@media (max-width: 585px) {
  .your-content .wpcf7-list-item.last {
    margin-left: 1em;
  }
}

@media (max-width: 419px) {
  .your-content .wpcf7-list-item.last {
    margin-top: 5px;
  }

  .your-content .wpcf7-form-control.wpcf7-radio {
    margin-bottom: 40px;
  }
}

@media (min-width: 350px) {
  .sp-350 {
    display: none;
  }
}

.wpcf7-form > p label:nth-of-type(5) {
  line-height: 1.6;
}

.your-grade .wpcf7-not-valid-tip {
  margin-top: 20px;
}

/*-------------------------------*/
/*ページ８(BLOG)(〜1300px)*/
/*----------------------------------*/
@media(max-width:1300px) {

.blogs {
  width: 250px;
}

.blogs img {
  width: 250px;
  height: 166px;
}

/*----------------------------------*/
/*固定ページ(TAKANO JUKU TV)(〜1300px)*/
/*----------------------------------*/
.content-inner5 {
  justify-content: space-around;
}

.content-inner6 {
  justify-content: space-around;
}

.content-inner5 iframe,.content-inner6 iframe {
  width: 250px;
  height: 200px;
}

}

/*-----------------------------------*/
/*ページ７(TAKANO JUKU TV)(〜1280px)*/
/*-----------------------------------*/
@media(max-width:1280px) {

.video iframe {
  width: 250px;
  height: 141px;
}

}

/*------------------------------*/
/*固定ページ(コース・料金)(〜1274px)*/
/*-------------------------------*/
@media(max-width:1274px) {

.price > h3 {
  font-size: 24px;
}

.price-item1 > p {
  font-size: 16px;
  letter-spacing: 2px;
}

.price-item2 > p {
  font-size: 16px;
  letter-spacing: 2px;
}

.price-item3 > p {
  font-size: 16px;
  letter-spacing: 2px;
}

}

/*--------------------------------*/
/*固定ページ(高野塾とは)(〜1258px)*/
/*----------------------------------*/
@media(max-width:1258px) {

.txt-wrap5 {
  width: 100%;
  padding-top: 40px;
  margin-left: 5%;
}

.txt-wrap5 > h2 {
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.txt-wrap5 > p {
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 28px;
}

}

/*--------------------------------*/
/*固定ページ(高野塾とは)(〜1112px)*/
/*----------------------------------*/
@media(max-width:1112px) {

.txt-wrap5 {
  width: 100%;
  padding-top: 0px;
  margin-left: 5%;
}

.txt-wrap5 > h2 {
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.txt-wrap5 > p {
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 28px;
}

}
/*-------------------------------*/
/*ページ８(BLOG)(〜1100px)*/
/*----------------------------------*/
@media(max-width:1100px) {

.blogs {
  width: 200px;
}

.blogs img {
  width: 200px;
  height: 133px;
}

.blogs h1 {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 3px;
  margin: 5px 0;
}

.blogs time {
  font-size: 12px;
  letter-spacing: 3px;
  text-align: right;
}
/*---------------------------------*/
/*固定ページ(TAKANO JUKU TV)(〜1110px)*/
/*----------------------------------*/
.content-inner5 iframe,.content-inner6 iframe {
  width: 200px;
  height: 150px;
}

/*---------------------------------*/
/*固定ページ(BLOG)(〜1110px)*/
/*----------------------------------*/
.content-blog {
  margin: 80px auto 0 auto;
  display: flex;
  width: 95%;
}

.content-inner7 {
  width: 90%;
}

.contents {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

}
/*---------------------------------*/
/*ページ７(TAKANO JUKU TV)(〜1070px)*/
/*----------------------------------*/
@media(max-width:1070px) {

.content-inner3 iframe {
  width: 200px;
  height: 113px;
}

}


/*--------------------------------*/
/*固定ページ(高野塾について)(〜1052px)*/
/*----------------------------------*/
@media(max-width:1052px) {

.item1 {
  font-size: 14px;
}

.item2 {
  font-size: 14px;
  margin-left: 4rem;
}

.item2-tel {
  font-size: 14px;
  margin-left: 2rem;
}

.item2-yuuma {
  font-size: 14px;
  margin-left: 3rem;
}

.item2-num {
  font-size: 14px;
  margin-left: 3rem;
}

}
/*------------------------------------------------------------------------------------
/*------------------------------------------------------------------------------------
/*------------------------------------------------------------------------------------
/*------------------------------------------------------------------------------------
/*------------------------------------------------------------------------------------
  ipadPro(〜1024px)
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
@media(max-width:1024px) {

.ipr-no {
  display: none !important;
}

.ipr {
  display: block !important;
}

.page4,.page5,.page6,.page7,.page8,.page9,.page10,.page11,.page12 {
  height: calc(60vw - 150px);
}
/*---------------------------*/
/*ページ１(トップページ)(〜1024px)*/
/*------------------------------*/
#page1 {
  height: calc(65vw - 100px);
}

.header-left > h1 {
  font-size: 1.8vw
}

.nav-list > li:nth-child(n+1):nth-child(n-7) {
  font-size: 1.2vw
}

.top-inner > h1 {
  top: 34%;
}
/*----------------------------*/
/*ページ２(高野塾とは)(〜1024px)*/
/*---------------------------*/
.txt-wrap {
  width: 90%;
  padding: 20px 40px 0 0;
  margin-left: 5%;
}

.txt-wrap > h2 {
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.txt-wrap > p {
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 28px;
}
/*----------------------------------------------------------------------------------*/
/*ページ３(選ばれる理由)*/
/*----------------------------------------------------------------------------------*/
.txt-inner > h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
}

.txt-inner > p {
  font-size: 14px;
  line-height: 28px;
}

.bg {
  font-size: 40px;
}
/*------------------------------*/
/*固定ページ(高野塾とは)(〜1024px)*/
/*-----------------------------*/

.top-inner1 {
  width: 90%;
  height: 100%;
  margin: auto;
  position: relative;
}

.top-inner1 > h1 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 4.2vw;
  line-height: 4.9vw;
  position: absolute;
  top: 43%;
  margin: auto;
  z-index: 2;
}

/*高野塾とは*/
.txt-wrap5 {
  width: 100%;
  padding: 0;
  margin: 0 1% 0 5%;
}

.txt-wrap5 > p {
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 28px;
}

.student1 {
  width: 100%;
}

.student1 > img {
  width: 100%;
}

.pic1 div > h3,.pic2 div > h3 {
  font-size: 22px;
}

.pic1 div > p,.pic2 div > p{
  font-size: 14px;
  line-height: 28px;
}
/*---------------------------------*/
/*固定ページ(合格実績2019年)(〜1024px)*/
/*----------------------------------*/
.highschool > h3 {
  font-size: 24px;
}

.highschool > p {
  font-size: 30px;
}

.year {
  font-size: 14px;
}

.school-box > p:nth-child(1) {
  font-size: 26px;
}

.school-box > p:nth-child(2) {
  font-size: 22px;
}

.university > h3 {
  font-size: 24px;
}

.university > p {
  font-size: 30px;
}

/*-------------------------------*/
/*固定ページ(よくある質問)(〜1024px)*/
/*-------------------------------*/
.question > p:nth-child(2) {
  font-size: 20px;
}

.answer > p:nth-child(2) {
  width: 90%;
  font-size: 16px;
}
/*-------------------------------*/
/*固定ページ(お問い合わせ)(〜1024px)*/
/*--------------------------------*/
.contact-boxes {
  width: 60%;
}

}
/*-------------------------------*/
/*固定ページ(コース・料金)(〜993px)*/
/*-------------------------------*/
@media(max-width:993px) {

.price > h3 {
  font-size: 24px;
  padding: 35px 0;
}

.price-item1 > p {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 35px 0;
}

.price-item2 > p {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 35px 0;
}

.price-item3 > p {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 35px 0;
}

}
/*------------------------------*/
/*固定ページ(高野塾とは)(〜930px)*/
/*-----------------------------*/
@media(max-width:930px) {

.txt-wrap5 {
  margin: 0 1% 0 3%;
}

.txt-wrap5 > p {
  font-size: 13px;
  line-height: 23px;
}

}

/*-------------------------------*/
/*固定ページ(コース・料金)(〜886px)*/
/*-------------------------------*/
@media(max-width:886px) {

.price > h3 {
  font-size: 20px;
  padding: 30px 0;
}

.price-item1 > p {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 30px 0;
}

.price-item2 > p {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 30px 0;
}

.price-item3 > p {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 30px 0;
}

}
/*-------------------------------*/
/*ページ８(BLOG)(〜876px)*/
/*----------------------------------*/
@media(max-width:876px) {

.blog-inner {
  width: 80%;
  margin: 80px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.blogs {
  width: 250px;
}

.blogs:nth-child(1),.blogs:nth-child(2) {
  margin-bottom: 40px;
}

.blogs img {
  width: 250px;
  height: 166px;
}

.blogs h1 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3px;
  margin: 5px 0;
}

.blogs time {
  font-size: 16px;
  letter-spacing: 3px;
  text-align: right;
}

}

/*---------------------------------*/
/*固定ページ(BLOG)(〜873px)*/
/*----------------------------------*/
@media(max-width:873px) {

.icatch-no {
  display: none !important;
}

.icatch {
  display: block !important;
}

.content-inner7 {
  width: 70%;
}

}
/*--------------------------------*/
/*固定ページ(高野塾について)(〜853px)*/
/*---------------------------------*/
@media(max-width:853px) {

.item1 {
  font-size: 12px;
}

.item2 {
  font-size: 12px;
  margin-left: 3rem;
}

.item2-tel {
  font-size: 12px;
  margin-left: 1rem;
}

.item2-yuuma {
  font-size: 12px;
  margin-left: 2rem;
}

.item2-num {
  font-size: 12px;
  margin-left: 2rem;
}

}

/*---------------------------------*/
/*固定ページ(TAKANO JUKU TV)(〜850px)*/
/*----------------------------------*/
@media(max-width:850px) {

.content-inner5 {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 80px;
  text-align: center;
}

.content-inner6 {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 0px;
}

.yt-inner1 {
  justify-content: space-around;
  margin-top: 40px;
}

.yt-inner2 {
  justify-content: space-around;
  margin-top: 40px;
}

.content-inner5 iframe,.content-inner6 iframe {
  width: 300px;
  height: 200px;
}

/*-----------------------------------*/
/*ページ７(TAKANO JUKU TV)(〜850px)*/
/*------------------------------------*/
.content-inner3 {
  width: 90%;
  justify-content: space-around;
}

.video iframe {
  width: 300px;
  height: 169px;
}

.video:nth-child(n+1):nth-child(-n+2) {
  margin-bottom: 40px;
}

}

/*-------------------------*/
/*ページ４(合格実績)(〜842px)*/
/*-------------------------*/
@media(max-width:842px) {

.txt-box > h3 {
  font-size: 30px;
  line-height: 40px;
}

.txt-box > p {
  font-size: 14px;
  line-height: 24px;
}

/*ボタン*/
.btn-box1 {
  padding-bottom: 50px;
}

.btn3 {
  padding: 1.25em 1.5em;
}

.student4 {
  margin-top: -250px;
}

}

/*------------------------------------*/
/*固定ページ(大切にしていること)(〜804px)*/
/*-----------------------------------*/
@media(max-width:804px) {

.pic1 div > h3, .pic2 div > h3 {
  font-size: 20px;
}

.pic1 div > p, .pic2 div > p {
  font-size: 12px;
  margin-top: 15px;
  letter-spacing: 3px;
  line-height: 22px;
}

}

/*----------------------------------------------------------------------------------
/*----------------------------------------------------------------------------------
/*----------------------------------------------------------------------------------
/*----------------------------------------------------------------------------------
/*----------------------------------------------------------------------------------
  ipad(〜768px)
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/

@media(max-width:768px) {

.ipd-no {
  display: none !important;
}

.ipd {
  display: block !important;
}

.page4,.page5,.page6,.page7,.page8,.page9,.page10,.page11,.page12 {
  height: calc(65vw - 150px);
}

/*----------------*/
/*ヘッダー&トップ画像(〜768px)*/
/*----------------*/
.header-outer {
  height: 50px;
}

.header-left > h1 {
  font-size: 2.3vw;
  padding-top: 20px;
  letter-spacing: 1px;
}

.header-right {
  display: none;
}

/*ハンバーガーメニュー*/
nav.globalMenuSp {
  position: fixed;
  z-index: 3;
  left: 0;
  color: #000;
  text-align: center;
  transition: all 1s;
  width: 100%;
}

nav.globalMenuSp ul {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 16px;
  letter-spacing: 3px;
  list-style-type: none;
  padding: 0;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}

nav.globalMenuSp ul li a {
  display: inline-block;
  position: relative;
  color: #000;
  padding: 1em 0;
}

nav.globalMenuSp ul li a::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

nav.globalMenuSp ul li a:hover::after {
  transform: scale(1, 1);
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

.navToggle {
  display: block;
  z-index: 4;
  text-align: center;
  margin-top: 8px;
  position: absolute;
  right: 0;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 1px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  right: 0;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.top-inner > h1 {
  font-size: 5.5vw;
  line-height: 6.4vw;
}

.navToggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*パンくずリスト*/
.content-inner4 > ul {
  font-size: 10px;
  line-height: 15px;
  padding: 13px 0 13px 0;
}

/*-------------------------*/
/*ページ1(TOP)(〜768px)*/
/*------------------------*/
.map {
  max-width: 100%;
  width: 300px;
}

/*-------------------------*/
/*ページ２(高野塾とは)(〜768px)*/
/*------------------------*/
/*高野塾とは*/
.txt-wrap {
  padding-top: 0px;
}

.txt-wrap > h2 {
  font-size: 30px;
}

.txt-wrap > p {
  font-size: 12px;
  line-height: 24px;
}

/*-----------------------------*/
/*ページ３(選ばれる理由)(〜768px)*/
/*-----------------------------*/
/*見出し*/
.heading {
  font-size: 30px;
}

.txt-inner > h3,.txt-wrap2 > h3 {
  font-size: 16px;
  line-height: 26px;
}

.txt-inner > p,.txt-wrap2 > p {
  font-size: 11px;
  line-height: 21px;
}

.bg {
  font-size: 26px;
}

/*---------------------------*/
/*ページ５(コース料金)(〜768px)*/
/*---------------------------*/
.pic > h3 {
  font-size: 18px;
}

/*---------------*/
/*フッダー(〜768)*/
/*--------------*/
.navi-box1,.navi-box2 {
  margin: 40px 0 0 20px;
}

.navi1 > li,.navi2 > li {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}

.sns {
  top: 40px;
  right: 20px;
}

.yt,.tw,.ig,.fb {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.icon {
  width: 75%;
}

.all {
  font-size: 12px;
  line-height: 24px;
  right: 20px;
  bottom: 40px;
}

/*-----------------------------*/
/*固定ページ(高野塾とは)(〜768px)*/
/*----------------------------*/
.copy1 {
  font-size: 50px;
}
.txt-wrap5 > h2 {
  font-size: 30px;
}

.txt-wrap5 > p {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 3px;
}


/*------------------------------*/
/*固定ページ(塾長メッセージ)(〜768px)*/
/*------------------------------*/
.profile > p:nth-child(1) {
  font-size: 12px;
}

.profile > p:nth-child(2) {
  font-size: 30px;
}

.profile > p:nth-child(3) {
  font-size: 14px;
}

.message > h3 {
  font-size: 24px;
}

.message > p {
  font-size: 14px;
}

/*------------------------------*/
/*固定ページ(コース・料金)(〜768px)*/
/*------------------------------*/
.desc-box > h3 {
  font-size: 24px;;
}

.desc-box > p {
  font-size: 12px;
}

/*--------------------------------*/
/*固定ページ(合格実績2019年)(〜768px)*/
/*--------------------------------*/
.highschool,.university > h3 {
  font-size: 24px;
}

.highschool,.university > p {
  font-size: 30px;
}

.school-box > p:nth-child(1) {
  font-size: 22px;
}

.school-box > p:nth-child(2) {
  font-size: 18px;
}

.btn4 {
  display: inline-block;
  padding: 1.25em 1.25em;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #4E0404;
}

/*-----------------------------*/
/*固定ページ(よくある質問)(〜768px)*/
/*------------------------------*/
.question > p:nth-child(2) {
  font-size: 16px;
}

.answer > p:nth-child(2) {
  width: 90%;
  font-size: 14px;
}

/*-----------------------------*/
/*固定ページ(お問い合わせ)(〜768px)*/
/*------------------------------*/
.contact-inner > p {
  font-size: 14px;
}

.tel > p:nth-child(1) {
  font-size: 14px;
}

.tel > p:nth-child(2) {
  font-size: 22px;
}

}

/*--------------------------------*/
/*固定ページ(高野塾について)(〜735px)*/
/*--------------------------------*/
@media(max-width:735px) {

.item1 {
  font-size: 10px;
}

.item2 {
  font-size: 10px;
  margin-left: 3rem;
}

.item2-tel {
  font-size: 10px;
  margin-left: 1.4rem;
}

.item2-yuuma {
  font-size: 10px;
  margin-left: 2.25rem;
}

.item2-num {
  font-size: 10px;
  margin-left: 2.25rem;
}

}

/*------------------------------*/
/*固定ページ(コース・料金)(〜714px)*/
/*-------------------------------*/
@media(max-width:714px) {

.price > h3 {
  font-size: 18px;
  padding: 25px 0;
}

.price-item1 > p {
  font-size: 10px;
  letter-spacing: 1px;
  padding: 25px 0;
}

.price-item2 > p {
  font-size: 10px;
  letter-spacing: 1px;
  padding: 25px 0;
}

.price-item3 > p {
  font-size: 10px;
  letter-spacing: 1px;
  padding: 25px 0;
}

}

/*-----------------------------------*/
/*ページ７(TAKANO JUKU TV)(〜690px)*/
/*------------------------------------*/
@media(max-width:690px) {

.content-inner3 {
  width: 85%;
  justify-content: space-around;
}

.content-inner3 iframe {
  width: 250px;
  height: 131px;
}

.video:nth-child(n+1):nth-child(-n+2) {
  margin-bottom: 40px;
}

/*---------------------------------*/
/*固定ページ(TAKANO JUKU TV)(〜690px)*/
/*----------------------------------*/
.content-inner5 iframe,.content-inner6 iframe {
  width: 250px;
  height: 200px;
}

}

/*------------------------------------*/
/*固定ページ(大切にしていること)(〜682px)*/
/*-----------------------------------*/
@media(max-width:682px) {

.pic1 div > h3, .pic2 div > h3 {
  font-size: 17px;
}

.pic1 div > p, .pic2 div > p {
  font-size: 11px;
  margin-top: 15px;
  letter-spacing: 3px;
  line-height: 21px;
}

}

/*-------------------------*/
/*ページ４(合格実績)(〜660px)*/
/*-------------------------*/
@media(max-width:660px) {

.txt-box > h3 {
  font-size: 26px;
  line-height: 36px;
  padding-top: 75px;
}

.txt-box > p {
  font-size: 12px;
  line-height: 22px;
}

/*ボタン*/
.btn-box1 {
  padding-bottom: 30px;
}

.btn3 {
  padding: 1.25em 1.5em;
}

.student4 {
  margin-top: -200px;
  width: 55%;
}

}

/*--------------------------------*/
/*固定ページ(高野塾について)(〜653px)*/
/*--------------------------------*/
@media(max-width:653px) {

.item1 {
  font-size: 10px;
}

.item2 {
  font-size: 10px;
  margin-left: 1.7rem;
}

.item2-tel {
  font-size: 10px;
  margin-left: 0.1rem;
}

.item2-yuuma {
  font-size: 10px;
  margin-left: 0.95rem;
}

.item2-num {
  font-size: 10px;
  margin-left: 0.95rem;
}

}

/*-------------------------------*/
/*ページ８(BLOG)(〜650px)*/
/*----------------------------------*/
@media(max-width:650px) {

.blog-inner {
  width: 90%;
}

}
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
  /*スマホ(〜610px)*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/

@media(max-width:610px) {

.sp-no {
  display: none !important;
}

.sp {
  display: block !important;
}

.page4,.page5,.page6,.page7,.page8,.page9,.page10,.page11,.page12 {
  height: calc(70vw - 150px);
}

/*--------------*/
/*ヘッダー(スマホ)*/
/*-------------*/
#page1 {
  height: calc(100vw - 150px);
}

.header-outer {
  height: 50px;
}

.header-left > h1 {
  font-size: 2.8vw;
  padding-top: 20px;
  letter-spacing: 1px;
}

.navToggle {
  margin-top: 7px;
}

/*--------------------------*/
/*ページ１(トップページ)(スマホ)*/
/*--------------------------*/
.top-inner > h1 {
  font-size: 7vw;
  line-height: 8vw;
  top: 30%;
}

/*--------------------------*/
/*ページ２(高野塾とは)(スマホ)*/
/*-------------------------*/
/*高野塾とは*/
.page2 {
  padding: 80px 0;
}

.txt-wrap {
  width: 85%;
  padding: 0 5% 0 0;
  margin-bottom: 20px;
}

.txt-wrap > h2 {
  font-size: 28px;
  letter-spacing: 3px;
}

.txt-wrap > p {
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 24px;
}

.student1 > img {
  width: 85%;
}

/*ボタン*/
.btn-box {
  margin-top: 60px;
}

.page3 {
  padding: 80px 0;
}

/*見出し*/
.heading {
  font-size: 28px;
  text-align: center;
  letter-spacing: 3px;
}

.heading > h2 {
  display: inline-block;
  border-bottom: 1px solid;
}

/*選ばれる理由３つ*/
.content-wrapper {
  width: 80%;
  margin: 80px auto 0 auto;
}

.content-wrapper1 {
  width: 80%;
  margin: 60px auto 0 auto;
}

.content-wrapper div h3,.content-wrapper1 div h3 {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 3px;
  margin: 20px 0 5px 0;
}

.content-wrapper div p,.content-wrapper1 div p {
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 24px;
}

.bg {
  font-size: 28px;
}

/*---------------------*/
/*ページ４(合格実績)(スマホ)*/
/*-----------------------*/
.result-wrap {
  width: 75%;
  margin-top: 60px;
  padding: 20px 100px 100px 0;
  background-color: rgba(78, 62, 62, 0.1);
  z-index: -1;
}

.txt-outer {
  width: 120%;
  margin-left: 10%;
}

.txt-outer > h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 5px;
}

.txt-outer > p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
}

.student4 {
  width: 100%;
  margin-top: -80px;
  text-align: right;
}

.student4 > img {
  width: 80%;
}

/*-------------------------*/
/*ページ５(コース料金)(スマホ)*/
/*-------------------------*/
.pic-box {
  margin: 60px 0 -80px 0;
  flex-wrap: wrap;
}

.pic {
  margin-bottom: 80px;
}

.pic > img {
  width: 90%;
}

.pic > h3 {
  font-size: 20px;
  letter-spacing: 3px;
  margin-top: 10px;
}

.btn-box2 {
  margin-top: 60px;
}

/*--------------------------------*/
/*ページ７(TAKANO JUKU TV)(スマホ)*/
/*-----------------------------*/
.content-inner3 {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 80px;
}

.video {
  position:relative;
  width: 100%;
  padding-top: 56.25%;
}

.video:nth-child(n+1):nth-child(-n+3) {
  margin-bottom: 80px;
}

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

/*----------------------------------------------------------------------------------*/
/*ページ８(BLOG)(スマホ)*/
/*----------------------------------------------------------------------------------*/
.blog-inner {
  width: 80%;
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: center;
}

.blogs {
  width: 100%;
}

.blogs:nth-child(n+1):nth-child(-n+3) {
  margin-bottom: 80px;
}

.blogs:nth-child(7) {
    margin-top: 80px;
}

.blogs img {
  width: 100%;
  height: auto;
}

.blogs h1 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3px;
  margin: 5px 0;
}

.blogs time {
  font-size: 16px;
  letter-spacing: 3px;
  text-align: right;
}

/*----------------*/
/*フッダー(スマホ)*/
/*----------------*/
footer {
  height: 350px;
}

.navi-box {
  padding: 20px 0 0 20px;
}

.navi-item:nth-child(n+1):nth-child(-n+10) > li {
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.navi-item li a {
  color: #fff;
}

.sns {
  float: left;
  margin-top: -20px;
}

.yt,.tw,.ig,.fb {
  width: 50px;
  height: 50px;
  margin: 0 0 10px 10px;
}

.icon {
  width: 75%;
}

.all {
  font-size: 10px;
  right: 20px;
  bottom: 20px;
}

/*---------------------------------------*/
/*固定ページトップ&グローバルメニュー(スマホ)*/
/*--------------------------------------*/
/*パンくずリスト*/
.content-inner4 > ul {
  font-size: 8px;
  display: inline-block;
  line-height: 13px;
  padding: 5px 0 5px 0;
}

/*--------------------------*/
/*固定ページ(高野塾とは)(スマホ)*/
/*--------------------------*/
.top-inner1 > h1 {
  font-size: 7vw;
  line-height: 8vw;
  top: 40%;
}

.txt-wrap {
  width: 100%;
  padding-right: 0:
  margin
}

.student5 {
  text-align: center;
}

.student5 > img {
  width: 85%;
}

/*高野塾について*/
.about-inner {
  width: 90%;
}

.about-tkn {
  width: 100%;
}

.item1 {
  font-size: 13px;
}

.item2 {
  font-size: 13px;
  margin-left: 5rem;
}

.item2-tel {
  font-size: 13px;
  margin-left: 3rem;
}

.item2-yuuma {
  font-size: 13px;
  margin-left: 4rem;
}

.item2-num {
  font-size: 13px;
  margin-left: 4rem;
}

/*-------------------------------*/
/*固定ページ(塾長メッセージ)(スマホ)*/
/*-------------------------------*/
.profile > p:nth-child(1) {
  font-size: 11px;
}

.profile > p:nth-child(2) {
  font-size: 24px;
}

.profile > p:nth-child(3) {
  font-size: 12px;
  line-height: 24px;
}

.message > h3 {
  font-size: 18px;
  line-height: 28px;
}

.message > p {
  font-size: 12px;
  line-height: 24px
}

.message {
  margin-top: 60px;
}

.message > h3 {
  margin-bottom: 40px;
}

.message > p {
  margin-bottom: 40px;
}

.message > p:nth-child(5) {
  margin-bottom: 60px;
}

.message > p:nth-child(10) {
  margin-bottom: 60px;
}

/*-----------------------------*/
/*固定ページ(コース・料金)(スマホ)*/
/*----------------------------*/

.sm-txt {
  font-size: 10px;
}

.price-inner1 {
  width: 90%;
  margin: 80px auto 0 auto;
}

.price-inner2,.price-inner3,.price-inner4 {
  width: 90%;
  margin: 60px auto 0 auto;
}

.price > h3 {
  font-size: 16px;
  letter-spacing: 3px;
  padding: 20px 0;
}

/*幼児コース*/
.price-item1 {
  display: flex;
  justify-content: space-around;
  background-color: rgba(78, 62, 62, 0.1);
}

.price-item1 > p:nth-child(3) {
  line-height: 20px;
}

/*小学生コース1*/
.price-item2 {
  display: flex;
  justify-content: space-around;
  background-color: rgba(78, 62, 62, 0.1);
}

.price-item2 > p:nth-child(2),.price-item2 > p:nth-child(3) {
  line-height: 20px;
}

/*小学生コース2*/
.price-item3 {
  display: flex;
  justify-content: space-around;
}

.price-item3 > p:nth-child(2),.price-item3 > p:nth-child(3) {
  line-height: 20px;
}

/*小学生コース3*/
.price-item4 {
  display: flex;
  justify-content: space-around;
  background-color: rgba(78, 62, 62, 0.1);
}

.price-item4 > p:nth-child(2),.price-item4 > p:nth-child(3) {
  line-height: 20px;
}

/*中学生コース1*/
.price-item5 {
  display: flex;
  justify-content: space-around;
  background-color: rgba(78, 62, 62, 0.1);
}

.price-item5 > p:nth-child(2),.price-item5 > p:nth-child(3) {
  line-height: 20px;
}

/*中学生コース2*/
.price-item6 {
  display: flex;
  justify-content: space-around;
}

.price-item6 > p:nth-child(2),.price-item6 > p:nth-child(3) {
  line-height: 20px;
}

/*中学生コース3*/
.price-item7 {
  display: flex;
  justify-content: space-around;
  background-color: rgba(78, 62, 62, 0.1);
}

.price-item7 > p:nth-child(2),.price-item7 > p:nth-child(3) {
  line-height: 20px;
}

/*中学生コース4*/
.price-item8 {
  display: flex;
  justify-content: space-around;
}

.price-item8 > p:nth-child(2),.price-item8 > p:nth-child(3) {
  line-height: 20px;
}

/*中学生コース5*/
.price-item9 {
  display: flex;
  justify-content: space-around;
  background-color: rgba(78, 62, 62, 0.1);
}

.price-item9 > p:nth-child(2),.price-item9 > p:nth-child(3) {
  line-height: 20px;
}

/*高校生コース1*/
.price-item10 {
  display: flex;
  justify-content: space-around;
  background-color: rgba(78, 62, 62, 0.1);
}

.price-item10 > p:nth-child(2),.price-item10 > p:nth-child(3) {
  line-height: 20px;
}

/*高校生コース2*/
.price-item11 {
  display: flex;
  justify-content: space-around;
}

.price-item11 > p:nth-child(2),.price-item11 > p:nth-child(3) {
  line-height: 20px;
}

/*高校生コース3*/
.price-item12 {
  display: flex;
  justify-content: space-around;
  background-color: rgba(78, 62, 62, 0.1);
}

.price-item12 > p:nth-child(2),.price-item12 > p:nth-child(3) {
  line-height: 20px;
}

/*高校生コース4*/
.price-item13 {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid rgba(78, 62, 62, 0.1);
}

.price-item13 > p:nth-child(2),.price-item13 > p:nth-child(3) {
  line-height: 20px;
}

.price-item1 > p,.price-item2 > p,.price-item3 > p,.price-item4 > p,.price-item5 > p,.price-item6 > p,.price-item7 > p,.price-item8 > p,.price-item9 > p,.price-item10 > p,.price-item11 > p,.price-item12 > p,.price-item13 > p {
  font-size: 10px;
  letter-spacing: 3px;
  padding: 20px 0;
  text-align: center;
}

.trans {
  color: Transparent;
}

.desc-box1 {
  width: 90%;
  margin: 40px auto 0 auto;
}

.desc-box2 {
  width: 90%;
  margin: 30px auto 0 auto;
}

.desc-box1 > h3,.desc-box2 > h3 {
  font-size: 20px;
  letter-spacing: 3px;
}

.desc-box1 > p,.desc-box2 > p {
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 22px;
  margin-top: 5px;
}

/*-------------------------------*/
/*固定ページ(合格実績2019年)(スマホ)*/
/*-------------------------------*/
.result-outer {
  width: 90%;
}

.highschool > h3 {
  font-size: 18px;
}

.university > h3 {
  font-size: 18px;
}

.highschool > p {
  font-size: 22px;
}

.university > p {
  font-size: 22px;
}

.school-box > p:nth-child(1) {
  font-size: 16px;
}

.school-box > p:nth-child(2) {
  font-size: 13px;
}

.btn-box4 {
  margin-top: 60px;
  text-align: right;
}

.btn-box5 {
  margin-top: 60px;
  text-align: left;
}

.btn4:hover {
  opacity: 0.9;
}

/*-------------------------*/
/*固定ページ入塾の流れ(スマホ)*/
/*--------------------------*/
.ct-wrapper1 {
  width: 80%;
  margin: 80px auto 0 auto;
}

.ct-wrapper2 {
  width: 80%;
  margin: 60px auto 0 auto;
}

.ct-wrapper3 {
  width: 80%;
  margin: 60px auto 0 auto;
}

.ct-wrapper1 div > h3,.ct-wrapper2 div > h3,.ct-wrapper3 div > h3 {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.ct-wrapper1 div > p,.ct-wrapper2 div > p,.ct-wrapper3 div > p {
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 24px;
  margin-bottom: 20px;
}

.bg {
  font-size: 28px;
}

/*--------------------------------*/
/*固定ページBLOG(スマホ)*/
/*--------------------------------*/
aside {
  width: 50%;
  margin: 100px auto 0 auto;
}

.content-blog {
  width: 80%;
  display: initial;
}

.content-inner7 {
  width: 80%;
  margin: 80px auto 0 auto;
}


/*------------------------------*/
/*固定ページ(よくある質問)(スマホ)*/
/*------------------------------*/
.question > p:nth-child(2) {
  width: 80%;
  font-size: 16px;
  line-height: 35px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.answer > p:nth-child(2) {
  width: 80%;
  font-size: 14px;
  margin-left: 20px;
  line-height: 35px;
}

.q {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}

.a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}

.faq-inner {
  width: 90%;
  margin: 80px auto 0 auto;
}

.faq-inner1 {
  width: 90%;
  margin: 60px auto 0 auto;
}

/*-----------------------------*/
/*固定ページ(お問い合わせ)(スマホ)*/
/*------------------------------*/
.contact-inner > p {
    font-size: 12px;
}

.tel > p:nth-child(1) {
    font-size: 12px;
}

.tel > p:nth-child(2) {
    font-size: 20px;
}

}

/*---------------------------------*/
/*固定ページ(TAKANO JUKU TV)(〜560px)*/
/*----------------------------------*/
@media(max-width:560px) {

.content-inner5 iframe,.content-inner6 iframe {
  width: 200px;
  height: 150px;
}

}

/*-----------------------------*/
/*固定ページ(お問い合わせ)(〜528px)*/
/*------------------------------*/
@media(max-width:528px) {
.contact-inner {
  width: 80%;
}

.contact-inner > p {
  font-size: 12px;
}

.wpcf7-form > p {
  font-size: 16px;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  font-size: 14px;
  line-height: 24px;
}


.tel > p:nth-child(1) {
  font-size: 12px;
}

.tel > p:nth-child(2) {
  font-size: 20px;
}

}

/*----------------------------------------------------------------------------------*/
/*ページ６(校舎・教室)(〜440px)*/
/*----------------------------------------------------------------------------------*/
@media(max-width:440px) {

.map-no,.smsp-no {
  display: none !important;
}

.map-yes,.smsp {
  display: block !important;
}

.page4,.page5,.page6,.page7,.page8,.page9,.page10,.page11,.page12 {
  height: calc(85vw - 150px);
}

.content-inner2 {
  width: 99%;
}

.map > h3 {
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.map-txt {
  width: 300px;
  height: 65px;
}

.map-txt > p {
  font-size: 12px;
  padding: 12px 0 5px 10px;
}

/*----------------------------------------------------------------------------------*/
/*ページ８(BLOG)(〜440px)*/
/*----------------------------------------------------------------------------------*/
.blogs h1 {
  font-size: 12px;
}

.blogs time {
  font-size: 12px;
}

/*-------------------------------*/
/*固定ページ(高野塾とは)(〜440px)*/
/*--------------------------------*/
/*高野塾について*/
.about-inner {
  width: 95%;
}

.about-tkn {
  width: 100%;
}

.item1 {
  font-size: 10px;
}

.item2 {
  font-size: 10px;
  margin-left: 2.5rem;
}

.item2-tel {
  font-size: 10px;
  margin-left: 0.9rem;
}

.item2-yuuma {
  font-size: 10px;
  margin-left: 1.6rem;
}

.item2-num {
  font-size: 10px;
  margin-left: 1.6rem;
}

/*--------------------------------*/
/*固定ページ(合格実績2019年)(〜440px)*/
/*--------------------------------*/
.btn4 {
  font-size: 10px;
}

/*---------------------------------*/
/*固定ページ(TAKANO JUKU TV)(〜440px)*/
/*----------------------------------*/
.yt-inner1 {
  flex-wrap: wrap;
}

.yt-inner2 {
  flex-wrap: wrap;
}

.content-inner5 iframe,.content-inner6 iframe {
  width: 300px;
  height: 200px;
}

.yt-inner1 iframe:nth-child(1),.yt-inner2 iframe:nth-child(1) {
  margin-bottom: 50px;
}

/*---------------------------------*/
/*固定ページ(BLOG)(〜440px)*/
/*----------------------------------*/
aside {
  width: 70%;
}

.content-inner7 {
  width: 90%;
}

.widgettitle {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.cat-item {
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.widget_archive ul li a {
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

/*ページネーション*/
.pagination {
  font-size: 12px;
}

.pagination span, .pagination a {
  line-height: 17px;
}
.pagination .pager {
  width: 35px;
  height: 35px;
}
/* 最初へ 最後へ */
.pagination a.first,.pagination a.last {
  width: 35px;
  height: 35px;
}

/*---------------------*/
/*ページ４(合格実績)(〜400px)*/
/*-----------------------*/
.result-wrap {
  width: 80%;
}

.txt-outer > h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}

.txt-outer > p {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
}

}