@charset "UTF-8";
/**********************************************
    import
***********************************************/
/**********************************************
	$color
***********************************************/
img.sp_image {
  display: none;
}

@media screen and (max-width: 768px) {
  img.sp_image {
    display: block;
    width: 100%;
  }
}

/**********************************************
	mv
***********************************************/
#mv {
  background: #ccc;
}

#mv .mv_wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

#mv .mv_wrap img {
  width: 100%;
  max-width: 1920px;
}

/**********************************************
	title_design
***********************************************/
.shishimaru_icon {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

/**********************************************
	campaign
***********************************************/
.campaign_sec {
  padding: 30px 0 10px;
  background-image: url("../img/bk_campaign.png");
}

.campaign_sec .campaign_btn_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .campaign_sec .campaign_btn_sp {
    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;
  }
  .campaign_sec .campaign_btn_sp a {
    margin: 0 10px;
  }
  .campaign_sec .campaign_btn_sp a img {
    width: 100%;
  }
}

.campaign_sec .campaign_cnt .campaign_wrap {
  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: 0 0 20px 0;
}

.campaign_sec .campaign_cnt .campaign_wrap .campaign_image img.shishimaru {
  margin: 0 20px 0 0;
}

.campaign_sec .campaign_cnt .campaign_wrap .campaign_cnt_detail .campaign_ttl {
  font-size: 26px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .campaign_sec .campaign_cnt .campaign_wrap .campaign_cnt_detail .campaign_ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .campaign_sec .campaign_cnt .campaign_wrap .campaign_cnt_detail .campaign_ttl {
    font-size: 18px;
    line-height: 1.3;
  }
}

.campaign_sec .campaign_cnt .campaign_wrap .campaign_cnt_detail .campaign_ttl span {
  color: #32b4ff;
}

.campaign_sec .campaign_cnt .campaign_wrap .campaign_cnt_detail .campaign_cnt_txt {
  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;
}

.campaign_sec .campaign_cnt .campaign_wrap .campaign_cnt_detail .campaign_cnt_txt .campaign_txt {
  margin: 0 10px 0 0;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .campaign_sec .campaign_cnt .campaign_wrap .campaign_cnt_detail .campaign_cnt_txt .campaign_txt {
    font-size: 22px;
    width: 100%;
    margin: 10px;
  }
}

@media screen and (max-width: 480px) {
  .campaign_sec .campaign_cnt .campaign_wrap .campaign_cnt_detail .campaign_cnt_txt .campaign_txt {
    font-size: 18px;
    line-height: 1.3;
    width: 100%;
    margin: 10px;
  }
}

.campaign_sec .campaign_cnt .campaign_wrap .campaign_cnt_detail .campaign_cnt_txt .campaign_btn_pc {
  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;
}

@media screen and (max-width: 768px) {
  .campaign_sec .campaign_cnt .campaign_wrap .campaign_cnt_detail .campaign_cnt_txt .campaign_btn_pc {
    display: none;
  }
}

.campaign_sec .campaign_cnt .campaign_wrap .campaign_cnt_detail .campaign_cnt_txt .campaign_btn_pc img {
  width: 90%;
}

.campaign_sec .campaign_cnt .date_wrap img {
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .campaign_sec .campaign_cnt .date_wrap img {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .campaign_sec .campaign_cnt .date_wrap {
    overflow-x: scroll;
  }
}

.campaign_sec .campaign_cnt .schedule_txt {
  font-size: 26px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .campaign_sec .campaign_cnt .schedule_txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .campaign_sec .campaign_cnt .schedule_txt {
    font-size: 14px;
    line-height: 1.3;
  }
}

.campaign_sec .campaign_cnt .catch {
  margin: 20px 0;
}

.campaign_sec .campaign_cnt .catch img {
  width: 100%;
  max-width: 1000px;
}

/**********************************************
	reason
***********************************************/
#reason {
  padding: 45px 0;
  background: #fffdea;
}

#reason .reason_cnt img {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
}

