@charset "UTF-8";

/*
** common parts
*/
h2{
  color: #58c1db;
  font-family: Montserrat,'Yu Gothic';
  letter-spacing: 3px;
  margin: 50px auto 30px;
  font-size: 1.4rem;
}
/*IE文字化け対策*/
@media all and (-ms-high-contrast:none) {
h2 {font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Arial',sans-serif;}
}
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, h2 {font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Arial',sans-serif;}
}


@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/*
** section: main-visual
*/

.main-visual{
  height: 230px;
  background-image: url(../images/header-school.png);
  background-position: center;
}
/*IE表示崩れ対策*/
@media all and (-ms-high-contrast:none) {
.main-visual{margin-top:110px;}
}
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .main-visual{margin-top:110px;}
}


.main-visual h2:after {
    content: none;
}

.main-visual div{
  height: 100%;
  width: 100%;
  /*background-image: url(../images/dot-overlay-blue.png);*/
  background-image: url(../images/dot-overlay.png);
  background-position: center;
  background-size: auto;
}

.main-visual h2{
  font-family: Montserrat;
  color: #fff;
  border: none;
  text-align: center;
  font-size: 3.7rem;
  font-weight: 500;
  position: absolute;
  top: 186px;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #58c1db, -2px 2px 0 #58c1db, 2px -2px 0 #58c1db, -2px -2px 0 #58c1db;
}
/*IE文字化け対策*/
@media all and (-ms-high-contrast:none) {
.main-visual h2 {font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Arial',sans-serif;}
}
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .main-visual h2 {font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Arial',sans-serif;}
}

.main-visual h3{
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 4px;
  width: auto;
  position: absolute;
  top: 238px;
  left: 0;
  right: 0;
  margin: auto;
  text-shadow: 1px 1px 0 #58c1db, -1px 1px 0 #58c1db, 1px -1px 0 #58c1db, -1px -1px 0 #58c1db;
}

.main-visual h3:before,
.main-visual h3:after{
  content: none;
}

/*
** section: pankuzu
*/

.pankuzu {
    width: 97%;
    height: auto;
    padding-left: 3%;
    font-size: .7rem;
    line-height: 1.5rem;
}

.pankuzu .detailonly{
  display: inline;
}


/*
** section: school
*/

.school{
  text-align: center;
  margin: 0;
  background-image: url(../images/dot-gray.png);
}


.school .school-header{
  font-size: 1.3rem;
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.school .wrapper{
  background-size: inherit;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 100px;
}

.school .container{
  width: 1100px;
  background-color: #fff;
  margin-top: 50px;
}

.school-menu{
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.school-area{
  background-color: #fff;
  height: 410px;
  width: 45%;
  border-radius: 10px 10px 0 0;
  border: 1px solid #a5a5a5;
}

.school-area p{
  margin: 20px;
  font-size: .9rem;
}

.school-area .index{
  background-color: #58c1db;
  color: #fff;
  font-size: 1.3rem;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}

.school-area img{
  width: 100%;
}

.school-area .button-list{
  width: 41%;
  float: right;
  height: 100%;
}

.school-area .index span{
  font-weight: bold;
}

.school-area .button{
  display: inline-block;
  background-color: red;
  padding: 10px 20px;
  font-size: 1.3rem;
  letter-spacing: 2px;
  border-radius: 22px;
  color: #fff;
}

.school-area .area{
  font-size: .8rem;
  width: 85px;
  display: inline-block;
  text-align: left;
  padding-left: 7px;
  line-height: 18px;
  vertical-align: middle;
}

.button-list div:first-child .button{
  background-color: #58c1db;
}
.button-list div:first-child .area{
  color: #58c1db;
}
.button-list div:nth-child(2) .button{
  background-color: #4cab50;
}
.button-list div:nth-child(2) .area{
  margin-top: -25px;
  color: #4cab50;
}
.button-list div:last-child .button{
  background-color: #f78701;
}
.button-list div:last-child .area{
  color: #f78701;
}

.school-area .map{
  display: inline-block;
}

.school-area .button-list div{
  height: 70px;
  margin-top: 20px;
}

.school-register{
  width: 45%;
  height: 280px;
  float: right;
  background-color: #fff;
  margin-top: 130px;
  border: 1px solid #a5a5a5;
  position: relative;
}

.school-register:before {
  content: '';
  background-image: url(../images/tab.png);
  background-repeat: no-repeat;
  width: 288px;
  display: block;
  height: 35px;
  position: absolute;
  top: -35px;
}

.school-register .index-text{
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: left;
  position: absolute;
  top: -26px;
  left: 22px;
}

.school-register .index-text span{
  font-weight: bold;
}

.school-register img{
  float: left;
  padding: 12px;
}


.school-register p{
  line-height: 26px;
  text-align: left;
  margin-top: 50px;
}

.school-register .triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #2d2d2d transparent transparent transparent;
  position: absolute;
  top: 150px;
  right: 120px;

}

.school-register .button{
  background-color: #fbf575;
  font-weight: bold;
  font-size: 1.1rem;
  width: 200px;
  height: 69px;
  position: absolute;
  right: 36px;
  bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition-duration: .3s;
}

.school-register .button:hover{
  background-color: #f7e386;
  transition-duration: .3s;
}

.dashed{
  border-top: 2px dashed #2d2d2d;
  position: relative;
  margin-top: 50px;
}

.dashed span{
  position: absolute;
  width: 158px;
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
  background-color: #f4f4f4;
  font-size: 1.1rem;
}

.school-list{
  border-bottom: 1px dashed #2d2d2d;
  width: 1100px;
  margin: 0 auto;
}

.school-list .flex-box{
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 25px;
  justify-content: center;
}

.school-list .flex-box .image img{
    border: solid 1px #b1b1b1;
    border-radius: 10px;
}

.school-list:last-child{
  border-bottom: none;
  padding-bottom: 15px;
}

.school-list .detail{
  width: 635px;
  margin-left: 50px;
  text-align: left;
}

.school-list .detail .place span {
    color: #fff;
    padding: 2px 1% 1px;
    border-radius: 25px;
}

.school-list .mid .place span
{
  background-color: #4cc571;
}
.school-list .north .place span{
  background-color: #58c1db;
}
.school-list .south .place span{
  background-color: #eba845;
}

.school-list .mid .school-name{
  color: #4cc571;
}
.school-list .north .school-name{
  color: #58c1db;
}
.school-list .south .school-name{
  color: #eba845;
}

.school-list .school-name{
  padding: 20px 0 5px 0;
  font-size: 1.8rem;
  color: #4cc571;
  font-weight: bold;
  letter-spacing: 2px;
  /*line-height: 2rem;*/
  /*height:3rem;*/
}

.school-list .message {
  border: 1px solid #a5a5a5;
  padding: 25px;
  position :relative;
  border-radius: 15px;
}

.school-list .message:after{
  content: '';
  background-image: url(../images/balloon-triangle.png);
  position: absolute;
  width: 27px;
  height: 50px;
  background-repeat: no-repeat;
  left: -22px;
  top: 30px;
  bottom: 0;
  margin: auto;
}
.school-list .message  span{
  font-size: 1.1rem;
  font-weight: bold;
}

.school-list .message p{
  padding-top: 10px;
}
.school-list .catchcopy{
  background-color: #ffff01;
  color: #58c1db;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 20px 0;
  padding: 3px;
  display: inline-block;
}


.school-list dl{
  width: 80%;
  margin: auto;
  margin: 0 auto 25px;
  letter-spacing: 1px;
  text-align: left;
}
.school-list dt,
.school-list dd{
  display: block;
}
.school-list dt{
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.school-list dl dt:before{
    content: "";
    display: inline-block;
    width: 22px;
    height: 23px;
    vertical-align: middle;
    margin: 0 .7% 3px 0;
}
.school-list .se-school dt:before{
  content: "";
  background: url(../images/se-school.svg) no-repeat center;
}
.school-list .se-osusume dt:before{
  content: "";
  background: url(../images/se-osusume.svg) no-repeat center;
}
.school-list .se-access dt:before{
  content: "";
  background: url(../images/se-access.svg) no-repeat center;
}
.school-list .se-teach dt:before{
  content: "";
  background: url(../images/se-teach.svg) no-repeat center;
}


.school-list .more-button{
  border: 2px #a5a5a5 solid;
  padding: 10px;
  display: block;
  border-radius: 21px;
  font-size: 1rem;
  letter-spacing: 1px;
  width: 200px;
  margin-left: 490px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  transition-duration: .3s;
}

.school-list .more-button:hover{
  background-color: #58c1db;
  color: #fff;
  border-color: #58c1db;
  transition-duration: .3s;
}

.school-list .more-button:after{
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #58c1db;
  border-right: solid 2px #58c1db;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.school-list .requirements{
}
/* .video-title{
  text-align:center;
  background-color:#fbf575;
  border-radius:0.2rem 0.2rem 0 0;
  padding:1rem;
  line-height:1.1rem;
} */
.video-title span{
  margin-right:1rem;
}

.image-list{
  margin: 70px auto 80px;
}
.image-list .slider img{
  margin: 0 10px;
  width: 270px;
  height: 200px;
}

.access-map iframe{
  width:90%;
  height: 450px;
}
.access-map--box{
    width:90%;
    margin: 50px 5% 0;
    padding: 1em 0;
    background-color: #fbf575;
    border-radius: 10px 10px 0 0;
    color: #58c1db;
    font-weight: bold;
    font-size: 1.15em;
}
.access-map--box--p{
  margin:0 1em;
}


.button-area{
  display:flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.apply-button{
    background-color: #58c1db;
    color: #fbf575;
    display: block;
    border-radius: 41px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    width: 370px;
    padding: 43px 10px;
    text-align: center;
    margin-bottom: 50px;
    margin: 50px auto;
    box-shadow: 3px 4px 10px 0px rgba(0,0,0,0.3);
    transition-duration: .3s;
    position: relative;
}
.apply-button i{
  margin-right:.2em;
}
.button-area a:last-child .apply-button{
  padding:10px;
}
.apply-button:after{
  content: '';
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #fbf575;
    border-right: solid 2px #fbf575;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 35px;
}

.apply-button:hover{
  box-shadow: 0 0 0 0;
  transition-duration: .3s;
}
.apply-button span{
  font-size:.8em;
}

@media all and (max-width: 599px){
  .slider{width: 100%;}
  .slider img{width: 100%; height: auto;}
  .main-visual{height: 40vw;max-height: 300px;}
  .main-visual h2{
    top: 95px;
    min-width: initial;
    font-size: 2.2em;
  }
  .main-visual h3{padding: 0;top: 150px;min-width: initial;}
  .slick-dots {
      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;
      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::before {
      font-family: slick;
      font-size: 1.6rem;
      line-height: 20px;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 20px;
      height: 20px;
      content: "•";
      text-align: center;
      opacity: 0.25;
      color: grey;
      -webkit-font-smoothing: antialiased;
  }
  .slick-dots li.slick-active button:before {
      opacity: .75;
      color: #1d1d1d
  }
  .scroll{width: 50px;}

  /*
  ** section:pankuzu
  */
  .pankuzu{
    font-size: .8rem;
    width: 90%;
    padding: 0;
    margin: 0 auto;

  }

  /*
  ** section:school
  */
  .school-menu{flex-direction: column-reverse;}
  .school h2 {
    margin: 0 auto 15px;
    font-size: 1.6rem;
  }
  .school .wrapper{width: 100%;padding:10px 0 30px;}
  .school .container{width: 94%;margin-top: 1%;}
  .school .school-header{font-size: 1.2rem;}
  .school-register{width: 100%;}
  .school-register img{width: 50%; max-width: 231px;margin-top: 30px;}
  .school-register{height: auto;}
  .school-register .triangle{position: static;display: block;margin: 20px auto;}
  .school-register .button{position: static;margin: 20px auto;}
  .school-area {width: 100%;height: 100%;}
  .school-list{width:100%; flex-direction: column;}
  .school-list .image{width: 100%;text-align: center;}
  .school-list .image img{width: 80%;margin:auto;}
  .school-list .school-name {padding: 15px 0 5px;font-size: 1.4rem;}
  .school-list .school-name .detailonly{
    display: inline-block;
    font-size: .9rem;
    letter-spacing: 1px;
  }
  .school-list .message{border:none;padding: 40px 0 10px;}
  .school-list .message:after{content:none;}
  /* .school-list .message:before{content:"";display: inline-block;width:14px;height:14px;border-radius: 15px;background:#fbf575;vertical-align: middle;} */
  .school-list .message p {padding-top: 0;}
  .school-list .flex-box {padding: 5% 3%;}
  .school-list .place{padding-top: 10px;}
  .school-list .detail{width: 100%;margin-left: 0px;}
  .video {margin-bottom: 30px;}
  .video-title span{margin-right:0;}

  .school-list .text-box{display: block;width: 90%;}
  .school-list .index{border: none; font-weight: bold;}
  .school-list .text{padding-left: 0;}
  .school-list .access-map iframe{height: 280px; margin-bottom:50px;}
  .school-list .button-area{flex-direction: column;}
  .school-list .apply-button{margin: 8px auto; width:85%;}
  .button-1{font-size:1.1rem;}
  .school-list .button-area a:last-child .apply-button{padding:20px 10px;}
  /* .school-list .apply-button{width: 90%;font-size: 1.1rem;letter-spacing: 0;padding: 20px 0;margin: 25px auto;} */
  .image-list{overflow: hidden;margin: 30px auto 40px;}
  .image-list .slider img{width:auto; height:auto;}

}



/*
** section: entry
*/

#entry-form{
  padding-top: 40px;
  margin-top: -40px;
}
.entry{
  background-image: url(../images/bg-career.png);
  padding: 60px 0;
}
.guide,
.flow,
.entry-form{
  background-color: #FFF;
  padding: 20px 0 50px;
}
.guide .text-box{
    display: flex;
    text-align: left;
    margin: 0 auto 20px;
    width: 90%;
    letter-spacing: 1px;
}
.guide .index{
  text-align: right;
  padding-right: 1%;
  min-width: 135px;
}
.guide .text{
  border-left: 1px solid #a5a5a5;
  padding-left: 1%;
}

/* 選考フロー */
.flow{}
.flow{}

.flow h3{
  font-size:1.2rem;
  font-weight:bold;
  text-align:left;
  padding:0 0 .5em;
}

.flow p{
  line-height:1.5;
}
.flow-box{
  width:45%;
  margin:0 auto 30px;
  padding:1.5em;
  background:#fffbcc;
  border-radius:15px;
  position:relative;
}

.flow-box:after{
  content:"";
  position:absolute;
  bottom:-40px;
  border-top: 20px solid #fffbcc;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
  margin: auto;
}
.flow-box:last-child:after{
  display:none;
}

.flow-box i{
  margin-right:.3em;
}


/* エントリーフォーム */
.entry-form,.flow{
  margin-top: 30px;
}

.entry-form h2+p{
    text-align: center;
    margin: -20px auto 20px;
    font-size: .9rem;
    color: #eba845;
}

.entry .margin{
  margin:.5em 0 0;
}
.entry .qa-button{
  margin: 50px auto 0;
  width: 28%;
  text-align: center;
  padding:1%;
  background: #fbf575;
  color: #58c1db;
  font-weight: bold;
  border-radius: 50px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.2));
}
.entry .qa-button:hover{
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0));
  -webkit-transform: translateY(1px);
  transform: translateY(1px);

}
@media all and (max-width: 599px){
  .entry .qa-button{
    width:88%;
  }
  .flow-box{
    width:80%;
  }
}

