@charset "utf-8";

/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.defs {
  display: none;
}

.bold {
  font-weight: bold;
}

.bnr_mini {
  display: none;
}

.annotation_tx {
  font-size: 13px;
  margin-top: 15px;
}

.annotation_tx02 {
  padding-left: 13px;
  font-size: 13px;
  margin-top: 15px;
  position: relative;

  &::before {
    content: "※";
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.annotation_tx img {
  max-width: 100%;
  width: auto;
}

.other_oc_link {
  margin-top: 30px;
}

.other_oc_link img {
  width: auto;
  max-width: 100%;
}

.other_oc_link:hover {
  opacity: 0.7;
}

.comment_box {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 30px;
  padding: 0 20px;
  box-sizing: border-box;
}

.comment_inner {
  padding: 24px 15px 30px;
  background: #fff;
  border: solid 2px #d71c25;
  border-radius: 5px;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
}

.comment_box .tit {
  margin-bottom: 10px;
  color: #d71c25;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.comment_box .list {
  margin: 10px 0;
  color: #d71c25;
  font-weight: bold;
}

.h1_box {
  height: 700px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* background: url(../../course/hotel/img/mv.jpg) no-repeat center left; */
}

.h1_box_l {
  color: #fff;
  display: block;
  text-align: left;
  /* justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: start; */
  width: 750px;
  padding: 80px 15px 0 80px;
  box-sizing: border-box;
  position: relative;
}

.h1_box_l .course_icon {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  text-align: center;
}

.h1_box_l .course_icon img {
  width: 87%;
}

.h1_box_l .cause-airline_note {
  width: 100%;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
}

.h1_sub01 {
  font-size: 15px;
  width: 100%;
  letter-spacing: 1px;
  color: #FFFF00;
  margin-bottom: 10px;
}

.h1 {
  font-size: 5.2vh;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  line-height: 1.3;
  flex-wrap: wrap;
}

.h1.first {
  margin-bottom: 20px;
}

.h1 span {
  display: inline-block;
  border: solid 1px #fff;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 10px;
  background: #fff;
  color: red;
  border-radius: 13px;
}

.h1_sub02 {
  font-size: 15px;
  width: 100%;
  line-height: 1.8;
  letter-spacing: 2px;
}

.h1_sub-flex {
  max-width: 593px;
  margin-top: 8px;
  display: flex;
  gap: 0 22px;

  .h1_sub-flex_l {
    width: calc(100% - 225px);

    .h1_sub02 {
      letter-spacing: 0;
    }
  }

  .h1_sub-flex_r {
    width: 203px;
  }
}

.h1_sub03 {
  font-size: 30px;
  width: 100%;
  line-height: 1.8;
  letter-spacing: 2px;
}

.h1_box_l .h1_feature {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.h1_box_l .h1_feature li {
  margin-right: 10px;
  text-align: center;
  border-radius: 4px;
  padding: 5px 15px;
  background: #FF6060;
}

.h1_box_l .h1_txt {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 700;
}

.h1_box_r {
  background: url(../../course2027/hotel/img/mv.jpg) no-repeat center center;
  width: calc(100% - 750px);
  position: relative;
}

.h1_box_name-position {
  position: absolute;
  bottom: 70px;
  right: 22.83%;
}

.h1_box_name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.46;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.h1_box_name_top {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.46;
  color: #FFF;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.info_text {
  padding: 15px;
  color: #7d69b7;
  position: absolute;
  /*  width: 235px;*/
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: right;
  font-size: 11px;
  box-sizing: border-box;
}

.intro_box {
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.intro_box_l {
  width: 24%;
  margin-right: 5%;
}

.inpage_link li a {
  display: block;
  padding: 20px 20px 20px 0;
  border-bottom: dotted 1px #a0a0a0;
  color: #1b1b1b;
  text-decoration: none;
  position: relative;
}

.inpage_link li a:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1.5px #806cb8;
  border-right: solid 1.5px #806cb8;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
}

.intro_box_r {
  width: 71%;
}

.intro_tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
}

.intro_text {
  line-height: 2.4;
  margin-top: 20px;
  letter-spacing: 0.075em;
}

.intro_box:after {
  content: "Hotel course";
  font-family: "Sacramento", cursive;
  font-size: 100px;
  position: absolute;
  right: -15%;
  bottom: -20px;
  color: #e0dbf8;
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
  z-index: -99;
  overflow: hidden;
}

.intro_bnr01 {
  margin-top: 50px;
}

.intro_bnr01 img {
  width: 100%;
  height: auto;
}

.intro_img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 100px;
}

.intro_img img {
  width: 100%;
  height: auto;

}

.h2_wrap_top {
  color: #fff;
  height: 37px;
  line-height: 37px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 5px;
  background: #7d69b7;
  text-align: center;
}

.h2_wrap {
  width: 100%;
  background: repeating-linear-gradient(90deg,
      #fff,
      #fff 3px,
      #f4efff 5px,
      #f4efff 8px);
  padding: 50px 0;
  box-sizing: border-box;
  border: solid 3px #806cb8;
  border-left: none;
  border-right: none;
  text-align: center;
  color: #806bb8;
}

.h2_wrap.h2_wrap_naitei {
  padding: 30px 0;
}

.h2 {
  font-size: 42px;
  font-weight: bold;
}

.h2.h2_naitei {
  font-size: 70px;
  letter-spacing: 4px;
}

.h2.h2_naitei02 {
  font-size: 50px;
  letter-spacing: 4px;
}

.h2_sub {
  font-size: 19px;
  font-family: "Pacifico", cursive;
  letter-spacing: 1.5px;
}

.h2_sub02 {
  font-size: 20px;
  letter-spacing: 1.5px;
  color: #1b1b1b;
  font-weight: bold;
  text-align: center;
}

.h2_note {
  font-weight: normal;
  color: #1B1B1B;
  letter-spacing: 2px;
  margin-left: 10px;
}

.h2_icon {
  vertical-align: middle;
  margin-right: 10px;
}

.sec_wrap {
  padding: 60px 0 70px;
}

.sec_wrap.sec_wrap02 {
  padding: 0 0 70px;
  margin-top: -50px;

}

#course.internationalairline .sec_wrap.sec_wrap02 {
  margin-top: 0px;
}

.h3 {
  color: #7d69b7;
  font-size: 26px;
  font-weight: bold;
  border-bottom: solid 1px #7d69b7;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.img_bnr_wrap.mt01 {
  margin-top: 60px;
}

.img_bnr_wrap img {
  max-width: 100%;
  width: auto;
}

.img_bnr_wrap a:hover {
  opacity: 0.7;
}

/* #section01 */
/* --------------------------------------------------- */

/* .point01_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  border-bottom: dotted 1px #707574;
}
.point01_box_l {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  color: #7d69b7;
  background: #fff;
  margin: 15px 20px 15px 0;
  text-align: center;
}
.point01_no {
  font-size: 32px;
  line-height: 1;
}
.point01 {
  margin-top: 10px;
}
.point01_box_r {
  width: calc(100% - 97px);
  padding: 15px 0;
}
.point01_tit {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
}
.point01_text {
  line-height: 2;
  margin-top: 5px;
} */

/*#report_sec*/
/* --------------------------------------------------- */
.newsflash_box {
  border: solid 4px #F34A4A;
  border-radius: 20px;
  padding: 40px 50px 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.newsflash_box .h2.h2_naitei {
  text-align: center;
  color: #F34A4A;
  margin-bottom: 15px;
}

.newsflash_box .h2_icon {
  vertical-align: text-bottom;
}

.newsflash_list {
  letter-spacing: 0.05em;
}

.newsflash_list li {
  font-size: 24px;
  font-weight: bold;
  border-bottom: dotted 1px #A0A0A0;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}

.newsflash_list li p {
  width: calc(100% - 80px);
}

.newsflash_list li .date {
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #F34A4A;
  color: #FBFF3C;
  font-size: 20px;
  text-align: center;
  margin-right: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsflash_list li .span01 {
  width: 47%;
  margin-right: 1%;
  display: inline-block;
  /* vertical-align: top; */
}

.newsflash_list li .span02 {
  width: 31%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: baseline;
  font-size: 22px;
}

.newsflash_list li .span03 {
  display: inline-block;
  width: 15%;
  font-size: 22px;
  vertical-align: baseline;
}

/* .newsflash_list li .color {
  color: #F24C49;
} */
.newsflash_list_note {
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.53;
  text-align: right;
}

.report_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.report_flex.no_center {
  justify-content: flex-start;
  margin-bottom: 30px;
  overflow: hidden;
}

.report_flex .report_student02:nth-of-type(n+13) {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  position: absolute;
  z-index: -10;
}

.airline .report_flex .report_student02:nth-of-type(n+13) {
  position: static;
  opacity: 1;
  visibility: visible;
}

.report_flex.open .report_student02:nth-of-type(n+13) {
  opacity: 1;
  visibility: visible;
  transition: 0.8s;
  position: relative;
  z-index: inherit;
}

.report_student {
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 30px;
}

.report_student img {
  max-width: 100%;
  width: auto;
}

.report_student:nth-of-type(4n) {
  margin-right: 0;
}

.report_student02 {
  width: 30.9%;
  margin-right: 3.65%;
  display: flex;
  margin-bottom: 40px;
}

.report_student02:nth-of-type(3n) {
  margin-right: 0;
}

.report_student02 .report_student_caption {
  margin-left: 10px;
  width: calc(100% - 130px);
}

.report_student02 .report_student_img {
  max-width: 120px;
}

.report_student02 .report_student_img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.report_btn {
  font-weight: bold;
  font-size: 15px;
  margin: 0px 0 50px;
  color: #f34a4a;
  text-align: center;
}

.report_btn span {
  border-bottom: dotted 2px #f34a4a;
  padding-bottom: 12px;
  display: inline-block;
}

.report_btn span:after {
  content: '+';
  padding-left: 10px;
}

.report_btn.open span:after {
  content: '-';
}

.report_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

.report_company {
  font-size: 18px;
  font-weight: bold;
  margin-top: 13px;
  position: relative;
  padding-left: 50px;
  text-align: left;
}

.report_company .naitei_icon {
  position: absolute;
  left: 0;
  width: 45px;
}

.report_company.report_company02 {
  padding-left: 0;
}

.report_company.report_company02 .naitei_icon {
  position: relative;
}

.report_company.report_company02 span {
  display: block;
}

.report_student02 .report_company .naitei_icon {
  top: 50%;
  margin-top: -20px;
}

.report_work {
  font-size: 15px;
  margin-top: 10px;
}

.report_tit {
  color: #F34A4A;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.report_sub {
  letter-spacing: 0.05em;
  line-height: 2;
}

.waku_company {
  margin: 50px auto 0;
  text-align: center;
}

.waku_company img {
  max-width: 100%;
  width: auto;
}

.report_more {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.report_more a {
  display: block;
}

.report_more span {
  display: inline-block;
  color: #F24C49;
  border-bottom: dotted 2px #F24C49;
  font-size: 16px;
  position: relative;
  padding: 10px 30px 14px 0;
}

.report_more span:after {
  content: '';
  position: absolute;
  border-top: solid 2px #F24C49;
  border-right: solid 2px #F24C49;
  width: 8px;
  height: 8px;
  top: 45%;
  right: 3px;
  transform: translateY(-50%) rotate(135deg);
}

.real_box {
  border-radius: 10px;
  background: #fff;
}

.real_box_tit {
  margin-top: 60px;
  background: url(../../course2027/airline/img/real_box_bg.jpg) repeat center center;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 20px;
}

.real_box_tit span {
  color: #FFFF00;
  font-size: 26px;
}

.real_box_content {
  padding: 30px 35px;
  border: solid 3px;
  border-radius: 0 0 5px 5px;
  border-top: none;
}

.real_box_flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  width: 100%;
}

.real_box_content img {
  max-width: 100%;
  width: auto;
}

.real_box_content_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.real_link {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.real_link a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  color: #1B1B1B;
  text-decoration: none;
}

.real_link a:after {
  content: '';
  position: absolute;
  right: -15px;
  width: 5px;
  height: 5px;
  border-top: solid 2px #F34A4A;
  border-right: solid 2px #F34A4A;
  transform: rotate(45deg);
  top: calc(50% - 4px);
}

.real_box_l {
  width: 60%;
  position: relative;
}

.real_box_r {
  width: 38%;
}

.real_box_txt {
  line-height: 2;
}



.support_box {
  display: flex;
  justify-content: flex-start;
}

.support_box .box_l {
  width: 48.5%;
  margin-right: 3%;
}

.support_box .box_l .txt01 {
  line-height: 2;

}

.support_box .txt02 {
  margin-top: 10px;
  font-size: 14px;

}

.support_box .box_l .txt03 {
  line-height: 2;

}

.support_box .box_r {
  width: 48.5%;
}

.support_box img {
  width: 100%;
  height: auto;
}

.support_img-base {
  position: relative;
}

.support_deco {
  width: 135px;
  position: absolute;
  top: -10px;
  right: 0;
}

.support_h4 {
  color: #F34A4A;
  font-weight: 700;
  position: relative;
  margin: 40px 0 30px;
  display: block;
}

.support_h4::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
  border-bottom: dotted 1px #F34A4A;
  z-index: 1;
}

.support_h4 span {
  background: #FFF;
  position: relative;
  z-index: 2;
  padding-right: 15px;


}

.support_txt {
  line-height: 2;
  margin-bottom: 30px;
}

/* #job_sec */
/* --------------------------------------------------- */
#job_sec {
  background: url(../../course2027/hotel/img/job_bk.jpg) repeat;
  /* background:  #E3D6FF; */

}

#job_sec .sec_wrap {
  padding: 45px 0 80px;
}

.h3_wrap {
  display: flex;
  margin-bottom: 40px;
  border-bottom: solid 1px #7d69b7;
  padding-bottom: 30px;
  align-items: center;
}

.h3_icon02 {
  width: 25px;
  height: 22px;
  margin-right: 5px;
  fill: #7d69b7;
}

.h3_l {
  /*  width: 210px;*/
  margin-right: 20px;
  color: #7d69b7;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 3px;
}

.job_wrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 230px);
}

.job_name {
  margin-right: 10px;
  font-weight: bold;
}

.job_name span {
  color: #806bb8;
  margin-right: 5px;
}

#job_sec .bx-viewport {
  overflow: visible !important;
}

.job_slider {
  padding: 4px;
  box-sizing: border-box;
  background: #fff;
  margin-right: 40px;
  position: relative;
}

.job_slider img {
  max-width: 100%;
}

/* .job_slider .job_tit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 30px auto 20px;
} */
.job_slider .job_img {
  text-align: center;
}

.job_slider .job_text {
  position: absolute;
  width: 90%;
  margin: 0 auto;
  line-height: 1.7;
  text-align: right;
  color: #fff;
  bottom: 10%;
  right: 4%;
}

.job_slider .job_text01 {
  margin-bottom: 10px;
}

.job_slider .job_text02 span {
  font-size: 16px;
}

.job_slider .job_text02 {
  font-size: 12px;
}

.job_slider .job_text03 {
  font-size: 11px;
}

/* #license_sec */
/* --------------------------------------------------- */
#license_sec .h3 {
  margin-bottom: 4cqh;
}

.h3_icon03 {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  fill: #fff;
  stroke: #7d69b7;
  stroke-width: 2.5px;
  vertical-align: sub;
}

.license_ul_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.license_ul_wrap .license_ul {
  width: 45%;
  display: block;
}

.license_ul_wrap .license_ul li {
  width: 100%;
}

