
@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Inconsolata');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Six+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');a:link {
	color: #474747;
}

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

.Tcenter {
	text-align:center;
}
/*********************************************************************
/* googlefont
*********************************************************************/



.wf-hannari { font-family: "Hannari"; }
.Spartan {font-family: 'Spartan', sans-serif;}
.Parisienne{font-family: 'Parisienne', cursive;}
.Six Caps{font-family: 'Six Caps', sans-serif;}


/*********************************************************************
/* rollup
*********************************************************************/




#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size:10px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 0;
  width:60px;
  height: 45px;
  background-color:#036;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align:center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}




/*********************************************************************
/* index.html
*********************************************************************/

header {
	padding:0 0 10px 0;
}

header h1 span {
	display:block;
	margin-left:10px;
	margin-bottom:5px;
}

header h1 {
	float:left;
	margin-top:10px;
	font-size:12px;
}

header #headerright {
	float:right;
	width:510px;
}

.topbutton {
	width: 150px;
	height: 30px;
	line-height: 30px;
	border-radius: 0 0 5px 5px;
	float: right;
	margin-bottom: 15px;
	background: -webkit-linear-gradient(#989898, #272727);
	background: -moz-linear-gradient(#989898, #272727);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}

.topbutton a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.topbutton a:hover {
	background: -webkit-linear-gradient(#bababa, #474747);
	background: -moz-linear-gradient(#bababa, #474747);

	border-radius: 0 0 5px 5px;
}


.hright_top {
	margin-bottom:10px;
	float:right;
}

.hright_bottom {
	clear:both;
	width:510px;
}
	
.hright_bottom ul li {
	float:left;
	width:120px;
	margin-left:10px;
	background-color:#EBEBEB;
	text-align:center;
	font-size:12px;
}

.hright_bottom ul li a {
	display:block;
	color:#666;
	padding:10px;
	transition:0.5s all;
}

.hright_bottom ul li a:hover {
	background-color:#666;
	color:#fff;
	text-decoration:none;
}



.hright_bottom li:first-child {
	margin-left:0;
}



ul#hederinfo li {
	float:left;
	margin-left:10px;
}



header nav li {
	float:left;
	font-size:14px;
}

header nav li a {
	color:#565656;
	padding:10px 5px;
}

header nav li a:hover {
	color:#801719;
	text-decoration:underline;
}

header nav li:after {
	content:"｜";
}

#header_bottom {
	background:#BABABA;
	height:30px;
}

#navigation {
	background-color:#1d2113;
	height:60px;
}

/*********************************************************************
/* プルダウンメニュー
*********************************************************************/

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background:rgba(7,42,36, 0.8);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 60px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: rgba(7,42,36, 0.8); 
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 60px;
    visibility: visible;
    opacity: 1;
}


.menu {
    position: relative;
    width: 100%;
    height: 60px;
    max-width: 980px;
    margin: 0 auto;
	font-size:14px;
	text-align:center;
	
}

.menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 60px;
    line-height: 60px;
    background: rgb(29, 33, 19);
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #072A24;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
/*    border-top: 1px solid #111;
*/}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

/*********************************************************************
/* 各ページ共通
*********************************************************************/

#pan {
	font-size:10px;
	color:#FFFFFF;
	line-height:30px;
	text-align:right;
}

#pan a {
	color:#FFFFFF;
	text-decoration: underline;
}

#pan a:hover {
	color:#801719;
}


/*---------見出し------------------*/


#h2gudeline {
	background: url(../images/new/cganime_main.jpg);
	background-size: cover;
	height:400px;
	line-height:400px;
}

#h2ob {
	background:url(../images/new/ob_main.jpg);
	background-size: cover;
	height:400px;
	line-height:400px;
}

#h2gyugyo {
	background: url(../images/new/recruit_main.jpg);
	background-size: cover;
	height:400px;
	line-height:400px;
}

#h2macpc {
	background: url(../images/new/recruit_macpc.jpg);
	background-size: cover;
	height:400px;
	line-height:400px;
}

#h2yoshimac {
	background:url(../images/new/yoshidamac_main.jpg);
	background-size: cover;
	height:400px;
	line-height:400px;
}

