@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 */
@media (min-width: 769px) {
  .section .inner {
    max-width: 1240px;
  }
}
.section .inner .ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .section .inner .ttl {
    text-align: left;
    font-size: 3rem;
    margin-top: 100px;
  }
}
.section .inner .pdf {
  background: url(../img/common/icon_pdf_r.svg) no-repeat;
  width: 17px;
  height: 22px;
  display: inline-block;
  background-position: center;
  margin: 0 0 -5px 5px;
}
.section .inner .btm15 {
  margin-bottom: 15px;
}
.section .inner .btm30 {
  margin-bottom: 30px;
}
.section .inner .left15 {
  margin-left: 15px;
}
.section .inner .left30 {
  margin-left: 30px;
}

.section.schedule {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .section.schedule {
    padding-bottom: 100px;
  }
}
@media (min-width: 769px) {
  .section.schedule .inner {
    margin: 70px auto 50px;
  }
}
.section.schedule .inner h2 {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
}
@media (min-width: 769px) {
  .section.schedule .inner h2 {
    font-size: 4rem;
    margin: 40px 0;
  }
}
.section.schedule .inner h2 span {
  color: #E93E6D;
  display: block;
}
@media (min-width: 769px) {
  .section.schedule .inner h2 span {
    display: inline-block;
  }
}
.section.schedule .inner h2 + p {
  font-weight: bold;
  margin: 40px 20px;
  line-height: 2;
}
@media (min-width: 769px) {
  .section.schedule .inner h2 + p {
    text-align: center;
    font-size: 1.8rem;
  }
}
.section.schedule .inner h2 + p br {
  display: none;
}
@media (min-width: 769px) {
  .section.schedule .inner h2 + p br {
    display: block;
  }
}
.section.schedule .col__wrap {
  padding: 30px 0 40px;
}
.section.schedule .col__wrap:nth-child(odd) {
  background: #f7f7f7;
}
@media (min-width: 769px) {
  .section.schedule .col__wrap:nth-child(odd) {
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .section.schedule .col__wrap .inner {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .section.schedule .col__wrap .inner .col__box:first-of-type {
    display: flex;
    align-items: center;
    width: 55%;
  }
}
.section.schedule .col__wrap .inner .col__box:first-of-type .month {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .section.schedule .col__wrap .inner .col__box:first-of-type .month {
    width: 90px;
    margin: 0 20px 0 30px;
  }
}
.section.schedule .col__wrap .inner .col__box:first-of-type .month span {
  font-size: 2rem;
}
.section.schedule .col__wrap .inner .col__box:first-of-type .month span:first-of-type {
  font-size: 5rem;
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 769px) {
  .section.schedule .col__wrap .inner .col__box:first-of-type .month span:first-of-type {
    font-size: 5.4rem;
  }
}
.section.schedule .col__wrap .inner .col__box:first-of-type .month span:last-of-type {
  padding-top: 5px;
}
.section.schedule .col__wrap .inner .col__box:first-of-type ul {
  margin: 10px 0 30px;
}
@media (min-width: 769px) {
  .section.schedule .col__wrap .inner .col__box:first-of-type ul {
    margin: 20px 0;
  }
}
.section.schedule .col__wrap .inner .col__box:first-of-type ul li {
  line-height: 2;
  display: flex;
}
.section.schedule .col__wrap .inner .col__box:first-of-type ul li span {
  display: inline-block;
  width: calc(100% - 50px);
  padding-top: 1px;
}
@media (min-width: 769px) {
  .section.schedule .col__wrap .inner .col__box:first-of-type ul li span {
    font-size: 1.8rem;
    padding-top: 2px;
  }
}
.section.schedule .col__wrap .inner .col__box:first-of-type ul li::before {
  content: "";
  background: #0054bb;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  margin: 10px;
}
@media (min-width: 769px) {
  .section.schedule .col__wrap .inner .col__box:first-of-type ul li::before {
    margin: 15px 20px;
  }
}
.section.schedule .col__wrap .inner .col__box:nth-of-type(2) {
  padding: 10px;
}
@media (min-width: 769px) {
  .section.schedule .col__wrap .inner .col__box:nth-of-type(2) {
    padding: 10px 10px 10px 30px;
    width: 45%;
  }
}
.section.schedule .col__wrap .inner .col__box:nth-of-type(2) .img {
  width: 100%;
  max-width: 437px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .section.schedule .col__wrap .inner .col__box:nth-of-type(2) .img {
    margin: 0;
  }
}
.section.schedule .col__wrap .inner .col__box:nth-of-type(2) .img img {
  width: 100%;
}
.section.schedule .col__wrap .inner .col__box:nth-of-type(2) .img span {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 5px;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 769px) {
  .section.schedule .col__wrap .inner .col__box:nth-of-type(2) .img span {
    padding: 7px;
  }
}
.section.schedule .col__wrap .inner .col__box:nth-of-type(2) .slider_schedule {
  padding-bottom: 50px;
  width: 100%;
  max-width: 437px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 769px) {
  .section.schedule .col__wrap .inner .col__box:nth-of-type(2) .slider_schedule {
    margin: 0;
  }
}
.section.schedule .col__wrap .inner .col__box:nth-of-type(2) .slider_schedule li {
  position: relative;
}
.section.schedule .col__wrap .inner .col__box:nth-of-type(2) .slider_schedule li img {
  width: 100%;
}
.section.schedule .col__wrap .inner .col__box:nth-of-type(2) .slider_schedule li span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 5px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
@media (min-width: 769px) {
  .section.schedule .col__wrap .inner .col__box:nth-of-type(2) .slider_schedule li span {
    padding: 7px;
  }
}
.section.schedule .col__wrap .inner .col__box:nth-of-type(2) .slider_schedule .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 7px;
}
.section.schedule .inner.caution {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  font-weight: 600;
}
@media (min-width: 769px) {
  .section.schedule .inner.caution {
    margin-top: 40px;
  }
}

.section.event {
  padding-bottom: 0;
}
.section.event .inner .box__bdr {
  border: 1px solid #ccc;
  padding: 20px 10px 0;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .section.event .inner .box__bdr ul {
    padding: 25px 50px;
  }
}
.section.event .inner .box__bdr ul li {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 20px;
  text-indent: -1em;
  margin-left: 1em;
}
.section.event .inner .box__bdr ul li:before {
  content: "・";
}
@media (min-width: 769px) {
  .section.event .inner .box__bdr ul li .upd {
    display: none;
  }
}
.section.event .inner .box__bdr ul li a {
  font-weight: bold;
}
@media (min-width: 769px) {
  .section.event .inner .box__bdr ul li a .pdf {
    padding: 0 10px;
  }
}

.section.credentials {
  padding: 0;
}
@media (min-width: 769px) {
  .section.credentials .inner .ttl__bdr + .read {
    max-width: 880px;
    margin: 0 auto 50px;
  }
}
.section.credentials .inner .box__bdr {
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 20px;
}
.section.credentials .inner .box__bdr p {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .section.credentials .inner .box__bdr p {
    font-size: 2rem;
  }
}
.section.credentials .inner .box__bdr p span {
  display: block;
  text-align: center;
}
.section.credentials .inner .box__bdr p span:first-of-type {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .section.credentials .inner .box__bdr p span:first-of-type {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media (min-width: 769px) {
  .section.credentials .inner .box__bdr p span {
    display: inline-block;
  }
}
.section.credentials .inner .box__bdr + p {
  margin-top: 10px;
  text-align: center;
}
.section.credentials .inner .box__bdr + p::before {
  content: "●";
  padding-right: 5px;
}
@media (min-width: 769px) {
  .section.credentials .inner .txt_area {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .section.credentials .inner .dl .idt {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.section.credentials .inner .dl .idt .pdf_list {
  margin: 50px 0;
}
.section.credentials .inner .dl .idt .pdf_list li {
  margin-bottom: 20px;
  text-indent: -2em;
  margin-left: 2em;
  font-size: 1.6rem;
  line-height: 2;
}
.section.credentials .inner .dl .idt .pdf_list li a {
  font-weight: bold;
}
.section.credentials .inner .dl .idt .pdf_list li a:hover {
  color: #0054bb;
}
@media (min-width: 769px) {
  .section.credentials .inner .dl .idt .pdf_list li br {
    display: none;
  }
}
.section.credentials .inner .dl .idt .pdf_list li .pdf {
  background: url(../img/common/icon_pdf_r.svg) no-repeat;
  width: 17px;
  height: 22px;
  display: inline-block;
  background-position: center;
  margin: 0 0 -5px 5px;
  margin-right: 1em;
}
.section.credentials .inner .dl .idt .read .bold {
  font-weight: bold;
}
.section.credentials .inner .dl .idt .period {
  text-indent: 1.5rem;
  margin: 40px 0;
  font-weight: bold;
  line-height: 2;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .section.credentials .inner .dl .idt .period {
    text-indent: 3rem;
  }
}
.section.credentials .inner .dl .idt .caution {
  line-height: 2;
}

.section.students.bus {
  padding: 30px 0;
}
.section.students.bus .inner h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 20px 0 15px;
}
@media (min-width: 769px) {
  .section.students.bus .inner h2 {
    font-size: 2.8rem;
    margin: 40px 0 20px;
  }
}
.section.students.bus .inner h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 20px 0 10px;
}
@media (min-width: 769px) {
  .section.students.bus .inner h3 {
    font-size: 2rem;
    margin: 30px 0 20px;
  }
}
.section.students.bus .inner h4 {
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0 10px;
}
.section.students.bus .inner h5 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 10px 0;
}
.section.students.bus .inner h6 {
  font-weight: bold;
}
.section.students.bus .inner p {
  padding-bottom: 20px;
  line-height: 1.6;
}
.section.students.bus .inner ul, .section.students.bus .inner ol {
  list-style-type: disc;
  list-style-position: inside;
  margin: 10px 0;
}
@media (min-width: 769px) {
  .section.students.bus .inner ul, .section.students.bus .inner ol {
    margin: 0 0 30px;
  }
}
.section.students.bus .inner ul li, .section.students.bus .inner ol li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-bottom: 10px;
}
.section.students.bus .inner ul li:last-of-type, .section.students.bus .inner ol li:last-of-type {
  margin-bottom: 0;
}
.section.students.bus .inner ol {
  list-style-type: decimal;
}
.section.students.bus .inner a {
  font-weight: 600;
}
.section.students.bus .inner a:hover {
  text-decoration: underline;
}

.section.warning {
  padding: 0;
}
.section.warning .pdf__area {
  margin: 50px 0;
}
.section.warning .pdf__area .pdf__btn {
  width: 100%;
}
@media (min-width: 769px) {
  .section.warning .pdf__area .pdf__btn {
    display: none;
  }
}
.section.warning .pdf__area .pdf__btn a {
  width: 100%;
  display: block;
  padding: 20px;
  border: 1px solid #333;
}
.section.warning .pdf__area .pdf__btn a::before {
  content: "";
  background: url(../img/common/icon_pdf_r.svg) no-repeat;
  width: 17px;
  height: 22px;
  display: inline-block;
  background-position: center;
  margin: 0 0 -5px 5px;
  margin-right: 20px;
}
.section.warning .pdf__area object {
  display: none;
}
@media (min-width: 769px) {
  .section.warning .pdf__area object {
    width: 100%;
    aspect-ratio: 1/1.414;
    display: block;
  }
}

.section.graduate {
  padding-bottom: 0;
}
.section.graduate .info {
  font-size: 1.8rem;
  font-weight: bold;
}
.section.graduate .info br {
  display: none;
}
@media (min-width: 769px) {
  .section.graduate .info {
    margin-top: 50px;
    font-size: 2.4rem;
  }
  .section.graduate .info br {
    display: block;
  }
}
.section.graduate .ttl__bdr.new .new_mark {
  margin: -5px 10px 0 0;
  height: 34px;
}
.section.graduate a.underline {
  text-decoration: underline;
}
.section.graduate .pdf_area {
  margin: 20px 20px 20px 0;
}
@media (min-width: 769px) {
  .section.graduate .pdf_area {
    margin-left: 20px;
  }
}
.section.graduate .pdf_area .pdf {
  margin-right: 10px;
}
.section.graduate .reunion h3, .section.graduate .reunion h4 {
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 769px) {
  .section.graduate .reunion h3 {
    font-size: 2rem;
  }
}
.section.graduate .reunion h4 {
  margin-top: 40px;
}
.section.graduate .reunion p {
  margin-bottom: 20px;
}
.section.graduate .btnArea {
  margin: 30px 0;
}

.section.privacy {
  padding: 30px 0 0;
}
@media (min-width: 769px) {
  .section.privacy {
    padding-top: 60px;
  }
}
.section.privacy .inner {
  max-width: 1080px;
  margin: 0 auto;
}
.section.privacy .inner .sec_privacy {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .section.privacy .inner .sec_privacy {
    margin-bottom: 60px;
  }
}
.section.privacy .inner .sec_privacy:last-child {
  margin-bottom: 0;
}
.section.privacy .inner .sec_privacy h2 {
  margin-bottom: 5px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .section.privacy .inner .sec_privacy h2 {
    margin-bottom: 8px;
  }
}
.section.privacy .inner .sec_privacy h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.section.privacy .inner .sec_privacy .txt {
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .section.privacy .inner .sec_privacy .txt {
    margin-bottom: 20px;
  }
}
.section.privacy .inner .sec_privacy ol .list_item, .section.privacy .inner .sec_privacy ul .list_item {
  display: inline-block;
  margin-bottom: 10px;
}
.section.privacy .inner .sec_privacy address .contact_area {
  padding: 10px 0;
}

.section.sitepolicy {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .section.sitepolicy {
    padding-bottom: 60px;
  }
}
.section.sitepolicy .inner .read {
  font-weight: bold;
}
.section.sitepolicy .inner .ttl__bdr {
  margin: 50px 0 40px;
}
@media (min-width: 769px) {
  .section.sitepolicy .inner .ttl__bdr {
    margin: 80px 0 60px;
  }
}
.section.sitepolicy .inner .txt {
  line-height: 2;
}
.section.sitepolicy .inner .sec_sitepolicy h3 {
  margin: 30px 0 5px;
  font-weight: bold;
}
.section.sitepolicy .inner .sec_sitepolicy .col__wrap {
  display: flex;
  max-width: 500px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.section.sitepolicy .inner .sec_sitepolicy .col__wrap .col__box {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.section.sitepolicy .inner .sec_sitepolicy .col__wrap .col__box:first-of-type {
  border-right: 1px solid #ccc;
}
.section.sitepolicy .inner .sec_sitepolicy .col__wrap .col__box p {
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 40px;
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
}
.section.sitepolicy .inner .sec_sitepolicy .col__wrap .col__box ul {
  padding: 10px 20px;
}
.section.sitepolicy .inner address {
  line-height: 1.8;
  margin-top: 20px;
}
.section.sitepolicy .inner address .contact_area {
  padding: 10px 0;
}

.list-disc {
  margin-left: 20px;
  list-style-type: disc;
}
.list-disc li {
  margin-bottom: 0.3em;
}
.list-disc li:last-of-type {
  margin-bottom: 0;
}
.list-disc.link {
  margin: 20px 30px 20px 40px;
}

.section.event a,
.section.credentials a,
.section.students.bus a,
.section.graduate .pdf_area a {
  color: #006bee;
}
.section.event a:hover,
.section.credentials a:hover,
.section.students.bus a:hover,
.section.graduate .pdf_area a:hover {
  text-decoration: underline;
}

.bread a {
  text-decoration: none;
  color: #000;
}

.students-top .inner .tab__set {
  position: relative;
}
.students-top .inner .tab__set .ttlWrap {
  position: relative;
}
.students-top .inner .tab__set .ttlWrap .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;
}
.students-top .inner .tab__set .ttlWrap .ttl::after {
  content: none;
}
@media (min-width: 769px) {
  .students-top .inner .tab__set .ttlWrap .ttl {
    text-align: left;
  }
}
.students-top .inner .tab__set .ttlWrap .ttl span {
  display: block;
  font-size: 1.2rem;
  color: #ccc;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .students-top .inner .tab__set .ttlWrap .ttl span {
    margin-left: 1em;
    display: inline-block;
  }
}
.students-top .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) {
  .students-top .inner .tab__set .ttlWrap::after {
    width: 100%;
    margin: 0;
  }
}
.students-top .inner .tab__set .ttlWrap .tab__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1025px) {
  .students-top .inner .tab__set .ttlWrap .tab__category {
    position: absolute;
    right: 0;
    top: 20px;
    width: 635px;
  }
}
.students-top .inner .tab__set .ttlWrap .tab__category li {
  width: 32%;
  text-align: center;
  border-radius: 11px 11px 0 0;
}
.students-top .inner .tab__set .ttlWrap .tab__category li:not(:last-of-type) {
  margin-right: 2px;
}
@media (min-width: 769px) {
  .students-top .inner .tab__set .ttlWrap .tab__category li {
    width: 30%;
    max-width: 280px;
  }
  .students-top .inner .tab__set .ttlWrap .tab__category li:not(:last-of-type) {
    margin-right: 4px;
  }
}
.students-top .inner .tab__set .ttlWrap .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;
}
.students-top .inner .tab__set .ttlWrap .tab__category .all {
  color: #000;
  border: solid 1px #777;
}
@media (min-width: 1025px) {
  .students-top .inner .tab__set .ttlWrap .tab__category .all {
    border-bottom: none;
  }
}
.students-top .inner .tab__set .ttlWrap .tab__category .all.active span, .students-top .inner .tab__set .ttlWrap .tab__category .all:hover span {
  background: #999;
  color: #fff;
}
.students-top .inner .tab__set .ttlWrap .tab__category .common {
  color: #f39c00;
  border: solid 1px #f39c00;
}
@media (min-width: 1025px) {
  .students-top .inner .tab__set .ttlWrap .tab__category .common {
    border-bottom: none;
  }
}
.students-top .inner .tab__set .ttlWrap .tab__category .common.active span, .students-top .inner .tab__set .ttlWrap .tab__category .common:hover span {
  background: #f39c00;
  color: #fff;
}
.students-top .inner .tab__set .ttlWrap .tab__category .junior {
  color: #3bc700;
  border: solid 1px #3bc700;
}
@media (min-width: 1025px) {
  .students-top .inner .tab__set .ttlWrap .tab__category .junior {
    border-bottom: none;
  }
}
.students-top .inner .tab__set .ttlWrap .tab__category .junior.active span, .students-top .inner .tab__set .ttlWrap .tab__category .junior:hover span {
  background: #3bc700;
  color: #fff;
}
.students-top .inner .tab__set .ttlWrap .tab__category .senior {
  color: #0054bb;
  border: solid 1px #0054bb;
}
@media (min-width: 1025px) {
  .students-top .inner .tab__set .ttlWrap .tab__category .senior {
    border-bottom: none;
  }
}
.students-top .inner .tab__set .ttlWrap .tab__category .senior.active span, .students-top .inner .tab__set .ttlWrap .tab__category .senior:hover span {
  background: #0054bb;
  color: #fff;
}
.students-top .inner .tab__set .ttlWrap .tab__category .notice {
  color: #e32222;
  border: solid 1px #e32222;
}
@media (min-width: 1025px) {
  .students-top .inner .tab__set .ttlWrap .tab__category .notice {
    border-bottom: none;
  }
}
.students-top .inner .tab__set .ttlWrap .tab__category .notice.active span, .students-top .inner .tab__set .ttlWrap .tab__category .notice:hover span {
  background: #e32222;
  color: #fff;
}
.students-top .inner .tab__set .ttlWrap .tab__category .divi {
  color: #299C6A;
  border: solid 1px #299C6A;
}
@media (min-width: 1025px) {
  .students-top .inner .tab__set .ttlWrap .tab__category .divi {
    border-bottom: none;
  }
}
.students-top .inner .tab__set .ttlWrap .tab__category .divi.active span, .students-top .inner .tab__set .ttlWrap .tab__category .divi:hover span {
  background: #299C6A;
  color: #fff;
}
.students-top .inner .tab__set .ttlWrap .tab__category .default {
  color: #000;
  border: solid 1px #777;
}
@media (min-width: 1025px) {
  .students-top .inner .tab__set .ttlWrap .tab__category .default {
    border-bottom: none;
  }
}
.students-top .inner .tab__set .ttlWrap .tab__category .default.active span, .students-top .inner .tab__set .ttlWrap .tab__category .default:hover span {
  background: #999;
  color: #fff;
}
@media (min-width: 769px) {
  .students-top .inner .tab__set .ttlWrap .tab__category {
    top: 0;
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .students-top .inner .tab__set .ttlWrap .tab__category {
    top: 20px;
    width: 700px;
  }
}
.students-top .inner .tab__set .ttlWrap .tab__category li {
  width: calc((100% - 10px) / 4);
}
@media (max-width: 320px) {
  .students-top .inner .tab__set .ttlWrap .tab__category li {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .students-top .inner .tab__set .ttlWrap .tab__category li {
    width: calc((100% - 45px) / 4);
  }
}

.other_info {
  background: #f7f7f7;
  padding: 0;
}
@media (min-width: 769px) {
  .other_info {
    padding: 60px 0;
  }
}
.other_info .inner {
  padding: 40px 20px;
}
.other_info .inner .col__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other_info .inner .col__wrap .col__box {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .other_info .inner .col__wrap .col__box {
    width: calc((100% - 60px) / 4);
    min-height: 280px;
  }
}
.other_info .inner .col__wrap .col__box a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.04);
}
@media (min-width: 769px) {
  .other_info .inner .col__wrap .col__box a {
    padding: 40px 20px;
    flex-direction: column;
  }
}
.other_info .inner .col__wrap .col__box a .img {
  width: 28%;
  height: 18vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .other_info .inner .col__wrap .col__box a .img {
    width: 100%;
    height: 120px;
  }
}
.other_info .inner .col__wrap .col__box a .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 120px;
}
@media (min-width: 769px) {
  .other_info .inner .col__wrap .col__box a .img img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .other_info .inner .col__wrap .col__box a .img img {
    width: auto;
    height: auto;
  }
}
.other_info .inner .col__wrap .col__box a .txt {
  width: 72%;
  padding-left: 1.5em;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .other_info .inner .col__wrap .col__box a .txt {
    justify-content: center;
    width: 100%;
    min-height: 3.2em;
    padding-left: 0;
    font-size: 2rem;
  }
}
.other_info .inner .col__wrap .col__box a .txt .pc {
  display: none;
}
@media (min-width: 1025px) {
  .other_info .inner .col__wrap .col__box a .txt .pc {
    display: inline-block;
  }
}
@media (min-width: 769px) {
  .other_info .inner .col__wrap .col__box a:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }
}

/* 20250416 スクールポリシーページ追加 */
.list-decimal {
  margin-left: 20px;
  list-style-type: decimal;
}
.list-decimal li {
  margin-bottom: 0.3em;
}
.list-decimal li:last-of-type {
  margin-bottom: 0;
}
.list-decimal.link {
  margin: 20px 30px 20px 40px;
}