@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #000;
  overflow-x: hidden;
  position: relative;
  min-width: 100%;
}
* {
  box-sizing: border-box;
}

section.contents {
  width: 100%;
}
@media screen and (min-width: 1281px) {
  section.contents {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  section.contents {
    padding: 0 30px;
  }
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  display: flex;
}
.row.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .row {
    flex-direction: column;
  }
}

#topicpath {
  padding: 50px 20px 20px;
}

@media screen and (max-width: 480px) {
  .news #topicpath {
    padding: 20px;
  }
}

.btn {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  padding: 0 28px;
  height: 50px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .btn {
    font-size: 0.9rem;
  }
}
.btn.archive {
  padding: 0 46px;
}
.btn.archive::after {
  content: url(../images/icon-archive-btn.svg);
  margin-top: 2px;
  margin-left: 5px;
}
.btn.detail::after {
  content: url(../images/icon-detail-btn.svg);
  margin-top: 5px;
  margin-left: 5px;
}
.btn:hover {
  text-decoration: none;
  background-color: #143264;
  opacity: 0.8;
}

p {
  line-height: 1.875;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

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

ul.disc {
  padding-left: 1.75em;
}
ul.disc li {
  list-style-type: disc;
  margin-bottom: 0.125rem;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}
a.external::after {
  content: url(../images/icon-external-link.svg);
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  margin-top: -4px;
}

iframe {
  border: none;
}

.for-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .for-sp {
    display: block !important;
  }
}

.for-sp-flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .for-sp-flex {
    display: flex !important;
  }
}

.for-sp-inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .for-sp-inline {
    display: inline !important;
  }
}

.for-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .for-pc {
    display: none !important;
  }
}

.for-pc-flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .for-pc-flex {
    display: none !important;
  }
}

.for-pc-inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .for-pc-inline {
    display: none !important;
  }
}

.for-pc-narrow {
  display: none !important;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .for-pc-narrow {
    display: block !important;
  }
}

.for-drawer {
  display: none;
}
@media screen and (max-width: 991px) {
  .for-drawer {
    display: block;
  }
}

.no-drawer {
  display: block;
}
@media screen and (max-width: 991px) {
  .no-drawer {
    display: none;
  }
}