#h2zai {
	background:url(../images/new/zai_main.jpg);
	background-size: cover;
	height:400px;
	line-height:400px;
}

#h2shikaku {
	background:url(../images/new/shikaku_macpc.jpg);
	background-size: cover;
	height:400px;
	line-height:400px;
}

#h2sercle {
	background:url(../images/new/sarcle_main.jpg);
	background-size: cover;
	height:400px;
	line-height:400px;
}

#h2contest {
	background:url(../images/new/contest_main.jpg);
	background-size: cover;
	height:400px;
	line-height:400px;
}








h2.page_heading {
	width:400px;
	margin:0 auto;
	font-size:32px;
	font-weight:normal;
	padding:0 0;
	color:#FFF;
	text-shadow:1px 1px 5px #999999;

}

h2.page_heading span {
	display: block;
	font-size: 24px;
	font-family: 'Inconsolata', monospace;
		color:#FFF;
	text-shadow:1px 1px 5px #999999;

}

h2.page_heading{
	position: relative;
	text-align: center;/*Bookmark 2020-05-27-15:46*/
/*display: inline-block;
*/}
h2.page_heading:before, h2.page_heading:after{
/*	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: black;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
	color:#FFF;
	text-shadow:1px 1px 5px #999999;
*/}
h2.page_heading:before {left:0;}
h2.page_heading:after {right: 0;}






h3.h3_heading {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4375a8), color-stop(1.00, #244386));
	background: -webkit-linear-gradient(#4375a8, #244386);
	background: -moz-linear-gradient(#4375a8, #244386);
	background: -o-linear-gradient(#4375a8, #244386);
	background: -ms-linear-gradient(#4375a8, #244386);
	background: linear-gradient(#4375a8, #244386);
	text-align:left;
	line-height:50px;
	font-weight:normal;
	color:#FFF;
	font-size:14px;
	padding-left:20px;
	border-radius:5px;
	text-shadow: -1px -1px 1px #333333;
}

.h4_header {
background: -webkit-linear-gradient(transparent 70%, #a7d6ff 70%);
background: -o-linear-gradient(transparent 70%, #a7d6ff 70%);
background: linear-gradient(transparent 70%, #a7d6ff 70%);
	margin-bottom: 15px;
}


/*********************************************************************
/* 学校に関するページ
*********************************************************************/



ul#rinen_koukun {
	font-size:26px;
	margin-left:20px;
}

#ac_map {
	border:1px solid #666;
	padding:10px;
	margin-top:20px;
}

.mapbg {
	background-color:#FFC;
	border:1px solid #06F;
	width:980px;
}

.conbox {
	padding:20px;
	overflow: hidden;
	margin-bottom: 30px;
}


ul#hyoka_all li {
	border-bottom:#999 1px dotted;
	margin-bottom:15px;
}
ul#hyoka_all li i {
	margin-right:10px;
}

/*********************************************************************
/* 学科紹介
*********************************************************************/

h2.cource_header {
	width:980px;
	margin:0 auto;
	border: none;
}

#courcemenu {
	background-color:#6b6b6c;
	height:55px;
}

/*変更中 2019-06-04-15:08~*/
#courcenav ul {
	display: flex;
	justify-content: space-around;
	width:380px;
	margin:0 auto;
	height:55px;
}

#courcenav li {
	/*float:left;*/
	color:#FFFFFF;
	font-size:12px;
	line-height:55px;
}


#courcenav li a {
	color:#FFFFFF;
	text-decoration:none;
}

#courcenav li a:hover {
	text-decoration:underline;
}


#courcenav li:first-child {
	/*margin-right:50px;*/
}
/*変更中 2019-06-04-15:08~　範囲終わり*/


#depmain {
	width:980px;
	margin:0 auto 30px auto;
	height:575px;
	padding:20px 0 0 20px;
	overflow:hidden;
}

article {
	margin:20px auto;
}

article h3 {
	text-align:center;
	margin-bottom:50px;
	margin-top:30px;
}

ul#cource_point {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 2.25rem 0;
}

