@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : coll_info.css                             */
/* game_coll/coll_info/   it_coll/coll_info/         */
/* update : 2024                                      */
/* -------------------------------------------------- */
/* -------------------------*/
/* 定義 */
/* -------------------------*/
.color_game {
  color: #e50166;
}

.color_it {
  color: #119ba3;
}

/* ---------------h1_bg---------------- */
#coll_info .h1_bg {
  height: 400px;
}
#coll_info .h1_bg .h1_sub span {
  background: #e50166;
}
#coll_info .h1_bg .h1_sub span.multi {
  background: #E50166;
}
#coll_info .h1 span {
  color: #e50166;
}
#coll_info.kaihatsu .h1_bg {
  background: url(../game_coll/col_info/kaihatsu/img/mv@2x.jpg) center center/cover;
}
#coll_info.game_program .h1_bg {
  background: url(../game_coll/col_info/game_program/img/mv@2x.jpg) center center/cover;
}
#coll_info.game_cg .h1_bg {
  background: url(../game_coll/col_info/game_cg/img/mv@2x.jpg) center center/cover;
}
#coll_info.game_cg.cg .h1_bg {
  background: url(../game_coll/col_info/cg/img/mv@2x.jpg) center center/cover;
}
#coll_info.game_planner .h1_bg {
  background: url(../game_coll/col_info/game_planner/img/mv@2x.jpg) center center/cover;
}
#coll_info.expert_ai .h1_bg {
  background: url(../it_coll/col_info/expert_ai/img/mv@2x.jpg) center center/cover;
}
#coll_info.expert_nw .h1_bg {
  background: url(../it_coll/col_info/expert_nw_sec/img/mv@2x.jpg) center center/cover;
}
#coll_info.expert_iot .h1_bg {
  background: url(../it_coll/col_info/expert_iot/img/mv@2x.jpg) center center/cover;
}
#coll_info.kenkyu .h1_bg {
  background: url(../it_coll/col_info/kenkyu/img/mv@2x.jpg) center center/cover;
}
#coll_info.design .h1_bg {
  background: url(../it_coll/col_info/design/img/mv@2x.jpg) center center/cover;
}
#coll_info.se .h1_bg {
  background: url(../it_coll/col_info/se/img/mv@2x.jpg) center center/cover;
}
#coll_info.international .h1_bg {
  background: url(../it_coll/col_info/international/img/mv@2x.jpg) center center/cover;
}
#coll_info.it_engineer .h1_bg {
  background: url(../it_coll/col_info/it-engineer/img/mv@2x.jpg) center center/cover;
}

.course_h2 {
  margin-bottom: 30px;
  background: #EB6100;
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.game_cg .course_h2 {
  background: #F39801;
}

.game_planner .course_h2 {
  background: #B84C97;
}

.expert_ai .course_h2 {
  background: #119BA3;
}

.expert_nw .course_h2 {
  background: #119BA3;
}

.expert_iot .course_h2 {
  background: #119BA3;
}

.kenkyu .course_h2 {
  background: #119BA3;
}

.it_engineer .course_h2 {
  background: #119BA3;
}

.se .course_h2 {
  background: #8EC54A;
}

.design .course_h2 {
  background: #008ABA;
}

.course_bold {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #EB6100;
}

.course_bold.bold02 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.game .h2 {
  color: #e50166;
  border-color: #e50166;
}

.h1_sub02 {
  margin-top: 18px;
}
.h1_sub02 span {
  background: #1b1b1b;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  padding: 5px 10px;
}

.coll_intro {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.coll_intro_text {
  margin-bottom: 100px;
}

/*-------- 入学条件 --------*/
.license_ul {
  display: flex;
  gap: 0 15px;
}
.license_ul li {
  font-size: 18px;
  font-weight: bold;
}
.license_ul li span {
  display: inline-block;
}
.license_ul li .color {
  font-size: 18px;
  color: #8EC54A;
  margin-right: 5px;
}
.license_ul li .font_s {
  font-size: 14px;
}

/*-------- 日本語＋英語を磨き、日本のIT業界の最前線へ！ --------*/
.skill_wrap {
  margin-top: 20px;
}
.skill_wrap h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #8EC54A;
}
.skill_wrap .skill_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 3.16%;
  margin-top: 15px;
}
.skill_wrap .skill_flex li {
  width: 48.42%;
  max-width: 460px;
}
.skill_wrap .skill_flex li.wide {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}
.skill_wrap .skill_flex li.wide .text {
  text-align: center;
}
.skill_wrap .skill_flex .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8EC54A;
  border-radius: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #FFFF00;
  padding: 6px 10px;
  margin-bottom: 10px;
}
.skill_wrap .skill_flex .title span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
}
.skill_wrap .skill_flex .title02 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #8EC54A;
  padding: 6px 10px;
  margin-bottom: 10px;
  border: 2px solid #8EC54A;
}
.skill_wrap .skill_flex .title02 span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-left: 20px;
}

/*-------- 目指す職業 --------*/
.canbe_li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.canbe_li li {
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}
.canbe_li li.title {
  color: #8EC54A;
  margin-right: 20px;
}
.canbe_li li.title.margin_l {
  margin-left: 25px;
}
.canbe_li li span {
  font-size: 18px;
  color: #e50166;
}

.occupation_li ul {
  display: none;
}
.occupation_li ul.slick-initialized {
  display: block;
}
.occupation_li ul li .text_box {
  display: flex;
  justify-content: flex-start;
}
.occupation_li ul li .text_box .box_inner {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}
.occupation_li ul li .text_box .box_inner.one_column {
  margin-left: 25%;
}
.occupation_li ul li .text_box .box_inner.one_column2 {
  margin-left: 18%;
  width: 64%;
}

.senior_box {
  border: solid 2px #e50166;
  padding: 25px 30px 30px;
  border-radius: 10px;
  margin-top: 25px;
}
.senior_box .senior_tit {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
  color: #e50166;
}
.senior_box .senior_job {
  color: #e50166;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

/*-------- 目指す語学力 --------*/
.lang_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 3.16%;
  width: 88.21%;
  max-width: 838px;
  margin: 0 auto;
}
.lang_flex.wide {
  display: block;
  width: 78.42%;
  max-width: 745px;
  margin: 0 auto 20px;
}
.lang_flex.wide .lang_flex-img {
  width: 100%;
  max-width: 100%;
}
.lang_flex.wide .lang_flex-text {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}
.lang_flex-img {
  width: 33.77%;
  max-width: 283px;
}
.lang_flex-text {
  width: 62.65%;
  max-width: 525px;
  font-size: 18px;
  font-weight: bold;
}
.lang_flex-text span {
  font-size: 18px;
  font-weight: bold;
  color: #8EC54A;
}

