@charset "UTF-8";
/*===============================================================
	読み込み
===============================================================*/
/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*	グリッド幅  */
/*	セクション、コンテンツ間のマージン　*/
/*===============================================================
	色
===============================================================*/
/*===============================================================

	_reset.scss 2021/10/14

===============================================================*/
/* 初期化
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  line-height: 1.5;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

input[type=submit], textarea {
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, li, th, td, dt, dd {
  font-size: 16px;
  line-height: 1.6;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

ul, li {
  list-style: none;
}

option {
  padding-right: 1em;
}

address, caption {
  font-style: normal;
  font-weight: normal;
}

a, a:hover, a:focus {
  outline: none;
}

ul a, li a {
  zoom: 1;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* HTML5
----------------------------------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* html/body設定
----------------------------------------------------------------*/
html {
  overflow-x: hidden;
  height: -webkit-fill-available;
}

body {
  width: 100%;
  color: #000;
  background: #fff;
  text-align: left;
  letter-spacing: 0.06em;
  -webkit-text-size-adjust: none; /* 縦横文字サイズ同じ */
  /*-webkit-font-smoothing: antialiased;*/
  font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif !important;
  overflow-x: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

a {
  color: #337ab7;
  -webkit-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  text-decoration: none;
}

a:hover {
  color: #23527c;
  text-decoration: underline;
}

.boxshadow {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～640px */
/* for SP max-width: 800px */
/*===============================================================
	_mixin.scss
===============================================================*/
/*===============================================================
	ボタン
	@include btn_base(#c00,#000,#fff,#fff,auto);
===============================================================*/
/*===============================================================
	矢印
	@include mx_arw();	
===============================================================*/
/*===============================================================
	三角
	@include mx_sankaku(幅,高さ,色,色hover,向き);	
===============================================================*/
/*===============================================================
	センタリング
	@include mx_margin_center();	
===============================================================*/
/*===============================================================
	斜線の背景
	@include mx_slash($color1,$color2,$width);	
===============================================================*/
/*===============================================================
	グラデーション
	@include mx_grade(色1,色2,向き（横:h / 縦:v）)
===============================================================*/
/*===============================================================

	_utils.scss 2021/9/24

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

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

@media only screen and (max-width: 800px) {
  .sp_align_center {
    text-align: center !important;
  }
  .sp_align_right {
    text-align: right !important;
  }
  .sp_align_left {
    text-align: left !important;
  }
} /* for SP  */
/*===============================================================

	フロート関係

===============================================================*/
.clear {
  width: 100%;
  overflow: hidden;
}

.clearboth {
  clear: both;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.flol {
  float: left;
}

.flor {
  float: right;
}

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

	PC/SP/TABLET

===============================================================*/
.sp {
  display: none;
}

.tablet {
  display: none;
}

.sp {
  display: none;
}

.sp_tablet {
  display: none;
}

.none {
  display: none !important;
}

/* タブレット以下 */
@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
  .tablet,
  .pc_tablet,
  .sp_tablet {
    display: block;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .sp {
    display: block;
  }
  .pc_tablet,
  .tablet {
    display: none;
  }
} /* for SP max-width: 800px */
/*===============================================================

	img fig

===============================================================*/
.fig img,
.fitimg img,
.photo img {
  width: 100%;
  height: auto;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

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

	マージン

===============================================================*/
.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

/* タブレット以下 */
@media screen and (max-width: 1000px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 0.47vw;
  }
  .mt10 {
    margin-top: 0.93vw;
  }
  .mt15 {
    margin-top: 1.4vw;
  }
  .mt20 {
    margin-top: 1.87vw;
  }
  .mt25 {
    margin-top: 2.34vw;
  }
  .mt30 {
    margin-top: 2.8vw;
  }
  .mt40 {
    margin-top: 3.74vw;
  }
  .mt50 {
    margin-top: 4.67vw;
  }
  .mt60 {
    margin-top: 5.61vw;
  }
  .mt70 {
    margin-top: 6.54vw;
  }
  .mt80 {
    margin-top: 7.48vw;
  }
  .mt90 {
    margin-top: 8.41vw;
  }
  .mt100 {
    margin-top: 9.35vw;
  }
  .mb05 {
    margin-bottom: 0.47vw;
  }
  .mb10 {
    margin-bottom: 0.93vw;
  }
  .mb15 {
    margin-bottom: 1.4vw;
  }
  .mb20 {
    margin-bottom: 1.87vw;
  }
  .mb25 {
    margin-bottom: 2.34vw;
  }
  .mb30 {
    margin-bottom: 2.8vw;
  }
  .mb40 {
    margin-bottom: 3.74vw;
  }
  .mb50 {
    margin-bottom: 4.67vw;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media screen and (max-width: 800px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 0.63vw;
  }
  .mt10 {
    margin-top: 1.25vw;
  }
  .mt15 {
    margin-top: 1.88vw;
  }
  .mt20 {
    margin-top: 2.5vw;
  }
  .mt25 {
    margin-top: 3.13vw;
  }
  .mt30 {
    margin-top: 3.75vw;
  }
  .mt40 {
    margin-top: 5vw;
  }
  .mt50 {
    margin-top: 6.25vw;
  }
  .mt60 {
    margin-top: 7.5vw;
  }
  .mt70 {
    margin-top: 8.75vw;
  }
  .mt80 {
    margin-top: 10vw;
  }
  .mt90 {
    margin-top: 11.25vw;
  }
  .mt100 {
    margin-top: 12.5vw;
  }
  .mb05 {
    margin-bottom: 0.63vw;
  }
  .mb10 {
    margin-bottom: 1.25vw;
  }
  .mb15 {
    margin-bottom: 1.88vw;
  }
  .mb20 {
    margin-bottom: 2.5vw;
  }
  .mb25 {
    margin-bottom: 3.13vw;
  }
  .mb30 {
    margin-bottom: 3.75vw;
  }
  .mb40 {
    margin-bottom: 5vw;
  }
  .mb50 {
    margin-bottom: 6.25vw;
  }
} /* for SP max-width: 800px */
/*===============================================================

	fixed

===============================================================*/
.fixed {
  position: fixed;
  top: 0;
}

.bg_fixed {
  background-attachment: fixed;
}

/* タブレット以下 */
@media screen and (max-width: 1000px) {
  .fixed {
    position: fixed;
    top: 0;
  }
} /* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～800px */
/* for SP */
/*===============================================================

	テーブル

===============================================================*/
.table {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.table th,
.table td {
  padding: 10px;
  border-bottom: 0;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table th {
  font-weight: 600;
  border-right: 0;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table td {
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table td + td {
  border-left: 0;
}

/* タブレット */
/* for tablet */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
  .table {
    padding: 0;
    margin-top: 0px;
  }
  .table th,
  .table td {
    padding: 3vw;
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .table tr:nth-child(odd),
  .table tr:nth-child(even) {
    background: #fff;
  }
  .table_wrp_scroll {
    overflow-y: scroll;
  }
  .table_wrp_scroll .table {
    min-width: 200vw;
  }
} /* for SP */
/*===============================================================

	フォーム

===============================================================*/
/* タブレット */
/* for tablet */
/* SP */
/* for SP */
/*===============================================================

	btn_detail

===============================================================*/
.btn_detail {
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
}

.btn_detail a {
  position: relative;
  text-decoration: none;
  display: block;
  background-color: #1d50a2;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
}

.btn_detail a:after {
  position: absolute;
  content: " ";
  width: 13px;
  height: 13px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.btn_detail a:hover {
  text-decoration: none;
  background-color: #2b6bec;
}

/* タブレット */
@media screen and (max-width: 1000px) {
  .btn_detail {
    width: 100%;
  }
} /* for tablet */
/* SP */
@media screen and (max-width: 800px) {
  .btn_detail {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .btn_detail a {
    font-size: 16px;
  }
} /* for SP */
/*===============================================================

	txtlink 2016/11/16

===============================================================*/
.txtlink a {
  padding-left: 15px;
  color: #500;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.txtlink a:hover {
  color: #c00;
}

.txtlink a:after {
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  top: 7px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  border-top: solid 2px #c00;
  border-left: solid 2px #c00;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.txtlink.arw_prev a:after {
  top: 7px;
  bottom: auto;
  left: 3px;
  right: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.txtlink.arw_after a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after a:after {
  left: auto;
  right: 0;
}

.txtlink.arw_down a:after {
  top: 7px;
  bottom: auto;
  left: 2px;
  right: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.txtlink.arw_after_down a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after_down a:after {
  top: 7px;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/*	arw_box */
.txtlink.arw_box a {
  padding-left: 25px;
}

.txtlink.arw_box a:before {
  content: " ";
  width: 20px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
}

.txtlink.arw_box a:after {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  top: 8px;
  bottom: auto;
  left: 5px;
  right: auto;
}

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

	youtube

===============================================================*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

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

	_color.scss

===============================================================*/
/*===============================================================
	_color.scss
	202X年度
===============================================================*/
.year202X {
  /*	
  .texture_[01] {
  	background: #[02] url("/course2024/common/images/svg/texture_[01].svg") repeat top center;
  	background-size: cover;
  }
  */
}

/*===============================================================
	_color.scss
	2025年度 / 2026年度（コーステクスチャ意外）
===============================================================*/
.year2026,
.year2025 {
  /*	
  .texture_[01] {
  	background: #[02] url("/course2024/common/images/svg/texture_[01].svg") repeat top center;
  	background-size: cover;
  }
  */
}
.year2026 .color_super_creator_world,
.year2026 .color_advanced_illustration,
.year2026 .color_mobility_products,
.year2026 .color_spatial_exerience_design,
.year2026 .color_communication_design,
.year2026 .color_mechanical_designer_cg,
.year2026 .color_comic_illustration_advanced,
.year2026 .color_ai_engineer,
.year2025 .color_super_creator_world,
.year2025 .color_advanced_illustration,
.year2025 .color_mobility_products,
.year2025 .color_spatial_exerience_design,
.year2025 .color_communication_design,
.year2025 .color_mechanical_designer_cg,
.year2025 .color_comic_illustration_advanced,
.year2025 .color_ai_engineer {
  color: #e50111;
}
.year2026 .color_super_entertainment_world,
.year2026 .color_super_game_creator,
.year2026 .color_game_graphic_illustration,
.year2026 .color_vtuber,
.year2026 .color_vfx_cg_images,
.year2026 .color_animation_advanced,
.year2025 .color_super_entertainment_world,
.year2025 .color_super_game_creator,
.year2025 .color_game_graphic_illustration,
.year2025 .color_vtuber,
.year2025 .color_vfx_cg_images,
.year2025 .color_animation_advanced {
  color: #1d50a0;
}
.year2026 .color_automotive_design_world,
.year2026 .color_automotive_design_department,
.year2025 .color_automotive_design_world,
.year2025 .color_automotive_design_department {
  color: #f1b000;
}
.year2026 .color_design_world,
.year2026 .color_illustration,
.year2026 .color_graphic_design,
.year2025 .color_design_world,
.year2025 .color_illustration,
.year2025 .color_graphic_design {
  color: #8f61a2;
}
.year2026 .color_manga_illustration_novel_world,
.year2026 .color_digital_illustration_manga,
.year2026 .color_manga,
.year2026 .color_comic_illustration,
.year2026 .color_light_novel_scenario_novelist,
.year2025 .color_manga_illustration_novel_world,
.year2025 .color_digital_illustration_manga,
.year2025 .color_manga,
.year2025 .color_comic_illustration,
.year2025 .color_light_novel_scenario_novelist {
  color: #dc4f93;
}
.year2026 .color_game_cg_animation_world,
.year2026 .color_game_planner,
.year2026 .color_game_graphic_character,
.year2026 .color_game_programmer,
.year2026 .color_cg_creators,
.year2026 .color_animation,
.year2026 .color_video_picture_creators,
.year2025 .color_game_cg_animation_world,
.year2025 .color_game_planner,
.year2025 .color_game_graphic_character,
.year2025 .color_game_programmer,
.year2025 .color_cg_creators,
.year2025 .color_animation,
.year2025 .color_video_picture_creators {
  color: #52b489;
}
.year2026 .bg_color_super_creator_world,
.year2026 .bg_color_advanced_illustration,
.year2026 .bg_color_mobility_products,
.year2026 .bg_color_spatial_exerience_design,
.year2026 .bg_color_communication_design,
.year2026 .bg_color_mechanical_designer_cg,
.year2026 .bg_color_comic_illustration_advanced,
.year2026 .bg_color_ai_engineer,
.year2025 .bg_color_super_creator_world,
.year2025 .bg_color_advanced_illustration,
.year2025 .bg_color_mobility_products,
.year2025 .bg_color_spatial_exerience_design,
.year2025 .bg_color_communication_design,
.year2025 .bg_color_mechanical_designer_cg,
.year2025 .bg_color_comic_illustration_advanced,
.year2025 .bg_color_ai_engineer {
  background-color: #e50111;
}
.year2026 .bg_color_super_entertainment_world,
.year2026 .bg_color_super_game_creator,
.year2026 .bg_color_game_graphic_illustration,
.year2026 .bg_color_vtuber,
.year2026 .bg_color_vfx_cg_images,
.year2026 .bg_color_animation_advanced,
.year2025 .bg_color_super_entertainment_world,
.year2025 .bg_color_super_game_creator,
.year2025 .bg_color_game_graphic_illustration,
.year2025 .bg_color_vtuber,
.year2025 .bg_color_vfx_cg_images,
.year2025 .bg_color_animation_advanced {
  background-color: #1d50a0;
}
.year2026 .bg_color_automotive_design_world,
.year2026 .bg_color_automotive_design_department,
.year2025 .bg_color_automotive_design_world,
.year2025 .bg_color_automotive_design_department {
  background-color: #f1b000;
}
.year2026 .bg_color_design_world,
.year2026 .bg_color_illustration,
.year2026 .bg_color_graphic_design,
.year2025 .bg_color_design_world,
.year2025 .bg_color_illustration,
.year2025 .bg_color_graphic_design {
  background-color: #8f61a2;
}
.year2026 .bg_color_manga_illustration_novel_world,
.year2026 .bg_color_digital_illustration_manga,
.year2026 .bg_color_manga,
.year2026 .bg_color_comic_illustration,
.year2026 .bg_color_light_novel_scenario_novelist,
.year2025 .bg_color_manga_illustration_novel_world,
.year2025 .bg_color_digital_illustration_manga,
.year2025 .bg_color_manga,
.year2025 .bg_color_comic_illustration,
.year2025 .bg_color_light_novel_scenario_novelist {
  background-color: #dc4f93;
}
.year2026 .bg_color_game_cg_animation_world,
.year2026 .bg_color_game_planner,
.year2026 .bg_color_game_graphic_character,
.year2026 .bg_color_game_programmer,
.year2026 .bg_color_cg_creators,
.year2026 .bg_color_animation,
.year2026 .bg_color_video_picture_creators,
.year2025 .bg_color_game_cg_animation_world,
.year2025 .bg_color_game_planner,
.year2025 .bg_color_game_graphic_character,
.year2025 .bg_color_game_programmer,
.year2025 .bg_color_cg_creators,
.year2025 .bg_color_animation,
.year2025 .bg_color_video_picture_creators {
  background-color: #52b489;
}
.year2026 .bg_color_light_spatial_exerience_design,
.year2026 .bg_color_light_communication_design,
.year2026 .bg_color_light_mechanical_designer_cg,
.year2026 .bg_color_light_advanced_illustration,
.year2026 .bg_color_light_mobility_products,
.year2026 .bg_color_light_comic_illustration_advanced,
.year2026 .bg_color_light_ai_engineer,
.year2026 .bg_color_light_super_creator_world,
.year2025 .bg_color_light_spatial_exerience_design,
.year2025 .bg_color_light_communication_design,
.year2025 .bg_color_light_mechanical_designer_cg,
.year2025 .bg_color_light_advanced_illustration,
.year2025 .bg_color_light_mobility_products,
.year2025 .bg_color_light_comic_illustration_advanced,
.year2025 .bg_color_light_ai_engineer,
.year2025 .bg_color_light_super_creator_world {
  background-color: #fa1626;
}
.year2026 .bg_color_light_super_entertainment_world,
.year2026 .bg_color_light_super_game_creator,
.year2026 .bg_color_light_game_graphic_illustration,
.year2026 .bg_color_light_vtuber,
.year2026 .bg_color_light_vfx_cg_images,
.year2026 .bg_color_light_animation_advanced,
.year2025 .bg_color_light_super_entertainment_world,
.year2025 .bg_color_light_super_game_creator,
.year2025 .bg_color_light_game_graphic_illustration,
.year2025 .bg_color_light_vtuber,
.year2025 .bg_color_light_vfx_cg_images,
.year2025 .bg_color_light_animation_advanced {
  background-color: #3265b5;
}
.year2026 .bg_color_light_automotive_design_world,
.year2026 .bg_color_light_automotive_design_department,
.year2025 .bg_color_light_automotive_design_world,
.year2025 .bg_color_light_automotive_design_department {
  background-color: #ffc515;
}
.year2026 .bg_color_light_design_world,
.year2026 .bg_color_light_graphic_design,
.year2026 .bg_color_light_illustration,
.year2025 .bg_color_light_design_world,
.year2025 .bg_color_light_graphic_design,
.year2025 .bg_color_light_illustration {
  background-color: #a476b7;
}
.year2026 .bg_color_light_manga_illustration_novel_world,
.year2026 .bg_color_light_digital_illustration_manga,
.year2026 .bg_color_light_manga,
.year2026 .bg_color_light_comic_illustration,
.year2026 .bg_color_light_light_novel_scenario_novelist,
.year2025 .bg_color_light_manga_illustration_novel_world,
.year2025 .bg_color_light_digital_illustration_manga,
.year2025 .bg_color_light_manga,
.year2025 .bg_color_light_comic_illustration,
.year2025 .bg_color_light_light_novel_scenario_novelist {
  background-color: #f164a8;
}
.year2026 .bg_color_light_game_cg_animation_world,
.year2026 .bg_color_light_game_planner,
.year2026 .bg_color_light_game_graphic_character,
.year2026 .bg_color_light_game_programmer,
.year2026 .bg_color_light_cg_creators,
.year2026 .bg_color_light_animation,
.year2026 .bg_color_light_video_picture_creators,
.year2025 .bg_color_light_game_cg_animation_world,
.year2025 .bg_color_light_game_planner,
.year2025 .bg_color_light_game_graphic_character,
.year2025 .bg_color_light_game_programmer,
.year2025 .bg_color_light_cg_creators,
.year2025 .bg_color_light_animation,
.year2025 .bg_color_light_video_picture_creators {
  background-color: #67c99e;
}
.year2026 .bg_color_dark_spatial_exerience_design,
.year2026 .bg_color_dark_communication_design,
.year2026 .bg_color_dark_mechanical_designer_cg,
.year2026 .bg_color_dark_advanced_illustration,
.year2026 .bg_color_dark_mobility_products,
.year2026 .bg_color_dark_comic_illustration_advanced,
.year2026 .bg_color_dark_ai_engineer,
.year2026 .bg_color_dark_super_creator_world,
.year2025 .bg_color_dark_spatial_exerience_design,
.year2025 .bg_color_dark_communication_design,
.year2025 .bg_color_dark_mechanical_designer_cg,
.year2025 .bg_color_dark_advanced_illustration,
.year2025 .bg_color_dark_mobility_products,
.year2025 .bg_color_dark_comic_illustration_advanced,
.year2025 .bg_color_dark_ai_engineer,
.year2025 .bg_color_dark_super_creator_world {
  background-color: #d00000;
}
.year2026 .bg_color_dark_super_entertainment_world,
.year2026 .bg_color_dark_super_game_creator,
.year2026 .bg_color_dark_game_graphic_illustration,
.year2026 .bg_color_dark_vtuber,
.year2026 .bg_color_dark_vfx_cg_images,
.year2026 .bg_color_dark_animation_advanced,
.year2025 .bg_color_dark_super_entertainment_world,
.year2025 .bg_color_dark_super_game_creator,
.year2025 .bg_color_dark_game_graphic_illustration,
.year2025 .bg_color_dark_vtuber,
.year2025 .bg_color_dark_vfx_cg_images,
.year2025 .bg_color_dark_animation_advanced {
  background-color: #083b8b;
}
.year2026 .bg_color_dark_automotive_design_world,
.year2026 .bg_color_dark_automotive_design_department,
.year2025 .bg_color_dark_automotive_design_world,
.year2025 .bg_color_dark_automotive_design_department {
  background-color: #dc9b00;
}
.year2026 .bg_color_dark_design_world,
.year2026 .bg_color_dark_graphic_design,
.year2026 .bg_color_dark_illustration,
.year2025 .bg_color_dark_design_world,
.year2025 .bg_color_dark_graphic_design,
.year2025 .bg_color_dark_illustration {
  background-color: #7a4c8d;
}
.year2026 .bg_color_dark_manga_illustration_novel_world,
.year2026 .bg_color_dark_digital_illustration_manga,
.year2026 .bg_color_dark_manga,
.year2026 .bg_color_dark_comic_illustration,
.year2026 .bg_color_dark_light_novel_scenario_novelist,
.year2025 .bg_color_dark_manga_illustration_novel_world,
.year2025 .bg_color_dark_digital_illustration_manga,
.year2025 .bg_color_dark_manga,
.year2025 .bg_color_dark_comic_illustration,
.year2025 .bg_color_dark_light_novel_scenario_novelist {
  background-color: #c73a7e;
}
.year2026 .bg_color_dark_game_cg_animation_world,
.year2026 .bg_color_dark_game_planner,
.year2026 .bg_color_dark_game_graphic_character,
.year2026 .bg_color_dark_game_programmer,
.year2026 .bg_color_dark_cg_creators,
.year2026 .bg_color_dark_animation,
.year2026 .bg_color_dark_video_picture_creators,
.year2025 .bg_color_dark_game_cg_animation_world,
.year2025 .bg_color_dark_game_planner,
.year2025 .bg_color_dark_game_graphic_character,
.year2025 .bg_color_dark_game_programmer,
.year2025 .bg_color_dark_cg_creators,
.year2025 .bg_color_dark_animation,
.year2025 .bg_color_dark_video_picture_creators {
  background-color: #3d9f74;
}
.year2026 .border_spatial_exerience_design,
.year2026 .border_advanced_illustration,
.year2026 .border_mobility_products,
.year2026 .border_communication_design,
.year2026 .border_mechanical_designer_cg,
.year2026 .border_comic_illustration_advanced,
.year2026 .border_ai_engineer,
.year2026 .border_super_creator_world,
.year2025 .border_spatial_exerience_design,
.year2025 .border_advanced_illustration,
.year2025 .border_mobility_products,
.year2025 .border_communication_design,
.year2025 .border_mechanical_designer_cg,
.year2025 .border_comic_illustration_advanced,
.year2025 .border_ai_engineer,
.year2025 .border_super_creator_world {
  border-color: #e50111;
}
.year2026 .border_super_entertainment_world,
.year2026 .border_super_game_creator,
.year2026 .border_game_graphic_illustration,
.year2026 .border_vtuber,
.year2026 .border_vfx_cg_images,
.year2026 .border_animation_advanced,
.year2025 .border_super_entertainment_world,
.year2025 .border_super_game_creator,
.year2025 .border_game_graphic_illustration,
.year2025 .border_vtuber,
.year2025 .border_vfx_cg_images,
.year2025 .border_animation_advanced {
  border-color: #1d50a0;
}
.year2026 .border_automotive_design_world,
.year2026 .border_illustration,
.year2026 .border_automotive_design_department,
.year2025 .border_automotive_design_world,
.year2025 .border_illustration,
.year2025 .border_automotive_design_department {
  border-color: #f1b000;
}
.year2026 .border_design_world,
.year2026 .border_graphic_design,
.year2025 .border_design_world,
.year2025 .border_graphic_design {
  border-color: #8f61a2;
}
.year2026 .border_manga_illustration_novel_world,
.year2026 .border_digital_illustration_manga,
.year2026 .border_manga,
.year2026 .border_comic_illustration,
.year2026 .border_light_novel_scenario_novelist,
.year2025 .border_manga_illustration_novel_world,
.year2025 .border_digital_illustration_manga,
.year2025 .border_manga,
.year2025 .border_comic_illustration,
.year2025 .border_light_novel_scenario_novelist {
  border-color: #dc4f93;
}
.year2026 .border_game_cg_animation_world,
.year2026 .border_game_planner,
.year2026 .border_game_graphic_character,
.year2026 .border_game_programmer,
.year2026 .border_cg_creators,
.year2026 .border_animation,
.year2026 .border_video_picture_creators,
.year2025 .border_game_cg_animation_world,
.year2025 .border_game_planner,
.year2025 .border_game_graphic_character,
.year2025 .border_game_programmer,
.year2025 .border_cg_creators,
.year2025 .border_animation,
.year2025 .border_video_picture_creators {
  border-color: #52b489;
}
.year2026 .border_color_spatial_exerience_design,
.year2026 .border_color_advanced_illustration,
.year2026 .border_color_mobility_products,
.year2026 .border_color_communication_design,
.year2026 .border_color_mechanical_designer_cg,
.year2026 .border_color_comic_illustration_advanced,
.year2026 .border_color_ai_engineer,
.year2026 .border_color_super_creator_world,
.year2025 .border_color_spatial_exerience_design,
.year2025 .border_color_advanced_illustration,
.year2025 .border_color_mobility_products,
.year2025 .border_color_communication_design,
.year2025 .border_color_mechanical_designer_cg,
.year2025 .border_color_comic_illustration_advanced,
.year2025 .border_color_ai_engineer,
.year2025 .border_color_super_creator_world {
  border-color: #e50111;
}
.year2026 .border_color_super_entertainment_world,
.year2026 .border_color_super_game_creator,
.year2026 .border_color_game_graphic_illustration,
.year2026 .border_color_vtuber,
.year2026 .border_color_vfx_cg_images,
.year2026 .border_color_animation_advanced,
.year2025 .border_color_super_entertainment_world,
.year2025 .border_color_super_game_creator,
.year2025 .border_color_game_graphic_illustration,
.year2025 .border_color_vtuber,
.year2025 .border_color_vfx_cg_images,
.year2025 .border_color_animation_advanced {
  border-color: #1d50a0;
}
.year2026 .border_color_automotive_design_world,
.year2026 .border_color_illustration,
.year2026 .border_color_automotive_design_department,
.year2025 .border_color_automotive_design_world,
.year2025 .border_color_illustration,
.year2025 .border_color_automotive_design_department {
  border-color: #f1b000;
}
.year2026 .border_color_design_world,
.year2026 .border_color_graphic_design,
.year2025 .border_color_design_world,
.year2025 .border_color_graphic_design {
  border-color: #8f61a2;
}
.year2026 .border_color_manga_illustration_novel_world,
.year2026 .border_color_digital_illustration_manga,
.year2026 .border_color_manga,
.year2026 .border_color_comic_illustration,
.year2026 .border_color_light_novel_scenario_novelist,
.year2025 .border_color_manga_illustration_novel_world,
.year2025 .border_color_digital_illustration_manga,
.year2025 .border_color_manga,
.year2025 .border_color_comic_illustration,
.year2025 .border_color_light_novel_scenario_novelist {
  border-color: #dc4f93;
}
.year2026 .border_color_game_cg_animation_world,
.year2026 .border_color_game_planner,
.year2026 .border_color_game_graphic_character,
.year2026 .border_color_game_programmer,
.year2026 .border_color_cg_creators,
.year2026 .border_color_animation,
.year2026 .border_color_video_picture_creators,
.year2025 .border_color_game_cg_animation_world,
.year2025 .border_color_game_planner,
.year2025 .border_color_game_graphic_character,
.year2025 .border_color_game_programmer,
.year2025 .border_color_cg_creators,
.year2025 .border_color_animation,
.year2025 .border_color_video_picture_creators {
  border-color: #52b489;
}
.year2026 .color_spatial_exerience_design_hover,
.year2026 .color_advanced_illustration_hover,
.year2026 .color_mobility_products_hover,
.year2026 .color_communication_design_hover,
.year2026 .color_mechanical_designer_cg_hover,
.year2026 .color_comic_illustration_advanced_hover,
.year2026 .color_ai_engineer_hover,
.year2026 .color_super_creator_world_hover,
.year2025 .color_spatial_exerience_design_hover,
.year2025 .color_advanced_illustration_hover,
.year2025 .color_mobility_products_hover,
.year2025 .color_communication_design_hover,
.year2025 .color_mechanical_designer_cg_hover,
.year2025 .color_comic_illustration_advanced_hover,
.year2025 .color_ai_engineer_hover,
.year2025 .color_super_creator_world_hover {
  color: #fa1626;
}
.year2026 .color_super_entertainment_world_hover,
.year2026 .color_super_game_creator_hover,
.year2026 .color_game_graphic_illustration_hover,
.year2026 .color_vtuber_hover,
.year2026 .color_vfx_cg_images_hover,
.year2026 .color_animation_advanced_hover,
.year2025 .color_super_entertainment_world_hover,
.year2025 .color_super_game_creator_hover,
.year2025 .color_game_graphic_illustration_hover,
.year2025 .color_vtuber_hover,
.year2025 .color_vfx_cg_images_hover,
.year2025 .color_animation_advanced_hover {
  color: #3265b5;
}
.year2026 .color_automotive_design_world_hover,
.year2026 .color_automotive_design_department_hover,
.year2025 .color_automotive_design_world_hover,
.year2025 .color_automotive_design_department_hover {
  color: #ffc515;
}
.year2026 .color_design_world_hover,
.year2026 .color_illustration_hover,
.year2026 .color_graphic_design_hover,
.year2025 .color_design_world_hover,
.year2025 .color_illustration_hover,
.year2025 .color_graphic_design_hover {
  color: #a476b7;
}
.year2026 .color_manga_illustration_novel_world_hover,
.year2026 .color_digital_illustration_manga_hover,
.year2026 .color_manga_hover,
.year2026 .color_comic_illustration_hover,
.year2026 .color_light_novel_scenario_novelist_hover,
.year2025 .color_manga_illustration_novel_world_hover,
.year2025 .color_digital_illustration_manga_hover,
.year2025 .color_manga_hover,
.year2025 .color_comic_illustration_hover,
.year2025 .color_light_novel_scenario_novelist_hover {
  color: #f164a8;
}
.year2026 .color_game_cg_animation_world_hover,
.year2026 .color_game_planner_hover,
.year2026 .color_game_graphic_character_hover,
.year2026 .color_game_programmer_hover,
.year2026 .color_cg_creators_hover,
.year2026 .color_animation_hover,
.year2026 .color_video_picture_creators_hover,
.year2025 .color_game_cg_animation_world_hover,
.year2025 .color_game_planner_hover,
.year2025 .color_game_graphic_character_hover,
.year2025 .color_game_programmer_hover,
.year2025 .color_cg_creators_hover,
.year2025 .color_animation_hover,
.year2025 .color_video_picture_creators_hover {
  color: #67c99e;
}
.year2026 .texture_super_creator_world,
.year2025 .texture_super_creator_world {
  background: #e50111 url("/course/common/images/svg/texture_super_creator_world.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_super_entertainment_world,
.year2025 .texture_super_entertainment_world {
  background: #1d50a0 url("/course/common/images/svg/texture_super_entertainment_world.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_automotive_design_world,
.year2025 .texture_automotive_design_world {
  background: #f1b000 url("/course/common/images/svg/texture_automotive_design_world.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_design_world,
.year2025 .texture_design_world {
  background: #8f61a2 url("/course/common/images/svg/texture_design_world.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_manga_illustration_novel_world,
.year2025 .texture_manga_illustration_novel_world {
  background: #dc4f93 url("/course/common/images/svg/texture_manga_illustration_novel_world.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_game_cg_animation_world,
.year2025 .texture_game_cg_animation_world {
  background: #52b489 url("/course/common/images/svg/texture_game_cg_animation_world.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_spatial_exerience_design,
.year2025 .texture_spatial_exerience_design {
  background: #e50111 url("/course2025/common/images/svg/texture_spatial_exerience_design.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_communication_design,
.year2025 .texture_communication_design {
  background: #e50111 url("/course2025/common/images/svg/texture_communication_design.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_mechanical_designer_cg,
.year2025 .texture_mechanical_designer_cg {
  background: #e50111 url("/course2025/common/images/svg/texture_mechanical_designer_cg.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_comic_illustration_advanced,
.year2025 .texture_comic_illustration_advanced {
  background: #e50111 url("/course2025/common/images/svg/texture_comic_illustration.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_ai_engineer,
.year2025 .texture_ai_engineer {
  background: #e50111 url("/course2025/common/images/svg/texture_ai_engineer.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_super_game_creator,
.year2025 .texture_super_game_creator {
  background: #1d50a0 url("/course2025/common/images/svg/texture_super_game_creator.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_game_graphic_illustration,
.year2025 .texture_game_graphic_illustration {
  background: #1d50a0 url("/course2025/common/images/svg/texture_game_graphic_illustration.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_vtuber,
.year2025 .texture_vtuber {
  background: #1d50a0 url("/course2025/common/images/svg/texture_vtuber.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_vfx_cg_images,
.year2025 .texture_vfx_cg_images {
  background: #1d50a0 url("/course2025/common/images/svg/texture_vfx_cg_images.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_animation_advanced,
.year2025 .texture_animation_advanced {
  background: #1d50a0 url("/course2025/common/images/svg/texture_animation.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_automotive_design_department,
.year2025 .texture_automotive_design_department {
  background: #f1b000 url("/course2025/common/images/svg/texture_automotive_design_department.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_graphic_design,
.year2025 .texture_graphic_design {
  background: #8f61a2 url("/course2025/common/images/svg/texture_graphic_design.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_digital_illustration_manga,
.year2025 .texture_digital_illustration_manga {
  background: #dc4f93 url("/course2025/common/images/svg/texture_digital_illustration_manga.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_manga,
.year2025 .texture_manga {
  background: #dc4f93 url("/course2025/common/images/svg/texture_manga.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_comic_illustration,
.year2025 .texture_comic_illustration {
  background: #dc4f93 url("/course2025/common/images/svg/texture_comic_illustration.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_light_novel_scenario_novelist,
.year2025 .texture_light_novel_scenario_novelist {
  background: #dc4f93 url("/course2025/common/images/svg/texture_light_novel_scenario_novelist.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_game_graphic_character,
.year2025 .texture_game_graphic_character {
  background: #52b489 url("/course2025/common/images/svg/texture_game_graphic_character.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_game_programmer,
.year2025 .texture_game_programmer {
  background: #52b489 url("/course2025/common/images/svg/texture_game_programmer.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_cg_creators,
.year2025 .texture_cg_creators {
  background: #52b489 url("/course2025/common/images/svg/texture_cg_creators.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_animation,
.year2025 .texture_animation {
  background: #52b489 url("/course2025/common/images/svg/texture_animation.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_video_picture_creators,
.year2025 .texture_video_picture_creators {
  background: #52b489 url("/course2025/common/images/svg/texture_video_picture_creators.svg") repeat top center;
  background-size: cover;
}

/*===============================================================
	_color.scss
	2026年度 コーステクスチャ
===============================================================*/
.year2026 .texture_super_creator_world {
  background: #e50111 url("/course2026/common/images/svg/texture_super_creator_world.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_super_entertainment_world {
  background: #1d50a0 url("/course2026/common/images/svg/texture_super_entertainment_world.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_automotive_design_world {
  background: #f1b000 url("/course2026/common/images/svg/texture_automotive_design_world.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_design_world {
  background: #8f61a2 url("/course2026/common/images/svg/texture_design_world.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_manga_illustration_novel_world {
  background: #dc4f93 url("/course2026/common/images/svg/texture_manga_illustration_novel_world.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_game_cg_animation_world {
  background: #52b489 url("/course2026/common/images/svg/texture_game_cg_animation_world.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_spatial_exerience_design {
  background: #e50111 url("/course2026/common/images/svg/texture_spatial_exerience_design.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_communication_design {
  background: #e50111 url("/course2026/common/images/svg/texture_communication_design.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_mechanical_designer_cg {
  background: #e50111 url("/course2026/common/images/svg/texture_mechanical_designer_cg.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_comic_illustration_advanced {
  background: #e50111 url("/course2026/common/images/svg/texture_comic_illustration.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_ai_engineer {
  background: #e50111 url("/course2026/common/images/svg/texture_ai_engineer.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_super_game_creator {
  background: #1d50a0 url("/course2026/common/images/svg/texture_super_game_creator.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_game_graphic_illustration {
  background: #1d50a0 url("/course2026/common/images/svg/texture_game_graphic_illustration.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_vtuber {
  background: #1d50a0 url("/course2026/common/images/svg/texture_vtuber.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_vfx_cg_images {
  background: #1d50a0 url("/course2026/common/images/svg/texture_vfx_cg_images.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_animation_advanced {
  background: #1d50a0 url("/course2026/common/images/svg/texture_animation.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_automotive_design_department {
  background: #f1b000 url("/course2026/common/images/svg/texture_automotive_design_department.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_graphic_design {
  background: #8f61a2 url("/course2026/common/images/svg/texture_graphic_design.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_digital_illustration_manga {
  background: #dc4f93 url("/course2026/common/images/svg/texture_digital_illustration_manga.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_manga {
  background: #dc4f93 url("/course2026/common/images/svg/texture_manga.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_comic_illustration {
  background: #dc4f93 url("/course2026/common/images/svg/texture_comic_illustration.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_light_novel_scenario_novelist {
  background: #dc4f93 url("/course2026/common/images/svg/texture_light_novel_scenario_novelist.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_game_graphic_character {
  background: #52b489 url("/course2026/common/images/svg/texture_game_graphic_character.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_game_programmer {
  background: #52b489 url("/course2026/common/images/svg/texture_game_programmer.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_cg_creators {
  background: #52b489 url("/course2026/common/images/svg/texture_cg_creators.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_animation {
  background: #52b489 url("/course2026/common/images/svg/texture_animation.svg") repeat top center;
  background-size: cover;
}
.year2026 .texture_video_picture_creators {
  background: #52b489 url("/course2026/common/images/svg/texture_video_picture_creators.svg") repeat top center;
  background-size: cover;
}

/*===============================================================
	_color.scss
	2024年度
===============================================================*/
.year2024 {
  /*	
  .texture_[01] {
  	background: #[02] url("/course2024/common/images/svg/texture_[01].svg") repeat top center;
  	background-size: cover;
  }
  */
}
.year2024 .color_super_technology_world {
  color: #e50111;
}
.year2024 .color_super_e_entertainment_world {
  color: #1d50a0;
}
.year2024 .color_ai_it_technology_world {
  color: #5ab431;
}
.year2024 .color_automotive_design_world {
  color: #f1b000;
}
.year2024 .color_design_world {
  color: #8f61a2;
}
.year2024 .color_manga_illustration_world {
  color: #dc4f93;
}
.year2024 .color_game_cg_movie_animation_world {
  color: #52b489;
}
.year2024 .color_design_technology_advanced_diploma {
  color: #e50111;
}
.year2024 .color_mechanical_designer_cg_advanced_diploma {
  color: #e50111;
}
.year2024 .color_comic_illustration_advanced_diploma {
  color: #e50111;
}
.year2024 .color_novel_scenario_advanced_diploma {
  color: #e50111;
}
.year2024 .color_furniture_design_technology_advanced_diploma {
  color: #e50111;
}
.year2024 .color_game_graphic_illustration_advanced_diploma {
  color: #1d50a0;
}
.year2024 .color_game_programmer_planner_vr_advanced_diploma {
  color: #1d50a0;
}
.year2024 .color_game_video_data_scientist_advanced_diploma {
  color: #1d50a0;
}
.year2024 .color_vfx_cg_images_advanced_diploma {
  color: #1d50a0;
}
.year2024 .color_animation_advanced_diploma {
  color: #1d50a0;
}
.year2024 .color_ai_engineer_advanced_diploma {
  color: #5ab431;
}
.year2024 .color_it_engineer_advanced_diploma {
  color: #5ab431;
}
.year2024 .color_metaverse_designer_advanced_diploma {
  color: #5ab431;
}
.year2024 .color_automotive_design_department {
  color: #f1b000;
}
.year2024 .color_graphic_design {
  color: #8f61a2;
}
.year2024 .color_digital_illustration_manga {
  color: #dc4f93;
}
.year2024 .color_manga {
  color: #dc4f93;
}
.year2024 .color_comic_illustration {
  color: #dc4f93;
}
.year2024 .color_game_graphic_character {
  color: #52b489;
}
.year2024 .color_game_programmer {
  color: #52b489;
}
.year2024 .color_cg_creators {
  color: #52b489;
}
.year2024 .color_animation {
  color: #52b489;
}
.year2024 .color_video_picture_creators {
  color: #52b489;
}
.year2024 .bg_color_super_technology_world {
  background-color: #e50111;
}
.year2024 .bg_color_super_e_entertainment_world {
  background-color: #1d50a0;
}
.year2024 .bg_color_ai_it_technology_world {
  background-color: #5ab431;
}
.year2024 .bg_color_automotive_design_world {
  background-color: #f1b000;
}
.year2024 .bg_color_design_world {
  background-color: #8f61a2;
}
.year2024 .bg_color_manga_illustration_world {
  background-color: #dc4f93;
}
.year2024 .bg_color_game_cg_movie_animation_world {
  background-color: #52b489;
}
.year2024 .bg_color_design_technology_advanced_diploma {
  background-color: #e50111;
}
.year2024 .bg_color_mechanical_designer_cg_advanced_diploma {
  background-color: #e50111;
}
.year2024 .bg_color_comic_illustration_advanced_diploma {
  background-color: #e50111;
}
.year2024 .bg_color_novel_scenario_advanced_diploma {
  background-color: #e50111;
}
.year2024 .bg_color_furniture_design_technology_advanced_diploma {
  background-color: #e50111;
}
.year2024 .bg_color_game_graphic_illustration_advanced_diploma {
  background-color: #1d50a0;
}
.year2024 .bg_color_game_programmer_planner_vr_advanced_diploma {
  background-color: #1d50a0;
}
.year2024 .bg_color_game_video_data_scientist_advanced_diploma {
  background-color: #1d50a0;
}
.year2024 .bg_color_vfx_cg_images_advanced_diploma {
  background-color: #1d50a0;
}
.year2024 .bg_color_animation_advanced_diploma {
  background-color: #1d50a0;
}
.year2024 .bg_color_ai_engineer_advanced_diploma {
  background-color: #5ab431;
}
.year2024 .bg_color_it_engineer_advanced_diploma {
  background-color: #5ab431;
}
.year2024 .bg_color_metaverse_designer_advanced_diploma {
  background-color: #5ab431;
}
.year2024 .bg_color_automotive_design_department {
  background-color: #f1b000;
}
.year2024 .bg_color_graphic_design {
  background-color: #8f61a2;
}
.year2024 .bg_color_digital_illustration_manga {
  background-color: #dc4f93;
}
.year2024 .bg_color_manga {
  background-color: #dc4f93;
}
.year2024 .bg_color_comic_illustration {
  background-color: #dc4f93;
}
.year2024 .bg_color_game_graphic_character {
  background-color: #52b489;
}
.year2024 .bg_color_game_programmer {
  background-color: #52b489;
}
.year2024 .bg_color_cg_creators {
  background-color: #52b489;
}
.year2024 .bg_color_animation {
  background-color: #52b489;
}
.year2024 .bg_color_video_picture_creators {
  background-color: #52b489;
}
.year2024 .bg_color_light_super_technology_world {
  background-color: #fa1626;
}
.year2024 .bg_color_light_super_e_entertainment_world {
  background-color: #3265b5;
}
.year2024 .bg_color_light_ai_it_technology_world {
  background-color: #6fc946;
}
.year2024 .bg_color_light_automotive_design_world {
  background-color: #ffc515;
}
.year2024 .bg_color_light_design_world {
  background-color: #a476b7;
}
.year2024 .bg_color_light_manga_illustration_world {
  background-color: #f164a8;
}
.year2024 .bg_color_light_game_cg_movie_animation_world {
  background-color: #67c99e;
}
.year2024 .bg_color_light_design_technology_advanced_diploma {
  background-color: #fa1626;
}
.year2024 .bg_color_light_mechanical_designer_cg_advanced_diploma {
  background-color: #fa1626;
}
.year2024 .bg_color_light_comic_illustration_advanced_diploma {
  background-color: #fa1626;
}
.year2024 .bg_color_light_novel_scenario_advanced_diploma {
  background-color: #fa1626;
}
.year2024 .bg_color_light_furniture_design_technology_advanced_diploma {
  background-color: #fa1626;
}
.year2024 .bg_color_light_game_graphic_illustration_advanced_diploma {
  background-color: #3265b5;
}
.year2024 .bg_color_light_game_programmer_planner_vr_advanced_diploma {
  background-color: #3265b5;
}
.year2024 .bg_color_light_game_video_data_scientist_advanced_diploma {
  background-color: #3265b5;
}
.year2024 .bg_color_light_vfx_cg_images_advanced_diploma {
  background-color: #3265b5;
}
.year2024 .bg_color_light_animation_advanced_diploma {
  background-color: #3265b5;
}
.year2024 .bg_color_light_ai_engineer_advanced_diploma {
  background-color: #6fc946;
}
.year2024 .bg_color_light_it_engineer_advanced_diploma {
  background-color: #6fc946;
}
.year2024 .bg_color_light_metaverse_designer_advanced_diploma {
  background-color: #6fc946;
}
.year2024 .bg_color_light_automotive_design_department {
  background-color: #ffc515;
}
.year2024 .bg_color_light_graphic_design {
  background-color: #a476b7;
}
.year2024 .bg_color_light_digital_illustration_manga {
  background-color: #f164a8;
}
.year2024 .bg_color_light_manga {
  background-color: #f164a8;
}
.year2024 .bg_color_light_comic_illustration {
  background-color: #f164a8;
}
.year2024 .bg_color_light_game_graphic_character {
  background-color: #67c99e;
}
.year2024 .bg_color_light_game_programmer {
  background-color: #67c99e;
}
.year2024 .bg_color_light_cg_creators {
  background-color: #67c99e;
}
.year2024 .bg_color_light_animation {
  background-color: #67c99e;
}
.year2024 .bg_color_light_video_picture_creators {
  background-color: #67c99e;
}
.year2024 .bg_color_dark_super_technology_world {
  background-color: #e50111;
}
.year2024 .bg_color_dark_super_e_entertainment_world {
  background-color: #1d50a0;
}
.year2024 .bg_color_dark_ai_it_technology_world {
  background-color: #5ab431;
}
.year2024 .bg_color_dark_automotive_design_world {
  background-color: #f1b000;
}
.year2024 .bg_color_dark_design_world {
  background-color: #8f61a2;
}
.year2024 .bg_color_dark_manga_illustration_world {
  background-color: #dc4f93;
}
.year2024 .bg_color_dark_game_cg_movie_animation_world {
  background-color: #52b489;
}
.year2024 .bg_color_dark_design_technology_advanced_diploma {
  background-color: #e50111;
}
.year2024 .bg_color_dark_mechanical_designer_cg_advanced_diploma {
  background-color: #e50111;
}
.year2024 .bg_color_dark_comic_illustration_advanced_diploma {
  background-color: #e50111;
}
.year2024 .bg_color_dark_novel_scenario_advanced_diploma {
  background-color: #e50111;
}
.year2024 .bg_color_dark_furniture_design_technology_advanced_diploma {
  background-color: #e50111;
}
.year2024 .bg_color_dark_game_graphic_illustration_advanced_diploma {
  background-color: #1d50a0;
}
.year2024 .bg_color_dark_game_programmer_planner_vr_advanced_diploma {
  background-color: #1d50a0;
}
.year2024 .bg_color_dark_game_video_data_scientist_advanced_diploma {
  background-color: #1d50a0;
}
.year2024 .bg_color_dark_vfx_cg_images_advanced_diploma {
  background-color: #1d50a0;
}
.year2024 .bg_color_dark_animation_advanced_diploma {
  background-color: #1d50a0;
}
.year2024 .bg_color_dark_ai_engineer_advanced_diploma {
  background-color: #5ab431;
}
.year2024 .bg_color_dark_it_engineer_advanced_diploma {
  background-color: #5ab431;
}
.year2024 .bg_color_dark_metaverse_designer_advanced_diploma {
  background-color: #5ab431;
}
.year2024 .bg_color_dark_automotive_design_department {
  background-color: #f1b000;
}
.year2024 .bg_color_dark_graphic_design {
  background-color: #8f61a2;
}
.year2024 .bg_color_dark_digital_illustration_manga {
  background-color: #dc4f93;
}
.year2024 .bg_color_dark_manga {
  background-color: #dc4f93;
}
.year2024 .bg_color_dark_comic_illustration {
  background-color: #dc4f93;
}
.year2024 .bg_color_dark_game_graphic_character {
  background-color: #52b489;
}
.year2024 .bg_color_dark_game_programmer {
  background-color: #52b489;
}
.year2024 .bg_color_dark_cg_creators {
  background-color: #52b489;
}
.year2024 .bg_color_dark_animation {
  background-color: #52b489;
}
.year2024 .bg_color_dark_video_picture_creators {
  background-color: #52b489;
}
.year2024 .border_super_technology_world {
  border-color: #e50111;
}
.year2024 .border_super_e_entertainment_world {
  border-color: #1d50a0;
}
.year2024 .border_ai_it_technology_world {
  border-color: #5ab431;
}
.year2024 .border_automotive_design_world {
  border-color: #f1b000;
}
.year2024 .border_design_world {
  border-color: #8f61a2;
}
.year2024 .border_manga_illustration_world {
  border-color: #dc4f93;
}
.year2024 .border_game_cg_movie_animation_world {
  border-color: #52b489;
}
.year2024 .border_design_technology_advanced_diploma {
  border-color: #e50111;
}
.year2024 .border_mechanical_designer_cg_advanced_diploma {
  border-color: #e50111;
}
.year2024 .border_comic_illustration_advanced_diploma {
  border-color: #e50111;
}
.year2024 .border_novel_scenario_advanced_diploma {
  border-color: #e50111;
}
.year2024 .border_furniture_design_technology_advanced_diploma {
  border-color: #e50111;
}
.year2024 .border_game_graphic_illustration_advanced_diploma {
  border-color: #1d50a0;
}
.year2024 .border_game_programmer_planner_vr_advanced_diploma {
  border-color: #1d50a0;
}
.year2024 .border_game_video_data_scientist_advanced_diploma {
  border-color: #1d50a0;
}
.year2024 .border_vfx_cg_images_advanced_diploma {
  border-color: #1d50a0;
}
.year2024 .border_animation_advanced_diploma {
  border-color: #1d50a0;
}
.year2024 .border_ai_engineer_advanced_diploma {
  border-color: #5ab431;
}
.year2024 .border_it_engineer_advanced_diploma {
  border-color: #5ab431;
}
.year2024 .border_metaverse_designer_advanced_diploma {
  border-color: #5ab431;
}
.year2024 .border_automotive_design_department {
  border-color: #f1b000;
}
.year2024 .border_graphic_design {
  border-color: #8f61a2;
}
.year2024 .border_digital_illustration_manga {
  border-color: #dc4f93;
}
.year2024 .border_manga {
  border-color: #dc4f93;
}
.year2024 .border_comic_illustration {
  border-color: #dc4f93;
}
.year2024 .border_game_graphic_character {
  border-color: #52b489;
}
.year2024 .border_game_programmer {
  border-color: #52b489;
}
.year2024 .border_cg_creators {
  border-color: #52b489;
}
.year2024 .border_animation {
  border-color: #52b489;
}
.year2024 .border_video_picture_creators {
  border-color: #52b489;
}
.year2024 .border_color_super_technology_world {
  border-color: #e50111;
}
.year2024 .border_color_super_e_entertainment_world {
  border-color: #1d50a0;
}
.year2024 .border_color_ai_it_technology_world {
  border-color: #5ab431;
}
.year2024 .border_color_automotive_design_world {
  border-color: #f1b000;
}
.year2024 .border_color_design_world {
  border-color: #8f61a2;
}
.year2024 .border_color_manga_illustration_world {
  border-color: #dc4f93;
}
.year2024 .border_color_game_cg_movie_animation_world {
  border-color: #52b489;
}
.year2024 .color_super_technology_world_hover {
  color: #d00000;
}
.year2024 .color_super_e_entertainment_world_hover {
  color: #083b8b;
}
.year2024 .color_ai_it_technology_world_hover {
  color: #459f1c;
}
.year2024 .color_automotive_design_world_hover {
  color: #dc9b00;
}
.year2024 .color_design_world_hover {
  color: #7a4c8d;
}
.year2024 .color_manga_illustration_world_hover {
  color: #c73a7e;
}
.year2024 .color_game_cg_movie_animation_world_hover {
  color: #3d9f74;
}
.year2024 .color_design_technology_advanced_diploma_hover {
  color: #d00000;
}
.year2024 .color_mechanical_designer_cg_advanced_diploma_hover {
  color: #d00000;
}
.year2024 .color_comic_illustration_advanced_diploma_hover {
  color: #d00000;
}
.year2024 .color_novel_scenario_advanced_diploma_hover {
  color: #d00000;
}
.year2024 .color_furniture_design_technology_advanced_diploma_hover {
  color: #d00000;
}
.year2024 .color_game_graphic_illustration_advanced_diploma_hover {
  color: #083b8b;
}
.year2024 .color_game_programmer_planner_vr_advanced_diploma_hover {
  color: #083b8b;
}
.year2024 .color_game_video_data_scientist_advanced_diploma_hover {
  color: #083b8b;
}
.year2024 .color_vfx_cg_images_advanced_diploma_hover {
  color: #083b8b;
}
.year2024 .color_animation_advanced_diploma_hover {
  color: #083b8b;
}
.year2024 .color_ai_engineer_advanced_diploma_hover {
  color: #459f1c;
}
.year2024 .color_it_engineer_advanced_diploma_hover {
  color: #459f1c;
}
.year2024 .color_metaverse_designer_advanced_diploma_hover {
  color: #459f1c;
}
.year2024 .color_automotive_design_department_hover {
  color: #dc9b00;
}
.year2024 .color_graphic_design_hover {
  color: #7a4c8d;
}
.year2024 .color_digital_illustration_manga_hover {
  color: #c73a7e;
}
.year2024 .color_manga_hover {
  color: #c73a7e;
}
.year2024 .color_comic_illustration_hover {
  color: #c73a7e;
}
.year2024 .color_game_graphic_character_hover {
  color: #3d9f74;
}
.year2024 .color_game_programmer_hover {
  color: #3d9f74;
}
.year2024 .color_cg_creators_hover {
  color: #3d9f74;
}
.year2024 .color_animation_hover {
  color: #3d9f74;
}
.year2024 .color_video_picture_creators_hover {
  color: #3d9f74;
}
.year2024 .texture_super_technology_world {
  background: #C73834 url("/course2024/common/images/svg/texture_super_technology_world.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_super_e_entertainment_world {
  background: #59bded url("/course2024/common/images/svg/texture_super_e_entertainment_world.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_ai_it_technology_world {
  background: #73B054 url("/course2024/common/images/svg/texture_ai_it_technology_world.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_automotive_design_world {
  background: #E5AC49 url("/course2024/common/images/svg/texture_automotive_design_world.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_design_world {
  background: #7C528C url("/course2024/common/images/svg/texture_design_world.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_manga_illustration_world {
  background: #CF6093 url("/course2024/common/images/svg/texture_manga_illustration_world.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_game_cg_movie_animation_world {
  background: #6BB38E url("/course2024/common/images/svg/texture_game_cg_movie_animation_world.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_design_technology_advanced_diploma {
  background: #C73834 url("/course2024/common/images/svg/texture_design_technology_advanced_diploma.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_mechanical_designer_cg_advanced_diploma {
  background: #C73834 url("/course2024/common/images/svg/texture_mechanical_designer_cg_advanced_diploma.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_comic_illustration_advanced_diploma {
  background: #C73834 url("/course2024/common/images/svg/texture_comic_illustration_advanced_diploma.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_novel_scenario_advanced_diploma {
  background: #C73834 url("/course2024/common/images/svg/texture_novel_scenario_advanced_diploma.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_furniture_design_technology_advanced_diploma {
  background: #C73834 url("/course2024/common/images/svg/texture_furniture_design_technology_advanced_diploma.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_game_graphic_illustration_advanced_diploma {
  background: #59bded url("/course2024/common/images/svg/texture_game_graphic_illustration_advanced_diploma.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_game_programmer_planner_vr_advanced_diploma {
  background: #59bded url("/course2024/common/images/svg/texture_game_programmer_planner_vr_advanced_diploma.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_game_video_data_scientist_advanced_diploma {
  background: #59bded url("/course2024/common/images/svg/texture_game_video_data_scientist_advanced_diploma.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_vfx_cg_images_advanced_diploma {
  background: #59bded url("/course2024/common/images/svg/texture_vfx_cg_images_advanced_diploma.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_animation_advanced_diploma {
  background: #59bded url("/course2024/common/images/svg/texture_animation_advanced_diploma.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_ai_engineer_advanced_diploma {
  background: #73B054 url("/course2024/common/images/svg/texture_ai_engineer_advanced_diploma.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_it_engineer_advanced_diploma {
  background: #73B054 url("/course2024/common/images/svg/texture_it_engineer_advanced_diploma.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_metaverse_designer_advanced_diploma {
  background: #73B054 url("/course2024/common/images/svg/texture_metaverse_designer_advanced_diploma.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_automotive_design_department {
  background: #E5AC49 url("/course2024/common/images/svg/texture_automotive_design_department.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_graphic_design {
  background: #7C528C url("/course2024/common/images/svg/texture_graphic_design.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_digital_illustration_manga {
  background: #CF6093 url("/course2024/common/images/svg/texture_digital_illustration_manga.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_manga {
  background: #CF6093 url("/course2024/common/images/svg/texture_manga.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_comic_illustration {
  background: #CF6093 url("/course2024/common/images/svg/texture_comic_illustration.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_game_graphic_character {
  background: #6BB38E url("/course2024/common/images/svg/texture_game_graphic_character.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_game_programmer {
  background: #6BB38E url("/course2024/common/images/svg/texture_game_programmer.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_cg_creators {
  background: #6BB38E url("/course2024/common/images/svg/texture_cg_creators.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_animation {
  background: #6BB38E url("/course2024/common/images/svg/texture_animation.svg") repeat top center;
  background-size: cover;
}
.year2024 .texture_video_picture_creators {
  background: #6BB38E url("/course2024/common/images/svg/texture_video_picture_creators.svg") repeat top center;
  background-size: cover;
}

/*===============================================================
	_color.scss
	2023年度
===============================================================*/
.year2023 .color_super_technology_world {
  color: #e60012;
}
.year2023 .color_super_e_entertainment_world {
  color: #59bded;
}
.year2023 .color_car_design_world {
  color: #4bd425;
}
.year2023 .color_design_world {
  color: #feaa00;
}
.year2023 .color_manga_illustration_world {
  color: #93176f;
}
.year2023 .color_game_world {
  color: #eb498f;
}
.year2023 .color_cg_movie_animation_world {
  color: #00c7c0;
}
.year2023 .color_design_technology_master {
  color: #e60012;
}
.year2023 .color_mechanicaldesigner_cg_master {
  color: #008d3f;
}
.year2023 .color_comic_illustration_master {
  color: #771792;
}
.year2023 .color_novel_scenario_master {
  color: #182987;
}
.year2023 .color_furniture_design_technology {
  color: #f18904;
}
.year2023 .color_game_graphic_illustration {
  color: #e95568;
}
.year2023 .color_game_programmer_planner {
  color: #e4007f;
}
.year2023 .color_game_video_datascientist_master {
  color: #93176f;
}
.year2023 .color_vfx_cgimages {
  color: #00a4b8;
}
.year2023 .color_animation_master {
  color: #f6ab00;
}
.year2023 .color_car_design {
  color: #4bd425;
}
.year2023 .color_car_model {
  color: #4bd425;
}
.year2023 .color_motorcycle {
  color: #4bd425;
}
.year2023 .color_graphic_design {
  color: #feaa00;
}
.year2023 .color_illustrator {
  color: #feaa00;
}
.year2023 .color_digital_illustration_manga {
  color: #93176f;
}
.year2023 .color_manga {
  color: #93176f;
}
.year2023 .color_comic_illustration {
  color: #93176f;
}
.year2023 .color_game_graphic_character {
  color: #eb498f;
}
.year2023 .color_game_programmer {
  color: #eb498f;
}
.year2023 .color_threedcg_creator {
  color: #00c7c0;
}
.year2023 .color_3dcg_creator {
  color: #00c7c0;
}
.year2023 .color_animation {
  color: #00c7c0;
}
.year2023 .color_video_picture_creator {
  color: #00c7c0;
}
.year2023 .bg_color_super_technology_world {
  background-color: #e60012;
}
.year2023 .bg_color_super_e_entertainment_world {
  background-color: #59bded;
}
.year2023 .bg_color_car_design_world {
  background-color: #4bd425;
}
.year2023 .bg_color_design_world {
  background-color: #feaa00;
}
.year2023 .bg_color_manga_illustration_world {
  background-color: #93176f;
}
.year2023 .bg_color_game_world {
  background-color: #eb498f;
}
.year2023 .bg_color_cg_movie_animation_world {
  background-color: #00c7c0;
}
.year2023 .bg_color_design_technology_master {
  background-color: #e60012;
}
.year2023 .bg_color_mechanicaldesigner_cg_master {
  background-color: #008d3f;
}
.year2023 .bg_color_comic_illustration_master {
  background-color: #771792;
}
.year2023 .bg_color_novel_scenario_master {
  background-color: #182987;
}
.year2023 .bg_color_furniture_design_technology {
  background-color: #f18904;
}
.year2023 .bg_color_game_graphic_illustration {
  background-color: #e95568;
}
.year2023 .bg_color_game_programmer_planner {
  background-color: #e4007f;
}
.year2023 .bg_color_game_video_datascientist_master {
  background-color: #93176f;
}
.year2023 .bg_color_vfx_cgimages {
  background-color: #00a4b8;
}
.year2023 .bg_color_animation_master {
  background-color: #f6ab00;
}
.year2023 .bg_color_car_design {
  background-color: #4bd425;
}
.year2023 .bg_color_car_model {
  background-color: #4bd425;
}
.year2023 .bg_color_motorcycle {
  background-color: #4bd425;
}
.year2023 .bg_color_graphic_design {
  background-color: #feaa00;
}
.year2023 .bg_color_illustrator {
  background-color: #feaa00;
}
.year2023 .bg_color_digital_illustration_manga {
  background-color: #93176f;
}
.year2023 .bg_color_manga {
  background-color: #93176f;
}
.year2023 .bg_color_comic_illustration {
  background-color: #93176f;
}
.year2023 .bg_color_game_graphic_character {
  background-color: #eb498f;
}
.year2023 .bg_color_game_programmer {
  background-color: #eb498f;
}
.year2023 .bg_color_threedcg_creator {
  background-color: #00c7c0;
}
.year2023 .bg_color_3dcg_creator {
  background-color: #00c7c0;
}
.year2023 .bg_color_animation {
  background-color: #00c7c0;
}
.year2023 .bg_color_video_picture_creator {
  background-color: #00c7c0;
}
.year2023 .border_color_super_technology_world {
  border-color: #e60012;
}
.year2023 .border_color_super_e_entertainment_world {
  border-color: #59bded;
}
.year2023 .border_color_car_design_world {
  border-color: #4bd425;
}
.year2023 .border_color_design_world {
  border-color: #feaa00;
}
.year2023 .border_color_manga_illustration_world {
  border-color: #93176f;
}
.year2023 .border_color_game_world {
  border-color: #eb498f;
}
.year2023 .border_color_cg_movie_animation_world {
  border-color: #00c7c0;
}
.year2023 .border_color_design_technology_master {
  border-color: #e60012;
}
.year2023 .border_color_mechanicaldesigner_cg_master {
  border-color: #008d3f;
}
.year2023 .border_color_comic_illustration_master {
  border-color: #771792;
}
.year2023 .border_color_novel_scenario_master {
  border-color: #182987;
}
.year2023 .border_color_furniture_design_technology {
  border-color: #f18904;
}
.year2023 .border_color_game_graphic_illustration {
  border-color: #e95568;
}
.year2023 .border_color_game_programmer_planner {
  border-color: #e4007f;
}
.year2023 .border_color_game_video_datascientist_master {
  border-color: #93176f;
}
.year2023 .border_color_vfx_cgimages {
  border-color: #00a4b8;
}
.year2023 .border_color_animation_master {
  border-color: #f6ab00;
}
.year2023 .border_color_car_design {
  border-color: #4bd425;
}
.year2023 .border_color_car_model {
  border-color: #4bd425;
}
.year2023 .border_color_motorcycle {
  border-color: #4bd425;
}
.year2023 .border_color_graphic_design {
  border-color: #feaa00;
}
.year2023 .border_color_illustrator {
  border-color: #feaa00;
}
.year2023 .border_color_digital_illustration_manga {
  border-color: #93176f;
}
.year2023 .border_color_manga {
  border-color: #93176f;
}
.year2023 .border_color_comic_illustration {
  border-color: #93176f;
}
.year2023 .border_color_game_graphic_character {
  border-color: #eb498f;
}
.year2023 .border_color_game_programmer {
  border-color: #eb498f;
}
.year2023 .border_color_threedcg_creator {
  border-color: #00c7c0;
}
.year2023 .border_color_3dcg_creator {
  border-color: #00c7c0;
}
.year2023 .border_color_animation {
  border-color: #00c7c0;
}
.year2023 .border_color_video_picture_creator {
  border-color: #00c7c0;
}
.year2023 .color_super_technology_world_hover {
  color: #fb1527;
}
.year2023 .color_super_e_entertainment_world_hover {
  color: #6ed2ff;
}
.year2023 .color_car_design_world_hover {
  color: #63f13c;
}
.year2023 .color_design_world_hover {
  color: #ffbf15;
}
.year2023 .color_manga_illustration_world_hover {
  color: #a82c84;
}
.year2023 .color_game_world_hover {
  color: #ff5ea4;
}
.year2023 .color_cg_movie_animation_world_hover {
  color: #15dcd5;
}
.year2023 .color_design_technology_master_hover {
  color: #fb1527;
}
.year2023 .color_mechanicaldesigner_cg_master_hover {
  color: #15a254;
}
.year2023 .color_comic_illustration_master_hover {
  color: #8c2ca7;
}
.year2023 .color_novel_scenario_master_hover {
  color: #2d3e9c;
}
.year2023 .color_furniture_design_technology_hover {
  color: #ff9e19;
}
.year2023 .color_game_graphic_illustration_hover {
  color: #fe6a7d;
}
.year2023 .color_game_programmer_planner_hover {
  color: #f91594;
}
.year2023 .color_game_video_datascientist_master_hover {
  color: #a82c84;
}
.year2023 .color_vfx_cgimages_hover {
  color: #15b9cd;
}
.year2023 .color_animation_master_hover {
  color: #ffc015;
}
.year2023 .color_car_design_hover {
  color: #63f13c;
}
.year2023 .color_car_model_hover {
  color: #63f13c;
}
.year2023 .color_motorcycle_hover {
  color: #63f13c;
}
.year2023 .color_graphic_design_hover {
  color: #ffbf15;
}
.year2023 .color_illustrator_hover {
  color: #ffbf15;
}
.year2023 .color_digital_illustration_manga_hover {
  color: #a82c84;
}
.year2023 .color_manga_hover {
  color: #a82c84;
}
.year2023 .color_comic_illustration_hover {
  color: #a82c84;
}
.year2023 .color_game_graphic_character_hover {
  color: #ff5ea4;
}
.year2023 .color_game_programmer_hover {
  color: #ff5ea4;
}
.year2023 .color_threedcg_creator_hover {
  color: #15dcd5;
}
.year2023 .color_animation_hover {
  color: #15dcd5;
}
.year2023 .color_video_picture_creator_hover {
  color: #15dcd5;
}
.year2023 .texture_super_technology_world {
  background: #e60012 url("/course2023/common/images/svg/texture_super_technology_world.svg") repeat top center;
  background-size: cover;
}
.year2023 .texture_super_e_entertainment_world {
  background: #59bded url("/course2023/common/images/svg/texture_super_e_entertainment_world.svg") repeat top center;
  background-size: cover;
}
.year2023 .texture_car_design_world {
  background: #4bd425 url("/course2023/common/images/svg/texture_car_design_world.svg") repeat top center;
  background-size: cover;
}
.year2023 .texture_design_world {
  background: #feaa00 url("/course2023/common/images/svg/texture_design_world.svg") repeat top center;
  background-size: cover;
}
.year2023 .texture_manga_illustration_world {
  background: #93176f url("/course2023/common/images/svg/texture_manga_illustration_world.svg") repeat top center;
  background-size: cover;
}
.year2023 .texture_game_world {
  background: #eb498f url("/course2023/common/images/svg/texture_game_world.svg") repeat top center;
  background-size: cover;
}
.year2023 .texture_cg_movie_animation_world {
  background: #00c7c0 url("/course2023/common/images/svg/texture_cg_movie_animation_world.svg") repeat top center;
  background-size: cover;
}

/*===============================================================
	_color.scss
	bg 背景
===============================================================*/
.bg_slash_lightblue {
  background: url("/common/images/assets/bg_slash_lightblue.gif") repeat top center;
}

.bg_world_super {
  background: #fff114;
}

.bg_texture_creater_world_kenokuyama {
  background: #e60012 url("/common/images/assets/bg_texture_creater_world_kenokuyama.svg") repeat top left;
}

.bg_texture_creater_world_matt {
  background: #191d6a url("/common/images/assets/bg_texture_creater_world_matt.svg") repeat top left;
}

.bg_texture_creater_world_shinozuka {
  background: #878990 url("/common/images/assets/bg_texture_creater_world_shinozuka.svg") repeat top left;
}

.bg_texture_car_world {
  background: #7dccf3 url("/common/images/assets/bg_texture_car_world.svg") repeat top left;
}

.bg_texture_design_world {
  background: #fabf13 url("/common/images/assets/bg_texture_design_world.svg") repeat top left;
}

.bg_texture_manga_world {
  background: #ef93ba url("/common/images/assets/bg_texture_manga_world.svg") repeat top left;
}

.bg_texture_game_world {
  background: #d5dc20 url("/common/images/assets/bg_texture_game_world.svg") repeat top left;
}

.bg_texture_cg_video_animation_world {
  background: #89cac2 url("/common/images/assets/bg_texture_cg_video_animation_world.svg") repeat top left;
}

.bg_slash_gray {
  background: url("/common/images/assets/bg-gray-strip.png") repeat top left;
}

.bg_grid_gray {
  background: url("/common/images/assets/bg_grid_gray.gif") repeat top left;
}

/* タブレット以下 */
/* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～768px */
/* for SP max-width: $width_sp */
/*===============================================================
	_color.scss
	色
===============================================================*/
.bg_color_kenokuyama {
  background-color: #e60012;
}

.bg_color_matt {
  background-color: #1F77D9;
}

.bg_color_sinozuka {
  background-color: #878990;
}

.bg_color_car {
  background-color: #7dccf3;
}

.bg_color_design {
  background-color: #f4a000;
}

.bg_color_manga {
  background-color: #ef93ba;
}

.bg_color_game {
  background-color: #d5dc20;
}

.bg_color_anime {
  background-color: #89cac2;
}

.bg_color_lightgray {
  background-color: #ebeeee;
}

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

2021年度　専攻コース用cssより抜粋追加

============================================================================= */
/*-------------------------------------------------------------
	背景色	
-------------------------------------------------------------*/
.bg_color_yellow {
  background-color: #FFF100;
}

.bg_color_super_product_design_world {
  background-color: #e60012;
}

.bg_color_super_e_entertainment_world {
  background-color: #93176f;
}

.bg_color_car_world {
  background-color: #59bded;
}

.bg_color_design_world {
  background-color: #fcc800;
}

.bg_color_manga_illustration_novel_world {
  background-color: #eb6ea5;
}

.bg_color_game_world {
  background-color: #8fc31f;
}

.bg_color_cg_movie_animation_world {
  background-color: #74c6be;
}

.bg_color_project {
  background-color: #ffdd03;
}

.bg_color_seminar {
  background-color: #5fc1c7;
}

.bg_color_career {
  background-color: #eb6ea5;
}

.bg_color_debut {
  background-color: #8fc31f;
}

.bg_color_w_curriculum {
  background-color: #7ecef4;
}

.bg_color_overseas {
  background-color: #7b558d;
}

.bg_color_internship {
  background-color: #eb6ea5;
}

.bg_color_international {
  background-color: #f0f0f0;
}

.bg_color_english {
  background-color: #FFF100;
}

.bg_color_ftp {
  background-color: #FAC035;
}

.bg_color_super_product_design_world {
  background: #e60012;
  background: -webkit-gradient(linear, left top, right top, from(#e60012), to(#880000));
  background: linear-gradient(to right, #e60012 0%, #880000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e60012", endColorstr="#880000", GradientType=1);
}

.bg_color_super_e_entertainment_world {
  background: #93176f;
  background: -webkit-gradient(linear, left top, right top, from(#93176f), to(#730356));
  background: linear-gradient(to right, #93176f 0%, #730356 100%);
}

/* ボーダー色 */
.border_color_product_design {
  border-color: #e60012;
}

.border_color_technology_design {
  border-color: #008d3f;
}

.border_color_hobby_toy_design {
  border-color: #00a4b8;
}

.border_color_game_graphic_illustration {
  border-color: #93176f;
}

.border_color_game_programmer_planner {
  border-color: #182987;
}

.border_color_vfx_cgimages {
  border-color: #f18904;
}

.border_color_car_design {
  border-color: #59bded;
}

.border_color_car_model {
  border-color: #59bded;
}

.border_color_motorcycle {
  border-color: #59bded;
}

.border_color_graphic_design {
  border-color: #fcc800;
}

.border_color_illustrator {
  border-color: #fcc800;
}

.border_color_interior_design {
  border-color: #fcc800;
}

.border_color_manga {
  border-color: #eb6ea5;
}

.border_color_comic_illustration {
  border-color: #eb6ea5;
}

.border_color_digital_illustration_manga {
  border-color: #eb6ea5;
}

.border_color_novel_scenario {
  border-color: #eb6ea5;
}

.border_color_game_graphic_character {
  border-color: #8fc31f;
}

.border_color_game_planner {
  border-color: #8fc31f;
}

.border_color_game_programmer {
  border-color: #8fc31f;
}

.border_color_threedcg_creator {
  border-color: #74c6be;
}

.border_color_3dcg_creator {
  border-color: #74c6be;
}

.border_color_animation {
  border-color: #74c6be;
}

.border_color_movie_video_creator {
  border-color: #74c6be;
}

/* 文字色 */
.color_product_design {
  color: #e60012;
}

.color_technology_design {
  color: #008d3f;
}

.color_hobby_toy_design {
  color: #00a4b8;
}

.color_game_graphic_illustration {
  color: #93176f;
}

.color_game_programmer_planner {
  color: #182987;
}

.color_vfx_cgimages {
  color: #f18904;
}

.color_graphic_design {
  color: #fcc800;
}

.color_illustrator {
  color: #fcc800;
}

.color_interior_design {
  color: #fcc800;
}

.color_manga {
  color: #eb6ea5;
}

.color_comic_illustration {
  color: #eb6ea5;
}

.color_digital_illustration_manga {
  color: #eb6ea5;
}

.color_novel_scenario {
  color: #eb6ea5;
}

.color_game_graphic_character {
  color: #8fc31f;
}

.color_game_planner {
  color: #8fc31f;
}

.color_game_programmer {
  color: #8fc31f;
}

.color_threedcg_creator {
  color: #74c6be;
}

.color_3dcg_creator {
  color: #74c6be;
}

.color_animation {
  color: #74c6be;
}

.color_movie_video_creator {
  color: #74c6be;
}

/*　　2021年度　専攻コース用css　抜粋ここまで　　*/
/* その他背景
----------------------------------------------------------------*/
.bg_gray {
  background-color: #f5f5f5;
}

.bg_gray_dark {
  background-color: #666;
}

.bg_dot_rectangle {
  background-image: url("/common/images/assets/bg_dot_rectangle.svg");
  background-repeat: no-repeat;
  background-position: left 100px;
  background-size: 500px 500px;
}

.bg_education_red {
  background-color: #EA5255;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .bg_dot_rectangle {
    background-position: left 0vw;
    background-size: 90vw 90vw;
  }
}
/* for SP max-width: 800px */
/* 文字サイズ、装飾
----------------------------------------------------------------*/
.bold {
  font-weight: bold;
}

.cap {
  font-size: 12px;
  line-height: 15px;
}

.red {
  color: #943023;
}

.yellow {
  color: #cbb847;
}

.blue {
  color: #0047a2;
}

.lightblue {
  color: #00afd7;
}

.green {
  color: #5b9000;
}

.brown {
  color: #633;
}

.pink {
  color: #f3c;
}

.gray {
  color: #eaeeed;
}

.deepgray {
  color: #92999f;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.replace {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.under_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ff0));
  background: linear-gradient(transparent 50%, #ff0 50%);
}

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

	_common.scss
	web font

===============================================================*/
/* パンフレット「Interstate Bold Condensed」代替フォント */
@font-face {
  font-family: "open-sans-condensed-bold";
  src: url("/common/font/open-sans-condensed-bold.woff") format("woff");
}
/* パンフレット「DIN Bold」代替フォント */
@font-face {
  font-family: "GothicA1-Black-Subset";
  src: url("/common/font/GothicA1-Black-Subset.woff") format("woff");
}
/* パンフレット「Vinyl OT」代替フォント */
@font-face {
  font-family: "BebasNeue-Regular";
  src: url("/common/font/BebasNeue-Regular.woff") format("woff");
}
/* グレーストライプ修正 */
.bg-gray {
  /*background: url(../images/bg-gray-strip.png) repeat center top;*/
  background: url("/common/images/assets/bg-gray-strip.png") repeat top left;
}

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

	noto sans

===============================================================*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/common/font/NotoSansCJKjp-Regular_subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 800;
  src: url("/common/font/NotoSansCJKjp-Bold_subset.woff") format("woff");
}
.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*===============================================================
	_common.scss
	font_notosans
===============================================================*/
/*Noto Sans JP*/
.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

/*Noto Serif JP*/
.noto_serif {
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.en {
  font-family: "open-sans-condensed-bold";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*===============================================================
	_common.scss
	fixed
===============================================================*/
.fixed {
  position: fixed;
  top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1220px) {
  .fixed {
    position: fixed;
    top: 0;
  }
} /* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～768px */
/* for SP max-width: $width_sp */
/*===============================================================
	_common.scss
	基本文字サイズ
===============================================================*/
h2 {
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

p {
  font-size: 16px;
  line-height: 1.8;
}

sup {
  font-size: 11px;
  padding: 0;
  margin: 0;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  p {
    font-size: 3.5vw;
  }
  sup {
    font-size: 2.93333vw;
  }
} /* for SP max-width: 800px */
/*===============================================================
	_common.scss
	txtlink 2016/11/16
===============================================================*/
.txtlink a {
  padding-left: 15px;
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.txtlink a:hover {
  color: #c00;
}

.txtlink a:after {
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  top: 7px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  border-top: solid 2px #c00;
  border-left: solid 2px #c00;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.txtlink.arw_prev a:after {
  top: 7px;
  bottom: auto;
  left: 3px;
  right: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.txtlink.arw_after a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after a:after {
  left: auto;
  right: 0;
}

.txtlink.arw_down a:after {
  top: 7px;
  bottom: auto;
  left: 2px;
  right: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.txtlink.arw_after_down a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after_down a:after {
  top: 7px;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/*	arw_box */
.txtlink.arw_box a {
  padding-left: 25px;
}

.txtlink.arw_box a:before {
  content: " ";
  width: 20px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
}

.txtlink.arw_box a:after {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  top: 8px;
  bottom: auto;
  left: 5px;
  right: auto;
}

/*===============================================================
	_common.scss
	btn_detail

===============================================================*/
.btn_detail {
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
}

.btn_detail a {
  position: relative;
  text-decoration: none;
  display: block;
  background-color: #182980;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 5px;
}

.btn_detail a:after {
  position: absolute;
  content: " ";
  width: 13px;
  height: 13px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.btn_detail a:hover {
  text-decoration: none;
  background-color: #162C9C;
}

.btn_detail_red a {
  background-color: #c91b36;
}

.btn_detail_red a:hover {
  background-color: #e31838;
}

.btn_detail_black a {
  background-color: #000;
}

.btn_detail_black a:hover {
  background-color: #222;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .btn_detail {
    width: 100%;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .btn_detail {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .btn_detail a {
    font-size: 16px;
  }
} /* for SP max-width: 800px */
/*-------------------------------------------------------------
	btn_white	
-------------------------------------------------------------*/
.btn_white {
  width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}

.btn_white a {
  text-decoration: none;
  display: block;
  background-color: #fff;
  text-align: center;
  color: #1d50a2;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0;
  border: solid 1px #1d50a2;
}

.btn_white a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1d50a2;
}

.btn_white a:after {
  border-top: solid 1px #1d50a2;
  border-left: solid 1px #1d50a2;
}

.btn_white a:hover:after {
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .btn_white {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .btn_white a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
  }
} /* for SP max-width: 800px */
/*===============================================================
	_common.scss
	btn_line_arw

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

.btn_line_arw a {
  display: inline-block;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 25px;
  padding-bottom: 8px;
  font-weight: bold;
  text-align: center;
  color: #000;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_line_arw a span {
  /*  font-weight: normal;*/
  font-size: 80%;
}

.btn_line_arw a::before,
.btn_line_arw a::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_line_arw a::after {
  bottom: 0px;
  right: -4px;
  margin: auto;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #000;
  border-left: 5px solid #000;
  border-right: 5px solid transparent;
  border-width: 5px;
}

.btn_line_arw a::before {
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #000;
}

.btn_line_arw a:hover {
  color: #ea5354 !important;
  text-decoration: none;
  padding-right: 20px;
  padding-left: 20px;
}

.btn_line_arw a:hover::after {
  border-bottom: 5px solid #ea5354;
  border-left: 5px solid #ea5354;
}

.btn_line_arw a:hover::before {
  background: #ea5354;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .btn_line_arw a {
    margin-top: 8vw;
    font-size: 4vw;
    padding-bottom: 2vw;
  }
  .btn_line_arw a::before,
  .btn_line_arw a::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn_line_arw a::after {
    right: -4px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid transparent;
    border-width: 1vw;
  }
  .btn_line_arw a::before {
    height: 2px;
  }
  .btn_line_arw a:hover {
    color: #ea5354 !important;
    text-decoration: none;
    padding-right: 0;
    padding-left: 0;
  }
  .btn_line_arw a:hover::after {
    border-bottom: 1vw solid #ea5354;
    border-left: 1vw solid #ea5354;
  }
} /* for SP max-width: 800px */
/*===============================================================
	_common.scss
	btn_line_arw_s

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

.btn_line_arw_s a {
  display: inline-block;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 20px;
  padding-bottom: 8px;
  font-weight: bold;
  text-align: center;
  color: #000;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_line_arw_s a span {
  /*  font-weight: normal;*/
  font-size: 80%;
}

.btn_line_arw_s a::before,
.btn_line_arw_s a::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_line_arw_s a::after {
  bottom: 0px;
  right: -4px;
  margin: auto;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #000;
  border-left: 5px solid #000;
  border-right: 5px solid transparent;
  border-width: 4px;
}

.btn_line_arw_s a::before {
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #000;
}

.btn_line_arw_s a:hover {
  color: #ea5354 !important;
  text-decoration: none;
  padding-right: 20px;
  padding-left: 20px;
}

.btn_line_arw_s a:hover::after {
  border-bottom: 5px solid #ea5354;
  border-left: 5px solid #ea5354;
}

.btn_line_arw_s a:hover::before {
  background: #ea5354;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .btn_line_arw_s a {
    margin-top: 8vw;
    font-size: 4vw;
    padding-bottom: 2vw;
  }
  .btn_line_arw_s a::before,
  .btn_line_arw_s a::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn_line_arw_s a::after {
    right: -4px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid transparent;
    border-width: 1vw;
  }
  .btn_line_arw_s a::before {
    height: 2px;
  }
  .btn_line_arw_s a:hover {
    color: #ea5354 !important;
    text-decoration: none;
    padding-right: 0;
    padding-left: 0;
  }
  .btn_line_arw_s a:hover::after {
    border-bottom: 1vw solid #ea5354;
    border-left: 1vw solid #ea5354;
  }
} /* for SP max-width: 800px */
/*===============================================================
	_common.scss
	txt_link_center

===============================================================*/
.txt_link_center {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 0;
  clear: both;
}

.txt_link_center a {
  position: relative;
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
}

.txt_link_center a:hover {
  color: red;
}

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

.txt_link_center a:hover:after {
  border-top: solid 2px red;
  border-left: solid 2px red;
}

/* タブレット以下 */
/* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .txt_link_center {
    font-size: 14px;
    margin: 15px 0 0;
    padding-bottom: 10px;
  }
} /* for SP max-width: 800px */
/*-------------------------------------------------------------
	flexbtn	
-------------------------------------------------------------*/
.flexbtn {
  width: auto;
  text-align: center;
}

.flexbtn a {
  display: inline-block;
  padding: 15px 40px;
}

/* タブレット以下 */
/* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～768px */
/* for SP max-width: $width_sp */
/*===============================================================
	_common.scss
	social_icon_list

===============================================================*/
.social_icon_list li a img {
  opacity: 0;
}

.social_icon_list li a {
  display: inline-block;
  background-image: url("/common/images/app/icon_app_twitter_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  background-size: 70% 70%;
}

.social_icon_list .icon_twitter a {
  background-image: url("/common/images/app/icon_app_twitter_white.svg");
}

.social_icon_list .icon_instagram a {
  background-image: url("/common/images/app/icon_app_instagram_white.svg");
}

.social_icon_list .icon_youtube a {
  background-image: url("/common/images/app/icon_app_youtube_white.svg");
}

.social_icon_list .icon_line a {
  background-image: url("/common/images/app/icon_app_line_white.svg");
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================
	_grid.scss
===============================================================*/
.grid_wrp {
  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: -40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.grid_wrp .grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
}
.grid_wrp .grid .grid_wrp {
  margin-top: -20px;
}
.grid_wrp .grid .grid {
  margin-top: 20px;
}
.grid_wrp .grid_1_1 {
  width: 100%;
}
.grid_wrp .grid_2_1 {
  width: calc((100% - 40px) / 2);
}
.grid_wrp .grid_3_1 {
  width: calc((100% - 40px * 2) / 3);
  /* 40px * 2 = 80px */
}
.grid_wrp .grid_3_2 {
  width: calc(100% - (100% - 40px * 2) / 3 - 40px);
}
.grid_wrp .grid_4_1 {
  width: calc((100% - 40px * 3) / 4);
  /* 40px * 3 = 120px */
}
.grid_wrp .grid_5_1 {
  width: calc((100% - 40px * 2) / 5);
  /* 20px * 4 = 80px */
}
.grid_wrp .grid_6_1 {
  width: calc((100% - 40px * 5) / 6);
  /* 50px * 5 = 100px */
}
.grid_wrp.grid_wrp3:after, .grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before, .grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
  content: "";
  display: block;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.grid_wrp.grid_wrp3:after {
  width: calc((100% - 40px * 2) / 3);
}
.grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before {
  width: calc((100% - 40px * 3) / 4);
}
.grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
  width: calc((100% - 40px * 2) / 5);
}
@media screen and (max-width: 800px) {
  .grid_wrp {
    margin-top: -5vw;
  }
  .grid_wrp .grid {
    margin-top: 5vw;
  }
  .grid_wrp .grid .grid_wrp {
    margin-top: -3vw;
  }
  .grid_wrp .grid .grid {
    margin-top: 3vw;
  }
  .grid_wrp .grid_1_1 {
    width: 100%;
  }
  .grid_wrp .grid_2_1 {
    width: 100%;
  }
  .grid_wrp .grid_3_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_3_2 {
    width: 100%;
  }
  .grid_wrp .grid_4_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_5_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_6_1 {
    width: calc((100% - 10vw) / 3);
  }
  .grid_wrp.grid_wrp3:after {
    width: calc((100% - 80px) / 3);
  }
  .grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before {
    width: calc((100% - 120px) / 4);
  }
  .grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
    width: calc((100% - 80px) / 5);
  }
  .grid_wrp .sp_grid_1 {
    width: 100% !important;
  }
  .grid_wrp .sp_grid_2 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .sp_grid_3 {
    width: calc((100% - 6vw) / 3);
  }
}

/*===============================================================
	_grid.scss
	grid
===============================================================*/
.gridconatiner {
  margin-top: -50px;
}

.gridconatiner .grid {
  float: left;
}

.grid {
  margin-top: 50px;
}

/*	gridSize :445 gutterSize :50 column :2 */
.gridwrp_2 {
  width: 105.319%;
}

.gridwrp_2 .grid_2 {
  width: 94.949%;
  margin-right: 5.051%;
}

.gridwrp_2 .grid_1 {
  width: 44.949%;
  margin-right: 5.051%;
}

.gridwrp_2 .grid:nth-child(2n+1) {
  clear: both;
}

/*	gridSize :280 gutterSize :50 column :3 */
.gridwrp_3 {
  width: 105.319%;
}

.gridwrp_3 .grid_3 {
  width: 94.949%;
  margin-right: 5.051%;
}

.gridwrp_3 .grid_2 {
  width: 61.616%;
  margin-right: 5.051%;
}

.gridwrp_3 .grid_1 {
  width: 28.283%;
  margin-right: 5.051%;
}

.gridwrp_3 .grid:nth-child(3n+1) {
  clear: both;
}

/*	gridSize :210 gutterSize :40 column :4 */
.gridwrp_4 {
  width: 104.167%;
}

.gridwrp_4 .grid_4 {
  width: 96%;
  margin-right: 4%;
}

.gridwrp_4 .grid_3 {
  width: 71%;
  margin-right: 4%;
}

.gridwrp_4 .grid_2 {
  width: 46%;
  margin-right: 4%;
}

.gridwrp_4 .grid_1 {
  width: 21%;
  margin-right: 4%;
}

.gridwrp_4 .grid:nth-child(4n+1) {
  clear: both;
}

.column + .gridconatiner {
  margin-top: -20px;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .gridconatiner {
    margin-top: -20px;
  }
  .gridwrp_3,
  .gridwrp_3 .grid_1,
  .gridwrp_2,
  .gridwrp_2 .grid_1 {
    width: 100%;
    margin-right: 0;
  }
  .gridwrp_4 {
    width: 105%;
  }
  .gridwrp_4 .grid_1 {
    width: 45.238%;
    margin-right: 4.762%;
  }
  .grid {
    margin-top: 20px;
  }
  .grid:first-child {
    /*margin-top:0px;*/
  }
  .gridwrp_4 .grid:nth-child(2) {
    /*margin-top:0;*/
  }
  .sp_gridwrp2 .gridwrp_3 {
    width: 105.319%;
  }
  .sp_gridwrp2 .gridwrp_3 .grid_2 {
    width: 94.949%;
    margin-right: 5.051%;
  }
  .sp_gridwrp2 .gridwrp_3 .grid_1 {
    width: 44.949%;
    margin-right: 5.051%;
  }
  .sp_gridwrp2 .gridwrp_3 .grid:nth-child(2n+1) {
    clear: both;
  }
  .sp_gridwrp2 .gridwrp_3 .grid:nth-child(3n+1) {
    clear: none;
  }
  .sp_gridwrp2 .gridwrp_2 {
    width: 105.319%;
  }
  .sp_gridwrp2 .gridwrp_2 .grid_2 {
    width: 94.949%;
    margin-right: 5.051%;
  }
  .sp_gridwrp2 .gridwrp_2 .grid_1 {
    width: 44.949%;
    margin-right: 5.051%;
  }
  .sp_gridwrp2 .gridwrp_2 .grid:nth-child(2n+1) {
    clear: both;
  }
  .sp_gridwrp2 .gridwrp_2 .grid:nth-child(3n+1) {
    clear: none;
  }
  .sp_gridwrp2 .linkarea p {
    padding: 0;
  }
  .column + .gridconatiner {
    margin-top: 0;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	flex_container

===============================================================*/
.flex_container {
  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;
}

.flex_container_mt0 {
  margin-top: -40px;
}

.flex_container .item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-top: 40px;
}

.flex_container .item .txt {
  margin-top: 15px;
}

.flex_container .item.item_center {
  margin-right: auto;
  margin-left: auto;
}

.flex_container.align_bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex_container.align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_container.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .flex_container_mt0 {
    margin-top: -3vw;
  }
  .flex_container .item {
    margin-top: 3vw;
  }
}
/* for SP max-width: 800px */
/*----------------------------------------------------------------
アイテム比率
----------------------------------------------------------------*/
.flex_container .item_1_1,
.flex_container .col_1_1 {
  width: 100%;
}

.flex_container .item_2_1,
.flex_container .col_2_1 {
  width: 48.5981308411%;
  margin-right: 2.8037383178%;
  /* 1070px幅で30pxのgutter */
}

.flex_container .item_3_1,
.flex_container .col_3_1 {
  width: 31.4641744548%;
  margin-right: 2.8037383178%;
  /* 1070px幅で30pxのgutter */
}

.flex_container .item_3_2,
.flex_container .col_3_2 {
  width: 65.7320872274%;
  margin-right: 2.8037383178%;
  /* 1070px幅で30pxのgutter */
}

.flex_container.row_reverse .item_3_2,
.flex_container.row_reverse .col_3_2 {
  width: 65.7320872274%;
  margin-right: 0;
  margin-left: 2.8037383178%;
  /* 1070px幅で30pxのgutter */
}

.flex_container .item_4_1,
.flex_container .col_4_1 {
  width: 23.5981308411%;
  margin-right: 1.8691588785%;
  /* 1070px幅で20pxのgutter */
}

.flex_container .item_5_1,
.flex_container .col_5_1 {
  width: 18.8785046729%;
  margin-right: 1.4018691589%;
  /* 1070px幅で15pxのgutter */
}

.flex_container .item_6_1,
.flex_container .col_6_1 {
  width: 15.8878504673%;
  margin-right: 0.9345794393%;
  /* 1070px幅で10pxのgutter */
}

.flex_container .col_3_1 + .col_3_2,
.flex_container .col_3_2 + .col_3_1,
.flex_container .col_2_1:nth-child(2n),
.flex_container .col_3_1:nth-child(3n),
.flex_container .col_4_1:nth-child(4n),
.flex_container .col_5_1:nth-child(5n),
.flex_container .col_6_1:nth-child(6n),
.flex_container .item_3_1 + .item_3_2,
.flex_container .item_3_2 + .item_3_1,
.flex_container .item_2_1:nth-child(2n),
.flex_container .item_3_1:nth-child(3n),
.flex_container .item_4_1:nth-child(4n),
.flex_container .item_5_1:nth-child(5n),
.flex_container .item_6_1:nth-child(6n) {
  margin-right: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1220px) {
  /*4→3カラム*/
  .flex_container .col_4_1,
  .flex_container .col_4_1:nth-child(4n),
  .flex_container .item_4_1,
  .flex_container .item_4_1:nth-child(4n) {
    width: 31.4641744548%;
    margin-right: 2.8037383178%;
  }
  /*5→4カラム*/
  .flex_container .col_5_1,
  .flex_container .col_5_1:nth-child(5n),
  .flex_container .item_5_1,
  .flex_container .item_5_1:nth-child(5n) {
    width: 23.5981308411%;
    margin-right: 1.8691588785%;
  }
  .flex_container .col_4_1:nth-child(3n),
  .flex_container .col_5_1:nth-child(4n),
  .flex_container .item_4_1:nth-child(3n),
  .flex_container .item_5_1:nth-child(4n) {
    margin-right: 0;
  }
  /*6→3カラム*/
  .flex_container .col_6_1,
  .flex_container .col_6_1:nth-child(6n),
  .flex_container .item_6_1,
  .flex_container .item_6_1:nth-child(6n) {
    width: 31.4641744548%;
    margin-right: 2.8037383178%;
  }
  .flex_container .col_6_1:nth-child(3n),
  .flex_container .item_6_1:nth-child(3n) {
    margin-right: 0;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  /*2→1カラム*/
  /*3→1カラム*/
  .flex_container.row_reverse .item_3_2,
  .flex_container.row_reverse .col_3_2,
  .flex_container .col_2_1,
  .flex_container .col_3_1,
  .flex_container .col_3_2,
  .flex_container .item_2_1,
  .flex_container .item_3_1,
  .flex_container .item_3_2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /*4→2カラム*/
  /*5→2カラム*/
  .flex_container .col_2_1 .col_2_1,
  .flex_container .col_3_1 .col_2_1,
  .flex_container .col_4_1,
  .flex_container .col_4_1:nth-child(3n),
  .flex_container .col_4_1:nth-child(4n),
  .flex_container .col_5_1,
  .flex_container .col_5_1:nth-child(4n),
  .flex_container .col_5_1:nth-child(5n),
  .flex_container .item_4_1,
  .flex_container .item_4_1:nth-child(3n),
  .flex_container .item_4_1:nth-child(4n),
  .flex_container .item_5_1,
  .flex_container .item_5_1:nth-child(4n),
  .flex_container .item_5_1:nth-child(5n) {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
  .flex_container .col_2_1 .col_2_1:nth-child(2n),
  .flex_container .col_3_1 .col_2_1:nth-child(2n),
  .flex_container .col_4_1:nth-child(2n),
  .flex_container .col_5_1:nth-child(2n),
  .flex_container .item_4_1:nth-child(2n),
  .flex_container .item_5_1:nth-child(2n) {
    margin-right: 0;
  }
  /* SPは2カラム　*/
  .flex_container .sp_2_1:nth-child(3n),
  .flex_container .sp_2_1 {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
  .flex_container .sp_2_1:nth-child(2n) {
    margin-right: 0;
  }
  /* SPは1カラム　*/
  .flex_container .sp_1_1 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	レイアウト
	_rayout.scss

===============================================================*/
/*===============================================================
	_rayout.scss
	base
===============================================================*/
.thiscontents {
  width: 100%;
}

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

.thiscontents a:hover {
  color: #0099CC;
}

.thiscontents .clear {
  width: 100%;
  overflow: hidden;
}

.thiscontents .cf:before,
.thiscontents .cf:after {
  content: " ";
  display: table;
}

.thiscontents .cf:after {
  clear: both;
}

.thiscontents .cf {
  *zoom: 1;
}

.thiscontents .clearboth {
  clear: both;
}

.thiscontents .flol {
  display: inline;
  float: left;
}

.thiscontents .flor {
  display: inline;
  float: right;
}

.tablet {
  display: none;
}

.sp {
  display: none;
}

.sp_tablet {
  display: none;
}

.thiscontents img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}

.none {
  display: none;
}

.thiscontents p {
  margin: 0;
  padding: 0;
}

.thiscontents h1,
.thiscontents h2,
.thiscontents h3,
.thiscontents h4,
.thiscontents h5,
.thiscontents h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.thiscontents p {
  margin: 0;
  padding: 0;
}

.thiscontents sup {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
}

.thiscontents .photo img,
.thiscontents .fig img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1220px) {
  #header.sp,
  #headline .sp,
  .pc {
    display: none;
  }
  #headline .pc,
  #header.pc,
  #global-navigation .pc,
  #subnav.pc,
  #footer-address .pc,
  .tablet,
  .pc_tablet,
  .sp_tablet {
    display: block;
  }
  .thiscontents {
    /*padding-top:40px;*/
  }
}
@media screen and (max-width: 800px) {
  .thiscontents {
    /*margin-bottom:10px;*/
  }
  #headline .sp,
  #header.sp,
  .sp {
    display: block;
  }
  #headline .pc,
  #header.pc,
  #global-navigation .pc,
  #subnav.pc,
  #header.pc,
  #footer-address .pc,
  .pc_tablet,
  .tablet {
    display: none;
  }
}
/*===============================================================

	_rayout.scss
	section
	複数のcontent、headlineなど格納するブロック

===============================================================*/
.section {
  width: 100%;
}

.section_margin {
  margin-top: 60px;
}

.section_inner {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.section_inner.pb0 {
  padding-bottom: 0;
}

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

/* タブレット以下 */
@media screen and (max-width: 1300px) {
  .section_inner {
    margin: 0 auto;
    padding: 50px;
  }
  .section_inner.pb0 {
    padding-bottom: 0;
  }
  .section_inner.pt0 {
    padding-top: 0;
  }
} /* for tablet max-width: 1070px */
/* タブレット以下 */
@media screen and (max-width: 1220px) {
  .section_inner {
    margin: 0 auto;
    padding: 50px;
  }
  .section_inner.pb0 {
    padding-bottom: 0;
  }
  .section_inner.pt0 {
    padding-top: 0;
  }
} /* for tablet max-width: $width_pc */
/* タブレット以下 */
@media screen and (max-width: 1000px) {
  .section_inner {
    padding: 30px;
  }
  .section_inner.pb0 {
    padding-bottom: 0;
  }
  .section_inner.pt0 {
    padding-top: 0;
  }
} /* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {
  .section_inner {
    margin: 0 auto;
    padding: 10vw 5vw;
  }
  .section_inner.pb0 {
    padding-bottom: 0;
  }
  .section_margin {
    margin-top: 20px;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	_rayout.scss
	レイアウト

===============================================================*/
.wide_width_max {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wide_width {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}

.content_width {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.narrow_width {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flex_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page_content {
  width: 840px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 30px;
}

.page_content .box + .box {
  margin-top: 80px;
}

.page_nav {
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* タブレット以下 */
@media screen and (max-width: 1650px) {
  .wide_width_max {
    width: 100%;
    padding: 0;
  }
} /* for tablet max-width: 1400px */
/* タブレット以下 */
@media screen and (max-width: 1450px) {
  .wide_width {
    width: 100%;
    padding: 0 50px;
  }
} /* for tablet max-width: 1400px */
/* タブレット以下 */
@media screen and (max-width: 1250px) {
  .container {
    width: 100%;
    padding: 0 50px;
  }
} /* for tablet max-width: 1400px */
/* タブレット以下 */
@media screen and (max-width: 1130px) {
  .container {
    width: 100%;
  }
} /* for tablet max-width: 1400px */
/* タブレット以下 */
@media screen and (max-width: 1220px) {
  .wide_width {
    width: 100%;
    padding: 0 0;
  }
  .content_width {
    width: 100%;
  }
  .flex_content {
    display: block;
  }
  .page_content {
    width: 100%;
    margin-right: 0;
  }
  .page_nav {
    width: 100%;
    margin-top: 30px;
  }
} /* for tablet max-width: 1400px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 950px) {
  .narrow_width {
    width: 100%;
  }
  .page_content .box + .box {
    margin-top: 30px;
  }
} /* for SP max-width: 800px */
/*===============================================================
	_rayout.scss
	content 
===============================================================*/
.content {
  margin: 0 auto;
}

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

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

/* タブレット以下 */
@media screen and (max-width: 1220px) {
  .content {
    margin: 0 auto;
  }
} /* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {
  .headline + .content {
    margin-top: 2vw;
  }
  .content {
    width: 100%;
    margin: 0 auto;
  }
  .content + .content {
    margin-top: 8vw;
  }
} /* for SP max-width: $width_sp */
/*===============================================================
	_rayout.scss
	headline：見出し
	subhead：小見出し

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

.headline .title {
  font-size: 40px;
  line-height: 1.2;
}

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

.headline .label {
  font-size: 20px;
  line-height: 1.2;
  color: #ff9900;
  font-weight: bold;
  padding-bottom: 10px;
}

/* タブレット以下 */
/* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {
  .headline .title {
    font-size: 6vw;
    line-height: 1.4;
    padding-bottom: 0px;
    text-align: center;
  }
  .headline .read {
    font-size: 3.5vw;
    line-height: 1.4;
    margin-top: 10px;
  }
  .headline .label {
    font-size: 4vw;
    padding-bottom: 0px;
  }
} /* for SP max-width: $width_sp */
/*===============================================================
	_rayout.scss
	content_title 

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

.content_title .title {
  font-size: 30px;
  line-height: 1.2;
}

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

/* タブレット以下 */
/* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {
  .content_title .title {
    font-size: 18px;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	column
	囲み、メモなどサブ的な括り。

===============================================================*/
.column {
  width: 700px;
  margin: 0 auto;
}

.column h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.column h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.column p {
  margin-top: 30px;
  font-size: 16px;
}

.column * + p {
  margin-top: 20px;
  font-size: 16px;
}

.column p.caution {
  font-size: 12px;
}

.column .bbottom {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .column {
    width: 100%;
    margin: 0 auto;
  }
  .column h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  .column h4 {
    font-size: 16px;
    margin-top: 15px;
  }
  .column p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
} /* for SP max-width: 800px */
/*-------------------------------------------------------------
	.notes	
-------------------------------------------------------------*/
.notes {
  background: #eee;
  /*padding:20px;
  margin-top:20px;*/
}

.notes p {
  font-size: 12px;
  line-height: 20px;
}

.notes > p {
  margin-top: 0;
}

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

	tab

===============================================================*/
/*-------------------------------------------------------------
	.tabhead	
-------------------------------------------------------------*/
.tabhead {
  margin-top: 30px;
  text-align: center;
  /* タブレット以下 */
  /* for tablet max-width: 1070px */
  /* SP向けレイアウトの指定：～800px */
  /* for SP max-width: 800px */
}
.tabhead ul {
  padding: 0;
  font-size: 0;
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
.tabhead li {
  width: auto;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.tabhead li.active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.tabhead li a {
  border-bottom: solid 1px #000;
  padding: 15px;
  font-weight: bold;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  background: #ddd;
  border-radius: 20px 20px 0 0;
}
.tabhead li a:hover {
  color: #000;
  background: #ff0;
  text-decoration: none;
}
.tabhead li.active a:hover,
.tabhead li.active a {
  padding: 15px;
  background: #fff;
  border: solid 1px #000;
  border-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .tabhead {
    margin-top: 5vw;
  }
  .tabhead li a,
  .tabhead li.active a,
  .tabhead li.active a:hover {
    padding: 3vw 0;
    font-size: 3.5vw;
    border-radius: 3vw 3vw 0 0;
  }
}

/*-------------------------------------------------------------
	.tabbody	
-------------------------------------------------------------*/
.tabbody {
  /* タブレット以下 */
  /* for tablet max-width: 1070px */
  /* SP向けレイアウトの指定：～800px */
  /* for SP max-width: 800px */
}
/*-------------------------------------------------------------
	.tab_pager	
-------------------------------------------------------------*/
.tab_pager_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* タブレット以下 */
  /* for tablet max-width: 1070px */
  /* SP向けレイアウトの指定：～800px */
  /* for SP max-width: 800px */
}
.tab_pager_wrp .tab_pager {
  width: 30%;
  margin-top: 30px;
}
.tab_pager_wrp .tab_pager a {
  display: block;
  text-align: center;
  border: solid 1px #666;
  border-radius: 5px;
  color: #000;
  padding: 10px;
}
.tab_pager_wrp .tab_pager a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  .tab_pager_wrp .tab_pager a {
    font-size: 3vw;
  }
}

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

	_bus.scss
	bus_outline

===============================================================*/
.bus_outline {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.bus_outline img {
  width: 100% auto;
}
.bus_outline .title {
  width: 500px;
}
.bus_outline .photo_txt_block {
  margin-top: 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;
}
.bus_outline .photo_block {
  width: 54%;
}
.bus_outline .txt_block {
  width: 43%;
}
.bus_outline .infotxt {
  margin-top: 15px;
}
.bus_outline .infotxt .txt {
  font-size: small;
}
.bus_outline .tel {
  margin-top: 20px;
  border: solid 1px #ccc;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}
.bus_outline .tel img {
  width: 30px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.bus_outline .tel .num {
  display: block;
  text-align: center;
  font-size: 20px;
}
.bus_outline .setsumei {
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .bus_outline {
    padding: 0;
  }
  .bus_outline .title {
    width: 100%;
  }
  .bus_outline .photo_txt_block {
    margin-top: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bus_outline .photo_block {
    width: 100%;
  }
  .bus_outline .txt_block {
    width: 100%;
    margin-top: 3vw;
  }
  .bus_outline .title_txt {
    font-size: 4vw;
  }
  .bus_outline .infotxt {
    margin-top: 3vw;
  }
  .bus_outline .infotxt .txt {
    font-size: 3.5vw;
  }
  .bus_outline .tel {
    margin-top: 3vw;
    padding: 2vw;
    font-size: 3.5vw;
  }
  .bus_outline .tel img {
    width: 8vw;
    height: auto;
    margin-right: 2vw;
  }
  .bus_outline .tel .num {
    display: block;
    width: 100%;
    padding-top: 1.5vw;
    text-align: center;
    font-size: 5vw;
  }
  .bus_outline .setsumei {
    margin-top: 15px;
  }
}

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

	_course.scss

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

	_course.scss
	hoge

===============================================================*/
.hoge {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
/*===============================================================

	_course.scss
	year_list

===============================================================*/
.year_list {
  /* SP */
  /* for SP */
}
.year_list ul {
  /*
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  */
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 30px;
}
.year_list li {
  /*
  width: calc((100% - 30px)/2);
  */
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  margin-top: -1px;
  padding: 10px;
}
.year_list li:nth-child(1) {
  margin-top: 0;
}
.year_list .en {
  font-weight: 500;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .year_list ul {
    margin-top: 5vw;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .year_list li {
    width: 100%;
    padding: 2vw;
    font-size: 3vw;
  }
  .year_list li:nth-child(2) {
    border-top: solid 0px #ccc;
  }
  .year_list .en {
    padding-right: 3vw;
  }
}

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

	_course.scss
	content_lesson

===============================================================*/
.content_lesson {
  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;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.content_lesson .item {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  will-change: transform;
  width: 23%;
  margin-top: 50px;
}
.content_lesson .item .txt_block {
  background: #fff;
  padding: 20px;
  text-align: left;
}
.content_lesson .item .txt_block .title {
  font-size: 18px;
}
.content_lesson .item .txt_block p {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px;
}
@media screen and (max-width: 1220px) {
  .content_lesson .item {
    width: 48%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .content_lesson .item {
    width: 100%;
    margin-top: 5vw;
    border-radius: 5vw;
  }
  .content_lesson .item .txt_block {
    padding: 5vw;
    text-align: left;
  }
  .content_lesson .item .txt_block .title {
    font-size: 4vw;
  }
  .content_lesson .item .txt_block p {
    font-size: 3.2vw;
    line-height: 1.8;
    margin-top: 2vw;
  }
}

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

	_course.scss
	person_wrp

===============================================================*/
.person_wrp {
  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;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.person_wrp .person {
  width: 48%;
  padding: 0px;
  background: #fff;
  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;
  overflow: hidden;
  border-radius: 30px;
  will-change: transform;
  margin-top: 30px;
}
.person_wrp .photo_block {
  width: 35%;
}
.person_wrp .profile_block {
  width: 60%;
}
.person_wrp .profile_block .name {
  font-size: 20px;
}
.person_wrp .profile_block .name span {
  font-size: 13px;
  padding-left: 10px;
}
.person_wrp .profile_block p {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .person_wrp .person {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .person_wrp .person {
    width: 100%;
    margin-top: 5vw;
  }
  .person_wrp .person + .person {
    margin-top: 3vw;
  }
  .person_wrp .photo_block {
    width: 40%;
  }
  .person_wrp .profile_block {
    width: 60%;
    padding: 0 4vw;
  }
  .person_wrp .profile_block .name {
    font-size: 4vw;
  }
  .person_wrp .profile_block .name span {
    font-size: 3vw;
    padding-left: 2vw;
  }
  .person_wrp .profile_block p {
    font-size: 2.8vw;
    line-height: 1.5;
  }
}

/*-------------------------------------------------------------
	_course.scss
	teacher_wrp
-------------------------------------------------------------*/
.teacher_wrp {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.teacher_wrp .person {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding: 30px;
  margin-right: 5%;
}
.teacher_wrp .person:nth-child(3n) {
  margin-right: 0%;
}
.teacher_wrp .photo_block {
  width: 20%;
  border-radius: 50%;
  overflow: hidden;
  will-change: transform;
}
.teacher_wrp .profile_block {
  width: 80%;
  padding-left: 20px;
}
@media screen and (max-width: 1000px) {
  .teacher_wrp .person {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-right: 4%;
  }
  .teacher_wrp .person:nth-child(3n) {
    margin-right: 4%;
  }
  .teacher_wrp .person:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .teacher_wrp .person {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 5vw;
    background: #fff;
    padding: 5vw;
    border-radius: 5vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
  }
  .teacher_wrp .person:nth-child(3n) {
    margin-right: 0;
  }
  .teacher_wrp .person + .person {
    margin-top: 3vw;
  }
  .teacher_wrp .photo_block {
    width: 20%;
    border-radius: 50%;
    overflow: hidden;
    will-change: transform;
  }
  .teacher_wrp .profile_block {
    width: 80%;
    padding-left: 4vw;
  }
  .teacher_wrp .profile_block .name {
    font-size: 20px;
  }
  .teacher_wrp .profile_block .name span {
    font-size: 13px;
    padding-left: 10px;
  }
  .teacher_wrp .profile_block p {
    font-size: 12px;
    line-height: 1.5;
  }
}

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

	_course.scss
	content_course_headline

===============================================================*/
.content_course_headline {
  text-align: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.content_course_headline .title {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
}
.content_course_headline .title.center {
  text-align: center;
}
.content_course_headline .subtitle {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
}
.content_course_headline .read {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  margin-top: 1em;
}
@media screen and (max-width: 800px) {
  .content_course_headline .title {
    font-size: 4.5vw;
    line-height: 1.4;
  }
  .content_course_headline .subtitle {
    font-size: 4vw;
    margin-top: 2vw;
  }
  .content_course_headline .read {
    font-size: 3.5vw;
    line-height: 1.6;
    margin-top: 1em;
  }
}

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

	_course.scss
	car_course_list

===============================================================*/
.car_course_list {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.car_course_list .course {
  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;
  border-radius: 30px;
  overflow: hidden;
  will-change: transform;
  background: #fff;
  -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);
  margin-top: 30px;
}
.car_course_list .course .photo_block {
  width: 70%;
}
.car_course_list .course .txt_block {
  width: 30%;
  padding: 25px;
}
.car_course_list .course .txt_block .subject {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  color: #000;
}
.car_course_list .course .txt_block .en {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 0.8;
}
.car_course_list .course .txt_block .title {
  color: #000;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
.car_course_list .course .txt_block .label {
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}
.car_course_list .course .txt_block .list {
  margin-top: 5px;
}
.car_course_list .course .txt_block .list li {
  font-size: 13px;
}
@media screen and (max-width: 1220px) {
  .car_course_list .course .photo_block {
    width: 100%;
  }
  .car_course_list .course .txt_block {
    width: 100%;
    padding: 25px;
    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;
  }
  .car_course_list .course .txt_block .txt + .txt {
    margin-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .car_course_list .course {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 5vw;
    margin-top: 5vw;
  }
  .car_course_list .course .photo_block {
    width: 100%;
  }
  .car_course_list .course .txt_block {
    width: 100%;
    padding: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .car_course_list .course .txt_block .txt + .txt {
    margin-left: 0;
  }
  .car_course_list .course .txt_block .subject {
    font-size: 2.5vw;
    line-height: 1.4;
    margin-bottom: 1vw;
  }
  .car_course_list .course .txt_block .en {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
  .car_course_list .course .txt_block .title {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 3vw;
  }
  .car_course_list .course .txt_block .label {
    font-size: 3.5vw;
    line-height: 1.2;
    display: inline-block;
  }
  .car_course_list .course .txt_block .list {
    margin-top: 1vw;
  }
  .car_course_list .course .txt_block .list li {
    font-size: 3.5vw;
  }
}

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

	_course.scss
	section_course_education_system

===============================================================*/
.section_year_system_4 + .section_course_education_system {
  padding-bottom: 30px;
  /* SP */
  /* for SP */
}
.section_year_system_4 + .section_course_education_system .section_inner {
  padding-top: 0;
}
@media screen and (max-width: 800px) {
  .section_year_system_4 + .section_course_education_system {
    padding-bottom: 3vw;
  }
  .section_year_system_4 + .section_course_education_system .section_inner {
    padding-top: 3vw;
  }
}

.section_course_education_system {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /* SP */
  /* for SP */
}
.section_course_education_system .headline .title {
  font-size: 25px;
}
.section_course_education_system .grid_wrp {
  margin-top: 0;
}
.section_course_education_system .grid {
  border-radius: 30px;
  overflow: hidden;
  will-change: transform;
}
.section_course_education_system .grid .txt_block {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  padding-top: 20px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 30px 30px;
}
.section_course_education_system .grid .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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_course_education_system .grid .label .img {
  width: 50px;
  border: solid 1px #ddd;
}
.section_course_education_system .grid .label .txt {
  font-size: 14px;
  line-height: 1.4;
  min-height: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_course_education_system .grid .label .img + .txt {
  width: calc(100% - 60px);
}
.section_course_education_system .grid .title {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1220px) {
  .section_course_education_system .grid {
    width: calc((100% - 60px) / 3);
  }
  .section_course_education_system .grid .txt_block {
    padding: 2.2vw;
    padding-top: 1.4vw;
  }
  .section_course_education_system .grid .label .img {
    width: 4.1vw;
  }
  .section_course_education_system .grid .label .txt {
    width: calc(100% - 4.92vw);
    font-size: 1.15vw;
  }
  .section_course_education_system .grid .title {
    font-size: 1.45vw;
    margin-top: 1.23vw;
  }
}
@media screen and (max-width: 1000px) {
  .section_course_education_system .grid {
    width: calc((100% - 40px) / 3);
  }
  .section_course_education_system .grid .txt_block {
    padding: 2vw;
    padding-top: 1.4vw;
  }
}
@media screen and (max-width: 800px) {
  .section_course_education_system .headline .title {
    font-size: 5vw;
  }
  .section_course_education_system .grid_wrp {
    margin-top: 0;
  }
  .section_course_education_system .grid {
    width: 100%;
    margin-left: 0;
    border-radius: 5vw;
  }
  .section_course_education_system .grid .txt_block {
    padding: 5vw;
    padding-top: 4vw;
    border-radius: 0 0 5vw 5vw;
  }
  .section_course_education_system .grid .label .img {
    width: 10vw;
  }
  .section_course_education_system .grid .label .txt {
    font-size: 3.2vw;
    min-height: 10vw;
  }
  .section_course_education_system .grid .label .img + .txt {
    width: calc(100% - 12vw);
  }
  .section_course_education_system .grid .title {
    font-size: 3.8vw;
    margin-top: 2vw;
  }
}

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

	_thiscontents.scss 2021/10/4

===============================================================*/
/*===============================================================
	_thiscontents.scss
	mainvisual2023
===============================================================*/
.mainvisual2023 {
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.mainvisual2023 .kv {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.mainvisual2023 .kv_footer_inner {
  min-height: 130px;
}
.mainvisual2023 .kv,
.mainvisual2023 .kv_slider .img {
  height: calc(100vh - 280px);
}
.mainvisual2023 .kv_inner {
  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;
}
.mainvisual2023 .kv_main {
  position: relative;
  width: calc(100% - 250px);
  overflow: hidden;
  height: auto;
}
.mainvisual2023 .kv_sub {
  position: relative;
  width: 250px;
  background: #ff0;
}
@media screen and (max-width: 1300px) {
  .mainvisual2023 .kv_footer_inner {
    min-height: 100px;
  }
  .mainvisual2023 .kv,
  .mainvisual2023 .kv_slider .img {
    height: calc(100vh - 230px);
  }
}
@media screen and (max-width: 800px) {
  .mainvisual2023 .kv_inner {
    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;
    position: relative;
    height: 68vh;
    height: 130vw;
    height: 146vw;
    height: 137vw;
  }
  .mainvisual2023 .kv_main {
    width: 100%;
    height: 46vh;
    height: 86vw;
    height: 107vw;
    height: 98vw;
    background: #000;
    overflow: visible;
  }
  .mainvisual2023 .kv_main .img {
    height: 44vh;
    height: 86vw;
    height: 107vw;
    height: 98vw;
  }
  .mainvisual2023 .kv_sub {
    width: 100%;
    padding: 1vw 0;
    height: 39vw;
    background: #ff0;
    position: absolute;
    bottom: 0;
  }
  .mainvisual2023 .kv_footer_inner {
    min-height: inherit;
  }
  .mainvisual2023 .kv,
  .mainvisual2023 .kv_slider .img {
    height: auto;
  }
  .mainvisual2023 .kv_slider .img {
    height: 107vw;
  }
}

/*===============================================================
	_thiscontents.scss
	kv_sub
===============================================================*/
.kv_sub {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.kv_sub .world_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  background: #ff0;
}
.kv_sub .world_title a {
  font-size: 18px;
  line-height: 1;
  display: block;
  color: #000;
  font-weight: 600;
  padding: 15px 0;
  letter-spacing: 0.1em;
}
.kv_sub .world_title a span {
  font-size: 12px;
  line-height: 1;
  display: block;
  padding-bottom: 5px;
}
.kv_sub .world_title a:hover {
  opacity: 0.7;
}
.kv_sub .slick-list {
  padding: 0 !important;
}
.kv_sub .slick_slider,
.kv_sub .slider,
.kv_sub .loop_slider {
  position: relative;
  z-index: 1;
  height: 100vh;
  padding: 0;
}
.kv_sub .slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
.kv_sub .slide a img {
  -webkit-transition: all 10s;
  transition: all 10s;
}
.kv_sub .slide a:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.kv_sub .microcopy {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#66000000",GradientType=0 );
  color: #fff;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
  overflow: hidden;
  z-index: 2;
}
.kv_sub .microcopy .label {
  font-size: 10px;
  line-height: 1.5;
  padding: 2px 5px 0px 5px;
}
.kv_sub .microcopy .txt {
  width: 100%;
  padding: 10px;
}
.kv_sub .microcopy .title {
  font-size: 10px;
  line-height: 1.4;
  font-weight: normal;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.kv_sub .microcopy .txt p {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 2px;
  letter-spacing: 0;
  font-weight: 600;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.kv_sub .slide a:hover .microcopy {
  opacity: 1;
}
.kv_sub .slide .photo {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.kv_sub .slick-vertical .slick-slide {
  padding: 0 1px;
}
@media screen and (max-width: 800px) {
  .kv_sub .world_title {
    position: static;
    text-align: center;
  }
  .kv_sub .world_title a {
    font-size: 3.5vw;
    padding: 2vw 3vw 1.5vw 3vw;
  }
  .kv_sub .world_title a span {
    font-size: 2.5vw;
    line-height: 1;
    display: inline;
    padding-bottom: 0;
  }
  .kv_sub .slick_slider,
  .kv_sub .slider,
  .kv_sub .loop_slider {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 2;
  }
  .kv_sub .loop_slider {
    padding: 0 1vw;
  }
  .kv_sub .slick-list {
    margin-right: -1vw; /* ガター分ネガティブマージン */
  }
  .kv_sub .slick-slide {
    margin-right: 1vw; /* ガター */
  }
  .kv_sub .microcopy .label {
    font-size: 2.5vw;
    line-height: 1.5;
    padding: 2px 5px 0px 5px;
    font-weight: bold;
  }
  .kv_sub .microcopy .txt {
    width: 100%;
    padding: 2vw;
  }
  .kv_sub .microcopy .title {
    font-size: 1.8vw;
    font-weight: bold;
  }
  .kv_sub .microcopy .txt p {
    font-size: 3.2vw;
    margin-top: 1vw;
    font-weight: bold;
  }
  .kv_sub .slide a:hover .microcopy {
    opacity: 1;
  }
  .kv_sub .slide .photo {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .kv_sub .slick-vertical .slick-slide {
    padding: 0 1px;
  }
}

/*===============================================================
	_thiscontents.scss
	mainvisual2023 splash
===============================================================*/
.mainvisual2023 {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.mainvisual2023 .kv_splash {
  width: 100%;
  height: 100%;
  background: #ff0;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.08, 0.78, 0.35, 0.96);
  transition: 1s cubic-bezier(0.08, 0.78, 0.35, 0.96);
}
.mainvisual2023 .kv_splash .splash_wrp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mainvisual2023 .kv_splash .splash_wrp .item {
  -webkit-transition: 1s cubic-bezier(0, 0.9, 1, 0.37);
  transition: 1s cubic-bezier(0, 0.9, 1, 0.37);
  -webkit-transform: translateX(-10vw);
          transform: translateX(-10vw);
  opacity: 0;
}
.mainvisual2023 .kv_splash .splash_wrp .active.item {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: 1s cubic-bezier(0, 0.9, 1, 0.37);
  transition: 1s cubic-bezier(0, 0.9, 1, 0.37);
  opacity: 1;
}
.mainvisual2023 .kv_splash .splash_wrp .hide.item {
  -webkit-transform: translateX(30vw) !important;
          transform: translateX(30vw) !important;
  opacity: 0;
}
.mainvisual2023 .kv_splash.finish {
  width: 0%;
  left: auto;
  right: 0;
}
/*===============================================================
	_thiscontents.scss
	mainvisual2023 kv_slider
===============================================================*/
.kv_slider {
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.kv_slider .img img {
  opacity: 0;
}
.kv_slider li {
  mix-blend-mode: overlay;
  position: relative;
}
.kv_slider .img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  position: relative;
}

.slick-initialized {
  opacity: 1;
  height: auto;
}

.mv_slider_animation {
  -webkit-animation: mv_slider_animation ease-out 12s forwards 0s;
          animation: mv_slider_animation ease-out 12s forwards 0s;
}

.slick-slide:nth-child(even).mv_slider_animation {
  -webkit-animation: mv_slider_animation2 ease-out 12s forwards 0s;
          animation: mv_slider_animation2 ease-out 12s forwards 0s;
}

@-webkit-keyframes mv_slider_animation {
  0% {
    -webkit-transform: scale(1.5) rotate(10deg);
            transform: scale(1.5) rotate(10deg);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  30% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes mv_slider_animation {
  0% {
    -webkit-transform: scale(1.5) rotate(10deg);
            transform: scale(1.5) rotate(10deg);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  30% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes mv_slider_animation2 {
  0% {
    -webkit-transform: scale(1.5) rotate(-10deg);
            transform: scale(1.5) rotate(-10deg);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  30% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes mv_slider_animation2 {
  0% {
    -webkit-transform: scale(1.5) rotate(-10deg);
            transform: scale(1.5) rotate(-10deg);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  30% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================
	_thiscontents.scss
	mainvisual2023 world_list_wrp
===============================================================*/
.mainvisual2023 .world_list_wrp {
  position: absolute;
  top: 40px;
  left: 50px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.mainvisual2023 .world_list_wrp .block + .block {
  margin-top: 30px;
}
.mainvisual2023 .world_list_wrp .block {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainvisual2023 .world_list_wrp .label {
  line-height: 1.5;
  color: #fff;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  text-align: right;
}
.mainvisual2023 .world_list_wrp .label .year {
  display: inline-block;
  font-size: 30px;
  margin-right: 3px;
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}
.mainvisual2023 .world_list_wrp .label .qualification {
  display: block;
  font-size: 14px;
}
.mainvisual2023 .world_list_wrp .world_list {
  margin-left: 0;
  display: inline-block;
}
.mainvisual2023 .world_list_wrp .world_list li {
  display: block;
}
.mainvisual2023 .world_list_wrp .world_list li + li {
  margin-top: 10px;
}
.mainvisual2023 .world_list_wrp .world_list a {
  font-size: 25px;
  line-height: 1;
  color: #fff;
  padding: 0 0 5px 0;
  padding: 3px;
  position: relative;
  font-weight: bold;
  display: inline-block;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  z-index: 2;
}
.mainvisual2023 .world_list_wrp .world_list .current a,
.mainvisual2023 .world_list_wrp .world_list a:hover {
  color: #000;
}
.mainvisual2023 .world_list_wrp .world_list a::before {
  width: 0;
  height: 3px;
  height: 32px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ff0;
  z-index: -1;
}
.mainvisual2023 .world_list_wrp .world_list .current a::before,
.mainvisual2023 .world_list_wrp .world_list a:hover::before {
  width: 100%;
}
@media screen and (min-width: 801px) and (max-height: 650px) {
  .mainvisual2023 .world_list_wrp .world_list li {
    display: inline-block;
  }
  .mainvisual2023 .world_list_wrp .world_list li + li {
    margin-top: 10px;
  }
  .mainvisual2023 .world_list_wrp .world_list a {
    font-size: 18px;
  }
  .mainvisual2023 .world_list_wrp .world_list a::before {
    height: 24px;
  }
}
@media screen and (min-width: 801px) and (max-height: 500px) {
  .mainvisual2023 .world_list_wrp .world_list {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .mainvisual2023 .world_list_wrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5vw;
  }
  .mainvisual2023 .world_list_wrp .block + .block {
    margin-top: 5vw;
  }
  .mainvisual2023 .world_list_wrp .block {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mainvisual2023 .world_list_wrp .label {
    line-height: 1.5;
    color: #fff;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
    text-align: right;
    font-size: 3vw;
  }
  .mainvisual2023 .world_list_wrp .label .year {
    font-size: 5vw;
    margin-right: 1vw;
    -webkit-transform: translateY(1.5px);
            transform: translateY(1.5px);
  }
  .mainvisual2023 .world_list_wrp .label .qualification {
    display: block;
    font-size: 2.5vw;
  }
  .mainvisual2023 .world_list_wrp .world_list {
    margin-left: 2vw;
    margin: 0;
    padding-left: 0vw;
    width: 100vw;
    border: 0;
  }
  .mainvisual2023 .world_list_wrp .world_list li {
    display: block;
  }
  .mainvisual2023 .world_list_wrp .world_list li + li {
    margin-top: 1vw;
  }
  .mainvisual2023 .world_list_wrp .world_list a {
    font-size: 5vw;
    line-height: 1;
    color: #fff;
    padding: 0.5vw;
    position: relative;
  }
  .mainvisual2023 .world_list_wrp .world_list a::before {
    width: 0;
    height: 6vw;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mainvisual2023 .world_list_wrp .world_list .current a::before,
  .mainvisual2023 .world_list_wrp .world_list a:hover::before {
    width: 100%;
  }
}

/*===============================================================
	_thiscontents.scss
	mainvisual2023 kv
===============================================================*/
.mainvisual2023 .kv {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.mainvisual2023 .kv .copy_txt {
  position: absolute;
  top: 0;
  left: 50px;
  width: 80%;
  max-width: 900px;
  -webkit-transition: 1s cubic-bezier(0.09, 0.79, 0.54, 1.05);
  transition: 1s cubic-bezier(0.09, 0.79, 0.54, 1.05);
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  z-index: 10;
}
.mainvisual2023 .kv .copy_txt.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mainvisual2023 .kv .lead {
  background: #000;
  margin-top: 0;
}
@media screen and (max-width: 1300px) {
  .mainvisual2023 .kv .copy_txt {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .mainvisual2023 .kv .copy_txt {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 0vw;
    z-index: 10;
  }
  .mainvisual2023 .kv .lead {
    width: 100%;
    margin-top: 0;
    font-size: 1px;
    line-height: 1;
    padding: 2px;
  }
}

/*===============================================================
	_thiscontents.scss
	net_entry
===============================================================*/
.mainvisual2023 .kv .bnr_net_entry {
  position: absolute;
  top: 100px;
  left: 50px;
  width: 500px;
  -webkit-transition: 1s cubic-bezier(0.09, 0.79, 0.54, 1.05);
  transition: 1s cubic-bezier(0.09, 0.79, 0.54, 1.05);
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  z-index: 10;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.mainvisual2023 .kv .bnr_net_entry.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mainvisual2023 .kv .bnr_net_entry .bnr_net_entry_inner {
  background: #cd0000;
  padding: 20px 20px;
  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;
  color: #fff;
}
.mainvisual2023 .kv .bnr_net_entry .title {
  display: inline-block;
  border-bottom: solid 3px #ff0;
  padding-bottom: 3px;
}
.mainvisual2023 .kv .bnr_net_entry .btns {
  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;
}
.mainvisual2023 .kv .bnr_net_entry .btn_entry {
  width: 140px;
}
.mainvisual2023 .kv .bnr_net_entry .btn_entry + .btn_entry {
  margin-left: 5px;
}
.mainvisual2023 .kv .bnr_net_entry .btn_entry a {
  display: block;
  background: #000;
  text-align: center;
  color: #fff;
  padding: 5px;
}
.mainvisual2023 .kv .bnr_net_entry .btn_entry a:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 800px) {
  .mainvisual2023 .kv .bnr_net_entry {
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 5vw;
  }
  .mainvisual2023 .kv .bnr_net_entry .bnr_net_entry_inner {
    padding: 3vw;
  }
  .mainvisual2023 .kv .bnr_net_entry .title {
    border-bottom: solid 2px #ff0;
    padding-bottom: 3px;
    font-size: 4.5vw;
    margin: 0 auto;
  }
  .mainvisual2023 .kv .bnr_net_entry .btns {
    width: 100%;
    margin-top: 3vw;
  }
  .mainvisual2023 .kv .bnr_net_entry .btn_entry {
    width: calc((100% - 3vw) / 2);
  }
  .mainvisual2023 .kv .bnr_net_entry .btn_entry + .btn_entry {
    margin-left: 0;
  }
  .mainvisual2023 .kv .bnr_net_entry .btn_entry a {
    font-size: 4vw;
    padding: 2vw;
  }
}

/*===============================================================
	_thiscontents.scss
	mainvisual2023 kv_footer
===============================================================*/
.mainvisual2023 .kv_footer {
  width: 100%;
  background: #fff;
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.mainvisual2023 .kv_footer .kv_footer_inner {
  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;
}
.mainvisual2023 .kv_footer .title {
  width: 27%;
}
.mainvisual2023 .kv_footer .year_wrp {
  width: 69%;
  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;
}
.mainvisual2023 .kv_footer .year_wrp .year_item {
  width: calc((100% - 20px) / 2);
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 10px 15px;
  padding-top: 5px;
}
.mainvisual2023 .kv_footer .year_wrp .label {
  line-height: 1.5;
}
.mainvisual2023 .kv_footer .year_wrp .label .year {
  display: inline-block;
  font-size: 30px;
  margin-right: 3px;
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}
.mainvisual2023 .kv_footer .year_wrp .label .qualification {
  background: #ff0;
  margin-left: 5px;
  font-size: 14px;
  padding: 2px 5px;
}
.mainvisual2023 .kv_footer .year_wrp .lead {
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 1220px) {
  .mainvisual2023 .kv_footer {
    padding: 0 50px;
  }
  .mainvisual2023 .kv_footer .title {
    width: 25%;
  }
  .mainvisual2023 .kv_footer .year_wrp {
    width: 70%;
    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;
  }
  .mainvisual2023 .kv_footer .year_wrp .year_item {
    width: calc((100% - 20px) / 2);
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    padding-top: 5px;
  }
  .mainvisual2023 .kv_footer .year_wrp .label .year {
    font-size: 2.46vw;
    margin-right: 0.25vw;
  }
  .mainvisual2023 .kv_footer .year_wrp .label .qualification {
    margin-left: 0.41vw;
    font-size: 1.15vw;
    padding: 0.16vw 0.41vw;
  }
  .mainvisual2023 .kv_footer .year_wrp .lead {
    font-size: 1.2vw;
    font-weight: 600;
  }
}
@media screen and (max-width: 1100px) {
  .mainvisual2023 .kv_footer {
    padding: 0 30px;
  }
}
@media screen and (max-width: 800px) {
  .mainvisual2023 .kv_footer {
    padding: 0 5vw;
  }
  .mainvisual2023 .kv_footer .kv_footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3vw;
  }
  .mainvisual2023 .kv_footer .title {
    width: 60%;
    display: none;
  }
  .mainvisual2023 .kv_footer .year_wrp {
    width: 100%;
    margin-top: 0vw;
  }
  .mainvisual2023 .kv_footer .year_wrp .year_item {
    width: 49%;
    border-radius: 1vw;
    padding: 2vw 3vw;
    padding-top: 0vw;
  }
  .mainvisual2023 .kv_footer .year_wrp .label .year {
    font-size: 5vw;
    margin-right: 1vw;
  }
  .mainvisual2023 .kv_footer .year_wrp .label .qualification {
    margin-left: 1vw;
    font-size: 2.8vw;
    padding: 0vw 0.5vw;
  }
  .mainvisual2023 .kv_footer .year_wrp .lead {
    font-size: 3vw;
    line-height: 1.4;
  }
}

/*===============================================================
_thiscontents.scss
	section_3bnr
===============================================================*/
.section_3bnr {
  background: #ff0;
}

.section_3bnr .section_inner {
  padding: 10px 0;
}

.section_3bnr .bnrlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_3bnr .bnrlist li {
  width: 32.6%;
  margin-right: 1.1%;
}

.section_3bnr .bnrlist li:last-child {
  margin-right: 0;
}

.section_3bnr .bnrlist li img {
  width: 100%;
  height: auto;
}

/* タブレット以下 */
/* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_3bnr {
    background: #ff0;
  }
  .section_3bnr .section_inner {
    padding: 20px;
  }
  .section_3bnr .bnrlist {
    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;
  }
  .section_3bnr .bnrlist li {
    width: calc((100% - 2vw) / 2);
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section_3bnr .bnrlist li:last-child {
    width: 100%;
    margin-top: 2vw;
  }
} /* for SP max-width: $width_sp */
/*===============================================================
_thiscontents.scss
	marker
===============================================================*/
.marker {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.marker::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff0;
  width: 100%;
  height: 0.7em;
}

.bg_marker {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.bg_marker::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff0;
  width: 100%;
  height: 100%;
}

/*===============================================================
_thiscontents.scss
	dot_box
===============================================================*/
.dot_box {
  border: dotted 2px #000;
  padding: 15px;
}

/* タブレット以下 */
/* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～$width_sp */
/* for SP max-width: $width_sp */
/*===============================================================
_thiscontents.scss
	checklist
===============================================================*/
.checklist li {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

.checklist li + li {
  margin-top: 10px;
}

.checklist li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: solid 2px #000;
  width: 20px;
  height: 20px;
}

.checklist li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: solid 3px #7ecef4;
  border-bottom: solid 3px #7ecef4;
  width: 19px;
  height: 10px;
  -webkit-transform: rotate(-45deg) translate(4px, 1px);
          transform: rotate(-45deg) translate(4px, 1px);
}

.checklist_l li {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
}

.checklist_l li + li {
  margin-top: 10px;
}

.checklist_l li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: solid 2px #000;
  width: 25px;
  height: 25px;
}

.checklist_l li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: solid 4px #7ecef4;
  border-bottom: solid 4px #7ecef4;
  width: 25px;
  height: 15px;
  -webkit-transform: rotate(-45deg) translate(6px, 0px);
          transform: rotate(-45deg) translate(6px, 0px);
}

/* タブレット以下 */
/* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .checklist li,
  .checklist_l li {
    font-size: 3.8vw;
    line-height: 1.4;
    padding-left: 2.2em;
    padding-top: 0.1em;
  }
  .checklist li + li {
    margin-top: 10px;
  }
  .checklist_l li::before,
  .checklist li::before {
    font-size: 4vw;
    line-height: 1.5;
    width: 1.2em;
    height: 1.2em;
  }
  .checklist_l li::after,
  .checklist li::after {
    font-size: 4vw;
    line-height: 1.5;
    border-left: solid 3px #7ecef4;
    border-bottom: solid 3px #7ecef4;
    width: 1.2em;
    height: 0.6em;
    -webkit-transform: rotate(-45deg) translate(0.2em, 0.2em);
            transform: rotate(-45deg) translate(0.2em, 0.2em);
  }
} /* for SP max-width: $width_sp */
/*===============================================================
_thiscontents.scss
	section_w_major
===============================================================*/
.section_w_major {
  text-align: left;
  border: solid 3px #7ecef4;
  padding: 60px;
  border-radius: 5px;
}

.section_w_major p {
  font-size: 16px;
  line-height: 1.6;
}

.section_w_major .headline {
  text-align: left;
}

.section_w_major .headline .title {
  color: #7ecef4;
  border-bottom: dotted 2px #000;
  padding-bottom: 10px;
}

.section_w_major .headline .read {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.w_major_content {
  text-align: left;
  margin-top: 50px;
}

/* タブレット以下 */
/* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .section_w_major {
    border: solid 2px #7ecef4;
    padding: 15px;
  }
  .section_w_major p {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .section_w_major .headline {
    text-align: left;
  }
  .section_w_major .headline .title {
    text-align: left;
  }
  .section_w_major .headline .read {
    margin-top: 15px;
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .w_major_content {
    text-align: left;
    margin-top: 30px;
  }
} /* for SP max-width: $width_sp */
/*===============================================================
_thiscontents.scss
	w_major_outline
===============================================================*/
.w_major_outline .flex_container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.flex_container .txt_area {
  width: 38%;
}

.flex_container .fig_area {
  width: 55%;
  margin-top: -20px;
}

.w_major_outline .dot_box {
  display: inline-block;
  margin-top: 30px;
}

.w_major_outline .title {
  font-size: 30px;
}

.w_major_outline .title strong {
  color: #7ecef4;
}

/* タブレット以下 */
/* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .w_major_outline .flex_container {
    margin-top: 10px;
  }
  .flex_container .txt_area {
    width: 100%;
  }
  .flex_container .fig_area {
    width: 100%;
    margin-top: 10px;
  }
  .w_major_outline .dot_box {
    margin-top: 3vw;
    display: block;
    padding: 10px;
  }
  .w_major_outline .title {
    font-size: 6vw;
    line-height: 1.3;
  }
} /* for SP max-width: $width_sp */
/*===============================================================
_thiscontents.scss
	w_major_case
===============================================================*/
.w_major_case .flex_container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.w_major_case .case {
  width: 48%;
  text-align: center;
  border: solid 3px #7ecef4;
}

.w_major_case .case_header {
  position: relative;
  background: #7ecef4;
  color: #fff;
  padding: 10px;
}

.w_major_case .case_header .title {
  font-size: 20px;
  line-height: 1.3;
}

.w_major_case .case_header .num {
  position: absolute;
  top: -30px;
  left: -10px;
  font-size: 12px;
  line-height: 20px;
  color: #7ecef4;
}

.w_major_case .case_header .num span {
  font-size: 25px;
  line-height: 44px;
  display: block;
  width: 50px;
  height: 50px;
  background: #ff0;
  border: solid 3px #7ecef4;
  color: #7ecef4;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* タブレット以下 */
/* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .w_major_case .flex_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .w_major_case .case {
    width: 100%;
    text-align: center;
    border: solid 3px #7ecef4;
  }
  .w_major_case .case + .case {
    margin-top: 30px;
  }
  .w_major_case .case_header .title {
    font-size: 4.5vw;
    line-height: 1.3;
  }
  .w_major_case .case_header .num {
    position: absolute;
    top: -30px;
    left: -15px;
    font-size: 2.5vw;
    line-height: 1.5;
    color: #7ecef4;
  }
  .w_major_case .case_header .num span {
    font-size: 20px;
    line-height: 30px;
    width: 34px;
    height: 34px;
    border: solid 2px #7ecef4;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	case_body	
-------------------------------------------------------------*/
.w_major_case .case_body {
  padding: 20px;
}

.w_major_case .case_body .step {
  background: #7ecef4;
  color: #000;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
}

.w_major_case .case_body .step strong {
  font-size: 20px;
}

.w_major_case .case_body .icon_plus {
  position: relative;
  width: 100%;
  height: 50px;
}

.w_major_case .case_body .icon_plus::before,
.w_major_case .case_body .icon_plus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 3px;
  background: #000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.w_major_case .case_body .icon_plus::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.w_major_case .case_footer {
  border-top: dotted 2px #7ecef4;
  padding: 20px;
}

.w_major_case .case_footer p {
  font-size: 14px;
}

/* タブレット以下 */
/* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .w_major_case .case_body {
    padding: 10px;
  }
  .w_major_case .case_body .step {
    font-size: 3vw;
  }
  .w_major_case .case_body .step strong {
    font-size: 4vw;
  }
  .w_major_case .case_body .icon_plus {
    height: 30px;
  }
  .w_major_case .case_body .icon_plus::before,
  .w_major_case .case_body .icon_plus::after {
    width: 15px;
    height: 2px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .w_major_case .case_body .icon_plus::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .w_major_case .case_footer {
    padding: 10px;
  }
  .w_major_case .case_footer p {
    font-size: 3.5vw;
  }
} /* for SP max-width: $width_sp */
/*===============================================================
_thiscontents.scss
	w_major_target
===============================================================*/
.w_major_target {
  border: dotted 2px #000;
  position: relative;
}

.w_major_target .w_major_target_inner {
  position: relative;
  width: 100%;
  padding: 30px;
}

.w_major_target::before,
.w_major_target::after,
.w_major_target .w_major_target_inner::before,
.w_major_target .w_major_target_inner::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
}

.w_major_target::before {
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  top: -2px;
  left: -2px;
}

.w_major_target::after {
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  bottom: -2px;
  right: -2px;
}

.w_major_target .w_major_target_inner::before {
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  bottom: -2px;
  left: -2px;
}

.w_major_target .w_major_target_inner::after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  top: -2px;
  right: -2px;
}

.w_major_target .flex_container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 15px;
}

.w_major_target .use_course {
  width: 60%;
}

.w_major_target .use_case {
  width: 40%;
}

.w_major_target .use_course .use_course_inner {
  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;
}

.w_major_target .use_course .list {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
}

.w_major_target .use_course .list + .list {
  width: 55%;
  border-left: dotted 2px #000;
  padding-left: 30px;
}

.w_major_target .use_course .list li {
  font-size: 12px;
  line-height: 1.5;
}

.w_major_target .use_course .list li + li {
  margin-top: 5px;
}

.w_major_target .title {
  color: #7ecef4;
}

/* タブレット以下 */
/* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .w_major_target .flex_container {
    margin-top: 10px;
  }
  .w_major_target .w_major_target_inner {
    padding: 10px;
  }
  .w_major_target::before,
  .w_major_target::after,
  .w_major_target .w_major_target_inner::before,
  .w_major_target .w_major_target_inner::after {
    width: 15px;
    height: 15px;
  }
  .w_major_target .use_course,
  .w_major_target .use_case,
  .w_major_target .use_course .list,
  .w_major_target .use_course .list + .list {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    padding: 0;
  }
  .w_major_target .use_case {
    margin-top: 20px;
  }
  .w_major_target .use_course .list li {
    font-size: 3.5vw;
    line-height: 1.4;
  }
  .w_major_target .use_course .list li + li {
    margin-top: 2px;
  }
  .w_major_target .title {
    font-size: 5vw;
    line-height: 1.4;
    padding-top: 5px;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	w_major_target	
-------------------------------------------------------------*/
.w_major_target .use_case h4 {
  text-align: center;
  font-size: 20px;
  background: #7ecef4;
  padding: 15px;
  padding-bottom: 0;
  position: relative;
}

.w_major_target .use_case h4::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 20px;
  border-top: 20px solid #7ecef4;
  border-bottom: 20px solid transparent;
  border-left: 180px solid transparent;
  border-right: 180px solid transparent;
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.w_major_target .use_case .dot_box {
  margin-top: 40px;
}

/* タブレット以下 */
/* for tablet max-width: $width_pc */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .w_major_target .use_case h4 {
    font-size: 4.5vw;
    padding: 10px;
  }
  .w_major_target .use_case h4::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-top: 20px solid #7ecef4;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .w_major_target .use_case .dot_box {
    margin-top: 20px;
    padding: 0;
    padding-top: 15px;
    border: 0;
    border-top: dotted 2px #000;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	KV2025
	_thiscontents.scss 2021/10/4

===============================================================*/
.bg_world_01 {
  background-color: #e50111;
}

.bg_world_02 {
  background-color: #1d50a0;
}

.bg_world_03 {
  background-color: #f1b000;
}

.bg_world_04 {
  background-color: #8f61a2;
}

.bg_world_05 {
  background-color: #dc4f93;
}

.bg_world_06 {
  background-color: #52b489;
}

.bg_world_01 {
  background: rgb(229, 1, 17);
  background: -webkit-gradient(linear, left top, right top, from(rgb(229, 1, 17)), to(rgb(208, 0, 0)));
  background: linear-gradient(to right, rgb(229, 1, 17) 0%, rgb(208, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e50111", endColorstr="#d00000", GradientType=1);
}

.bg_world_02 {
  background: rgb(29, 80, 160);
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 80, 160)), to(rgb(8, 59, 139)));
  background: linear-gradient(to right, rgb(29, 80, 160) 0%, rgb(8, 59, 139) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d50a0", endColorstr="#083b8b", GradientType=1);
}

.bg_world_03 {
  background: rgb(241, 176, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(241, 176, 0)), to(rgb(220, 155, 0)));
  background: linear-gradient(to right, rgb(241, 176, 0) 0%, rgb(220, 155, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1b000", endColorstr="#dc9b00", GradientType=1);
}

.bg_world_04 {
  background: rgb(143, 97, 162);
  background: -webkit-gradient(linear, left top, right top, from(rgb(143, 97, 162)), to(rgb(122, 76, 141)));
  background: linear-gradient(to right, rgb(143, 97, 162) 0%, rgb(122, 76, 141) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8f61a2", endColorstr="#7a4c8d", GradientType=1);
}

.bg_world_05 {
  background: rgb(220, 79, 147);
  background: -webkit-gradient(linear, left top, right top, from(rgb(220, 79, 147)), to(rgb(199, 58, 126)));
  background: linear-gradient(to right, rgb(220, 79, 147) 0%, rgb(199, 58, 126) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc4f93", endColorstr="#c73a7e", GradientType=1);
}

.bg_world_06 {
  background: rgb(82, 180, 137);
  background: -webkit-gradient(linear, left top, right top, from(rgb(82, 180, 137)), to(rgb(61, 159, 116)));
  background: linear-gradient(to right, rgb(82, 180, 137) 0%, rgb(61, 159, 116) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52b489", endColorstr="#3d9f74", GradientType=1);
}

.couse_layer01 .label::before,
.couse_layer01 .label::after,
.couse_layer01 .label_inner {
  background: rgb(229, 1, 17);
  background: -webkit-gradient(linear, left top, right top, from(rgb(229, 1, 17)), to(rgb(208, 0, 0)));
  background: linear-gradient(to right, rgb(229, 1, 17) 0%, rgb(208, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e50111", endColorstr="#d00000", GradientType=1);
}

.couse_layer02 .label::before,
.couse_layer02 .label::after,
.couse_layer02 .label_inner {
  background: rgb(29, 80, 160);
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 80, 160)), to(rgb(8, 59, 139)));
  background: linear-gradient(to right, rgb(29, 80, 160) 0%, rgb(8, 59, 139) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d50a0", endColorstr="#083b8b", GradientType=1);
}

.couse_layer03 .label::before,
.couse_layer03 .label::after,
.couse_layer03 .label_inner {
  background: #f1b000;
  background: -webkit-gradient(linear, left top, right top, from(#f1b000), to(#dc9b00));
  background: linear-gradient(to right, #f1b000 0%, #dc9b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1b000", endColorstr="#459f1c", GradientType=1);
}

.couse_layer04 .label::before,
.couse_layer04 .label::after,
.couse_layer04 .label_inner {
  background: #8f61a2;
  background: -webkit-gradient(linear, left top, right top, from(#8f61a2), to(#7a4c8d));
  background: linear-gradient(to right, #8f61a2 0%, #7a4c8d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8f61a2", endColorstr="#7a4c8d", GradientType=1);
}

.couse_layer05 .label::before,
.couse_layer05 .label::after,
.couse_layer05 .label_inner {
  background: #dc4f93;
  background: -webkit-gradient(linear, left top, right top, from(#dc4f93), to(#c73a7e));
  background: linear-gradient(to right, #dc4f93 0%, #c73a7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc4f93", endColorstr="#c73a7e", GradientType=1);
}

.couse_layer06 .label::before,
.couse_layer06 .label::after,
.couse_layer06 .label_inner {
  background: #52b489;
  background: -webkit-gradient(linear, left top, right top, from(#52b489), to(#3d9f74));
  background: linear-gradient(to right, #52b489 0%, #3d9f74 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52b489", endColorstr="#3d9f74", GradientType=1);
}

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

	section_kv2026

===============================================================*/
.section_kv2026 {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	layer	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	layer_base	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	layer_en	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  layer_fig	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  layer_detail_bg	
  詳細の背景
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	layer_detail	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  subject_block	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	subject_block	4枚
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	subject_block	3枚
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	subject_block	2枚
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	subject_block	1枚
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	label_block	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	label_block	3枚
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	label_block	2枚
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	label_block	1枚
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	kv_menu	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	kv_copy	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	straight_to_dream	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	sub_block	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	splash	
  -------------------------------------------------------------*/
  /*===============================================================
  pop_bnr
  ===============================================================*/
}
.section_kv2026 .main_block {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 150px);
  min-height: 650px;
  z-index: 1;
}
.section_kv2026 .sub_block {
  height: 0;
  background: #fff;
  z-index: 2;
  position: relative;
}
.section_kv2026 .couse_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: calc(100vh - 150px);
  min-height: 650px;
}
.section_kv2026 .skew {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  height: calc(100vh - 150px);
  min-height: 650px;
  overflow: hidden;
}
.section_kv2026 .skew .unskew {
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .skew {
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
  }
  .section_kv2026 .skew .unskew {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
}
@media screen and (max-width: 800px) {
  .section_kv2026 .main_block {
    height: calc(100vh - 32vw);
    min-height: calc(100vh - 32vw);
  }
  .section_kv2026 .sub_block {
    display: none;
  }
  .section_kv2026 .couse_layer {
    height: calc(100vh - 32vw);
    min-height: calc(100vh - 32vw);
  }
  .section_kv2026 .skew {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    height: calc(100vh - 32vw);
    min-height: calc(100vh - 32vw);
  }
  .section_kv2026 .skew .unskew {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
}
.section_kv2026 .layer {
  -webkit-transition: all 0s;
  transition: all 0s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: calc(100vh - 150px);
  min-height: 650px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .layer.init {
  -webkit-transform: translateX(150vw);
          transform: translateX(150vw);
}
.section_kv2026 .layer.show {
  -webkit-transform: translateX(-20vw);
          transform: translateX(-20vw);
}
@media screen and (max-width: 800px) {
  .section_kv2026 .layer {
    height: calc(100vh - 32vw);
    min-height: calc(100vh - 32vw);
  }
}
.section_kv2026 .layer_base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .layer_base.move {
  width: 50%;
  width: 150%;
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transform: translateX(-30vw);
          transform: translateX(-30vw);
  -webkit-transition: 1s all cubic-bezier(0.03, 1.01, 0.73, 0.98);
  transition: 1s all cubic-bezier(0.03, 1.01, 0.73, 0.98);
}
.section_kv2026 .layer_base.out {
  width: 50%;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: 0.2s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
  transition: 0.2s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
}
.section_kv2026 .layer_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 50px;
  padding-bottom: 170px;
  pointer-events: none;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .layer_en .en {
  font-size: 120px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  font-family: "open-sans-condensed-bold";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.section_kv2026 .layer_en.init {
  width: 100%;
  -webkit-transform: translateX(120vw);
          transform: translateX(120vw);
  -webkit-transition: 0.2s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
  transition: 0.2s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
}
.section_kv2026 .layer_en.show {
  width: 100%;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: 0.8s all cubic-bezier(0.01, 0.31, 0.19, 1);
  transition: 0.8s all cubic-bezier(0.01, 0.31, 0.19, 1);
}
.section_kv2026 .layer_en.out {
  width: 100%;
  -webkit-transform: translateX(-120vw);
          transform: translateX(-120vw);
  -webkit-transition: 0.2s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
  transition: 0.2s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .layer_en .en {
    font-size: 8vw;
  }
}
@media screen and (max-width: 800px) {
  .section_kv2026 .layer_en {
    padding: 5vw;
    padding-bottom: 46vw;
  }
  .section_kv2026 .layer_en .en {
    font-size: 12vw;
    line-height: 0.9;
  }
}
.section_kv2026 .layer_fig {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .layer_fig img {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 150px);
  min-height: 650px;
  -webkit-transform: skewX(25deg) scale(1.4);
          transform: skewX(25deg) scale(1.4);
  position: relative;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
}
.section_kv2026 .layer_fig::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #FF0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.section_kv2026 .layer_fig.show {
  width: 100%;
  -webkit-transform: translateX(-20vw);
          transform: translateX(-20vw);
  -webkit-transition: 1.5s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
  transition: 1.5s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
}
.section_kv2026 .layer_fig.show::after {
  content: "";
  width: 0%;
  -webkit-transition: 5s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
  transition: 5s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
}
.section_kv2026 .layer_fig.move {
  width: 100%;
  -webkit-transition: 10s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
  transition: 10s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
  -webkit-transform: translateX(-30vw);
          transform: translateX(-30vw);
}
.section_kv2026 .layer_fig.out {
  width: 50%;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: 0.2s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
  transition: 0.2s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .layer_fig img {
    -webkit-transform: skewX(10deg) scale(1.4);
            transform: skewX(10deg) scale(1.4);
  }
  .section_kv2026 .layer_fig::after {
    -webkit-transform: skewX(-10deg) scale(1.4);
            transform: skewX(-10deg) scale(1.4);
  }
}
@media screen and (max-width: 800px) {
  .section_kv2026 .layer_fig img {
    -webkit-transform: skewX(5deg) scale(1.4);
            transform: skewX(5deg) scale(1.4);
    height: calc(100vh - 32vw);
    min-height: calc(100vh - 32vw);
  }
  .section_kv2026 .layer_fig::after {
    -webkit-transform: skewX(-5deg) scale(1.4);
            transform: skewX(-5deg) scale(1.4);
  }
}
.section_kv2026 .layer_detail_bg {
  opacity: 0.9;
  max-width: 80%;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .layer_detail_bg .skew {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
}
.section_kv2026 .layer_detail_bg.init {
  width: 100%;
  -webkit-transform: translateX(200vw);
          transform: translateX(200vw);
}
.section_kv2026 .layer_detail_bg.show {
  width: 300%;
  -webkit-transform: translateX(80vw);
          transform: translateX(80vw);
  -webkit-transition: 1.5s all cubic-bezier(0.17, 0.67, 0.66, 0.98);
  transition: 1.5s all cubic-bezier(0.17, 0.67, 0.66, 0.98);
}
.section_kv2026 .layer_detail_bg.open {
  width: 120%;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: 1s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
  transition: 1s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
}
.section_kv2026 .layer_detail_bg.out {
  width: 100%;
  -webkit-transform: translateX(-120vw);
          transform: translateX(-120vw);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width: 800px) {
  .section_kv2026 .layer_detail_bg {
    max-width: 95%;
  }
}
.section_kv2026 .layer_detail {
  color: #fff;
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .layer_detail .detail {
  height: calc(100vh - 150px);
  min-height: 650px;
}
.section_kv2026 .layer_detail.show {
  -webkit-transform: translateX(10vw);
          transform: translateX(10vw);
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: 0.5s all cubic-bezier(0.03, 1.01, 0.73, 0.98);
  transition: 0.5s all cubic-bezier(0.03, 1.01, 0.73, 0.98);
}
.section_kv2026 .layer_detail.move {
  width: 100%;
  -webkit-transform: translateX(-22vw);
          transform: translateX(-22vw);
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}
.section_kv2026 .layer_detail.out {
  width: 50%;
  -webkit-transform: translateX(-200vw);
          transform: translateX(-200vw);
  -webkit-transition: 0.2s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
  transition: 0.2s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
}
@media screen and (max-width: 1300px) {
  .section_kv2026 .layer_detail.show {
    -webkit-transform: translateX(10vw);
            transform: translateX(10vw);
  }
  .section_kv2026 .layer_detail.out {
    -webkit-transform: translateX(-200vw);
            transform: translateX(-200vw);
  }
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .layer_detail.show {
    -webkit-transform: translateX(10vw);
            transform: translateX(10vw);
  }
  .section_kv2026 .layer_detail.move {
    -webkit-transform: translateX(-20vw);
            transform: translateX(-20vw);
  }
  .section_kv2026 .layer_detail.out {
    -webkit-transform: translateX(-200vw);
            transform: translateX(-200vw);
  }
}
@media screen and (max-width: 800px) {
  .section_kv2026 .layer_detail .detail {
    height: calc(100vh - 32vw);
    min-height: calc(100vh - 32vw);
  }
  .section_kv2026 .layer_detail.show {
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
    -webkit-transition: 0.5s all cubic-bezier(0.03, 1.01, 0.73, 0.98);
    transition: 0.5s all cubic-bezier(0.03, 1.01, 0.73, 0.98);
  }
  .section_kv2026 .layer_detail.move {
    -webkit-transform: translateX(-10vw);
            transform: translateX(-10vw);
  }
  .section_kv2026 .layer_detail.out {
    -webkit-transform: translateX(-200vw);
            transform: translateX(-200vw);
  }
}
.section_kv2026 .subject_block {
  position: relative;
  height: calc(100vh - 150px);
  min-height: 650px;
  width: 100%;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .subject_block .subject {
  width: 80%;
  height: calc(100vh - 150px);
  min-height: 650px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section_kv2026 .subject_block .subject .thumb {
  overflow: hidden;
  background: #fff;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
}
.section_kv2026 .subject_block .subject img {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 150px);
  min-height: 650px;
  -webkit-transform: skewX(25deg) scale(1.5);
          transform: skewX(25deg) scale(1.5);
}
.section_kv2026 .subject_block .subject.init {
  width: 70%;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: 0.2s all cubic-bezier(0.06, 0.81, 0.33, 1);
  transition: 0.2s all cubic-bezier(0.06, 0.81, 0.33, 1);
}
.section_kv2026 .subject_block .subject.show {
  width: 70%;
  -webkit-transform: translateX(5vw);
          transform: translateX(5vw);
  -webkit-transition: 1s all cubic-bezier(0.03, 0.68, 0.08, 0.99);
  transition: 1s all cubic-bezier(0.03, 0.68, 0.08, 0.99);
}
.section_kv2026 .subject_block .subject.show img {
  -webkit-transition: 2s all;
  transition: 2s all;
  -webkit-transition: 5s all;
  transition: 5s all;
  -webkit-transform: skewX(25deg) scale(1.5) translateX(-5vw);
          transform: skewX(25deg) scale(1.5) translateX(-5vw);
}
.section_kv2026 .subject_block .subject:nth-child(2).show {
  -webkit-transform: translateX(10vw);
          transform: translateX(10vw);
}
.section_kv2026 .subject_block .subject:nth-child(3).show {
  -webkit-transform: translateX(15vw);
          transform: translateX(15vw);
}
.section_kv2026 .subject_block .subject:nth-child(4).show {
  -webkit-transform: translateX(20vw);
          transform: translateX(20vw);
}
.section_kv2026 .subject_block .subject:nth-child(5).show {
  -webkit-transform: translateX(25vw);
          transform: translateX(25vw);
}
.section_kv2026 .subject_block .subject:nth-child(6).show {
  -webkit-transform: translateX(30vw);
          transform: translateX(30vw);
}
.section_kv2026 .subject_block .subject.out {
  -webkit-transform: translateX(5vw);
          transform: translateX(5vw);
  -webkit-transition: 1.3s all cubic-bezier(0.06, 0.81, 0.33, 1);
  transition: 1.3s all cubic-bezier(0.06, 0.81, 0.33, 1);
}
.section_kv2026 .subject_block .subject.out img {
  -webkit-transition: 2.5s all;
  transition: 2.5s all;
  -webkit-transition: 5s all;
  transition: 5s all;
  -webkit-transform: skewX(25deg) scale(1.5) translateX(-10vw);
          transform: skewX(25deg) scale(1.5) translateX(-10vw);
}
.section_kv2026 .subject_block .subject:nth-child(2).out {
  -webkit-transform: translateX(23vw);
          transform: translateX(23vw);
}
.section_kv2026 .subject_block .subject:nth-child(3).out {
  -webkit-transform: translateX(41vw);
          transform: translateX(41vw);
}
.section_kv2026 .subject_block .subject:nth-child(4).out {
  -webkit-transform: translateX(59vw);
          transform: translateX(59vw);
}
.section_kv2026 .subject_block .subject:nth-child(5).out {
  -webkit-transform: translateX(77vw);
          transform: translateX(77vw);
}
.section_kv2026 .subject_block .subject:nth-child(6).out {
  -webkit-transform: translateX(95vw);
          transform: translateX(95vw);
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .subject_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section_kv2026 .subject_block .subject {
    width: 30%;
  }
  .section_kv2026 .subject_block .subject .thumb {
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
  }
  .section_kv2026 .subject_block .subject img {
    -webkit-transform: skewX(10deg) scale(1.4);
            transform: skewX(10deg) scale(1.4);
  }
  .section_kv2026 .subject_block .subject.show {
    width: 80%;
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
  }
  .section_kv2026 .subject_block .subject.show img {
    -webkit-transition: 2s all;
    transition: 2s all;
    -webkit-transform: skewX(10deg) scale(1.4) translateX(-5vw);
            transform: skewX(10deg) scale(1.4) translateX(-5vw);
  }
  .section_kv2026 .subject_block .subject:nth-child(2).show {
    -webkit-transform: translateX(10vw);
            transform: translateX(10vw);
  }
  .section_kv2026 .subject_block .subject:nth-child(3).show {
    -webkit-transform: translateX(15vw);
            transform: translateX(15vw);
  }
  .section_kv2026 .subject_block .subject:nth-child(4).show {
    -webkit-transform: translateX(20vw);
            transform: translateX(20vw);
  }
  .section_kv2026 .subject_block .subject:nth-child(5).show {
    -webkit-transform: translateX(25vw);
            transform: translateX(25vw);
  }
  .section_kv2026 .subject_block .subject:nth-child(5).show {
    -webkit-transform: translateX(30vw);
            transform: translateX(30vw);
  }
  .section_kv2026 .subject_block .subject.out {
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
    -webkit-transition: 1s all cubic-bezier(0.06, 0.81, 0.33, 1);
    transition: 1s all cubic-bezier(0.06, 0.81, 0.33, 1);
  }
  .section_kv2026 .subject_block .subject:nth-child(2).out {
    -webkit-transform: translateX(25vw);
            transform: translateX(25vw);
  }
  .section_kv2026 .subject_block .subject:nth-child(3).out {
    -webkit-transform: translateX(45vw);
            transform: translateX(45vw);
  }
  .section_kv2026 .subject_block .subject:nth-child(4).out {
    -webkit-transform: translateX(65vw);
            transform: translateX(65vw);
  }
  .section_kv2026 .subject_block .subject:nth-child(5).out {
    -webkit-transform: translateX(85vw);
            transform: translateX(85vw);
  }
  .section_kv2026 .subject_block .subject:nth-child(6).out {
    -webkit-transform: translateX(105vw);
            transform: translateX(105vw);
  }
}
@media screen and (max-width: 800px) {
  .section_kv2026 .subject_block {
    width: 100%;
  }
  .section_kv2026 .subject_block .subject .thumb {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  .section_kv2026 .subject_block .subject img {
    height: calc(100vh - 150px);
    min-height: 650px;
    -webkit-transform: skewX(5deg) scale(1.4);
            transform: skewX(5deg) scale(1.4);
  }
  .section_kv2026 .subject_block .subject.show {
    width: 100%;
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
  }
  .section_kv2026 .subject_block .subject.show img {
    -webkit-transition: 2s all;
    transition: 2s all;
    -webkit-transform: skewX(5deg) scale(1.4) translateX(-5vw);
            transform: skewX(5deg) scale(1.4) translateX(-5vw);
  }
}
.section_kv2026 .couse_4.subject_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .couse_4.subject_block .subject.out {
  -webkit-transform: translateX(5vw);
          transform: translateX(5vw);
}
.section_kv2026 .couse_4.subject_block .subject:nth-child(2).out {
  -webkit-transform: translateX(35vw);
          transform: translateX(35vw);
}
.section_kv2026 .couse_4.subject_block .subject:nth-child(3).out {
  -webkit-transform: translateX(50vw);
          transform: translateX(50vw);
}
.section_kv2026 .couse_4.subject_block .subject:nth-child(4).out {
  -webkit-transform: translateX(65vw);
          transform: translateX(65vw);
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .couse_4.subject_block .subject.out {
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
  }
  .section_kv2026 .couse_4.subject_block .subject:nth-child(2).out {
    -webkit-transform: translateX(40vw);
            transform: translateX(40vw);
  }
  .section_kv2026 .couse_4.subject_block .subject:nth-child(3).out {
    -webkit-transform: translateX(57.5vw);
            transform: translateX(57.5vw);
  }
  .section_kv2026 .couse_4.subject_block .subject:nth-child(4).out {
    -webkit-transform: translateX(75vw);
            transform: translateX(75vw);
  }
}
.section_kv2026 .couse_3 .subject_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .couse_3 .subject_block .subject.out {
  -webkit-transform: translateX(5vw);
          transform: translateX(5vw);
}
.section_kv2026 .couse_3 .subject_block .subject:nth-child(2).out {
  -webkit-transform: translateX(35vw);
          transform: translateX(35vw);
}
.section_kv2026 .couse_3 .subject_block .subject:nth-child(3).out {
  -webkit-transform: translateX(65vw);
          transform: translateX(65vw);
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .couse_3 .subject_block .subject.out {
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
  }
  .section_kv2026 .couse_3 .subject_block .subject:nth-child(2).out {
    -webkit-transform: translateX(40vw);
            transform: translateX(40vw);
  }
  .section_kv2026 .couse_3 .subject_block .subject:nth-child(3).out {
    -webkit-transform: translateX(75vw);
            transform: translateX(75vw);
  }
}
.section_kv2026 .couse_2 .subject_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .couse_2 .subject_block .subject.out {
  -webkit-transform: translateX(5vw);
          transform: translateX(5vw);
}
.section_kv2026 .couse_2 .subject_block .subject:nth-child(2).out {
  -webkit-transform: translateX(35vw);
          transform: translateX(35vw);
}
.section_kv2026 .couse_2 .subject_block .subject:nth-child(3).out {
  -webkit-transform: translateX(65vw);
          transform: translateX(65vw);
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .couse_2 .subject_block .subject.out {
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
  }
  .section_kv2026 .couse_2 .subject_block .subject:nth-child(2).out {
    -webkit-transform: translateX(40vw);
            transform: translateX(40vw);
  }
  .section_kv2026 .couse_2 .subject_block .subject:nth-child(3).out {
    -webkit-transform: translateX(75vw);
            transform: translateX(75vw);
  }
}
.section_kv2026 .couse_1 .layer_detail.move {
  width: 100%;
  -webkit-transform: translateX(-22vw);
          transform: translateX(-22vw);
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}
.section_kv2026 .couse_1 .layer_detail.out {
  width: 50%;
  -webkit-transform: translateX(-200vw);
          transform: translateX(-200vw);
  -webkit-transition: 0.2s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
  transition: 0.2s all cubic-bezier(0.06, 0.81, 0.81, 1.02);
}
.section_kv2026 .couse_1 .subject_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .couse_1 .subject_block .subject.out {
  -webkit-transform: translateX(5vw);
          transform: translateX(5vw);
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .couse_1 .subject_block .subject.out {
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
  }
  .section_kv2026 .couse_1 .subject_block .subject:nth-child(2).out {
    -webkit-transform: translateX(40vw);
            transform: translateX(40vw);
  }
  .section_kv2026 .couse_1 .subject_block .subject:nth-child(3).out {
    -webkit-transform: translateX(75vw);
            transform: translateX(75vw);
  }
}
.section_kv2026 .label_block {
  text-align: right;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .label_block .label {
  position: absolute;
  top: 50px;
  left: -100px;
  width: 40vw;
  max-width: 600px;
  display: inline-block;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.section_kv2026 .label_block .label a {
  color: #fff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 15px 15px;
}
.section_kv2026 .label_block .label a:hover {
  background: #ff0;
  color: #000 !important;
  padding: 15px 30px;
}
.section_kv2026 .label_block .label:nth-child(2) {
  top: 110px;
  left: -128px;
}
.section_kv2026 .label_block .label:nth-child(3) {
  top: 170px;
  left: -156px;
}
.section_kv2026 .label_block .label:nth-child(4) {
  top: 230px;
  left: -184px;
}
.section_kv2026 .label_block .label:nth-child(5) {
  top: 290px;
  left: -212px;
}
.section_kv2026 .label_block .label:nth-child(6) {
  top: 350px;
  left: -240px;
}
.section_kv2026 .label_block p {
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.section_kv2026 .label_block .label.init {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}
.section_kv2026 .label_block .label.show {
  -webkit-transform: skewX(-25deg) translateX(-1vw);
          transform: skewX(-25deg) translateX(-1vw);
  -webkit-transition: 0.8s all cubic-bezier(0.07, 0.66, 0.38, 1.08);
  transition: 0.8s all cubic-bezier(0.07, 0.66, 0.38, 1.08);
}
.section_kv2026 .label_block .label.out {
  text-align: left;
  -webkit-transform: skewX(-25deg) translateX(34vw);
          transform: skewX(-25deg) translateX(34vw);
  -webkit-transition: 0.3s all cubic-bezier(0.04, 0.7, 0.21, 1.16);
  transition: 0.3s all cubic-bezier(0.04, 0.7, 0.21, 1.16);
}
.section_kv2026 .label_block .label:nth-child(2).out {
  -webkit-transform: skewX(-25deg) translateX(52vw);
          transform: skewX(-25deg) translateX(52vw);
}
.section_kv2026 .label_block .label:nth-child(3).out {
  -webkit-transform: skewX(-25deg) translateX(70vw);
          transform: skewX(-25deg) translateX(70vw);
}
.section_kv2026 .label_block .label:nth-child(4).out {
  -webkit-transform: skewX(-25deg) translateX(88vw);
          transform: skewX(-25deg) translateX(88vw);
}
.section_kv2026 .label_block .label:nth-child(5).out {
  -webkit-transform: skewX(-25deg) translateX(106vw);
          transform: skewX(-25deg) translateX(106vw);
}
.section_kv2026 .label_block .label:nth-child(6).out {
  -webkit-transform: skewX(-25deg) translateX(124vw);
          transform: skewX(-25deg) translateX(124vw);
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .label_block {
    text-align: left;
  }
  .section_kv2026 .label_block .label {
    position: absolute;
    top: 50px;
    left: -3vw;
    width: 40vw;
    max-width: 500px;
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
  }
  .section_kv2026 .label_block .label:nth-child(2) {
    top: 110px;
    left: calc(-3vw - 10px);
  }
  .section_kv2026 .label_block .label:nth-child(3) {
    top: 170px;
    left: calc(-3vw - 20px);
  }
  .section_kv2026 .label_block .label:nth-child(4) {
    top: 230px;
    left: calc(-3vw - 30px);
  }
  .section_kv2026 .label_block .label:nth-child(5) {
    top: 290px;
    left: calc(-3vw - 40px);
  }
  .section_kv2026 .label_block .label:nth-child(6) {
    top: 350px;
    left: calc(-3vw - 50px);
  }
  .section_kv2026 .label_block p {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
    font-size: 1.4vw;
    font-weight: bold;
    line-height: 1.4;
  }
  .section_kv2026 .label_block .label.init {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  .section_kv2026 .label_block .label.show {
    -webkit-transform: skewX(-10deg) translateX(0vw);
            transform: skewX(-10deg) translateX(0vw);
    -webkit-transition: 0.8s all cubic-bezier(0.04, 0.7, 0.21, 1.16);
    transition: 0.8s all cubic-bezier(0.04, 0.7, 0.21, 1.16);
  }
  .section_kv2026 .label_block .label.out {
    text-align: left;
    -webkit-transform: skewX(-10deg) translateX(23vw);
            transform: skewX(-10deg) translateX(23vw);
  }
  .section_kv2026 .label_block .label:nth-child(2).out {
    -webkit-transform: skewX(-10deg) translateX(43vw);
            transform: skewX(-10deg) translateX(43vw);
  }
  .section_kv2026 .label_block .label:nth-child(3).out {
    -webkit-transform: skewX(-10deg) translateX(63vw);
            transform: skewX(-10deg) translateX(63vw);
  }
  .section_kv2026 .label_block .label:nth-child(4).out {
    -webkit-transform: skewX(-10deg) translateX(83vw);
            transform: skewX(-10deg) translateX(83vw);
  }
  .section_kv2026 .label_block .label:nth-child(5).out {
    -webkit-transform: skewX(-10deg) translateX(103vw);
            transform: skewX(-10deg) translateX(103vw);
  }
  .section_kv2026 .label_block .label:nth-child(6).out {
    -webkit-transform: skewX(-10deg) translateX(123vw);
            transform: skewX(-10deg) translateX(123vw);
  }
}
@media screen and (max-width: 800px) {
  .section_kv2026 .label_block {
    text-align: left;
  }
  .section_kv2026 .label_block .label {
    position: absolute;
    top: 16vw;
    left: 0vw;
    width: 100vw;
    max-width: 600px;
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  .section_kv2026 .label_block .label a {
    padding: 2vw;
    display: inline-block;
  }
  .section_kv2026 .label_block .label a:hover {
    padding: 2vw;
  }
  .section_kv2026 .label_block .label:nth-child(2) {
    top: 25vw;
    left: calc(0vw - 3px);
  }
  .section_kv2026 .label_block .label:nth-child(3) {
    top: 34vw;
    left: calc(0vw - 6px);
  }
  .section_kv2026 .label_block .label:nth-child(4) {
    top: 43vw;
    left: calc(0vw - 9px);
  }
  .section_kv2026 .label_block .label:nth-child(5) {
    top: 52vw;
    left: calc(0vw - 12px);
  }
  .section_kv2026 .label_block .label:nth-child(6) {
    top: 61vw;
    left: calc(0vw - 15px);
  }
  .section_kv2026 .label_block p {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
    font-size: 2.8vw;
  }
  .section_kv2026 .label_block .label.init {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  .section_kv2026 .label_block .label.show {
    -webkit-transform: skewX(-5deg) translateX(0vw);
            transform: skewX(-5deg) translateX(0vw);
    -webkit-transition: 0.8s all cubic-bezier(0.04, 0.7, 0.21, 1.16);
    transition: 0.8s all cubic-bezier(0.04, 0.7, 0.21, 1.16);
  }
  .section_kv2026 .label_block .label.out {
    text-align: left;
    -webkit-transform: skewX(-5deg) translateX(10vw);
            transform: skewX(-5deg) translateX(10vw);
  }
  .section_kv2026 .label_block .label:nth-child(2).out {
    -webkit-transform: skewX(-5deg) translateX(30vw);
            transform: skewX(-5deg) translateX(30vw);
  }
  .section_kv2026 .label_block .label:nth-child(3).out {
    -webkit-transform: skewX(-5deg) translateX(50vw);
            transform: skewX(-5deg) translateX(50vw);
  }
  .section_kv2026 .label_block .label:nth-child(4).out {
    -webkit-transform: skewX(-5deg) translateX(70vw);
            transform: skewX(-5deg) translateX(70vw);
  }
  .section_kv2026 .label_block .label:nth-child(5).out {
    -webkit-transform: skewX(-5deg) translateX(90vw);
            transform: skewX(-5deg) translateX(90vw);
  }
  .section_kv2026 .label_block .label:nth-child(6).out {
    -webkit-transform: skewX(-5deg) translateX(110vw);
            transform: skewX(-5deg) translateX(110vw);
  }
}
.section_kv2026 .couse_3 .label_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .couse_3 .label_block .label.out {
  text-align: left;
  -webkit-transform: skewX(-25deg) translateX(34vw);
          transform: skewX(-25deg) translateX(34vw);
  -webkit-transition: 0.3s all cubic-bezier(0.04, 0.7, 0.21, 1.16);
  transition: 0.3s all cubic-bezier(0.04, 0.7, 0.21, 1.16);
}
.section_kv2026 .couse_3 .label_block .label:nth-child(2).out {
  -webkit-transform: skewX(-25deg) translateX(64vw);
          transform: skewX(-25deg) translateX(64vw);
}
.section_kv2026 .couse_3 .label_block .label:nth-child(3).out {
  -webkit-transform: skewX(-25deg) translateX(94vw);
          transform: skewX(-25deg) translateX(94vw);
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .couse_3 .label_block .label.out {
    text-align: left;
    -webkit-transform: skewX(-10deg) translateX(22vw);
            transform: skewX(-10deg) translateX(22vw);
  }
  .section_kv2026 .couse_3 .label_block .label:nth-child(2).out {
    -webkit-transform: skewX(-10deg) translateX(57vw);
            transform: skewX(-10deg) translateX(57vw);
  }
  .section_kv2026 .couse_3 .label_block .label:nth-child(3).out {
    -webkit-transform: skewX(-10deg) translateX(92vw);
            transform: skewX(-10deg) translateX(92vw);
  }
}
@media screen and (max-width: 800px) {
  .section_kv2026 .couse_3 .label_block .label.out {
    text-align: left;
    -webkit-transform: skewX(-5deg) translateX(10vw);
            transform: skewX(-5deg) translateX(10vw);
  }
  .section_kv2026 .couse_3 .label_block .label:nth-child(2).out {
    -webkit-transform: skewX(-5deg) translateX(45vw);
            transform: skewX(-5deg) translateX(45vw);
  }
  .section_kv2026 .couse_3 .label_block .label:nth-child(3).out {
    -webkit-transform: skewX(-5deg) translateX(80vw);
            transform: skewX(-5deg) translateX(80vw);
  }
}
.section_kv2026 .couse_2 .label_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .couse_2 .label_block .label.out {
  text-align: left;
  -webkit-transform: skewX(-25deg) translateX(34vw);
          transform: skewX(-25deg) translateX(34vw);
  -webkit-transition: 0.3s all cubic-bezier(0.04, 0.7, 0.21, 1.16);
  transition: 0.3s all cubic-bezier(0.04, 0.7, 0.21, 1.16);
}
.section_kv2026 .couse_2 .label_block .label:nth-child(2).out {
  -webkit-transform: skewX(-25deg) translateX(64vw);
          transform: skewX(-25deg) translateX(64vw);
}
.section_kv2026 .couse_2 .label_block .label:nth-child(3).out {
  -webkit-transform: skewX(-25deg) translateX(94vw);
          transform: skewX(-25deg) translateX(94vw);
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .couse_2 .label_block .label.out {
    text-align: left;
    -webkit-transform: skewX(-10deg) translateX(22vw);
            transform: skewX(-10deg) translateX(22vw);
  }
  .section_kv2026 .couse_2 .label_block .label:nth-child(2).out {
    -webkit-transform: skewX(-10deg) translateX(57vw);
            transform: skewX(-10deg) translateX(57vw);
  }
  .section_kv2026 .couse_2 .label_block .label:nth-child(3).out {
    -webkit-transform: skewX(-10deg) translateX(92vw);
            transform: skewX(-10deg) translateX(92vw);
  }
}
@media screen and (max-width: 800px) {
  .section_kv2026 .couse_2 .label_block .label.out {
    text-align: left;
    -webkit-transform: skewX(-5deg) translateX(10vw);
            transform: skewX(-5deg) translateX(10vw);
  }
  .section_kv2026 .couse_2 .label_block .label:nth-child(2).out {
    -webkit-transform: skewX(-5deg) translateX(45vw);
            transform: skewX(-5deg) translateX(45vw);
  }
  .section_kv2026 .couse_2 .label_block .label:nth-child(3).out {
    -webkit-transform: skewX(-5deg) translateX(80vw);
            transform: skewX(-5deg) translateX(80vw);
  }
}
.section_kv2026 .couse_1 .label_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .couse_1 .label_block .label.out {
  text-align: left;
  -webkit-transform: skewX(-25deg) translateX(28vw);
          transform: skewX(-25deg) translateX(28vw);
  -webkit-transition: 0.8s all cubic-bezier(0, 0.87, 0.38, 1.08);
  transition: 0.8s all cubic-bezier(0, 0.87, 0.38, 1.08);
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .couse_1 .label_block .label.out {
    text-align: left;
    -webkit-transform: skewX(-10deg) translateX(22vw);
            transform: skewX(-10deg) translateX(22vw);
  }
}
@media screen and (max-width: 800px) {
  .section_kv2026 .couse_1 .label_block .label.out {
    text-align: left;
    -webkit-transform: skewX(-5deg) translateX(10vw);
            transform: skewX(-5deg) translateX(10vw);
  }
}
.section_kv2026 .kv_menu {
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 50px;
  z-index: 300;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .kv_menu ul {
  margin-left: -5px;
}
.section_kv2026 .kv_menu li {
  display: inline-block;
  margin-left: 5px;
}
.section_kv2026 .kv_menu li a {
  display: block;
  background: #000;
  color: #fff;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  padding: 0 5px;
  padding-right: 20px;
  position: relative;
}
.section_kv2026 .kv_menu li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  border-right: 5px solid transparent;
  border-width: 5px;
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section_kv2026 .kv_menu li a:hover {
  text-decoration: none;
  background: #ff0;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .section_kv2026 .kv_menu ul {
    margin-left: -0.49vw;
  }
  .section_kv2026 .kv_menu li {
    margin-left: 0.49vw;
  }
  .section_kv2026 .kv_menu li a {
    font-size: 1.75vw;
    line-height: 2.82vw;
    padding: 0 0.5vw;
    padding-right: 8vw;
  }
  .section_kv2026 .kv_menu li a::after {
    top: 0;
    bottom: 0;
    right: 1vw;
    width: 1.5vw;
    height: 1.5vw;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
    border-right: 5px solid transparent;
    border-width: 1.5vw;
  }
}
@media screen and (max-width: 800px) {
  .section_kv2026 .kv_menu {
    width: 100%;
    bottom: 20vw;
    left: 5vw;
  }
  .section_kv2026 .kv_menu ul {
    margin-left: -1.5vw;
    font-size: 0;
  }
  .section_kv2026 .kv_menu li {
    margin-left: 1.5vw;
    margin-top: 1vw;
  }
  .section_kv2026 .kv_menu li a {
    font-size: 3.4vw;
    line-height: 5vw;
    padding: 0.2vw 0.5vw;
    padding-right: 5vw;
  }
  .section_kv2026 .kv_menu li a::after {
    top: 0;
    bottom: 0;
    right: 1vw;
    width: 1.2vw;
    height: 1.2vw;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
    border-right: 5px solid transparent;
    border-width: 1.2vw;
  }
}
.section_kv2026 .kv_copy {
  width: 650px;
  position: absolute;
  bottom: 110px;
  left: 50px;
  z-index: 300;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 800px) {
  .section_kv2026 .kv_copy {
    width: 90vw;
    position: absolute;
    bottom: 38vw;
    left: 5vw;
    z-index: 300;
  }
}
.section_kv2026 .straight_to_dream {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 300px;
  height: 72px;
  z-index: 300;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 800px) {
  .section_kv2026 .straight_to_dream {
    top: 5vw;
    right: 3vw;
    width: 30vw;
    height: 7.2vw;
  }
}
.section_kv2026 .world_tab {
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 300;
  padding: 0 50px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .world_tab .world_btn {
  width: calc((100% - 40px) / 6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section_kv2026 .world_tab .world_btn 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #fff;
  height: 50px;
  position: relative;
}
.section_kv2026 .world_tab .world_btn a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.section_kv2026 .world_tab .world_btn a::after,
.section_kv2026 .world_tab .world_btn a::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.section_kv2026 .world_tab .world_btn a::after {
  width: 0%;
  left: 0;
  background: #000;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.section_kv2026 .world_tab .world_btn.current a::after {
  left: 0;
  width: 90%;
  -webkit-transition: all 13s;
  transition: all 13s;
}
.section_kv2026 .world_tab .world_btn.current_end a::after {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section_kv2026 .world_tab .world_btn.current_out a::after {
  left: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.section_kv2026 .world_tab .world_btn.world_btn01 a::after {
  background: #e50111;
}
.section_kv2026 .world_tab .world_btn.world_btn02 a::after {
  background: #1d50a0;
}
.section_kv2026 .world_tab .world_btn.world_btn03 a::after {
  background: #f1b000;
}
.section_kv2026 .world_tab .world_btn.world_btn04 a::after {
  background: #8f61a2;
}
.section_kv2026 .world_tab .world_btn.world_btn05 a::after {
  background: #dc4f93;
}
.section_kv2026 .world_tab .world_btn.world_btn06 a::after {
  background: #52b489;
}
.section_kv2026 .world_tab .name {
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .section_kv2026 .world_tab {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16vw;
    padding: 0;
  }
  .section_kv2026 .world_tab .world_btn {
    width: calc((100% - 10px) / 6);
  }
  .section_kv2026 .world_tab .world_btn a {
    height: 16vw;
    padding: 0 3px;
  }
  .section_kv2026 .world_tab .name {
    font-size: 2.2vw;
    line-height: 1.4;
  }
}
.section_kv2026 .splash {
  position: relative;
  width: calc(100% + 30vw);
  height: calc(100vh - 150px);
  min-height: 650px;
  background: #ff0;
  z-index: 400;
  -webkit-transform: translateX(-15vw);
          transform: translateX(-15vw);
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv2026 .splash .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80vw;
  height: 22.4vw;
}
.section_kv2026 .splash .logo .inner {
  position: relative;
}
.section_kv2026 .splash .logo .inner .obj {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  width: 80vw;
  height: 22.4vw;
}
.section_kv2026 .splash .logo .inner .obj img {
  width: 100%;
  height: auto;
}
.section_kv2026 .splash .logo .inner .obj.show {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(0vw);
          transform: translateY(0vw);
}
.section_kv2026 .splash .logo .inner .obj.hide {
  opacity: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.section_kv2026 .splash.hide {
  -webkit-transform: translateX(-150vw);
          transform: translateX(-150vw);
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.85, 0.5, 0.97);
  transition: 0.3s all cubic-bezier(0.18, 0.85, 0.5, 0.97);
}
@media screen and (max-width: 800px) {
  .section_kv2026 .splash {
    height: calc(100vh - 32vw);
    min-height: calc(100vh - 32vw);
  }
}
.section_kv2026 .pop_bnr {
  position: absolute;
  top: 170px;
  right: 20px;
  width: 300px;
  z-index: 10;
  border: solid 5px #fff;
}
@media screen and (max-width: 1300px) {
  .section_kv2026 .pop_bnr {
    top: 140px;
  }
}
@media screen and (max-width: 800px) {
  .section_kv2026 .pop_bnr {
    top: 60px;
    right: 10px;
    width: 40vw;
    border: solid 3px #fff;
  }
}

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

	sp_nav

===============================================================*/
.sp_nav {
  display: none;
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	usc_link	2023/8/21 追加
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	menu_icon	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	sp_menu_header
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	sp_menu_body
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	season_offer_area
  -------------------------------------------------------------*/
  /* 2021/8/30suga */
  /* ネット出願（AOエントリー終了後）*/
  /*
  .section_mainvisual .webentry ,
  .aoentry,
  .webentry {
  	width: 90%;
  	margin: 3vw auto;
  }
  .section_mainvisual .webentry {
  	width: 96%;
  	margin: 0 auto;
  	margin-top: 4vw;
  	box-sizing: border-box;
  }
  .section_mainvisual .webentry a,
  .aoentry a,
  .webentry a {
  	display: block;
  	color: #fff;
  	padding: 3vw 0;
  	font-size: 3.5vw;
  	line-height: 1;
  	border-radius: 3px;
  	font-weight: bold;
  	text-decoration: none;
  	background: #cd0000;
  	text-align: center;
  }
  .section_mainvisual .webentry a:hover,
  .season_offer_area .aoentry a:hover
  .season_offer_area .webentry a:hover{
  	color: #fff;
  	opacity: 0.7;
  }
  */
  /* we are TCA	*/
  /*-------------------------------------------------------------
  	SPメニュー内
  	launcher
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	SPメニュー内
  	sub_btns
  -------------------------------------------------------------*/
  /*===============================================================

  	sp_menu

  ===============================================================*/
  /*-------------------------------------------------------------
  	closebtn_txt
  -------------------------------------------------------------*/
}
.sp_nav a {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .sp_nav {
    display: block;
  }
  .sp_nav img {
    width: 100%;
    height: auto;
  }
  .sp_nav .sp_menu {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    display: none;
  }
  .sp_nav .menu_active {
    overflow: hidden;
    height: 100%;
  }
}
.sp_nav .usc_link {
  position: absolute;
  top: 6px;
  right: 52px;
  width: 50px;
  height: auto;
  line-height: 0;
  z-index: 9999;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.sp_nav .usc_link a {
  display: block;
  height: auto;
  background-color: #eee;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp_nav .usc_link a span {
  display: inline-block;
  font-size: 6px;
  line-height: 1;
}
.sp_nav .usc_link a strong {
  display: inline-block;
  font-size: 9px;
  line-height: 1.3;
  padding-top: 3px;
}
.menu_active .sp_nav .usc_link {
  display: none;
}
.sp_nav .usc_link.fixed {
  position: fixed;
  top: 10px;
  /* SP */
}
.sp_nav .usc_link.fixed a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sp_nav .usc_link.fixed a span,
.sp_nav .usc_link.fixed a strong {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 320px) {
  .sp_nav .usc_link.fixed {
    right: 73px;
  }
}
.sp_nav .usc_link .sp320 {
  display: none;
}
@media screen and (max-width: 320px) {
  .sp_nav .usc_link {
    right: 45px;
    width: 30px;
  }
  .sp_nav .usc_link .sp320 {
    display: block;
  }
  .sp_nav .usc_link a {
    display: block;
    height: auto;
    background-color: #eee;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    padding: 2px 0;
  }
  .sp_nav .usc_link a span {
    display: none;
  }
  .sp_nav .usc_link a strong {
    display: inline-block;
    font-size: 9px;
    line-height: 1.3;
    padding-top: 3px;
  }
}
.sp_nav .menu_icon {
  position: absolute;
  top: 0px;
  right: 5px;
  right: 0;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* SP */
}
.sp_nav .menu_icon.fixed {
  position: fixed;
  top: 10px;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 320px) {
  .sp_nav .menu_icon {
    right: 0;
  }
}
.sp_nav .sp_menu_header {
  position: relative;
  padding: 0;
  z-index: 1300;
  background: #fff;
}
.sp_nav .sp_menu_header .logo {
  width: 83%;
  max-width: 300px;
  height: 50px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 320px) {
  .sp_nav .sp_menu_header .logo {
    max-width: 240px;
  }
}
.sp_nav .sp_menu_header .icon_close {
  width: 50px;
  position: absolute;
  top: 0px;
  right: 5px;
  right: 0;
}
@media screen and (max-width: 320px) {
  .sp_nav .sp_menu_header .icon_close {
    right: 0;
  }
}
.sp_nav .sp_menu_header .read {
  font-size: 3.7vw;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  margin-top: 10px;
  padding: 0 10px;
}
.sp_nav .sp_menu_body {
  background: #fff;
  overflow-y: auto;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1300;
  padding-bottom: 50px;
}
.sp_nav .scrolling-touch {
  -webkit-overflow-scrolling: touch;
}
.sp_nav .season_offer_area {
  padding: 15px;
  background: rgba(172, 233, 255, 0.3);
}
.sp_nav .season_offer_area.bg_light_gray {
  background: #fafafa;
  border-top: solid 1px #ddd;
}
.sp_nav .season_offer_area .ao_btn {
  /*display: none; /* season_offer_area が非表示の場合 */
  width: 150px;
  margin: 0 auto;
  /*margin-top: 10px;*/
  padding: 0;
}
.sp_nav .season_offer_area .ao_btn a {
  display: block;
}
.sp_nav .season_offer_area .offer_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.sp_nav .season_offer_area .offer_btns .aoentry,
.sp_nav .season_offer_area .offer_btns .webentry {
  width: 48%;
}
.sp_nav .season_offer_area .offer_btns .webentry {
  margin-left: 4%;
}
.sp_nav .season_offer_area .offer_btns .aoentry a,
.sp_nav .season_offer_area .offer_btns .webentry a {
  display: block;
  color: #fff;
  font-size: 3.5vw;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #cd0000;
  border-radius: 3px;
  padding: 0;
}
.sp_nav .season_offer_area .webentry {
  width: 225px;
  margin: 0 auto;
}
.sp_nav .season_offer_area .title {
  font-size: 4vw;
  line-height: 1.4;
  font-weight: bold;
  margin: 2vw 0 0;
  /*15px 0 0; /* ネットAO延長対応 */
  padding: 0;
}
.sp_nav .season_offer_area p {
  font-size: 3.5vw;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  margin-top: 2vw;
}
.sp_nav .season_offer_area .caption {
  font-size: 2.5vw;
  line-height: 1.6;
  margin-top: 10px;
  padding: 0;
  letter-spacing: 0;
}
.sp_nav .season_offer_area a {
  font-weight: bold;
  text-decoration: underline;
}
.sp_nav .section_mainvisual .wearetca,
.sp_nav .season_offer_area .wearetca {
  width: 90%;
  margin: 0 auto;
  margin-top: 3vw;
}
.sp_nav .section_mainvisual .wearetca {
  width: 96%;
  margin: 0 auto;
  margin-top: 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sp_nav .section_mainvisual .wearetca a,
.sp_nav .season_offer_area .wearetca a {
  display: block;
  color: #fff;
  padding: 3vw 0;
  font-size: 5.5vw;
  line-height: 1;
  border-radius: 3px;
  font-weight: normal;
  text-decoration: none;
  background: #693e82;
  text-align: center;
}
.sp_nav .section_mainvisual .wearetca a span,
.sp_nav .season_offer_area .wearetca a span {
  font-size: 4vw;
  font-weight: normal;
  padding-right: 2vw;
}
.sp_nav .section_mainvisual .wearetca a:hover,
.sp_nav .season_offer_area .wearetca a:hover {
  color: #fff;
  opacity: 0.7;
}
.sp_nav .launcher {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0px;
  padding: 3vw;
  border-top: solid 1px #ddd;
  background-image: linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 4px 4px;
  /* 2023/10/30菅 名称変更対応 */
  /* ここまで */
  /* 2020.3.18追加 */
  /* 2020.4.14追加 */
}
.sp_nav .launcher .launcher_btn {
  width: calc((100% - 4vw) / 3);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  text-align: center;
}
.sp_nav .launcher .launcher_btn a {
  display: block;
  color: #000;
  text-align: center;
  font-size: 3.5vw;
  padding: 2vw 0;
  border: solid 1px #ddd;
  background: #fff;
  min-height: 15vw;
}
.sp_nav .launcher .launcher_btn img {
  width: 40%;
  display: block;
  margin: 0 auto;
  margin-bottom: 1vw;
}
.sp_nav .launcher .launcher_btn.event a {
  font-size: 2.5vw;
  line-height: 3.2vw;
  padding: 2vw 0;
}
.sp_nav .launcher .launcher_btn.event a img {
  margin-bottom: 0;
}
.sp_nav .launcher .company img {
  width: 45%;
  margin-top: -1vw;
}
.sp_nav .launcher .gallery {
  overflow: hidden;
}
.sp_nav .launcher .gallery img {
  width: 63%;
  margin-top: -3vw;
}
.sp_nav .launcher .howto a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.sp_nav .launcher .howto a img {
  width: 64%;
}
.sp_nav .launcher .online_open_campus a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.sp_nav .launcher .online_open_campus a img {
  width: 68%;
}
.sp_nav .sub_btns {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  border-top: solid 1px #ddd;
}
.sp_nav .sub_btns .launcher_btn {
  width: 25%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  text-align: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sp_nav .sub_btns .launcher_btn a img {
  width: 50%;
  margin: 0 auto;
}
.sp_nav .sp_menu {
  /*-------------------------------------------------------------
  	navlist
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	main_nav
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	main_nav sub
  -------------------------------------------------------------*/
  /*
  .main_nav .has_sub_menu .[01] a::before { background: #[02];  }
  */
  /*-------------------------------------------------------------
  	navbtns
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	back_top
  -------------------------------------------------------------*/
}
.sp_nav .sp_menu .navlist {
  text-align: left;
}
.sp_nav .sp_menu .navlist + .navlist {
  border-top: solid 2px #ddd;
  border-bottom: solid 1px #ddd;
}
.sp_nav .sp_menu .navlist li a {
  display: block;
  color: #000;
  background-color: #fafafa;
  font-size: 3vw;
  line-height: 1;
  position: relative;
  padding: 15px 20px 15px 20px;
  border-top: solid 1px #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sp_nav .sp_menu .navlist li:nth-child(odd) a {
  background-color: #fff;
}
.sp_nav .sp_menu .navlist li a:hover {
  text-decoration: none;
}
.sp_nav .sp_menu .navlist li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border: solid 1px #333;
  width: 6px;
  height: 6px;
  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;
}
.sp_nav .sp_menu .main_nav li a {
  padding: 20px 20px 20px 50px;
  background-image: url("/common/images/assets/icon_sangaku.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 35px auto;
  font-size: 4vw;
  font-weight: bold;
}
.sp_nav .sp_menu .main_nav li a::after {
  /*width:10px;
  height:10px;*/
  border-width: 3px;
}
.sp_nav .sp_menu .main_nav li.concept a {
  background-image: url("/common/images/assets/icon_sangaku.svg");
}
.sp_nav .sp_menu .main_nav li.school a {
  background-image: url("/common/images/assets/icon_tool.svg");
}
.sp_nav .sp_menu .main_nav li.entrance a {
  background-image: url("/common/images/assets/icon_notebook.svg");
}
.sp_nav .sp_menu .main_nav li.education a {
  background-image: url("/common/images/assets/icon_brain.svg");
}
.sp_nav .sp_menu .main_nav li.debut a {
  background-image: url("/common/images/assets/icon_3hands.svg");
}
.sp_nav .sp_menu .main_nav li.course a {
  background-image: url("/common/images/assets/icon_pallet.svg");
}
.sp_nav .sp_menu .main_nav li.gallery a {
  background-image: url("/common/images/assets/icon_gallery2.svg");
}
.sp_nav .sp_menu .main_nav li.access a {
  background-image: url("/common/images/assets/icon_location.svg");
}
.sp_nav .sp_menu .main_nav .sub_opend {
  padding-bottom: 15px;
}
.sp_nav .sp_menu .main_nav .has_sub_menu li a {
  background: none;
  font-size: 3vw;
  line-height: 1.3;
  font-weight: normal;
  padding: 15px 20px 15px 50px;
  border-top: solid 0px rgba(0, 0, 0, 0);
}
.sp_nav .sp_menu .main_nav .has_sub_menu li.course a {
  padding: 8px 20px 8px 50px;
}
.sp_nav .sp_menu .main_nav .has_sub_menu .world a {
  border-top: dashed 1px #ddd;
  font-weight: bold;
  font-size: 3.5vw;
  letter-spacing: 0;
}
.sp_nav .sp_menu .main_nav .has_sub_menu .course + .world {
  margin-top: 15px;
}
.sp_nav .sp_menu .main_nav .sub {
  display: none;
}
.sp_nav .sp_menu .main_nav .has_sub_menu li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  border: solid 1px #555;
  width: 6px;
  height: 6px;
  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;
}
.sp_nav .sp_menu .main_nav .has_sub_menu a::after {
  -webkit-transform: rotate(45deg) translate(-1px, -1px);
          transform: rotate(45deg) translate(-1px, -1px);
}
.sp_nav .sp_menu .main_nav .has_sub_menu.sub_opend a::after {
  -webkit-transform: rotate(-135deg) translate(-1px, -1px);
          transform: rotate(-135deg) translate(-1px, -1px);
}
.sp_nav .sp_menu .main_nav .has_sub_menu.sub_opend li a::after {
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
}
.sp_nav .sp_menu .main_nav .has_sub_menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  width: 1px;
  height: 100%;
  font-size: 1px;
  line-height: 10px;
  background: #000;
}
.sp_nav .sp_menu .main_nav .has_sub_menu .world a::before {
  top: 0;
  bottom: 0;
  left: 18px;
  width: 12px;
  height: 12px;
}
.sp_nav .sp_menu .main_nav .has_sub_menu .course_list a::before {
  background: #ff0;
}
.sp_nav .sp_menu .main_nav .has_sub_menu .super_creator_world a::before {
  background: #e50111;
}
.sp_nav .sp_menu .main_nav .has_sub_menu .super_entertainment_world a::before {
  background: #1d50a0;
}
.sp_nav .sp_menu .main_nav .has_sub_menu .automotive_design_world a::before {
  background: #f1b000;
}
.sp_nav .sp_menu .main_nav .has_sub_menu .design_world a::before {
  background: #8f61a2;
}
.sp_nav .sp_menu .main_nav .has_sub_menu .manga_illustration_novel_world a::before {
  background: #dc4f93;
}
.sp_nav .sp_menu .main_nav .has_sub_menu .game_cg_animation_world a::before {
  background: #52b489;
}
.sp_nav .sp_menu .navbtns {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp_nav .sp_menu .navbtns li {
  width: 50%;
}
.sp_nav .sp_menu .navbtns li.abroad {
  width: 100%;
  text-align: center;
}
.sp_nav .sp_menu .navbtns li a {
  padding: 20px 15px 20px 15px;
  background-color: #fff;
  font-size: 3.2vw;
}
.sp_nav .sp_menu .navbtns li:nth-child(odd) a {
  background-color: #fff;
  border-right: solid 1px #ddd;
}
.sp_nav .sp_menu .back_top li a,
.sp_nav .sp_menu .back_top li:nth-child(odd) a {
  padding: 20px 20px 20px 40px;
  background: #fff;
  font-weight: bold;
}
.sp_nav .sp_menu .back_top li a::after {
  width: 10px;
  height: 10px;
  border-width: 2px;
  left: 18px;
  right: auto;
  -webkit-transform: rotate(-225deg) translate(-1px, -1px);
          transform: rotate(-225deg) translate(-1px, -1px);
}
.sp_nav .closebtn_txt a {
  text-align: center;
  display: inline-block;
  padding: 10px 40px;
  font-size: 3vw;
  line-height: 1;
  background: #000;
  color: #fff;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
  z-index: 999;
}
.sp_nav .closebtn_txt a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.sp_nav .closebtn_txt a::before,
.sp_nav .closebtn_txt a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: 1000;
  margin: auto;
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sp_nav .closebtn_txt a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

	_footer.scss 2021/10/4

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

	tca_footer

===============================================================*/
.tca_footer {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	footer_content	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	footer_social	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	tca_footer .footer_menu	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	gototca	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	copyright	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	footer_txt_menu	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	footer_banner
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	// tca_footer	
  -------------------------------------------------------------*/
}
.tca_footer a {
  text-decoration: none;
}
.tca_footer .footer_social a:hover {
  opacity: 0.7;
}
.tca_footer .footer_content {
  text-align: center;
  padding: 48px 0;
  background: #fff;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.tca_footer .footer_content .footer_logo img {
  width: 200px;
  margin: 0 auto;
}
.tca_footer .footer_content .footer_address address {
  padding: 10px 0 5px 0;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 22px;
}
.tca_footer .footer_content .related_school_link {
  margin-top: 12px;
  font-size: 12px;
  line-height: 19px;
}
.tca_footer .footer_content .footer_policy li {
  display: inline-block;
}
.tca_footer .footer_content .footer_policy li a {
  display: inline-block;
  width: 210px;
  color: #898989;
  border: 1px solid #f0f0f0;
  padding: 5px 10px;
  margin: 0 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 12px;
  line-height: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tca_footer .footer_content .footer_policy ul li a:hover {
  color: #727171;
  text-decoration: none;
  background: #f0f0f0;
}
@media screen and (max-width: 1000px) {
  .tca_footer .footer_content {
    padding: 48px 15px;
  }
}
@media screen and (max-width: 800px) {
  .tca_footer .footer_content .footer_address {
    padding: 0;
  }
  .tca_footer .footer_content .footer_address img {
    width: 70%;
    height: auto;
  }
  .tca_footer .footer_content .footer_address address {
    letter-spacing: 0;
    font-size: 3.7vw;
    line-height: 1.5;
  }
  .tca_footer .footer_content .related_school_link {
    margin-top: 5px;
  }
  .tca_footer .footer_content .footer_policy li a {
    line-height: 12px;
  }
  .tca_footer .footer_content .footer_policy li + li {
    margin-top: 10px;
  }
}
.tca_footer .footer_social {
  padding: 24px 0;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.tca_footer .footer_social li {
  display: inline-block;
  padding: 0 5px;
}
.tca_footer .footer_social .social_icon_list li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-size: 50%;
}
.tca_footer .footer_social .social_icon_list .icon_twitter a {
  background-color: #469ad5;
}
.tca_footer .footer_social .social_icon_list .icon_instagram a {
  background-color: #d93175;
}
.tca_footer .footer_social .social_icon_list .icon_youtube a {
  background-color: #df0010;
}
.tca_footer .footer_social .social_icon_list .icon_line a {
  background-color: #2ead38;
}
.tca_footer .footer_menu {
  background: #444;
  padding: 0;
  /* タブレット以下 */
  /* for tablet max-width: 1070px */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	navlist	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	btn_contact		
  -------------------------------------------------------------*/
}
.tca_footer .footer_menu .footer_menu_inner {
  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;
}
.tca_footer .footer_menu .navlist {
  width: 83.3%;
}
.tca_footer .footer_menu .btn_contact {
  width: 16.6%;
}
@media screen and (max-width: 1300px) {
  .tca_footer .footer_menu .footer_menu_inner {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .tca_footer .footer_menu {
    padding: 10px 10px;
  }
  .tca_footer .footer_menu .footer_menu_inner {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .tca_footer .footer_menu {
    padding: 0;
  }
  .tca_footer .footer_menu .navlist,
  .tca_footer .footer_menu .btn_contact {
    width: 100%;
  }
}
.tca_footer .footer_menu .navlist {
  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;
  margin-top: 0;
  /* タブレット以下 */
  /* for tablet max-width: 1070px */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.tca_footer .footer_menu .navlist li {
  width: 20%;
  width: 25%;
  padding: 0 0 0 0;
  line-height: 19px;
  margin-top: 0;
}
.tca_footer .footer_menu .navlist li a {
  text-align: center;
  background: #444;
  color: #fff;
  display: block;
  font-weight: 500;
  height: 50px;
  font-size: 12px;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  line-height: 120%;
  padding-top: 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tca_footer .footer_menu .navlist li a em {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
}
.tca_footer .footer_menu .navlist li a.middle {
  padding-top: 11%;
}
.tca_footer .footer_menu .navlist a:hover {
  background: #555;
}
.tca_footer .footer_menu .navlist .btn_contact a:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 1300px) {
  .tca_footer .footer_menu .navlist li {
    /*
    	width: 19%;
    	padding: 0 1% 0 0;
    */
  }
  .tca_footer .footer_menu .navlist li a {
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 800px) {
  .tca_footer .footer_menu .navlist {
    margin-top: 0;
  }
  .tca_footer .footer_menu .navlist li {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .tca_footer .footer_menu .navlist li a {
    text-align: left;
    padding: 3.5vw;
    height: auto;
    min-width: none;
    border-top: 1px solid #333;
    font-size: 3.5vw;
    letter-spacing: 0.7px;
  }
  .tca_footer .footer_menu .navlist li a em {
    font-size: 2.5vw;
  }
  .tca_footer .footer_menu .navlist li:nth-child(even) a {
    border-left: solid 1px #333;
  }
  .tca_footer .footer_menu .navlist li a.middle {
    padding-top: 9%;
  }
}
.tca_footer .footer_menu .btn_contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.tca_footer .footer_menu .btn_contact a {
  background: #fff100;
  color: #000;
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
  display: block;
  max-width: 186px;
  height: 100px;
  text-align: center;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  padding-top: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.tca_footer .footer_menu .btn_contact a::before,
.tca_footer .footer_menu .btn_contact a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 1px #000;
  width: 11px;
  height: 8px;
  border-radius: 1px;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.tca_footer .footer_menu .btn_contact a::after {
  width: 7px;
  height: 7px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg) translate(-11px, -11px);
          transform: rotate(45deg) translate(-11px, -11px);
}
@media screen and (max-width: 800px) {
  .tca_footer .footer_menu .btn_contact a {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0;
  }
  .tca_footer .footer_menu .btn_contact a::before {
    width: 11px;
    height: 9px;
    border-radius: 1px;
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0);
  }
  .tca_footer .footer_menu .btn_contact a::after {
    -webkit-transform: rotate(45deg) translate(-45px, 40px);
            transform: rotate(45deg) translate(-45px, 40px);
  }
}
.tca_footer .gototca {
  padding: 12px 0;
  text-align: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.tca_footer .gototca a {
  color: #000;
  font-size: 20px;
}
.tca_footer .gototca a:hover {
  opacity: 0.7;
}
.tca_footer .copyright {
  background: #f5f5f5;
  padding: 10px 0;
  text-align: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.tca_footer .copyright p {
  font-size: 9px;
}
@media screen and (max-width: 800px) {
  .tca_footer .copyright {
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 767px) {
  .tca_footer .copyright .sidenav {
    display: none;
  }
}
.tca_footer .footer_txt_menu {
  background: #fff;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.tca_footer .footer_txt_menu 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;
}
.tca_footer .footer_txt_menu a {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 20px;
  color: #333;
}
.tca_footer .footer_txt_menu a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  .tca_footer .footer_txt_menu a {
    padding: 10px;
  }
}
@media screen and (max-width: 800px) {
  .tca_footer .footer_txt_menu {
    /*li:nth-child(1),
    li:nth-child(4),*/
  }
  .tca_footer .footer_txt_menu li {
    width: 50%;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
  }
  .tca_footer .footer_txt_menu li:nth-child(odd) {
    border-left: solid 0px #ddd;
  }
  .tca_footer .footer_txt_menu a {
    text-align: center;
    font-size: 3.2vw;
    padding: 3vw;
  }
}
.tca_footer .footer_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 20px 0;
  margin: 0 -20px;
}
@media screen and (max-width: 1000px) {
  .tca_footer .footer_banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 15px;
    margin: -15px -15px;
  }
}
@media screen and (max-width: 800px) {
  .tca_footer .footer_banner {
    padding: 2vw 4vw 4vw;
    margin: 0 -2vw;
  }
}
.tca_footer .footer_banner .item {
  margin: 0 20px;
}
@media screen and (max-width: 1000px) {
  .tca_footer .footer_banner .item {
    margin: 15px 15px;
  }
}
@media screen and (max-width: 800px) {
  .tca_footer .footer_banner .item {
    margin: 2vw 2vw;
  }
}
.tca_footer .footer_banner .item a {
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tca_footer .footer_banner .item a:hover {
  opacity: 0.7;
}
.tca_footer .footer_banner .item img {
  width: calc(100% - 160px)/5;
  max-width: 180px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .tca_footer .footer_banner .item img {
    width: calc(100% - 120px)/5;
  }
}
@media screen and (max-width: 800px) {
  .tca_footer .footer_banner .item img {
    width: 28vw;
  }
}

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

	_modal.scss 2023/6/15

===============================================================*/
.modal_bg {
  position: absolute;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000;
  display: none;
  z-index: 99999;
}

.modal {
  position: absolute;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: none;
  z-index: 99999;
  -webkit-transition: top 0.2s linear, left 0.1s linear;
  transition: top 0.2s linear, left 0.1s linear;
}

.modal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  z-index: 99999;
}

.modal .close:before,
.modal .close:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  top: 10px;
  right: 0;
}

.modal .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal .close:hover {
  opacity: 0.7;
}

.modal .modal_container {
  padding: 0;
  position: relative;
}

.modal .modal_contents_wrp {
  position: relative;
  padding: 40px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal .modal_inner {
  padding: 0;
}

.modal .modal_contents_wrp::-webkit-scrollbar {
  display: none;
}

/* タブレット以下 */
/* for tablet max-width: $width_content */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .modal {
    width: 100%;
  }
  .modal .modal_contents_wrp {
    padding: 5vw;
  }
  .modal .close {
    top: -8vw;
    right: 0;
    width: 10vw;
    height: 10vw;
  }
  .modal .close:before,
  .modal .close:after {
    width: 10vw;
    height: 1px;
    top: 5vw;
    right: 0;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	.modal .modal_pager
-------------------------------------------------------------*/
.modal .modal_pager li a {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.modal .modal_pager li a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 6px;
  left: 0;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.modal .modal_pager li.prev a {
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.modal .modal_pager li.next a {
  right: 0;
}

/* タブレット以下 */
/* for tablet max-width: $width_content */
/* SP向けレイアウトの指定：～$width_sp */
/* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	.modal_container
-------------------------------------------------------------*/
.modal .modal_container .modal_header h3 {
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  text-shadow: none;
}

.modal .modal_container .modal_header p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}

/* タブレット以下 */
/* for tablet max-width: $width_content */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .modal .modal_container .modal_header h3 {
    font-size: 6vw;
    line-height: 1.4;
    padding-top: 0;
  }
  .modal .modal_container .modal_header p {
    font-size: 4vw;
    line-height: 1.6;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	.modal_container
-------------------------------------------------------------*/
.modal .modal_container .modal_body h3 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: none;
}

.modal .modal_container .modal_body p {
  font-size: 16px;
  line-height: 1.8;
}

/* タブレット以下 */
/* for tablet max-width: $width_content */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .modal .modal_container .modal_body h3 {
    font-size: 5vw;
    line-height: 1.4;
    padding-top: 0;
  }
  .modal .modal_container .modal_body p {
    font-size: 4vw;
    line-height: 1.6;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	.modal_container .btn
-------------------------------------------------------------*/
.modal_container .btn {
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
}

.modal_container .btn a {
  position: relative;
  display: block;
  background-color: #e61e19;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding: 15px 0;
}

.modal_container .btn a:hover {
  text-decoration: none;
  background-color: #f00;
}

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

/* タブレット以下 */
/* for tablet max-width: $width_content */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .modal_container .btn {
    width: 100%;
    margin: 0 auto;
    margin-top: 4vw;
  }
  .modal_container .btn a {
    font-size: 4.5vw;
    padding: 4vw 0;
  }
} /* for SP max-width: $width_sp */
/*-------------------------------------------------------------
	nodata	
-------------------------------------------------------------*/
.modal .nodata {
  padding: 30px 0;
  text-align: center;
}

.modal .nodata h3 {
  font-size: 16px;
}

.modal .closebtn a {
  display: block;
  width: 120px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #fff;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal_gamedetail .closebtn a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

/* タブレット以下 */
/* for tablet max-width: $width_content */
/* SP向けレイアウトの指定：～$width_sp */
@media only screen and (max-width: 800px) {
  .modal .nodata {
    padding: 4vw 0;
  }
  .modal .nodata h3 {
    font-size: 4vw;
  }
  .modal .closebtn a {
    width: 50%;
    font-size: 4vw;
    line-height: 2;
    margin-top: 4vw;
  }
} /* for SP max-width: $width_sp */
/*===============================================================

	_frame.scss 2022/1/14

===============================================================*/
.menu_opened {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 800px) {
  .menu_opened {
    overflow: inherit;
    width: 100vw;
    height: auto;
  }
}

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

	_frame.scss
	frame_wrp

===============================================================*/
.frame_wrp {
  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;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.frame_wrp .frame_side {
  width: 150px;
  z-index: 99999;
}
.frame_wrp .frame_main {
  width: calc(100% - 150px);
  background: rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 1300px) {
  .frame_wrp .frame_side {
    width: 120px;
    z-index: 99999;
  }
  .frame_wrp .frame_main {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 800px) {
  .frame_wrp {
    display: block;
  }
  .frame_wrp .frame_main {
    width: 100%;
  }
}

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

	_frame.scss
	header btns

===============================================================*/
.frame_wrp {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.frame_wrp .launcher_btns {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.frame_wrp .launcher_btns .btn + .btn {
  margin-top: 1px;
}
.frame_wrp .launcher_btns a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0;
  color: #000;
  background: #ededed;
}
.frame_wrp .launcher_btns a img {
  display: inline-block;
  width: auto;
  height: 30px;
  vertical-align: middle;
  margin-right: 3px;
}
.frame_wrp .launcher_btns a:hover {
  background: #E0E0E0;
}
.frame_wrp .launcher_btns .btn_event a {
  color: #fff;
  background: #ff4e4e;
  /* 2023/10/30菅 名称変更に伴い調整追加 */
  letter-spacing: 0;
  /* 追加ここまで */
}
.frame_wrp .launcher_btns .btn_event a:hover {
  background: #E73838;
}
.frame_wrp .launcher_btns .webentry {
  position: relative;
}
.frame_wrp .launcher_btns .webentry a {
  display: block;
  color: #fff;
  padding: 5px 10px;
  white-space: nowrap;
  background: #cd0000;
  font-size: 13px;
  line-height: 30px;
}
.frame_wrp .launcher_btns .webentry a:hover {
  background: #F20000;
}
.frame_wrp .launcher_btns .webentry .sublist {
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  width: 100%;
  z-index: 999;
}
.frame_wrp .launcher_btns .webentry .sublist a {
  font-size: 12px;
}
.frame_wrp .launcher_btns .webentry.hover a {
  background: #000;
}
.frame_wrp .launcher_btns .webentry.hover .sublist {
  display: block;
}
.frame_wrp .launcher_btns .webentry.hover .sublist a {
  background: #000;
}
.frame_wrp .launcher_btns .webentry.hover .sublist a:hover {
  background: #F20000;
}
/*===============================================================

	_frame.scss
	header

===============================================================*/
.frame_header {
  padding: 0 50px;
  position: relative;
  background: #fff;
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.frame_header .frame_header_inner {
  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;
  height: 150px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.frame_header .logo_txt {
  width: 26%;
  min-width: 360px;
}
.frame_header .logo_txt .usc_link {
  margin-top: 8px;
}
.frame_header .logo_txt .usc_link a {
  display: inline-block;
  border-radius: 3px;
  padding: 4px 20px 4px 8px;
  font-size: 12px;
  line-height: 1;
  background: #eee;
  background-color: #FFF800;
  color: #000;
  position: relative;
}
.frame_header .logo_txt .usc_link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 1px #000;
  width: 5px;
  height: 5px;
  border-top: none;
  border-left: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 10px;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
}
.frame_header .logo_txt .usc_link a:hover::after {
  border: solid 1px #fff;
  border-top: none;
  border-left: none;
}
.frame_header .logo_txt .usc_link a span {
  font-size: 11px;
  padding-right: 3px;
}
.frame_header .logo_txt .usc_link a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.frame_header .header_nav {
  width: 50%;
  min-width: 640px;
  margin-top: 10px;
  margin-top: 0px;
  /* 学科・コース hoverで専攻メニュー表示	*/
}
.frame_header .header_nav > 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% + 15px);
  margin-left: -15px;
}
.frame_header .header_nav > ul li {
  width: calc(25% - 15px);
  margin-top: 5px;
  margin-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.frame_header .header_nav > ul li > a {
  color: #000;
  background: #fff;
  padding-left: 0;
  position: relative;
  font-size: 15px;
  line-height: 1.2;
  padding-bottom: 5px;
}
.frame_header .header_nav > ul li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  margin: auto;
  height: 1px;
  background: #999;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.frame_header .header_nav > ul li > a:hover {
  text-decoration: none;
}
.frame_header .header_nav > ul li > a:hover::after {
  width: 100%;
}
.frame_header .header_nav .has_menu {
  position: relative;
  /*バリエーション*/
}
.frame_header .header_nav .has_menu > a {
  position: relative;
  z-index: 300;
}
.frame_header .header_nav .has_menu::after {
  content: "";
  width: 125px;
  height: 35px;
  background: #fff;
  -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: -15px;
  z-index: 299;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.frame_header .header_nav .has_menu .panel {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 298;
  top: 0px;
  left: -312.5px;
  width: 750px;
  height: auto;
  padding: 30px;
  background: #fff;
  -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);
  -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;
}
.frame_header .header_nav .has_menu:hover .panel {
  opacity: 1;
  pointer-events: auto;
  top: 25px;
}
.frame_header .header_nav .has_menu:hover::after {
  top: -5px;
  opacity: 1;
}
.frame_header .header_nav .has_menu .world_link {
  width: 50%;
  margin-top: 15px;
}
.frame_header .header_nav .has_menu .world_link a {
  color: #000;
  padding: 3px;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}
.frame_header .header_nav .has_menu .world_link a:hover {
  text-decoration: none;
  color: #fff;
}
.frame_header .header_nav .has_menu .world_link a::after {
  content: none;
}
.frame_header .header_nav .has_menu .world_link .world {
  font-weight: bold;
}
.frame_header .header_nav .has_menu .world_link ul {
  display: block;
  padding-left: 10px;
  border-left: solid 2px #000;
  margin-top: 2px;
  margin-left: 8px;
  padding-bottom: 0px;
}
.frame_header .header_nav .has_menu .world_link li {
  width: 100% !important;
  margin-top: 0px;
  line-height: 1.1 !important;
}
.frame_header .header_nav .has_menu .world_link li a {
  font-size: 12px;
  padding: 4px;
}
.frame_header .header_nav .has_menu .world_link:nth-child(even) {
  width: 48%;
  width: 100%;
}
.frame_header .header_nav .has_menu .world_link:nth-child(odd) {
  width: 52%;
  width: 100%;
}
.frame_header .header_nav .has_menu .pannel_inner .course {
  margin-left: 0;
}
.frame_header .header_nav .has_menu .year4th {
  width: 55%;
}
.frame_header .header_nav .has_menu .year4th .label {
  padding-right: 20px;
}
.frame_header .header_nav .has_menu .year3th {
  width: 45%;
  border-left: solid 1px #ddd;
  padding-left: 20px;
}
.frame_header .header_nav .has_menu .year3th .label {
  padding-right: 0;
}
.frame_header .header_nav .has_menu .world_link.super_creator_world ul {
  border-color: #e50111;
}
.frame_header .header_nav .has_menu .world_link.super_creator_world a:hover {
  background: #fa1626;
}
.frame_header .header_nav .has_menu .world_link.super_entertainment_world ul {
  border-color: #1d50a0;
}
.frame_header .header_nav .has_menu .world_link.super_entertainment_world a:hover {
  background: #3265b5;
}
.frame_header .header_nav .has_menu .world_link.automotive_design_world ul {
  border-color: #f1b000;
}
.frame_header .header_nav .has_menu .world_link.automotive_design_world a:hover {
  background: #ffc515;
}
.frame_header .header_nav .has_menu .world_link.design_world ul {
  border-color: #8f61a2;
}
.frame_header .header_nav .has_menu .world_link.design_world a:hover {
  background: #a476b7;
}
.frame_header .header_nav .has_menu .world_link.manga_illustration_novel_world ul {
  border-color: #dc4f93;
}
.frame_header .header_nav .has_menu .world_link.manga_illustration_novel_world a:hover {
  background: #f164a8;
}
.frame_header .header_nav .has_menu .world_link.game_cg_animation_world ul {
  border-color: #52b489;
}
.frame_header .header_nav .has_menu .world_link.game_cg_animation_world a:hover {
  background: #67c99e;
}
.frame_header .header_nav .has_menu .label {
  width: 100%;
  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;
}
.frame_header .header_nav .has_menu .label .year {
  font-weight: bold;
  font-size: 22px;
}
.frame_header .header_nav .has_menu .label .year span {
  font-size: 14px;
}
.frame_header .header_nav .has_menu .label .qualification {
  font-size: 12px;
  border: solid 1px #ddd;
  padding: 1px 10px;
}
.frame_header .header_nav .has_menu .world_link + .label {
  border-top: solid 1px #ddd;
  margin-top: 30px;
  padding-top: 20px;
}
.frame_header .launcher_btns {
  position: absolute;
  top: 0;
  right: 0;
  /* 2023/10/30菅 Chromeで隙間ができるのでflexに変更*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /*ここまで */
  font-size: 0;
  /* 2023/10/30菅 高さ調整*/
  height: 30px;
  /*ここまで */
  /* 2023/10/30菅 名称変更に伴い調整追加 */
  /* 追加ここまで */
}
.frame_header .launcher_btns .btn {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.frame_header .launcher_btns .btn a {
  padding: 0 5px;
  font-size: 13px;
  /* 2023/10/30菅 高さ調整*/
  height: 30px;
  /*ここまで */
}
.frame_header .launcher_btns .btn a:hover {
  text-decoration: none;
}
.frame_header .launcher_btns .btn + .btn {
  /* 左下のcssがここにも影響するので削除 */
  margin-top: 0;
  /*ここまで */
}
.frame_header .launcher_btns .webentry {
  width: auto;
}
.frame_header .launcher_btns .webentry a {
  padding: 0 10px;
}
.frame_header .launcher_btns .btn_event {
  width: auto;
}
.frame_header .launcher_btns .btn_event span {
  font-size: 0.75em;
}
@media screen and (max-width: 1300px) {
  .frame_header {
    padding: 0 0 0 25px;
  }
  .frame_header .logo_txt {
    width: 35%;
    min-width: inherit;
  }
  .frame_header .header_nav {
    width: 60%;
    min-width: inherit;
    margin-top: 10px;
    /* 学科・コース hoverで専攻メニュー表示	*/
  }
  .frame_header .header_nav > ul li > a {
    font-size: 1.2vw;
  }
  .frame_header .header_nav .has_menu::after {
    width: 10vw;
    height: 35px;
    top: -5px;
    left: -2vw;
    height: 3vw;
    top: 0.5vw;
    left: -1.15vw;
  }
  .frame_header .header_nav .has_menu .panel {
    top: 2vw;
    padding: 2vw;
    padding-top: 0;
    left: -23.845vw;
    width: 57.69vw;
  }
  .frame_header .header_nav .has_menu:hover::after {
    top: 0vw;
  }
  .frame_header .header_nav .has_menu .world_link {
    width: 50%;
    margin-top: 1vw;
  }
  .frame_header .header_nav .has_menu .world_link a {
    font-size: 1.08vw;
    line-height: 1.2;
  }
  .frame_header .header_nav .has_menu .world_link ul {
    margin-top: 0.4vw;
    padding-left: 1.15vw;
    margin-top: 0.38vw;
  }
  .frame_header .header_nav .has_menu .world_link li {
    width: 100% !important;
    margin-top: 0.8vw;
    margin-top: 0.38vw;
  }
  .frame_header .header_nav .has_menu .world_link li a {
    font-size: 1.2vw;
    font-size: 0.92vw;
  }
  .frame_header .header_nav .has_menu .label {
    margin-top: 1.54vw;
  }
  .frame_header .header_nav .has_menu .label .year {
    font-size: 1.54vw;
  }
  .frame_header .header_nav .has_menu .label .year span {
    font-size: 1.08vw;
  }
  .frame_header .header_nav .has_menu .label .qualification {
    font-size: 1.08vw;
  }
  .frame_header .header_nav .has_menu .world_link + .label {
    margin-top: 2.31vw;
    padding-top: 1.54vw;
  }
  .frame_header .frame_header_inner {
    height: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .frame_header .logo_txt .usc_link a {
    padding: 4px 20px 4px 8px;
    font-size: 1.2vw;
  }
  .frame_header .logo_txt .usc_link a span {
    font-size: 90%;
  }
  .frame_header .launcher_btns {
    height: 30px;
  }
  .frame_header .launcher_btns .btn {
    width: 12vw;
  }
  .frame_header .launcher_btns .btn a {
    padding: 0 0.5vw;
    font-size: 1.2vw;
  }
  .frame_header .launcher_btns .btn a img {
    height: 3vw;
  }
  .frame_header .launcher_btns .btn + .btn {
    margin-top: 0;
  }
  .frame_header .launcher_btns .webentry {
    width: auto;
  }
  .frame_header .launcher_btns .webentry a {
    padding: 0 1vw;
  }
  .frame_header .launcher_btns .webentry .sublist a {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 800px) {
  .frame_header .logo_txt .usc_link {
    display: none;
  }
}

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

	_frame.scss
	menu

===============================================================*/
.frame_side {
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.frame_side .txt_nav a {
  color: #000;
  position: relative;
  padding-bottom: 5px;
}
.frame_side .txt_nav a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.frame_side .txt_nav a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 1.2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ff0;
  z-index: -1;
}
.frame_side .menu {
  position: fixed;
  width: calc(100vw - 150px);
  height: 100vh;
  top: 0;
  left: -100vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  overflow-y: scroll;
  transition: all 0.3s;
}
.frame_side .menu.active {
  left: 150px;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.frame_side .menu_inner {
  padding: 50px;
}
.frame_side .navlist {
  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-sizing: border-box;
          box-sizing: border-box;
}
.frame_side .navlist::after, .frame_side .navlist::before {
  content: "";
  display: block;
  width: 31.3%;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.frame_side .navlist .nav_block {
  width: 31.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
}
.frame_side .navlist .nav_block .label {
  border-top: solid 1px #000;
  font-size: 20px;
  line-height: 1.2;
  padding: 20px 0;
  font-weight: 600;
  border-radius: 0;
  display: block;
  text-align: left;
}
.frame_side .navlist .nav_block li + li {
  margin-top: 10px;
}
.frame_side .navlist .nav_block li,
.frame_side .navlist .nav_block li a {
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 1300px) {
  .frame_side .menu {
    width: calc(100vw - 120px);
  }
  .frame_side .menu.active {
    left: 120px;
  }
  .frame_side .menu_inner {
    padding: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .frame_side .navlist {
    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-sizing: border-box;
            box-sizing: border-box;
  }
  .frame_side .navlist::after, .frame_side .navlist::before {
    content: "";
    display: block;
    width: 48%;
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .frame_side .navlist .nav_block {
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 30px;
  }
  .frame_side .navlist .nav_block .label {
    border-top: solid 1px #000;
    font-size: 1.8vw;
    line-height: 1.2;
    padding: 1.8vw 0;
  }
  .frame_side .navlist .nav_block li + li {
    margin-top: 0.7vw;
  }
  .frame_side .navlist .nav_block li,
  .frame_side .navlist .nav_block li a {
    font-size: 1.2vw;
  }
}
/*===============================================================

	_frame.scss
	frame_side 専攻メニュー

===============================================================*/
.frame_side {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.frame_side .course_title_wrp {
  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;
}
.frame_side .course_title_wrp .past a {
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #666;
  color: #666;
  font-size: 14px;
}
.frame_side .course_title_wrp .past a:hover {
  border: solid 1px #000;
  color: #000;
}
.frame_side .course_title_wrp .course_title {
  font-size: 25px;
  font-weight: 500;
}
.frame_side .course_title_wrp .course_title a {
  color: #000;
}
.frame_side .course_title_wrp .course_title a:hover {
  color: #666;
}
.frame_side .navlist img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 170px;
}
.frame_side .course_nav .nav_block {
  margin-top: 0;
}
.frame_side .course_nav .nav_block .label {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0 15px 0;
  border-top: 0;
}
.frame_side .navlist_title {
  font-size: 40px;
  font-weight: 500;
  border-top: solid 1px #000;
  margin-top: 40px;
}
.frame_side .navlist_title .en {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
}
.frame_side .navlist_title .year {
  font-size: 16px;
  padding: 0 10px 0 3px;
}
.frame_side .navlist_title .type {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .frame_side .course_title {
    font-size: 2.5vw;
  }
  .frame_side .course_nav {
    margin-top: -30px;
  }
  .frame_side .course_nav .nav_block {
    margin-top: 30px;
  }
  .frame_side .course_nav .nav_block .label {
    font-size: 1.8vw;
    line-height: 1.2;
    padding: 1.8vw 0;
    border-top: 0;
  }
  .frame_side .navlist_title {
    margin-top: 3vw;
  }
}
/*===============================================================

	_frame.scss
	frame_side

===============================================================*/
.frame_side {
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.frame_side a,
.frame_side a:hover {
  text-decoration: none;
}
.frame_side .side_inner {
  position: fixed;
  width: 150px;
  height: 100vh;
  min-height: 600px;
  z-index: 1000;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.frame_side .logo a {
  display: block;
  background: #ff0;
  padding: 20px;
}
.frame_side .logo a:hover {
  background: #FFF800;
}
.frame_side .btn {
  width: 100%;
  margin: 0;
  /* bootstrap対策 */
  padding: 0;
  border: 0;
}
.frame_side .launcher_btns {
  /* 2023/10/30菅 名称変更に伴い調整追加 */
  /* 追加ここまで */
}
.frame_side .launcher_btns .webentry {
  font-size: 12px;
}
.frame_side .launcher_btns .webentry .sublist {
  top: 0;
  left: 100%;
}
.frame_side .launcher_btns .webentry a {
  padding: 10px 0;
}
.frame_side .launcher_btns .webentry + .webentry {
  border-top: solid 1px #E20000;
}
.frame_side .launcher_btns .btn_event a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px !important;
  line-height: 17px !important;
  padding: 8px;
}
.frame_side .launcher_btns .btn_event a img {
  height: auto;
  width: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 1300px) {
  .frame_side .side_inner {
    width: 120px;
  }
  .frame_side .logo a {
    padding: 10px;
  }
  .frame_side .launcher_btns .webentry a {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 800px) {
  .frame_side {
    direction: inherit;
  }
}

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

	_frame.scss
	frame_side menu_btn

===============================================================*/
.frame_side {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.frame_side .menu_btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}
.frame_side .menu_btn::after,
.frame_side .menu_btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
  z-index: 2;
  transition: all 0.3s;
}
.frame_side .menu_btn::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.frame_side .menu_btn::before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.frame_side .menu_btn:hover::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.frame_side .menu_btn:hover::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.frame_side .menu_btn.active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.frame_side .menu_btn.active::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.frame_side .menu_btn.active:hover::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.frame_side .menu_btn.active:hover::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
#particles-js {
  background: none;
}

/*===============================================================
	mixinテスト
===============================================================*/
.under_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(255, 0, 0, 0.3)));
  background: linear-gradient(transparent 70%, rgba(255, 0, 0, 0.3) 0%);
  display: inline;
}

.under_marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ff0));
  background: linear-gradient(transparent 0%, #ff0 0%);
  display: inline;
}

.btn_link {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000;
}
.btn_link a {
  display: block;
  text-align: center;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .btn_link a {
    padding: 3vw;
  }
}
.btn_link a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.btn_link a {
  position: relative;
}
.btn_link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 1px #000;
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 10px;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
}
.btn_link a:hover::after {
  border: solid 1px #fff;
  border-top: none;
  border-left: none;
}
@media screen and (max-width: 800px) {
  .btn_link {
    width: 80%;
  }
}

.btn_sankaku {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000;
}
.btn_sankaku a {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .btn_sankaku a {
    padding: 3vw;
  }
}
.btn_sankaku a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.btn_sankaku a {
  position: relative;
}
.btn_sankaku a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 0;
  border-style: solid;
  left: 10px;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.btn_sankaku a:hover::after {
  border-width: 5px 8px 5px 0;
  border-color: transparent #000 transparent transparent;
}
@media screen and (max-width: 800px) {
  .btn_sankaku {
    width: 80%;
  }
}

.bg_slash {
  background-image: linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 5px 5px;
  padding: 30px;
}

.bg_grade {
  background: #FF6EC9;
  background: -webkit-gradient(linear, left top, right top, from(#FF6EC9), to(#5DCAFC));
  background: linear-gradient(to right, #FF6EC9 0%, #5DCAFC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6EC9", endColorstr=" #5DCAFC", GradientType=1);
  padding: 30px;
}
/*# sourceMappingURL=style.css.map */