@charset "UTF-8";
body {
  text-align: center;
  color: #1d1d1d;
  background-color: #fff;
  font-size: 1.2rem;
  font-size: 3.75vw; }

.cont-wrap img {
  width: 100%; }

.letter-space {
  letter-spacing: -0.05em; }

.btn-area {
  background: #F61434 url(../images/btn_img.png) 0 0 no-repeat;
  background-size: 33.75% auto;
  text-align: left;
  padding: 0 0 2rem 33.75%; }

.btn-txt {
  color: #fff;
  font-size: 1.2rem;
  font-size: 3.75vw;
  padding: 2rem 0 1rem;
  text-align: center; }

.btn {
  position: relative; }

.btn a {
  display: block;
  width: 94.33962%;
  background-color: #fff;
  border-radius: 12.5rem;
  color: #F61333;
  font-size: 1.4rem;
  font-size: 4.375vw;
  line-height: 1;
  padding: 1.3rem 0 1.3rem 10%;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  position: relative; }
  .btn a::after {
    position: absolute;
    right: 1.5rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
    background: url(../images/btn_arrow.png) 0 center no-repeat;
    background-size: 100% auto;
    width: 8.5%; }

.main-v{
    position: relative;
}
.bnr_tv{
    position: absolute;
    top: 10vw;
    right: 1.5vw;
    width: 30vw;
}
.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .nav-list__item {
    width: 33.125%;
    -webkit-flex-basis: 33.125%;
        -ms-flex-preferred-size: 33.125%;
            flex-basis: 33.125%; }

.messege01 {
  width: 79.0625%;
  margin: 0 auto;
  margin: 0 auto;
  padding: 3rem 0; }

.student {
  background-color: #ECE81B;
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 1.5rem; }
  .student::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    background: url(../images/student_bottom.png) 0 0 no-repeat;
    width: 100%;
    padding-bottom: 7.8125%;
    background-size: auto 100%; }
  .student-tit {
    margin-bottom: 2rem; }
  .student-plate {
    width: 90.625%;
    margin: 0 auto 2rem; }
    .student-plate__last {
      margin-bottom: 0; }

.messege02 {
  width: 87.8125%;
  margin: 0 auto 2.5rem; }

/**point**/
.point {
  text-align: left; }
  .point-tit {
    width: 80.3125%;
    margin: 0 auto 2.5rem; }
  .point-subtit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.3rem; }
    .point-subtit--inner {
      font-size: 1.6rem;
      font-size: 5vw;
      text-align: center;
      font-weight: bold;
      line-height: 1;
      background-color: #EBE71B;
      display: inline-block;
      padding: 0.5rem 0.3rem 0.2rem;
      vertical-align: middle; }
  .point-txt {
    width: 87.5%;
    margin: 0 auto 1.5rem; }
  .point-img {
    margin-bottom: 3rem; }

.student-voice {
  margin: 0 auto; }

.student-voice-tit {
  font-size: 1.8rem;
  font-size: 5.625vw;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem; }
  .student-voice-tit .student-voice-tit--icon {
    display: inline-block;
    width: 5.625%;
    vertical-align: text-top;
    margin-left: 0.5rem; }