.btn_lang {
  width: 21.05%;
  max-width: 200px;
  margin: 110px auto 0;
}
.btn_lang a {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border: 3px solid #1260B5;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #1260B5;
  padding: 15px 10px;
  transition: 0.5s;
}
.btn_lang a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1260B5;
  border-right: 1px solid #1260B5;
  top: calc(50% - 0.15em);
  right: 15px;
  transform: rotate(45deg);
}
.btn_lang a:hover {
  background: #1260B5;
  color: #fff;
}
.btn_lang a:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*-------- ポイント --------*/
.point_li {
  display: flex;
  justify-content: flex-start;
}
.point_li li {
  width: 32%;
  margin-right: 2%;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
}
.point_li li:last-child {
  margin-right: 0;
}
.point_li li p {
  line-height: 2.2;
}
.point_li li .num {
  font-family: "Roboto", sans-serif;
  font-size: clamp(60px, 8.3vw, 120px);
  line-height: 0.8;
  font-weight: 100;
  margin-right: 3%;
  color: #EB6100;
}
.point_li li span {
  color: #e50166;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-size: 22px;
  margin-right: 20px;
  font-weight: bold;
}
.point_li li:last-child {
  margin-bottom: 0;
}

/*-------- 学びの流れ --------*/
.flow_content ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.flow_content ul li .year {
  width: 70px;
  margin-right: 30px;
  text-align: center;
}
.flow_content ul li .year .svg01 {
  stroke: #00ada9;
}
.flow_content ul li .year .svg02 {
  fill: #00ada9;
}
.flow_content ul li .txt_wrap {
  width: calc(100% - 100px);
}
.flow_content ul li .txt_wrap .tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  color: #00ada9;
  margin-bottom: 10px;
}
.flow_content ul li .txt_wrap .txt02 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.flow_content ul li .txt_wrap .txt02 span {
  font-size: 24px;
  font-weight: 700;
  color: #00ADA9;
}
.flow_content ul li:last-child {
  margin-bottom: 0;
}
.flow_content ul.first_half {
  border-bottom: dotted 2px #B1B1B1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.flow_content ul.first_half li {
  margin-bottom: 30px;
}
.flow_content ul.first_half li:last-child {
  margin-bottom: 0;
}

/*-------- カリキュラム --------*/
.sec_wrap.curriculum {
  position: relative;
}
.sec_wrap.curriculum .fukidashi01 {
  width: 21%;
  position: absolute;
  right: 30px;
  top: -25px;
}

.curriculum_box {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.line {
  display: none;
}
.line:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: -18px;
  border: none;
  border-style: solid;
  border-top-width: 30px;
  border-right-width: 25px;
  border-bottom-width: 0;
  border-left-width: 25px;
  border-color: #f7e2ea transparent transparent transparent;
}

.curriculum_flex {
  display: flex;
  border-bottom: dotted 1px #A0A0A0;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.curriculum_year {
  width: 44px;
  text-align: center;
  margin-right: 20px;
}
.curriculum_year .num {
  fill: #f9ccb4;
}

.curriculum_detail {
  padding: 0 0 25px;
  box-sizing: border-box;
  width: calc(100% - 84px);
}
.curriculum_detail .title01 {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #e50166;
}
.curriculum_detail .title01 span {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.curriculum_detail dl dt {
  font-weight: bold;
}
.curriculum_detail dl dt span {
  color: #e50166;
}
.curriculum_detail a {
  position: relative;
  text-decoration: underline;
  padding-right: 55px;
  display: inline-block;
}
.curriculum_detail a:before {
  content: "PICK UP!";
  position: absolute;
  right: 0;
  top: 6px;
  background: #e50166;
  border-radius: 3px;
  font-size: 10px;
  color: #FFF;
  padding: 3px 5px;
  line-height: 1;
}
.curriculum_detail a:hover {
  text-decoration: none;
}

.btn_note {
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}

.interviewee_tit {
  color: #FFF;
  background-color: #e50166;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0 5px 110px;
  border-radius: 10px 10px 0 0;
  margin-top: 40px;
  line-height: 1;
}
.interviewee_tit span {
  font-size: 15px;
  font-weight: bold;
}

.interview_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 25px;
}