ul#cource_point li {
	width:47%;
	background-color: #fff;
	box-shadow: 0 0 20px #e3e3e3;
	margin-bottom: 2.25rem;
	position: relative;
}
ul#cource_point li img {
	width: 100%;
}
.cource_point_text{
	padding: 50px 20px 20px 20px;
	color: #6E6E6E;
	font-size: 1.5rem;
}
/*ポイントの部分のボタン---------------*/
.cource_point_title{
	background-color:#4F205A;
	width: 200px;
	padding: 1rem 0;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	border: 1px solid #707070;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top: 170px;
	font-family: 'Dancing Script', cursive;
	font-size: 1.5rem;
}

/*学科ごとに色が違う-----------------*/
.point_cg .cource_point_title{
	background-color: #2E6398;
}


ul#cource_point h4 {
	margin:10px 0;
}

ul#cource_point h5 {
	font-size:1.5rem;
	margin-bottom:10px;
	text-align: center;
}

ul#cource_point p {
	color:#6E6E6E;
	font-size:1.1rem;
}

ul#courcebanner li {
	float:left;
	width:475px;
}

ul#courcebanner li:first-child {
	margin-right:30px;
}

ul#courcebanner li h4 {
	margin:10px 0;
}

ul#courcebanner li p {
		color:#6E6E6E;
}

ul#courcebanner li p a {
		color:#6E6E6E;
}


ul#courcebanner li p.infoall {
	float:right;
	margin-top:20px;
	font-size:12px;
}

/*-----コース年次ごとの案内-----*/

section.cource_yearsinfo {
	margin-bottom:50px;
	overflow:hidden;

}

section.cource_yearsinfo img {
	float:left;
	margin-right:20px;
	
}

section.cource_yearsinfo div {
	float:left;
	width:519px;
}

section.cource_yearsinfo div h4 {
	background-color:#3d3d42;
	color:#FFFFFF;
	padding:10px;
	margin-bottom:20px;
}

section.cource_yearsinfo div h5 {
	font-size:18px;
	margin-bottom:10px;
}

section.cource_yearsinfo div p {
	color:#6E6E6E;
	font-size:14px;
	line-height:1.8;
}


/*---2年次--*/

section.cource_yearsinfo2 {
	overflow:hidden;
}

section.cource_yearsinfo2 img {
	float: right;
	margin-left:20px;
	
}

section.cource_yearsinfo2 div {
	float:left;
	width:519px;
}

section.cource_yearsinfo2 div h4 {
	background-color:#3d3d42;
	color:#FFFFFF;
	padding:10px;
	margin-bottom:20px;
}

section.cource_yearsinfo2 div h5 {
	font-size:18px;
	margin-bottom:10px;
}

section.cource_yearsinfo2 div p {
	color:#6E6E6E;
	font-size:14px;
	line-height:1.8;
}


/*-----カリキュラム-----*/

article.curriculm {
	background:url(../images/new/dep/web/curriculm.png) no-repeat left center;
	height:185px;
	padding:50px 0 0 230px;
	line-height:1.8;
	margin-bottom:50px;
	box-sizing: border-box;
}

article.curriculm > ul > li {
	display: inline-block;
}


/*時間割テーブル*/

.carri_table {
	border-collapse:collapse;
	width:100%;
}

.carri_table th {
	border: 1px solid #cccccc;
	padding: 0 30px;
	
}


