@charset "UTF-8";
/* =============================================================================

2024年度　専攻コース用css

============================================================================= */
/*　フォント	*/
@import url("https://fonts.googleapis.com/css?family=Montserrat+Alternates:700&display=swap");
.en2 {
  font-family: "Montserrat Alternates", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

/*===============================================================
  2020/12/23
	creative/feature/high_school_1st_2nd/common/css/style.cssを参考に
===============================================================*/
@font-face {
  font-family: "Interstate-Bold-Condensed";
  src: url("../../../../libs/font/Interstate_BoldCondensed.eot") format("eot"), url("../../../../libs/font/Interstate_BoldCondensed.woff2") format("woff2"), url("../../../../libs/font/Interstate_BoldCondensed.woff") format("woff"), url("../../../../libs/font/Interstate_BoldCondensed.ttf") format("truetype");
}
/*===============================================================
	読み込み
===============================================================*/
/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*	グリッド幅  */
/*	セクション、コンテンツ間のマージン　*/
/*===============================================================
	色
===============================================================*/
/*===============================================================

	section_aim 目指せる仕事・職場・専門士とは

===============================================================*/
.section_aim {
  padding: 30px 0;
  /* タブレット以下 */
  /* for tablet max-width: $width_tab */
  /* SP向けレイアウトの指定：～$width_sp */
  /* for SP max-width: $width_sp */
  /*-------------------------------------------------------------
  	content_aim	
  -------------------------------------------------------------*/
  /*===============================================================
  	目指せる職場
  	section_aim
  ===============================================================*/
  /*
  年度更新
  .[01] .aim_list li::after { background: #[02] !important; }
  */
  /* タブレット以下 */
  /* タブレット以下 */
  /* for tablet max-width: $width_tab */
  /* SP向けレイアウトの指定：～$width_sp */
  /* for SP max-width: $width_sp */
  /*===============================================================
  	//	section_aim 目指せる仕事・職場・専門士とは
  ===============================================================*/
}
.section_aim .section_inner {
  /*padding-top: 60px;*/
}
@media screen and (max-width: 1220px) {
  .section_aim {
    padding: 0;
  }
  .section_aim .content + .content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .section_aim {
    padding: 3vw 0;
  }
  .section_aim .content + .content {
    margin-top: 5vw;
  }
  .section_aim .section_inner {
    /*padding-top: 20px;*/
  }
}
.section_aim .content_aim {
  /*
  年度更新
  .head.b_radius.color_[01] {	color: #[02];	border-radius: 50px;	}
  */
  /*
  年度更新
  .[01] .box .list li::before {	background: #[02];}
  */
  /* タブレット以下 */
  /* for tablet max-width: $width_tab */
  /* SP向けレイアウトの指定：～$width_sp */
  /* for SP max-width: $width_sp */
}
.section_aim .content_aim .head {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding: 15px 0;
  background: #333;
  color: #fff;
  border-radius: 30px 30px 0 0;
}
.section_aim .content_aim .head.b_radius {
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section_aim .content_aim .head.b_radius.color_super_creator_world {
  color: #e50111;
  border-radius: 50px;
}
.section_aim .content_aim .head.b_radius.color_super_entertainment_world {
  color: #1d50a0;
  border-radius: 50px;
}
.section_aim .content_aim .head.b_radius.color_automotive_design_world {
  color: #f1b000;
  border-radius: 50px;
}
.section_aim .content_aim .head.b_radius.color_design_world {
  color: #8f61a2;
  border-radius: 50px;
}
.section_aim .content_aim .head.b_radius.color_manga_illustration_novel_world {
  color: #dc4f93;
  border-radius: 50px;
}
.section_aim .content_aim .head.b_radius.color_game_cg_animation_world {
  color: #52b489;
  border-radius: 50px;
}
.section_aim .content_aim .box {
  background: #fff;
  padding: 30px;
  border-radius: 0 0 30px 30px;
}
.section_aim .content_aim .box.nobg {
  background: none;
}
.section_aim .content_aim .box .list {
  margin-top: -20px;
}
.section_aim .content_aim .box .list li {
  position: relative;
  float: left;
  width: 33.3333%;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 20px;
  margin-top: 20px;
}
.section_aim .content_aim .box .list li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #59bded;
}
.super_creator_world .section_aim .content_aim .box .list li::before {
  background: #e50111;
}
.super_entertainment_world .section_aim .content_aim .box .list li::before {
  background: #1d50a0;
}
.automotive_design_world .section_aim .content_aim .box .list li::before {
  background: #f1b000;
}
.design_world .section_aim .content_aim .box .list li::before {
  background: #8f61a2;
}
.manga_illustration_novel_world .section_aim .content_aim .box .list li::before {
  background: #dc4f93;
}
.game_cg_animation_world .section_aim .content_aim .box .list li::before {
  background: #52b489;
}
.section_aim .content_aim .box .work {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
.section_aim .content_aim .box .detail {
  width: auto;
  max-width: 850px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 1070px) {
  .section_aim .content_aim .box .list li {
    width: 50%;
  }
  .section_aim .content_aim .box .work {
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  .section_aim .content_aim {
    /*	
    年度更新
    .head.b_radius.color_[01] {	color: #[02];	border-radius: 5vw;	}
    */
  }
  .section_aim .content_aim .head {
    font-size: 4.5vw;
    padding: 3vw 0;
    border-radius: 5vw 5vw 0 0;
  }
  .section_aim .content_aim .head.b_radius {
    border-width: 1px;
  }
  .section_aim .content_aim .head.b_radius.color_super_creator_world {
    color: #e50111;
    border-radius: 5vw;
  }
  .section_aim .content_aim .head.b_radius.color_super_entertainment_world {
    color: #1d50a0;
    border-radius: 5vw;
  }
  .section_aim .content_aim .head.b_radius.color_automotive_design_world {
    color: #f1b000;
    border-radius: 5vw;
  }
  .section_aim .content_aim .head.b_radius.color_design_world {
    color: #8f61a2;
    border-radius: 5vw;
  }
  .section_aim .content_aim .head.b_radius.color_manga_illustration_novel_world {
    color: #dc4f93;
    border-radius: 5vw;
  }
  .section_aim .content_aim .head.b_radius.color_game_cg_animation_world {
    color: #52b489;
    border-radius: 5vw;
  }
  .section_aim .content_aim .box {
    background: #fff;
    padding: 5vw;
    border-radius: 0 0 5vw 5vw;
  }
  .section_aim .content_aim .box .list {
    margin-top: 0;
  }
  .section_aim .content_aim .box .list li {
    font-size: 3vw;
    line-height: 1.3;
    padding-left: 4vw;
    margin-top: 1.5vw;
    font-weight: normal;
  }
  .section_aim .content_aim .box .list li:before {
    top: 0.9vw;
    width: 2vw;
    height: 2vw;
  }
  .section_aim .content_aim .box .work {
    font-size: 3vw;
    line-height: 1.8;
    font-weight: normal;
  }
  .section_aim .content_aim .box .detail {
    font-size: 3.2vw;
    line-height: 1.8;
    font-weight: normal;
  }
}
.section_aim .title {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  padding: 30px 20px;
  padding-bottom: 25px;
  background: #fff;
  border: solid 1px #ccc;
  border-bottom: 0;
  color: #000;
  letter-spacing: 0.4em;
  border-radius: 20px 20px 0 0;
}
.section_aim .aim_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  padding-top: 0;
  border: solid 1px #ccc;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: rgba(255, 255, 255, 0.5);
}
.section_aim .aim_list li {
  width: 50%;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 1.5em;
  position: relative;
  padding-left: 15px;
}
.section_aim .aim_list li .job {
  display: block;
  margin-top: 0.25em;
}
.section_aim .aim_list li .job .type {
  display: inline-block;
}
.section_aim .aim_list li .job .type + .type:before {
  content: "・";
}
.section_aim .aim_list li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 10px;
}
.section_aim .aim_list li.course {
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 1.5em;
  padding-left: 0;
  font-weight: 500;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}
.section_aim .aim_list li.course::after {
  content: none;
}
.section_aim .aim_list li + .course {
  margin-top: 3em;
}
.super_creator_world .section_aim .aim_list li::after {
  background: #e50111 !important;
}
.super_entertainment_world .section_aim .aim_list li::after {
  background: #1d50a0 !important;
}
.automotive_design_world .section_aim .aim_list li::after {
  background: #f1b000 !important;
}
.design_world .section_aim .aim_list li::after {
  background: #8f61a2 !important;
}
.manga_illustration_novel_world .section_aim .aim_list li::after {
  background: #dc4f93 !important;
}
.game_cg_animation_world .section_aim .aim_list li::after {
  background: #52b489 !important;
}
.course_spatial_exerience_design .section_aim .aim_list li::after {
  background: #e50111 !important;
}
.course_communication_design .section_aim .aim_list li::after {
  background: #e50111 !important;
}
.course_comic_illustration_advanced_diploma .section_aim .aim_list li::after {
  background: #e50111 !important;
}
.course_mechanical_designer_cg .section_aim .aim_list li::after {
  background: #e50111 !important;
}
.course_ai_engineer .section_aim .aim_list li::after {
  background: #e50111 !important;
}
.course_super_game_creator .section_aim .aim_list li::after {
  background: #1d50a0 !important;
}
.course_game_graphic_illustration .section_aim .aim_list li::after {
  background: #1d50a0 !important;
}
.course_vtuber .section_aim .aim_list li::after {
  background: #1d50a0 !important;
}
.course_vfx_cg_images .section_aim .aim_list li::after {
  background: #1d50a0 !important;
}
.course_animation_advanced .section_aim .aim_list li::after {
  background: #1d50a0 !important;
}
.course_automotive_design_department .section_aim .aim_list li::after {
  background: #f1b000 !important;
}
.course_graphic_design .section_aim .aim_list li::after {
  background: #8f61a2 !important;
}
.course_digital_illustration_manga .section_aim .aim_list li::after {
  background: #dc4f93 !important;
}
.course_manga .section_aim .aim_list li::after {
  background: #dc4f93 !important;
}
.course_comic_illustration .section_aim .aim_list li::after {
  background: #dc4f93 !important;
}
.course_light_novel_scenario_novelist .section_aim .aim_list li::after {
  background: #dc4f93 !important;
}
.course_game_graphic_character .section_aim .aim_list li::after {
  background: #52b489 !important;
}
.course_game_programmer .section_aim .aim_list li::after {
  background: #52b489 !important;
}
.course_cg_creators .section_aim .aim_list li::after {
  background: #52b489 !important;
}
.course_animation .section_aim .aim_list li::after {
  background: #52b489 !important;
}
.course_video_picture_creators .section_aim .aim_list li::after {
  background: #52b489 !important;
}
@media screen and (max-width: 1220px) {
  .section_aim .section_aim {
    padding: 0;
  }
  .section_aim .content + .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1070px) {
  .section_aim .title {
    font-size: 1.6;
    padding: 2vw 0;
  }
  .section_aim .aim_list li {
    font-size: 1.5vw;
    padding-left: 1vw;
  }
  .section_aim .aim_list li::after {
    top: 0.6vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .section_aim .title {
    font-size: 4.2vw;
    padding: 5vw 0 4vw 0;
  }
  .section_aim .aim_list {
    padding: 3vw 5vw 3vw 5vw;
    margin-top: -2vw;
  }
  .section_aim .aim_list li {
    font-size: 3.2vw;
    line-height: 1.3;
    padding: 3vw 0;
    padding-left: 4vw;
    width: 100%;
    margin-top: 0vw;
  }
  .section_aim .aim_list li + li {
    border-top: solid 1px #ddd;
  }
  .section_aim .aim_list li::after {
    top: 4vw;
    width: 2vw;
    height: 2vw;
  }
}

/*===============================================================

	パーティクル

===============================================================*/
/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
/* for SP max-width: $width_sp */
@media screen and (max-width: 800px) {
  #main {
    padding: 0 0 24px 0;
  }
  .world_top #main {
    padding: 0;
  }
  .world_top #main .container {
    padding: 5vw;
  }
}
/* ------------------------------

	/creative/course2024/
	専攻トップで利用中
	slide/banner 

 ------------------------------ */
#slide .slide_wrp {
  /*
      background: #ff0;
      padding-top: 10px;
  */
}

#slide ul.banner {
  text-align: center;
  padding: 25px 0;
}

#slide ul.banner li {
  display: inline-block;
  width: 310px;
  background: #fff;
  padding: 0;
  margin: 0 20px 0 0;
}

#slide ul.banner li:last-child {
  margin-right: 0;
}

#slide ul.banner li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  #slide ul.banner {
    text-align: center;
    padding: 10px 15px;
  }
  #slide ul.banner li {
    width: 48%;
    margin: 0 4% 0 0;
  }
}
/* ------------------------------
 専攻ボタン共通　各専攻トップで利用中 2023/8/14
 ------------------------------ */
ul.major {
  margin-bottom: 30px;
}

ul.major li {
  position: relative;
  margin-bottom: 0;
  margin-top: 50px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

ul.major li.view_popup {
  -webkit-transform: scale(1.01, 1.01);
          transform: scale(1.01, 1.01);
  z-index: 2;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}

ul.major li:last-child {
  margin-bottom: 0;
}

ul.major li .inner,
ul.major li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  border-radius: 30px;
  will-change: transform;
}

ul.major li a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

ul.major li a:hover img {
  opacity: 1;
}

ul.major li span {
  display: block;
}

ul.major li .work {
  position: relative;
  width: 44.485981%;
  overflow: hidden;
}

ul.major li .work img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.major li .text {
  width: 61.495327%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
}

.automotive_design_world ul.major li .text {
  width: 30%;
  padding: 30px;
}

ul.major li .text .lead {
  color: #000;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: -0.08em;
  font-weight: bold;
  font-weight: normal;
  margin: 0;
}

ul.major li .arrow {
  position: relative;
  width: 4.018692%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.major li .arrow img {
  display: none;
}

ul.major li .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 2px #fff;
  width: 14px;
  height: 14px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg) translate(-3px, -3px);
  transform: rotate(-45deg) translate(-3px, -3px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 800px) {
  ul.major {
    margin-bottom: 0;
  }
  ul.major li {
    margin-top: 3vw;
  }
  ul.major li .text {
    padding: 15px 20px;
  }
  ul.major li .arrow {
    background-size: 50% auto;
    border-radius: 0 5px 5px 0;
  }
  ul.major li .arrow:before {
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(-45deg) translate(-1px, -1px);
    transform: rotate(-45deg) translate(-1px, -1px);
  }
  ul.major li .work {
    border-radius: 5px 0 0 5px;
  }
  ul.major li.view_popup {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  ul.major li a {
    border: 0 !important;
    border-radius: 5vw 2vw 2vw 5vw !important;
  }
}
@media screen and (max-width: 420px) {
  ul.major li {
    margin-top: 3vw;
  }
  ul.major li + li {
    margin-top: 8vw;
  }
  ul.major li a {
    border: 2px solid #000;
    border-radius: 8px;
  }
  ul.major li .text {
    padding: 5px;
  }
  ul.major li .arrow img {
    width: 5px;
    height: 5px;
  }
  ul.major li.design_technology_advanced_diploma .text .eng {
    font-size: 14px;
    line-height: 16px;
  }
  ul.major li a {
    border: 0 !important;
    border-radius: 5px !important;
  }
}
/*===============================================================

	各ワールドトップのタイトル下の作品スライダー
	Slider

===============================================================*/
.slider {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.year_system_4_course .slider {
  height: 210px;
}

.slider ul {
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.slider ul li {
  float: left;
}

.slider ul li img {
  pointer-events: none;
}

.preview_btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 42px;
  font-size: 0;
  background: url(/creative/course2024/common/images/top/preview_arrow.svg) no-repeat center;
  background-size: 20px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 40px;
  cursor: pointer;
  z-index: 10;
}

.preview_btn.wh {
  background: url(/creative/course2024/common/images/top/preview_arrow_wh.svg) no-repeat center;
}

.forward_btn {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 42px;
  font-size: 0;
  background: url(/creative/course2024/common/images/top/forward_arrow.svg) no-repeat center;
  background-size: 20px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 40px;
  cursor: pointer;
  z-index: 10;
}

.forward_btn.wh {
  background: url("/creative/course2024/common/images/top/forward_arrow_wh.svg") no-repeat center;
}

@media screen and (max-width: 800px) {
  .preview_btn {
    margin-left: 5px;
  }
  .forward_btn {
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .slider {
    height: 210px;
  }
  .slider ul li img {
    width: 362px;
  }
  .preview_btn,
  .forward_btn,
  .preview_btn.wh,
  .forward_btn.wh {
    width: 20px;
    height: 42px;
    background-size: 10px auto;
  }
}
/*===============================================================

	/creative/course/common/include/section_world_course.php
	section_course_index_top

===============================================================*/
.section_course_index_top {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff0;
  text-align: left;
  background: url("../../common/images/svg/texture_top.svg") top right;
  background-size: cover;
}

.section_course_index_top .txt_copy {
  width: 50%;
  height: 100%;
  min-height: 500px;
  padding: 80px 0;
  background: #ff0 url("../../common/images/top/kv.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.section_course_index_top .txt {
  width: 50%;
  padding: 0 50px;
}

.section_course_index_top .copy_logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 20px;
}

.section_course_index_top .h1 {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  margin: 0;
  position: relative;
  z-index: 2;
}

.section_course_index_top .title {
  display: inline-block;
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  margin: 0;
  position: relative;
  z-index: 1;
}

.section_course_index_top p {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  text-align: left;
  margin: 20px 0 0;
}

.section_course_index_top .txtlink {
  margin-top: 20px;
  display: inline-block;
  background: #fff;
  padding: 5px;
}

.section_course_index_top .txtlink a {
  line-height: 1.5;
}

.section_course_index_top .txtlink a:after {
  top: 0;
  bottom: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1450px) {
  .section_course_index_top .h1 {
    font-size: 1.2vw;
    font-size: 1vw;
  }
  .section_course_index_top .title {
    font-size: 2.5vw;
    font-size: 2.2vw;
  }
  .section_course_index_top p {
    font-size: 1.24vw;
    font-size: 1.1vw;
    margin: 1.38vw 0 0;
  }
}
/* for tablet max-width: $width_tab */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_course_index_top .title {
    font-size: 2vw;
  }
  .section_course_index_top .txt_copy {
    padding: 8.5vw 3vw;
  }
  .section_course_index_top .txt {
    padding: 3vw;
  }
}
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_course_index_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .section_course_index_top .txt_copy {
    padding: 5vw 10vw;
    width: 100%;
    min-height: 100vw;
  }
  .section_course_index_top .copy_logo img {
    width: 100%;
    max-width: 40vw;
    top: 92vw;
    right: 3vw;
  }
  .section_course_index_top .txt {
    padding: 5vw;
    padding-bottom: 8vw;
    width: 100%;
  }
  .section_course_index_top .h1 {
    font-size: 3.2vw;
  }
  .section_course_index_top .title {
    font-size: 6.7vw;
    line-height: 1.8;
    letter-spacing: 0;
    margin-top: 0vw;
  }
  .section_course_index_top p {
    font-size: 3.5vw;
    line-height: 1.8;
    letter-spacing: -0.005em;
    margin-top: 3vw;
  }
  .section_course_index_top .txtlink {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
}
/* for SP max-width: $width_sp */
/* ------------------------------
 専攻ページ｜こちらもよく見られていますで利用中
 ------------------------------ */
#popular_major {
  background: #fff;
}