#reason .reason_ttl {
  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;
  font: 18px "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
}

/**********************************************
	voice
***********************************************/
#voice {
  padding: 0 0 45px;
  background-image: url("../img/bk_voice.png");
}

#voice .voice_ttl {
  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;
  padding: 20px 0;
  text-align: center;
  background: #301a61;
  color: #fff57f;
}

#voice .voice_ttl img {
  width: 100px;
  height: 100px;
  margin: 20px;
}

#voice .voice_ttl .voice_ttl_txt {
  margin: 0 0 20px 0;
  font-size: 44px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #voice .voice_ttl .voice_ttl_txt {
    font-size: 22px;
    text-align: left;
  }
}

/**********************************************
	voice accordion
***********************************************/
.ac_wrap .ac_area {
  max-width: 1000px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .ac_wrap .ac_area {
    display: block;
    width: 100%;
  }
}

.ac_wrap .ac_area .ac._flex {
  width: 300px;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .ac_wrap .ac_area .ac._flex {
    margin: 0 auto 30px;
  }
}

.ac_wrap .ac .ac_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.ac_wrap .ac .ac_header_one {
  padding: 20px;
  position: relative;
  z-index: +1;
  margin-top: -4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #333;
}

.ac_wrap .ac .ac_header:hover {
  opacity: .8;
}

.ac_wrap .ac .ac_header span.ac_btn:after {
  content: url("../img/voice_close.png");
}

@media screen and (max-width: 768px) {
  .ac_wrap .ac .ac_header span.ac_btn:after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 100%;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url("../img/voice_close_sp.png");
    background-size: contain;
    vertical-align: middle;
  }
}

.ac_wrap .ac .ac_header span.ac_btn.open_btn:after {
  content: url("../img/voice_more.png");
}

@media screen and (max-width: 768px) {
  .ac_wrap .ac .ac_header span.ac_btn.open_btn:after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 100%;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url("../img/voice_more_sp.png");
    background-size: contain;
    vertical-align: middle;
  }
}

.ac_wrap .ac .ac_inner {
  display: none;
  width: 290px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .ac_wrap .ac .ac_inner {
    width: 100%;
  }
}

.ac_wrap .ac .ac_inner .box_one {
  height: 300px;
}

.ac_wrap .ac .ac_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .ac_wrap .ac .ac_header {
    font-size: 18px;
  }
  .ac_wrap .ac .ac_header_one {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .ac_wrap .ac .ac_header {
    font-size: 16px;
    text-align: left;
  }
  .ac_wrap .ac .ac_header_one {
    font-size: 16px;
  }
}

/**********************************************
	volition4
***********************************************/
.volitions4 {
  padding: 0 0 45px;
  background-image: url("../img/bk_volition.png");
}

.volitions4 .volitions_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .volitions4 .volitions_wrap {
    display: block;
  }
}

.volitions4 .volitions_wrap .volition_card {
  position: relative;
  width: 460px;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .volitions4 .volitions_wrap .volition_card {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 3vw;
  }
}

.volitions4 .volitions_wrap .volition_card img {
  width: 100%;
}

.volitions4 .volitions_wrap .volition_card .volition_btn {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin: 0 0 0 -116px;
}

@media screen and (max-width: 768px) {
  .volitions4 .volitions_wrap .volition_card .volition_btn {
    bottom: 6vw;
  }
}

.volitions4 .volitions_wrap .volition_card .volition_btn a {
  display: block;
  position: relative;
  width: 232px;
  height: 61px;
  margin: 10px 0;
  padding: 0 38px 0 20px;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  color: #301a61;
  background-color: #fff57f;
  border: solid 5px #301a61;
  border-radius: 30px;
}

.volitions4 .volitions_wrap .volition_card .volition_btn a.line1 {
  line-height: 48px;
}

.volitions4 .volitions_wrap .volition_card .volition_btn a.line2 {
  line-height: 24px;
}

.volitions4 .volitions_wrap .volition_card .volition_btn a:hover {
  opacity: 0.7;
}