#header {
  padding: 0 15px 15px;
}
#header #contact.button,
#header #tel {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #header #contact.button,
  #header #tel {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  #header #contact img {
    width: 100%;
  }
}
#header #logo {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  margin: 1em 0 0 0;
}
@media screen and (max-width: 991px) {
  #header #logo {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  #header #logo {
    width: 45%;
  }
}
@media screen and (min-width: 1680px) {
  #header #logo {
    width: 600px;
  }
}
#header #logo a,
#header #logo span {
  display: block;
  margin-right: 1.25rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  #header #logo a,
  #header #logo span {
    margin-bottom: 0;
  }
  #header #logo a img,
  #header #logo span img {
    height: 16px;
    width: auto;
  }
}
#footer {
  color: #FFF;
  background-color: #0268B7;
}
#footer a {
  color: #FFF;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .footer-top {
  padding: 90px 0 50px;
  background-color: #4F9AEA;
}
@media screen and (max-width: 767px) {
  #footer .footer-top {
    padding: 30px 0;
  }
}
#footer .footer-top .course-hd {
  display: flex;
  align-items: center;
  font-size: 38px;
  line-height: 1.25;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #footer .footer-top .course-hd {
    font-size: 28.5px;
    height: 80px;
    margin-bottom: 5px;
  }
  #footer .footer-top .course-hd::before {
    content: "";
    background-image: url(../img/common/course-hd-pic.png);
    background-size: cover;
    margin-right: 10px;
    width: 68.4px;
    height: 79.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  #footer .footer-top .course-hd::before {
    content: none;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-top .course-hd {
    height: 60px;
  }
}
#footer .footer-top .course-hd img {
  margin-right: 20px;
  width: auto;
  max-width: 100%;
}
#footer .footer-top .lead {
  font-size: 26px;
  font-weight: 700;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #footer .footer-top .lead {
    font-size: 18.2px;
    margin-bottom: 0;
  }
}
#footer .footer-top .course {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#footer .footer-top .course::before {
  content: url(../img/common/course-hd-pic.png);
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  #footer .footer-top .course::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-top .course {
    flex-direction: column;
  }
}
#footer .footer-top .course .course-inner {
  flex-grow: 2;
}
#footer .footer-top .course-list {
  justify-content: space-between;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #footer .footer-top .course-list {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
}
#footer .footer-top .course-list dl {
  width: 23%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #footer .footer-top .course-list dl {
    width: 48%;
    margin-top: 1.5em;
  }
}
#footer .footer-top .course-list dl dt {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  padding: 10px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #footer .footer-top .course-list dl dt {
    font-size: 16.2px;
    padding: 7.5px 15px;
  }
}
#footer .footer-top .course-list dl .child {
  background-color: #FF73A9;
}
#footer .footer-top .course-list dl .student1 {
  background-color: #19CAFC;
}
#footer .footer-top .course-list dl .student2 {
  background-color: #0DBD3D;
}
#footer .footer-top .course-list dl .other {
  background-color: #FF9301;
}
#footer .footer-top .course-list dl dd {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #footer .footer-top .course-list dl dd {
    font-size: 14.4px;
  }
}
#footer .footer-top .trial {
  padding: 18px 24px 18px 40px;
  border: dotted 3px #FFF;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  #footer .footer-top .trial {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-top .trial {
    padding: 18px 18px 18px 18px;
  }
}
#footer .footer-top .trial .label {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  #footer .footer-top .trial .label {
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-top .trial .label {
    text-align: center;
  }
}
#footer .footer-top .trial .label .target {
  display: flex;
}
#footer .footer-top .trial .label .target li {
  font-size: 17px;
  padding: 0.125em 0.75em;
  margin-top: 10px;
}
#footer .footer-top .trial .label .target li:not(:last-child) {
  margin-right: 0.75em;
}
#footer .footer-top .trial .label .target .child {
  background-color: #FF73A9;
}
#footer .footer-top .trial .label .target .student1 {
  background-color: #19CAFC;
}
#footer .footer-top .trial .label .target .student2 {
  background-color: #0DBD3D;
}
#footer .footer-top .trial .title {
  font-size: 44px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  #footer .footer-top .trial .title {
    font-size: 33px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