/*-----
   form
 ---------*/
.form{
  width:80%;
  margin: auto;
}
.form tr{
  padding: 6px 0 10px;
  line-height: 4rem;
}
.form th,.form td{
    font-size: 1rem;
    vertical-align: middle;
}
.form th{
    width: 20%;
}
.form td{
    width: 83%;
    padding-left: 2%;
    position: relative;
}

/*input*/
form#mailformpro {
    padding: 0;
    font-size: 0.8rem;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password,
::-webkit-input-placeholder,
form#mailformpro textarea{
    font-size: 1.2rem;
    font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Arial',sans-serif;
    font-weight: 500;
}
form#mailformpro input,
.mfp_element_select-one,
.mfp_element_select-one option{
    display: block;
    border: 0;
    border-left: solid 2px transparent;
    background: #efefef;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 6px;
    margin-bottom: auto;
    transition: all .2s ease;
    box-shadow: 0px 0px 1px #9a9a9a inset;
}
form#mailformpro input:focus,
.mfp_element_select-one:focus{
    outline: none;
    background: #f1f1f1;
    border-left: solid 2px #58c1db;
}
form#mailformpro textarea,
.mfp_element_select-one,
.mfp_element_select-one option{
    display: block;
    border: 0;
    border-left: solid 2px transparent;
    background: #efefef;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 6px;
    margin-bottom: auto;
    transition: all .2s ease;
    box-shadow: 0px 0px 1px #9a9a9a inset;
}
form#mailformpro textarea:focus,
.mfp_element_select-one:focus{
    outline: none;
    background: #f1f1f1;
    border-left: solid 2px #58c1db;
}

