@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 4, ../sass/top.scss */
.main__img {
	height: 88vh;
	position: relative;
}
.main__img .main__img__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  /* line 4, ../sass/top.scss */
  .main__img {
    width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  /* line 4, ../sass/top.scss */
  .main__img {
    width: 100%;
  }
}
/* line 13, ../sass/top.scss */
.main__img .img__box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img__box.pcOnly::before {
/*    content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url("../img/top_mv_pc.png");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat; */
   /* -webkit-animation: zoom 10s 1;
   animation: zoom 10s 1;
   animation-fill-mode: forwards; */
}
/* @keyframes zoom {
   0% {
      transform: scale(1);
   }
   100% {
      transform: scale(1.1);
   }
} */


@media screen and (max-width: 768px) {
  /* line 13, ../sass/top.scss */
  .main__img .img__box {
    background-position: left;
    min-width: auto;
  }
/*   .img__box.spOnly::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/top_mv_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: zoom 10s 1;
    animation: zoom 10s 1;
    animation-fill-mode: forwards;
  } */
}
.sp__mesimg{
    width:50% !important;
}

/* line 43, ../sass/top.scss */
.bnr__boxmura {
  background-color: transparent;
  position: absolute;
	bottom:13%;
  z-index: 2;
  padding: 0 25%;
    text-align:center;
}
@media screen and (min-width: 768px) {
  .bnr__boxmura {
    width: 100%;
  }
  .bnr__boxmura .imgLinePc {
    width: 200px!important;
    position:absolute; 
    bottom:20px;
    right: 5% !important;
  }
  .bnr__boxmura .imgLinePc img {
    min-height: 100px;
    min-width: 100px;
  }
  .bnr__boxmura .imgBnrPc {
    left: 28%!important;
    right: auto!important;
  }
  .bnr__boxmura .imgBnrPc img {
    min-height: 70px;
    min-width: 550px;
  }
}
@media screen and (max-width: 768px) {
  /* line 43, ../sass/top.scss */
.bnr__boxmura {
    position: absolute;
      /*
    background-color: #fff;
      */
	bottom:9%;
	padding:0 10%;
  }
}
/* line 43, ../sass/top.scss */
.bnr__box {
  background-color: rgba(238, 238, 238, 0.6);
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  /* line 43, ../sass/top.scss */
  .bnr__box {
    position: relative;
      /*
    background-color: #fff;
      */
    bottom: 0;
  }
}
/* line 56, ../sass/top.scss */
.bnr__box .bnr__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 56, ../sass/top.scss */
  .bnr__box .bnr__inner {
    width: 100%;
  }
}
/* line 63, ../sass/top.scss */
.bnr__box .bnr__inner .bnr__item {
  width: 23%;
  display: block;
  margin: 1%;
  height: 82px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  /* line 63, ../sass/top.scss */
  .bnr__box .bnr__inner .bnr__item {
    width: 48%;
  }
}
/* line 77, ../sass/top.scss */
.bnr__box .bnr__inner .bnr__item span {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  padding: 20px 0;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  /* line 77, ../sass/top.scss */
  .bnr__box .bnr__inner .bnr__item span {
    font-size: 3.64583vw;
    padding: 5.20833vw 0;
  }
}
/* line 93, ../sass/top.scss */
.bnr__box .bnr__inner .bnr__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  z-index: 2;
}

