@charset "UTF-8";
/* Scss Document */
.header.sub {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.bread_area {
  padding-top: 70px;
}
@media (min-width: 769px) {
  .bread_area {
    padding-top: 118px;
  }
}
.bread_area .bread {
  margin-left: 20px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .bread_area .bread {
    height: 44px;
  }
}
.bread_area .bread span {
  font-size: 1.2rem;
  line-height: 1.5;
  transform: translateY(1px);
}
.bread_area .bread a {
  line-height: 1.5;
}
.bread_area .bread a::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
  transform: translateY(-1px);
}

.hero.subpage {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(245, 245, 245) 50%);
  padding-bottom: 60px;
}
@media (min-width: 769px) {
  .hero.subpage {
    padding-bottom: 100px;
  }
}
.hero.subpage .mv {
  padding: 0 20px 10px;
  width: 100%;
  height: 160vw;
  max-height: 600px;
}
@media (min-width: 769px) {
  .hero.subpage .mv {
    padding: 0 20px 20px;
    max-width: 1600px;
    height: 540px;
  }
}
.hero.subpage .mv img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.04);
}
.hero.subpage .hero_txt {
  position: absolute;
  top: 100px;
  left: 0;
  margin: 0 36px;
}
.hero.subpage .hero_txt h1 {
  position: relative;
  font-size: 3.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 50px;
  font-weight: 500;
}
@media (max-width: 320px) {
  .hero.subpage .hero_txt h1 {
    font-size: clamp(2.4rem, 3vw, 3.2rem);
  }
}
@media (min-width: 769px) {
  .hero.subpage .hero_txt h1 {
    font-size: 3.8rem;
    position: relative;
    letter-spacing: 0.05em;
  }
  .hero.subpage .hero_txt h1 br {
    display: none;
  }
}
.hero.subpage .hero_txt h1::after {
  content: "";
  width: 150px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: linear-gradient(90deg, rgb(87, 255, 115) 0%, rgb(125, 185, 255) 100%);
}
@media (min-width: 769px) {
  .hero.subpage .hero_txt h1::after {
    widthh: 260px;
  }
}
.hero.subpage .hero_txt p {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (min-width: 769px) {
  .hero.subpage .hero_txt p {
    letter-spacing: 0.05em;
    max-width: 670px;
  }
}
@media (min-width: 1637px) {
  .hero.subpage .hero_txt {
    left: calc((100% - 1400px) / 2);
  }
}
@media (min-width: 769px) {
  .hero.subpage .hero_txt {
    top: calc(50% - 50px);
    transform: translateY(-50%);
  }
}

.hero.subpage.normal {
  background: rgb(255, 255, 255);
  padding-bottom: 0;
}
.hero.subpage.normal .mv img {
  min-height: 374px;
}
@media (min-width: 769px) {
  .hero.subpage.normal .mv img {
    min-height: 400px;
  }
}

.hero.sub__ttl {
  background: #f7f7f7;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .hero.sub__ttl {
    height: 180px;
  }
}
.hero.sub__ttl h1,
.hero.sub__ttl div.ttl {
  width: 1240px;
  padding: 0 20px;
}
.hero.sub__ttl h1 span,
.hero.sub__ttl div.ttl span {
  font-size: 2.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
}
.hero.sub__ttl h1 span::after,
.hero.sub__ttl div.ttl span::after {
  content: "";
  width: 140px;
  height: 2px;
  background: linear-gradient(90deg, rgb(87, 255, 115) 0%, rgb(125, 185, 255) 100%);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media (min-width: 769px) {
  .hero.sub__ttl h1 span::after,
.hero.sub__ttl div.ttl span::after {
    width: 220px;
  }
}
@media (min-width: 769px) {
  .hero.sub__ttl h1 span,
.hero.sub__ttl div.ttl span {
    font-size: 4rem;
  }
}

.section.course.subpage {
  padding: 0 20px;
  background-image: none;
}
@media (min-width: 769px) {
  .section.course.subpage {
    background: #f5f5f5;
    padding: 100px 0 100px 0;
  }
}
.section.course.subpage .section__ttl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-size: 2.4rem;
  text-align: left;
  position: relative;
  margin-bottom: 45px;
  letter-spacing: 0.01em;
}
@media (min-width: 769px) {
  .section.course.subpage .section__ttl {
    margin-bottom: 100px;
  }
}
.section.course.subpage .section__ttl::after {
  content: "";
  background: #ccc;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media (min-width: 769px) {
  .section.course.subpage .section__ttl::after {
    width: 200px;
    background: linear-gradient(90deg, rgb(87, 255, 115) 0%, rgb(125, 185, 255) 100%);
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
  }
}
@media (min-width: 769px) {
  .section.course.subpage .section__ttl {
    font-size: 4rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .section.course.subpage ul li {
    height: 100px;
    border: 1px solid #ccc;
  }
  .section.course.subpage ul li:last-of-type a::before {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    border-width: 5px;
    width: 30px;
    height: 30px;
  }
  .section.course.subpage ul li:last-of-type a::after {
    width: 16px;
    height: 16px;
    left: 27.4px;
    border-width: 3px;
  }
  .section.course.subpage ul li.spcl {
    border-color: #804798;
  }
  .section.course.subpage ul li.toku {
    border-color: #23B8C5;
  }
  .section.course.subpage ul li.sogo {
    border-color: #3BC700;
  }
  .section.course.subpage ul li.art {
    border-color: #F5AB00;
  }
}
@media (max-width: 768px) {
  .section.course.subpage ul li a {
    align-items: flex-start;
    padding-left: 70px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .section.course.subpage ul li a::after {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    border-width: 5px;
    width: 30px;
    height: 30px;
  }
}

.section.greeting.inner {
  max-width: 1240px;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .section.greeting.inner {
    margin: 100px auto;
  }
}
.section.greeting.inner .read {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 40px 0 20px 0;
}
@media (min-width: 1025px) {
  .section.greeting.inner .read {
    font-size: 2.4rem;
    margin: 0 0 20px 0;
    line-height: 2;
  }
}
@media (min-width: 1025px) {
  .section.greeting.inner .read.sp {
    display: none;
  }
}
.section.greeting.inner .read.pc {
  display: none;
}
@media (min-width: 1025px) {
  .section.greeting.inner .read.pc {
    display: block;
  }
}
.section.greeting.inner .col__wrap {
  display: flex;
  flex-direction: column;
  font-size: 1.74rem;
  line-height: 1.8;
}
@media (min-width: 1025px) {
  .section.greeting.inner .col__wrap {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.section.greeting.inner .col__wrap .al_r {
  text-align: right;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .section.greeting.inner .col__wrap .al_r {
    font-size: 1.7rem;
  }
}
.section.greeting.inner .col__wrap .al_r span {
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .section.greeting.inner .col__wrap .al_r span {
    font-size: 1.7rem;
  }
}
.section.greeting.inner .col__wrap .btm15 {
  margin-bottom: 15px;
}
.section.greeting.inner .col__wrap .col__box-txt {
  order: 1;
}
@media (min-width: 1025px) {
  .section.greeting.inner .col__wrap .col__box-txt {
    width: 50%;
  }
}
.section.greeting.inner .col__wrap .col__box-txt02 {
  order: 2;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .section.greeting.inner .col__wrap .col__box-txt02 {
    order: 3;
  }
}
.section.greeting.inner .col__wrap .col__box-img {
  text-align: center;
  order: 1;
  width: 75%;
  margin: 0 auto 20px;
}
@media (min-width: 1025px) {
  .section.greeting.inner .col__wrap .col__box-img {
    order: 2;
    max-width: 42%;
    margin: 0;
    overflow: hidden;
  }
}
.section.greeting.inner .col__wrap .col__box-img img {
  width: 100%;
}
@media (min-width: 1025px) {
  .section.greeting.inner .col__wrap .col__box-img img {
    display: none;
  }
}
.section.greeting.inner .col__wrap .col__box-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  background: url("../img/overview/greeting/img_principal.jpg") no-repeat top center;
  background-size: cover;
}

.section.course.subpage.study {
  display: none;
}
@media (min-width: 769px) {
  .section.course.subpage.study {
    display: block;
    background: #fff;
    padding-bottom: 50px;
  }
  .section.course.subpage.study .section__ttl {
    text-align: left;
    font-size: 2.8rem;
  }
  .section.course.subpage.study .section__ttl:after {
    background: #707070;
    width: 100%;
    bottom: -22px;
  }
  .section.course.subpage.study .inner {
    max-width: 1240px;
    padding: 20px;
  }
  .section.course.subpage.study .inner ul li {
    height: 150px;
    border: 1px solid #804798;
    border-radius: 10px;
  }
  .section.course.subpage.study .inner ul li a h3 {
    font-size: 2.4rem;
  }
  .section.course.subpage.study .inner ul li a h3 span {
    margin-bottom: 0;
  }
  .section.course.subpage.study .inner ul li a:hover h3 {
    opacity: 1;
  }
  .section.course.subpage.study .inner ul li a:hover::after {
    bottom: 20px;
  }
  .section.course.subpage.study .inner ul li a::after {
    width: 40px;
    height: 40px;
    border-width: 6px;
    bottom: -20px;
  }
  .section.course.subpage.study .inner ul li.toku {
    border-color: #23B8C5;
  }
  .section.course.subpage.study .inner ul li.sogo {
    border-color: #3BC700;
  }
  .section.course.subpage.study .inner ul li.art {
    border-color: #F5AB00;
  }
  .section.course.subpage.study .inner ul li.art a::before {
    width: 40px;
    height: 40px;
    bottom: -20px;
    border-width: 6px;
  }
  .section.course.subpage.study .inner ul li.art a::after {
    width: 20px;
    height: 20px;
    bottom: -10px;
    border-width: 6px;
  }
  .section.course.subpage.study .inner ul li.art a:hover::after {
    bottom: 25px;
  }
}

.section.topics {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .section.topics {
    font-size: 1.8rem;
    padding-bottom: 60px;
  }
}
.section.topics .inner .tab__set {
  position: relative;
}
.section.topics .inner .tab__set .ttlWrap {
  position: relative;
}
.section.topics .inner .tab__set .ttlWrap .ttl::after {
  content: none;
}
.section.topics .inner .tab__set .ttlWrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(100% + 40px);
  margin: 0 -20px;
  height: 3px;
  background: linear-gradient(90deg, rgb(87, 255, 115) 0%, rgb(125, 185, 255) 100%);
}
@media (min-width: 769px) {
  .section.topics .inner .tab__set .ttlWrap::after {
    width: 100%;
    margin: 0;
  }
}
.section.topics .inner .tab__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__category {
    position: absolute;
    right: 0;
    top: 20px;
    width: 635px;
  }
}
.section.topics .inner .tab__category li {
  width: 32%;
  text-align: center;
  border-radius: 11px 11px 0 0;
}
.section.topics .inner .tab__category li:not(:last-of-type) {
  margin-right: 2px;
}
@media (min-width: 769px) {
  .section.topics .inner .tab__category li {
    width: 30%;
    max-width: 280px;
  }
  .section.topics .inner .tab__category li:not(:last-of-type) {
    margin-right: 4px;
  }
}
.section.topics .inner .tab__category li span {
  display: inline-block;
  line-height: 46px;
  height: 44px;
  width: 100%;
  border-radius: 9px 9px 0 0;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.section.topics .inner .tab__category .all {
  color: #000;
  border: solid 1px #777;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__category .all {
    border-bottom: none;
  }
}
.section.topics .inner .tab__category .all.active span, .section.topics .inner .tab__category .all:hover span {
  background: #999;
  color: #fff;
}
.section.topics .inner .tab__category .common {
  color: #f39c00;
  border: solid 1px #f39c00;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__category .common {
    border-bottom: none;
  }
}
.section.topics .inner .tab__category .common.active span, .section.topics .inner .tab__category .common:hover span {
  background: #f39c00;
  color: #fff;
}
.section.topics .inner .tab__category .junior {
  color: #3bc700;
  border: solid 1px #3bc700;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__category .junior {
    border-bottom: none;
  }
}
.section.topics .inner .tab__category .junior.active span, .section.topics .inner .tab__category .junior:hover span {
  background: #3bc700;
  color: #fff;
}
.section.topics .inner .tab__category .senior {
  color: #0054bb;
  border: solid 1px #0054bb;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__category .senior {
    border-bottom: none;
  }
}
.section.topics .inner .tab__category .senior.active span, .section.topics .inner .tab__category .senior:hover span {
  background: #0054bb;
  color: #fff;
}
.section.topics .inner .tab__category .notice {
  color: #e32222;
  border: solid 1px #e32222;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__category .notice {
    border-bottom: none;
  }
}
.section.topics .inner .tab__category .notice.active span, .section.topics .inner .tab__category .notice:hover span {
  background: #e32222;
  color: #fff;
}
.section.topics .inner .tab__category .divi {
  color: #299C6A;
  border: solid 1px #299C6A;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__category .divi {
    border-bottom: none;
  }
}
.section.topics .inner .tab__category .divi.active span, .section.topics .inner .tab__category .divi:hover span {
  background: #299C6A;
  color: #fff;
}
.section.topics .inner .tab__category .default {
  color: #000;
  border: solid 1px #777;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__category .default {
    border-bottom: none;
  }
}
.section.topics .inner .tab__category .default.active span, .section.topics .inner .tab__category .default:hover span {
  background: #999;
  color: #fff;
}
.section.topics .inner .tab__content {
  display: none;
  margin-bottom: 30px;
}
.section.topics .inner .tab__content.is-active {
  display: block;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__content.is-active {
    display: flex;
    flex-wrap: wrap;
  }
}
.section.topics .inner .tab__content li {
  border-bottom: dotted 1px #ccc;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__content li {
    width: 25%;
    padding: 10px;
    border: none;
    margin-bottom: 30px;
  }
  .section.topics .inner .tab__content li:nth-of-type(1), .section.topics .inner .tab__content li:nth-of-type(4n+1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .section.topics .inner .tab__content li:nth-of-type(2), .section.topics .inner .tab__content li:nth-of-type(4n+2) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .section.topics .inner .tab__content li:nth-of-type(3), .section.topics .inner .tab__content li:nth-of-type(4n+3) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .section.topics .inner .tab__content li:nth-of-type(4), .section.topics .inner .tab__content li:nth-of-type(4n+4) {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
}
.section.topics .inner .tab__content li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 18px 0;
  background: #fff;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__content li a {
    display: block;
    height: 100%;
    padding: 0;
    box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.04);
  }
}
.section.topics .inner .tab__content li a .img {
  width: 30%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__content li a .img {
    width: 100%;
  }
}
.section.topics .inner .tab__content li a .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
}
.section.topics .inner .tab__content li a .txt {
  width: 66%;
  position: relative;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__content li a .txt {
    width: 100%;
    padding: 10px 10px 30px;
  }
}
.section.topics .inner .tab__content li a .txt .date {
  color: #777;
}
.section.topics .inner .tab__content li a .txt .label {
  margin: 0 0.5em 3px 0;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__content li a .txt .label {
    position: absolute;
    top: -22px;
    right: 0;
    margin: 0;
    z-index: 1;
  }
}
.section.topics .inner .tab__content li a .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (min-width: 1025px) {
  .section.topics .inner .tab__content li a:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  }
  .section.topics .inner .tab__content li a:hover .img img {
    transform: scale(1.05);
  }
}
@media (min-width: 769px) {
  .section.topics .ttlWrap {
    margin: 100px 0 40px;
    height: 48px;
  }
}
@media (min-width: 1025px) {
  .section.topics .ttlWrap {
    height: 68px;
  }
}
.section.topics .ttlWrap .tab__category {
  margin-inline: -30px;
  height: 44px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .section.topics .ttlWrap .tab__category {
    margin-inline: 0;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .section.topics .ttlWrap .tab__category {
    width: 1000px;
  }
}
.section.topics .ttlWrap .tab__category li {
  width: 23%;
}
.section.topics .ttlWrap .tab__category li.club {
  color: #000;
  border: solid 1px #777;
}
.section.topics .ttlWrap .tab__category li.club.active span, .section.topics .ttlWrap .tab__category li.club:hover span {
  background: #999;
  color: #fff;
}
@media (max-width: 768px) {
  .section.topics .inner .tab__set .tab__content {
    margin-top: 40px;
    font-size: 1.8rem;
  }
  .section.topics .inner .tab__set .tab__content li {
    border-bottom: none;
    box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
  }
  .section.topics .inner .tab__set .tab__content li a {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .section.topics .inner .tab__set .tab__content li a .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .section.topics .inner .tab__set .tab__content li a .img img {
    position: unset;
  }
  .section.topics .inner .tab__set .tab__content li a .txt {
    width: 100%;
    position: relative;
    padding: 0 18px 18px 18px;
    font-weight: bold;
  }
  .section.topics .inner .tab__set .tab__content li a .txt .label {
    position: absolute;
    top: -39px;
    right: 0;
    margin: 0;
    padding: 2.5px 20px;
    font-size: 1.6rem;
    opacity: 0.9;
  }
}

.hero.subpage.schoollife .mv,
.hero.subpage.course .mv {
  background: linear-gradient(180deg, rgb(255, 255, 255) 1%, rgb(255, 255, 255) 50%, #f7f7f7 50%, #f7f7f7 100%);
}
@media (min-width: 769px) {
  .hero.subpage.schoollife .mv,
.hero.subpage.course .mv {
    background: none;
  }
}

.hero.subpage.schoollife .hero_txt {
  color: #fff;
}

.hero.subpage.schoollife .hero_txt,
.hero.subpage.course .hero_txt {
  margin-top: -30px;
}
@media (max-width: 768px) {
  .hero.subpage.schoollife .hero_txt.po_cus,
.hero.subpage.course .hero_txt.po_cus {
    top: 30px;
  }
}
.hero.subpage.schoollife .hero_txt h1::after,
.hero.subpage.course .hero_txt h1::after {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .hero.subpage.schoollife .hero_txt h1::after,
.hero.subpage.course .hero_txt h1::after {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .hero.subpage.schoollife .hero_txt,
.hero.subpage.course .hero_txt {
    top: 50%;
    margin: 0;
  }
}
@media screen and (max-width: 1500px) {
  .hero.subpage.schoollife .hero_txt,
.hero.subpage.course .hero_txt {
    margin: 0 40px;
  }
}
.hero.subpage.schoollife .hero_txt h1::after,
.hero.subpage.course .hero_txt h1::after {
  bottom: inherit;
  top: 56px;
}
.hero.subpage.schoollife .hero_txt p,
.hero.subpage.course .hero_txt p {
  margin-top: 50px;
  line-height: 2;
}
@media (min-width: 769px) {
  .hero.subpage.schoollife .hero_txt p,
.hero.subpage.course .hero_txt p {
    max-width: 585px;
  }
}