.pink {background-color:#FFEAEA;}
.oran {background-color:#FFE6CC;}
.green{background-color:#DFD;}
.blue {background-color:#D5FFFF;}
.perple {background-color:#DFDFFF;}


.carri_new {
	margin-top: 50px;
}
.carri_new th {
	background-color:#9BFDFF;
	padding: 20px;
}
.carri_new th span {
	display: block;
	font-weight: normal;
	font-size: 14px;
}


/*-----資格・就職-----*/

section.carrier {
	text-align:center;
	line-height:2;
	margin-bottom:70px;
}

.passbox {
	display:flex;
}

.passlist {
	width:33%;
	position: relative;
	padding: 1em;
	background-color: #f6f6f6;
	text-align:center;
	margin-bottom:30px;
}

.passlist2colum {
	width:50%;
}

.passlist::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

.passlist:nth-child(2) {
	margin-right:20px;
	margin-left:20px;
}


.passlist h4 {
	color: #790000;
	font-size:22px;
}


.passlist .passing {
	font-size:14px;
	background-color:#309;
	line-height:50px;
	width:100px;
	margin:0 auto;
	color:#FFF;
	margin-top:10px;
	
}

.passlist .passing span {
	font-size:36px;
	font-family: 'Archivo Black', sans-serif;
	
	
}



/*--------学科共通-----------*/

.dep_main_inner {
	width:980px;
	margin:0 auto;

}

/*リニューアル追加*/

#dep_main{
	position: relative
}
#dep_main {
	background-size: cover;
	height: 400px;
	margin-bottom: 50px;
}
.depmain_it_new {
	background: url("../images/new/dep/dep_re/it/it_mainimage.jpg") no-repeat center top;
}
.depmain_web_new {
	background: url("../images/new/dep/web/dep_webindex.jpg") no-repeat center top;
}
.depmain_data_new {
	background: url("../images/new/dep/data/data_indexback.jpg") no-repeat center top;
}

.dep_new_title {
	position: absolute;
	bottom: 50px;
}

.dep_new_title h2 {
	text-align: left;
	font-size: 3em;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
	padding: 0;
}

.dep_new_title li {
	color: #fff;
	border: 2px solid #fff;
	padding: 5px 20px;
	display: inline-block;
}


.dep_title {
	border: 1px solid red;
	width: 980px;
	margin: 0 auto;
}
.dep_infobox{
	overflow: hidden;
	margin-bottom: 100px;
}

.depindex_box{
	display: flex;
	width: 100%;
}
.depbox {
	width: 50%;
}

.depbox p {
	margin-bottom: 10px;
}

.titleh4 {
	font-size: 2em;
	margin-bottom: 20px;
}
.titleh4 span {
	font-size: 4rem;
	font-family: 'Parisienne', cursive;
}

.dep_infobox:nth-child(odd) .titleh4 {text-align: right}
.dep_infobox:nth-child(odd) .titleh4 span {margin-left: 10px}
.dep_infobox:nth-child(even) .titleh4 span {margin-right: 10px}

.titleh5 {
	font-size: 1.2em;
	color: #2047aa;
	margin-top: 30px;
	margin-bottom: 10px;
}


.dep_comme {
	background: #ede9d5;
	padding: 20px;
	margin-top: 150px;
	border-radius: 10px;
	position: relative;
}

.Mright10 {margin-right: 10px;}
.Mright20 {margin-right: 20px;}
.Mright250 {margin-right: 250px;}
.Mleft250 {margin-left: 250px;}

.blue_marker {
	 background: linear-gradient(transparent 90%, #aabade 0%);
}

.color_blue {color: #0B2D7E}
.color_pink {color:#E1427D}

.people_right {
	position: absolute;
	right: 30px;
	bottom: 0
}
.people_left {
	position: absolute;
	left: 30px;
	bottom: 0
}

.course_choice_layout {
	display: flex;
	overflow: hidden;
	margin-bottom: 100px;
}

.course_choice {
	width: 50%;
}
.course_choice a {
	color: #000;
	display: block
}
.course_choice a:hover {
	opacity: 0.7;
}


.course_choice:first-child {
	margin-right: 20px;
}
.coursebox {
	height: 300px;
	overflow: hidden;
	position: relative;
}

.choice_button{
	background: rgba(255,255,255,0.7);
	width: 40%;
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
}
.choice_button p {
	font-size: 0.7em;
	color: #D85E00;
	font-family: 'Six Caps', sans-serif;
	letter-spacing: 0.2em;
}
.choice_comme {
	color: #000000;
	margin-top: 10px
}

.subt {
	text-align: center;
	color: #707070;
}

.dep_new_h2 {
	font-size: 1.5em;
	display: flex;
	align-items: center;
	color: #4A4A4A;
	margin-top: 0;
	}
.dep_new_h2:before,
.dep_new_h2:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	}
.dep_new_h2:before {
	margin-right: 1rem;
	}
.dep_new_h2:after {
	margin-left: 1rem;
}





.choice_itprogram {
	background: url("../images/new/dep/it/corce_choice_programa.png") no-repeat;
}

.choice_itgame {
	background: url("../images/new/dep/it/corce_choice_game.png") no-repeat;
}

/*--------web科-----------*/




#depmain_web {
	background:url(../images/new/dep/web/web_main3.jpg) no-repeat center center;
}

#depmain_webenginner {
	background:url(../images/new/dep/web/webcource_main_engineer.jpg) no-repeat center top;
}

#depmain_webdesigner {
	background: url(../images/new/dep/web/designer/webcource_main_designer.jpg) no-repeat center top;
}

#depmain_webenginner div {
	width:980px;
	margin:0 auto;
	padding:60px 0 0 10px;
}

#depmain_webdesigner div {
	width:980px;
	margin:0 auto;
	padding:60px 0 0 10px;
}