.license_ul {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.license_ul:first-child {
  margin-top: 0;
}

.license_ul li {
  width: 45%;
  /* padding: 20px 0; */
  box-sizing: border-box;
  /* border-bottom: dotted 1px #a0a0a0; */
  line-height: 2;
  letter-spacing: 2px;
  margin-left: 1.4em;
  text-indent: -1.4em;
}

.note {
  font-size: 12px;
  margin-top: 10px;
}

.license_ul02 {
  width: 45%;
}

.license_ul .license_ul02 li {
  width: 100%;
}

.license_tit {
  width: 100% !important;
  font-weight: bold;
}

.license_tit.mt01 {
  margin-top: 5px;
}

.point-course-list {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
}

.point-course-list__item {
  padding: 43px 10px;
  background: #FFFCD0;
  position: relative;
}

.point-course-list_icon {
  width: 80px;
  height: 80px;
  color: #FFF;
  font-weight: 700;
  border-radius: 50%;
  background: #00A78B;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: 0;
}

.point-course-list_icon-inner {
  span {
    font-size: 40px;
  }
}

.point-course-list_text {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.002em;
  line-height: 1.26;
  color: #00A78B;
  text-align: center;
}



/* #point_sec */
/* --------------------------------------------------- */
.point02_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.point02_box.reverse .point02_box_l {
  order: 2;
}

.point02_box.reverse .point02_box_r {
  order: 1;
}

.point02_box_l {
  width: 53%;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
}

.point02_box_l .point_slider {
  max-width: 100%;
}

.point02_box_l .point_bg {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}

.reverse .point02_box_l {
  padding: 0 10px 0 0;
}

.reverse .point02_box_l .point_bg {
  left: inherit;
  right: 0;
}

.point02_box_l .point_bg img {
  width: 100%;
  /* max-width: 515px; */
}

.point02_box_l02 {
  width: 53%;
  position: relative;
  box-sizing: border-box;
}

.reverse .point02_box_l02 {
  text-align: right;
}

.point02_box.reverse .point02_box_l02 {
  order: 2;
}

.point02_box_l02 img {
  max-width: 100%;
  width: auto;
}

.point02_bg {
  margin-top: 15px;
  padding: 0 5px 7px;
  text-align: center;
  color: #FFF;
  background: #3DC551;
  border-radius: 5px;
}

.point02_bg-text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.46;

  span {
    font-family: roboto;
    font-size: 24px;
    color: #FFFF00;
  }
}

.point02_bg-note {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.92;
}



.point_online {
  border: solid 1px #3DC550;
  color: #3DC550;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding: 13px 20px;
  border-radius: 10px;
}

.asia_abroad {
  /* background: url(../../course/asia/img/course_bg.jpg) repeat; */
  overflow: hidden;
}

.asia_abroad_img {
  text-align: center;
  margin-bottom: 40px;
}

.asia_abroad_img img {
  max-width: 100%;
  width: auto;
}

.asia_abroad .note {
  max-width: 685px;
  margin: 0 auto;
}

.point_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.point_flex img {
  max-width: 100%;
  width: auto;
}

.point_flex_start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.point_flex.mb01 {
  margin-bottom: 66px;
}

.point_flex.mt01 {
  margin-top: 30px;
}

.point_flex_02 {
  width: 48%;
}

.point_flex_04 {
  width: 23%;
}

.point_flex_img img {
  max-width: 100%;
  width: auto;
}

.point_flex_cap {
  text-align: center;
  color: #806BB8;
  font-weight: bold;
  margin-top: 15px;
}

.point_flex_cap.left {
  text-align: left;
  margin-top: 10px;
}

.point_flex_l {
  width: 54%;
}

.point_flex_r {
  width: 38%;
}

.point_flex_r img {
  max-width: 100%;
  width: auto;
}

.point_flex_img_c {
  margin-top: 15px;
  margin-bottom: 10px;
}

.point_flex_l02 {
  width: 65%;
}

.point_flex_r02 {
  width: 30%;
}

.point_flex_r02 img {
  max-width: 100%;
  width: auto;
}

.point_flex_l03 {
  width: 15%;
}

.point_flex_l03 img {
  max-width: 100%;
  width: auto;
}

.point_flex_r03 {
  width: 80%;
}

.point_02 {
  width: 32%;
  margin-right: 2%;
}

.point_02:nth-of-type(3n) {
  margin-right: 0;
}

.how_grow {
  background: #3DC550;
  width: auto;
  padding: 7px 10px 7px 40px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin: 40px 0 15px -35px;
}

.color_box {
  border: solid 1px;
  padding: 30px;
  box-sizing: border-box;
  margin: 30px 0 50px;
}

.flow_title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1.4;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.flow_year {
  border: solid 1px;
  font-size: 15px;
  padding: 2px 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 5px;
}

.mr01 {
  margin-right: 20px;
}

.mr01 img {
  max-width: 100%;
  width: 100%;
}

.red_point {
  background: #D71C25;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  width: auto;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 5px;
  margin: 20px 0;
  letter-spacing: 0.05em;
}

.flex_abroad {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  min-height: 250px;
}

.flex_abroad_l {
  background: #5FB66B;
  color: #fff;
  padding: 25px 30px;
  width: 52.5%;
  line-height: 1.8;
  box-sizing: border-box;
}

.flex_abroad_l_02 {
  background: #98C64F;
}

.yellow_li {
  color: #FFF780;
  font-weight: bold;
  margin-top: 5px;
}

.flex_abroad_r {
  width: 47.5%;
}

.abroad_tit {
  font-size: 26px;
  font-weight: 900;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.topic_tit {
  font-size: 22px;
  font-weight: bold;
  color: #806BB8;
  letter-spacing: 2px;
  margin: 20px 0 8px;

  &.mt0 {
    margin-top: 0;
  }
}

.topic_tit02 {
  font-weight: bold;
  margin: 20px 0 13px;
}

.topic_tit02 span {
  color: #806BB8;
}

.topic_tit03 {
  font-weight: bold;
  font-size: 20px;
  color: #3DC550;
}

.topic_li {
  font-size: 13px;
  line-height: 2;
}

.topic_name {
  font-size: 14px;
  margin: 5px 0;
}

.two_courses_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
  margin-top: 10px;
}

.two_courses {
  width: 48.5%;
  background: #FFFCD0;
  position: relative;
  box-sizing: border-box;
  padding: 38px 32px;
}

.two_courses .course_year {
  position: absolute;
  top: -20px;
  left: 0;
  color: #fff;
  background: #000;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
}

.two_courses .course_year span {
  font-size: 40px;
  font-weight: bold;
}

.two_courses_name {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.two_courses_tit {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

.two_courses_txt {
  line-height: 2;
}

.choose_course .point02_flex {
  display: flex;
  flex-wrap: wrap;
}

.choose_course .point02_flex .point02_box {
  width: 31%;
  margin-right: 3.5%;
  align-content: baseline;
}

.choose_course .point02_flex .point02_box:nth-of-type(3n) {
  margin-right: 0;
}

.choose_course .point02_box_l {
  width: 100%;
  padding-left: 0;
  margin-top: 10px;
}

.choose_course .point02_box_l img {
  max-width: 100%;
  width: auto;
}

.choose_course .point02_box_r {
  width: 100%;
  margin-top: 15px;
}

.choose_course .point02 {
  text-shadow: 1px 1px 0 #F34A4A, -1px 1px 0 #F34A4A, 1px -1px 0 #F34A4A, -1px -1px 0 #F34A4A;
  /* text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; */
  font-size: 24px;
  position: absolute;
  bottom: -33px;
  left: 9px;
  z-index: 9;
}

.choose_course .point02 span {
  font-size: 30px;
}

.choose_course .point02_tit {
  font-size: 18px;
  margin: 10px 0;
}

.choose_course02 .point02_tit {
  font-size: 24px;
  margin: 10px 0;
  letter-spacing: 0px;
}

.choose_course02 {
  background: #FFFCD0;
  padding: 50px 0 90px;
  position: relative;
}

.choose_course02 .sec_wrap {
  padding: 0;
}

.choose_course02_tit {
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  color: #f34a4a;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.choose_course02_tit span {
  font-size: 24px;
}

.plus_icon {
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  font-size: 50px;
  background: #F34A4A;
  border-radius: 50%;
  color: #fff;
  line-height: 70px;
  position: absolute;
  top: -35px;
  left: calc(50% - 35px);
  text-align: center;
  vertical-align: middle;
}

.choose_course .point02_flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.choose_course .point02_flex02 .point02_box {
  width: 48.5%;
  align-content: baseline;
}

.point02_tit_choose {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.point02_tit_choose02 {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
}

.point02_tit_choose.mt {
  margin-top: 12px;
}

.choose_course .choose_course02_img img {
  width: 50%;
}

.room_sec .sec_wrap {
  padding: 50px 0 70px;
}

.room_intro {
  margin-bottom: 30px;
  line-height: 2;
}

.room_intro02 {
  margin-bottom: 60px;
  line-height: 2;
}

.room_box_img img {
  max-width: 100%;
  width: auto;
}

.room_box_txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 27px;
}

.room_box_tit {
  width: 100px;
  font-weight: bold;
  font-size: 18px;
}

.room_box_tit02 {
  font-weight: bold;
  font-size: 18px;
}

.room_box02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.room_box02 img {
  max-width: 100%;
  width: auto;
}

.room_box_img_02 {
  width: 49%;
}

.room_box_img_l {
  width: 66%;
}

.room_box_img_r {
  width: 32%;
}

.room_tit {
  font-size: 26px;
  font-weight: bold;
  color: #F34A4A;
  margin-bottom: 20px;
}

.room_tit02 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.third_menu img {
  width: auto;
  max-width: 100%;
  margin-bottom: 50px;
}

.point02 {
  display: inline-block;
  font-weight: bold;
  margin: 10px 0 15px;
  font-size: 28px;
  color: #ffff00;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
  /*  -webkit-text-stroke: 1px #1b1b1b;
  text-stroke: 1px #1b1b1b;*/
  line-height: 1.2;
  padding-right: 5px;
  font-family: roboto;
}

.point02 span {
  font-size: 43px;
  margin-left: 5px;
}

.point02_box_r {
  /* width: 35.5%; */
  width: 42%;
}

.point02_tit {
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: bold;
}

.point02_tit02 {
  color: #49c42d;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 900;
}

.point02_text {
  line-height: 1.8;
}

.point02_text.mb01 {
  margin-bottom: 15px;
}

.course_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.course_btn_wrap .course_btn {
  margin: 0;
}

.course_btn {
  width: 46.5%;
  margin: 0 auto;
}

.course_btn.mt01 {
  margin-top: 20px;
}

.course_btn a {
  display: block;
  width: 100%;
  border: solid 4px #806bb8;
  text-align: center;
  color: #806bb8;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  padding: 25px;
  font-weight: bold;
  font-size: 20px;
  background: #fff;
}

.course_btn a:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 3px #806bb8;
  border-right: solid 3px #806bb8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -3px;
}

.course_btn a:hover {
  background: #806bb8;
  color: #fff;
}

.course_btn a:hover:after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.other_link_box {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.other_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: solid 4px #c9bfe6;
  width: 47%;
  box-sizing: border-box;
  position: relative;
  height: 180px;
  z-index: 1;
  overflow: hidden;
}

.other_link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.other_link:hover {
  opacity: 0.7;
}

.other_link:hover .other_link_r {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.other_link_l {
  background: #f1eaff;
  width: 51%;
  padding-left: 7.5%;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.other_link_l .link_tit {
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.other_link_l .link_sub {
  width: 100%;
  font-size: 12px;
}

.other_link .other_link_r {
  width: 49%;
  background: url(../../course2027/hotel/img/other_link01.jpg) no-repeat center center / cover;
  z-index: 1;
}

.other_link.other_link02 .other_link_r {
  width: 49%;
  background: url(../../course2027/hotel/img/other_link02.jpg) no-repeat center center / cover;
}

.other_link03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 300px;
  z-index: 1;
  overflow: hidden;
  margin-top: 80px;
  color: #fff;
}

.other_link03 a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.other_link03 img {
  max-width: 100%;
  width: auto;
}

.other_link03 .other_link_l {
  background-color: #806bb8;
  width: 50%;
  padding-left: 0;
  text-align: center;
  z-index: 1;
}

.other_link03 .other_link_r {
  width: 50%;
  background: url(../../course2027/hotel/img/other_link03.jpg) no-repeat center center / cover;
  transition-duration: 0.3s;
}

.other_link03:hover {
  opacity: 0.7;
}

.other_link03:hover .other_link_r {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.other_link03 .link_sub02 {
  display: inline-block;
  padding: 10px 0;
  border: solid 2px #fff;
  border-right: none;
  border-left: none;
  margin: 0 auto 20px;
}

.other_link03 .link_sub {
  font-size: 32px;
}

.other_link03 .link_tit {
  font-size: 56px;
  font-weight: bold;
}


/* language_point */
/*----------------------------------------------------------*/
.language_point {
  overflow: hidden;
}

.lang_h3 {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 40px;
  text-align: center;
}

.lang_intro {
  margin-bottom: 40px;
  line-height: 2;
}

.flex_lang {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

.flex_lang_02 {
  width: 47%;
  line-height: 2;
}

.flex_lang_02 img {
  max-width: 100%;
  width: auto;
}

.flex_lang02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_lang02_l {
  width: 19.5%;
}

.flex_lang02_l img {
  margin-bottom: 15px;
  width: auto;
  max-width: 100%;
}

.flex_lang02_r {
  width: 74%;
  line-height: 2;
}

.lang02_tit {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}

.language_toeic_box {
  margin-bottom: 100px;
}

.language_toeic_box .bx-wrapper .bx-pager {
  text-align: center;
}

.language_point .toeic_box02 {
  margin-bottom: 70px;
}

.language_point .toeic_box02 .toeic_student {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  border: none;
  box-sizing: border-box;
}

.language_point .toeic_box02 .toeic_l {
  width: 58%;
  max-width: inherit;
}

.language_point .toeic_box02 .toeic_tit {
  letter-spacing: 2px;
  margin: 25px 0 15px;
  font-size: 22px;
}

.language_point .toeic_box02 .toeic_img {
  width: 36%;
}

.language_point .toeic_box02 .toeic_before {
  margin: 0px 10px 0 0;
  width: 30%;
}

.language_point .toeic_box02 .toeic_before .toeic_when {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  margin-left: 81px;
}

.language_point .toeic_box02 .toeic_before01 {
  width: 77px;
  display: inline-block;
}

.language_point .toeic_box02 .toeic_arrow {
  margin: 0px 8px 0 0;
  color: #333;
}

.language_point .toeic_box02 .toeic_arrow.toeic_when {
  font-size: 14px;
  width: 40px;
}

.language_point .toeic_box02 .toeic_before02 {
  font-size: 23px;
}

.language_point .toeic_box02 .toeic_after {
  /* padding-right: 25px; */
  padding-right: 0px;
  width: 114px;
}

.language_point .toeic_box02 .toeic_after02 {
  font-size: 45px;
}

.language_point .toeic_box02 .toeic_after02 span {
  color: #333;
  margin-left: 8px;
  font-size: 30px;
}

.toeic_box02 .note {
  font-size: 11px;
}

.language_point .toeic_box02 .toeic_after .toeic_when {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-left: 2px;
  width: 100%;
}

.language_point .toeic_box02 .toeic_after.more_icon {
  position: relative;
}

.language_point .toeic_box02 .toeic_after.more_icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: -24px;
  width: 110px;
  height: 24px;
  background: url(../../course2027/internationalairline/img/icon_more_up.png) no-repeat center center / 110px 24px;
}

.language_point .toeic_box02 .toeic_after.more_icon,
.language_point .toeic_box02 .toeic_after.more {
  margin-right: 0;
}

.language_point .toeic_box02 .toeic_up {
  margin-left: 0;
  font-size: 17px;
}

.language_point .toeic_box02 .toeic_up .up {
  font-size: 12px;
}

.language_point .toeic_box02 .toeic_up .up02 {
  font-size: 18px;
}

.language_point .toeic_box02 .toeic_up02 {
  font-size: 18px;
}

.language_point .toeic_up .up02 {
  font-size: 20px;
}

.language_point .toeic_up {
  width: 70px;
  height: 70px;
}

.language_point .toeic_name {
  text-align: left;
}

/* pro_sec */
/*----------------------------------------------------------*/
.pro_sec {
  background: url(../../course2027/airline/img/course_bg.jpg) repeat;
  overflow: hidden;
}

.pro_tit {
  font-size: 26px;
  font-weight: bold;
  color: #f34a4a;
  margin-bottom: 40px;
}

.proffessor_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.proffessor_box {
  width: calc(calc(100% - 40px)/3);
  margin-right: 20px;
  background: #fff;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.proffessor_box:nth-child(3n) {
  margin-right: 0;
}

.proffessor_img {
  text-align: center;
  max-width: 200px;
  height: 200px;
  margin: 0 auto;
}

.proffessor_img img {
  max-width: 100%;
  width: auto;
}

.proffessor_text {
  margin-top: 20px;
}

.proffessor_name {
  color: #F24C49;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.proffessor_work {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 2;
}

.proffessor_comment {
  line-height: 2;
  font-size: 13px;
}

.pro_box {
  padding: 5px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 48%;
}

.pro_l {
  width: 38%;
}

.pro_r {
  width: 58%;
  padding-bottom: 5px;
}

.pro_r .box_center {
  margin-top: 10px;
}

.pro_com {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.pro_name {
  font-size: 16px;
  margin-bottom: 5px;
}

.pro_name02 {
  font-size: 12px;
  padding-bottom: 10px;
}

.pro_comment {
  font-size: 14px;
}

.pro_sec .bx-wrapper .bx-pager {
  display: none;
}

/* #improved_sec */
/* --------------------------------------------------- */
#improved_sec .toeic_score {
  justify-content: flex-start;
}

#improved_sec .toeic_before {
  width: 16%;
}

#improved_sec .toeic_arrow {
  width: 8%;
}

#improved_sec .toeic_after {
  width: 40%;
}

/* #life_sec */
/* --------------------------------------------------- */
#life_sec {
  background: url(../../course2027/abroad_lang/img/course_bg.jpg) repeat;
  overflow: hidden;
}