form#mailformpro input[type="checkbox"],
form#mailformpro input[type="radio"] {
    margin: auto;
    vertical-align: middle;
}
form#mailformpro input[type="file"],
form#mailformpro input[type="checkbox"],
form#mailformpro input[type="radio"] ,
.form label{
    cursor: pointer;
    width: auto;
    display: inline-block;
    letter-spacing: 1px;
    box-shadow: none;
    vertical-align: middle;
}
form#mailformpro input[type="file"]:hover,
form#mailformpro input[type="checkbox"]:hover,
form#mailformpro input[type="radio"]:hover,
.form label:hover{
}
form#mailformpro input[type="file"] {
    width: auto;
    background: none;
}

/*セレクト*/
.mfp_element_select-one,
.mfp_element_select-one option{
    width: 100%;
    color: #5a5a5a;
    min-height: 30px;
    padding: 4px 6px 8px;
}
.mfp_element_select-one option:first-child{
}
form#mailformpro .bg{
    display: block;
    width: auto;
    display: block;
    margin: 2px 2% 0 0;
    padding: 3px 2%;
    border-radius: 3px;
    line-height: 1.2rem;
}
/*テキストエリア*/
form#mailformpro textarea {
  width: 100%!important;
  height: 6em!important;
  border-radius: 3px;
  padding: 0 1%;
  vertical-align: middle;
  margin-top: 2%;
}
.mfp select{
  padding: 1.25%;
}