#footer .footer-top .trial .title strong {
  color: #FFDD40;
  font-weight: 700;
}
#footer .footer-top .trial .call {
  width: 32.6%;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  padding-left: 30px;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1200px) {
  #footer .footer-top .trial .call {
    width: 100%;
    border-left: none;
    text-align: center;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-top .trial .call {
    text-align: center;
    padding-left: 0;
    padding-right: 1em;
    border-left: none;
  }
}
#footer .footer-top .trial .call::after {
  content: url(../img/common/trial-pic.png);
  position: absolute;
  bottom: -25px;
  right: 0;
}
@media screen and (max-width: 480px) {
  #footer .footer-top .trial .call::after {
    content: "";
    background-image: url(../img/common/trial-pic.png);
    background-size: cover;
    margin-right: 0;
    width: 41.4px;
    height: 75px;
  }
}
#footer .footer-top .trial .call a {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  #footer .footer-top .trial .call a {
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-top .trial .call a {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-top .trial .call a {
    font-size: 24px;
  }
}
#footer .footer-top .trial .call a::before {
  content: url(../img/common/icon-call.svg);
  margin-right: 10px;
}
#footer .footer-bottom {
  padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom {
    padding: 30px 0;
  }
}
#footer .footer-bottom .ft-nav {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom .ft-nav {
    flex-direction: row;
    margin-bottom: 0;
  }
}
#footer .footer-bottom .ft-nav li {
  font-size: 16px;
  font-weight: 5700;
  line-height: 2;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom .ft-nav li {
    font-size: 15px;
  }
}
#footer .footer-bottom .ft-nav li:nth-child(6), #footer .footer-bottom .ft-nav li:nth-child(7) {
  margin-right: 0;
}
#footer .footer-bottom .ft-nav .classroom {
  width: 100%;
  text-align: center;
}
#footer .footer-bottom .ft-nav .classroom dl {
  width: 16.6666666667%;
}
#footer .footer-bottom .contact {
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom .contact {
    margin: 35px 0 40px;
  }
}
#footer .footer-bottom .contact .tel,
#footer .footer-bottom .contact .mail {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom .contact .tel,
  #footer .footer-bottom .contact .mail {
    margin-right: 0;
    margin-left: 0;
    align-items: flex-start;
    text-align: center;
  }
}
#footer .footer-bottom .contact .tel a,
#footer .footer-bottom .contact .mail a {
  color: #FFDD40;
  font-size: 18px;
  font-weight: 700;
}
#footer .footer-bottom .contact .tel img,
#footer .footer-bottom .contact .mail img {
  margin-right: 10px;
  width: auto;
  max-width: 100%;
}
#footer .footer-bottom .contact .tel {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom .contact .tel {
    margin-bottom: 2em;
    margin-right: 0;
    flex-direction: column;
  }
  #footer .footer-bottom .contact .tel img {
    margin-bottom: 0.75em;
  }
}
#footer .footer-bottom .contact .tel a {
  font-size: 32px;
}
#footer .footer-bottom .classroom-hd {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom .classroom-hd {
    font-size: 18.7px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  #footer .footer-bottom .classroom-hd {
    text-align: left;
  }
}
#footer .footer-bottom .classroom-list {
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  flex-wrap: wrap;
}
#footer .footer-bottom .classroom-list::after {
  content: "";
  width: 19%;
  display: block;
  flex-grow: 1;
}
#footer .footer-bottom .classroom-list dl {
  width: 19%;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1200px) {
  #footer .footer-bottom .classroom-list {
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 15.3px;
  }
  #footer .footer-bottom .classroom-list dl {
    width: 24%;
  }
}
@media screen and (max-width: 991px) {
  #footer .footer-bottom .classroom-list dl {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  #footer .footer-bottom .classroom-list dl {
    width: 48%;
  }
}
#footer .footer-bottom .classroom-list dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom .classroom-list dd {
    font-size: 13px;
  }
}
#footer .footer-bottom .copyright {
  border-top: solid 1px #4F9AEA;
  text-align: center;
  padding-top: 10px;
  margin-top: 35px;
}
#footer .footer-bottom .copyright small {
  color: #CEE6FF;
  font-size: 14px;
}

.page-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  .page-top {
    bottom: 15px;
    right: 15px;
  }
}
.page-top img {
  opacity: 0.8;
}
.page-top img:hover {
  opacity: 1;
}

#policy {
  margin-top: 40px;
  padding-bottom: 60px;
}
#policy .pic p {
  text-align: center;
}
#policy .pic p .name {
  display: block;
  margin-left: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #policy .row .pic {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  #policy .row .pic {
    margin-right: 25px;
  }
  #policy .row .pic img {
    width: 75%;
  }
}
#policy .section-title {
  font-size: 36px;
  color: #0268B7;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  #policy .section-title {
    font-size: 28.8px;
  }
}
#policy .message {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #policy .message {
    margin-bottom: 25px;
  }
}
#policy .message p {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  #policy .message p {
    font-size: 16px;
  }
}
#policy #records .row {
  justify-content: center;
}
#policy #records .row p {
  width: 33%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #policy #records .row p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#policy #records .row img {
  width: 100%;
  height: auto;
  padding: 0 80px;
}
@media screen and (max-width: 1024px) {
  #policy #records .row img {
    padding: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  #policy #records .row img {
    margin-bottom: 1em;
  }
}