.h3_icon05 {
  width: 25px;
  height: 22px;
  margin-right: 5px;
  fill-opacity: 0;
  stroke: #7d69b7;
  stroke-width: 2.5px;
}

.life_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.life_box {
  width: 32%;
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
}

.life_box img {
  max-width: 100%;
  margin: 0 auto;
}

.life_tit {
  font-weight: bold;
  font-size: 18px;
  padding: 25px 0 20px;
  text-align: center;
}

.life_text {
  width: 85%;
  margin: 0 auto 35px;
  line-height: 1.8;
  letter-spacing: 1px;
}

/* #fit_sec  */
/* --------------------------------------------------- */
#fit_sec {
  background: url(../../course2027/hotel/img/job_bk.jpg) repeat;
  overflow: hidden;
}

.h3_02 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}

.fit_slider {
  padding: 4px 4px 10px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.fit_slider a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9999;
}

.fit_slider img {
  max-width: 100%;
}

.fit_slider .oc_tit {
  font-size: 18px;
  font-weight: bold;
  width: 90%;
  margin: 20px auto 10px;
  text-align: center;
  letter-spacing: 2px;
}

.fit_slider .oc_text {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8;
  padding-bottom: 30px;
}

/* #fresh_sec */
/* --------------------------------------------------- */
#fresh_sec {
  overflow: hidden;
}

#fresh_sec .bx-pager {
  display: none;
}

#fresh_sec .graduate_slider {
  min-height: 660px;
  height: auto;
  border-radius: 10px;
}

#fresh_sec .interview03_img {
  margin-bottom: 0;
}

#fresh_sec .interviewee03_2 {
  margin-top: 15px;
  line-height: 2;
  letter-spacing: 0.075em;
}

#fresh_sec .interviewee03_tuition {
  margin-top: 20px;
  text-align: center;
}

.interview_tit {
  font-size: 26px;
  font-weight: bold;
  color: #806bb8;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.interviewee {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.interview_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.interview_box_l {
  width: 50%;
}

.interview_box_l img {
  max-width: 100%;
}

.interview_box_r {
  width: 47%;
  line-height: 1.8;
  margin-left: 3%;
  letter-spacing: 1px;
}

.interview_box02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}

.interview_box02.box03 {
  justify-content: center;
}

.interview_big {
  margin-top: 30px;
}

.interview_big img {
  max-width: 100%;
}

.rec_class {
  width: 47%;
  border: solid 3px #2dc434;
  box-shadow: 5px 5px #2dc434;
  position: relative;
  box-sizing: border-box;
}

.rec_class_detail {
  padding: 30px 35px;
}

.teacher_voice {
  width: 47%;
  border: solid 3px #2dc434;
  box-shadow: 5px 5px #2dc434;
  position: relative;
  padding: 30px 35px;
  box-sizing: border-box;
  margin-right: 5px;
}

.teacher_voice.teacher_voice_2x {
  width: 100%;
  margin-bottom: 45px;
}

.teacher_voice.teacher_voice_2x.mt01 {
  margin-top: 100px;
}

.topics_pic {
  text-align: center;
  margin-top: 20px;
}

.topics_pic img {
  max-width: 100%;
  width: auto;
}

.interview_box02_tit {
  position: absolute;
  top: -15px;
  left: 18px;
  color: #fff;
  background: #2dc434;
  padding: 10px 20px;
  font-size: 20px;
}

.interview_box02_tit::after {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  border-style: solid;
  border-color: transparent transparent #057d0a transparent;
  border-width: 0 13px 13px 0;
  width: 0;
}

.class_name {
  padding: 30px 0 20px;
  color: #2dc434;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
}

.class_name span {
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  background: #2dc434;
  font-size: 15px;
  margin: 7px 5px 0 0;
  text-align: center;
  box-sizing: border-box;
  padding-left: 5px;
}

.class_text {
  line-height: 1.8;
}

.class_img {
  margin-top: 25px;
}

.class_img img {
  width: 100%;
  height: auto;
}

.teacher_info {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.teacher_img {
  width: 30.8%;
  max-width: 120px;
  margin-right: 8%;
}

.teacher_img img {
  width: 100%;
  height: auto;
}

.teacher_name {
  width: 62%;
}

.teacher_name span {
  display: block;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 10px;
}

.teacher_detail {
  margin-top: 25px;
  line-height: 1.8;
}

.ttt_box img {
  width: auto;
  max-width: 100%;
}

/* #exsample_sec */
/* --------------------------------------------------- */
#example_sec {
  background: url(../../course2027/overseas_internship/img/course_bg.jpg) repeat;
}

.example_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.example_slider {
  padding: 4px 4px 10px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.example_slider:nth-child(3n) {
  margin-right: 0;
}

.example_slider a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9999;
}

.example_slider img {
  max-width: 100%;
}

.example_slider .example_tit {
  font-size: 18px;
  font-weight: bold;
  width: 90%;
  margin: 20px auto 10px;
  text-align: center;
  letter-spacing: 2px;
}

.example_slider .example_text {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8;
  padding-bottom: 30px;
  text-align: center;
}

/* #proficiency_sec */
/* --------------------------------------------------- */
.toeic_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.toeic_student {
  width: 29%;
  margin-right: 6.5%;
  border-bottom: dotted 1px #a0a0a0;
  padding-bottom: 40px;
}

.toeic_student.last {
  border-bottom: none;
}

.toeic_student:nth-child(-n + 3) {
  margin-bottom: 40px;
}

.toeic_student:nth-child(3n) {
  margin-right: 0;
}

.toeic_student.toeic_student02 {
  width: 100%;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.toeic_student.toeic_student02 .toeic_l02 {
  width: 30%;
}

.toeic_student.toeic_student02 .toeic_r02 {
  width: 65%;
}

.toeic_img {
  width: 100%;
  text-align: center;
}

.toeic_img img {
  max-width: 100%;
  margin: 0 auto;
}

.toeic_score {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  line-height: 1;
}

.toeic_before {
  width: 24%;
  margin-top: 8px;
}

.toeic_before01 {
  color: #806bb8;
}

.toeic_before02 {
  font-size: 25px;
  font-size: 1.6vw;
  font-weight: bold;
}

.toeic_before02 span {
  font-size: 19px;
}

.toeic_arrow {
  width: 10%;
  color: #806bb8;
  font-size: 28px;
  margin-top: 19px;
  font-size: 1.6vw;
}

.toeic_after {
  width: 63%;
  box-sizing: border-box;
  padding-right: 83px;
}

.toeic_after01 {
  color: #806bb8;
}

.toeic_after02 {
  font-size: 36px;
  font-weight: bold;
  font-size: 2.3vw;
}

.toeic_after02 span {
  font-size: 26px;
}

.toeic_up {
  width: 83px;
  height: 83px;
  color: #806bb8;
  border: solid 2px #806bb8;
  border-radius: 50%;
  margin-left: -83px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.toeic_up .up {
  font-size: 14px;
}

.toeic_up .up02 {
  font-size: 26px;
}

.toeic_tit {
  color: #806bb8;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.7;
}

.toeic_text {
  margin-top: 10px;
  line-height: 1.8;
  display: none;
}

.toeic_name {
  margin-top: 15px;
  margin-bottom: 22px;
}

.toeic_box02 {
  display: inherit;
}

.toeic_box02 .toeic_student {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 60px 0;
}

.toeic_box02 .toeic_student:last-child {
  margin-bottom: 0;
}

.toeic_box02 .toeic_student.reverse {
  flex-flow: row-reverse;
}

.toeic_box02 .toeic_score {
  justify-content: inherit;
}

.toeic_box02 .toeic_l {
  width: 70%;
  /* max-width: 475px; */
}

.toeic_box02 .toeic_img {
  width: 25%;
  max-width: 475px;
}

.toeic_box02 .toeic_img .toeic_score.sp {
  display: none;
}

.toeic_box02 .toeic_before {
  width: auto;
  margin: 13px 10px 0 0;
}

.toeic_box02 .toeic_before01,
.toeic_box02 .toeic_after01 {
  font-size: 24px;
  font-weight: bold;
}

.toeic_box02 .toeic_before02 {
  font-size: 40px;
}

.toeic_box02 .toeic_before02 span {
  font-size: 30px;
}

.toeic_box02 .toeic_before02 span.span01 {
  font-size: 23px;
}

.toeic_box02 .toeic_arrow {
  width: auto;
  margin: 35px 8px 0 0;
  font-size: 40px;
}

.toeic_box02 .toeic_after {
  width: auto;
  margin-right: 10px;
}

.toeic_box02 .toeic_after01 {
  margin-bottom: -4px;
}

.toeic_box02 .toeic_after02 {
  font-size: 80px;
  letter-spacing: -1px;
  color: #ff3838;
}

.toeic_box02 .toeic_after02 span {
  font-size: 40px;
}

.toeic_box02 .toeic_tit {
  line-height: 1.5;
}

.toeic_box02 .toeic_text {
  margin-top: 5px;
}

.toeic_box02 .note {
  text-align: right;
}

.toeic_more {
  font-weight: bold;
  font-size: 15px;
  margin-top: 12px;
  color: #806bb8;
}

.toeic_more:hover {
  cursor: pointer;
}

.toeic_more span {
  display: inline-block;
  border-bottom: dotted 2px #806bb8;
  padding-bottom: 12px;
}

.toeic_more span:after {
  content: '+';
  padding-left: 10px;
}

.toeic_more.open span:after {
  content: '-';
}

/* #improved_sec */
/* --------------------------------------------------- */
#improved_sec .toeic_score {
  margin: 20px 0 25px;
}

#improved_sec .toeic_before {
  width: 24%;
}

#improved_sec .toeic_before01 {
  font-size: 23px;
  letter-spacing: 0;
}

#improved_sec .toeic_before02 {
  font-size: 40px;
  letter-spacing: -1px;
}

#improved_sec .toeic_before02 span {
  font-size: 30px;
}

#improved_sec .toeic_arrow {
  width: 11%;
  margin-top: 40px;
  font-size: 45px;
}

#improved_sec .toeic_after {
  width: 55%;
}

#improved_sec .toeic_after01 {
  font-size: 23px;
  letter-spacing: 0;
}

#improved_sec .toeic_after02 {
  font-size: 65px;
  letter-spacing: -1px;
}

#improved_sec .toeic_after02 span {
  font-size: 40px;
}

#improved_sec .toeic_up {
  width: 82px;
  height: 82px;
  font-size: 24px;
}

#improved_sec .toeic_up .up {
  font-size: 14px;
}

#improved_sec .toeic_up .up02 {
  font-size: 27px;
}

/* #prospective_sec */
/* --------------------------------------------------- */
.h4_02 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.h4_02.mb01 {
  margin-bottom: 60px;
}

.h4_02 span {
  color: #806BB8;
}


.prospective_accordion {
  width: 100%;
  margin-bottom: 70px;
  padding: 40px 35px;
  background: #fff;
  border: solid 3px #806BB8;
  box-shadow: 5px 5px #806BB8;
  box-sizing: border-box;
  line-height: 2;
}

.prospective_accordion .student_wrap {
  display: flex;
  justify-content: space-between;
}

.prospective_accordion .student_wrap .inner_l {
  width: 41.5%;
  max-width: 425px;
  margin-right: 4%;
}

.prospective_accordion .student_wrap .inner_l img {
  max-width: 100%;
}

.prospective_accordion .student_wrap .inner_r {
  width: 55.5%;
  margin-top: -10px;
}

.prospective_accordion .student_wrap .inner_r .interview02_tit {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.7;
}

/* 内定者TOEIC */
.prospective_accordion{
  .interview_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.prospective_accordion .student_wrap .inner_r {
  .interview_toeic {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    gap: 0 7px;
  }

  .interview_toeic_before {
    padding-bottom: 10px;
  }

  .interview_toeic_before01 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
  }
  .interview_toeic_before01--small {
    font-size: 14px;
    line-height: 1.14;
  }

  .interview_toeic_before02 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .interview_toeic_before02--eiken {
    font-size: 30px;

    span {
      font-size: 24px;
    }
  }

  .interview_toeic_arrow--eiken {
    padding-bottom: 7px;
  }


  .interview_toeic_after {
    padding-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.001em;
    line-height: 1;

    span {
      font-size: 30px;
    }
  }

  .interview_toeic_up {
    width: 63px;
    height: 63px;
    margin-left: 2px;
    color: #03A78B;
    border: solid 2px #03A78B;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .up {
    font-size: 11px;
  }

  .up02 {
    font-size: 21px;
    letter-spacing: -0.07em;
  }


  .interview_qualification {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;

    span {
      font-size: 24px;
    }
  }

  .interview_anglia {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.2;
  
    &.asia {
      color: #3DC550;
    }
  }
}





.prospective_accordion .naitei_icon {
  margin-right: 10px;
  vertical-align: middle;
}

.prospective_accordion .student_wrap .inner_r .interview_company.no_mb {
  margin-bottom: 0px;
}

.prospective_accordion .student_wrap .inner_r .interview_company.no_mb span {
  display: inline;
  font-feature-settings: 'palt';
  font-size: 20px;
}

.prospective_accordion .prospective_accordion_inner {
  display: none;
}

.prospective_accordion .prospective_accordion_inner .prospective_accordion_inner02 {
  margin-top: 30px;
}

.prospective_accordion .focus_bnr {
  width: 54.2%;
  max-width: 500px;
  margin: 40px auto;
}

.prospective_accordion .focus_bnr img {
  max-width: 100%;
}

.prospective_accordion .trigger {
  margin-top: 12px;
}

.prospective_accordion .trigger p {
  position: relative;
  display: inline-block;
  padding: 0 20px 10px 0;
  border-bottom: dotted 2px #806BB8;
  color: #806BB8;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}

.prospective_accordion .trigger p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  margin-top: -3px;
  background: #806BB8;
}

.prospective_accordion .trigger p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  margin-top: -3px;
  background: #806BB8;
}

.prospective_accordion .trigger.open p::after {
  content: none;
}

.interview_company.no_mb span {
  margin-bottom: 10px;
}




.interview02_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
  border-bottom: dotted 1px #a0a0a0;
  margin-bottom: 40px;
}

.h3_icon04 {
  width: 25px;
  height: 22px;
  margin-right: 5px;
  fill: #fff;
  stroke: #7d69b7;
  stroke-width: 2.5px;
}

.score_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.score_wrap .interview_company {
  width: 50%;
}

.score_wrap .interview_company span {
  margin-bottom: 0;
}

.student_name {
  letter-spacing: 2px;
  margin-top: 10px;
}

.score_wrap .toeic_score {
  width: 285px;
}

.interview02_box.box_last {
  margin-bottom: 60px;
}

.interview02_box_l {
  width: 20%;
}

.interview02_box_l img {
  max-width: 100%;
}

.interview02_box_r {
  width: 76%;
  line-height: 1.8;
  margin-left: 4%;
}

.interview02_tit {
  font-size: 20px;
  font-weight: bold;
  color: #806bb8;
  margin-bottom: 15px;
  letter-spacing: 2px;
  line-height: 1.3;
}

