@charset "UTF-8";
/* Scss Document */
main .section .ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 4rem;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
@media (min-width: 769px) {
  main .section .ttl {
    text-align: left;
  }
}
main .section .ttl span {
  display: block;
  font-size: 1.2rem;
  color: #ccc;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .section .ttl span {
    margin-left: 1em;
    display: inline-block;
  }
}
main .section .ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgb(87, 255, 115) 0%, rgb(125, 185, 255) 100%);
}
main .section__ttl {
  color: #0054bb;
}

.hero {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .hero {
    height: auto;
    max-height: 880px;
    width: 100%;
    overflow: hidden;
  }
}
.hero .slider {
  margin-bottom: 0;
}
.hero .slider li a img {
  height: 100%;
  min-height: 605px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .hero .slider li a img {
    -o-object-fit: contain;
       object-fit: contain;
    min-height: 100%;
  }
}
.hero .slider .slick-dots {
  position: absolute;
  bottom: 20px;
}

.bg_wrap {
  background: url(../img/junior/bg_circle_sp.png);
}
@media (min-width: 769px) {
  .bg_wrap {
    background: url(../img/junior/bg_circle_pc.png);
  }
}

main .section.course .inner {
  padding: 0;
}
@media (min-width: 1025px) {
  main .section.course .inner {
    padding: 0 20px;
  }
}