#success {
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #success {
    padding-bottom: 25px;
  }
}
#success .inner {
  padding: 70px 50px 30px;
  border: solid 2px #1AB6E3;
}
@media screen and (max-width: 991px) {
  #success .inner {
    padding: 70px 30px 20px;
  }
}
#success h2.section-title {
  font-size: 28px;
  color: #23A5CB;
  font-weight: 700;
  text-align: center;
  margin-top: -100px;
}
@media screen and (max-width: 991px) {
  #success h2.section-title {
    line-height: 1.25;
    font-size: 22px;
  }
}
#success h2.section-title span {
  font-size: 28px;
  color: #23A5CB;
  font-weight: 700;
  padding: 0 15px;
  background-color: #FFF;
  display: inline-block;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #success h2.section-title span {
    line-height: 1.25;
    font-size: 22px;
  }
}
#success .gokaku {
  justify-content: space-between;
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  #success .gokaku {
    display: block;
  }
}
#success .gokaku li {
  color: #333;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 32%;
  min-height: 240px;
  padding: 10px 25px 20px;
  background-image: url(../img/index/success-bg.png);
}
@media screen and (max-width: 991px) {
  #success .gokaku li {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #success .gokaku li {
    min-height: auto;
  }
}
#success .gokaku li::before {
  content: "";
  background-image: url(../img/index/gokaku-symbol.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 102px;
  height: 94px;
  top: -15px;
  left: -15px;
}
@media screen and (max-width: 480px) {
  #success .gokaku li::before {
    width: 60px;
    height: 55px;
    top: -5px;
  }
}
#success .gokaku li .congrats {
  font-size: 18px;
  color: #1AB6E3;
  font-weight: 700;
  text-align: center;
  padding-left: 15%;
}
@media screen and (max-width: 991px) {
  #success .gokaku li .congrats {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #success .gokaku li .congrats {
    padding-top: 10px;
    font-size: 16px;
  }
}
#success .gokaku li .school {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  padding: 45px 0 15px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #success .gokaku li .school {
    font-size: 25.6px;
    padding: 25px 0 20px;
  }
}
#success .gokaku li .student {
  font-size: 16px;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  #success .gokaku li .student {
    margin: 0 auto;
  }
}
#success .gokaku li .student::before {
  content: url(../img/index/icon-student.svg);
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
#success .gokaku li .student strong {
  font-size: 24px;
  font-weight: 500;
}
#success .other-records {
  display: flex;
  width: 100%;
}
#success .other-records dt {
  width: 10%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #19B6E3;
  font-size: 24px;
  color: #FFF;
  margin-right: 1.45%;
}
@media screen and (max-width: 991px) {
  #success .other-records dt {
    font-size: 20px;
    width: 18%;
    margin-right: 4%;
    height: auto;
  }
}
#success .other-records dd {
  width: 88%;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  #success .other-records dd {
    width: 78%;
    font-size: 16px;
  }
}

#classroom {
  background-color: #F6F6F6;
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  #classroom {
    padding-bottom: 40px;
  }
}
#classroom::before {
  display: block;
  content: "";
  background-image: url(../img/index/classroom-hd7b.jpg);
  background-size: cover;
  width: 100vw;
  height: 13.4569662387vw;
}
#classroom .section-title {
  font-size: 36px;
  color: #0268B7;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  #classroom .section-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 480px) {
  #classroom .section-title {
    text-align: left;
  }
}
#classroom .school-list {
  width: 100%;
  margin-top: 45px;
}
#classroom .school-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(2, 104, 100, 0.6);
}
@media screen and (max-width: 991px) {
  #classroom .school-list li {
    display: block;
    padding-bottom: 5px;
  }
}
#classroom .school-list .summary .name {
  font-size: 28px;
  color: #0268B7;
  line-height: 1.4;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #classroom .school-list .summary .name {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #classroom .school-list .summary .name {
    font-size: 21px;
  }
}
#classroom .school-list .summary .name::before {
  display: block;
  content: "";
  background-image: url(../img/common/logo_gakken.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 94px;
  height: 49px;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  #classroom .school-list .summary .name::before {
    margin-right: 5px;
    width: 50px;
    height: 26px;
  }
}
#classroom .school-list .summary .name .course {
  margin-top: 5px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #classroom .school-list .summary .name .course {
    margin-left: 0;
    height: 45px;
    width: 100%;
  }
  #classroom .school-list .summary .name .course img {
    width: auto;
    max-width: 100%;
  }
}
#classroom .school-list .summary .address {
  padding-bottom: 0.5em;
}
#classroom .school-list .more .btn {
  display: flex;
  justify-content: space-between;
  background-color: #0268B7;
  padding: 0 10px 0 20px;
  width: 180px;
  line-height: 1;
}
#classroom .school-list .more .btn::after {
  content: url(../img/common/arrow-moresvg.svg);
}
@media screen and (max-width: 991px) {
  #classroom .school-list .more .btn {
    margin-bottom: 1em;
  }
}