.interviewee02 {
  margin-top: 15px;
}

.interview_company {
  width: 100%;
}

.interview_company span {
  display: inline-block;
  font-weight: bold;
  font-size: 26px;
  background: linear-gradient(transparent 60%, #e6e2f9 0%);
  line-height: 1.8;
  margin-bottom: 40px;
  padding-right: 5px;
}

.employment.employment_top {
  margin: 100px 0 50px;
  border-top: dotted 1px #A0A0A0;
  padding-top: 40px;
}

.employment.employment_top:first-of-type {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.employment.employment_top .employment_box {
  padding-top: 0;
  margin-top: -10px;
}



.employment_box.employment_bottom {
  margin: 0 0 70px;
}

.employment.border_top {
  margin-top: 50px;
  border-top: dotted 1px #A0A0A0;
  padding-top: 40px;
}

.employment.border_top .h4_02 {
  margin-bottom: 0px;
}

.employment_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-top: 20px;
}

.employment_box.employment_box--pt0 {
  padding-top: 0;
}

.employment_box.mb {
  margin-bottom: 40px;
  padding-top: 0;
}

.employment_box.mb .employment_tit02 {
  line-height: 1;
}

.employment_tit {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 2px;
  /* background: url(../../course/hotel/img/wavy.png) no-repeat bottom left / 110%; */
  margin-right: 20px;
  font-family: roboto;

  &.mr0 {
    margin-right: 0;
  }
}

.employment_tit .dot_text {
  padding-top: 0.4em;
  background-position: top left -0.2em;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.1em 0.1em at center center,
      #1b1b1b,
      #1b1b1b 100%,
      transparent);
}

.employment_tit .small {
  font-size: 15px;
  display: inline-block;
  font-weight: bold;
}

.employment_tit .dot_text .spacing {
  letter-spacing: -4px;
}

.employment_tit02 {
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-family: roboto;
}

.employment_tit03 span {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
}


.employment_box.mb .employment_tit02.employment_tit02--passed {
  padding-bottom: 20px;
  line-height: 1.5;
}

.employment_tit02 span {
  display: inline-block;
  font-weight: bold;
  font-size: 120px;
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 2px 0 #8d7abf;
  -webkit-text-stroke: 1px #1b1b1b;
  filter: dropshadow(color=#1b1b1b, offX=0, offY=-1) dropshadow(color=#1b1b1b, offX=1, offY=0) dropshadow(color=#1b1b1b, offX=0, offY=1) dropshadow(color=#1b1b1b, offX=-1, offY=0);
  letter-spacing: -3px;
  margin-bottom: -20px;
}

.employment_tit02 .big {
  font-size: 150px;
}

.employment_tit02 span .spacing {
  letter-spacing: -19px;
}

.employment_tit02 span.passed {
  font-size: 55px;
  letter-spacing: -0.05em;
}

.employment_tit02 span.per {
  margin-left: 3px;
  font-size: 90px;
}

.employment_tit02 span.per02 {
  margin-left: 3px;
  font-size: 70px;
}

.interview-btn {
  max-width: 410px;
  margin: 0 auto 104px;

  a {
    transition: 0.3s;

    &:hover {
      opacity: 0.7;
    }
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

.employment_sub {
  width: 100%;
  text-align: right;
}

.employment_box02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.employment_box02_ul {
  width: calc(100% / 3);
  box-sizing: border-box;
  /* padding-left: 1.4em; */
}

.sp_ul .employment_box02_ul {
  width: 50%;
}

.kyotei_wrap .employment_box02_ul li {
  font-size: 15px;
}

.employment_box02_ul li {
  text-indent: -1.4em;
  margin: 0 0 10px 1.4em;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 1px;
  /* width: calc(100%/3); */
}

.employment_box02_ul li.annotation {
  text-align: right;
}

.employment_box02_ul li:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.5em;
  background: #806bb8;
  transform: rotate(45deg);
  vertical-align: 2px;
}

.employment_box02_ul .employment_box02_tit {
  text-indent: 0;
  margin-left: 0;
  font-weight: bold;
}

.employment_box02_ul .employment_box02_tit.mt01 {
  margin-top: 25px;
}

.employment_box02_ul .employment_box02_tit:before,
.employment_box02_ul .annotation:before {
  content: none;
}

.employment_box03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -30px 0 80px;
}

.employment_box03_inner {
  width: auto;
  max-width: 260px;
  margin: 0 5px;
  padding: 15px 50px;
  border-radius: 40px;
  background: #F26A92;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.employment_box03_inner p {
  max-width: 250px;
}

.employment_box03_inner .big {
  font-size: 30px;
}

.employment_box03_inner .small {
  font-size: 15px;
  font-weight: normal;
  margin-top: 5px;
}

.employment_mb {
  margin-bottom: 30px;
}

.naitei_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 30px;
}

.naitei_pic {
  width: 25%;
  position: relative;
  margin-bottom: 12px;
}

.naitei_pic img {
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}

.naitei_pic_name {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 13px;
}


.annotation_rec {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: right;
}

.other_link04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 250px;
  z-index: 1;
  overflow: hidden;
  margin: 60px 0;
  color: #fff;
}

.other_link04:before {
  content: "Internship course";
  font-family: "Sacramento", cursive;
  font-size: 5.5vw;
  position: absolute;
  right: 23%;
  bottom: 30px;
  color: #ffb901;
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
  z-index: 3;
}

.other_link04 a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.other_link04 .other_link_l {
  background-color: #ff7c00;
  width: 67%;
  padding-left: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.other_link04 .other_link_ll {
  width: 33%;
  text-align: center;
}

.other_link04 .other_link_ll img {
  max-width: 100%;
}

.other_link04 .other_link_lr {
  width: 67%;
}

.other_link04 .other_link_r {
  width: 33%;
  background: url(../../course2027/hotel/img/other_link04.jpg) no-repeat center center / cover;
  transition-duration: 0.3s;
}

.other_link04:hover {
  opacity: 0.7;
}

.other_link04:hover .other_link_r {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.other_link04 .link_sub02 {
  display: inline-block;
  padding: 10px 0;
}

.other_link04 .link_sub {
  font-size: 22px;
  letter-spacing: 1px;
}

.other_link04 .link_tit04 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.other_link04 .sub_before {
  display: inline-block;
  -ms-transform: rotate(96deg);
  -webkit-transform: rotate(96deg);
  transform: rotate(96deg);
}

.other_link04:hover {
  opacity: 0.7;
}

.other_link04:hover .other_link_r {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.other_link04 .link_sub02 {
  display: inline-block;
  padding: 10px 0;
}

.other_link04 .link_sub {
  font-size: 22px;
  letter-spacing: 1px;
}

.other_link04 .link_tit04 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.other_link04 .sub_before {
  display: inline-block;
  -ms-transform: rotate(96deg);
  -webkit-transform: rotate(96deg);
  transform: rotate(96deg);
}

.sp_more {
  display: none;
}

.sp_ul {
  width: calc(100% / 3 * 2);
  display: flex;
  justify-content: space-between;
}

/* #graduate_sec */
/* --------------------------------------------------- */
#graduate_sec {
  /* background: url(../../course/hotel/img/job_bk.jpg) repeat; */
  background: #F1EAFF;
  overflow: hidden;
}

#graduate_sec .course_btn {
  margin-top: 60px;
}

.graduate_slider {
  background: #fff;
  height: 550px;
}

.graduate_li {
  display: flex;
  flex-wrap: wrap;
}

.graduate_li li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.graduate_li li img {
  max-width: 100%;
  width: auto;
}

.graduate_li li:nth-child(3n) {
  margin-right: 0;
}

.interview03_box {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 15px 5px 5px;
  height: 100%;
  box-sizing: border-box;
}

.interview03_box_l {
  width: 50%;
  background: #7d69b7;
}

.interview03_box_l02 {
  display: flex;
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
}

.interview03_box_l02.left_none .interview03_box_l_l {
  display: none;
}

.interview03_img {
  margin-bottom: 30px;
}

.interview03_box_l_l {
  text-align: right;
  width: 25%;
}

.interview03_box_l_r {
  /* width: 68%; */
  width: calc(79% - 20px);
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  /* margin-bottom: 35px; */
}

.interview03_box_l02.left_none .interview03_box_l_r {
  width: 100%;
}

/* .interview03_box_l_r.more_relative .interviewee03_3 {
  position: absolute;
  right: -100px;
  bottom: 0;
} */

.interview03_box02 {
  background: #fff;
  border-radius: 10px;
  padding: 40px 40px 0;
  border: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 10px;
}

.interview03_box02_l {
  width: 36%;
  max-width: 475px;
}

.interview03_box02_r {
  width: 58%;
  max-width: inherit;
}

.interviewee03 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
}

.interviewee03_job {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}

.interviewee03_2 {
  margin-top: 25px;
  position: relative;
}

.interviewee03_3 {
  margin-top: 25px;
  text-align: center;
}

.interviewee03_3 a {
  display: inline-block;
  text-align: center;
  color: #FFF;
  border: solid 1px #FFF;
  padding: 5px 6px;
  font-size: clamp(12px, 0.9vw, 14px);
  text-decoration: none;
}

.interviewee03_3 a:hover {
  opacity: 0.7;
}

.interview03_box_r {
  width: 50%;
  box-sizing: border-box;
  margin: 25px 0 30px;
  padding: 0 15px 0 30px;
  height: 100%;
  max-height: 485px;
  overflow: auto;
}

.interview03_text {
  margin: 15px 0 0;
  line-height: 1.8;
  letter-spacing: 1px;
}

.interview03_note {
  margin: 15px 0 0;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.interview03_box_r::-webkit-scrollbar {
  width: 8px;
}

.interview03_box_r::-webkit-scrollbar-track {
  background: #d6d6d6;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px #d6d6d6;
}

.interview03_box_r::-webkit-scrollbar-thumb {
  background-color: rgba(125, 105, 183, 1);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.interview03_tit {
  font-size: 20px;
  font-weight: bold;
  color: #806bb8;
  margin-bottom: 15px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.interview03_tit_uni {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0 30px;
}

.interview03_tit_uni span {
  background: linear-gradient(to bottom, transparent 30%, #dbf2d7);
  line-height: 1;
  padding: 0 5px 5px 5px;
}

/* #news_sec */
/* --------------------------------------------------- */
#news_sec .more_link a {
  color: #fff;
}

.h4 {
  line-height: 1;
  letter-spacing: 2px;
  font-weight: bold;
}

#course .h4 span {
  display: inline-block;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
  /*  -webkit-text-stroke: 1px #1b1b1b;
  text-stroke: 1px #1b1b1b;
*/
  margin-bottom: -20px;
}

.course_news_box {
  padding: 20px 30px;
  background: #fff;
  margin: 30px 0 25px;
  display: flex;
  flex-wrap: wrap;
}

.course_news {
  width: 100%;
  padding: 10px 0;
  background: #fff;
  position: relative;
  border-bottom: dotted 1px #a0a0a0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.course_news_link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.course_news_link:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 3px #b5b5b5;
  border-right: solid 3px #b5b5b5;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -3px;
}

.course_news_link[href="javascript:void(0)"]:before {
  display: none;
}

.course_news:hover img,
.course_news:hover .course_news_date,
.course_news:hover .course_news_tit {
  opacity: 0.7;
}

.course_news:hover a[href="javascript:void(0)"] {
  cursor: default;
}

.course_news_img {
  width: 100px;
  height: 60px;
}

.course_news img {
  width: 100px;
  height: 60px;
  object-fit: cover;
}

.course_news_box02 {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 40px 0 15px;
  box-sizing: border-box;
}

.course_news_date {
  font-size: 12px;
  color: #838383;
  width: 9%;
  min-width: 85px;
  line-height: 1.5;
}

.course_news_tit {
  width: 100%;
  font-size: 13px;
  /* margin-left: 85px; */
  box-sizing: border-box;
}

.more_link {
  text-align: right;
}

.more_link a {
  color: #fff;
  border-bottom: dotted 2px #fff;
  font-size: 16px;
}

a.btn_link::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* #insta_sec */
/* --------------------------------------------------- */
#course #insta_sec .h4 span {
  font-size: 30px;
}

.simply-scroll .simply-scroll-list li img {
  object-fit: cover;
}

#insta_sec ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 10px;
}

#insta_sec ul li {
  width: 16%;
  margin-right: 0.8%;
  text-align: center;
}

#insta_sec ul li img {
  border: solid 3px #FFF;
  object-fit: cover;
  box-sizing: border-box;
}

#insta_sec ul li:nth-child(6) {
  margin-right: 0;
}

#insta_sec ul li:nth-child(n + 7) {
  display: none;
}


/* #movie_sec */
/* --------------------------------------------------- */
#movie_sec .h4 {
  text-align: center;
}

#movie_sec {
  overflow: hidden;
}

#movie_sec .bx-prev {
  left: 0%;
  margin-top: 0;
}

#movie_sec .bx-next {
  right: 0%;
  margin-top: 0;
}

.movie_tit {
  margin: 100px 0 30px;
  font-size: 20px;
  padding-bottom: 18px;
  border-bottom: dotted 1px #a0a0a0;
}

#movie_sec .bx-viewport {
  overflow: visible !important;
}

.movie_tit span {
  border-left: solid 5px #333;
  font-weight: bold;
  padding-left: 15px;
  display: inline-block;
  line-height: 1.5;
}

.movie_box {
  margin: 30px 0 20px;
  width: 100%;
  text-align: center;
}

.movie_box img {
  width: 100%;
  margin: 0 auto;
}

.sec_wrap_insta {
  padding: 0 0 70px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#movie_sec .bx-prev,
#movie_sec .bx-next {
  overflow: hidden;
}

/* #faq_sec*/
/* --------------------------------------------------- */
.course_faq {
  margin-bottom: 60px;
}

.course_faq dt {
  font-size: 18px;
  color: #806bb8;
  margin-bottom: 25px;
  font-weight: bold;
}

.course_faq dd {
  padding-bottom: 35px;
  margin-bottom: 45px;
  border-bottom: dotted 1px #a0a0a0;
  line-height: 1.8;
}

.table01 table,
.table02 table {
  width: 100%;
  border: solid 1px #bebebe;
  margin-top: 20px;
}

.table01 .th,
.table02 .th {
  padding: 10px 10px 9px;
  background-color: #e9e9e9;
  border-bottom: solid 1px #bebebe;
  vertical-align: middle;
}

.table01 td {
  padding: 10px 15px;
  border-bottom: solid 1px #bebebe;
  text-align: center;
  vertical-align: middle;
}

.table01 td:first-child,
.table01 td:last-child {
  width: 45%;
}

.table01 td.arrow {
  width: 10%;
}

.table02 td.pink {
  width: 35%;
  background-color: #fce9e9;
}

.table02 td {
  width: 32%;
  padding: 10px 15px;
  text-align: left;
  border-bottom: solid 1px #bebebe;
  border-right: solid 1px #bebebe;
  vertical-align: middle;
}

.h6 {
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}

.h6 span {
  margin-right: 4px;
  color: #d81c24;
}


/* #oc_sec  */
/* --------------------------------------------------- */
#oc_sec {
  background: url(../../course2027/hotel/img/job_bk.jpg) repeat;
}

.h3_02 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}

.bx_slider03,
.bx_slider07 {
  display: flex;
}

.oc_slider {
  width: 32%;
  margin-right: 2%;
  padding: 4px 4px 10px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  border-radius: 10px;
}

.oc_slider img:first-child {
  border-radius: 8px 8px 0 0;
}

.bx_slider03 .oc_slider:last-child,
.bx_slider07 .fit_slider:last-child,
.bx_slider07 .life_box:last-child {
  margin-right: 0;
}

.oc_slider a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9999;
}

.oc_slider img {
  max-width: 100%;
}

.oc_slider .oc_date {
  width: 90%;
  margin: 20px auto 10px;
}