/* line 110, ../sass/top.scss */
#wrapper {
  position: relative;
  z-index: 99;
  background-image: url(../img/top_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
/* line 117, ../sass/top.scss */
#wrapper .oc__bnr {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  /* line 117, ../sass/top.scss */
  #wrapper .oc__bnr {
    padding: 3.90625vw;
  }
}
/* line 123, ../sass/top.scss */
#wrapper .oc__bnr a {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 123, ../sass/top.scss */
  #wrapper .oc__bnr a {
    width: 90%;
  }
}
/* line 132, ../sass/top.scss */
#wrapper h2 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 135, ../sass/top.scss */
#wrapper h2 .main {
  position: relative;
  display: block;
  font-size: 38px;
  font-weight: bold;
}
/* line 138, ../sass/top.scss */
#wrapper h2 .main:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 5.2px 3px 0 3px;
  border-color: #c02c46 transparent transparent transparent;
}
/* line 151, ../sass/top.scss */
#wrapper h2 .main:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 180px;
  height: 2px;
  background-color: #c02c46;
}
/* line 165, ../sass/top.scss */
#wrapper h2 .sub {
  font-size: 20px;
  display: block;
  margin-top: 10px;
}
/* line 171, ../sass/top.scss */
#wrapper .emergency {
  background-image: url(../img/border-emr.png);
  padding: 30px 0;
  background-color: #f6eaff;
}
/* line 176, ../sass/top.scss */
#wrapper .emergency .inner .emargency__h2 {
  color: #c02c46;
  position: relative;
  font-size: 28px;
  border-bottom: 2px solid #c02c46;
  display: inline-block;
  padding: 0 25px 0 0;
}
/* line 183, ../sass/top.scss */
#wrapper .emergency .inner .emargency__h2 .svg-inline--fa {
  margin-right: 10px;
}
/* line 186, ../sass/top.scss */
#wrapper .emergency .inner .emargency__h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #c02c46 transparent;
}
/* line 200, ../sass/top.scss */
#wrapper .emergency .inner .emargency__list .list__item {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  margin-top: 20px;
}
/* line 205, ../sass/top.scss */
#wrapper .emergency .inner .emargency__list .list__item .date {
  display: inline-block;
  margin-right: 1em;
}
/* line 216, ../sass/top.scss */
#wrapper .news {
  padding: 40px 0;
}
/* line 219, ../sass/top.scss */
#wrapper .news .inner .btn {
  width: 280px;
  margin: 40px 0;
}
/* line 223, ../sass/top.scss */
#wrapper .news .inner .news__box {
  width: 100%;
  padding: 30px 0;
}
/* line 226, ../sass/top.scss */
#wrapper .news .inner .news__box .news__list {
  display: block;
  width: 23%;
  margin: 1%;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  /* line 226, ../sass/top.scss */
  #wrapper .news .inner .news__box .news__list {
    width: 48%;
    margin: 2% 1%;
  }
}
@media screen and (max-width: 420px) {
  /* line 226, ../sass/top.scss */
  #wrapper .news .inner .news__box .news__list {
    width: 90%;
    margin: 2% auto;
  }
}
/* line 239, ../sass/top.scss */
#wrapper .news .inner .news__box .news__list .thmb {
  display: block;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1em;
  border: 1px solid #c0c0c0;
  background-position: center;
}
@media screen and (max-width: 768px) {
  /* line 239, ../sass/top.scss */
  #wrapper .news .inner .news__box .news__list .thmb {
    height: 160px;
  }
}
/* line 251, ../sass/top.scss */
#wrapper .news .inner .news__box .news__list .date {
  display: block;
  font-weight: bold;
}
/* line 255, ../sass/top.scss */
#wrapper .news .inner .news__box .news__list .cat {
  display: inline-block;
  padding: 2px 15px;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