#classroom-news {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  #classroom-news {
    padding-top: 15px;
    padding-bottom: 50px;
  }
}
#classroom-news .news-list {
  padding: 0;
  margin-bottom: 40px;
}
#classroom-news .section-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 36px;
  color: #0268B7;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #classroom-news .section-title {
    font-size: 28.8px;
  }
}
#classroom-news .section-title::before {
  content: url(../img/index/icon-classroom-news.svg);
  margin-right: 20px;
}
#classroom-news .section-title span {
  font-size: 36px;
  color: #0268B7;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #classroom-news .section-title span {
    text-align: left;
    font-size: 25.2px;
  }
}
#classroom-news .go-archive {
  text-align: center;
}
#classroom-news .go-archive .btn {
  display: inline-flex;
  justify-content: space-between;
  background-color: #0268B7;
  padding: 0 20px 0 40px;
  line-height: 1;
}
#classroom-news .go-archive .btn::after {
  content: url(../img/common/arrow-moresvg.svg);
  margin-left: 2em;
}
@media screen and (max-width: 991px) {
  #classroom-news .go-archive .btn {
    margin-bottom: 1em;
  }
}

#recommend {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  #recommend {
    padding-bottom: 39.96px;
  }
}
#recommend::before {
  display: block;
  content: "";
  background-image: url(../img/index/recommend-hd3.jpg);
  background-size: cover;
  width: 100vw;
  height: 25vw;
}
#recommend .section-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 36px;
  color: #0268B7;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #recommend .section-title {
    font-size: 26.1px;
  }
}
#recommend .section-title::before {
  content: url(../img/index/icon-recommend.svg);
  margin-right: 25px;
}
#recommend .slider {
  display: flex;
  justify-content: space-between;
}
#recommend .slider .comment-container {
  margin: 0 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #recommend .slider .comment-container {
    margin: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  #recommend .slider .comment-container {
    margin: 0 2.25em;
  }
}
#recommend .slider .comment-container .comment {
  border: 1px solid #9B9B9B;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  width: 100% !important;
}
#recommend .slider .comment-container .comment::after {
  content: url(../img/index/balloon-arrow.svg);
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
}
#recommend .slider .comment-container .student {
  position: relative;
  padding-top: 70px;
  height: 100px;
  font-size: 15px;
  color: #0268B7;
  font-weight: 500;
}
#recommend .slider .comment-container .student::before {
  content: url(../img/index/icon-student-ol.svg);
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
}
#recommend .slick-prev:before,
#recommend .slick-next:before {
  display: none;
}
#recommend .slick-next.slick-arrow {
  width: 20px;
  height: 100px;
  background-image: url(../img/index/arrow-student-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-60px) translateX(-10px);
  z-index: 1001;
}
@media screen and (max-width: 480px) {
  #recommend .slick-next.slick-arrow {
    transform: translateY(-100px) translateX(-25px);
  }
}
#recommend .slick-prev.slick-arrow {
  width: 20px;
  height: 100px;
  background-image: url(../img/index/arrow-student-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-60px) translateX(10px);
  z-index: 1002;
}
@media screen and (max-width: 480px) {
  #recommend .slick-prev.slick-arrow {
    transform: translateY(-100px) translateX(25px);
  }
}
#recommend .slick-dots li {
  width: 12px;
  height: 12px;
  background-color: #CCC;
  border-radius: 20px;
}
#recommend .slick-dots li.slick-active {
  background-color: #4F9AEA;
}