.oc_slider .oc_date span {
  color: #806bb8;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}

.oc_slider .oc_tit {
  font-size: 18px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 10px;
}

.oc_slider .oc_text {
  width: 90%;
  margin: 10px auto 0;
  line-height: 2;
  padding-bottom: 0;
  font-size: 12px;
}

.oc_slider .oc_text p {
  padding-left: 12px;
  position: relative;
}

.oc_slider .oc_text p::before {
  content: "・";
  display: block;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.oc_tab {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  min-height: 55px;
}

.oc_tab a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.oc_tab_l {
  width: 30px;
  padding: 3px 2px 3px 5px;
  background: #000;
  position: relative;
  color: #fff;
}

.oc_tab_l:after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: 0px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 14px 0px 14px 10px;
}

.oc_tab_r {
  margin-left: 15px;
  width: calc(100% - 55px);
}

.oc_tab_r span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: solid 1px #8d8d8d;
  margin-left: 10px;
  font-size: 11px;
}

.oc_link_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px auto 0;
  /*  max-width: 722px;*/
}

/* .oc_link_wrap .bnr_kobetsu {
  margin-right: 20px;
} */
.oc_link_wrap .bnr_kobetsu img,
.oc_link_wrap .bnr_mini img,
.oc_link_wrap .bnr_lesson img {
  max-width: 100%;
}

.oc_link_wrap .bnr_lesson {
  margin-top: 20px;
}

.oc_link_box {
  width: 220px;
  height: 220px;
  margin-right: 20px;
  padding: 4px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
}

.oc_link_wrap .oc_link_box:last-child {
  margin-right: 0;
}

.oc_link_box .oc_link01 {
  background: radial-gradient(#b0e3ff 0%, #a1deff 100%);
  border-radius: 50%;
  height: 212px;
  position: relative;
}

.oc_link_box .oc_link02 {
  background: radial-gradient(#ffd053 0%, #ffdc65 100%);
  border-radius: 50%;
  height: 212px;
  position: relative;
}

.oc_link_box .oc_link03 {
  background: radial-gradient(#b0ee81 0%, #c8f4a9 100%);
  border-radius: 50%;
  height: 212px;
  position: relative;
}

.oc_link_box .oc_link04 {
  background: radial-gradient(#ffcad7 0%, #ffd5df 100%);
  border-radius: 50%;
  height: 212px;
  position: relative;
}

.oc_link_box .oc_link05 {
  background: radial-gradient(#dac7e4 0%, #dac7e4 100%);
  border-radius: 50%;
  height: 212px;
  position: relative;
}

.oc_link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  border-radius: 50%;
}

.oc_link_box .oc_link01:hover,
.oc_link_box .oc_link02:hover,
.oc_link_box .oc_link03:hover,
.oc_link_box .oc_link04:hover,
.oc_link_box .oc_link05:hover {
  opacity: 0.7;
}

.oc_link_icon img {
  max-width: 100%;
}

.oc_link_icon {
  text-align: center;
  padding-top: 30px;
  height: 25px;
}

.oc_link_box .oc_link01 .oc_link_icon {
  padding-top: 27px;
}

.oc_link_box .oc_link05 .oc_link_icon {
  padding-top: 28px;
}

.oc_link_box .oc_link05 .oc_link_icon img {
  max-width: 40px;
}

.oc_icon01 {
  width: 31px;
  height: 31px;
  fill: #fff;
}

.oc_link_tit {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0;
  text-align: center;
  line-height: 1.2;
}

.oc_link01 .oc_link_tit {
  margin: 20px 0 10px;
}

.oc_link03 .oc_link_tit {
  margin: 17px 0 10px;
}

.oc_link04 .oc_link_tit {
  margin: 10px 0;
}

.oc_link_box .oc_link05 .oc_link_tit {
  margin: 16px 0 9px;
}

.oc_link_text {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 35px;
}

/* #other_sec */
/* --------------------------------------------------- */
.course_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
}

.course_ul li {
  width: 29%;
  margin: 0 6.5% 35px 0;
  position: relative;
}

.course_ul li:nth-child(3n) {
  margin: 0 0 35px 0;
}

.course_ul .couse_li_img {
  overflow: hidden;
}

.course_ul li:hover {
  opacity: 0.7;
}

.course_ul li:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.course_ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.course_ul img {
  max-width: 100%;
  display: block;
  transition-duration: 0.3s;
}

.course_name {
  margin-top: 7px;
  font-size: 14px;
  letter-spacing: -1px;
}

.course_name .tx_span {
  display: inline-block;
  margin-left: 23px;
}

.course_span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff7c00;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
  position: relative;
}

.course_span.course00_li {
  background: #1b1b1b;
}

.course_span:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -3px;
}

.course_span.course02_li {
  background: #00a78b;
}

.course_span.course03_li {
  background: #49c42d;
}

.course_span.course04_li {
  background: #f34a4a;
}

.course_span.course05_li {
  background: #8972bd;
}

.course_span.course06_li {
  background: #1260b5;
}

.course_span.course07_li {
  background: #f26a92;
}

.course_span.course08_li {
  background: #25a5ec;
}

.course_span.course09_li {
  background: #ffb901;
}

.course_span.course10_li {
  background: #7cb59e;
}

.navi a:hover img {
  opacity: 0.7;
}

.navi.navi_mt {
  margin-top: 60px;
}

.navi img {
  width: 100%;
}

.report_sec_flex {
  margin: 30px 0 55px;
  display: flex;
  justify-content: center;
}

.report_sec_box:first-child {
  margin-right: 27px;
}

.report_sec_box img {
  max-width: 100%;
  height: auto;
}


@media screen and (min-width: 560px) and (max-width: 1024px) {
  .tab_none {
    display: none;
  }
}


@media screen and (max-width: 975px) {
  .prospective_accordion .student_wrap .inner_r {

    .interview_flex{
      justify-content: flex-start;
      gap: 0 20px;
    }
    .interview_toeic_before {
      padding-bottom: 5px;
    }

    .interview_toeic_before01 {
      font-size: 12px;
    }

    .interview_toeic_before01--small {
      font-size: 10px;
      line-height: 1.14;
    }

    .interview_toeic_before02 {
      margin-top: 6px;
      font-size: 14px;
    }

    .interview_toeic_before02--eiken {
      font-size: 14px;

      span {
        font-size: 14px;
      }
    }

    .interview_toeic_arrow {
      width: 15px;
      padding-bottom: 2px;

      svg {
        max-width: 100%;
        height: auto;
      }
    }

    .interview_toeic_after {
      padding-bottom: 5px;
      font-size: 26px;

      span {
        font-size: 14px;
      }
    }

    .interview_toeic_up {
      width: 40px;
      height: 40px;
      border: solid 1px #03A78B;
      font-size: 10px;
    }

    .up {
      font-size: 10px;
    }

    .up02 {
      font-size: 14px;
    }


    .interview_qualification {
      margin-top: 10px;
      font-size: 14px;

      span {
        font-size: 18px;
      }
    }

    .interview_anglia {
      margin-top: 5px;
      font-size: 16px;
    }
  }
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {

  /* tablet */
  .intro_box {
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
  }

  .sec_wrap {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .other_link03 .link_sub {
    font-size: 4.5vw;
  }

  .other_link03 .link_tit {
    font-size: 5vw;
  }

  .other_link04 .link_tit04 {
    font-size: 4vw;
  }

  .course_name {
    position: relative;
    padding-left: 24px;
  }

  .course_name .course_span {
    position: absolute;
    top: 2px;
    left: 0;
  }

  .course_name .tx_span {
    margin-left: 0;
  }

  .language_point .toeic_box02 .toeic_before {
    width: 33%;
  }


  .newsflash_list li .span01 {
    width: 53%;
    font-size: 17px;
  }

  .newsflash_list li .span02 {
    font-size: 15px;
  }

  .newsflash_list li .span03 {
    width: 14%;
    font-size: 15px;
  }

  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* 微調整1 */
/*----------------------------------------------------------*/
@media screen and (max-width: 850px) {
  .other_link03 .link_tit {
    font-size: 42px;
  }

  .other_link04 .link_tit04 {
    font-size: 4vw;
  }

  .other_link04 .other_link_lr {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
  }

  .other_link04 .other_link_ll {
    display: none;
  }

  /* -------------------微調整 END------------------------- */
}

/*----------------------------------------------------------*/
/* 微調整2 */
/*----------------------------------------------------------*/
@media screen and (min-width: 1000px) {
  .h1 {
    font-size: 45px;
  }

  .other_link04:before {
    font-size: 60px;
  }

  .toeic_before02 {
    font-size: 25px;
  }

  .toeic_after02 {
    font-size: 36px;
  }

  /* -------------------微調整2 END------------------------- */
}

/*----------------------------------------------------------*/
/* 微調整3 */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) and (max-width: 1040px) {
  .intro_box {
    overflow: hidden;
    margin-top: 0;
  }

  .h1_box {
    height: inherit;
  }

  .h1_box .h1_box_l {
    position: relative;

    width: 100%;
    height: auto;
    padding: 20px;
    order: 2;
    text-align: left;
  }

  .h1_box .h1_box_l .pc_i {
    display: none;
  }

  .h1_box .h1_box_l .sp_i {
    display: inline;
  }

  .h1_box_l .course_icon {
    width: 52px;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: auto;
    bottom: 3px;
    left: inherit;
    right: 2px;
    text-align: right;
    z-index: 2;
    transform: translateY(0);
  }

  .course_icon {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 200px;
  }

  .h1_box_l .cause-airline_note {
    margin-top: 15px;
    font-size: 12px;
    text-align: left;
    position: static;
  }

  .h1_sub01 {
    margin-top: 0;
    font-size: 16px;
  }

  .h1 {
    justify-content: flex-start;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
  }

  .h1 span {
    padding: 5px;
    font-size: 18px;
  }

  .h1_box .h1_box_r {
    width: 100%;
    height: 58vw;
    order: 1;
  }

  .abroad .toeic_student,
  .hotel .toeic_student,
  .travel .toeic_student,
  .child .toeic_student,
  .business .toeic_student {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: dotted 1px #a0a0a0;
    margin: 0 0 40px 0;
    padding-bottom: 40px;
  }

  .abroad .toeic_img,
  .hotel .toeic_img,
  .travel .toeic_img,
  .child .toeic_img,
  .business .toeic_img {
    width: 25%;
  }

  .abroad .toeic_score,
  .hotel .toeic_score,
  .travel .toeic_score,
  .child .toeic_score,
  .business .toeic_score {
    justify-content: flex-start;
    width: 66%;
    margin-left: 4%;
  }

  .toeic_student.toeic_student02 .toeic_l02 .toeic_score {
    width: 100%;
    margin-left: 4%;
  }

  .abroad .toeic_before,
  .hotel .toeic_before,
  .travel .toeic_before,
  .child .toeic_before,
  .business .toeic_before {
    width: auto;
    margin-top: 20px;
  }

  .abroad .toeic_before01,
  .hotel .toeic_before01,
  .travel .toeic_before01,
  .child .toeic_before01,
  .business .toeic_before01 {
    font-size: 20px;
    margin-right: 10px;
  }

  .abroad .toeic_before02,
  .hotel .toeic_before02,
  .travel .toeic_before02,
  .child .toeic_before02,
  .business .toeic_before02 {
    font-size: 35px;
  }

  .abroad .toeic_before02 span,
  .hotel .toeic_before02 span,
  .travel .toeic_before02 span,
  .child .toeic_before02 span,
  .business .toeic_before02 span {
    font-size: 30px;
  }

  .abroad .toeic_arrow,
  .hotel .toeic_arrow,
  .travel .toeic_arrow,
  .child .toeic_arrow,
  .business .toeic_arrow {
    font-size: 35px;
    margin: 40px 0px 0 13px;
  }

  .abroad .toeic_after,
  .hotel .toeic_after,
  .travel .toeic_after,
  .child .toeic_after,
  .business .toeic_after {
    width: auto;
    padding-right: 95px;
    margin-right: 0;
  }

  .abroad .toeic_after01,
  .hotel .toeic_after01,
  .travel .toeic_after01,
  .child .toeic_after01,
  .business .toeic_after01 {
    font-size: 30px;
  }

  .abroad .toeic_after02,
  .hotel .toeic_after02,
  .travel .toeic_after02,
  .child .toeic_after02,
  .business .toeic_after02 {
    font-weight: bold;
    font-size: 45px;
  }

  .abroad .toeic_after02 span,
  .hotel .toeic_after02 span,
  .travel .toeic_after02 span,
  .child .toeic_after02 span,
  .business .toeic_after02 span {
    font-size: 30px;
  }

  .abroad .toeic_up,
  .hotel .toeic_up,
  .travel .toeic_up,
  .child .toeic_up,
  .business .toeic_up {
    width: 100px;
    height: 100px;
    font-size: 35px;
  }

  /* #improved_sec */
  #improved_sec .toeic_score {
    flex-wrap: nowrap;
    width: auto;
    margin: 0 0 10px;
  }

  #improved_sec .toeic_before {
    width: auto;
    margin-top: 7px;
  }

  #improved_sec .toeic_before01 {
    font-size: 18px;
  }

  #improved_sec .toeic_before02 {
    font-size: 25px;
  }

  #improved_sec .toeic_before02 span {
    font-size: 20px;
  }

  #improved_sec .toeic_arrow {
    width: auto;
    font-size: 25px;
    margin: 26px 7px 0 5px;
  }

  #improved_sec .toeic_after {
    width: auto;
  }

  #improved_sec .toeic_after01 {
    font-size: 21px;
  }

  #improved_sec .toeic_after02 {
    font-size: 30px;
  }

  #improved_sec .toeic_after02 span {
    font-size: 20px;
  }

  #improved_sec .toeic_up {
    width: 80px;
    height: 80px;
    font-size: 23px;
  }

  #improved_sec .toeic_up .up {
    font-size: 12px;
  }

  #improved_sec .toeic_up .up02 {
    font-size: 22px;
  }

  .interview03_img {
    margin-bottom: 20px;
  }

  .interview03_box_l02 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 20px;
  }

  .interview03_box_l_r {
    padding-left: 15px;
  }

  .oc_slider {
    width: 33%;
    margin-right: 1%;
  }

  .oc_slider .oc_date {
    margin: 10px auto;
  }

  .oc_slider .oc_date span {
    font-size: 17px;
  }

  .oc_slider .oc_tit {
    font-size: 16px;
    line-height: 1.5;
  }

  .oc_slider .oc_text {
    font-size: 13px;
    line-height: 1.8;
  }

  .oc_slider .oc_text {
    padding-bottom: 10px;
  }

  .oc_tab_l {
    width: 37px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .toeic_box02 .toeic_score {
    flex-wrap: nowrap;
  }

  .toeic_box02 .toeic_before {
    margin: 4px 5px 0 0;
  }

  .toeic_box02 .toeic_before01,
  .toeic_box02 .toeic_after01 {
    font-size: 20px;
  }

  .toeic_box02 .toeic_before02 {
    font-size: 35px;
  }

  .toeic_box02 .toeic_before02 span {
    font-size: 20px;
  }

  .toeic_box02 .toeic_arrow {
    margin: 35px 5px 0 0;
    font-size: 30px;
  }

  .toeic_box02 .toeic_after {
    margin-right: 0;
    padding-right: 10px;
  }

  .toeic_box02 .toeic_after02 {
    font-size: 45px;
  }

  .toeic_box02 .toeic_after02 span {
    font-size: 30px;
  }

  .toeic_box02 .toeic_up {
    margin-left: 0;
  }

  .toeic_box02 .toeic_tit {
    margin-top: 0;
  }

  .pro_com {
    margin: 0 0 5px;
  }

  .pro_r .box_center {
    margin-top: 5px;
  }

  #movie_sec .overflow_h {
    overflow: hidden;
  }

  #movie_sec .bx_slider_movie .movie_box {
    margin-bottom: 0;
  }

  .more_link {
    margin-top: 75px;
  }

  .oc_link_wrap .bnr_kobetsu {
    margin: 0 0 20px 0;
  }

  /* -------------------微調整3 END-------------------------*/
}

@media screen and (min-width: 560px) and (max-width: 800px) {
  .toeic_img {
    width: 33%;
  }

  .toeic_student.toeic_student02 .toeic_l02 .toeic_score {
    width: 66%;
  }

  .toeic_student.toeic_student02 .toeic_l02 .toeic_score {
    margin-left: 0;
  }

  .toeic_up {
    margin-left: 0;
  }

  .toeic_after {
    margin-top: 10px;
  }

  .toeic_student.toeic_student02 .toeic_l02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .toeic_student.toeic_student02 .toeic_r02 {
    width: 100%;
  }

  .other_link03 .other_link_r {
    background-image: url(../../course2027/hotel/img/other_link03_tab.jpg);
  }

  /* -------------------微調整 END------------------------- */
}