.mfp optgroup{
  background-color: #58c1db;
  color: #fff;
}

.mfp option{
  background: #fff;
  color: #000;
}

/*エラー*/
div.mfp_err{
    margin: 5px auto 0;
    font-size: .5rem;
    line-height: .7rem;
    letter-spacing: 1px;
}
/*OK*/
div.mfp_ok{
    position: absolute;
    color: #58c1db;
    font-size: .8rem;
    letter-spacing: 0;
    line-height: .8rem;
    background: none;
    padding: 0;
    margin: 5px auto 0;
    bottom: -5px;
    left: 3%;
}
/*placeholder属性*/
::-webkit-input-placeholder{
    color: #cacaca;
}
/*生年月日*/
form#mailformpro .barth input,
.barth .mfp_element_select-one,
.barth .mfp_element_select-one option{
  width: 28%;
  display: inline-block;
}

.introduced_name,.introduced_school,.attending_school{
  display: none;
}

/**/
.privacy{
  height: 100px;
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  background: #fff;
  border: 1px solid #969696;
  overflow: auto;
  line-height: 1.3rem;
  font-size: .9rem;
}

/*応募ボタン*/
button {
    background-color: #58c1db;
    color:#FFF;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 10px;
    margin: 20px auto 0;
    width: 30%;
    border-radius: 50px;
    appearance: none;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.2));
}
button:hover{
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0));
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}