article#webifo {
	margin-bottom:50px;
}

article#webifo div {
	width:578px;
	float:left;
	color:#6E6E6E;
	margin-right: 30px;
}


/*--------IT科-----------*/

#depmain_it {
	background: url(../images/new/dep/dep_re/it/it_mainimage.jpg) no-repeat center top;
	position: relative;
}
.depertment_title{
	position: absolute;
	bottom: 10%;
	left: 5%;
	color: #fff;
}

.depertment_title h2{
	font-size: 3.25rem;
}
.depmain_it_info{
	display: flex;
	font-size: 1.2rem;
	margin-top: 20px;
}
.depmain_it_info li{
	border: 2px solid #fff;
	padding: 1rem;
}
.depmain_it_info li:first-child{
	margin-right: .5rem;
}

.dep_toptitle{
	font-size: 1.5rem;
	margin: 1.5rem;
	color: #6E6E6E;
}

.title_style_border{
	position: relative;
	/*padding: 0 30px;*/
	text-align: center;
	width: 400px;
	margin: 7.25rem auto .2rem auto;
	font-size: 2.25rem;
	color:#6E6E6E;
	font-family: 'Raleway', sans-serif;
}

.title_style_border:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #6E6E6E;
}

.title_style_border span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.title_style_border_sub{
	margin-bottom: 2.25rem;
}

/*各コースへのボタン----------------*/
.color_perple_itpro{
	background-color: #91649B;
}
.color_perple_itgame{
	background-color: #4F205A;
}
.color_perple_itpro:hover{
	background-color: rgba(145, 100, 155, .8);
}
.color_perple_itgame:hover{
	background-color: rgba(79, 32, 90, .8);
}

/*各コースへのボタン 学科ごとに色が違う(CG)-----------------*/

.color_blue_cg{
	background-color: #58C9CE;
}
.color_blue_anime{
	background-color: rgba(20, 140, 145, 1);
}
.color_blue_cg:hover{
	background-color: rgba(88, 201, 206, .8);
}
.color_blue_anime:hover{
	background-color: rgba(20, 140, 145, .8);
}





.depertment_cource_select{
	display: flex;
	justify-content: space-between;
	margin: 3.25rem 0;
}
.depertment_cource_select li{
	width: 47%;
}
.depertment_cource_select li a{
	padding: 1.2rem 0;
	text-align: center;
	color: #fff;
	border: 1px solid #707070;
	display: block;
}
.depertment_cource_select li span{
	display: block;
}
.depertment_cource_select li a:hover{
	text-decoration: none;
	transition: .8;
}
.depertment_cource_select h2{
	font-size: 1.1rem;
	margin: 5px 0 15px 0;
}

/*#depmain_it div {
	width:350px;
	margin:0 auto;
	padding:50px 0 0 650px;
}*/

/*------IT科リニューアル　ここから-------*/
.depertment_cource,
.point{
	margin-bottom: 5.25rem;
}