.volitions4 .volitions_wrap .volition_card .volition_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #301a61;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.volitions4 .volitions_wrap .volition_card .volition_btn a::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 13px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 6px solid transparent;
  border-top: 10px solid #fff57f;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.volitions4 .volitions_wrap .sec_ttl_volition {
  font-size: 36px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  background: #301a61;
  color: #fff57f;
}

.volitions4 .volitions_wrap .sec_ttl_volition::after {
  content: "";
}

.volition_sec {
  background: #fffce0;
}

.volition_wrap {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .volition_wrap {
    display: block;
    padding: 0 0 30px 0;
  }
}

.volition_wrap img {
  width: 490px;
}

@media screen and (max-width: 768px) {
  .volition_wrap img {
    width: 100%;
  }
}

.volition_wrap .volition_txt_area {
  margin: 0 0 0 50px;
}

@media screen and (max-width: 768px) {
  .volition_wrap .volition_txt_area {
    margin: 0;
  }
}

.volition_wrap .volition_txt_area .volition_lead {
  font-size: 27px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #301a61;
}

@media screen and (max-width: 768px) {
  .volition_wrap .volition_txt_area .volition_lead {
    font-size: 22px;
    line-height: 1.3;
  }
}

.volition_wrap .volition_txt_area .volition_txt {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
}

.volition_wrap .volition_txt_area img {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .volition_wrap .volition_txt_area img {
    margin: 20px 0 0 0;
  }
}

.sec_ttl_volition {
  position: relative;
  margin: 0 0 40px 0;
  padding: 20px 0;
  font-size: 36px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff57f;
  background: #301a61;
}

@media screen and (max-width: 768px) {
  .sec_ttl_volition {
    font-size: 20px;
  }
}

.sec_ttl_volition img {
  height: 40px;
  margin: 12px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec_ttl_volition img {
    height: 25px;
  }
}

.sec_ttl_volition:after {
  position: absolute;
  content: "";
  border-top: 35px solid #301a61;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
}

/**********************************************
	course
***********************************************/
#course {
  padding: 30px 0 50px;
  background: #f5f5f5;
}

#course .course_info {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #course .course_info {
    width: 90%;
  }
}

#course .course_info .course_lead {
  padding: 30px 10px 10px;
  font-size: 26px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: #301a61;
  border-bottom: solid 1.1px #b3b3b3;
}

@media screen and (max-width: 768px) {
  #course .course_info .course_lead {
    font-size: 18px;
    padding: 0 10px;
  }
}

#course .course_info .course_txt {
  padding: 10px 10px 20px;
  font-size: 26px "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #course .course_info .course_txt {
    font-size: 16px;
  }
}

#course .course_info .course_txt span.bold_txt {
  font-weight: 700;
}

#course .course_info .course_annotation {
  margin: 0 10px;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #course .course_info .course_annotation {
    font-size: 14px;
  }
}

#course .course_info .course_table {
  width: 100%;
  border: 1px solid #301a61;
  margin: 30px auto 8px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #course .course_info .course_table {
    font-size: 16px;
  }
}

#course .course_info .course_table .row1 {
  width: 50%;
}

#course .course_info .course_table .row2 {
  width: 50%;
}

#course .course_info .course_table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

#course .course_info .course_table dl:last-child {
  border-bottom: none;
}

#course .course_info .course_table dl dt {
  height: 40px;
  padding: 10px 0;
  background: #301a61;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #course .course_info .course_table dl dt {
    height: 35px;
  }
}

#course .course_info .course_table dl dt:nth-child(1) {
  border-right: 1px solid #ccc;
}

#course .course_info .course_table dl dd {
  height: 40px;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  #course .course_info .course_table dl dd {
    height: 35px;
  }
}

#course .course_info .course_table dl dd:nth-child(1) {
  border-right: 1px solid #ccc;
}

#course .course_info .course_table_annotation {
  font-weight: 12px;
  text-align: right;
}