#popular_major .inner {
  width: 1070px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 30px;
  margin: 0 auto;
}

#popular_major .inner h3 {
  color: #000;
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}

#popular_major .inner h3 br {
  /*display: none;*/
}

#popular_major .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#popular_major .inner ul li {
  width: 30%;
  margin-right: 0;
  margin-bottom: 10px;
}

#popular_major .inner ul li:nth-child(3n) {
  margin-right: 0;
}

#popular_major .inner ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

#popular_major .inner ul li a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  padding: 10px 20px 20px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: solid 1px #000;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#popular_major .inner ul.fix_height li a {
  min-height: 70px;
}

#popular_major .inner ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #000;
  width: 8px;
  height: 1px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg) translate(-1px, -1px);
          transform: rotate(45deg) translate(-1px, -1px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#popular_major .inner ul li a:hover::after {
  /*	top: 0; bottom: 0; right: 0;*/
}

#popular_major .inner ul li a span.world {
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}

#popular_major .inner ul li a span.arw {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  display: none;
}

#popular_major .inner ul li a span.arw img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#popular_major .inner ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1220px) {
  #popular_major .inner {
    width: auto;
    padding: 50px;
  }
  #popular_major .inner ul li {
    width: 32%;
  }
  #popular_major .inner h3 {
    font-size: 2.3vw;
  }
  #popular_major .inner ul li a {
    font-size: 1.3vw;
  }
  #popular_major .inner ul li a span.world {
    font-size: 0.98vw;
    line-height: 1.23vw;
    margin-bottom: 0.41vw;
  }
}
@media screen and (max-width: 800px) {
  #popular_major .inner {
    width: 100%;
    padding: 5vw;
    padding-bottom: 8vw;
    margin: 0;
  }
  #popular_major .inner h3 {
    font-size: 4vw;
    line-height: 1.4;
    padding: 5px 0;
    margin: 5vw 0;
  }
  #popular_major .inner h3 br {
    display: block;
  }
  #popular_major .inner ul {
    display: block;
  }
  #popular_major .inner ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #popular_major .inner ul li:last-child {
    margin-bottom: 0;
  }
  #popular_major .inner ul li a {
    font-size: 4vw;
    padding: 3vw 0;
  }
  #popular_major .inner ul.fix_height li a {
    min-height: inherit;
  }
  #popular_major .inner ul li a span.world {
    font-size: 3vw;
    line-height: 1.5;
    margin-bottom: 1vw;
  }
  #popular_major .inner ul li a span.arw {
    width: 20px;
  }
}
/*===============================================================

	各専攻ページの体験イベントへのバナー
	event_banner

===============================================================*/
.event_banner {
  margin-bottom: 50px;
  position: relative;
  will-change: transform;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 30px;
  will-change: transform;
}

.event_banner:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.event_banner .bnr_inner {
  border-radius: 30px;
  overflow: hidden;
  will-change: transform;
}

.event_banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.event_banner .img {
  width: 300px;
  overflow: hidden;
}

.event_banner .img img {
  -webkit-transition: all 2s;
  transition: all 2s;
}

.event_banner:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.event_banner .txt {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}

.event_banner .logo {
  width: 300px;
  margin-top: auto;
}

.event_banner .txt .title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  width: 100%;
  margin-bottom: auto;
  padding-top: 20px;
}

.event_banner .txt .title strong {
  font-size: 35px;
}

.event_banner .txt .title .txt2 {
  font-size: 35px;
  /*	display: block;*/
}

.event_banner .balloon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -20px;
  right: -20px;
}