/* line 270, ../sass/top.scss */
#wrapper .course {
  padding: 40px 0;
}
/* line 272, ../sass/top.scss */
#wrapper .course .inner {
  padding: 0;
}
/* line 274, ../sass/top.scss */
#wrapper .course .inner .course__item {
  display: block;
  width: 292px;
  margin: 4px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 10px;
  height: 202px;
}
@media screen and (max-width: 768px) {
  /* line 274, ../sass/top.scss */
  #wrapper .course .inner .course__item {
    width: 48%;
    margin: 2% 1%;
    height: 320px;
  }
}
@media screen and (max-width: 420px) {
  /* line 274, ../sass/top.scss */
  #wrapper .course .inner .course__item {
    width: 98%;
    margin: 2% 1%;
    height: 61.90476vw;
  }
}
/* line 295, ../sass/top.scss */
#wrapper .course .inner .course__item:hover img {
  opacity: 1;
}
/* line 299, ../sass/top.scss */
#wrapper .course .inner .course__item .course__label {
  position: absolute;
  width: 100%;
  bottom: 0;
}
/* line 303, ../sass/top.scss */
#wrapper .course .inner .course__item .course__label .course__title {
  background-color: rgba(0, 84, 162, 0.7);
}
/* line 306, ../sass/top.scss */
#wrapper .course .inner .course__item .course__label .course__icon {
  background-color: #0054a2;
}
/* line 309, ../sass/top.scss */
#wrapper .course .inner .course__item .course__label .course__title {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 30%;
  box-sizing: border-box;
  line-height: 1.2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-justify-content: left;
  justify-content: left;
  height: 50px;
}
@media screen and (max-width: 768px) {
  /* line 309, ../sass/top.scss */
  #wrapper .course .inner .course__item .course__label .course__title {
    font-size: 2.34375vw;
    height: 6.51042vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 309, ../sass/top.scss */
  #wrapper .course .inner .course__item .course__label .course__title {
    font-size: 4.28571vw;
    height: 11.90476vw;
  }
}
/* line 333, ../sass/top.scss */
#wrapper .course .inner .course__item .course__label .course__icon {
  width: 74px;
  height: 74px;
  display: inline-block;
  padding: 10px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 333, ../sass/top.scss */
  #wrapper .course .inner .course__item .course__label .course__icon {
    width: 13.02083vw;
    height: 13.02083vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 333, ../sass/top.scss */
  #wrapper .course .inner .course__item .course__label .course__icon {
    width: 20.2381vw;
    height: 20.2381vw;
  }
}
/* line 348, ../sass/top.scss */
#wrapper .course .inner .course__item .course__label .course__icon img {
  border: 1px solid #fff;
  padding: 3px;
}
/* line 358, ../sass/top.scss */
#wrapper .course .inner .course__label.global .course__title {
  background-color: rgba(5, 106, 89, 0.7);
}
/* line 361, ../sass/top.scss */
#wrapper .course .inner .course__label.global .course__icon {
  background-color: #056a59;
}
/* line 366, ../sass/top.scss */
#wrapper .course .inner .course__label.business .course__title {
  background-color: rgba(255, 0, 106, 0.7);
}
/* line 369, ../sass/top.scss */
#wrapper .course .inner .course__label.business .course__icon {
  background-color: #ff006a;
}
/* line 374, ../sass/top.scss */
#wrapper .course .inner .course__label.office .course__title {
  background-color: rgba(124, 54, 137, 0.7);
}
/* line 377, ../sass/top.scss */
#wrapper .course .inner .course__label.office .course__icon {
  background-color: #7c3689;
}
/* line 382, ../sass/top.scss */
#wrapper .course .inner .course__label.hotel .course__title {
  background-color: rgba(211, 144, 40, 0.7);
}
/* line 385, ../sass/top.scss */
#wrapper .course .inner .course__label.hotel .course__icon {
  background-color: #d39028;
}
/* line 390, ../sass/top.scss */
#wrapper .course .inner .course__label.medical .course__title {
  background-color: rgba(0, 164, 255, 0.7);
}
/* line 393, ../sass/top.scss */
#wrapper .course .inner .course__label.medical .course__icon {
  background-color: #00a4ff;
}
/* line 398, ../sass/top.scss */
#wrapper .course .inner .course__label.sports .course__title {
  background-color: rgba(57, 178, 72, 0.7);
}
/* line 401, ../sass/top.scss */
#wrapper .course .inner .course__label.sports .course__icon {
  background-color: #39b248;
}
/* line 406, ../sass/top.scss */
#wrapper .course .inner .course__label.university .course__title {
  background-color: rgba(246, 109, 39, 0.7);
}
/* line 409, ../sass/top.scss */
#wrapper .course .inner .course__label.university .course__icon {
  background-color: #f66d27;
}
/* line 414, ../sass/top.scss */
#wrapper .course .inner .public .course__title {
  background-color: rgba(246, 109, 39, 0.7);
}
/* line 417, ../sass/top.scss */
#wrapper .course .inner .public .course__icon {
  background-color: #f66d27;
}
/* line 423, ../sass/top.scss */
#wrapper .bnrarea__box {
  padding: 40px 0 80px;
}
/* line 425, ../sass/top.scss */
#wrapper .bnrarea__box .inner {
  padding: 40px 0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
/* line 429, ../sass/top.scss */
#wrapper .bnrarea__box .inner .bnr__item {
  width: 18%;
  margin: 10px 1%;
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 429, ../sass/top.scss */
  #wrapper .bnrarea__box .inner .bnr__item {
    width: 48%;
  }
}
#wrapper .course .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  }