.course {
  padding: 100px 15px;
  background: url("../img/senior/img_senior_bg-course.png") no-repeat center center;
  background-size: cover;
}
.course h2 {
  color: #fff;
}
.course h2 span {
  color: #fff;
}
.course ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.course ul li {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 140px;
}
@media (min-width: 769px) {
  .course ul li {
    width: 24%;
    height: 20vw;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .course ul li {
    width: 24%;
    height: auto;
  }
  .course ul li::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.course ul li.spcl {
  color: #804798;
}
.course ul li.spcl a p {
  color: #8f4fa9;
}
.course ul li.toku {
  color: #23B8C5;
}
.course ul li.toku a p {
  color: #29cbd9;
}
.course ul li.sogo {
  color: #6BBC65;
}
.course ul li.sogo a p {
  color: #7cc477;
}
.course ul li.art {
  color: #efa72b;
}
.course ul li.art a p {
  color: #ea5550;
}
.course ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
}
.course ul li a::after {
  content: "";
  border: 15px solid;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  position: absolute;
  bottom: -40px;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .course ul li a:hover::after {
    bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .course ul li a:hover p {
    margin: 5px 0 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .course ul li a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
}
.course ul li a h3 {
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .course ul li a h3 {
    font-size: 3rem;
  }
}
@media (min-width: 1440px) {
  .course ul li a h3 {
    font-size: 3.6rem;
  }
}
.course ul li a h3 span {
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-right: 10px;
}
@media (min-width: 769px) {
  .course ul li a h3 span {
    display: block;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .course ul li a h3 span {
    margin-bottom: 15px;
  }
}
.course ul li a P {
  font-size: 1.2rem;
  transition: 0.3s;
  opacity: 0;
  height: 0;
}
@media (min-width: 1440px) {
  .course ul li a P {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .course ul li a:hover h3 {
    opacity: 0.5;
  }
  .course ul li a:hover p {
    opacity: 1;
    height: auto;
  }
}

main .section.life {
  padding: 100px 0;
  background: url("../img/junior/bg_grid.png");
  background-position: 0 0;
}
main .section.life .inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
main .section.life .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
main .section.life .inner ul li {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  main .section.life .inner ul li {
    width: 49%;
  }
}
main .section.life .inner ul li a {
  overflow: hidden;
  display: block;
}
main .section.life .inner ul li a img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  transition: 0.3s;
}
main .section.life .inner ul li a:hover img {
  transform: scale(1.1);
}

.section.examination {
  padding: 100px 0;
}
.section.examination .overview_list_exam {
  margin-bottom: 40px;
}

.news {
  padding: 100px 0;
  margin-bottom: 30px;
  background: #f7f7f7;
}
@media (min-width: 769px) {
  .news {
    margin-bottom: 100px;
  }
}

.topSection.banners a {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .topSection.banners {
    max-width: 1440px;
    margin: 0 auto 175px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  .topSection.banners a {
    width: 32.1%;
  }
}

.section.study__area {
  padding: 0;
  background: #f7f7f7;
}
@media (min-width: 769px) {
  .section.study__area {
    padding: 50px 0 100px;
    letter-spacing: 0.12rem;
  }
}
.section.study__area p {
  line-height: 1.8;
}
.section.study__area .hero_txt.inner {
  max-width: 1240px;
  padding: 80px 20px 15px;
  margin: 0 auto 30px;
  background: #f7f7f7;
}
@media (min-width: 769px) {
  .section.study__area .hero_txt.inner {
    background: none;
    padding-top: 0;
  }
}
.section.study__area .hero_txt.inner h1 {
  margin-bottom: 55px;
}
.section.study__area .hero_txt.inner h1 span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  position: relative;
}
@media (min-width: 769px) {
  .section.study__area .hero_txt.inner h1 span {
    font-size: 3.8rem;
    letter-spacing: 0.1em;
  }
}
.section.study__area .hero_txt.inner h1 span::after {
  content: "";
  background: linear-gradient(90deg, rgb(87, 255, 115) 0%, rgb(125, 185, 255) 100%);
  width: 100%;
  height: 3px;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 200px;
}
.section.study__area .hero_txt + p {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2;
  padding: 0 20px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .section.study__area .hero_txt + p {
    margin-bottom: 70px;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.section.study__area .hero_txt + p br {
  display: none;
}
@media (min-width: 769px) {
  .section.study__area .hero_txt + p br {
    display: block;
  }
}
@media (min-width: 769px) {
  .section.study__area .hero_txt + p {
    text-align: center;
    font-size: 2rem;
    line-height: 2;
  }
}
.section.study__area .sub_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #0054bb;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(1.6rem, 3vw, 3.5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .section.study__area .sub_ttl {
    margin-block: 0 40px;
  }
}
.section.study__area .sub_ttl span {
  letter-spacing: 0.2em;
  padding-block: 0 3rem;
  position: relative;
  font-size: clamp(2.4rem, 5vw, 5rem);
}
.section.study__area .underline_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 70px;
  position: relative;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 769px) {
  .section.study__area .underline_ttl {
    font-size: 3rem;
  }
}
.section.study__area .underline_ttl span {
  background: linear-gradient(transparent 40%, #FFFF9C 40%);
  margin: 0 5px;
}
.section.study__area .underline_ttl span.sp {
  display: inline-block;
}
.section.study__area .underline_ttl br {
  display: none;
}
@media (min-width: 769px) {
  .section.study__area .underline_ttl br {
    display: block;
  }
}
.section.study__area .underline_ttl::after {
  content: "";
  background: #bbdaff;
  width: 96px;
  height: 3px;
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.section.study__area .marker_ttl {
  margin: 0 5px;
  margin-block: 0 2rem;
  font-size: 1.66rem;
}
@media (min-width: 769px) {
  .section.study__area .marker_ttl {
    font-size: 2rem;
  }
}
.section.study__area .marker_ttl span {
  display: inline;
  font-weight: bold;
  background: linear-gradient(transparent 40%, #FFFF9C 40%);
}
.section.study__area .marker_ttl.serif {
  font-size: 2.1rem;
}
.section.study__area .min_ttl {
  margin: 0 5px;
  margin-block: 0 2rem;
  text-align: left;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(1.5rem, 6vw, 3.6rem);
}
@media (min-width: 769px) {
  .section.study__area .min_ttl {
    font-size: clamp(1.5rem, 4.8vw, 3.6rem);
  }
}
.section.study__area .min_ttl span, .section.study__area .min_ttl ruby {
  font-weight: normal;
}
.section.study__area .min_ttl span {
  display: inline;
  background: linear-gradient(transparent 40%, #FFFF9C 40%);
}
.section.study__area .checkbox_ttl {
  display: inline-block;
  font-size: clamp(2.2rem, 2.7vw, 3.2rem);
  font-weight: bold;
  position: relative;
  margin-block: 0 2rem;
  margin-inline: 0 3rem;
}
.section.study__area .checkbox_ttl::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/senior/feature/icon_check.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-inline: 0 1rem;
  margin-block: 0 3px;
}
@media (min-width: 769px) {
  .section.study__area .checkbox_ttl::before {
    width: 40px;
    height: 40px;
  }
}
.section.study__area .btm15 {
  margin-bottom: 15px;
}
.section.study__area .btm30 {
  margin-bottom: 30px;
}
.section.study__area .small {
  font-size: 1.4rem;
}
.section.study__area .bg {
  background-color: rgba(0, 84, 187, 0.1);
  padding-block: 20px;
  padding-inline: 20px;
  margin-block: 3rem;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .section.study__area .bg {
    padding-block: 40px;
    padding-inline: 50px;
  }
}
.section.study__area .bg .min_ttl {
  color: #0054bb;
  font-weight: bold;
  display: inline-block;
  font-size: 2.8rem;
  margin-block: 0 1.5rem;
}
@media (min-width: 769px) {
  .section.study__area .bg .min_ttl {
    margin-right: 5rem;
    font-size: clamp(2.2rem, 3.5vw, 4rem);
  }
}
.section.study__area .bg .serif_ttl {
  color: #0054bb;
  font-weight: bold;
  font-size: 1.6rem;
  margin-block: 0 1rem;
}
@media (min-width: 769px) {
  .section.study__area .bg .serif_ttl {
    font-size: 2.4rem;
    margin-block: 0 1.5rem;
  }
}
.section.study__area .bg .tag {
  display: inline-block;
  margin-block: 0 1rem;
}
@media (min-width: 769px) {
  .section.study__area .bg .tag {
    margin-left: atuo;
    margin-block: 0 2rem;
  }
}
.section.study__area .bg .tag li {
  display: inline-block;
  font-size: 1.4rem;
}
.section.study__area .bg .tag li + li {
  margin-inline: 1rem 0;
}
@media (min-width: 769px) {
  .section.study__area .bg.aside {
    padding-block: 20px;
    padding-inline: 40px;
  }
}
.section.study__area .bg.aside .col__wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media (min-width: 769px) {
  .section.study__area .bg.aside .col__wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 4rem;
    margin: 0;
  }
}
.section.study__area .bg.aside .col__wrap .col__box:has(img) {
  flex: 1;
  text-align: center;
}
.section.study__area .bg.aside .col__wrap .col__box p {
  margin-block: 0 30px;
}
@media (min-width: 769px) {
  .section.study__area .bg.aside .col__wrap .col__box p {
    margin-block: 0;
  }
}
.section.study__area .bg.check {
  padding-block: 40px 0;
}
@media (min-width: 769px) {
  .section.study__area .bg.check {
    padding-block: 40px 20px;
    padding-inline: 40px;
  }
}
.section.study__area .bg.check .col__wrap {
  margin-block: 3.5rem;
}
.section.study__area .bg.check .col__wrap .col__box-txt {
  margin-block: 0 2rem;
}
.section.study__area .bg--w {
  background: white;
  padding-block: 2rem;
  padding-inline: 1.5rem;
}
@media (min-width: 769px) {
  .section.study__area .bg--w.sec01 {
    padding-inline: 3rem;
  }
}
.section.study__area .bg--w .simple_ttl {
  margin-block: 0 1.5rem;
  padding-inline: 0.5rem 0;
  font-weight: bold;
  font-size: 1.6rem;
  color: #0054bb;
}
@media (min-width: 769px) {
  .section.study__area .bg--w .simple_ttl {
    font-size: 1.8rem;
  }
}
.section.study__area .defaultList li {
  position: relative;
  padding-left: 2rem;
  margin-block: 0 0.5rem;
}
.section.study__area .defaultList li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: black;
  vertical-align: middle;
  border-radius: 50%;
  margin-inline: -1.2rem 5px;
}
.section.study__area .blue_line.inner {
  background: #fff;
  border: 2px solid #bbdaff;
  margin: 20px;
  padding: 20px;
  max-width: 1400px;
}
@media (max-width: 768px) {
  .section.study__area .blue_line.inner {
    padding: 15px;
  }
}
@media (min-width: 1440px) {
  .section.study__area .blue_line.inner {
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .section.study__area .blue_line.inner {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .section.study__area .col__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px auto;
    max-width: 1200px;
  }
  .section.study__area .col__wrap.rev {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .section.study__area .col__wrap.rev .col__box-txt {
    padding-inline: 40px 0;
  }
}
@media (min-width: 769px) and (min-width: 1025px) {
  .section.study__area .col__wrap.rev .col__box-txt {
    padding-inline: 80px 0;
  }
}
@media (min-width: 769px) and (max-width: 1025px) {
  .section.study__area .col__wrap {
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .section.study__area .col__wrap .col__box-txt {
    width: 50%;
    padding-inline: 0 40px;
  }
}
@media (min-width: 1025px) {
  .section.study__area .col__wrap .col__box-txt {
    padding-inline: 0 80px;
  }
}
.section.study__area .col__wrap .col__box-txt .num {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 6rem;
  font-weight: bold;
  color: #0054bb;
  text-align: center;
}
@media (min-width: 769px) {
  .section.study__area .col__wrap .col__box-txt .num {
    font-size: 9.4rem;
  }
}
.section.study__area .col__wrap .col__box-txt .dsc {
  font-size: 1.6rem;
  margin-block: 0 2rem;
}
@media (min-width: 769px) {
  .section.study__area .col__wrap .col__box-txt .dsc {
    font-size: 2.1rem;
    margin-block: 0;
  }
}
.section.study__area .col__wrap .col__box-txt .fs-regular {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .section.study__area .col__wrap .col__box-txt .fs-regular {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .section.study__area .col__wrap .col__box-img {
    width: 50%;
  }
}
.section.study__area .col__wrap .col__box-img img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .section.study__area .col__wrap .col__box-img img {
    max-width: 620px;
  }
}