.interview_l {
  width: 35.7%;
  margin-right: 3.3%;
  text-align: center;
  padding-bottom: 15px;
}
.interview_l .logo {
  margin-bottom: 20px;
}
.interview_l .c_name {
  font-size: 24px;
  font-weight: 700;
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.interview_l .job {
  background: #EB6100;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.interview_r {
  width: 61%;
}
.interview_r .c_logo {
  margin-bottom: 20px;
}

.interview_title {
  font-size: 30px;
  font-weight: 700;
  color: #EB6100;
  margin-bottom: 20px;
}

.interview_box02 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.interview_box02 .box {
  width: 48.4%;
  margin-right: 3.2%;
  margin-bottom: 3.2%;
}
.interview_box02 .box:nth-of-type(2n) {
  margin-right: 0;
}
.interview_box02 .box:nth-of-type(n+3) {
  margin-bottom: 0;
}
.interview_box02 .box .box_tit {
  font-size: 18px;
  font-weight: 700;
  border-bottom: solid 1px #EB6100;
  color: #EB6100;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.point_sub_flex {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.point_sub_flex li {
  width: 134px;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #EB6100;
  background: #FFF500;
}

.point_sub_flex02.point_sub_flex02--mt0 {
  margin-top: 0;
}
.point_sub_flex02 li {
  width: 49.07%;
}

.student_tit {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
.student_tit span {
  border-radius: 50%;
  background: #e50166;
  color: #fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
}

.interview_text {
  margin-bottom: 15px;
}

.interviwee {
  margin-top: 15px;
  font-size: 14px;
}

/* ---------PICK UP授業 ------------ */
.pickup_h3 {
  margin-bottom: 30px;
  margin-top: 70px;
  padding-top: 60px;
  border-top: 1px dotted #EB6100;
  display: flex;
  gap: 0 20px;
  align-items: flex-end;
}
.pickup_h3.first {
  margin-top: 0px;
  padding-top: 0;
  border: none;
}
.pickup_h3 .num {
  width: 40px;
  height: 40px;
  position: relative;
  background: #e50166;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.pickup_h3 .num span {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
}
.pickup_h3 h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}

.slider_lesson01,
.slider_lesson02,
.slider_lesson03,
.slider_lesson04 {
  position: relative;
  min-height: 120px;
}
.slider_lesson01 .slick-dots li button,
.slider_lesson02 .slick-dots li button,
.slider_lesson03 .slick-dots li button,
.slider_lesson04 .slick-dots li button {
  background: #f7e2ea;
}
.slider_lesson01 .slick-dots li.slick-active button:before,
.slider_lesson02 .slick-dots li.slick-active button:before,
.slider_lesson03 .slick-dots li.slick-active button:before,
.slider_lesson04 .slick-dots li.slick-active button:before {
  background: #e50166;
}
.slider_lesson01 ul,
.slider_lesson02 ul,
.slider_lesson03 ul,
.slider_lesson04 ul {
  display: none;
}
.slider_lesson01 ul.slick-initialized,
.slider_lesson02 ul.slick-initialized,
.slider_lesson03 ul.slick-initialized,
.slider_lesson04 ul.slick-initialized {
  display: block;
}

.lesson_main {
  position: absolute;
  bottom: 20px;
  display: inline-block;
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  z-index: 9;
  border-left: solid 30px #e50166;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}

.slider_tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.slider_tit ruby {
  font-size: 18px;
  font-weight: bold;
}

.slider_txt {
  margin-bottom: 30px;
}

.slider_banner {
  max-width: 750px;
  margin: 0 auto;
}

/* ----------- 時間割例 ------------ */
.table01 {
  width: 100%;
  border-top: solid 1px #EB6100;
  border-right: solid 1px #EB6100;
}
.table01 th {
  padding: 1px 0;
  border-bottom: solid 1px #EB6100;
  border-left: solid 1px #EB6100;
  width: 18.4%;
  font-size: 12px;
  text-align: center;
  color: #EB6100;
}
.table01 .th01 {
  width: 8%;
}
.table01 td {
  padding: 5px 0;
  vertical-align: middle;
  text-align: center;
  border-bottom: solid 1px #EB6100;
  border-left: solid 1px #EB6100;
  line-height: 1.3;
}
.table01 td span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
}

.table_sub {
  font-size: 24px;
  color: #e50166;
  font-weight: bold;
  margin-bottom: 20px;
}

.mt01 {
  margin-top: 15px;
}

/* --------------- bnr_area ---------------- */
.bnr_area {
  padding-top: 40px;
  border-top: solid 1px #dadada;
  margin-bottom: 40px;
}

.learn_wrap {
  margin-top: 30px;
}
.learn_wrap img {
  width: calc(100% - 10px);
  margin: 0 auto;
}

.learn_tit {
  font-size: 28px;
  font-weight: bold;
}

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

/* --------------- it ---------------- */
#coll_info.it .h1_bg .h1_sub span {
  background: #119ba3;
}
#coll_info.it .h1_bg .h1_sub span.multi {
  background: #119BA3;
}
#coll_info.it .h1_bg .h1_sub span.new {
  color: #119BA3;
  background: #FFFF1F;
  display: inline-block;
  margin-left: 10px;
}
#coll_info.it .h1 span {
  color: #119ba3;
}
#coll_info.it .h2 {
  color: #119ba3;
  border-color: #119ba3;
}
#coll_info.it .canbe_li li span {
  color: #119ba3;
}
#coll_info.it .senior_box {
  border: solid 2px #119ba3;
}
#coll_info.it .senior_box .senior_job {
  color: #119ba3;
}
#coll_info.it .point_li li span {
  color: #119ba3;
}
#coll_info.it .line {
  background: #e0f0ec;
}
#coll_info.it .line:before {
  border-color: #e0f0ec transparent transparent transparent;
}
#coll_info.it .curriculum_detail .title01 {
  color: #119ba3;
}
#coll_info.it .curriculum_detail dl dt span {
  color: #119ba3;
}
#coll_info.it .slider_lesson01 .slick-dots li button,
#coll_info.it .slider_lesson02 .slick-dots li button,
#coll_info.it .slider_lesson03 .slick-dots li button,
#coll_info.it .slider_lesson04 .slick-dots li button {
  background: #e0f0ec;
}
#coll_info.it .table_sub {
  color: #119ba3;
}

/* ----------- 留学生ルビ ------------ */
rt {
  font-size: 40%;
}

.h1_sub02 span ruby {
  font-weight: bold;
  font-size: 18px;
}

.coll_intro ruby {
  font-size: 28px;
  font-weight: bold;
}

.canbe_li li ruby {
  font-size: 18px;
  font-weight: bold;
}

.curriculum_detail .title01 ruby {
  font-weight: bold;
  font-size: 18px;
}
.curriculum_detail .title01 span ruby {
  font-size: 14px;
  font-weight: bold;
}

.curriculum_detail dl dt ruby {
  font-weight: bold;
}

/* ----------- 学びのポイント ------------ */
.it_ttl {
  font-weight: 700;
  font-size: 24px;
  color: #119BA3;
  margin-bottom: 15px;
}

.it_point {
  margin-bottom: 40px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  background: #CFEBEE;
  position: relative;
}
.it_point .it_point_l {
  width: 52px;
}
.it_point .it_point_r {
  width: calc(100% - 82px);
}
.it_point .stit {
  font-weight: 700;
  font-size: 18px;
  color: #119BA3;
}
.it_point .text {
  margin-top: 20px;
}
.it_point .text span {
  font-weight: 700;
  color: #119BA3;
}
.it_point .it_point_deco {
  position: absolute;
  top: -57px;
  right: 50px;
}

.it_point02 {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  background: #CFEBEE;
  position: relative;
}
.it_point02 .it_point02_l {
  width: 46px;
}
.it_point02 .it_point02_r {
  width: calc(100% - 79px);
}