.game_match_info{
	background: url(../images/new/dep/dep_re/it/gamematch.png) no-repeat;
	height: 600px;
	position: relative;
	margin-bottom: 3.25rem;
}
.game_match_info img{
	width: 100%;
}
.game_match_info_text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 700px;
}
.game_match_info_text h4{
	font-size: 1.5rem;
	margin-bottom: .8rem;
}
.game_match_info_text h4:first-letter{
	font-size: 2.5rem;
	color: #2E6398;
}

.game_match_info_point{
	background-color: #E6FFFD;
	padding: 2.25rem;
	border-radius: 30px;
	position: relative;
	font-size: 1rem;
}
.game_match_info_point h5{
	font-family: 'Dancing Script', cursive;
	font-size: 2.25rem;
	color: #A32323;
	position: absolute;
	top: -20px;
	left: 50px;
}
.curriculum_catch{
	font-size: 1.8rem;
	color: #6E6E6E;
	margin-top: 4.25rem;
	text-align: center;
}
.curriculum_pickup{
	margin: 1.25rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.curriculum_pickup_box{
	width: 47%;
	margin-bottom: 1.65rem;
}
.curriculum_pickup_box img{
	width: 100%;
}
.curriculum_pickup_boxin{
	position: relative;
}
.curriculum_pickup_boxin h3{
	background-color: #fff;
	width: 220px;
	font-size: 14px;
	text-align: left;
	position: absolute;
	z-index: 100;
	bottom: 0;
	margin: 0;
	padding: .5rem .7rem 0 .7rem;
}
.curriculum_pickup_box h3 span{
	font-size: 12px;
	color: #33BAD3;
	display: block;
}

.curriculum_pickup_box p{
	margin-top: 20px;
	color: #6E6E6E;
}




/*------IT科リニューアル　ここまで-------*/
article#itifo {
	margin-bottom:50px;
}

article#itifo h4 {
	font-size:18px;
	margin-bottom:10px;
}




article#itifo div {
	width:394px;
	float:left;
	color:#6E6E6E;
	margin-right:30px;
}

article#aiinfo {
	background:url(../images/new/dep/it/ai_bakimage.png) no-repeat;
	height: 402px;
}

article#aiinfo p {
	width:620px;
	float:right;
	margin-top:170px;
	margin-right:50px;
	line-height:1.7;
}

#depmain_it_game {
	background: url(../images/new/dep/it/itcource_game.jpg) no-repeat center top;
}

/*#depmain_it_game div {
	width:980px;
	margin:0 auto;
	padding:60px 0 0 10px;

}*/

#depmain_it_programa {
	background: url(../images/new/dep/it/itcource_main_programa.jpg) no-repeat center top;
}

#depmain_it_programa #protit {
	width:360px;
	margin:0 auto;
	padding:60px 0 0 620px;

}


/*--------CG科-----------*/

#depmain_cg {
	background: url(../images/new/dep/dep_re/cg/cg_mainimage.jpg) no-repeat center center;
	position: relative;
}


#depmain_cg div {
	width:980px;
	margin:0 auto;
	padding:60px 0 0 10px;
}

#depmain_cg_cg {
	background: url(../images/new/dep/cg/cgdesign_main.jpg) no-repeat center top;
}

#depmain_cg_cg .depinner #protit {
	position:absolute;
	right:0;
	top:350px;
}


#depmain_cg_anime {
	background: url(../images/new/dep/cg/cganime_main.jpg) no-repeat center top;
}

#depmain_cg_anime #protit {
	width:360px;
	margin:0 auto;
	padding:100px 0 0 600px;
}

.color_blue_cg_design{
	background-color: #58C9CE;
}
.color_blue_cg_design{
	background-color: #148C91;
}
.color_blue_itpro:hover{
	background-color: rgba(88, 201, 206, .8);
}
.color_blue_cg_anime:hover{
	background-color: rgba(20, 140, 145, .8);
}

.cg_3dcharacter_info{
	background: url(../images/new/dep/dep_re/cg/3d_character.png) no-repeat;
	height: 1000px;
	position: relative;
}
.cg_3dcharacter_info_text{
	position: absolute;
	bottom: 0;
	left: 30px;
	z-index: 100;
	width: 530px;
}
.cg_3dcharacter_info_text h4{
	font-size: 1.5rem;
margin-bottom: .8rem;
}