.student-voice-box {
  width: 90.625%;
  margin: 0 auto;
  background-color: #EBE71B;
  border-radius: 1rem;
  padding: 1.5rem 5% 1.2rem 5%;
  box-shadow: 0px 4px 0px 0px #C7C7C7; }
  .student-voice-box-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
    background: url(../images/student_line01.png) 0 bottom no-repeat;
    background-size: 100% auto;
    margin-bottom: 0.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .student-voice-box-top__img {
      -webkit-flex-basis: 28.73563%;
          -ms-flex-preferred-size: 28.73563%;
              flex-basis: 28.73563%;
      width: 28.73563%;
      margin-right: 0.6rem; }
    .student-voice-box-top__term {
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 0.6rem; }
    .student-voice-box-top__desc {
      line-height: 1;
      margin-bottom: 1rem; }
      .student-voice-box-top__desc--last {
        margin-bottom: 0; }
  .student-voice-box-bottom__term {
    font-weight: bold;
    margin-bottom: 0.3rem; }

/**point01**/
.point01 {
  margin-bottom: 4rem; }

.point02 {
  background-color: #86D1F2;
  position: relative;
  padding: 1rem 0 1.2rem;
  margin-bottom: 4.7rem; }
  .point02::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: 0;
    background: url(../images/point02_top.png) 0 0 no-repeat;
    width: 100%;
    padding-bottom: 7.8125%;
    background-size: 100% auto; }
  .point02::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    background: url(../images/point02_bottom.png) 0 0 no-repeat;
    width: 100%;
    padding-bottom: 7.8125%;
    background-size: 100% auto; }

.point02-facility {
  padding-top: 2.5rem;
  background: #fff url(../images/point02-facility-arrow.png) center 0 no-repeat;
  background-size: 12.5% auto;
  padding-bottom: 3.3rem; }
  .point02-facility-list {
    width: 87.5%;
    margin: 0 auto; }
    .point02-facility-list__item {
      width: 46.42857%;
      float: left;
      margin-bottom: 1.2rem; }
      .point02-facility-list__item:nth-child(even) {
        float: right; }
    .point02-facility-list__img {
      margin-bottom: 1.2rem; }
    .point02-facility-list__term {
      font-size: 1.1rem;
      font-size: 3.4375vw;
      text-align: center;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 0.7rem; }
    .point02-facility-list__desc01 {
      font-size: 1rem;
      font-size: 3.125vw;
      width: 23.07692%;
      margin: 0 auto 0.7rem;
      background-color: #86D1F2;
      text-align: center;
      line-height: 1;
      border-radius: 1.3rem;
      padding-top: 0.1rem; }

.point02-student-voice {
  padding-top: 0.9rem;
  position: relative; }
  .point02-student-voice::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: 0;
    background: url(../images/point02_top.png) 0 0 no-repeat;
    width: 100%;
    padding-bottom: 7.8125%;
    background-size: 100% auto; }

.point02-student-voice-box {
  background-color: #fff; }

.point02-student-voice-box-top {
  background: url(../images/student_line02.png) 0 bottom no-repeat;
  background-size: 100% auto; }

/**スライド**/
.slide-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative; }
  .slide-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/point02-facility-arrow.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 12.5%;
    padding-bottom: 4.6875%;
    z-index: 100; }