#course .course_cnt {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

#course .course_cnt .ribbon_ttl {
  position: relative;
  width: 600px;
  height: 80px;
  margin: 50px auto;
  padding: 0 2rem;
  font-size: 44px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  line-height: 80px;
  color: #fff;
  background: #301a61;
}

@media screen and (max-width: 768px) {
  #course .course_cnt .ribbon_ttl {
    position: relative;
    width: 70%;
    height: 60px;
    margin: 50px auto;
    padding: 0 2rem;
    font-size: 24px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    line-height: 61px;
    color: #fff;
    background: #301a61;
  }
}

#course .course_cnt .ribbon_ttl:before, #course .course_cnt .ribbon_ttl:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  border: 40px solid #301a61;
}

@media screen and (max-width: 768px) {
  #course .course_cnt .ribbon_ttl:before, #course .course_cnt .ribbon_ttl:after {
    border: 30px solid #301a61;
  }
}

#course .course_cnt .ribbon_ttl:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#course .course_cnt .ribbon_ttl:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#course .course_cnt .ribbon_ttl span {
  position: relative;
  display: block;
}

#course .course_cnt .course_wrap {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  #course .course_cnt .course_wrap {
    display: block;
  }
}

#course .course_cnt .course_wrap .each_course_txt {
  width: 48%;
}

@media screen and (max-width: 768px) {
  #course .course_cnt .course_wrap .each_course_txt {
    width: 90%;
    margin: 0 auto;
  }
}

#course .course_cnt .course_wrap .each_course_txt .course_cnt_lead {
  font: 20px "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #301a61;
}

#course .course_cnt .course_wrap .each_course_txt .course_cnt_ttl {
  font: 18px "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  margin: 10px 0;
}

#course .course_cnt .course_wrap .each_course_txt .course_cnt_txt {
  font: 15px "M PLUS Rounded 1c", sans-serif;
}

#course .course_cnt .course_wrap .each_course_txt .course_cnt_txt ul li {
  line-height: 1.5;
}

#course .course_cnt .course_wrap .each_course_txt .curriculum_table {
  margin: 20px 0;
}

#course .course_cnt .course_wrap .each_course_txt .curriculum_table dt {
  padding: 0 20px;
  font: 18px "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  border: solid 3px #301a61;
  background-color: #301a61;
  color: #fff;
}

#course .course_cnt .course_wrap .each_course_txt .curriculum_table dd {
  padding: 5px 20px;
  font: 16px "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  border: solid 3px #301a61;
}

#course .course_cnt .course_wrap .each_course_txt .price {
  font: 20px "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  margin: 0 0 10px 0;
}

#course .course_cnt .course_wrap .course_cnt_img {
  width: 48%;
}

@media screen and (max-width: 768px) {
  #course .course_cnt .course_wrap .course_cnt_img {
    width: 90%;
    margin: 0 auto;
  }
}

#course .course_cnt .course_wrap .course_cnt_img img {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  #course .course_cnt .course_wrap .course_cnt_img img {
    width: 100%;
  }
}

/**********************************************
	flow
***********************************************/
#flow {
  padding: 30px 0 50px;
  background: #fffce0;
}

#flow .flow_lead {
  margin: 30px 0 60px;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #flow .flow_lead {
    font-size: 14px;
  }
}

#flow .flow_img {
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  #flow .flow_img {
    width: 90%;
    margin: 0 auto;
  }
}

/**********************************************
	teacher
***********************************************/
#teacher {
  padding: 30px 0;
  background: #fdf9ed;
}

#teacher .teacher_sp {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#teacher .teacher_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 942px;
  margin: 50px 30px 30px 30px;
}

@media screen and (max-width: 768px) {
  #teacher .teacher_wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

#teacher .teacher_wrap .teacher_sp {
  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;
}

#teacher .teacher_wrap .teacher_sp .teacher_name_sp {
  width: 55%;
  font: 20px "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}

#teacher .teacher_wrap img {
  width: 208px;
  height: 314px;
}