.cg_3dcharacter_info_text h4:first-letter{
font-size: 2.5rem;
color: #7eb1e4;
}

.cg_3dcharacter_info_point{
	background-color: #ebff9a;
	padding: 2.25rem;
	border-radius: 30px;
	position: relative;
	font-size: 1rem;
	margin-top: 50px;
}
.cg_3dcharacter_info_point h5{
	font-family: 'Dancing Script', cursive;
	font-size: 2.25rem;
	color: #A32323;
	position: absolute;
	top: -20px;
	left: 50px;
}

/*--------cource共通-----------*/

#depmain_web,
#depmain_webenginner,
#depmain_webdesigner,
#depmain_it,
#depmain_it_game,
#depmain_it_programa,
#depmain_cg,
#depmain_cg_anime,
#depmain_cg_cg {
	height:500px;
	background-size:cover;
}


/*********************************************************************
/* job
*********************************************************************/

/* jobタブ */
.tab-004 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
	margin-top: 40px;
}

.tab-004 > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: .7em 1em;
    background-color: #f2f2f2;
    color: #999;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-004 > label:hover,
.tab-004 label:has(:checked) {
    background-color: #2589d0;
    color: #fff;
}
.input_orange{
	background-color: #f6963d;
}

.tab-004 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #2589d0;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-004 input {
    display: none;
}

.tab-004 > div {
    display: none;
    width: 100%;
    /* padding: 1.5em 1em; */
}

.tab-004 label:has(:checked) + div {
    display: block;
}

.job_h2{
	margin-top: 20px;
}


/* style.css */
/* style.css */

.card-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1.1rem;
  }
  
  .card {
	border: 1px solid #ddd;
	padding: 1rem;
	border-radius: 5px;
  }
.card h2{
	/* background-color: #5fbec1;
	padding: 20px; */
	border-radius: 10px;
	color: #fff;
	font-size: 1rem;
	margin-bottom: 10px;
}
.job_info h2{
	padding: 10px;
	font-size: .8rem;
}
.itblue h2{
	background: #2193b0;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
.creater_perple h2{
	background: #D66D75;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #E29587, #D66D75);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #E29587, #D66D75); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
			}
.other_green h2{
	background: #56ab2f;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #a8e063, #56ab2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
.card p{
	line-height: 2rem;
	text-align: center;
}
  
  @media (max-width: 768px) {
	.card-container {
	  grid-template-columns: repeat(2, 1fr);
	}
  }
  
  @media (min-width: 769px) {
	.card-container {
	  grid-template-columns: repeat(3, 1fr);
	}
  }

.job_heading-line{
	border-bottom: 2px solid #6d6d6d;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 40px;
}
.job_heading-line span{
	font-size: .9rem;
	color: #909090;
	margin-left: 10px;
}

ul.job {
	overflow:hidden;
	margin-bottom:10px;
}

ul.job {
display: -webkit-flex;
  display: flex;}

ul.job li {
	width:280px;
	border:#B0DEFF 5px solid;
	padding:10px;
	text-align:center;
	border-radius:10px;
	box-shadow:0 0 5px #B7B7B7;
	height:auto;
}

ul.job li:nth-child(2),
ul.job li:nth-child(5),
ul.job li:nth-child(8) ,
ul.job li:nth-child(11) ,
ul.job li:nth-child(13) {
	margin:0 25px;
}

ul.job li h4 {
	color:#081654;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	margin:0 0 10px 0;
	padding:0;
}

h3.bunya_it {
	background-color:#80A5E7;
	padding:10px;
}

h3.bunya_creative {
	background-color: #EFA3EF;
	padding:10px;
}

h3.bunya_other {
	background-color: #BDDC74;
	padding:10px;
}





/*********************************************************************
/* Job Support
*********************************************************************/


.support_title{
	background-color: #e8e8e8; 
	padding: 10px;
	margin-bottom: 30px;
}

.job_support{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.job_support_teacher{
	width: 22%;

}
.job_support_teacher img{
	width: 100%;
}

.job_support_student{
	width: 70%;
	display: flex;
	justify-content: space-around;
}

.job_support_comment{
	margin:40px 0;
	color:#fff;
	background: #b82052;
	padding: 1rem;
	border-radius: 10px;
}

.job_student_img{
	width: 25%;
}
.job_student_img img{
	width: 100%;
	vertical-align: bottom;
}
.job_student_text{
	width: 63%;
}

.balloon4 {
	position: relative;
	margin: 2em 0 2em 40px;
	padding: 20px;
	background: #fff0c6;
	border-radius: 30px;
  }
  
  .balloon4:before {  
	content: "";
	position: absolute;
	left: -38px;
	width: 13px;
	height: 12px;
	bottom: 0;
	background: #fff0c6;
	border-radius: 50%;
  }
  
  .balloon4:after {
	content: "";
	position: absolute;
	left: -24px;
	width: 20px;
	height: 18px;
	bottom: 3px;
	background: #fff0c6;
	border-radius: 50%;
  }
  .balloon4 p {
	margin: 0; 
	padding: 0;
  }
  .text_bottom{
	  padding: 10px;
	  margin-left: 40px;
  }




/*********************************************************************
/* 募集要項
*********************************************************************/

table.gudetable {
	width:100%;
	border-collapse:collapse;
}

table.gudetable th,td {
	border:1px solid #CCC;
	padding:15px;
	text-align:center;
}

table.gudetable th {
	background-color:#E6FFE6;
}


.table.gudetable ul li i {
	margin-right:5px;
}



.guidetable_type2 th {
	width:30%;
}


.guidetable_type2 td {
	text-align:left;
}


.guidetable_type3 td {
	text-align:left;
}

.guidetable_type3 ul li {
	margin-bottom:5px;
}

ul.tbmargin {
	margin:20px 0;
}

ul.tbmargin li {
	margin-bottom:5px;


}

/*********************************************************************
/*テンプレート資料請求
*********************************************************************/



section#tempbottom_all {
	background-size:cover;
	background-position:0 -500px;
	margin-bottom:50px;
	margin-top:50px;
}

section#tempbottom_all ul {
	display:flex;
}

section#tempbottom_all li {
	width:50%;
	border:1px solid #CCC;
	margin:0 20px 0 20px;
	padding:20px;
	background-color:rgba(255,255,255,0.7);
}