/*確認画面*/
div#mfp_overlay_background{
    background:url(../images/back.gif);
}
div#mfp_overlay_inner {
    padding: 5%;
    border-radius: 5px;
    width: 84%;
    margin: auto;
    max-width: 84%;
    height: 90vh;
    background: rgba(0, 0, 0, 0.82);
    color: #FFF;
}
div#mfp_overlay_inner h4{
  font-size: 1.2rem;
}
div#mfp_overlay_inner table {
    margin: auto;
    font-size: 1rem;
}
div#mfp_overlay_inner table tr{
  border-bottom: solid 1px #a2a2a2;
}
div#mfp_overlay_inner table tr th{
    padding-left: 0;
    text-align: left;
}
div#mfp_overlay_inner table tr td{
  padding-left: 5%;
}



@media all and (max-width: 599px){
.guide, .flow, .entry-form {
    padding: 1px 0 30px;
}
.main-visual{
  height: 40vw;
  max-height: 300px;
}
.main-visual h2{
  top: 115px;
  min-width: initial;
  font-size: 2.2em;
}
.main-visual h3{
  padding: 0;
  top: 165px;
  min-width: initial;
}

.guide .text-box{
    display: block;
    margin: 0 auto 26px;
    width: 90%;
}

.guide .index,
.guide .text{
  padding: 4px 1%;
}

.guide .index{
  text-align: left;
  min-width: auto;
  border-bottom: 1px dashed #a5a5a5;
}
.guide .index:before{
  content: "";
  background: #58c1db;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 1%;
  vertical-align: middle;
}
.guide .text{
  border-left: none;
}

.form {
    width: 90%;
}
.form tr {
    padding: 0;
    line-height: 1.9rem;
    text-align: left;
}
.form th, .form td{
  display: block;
  width: 100%;
}
.form th {
    margin-top: 5%;
    font-size: .8rem;
}
.form td {
    padding-left: 0;
}
.form input,
.form select{
    font-size: 1rem;
    padding: 0 1%;
    margin: 0 .5% 0 1%;
    display: inline-block;
    width: 98%;
}
.barth .mfp_element_select-one,
.barth .mfp_element_select-one option {
    width: 23%;
}
form#mailformpro .barth input{
  width: 100%;
}
div.mfp_ok {
    display: none!important;
}
button {
    width: 90%;
}