.course_point {
  display: flex;
  justify-content: flex-start;
  gap: 0 3.2%;
  margin-bottom: 40px;
}
.course_point.mb0 {
  margin-bottom: 0;
}
.course_point.difference {
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
}
.course_point.difference .tit {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.course_point.difference .box {
  width: 48.42%;
  padding: 25px 30px 35px;
  background: #FDE7DA;
  display: flex;
  justify-content: space-between;
}
.course_point.difference .box_l {
  width: 52px;
}
.course_point.difference .box_r {
  width: calc(100% - 82px);
}
.course_point.difference .bold {
  margin-bottom: 10px;
  font-size: 18px;
}
.course_point.difference .text span {
  font-weight: 700;
}
.course_point.bottom {
  margin-bottom: 0;
}
.course_point .point_l {
  width: 56.8%;
  position: relative;
}
.course_point .point_l .point_l_deco {
  max-width: 160px;
  width: 11.11vw;
  position: absolute;
  top: -110px;
  right: 0;
}
.course_point .point_l .tit {
  font-weight: 700;
  font-size: 24px;
  color: #00A682;
  margin-bottom: 15px;
}
.course_point .point_l .tit_small {
  font-weight: 700;
  font-size: 20px;
  color: #119BA3;
  margin-bottom: 13px;
}
.course_point .point_l .tit_small.tit_small--game {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #F39801;
}
.course_point .point_l .it_flow_wrap {
  margin-top: 20px;
}
.course_point .point_l .it_flow {
  display: flex;
  justify-content: space-between;
}
.course_point .point_l .it_flow li {
  width: 29.63%;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  background: #119BA3;
  position: relative;
}
.course_point .point_l .it_flow li:last-child::after {
  display: none;
}
.course_point .point_l .it_flow li::after {
  content: "";
  width: 12px;
  height: 24px;
  display: block;
  background: #119BA3;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.course_point .point_l .it_flow .it_flow_link {
  padding: 0;
  background: none;
  position: relative;
}
.course_point .point_l .it_flow .it_flow_link a {
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #119BA3;
  background: #FFF500;
  display: block;
  border: 1px solid #119BA3;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
}
.course_point .point_l .it_flow .it_flow_link a::before {
  content: "";
  width: 7px;
  height: 13px;
  display: block;
  background: url(../it_coll/col_info/img/btn_arrow.svg) no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.course_point .point_l .it_flow .it_flow_link_deco {
  position: absolute;
  top: -64px;
  left: 0;
}
.course_point .point_r {
  width: 40%;
}
.course_point .point_r .box01 {
  padding: 20px;
  background: #D9F2ED;
}
.course_point .point_r .box01 .box_inner01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #00A682;
  text-align: center;
  border: solid 1px #00A682;
  background: #FFFAB2;
  border-radius: 40px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 30px;
  min-height: 80px;
  position: relative;
}
.course_point .point_r .box01 .box_inner01::before {
  content: "";
  display: block;
  background: url(../it_coll/col_info/it-engineer/img/icon_plus.svg) no-repeat center center/100% auto;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 50%;
  bottom: -23.5px;
  margin-left: -8.5px;
}
.course_point .point_r .box01 .box_inner02 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  border: solid 1px #00A682;
  background: #00A682;
  border-radius: 40px;
  line-height: 1.2;
  min-height: 80px;
}

.course_point03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.course_point03 .point_l {
  width: 48.42%;
}
.course_point03 .point_l .tit {
  font-weight: 700;
  font-size: 24px;
  color: #119BA3;
  margin-bottom: 15px;
}
.course_point03 .point_r {
  width: 48.42%;
}

.row2_wrap {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: repeat(2, 1fr);
}

.row2_box .tit {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #008ABA;
}
.row2_box .row2_img {
  margin-top: 20px;
}
.row2_box .row2_flex {
  display: flex;
  justify-content: space-between;
}
.row2_box .row2_flex_text {
  width: 43.48%;
}
.row2_box .row2_flex_img {
  width: 52.17%;
}

.it_flow_wrap02 {
  margin-top: 20px;
}
.it_flow_wrap02 .tit_small {
  font-weight: 700;
  font-size: 20px;
  color: #119BA3;
  margin-bottom: 13px;
}
.it_flow_wrap02 .tit_small.tit_small--game {
  margin-top: 10px;
  margin-bottom: 5px;
}