section#tempbottom_all p {
	font-size:12px;
	text-align:center;
}

section#tempbottom_all h3 {
	margin:0;
}

section#tempbottom_all .button {
	width:300px;
	margin:20px auto 0 auto;
	background-color:#3CC;
	text-align:center;
	line-height:50px;
	border-radius:5px;
	box-shadow:0 0 10px #CCCCCC inset;
	border:1px solid #CCC;
}

section#tempbottom_all .button a {
	display:block;
	color:#FFF;
	transition:1s ease-in-out;
}

section#tempbottom_all .button a:hover {
	text-decoration:none;
	background-color:#3FC;
	border-radius:5px;
	box-shadow:0 0 10px #CCCCCC inset;
	border:1px solid #CCC;
}







/*********************************************************************
/* footer
*********************************************************************/

footer {
	clear:both;
	background-color:#323b40;
	color:#FFF;
	padding:15px 0 0 0;
}

p.copyright {
	text-align:center;
	margin-bottom:50px;
	font-size:12px;
}

#footerarea {
	background:url(../images/new/footer_image.png) right bottom no-repeat;
}

#footerarea a {
	color:#FFF;
	text-decoration:none;
}

#footerarea a:hover {
	text-decoration:underline;
}

.footlist_all {
	display:flex;
}


.footlist {
	font-size:12px;
	border-left:1px dotted #FFFFFF;
	padding:0 40px 0 20px;
}

.footlist li {
	margin-bottom:10px;
}

.footlist li:before {
	content:"";
	margin-right:5px;
}

.footlist dt {
	margin-bottom:10px;
	font-weight:bold;
}

.footlist dt i {
	margin-right:5px;
}

.footlist dt:before {
	content:"";
	margin-right:5px;
}


.footlist dd {
	text-indent:20px;
}


.footlist dd {
	margin-bottom:10px;
}

	