@media screen and (max-width: 768px) {
  #teacher .teacher_wrap img {
    width: 40%;
    height: auto;
  }
}

#teacher .teacher_wrap .about_teacher {
  margin: 0 0 0 80px;
}

@media screen and (max-width: 768px) {
  #teacher .teacher_wrap .about_teacher {
    width: 90%;
    margin: 0 auto;
  }
}

#teacher .teacher_wrap .about_teacher .teacher_name {
  font-size: 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

#teacher .teacher_wrap .about_teacher .teacher_lead {
  margin: 20px 0;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

#teacher .teacher_wrap .about_teacher .teacher_txt {
  font-size: 13px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

#teacher .advisors {
  width: 942px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #teacher .advisors {
    width: 100%;
  }
}

#teacher .advisors .advisor_sp {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
}

#teacher .advisors img {
  width: 208px;
  height: 314px;
}

@media screen and (max-width: 768px) {
  #teacher .advisors img {
    width: 40%;
    height: auto;
  }
}

#teacher .advisors .advisors_ttl {
  margin: 30px 0 20px 0;
  font-size: 44px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #teacher .advisors .advisors_ttl {
    font-size: 22px;
  }
}

#teacher .advisors .advisor_sp {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#teacher .advisors .advisor_sp .advisor_lead_sp {
  margin: 0 0 20px 0;
  font: 14px "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}

#teacher .advisors .advisor_sp .advisor_name_sp {
  width: 55%;
  font: 22px "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}

#teacher .advisors .advisor_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 858px;
  margin: 50px 30px 30px 30px;
}

@media screen and (max-width: 768px) {
  #teacher .advisors .advisor_wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

#teacher .advisors .advisor_wrap img {
  width: 208px;
  height: 314px;
}

@media screen and (max-width: 768px) {
  #teacher .advisors .advisor_wrap img {
    width: 90%;
    height: auto;
  }
}

#teacher .advisors .advisor_wrap .about_advisor {
  margin: 0 0 0 80px;
}

@media screen and (max-width: 768px) {
  #teacher .advisors .advisor_wrap .about_advisor {
    margin: 0 auto;
  }
}

#teacher .advisors .advisor_wrap .about_advisor .advisor_lead {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #teacher .advisors .advisor_wrap .about_advisor .advisor_lead {
    font-size: 14px;
  }
}

#teacher .advisors .advisor_wrap .about_advisor .advisor_name {
  margin: 20px 0;
  font-size: 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

#teacher .advisors .advisor_wrap .about_advisor .advisor_txt {
  font-size: 13px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #teacher .advisors .advisor_wrap .about_advisor .advisor_txt {
    margin: 20px 0 0 0;
  }
}

/**********************************************
	access
***********************************************/
#access {
  padding: 30px 0 50px;
}

.access_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.access_wrap .access_item {
  width: 420px;
}

.access_wrap .access_item .school_ttl {
  padding: 10px;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #301a61;
  background: #fff57f;
}

.access_wrap .access_item .school_img {
  text-align: center;
  margin: 30px auto;
}

.access_wrap .access_item .school_img img {
  width: 300px;
  height: 200px;
}

.access_wrap .access_item .access_info {
  margin: 0 0 0 20px;
}

.access_wrap .access_item .access_info .access_lead {
  font: 16px "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}

.access_wrap .access_item .access_info .access_txt {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

/**********************************************
	contact
***********************************************/
span.required {
  display: inline-block;
  margin-left: 1em;
  padding: 8px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8em;
  color: #fff;
  background-color: #e22022;
  border-radius: 6px;
}

#contact {
  margin: 0 auto 50px;
  width: 90%;
  max-width: 1600px;
}

#contact .contact_txt {
  margin: 0 0 50px 0;
  font-size: 18px;
  text-align: center;
}

#contact .contact_wrap {
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  background: #ccc;
}

#contact dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #contact dl {
    display: block;
  }
}