.it_flow02 {
  display: flex;
  gap: 0 30px;
}
.it_flow02 li {
  width: 16.84%;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  background: #119BA3;
  position: relative;
}
.it_flow02 li:last-child {
  width: auto;
}
.it_flow02 li:last-child::after {
  display: none;
}
.it_flow02 li::after {
  content: "";
  width: 12px;
  height: 24px;
  display: block;
  background: #119BA3;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.it_flow02 .it_flow_link02 {
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.it_flow02 .it_flow_link02 a {
  width: 160px;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #119BA3;
  background: #FFF500;
  display: block;
  border: 1px solid #119BA3;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
}
.it_flow02 .it_flow_link02 a::before {
  content: "";
  width: 7px;
  height: 13px;
  display: block;
  background: url(../it_coll/col_info/img/btn_arrow.svg) no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.it_flow02 .it_flow_link_deco02 {
  width: 175px;
}

.course_point02 {
  margin-bottom: 40px;
}
.course_point02.mb20 {
  margin-bottom: 20px;
}
.course_point02 .tit {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.course_point02 .text_bold {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}
.course_point02 .text span {
  font-weight: 700;
}
.course_point02 .idea_flow {
  margin-top: 13px;
  display: grid;
  gap: 0 25px;
  grid-template-columns: repeat(5, 1fr);
}
.course_point02 .idea_flow li {
  padding: 15px 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #B84C97;
  background: #FFF500;
  position: relative;
}
.course_point02 .idea_flow li::after {
  content: "";
  width: 12px;
  height: 24px;
  display: block;
  background: #B84C97;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
.course_point02 .idea_flow li:first-child {
  color: #FFF;
  background: #B84C97;
}
.course_point02 .idea_flow li:last-child {
  color: #FFF;
  background: #B84C97;
}
.course_point02 .idea_flow li:last-child::after {
  display: none;
}
.course_point02 .idea_box {
  margin-top: 20px;
}
.course_point02 .idea_box_textarea {
  display: flex;
}
.course_point02 .idea_box_sttl {
  width: 56px;
  font-weight: 700;
  color: #B84C97;
  text-align: right;
  display: block;
}
.course_point02 .idea_box_text {
  width: calc(100% - 56px);
  display: block;
}
.course_point02 .row03 {
  margin-top: 20px;
  display: grid;
  gap: 0 25px;
  grid-template-columns: repeat(3, 1fr);
}

.difference_list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.game_program .course_point .point_l .tit {
  color: #EB6100;
}
.game_program .course_point.difference .tit {
  color: #EB6100;
}
.game_program .course_point.difference .bold {
  color: #EB6100;
}
.game_program .course_point.difference .text span {
  color: #EB6100;
}

.game_cg .course_point .point_l .tit,
.game_cg .point_sub_flex li,
.game_cg .course_point02 .tit,
.game_cg .course_point.difference .tit,
.game_cg .course_point.difference .bold,
.game_cg .course_point.difference .text span,
.game_cg .course_bold,
.game_cg .table01 th,
.game_cg .table01 td:first-child,
.game_cg .slider_tit {
  color: #F39801;
}
.game_cg .course_point.difference .box {
  background: #FDEACC;
}
.game_cg .table01,
.game_cg .table01 th,
.game_cg .table01 td,
.game_cg .pickup_h3 {
  border-color: #F39801;
}

.cg .course_point .point_l .tit,
.cg .point_sub_flex li,
.cg .course_point02 .tit,
.cg .course_point.difference .tit,
.cg .course_point.difference .bold,
.cg .course_point.difference .text span,
.cg .course_bold,
.cg .table01 th,
.cg .table01 td:first-child,
.cg .slider_tit {
  color: #F39801;
}
.cg .course_point.difference .box {
  background: #FDEACC;
}
.cg .table01,
.cg .table01 th,
.cg .table01 td,
.cg .pickup_h3 {
  border-color: #F39801;
}

.game_planner .course_point .point_l .tit,
.game_planner .course_point02 .text_bold,
.game_planner .point_sub_flex li,
.game_planner .course_point02 .tit,
.game_planner .course_point.difference .tit,
.game_planner .course_point.difference .bold,
.game_planner .course_point.difference .text span,
.game_planner .course_bold,
.game_planner .table01 th,
.game_planner .table01 td:first-child,
.game_planner .slider_tit {
  color: #B84C97;
}
.game_planner .course_point.difference .box {
  background: #F4E4EF;
}
.game_planner .table01,
.game_planner .table01 th,
.game_planner .table01 td,
.game_planner .pickup_h3 {
  border-color: #B84C97;
}

.kaihatsu .course_point .point_l .tit {
  color: #EB6100;
}
.kaihatsu .course_point.difference .tit {
  color: #EB6100;
}
.kaihatsu .course_point.difference .bold {
  color: #EB6100;
}
.kaihatsu .course_point.difference .text span {
  color: #EB6100;
}

.expert_ai .course_point .point_l .tit,
.expert_ai .course_point02 .text_bold,
.expert_ai .point_sub_flex li,
.expert_ai .course_point02 .tit,
.expert_ai .course_point.difference .tit,
.expert_ai .course_point.difference .bold,
.expert_ai .course_point.difference .text span,
.expert_ai .course_bold,
.expert_ai .table01 th,
.expert_ai .table01 td:first-child,
.expert_ai .slider_tit {
  color: #119BA3;
}
.expert_ai .course_point.difference .box {
  background: #F4E4EF;
}
.expert_ai .table01,
.expert_ai .table01 th,
.expert_ai .table01 td,
.expert_ai .pickup_h3 {
  border-color: #119BA3;
}

.expert_nw .course_point .point_l .tit,
.expert_nw .course_point02 .text_bold,
.expert_nw .point_sub_flex li,
.expert_nw .course_point02 .tit,
.expert_nw .course_point.difference .tit,
.expert_nw .course_point.difference .bold,
.expert_nw .course_point.difference .text span,
.expert_nw .course_bold,
.expert_nw .table01 th,
.expert_nw .table01 td:first-child,
.expert_nw .slider_tit {
  color: #119BA3;
}
.expert_nw .course_point.difference .box {
  background: #F4E4EF;
}
.expert_nw .table01,
.expert_nw .table01 th,
.expert_nw .table01 td,
.expert_nw .pickup_h3 {
  border-color: #119BA3;
}
.expert_nw .table01 td span {
  color: #119BA3;
}

.expert_iot .course_point .point_l .tit,
.expert_iot .course_point02 .text_bold,
.expert_iot .point_sub_flex li,
.expert_iot .course_point02 .tit,
.expert_iot .course_point.difference .tit,
.expert_iot .course_point.difference .bold,
.expert_iot .course_point.difference .text span,
.expert_iot .course_bold,
.expert_iot .table01 th,
.expert_iot .table01 td:first-child,
.expert_iot .slider_tit {
  color: #119BA3;
}
.expert_iot .course_point.difference .box {
  background: #CFEBEE;
}
.expert_iot .table01,
.expert_iot .table01 th,
.expert_iot .table01 td,
.expert_iot .pickup_h3 {
  border-color: #119BA3;
}
.expert_iot .table01 td span {
  color: #119BA3;
}

.kenkyu .course_point .point_l .tit,
.kenkyu .course_point02 .text_bold,
.kenkyu .point_sub_flex li,
.kenkyu .course_point02 .tit,
.kenkyu .course_point.difference .tit,
.kenkyu .course_point.difference .bold,
.kenkyu .course_point.difference .text span,
.kenkyu .course_bold,
.kenkyu .table01 th,
.kenkyu .table01 td:first-child,
.kenkyu .slider_tit {
  color: #119BA3;
}
.kenkyu .course_point.difference .box {
  background: #CFEBEE;
}
.kenkyu .table01,
.kenkyu .table01 th,
.kenkyu .table01 td,
.kenkyu .pickup_h3 {
  border-color: #119BA3;
}
.kenkyu .table01 td span {
  color: #119BA3;
}

.it_engineer .course_point .point_l .tit,
.it_engineer .course_point02 .text_bold,
.it_engineer .point_sub_flex li,
.it_engineer .course_point02 .tit,
.it_engineer .course_point.difference .tit,
.it_engineer .course_point.difference .bold,
.it_engineer .course_point.difference .text span,
.it_engineer .course_bold,
.it_engineer .table01 th,
.it_engineer .table01 td:first-child,
.it_engineer .slider_tit {
  color: #119BA3;
}
.it_engineer .course_point.difference .box {
  background: #CFEBEE;
}
.it_engineer .table01,
.it_engineer .table01 th,
.it_engineer .table01 td,
.it_engineer .pickup_h3 {
  border-color: #119BA3;
}
.it_engineer .table01 td span {
  color: #119BA3;
}

.se .course_point .point_l .tit,
.se .course_point02 .text_bold,
.se .point_sub_flex li,
.se .course_point02 .tit,
.se .course_point.difference .tit,
.se .course_point.difference .bold,
.se .course_point.difference .text span,
.se .course_bold,
.se .table01 th,
.se .table01 td:first-child,
.se .slider_tit {
  color: #8EC54A;
}
.se .course_point.difference .box {
  background: #CFEBEE;
}
.se .table01,
.se .table01 th,
.se .table01 td,
.se .pickup_h3 {
  border-color: #8EC54A;
}
.se .table01 td span {
  color: #8EC54A;
}

.design .course_point .point_l .tit,
.design .course_point02 .text_bold,
.design .point_sub_flex li,
.design .course_point02 .tit,
.design .course_point.difference .tit,
.design .course_point.difference .bold,
.design .course_point.difference .text span,
.design .course_bold,
.design .table01 th,
.design .table01 td:first-child,
.design .slider_tit {
  color: #008ABA;
}
.design .course_point.difference .box {
  background: #CFEBEE;
}
.design .table01,
.design .table01 th,
.design .table01 td,
.design .pickup_h3 {
  border-color: #008ABA;
}
.design .table01 td span {
  color: #008ABA;
}

/* ----------- 4・3・2年制コースの違い ------------ */
.difference_list01 li {
  margin-bottom: 30px;
}
.difference_list01 li:last-child {
  margin-bottom: 0;
}

/*-------------------------------*/
/* tablet用のCSS */
/*-------------------------------*/
@media screen and (max-width: 1024px) {
  /* tablet */
  .course_point.difference .box {
    padding: 15px;
  }
  .course_point.difference .box_l {
    width: 40px;
  }
  .course_point.difference .box_r {
    width: calc(100% - 60px);
  }
}
/* ------------end tablet----------------- */
/*-------------------------------*/
/* SP用のCSS */
/*-------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  /* ---------------------------------------- */
  /* ---------------共通--------------------- */
  /* ---------------------------------------- */
  #coll_info .h1_bg {
    height: 250px;
  }
  #coll_info.it .h1_bg {
    height: 250px;
  }
  #coll_info.kaihatsu .h1_bg {
    background: url(../game_coll/col_info/kaihatsu/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.game_program .h1_bg {
    background: url(../game_coll/col_info/game_program/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.game_cg .h1_bg {
    background: url(../game_coll/col_info/game_cg/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.game_cg.cg .h1_bg {
    background: url(../game_coll/col_info/cg/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.game_planner .h1_bg {
    background: url(../game_coll/col_info/game_planner/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.cg_character .h1_bg {
    background: url(../game_coll/col_info/cg_character/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.cg_3dcg .h1_bg {
    background: url(../game_coll/col_info/cg_3dcg/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.expert .h1_bg {
    background: url(../it_coll/col_info/expert/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.expert_ai .h1_bg {
    background: url(../it_coll/col_info/expert_ai/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.expert_nw .h1_bg {
    background: url(../it_coll/col_info/expert_nw_sec/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.expert_iot .h1_bg {
    background: url(../it_coll/col_info/expert_iot/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.kenkyu .h1_bg {
    background: url(../it_coll/col_info/kenkyu/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.design .h1_bg {
    background: url(../it_coll/col_info/design/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.se .h1_bg {
    background: url(../it_coll/col_info/se/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.international .h1_bg {
    background: url(../it_coll/col_info/international/img/mv@2x_sp.jpg) center center/cover;
  }
  #coll_info.it_engineer .h1_bg {
    background: url(../it_coll/col_info/it-engineer/img/mv@2x_sp.jpg) center center/cover;
  }
  .h1_sub02 span {
    display: inline-block;
    font-size: 14px;
    padding: 2px 6px;
  }
  .coll_intro {
    font-size: 17px;
    margin-bottom: 25px;
  }
  .coll_intro_text {
    margin-bottom: 50px;
  }
  .course_h2 {
    margin-bottom: 15px;
    font-size: 18px;
    padding: 5px 15px;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
  }
  .course_bold {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  .course_bold.bold02 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  /*-------- 入学条件 --------*/
  .license_ul {
    display: block;
  }
  .license_ul li {
    font-size: 15px;
  }
  .license_ul li .color {
    font-size: 15px;
  }
  .license_ul li .font_s {
    font-size: 12px;
  }
  /*-------- 日本語＋英語を磨き、日本のIT業界の最前線へ！ --------*/
  .skill_wrap {
    margin-top: 20px;
  }
  .skill_wrap h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #8EC54A;
  }
  .skill_wrap .skill_flex {
    display: block;
    margin-top: 20px;
  }
  .skill_wrap .skill_flex li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .skill_wrap .skill_flex li:last-child {
    margin-bottom: 0;
  }
  .skill_wrap .skill_flex li.wide {
    margin-top: 0;
  }
  .skill_wrap .skill_flex li.wide .title {
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .skill_wrap .skill_flex li.wide .title02 {
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .skill_wrap .skill_flex li.wide .text {
    text-align: left;
  }
  .skill_wrap .skill_flex .title {
    font-size: 18px;
    padding: 10px 5px;
    margin-bottom: 17px;
  }
  .skill_wrap .skill_flex .title span {
    font-size: 14px;
    margin-left: 10px;
  }
  .skill_wrap .skill_flex .title02 {
    font-size: 18px;
    padding: 10px 5px;
    margin-bottom: 17px;
  }
  .skill_wrap .skill_flex .title02 span {
    font-size: 14px;
    margin-left: 10px;
  }
  /*-------- 目指す職業 --------*/
  .canbe_li {
    margin-bottom: 20px;
    display: block;
  }
  .canbe_li li {
    font-size: 14px;
    margin-right: 10px;
    display: inline;
  }
  .canbe_li li.title {
    display: block;
    width: 100%;
    color: #8EC54A;
    margin-right: 15px;
  }
  .canbe_li li.title.margin_l {
    margin: 20px 0 0 0;
  }
  .occupation_li ul li .text_box {
    display: block;
    padding: 10px 10px 0 10px;
  }
  .senior_box {
    padding: 12px 15px 15px;
    margin-top: 20px;
  }
  .senior_box .senior_tit {
    font-size: 18px;
  }
  .senior_box .senior_job {
    font-size: 15px;
    margin-top: 10px;
  }
  /*-------- 目指す語学力 --------*/
  .lang_flex {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .lang_flex.wide {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .lang_flex.wide .lang_flex-img {
    width: 80%;
    max-width: 80%;
  }
  .lang_flex-img {
    width: 41.6%;
    max-width: 41.6%;
    margin: 0 auto 15px;
  }
  .lang_flex-text {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
  }
  .lang_flex-text span {
    font-size: 15px;
  }
  .btn_lang {
    width: 65%;
    max-width: 65%;
    margin: 50px auto 0;
  }
  .btn_lang a {
    font-size: 13px;
    padding: 10px 5px;
  }
  .btn_lang a:before {
    width: 4px;
    height: 4px;
    right: 15px;
  }
  .btn_lang a:hover {
    background: #fff;
    color: #1260B5;
  }
  .btn_lang a:hover:before {
    border-top: 1px solid #1260B5;
    border-right: 1px solid #1260B5;
  }
  /*-------- ポイント --------*/
  .point_li {
    display: block;
  }
  .point_li li {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .point_li li p {
    line-height: 2;
  }
  .point_li li .num {
    font-family: "Roboto", sans-serif;
    font-size: clamp(60px, 8.3vw, 120px);
    line-height: 0.8;
    font-weight: 100;
    margin-right: 3%;
    color: #EB6100;
    padding-top: 5px;
  }
  .point_li li:last-child {
    margin-bottom: 0;
  }
  /*-------- 学びの流れ --------*/
  .flow_content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .flow_content ul li .year {
    width: 50px;
    margin-right: 15px;
    text-align: center;
  }
  .flow_content ul li .year svg {
    width: auto;
    height: 95px;
  }
  .flow_content ul li .year .svg01 {
    stroke: #00ada9;
  }
  .flow_content ul li .year .svg02 {
    fill: #00ada9;
  }
  .flow_content ul li .txt_wrap {
    width: calc(100% - 100px);
  }
  .flow_content ul li .txt_wrap .tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #00ada9;
    margin-bottom: 5px;
  }
  .flow_content ul li .txt_wrap .txt02 {
    font-size: 14px;
  }
  .flow_content ul li .txt_wrap .txt02 span {
    font-size: 16px;
    color: #00ADA9;
  }
  .flow_content ul.first_half {
    border-bottom: dotted 2px #B1B1B1;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .flow_content ul.first_half li {
    margin-bottom: 15px;
  }
  .flow_content ul.first_half li .year svg {
    width: auto;
    height: 70px;
  }
  /*-------- カリキュラム --------*/
  .sec_wrap.curriculum {
    position: relative;
  }
  .sec_wrap.curriculum .fukidashi01 {
    width: 36%;
    position: absolute;
    right: 6px;
    top: -25px;
  }
  .line {
    left: 26px;
    width: 12px;
  }
  .line:before {
    left: -15px;
    border-top-width: 25px;
    border-right-width: 20px;
    border-left-width: 20px;
  }
  #coll_info.it .curriculum_year {
    background-color: transparent;
  }
  .curriculum_year {
    width: 50px;
    margin-right: 15px;
  }
  .curriculum_year svg {
    width: 42px;
  }
  .curriculum_detail {
    padding: 0px 0 18px;
    width: calc(100% - 85px);
  }
  .curriculum_detail dl dd span {
    display: block;
    font-size: 13px;
    letter-spacing: -0.02em;
  }
  .curriculum_detail .title01 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .curriculum_detail a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: -0.02em;
  }
  .curriculum_detail a:before {
    width: 12vw;
    text-align: center;
    font-size: 10px;
    padding: 1px;
    margin-top: 3px;
    top: 4px;
    bottom: 4px;
    top: inherit;
  }
  .curriculum_detail a:hover {
    text-decoration: none;
  }
  .btn03 a {
    width: 200px;
  }
  /* ---------PICK UP授業 ------------ */
  .pickup_h3 {
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 35px;
    padding-top: 30px;
    align-items: flex-start;
    gap: 0 10px;
  }
  .pickup_h3 .num {
    width: 30px;
    height: 30px;
  }
  .pickup_h3 .num span {
    font-size: 20px;
  }
  .pickup_h3 .num_img {
    width: 30px;
  }
  .pickup_h3 h3 {
    font-size: 20px;
  }
  .slider_tit {
    font-size: 16px;
  }
  .slider_tit ruby {
    font-size: 16px;
  }
  .slider_txt {
    margin-bottom: 15px;
  }
  .lesson_main {
    font-size: 16px;
    bottom: 10px;
    padding: 10px;
    border-left: solid 15px #e50166;
  }
  .interviewee_tit {
    font-size: 16px;
    padding: 7px 15px;
    margin: 25px 0 0;
  }
  .interviewee_tit span {
    font-size: 12px;
  }
  .interview_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .interview_l {
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding-bottom: 0;
    order: 2;
  }
  .interview_l .logo {
    margin-bottom: 10px;
  }
  .interview_l .logo img {
    width: auto;
    height: 40px;
  }
  .interview_l .c_name {
    font-size: 18px;
    min-height: inherit;
    display: block;
    margin-bottom: 10px;
  }
  .interview_l .job {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .interview_r {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  .interview_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .interview_box02 {
    display: block;
  }
  .interview_box02 .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .interview_box02 .box .box_tit {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .interview_box02 .box:nth-of-type(n+3) {
    margin-bottom: 10px;
  }
  .interview_box02 .box:last-of-type {
    margin-bottom: 0;
  }
  .point_sub_flex {
    margin-top: 15px;
  }
  .point_sub_flex li {
    width: 110px;
    font-size: 16px;
  }
  .point_sub_flex02 {
    justify-content: space-between;
  }
  .point_sub_flex02 li {
    width: 48%;
  }
  .student_tit {
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .student_tit span {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .interviewee_img {
    text-align: center;
    width: 35%;
  }
  .interviwee {
    margin-top: 0px;
  }
  /* ----------- 時間割例 ------------ */
  .table_wrap {
    overflow: scroll;
  }
  .table_wrap .img {
    min-width: 950px;
  }
  .table01 {
    width: 150%;
    margin-bottom: 20px;
  }
  .table01 td,
  .table01 th {
    font-size: 10px;
  }
  .table01 td span {
    font-size: 8px;
  }
  .table_sub {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* --------------- bnr_area ---------------- */
  .bnr_area {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .learn_wrap {
    margin-top: 15px;
  }
  .learn_tit {
    font-size: 20px;
  }
  .learn_intro {
    font-size: 16px;
  }
  /* --------------- it ---------------- */
  #coll_info.it .h1_bg .h1_sub span.new {
    margin-left: 0px;
  }
  /* ----------- 留学生ルビ ------------ */
  .h1 span.h1_small {
    font-size: 18px;
  }
  .h1 span.h1_small ruby {
    font-size: 18px;
  }
  .h1 span.h1_small ruby rt {
    font-size: 7px;
  }
  .h1_sub02 span ruby {
    font-size: 14px;
  }
  .coll_intro ruby {
    font-size: 17px;
  }
  .canbe_li li ruby {
    font-size: 14px;
  }
  .curriculum_detail .title01 ruby {
    font-size: 16px;
  }
  .curriculum_detail .title01 span ruby {
    font-size: 14px;
  }
  /* ----------- 学びのポイント ------------ */
  .it_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .it_point {
    margin-bottom: 20px;
    padding: 15px;
  }
  .it_point .it_point_l {
    width: 35px;
  }
  .it_point .it_point_r {
    width: calc(100% - 50px);
  }
  .it_point .stit {
    font-size: 16px;
  }
  .it_point .text {
    margin-top: 10px;
  }
  .it_point .it_point_deco {
    width: 100px;
    position: absolute;
    top: -10px;
    right: 10px;
  }
  .it_point02 {
    padding: 15px;
  }
  .it_point02 .it_point02_l {
    width: 40px;
  }
  .it_point02 .it_point02_r {
    width: calc(100% - 60px);
  }
  .course_point {
    display: block;
    margin-bottom: 20px;
  }
  .course_point.mb0 {
    margin-bottom: 0;
  }
  .course_point .point_l {
    width: 100%;
    margin-bottom: 10px;
  }
  .course_point .point_l .point_l_deco {
    width: 29vw;
    top: -23vw;
    right: 2vw;
  }
  .course_point .point_l .tit {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .course_point .point_l .tit_small {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .course_point .point_l .it_flow_wrap {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .course_point .point_l .it_flow {
    flex-direction: column;
    gap: 25px 0;
  }
  .course_point .point_l .it_flow li {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  .course_point .point_l .it_flow li::after {
    width: 24px;
    height: 12px;
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .course_point .point_l .it_flow .it_flow_link {
    padding: 0;
    background: none;
    position: relative;
  }
  .course_point .point_l .it_flow .it_flow_link a {
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    transition: 0s;
  }
  .course_point .point_l .it_flow .it_flow_link a::after {
    background: #FFF500;
    border: 1px solid #119BA3;
  }
  .course_point .point_l .it_flow .it_flow_link_deco {
    width: 100px;
    top: -14px;
    left: auto;
    right: 0;
  }
  .course_point .point_r {
    width: 100%;
  }
  .course_point .point_r .box01 {
    padding: 20px 15px;
  }
  .course_point .point_r .box01 .box_inner01 {
    font-size: 18px;
    margin-bottom: 30px;
    min-height: 60px;
    position: relative;
  }
  .course_point .point_r .box01 .box_inner02 {
    font-size: 18px;
    min-height: 60px;
  }
  .course_point.difference {
    margin-bottom: 0;
    display: flex;
    gap: 15px 0;
    flex-direction: column;
  }
  .course_point.difference .tit {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .course_point.difference .box {
    width: 100%;
    padding: 15px 15px;
  }
  .course_point.difference .box_l {
    width: 40px;
  }
  .course_point.difference .box_r {
    width: calc(100% - 60px);
  }
  .course_point.difference .bold {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .course_point03 {
    display: block;
    margin-bottom: 20px;
  }
  .course_point03 .point_l {
    width: 100%;
    margin-bottom: 10px;
  }
  .course_point03 .point_l .tit {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .course_point03 .point_r {
    width: 100%;
  }
  .course_point02 {
    margin-bottom: 20px;
  }
  .course_point02.mb20 {
    margin-bottom: 10px;
  }
  .course_point02 .tit {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .course_point02 .text_bold {
    margin-top: 10px;
    font-size: 16px;
  }
  .course_point02 .idea_flow {
    margin-top: 15px;
    gap: 25px 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .course_point02 .idea_flow li {
    padding: 10px;
    font-size: 16px;
  }
  .course_point02 .idea_flow li::after {
    width: 24px;
    height: 12px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: auto;
    bottom: -18px;
    right: auto;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
  .course_point02 .idea_box {
    margin-top: 10px;
  }
  .course_point02 .row03 {
    margin-top: 20px;
    gap: 15px 0;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .row2_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .row2_box.row2_box_sp-full {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .row2_box .tit {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .row2_box .row2_img {
    margin-top: 10px;
  }
  .row2_box .row2_img.row2_img_sp-w {
    width: 60%;
    margin: 10px auto 0;
  }
  .row2_box .row2_flex {
    flex-direction: column;
    gap: 15px 0;
  }
  .row2_box .row2_flex_text {
    width: 100%;
  }
  .row2_box .row2_flex_img {
    width: 100%;
    text-align: center;
  }
  .it_flow_wrap02 {
    margin-top: 10px;
  }
  .it_flow_wrap02 .tit_small {
    font-weight: 700;
    font-size: 20px;
    color: #119BA3;
    margin-bottom: 13px;
  }
  .it_flow02 {
    flex-direction: column;
    gap: 25px 0;
  }
  .it_flow02 li {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  .it_flow02 li::after {
    width: 24px;
    height: 12px;
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .it_flow02 .it_flow_link02 {
    padding: 0;
    background: none;
    position: relative;
  }
  .it_flow02 .it_flow_link02 a {
    width: 60%;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    transition: 0s;
  }
  .it_flow02 .it_flow_link02 a::after {
    background: #FFF500;
    border: 1px solid #119BA3;
  }
  .it_flow02 .it_flow_link_deco02 {
    width: 39%;
  }
  .difference_list {
    gap: 15px 0;
  }
  /* ----------- 4・3・2年制コースの違い ------------ */
  .difference_list01 li {
    margin-bottom: 15px;
  }
}
/* ------------end sp----------------- *//*# sourceMappingURL=coll_info.css.map */