@charset "UTF-8";
/* 動き設定 */
@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
  100% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
  100% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out forwards;
  animation: kenburns ease-out forwards;
}

@-webkit-keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
/*　上に上がる動き　*/
@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*　タブ切り替え用　*/
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*　エフェクト　*/
@-webkit-keyframes wave {
  50% {
    top: 55%;
  }
  75% {
    top: 50%;
  }
  100% {
    top: 55%;
  }
}
@keyframes wave {
  50% {
    top: 55%;
  }
  75% {
    top: 50%;
  }
  100% {
    top: 55%;
  }
}
/*時間差(秒)※動的に出力する箇所はnth-of-type使用*/
.d1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.d2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.d3 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.d4 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.d5 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.d6 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.d7 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.d8 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.item {
  opacity: 0;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  transition: 0.7s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.item.sil.is-show {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

.item.sir.is-show {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.item.fiu.is-show {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.item.fid.is-show {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.item.fi.is-show {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

.page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

/* Scss Document */
.section.course.list {
  padding: 0;
}
.section.course.list .bg {
  background: #f7f7f7;
}
@media (min-width: 769px) {
  .section.course.list .bg {
    padding-bottom: 50px;
  }
}
.section.course.list .bg .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 20px;
}
.section.course.list .bg .inner a.road {
  display: block;
  margin-bottom: 50px;
  /*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);
  border-radius: 12px;
}
.section.course.list .bg .inner a.road:hover img {
  opacity: 0.8;
}
@media (min-width: 769px) {
  .section.course.list .bg .inner a.road:hover img {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12);
  }
}
.section.course.list .bg .inner a.road img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 380px;
  border-radius: 12px;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .section.course.list .bg .inner a.road img {
    width: 100%;
    -o-object-fit: unset;
       object-fit: unset;
    min-height: auto;
  }
}
.section.course.list .bg .inner .col__wrap .col__box {
  margin-bottom: 50px;
  text-align: center;
  display: block;
  /*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);
  border-radius: 12px;
}
.section.course.list .bg .inner .col__wrap .col__box .img img {
  border-radius: 12px 12px 0 0;
  transition: 0.3s;
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 12px 12px;
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area p.jn br {
  display: none;
}
@media (min-width: 769px) {
  .section.course.list .bg .inner .col__wrap .col__box .txt_area {
    padding-bottom: 40px;
  }
  .section.course.list .bg .inner .col__wrap .col__box .txt_area p.jn {
    max-width: 280px;
    margin: 0 auto;
  }
  .section.course.list .bg .inner .col__wrap .col__box .txt_area p.jn br {
    display: block;
  }
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl {
  font-size: 3.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 45px;
  text-align: left;
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl::before {
  content: "";
  border: 5px solid #ccc;
  border-radius: 34px;
  width: 34px;
  height: 34px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl {
    font-size: 4.2rem;
    text-align: center;
    padding-left: 0;
    position: unset;
  }
  .section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl::before {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1025px) {
  .section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl {
    font-size: 3.3rem;
  }
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl.spc {
  color: #804798;
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl.spc::before {
  border-color: #804798;
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl.toku {
  color: #23B8C5;
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl.toku::before {
  border-color: #23B8C5;
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl.sogo {
  color: #6BBC65;
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl.sogo::before {
  border-color: #6BBC65;
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl.art {
  color: #efa72b;
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl.art::before {
  border-color: #efa72b;
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl + p {
  margin-bottom: 10px;
  line-height: 2;
}
.section.course.list .bg .inner .col__wrap .col__box .txt_area .btnArea.pc {
  display: none;
}
@media (min-width: 769px) {
  .section.course.list .bg .inner .col__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section.course.list .bg .inner .col__wrap .col__box {
    width: 48%;
    border-radius: 12px;
    transition: 0.3s;
  }
  .section.course.list .bg .inner .col__wrap .col__box .txt_area {
    width: 100%;
  }
  .section.course.list .bg .inner .col__wrap .col__box .txt_area .ttl + p {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section.course.list .bg .inner .col__wrap .col__box .txt_area .btnArea.pc {
    display: block;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .section.course.list .bg .inner .col__wrap .col__box:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 769px) {
  .section.course.list .bg .inner .col__wrap .col__box:hover .img img {
    opacity: 0.8;
  }
}
@media (min-width: 769px) {
  .section.course.list .bg .inner .col__wrap .col__box:hover .btnArea .btn.gr::after {
    transform-origin: center center;
    transform: scale(0, 0);
  }
  .section.course.list .bg .inner .col__wrap .col__box:hover .btnArea .btn.gr span {
    color: #fff;
  }
}

.hero.senior.course_dtl {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .hero.senior.course_dtl {
    display: block;
    position: relative;
  }
}
.hero.senior.course_dtl .mv {
  order: 2;
}
@media (max-width: 768px) {
  .hero.senior.course_dtl .mv img {
    width: 100%;
    position: absolute;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 608px;
  }
}
@media (min-width: 769px) {
  .hero.senior.course_dtl .mv img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    min-height: 700px;
    width: 100%;
  }
}
@media (min-width: 1637px) {
  .hero.senior.course_dtl .mv img {
    -o-object-fit: inherit;
       object-fit: inherit;
    -o-object-position: inherit;
       object-position: inherit;
  }
}
.hero.senior.course_dtl .hero_txt {
  order: 1;
  margin: 20px;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
@media (min-width: 769px) {
  .hero.senior.course_dtl .hero_txt {
    margin: 0;
  }
}
.hero.senior.course_dtl .hero_txt h1 {
  color: #804798;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.6rem;
  font-weight: bold;
  margin: 20px 0;
}
@media (min-width: 769px) {
  .hero.senior.course_dtl .hero_txt h1 {
    font-size: 7.6rem;
  }
}
.hero.senior.course_dtl .hero_txt h1.toku {
  color: #23B8C5;
}
@media (min-width: 769px) {
  .hero.senior.course_dtl .hero_txt h1.toku.jn {
    color: #23B8C5;
  }
}
.hero.senior.course_dtl .hero_txt h1.sogo {
  color: #6BBC65;
}
.hero.senior.course_dtl .hero_txt h1.art {
  color: #efa72b;
}
.hero.senior.course_dtl .hero_txt h1.art span {
  font-size: 2rem;
  display: block;
  margin-bottom: -10px;
}
@media (min-width: 769px) {
  .hero.senior.course_dtl .hero_txt h1.art span {
    font-size: 4rem;
    margin-bottom: -15px;
  }
}
.hero.senior.course_dtl .hero_txt .dsc {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 20px;
}
.hero.senior.course_dtl .hero_txt .dsc.jn.toku {
  color: #000;
}
@media (min-width: 769px) {
  .hero.senior.course_dtl .hero_txt .dsc.jn.toku {
    color: #000;
  }
}
.hero.senior.course_dtl .hero_txt .dsc br {
  display: none;
}
@media (min-width: 769px) {
  .hero.senior.course_dtl .hero_txt .dsc {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .hero.senior.course_dtl .hero_txt .dsc br {
    display: block;
  }
}
@media (max-width: 768px) {
  .hero.senior.course_dtl .hero_txt .dsc {
    text-shadow: 1px 0px 10px #fff;
  }
}
@media (min-width: 769px) {
  .hero.senior.course_dtl .hero_txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .hero.senior.course_dtl .hero_txt {
    left: calc((100% - 1400px) / 2);
  }
}
@media (min-width: 769px) {
  .hero.senior.course_dtl .hero_txt .target {
    position: unset;
  }
}

.section.course_point {
  padding: 0;
  margin-top: 380px;
}
@media (min-width: 769px) {
  .section.course_point {
    margin-top: 0;
  }
}
.section.course_point .inner {
  max-width: 1240px;
  padding: 0 20px;
}
.section.course_point .inner .ttl_point {
  margin: 40px 0 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .section.course_point .inner .ttl_point {
    margin: 80px 0;
  }
}
@media (min-width: 769px) {
  .section.course_point .inner .ttl_point {
    font-size: 4.6rem;
  }
}
.section.course_point .inner .ttl_point::after {
  content: "";
  width: 180px;
  height: 3px;
  background: #ccc;
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.section.course_point .inner .ttl_point.spcl::after {
  background: #804798;
}
.section.course_point .inner .ttl_point.toku::after {
  background: #23B8C5;
}
.section.course_point .inner .ttl_point.sogo::after {
  background: #6BBC65;
}
.section.course_point .inner .ttl_point.art::after {
  background: #efa72b;
}
.section.course_point .inner .ttl_point + ul {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .section.course_point .inner .ttl_point + ul {
    margin: 100px;
  }
}
.section.course_point .inner .ttl_point + ul li {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .section.course_point .inner .ttl_point + ul li {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section.course_point .inner .ttl_point + ul li.course_point-art {
  display: flex;
  flex-direction: column;
}
.section.course_point .inner .ttl_point + ul li.course_point-art img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .section.course_point .inner .ttl_point + ul li.course_point-art {
    flex-direction: row;
    position: relative;
  }
  .section.course_point .inner .ttl_point + ul li.course_point-art .course_point-art-option {
    margin-left: 30px;
  }
  .section.course_point .inner .ttl_point + ul li.course_point-art img {
    max-height: 100%;
    margin-bottom: 0;
  }
}
.section.course_point .inner .ttl_point + ul li .check {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.section.course_point .inner .ttl_point + ul li .check span {
  font-size: 2.4rem;
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 769px) {
  .section.course_point .inner .ttl_point + ul li .check span {
    font-size: 3rem;
  }
}
.section.course_point .inner .ttl_point + ul li .check::before {
  content: "";
  border: 1px solid #333;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 769px) {
  .section.course_point .inner .ttl_point + ul li .check::before {
    margin-right: 20px;
  }
}
.section.course_point .inner .ttl_point + ul li .check::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 10px;
  border-left: 3px solid #ccc;
  border-bottom: 9px solid #ccc;
  width: 19px;
  height: 26px;
  transform: skew(343deg, 324deg) rotate(327deg);
}
.section.course_point .inner .ttl_point + ul li .check + p {
  margin-left: 50px;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .section.course_point .inner .ttl_point + ul li .check + p {
    font-size: 2rem;
    line-height: 2;
  }
}
.section.course_point .inner .ttl_point + ul li .check.spcl {
  color: #804798;
}
.section.course_point .inner .ttl_point + ul li .check.spcl::after {
  border-color: #804798;
}
.section.course_point .inner .ttl_point + ul li .check.toku {
  color: #23B8C5;
}
.section.course_point .inner .ttl_point + ul li .check.toku::after {
  border-color: #23B8C5;
}
.section.course_point .inner .ttl_point + ul li .check.sogo {
  color: #6BBC65;
}
.section.course_point .inner .ttl_point + ul li .check.sogo::after {
  border-color: #6BBC65;
}
.section.course_point .inner .ttl_point + ul li .check.art {
  color: #efa72b;
}
.section.course_point .inner .ttl_point + ul li .check.art::after {
  border-color: #efa72b;
}
@media (min-width: 769px) {
  .section.course_point.jn .inner .ttl_point + ul {
    margin: 89px;
  }
}
.section.course_point.jn .inner .ttl_point + ul li {
  max-width: 1040px;
}
.section.course_point.jn .inner .ttl_point + ul li .check.spcl, .section.course_point.jn .inner .ttl_point + ul li .check.toku {
  color: #000;
  position: relative;
  padding-left: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .section.course_point.jn .inner .ttl_point + ul li .check.spcl, .section.course_point.jn .inner .ttl_point + ul li .check.toku {
    font-size: 2rem;
  }
}
.section.course_point.jn .inner .ttl_point + ul li .check.spcl::before, .section.course_point.jn .inner .ttl_point + ul li .check.toku::before {
  position: absolute;
  left: 0;
}
.section.course_point.jn .inner .ttl_point + ul li .check.spcl::after, .section.course_point.jn .inner .ttl_point + ul li .check.toku::after {
  bottom: unset;
}

.section.chart {
  padding: 0;
}
.section.chart .inner {
  max-width: 1240px;
  padding: 0 20px;
  margin-bottom: 0;
}
.section.chart .inner .ttl__Bbtn {
  border-bottom: 2px solid #707070;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.section.chart .inner .ttl__Bbtn span {
  font-size: 1.8rem;
  display: block;
}
@media (min-width: 769px) {
  .section.chart .inner .ttl__Bbtn span {
    display: inline-block;
    margin-left: 10px;
  }
  .section.chart .inner .ttl__Bbtn span br {
    display: none;
  }
}
.section.chart .inner .col_scroll {
  overflow-x: auto;
  padding-bottom: 20px;
  margin-bottom: 100px;
  border: 1px solid #ccc;
  border-right-color: transparent;
  margin-right: -20px;
}
@media (min-width: 769px) {
  .section.chart .inner .col_scroll {
    display: flex;
    justify-content: center;
    border: none;
    margin-right: inherit;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .section.chart .inner .col_scroll {
    display: flex;
    justify-content: flex-start;
    border: none;
    margin-right: inherit;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .section.chart .inner .col_scroll.art {
    display: flex;
    justify-content: center;
    border: none;
    margin-right: inherit;
  }
}
@media (min-width: 769px) {
  .section.chart .inner .col_scroll.art img {
    width: auto;
    max-width: 100%;
  }
}
.section.chart.message {
  background: url(../img/senior/course/s-tokushin/bg_spcl_teacher_sp.jpg?ver=2024-05-17) no-repeat top right;
  background-size: cover;
}
@media (min-width: 769px) {
  .section.chart.message {
    background: url(../img/senior/course/s-tokushin/bg_spcl_teacher.jpg?ver=2024-05-17) no-repeat top right;
  }
}
@media screen and (min-width: 1921px) {
  .section.chart.message {
    background-position: top center;
    background: url(../img/senior/course/s-tokushin/bg_spcl_teacher.jpg?ver=2024-05-17) no-repeat #F4F4F4;
  }
}
.section.chart.message .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
.section.chart.message .inner .message_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 769px) {
  .section.chart.message .inner .message_ttl {
    padding: 90px 0 30px;
    margin-bottom: 50px;
  }
  .section.chart.message .inner .message_ttl::after {
    content: "";
    width: 180px;
    height: 2px;
    background: #000;
    display: inline-block;
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .section.chart.message .inner .massage_area {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.section.chart.message .inner .massage_area .img {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .section.chart.message .inner .massage_area .img {
    width: 45%;
    margin-left: 70px;
    margin-bottom: 50px;
  }
}
.section.chart.message .inner .massage_area .img picture,
.section.chart.message .inner .massage_area .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section.chart.message .inner .massage_area .message_txt {
  line-height: 1.8;
  font-weight: 500;
}
@media (min-width: 769px) {
  .section.chart.message .inner .massage_area .message_txt {
    font-size: 1.8rem;
  }
}
.section.chart.message .inner .massage_area .message_txt .al_r {
  text-align: right;
  margin-top: 20px;
}
.section.chart.message .inner .massage_area .message_txt .al_r span {
  display: block;
  font-weight: bold;
}
@media (min-width: 769px) {
  .section.chart.message .inner .massage_area .message_txt .al_r span {
    font-size: 2rem;
  }
}
.section.chart.message .inner .massage_area .message_txt .al_r span i {
  padding: 0 5px;
  font-size: 2rem;
  font-style: normal;
}
.section.chart.message .inner .massage_area .message_txt .al_r span:last-of-type {
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .section.chart.message .inner .massage_area .message_txt .al_r span:last-of-type {
    font-size: 2rem;
  }
}
.section.chart.message .inner .massage_area .message_txt .al_r span:last-of-type i {
  font-style: normal;
}
@media (min-width: 769px) {
  .section.chart.message .inner .massage_area .message_txt .al_r span:last-of-type i {
    font-size: 2.6rem;
  }
}
@media (min-width: 769px) {
  .section.chart.message .inner .massage_area .message_txt {
    width: 55%;
    padding-bottom: 70px;
  }
}
.section.chart.schedule .inner .read__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}
.section.chart.schedule .inner .read__area p {
  font-weight: bold;
}
@media (min-width: 769px) {
  .section.chart.schedule .inner .read__area p {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.section.chart.schedule .inner .read__area .marker {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .section.chart.schedule .inner .read__area .marker {
    letter-spacing: 0.1em;
  }
}
.section.chart.schedule .inner .read__area .marker span {
  font-size: 1.6rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FFFF9C 60%);
}
.section.chart.schedule .inner .read__area .marker span .pc {
  display: none;
}
@media (min-width: 769px) {
  .section.chart.schedule .inner .read__area .marker span {
    font-size: 2.6rem;
  }
  .section.chart.schedule .inner .read__area .marker span br {
    display: none;
  }
  .section.chart.schedule .inner .read__area .marker span br.pc {
    display: block;
  }
}
.section.chart.schedule .inner .read__area.jn p {
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .section.chart.schedule .inner .read__area.jn p {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .section.chart.schedule .inner .read__area.jn p .sp {
    display: none;
  }
}
.section.chart.schedule .inner .read__area.jn p + .marker {
  font-size: 2rem;
}
@media (min-width: 769px) {
  .section.chart.schedule .inner .read__area.jn p + .marker {
    font-size: 2.6rem;
  }
}
.section.chart.schedule .inner .read__area.jn p + .marker span {
  font-size: 2rem;
}
@media (min-width: 769px) {
  .section.chart.schedule .inner .read__area.jn p + .marker span {
    font-size: 2.6rem;
  }
}
.section.chart.jn.spcl.message {
  background: url(../img/junior/course/s-tokushin/bg_spcl_teacher_sp.jpg?ver=2024-05-17) no-repeat top left;
  background-size: cover;
}
@media (min-width: 769px) {
  .section.chart.jn.spcl.message {
    background: url(../img/junior/course/s-tokushin/bg_spcl_teacher.jpg?ver=2024-05-17) no-repeat top right;
  }
}
@media screen and (min-width: 1921px) {
  .section.chart.jn.spcl.message {
    background-position: top center;
    background: url(../img/junior/course/s-tokushin/bg_spcl_teacher.jpg?ver=2024-05-17) no-repeat #F4F4F4;
  }
}
.section.chart.jn.toku.message {
  background: url(../img/junior/course/tokushin/bg_toku_teacher_sp.jpg?ver=2024-05-17) no-repeat top left;
  background-size: cover;
}
@media (min-width: 769px) {
  .section.chart.jn.toku.message {
    background: url(../img/junior/course/tokushin/bg_toku_teacher.jpg?ver=2024-05-17) no-repeat top right;
  }
}
@media screen and (min-width: 1921px) {
  .section.chart.jn.toku.message {
    background-position: top center;
    background: url(../img/junior/course/tokushin/bg_toku_teacher.jpg?ver=2024-05-17) no-repeat #F4F4F4;
  }
}
.section.chart.sn.toku.message {
  background: url(../img/senior/course/tokushin/bg_toku_teacher_sp.jpg?ver=2024-05-17) no-repeat top left;
  background-size: cover;
}
@media (min-width: 769px) {
  .section.chart.sn.toku.message {
    background: url(../img/senior/course/tokushin/bg_toku_teacher.jpg?ver=2024-05-17) no-repeat top right;
    background-size: cover;
  }
}
@media screen and (min-width: 1921px) {
  .section.chart.sn.toku.message {
    background-position: top center;
    background: url(../img/senior/course/tokushin/bg_toku_teacher.jpg?ver=2024-05-17) no-repeat #F4F4F4;
  }
}
.section.chart.sn.sogo.message {
  background: url(../img/senior/course/shingaku/bg_sogo_teacher_sp.jpg?ver=2024-05-17) no-repeat top left;
  background-size: cover;
}
@media (min-width: 769px) {
  .section.chart.sn.sogo.message {
    background: url(../img/senior/course/shingaku/bg_sogo_teacher.jpg?ver=2024-05-17) no-repeat top right;
    background-size: cover;
  }
}
@media screen and (min-width: 1921px) {
  .section.chart.sn.sogo.message {
    background-position: top center;
    background: url(../img/senior/course/shingaku/bg_sogo_teacher.jpg?ver=2024-05-17) no-repeat #F4F4F4;
  }
}
.section.chart.sn.art.message {
  background: url(../img/senior/course/art/bg_art_teacher_sp.jpg?ver=2024-05-17) no-repeat top left;
  background-size: cover;
}
@media (min-width: 769px) {
  .section.chart.sn.art.message {
    background: url(../img/senior/course/art/bg_art_teacher.jpg?ver=2024-05-17) no-repeat top right;
    background-size: cover;
  }
}
@media screen and (min-width: 1921px) {
  .section.chart.sn.art.message {
    background-position: top center;
    background: url(../img/senior/course/art/bg_art_teacher.jpg?ver=2024-05-17) no-repeat #F4F4F4;
  }
}

.section.course.subpage.study.chart {
  background: none;
  display: block;
}
.section.course.subpage.study.chart .ttl__Bbtn {
  color: #000;
}
@media (min-width: 769px) {
  .section.course.subpage.study.chart ul li {
    width: 32.3%;
  }
  .section.course.subpage.study.chart ul li a h3 {
    font-size: 2.9rem;
  }
}

.section.voice {
  background: #9EC9E9;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1.5px, transparent 1.6px);
  background-size: 22px 22px;
  padding: 40px 20px;
}
.section.voice.spcl {
  background: #bb92cc;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1.5px, transparent 1.6px);
  background-size: 22px 22px;
  padding: 10px 20px;
}
.section.voice.toku {
  background: #A0DADF;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1.5px, transparent 1.6px);
  background-size: 22px 22px;
  padding: 10px 20px;
}
.section.voice.sogo {
  background: #9ed39a;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1.5px, transparent 1.6px);
  background-size: 22px 22px;
  padding: 10px 20px;
}
.section.voice.art {
  background: #efa72b;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1.5px, transparent 1.6px);
  background-size: 22px 22px;
  padding: 10px 20px;
}
.section.voice .inner {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 50px 0;
}
@media (min-width: 769px) {
  .section.voice .inner {
    max-width: 1200px;
    margin: 30px auto;
    display: flex;
  }
}
@media (min-width: 769px) {
  .section.voice .inner .col__wrap {
    display: flex;
    padding: 40px;
    justify-content: space-between;
    align-items: center;
  }
}
.section.voice .inner .col__wrap .col__box-img {
  width: 194px;
  height: 194px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .section.voice .inner .col__wrap .col__box-img {
    order: 2;
    width: 40%;
    display: flex;
    justify-content: center;
    width: auto;
    height: auto;
  }
}
.section.voice .inner .col__wrap .col__box-img img {
  width: 100%;
  height: 100%;
  border-radius: 194px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .section.voice .inner .col__wrap .col__box-img img {
    max-width: 330px;
    max-height: 330px;
    border-radius: 330px;
    width: 34vw;
    height: 34vw;
  }
}
@media (min-width: 769px) {
  .section.voice .inner .col__wrap .col__box-txt {
    order: 1;
    width: 55%;
  }
}
.section.voice .inner .col__wrap .col__box-txt h3 {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 35px;
}
.section.voice .inner .col__wrap .col__box-txt h3::after {
  content: "";
  background: radial-gradient(#9EC9E9 0%, #9EC9E9 25%, transparent 25%, transparent 100%) center 0 repeat-x;
  background-size: 15px 15px;
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -25px;
}
@media (min-width: 769px) {
  .section.voice .inner .col__wrap .col__box-txt h3::after {
    bottom: -37px;
    width: 95%;
  }
}
.section.voice .inner .col__wrap .col__box-txt h3 span:first-of-type {
  background: #9EC9E9;
  width: 70px;
  height: 45px;
  border-radius: 40px/25px;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section.voice .inner .col__wrap .col__box-txt h3 span:first-of-type::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 9px 0 5px;
  border-color: #9EC9E9 transparent transparent transparent;
  bottom: -4px;
  right: 3px;
  position: absolute;
  transform: rotate(-40deg);
}
.section.voice .inner .col__wrap .col__box-txt h3 span:last-of-type {
  color: #9EC9E9;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: -10px;
}
.section.voice .inner .col__wrap .col__box-txt h3 span.spcl:first-of-type {
  background: #804798;
}
.section.voice .inner .col__wrap .col__box-txt h3 span.spcl:first-of-type::after {
  border-color: #804798 transparent transparent transparent;
}
.section.voice .inner .col__wrap .col__box-txt h3 span.spcl:last-of-type {
  color: #804798;
}
.section.voice .inner .col__wrap .col__box-txt h3 span.toku:first-of-type {
  background: #23B8C5;
}
.section.voice .inner .col__wrap .col__box-txt h3 span.toku:first-of-type::after {
  border-color: #23B8C5 transparent transparent transparent;
}
.section.voice .inner .col__wrap .col__box-txt h3 span.toku:last-of-type {
  color: #23B8C5;
}
.section.voice .inner .col__wrap .col__box-txt h3 span.sogo:first-of-type {
  background: #6BBC65;
}
.section.voice .inner .col__wrap .col__box-txt h3 span.sogo:first-of-type::after {
  border-color: #6BBC65 transparent transparent transparent;
}
.section.voice .inner .col__wrap .col__box-txt h3 span.sogo:last-of-type {
  color: #6BBC65;
}
.section.voice .inner .col__wrap .col__box-txt h3 span.art:first-of-type {
  background: #efa72b;
}
.section.voice .inner .col__wrap .col__box-txt h3 span.art:first-of-type::after {
  border-color: #efa72b transparent transparent transparent;
}
.section.voice .inner .col__wrap .col__box-txt h3 span.art:last-of-type {
  color: #efa72b;
}
.section.voice .inner .col__wrap .col__box-txt h3.spcl::after {
  background: radial-gradient(#804798 0%, #804798 25%, transparent 25%, transparent 100%) center 0 repeat-x;
  background-size: 15px 15px;
}
.section.voice .inner .col__wrap .col__box-txt h3.toku::after {
  background: radial-gradient(#23B8C5 0%, #23B8C5 25%, transparent 25%, transparent 100%) center 0 repeat-x;
  background-size: 15px 15px;
}
.section.voice .inner .col__wrap .col__box-txt h3.sogo::after {
  background: radial-gradient(#6BBC65 0%, #6BBC65 25%, transparent 25%, transparent 100%) center 0 repeat-x;
  background-size: 15px 15px;
}
.section.voice .inner .col__wrap .col__box-txt h3.art::after {
  background: radial-gradient(#efa72b 0%, #efa72b 25%, transparent 25%, transparent 100%) center 0 repeat-x;
  background-size: 15px 15px;
}
@media (min-width: 769px) {
  .section.voice .inner .col__wrap .col__box-txt div {
    padding: 20px 40px;
  }
}
.section.voice .inner .col__wrap .col__box-txt div .name {
  margin-bottom: 25px;
  font-weight: 500;
  text-align: right;
  font-weight: 500;
}
@media (min-width: 769px) {
  .section.voice .inner .col__wrap .col__box-txt div .name {
    font-size: 1.8rem;
  }
}
.section.voice .inner .col__wrap .col__box-txt div .name span {
  font-size: 2rem;
  padding: 0 10px;
  font-weight: bold;
}
.section.voice .inner .col__wrap .col__box-txt div .dsc {
  line-height: 1.8;
  margin-bottom: 10px;
  font-weight: 500;
}
.section.voice .inner .col__wrap .col__box-txt div .title {
  color: #804798;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.section.voice .inner .col__wrap .col__box-txt div .title.blue {
  color: #23B8C5;
}
.section.voice .inner .col__wrap .col__box-txt div .title.yellow-green {
  color: #6BBC65;
}
.section.voice .inner .col__wrap .col__box-txt div .title.green {
  color: #299C6A;
}
.section.voice .inner .col__wrap .col__box-txt div .title.orange {
  color: #efa72b;
}

.section.art_art-gallery {
  padding-top: 0;
  display: flex;
}
.section.art_art-gallery .inner a {
  background: #fff;
  display: block;
}
.section.art_art-gallery .inner a div.art-gallery_img {
  transition: 0.3s;
}
@media (max-width: 768px) {
  .section.art_art-gallery .inner a div.art-gallery_img {
    width: 100%;
    height: auto;
  }
}
.section.art_art-gallery .inner a div.art-gallery_img img {
  max-width: 776px;
  width: 100%;
}
.section.art_art-gallery .inner a div.art-gallery_img:hover .art-gallery_img {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12);
  opacity: 0.8;
}

.img {
  width: 100%;
}
.img img {
  width: 100%;
}

.txt-shadow {
  text-shadow: 1px 0px 10px #fff;
}

/* 20250630 卒業生からの声 西本 */
.section.voice.gra {
  background: #ec6d65;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1.5px, transparent 1.6px);
  background-size: 22px 22px;
  padding: 10px 20px;
}
.section.voice.gra .inner .col__wrap .col__box-txt h3.spcl::after {
  background: radial-gradient(#ec6d65 0%, #ec6d65 25%, transparent 25%, transparent 100%) center 0 repeat-x;
  background-size: 15px 15px;
}
.section.voice.gra .inner .col__wrap .col__box-txt h3 span.spcl:first-of-type {
  background: #ec6d65;
}
.section.voice.gra .inner .col__wrap .col__box-txt h3 span.spcl:first-of-type::after {
  border-color: #ec6d65 transparent transparent transparent;
}
.section.voice.gra .inner .col__wrap .col__box-txt h3 span.spcl:last-of-type {
  color: #ec6d65;
}
.section.voice.gra .inner .col__wrap .col__box-txt div .title {
  color: #ec6d65;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.section.chart.message .inner .massage_area .message_txt .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}