.box50{
    position:relative;
    display:inline-block;
    width:35%;
	min-width:200px;
    margin:15px 5%;
}
/* 20221028 nankyu */
.img-wrap-pc {
    position: relative;
}
.img-wrap-pc img {
    width:100%;
    position: absolute;    
}
.img-wrap-sp {
    position: relative;
}
.img-wrap-sp img {
    width:100%;
    position: absolute;    
}
/* 20230215 nankyu */
.bnr_2 {
    position: relative;
    display: inline-block;
	width: 94%;
    margin: 3px;
}
.bnr_4 {
	position: relative;
	display: inline-block;
	width: 47%;
	margin: 3px;
}
.bnr__boxmura_4 {
    background-color: transparent;
    position: absolute;
	bottom: 11%;
    z-index: 2;
	padding: 0 10%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.bnr_col {
    width: 50%;
}
@media screen and (max-width: 768px) {
	.bnr__boxmura_4 {
		bottom: 5%;
		padding: 0 4%;
	}
	.bnr_col {
		width: 100%;
	}
	.bnr_2 {
		width: 97%;
	}
}


/* 20230605 */
#sb_instagram{
  width: 100% !important;
}
.img__box{
  position: relative;
}
.img__box .slickArea{
  
  width: 100%;
  height: 100%;
}
.img__box .slickArea div{
  width: 100%;
  height: 100% !important;
}
.img__box .slickArea li{
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slickArea .slick-arrow{
  display: none !important;
}

.main__img .img__box .img__mes{
  position: fixed;
  top: 5vw;
  left: 0;
}
.img__mes img{
    position: relative;
    max-width: 700px;
}
@media screen and (max-width: 768px) {
  .main__img .img__box .img__mes {
      top: 2%!important;
    }
    .main__img .img__box .img__mes img{
      width: 50%;
    }
  }
@media screen and (max-width:420px) {
  .main__img .img__box .img__mes {
    top: 8%!important;
  }
}
.img__mes{
  z-index: 0;
}


#banSlider a:after {
  display: none;
}
.banSlideBox {
  width: 640px;
  position: absolute;
  bottom: 4%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.banSlideBox #banSlider{
  position: absolute;
  bottom: -10%;;
  width: 100%;
  height: auto;
}
.banSlideBox img {
  width: 100%;
  height: 158px !important;
}
@media screen and (min-width: 769px) {
  .banSlideBox {
    height: 158px;
  }
}
@media screen and (max-width: 768px) {
  .banSlideBox {
    width: 100%;
    height: auto;
    bottom: 2% !important;
  }
  .banSlideBox .slick-list{
    max-width: 640px;
    width: 80%;
    margin: 0 auto !important;
  }
  .banSlideBox img {
    height: auto !important;
  }
}
.banSlideBox a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* Arrows */
.banSlideBox .slick-arrow{
  background-color: transparent !important;
  top: 50%;
  transform: translateY(-50%);
}
.banSlideBox .slick-arrow::before{
  font-size: 35px;
}
.banSlideBox .slick-prev
  {
      left: -65px;
  }
.banSlideBox .slick-next
  {
      right: -65px;
  }
.banSlideBox .slick-prev:hover,
.banSlideBox .slick-prev:focus,
.banSlideBox .slick-next:hover,
.banSlideBox .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.banSlideBox .slick-prev:hover:before,
.banSlideBox .slick-prev:focus:before,
.banSlideBox .slick-next:hover:before,
.banSlideBox .slick-next:focus:before
{
    opacity: .75 !important;
}
.banSlideBox .slick-prev.slick-disabled:before,
.banSlideBox .slick-next.slick-disabled:before
{
    opacity: .25;
}
@media screen and (max-width:768px) {
  .banSlideBox .slick-arrow{
    display: none !important;
  }
}


/* Dots */

.banSlideBox .slick-dots li {
  width: 15px;
}
.banSlideBox .slick-dots li.slick-active button:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.7);
  border: none;
  background: #c02c46;
}
.banSlideBox .slick-dots li button:before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: none;
}
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -35px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before
{
    opacity: 1;
}
@media screen and (max-width:768px) {
  .slick-dots li button:hover:before
{
    opacity: 0.6;
}
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-dots li:only-child{
  display: none;
}
#banSlider {
  opacity: 0;
  transition: opacity .3s linear;
}
#banSlider.slick-initialized {
  opacity: 1;
}


/* LINEバナーを隠す */
.bnr__boxmura.line{
  display: none;
}
/* LINEバナーを隠す */