#banners {
  background-color: #F1F1F1;
  padding: 50px 0;
}
#banners .banner-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#banners .banner-list li {
  width: 22%;
}
@media screen and (max-width: 768px) {
  #banners .banner-list li {
    width: 48%;
  }
}

.news .page-title-hd {
  background-color: #4F9AEA;
  height: 180px;
}
@media screen and (max-width: 640px) {
  .news .page-title-hd {
    height: 135px;
  }
}
@media screen and (max-width: 480px) {
  .news .page-title-hd {
    height: 99px;
  }
}
.news .page-title-hd .container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .news .page-title-hd .container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1281px) {
  .news .page-title-hd .container {
    max-width: 1200px;
    padding: 0 !important;
  }
}
.news .page-title-hd .container::after {
  content: "";
  background-image: url(../img/common/news-title-hd-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 355px;
  height: 180px;
}
@media screen and (max-width: 640px) {
  .news .page-title-hd .container::after {
    width: 266.25px;
    height: 135px;
  }
}
@media screen and (max-width: 480px) {
  .news .page-title-hd .container::after {
    width: 195.25px;
    height: 99px;
    margin-right: -10px;
  }
}
.news .page-title-hd .title {
  font-size: 40px;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .news .page-title-hd .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .news .page-title-hd .title {
    font-size: 24px;
  }
}

.year-select {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .year-select {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 375px) {
  .year-select {
    gap: 0.5rem;
  }
}
.year-select li {
  width: 9%;
}
@media screen and (max-width: 768px) {
  .year-select li {
    width: 22%;
  }
}
@media screen and (max-width: 375px) {
  .year-select li {
    width: 30%;
  }
}
.year-select li a {
  line-height: 1.5;
  padding: 0.5em;
  border: solid 1px #0268B7;
  color: #0268B7;
  text-align: center;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .year-select li a {
    padding: 0.5em 0;
  }
}
.year-select li a:hover {
  background-color: #EFEFEF;
}
.year-select li.current a {
  background-color: #0268B7;
  color: #FFF;
}

.news-list {
  margin-bottom: 4em;
}
@media screen and (min-width: 1024px) {
  .news-list {
    padding: 0 5%;
  }
}
.news-list .news-item {
  transition: 0.5s;
  margin-bottom: 1em;
}
.news-list .news-item .news-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  background: #EDEDED;
  border: solid 1px #EDEDED;
  padding: 15px 50px 15px 25px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .news-list .news-item .news-title {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .news-list .news-item .news-title {
    font-size: 18px;
    padding: 12px 45px 12px 20px;
  }
}
.news-list .news-item .news-title .date {
  font-size: 18px;
  color: #0268B7;
  font-weight: 500;
  margin-right: 1.25em;
  flex-shrink: 2;
}
@media screen and (max-width: 768px) {
  .news-list .news-item .news-title .date {
    width: 100%;
    display: block;
  }
}
.news-list .news-item .news-title strong {
  color: #000;
  flex-shrink: 1;
}
.news-list .news-item .news-title::after {
  content: "＋";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 3;
}
.news-list .news-item .news-detail {
  display: none;
  border: solid 1px #A9D5FF;
  border-top: none;
  padding: 15px 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
.news-list .news-item .news-detail .letter {
  padding: 0;
  border: none;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.news-list .news-item .news-detail .letter-contents dl:first-of-type dt {
  margin-top: 0.5em;
}
.news-list .news-item .news-detail p {
  padding-bottom: 0;
}
.news-list .news-item .news-detail strong {
  color: #000;
}
.news-list .news-item .news-detail .pic-right {
  float: right;
  margin-left: 1em;
}
.news-list .news-item .news-detail .pic-left {
  float: left;
  margin-right: 1em;
}
.news-list .news-item .news-detail .img_center,
.news-list .news-item .news-detail .fig {
  margin-top: 1em;
}
.news-list .news-item.open .news-title {
  background: #D5E9FF;
  border: solid 1px #A9D5FF;
}
.news-list .news-item.open .news-title::after {
  content: "ー";
  font-weight: 400;
}
.news-list .news-item.open .news-detail {
  display: block;
}

/*♡♡[start]add20231010 */
@media screen and (min-width: 991px) {
  .home ul#nav li:nth-child(1) a,
  .greeting ul#nav li:nth-child(2) a,
  .classroom ul#nav li:nth-child(3) a,
  .fee ul#nav li:nth-child(4) a,
  .access ul#nav li:nth-child(5) a,
  .album ul#nav li:nth-child(6) a,
  .news ul#nav li:nth-child(7) a {
    background: #6CA1E0;
  }
}
.container {
  max-width: 1280px;
}

section.contents {
  max-width: 1280px;
  padding: 0;
}

.home-row,
.page-row {
  display: flex;
  flex: 1 1 1;
}

@media screen and (max-width: 1023px) {
  .home-row,
  .page-row {
    flex-direction: column-reverse;
  }
}
.home-row .col-side {
  margin-top: 80px;
}

.col-side {
  width: 25%;
  padding-right: 4%;
}

@media screen and (max-width: 1023px) {
  .col-side {
    width: 100%;
    padding-right: 0;
  }
}
.col-side .side-inner {
  width: 100%;
}

.col-main {
  width: 75%;
}

@media screen and (max-width: 1023px) {
  .col-main {
    width: 100%;
  }
}
.calendar-flex {
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin-top: 1.5em;
  margin-bottom: 2em;
  flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .calendar-flex {
    margin-bottom: 0;
  }
}
.school-unit {
  width: 49%;
}

@media screen and (max-width: 1023px) {
  .school-unit {
    width: 100%;
    margin-bottom: 2em;
  }
}
.school-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  color: #FFF;
  background-color: #32B966;
  width: 100%;
}

.month-set {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}

.month-table {
  width: 47%;
}

@media screen and (max-width: 480px) {
  .month-table {
    width: 100%;
  }
}
.month-table strong {
  font-size: 18px;
  color: #000 !important;
}

.month-table table {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0;
  border-collapse: collapse;
}

.month-table th,
.month-table td {
  width: 14.2857142857%;
  text-align: center;
  min-height: 1.2em;
  font-weight: 400;
  border: none;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .month-table th,
  .month-table td {
    font-size: 14px !important;
    padding: 5px !important;
  }
}
.month-table tr {
  border-bottom: solid 1px #AAA;
}

.month-table td {
  background-color: #FED1E8;
}

.month-table td.close {
  background-color: #C6F3AA;
}

.month-table td.event {
  background-color: #A6DFFB;
}

.month-table td.ignore {
  background-color: #FFF;
}

ul.hanrei li {
  display: inline-flex;
}

ul.hanrei li {
  background-color: #FED1E8;
  font-size: 12px;
  line-height: 1;
  margin-right: 0.5em;
  padding: 0.5em;
}

ul.hanrei li.close {
  background-color: #C6F3AA;
}

ul.hanrei li.event {
  background-color: #A6DFFB;
}

.calendar-flex.is-side,
.month-set.is-side {
  flex-direction: column;
}

@media screen and (max-width: 1023px) {
  .month-set.is-side {
    flex-direction: row;
  }
}
@media screen and (max-width: 640px) {
  .month-set.is-side {
    flex-direction: column;
  }
}
.school-unit.is-side,
.month-table.is-side {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .month-table.is-side {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .month-table.is-side {
    width: 100%;
  }
}
.school-title.is-side {
  margin-top: 2em;
  margin-bottom: 1em;
}
.school-title.is-side span {
  display: inline-block;
}
.school-title.is-side .note {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.125rem;
}

.school-title.is-side.is-first {
  margin-top: 0;
  margin-bottom: 1em;
}

.month-table.is-side {
  margin-bottom: 1.5em;
}

.side-calendar dt {
  font-size: 1.5em;
  font-weight: 700;
  color: #32B966;
  /* margin: 1.5em 0 0.5em; */
  margin: 0 0 0.5em;
  display: inline-flex;
  align-items: center;
}

.side-calendar dt::before {
  content: url(/assets/img/common/icon-calendar.svg);
  display: block;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

/*[end]add20231010 */