.en-button{
  margin-top: 30px;
}
.en-button input {
    padding: 10px 1%;
    border-radius: 25px;
}

}
@media all and (max-height: 399px){
header{
  display: none;
}
}

/*-----
   thanks
 ---------*/
.thanks{
    background-image: url(../images/bg-career.png);
    padding: 60px 0;
}
.th-box{
  background: #FFF;
  text-align: center;
  padding: 50px 0;
}
.th-box h2{
    margin: 0 auto 30px;
}
.th-box .text-box{
  display: inline-block;
  margin: auto;
}


@media all and (max-width: 599px){
.thanks{
  padding: 30px 0 0;
}
.th-box{
    padding: 30px 5%;
    width: 90%;
}
.th-box .text-box{
  text-align: left;
}
}


/*
** section: career
*/
.career{
  background-image: url(../images/bg-career.png);
  padding: 60px 0;
}


/* ▼リニューアル追加コンテンツ */
/*
** section: qa　よくある質問
*/
.qa {
    background-image: url(../images/bg-career.png);
    padding: 60px 0;
}
.qa .wrapper{
  background:#fff;
  padding:30px 0 80px;
}
.qa .container{
  max-width:800px;
  margin-top:50px;
}
.qa .box img{
  width: 100%;
}
.question{
  border-bottom:2px solid #58c1db;
  color:#58c1db;
  font-size:1.5rem;
  font-weight:bold;
  padding:.5em 0 .3em .3em;
  margin:1rem 0;
}
.question p{
  position:relative;
}
.question p:before{
  content:"Q.";
  margin-right:.5em;
}
.question p:after{
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #58c1db;
  border-right: solid 2px #58c1db;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  transition: all .2s ease-out;
}
.active p:after{
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all .2s ease-out;
}
.question{}
.answer{
  display:none;
  padding:1em;
}
@media all and (max-width: 599px){
  .qa .box{width:90%; margin:0 auto;}
  .question{font-size:1rem;}
  .question p:after{right:0;}
}