.slide {
  width: 200%;
  position: relative;
  left: 0;
  -webkit-transition: left 1s ease 0s;
  transition: left 1s ease 0s;
  margin-bottom: 2rem; }
  .slide--on {
    left: -100%; }
  .slide__item {
    width: 50%;
    position: relative;
    float: left; }
  .slide__arrow--left {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 9.375%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .slide__arrow--right {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    width: 9.375%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .slide__arrow--right img {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }

.point03 {
  margin-bottom: 3rem; }

.support {
  text-align: left;
  background-color: #00D7AB;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 3.5rem; }
  .support-tit {
    margin-bottom: 1.6rem; }
  .support-subtit--inner {
    background-color: #000;
    color: #fff; }
  .support-img {
    width: 90.625%;
    margin: 0 auto; }
  .support::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    background: url(../images/support_bottom.png) 0 0 no-repeat;
    width: 100%;
    padding-bottom: 7.8125%;
    background-size: 100% auto; }

.support-company {
  width: 90.625%;
  margin: 0 auto 3rem;
  background-color: #fff;
  padding: 1.5rem 0;
  border-radius: 1rem; }
  .support-company__tit {
    width: 87.93103%;
    text-align: center;
    line-height: 1;
    margin: 0 auto 1rem;
    font-size: 1.3rem;
    font-size: 4.0625vw;
    font-weight: bold;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #000; }
  .support-company__txt {
    width: 87.93103%;
    margin: 0 auto; }

.support-list {
  width: 90.625%;
  margin: 0 auto 3rem; }
  .support-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2rem; }
  .support-list__img {
    width: 48.27586%;
    -webkit-flex-basis: 48.27586%;
        -ms-flex-preferred-size: 48.27586%;
            flex-basis: 48.27586%;
    width: 48.27586%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 1rem; }
  .support-list__definition {
    width: 48.27586%;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
  .support-list__term {
    font-weight: bold;
    margin-bottom: 0.4rem;
    line-height: 1; }
  .support-list__desc {
    line-height: 1.5; }

.messege {
  width: 82.5%;
  margin: 0 auto 3rem; }

.footer__address {
  width: 87.5%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0; }

.footer__logo, .footer__info {
  width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }

.copy {
  font-size: 1.1rem;
  font-size: 3.4375vw;
  text-align: center;
  background-color: #000;
  color: #fff;
  line-height: 3rem; }

img[src*='dummy.gif'] {
  display: none; }

/*FLIP CHANNEL
-------------------------------------*/

.flipchannel{
	width: 100%;
	background-color: #dcf4ff;
	padding-bottom: 20px;
	margin: 40px 0;
}

.flipchannel img{
	width: 100%;
}
.flipchannel_tit{
	margin-bottom: 20px;
}
.flipchannel_innerWidth{
	width: 93.75%;
	margin: 0 auto;
}

.flipchannel_logo{
	margin-bottom: 30px;
}

.flipchannel_box{
	position: relative;
	margin-bottom: 30px;
}
.flipchannel_box:last-child{
	margin-bottom: 0;
}

.flipchannel_box_tit{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}

.flipchannel_box_txt{
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.flipchannel_boxMovie {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.flipchannel_boxMovie iframe, .flipchannel_boxMovie object, .flipchannel_boxMovie embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*topix 20170705追加
-------------------------------------*/
.topix{
	padding-top: 4rem;
	text-align: left;
}

.topix__img{
	background-color: #94c0f7;
}

.topix__txt{
	background-color: #94c0f7;
	padding: 3rem 2rem;
}

.topix-cont{
	background: #d7dee4 url(../images/topix_cont04_bgbottom.png) 0 bottom no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding: 3rem 0 7.1rem;
}

.topix-cont01{
	margin-bottom: 3rem;
}

.topix-cont01__tit{
	width: 70.9375%;
	margin: 0 auto 1rem;
}

.topix-cont01__img{
	width: 90.625%;
	margin: 0 auto 2.3rem;
}

.topix-cont01__txt{
	width: 85.9375%;
	margin: 0 auto;
}

.topix-cont01__attention{
	font-size: 1rem;
	font-size: 3.125vw;
}

.topix-cont-box{
	width: 90.625%;
	margin: 0 auto 3rem;
	background-color: #fff;
	padding: 1.5rem;
}

.topix-cont-box__tit{
	margin:0 auto 1.5rem;
}

.topix-cont-box__subtit{
	margin:0 auto 1rem;
	width: 71.9231%;
}

.topix-cont-box__txt{
	margin-bottom: 1.5rem;
}

.topix-cont-box__img{
	margin-bottom: 2.5rem;
}

.topix-cont04{
	width: 90.625%;
	margin: 0 auto 3.5rem;
}

.topix-cont04__tit{
	margin-bottom: 1rem;
}

.topix-cont04__desc{
	margin-bottom: 2.5rem;
}

.topix-cont04__img{
	width: 37.931%;
	float: left;
}

.topix-cont04__txt{
	width: 56.89656%;
	float: right;
}

.mb0{
	margin-bottom: 0;
}
.mb10 {
  margin-bottom: 1rem; }
.mb15 {
  margin-bottom: 1.5rem; }

.mb20 {
  margin-bottom: 2rem; }

.mb30 {
  margin-bottom: 3rem; }

  /* 2017.09追加
  -------------------------------------*/
  .inspect{
   height: 87.8125vw;
   margin-top: 2rem;
   background-image: url(../../common/img/_bg_inspect01.png);
   background-repeat: no-repeat;
   line-height: 1.5;
  }
  .inspect p:nth-of-type(2){
   margin-left: auto;
   margin-right: auto;
   width: 48.26%;
  }
  .inspect p:nth-of-type(2) img{
   width: 100%;
  }
  .inspect p:nth-of-type(3){
   text-align: center;
   color: #21b0ee;
   font-size: 1.2rem;
  }
  .inspect p:nth-of-type(4){
   margin-left: auto;
   margin-right: auto;
   width: 90.66%;
  }
  .copy a{
   color: #fff;
  }

/*LINE banner*/
.bnr-line{
  padding: 5% 8% 0;
  text-align: center;
}
.bnr_line img{
  width: 100%;
}
/*LINE banner*/
/**共通フッタ用**/
img[src^="http://f.msgs.jp/t/dummy.gif"] {
    display: none;
}
/**共通ヘッダ用**/
.header-vantan-logo {
  padding-bottom: 15px;
  padding-top: 2px;
  text-align: justify;
  padding-left: 10px;
}

/*--------------------------------------------------------------
# our-vision
--------------------------------------------------------------*/
.our-vision-wrap{
  padding: calc(90/750 * 100vw) 0;
  background-color: #fff;
}
.our-vision-wrap.is-add-border{
	padding-top: 0;
	margin-top: calc(90/750 * 100vw);
}
.our-vision{
  width: calc(660/750 * 100vw);
  margin: 0 auto;
}
.our-vision-wrap.is-add-border .our-vision{
  border-top: 1px solid #e5e5e5;
    padding-top:calc(90/750 * 100vw);
  }

.our-vision-head{
  width: calc(215/750 * 100vw);
  height: calc(61/750 * 100vw);
}
.our-vision-head img{
	max-width:100%;
}

.our-vision-body{
  margin-top: calc(20/750 * 100vw);
}

.our-vision-thum{
  width: 100%;
}
.our-vision-thum img{
  height: auto;
	max-width:100%;
}
.our-vision-text-area{
  margin-top: calc(60/750 * 100vw);
}
.our-vision-text-area-heading{
  text-align: left;
  font-size: calc(38/750 * 100vw);
  line-height: 1;
}

.our-vision-text-wrap{
  margin-top: calc(35/750 * 100vw);
}

.our-vision-text-wrap > * + * {
  margin-top: calc(15/750 * 100vw);
}

.our-vision-text{
  text-align: left;
  font-size: calc(24/750 * 100vw);
  line-height: 1.8;
}

/*--------------------------------------------------------------
# badge fukuoka
--------------------------------------------------------------*/
.badge_fukuoka {
	position: absolute;
	top:-58px;
	right:-55px;
  z-index: 1;
}
.badge_fukuoka img {
	max-width: 50%;
}

/*--------------------------------------------------------------
# 就職率部分変更。2022.10
--------------------------------------------------------------*/
.add-rate-reason{
	width:87.8125%;
	margin:-15vw auto 0;
	padding:0 0 12vw;
	position:relative;
	text-align:right;
}
.rate-reason-switch{
	font-size:3vw;
	text-align:right;
}
.rate-reason-switch span{
	display:inline-block;
	position:relative;
}
.rate-reason-switch span:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:0;
	border-top:1px solid #000;
}

.rate-reason-box{
	width:100%;
	margin-top:5vw;
	padding:3vw 5vw;
	display:none;
	box-sizing:border-box;
	border:1px solid #ebebeb;
}
.rate-reason-box p{
	font-size:3vw;
	text-align:left;
}
.rate-reason-box p.annotation{
	margin-top:1.5em;
	font-size:2.6vw;
}