/*----------------------------------------------------------*/
/* 微調整4 */
/*----------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  /* .h1_box_l {
    width: 40%;
  }
  .h1_box_r {
    width: 60%;
  } */
  /* -------------------微調整4 END------------------------- */
}

/*----------------------------------------------------------*/
/* 微調整5 */
/*----------------------------------------------------------*/
@media screen and (min-width: 2030px) {
  .h1 {
    font-size: 45px;
  }

  .h1_box_r {
    background-size: cover;
  }

  /* -------------------微調整5 END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  .comment_box {
    margin: 25px auto 0;
  }

  .comment_box .tit {
    font-size: 16px;
  }

  .comment_box .list {
    margin: 5px 0;
  }

  .comment_box .list li {
    text-indent: -1.4em;
    margin-left: 1.4em;
  }

  .comment_inner {
    padding: 12px 15px 15px;
    font-weight: normal;
    text-align: left;
  }

  .h1 {
    font-size: 26px;
    justify-content: flex-start;
  }

  .h1.first {
    margin-bottom: 10px;
  }

  .h1 span {
    padding: 2px 6px;
    font-size: 12px;
    margin-left: 7px;
  }

  .h1_box {
    height: inherit;
  }

  .h1_sub01 {
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 5px
  }

  .h1_sub02 {
    font-size: 14px;
    letter-spacing: -0.03em;
    margin-top: 5px;
  }

  .h1_sub-flex {
    max-width: 100%;
    gap: 0 15px;

    .h1_sub-flex_l {
      width: calc(100% - 145px);
    }

    .h1_sub-flex_r {
      width: 130px;
      position: relative;
      z-index: 3;

      img {
        width: 100%;
        height: auto;
      }
    }
  }

  .h1_sub03 {
    letter-spacing: 2px;
    font-size: 20px;
  }

  .h1_box_r {
    width: 100%;
    height: 250px;
    order: 1;
    background-size: cover;
    /* background: url(../../course/hotel/img/mv_sp.jpg) no-repeat top center /
      cover; */
  }

  .h1_box_name-position {
    bottom: 15px;
    right: 15px;
  }

  .h1_box_name {
    font-size: 11px;
  }

  .h1_box_name_top {
    font-size: 11px;
  }

  .info_text {
    padding: 5px;
    font-size: 10px;
    line-height: 1.2;
    width: auto;
  }

  .course_icon {
    /*    position: absolute;
    width: 30%;
    bottom: 15px;
    right: 15px;
    display: none;*/
  }

  .h1_box_l {
    width: 100%;
    order: 2;
    text-align: left;
    position: relative;
    display: block;
    padding: 20px 20px 25px;
    min-height: 305px;
  }

  .h1_box_l .h1_feature {
    display: block;
    margin-top: 15px;
  }

  .h1_box_l .h1_feature li {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    padding: 3px 10px;
  }

  .h1_box_l .h1_txt {
    margin-top: 15px;
    font-size: 20px;
  }

  .h1_box_l .course_icon {
    width: 52px;
    position: absolute;
    bottom: 3px;
    left: inherit;
    right: 2px;
    text-align: right;
    z-index: 2;
  }

  .h1_box_l .cause-airline_note {
    margin-top: 15px;
    font-size: 10px;
    text-align: left;
    position: static;
  }


  .sec_wrap {
    padding: 30px 20px 35px;
  }

  .sec_wrap.sec_wrap02 {
    padding: 0 20px 35px;
    margin-top: 0;
  }

  #course.asia .sec_wrap.sec_wrap02 {
    margin-top: -30px;
  }

  #course.internationalairline .sec_wrap.sec_wrap02 {
    margin-top: 0;
  }

  .h2_wrap_top {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }

  .h2_wrap {
    padding: 20px 0;
    border: solid 2px;
    border-left: none;
    border-right: none;
  }

  .h2_wrap.h2_wrap_naitei {
    padding: 14px 0;
  }

  .h2 {
    font-size: 5.6vw;
    padding: 0 15px;
    line-height: 1.5;
  }

  .h2.h2_sp_flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .h2.h2_naitei {
    font-size: 6vw;
  }

  .h2.h2_naitei02 {
    font-size: 5vw;
  }

  .h2_icon {
    width: 12%;
  }

  .h2_note {
    font-size: 13px;
  }

  .h2_sub {
    font-size: 3vw;
  }

  .h2_sub02 {
    font-size: 3vw;
  }

  .intro_box {
    margin: 0 auto 25px;
  }

  .intro_box_l {
    width: 100%;
    margin-right: 0;
  }

  .intro_box_r {
    width: 100%;
  }

  .intro_text {
    margin-top: 10px;
    line-height: 1.7;
  }

  .intro_bnr01 {
    margin-top: 30px;

  }

  .intro_img {
    margin: 0 auto 50px;
    padding: 0 20px;
    box-sizing: border-box;

    img {
      max-width: 100%;
      height: auto;
    }
  }

  .sp.menu {
    padding: 15px;
    background: #eeeeee;
    position: relative;
  }

  .sp.menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 21px;
    right: 14px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 8px 6px 0 6px;
  }

  .inpage_link {
    display: none;
    background: #eeeeee;
  }

  .inpage_link li a {
    padding: 10px;
  }

  .inpage_link li:first-child a {
    border-top: dotted 1px #a0a0a0;
  }

  .intro_tit {
    font-size: 20px;
    margin-top: 20px;
  }

  .intro_box:after {
    /*    font-size: 48px;
    bottom: -10px;
    right: 10px;*/
    display: none;
  }

  .h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }

  .h3_wrap {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .h3_l {
    font-size: 19px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    border-bottom: solid 1px #7d69b7;
    padding-bottom: 10px;
  }

  .job_wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .img_bnr_wrap.mt01 {
    margin-top: 30px;
  }

  .support_box {
    display: block;
  }

  .support_box .box_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .support_box .box_l .txt01 {
    line-height: 2;
    padding-top: 0;
    margin-top: -15px;

  }

  .support_box .txt02 {
    margin-top: 5px;
    font-size: 13px;

  }

  .support_box .box_l .txt03 {
    line-height: 2;

  }

  .support_box .box_r {
    width: 100%;
  }

  .support_deco {
    width: 30%;
    top: -10px;
  }

  .support_h4 {
    color: #F34A4A;
    font-weight: 700;
    position: relative;
    margin: 30px 0 15px;
  }

  .support_h4::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    border-bottom: dotted 1px #F34A4A;
    z-index: 1;
  }

  .support_h4 span {
    background: #FFF;
    position: relative;
    z-index: 2;
    padding-right: 15px;


  }

  .support_txt {
    line-height: 2;
    margin-bottom: 30px;
  }

  /* #job_sec */
  /*----------------------------------------------------------*/
  #job_sec .sec_wrap {
    margin-bottom: 0px;
    padding: 30px 20px 40px;
  }

  #job_sec .h4_02 {
    font-size: 16px;
  }

  /* #job_sec .bx-wrapper {
    width: 100%;
    margin: 0 auto;
  } */
  #job_sec .job_slider {
    margin-right: 10px;
  }

  #job_sec .bx-viewport {
    overflow: visible !important;
  }

  #job_sec .bx-wrapper .bx-pager {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }

  #job_sec .bx_slider {
    overflow: hidden;
  }

  .graduate_li li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }

  .graduate_li li:nth-child(3n) {
    margin-right: 4%;
  }

  .graduate_li li:nth-child(2n) {
    margin-right: 0%;
  }

  /* report_sec */
  /*----------------------------------------------------------*/
  .newsflash_box {
    padding: 15px;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .newsflash_box .h2.h2_naitei {
    margin-bottom: 10px;
  }

  .newsflash_list {
    margin-bottom: 20px;
  }

  .newsflash_list li {
    /* font-size: 14px; */
    font-size: clamp(12px, 3vw, 14px);
    font-weight: bold;
    padding: 10px 0;
    letter-spacing: 0;
  }

  .newsflash_list li p {
    width: calc(100% - 50px);
    width: 100%;
    padding-top: 5px;
  }

  .newsflash_list li .date {
    font-size: 12px;
    width: 80px;
    height: 25px;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
  }

  .newsflash_list li .span01 {
    width: 53%;
    font-size: 10px;
  }

  .newsflash_list li .span02 {
    font-size: 9px;
  }

  .newsflash_list li .span03 {
    width: 14%;
    font-size: 9px;
  }

  .newsflash_list li .date br {
    display: none;
  }

  .newsflash_list_note {
    margin-top: 15px;
    font-size: 12px;
  }

  .report_flex.no_center {
    margin-bottom: 0px;
  }

  .report_student {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .report_student02 {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .report_student02:nth-of-type(3n) {
    margin-right: 2%;
  }

  .report_student02:nth-of-type(2n) {
    margin-right: 0;
  }

  .report_student_img {
    width: 30%;
    text-align: center;
  }

  .report_student_img img {
    max-width: 100%;
    width: auto;
  }

  .report_student02 .report_student_img {
    max-width: inherit;
    width: 100%;
    min-height: 150px;
  }

  .report_student02 .report_student_img img {
    border-radius: 0;
  }

  .report_student_caption {
    width: 65%;
    text-align: left;
  }

  .report_student02 .report_student_caption {
    margin-left: 0%;
    width: 100%;
  }

  .report_student02 .report_company .naitei_icon {
    width: 45px;
    margin-top: -23px;
    left: 2px;
  }

  .report_btn {
    margin: 0 0 25px;
  }

  .report_btn:hover {
    opacity: 1;
  }

  .report_company {
    font-size: 18px;
    margin-top: 0;
  }

  .report_student02 .report_company {
    font-size: 16px;
    margin-top: -45px;
    padding-left: 50px;
    line-height: 1.2;
  }

  .report_student02 .report_company.mt01,
  .report_student02 .report_company.mt02 {
    margin-top: -45px;
  }

  .airline .report_student02 .report_company.mt01,
  .airline .report_student02 .report_company.mt02 {
    margin-top: -63px;
  }

  .report_company span {
    background: #fff;
    box-decoration-break: clone;
    color: #F34A4A;
    padding: 0 2px;
    letter-spacing: -0.5px;
    line-height: 1.3;
  }

  .report_company span.sp {
    font-size: 12px;
    display: inline-block;
  }

  .report_company.report_company02 .naitei_icon {
    position: absolute;
  }

  .report_company.report_company02 span {
    min-height: 2.4em;
    align-items: center;
    display: inline-flex;
  }

  .waku_company {
    margin-top: 25px;
    width: 75%;
    padding-left: 45px;
  }

  .report_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .report_work {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 18px;
  }

  .airline .report_work {
    margin-top: 14px;
  }

  .report_work.mt01 {
    margin-top: 34px;
  }

  .report_more {
    margin: -10px 0 20px;
  }

  .report_more span {
    padding: 6px 30px 10px 0;
  }


  /* licence_sec */
  /*----------------------------------------------------------*/
  #license_sec .h3 {
    margin-bottom: 10px;
  }

  .license_ul_wrap .license_ul {
    width: 100%;
  }

  .license_ul02 {
    width: 100%;
  }

  .license_ul {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .license_ul li {
    padding: 4px 0;
    width: 100%;
  }

  /* point_sec */
  /*----------------------------------------------------------*/
  .pro_sec {
    padding-bottom: 40px;
  }

  .point02 {
    display: block;
    /*width: 60px;*/
    padding: 1px 7px;
    margin: 20px auto 5px;
    font-size: 20px;
    text-align: center;
  }

  .point02 span {
    margin-left: 3px;
    font-size: 26px;
  }

  .point02_box_l {
    width: 100%;
  }

  .point02_box_r {
    width: 100%;
  }


  .point-course-list {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px 15px;
  }

  .point-course-list__item {
    padding: 25px 10px;
  }

  .point-course-list_icon {
    width: 60px;
    height: 60px;
    top: -10px;
  }

  .point-course-list_icon-inner {
    span {
      font-size: 30px;
    }
  }

  .point-course-list_text {
    font-size: 20px;
  }

  .point02_box {
    margin-bottom: 25px;
  }

  .point02_box.reverse .point02_box_l {
    order: 1;
  }

  .point02_box.reverse .point02_box_r {
    order: 2;
  }

  .point02_box_l02 {
    width: 100%;
  }

  .point02_bg {
    margin-top: 15px;
    padding: 0 5px 5px;
  }

  .point02_bg-text {
    font-size: 14px;

    span {
      font-size: 20px;
    }
  }

  .point02_bg-note {
    margin-top: 10px;
    font-size: 12px;
  }

  .point02_box_l .point_bg {
    width: 97%;
  }

  .point02_tit {
    font-size: 18px;
    margin-bottom: 13px;
    font-weight: bold;
    text-align: center;
  }

  .point02_tit02 {
    font-size: 16px;
    margin: 10px 0;
  }

  .red_point {
    font-size: 16px;
    padding: 5px 12px;
    margin: 10px 0;
  }

  .center_sp {
    text-align: center;
  }

  .flex_abroad_l {
    width: 100%;
    padding: 15px 14px;
  }

  .flex_abroad_r {
    width: 100%;
  }

  .abroad_tit {
    font-size: 20px;
  }

  .point_online {
    padding: 8px 15px;
    font-size: 18px;
  }

  .point02_text.mb01 {
    margin-bottom: 10px;
  }

  .course_btn {
    width: 80%;
  }

  .course_btn a {
    padding: 12px;
    font-size: 15px;
    border: solid 2px #806bb8;
    line-height: 1.5;
  }

  .course_btn a:after {
    right: 5%;
  }

  .course_btn.mt01 {
    margin-top: 15px;
  }

  .other_link_box {
    margin-top: 45px;
  }

  .other_link {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }

  .other_link_l {
    padding-left: 0;
    text-align: center;
  }

  .other_link_l .link_tit {
    margin-bottom: 0px;
  }

  .other_link03 {
    margin-top: 0px;
    height: 120px;
  }

  .other_link03 .link_sub02 {
    font-size: 10px;
    padding: 5px 0;
    margin: 4px auto;
  }

  .other_link03 .link_sub {
    font-size: 13px;
  }

  .other_link03 .link_tit {
    font-size: 20px;
  }

  .point_flex.mb01 {
    margin-bottom: 30px;
  }

  .point_flex_02 {
    width: 100%;
  }

  .point_flex_04 {
    width: 48%;
  }

  .point_flex_cap {
    margin: 5px 0 10px;
    font-size: 12px;
  }

  .point_flex_cap.left {
    font-size: 14px;
    margin: 7px 0 -5px;
  }

  .point_flex_l {
    width: 100%;
  }

  .point_flex_r {
    width: 100%;
    margin-top: 10px;
  }

  .point_flex_img_c {
    margin: 10px 0 15px;
    text-align: center;
  }

  .point_flex_l02 {
    width: 100%;
  }

  .point_flex_r02 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .point_flex_l03 {
    width: 40%;
    margin: 0 auto;
  }

  .point_flex_r03 {
    width: 100%;
    margin-top: 10px;
  }

  .point_02 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5px;
  }

  .flow_title {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .flow_year {
    font-size: 13px;
    margin-top: 0;
  }

  .color_box {
    padding: 10px 20px 20px;
    margin: 20px 0 40px;
  }

  .topic_tit {
    font-size: 18px;
  }

  .topic_tit02 {
    margin: 12px 0 7px;
  }

  .topic_tit03 {
    font-size: 16px;
  }

  .topic_name {
    font-size: 13px;
    margin: 4px 0 10px;
  }

  .how_grow {
    padding: 7px 10px 7px 20px;
    margin: 25px 0 10px -25px;
  }

  .point_flex_start {
    margin-top: 15px;
  }

  .mr01 {
    width: 35%;
    margin-right: 0;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .mr01+div {
    width: 65%;
  }

  .topic_tit {
    margin: 10px 0 5px;
  }

  .two_courses_wrap {
    margin-bottom: 0;
  }

  .two_courses {
    width: 100%;
    padding: 20px 18px;
    margin-bottom: 40px;
  }

  .two_courses .course_year {
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }

  .two_courses .course_year span {
    font-size: 22px;
  }

  .two_courses_name {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .two_courses_tit {
    font-size: 15px;
    text-align: left;
  }

  .choose_course .point02_box_l img {
    width: 100%;
  }

  .choose_course .point02_flex .point02_box {
    width: 100%;
    margin-right: 0%;
    align-content: baseline;
  }

  .choose_course .point02 {
    bottom: -23px;
  }

  .choose_course .point02_tit {
    text-align: left;
  }

  .real_box_tit {
    margin-top: 30px;
    font-size: 16px;
    padding: 12px 20px;
  }

  .real_box_tit span {
    font-size: 20px;
  }

  .real_box_content {
    padding: 20px;
  }

  .real_box_flex {
    display: block;
  }

  .real_box_l {
    width: 100%;
    order: 2;
  }

  .real_box_r {
    width: 100%;
    order: 1;
    margin-bottom: 10px;
  }

  .real_box_content_tit {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .real_link {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-top: 5px;
  }

  .real_link a {
    font-size: 16px;
  }


  /* pro_sec */
  /*----------------------------------------------------------*/
  .proffessor_wrap {
    margin-bottom: -50px;
  }

  .proffessor_box {
    width: calc(calc(100% - 10px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 15px 10px 10px;
  }

  .proffessor_img {
    height: auto;
    min-height: 120px;
  }

  .proffessor_box:nth-child(3n) {
    margin-right: 10px;
  }

  .proffessor_box:nth-child(2n) {
    margin-right: 0px;
  }

  .proffessor_text {
    margin-top: 10px;
  }

  .proffessor_name {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .proffessor_work {
    line-height: 1.5;
  }

  .proffessor_comment {
    line-height: 1.8;
  }

  .pro_tit {
    font-size: 20px;
    font-weight: bold;
    color: #f34a4a;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .pro_box {
    padding: 5px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%;
    align-items: flex-start;
  }

  .pro_comment {
    font-size: 13px;
    padding-bottom: 15px;
  }

  .pro_l {
    width: 35%;
  }

  .pro_l img {
    width: auto;
    height: auto;
    object-fit: cover;
  }

  .pro_r {
    width: 60%;
  }

  .pro_com {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-top: 5px;
  }

  .pro_name {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .pro_name02 {
    font-size: 11px;
    padding-bottom: 10px;
  }

  .pro_sec .bx-wrapper .bx-pager {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  /* room_sec */
  /*----------------------------------------------------------*/
  .room_sec .sec_wrap {
    padding: 30px 20px 40px;
  }

  .room_intro02 {
    margin-bottom: 30px;
  }

  .room_tit {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .room_tit02 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .room_box_img.room_box_sp img {
    width: 50%;
  }

  .room_box_tit {
    font-size: 16px;
  }

  .room_box_tit02 {
    font-size: 16px;
  }

  .room_box_txt {
    margin: 5px 0 17px;
    font-size: 12px;
  }

  .choose_course02 {
    padding: 30px 0 20px;
  }

  .choose_course02 .sec_wrap {
    padding: 20px;
  }

  .choose_course02_tit {
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
  }

  .choose_course02_tit span {
    font-size: 16px;
  }

  .plus_icon {
    width: 40px;
    height: 40px;
    font-size: 32px;
    line-height: 40px;
    top: -20px;
    left: calc(50% - 20px);
  }

  .third_menu img {
    margin-bottom: 20px;
  }

  .choose_course .point02_flex02 .point02_box {
    width: 100%;
  }

  .choose_course02 .point02_tit {
    font-size: 20px;
  }

  .point02_tit_choose {
    font-size: 16px;
  }

  .point02_tit_choose02 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .course_btn_wrap .course_btn {
    width: 80%;
    margin: 0 auto 10px;
  }

  .navi.navi_mt {
    margin-top: 10px;
  }

  /* fresh_sec */
  /*----------------------------------------------------------*/

  .interview_tit {
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .interview_box_l {
    width: 100%;
  }

  .interview_box_r {
    width: 100%;
  }

  .interview_box02 {
    display: block;
    margin-top: 50px;
  }

  .rec_class {
    width: 100%;
    margin-bottom: 40px;
  }

  .interview_box02_tit {
    font-size: 18px;
    padding: 5px 15px;
  }

  .rec_class_detail {
    padding: 25px;
  }

  .class_name {
    padding: 20px 0 15px;
    font-size: 20px;
  }

  .teacher_voice {
    width: 100%;
    padding: 25px;
    margin-bottom: 5px;
  }

  .teacher_voice.teacher_voice_2x {
    margin-bottom: 30px;
  }

  .teacher_voice.teacher_voice_2x.mt01 {
    margin-top: 50px;
  }

  .topics_pic {
    margin-top: 10px;
  }

  #fresh_sec .graduate_slider {
    height: auto;
    min-height: auto;
  }

  #fresh_sec .interview03_img {
    text-align: center;
  }

  #fresh_sec .interview03_img img {
    height: inherit;
    width: 75%;
    margin: 0 auto;
  }

  .interview03_box02 {
    padding: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .interview03_box02_l {
    width: 100%;
    flex-wrap: wrap;
    max-width: inherit;
  }

  .interview03_box02_l img {
    /* width: 75%;
    margin: 0 auto; */
  }

  .interview03_box02_r {
    width: 100%;
    flex-wrap: wrap;
    max-width: inherit;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 150px;
    margin-top: 15px;
  }

  .interview03_box02_r::-webkit-scrollbar {
    width: 7px;
  }

  .interview03_box02_r::-webkit-scrollbar-track {
    background: #d6d6d6;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #d6d6d6;
  }

  .interview03_box02_r::-webkit-scrollbar-thumb {
    background: #49c42d;
    border-radius: 10px;
    box-shadow: none;
  }

  .interview03_tit_uni {
    font-size: 18px;
    margin-top: 5px;
  }

  /* fit_sec */
  /*----------------------------------------------------------*/
  #fit_sec .bx-viewport {
    overflow: visible !important;
  }

  #fit_sec .fit_slider {
    margin-right: 10px;
  }

  /* proficiency_sec */
  /*----------------------------------------------------------*/
  .toeic_tit {
    font-size: 16px;
  }

  .toeic_box02 .toeic_tit {
    margin-top: 20px;
  }

  .toeic_student {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: dotted 1px #a0a0a0;
    padding-bottom: 20px;
    margin: 0 0 10px 0;
  }

  .toeic_student:nth-child(-n + 3) {
    margin-bottom: 20px;
  }

  .toeic_student:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .toeic_box.box01 .toeic_student:last-of-type {
    border-bottom: dotted 1px #a0a0a0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .toeic_img {
    width: 30%;
  }

  .toeic_score {
    width: 66%;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-left: 4%;
  }

  .toeic_before {
    margin-top: 0;
  }

  .toeic_before01,
  .toeic_after01 {
    margin-right: 0;
    font-size: 12px;
  }

  .toeic_before02 {
    font-size: 20px;
    text-align: center;
  }

  .toeic_before02 span {
    margin: 0;
    font-size: 12px;
  }

  .toeic_arrow {
    margin: 0;
    font-size: 18px;
  }

  .toeic_after {
    padding-right: 62px;
  }

  .toeic_after02 {
    font-size: 24px;
  }

  .toeic_after02 span {
    font-size: 18px;
  }

  .toeic_up {
    width: 62px;
    height: 62px;
    margin-left: -62px;
    font-size: 18px;
  }

  .toeic_up .up {
    font-size: 13px;
  }

  .toeic_up .up02 {
    font-size: 20px;
  }

  .toeic_box02 .toeic_student {
    align-items: inherit;
    flex-flow: column-reverse;
    margin-bottom: 20px;
  }

  .toeic_box02 .toeic_student.reverse {
    flex-flow: column-reverse;
  }

  .toeic_student.toeic_student02 .toeic_l02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .toeic_student.toeic_student02 .toeic_r02 {
    width: 100%;
  }

  .toeic_box02 .toeic_l {
    width: 100%;
    max-width: inherit;
  }

  .toeic_box02 .toeic_score.pc {
    display: none;
  }

  .toeic_box02 .toeic_img {
    display: flex;
    width: 100%;
    max-width: inherit;
    order: 1;
  }

  .toeic_box02 .img {
    width: 30%;
    max-width: inherit;
  }

  .toeic_box02 .toeic_img .toeic_score.sp {
    display: inherit;
    width: 67%;
    margin-left: 3%;
  }

  .toeic_box02 .toeic_img .toeic_before {
    width: 25%;
    margin: 0 5px 0 0;
    text-align: left;
  }

  .toeic_box02 .toeic_img .toeic_before01,
  .toeic_box02 .toeic_img .toeic_after01 {
    font-size: 15px;
  }

  .toeic_box02 .toeic_img .toeic_before02 {
    font-size: 23px;
  }

  .toeic_box02 .toeic_img .toeic_before02 span {
    font-size: 15px;
  }

  .toeic_box02 .toeic_img .toeic_arrow {
    margin: 18px 5px 0 0;
    font-size: 22px;
  }

  .toeic_box02 .toeic_img .toeic_after {
    width: 29%;
    margin-right: 5px;
    padding: 0;
    text-align: left;
  }

  .toeic_box02 .toeic_img .toeic_after01 {
    margin-bottom: -2px;
  }

  .toeic_box02 .toeic_img .toeic_after02 {
    font-size: 30px;
  }

  .toeic_box02 .toeic_img .toeic_after02 span {
    font-size: 15px;
  }

  .toeic_box02 .toeic_img .toeic_up {
    margin-left: 0;
  }

  .toeic_name {
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .toeic_more span {
    padding-bottom: 7px;
  }

  .toeic_more {
    text-align: center;
  }

  .toeic_box02 .toeic_text {
    margin-top: 10px;
  }

  /* improved_sec */
  /*----------------------------------------------------------*/
  #improved_sec .toeic_score {
    width: 70%;
    justify-content: space-between;
  }

  #improved_sec .toeic_before01 {
    font-size: 12px;
  }

  #improved_sec .toeic_before02 {
    font-size: 20px;
  }

  #improved_sec .toeic_before02 span {
    font-size: 12px;
  }

  #improved_sec .toeic_arrow {
    margin-top: 0;
  }

  #improved_sec .toeic_after01 {
    font-size: 15px;
  }

  #improved_sec .toeic_after02 {
    font-size: 28px;
  }

  #improved_sec .toeic_after02 span {
    font-size: 18px;
  }

  #improved_sec .toeic_up {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }

  #improved_sec .toeic_up .up {
    font-size: 13px;
  }

  #improved_sec .toeic_up .up02 {
    font-size: 20px;
  }

  /* prospective_sec */
  /*----------------------------------------------------------*/
  .h4_02 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .h4_02.mb01 {
    margin-bottom: 30px;
  }

  .prospective_accordion {
    margin-bottom: 30px;
    padding: 25px 15px;
  }

  .prospective_accordion-inner {
    padding: 0 20px;
  }

  .prospective_accordion .student_wrap {
    display: inherit;
    margin-bottom: 20px;
  }

  .prospective_accordion .student_wrap .inner_l {
    width: 100%;
    max-width: inherit;
    margin-right: 0;
  }

  .prospective_accordion .student_wrap .inner_r {
    width: 100%;
    margin-top: 10px;
  }

  .interview_flex{
    justify-content: space-between;
    gap: 0;
  }

  .prospective_accordion .student_wrap .inner_r .interview02_tit {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.6;
  }

  .prospective_accordion .student_wrap .inner_r .interview_company.no_mb span {
    font-size: 16px;
  }


  /* 内定者TOEIC */
  .prospective_accordion .student_wrap .inner_r {
    .interview_toeic {
      margin-top: 10px;
      gap: 0 5px;
    }

    .interview_toeic_before {
      padding-bottom: 5px;
    }

    .interview_toeic_before01 {
      font-size: 12px;
    }

    .interview_toeic_before01--small {
      font-size: 10px;
      line-height: 1.14;
    }

    .interview_toeic_before02 {
      margin-top: 6px;
      font-size: 14px;
    }

    .interview_toeic_before02--eiken {
      font-size: 14px;

      span {
        font-size: 14px;
      }
    }

    .interview_toeic_arrow {
      width: 15px;
      padding-bottom: 2px;

      svg {
        max-width: 100%;
        height: auto;
      }
    }

    .interview_toeic_after {
      padding-bottom: 5px;
      font-size: 26px;

      span {
        font-size: 14px;
      }
    }

    .interview_toeic_up {
      width: 40px;
      height: 40px;
      border: solid 1px #03A78B;
      font-size: 10px;
    }

    .up {
      font-size: 10px;
    }

    .up02 {
      font-size: 14px;
    }


    .interview_qualification {
      margin-top: 10px;
      font-size: 14px;

      span {
        font-size: 18px;
      }
    }

    .interview_anglia {
      margin-top: 5px;
      font-size: 16px;
    }
  }

  .prospective_accordion .naitei_icon {
    margin-right: 5px;
  }

  .prospective_accordion .prospective_accordion_inner .prospective_accordion_inner02 {
    margin-top: 10px;
  }

  .prospective_accordion .student_wrap {
    margin-bottom: 0px;
  }

  .prospective_accordion .trigger {
    position: inherit;
    margin-top: 10px;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    text-align: center;
  }

  .prospective_accordion .trigger p {
    padding: 0 20px 6px 0;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .prospective_accordion .focus_bnr {
    width: 100%;
    max-width: inherit;
    margin: 25px auto;
  }

  .student_name {
    line-height: 1.4;
    margin-top: 15px;
  }

  .interview_company {
    width: 65%;
    margin-right: 15px;
  }

  .interview_company.no_mb {
    width: 100%;
  }

  .interview_company span {
    font-size: 18px;
    display: inline;
    padding-bottom: 5px;
  }

  .interview02_box_l {
    width: 30%;
  }

  .interview02_box_r {
    width: 100%;
    margin: 15px 0 0;
  }

  .interview02_tit {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 5px;
  }

  .interview02_box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: center;
  }

  .interview02_box.box_last {
    margin-bottom: 30px;
  }

  .score_wrap {
    margin-bottom: 20px;
  }

  .score_wrap .interview_company {
    width: 100%;
    margin-right: 0;
  }

  .score_wrap .toeic_score {
    width: 66%;
    margin: 5px auto 0;
  }

  .employment_tit02 .big {
    font-size: 80px;
  }

  .employment_tit02 span.per02 {
    font-size: 40px;
  }

  .employment_tit02 span {
    font-size: 80px;
    line-height: 1.2;
  }

  .employment_tit02 span .spacing {
    letter-spacing: -13px;
  }

  .employment_box--sp-mt {
    margin-top: 25px;
  }

  .employment_tit02 span.passed {
    margin-top: 10px;
    font-size: 40px;
  }

  .employment_tit02 span.per {
    font-size: 50px;
    margin-left: 3px;
  }

  .interview-btn {
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0 20px;

    a {
      transition: 0s;

      &:hover {
        opacity: 1;
      }
    }
  }

  .employment_sub {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
  }

  .employment.border_top {
    padding-top: 30px;
    margin-top: 40px;
  }

  .topclass {
    margin: 30px 0 50px;
  }

  .interviewee {
    margin-bottom: 20px;
  }

  .employment_box02_ul {
    padding-left: 0;
  }

  .employment_box03 {
    margin: -40px 0 40px;
  }

  .employment_box03_inner .big {
    font-size: 26px;
  }

  .employment_box03_inner .small {
    font-size: 12px;
    margin-top: 7px;
  }

  .employment_box03_inner {
    font-size: 16px;
    width: 90%;
    box-sizing: border-box;
    max-width: inherit;
    margin: 7px 5px;
    padding: 15px 30px;
  }

  .employment_box {
    display: block;
    padding-top: 10px;
  }

  .employment_box.mb {
    margin-bottom: 20px;
  }

  /* .employment_box.mb .employment_tit02 {
    margin-top: -20px;
  } */

  .employment_box.mb .employment_tit02.employment_tit02--passed {
    padding-bottom: 20px;
  }

  .employment_tit {
    font-size: 5vw;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    background-size: 170%;
  }

  .employment_tit .dot_text {
    -webkit-text-emphasis: filled circle #333;
    text-emphasis: filled circle #333;
    background: none;
  }

  .employment_tit .dot_text .spacing {
    letter-spacing: 0px;
    background-image: none;
  }

  .employment_box02 {
    display: block;
  }

  .employment_box02_ul {
    width: 100%;
  }

  .sp_ul .employment_box02_ul {
    width: 100%;
  }

  .kyotei_wrap .employment_box02_ul li {
    font-size: 14px;
  }

  .employment_box02_ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .employment.employment_top {
    margin: 40px 0 30px;
    padding-top: 30px;
  }

  .employment_box.employment_bottom {
    margin: 0 0 30px;
  }

  /*  #course.abroad .employment_box02_ul .employment_box02_tit,
  .employment_box02_ul .annotation {
	padding-left: 0;
  }*/
  .employment_box02_ul .employment_box02_tit {
    margin-top: 5px;
  }

  .employment_box02_ul .employment_box02_tit.mt01 {
    margin-top: 5px;
  }

  .sp_ul {
    width: 100%;
  }

  .sp_more {
    display: block;
    width: 60%;
    border: solid 2px #806bb8;
    padding: 10px;
    cursor: pointer;
    color: #806bb8;
    font-weight: bold;
    margin: 20px auto 10px;
    text-align: center;
    position: relative;
  }

  .sp_more:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 14px;
    color: #806bb8;
    margin-top: -18px;
    font-size: 20px;
  }

  .sp_more.open:after {
    content: "-";
  }

  .sp_disp {
    display: none;
  }

  .sp_ul {
    display: none;
  }

  .naitei_pic {
    width: 48%;
    margin-right: 4%;
  }

  .naitei_pic:nth-child(2n) {
    margin-right: 0;
  }

  .other_link04 {
    margin-top: 40px;
    height: 150px;
  }

  .other_link04:before {
    content: none;
    /*    right: 12%;
    bottom: 5px;*/
  }

  .other_link04 .link_sub02 {
    font-size: 12px;
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
  }

  .other_link04 .link_tit04 {
    font-size: 12px;
  }

  .other_link04 .link_sub {
    font-size: 16px;
  }

  /* graduate_sec */
  /*----------------------------------------------------------*/
  .graduate_slider {
    height: auto;
  }

  .interview03_img {
    margin-bottom: 0;
  }

  .interview03_img img {
    height: 195px;
    object-fit: cover;
    width: 100%;
  }

  .interview03_box_l02 {
    top: 45%;
    height: 133px;
    padding: 10px 15px 0px;
    background: #00a78b;
  }

  .interview03_box_l_l {
    width: 22%;
  }

  .interview03_box_l_r {
    width: 78%;
    margin-bottom: 0;
    padding-left: 14px;
  }

  .interview03_box {
    align-content: flex-start;
    padding: 5px;
  }

  .interview03_box_l {
    width: 100%;
    margin-bottom: 15px;
  }

  .interviewee03 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }

  .interviewee03_job {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }

  .interviewee03_2 {
    margin: 0;
    line-height: 1.4;
    font-size: 12px;
    margin-top: 5px;
  }

  .interviewee03_3 {
    margin-top: 10px;
  }

  .interviewee03_3 a {
    display: block;
    text-align: center;
    color: #FFF;
    border: solid 1px #FFF;
    padding: 5px 0;
    text-decoration: none;
    font-size: 11px;
  }

  .interviewee03_3 a:hover {
    background: transparent;
    color: #FFF !important;
  }

  .interview03_box_r {
    width: 100%;
    padding: 0 10px 0;
    height: 250px;
    overflow-y: scroll;
    margin: 0 0 10px;
    -webkit-overflow-scrolling: touch;
  }

  .interview03_box_r::-webkit-scrollbar {
    width: 7px;
  }

  .interview03_box_r::-webkit-scrollbar-track {
    background: #d6d6d6;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #d6d6d6;
  }

  .interview03_box_r::-webkit-scrollbar-thumb {
    background: #806bb8;
    border-radius: 10px;
    box-shadow: none;
  }


  #graduate_sec .interview03_tit {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
  }

  #graduate_sec .interview03_text {
    margin: 0;
    line-height: 1.8;
  }

  .interview03_note {
    margin: 10px 0 0;
    font-size: 10px;
  }

  #graduate_sec .bx-wrapper .bx-pager {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    margin-left: 30px;
    /* align-content: space-between; */
  }


  #graduate_sec .course_btn {
    margin-top: 70px;
  }

  .other_link04 {
    height: 100px;
    margin: 25px 0 0;
  }

  .other_link04 .other_link_l {
    width: 75%;
  }

  .other_link04 .other_link_r {
    width: 25%;
  }

  .other_link04 .other_link_lr {
    text-align: left;
  }

  .other_link04 .other_link_ll {
    width: 29%;
    margin-right: 2%;
  }

  .other_link04 .link_sub02 {
    font-size: 10px;
    padding: 10px 0 5px;
  }

  .other_link04 .link_tit04 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .other_link04 .link_sub {
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }

  .movie_tit {
    margin: 65px 0 15px;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: dotted 1px #a0a0a0;
  }

  .movie_tit span {
    border-left: solid 5px #333;
    font-weight: bold;
    padding-left: 10px;
  }

  /* #news_sec */
  /*----------------------------------------------------------*/
  #course .h4 span {
    font-size: 24px;
  }

  .course_news_box {
    margin: 18px 0 20px;
    padding: 10px 20px;
  }

  .course_news {
    width: 100%;
    align-items: flex-start;
    padding: 15px 0;
  }

  .course_news:nth-of-type(2n) {
    margin-left: 0px;
  }

  .course_news:nth-of-type(5) {
    border-bottom: none;
  }

  .course_news:nth-of-type(6) {
    display: none;
  }

  .course_news:last-of-type {
    border-bottom: none;
  }

  .course_news_img {
    width: 30%;
    min-height: inherit;
  }

  .course_news_box02 {
    width: 70%;
    padding: 0 0 0 4%;
    box-sizing: border-box;
  }

  .course_news_img img {
    width: 100%;
    height: 60px;
  }

  .course_news_date {
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin-top: -4px;
  }

  .course_news_tit {
    width: 100%;
    margin: 3px 0 0;
    padding: 0;
    line-height: 1.4;
  }

  .course_news_link:before {
    border: none;
  }

  .more_link a {
    font-size: 15px;
  }

  .simply-scroll .simply-scroll-list li img {
    width: 100%;
    box-sizing: border-box;
  }

  /* insta_sec */
  /*----------------------------------------------------------*/
  #course #insta_sec .h4 span {
    font-size: 22px;
  }

  #insta_sec .more_link {
    margin-right: 20px;
  }

  .simply-scroll {
    height: 140px;
  }

  .simply-scroll .simply-scroll-list li {
    width: 120px;
    height: 120px;
    margin-right: 5px;
  }

  #insta_sec ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  #insta_sec ul li {
    width: 32%;
    margin-right: 2%;
  }

  #insta_sec ul li:nth-child(3n) {
    margin-right: 0;
  }

  #insta_sec ul li:nth-child(n + 4) {
    display: none;
  }

  /* #movie_sec */
  /*----------------------------------------------------------*/
  #movie_sec .bx-prev {
    top: 50%;
  }

  #movie_sec .bx-next {
    top: 50%;
  }

  .movie_box {
    margin: 18px 0 20px;
  }

  .movie_box iframe {
    height: 250px;
  }

  .sec_wrap_insta {
    padding: 0 0 35px;
  }

  .bx_slider_movie .movie_box {
    margin-bottom: 0;
  }

  #movie_sec .bx-pager {
    text-align: center;
  }

  .movie_mt {
    margin-top: 50px;
  }

  /* #faq_sec */
  /*----------------------------------------------------------*/
  .course_faq {
    margin-bottom: 30px;
  }

  .course_faq dd {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }

  .course_faq dt {
    margin-bottom: 10px;
    font-size: 16px;
  }

  /* #fit_sec */
  /*----------------------------------------------------------*/
  .bx_slider03_wrap {
    padding: 0 15px;
  }

  #fit_sec .sec_wrap {
    padding-bottom: 65px;
  }

  .fit_slider img {
    width: 100%;
  }

  #fit_sec .bx-wrapper .bx-pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* #example_sec */
  /*----------------------------------------------------------*/
  .example_slider {
    width: 49%;
    margin-bottom: 15px;
  }

  .example_slider:nth-child(3n) {
    margin-right: 2%;
  }

  .example_slider:nth-child(2n) {
    margin-right: 0;
  }

  .example_slider .example_tit {
    line-height: 1.5;
    font-size: 14px;
    margin: 15px auto 5px;
  }

  .example_slider .example_text {
    line-height: 1.5;
    padding-bottom: 5px;
  }

  /* #oc_sec */
  /*----------------------------------------------------------*/
  .h3_02 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .oc_link_wrap {
    justify-content: space-around;
    margin-top: 35px;
  }

  .oc_link_wrap .bnr_kobetsu {
    margin: 0 0 20px;
  }

  .oc_link_wrap .bnr_mini {
    max-width: 120px;
  }

  .oc_link_box {
    width: 160px;
    height: 160px;
    margin-right: 0;
  }

  .oc_link_box .oc_link01,
  .oc_link_box .oc_link02,
  .oc_link_box .oc_link03,
  .oc_link_box .oc_link04,
  .oc_link_box .oc_link05 {
    height: 152px;
  }

  .oc_link_icon {
    padding-top: 15px;
  }

  .oc_link_box .oc_link01 .oc_link_icon {
    padding-top: 15px;
  }

  .oc_link_box .oc_link03 .oc_link_icon {
    padding-top: 13px;
  }

  .oc_link_box .oc_link05 .oc_link_icon {
    padding-top: 11px;
  }

  .oc_link_icon img {
    width: 15%;
  }

  .oc_link_box .oc_link03 .oc_link_icon img {
    width: 20%;
  }

  .oc_link_tit {
    font-size: 16px;
    margin: 10px 0 13px;
  }

  .oc_link01 .oc_link_tit {
    margin: 5px 0 6px;
  }

  .oc_link04 .oc_link_tit {
    margin: 1px 0;
  }

  .oc_link_box .oc_link05 .oc_link_tit {
    margin: 2px 0;
  }

  .oc_link_text {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
  }

  .oc_slider img {
    width: 100%;
  }

  #oc_sec .bx-prev {
    bottom: inherit;
    top: 50%;
    left: -20px;
  }

  #oc_sec .bx-next {
    bottom: inherit;
    top: 50%;
    right: -20px;
  }

  #oc_sec .bx-wrapper .bx-pager {
    bottom: -40px;
  }

  #oc_sec .bx-wrapper .bx-pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
    display: none;
  }

  /* #other_sec */
  /*----------------------------------------------------------*/
  .course_ul {
    margin-top: 20px;
    border-top: dotted 2px #a0a0a0;
  }

  .course_ul li {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: dotted 2px #a0a0a0;
  }

  .course_ul li:nth-child(3n) {

    margin: 0;
  }

  .course_name {
    margin-top: 0;
    font-size: 15px;
    letter-spacing: 0;
  }

  .couse_li_img {
    display: none;
  }

  /* #oc_sec */
  /*----------------------------------------------------------*/
  #oc_sec .bx-viewport {
    overflow: visible !important;
  }

  #oc_sec .oc_slider {
    margin-right: 10px;
    padding-bottom: 15px;
  }

  .oc_slider .oc_date {
    margin: 10px auto 0;
  }

  .oc_slider .oc_tit {
    margin: 0 auto;
  }

  /* .oc_slider .oc_text {
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 1.8;
  } */
  .oc_slider .oc_text {
    width: calc(100% - 34px);
    font-size: 11px;
    min-height: 50px;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .oc_slider .oc_text::before {
    font-size: 11px;
  }

  .oc_tab {
    min-height: inherit;
  }


  /* language_point */
  /*----------------------------------------------------------*/
  .lang_h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .lang_intro {
    margin-bottom: 0px;
  }

  .flex_lang {
    margin-bottom: 50px;
  }

  .flex_lang_02 {
    width: 100%;
    line-height: 2;
  }

  .flex_lang_02 img {
    width: 100%;
    margin-top: 15px;
  }

  .flex_lang02_l p {
    margin-bottom: 10px;
  }

  .flex_lang02_l {
    width: 100%;
  }

  .flex_lang02_l p:first-of-type {
    text-align: center;
  }

  .flex_lang02_l img {
    margin-bottom: 15px;
    width: 60%;
  }

  .flex_lang02_r {
    width: 100%;
  }

  .lang02_tit {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
  }

  .language_point .toeic_box02 {
    margin-bottom: 35px;
  }

  .language_point .toeic_box02 .toeic_student {
    padding: 20px;
  }

  .language_point .toeic_box02 .toeic_l {
    width: 100%;
    max-width: inherit;
  }

  .language_point .toeic_box02 .toeic_score {
    margin-left: 0;
    width: 100%;
  }

  .language_point .toeic_box02 .toeic_tit {
    letter-spacing: 2px;
    margin: 10px 0;
    font-size: 18px;
  }

  .language_point .toeic_box02 .toeic_img {
    width: 100%;
    flex-wrap: wrap;
  }

  .language_point .toeic_box02 .img {
    width: 100%;
  }

  .language_point .toeic_box02 .toeic_before .toeic_when {
    margin-left: 53px;
    margin-top: 7px;
    font-size: 13px;
  }

  .language_point .toeic_box02 .toeic_before {
    margin: 0px 7px 0 0;
    width: 122px;
  }

  .language_point .toeic_box02 .toeic_before01 {
    width: 50px;
  }

  .language_point .toeic_box02 .toeic_before02 {
    font-size: 18px;
    text-align: left;
  }

  .toeic_box02 .toeic_before02 span.span01 {
    font-size: 18px;
  }

  .language_point .toeic_name {
    width: 100%;
  }

  .language_point .toeic_box02 .toeic_arrow {
    margin: 8px 8px 0 0;
    color: #333;
    font-size: 28px;
  }

  .language_point .toeic_box02 .toeic_arrow.toeic_when {
    width: 30px;
  }

  .toeic_box02 .toeic_before01,
  .toeic_box02 .toeic_after01 {
    font-size: 14px;
  }

  .language_point .toeic_box02 .toeic_after .toeic_when {
    font-size: 13px;
  }

  .language_point .toeic_box02 .toeic_after02 {
    font-size: 30px;
  }

  .language_point .toeic_box02 .toeic_after02 span {
    color: #333;
    margin-left: 8px;
    font-size: 18px;
  }

  .language_point .toeic_up {
    width: 60px;
    height: 60px;
  }

  .language_point .toeic_box02 .toeic_after {
    padding-right: 0;
    margin-top: 7px;
    width: 86px;
  }

  .language_toeic_box {
    margin-bottom: 75px;
  }

  .language_point .toeic_box02 .toeic_score.three_column .toeic_before {
    font-size: 18px;

  }

  .language_point .toeic_box02 .toeic_score.three_column .toeic_before02 {
    font-size: 14px;

  }

  .language_point .toeic_box02 .toeic_score.three_column .toeic_after {
    width: 70px;
  }

  .language_point .toeic_box02 .toeic_score.three_column .toeic_after.more_icon::before {
    width: 70px;
    height: 15px;
    background: url(../../course2027/internationalairline/img/icon_more_up.png) no-repeat center center / 70px 15px;
    top: -15px;
  }

  .language_point .toeic_box02 .toeic_score.three_column .toeic_after02 {
    font-size: 18px;

  }

  .language_point .toeic_box02 .toeic_score.three_column .toeic_arrow {
    font-size: 18px;
    margin: 8px 6px 0 0;
  }

  .language_point .toeic_box02 .toeic_score.three_column .toeic_arrow.toeic_when {
    width: 10px;
  }

  /*----------------------------------------------------------*/
  /* 微調整5 */
  /*----------------------------------------------------------*/
  @media screen and (min-width: 400px) {
    .report_student02 .report_company.mt02 {
      margin-top: -45px;
    }

    .airline .report_student02 .report_company.mt02 {
      margin-top: -45px;
    }

    /* -------------------微調整5 END------------------------- */
  }

  .report_sec_flex {
    margin: 15px 0;
  }

  .report_sec_box {
    text-align: center;
  }

  .report_sec_box:first-child {
    margin-right: 15px;
  }

  /* -------------------SP END------------------------- */
}