/* タブレット以下 */
@media screen and (max-width: 1220px) {
  .event_banner .logo {
    width: 24.59vw;
  }
  .event_banner .txt .title {
    font-size: 2.46vw;
    padding-top: 1.64vw;
  }
  .event_banner .txt .title strong {
    font-size: 2.87vw;
  }
  .event_banner .txt .title .txt2 {
    font-size: 2.87vw;
  }
  .event_banner .balloon {
    width: 6.56vw;
    height: 6.56vw;
    top: -1.64vw;
    right: -1.64vw;
  }
}
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .event_banner {
    margin-bottom: 5vw;
    border-radius: 5vw;
  }
  .event_banner .bnr_inner {
    border-radius: 5vw;
  }
  .event_banner .img {
    width: 100%;
    overflow: hidden;
  }
  .event_banner .txt {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 5vw;
  }
  .event_banner .logo {
    width: 70%;
  }
  .event_banner .txt .title {
    font-size: 3vw;
    margin-top: 3vw;
  }
  .event_banner .txt .title strong {
    font-size: 4vw;
  }
  .event_banner .txt .title .txt2 {
    font-size: 5vw;
  }
  .event_banner .balloon {
    width: 15vw;
    height: 15vw;
    position: absolute;
    top: -3vw;
    right: -3vw;
  }
}
/* for SP max-width: $width_sp */
/*===============================================================

	main_fig
	背景に固定の画像を使用する場合

===============================================================*/
.main_fig {
  position: relative;
  height: 100%;
  min-height: 100%;
  height: calc(100vh - 126px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: #000;
  z-index: 100;
}

/*
年度更新 [01]:専攻　[02]：ワールド
.fig_[01] {background-image: url('../../[02]/images/[01]01.jpg'); }
*/
.fig_communication_design {
  background-image: url("../../super_creator_world/images/communication_design01.jpg");
}

.fig_mobility_products {
  background-image: url("../../super_creator_world/images/mobility_products01.jpg");
}

.fig_comic_illustration_advanced {
  background-image: url("../../super_creator_world/images/comic_illustration_advanced01.jpg");
}

.fig_advanced_illustration {
  background-image: url("../../super_creator_world/images/advanced_illustration01.jpg");
}

.fig_super_game_creator {
  background-image: url("../../super_entertainment_world/images/super_game_creator01.jpg");
}

.fig_game_graphic_illustration {
  background-image: url("../../super_entertainment_world/images/game_graphic_illustration01.jpg");
}

.fig_vtuber {
  background-image: url("../../super_entertainment_world/images/vtuber01.jpg");
}

.fig_vfx_cg_images {
  background-image: url("../../super_entertainment_world/images/vfx_cg_images01.jpg");
}

.fig_animation_advanced {
  background-image: url("../../super_entertainment_world/images/animation_advanced01.jpg");
}

.fig_car_design {
  background-image: url("../../automotive_design_world/images/car_design01.jpg");
}

.fig_car_model {
  background-image: url("../../automotive_design_world/images/car_model01.jpg");
}

.fig_motorcycle {
  background-image: url("../../automotive_design_world/images/motorcycle01.jpg");
}

.fig_graphic_design {
  background-image: url("../../design_world/images/graphic_design01.jpg");
}

.fig_illustration {
  background-image: url("../../design_world/images/illustration01.jpg");
}

.fig_digital_illustration_manga {
  background-image: url("../../manga_illustration_novel_world/images/digital_illustration_manga01.jpg");
}

.fig_manga {
  background-image: url("../../manga_illustration_novel_world/images/manga01.jpg");
}

.fig_comic_illustration {
  background-image: url("../../manga_illustration_novel_world/images/comic_illustration01.jpg");
}

.fig_light_novel_scenario_novelist {
  background-image: url("../../manga_illustration_novel_world/images/light_novel_scenario_novelist01.jpg");
}

.fig_game_graphic_character {
  background-image: url("../../game_cg_animation_world/images/game_graphic_character01.jpg");
}

.fig_game_programmer {
  background-image: url("../../game_cg_animation_world/images/game_programmer01.jpg");
}

.fig_game_planner {
  background-image: url("../../game_cg_animation_world/images/game_planner01.jpg");
}

.fig_cg_creators {
  background-image: url("../../game_cg_animation_world/images/cg_creators01.jpg?202410");
}

.fig_animation {
  background-image: url("../../game_cg_animation_world/images/animation01.jpg");
}

.fig_video_picture_creators {
  background-image: url("../../game_cg_animation_world/images/video_picture_creators01.jpg?202408");
}

.main_fig img {
  display: none;
}

.main_fig .copyright {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
  mix-blend-mode: difference;
  opacity: 0.5;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .main_fig {
    background: #000;
  }
  .main_fig img {
    display: block;
    background: none;
    width: 100%;
    height: auto;
  }
}
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .main_fig .copyright {
    font-size: 2.5vw;
  }
}
/* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	sub_fig	
-------------------------------------------------------------*/
.sub_fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub_fig .fitimg {
  width: 50%;
  height: auto;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .sub_fig {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .single_fig,
  .sub_fig {
    width: 110vw;
    margin-left: -5vw;
  }
}
/* for SP max-width: $width_sp */
/*===============================================================

	section_world_header

===============================================================*/
.section_world_header {
  text-align: center;
}

.section_world_header .header_txt {
  background: #444; /*666*/
  display: none;
}

.section_world_header .header_txt h1,
.section_world_header .header_txt p {
  font-size: 23px;
  line-height: 1.8;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.2em;
}

.section_world_header .header_txt h1 .num,
.section_world_header .header_txt p .num {
  color: #fff;
  font-weight: bold;
}

/* タブレット以下 */
@media screen and (max-width: 1180px) {
  .section_world_header .header_txt h1,
  .section_world_header .header_txt p {
    font-size: 2vw;
    line-height: 2.2;
  }
} /* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_world_header .header_txt h1,
  .section_world_header .header_txt p {
    font-size: 3.5vw;
    line-height: 2.2;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	header_worldname	
-------------------------------------------------------------*/
.section_world_header .header_worldname {
  background: #333;
}

.section_world_header .header_worldname p {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  padding: 5px 0;
}

/* タブレット以下 */
/* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_world_header .header_worldname {
    display: none;
  }
  .section_world_header .header_worldname p {
    font-size: 3vw;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	ワールドタイトル部分
	world_header	
-------------------------------------------------------------*/
.world_header {
  color: #fff;
  text-align: left;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 300px auto;
}

.course_page .world_header:after {
  display: none;
}

.world_header .world_header_inner {
  position: relative;
  padding: 80px 50px 100px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*	align-items: center;*/
}

.world_header .label {
  width: 100px;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: left;
}

.world_header .txt {
  width: calc(100% - 120px);
  position: relative;
  z-index: 2;
  border-left: solid 1px #fff;
  padding-left: 50px;
}

/* タブレット以下 */
@media screen and (max-width: 1450px) {
  .world_header .label {
    width: 120px;
    height: auto;
    margin: 0;
    position: relative;
    z-index: 2;
    text-align: left;
    padding-left: 20px;
  }
  .world_header .txt {
    width: calc(100% - 130px);
    position: relative;
    z-index: 2;
    border-left: solid 1px #fff;
    padding-left: 40px;
  }
}
/* タブレット以下 */
@media screen and (max-width: 1180px) {
  .world_header .world_header_inner {
    padding: 20px 30px;
  }
  .world_header .label {
    width: 12vw;
    padding-left: 1vw;
  }
  .world_header .txt {
    width: calc(100% - 12vw);
  }
  .year_system_4_course .world_header .label {
    width: 10vw;
  }
  .year_system_4_course .world_header .txt {
    width: calc(100% - 10vw);
    padding-left: 40px;
  }
} /* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .world_header {
    text-align: center;
    background-size: 50% auto;
  }
  .design_world .world_header:after,
  .manga_illustration_world .world_header:after,
  .game_cg_movie_animation_world .world_header:after,
  .game_cg_movie_animation_world .world_header:after {
    width: 50vw;
    height: 50vw;
  }
  .world_header .world_header_inner {
    padding: 5vw 0;
    padding-top: 2vw;
  }
  .world_header .label {
    width: 100%;
  }
  .world_header .txt {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .year_system_4_course .world_header .label {
    width: 100%;
  }
  .year_system_4_course .world_header .txt {
    width: 100%;
    padding: 0;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	.world_header txt	
-------------------------------------------------------------*/
.world_header .boxtxt {
  font-size: 25px;
  line-height: 30px;
  padding: 5px 20px;
  background: #ff0;
  color: #000;
  display: inline-block;
}

.world_header .subject {
  font-size: 18px;
  line-height: 1;
  margin-top: 0;
  padding: 30px 0 20px 0;
}

.world_header .en {
  font-size: 45px;
  line-height: 1;
  margin-top: -5px;
}

.world_header .ja {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 10px;
}

.world_header .read {
  font-size: 27px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 15px;
}

/* PCのみ */
@media screen and (min-width: 1071px) {
  .world_top .world_header .en {
    font-size: 60px;
    line-height: 1;
    margin-top: -5px;
  }
  .world_top .world_header .subject {
    padding: 10px 0;
  }
} /* for tablet min-width: 1071px */
/* タブレット以下 */
@media screen and (max-width: 1180px) {
  .world_header .boxtxt {
    font-size: 3vw;
    line-height: 1.2;
    padding: 5px 20px;
    background: #ff0;
    color: #000;
    display: inline-block;
  }
  .world_header .subject {
    font-size: 1.6vw;
    padding-bottom: 1.8vw;
  }
  .world_header .en {
    font-size: 4.2vw;
  }
  .world_header .ja {
    font-size: 2.3vw;
  }
  .world_header .read {
    font-size: 2.8vw;
    margin-top: 1.3vw;
  }
  .world_top .world_header .en {
    font-size: 5.42vw;
    line-height: 1;
    margin-top: -0.5vw;
  }
  .world_top .world_header .subject {
    padding: 0.9vw 0;
  }
} /* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .world_header .boxtxt {
    font-size: 3vw;
    line-height: 1.2;
    padding: 5px 10px;
    background: #ff0;
    color: #000;
    display: inline-block;
    margin-top: 10px;
  }
  .world_header .subject {
    font-size: 5vw;
    padding: 0;
  }
  .course_top .world_header .subject,
  .world_top .world_header .subject {
    padding-top: 3vw;
  }
  .world_header .en {
    font-size: 9.2vw;
    line-height: 0.9;
    margin-top: 3vw;
  }
  .world_header .boxtxt + .en {
    margin-top: 5px;
  }
  .world_header .ja {
    font-size: 3vw;
    margin-top: 0.5vw;
  }
  .world_header .read {
    font-size: 4.2vw;
    margin-top: 3vw;
  }
  .world_top .world_header .en {
    font-size: 9.2vw;
    line-height: 1;
    margin-top: 3vw;
  }
  .year_system_4_world .world_header .en {
    margin-top: -0.5vw;
  }
  .year_system_4_world .world_header .en {
    margin-top: -0.5vw;
  }
  .world_top .world_header .subject {
    padding: 3vw 0;
    font-size: 3vw;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	.world_header .label		
-------------------------------------------------------------*/
.world_header .label .year_system {
  font-size: 22px;
}

.world_header .label .year_system:first-letter {
  font-size: 40px;
  line-height: 1;
}

.world_header .label .skill {
  font-size: 12px;
}

.creater_world .world_header .label {
  border: solid 1px #ff0;
  color: #ff0;
}

.course_header .label {
  top: 0;
  bottom: auto;
  right: 0;
  height: 60px;
  border-width: 1px;
  border-style: solid;
}

.course_header .label .year_system {
  font-size: 22px;
  padding-top: 10px;
}

.course_header .label .skill {
  padding-top: 5px;
}

/* タブレット以下 */
@media screen and (max-width: 1180px) {
  .course_header .label .year_system {
    -webkit-transform: translateY(-1.86vw);
            transform: translateY(-1.86vw);
    font-size: 2.24vw;
    font-weight: bold;
  }
  .world_header .label .year_system:first-letter {
    font-size: 3.73vw;
  }
  .course_header .label .skill {
    -webkit-transform: translateY(-2.3vw);
            transform: translateY(-2.3vw);
    font-size: 1.3vw;
    font-weight: bold;
  }
} /* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .world_header .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-bottom: solid 1px rgb(255, 255, 255);
    margin: 0 3vw;
    padding: 3vw 0;
  }
  .world_header .label::after {
    content: none;
  }
  .course_header .label {
    margin-bottom: 10px;
    display: none;
  }
  .world_top .label .year_system,
  .course_header .label .year_system,
  .world_header .label .year_system {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 4vw;
    line-height: 1;
  }
  .world_top .course_header .label .skill,
  .course_header .label .skill,
  .world_header .label .skill {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 4vw;
    line-height: 1;
    padding-left: 3vw;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	section_course_index

===============================================================*/
.section_course_index .section_inner {
  padding: 30px 0;
}

.section_course_index .course_box {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section_course_index .course_box:hover {
  /*
  	transform: scale(1.02);
  	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  */
}

/* タブレット以下 */
@media screen and (max-width: 1450px) {
  .section_course_index .section_inner {
    padding: 0 50px;
  }
  .section_course_index .course_box {
    width: 100%;
  }
} /* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_course_index .section_inner {
    padding: 5vw;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	section_course_index

===============================================================*/
.section_course_index .course_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  border-style: solid;
  border-width: 0px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  will-change: transform;
}

.section_course_index .course_box a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.section_course_index .course_box {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.section_course_index .course_box img {
  -webkit-transition: all 3s;
  transition: all 3s;
}

.section_course_index .course_box:hover img {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section_course_index .course_box a img {
  opacity: 1;
}

.section_course_index .course_box .fig_box {
  width: 36.6%;
}

.section_course_index .course_box .txt_box {
  width: 63.4%;
  text-align: left;
  vertical-align: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_course_index .course_box .fig_box img {
  width: 100%;
  height: auto;
}

/* タブレット以下 */
@media screen and (max-width: 1240px) {
  .section_course_index .course_box a::after {
    width: 25vw;
    height: 25vw;
  }
} /* for tablet max-width: 1180px */
/* タブレット以下 */
@media screen and (max-width: 1180px) {
  .section_course_index .course_box .txt_box {
    padding: 20px;
  }
} /* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_course_index .course_box .fig_box {
    width: 100%;
  }
  .section_course_index .course_box .txt_box {
    width: 100%;
    padding: 5vw;
  }
  .section_course_index .course_box a {
    border-width: 0;
    display: block;
    border-radius: 5vw;
  }
  .section_course_index .course_box a::after {
    content: none;
  }
  .section_course_index .course_box a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	course_box	
-------------------------------------------------------------*/
.course_box {
  color: #fff;
  -webkit-transform: scale(1, 1) translate(0, 100px);
          transform: scale(1, 1) translate(0, 100px);
  /*transition: all 0.3s!important;*/
  position: relative;
  z-index: 1;
}

.course_box + .course_box {
  margin-top: 40px;
}

.course_box.view_popup {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  z-index: 10;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

/* タブレット以下 */
/* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .course_box + .course_box {
    margin-top: 5vw;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	course_info	
-------------------------------------------------------------*/
.course_box .course_info {
  color: #fff;
}

.course_box .course_info .en {
  font-size: 20px;
  line-height: 1;
}

.course_box .course_info .title {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 10px;
}

.course_box .course_info .read {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 20px;
}

/* タブレット以下 */
@media screen and (max-width: 1180px) {
  .course_box .course_info {
    bottom: 20px;
  }
  .course_box .course_info .en {
    font-size: 1.5vw;
  }
  .course_box .course_info .title {
    font-size: 3vw;
    margin-top: 5px;
  }
  .course_box .course_info .read {
    font-size: 1.5vw;
    margin-top: 5px;
  }
} /* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .course_box .course_info {
    position: static;
    padding-top: 0;
  }
  .course_box .produce_info + .course_info {
    padding-top: 5vw;
  }
  .course_box .course_info .en {
    font-size: 2.5vw;
  }
  .course_box .course_info .title {
    font-size: 5.4vw;
    line-height: 1.3;
    margin-top: 3vw;
  }
  .course_box .course_info .read {
    font-size: 3.5vw;
    line-height: 1.6;
    margin-top: 2vw;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	fig_box	
-------------------------------------------------------------*/
.course_box .fig_box {
  position: relative;
}

/* タブレット以下 */
/* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～$width_sp */
/* for SP max-width: $width_sp */
ul.major li .text .subject {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
  color: #000;
}

ul.major li .text .eng {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  font-size: 50px;
  line-height: 0.9;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.automotive_design_world ul.major li .text .eng {
  font-size: 30px;
  margin-bottom: 10px;
}

ul.major li .text .name {
  color: #000;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

/* タブレット以下 */
/* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  ul.major li .text {
    padding: 5vw 4vw !important;
    min-height: 33vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.major li .text span {
    display: block;
  }
  ul.major li .text .subject {
    font-size: 2.2vw;
    margin-bottom: 1.5vw;
    letter-spacing: 0.1px;
  }
  ul.major li .text .eng {
    font-size: 5vw;
    margin: 0;
  }
  ul.major li .text .name {
    font-size: 2.8vw;
    line-height: 1.4;
    margin: 1.5vw 0 0 0;
  }
  ul.major li .text .lead {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 2.5vw;
    line-height: 1.6;
    margin-top: 2vw;
    display: none;
  }
  /*トリミングIE対応*/
}
@media only screen and (max-width: 800px) and (-ms-high-contrast: none) {
  ul.major li .text .lead {
    display: block;
    overflow: hidden;
    height: 9vw;
  }
}
@media only screen and (max-width: 800px) {
  ul.major li .text .lead br {
    display: none;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	section_feature 〜ワールドの特長
	専攻ページ	

===============================================================*/
.section_feature {
  background: #fff;
}

.section_feature .section_inner {
  padding-top: 0;
}

.section_feature .headline {
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 80px;
  overflow: hidden;
}

.section_feature .headline:before {
  content: "";
  position: absolute;
  bottom: -200%;
  left: -50%;
  width: 100%;
  height: 200%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.section_feature .headline:after {
  content: "";
  position: absolute;
  bottom: -200%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.section_feature .headline .en {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
}

.section_feature .headline .title {
  font-size: 30px;
  line-height: 1.2;
  margin-top: 10px;
  letter-spacing: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1350px) {
  .section_feature .headline {
    width: calc(100% + 100px);
    margin: 0 -50px;
  }
} /* for tablet max-width: $width_tab */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_feature .headline {
    width: 112%;
    margin: 0 -6%;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_feature .headline {
    padding: 20px 0 8vw;
  }
  .section_feature .headline .en {
    font-size: 3vw;
  }
  .section_feature .headline .title {
    font-size: 5vw;
    margin-top: 5px;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_feature
-------------------------------------------------------------*/
.content_feature {
  padding-top: 50px;
}

.content_feature + .content_feature {
  /*	margin-top: 50px;*/
}

.content_feature .item {
  position: relative;
  background: #f2f2f2;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content_feature .item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.content_feature .item .tag {
  position: absolute;
  z-index: 1;
  top: -15px;
  left: -10px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  background: #333;
  border-radius: 3px;
}

.content_feature .item .tag .inner {
  position: relative;
  font-weight: 500;
  padding: 5px 10px;
}

.content_feature .item .img {
  float: right;
  width: 50%;
  border-radius: 0 30px 30px 0;
}

.content_feature .item .txt {
  float: left;
  width: 50%;
  padding: 0 50px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content_feature .item .txt .head {
  font-size: 18px;
  line-height: 1.6;
}

.content_feature .item .txt p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px;
}

.content_feature .item .txt dt {
  float: left;
  width: 130px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 15px;
}

.content_feature .item .txt dd {
  font-size: 14px;
  line-height: 1.6;
  padding-left: 130px;
  margin-top: 15px;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .content_feature .item .txt {
    padding: 0 1.67vw;
  }
  .content_feature .item .txt .head {
    font-size: 1.4vw;
  }
  .content_feature .item .txt p {
    font-size: 1.17vw;
    margin-top: 0.83vw;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_feature {
    padding-top: 5vw;
  }
  .content_feature .item {
    border-radius: 5vw;
  }
  .content_feature .item .tag {
    top: -15px;
    left: 0;
    font-size: 3.5vw;
  }
  .content_feature .item .tag .inner:after {
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    width: 30px;
    height: 30px;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .automotive_design_world .content_feature .item .tag {
    position: static;
  }
  .automotive_design_world .content_feature .item .tag .inner:after {
    border-left: 15px solid #59bded;
    display: none;
  }
  .design_world .content_feature .item .tag .inner:after {
    border-left: 15px solid #feaa00;
  }
  .manga_illustration_world .content_feature .item .tag .inner:after {
    border-left: 15px solid #EB6EA0;
  }
  .game_cg_movie_animation_world .content_feature .item .tag .inner:after {
    border-left: 15px solid #25ab08;
  }
  .game_cg_movie_animation_world .content_feature .item .tag .inner:after {
    border-left: 15px solid #00c7c0;
  }
  .content_feature_even .item .img,
  .content_feature .item .img {
    float: none;
    width: 100%;
    border-radius: 5vw 5vw 0 0;
  }
  .content_feature .item .txt {
    width: 100%;
    padding: 6vw;
  }
  .content_feature .item .txt .head {
    font-size: 4vw;
    line-height: 1.5;
    width: 100%;
  }
  .content_feature .item .txt p {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-top: 0;
  }
  .content_feature .item .txt * + p {
    margin-top: 3vw;
  }
  .content_feature .item .txt dt {
    float: none;
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.5;
    margin-top: 10px;
  }
  .content_feature .item .txt dd {
    font-size: 3.2vw;
    line-height: 1.5;
    padding-left: 0;
    margin-top: 5px;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_feature_jpb	
-------------------------------------------------------------*/
.content_feature_jpb .item {
  background: #ff0;
}

.content_feature_jpb .item .img {
  width: 25%;
  padding: 20px 0;
}

.content_feature_jpb .item .txt {
  width: 75%;
  padding: 50px;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content_feature_jpb .item .txt .dt,
.content_feature_jpb .item .txt .dd,
.content_feature_jpb .item .txt .head_underline * {
  font-weight: 500;
}

.content_feature_jpb .item .txt .head_underline .big {
  background: #fff;
  font-weight: 600;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_feature_jpb .item .img {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .content_feature_jpb .item .txt {
    float: none;
    width: 100%;
    padding: 20px;
    margin-top: -40px;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_feature_even テキスト+画像のテレコ
-------------------------------------------------------------*/
.content_feature_even .item .tag {
  left: auto;
  right: -10px;
}

.content_feature_even .item .tag .inner:after {
  display: none;
}

.content_feature_even .item .txt {
  float: right;
}

.content_feature_even .item .img {
  float: left;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_feature_even .item .tag {
    left: auto;
    right: 0;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_feature 	
-------------------------------------------------------------*/
.content_feature_txt .item .txt {
  float: none;
  width: 100%;
}

.content_feature_txt .item .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.automotive_design_world.world_top .content_feature_txt .item .txt_box .img {
  width: 30%;
  margin-right: 30px;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .automotive_design_world.world_top .content_feature_txt .item .txt_box .img {
    width: 70%;
    margin: 0 auto;
    padding: 15px 0;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_feature head_underine 下線付き見出し
-------------------------------------------------------------*/
.content_feature .head_underline .big {
  display: inline-block;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  background: #ffe800;
  background: -webkit-linear-gradient(90deg, #ffe800 0%, #ffe800 60%, transparent 60%, transparent 100%);
}

.content_feature .head_underline .small {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .content_feature .head_underline .small {
    display: block;
    margin-top: 5px;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_feature .head_underline .big {
    font-size: 4.8vw;
  }
  .content_feature .head_underline .small {
    font-size: 3.5vw;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_feature linkbnr リンクバナー
-------------------------------------------------------------*/
.content_feature .linkbnr {
  width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}

.content_feature .linkbnr a {
  display: block;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
}

.content_feature .linkbnr a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_feature .linkbnr {
    width: 100%;
    margin-top: 20px;
  }
  .content_feature .linkbnr a {
    border-radius: 3vw;
    padding: 3vw;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_pointlist ポイントリスト 
	/creative/course2024/automotive_design_world/
-------------------------------------------------------------*/
.content_pointlist dl {
  margin-top: -20px;
}

.content_pointlist dt {
  position: relative;
  float: left;
  width: 180px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background: #333;
  margin-top: 20px;
}

.content_pointlist dt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 40px;
  border-top: 20px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 20px solid transparent;
  border-left: 15px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content_pointlist dd {
  font-size: 16px;
  line-height: 40px;
  padding-left: 190px;
  margin-top: 20px;
}

.content_pointlist dd .bold {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_pointlist dl {
    margin-top: -10px;
  }
  .content_pointlist dt {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 1;
    padding: 5px;
    margin-top: 10px;
  }
  .content_pointlist dt:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 24px;
    border-top: 12px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .content_pointlist dt:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 24px;
    border-top: 12px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 12px solid transparent;
    border-left: 10px solid transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .content_pointlist dd {
    font-size: 14px;
    line-height: 20px;
    padding-left: 0;
    margin-top: 5px;
    text-align: center;
  }
  .content_pointlist dd .bold {
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	section_course_point あなたの夢をかなえるTCA6つのポイント

===============================================================*/
.section_course_point .section_inner {
  /*padding-top: 60px;*/
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_course_point .section_inner {
    /*padding-top: 20px;*/
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	headline
-------------------------------------------------------------*/
.section_course_point .headline {
  text-align: center;
  padding-top: 80px;
  background: url("/creative/course2024/common/include/section_course_point/images/icon-course-point-top.svg") no-repeat top center;
  background-size: 60px auto;
}

.section_course_point .headline .title {
  position: relative;
  font-size: 28px;
  line-height: 1.4;
  padding-bottom: 10px;
}

.section_course_point .headline .title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 3px;
  background: #000;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_course_point .headline {
    padding-top: 25vw;
    background-size: 20vw auto;
  }
  .section_course_point .headline .title {
    font-size: 5vw;
    padding-bottom: 3vw;
  }
  .section_course_point .headline .title:after {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 25vw;
    height: 1vw;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_point item
-------------------------------------------------------------*/
.content_point .item {
  position: relative;
  padding: 40px;
  border-bottom: 5px solid #cf000e;
  background: #fff url("/creative/course2024/common/include/section_course_point/images/img-course-point1.svg") no-repeat right 30px top 30px;
  background-size: 20% auto !important;
}

.content_point .item:nth-child(2) {
  background-image: url("/creative/course2024/common/include/section_course_point/images/img-course-point2.svg");
}

.content_point .item:nth-child(3) {
  background-image: url("/creative/course2024/common/include/section_course_point/images/img-course-point3.svg");
}

.content_point .item:nth-child(4) {
  background-image: url("/creative/course2024/common/include/section_course_point/images/img-course-point4.svg");
}

.content_point .item:nth-child(5) {
  background-image: url("/creative/course2024/common/include/section_course_point/images/img-course-point5.svg");
}

.content_point .item:nth-child(6) {
  background-image: url("/creative/course2024/common/include/section_course_point/images/img-course-point6.svg");
}

.content_point .item .num {
  display: inline-block;
  color: #cf000e;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

.content_point .item .head {
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px dashed #000;
}

.content_point .item p {
  font-size: 14px;
  line-height: 1.6;
}

.content_point .item .img_rb {
  position: absolute;
  bottom: 40px;
  right: 40px;
  margin: auto;
  width: 50%;
}

.content_point .item .img_rb img {
  width: 100%;
  height: auto;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .content_point .item .num {
    font-size: 1.8vw;
  }
  .content_point .item .head {
    font-size: 2.2vw;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  /*.content_point .flex_container .item:nth-child(1) {
  	margin-top:0;
  }*/
  .content_point .item {
    padding: 6vw;
    background-position: right 20px top 20px;
  }
  .content_point .item .num {
    font-size: 3.5vw;
    padding-bottom: 1.5vw;
    border-bottom: 1px solid #000;
  }
  .content_point .item .head {
    font-size: 4.5vw;
    padding: 2.5vw 0;
    margin-bottom: 2.5vw;
  }
  .content_point .item p {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .content_point .item .img_rb {
    bottom: 25px;
    right: 25px;
    margin: auto;
    width: 30%;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_point time
-------------------------------------------------------------*/
.content_point .item .time {
  margin-top: 20px;
}

.content_point .item .time + * {
  margin-top: 20px;
}

.content_point .item .time h6 {
  color: #666;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  background: #d6d7d7;
  border-radius: 15px;
}

.content_point .item .time p {
  font-size: 19px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.content_point .item .time p .dot {
  font-size: 12px;
  font-weight: normal;
}

.content_point .item .time p .red {
  color: #cf000e;
  font-size: 30px;
  font-weight: bold;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .content_point .item .time p {
    font-size: 1.5vw;
  }
  .content_point .item .time p .dot {
    font-size: 1vw;
  }
  .content_point .item .time p .red {
    font-size: 2.5vw;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_point .item .time {
    margin-top: 3vw;
  }
  .content_point .item .time + * {
    margin-top: 2.5vw;
  }
  .content_point .item .time h6 {
    font-size: 3.5vw;
    line-height: 5vw;
    padding: 1vw 0;
    border-radius: 3vw;
  }
  .content_point .item .time p {
    font-size: 4vw;
    text-align: left;
    margin-top: 3vw;
    line-height: 1.4;
  }
  .content_point .item .time p .dot {
    font-size: 3vw;
  }
  .content_point .item .time p .red {
    font-size: 6vw;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_point list
-------------------------------------------------------------*/
.content_point .list li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}

.content_point .list li .btn_arw {
  margin-left: 10px;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_point .list li {
    font-size: 12px;
    font-weight: normal;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_point btn_arw
-------------------------------------------------------------*/
.content_point .item .btn_arw {
  display: inline-block;
  margin-top: 20px;
}

.content_point .item .btn_arw a {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #cf000e;
  padding: 4px 0 4px 6px;
}

.content_point .item .btn_arw a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  right: -25px;
  margin: auto;
  width: 30px;
  height: 30px;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #cf000e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content_point .item .btn_arw a:hover {
  text-decoration: none;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_point .item .btn_arw {
    margin-top: 10px;
  }
  .content_point .item .btn_arw a {
    font-size: 12px;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_point btn_two
-------------------------------------------------------------*/
.content_point .btn_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}

.content_point .btn_two .btn {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 48%;
  margin-right: 4%;
}

.content_point .btn_two .btn + .btn {
  margin-right: 0;
}

.content_point .btn_two .btn a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 15px 0;
  background: #e76295;
  border-radius: 2px;
  /*box-shadow: 0px -2px 0px rgba(0,0,0,0.4) inset;*/
}

.content_point .btn_two .btn + .btn a {
  background: #9fc748;
}

.content_point .btn_two .btn a:hover {
  text-decoration: none;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_point .btn_two {
    margin-top: 20px;
  }
  .content_point .btn_two .btn a {
    font-size: 3.5vw;
    line-height: 6vw;
    padding: 2vw 0;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	section_footerbnr フッターバナーエリア

===============================================================*/
.section_footerbnr {
  background: rgba(0, 0, 0, 0.03);
}
.section_footerbnr .section_inner {
  padding-bottom: 50px;
}
@media only screen and (max-width: 800px) {
  .section_footerbnr .section_inner {
    padding-bottom: 5vw;
  }
}

.section_footerbnr .flex_container .item:nth-child(-n+2) {
  margin-top: 0;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_footerbnr .flex_container .item:nth-child(2) {
    margin-top: 3vw;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_bnr
-------------------------------------------------------------*/
.content_bnr a {
  display: block;
}

.content_bnr .bnr2 .left {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.content_bnr .bnr2 .right {
  float: right;
  width: 48%;
}

.content_bnr .bnr2 + .bnr2 {
  margin-top: 30px;
}

.content_bnr .bnr1 {
  width: 100%;
  margin-top: 30px;
  max-height: 150px;
  overflow: hidden;
}

.content_bnr .bnr1 img {
  margin-top: -4%;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_bnr .bnr2 .left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .content_bnr .bnr2 .right {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .content_bnr .bnr2 + .bnr2 {
    margin-top: 10px;
  }
  .content_bnr .bnr1 {
    margin-top: 10px;
  }
  .content_bnr .bnr1 {
    width: 100%;
    max-height: inherit;
    overflow: hidden;
  }
  .content_bnr .bnr1 img {
    margin-top: 0%;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	専攻トップ
	section_performance 就職実績

===============================================================*/
.section_performance {
  background: #fff;
}

.section_performance .banner a {
  position: relative;
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: #ff0;
  padding: 30px;
  border: 0px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  vertical-align: middle;
}

.section_performance .banner a:hover {
  background: #FFF800;
}

.section_performance .banner a .title {
  display: inline-block;
  font-size: 30px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 0.5em;
  vertical-align: middle;
}

.section_performance .banner a .counter {
  display: inline-block;
  width: 400px;
  font-size: 30px;
  line-height: 60px;
  font-weight: bold;
  text-align: right;
  /*background: url("/creative/course2024/common/images/counter/course_counter_bg.png") repeat-x left bottom;
  background-size: 100% 30px;*/
  margin: 0 40px;
  vertical-align: middle;
  position: relative;
}

.section_performance .banner a .counter::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #000;
  z-index: 1;
}

.section_performance .banner a .counter span {
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.section_performance .banner a .counter .num {
  font-size: 60px;
  font-family: "GothicA1-Black-Subset", sans-serif;
  letter-spacing: -0.05em;
}

.section_performance .banner .flash {
  display: inline-block;
}

.section_performance .banner a .counter .slash {
  font-size: 60px;
  font-family: "open-sans-condensed-bold", sans-serif;
  padding: 0 10px;
  font-weight: 400;
}

.section_performance .banner a .announce {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}

.section_performance .banner a .announce .perfect {
  font-size: 26px;
  font-weight: bold;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_performance .banner a .title {
    position: static;
    display: block;
    line-height: 1;
    text-align: center;
    -webkit-transform: none;
            transform: none;
  }
  .section_performance .banner a .counter {
    margin-left: 0;
    margin-top: 15px;
  }
  .section_performance .banner a .announce {
    margin-top: 15px;
  }
} /* for tablet max-width: $width_tab */
@media screen and (max-width: 800px) {
  .section_performance .banner a {
    padding: 4vw 3vw 4vw;
  }
  .section_performance .banner a .title {
    font-size: 4.5vw;
  }
  .section_performance .banner a .counter {
    width: auto;
    font-size: 2.5vw;
    line-height: 1;
    margin-top: 2vw;
    margin-right: 0;
    background-size: 100% 20px;
  }
  .section_performance .banner a .counter .num {
    font-size: 8vw;
  }
  .section_performance .banner a .counter .slash {
    font-size: 8vw;
    padding: 0 5px;
  }
  .section_performance .banner a .announce {
    display: block;
    font-size: 3.2vw;
    line-height: 1;
    text-align: center;
    margin-top: 3vw;
  }
  .section_performance .banner a .announce .perfect {
    font-size: 4vw;
  }
  .section_performance .banner a .arrow {
    width: 20px;
  }
  .section_performance .banner a .arrow img {
    width: 10px;
    right: 5px;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	専攻トップ
	section_alumni_voices 卒業生の声

===============================================================*/
.section_alumni_voices {
  background: #fff;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
/* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_voices
-------------------------------------------------------------*/
.content_voices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.content_voices .item {
  width: 48%;
  margin-right: 4%;
  border: 2px solid #f28d27;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}

.content_voices .item + .item {
  margin-right: 0;
}

.content_voices .item .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  background: #f28d27;
  text-align: center;
  padding: 10px 15px;
  color: #fff;
}

.content_voices .item .title .small {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-left: 10px;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_voices .item {
    width: 100%;
    margin-right: 0;
    border-top: none;
  }
  .content_voices .item + .item {
    margin-right: 0;
  }
  .content_voices .item .title {
    font-size: 4.5vw;
    padding: 3vw;
  }
  .content_voices .item .title .small {
    font-size: 3.5vw;
    line-height: 20px;
  }
  .content_voices .item + .item .title {
    display: none;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	box
-------------------------------------------------------------*/
.content_voices .item .box {
  padding: 40px;
  padding-top: 50px;
}

.content_voices .item .box .head {
  padding-bottom: 15px;
  border-bottom: 2px solid #f28d27;
}

.content_voices .item .box .head .company {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-top: 5px;
}

.content_voices .item .box .head .company .tag {
  display: inline-block;
  color: #f28d27;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 3px 10px;
  background: #fff;
  border: solid 1px #f28d27;
  margin-right: 15px;
  position: absolute;
  top: -25px;
}

.content_voices .item .box .head .sub {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 5px;
}

.content_voices .item .box .read {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 20px;
}

.content_voices .item .box p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  margin-top: 20px;
}

.content_voices .item .box .img {
  margin-top: 20px;
}

.content_voices .item .box .img .student_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
}

.content_voices .item .box .img .student {
  width: 40%;
}

.content_voices .item .box .img .name {
  width: 60%;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
  padding: 0 30px;
}

.content_voices .item .box .img .name .small {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.content_voices .item .box .img .work {
  margin-top: 20px;
}

.content_voices .item .box .img .caption {
  margin-top: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .content_voices .item .box .img .name {
    font-size: 3vw;
  }
  .content_voices .item .box .img .name .small {
    font-size: 1.5vw;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_voices .item .box {
    padding: 5vw;
    padding-top: 8vw;
  }
  .content_voices .item .box .head {
    padding-bottom: 5vw;
  }
  .content_voices .item .box .head .company {
    font-size: 4vw;
    line-height: 1.5;
    vertical-align: top;
    padding-top: 2vw;
  }
  .content_voices .item .box .head .company .tag {
    font-size: 2.5vw;
    line-height: 1;
    padding: 1vw 2vw;
    top: -5vw;
  }
  .content_voices .item .box .head .sub {
    font-size: 3.2vw;
    line-height: 1.2;
    margin-top: 0;
  }
  .content_voices .item .box .read {
    font-size: 4vw;
    margin-top: 5vw;
  }
  .content_voices .item .box p {
    font-size: 3.2vw;
    margin-top: 3vw;
    font-weight: normal;
  }
  .content_voices .item .box .img {
    margin-top: 20px;
  }
  .content_voices .item .box .img .student {
    width: 35%;
  }
  .content_voices .item .box .img .name {
    width: 65%;
    padding: 0 3vw;
    font-size: 5.4vw;
  }
  .content_voices .item .box .img .name .small {
    font-size: 3vw;
    line-height: 1.4;
  }
  .content_voices .item .box .img .work {
    margin-top: 3vw;
  }
  .content_voices .item .box .img .caption {
    margin-top: 2vw;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	section_bnr_large_vertical

===============================================================*/
.section_bnr_large_vertical {
  background: #fff;
}

.bnrarea_vertical .bnr + .bnr {
  margin-top: 20px;
}

.bnrarea_vertical .bnr a img {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.bnrarea_vertical .bnr a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_bnr_large_vertical .section_inner {
    padding-top: 0;
  }
  .section_3bnr + .section_bnr_large_vertical .section_inner {
    padding-top: 20px;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	hover_scale_up
-------------------------------------------------------------*/
.hover_scale_up .item {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.hover_scale_up .item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.6;
}

/*===============================================================

	メルメROOMバナー
	/creative/course2024/manga_illustration_world/index.html
	bnr_single

===============================================================*/
.bnr_single {
  margin: 0 auto;
}

.bnr_single a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bnr_single a:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
/* for SP max-width: $width_sp */
/*===============================================================

	4年制ワールドトップ　2024

===============================================================*/
/*===============================================================

	ワールドヘッダ

===============================================================*/
.bg_year_system_4::after {
  position: fixed;
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgba(50, 50, 50, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#33000000",GradientType=1 );
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.year_system_4_world .world_header {
  position: relative;
}

/* PCのみ */
@media screen and (min-width: 1071px) {
  .year_system_4_world .world_header .world_header_inner {
    padding: 80px 20px 80px 20px;
  }
  .year_system_4_world .world_header .ja {
    font-size: 30px;
  }
} /* for tablet min-width: 1071px */
@media screen and (min-width: 1071px) and (max-width: 1180px) {
  .year_system_4_world .world_header .world_header_inner {
    padding: 40px 20px;
  }
} /* for tablet min-width: 1071px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .year_system_4_world .world_header::after {
    content: none;
    width: 14vw;
    height: 100%;
    right: 10px;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .year_system_4_world .world_header::after {
    content: none;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	section_world_outline_txt

===============================================================*/
.section_world_outline_txt .title {
  font-size: 40px;
  line-height: 1.4;
}

.section_world_outline_txt p {
  font-size: 16px;
  line-height: 2;
  margin-top: 1.5em;
}

/* PCのみ */
@media screen and (min-width: 1071px) {
  .section_world_outline_txt .section_inner {
    padding: 60px 0;
  }
} /* for tablet min-width: 1071px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_world_outline_txt .section_inner {
    padding-bottom: 50px;
  }
  .section_world_outline_txt .title {
    font-size: 3.5vw;
  }
  .section_world_outline_txt p {
    font-size: 1.5vw;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_world_outline_txt .section_inner {
    padding-bottom: 5vw;
  }
  .section_world_outline_txt .title {
    font-size: 5.2vw;
  }
  .section_world_outline_txt p {
    font-size: 4vw;
    line-height: 1.6;
    margin-top: 1em;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	section_3program

===============================================================*/
.section_3program {
  padding-bottom: 60px;
}

.section_3program .header_block {
  text-align: center;
}

.section_3program .header_block .title {
  font-size: 35px;
  line-height: 1.4;
}

.section_3program .header_block .title strong {
  font-size: 60px;
  line-height: 1.4;
}

.section_3program .header_block p {
  font-size: 16px;
  line-height: 2;
  margin-top: 1em;
}

.section_3program .delay_view .box {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.section_3program .delay_view .box:nth-child(2) {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.section_3program .delay_view .box:nth-child(3) {
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
}

.section_3program .view_active .box {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_3program {
    padding-bottom: 40px;
  }
  .section_3program .header_block .title {
    font-size: 3.2vw;
  }
  .section_3program .header_block .title strong {
    font-size: 5.5vw;
  }
  .section_3program .header_block p {
    font-size: 1.5vw;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_3program {
    padding-bottom: 5vw;
  }
  .section_3program .header_block .title {
    font-size: 6vw;
  }
  .section_3program .header_block .title strong {
    font-size: 9vw;
  }
  .section_3program .header_block p {
    font-size: 3.5vw;
    line-height: 1.6;
    text-align: left;
    margin-top: 0.8em;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	.section_3program .body_block
-------------------------------------------------------------*/
.section_3program .body_block {
  text-align: center;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_3program .body_block .box {
  border-width: 0px;
  border-style: solid;
  padding: 30px;
  width: calc((100% - 4px) / 3);
  background: #fff;
  /*	box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);*/
}

.section_3program .body_block .box:nth-child(1) {
  border-radius: 100px 0 0 100px;
  padding-left: 50px;
}

.section_3program .body_block .box:nth-child(3) {
  border-radius: 0 100px 100px 0;
  padding-right: 50px;
}

.section_3program .body_block .box .title {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}

.section_3program .body_block .box p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
}

/* タブレット以下 */
@media screen and (max-width: 1220px) {
  .section_3program .body_block .box .title {
    font-size: 1.8vw;
  }
  .section_3program .body_block .box p {
    font-size: 1.3vw;
    margin-top: 1.5vw;
  }
  .section_3program .body_block .box {
    padding: 5vw 0vw;
  }
  .section_3program .body_block .box:nth-child(1) {
    padding-left: 3vw;
  }
  .section_3program .body_block .box:nth-child(3) {
    padding-right: 3vw;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_3program .body_block {
    margin-top: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_3program .body_block .box {
    padding: 5vw;
    width: 100%;
    margin: 0 auto;
  }
  .section_3program .body_block .box + .box {
    margin-top: 2px;
  }
  .section_3program .body_block .box .title {
    font-size: 5vw;
  }
  .section_3program .body_block .box p {
    font-size: 3.5vw;
    line-height: 1.6;
    margin-top: 3vw;
  }
  .section_3program .body_block .box:nth-child(1) {
    border-radius: 5vw 5vw 0 0;
    padding-top: 8vw;
  }
  .section_3program .body_block .box:nth-child(2) {
    border-radius: 0;
  }
  .section_3program .body_block .box:nth-child(3) {
    border-radius: 0 0 5vw 5vw;
    padding-bottom: 8vw;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	4年制コース

===============================================================*/
/*===============================================================

	ワールドヘッダ

===============================================================*/
.year_system_4_course .world_header {
  background-image: none;
}

/* PCのみ */
@media screen and (min-width: 1071px) {
  .year_system_4_course .world_header .world_header_inner {
    padding: 20px;
  }
  .year_system_4_course .world_header .label::after {
    width: 80%;
  }
  .year_system_4_course .world_header .subject {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .year_system_4_course .world_header .en {
    font-size: 15px;
    margin-top: 10px;
  }
  .year_system_4_course .world_header .ja {
    font-size: 35px;
  }
} /* for tablet min-width: 1071px */
/* タブレット以下 */
@media screen and (max-width: 1180px) {
  .year_system_4_world .world_header .label {
    width: 14vw !important;
  }
} /* for tablet max-width: $width_tab */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .year_system_4_world .world_header::after {
    content: none;
  }
  .year_system_4_course .world_header .subject {
    font-size: 1.3vw;
    padding: 0;
  }
  .year_system_4_course .world_header .ja {
    font-size: 3.1vw;
  }
  .year_system_4_course .world_header .en {
    font-size: 1.5vw;
    padding-top: 1vw;
  }
  .year_system_4_course .world_header .label .year_system {
    /*	transform: translateY(-1.8vw);*/
    font-size: 2vw;
  }
  .year_system_4_course .world_header .label .year_system:first-letter {
    font-size: 3.7vw;
    line-height: 1;
  }
  .year_system_4_course .world_header .label .skill {
    /*	transform: translateY(-2.3vw);*/
    font-size: 1.1vw;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .year_system_4_course .world_header .subject {
    font-size: 2.5vw;
    line-height: 1.4;
    padding-bottom: 0;
    padding-top: 3vw;
  }
  .year_system_4_course .world_header .en {
    font-size: 3vw;
    margin-top: 1.5vw;
  }
  .year_system_4_course .world_header .ja {
    font-size: 5.5vw;
  }
  .year_system_4_course .world_header .labe,
  .year_system_4_world .world_header .label {
    width: 100% !important;
  }
  .year_system_4_course .world_header .label .year_system {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 3.7vw;
  }
  .year_system_4_course .world_header .label .year_system:first-letter {
    font-size: 4vw;
    line-height: 1;
  }
  .year_system_4_course .world_header .label .skill {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 3.7vw;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	section_year_system_4

===============================================================*/
.section_year_system_4 {
  position: relative;
}

.section_year_system_4 .content + .content {
  margin-top: 80px;
}

/* PCのみ */
@media screen and (min-width: 1220px) {
  .section_year_system_4 .section_inner {
    padding: 60px 50px 100px 50px;
  }
}
/* for tablet min-width: 1071px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_year_system_4 .content + .content {
    margin-top: 40px;
  }
  .section_year_system_4::after {
    content: none;
  }
}
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_year_system_4 .content + .content {
    margin-top: 8vw;
  }
  .section_year_system_4::before,
  .section_year_system_4::after {
    content: none;
  }
}
/* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	.section_year_system_4 .content_column
-------------------------------------------------------------*/
.section_year_system_4 .content_column {
  position: relative;
}

.section_year_system_4 .content_lesson .title,
.section_year_system_4 .content_column .title {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  text-align: left;
}
.section_year_system_4 .content_lesson .title.center,
.section_year_system_4 .content_column .title.center {
  text-align: center;
}

.section_year_system_4 .content_lesson .subtitle,
.section_year_system_4 .content_column .subtitle {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  text-align: left;
  margin-top: 10px;
}

.section_year_system_4 .content_column p {
  font-size: 16px;
  line-height: 2;
  margin-top: 1em;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_year_system_4 .content_lesson .title,
  .section_year_system_4 .content_column .title {
    font-size: 4.5vw;
    line-height: 1.4;
  }
  .section_year_system_4 .content_lesson .subtitle,
  .section_year_system_4 .content_column .subtitle {
    font-size: 4vw;
    margin-top: 2vw;
  }
  .section_year_system_4 .content_column p {
    font-size: 3.5vw;
    line-height: 1.6;
    margin-top: 1em;
  }
}
/* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	section_year_system_4 .floating	
-------------------------------------------------------------*/
.section_year_system_4 .floating {
  position: absolute;
  top: -150px;
  right: -300px;
  width: 300px;
  z-index: 100;
}

.section_year_system_4 .floating img {
  width: 100%;
  height: auto;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_year_system_4 .floating {
    display: none;
  }
}
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
/* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	content_photos	
-------------------------------------------------------------*/
.content_photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content_photos .photo {
  width: 48%;
  margin-top: 30px;
}

.content_photos .photo:nth-child(1),
.content_photos .photo:nth-child(2) {
  margin-top: 0;
}

.content_photos .photo img {
  width: 100%;
  height: auto;
}

.content_photos .photo p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

/*
.section_year_system_4 .content + .content_photos {
	margin-top: 40px;
}*/
/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_photos .photo p {
    margin-top: 1vw;
    font-size: 3vw;
  }
  .content_photos .photo {
    width: 48%;
    margin-top: 3vw;
  }
}
/* for SP max-width: $width_sp */
/*===============================================================

	content_border_10_5

===============================================================*/
.content_border_10_5 {
  padding: 40px;
  background: #fff;
  border-radius: 30px;
  /* タブレット以下 */
  /* for tablet max-width: $width_tab */
  /* SP向けレイアウトの指定：～$width_sp */
}
@media only screen and (max-width: 800px) {
  .content_border_10_5 {
    padding: 5vw;
    border-radius: 5vw;
  }
}

/*===============================================================

	content_has_border

===============================================================*/
.content_has_border {
  padding: 40px;
  background: #fff;
  border-radius: 30px;
  border: solid 3px #000;
  /* タブレット以下 */
  /* for tablet max-width: $width_tab */
  /* SP向けレイアウトの指定：～$width_sp */
}
.content_has_border .title_block {
  text-align: center;
}
.content_has_border .title_block .title {
  font-size: 25px;
  display: inline-block;
  border-bottom: dashed 1px #000;
  padding-bottom: 10px;
}
.content_has_border .body_block {
  margin-top: 50px;
}
.content_has_border .body_block .block_title {
  font-size: 18px;
  padding: 10px 10px 5px 10px;
  background-color: #ff0;
  border-radius: 0 50px 50px 0;
}
.content_has_border .body_block .title {
  font-size: 18px;
}
.content_has_border .body_block .title + p,
.content_has_border .body_block .block_title + p,
.content_has_border .body_block .case_title + p,
.content_has_border .body_block p + p {
  margin-top: 1em;
}
.content_has_border .body_block .caption {
  margin-top: 10px;
  line-height: 1.4;
}
.content_has_border .body_block .small {
  font-size: 80%;
}
.content_has_border .body_block .case_title {
  font-size: 18px;
}
.content_has_border .body_block .case_title .logo {
  display: block;
  height: 50px;
  width: auto;
  margin-bottom: 10px;
}
.content_has_border .body_block .case_title .logo img {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 800px) {
  .content_has_border {
    padding: 5vw;
    border-radius: 5vw;
  }
  .content_has_border .title_block {
    text-align: center;
  }
  .content_has_border .title_block .title {
    font-size: 4.5vw;
    padding-bottom: 2vw;
  }
  .content_has_border .body_block {
    margin-top: 8vw;
  }
  .content_has_border .body_block .block_title {
    font-size: 4vw;
    padding: 2vw;
    border-radius: 0;
  }
  .content_has_border .body_block .title {
    font-size: 4vw;
  }
  .content_has_border .body_block .block_title + p {
    margin-top: 1em;
  }
  .content_has_border .body_block .caption {
    margin-top: 10px;
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .content_has_border .body_block .small {
    font-size: 80%;
  }
  .content_has_border .body_block .case_title {
    font-size: 4vw;
  }
  .content_has_border .body_block .case_title .logo {
    height: 10vw;
    margin-bottom: 2vw;
  }
}

/* for SP max-width: $width_sp */
/*===============================================================

	各専攻　学生作品
	project_item

===============================================================*/
.project_item + .content_multi_project {
  margin-top: 80px;
}
@media only screen and (max-width: 800px) {
  .project_item + .content_multi_project {
    margin-top: 6vw;
  }
}

* + .project_item {
  margin-top: 40px;
}

.project_item .title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
}

.project_item .title2 {
  color: #000 !important;
  font-size: 40px;
  padding: 0;
  border: none;
}

.project_item .title_logo {
  max-width: 500px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 800px) {
  .project_item .title_logo {
    width: 70vw;
    max-width: 300px;
    margin-bottom: 5vw;
  }
}

.project_item .read {
  text-align: center;
}

.project_item .read span {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 10px;
  background: #ff0;
}

.project_item .read + p {
  margin-top: 20px;
}

.project_item .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project_item .items .item {
  margin-top: 20px;
}

.project_item .items .item_2_1 {
  width: 49%;
}

.project_item .items .item_3_1 {
  width: 32%;
}

.project_item .items .item_3_2 {
  width: 66%;
}

.project_item .items .item_4_1 {
  width: 23.5%;
}

.project_item .items .item_4_2 {
  width: 49%;
}

.project_item .items .item_4_3 {
  width: 74.5%;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  * + .project_item {
    margin-top: 6vw;
  }
  .project_item .title {
    font-size: 4.2vw;
    padding: 2vw 0;
    border-left: none;
    border-right: none;
  }
  .project_item .title2 {
    font-size: 5vw;
    padding: 0;
    padding-bottom: 1em;
  }
  .project_item .read span {
    display: block;
    font-size: 4vw;
    line-height: 1.3;
    padding: 1.5vw;
    margin-top: 2vw;
  }
  .project_item .read + p {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  .project_item .items .item {
    margin-top: 4vw;
  }
  .project_item .items .item_2_1 {
    width: 100%;
  }
  .project_item .items .item_3_1 {
    width: 48.5%;
  }
  .project_item .items .item_3_2 {
    width: 48.5%;
  }
  .project_item .items .item_4_1 {
    width: 48.5%;
  }
  .project_item .items .item_4_2 {
    width: 48.5%;
  }
  .project_item .items .item_4_3 {
    width: 48.5%;
  }
  .automotive_design_world .project_item .items .item_2_1 {
    width: 49%;
  }
}
/* for SP max-width: $width_sp */
/*===============================================================

	ゲーム業界就職実績
	project_info

===============================================================*/
/*
年度更新
.[01] .project_info .color {	color: #[02];	}
*/
.super_technology_world .project_info .color {
  color: #e50111;
}

.super_e_entertainment_world .project_info .color {
  color: #1d50a0;
}

.ai_it_technology_world .project_info .color {
  color: #5ab431;
}

.automotive_design_world .project_info .color {
  color: #f1b000;
}

.design_world .project_info .color {
  color: #8f61a2;
}

.manga_illustration_world .project_info .color {
  color: #dc4f93;
}

.game_cg_movie_animation_world .project_info .color {
  color: #52b489;
}

.project_info .title {
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.project_info .title .small {
  font-size: 80%;
}

.project_info .sub {
  font-size: 20px;
  line-height: 1.4;
}

.project_info .sub + * {
  margin-top: 20px;
}

.project_info * + .sub {
  margin-top: 20px;
}

.project_info .catch {
  display: inline-block;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  padding: 10px;
  margin-top: 20px;
}

.project_info .catch .s {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  padding: 0 10px;
}

.project_info .list {
  position: relative;
  border: 1px dashed #aaa;
  background: rgba(0, 0, 0, 0.03);
  margin-top: 20px;
}
.project_info .list + .caution {
  font-size: 0.7em;
  text-align: right;
  margin-top: 0.5em;
}

.project_info .list:before {
  content: "";
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.project_info .list:after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  right: -1.5px;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.project_info .list ul {
  padding: 20px;
  margin-top: -2px;
  /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    // align-items: center;
  */
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.project_info .list ul li {
  line-height: 1.6;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.project_info .list_4column ul {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
}
.project_info .list_4column ul li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.project_info .list li {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 2px;
}

.project_info .list .head {
  font-weight: bold;
  margin-top: 5px;
}

.project_info .list + p {
  font-size: 14px;
  margin-top: 20px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .project_info .catch {
    font-size: 2.8vw;
    line-height: 1;
    padding: 10px;
    margin-top: 10px;
  }
  .project_info .catch .s {
    font-size: 1.1vw;
    padding: 0 0.5vw;
  }
}
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .project_info .item {
    margin-top: 6vw;
  }
  .project_info .title {
    font-size: 5vw;
    padding-bottom: 3vw;
  }
  .project_info .sub {
    font-size: 4vw;
  }
  .project_info .sub + * {
    margin-top: 4vw;
  }
  .project_info * + .sub {
    margin-top: 4vw;
  }
  .project_info .catch {
    display: block;
    font-size: 5.5vw;
    padding: 2vw;
    margin-top: 4vw;
  }
  .project_info .catch .s {
    font-size: 2.2vw;
    padding: 0 2vw;
  }
  .project_info .list {
    margin-top: 4vw;
  }
  .project_info .list:before {
    width: 10px;
    height: 10px;
  }
  .project_info .list:after {
    width: 10px;
    height: 10px;
  }
  .project_info .list ul {
    padding: 3vw;
    margin-top: 0;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .project_info .list li {
    font-size: 2.8vw;
    margin-top: 0;
    padding: 0;
    width: 100% !important;
    letter-spacing: 0;
  }
  .project_info .list li + li {
    margin-top: 0.2em;
  }
  .project_info .list .head {
    font-size: 2.5vw;
    margin: 0;
    margin-top: 0vw;
    display: block;
  }
  .project_info .list .head .color {
    font-size: 3.5vw;
  }
  .project_info .list .head + li {
    margin-left: 0vw;
  }
  .project_info .list li + .head {
    margin-top: 4vw;
  }
  .project_info .list + p {
    font-size: 3.5vw;
    margin-top: 4vw;
  }
}
/* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	item
-------------------------------------------------------------*/
.project_info .item .detail {
  margin-top: 20px;
}

.project_info .item .detail .head {
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
}

.project_info .item .detail .head .tag {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-right: 0.5em;
}

.project_info .item .detail .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.project_info .item .detail .box .read {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 10px;
}

.project_info .item .detail .box .img {
  width: 38%;
}

.project_info .item .detail .box p {
  width: 58%;
  font-size: 12px;
  line-height: 1.6;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .project_info .item .detail {
    margin-top: 2vw;
  }
  .project_info .item .detail .head {
    font-size: 3.5vw;
  }
  .project_info .item .detail .head .tag {
    display: block;
    font-size: 4vw;
    padding-bottom: 1vw;
  }
  .project_info .item .detail .box {
    margin-top: 2vw;
  }
  .project_info .item .detail .box .read {
    font-size: 3.5vw;
    padding-bottom: 4vw;
  }
  .project_info .item .detail .box .img {
    width: 100%;
  }
  .project_info .item .detail .box p {
    width: 100%;
    font-size: 3.5vw;
    margin-top: 4vw;
  }
}
/* for SP max-width: $width_sp */
/*===============================================================

    visiting_info

===============================================================*/
.visiting_info p {
  font-size: 20px;
  line-height: 1.5 !important;
}
.visiting_info .align_center {
  text-align: left;
}
.visiting_info .visiting_title {
  font-size: 40px;
  line-height: 1;
  margin-top: 15px;
}
.visiting_info .visiting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-top: 15px;
  padding: 10px 0 5px 0;
}
.visiting_info .visiting .kigyou {
  font-size: 20px;
}
.visiting_info .visiting .num {
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
}
.visiting_info .visiting .num .small {
  font-size: 50%;
}
.visiting_info .sub + .grid_wrp {
  margin-top: -30px;
}
.visiting_info .list_title + .list {
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .visiting_info p {
    font-size: 1.43vw;
    line-height: 1.4 !important;
  }
  .visiting_info .visiting_title {
    font-size: 3.5vw;
    margin-top: 1.07vw;
  }
  .visiting_info .visiting {
    margin-top: 1vw;
    padding: 0.5vw;
  }
  .visiting_info .visiting .kigyou {
    font-size: 1.3vw;
  }
  .visiting_info .visiting .num {
    font-size: 5.5vw;
  }
  .visiting_info .sub + .grid_wrp {
    margin-top: -2.14vw;
  }
  .visiting_info .list_title + .list {
    margin-top: 0.71vw;
  }
  .visiting_info .block {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 800px) {
  .visiting_info p {
    font-size: 3.5vw;
  }
  .visiting_info .visiting_title {
    font-size: 7vw;
    margin-top: 3vw;
  }
  .visiting_info .visiting {
    margin-top: 3vw;
    padding: 2vw 0;
  }
  .visiting_info .visiting .kigyou {
    font-size: 3.5vw;
  }
  .visiting_info .visiting .num {
    font-size: 9vw;
  }
  .visiting_info .sub + .grid_wrp {
    margin-top: -2vw;
  }
  .visiting_info .list_title + .list {
    margin-top: 3vw;
  }
  .visiting_info .block {
    margin-top: 5vw;
  }
}

/*===============================================================

    project_info

===============================================================*/
.project_info .profile {
  margin-top: 30px;
  background-color: #ebecf6;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project_info .profile .profile_title {
  font-weight: bold;
  font-size: 18px;
}
.project_info .profile .profile_txt {
  margin-top: 10px;
}
.project_info .profile .profile_txt p {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .project_info .profile {
    margin-top: 5vw;
    padding: 5vw;
  }
  .project_info .profile .profile_title {
    font-weight: bold;
    font-size: 4vw;
  }
  .project_info .profile .profile_txt {
    margin-top: 2.5vw;
  }
  .project_info .profile .profile_txt p {
    font-size: 3vw;
    line-height: 1.5;
  }
}

/*===============================================================

    project_info author

===============================================================*/
.project_info .author {
  padding-bottom: 20px;
}
.project_info .author .course_name .label {
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
}
.project_info .author .name {
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  .project_info .author {
    padding-bottom: 3vw;
  }
  .project_info .author .course_name {
    font-size: 3.5vw;
  }
  .project_info .author .name {
    font-size: 3.5vw;
  }
}

/*===============================================================

    project_info company_profile

===============================================================*/
.project_info .company_profile {
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}
.project_info .company_profile .logo {
  max-width: 200px;
}
.project_info .company_profile .company_name {
  font-weight: bold;
}
.project_info .company_profile .company_txt {
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .project_info .company_profile {
    border-radius: 10px;
    padding: 5vw;
    margin-top: 5vw;
  }
  .project_info .company_profile .logo {
    text-align: center;
    max-width: 100%;
  }
  .project_info .company_profile .logo img {
    max-width: 200px;
  }
  .project_info .company_profile .company_name {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
  .project_info .company_profile .company_txt {
    font-size: 3vw;
  }
}

/*===============================================================

	ゲーム業界 X TCA
	content_multi_tca

===============================================================*/
.content_multi_tca .tca_title {
  font-size: 55px;
  line-height: 1;
  text-align: center;
  padding-top: 100px;
  border-top: dashed 1px rgba(0, 0, 0, 0.3);
}

.game_programmer_planner_vr_advanced_diploma .content_multi_tca .tca_title {
  border-color: #182987;
}

.content_multi_tca .tca_title span {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

.content_multi_tca .tca_title span::after,
.content_multi_tca .tca_title span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000;
}

.game_graphic_illustration_advanced_diploma .content_multi_tca .tca_title span::after,
.game_graphic_illustration_advanced_diploma .content_multi_tca .tca_title span::before {
  background: #1d50a0;
}

.game_programmer_planner_vr_advanced_diploma .content_multi_tca .tca_title span::after,
.game_programmer_planner_vr_advanced_diploma .content_multi_tca .tca_title span::before {
  background: #182987;
}

.vfx_cg_images_advanced_diploma .content_multi_tca .tca_title span::after,
.vfx_cg_images_advanced_diploma .content_multi_tca .tca_title span::before {
  background: #f18904;
}

.animation_advanced_diploma .content_multi_tca .tca_title span::after,
.animation_advanced_diploma .content_multi_tca .tca_title span::before {
  background: #e95568;
}

.novel_scenario_advanced_diploma .content_multi_tca .tca_title span::after,
.novel_scenario_advanced_diploma .content_multi_tca .tca_title span::before {
  background: #f6ab00;
}

.comic_illustration_advanced_diploma .content_multi_tca .tca_title span::after,
.comic_illustration_advanced_diploma .content_multi_tca .tca_title span::before {
  background: #e4007f;
}

.manga_illustration_world .content_multi_tca .tca_title span::after,
.manga_illustration_world .content_multi_tca .tca_title span::before {
  background: #eb6ea5;
}

.content_multi_tca .tca_title span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_multi_tca .tca_title {
    font-size: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5vw;
  }
  .content_multi_tca .tca_title span {
    width: 8vw;
    height: 8vw;
    margin: 0 2vw;
  }
  .content_multi_tca .tca_title span::after,
  .content_multi_tca .tca_title span::before {
    height: 3px;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	ゲーム会社と取り組んだ企業プロジェクトの事例
	content_multi_project

===============================================================*/
.content_multi_project {
  text-align: center;
}

.content_multi_project .projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}

.content_multi_project .projects .project {
  width: 49%;
  padding: 20px;
  background: rgba(200, 200, 200, 0.2);
  margin-top: 20px;
}

.content_multi_project .projects .project .project_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 69px;
}

.content_multi_project .projects .project .project_title .logo {
  width: 90px;
  height: auto;
}

.content_multi_project .projects .project .project_title .company {
  width: calc(100% - 100px);
  padding-left: 10px;
  text-align: left;
  display: block;
}

.content_multi_project .projects .project .project_title + .project_fig {
  margin-top: 20px;
}

.content_multi_project .projects .project .project_title .logo img {
  width: 100%;
  height: auto;
}

.content_multi_project .projects .project .project_fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.content_multi_project .projects .project .project_fig .item {
  -ms-flex-preferred-size: calc((100% - 40px) / 2);
      flex-basis: calc((100% - 40px) / 2);
  margin: 0 10px;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_multi_project .projects {
    padding-top: 0;
  }
  .content_multi_project .projects .project {
    width: 100%;
    padding: 0vw;
    margin-top: 5vw;
    position: relative;
    background: none;
  }
  .content_multi_project .projects .project {
    border-top: solid 2px #000;
    padding-top: 5vw;
  }
  .game_graphic_illustration_advanced_diploma .content_multi_project .projects .project {
    border-color: #93176f;
  }
  .game_programmer_planner_vr_advanced_diploma .content_multi_project .projects .project {
    border-color: #182987;
  }
  .vfx_cg_images_advanced_diploma .content_multi_project .projects .project {
    border-color: #f18904;
  }
  .animation_advanced_diploma .content_multi_project .projects .project {
    border-color: #e95568;
  }
  .novel_scenario_advanced_diploma .content_multi_project .projects .project {
    border-color: #f6ab00;
  }
  .comic_illustration_advanced_diploma .content_multi_project .projects .project {
    border-color: #e4007f;
  }
  .content_multi_project .projects .project .project_title {
    min-height: 46px;
  }
  .content_multi_project .projects .project .project_title .logo {
    width: 60px;
  }
  .content_multi_project .projects .project .project_title .company {
    width: calc(100% - 70px);
    padding-left: 0;
    font-size: 4vw;
  }
  .content_multi_project .projects .project .project_title + .project_fig {
    margin-top: 3vw;
  }
  .content_multi_project .projects .project .item_2_1 + .item_2_1 {
    margin-top: 5vw;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	文字	
-------------------------------------------------------------*/
.content_multi_project .title_block .title {
  font-size: 25px;
  line-height: 1.3;
  color: #000;
}
.content_multi_project .title_block .title + p {
  margin-top: 1em;
}

.content_multi_project .projects .project .caption {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  margin-top: 5px;
}

.content_multi_project .projects .project .caption span {
  display: block;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_multi_project .title_block .title {
    font-size: 5vw;
  }
  .content_multi_project .projects .project .project_title .txt h3 {
    font-size: 4vw;
    line-height: 1.5;
  }
  .content_multi_project .projects .project .project_title .txt p {
    font-size: 3.5vw;
  }
  .content_multi_project .projects .project .project_title .txt p + p {
    margin-top: 2vw;
    padding-top: 2vw;
  }
  .content_multi_project .projects .project .project_title .txt p span {
    font-weight: normal;
    display: block;
    font-size: 3.2vw;
  }
  .content_multi_project .projects .project .project_fig {
    margin: 0 -2vw;
  }
  .content_multi_project .projects .project .project_fig .item {
    -ms-flex-preferred-size: calc((100% - 8vw) / 2);
        flex-basis: calc((100% - 8vw) / 2);
    margin: 0 2vw;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	専攻せ
	section_curriculum

===============================================================*/
.section_curriculum {
  background: #fff;
  border-radius: 100px 0 100px 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.section_curriculum::after,
.section_curriculum::before {
  content: none;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_curriculum {
    border-radius: 50px 0 50px 0;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_curriculum {
    border-radius: 5vw 0 5vw 0;
  }
  .section_curriculum {
    background: #fff;
    border-radius: 5vw 0 5vw 0;
  }
  .section_curriculum .section_inner {
    padding: 10vw 5vw;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	専攻 3,4年間のカリキュラム
	curriculum_box

===============================================================*/
.curriculum_box {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.curriculum_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.curriculum_box li {
  width: 33.33%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #000;
  border-radius: 30px 0 0 0;
}

.curriculum_box li:last-child {
  border-radius: 30px 30px 0 0;
}

.curriculum_box li .photo_block img {
  overflow: hidden;
  border-radius: 10px;
}

.curriculum_box .year_system_4 li {
  width: 25%;
}

.curriculum_box li:nth-child(1) .read {
  min-height: 100px;
}

.curriculum_box li:nth-child(2) .read {
  min-height: 160px;
}
.manga_illustration_novel_world .curriculum_box li:nth-child(2) .read {
  min-height: 190px;
}

.curriculum_box li:nth-child(3) .read {
  min-height: 220px;
}
.manga_illustration_novel_world .curriculum_box li:nth-child(3) .read {
  min-height: 250px;
}

.curriculum_box li:nth-child(4) .read {
  min-height: 280px;
}

@media screen and (max-width: 1550px) {
  .curriculum_box {
    width: 100%;
  }
}
/* for tablet max-width: $width_tab */
/* タブレット以下 */
@media screen and (max-width: 1300px) {
  .curriculum_box {
    margin-top: 3vw;
  }
  .curriculum_box li {
    padding: 1.5vw;
  }
  .curriculum_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* for tablet max-width: $width_tab */
/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .curriculum_box {
    margin-top: 5vw;
  }
  .curriculum_box li {
    height: auto;
    padding: 5vw;
    border-radius: 5vw 5vw 0 0;
    padding-bottom: 10vw;
  }
  .curriculum_box li + li {
    margin-top: -5vw;
  }
  .curriculum_box li:last-child {
    padding-bottom: 5vw;
  }
  .curriculum_box li,
  .curriculum_box .year_system_4 li {
    width: 100%;
  }
  .curriculum_box li:nth-child(1) .read,
  .curriculum_box li:nth-child(2) .read,
  .curriculum_box li:nth-child(3) .read,
  .curriculum_box li:nth-child(4) .read {
    min-height: 0;
  }
  .manga_illustration_novel_world .curriculum_box li:nth-child(1) .read,
  .manga_illustration_novel_world .curriculum_box li:nth-child(2) .read,
  .manga_illustration_novel_world .curriculum_box li:nth-child(3) .read,
  .manga_illustration_novel_world .curriculum_box li:nth-child(4) .read {
    min-height: 0;
  }
}
/* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	curriculum_box txt	
-------------------------------------------------------------*/
.curriculum_box .year {
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.curriculum_box .year strong {
  font-size: 40px;
}

.curriculum_box .year span {
  font-size: 25px;
}

.curriculum_box .copy {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  border-top: dashed 1px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
  padding: 15px 0;
  margin-top: 10px;
}

.curriculum_box .read {
  font-size: 13px;
  line-height: 1.6;
  padding: 15px 0;
}

.curriculum_box .list {
  font-size: 11px;
  line-height: 1.6;
  border-top: dashed 1px rgba(255, 255, 255, 0.5);
  padding-top: 15px;
  min-height: 120px;
  letter-spacing: 0;
  display: none;
}

/* タブレット以下 */
@media screen and (max-width: 1300px) {
  .curriculum_box .year {
    font-size: 1.5vw;
  }
  .curriculum_box .year strong {
    font-size: 3vw;
  }
  .curriculum_box .year span {
    font-size: 1.9vw;
  }
  .curriculum_box .copy {
    font-size: 1.23vw;
    padding: 1.2vw 0;
    margin-top: 0.8vw;
    font-weight: 500;
  }
  .curriculum_box .read {
    font-size: 0.95vw;
    padding: 1.2vw 0;
  }
  .curriculum_box .list {
    font-size: 0.9vw;
    line-height: 1.6;
    padding-top: 1.2vw;
    min-height: 9vw;
  }
}
/* for tablet max-width: $width_tab */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .curriculum_box .year {
    font-size: 1.86vw;
  }
  .curriculum_box .year strong {
    font-size: 3.73vw;
  }
  .curriculum_box .year span {
    font-size: 2.2vw;
  }
  .curriculum_box .copy {
    font-size: 1.8vw;
    padding: 1.5vw 0;
    margin-top: 1vw;
  }
  .curriculum_box .read {
    font-size: 1.5vw;
    padding: 1.5vw 0;
  }
  .curriculum_box .list {
    font-size: 1.2vw;
    padding-top: 1.5vw;
    min-height: 11.5vw;
  }
}
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .curriculum_box .year {
    font-size: 5.3vw;
  }
  .curriculum_box .year strong {
    font-size: 8vw;
  }
  .curriculum_box .year span {
    font-size: 6.5vw;
  }
  .curriculum_box .copy {
    font-size: 4.2vw;
    padding: 3vw 0;
    margin-top: 3vw;
  }
  .curriculum_box .read {
    font-size: 3.2vw;
    padding: 3vw 0;
  }
  .curriculum_box .list {
    font-size: 3.5vw;
    padding-top: 3vw;
    min-height: 0;
  }
  .curriculum_box .year_system_4 li:nth-child(1) {
    width: 88%;
  }
  .curriculum_box .year_system_4 li:nth-child(2) {
    width: 92%;
  }
  .curriculum_box .year_system_4 li:nth-child(3) {
    width: 96%;
  }
  .curriculum_box .year_system_4 li:nth-child(4) {
    width: 100%;
  }
  .curriculum_box .year_system_3 li:nth-child(1) {
    width: 92%;
  }
  .curriculum_box .year_system_3 li:nth-child(2) {
    width: 96%;
  }
  .curriculum_box .year_system_3 li:nth-child(3) {
    width: 100%;
  }
}
/* for SP max-width: $width_sp */
/*-------------------------------------------------------------

年度更新
curriculum_box バリエーション
.course_[01] .curriculum_box li:nth-child(1){ background: #[02]; }
.course_[01] .curriculum_box li:nth-child(2){ background: #[03]; }
.course_[01] .curriculum_box li:nth-child(3){ background: #[04]; }
.course_[01] .curriculum_box li:nth-child(4){ background: #[05]; }

-------------------------------------------------------------*/
.course_spatial_exerience_design .curriculum_box li:nth-child(1) {
  background: #bb0000;
}

.course_spatial_exerience_design .curriculum_box li:nth-child(2) {
  background: #a60000;
}

.course_spatial_exerience_design .curriculum_box li:nth-child(3) {
  background: #910000;
}

.course_spatial_exerience_design .curriculum_box li:nth-child(4) {
  background: #7c0000;
}

.course_communication_design .curriculum_box li:nth-child(1) {
  background: #bb0000;
}

.course_communication_design .curriculum_box li:nth-child(2) {
  background: #a60000;
}

.course_communication_design .curriculum_box li:nth-child(3) {
  background: #910000;
}

.course_communication_design .curriculum_box li:nth-child(4) {
  background: #7c0000;
}

.course_mobility_products .curriculum_box li:nth-child(1) {
  background: #bb0000;
}

.course_mobility_products .curriculum_box li:nth-child(2) {
  background: #a60000;
}

.course_mobility_products .curriculum_box li:nth-child(3) {
  background: #910000;
}

.course_mobility_products .curriculum_box li:nth-child(4) {
  background: #7c0000;
}

.course_comic_illustration_advanced .curriculum_box li:nth-child(1) {
  background: #bb0000;
}

.course_comic_illustration_advanced .curriculum_box li:nth-child(2) {
  background: #a60000;
}

.course_comic_illustration_advanced .curriculum_box li:nth-child(3) {
  background: #910000;
}

.course_comic_illustration_advanced .curriculum_box li:nth-child(4) {
  background: #7c0000;
}

.course_advanced_illustration .curriculum_box li:nth-child(1) {
  background: #bb0000;
}

.course_advanced_illustration .curriculum_box li:nth-child(2) {
  background: #a60000;
}

.course_advanced_illustration .curriculum_box li:nth-child(3) {
  background: #910000;
}

.course_advanced_illustration .curriculum_box li:nth-child(4) {
  background: #7c0000;
}

.course_super_game_creator .curriculum_box li:nth-child(1) {
  background: #002676;
}

.course_super_game_creator .curriculum_box li:nth-child(2) {
  background: #001161;
}

.course_super_game_creator .curriculum_box li:nth-child(3) {
  background: #00004c;
}

.course_super_game_creator .curriculum_box li:nth-child(4) {
  background: #000037;
}

.course_game_graphic_illustration .curriculum_box li:nth-child(1) {
  background: #002676;
}

.course_game_graphic_illustration .curriculum_box li:nth-child(2) {
  background: #001161;
}

.course_game_graphic_illustration .curriculum_box li:nth-child(3) {
  background: #00004c;
}

.course_game_graphic_illustration .curriculum_box li:nth-child(4) {
  background: #000037;
}

.course_vtuber .curriculum_box li:nth-child(1) {
  background: #002676;
}

.course_vtuber .curriculum_box li:nth-child(2) {
  background: #001161;
}

.course_vtuber .curriculum_box li:nth-child(3) {
  background: #00004c;
}

.course_vtuber .curriculum_box li:nth-child(4) {
  background: #000037;
}

.course_vfx_cg_images .curriculum_box li:nth-child(1) {
  background: #002676;
}

.course_vfx_cg_images .curriculum_box li:nth-child(2) {
  background: #001161;
}

.course_vfx_cg_images .curriculum_box li:nth-child(3) {
  background: #00004c;
}

.course_vfx_cg_images .curriculum_box li:nth-child(4) {
  background: #000037;
}

.course_animation_advanced .curriculum_box li:nth-child(1) {
  background: #002676;
}

.course_animation_advanced .curriculum_box li:nth-child(2) {
  background: #001161;
}

.course_animation_advanced .curriculum_box li:nth-child(3) {
  background: #00004c;
}

.course_animation_advanced .curriculum_box li:nth-child(4) {
  background: #000037;
}

.course_advanced_illustration_advanced_diploma .curriculum_box li:nth-child(1) {
  background: #5ab431;
}

.course_advanced_illustration_advanced_diploma .curriculum_box li:nth-child(2) {
  background: #459f1c;
}

.course_advanced_illustration_advanced_diploma .curriculum_box li:nth-child(3) {
  background: #308a07;
}

.course_advanced_illustration_advanced_diploma .curriculum_box li:nth-child(4) {
  background: #1b7500;
}

.course_it_engineer_advanced_diploma .curriculum_box li:nth-child(1) {
  background: #5ab431;
}

.course_it_engineer_advanced_diploma .curriculum_box li:nth-child(2) {
  background: #459f1c;
}

.course_it_engineer_advanced_diploma .curriculum_box li:nth-child(3) {
  background: #308a07;
}

.course_it_engineer_advanced_diploma .curriculum_box li:nth-child(4) {
  background: #1b7500;
}

.course_automotive_design_department .curriculum_box li:nth-child(1) {
  background: #c78600;
}

.course_automotive_design_department .curriculum_box li:nth-child(2) {
  background: #b27100;
}

.course_automotive_design_department .curriculum_box li:nth-child(3) {
  background: #9d5c00;
}

.course_automotive_design_department .curriculum_box li:nth-child(4) {
  background: #884700;
}

.course_graphic_design .curriculum_box li:nth-child(1) {
  background: #653778;
}

.course_graphic_design .curriculum_box li:nth-child(2) {
  background: #502263;
}

.course_graphic_design .curriculum_box li:nth-child(3) {
  background: #3b0d4e;
}

.course_graphic_design .curriculum_box li:nth-child(4) {
  background: #260039;
}

.course_illustration .curriculum_box li:nth-child(1) {
  background: #653778;
}

.course_illustration .curriculum_box li:nth-child(2) {
  background: #502263;
}

.course_illustration .curriculum_box li:nth-child(3) {
  background: #3b0d4e;
}

.course_illustration .curriculum_box li:nth-child(4) {
  background: #260039;
}

.course_digital_illustration_manga .curriculum_box li:nth-child(1) {
  background: #b22569;
}

.course_digital_illustration_manga .curriculum_box li:nth-child(2) {
  background: #9d1054;
}

.course_digital_illustration_manga .curriculum_box li:nth-child(3) {
  background: #88003f;
}

.course_digital_illustration_manga .curriculum_box li:nth-child(4) {
  background: #73002a;
}

.course_manga .curriculum_box li:nth-child(1) {
  background: #b22569;
}

.course_manga .curriculum_box li:nth-child(2) {
  background: #9d1054;
}

.course_manga .curriculum_box li:nth-child(3) {
  background: #88003f;
}

.course_manga .curriculum_box li:nth-child(4) {
  background: #73002a;
}

.course_comic_illustration .curriculum_box li:nth-child(1) {
  background: #b22569;
}

.course_comic_illustration .curriculum_box li:nth-child(2) {
  background: #9d1054;
}

.course_comic_illustration .curriculum_box li:nth-child(3) {
  background: #88003f;
}

.course_comic_illustration .curriculum_box li:nth-child(4) {
  background: #73002a;
}

.course_light_novel_scenario_novelist .curriculum_box li:nth-child(1) {
  background: #b22569;
}

.course_light_novel_scenario_novelist .curriculum_box li:nth-child(2) {
  background: #9d1054;
}

.course_light_novel_scenario_novelist .curriculum_box li:nth-child(3) {
  background: #88003f;
}

.course_light_novel_scenario_novelist .curriculum_box li:nth-child(4) {
  background: #73002a;
}

.course_game_graphic_character .curriculum_box li:nth-child(1) {
  background: #288a5f;
}

.course_game_graphic_character .curriculum_box li:nth-child(2) {
  background: #13754a;
}

.course_game_graphic_character .curriculum_box li:nth-child(3) {
  background: #006035;
}

.course_game_graphic_character .curriculum_box li:nth-child(4) {
  background: #004b20;
}

.course_game_programmer .curriculum_box li:nth-child(1) {
  background: #288a5f;
}

.course_game_programmer .curriculum_box li:nth-child(2) {
  background: #13754a;
}

.course_game_programmer .curriculum_box li:nth-child(3) {
  background: #006035;
}

.course_game_programmer .curriculum_box li:nth-child(4) {
  background: #004b20;
}

.course_game_planner .curriculum_box li:nth-child(1) {
  background: #288a5f;
}

.course_game_planner .curriculum_box li:nth-child(2) {
  background: #13754a;
}

.course_game_planner .curriculum_box li:nth-child(3) {
  background: #006035;
}

.course_game_planner .curriculum_box li:nth-child(4) {
  background: #004b20;
}

.course_cg_creators .curriculum_box li:nth-child(1) {
  background: #288a5f;
}

.course_cg_creators .curriculum_box li:nth-child(2) {
  background: #13754a;
}

.course_cg_creators .curriculum_box li:nth-child(3) {
  background: #006035;
}

.course_cg_creators .curriculum_box li:nth-child(4) {
  background: #004b20;
}

.course_animation .curriculum_box li:nth-child(1) {
  background: #288a5f;
}

.course_animation .curriculum_box li:nth-child(2) {
  background: #13754a;
}

.course_animation .curriculum_box li:nth-child(3) {
  background: #006035;
}

.course_animation .curriculum_box li:nth-child(4) {
  background: #004b20;
}

.course_video_picture_creators .curriculum_box li:nth-child(1) {
  background: #288a5f;
}

.course_video_picture_creators .curriculum_box li:nth-child(2) {
  background: #13754a;
}

.course_video_picture_creators .curriculum_box li:nth-child(3) {
  background: #006035;
}

.course_video_picture_creators .curriculum_box li:nth-child(4) {
  background: #004b20;
}

/*===============================================================

	主なカリキュラム
	curriculum_list

===============================================================*/
.curriculum_list {
  margin-top: 40px;
}
@media screen and (max-width: 1070px) {
  .curriculum_list {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 800px) {
  .curriculum_list {
    padding: 0 5vw;
  }
}
.curriculum_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 1070px) {
  .curriculum_list .list {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 800px) {
  .curriculum_list .list {
    display: block;
    margin-top: -4vw;
  }
}
.curriculum_list .list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}
@media screen and (max-width: 1070px) {
  .curriculum_list .list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -ms-flex-preferred-size: calc((100% - 80px) / 2);
        flex-basis: calc((100% - 80px) / 2);
    margin: 40px 20px 0;
  }
}
@media only screen and (max-width: 800px) {
  .curriculum_list .list .item {
    margin: 4vw 0 0;
  }
}
.curriculum_list .list .item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {
  .curriculum_list .list .item .heading {
    font-size: 3.5vw;
    line-height: 7vw;
    margin-bottom: 0.5em;
  }
}
.curriculum_list .list .item .heading .check {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  height: 30px;
  border-radius: 100%;
  border: 3px solid #fff800;
  margin-right: 5px;
}
@media only screen and (max-width: 800px) {
  .curriculum_list .list .item .heading .check {
    -ms-flex-preferred-size: 7vw;
        flex-basis: 7vw;
    height: 7vw;
    margin-right: 2vw;
  }
}
.curriculum_list .list .item .heading .check:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 5px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: -2px;
}
@media only screen and (max-width: 800px) {
  .curriculum_list .list .item .heading .check:after {
    width: 2vw;
    height: 1vw;
    margin-top: -0.5vw;
  }
}
.curriculum_list .list .item .heading .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.curriculum_list .list .item .menu {
  font-size: 13px;
}
@media only screen and (max-width: 800px) {
  .curriculum_list .list .item .menu {
    font-size: 3.2vw;
  }
}

/*===============================================================

	ワールドトップ/お仕事体験リンク

===============================================================*/
.link_worl_experience {
  text-align: center;
  background: #fff;
  border-top: 10px solid #333;
  border-bottom: 10px solid #333;
}

.link_worl_experience .heading {
  display: inline-block;
  text-align: center;
}

.link_worl_experience .heading .open_canpus {
  display: block;
  width: 360px;
  margin: 0 auto 20px;
}

.link_worl_experience .heading .title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
}

.link_worl_experience .heading .color {
  font-size: 1.3em;
}

.link_worl_experience .heading .balloon {
  width: 80px;
  position: absolute;
  top: 0;
  left: 100%;
  margin: -40px 0 0 10px;
}

.link_worl_experience .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 20px;
  border-radius: 30px;
  /*	overflow: hidden;*/
  z-index: 1;
  will-change: transform;
  position: relative;
}

.link_worl_experience .item::after {
  content: "";
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 238, 238)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgba(255, 255, 255, 0) 100%);
  width: calc(100% + 2px);
  height: 50%;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  /*	transform: translateX(-10px) translateY(-10px);	*/
}

.link_worl_experience .item .img {
  overflow: hidden;
  min-height: 0%;
  margin: 0 -20px;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.link_worl_experience .item .head {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin: 15px 0;
}

.link_worl_experience .item .head .l {
  font-size: 20px;
}

.link_worl_experience .item .btn {
  width: 70%;
  margin: 0 auto;
  margin-top: auto;
}

.link_worl_experience .item .btn a {
  position: relative;
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding: 15px 0;
  background: #fff;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  border-radius: 50px;
}

.link_worl_experience .item .btn a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.link_worl_experience .item .btn a:hover {
  color: #fff;
  background: #000;
}

.link_worl_experience .item .btn a:hover:after {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .link_worl_experience .item .head .l {
    font-size: 18px;
  }
  .link_worl_experience .item .btn {
    width: 100%;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .link_worl_experience {
    border-top: 5px solid;
    border-bottom: 5px solid;
  }
  .link_worl_experience .section_inner {
    padding-bottom: 8vw;
  }
  .link_worl_experience .heading .title {
    font-size: 4vw;
    line-height: 1.4;
  }
  .link_worl_experience .heading .color {
    font-size: 6vw;
  }
  .link_worl_experience .heading .balloon {
    width: 16vw;
    top: auto;
    left: auto;
    bottom: 100%;
    right: 0;
    margin: 0 -7vw -2vw 0;
  }
  .link_worl_experience .item {
    margin-top: 6vw;
    padding: 0;
    padding-bottom: 5vw;
    border-radius: 5vw;
  }
  .link_worl_experience .item .img {
    border-radius: 5vw 5vw 0 0;
  }
  .link_worl_experience .flex_container .col_4_1 {
    width: 100%;
    margin-right: 0;
  }
  .link_worl_experience .item .img {
    padding: 0vw;
    margin: 0;
  }
  .link_worl_experience .item .img img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .link_worl_experience .item .head {
    font-size: 4vw;
    margin: 3vw 0;
    padding: 0 5vw;
  }
  .link_worl_experience .item .head .l {
    font-size: 4.5vw;
  }
  .link_worl_experience .item .btn {
    width: 60%;
    margin: 0 auto;
    margin-top: auto;
  }
  .link_worl_experience .item .btn a {
    font-size: 3.5vw;
    padding: 3.5vw 0;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	専攻トップ
	section_4year_course/section_3year_course

===============================================================*/
.section_usc_course,
.section_4year_course,
.section_3year_course {
  text-align: center;
  position: relative;
}

.section_usc_course::after, .section_4year_course::before,
.section_4year_course::after, .section_4year_course::before,
.section_3year_course::after, .section_3year_course::before {
  content: "";
  position: absolute;
  top: 0;
  width: 300px;
  height: 300px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.section_4year_course::after,
.section_3year_course::after {
  left: 0;
  background-image: url("/creative/course2024/common/images/svg/dot_yellow_l.svg");
}

.section_4year_course::before,
.section_3year_course::before {
  right: 0;
  background-image: url("/creative/course2024/common/images/svg/dot_yellow_txt.svg");
}

.section_3year_course::after, .section_3year_course::before,
.section_4year_course::after, .section_4year_course::before {
  display: none;
}

/*
.section_3year_course::before {
	right: 0;
	background-image: url("/creative/course2024/common/images/svg/dot_yellow_creative_hearts.svg");
}
/*
.section_4year_course .section_inner {
	padding-bottom: 40px;
}
*/
.section_usc_course .txt_creative_hearts img,
.section_4year_course .txt_creative_hearts img,
.section_3year_course .txt_creative_hearts img {
  width: 50%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section_usc_course img,
.section_4year_course img,
.section_3year_course img {
  width: 100%;
  height: auto;
}

.section_usc_course .thumb,
.section_4year_course .thumb,
.section_3year_course .thumb {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  z-index: 1;
  will-change: transform;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_3year_course {
    padding-top: 5vw;
  }
  .section_4year_course .section_inner,
  .section_3year_course .section_inner {
    padding: 0;
  }
  .section_4year_course::after, .section_4year_course::before,
  .section_3year_course::after, .section_3year_course::before {
    width: 40vw;
    height: 50vw;
  }
  .section_4year_course::after,
  .section_3year_course::after {
    left: -5vw;
  }
  .section_4year_course::before,
  .section_3year_course::before {
    right: -5vw;
  }
  .section_usc_course .thumb,
  .section_4year_course .thumb,
  .section_3year_course .thumb {
    border-radius: 5vw 5vw 0 0;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	専攻トップ
	course_headline

===============================================================*/
.course_headline {
  text-align: center;
}

.course_headline .en {
  font-size: 24px;
  line-height: 1;
}

.course_headline .title {
  display: inline-block;
  font-size: 50px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 10px 0;
  margin: 0;
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

.course_headline p {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 0;
}

.course_headline .past_course a {
  display: inline-block;
  padding: 8px 18px;
  color: #000;
  border: solid 1px #000;
  font-size: 14px;
  line-height: 1;
  position: relative;
}

.course_headline .past_course a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  border: solid 1px #000;
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.course_headline .past_course a:hover {
  opacity: 0.5;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .course_headline .en {
    font-size: 2.5vw;
  }
  .course_headline .title {
    font-size: 3.3vw;
    padding: 0 1vw 0.2vw;
    margin-top: 1vw;
  }
  .course_headline p {
    font-size: 1.6vw;
    line-height: 1.6;
    margin: 1.8vw 0 0;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .course_headline {
    padding: 5vw 0;
  }
  .course_headline .en {
    font-size: 3.5vw;
    line-height: 1;
    letter-spacing: 0.2em;
    padding-top: 2vw;
    font-weight: normal;
  }
  .course_headline .title {
    font-size: 5vw;
    letter-spacing: 0.1em;
    margin-top: 1vw;
  }
  .course_headline p {
    font-size: 3.8vw;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 2vw;
  }
  .course_headline .past_course {
    margin-top: 4vw;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	専攻トップ
	world_list

===============================================================*/
.world_list {
  text-align: left;
}

.world_list .world_item {
  margin-top: 50px;
}

.world_list .world_item .title_block {
  color: #fff;
  padding: 50px 0;
  padding-bottom: 170px;
}

.world_list .world_item .course {
  margin-top: -180px;
}

.world_list .world_item .title_block a {
  color: #fff;
  display: block;
  /*pointer-events: none;*/
}

.world_list .world_item .title_block a:hover {
  opacity: 0.7;
}

.world_list .world_item .title_block .subject {
  font-size: 13px;
  line-height: 1.2;
}

.world_list .world_item .title_block .en {
  font-size: 60px;
  line-height: 1.2;
}

.world_list .world_item .title_block .title {
  font-size: 20px;
  line-height: 1.2;
}

.world_list .world_item .item a {
  display: block;
  /*  pointer-events: none;*/
}

.world_list .world_item .item a:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  /*	opacity: 0.7;*/
}

.world_list .world_item .item .txt {
  background: #fff;
  padding: 30px;
  padding-top: 25px;
  border-radius: 0 0 30px 30px;
}

.world_list .world_item .item .txt .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 5px;
}

.world_list .world_item .item .txt .label .subject,
.world_list .world_item .item .txt .label .year {
  font-size: 14px;
}

.world_list .world_item .item .txt .label .subject {
  /*	width: calc(100% - 4em);*/
}

.world_list .world_item .item .txt .label .year {
  width: 4em;
  /*	text-align: right;*/
}

.world_list .world_item .item a .title {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  color: #000;
  font-weight: 400;
}

.world_list .world_item .item .course_name {
  font-size: 18.5px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1220px) {
  .world_list .world_item .title_block {
    color: #fff;
    padding: 50px;
    padding-bottom: 170px;
  }
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .world_list {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .world_list .world_item {
    margin-top: 4.67vw;
  }
  .world_list .world_item .title_block {
    padding: 5vw;
    padding-bottom: 10vw;
  }
  .world_list .world_item .course {
    margin-top: -12.15vw;
    /*		padding: 0 20px;*/
  }
  .world_list .world_item .title_block .subject {
    font-size: 1.21vw;
  }
  .world_list .world_item .title_block .en {
    font-size: 5.61vw;
  }
  .world_list .world_item .title_block .title {
    font-size: 1.87vw;
  }
  .world_list .world_item .item a .title {
    font-size: 1.5vw;
    margin-top: 1vw;
  }
  .world_list .world_item .item .course_name {
    font-size: 2.3vw;
    margin-top: 0vw;
  }
} /* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .world_list {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .world_list .world_item {
    /*		margin-top: 8vw;*/
    margin-top: 0vw;
  }
  .world_list .world_item + .world_item {
    /*		margin-top: 8vw;*/
    margin-top: 10vw;
  }
  .world_list .world_item .item .txt {
    background: #fff;
    padding: 5vw;
    padding-top: 4vw;
    border-radius: 0 0 5vw 5vw;
  }
  .world_list .world_item .title_block {
    padding: 10vw 5vw;
    padding-bottom: 12vw;
    text-align: center;
  }
  .world_list .world_item .course {
    margin-top: -15vw;
    padding: 0 10vw;
  }
  .world_list .world_item .title_block .subject {
    font-size: 2.8vw;
  }
  .world_list .world_item .title_block .en {
    font-size: 7vw;
    margin-top: 1vw;
  }
  .world_list .world_item .title_block .title {
    font-size: 4.2vw;
    margin-top: 1vw;
  }
  .world_list .world_item .item a .title {
    font-size: 3.2vw;
    /*		margin-top: 1.88vw;*/
    margin-top: 1.25vw;
    font-weight: normal;
  }
  .world_list .world_item .item .course_name {
    font-size: 4.5vw;
    line-height: 1.5;
    /*		margin-top: 1.25vw;*/
    margin-top: 0;
    letter-spacing: 0;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	world_list	
-------------------------------------------------------------*/
.world_list .world_item .course .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -50px;
}

.world_list .world_item .course .list .item {
  width: calc((100% - 40px) / 2);
  margin-top: 50px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.world_list .world_item .course .car_list .item {
  width: 100%;
}

.world_list .world_item .course .list .item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.world_list .world_item .course .list.col2 .item {
  width: calc((100% - 40px) / 2);
}

.world_list .world_item .course .list.col4 .item {
  width: calc((100% - 120px) / 4);
}

/* タブレット以下 */
@media screen and (max-width: 1220px) {
  .world_list .world_item .course .list {
    padding: 0 50px;
  }
} /* for tablet max-width: $width_tab */
/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .world_list .world_item .course .list {
    padding: 0;
  }
  .world_list .world_item .course .list .item,
  .world_list .world_item .course .list.col2 .item,
  .world_list .world_item .course .list.col4 .item {
    width: 100%;
    margin: 0 auto;
    margin-top: 8vw;
    border-radius: 5vw;
  }
  .world_list .world_item .course .list .thumb {
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	内定者インタビュー　夢をつかんだ在校生
	コース別色設定

===============================================================*/
.content_detail_accordion .accordion .accordion_header,
.content_detail_accordion .accordion .accordion_body {
  /*
    border-width: 1px;
    border-style: solid;
  */
  border: solid 1px #ccc;
}

.content_detail_accordion .accordion .accordion_header.active {
  border-bottom: none;
}

.content_detail_accordion .accordion .accordion_body {
  border-top: none;
}

/*
年度更新
.[01] .accordion .accordion_header::before,
.[01] .accordion .accordion_header::after{ background: #[02]; }
*/
.super_technology_world .accordion .accordion_header::before,
.super_technology_world .accordion .accordion_header::after {
  background: #e50111;
}

.super_e_entertainment_world .accordion .accordion_header::before,
.super_e_entertainment_world .accordion .accordion_header::after {
  background: #1d50a0;
}

.ai_it_technology_world .accordion .accordion_header::before,
.ai_it_technology_world .accordion .accordion_header::after {
  background: #5ab431;
}

.automotive_design_world .accordion .accordion_header::before,
.automotive_design_world .accordion .accordion_header::after {
  background: #f1b000;
}

.design_world .accordion .accordion_header::before,
.design_world .accordion .accordion_header::after {
  background: #8f61a2;
}

.manga_illustration_world .accordion .accordion_header::before,
.manga_illustration_world .accordion .accordion_header::after {
  background: #dc4f93;
}

.game_cg_movie_animation_world .accordion .accordion_header::before,
.game_cg_movie_animation_world .accordion .accordion_header::after {
  background: #52b489;
}

/*===============================================================

	content_detail_accordion

===============================================================*/
.content_detail_accordion.content {
  margin-top: 60px;
}

.content_detail_accordion .title {
  position: relative;
  display: inline-block;
  color: #000 !important;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  background: none !important;
  letter-spacing: 0.06em;
  border: 0;
  padding: 0;
}

.content_detail_accordion .title .small {
  display: block;
  font-size: 14px;
}

.content_detail_accordion .accordion {
  margin-top: 30px;
  background: #fff;
}

.content_detail_accordion .accordion .accordion_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content_detail_accordion .accordion .accordion_header .lead {
  font-size: 18px;
  margin-top: 20px;
  color: #000;
}

.content_detail_accordion .accordion .accordion_header .photo {
  width: 215px;
  margin-right: 30px;
}

.content_detail_accordion .accordion .accordion_header .text_box .job {
  font-size: 16px;
  line-height: 1;
}

.content_detail_accordion .accordion .accordion_header .text_box .company_name {
  font-size: 20px;
  margin-top: 5px;
}

.content_detail_accordion .accordion .accordion_header .text_box .company_name .naitei {
  color: #fff;
  padding: 2px 5px;
  margin-right: 10px;
  font-weight: 500;
}

.manga_illustration_world .content_detail_accordion .accordion .accordion_header .text_box .company_name .naitei {
  background: #dc4f93 !important;
}

.game_cg_movie_animation_world .content_detail_accordion .accordion .accordion_header .text_box .company_name .naitei {
  background: #52b489 !important;
}

.game_cg_movie_animation_world .content_detail_accordion .accordion .accordion_header .text_box .company_name .naitei {
  background: #52b489 !important;
}

.content_detail_accordion .accordion .accordion_header .text_box .course_name {
  font-size: 16px;
  margin-top: 20px;
}

.content_detail_accordion .accordion .accordion_header .text_box .name {
  font-size: 25px;
  line-height: 1;
}

.content_detail_accordion .accordion .accordion_header .text_box .name span {
  font-size: 14px;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .content_detail_accordion.content {
    margin-top: 10vw;
  }
  .content_detail_accordion .title {
    font-size: 6vw;
    line-height: 1.3;
  }
  .content_detail_accordion .title .small {
    font-size: 3.5vw;
    /*	padding-bottom: 2vw;*/
  }
  .content_detail_accordion .accordion {
    margin-top: 4vw;
  }
  .content_detail_accordion .accordion .accordion_header {
    display: block;
  }
  .content_detail_accordion .accordion .accordion_header .photo {
    width: 100%;
    margin-right: 30px;
  }
  .content_detail_accordion .accordion .accordion_header .text_box .title_block {
    /*  margin-right: 9vw;*/
  }
  .content_detail_accordion .accordion .accordion_header .text_box .job {
    margin-top: 3vw;
    font-size: 3.5vw;
  }
  .content_detail_accordion .accordion .accordion_header .text_box .company_name {
    font-size: 20px;
  }
  .content_detail_accordion .accordion .accordion_header .text_box .company_name .naitei {
    padding: 2px 5px;
    margin-right: 10px;
  }
  .content_detail_accordion .accordion .accordion_header .text_box .course_name {
    font-size: 3.5vw;
    margin-top: 3vw;
    margin-right: 9vw;
  }
  .content_detail_accordion .accordion .accordion_header .text_box .name {
    font-size: 5vw;
    margin-right: 9vw;
  }
  .content_detail_accordion .accordion .accordion_header .text_box .name span {
    font-size: 3vw;
  }
}
/* for SP max-width: $width_sp */
/*===============================================================

	accordion

===============================================================*/
.accordion {
  border: 0;
  border-radius: 30px;
}

.accordion + .accordion {
  margin-top: 40px;
}

.accordion .accordion_header,
.accordion .accordion_body {
  padding: 30px;
}

.accordion .accordion_body {
  padding-top: 0;
  /*	border: solid 1px #ccc;*/
  border: 0;
  border-top: none;
  border-radius: 0 0 30px 30px;
}

.accordion .accordion_header {
  position: relative;
  padding-right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  border-bottom: none;
  border-radius: 30px;
}

.accordion .accordion_header:hover {
  background: #fff;
  color: #666;
}

.accordion .accordion_header.active {
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
}

.accordion .accordion_header::before,
.accordion .accordion_header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 40px;
  /*	height:1px;*/
  height: 5px;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion .accordion_header::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion .accordion_header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion .accordion_header .title {
  font-size: 120%;
}

/* タブレット以下 */
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .accordion + .accordion {
    margin-top: 3vw;
  }
  .accordion .accordion_header,
  .accordion .accordion_body {
    padding: 3vw;
  }
  .accordion .accordion_header {
    position: relative;
    /*	padding-right: 10vw;*/
    padding-right: 3vw;
  }
  .accordion .accordion_header::before,
  .accordion .accordion_header::after {
    /*
    	right: 2vw;
    	width:5vw;
      height:3px;
    */
    display: none;
  }
  .accordion .text_box {
    position: relative;
  }
  .accordion .text_box::before,
  .accordion .text_box::after {
    content: "";
    position: absolute;
    bottom: 3vw;
    right: 2vw;
    margin: auto;
    width: 5vw;
    /*	height:1px;*/
    height: 3px;
    background: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .accordion .text_box::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .accordion .text_box.active::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* for SP max-width: $width_sp */
/*===============================================================

	内定者インタビュー　夢をつかんだ在校生
	ボリューム的にアコーディオンじゃなくてよくない？
	2025/4/2菅

===============================================================*/
.content_detail_accordion .debuet_offer {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 30px;
  padding: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 800px) {
  .content_detail_accordion .debuet_offer {
    border-radius: 5vw;
    padding: 5vw;
    margin-top: 6vw;
  }
}
.content_detail_accordion .debuet_offer .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .content_detail_accordion .debuet_offer .header {
    display: block;
  }
}
.content_detail_accordion .debuet_offer .header .lead {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
  .content_detail_accordion .debuet_offer .header .lead {
    font-size: 3.8vw;
    margin-top: 3vw;
  }
}
.content_detail_accordion .debuet_offer .header .fig {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  margin-right: 30px;
}
@media only screen and (max-width: 800px) {
  .content_detail_accordion .debuet_offer .header .fig {
    width: 40vw;
    max-width: 150px;
    margin: 0 auto;
  }
}
.content_detail_accordion .debuet_offer .header .fig.works {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
@media only screen and (max-width: 800px) {
  .content_detail_accordion .debuet_offer .header .fig.works {
    width: 100%;
    max-width: 100%;
  }
}
.content_detail_accordion .debuet_offer .header .text_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content_detail_accordion .debuet_offer .header .text_box .title_block {
  margin-top: 5px;
}
@media only screen and (max-width: 800px) {
  .content_detail_accordion .debuet_offer .header .text_box .title_block {
    margin-top: 5vw;
  }
}
.content_detail_accordion .debuet_offer .header .text_box .job {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 800px) {
  .content_detail_accordion .debuet_offer .header .text_box .job {
    font-size: 3.5vw;
  }
}
.content_detail_accordion .debuet_offer .header .text_box .company_name {
  font-size: 20px;
}
@media only screen and (max-width: 800px) {
  .content_detail_accordion .debuet_offer .header .text_box .company_name {
    font-size: 4vw;
  }
}
.content_detail_accordion .debuet_offer .header .text_box .company_name .naitei {
  color: #fff;
  padding: 2px 5px;
  margin-right: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 800px) {
  .content_detail_accordion .debuet_offer .header .text_box .company_name .naitei {
    display: inline-block;
    padding: 2px 5px;
    margin-right: 0;
  }
}
.manga_illustration_world .content_detail_accordion .debuet_offer .header .text_box .company_name .naitei {
  background: #dc4f93 !important;
}
.game_cg_movie_animation_world .content_detail_accordion .debuet_offer .header .text_box .company_name .naitei {
  background: #52b489 !important;
}
.content_detail_accordion .debuet_offer .header .text_box .course_name {
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
  .content_detail_accordion .debuet_offer .header .text_box .course_name {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
}
.content_detail_accordion .debuet_offer .header .text_box .name {
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  .content_detail_accordion .debuet_offer .header .text_box .name {
    font-size: 5vw;
    margin-right: 9vw;
  }
}
.content_detail_accordion .debuet_offer .header .text_box .name span {
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 800px) {
  .content_detail_accordion .debuet_offer .header .text_box .name span {
    font-size: 3vw;
  }
}
.content_detail_accordion .debuet_offer .body {
  margin-top: 30px;
}
@media only screen and (max-width: 800px) {
  .content_detail_accordion .debuet_offer .body {
    margin-top: 3vw;
  }
}

/*===============================================================

	section_usc_course

===============================================================*/
.section_usc_course {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	course_usc_title	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	.world_list .world_item .item .txt	
  -------------------------------------------------------------*/
  /*===============================================================
  	//	section_usc_course
  ===============================================================*/
}
.section_usc_course .course_usc_title {
  background: #FFE900;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_usc_course .course_usc_title .title_block {
  color: #000 !important;
}
.section_usc_course .course_usc_title .title_block .title {
  font-size: 25px !important;
}
.section_usc_course .world_list .course .list .item {
  background-color: #000;
  color: #fff;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_usc_course .world_list .course .list .item .txt {
  color: #fff !important;
  background: none !important;
}
.section_usc_course .world_list .course .list .item .title {
  color: #fff !important;
}
.section_usc_course .world_list .course .list .item.item_usc_it {
  background-color: #0089C6;
}
.section_usc_course .world_list .course .list .item.item_usc_game {
  background-color: #EB8A00;
}
.section_usc_course .world_list .course .list .item.item_usc_comic {
  background-color: #D05375;
}
.section_usc_course .world_list .course .list .item.item_usc_movie {
  background-color: #289974;
}
/* 
年度更新

.[01] ul.major li .text .eng {	color: #[02];	}
.[01] ul.major li .text .name {	color: #[02];	}
*/
.super_creator_world ul.major li .text .eng {
  color: #fa1626;
}

.super_entertainment_world ul.major li .text .eng {
  color: #3265b5;
}

.automotive_design_world ul.major li .text .eng {
  color: #ffc515;
}

.design_world ul.major li .text .eng {
  color: #a476b7;
}

.manga_illustration_novel_world ul.major li .text .eng {
  color: #f164a8;
}

.game_cg_animation_world ul.major li .text .eng {
  color: #67c99e;
}

.super_creator_world ul.major li .text .name {
  color: #e50111;
}

.super_entertainment_world ul.major li .text .name {
  color: #1d50a0;
}

.automotive_design_world ul.major li .text .name {
  color: #f1b000;
}

.design_world ul.major li .text .name {
  color: #8f61a2;
}

.manga_illustration_novel_world ul.major li .text .name {
  color: #dc4f93;
}

.game_cg_animation_world ul.major li .text .name {
  color: #52b489;
}

/*===============================================================

	adjust

===============================================================*/
.section_wrp {
  /*	background-color: #fff;*/
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

.section_inner {
  padding: 50px 0 80px;
}

.headline + .content {
  margin-top: 20px;
}

.content p {
  font-size: 16px;
  line-height: 1.875;
}

/* タブレット以下 */
@media screen and (max-width: 1220px) {
  .section_inner {
    padding: 50px 0 80px;
  }
}
/* for tablet max-width: $width_tab */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_inner {
    padding: 5vw;
  }
  .headline + .content {
    margin-top: 5vw;
  }
  .content p {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
/* for SP max-width: $width_sp */
/*# sourceMappingURL=course.css.map */