#contact dl dt {
  width: 30%;
  margin: 0 0 40px 0;
  padding: 30px 0;
  border-top: solid 2px #ccc;
}

@media screen and (max-width: 768px) {
  #contact dl dt {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
}

#contact dl dd {
  width: 65%;
  padding: 30px 0;
  border-top: solid 2px #ccc;
}

@media screen and (max-width: 768px) {
  #contact dl dd {
    width: 100%;
    border: none;
    padding: 10px 0 20px;
  }
}

#contact dl dd input[type="text"] {
  width: 100%;
  height: 30px;
}

#contact dl dd input[type="email"] {
  width: 100%;
  height: 30px;
}

#contact dl dd textarea {
  width: 100%;
  height: 200px;
}

.form_tel input[type="text"] {
  width: 30% !important;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .form_tel input[type="text"] {
    width: 20% !important;
  }
}

.privacy_w {
  border: solid 1px #ccc;
  padding: 15px;
}

.policy_accept .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: #fff57f;
  padding: 8px 16px;
  font-size: 16px;
}

.policy_accept_chk {
  text-align: center;
}

#privacy_policy {
  margin: 0 auto;
}

#privacy_policy .privacy_w {
  border: solid 1px #ccc;
}

#privacy_policy .privacy_w .privacy_ttl {
  font-size: 18px;
}

#privacy_policy .privacy_w .privacy_txt {
  font-size: 18px;
}

#privacy_policy {
  width: 90%;
  margin: 50px auto;
  padding: 30px;
  line-height: 1.8;
  background: #fff;
}

.policy_accept {
  width: 90%;
  margin: 50px auto;
  text-align: center;
}

.policy_accept .policy_accept_chk_txt {
  display: none;
}

.policy_accept .policy_accept_chk {
  margin: 0 auto 20px;
  font-size: 18px;
}

.policy_accept .policy_accept_chk input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  vertical-align: baseline;
}

.policy_accept .policy_accept_txt {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

.policy_accept .policy_accept_txt span {
  border-bottom: solid 1px #333;
}

.btn {
  position: relative;
  width: 200px;
  margin: 0 auto 2em;
  background: #fff57f;
}

.btn input {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 18px "M PLUS Rounded 1c";
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #301a61;
  background-color: #fff57f;
  border-style: none;
}

@media screen and (max-width: 768px) {
  .btn input {
    font-size: 13px;
  }
}

.btn:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=front-page.css.map */

/*add katsu 20210710*/
.campaign_cnt_txt {}
.campaign_cnt_txt p.campaign_txt {
    flex-basis: 60%;
}
.campaign_cnt_txt .campaign_btn_pc {
    flex-basis: 50%;
    justify-content: flex-end;
}
.campaign_cnt_txt .campaign_btn_pc a {
    flex-basis: 48%;
}
.campaign_cnt_txt .campaign_btn_pc a img {
    width: 100% !important;
    height: auto;
}
@media screen and (max-width: 768px) {
.campaign_cnt_txt {
    display: block !important;
}
.campaign_cnt_txt p.campaign_txt {
}
.campaign_cnt_txt .campaign_btn_pc {display: flex !important;margin-bottom: 1em;}
.campaign_cnt_txt .campaign_btn_pc a {
}
.campaign_cnt_txt .campaign_btn_pc a img {
}
}
/**/
/*section#course_comp,
section#course_english {
    margin-top: -80px;
    padding-top: 80px;
}*/
.reason02 img {
  margin: 0 auto; }
/**********************************************
	event_voice
***********************************************/
#event_voice {
  padding: 45px 0;
  background-image: url(../img/event_voicebg.png); }

.event_voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px; }
  .event_voice_list li:nth-child(-n+3) {
    margin-bottom: 50px; }

@media screen and (max-width: 768px) {
  .event_voice_list li {
    width: 48%; }
    .event_voice_list li img {
      max-width: 100%; }
  .event_voice_list li:nth-child(-n+4) {
    margin-bottom: 25px; } }