/* タブエリア */

.tab-contents {
	display: none;
  padding:2.5rem .5rem;
}
.tab-contents.current {
	display: block;
}

.tab-wrap{
  width:80%;
  margin:4rem auto 0;
}
.tab-wrap ul{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin:0 auto;
  border-bottom:3px solid #58c1db;
}
.tab-wrap ul li{
  height:3em;
  line-height:3;
  color:#58c1db;
  font-weight:bold;

}

.tab-wrap ul .current{
  position:relative;
}

.tab-wrap ul li:after{
  content: "";
  background: #fbf575;
  width: 0%;
  height: 4px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.tab-btn:hover{
  color:#fbf575;
  transition:all ease-out 0.2s 0.1s;
}

.tab-wrap ul .current:after{
  width: 100%;
  transition:all ease-out 0.2s 0.1s;
}


.video-tab .tab-contents{
  width:90%;
  margin:0 auto;
}
.example-tab{}

/* .video-tab .tab-contents{height:360px;} */
/* .example-tab .tab-contents{height:500px;} */

.video-tab ul li{
  width:25%;
}
.video-tab .vip-tab li{
  width:100%;
}

.example-tab ul li{
  width:50%;
}
.video-tab .tab-inner{
  /* display:flex; */
  /* justify-content: space-between; */
  /* align-items: flex-start; */
}

.video-tab h4{
  position:relative;
  font-weight:bold;
  font-size:1.1rem;
}
/* .video-tab h4:before{
  content:"\f144";
  font-family: "Font Awesome 5 Free";
  font-weight:400;
  font-size:1.5rem;
  color:#2497ff;
  position:absolute;
  top:0;
  left:0;
} */
.video-txt{
  /* width:46%; */
  /* height:0; */
  text-align: left;
  margin-top:1rem;
}
.video-txt h4{
  margin-bottom:.5rem;
}
.video-txt h4:before{
  content:"\f144";
  font-family: "Font Awesome 5 Free";
  font-weight:400;
  color:#e86d91;
  font-size:23px;
  vertical-align: middle;
  margin: 0 .7% 3px 0;
}
.video-txt .hukidashi{
  padding:1.5em 1em;
  /* background:#fffbcc; */
}
/* .video-3 + .video-txt{
  width:55%;
} */

/* 収入イメージ */
.time-table,
.income{
  width:90%;
  margin:0 auto;
}
.time-table{
  color:#fff;
  font-weight:bold;
}
.time-table tr th:first-child{
  width:110px;
}
.time-table th,
.time-table td {
  padding:.5em;
  border:1px solid #fff;
}
.time-table th{
  background:#58c1db;
}
.time-table .rest th, .time-table .rest td{
  padding:0;
  background:#fff;
  color:#58c1db;
}

.time-table thead th{
}
.time-table thead th:first-child{
  border:none;
  background:#fff;
}
.time-table td[rowspan]{
  background:#dbdbdb;
}
.time-table .work{
  background:#fbf575;
  color:#58c1db;
}
.table-txt{
  text-align:right;
  color:#58c1db;
  margin-right:5%;
}
.income{
  margin-top:2rem;
}
.income img{
  width:100%;
  max-width:736px;
}

/* .income-table{
  margin-top:4rem;
  font-size:.9em;
}
.income-table span,
.monthly span{
  font-size:1.7rem;
  font-weight: bold;
  padding-right: .3em;
  position:relative;
}
.income-table span:before{
  content: "";
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffde00 60%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 14px;
  width: 86%;
}
.income-table th,
.income-table td{
  padding:.5em;
  line-height:1.3;
}
.income-table th{
  font-weight:bold;
  width:160px;
}
.income-table td{
  position:relative;
}
.pop{
  position: absolute;
  background: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 13px;
  padding: 10px;
  font-size:.8em;
}
.pop-1{
  top: -3.5rem;
  left: 11rem;
}
.pop-2{
  top:0;
  right:0;
}
.pop-3{
  top:0;
  right:0;
}
.pop:before{
  content:"";
  position:absolute;
  bottom:-22px;
  border-top: 13px solid #a5a5a5;
  border-right: 23px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 0px solid transparent;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
  margin: auto;
}
.pop:after{
  content:"";
  position:absolute;
  bottom: -18px;
  border-top: 11px solid #fff;
  border-right: 20px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 0px solid transparent;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
  margin: auto;
}

.income-table tr td:nth-child(3),
.income-table tr td:nth-child(5){
  width:35px;
}
.income-table .per-day{
  width:150px;
}

.monthly{
  display:block;
  text-align: right;
  font-weight:bold;
  position:relative;
  margin-top:1rem;
}
.monthly span{
  font-size:2rem;
  padding:0 .4em;
}

.monthly:before{
  content: "";
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffde00 60%);
  position: absolute;
  bottom: 0;
  right: 21px;
  height: 45px;
  width: 32%;
} */
@media all and (max-width: 599px){

  .tab-btn{
    border-bottom:3px solid #58c1db;
  }
  .tab-btn:hover{
    color:#58c1db;
  }
  .tab-wrap{
    width:90%;
  }
  .tab-wrap ul{
    border:none;
  }
  .tab-contents{
    padding:2.5rem 0;
  }
  .example-tab ul li{
    width:49%;
  }
  .video-tab .tab-contents{
    height:auto;
  }
  .video-tab ul li{
    width:49%;
  }
  .attire{
    width: 100%;
  }
  /* .video-tab .tab-inner{
    flex-direction:column;
  } */
  /* .video{
    width:100%;
    padding-top: 56.25%;
  } */
  /* .video-2{
    width:100%;
  } */
  /* .video-txt{
    width:100%;
    height:auto;
  } */
  /* .video-txt .hukidashi{
    padding:0;
  } */
  /* .video-3 + .video-txt{
    width:100%;
  } */

  .time-table, .income{
    width:100%;
  }
  .time-table tr th:first-child{
    width: 30%;
    font-size: .7em;
  }
}

/*▼▼▼▼▼▼▼　キャンペーン用（卒塾生、講師紹介）▼▼▼▼▼▼▼*/
.campaign-box{
  height:3rem;
}

.campaign{
  float: left;
  font-size: 1rem;
  font-weight:bold;
  /* width: 12rem; */
  margin: 0.15rem;
  color: white;
}
.campaign--1{
  text-align: center;
  padding: 0.1rem 0.5rem;
  background-color: #d8b955;
  border-radius: 5px;
}

.campaign--2{
  text-align: center;
  padding: 0.1rem 0.5rem;
  background-color: #b2afa4;
  border-radius: 5px;
}

.campaign--3{
  text-align: center;
  padding: 0.1rem 0.5rem;;
  background-color: #FF9161;
  border-radius: 5px;
}

@media all and (max-width: 599px){
  .campaign-box{
  float:none;
  margin-top:0;
  height:2rem;
}
.campaign{
  float: left;
  font-size: 0.8rem;
  /* width: 9rem; */
}
.campaign--1{
  padding: 0 0.2rem;
}

.campaign--2{
  padding: 0 0.2rem;
}

.campaign--3{
  padding: 0 0.2rem;
}

}

/* 募集要項 */
.text span{
  font-size: 0.9rem;
  display: block;
  width: 100%;
  margin-left: 2%;
}
