@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
#hoge {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}


/* 学科トップページ  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body.course img { width: 100%;}
body.course .visual-header {
	background: linear-gradient(90deg,rgba(170, 60, 150, 1) 0%, rgba(20, 75, 145, 1) 50%, rgba(45, 196, 155, 1) 100%) !important;
	height: 250px;
	overflow: hidden;
	position: relative;
}
body.course .visual-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/course/bg-interview-2.webp) no-repeat center/cover;
	mix-blend-mode: overlay;
	opacity: .5;
}
body.course .visual-header h1 {
	color: #fff;
	font-size: clamp(40px, 70/1366* 100vw, 70px);
	font-weight: 600;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	width: inherit;
	height: inherit;
	padding: 0;
	text-align: center;
}
body.course .visual-header h1 .en {
	font-family: "Barlow", sans-serif;
}
body.course .visual-header h1 .ja {
	font-size: 35%;
}
body.course .visual-header h1::after {
	content: none;
}
@media only screen and (max-width: 769px) {
	body.course .visual-header {
		height: 150px;
	}
	body.course .visual-header h1 {
		gap: 5px;
	}
}
body.course article {
	background: #fff;
	padding: 40px 0 100px;
}
body.course article .container {
	width: 1200px;
	margin: auto;
}
body.course article .lead {
	color: #000;
	font-size: clamp(18px, 25/1366* 100vw, 25px);
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
body.course section {
	margin-top: 40px;
	padding: 40px;
	position: relative;
}
body.course section.info {
	background: linear-gradient(135deg,rgba(0, 91, 145, 0.5) 0%, rgba(30, 150, 209, 0.5) 50%, rgba(186, 230, 255, 0.5) 100%);
}
body.course section.game {
	background: linear-gradient(135deg,rgba(102, 45, 139, 0.5) 0%, rgba(102, 45, 139, 0.5) 50%, rgba(215, 182, 214, 0.5) 100%);
}
body.course section.car {
	background: linear-gradient(90deg,rgba(109, 120, 131, 0.5) 0%, rgba(170, 176, 183, 0.5) 73%);
}
body.course section.architecture {
	background: linear-gradient(20deg,rgba(135, 115, 70, 0.5) 0%, rgba(180, 161, 134, 0.5) 62%);
}
body.course section.electric {
	background: linear-gradient(20deg,rgba(28, 147, 206, 0.5) 0%, rgba(109, 156, 208, 0.5) 60%);
}
body.course section.medical {
	background: linear-gradient(20deg,rgba(90, 92, 150, 0.5) 0%, rgba(148, 149, 195, 0.5) 60%);
}
body.course section.international {
	background: linear-gradient(-150deg,rgba(228, 232, 119, 0.6) 0%, rgba(211, 218, 33, 0.6) 40%, rgba(134, 192, 63, 0.6) 85%);
}
body.course section .ttl {
	color: #000;
	align-items: center;
	display: flex;
	gap: 15px;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
}
body.course section .ttl h3 {
	font-size: clamp(22px, 50/1366* 100vw, 50px);
	font-weight: 800;
}
body.course section .ttl p {
	font-size: clamp(14px, 22/1366* 100vw, 22px);
	font-weight: 800;
	line-height: 1.2;
}
body.course section .course_text {
	position: absolute;
	top: 0;
	left: 0;
	width: fit-content;
	height: 120px;
	opacity: .4;
}
body.course section.game .course_text {
	height: 55px;
}
body.course section.international .course_text {
	opacity: .2;
}
body.course section .course_text img { 
	height: 100%;
	width: auto;
}
@media only screen and (max-width: 769px) {
	body.course article {
		padding: 20px 0 50px;
	}
	body.course article .container {
		width: 90%;
	}
	body.course section {
		margin-top: 25px;
		padding: 5%;
	}
	body.course section .ttl {
		flex-direction: column;
		gap: 5px;
		margin-bottom: 15px;
		text-align: center;
	}
	body.course section .course_text {
		width: 100%;
		height: fit-content;
	}
	body.course section.game .course_text {
		height: fit-content;
	}
}
body.course section .button-wrapper {
	position: absolute;
	width: 300px;
	top: 40px;
	right: 40px;
}
body.course section .type__normal {
	background: #fff;
	border-radius: 100vw;
	border: 1px solid #000;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: clamp(14px, 20 / 1366 * 100vw, 20px);
	height: 50px;
	justify-content: center;
	position: relative;
	padding: 0 1em;
	width: 100%;
	z-index: 1;
}
body.course section .type__normal:hover::before {
	transform: translate(0, 0);
}
body.course section .type__normal::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border-radius: 100vw;
	mix-blend-mode: multiply;
	transition: all 0.3s ease;
	transform: translate(5px, 5px);
}
body.course section .type__normal::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1rem;
	margin: auto;
	width: 12px;
	height: 12px;
	background-color: #000;
	clip-path: polygon(12px 50%, 0% 0%, 0% 12px);
	border: none;
	transform: rotate(0deg);
}
body.course section.info .type__normal::before {
	background: linear-gradient(90deg,rgba(0, 91, 145, 1) 0%, rgba(30, 150, 209, 1) 50%, rgba(186, 230, 255, 1) 100%);}
body.course section.game .type__normal::before {
	background: linear-gradient(90deg,rgba(102, 45, 139, 1) 0%, rgba(102, 45, 139, 1) 50%, rgba(189, 135, 188, 1) 100%);}
body.course section.car .type__normal::before {
	background: linear-gradient(90deg,rgba(109, 120, 131, 1) 0%, rgba(170, 176, 183, 1) 73%);}
body.course section.architecture .type__normal::before {
	background: linear-gradient(90deg,rgba(135, 115, 70, 1) 0%, rgba(180, 161, 134, 1) 62%);}
body.course section.electric .type__normal::before {
	background: linear-gradient(90deg,rgba(10, 99, 163, 1) 0%, rgba(109, 156, 208, 1) 60%);}
body.course section.medical .type__normal::before {
	background: linear-gradient(90deg,rgba(90, 92, 150, 1) 0%, rgba(148, 149, 195, 1) 60%);}
body.course section .type__normal .label {
	color: #fff;
	font-weight: 600;
	position: relative;
}
@media only screen and (max-width: 769px) {
	body.course section .button-wrapper {
		position: relative;
		top: inherit;
		right: inherit;
		max-width: 300px;
		margin: 0 auto 30px;
		width: 100%;
	}
	body.course section .type__normal {
		height: 35px;
	}
	body.course section .type__normal::after {
		right: 10px;
		width: 10px;
		height: 10px;
		clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
	}
}
body.course section .course_list {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3,1fr);
	position: relative;
	z-index: 1;
}
body.course section .course_list li {
	aspect-ratio: 3 / 2;
	width: 100%;
	height: fit-content;
	position: relative;
}
body.course section .course_list li .new {
	position: absolute;
	top: -.5rem;
	left: -.5rem;
	width: 110px;
	height: 45px;
	aspect-ratio: 110 / 45;
	z-index: 1;
}
body.course section .course_list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
body.course section .course_list li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}
body.course section .course_list li figure {
	display: block;
	width: 100%;
	height: 100%;
}
body.course section .course_list li p {
	border: 1px solid #fff;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 45px;
	font-size: clamp(12px, 20 / 1366 * 100vw, 20px);
	padding: 5px;
	text-align: center;
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	z-index: 2;
}
body.course section .course_list li p::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background-color: #fff;
	clip-path: polygon(8px 50%, 0% 0%, 0% 8px);
}
/* 情報 */
body.course section.info .course_list {
	grid-template-columns: repeat(6,1fr);
}
body.course section.info .course_list li:nth-child(1),
body.course section.info .course_list li:nth-child(2) {
	aspect-ratio: 2 / 1;
	grid-column: span 3;
}
body.course section.info .course_list li:nth-child(3),
body.course section.info .course_list li:nth-child(4),
body.course section.info .course_list li:nth-child(5) {
	grid-column: span 2;
}
/* 電気・放射線 */
body.course section .grid {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}
body.course section .grid .ttl {
	flex-direction: column;
	align-items: flex-start;
}
body.course section .grid .button-wrapper {
	position: relative;
	top: inherit;
	right: inherit;
	width: 100%;
}
body.course section .grid .course_list {
	grid-template-columns: 1fr;
}
body.course section .grid .course_list li {
	aspect-ratio: 2 / 1;
}
/* 国際 */
body.course section.international .course_list {
	grid-template-columns: repeat(6,1fr);
}
body.course section.international .course_list li {
	aspect-ratio: 2 / 1;
	grid-column: span 3;
}
@media only screen and (max-width: 769px) {
	body.course section .course_list {
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}
	body.course section .course_list li {
		aspect-ratio: 1 / 1;
	}
	body.course section .course_list li .new {
		width: 55px;
		height: fit-content;
	}
	body.course section .course_list li figure img {
		height: 100%;
		object-fit: cover;
	}
	body.course section .course_list li p {
		line-height: 1.2;
		bottom: 5px;
		height: 40px;
		width: calc(100% - 10px);
	}
	body.course section .course_list li p::after {
		content: none;
	}
	/* 情報 */
	body.course section.info .course_list {
		grid-template-columns: repeat(2,1fr);
	}
	body.course section.info .course_list li:nth-child(1),
	body.course section.info .course_list li:nth-child(2) {
		aspect-ratio: 1 / 1;
		grid-column: span 1;
	}
	body.course section.info .course_list li:nth-child(3),
	body.course section.info .course_list li:nth-child(4),
	body.course section.info .course_list li:nth-child(5) {
		grid-column: span 1;
	}
	/* 電気・放射線 */
	body.course section .grid {
		display: block;
	}
	body.course section .grid .ttl {
		align-items: center;
	}
	/* 国際 */
	body.course section.international .course_list {
		grid-template-columns: repeat(2,1fr);
	}
	body.course section.international .course_list li {
		aspect-ratio: 1 / 1;
		grid-column: span 1;
	}
}




/* IT分野ページ  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.info_high h2.course_head, .info_engineer h2.course_head,
.info_system h2.course_head, .ai_system h2.course_head {
	font-size: 45px;
	font-weight: bold;
}

.info_technology .visual-header {
	background: linear-gradient(90deg, rgba(168, 134, 188, 1), rgba(0, 98, 177, 1) 75%) !important;
  height: 450px;
}
.info_technology .visual-header .inner {
  background-size: cover;
  width: 1120px;
  height: 450px;
  position: relative;
  margin: auto;
}
.info_technology .visual-header .inner {
  background-image: url(../img/course/info_technology_visual.jpg);}
.info_technology .visual-header h1 {
  position: absolute;
  top: inherit !important;
  right: inherit !important;
  margin: auto !important;
  width: 360px;
  height: 130px;
  display: flex;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-image: url(../img/course/course_visual_bg-line.png);
  background-color: #3b6eb5 !important;
  color: #fff;
  font-size: clamp(2.0625rem, 1.5185rem + 1.4506vw, 3.5rem);
  padding-left: 0 !important;
}
.info_technology .visual-header h1:after {
  content: none;
}
.info_technology h2.course_head,
.info_high h2.course_head, .info_engineer h2.course_head,
.info_system h2.course_head, .ai_system h2.course_head {
	font-size: 45px;
	font-weight: bold;
}

.info_technology ul.course {
  display: flex;
  grid-gap: 1rem;
	justify-content: center;
	padding: 80px 0;
}
.info_technology ul.course li {
  width: calc(100% / 3);
}
.info_technology ul.course li img { width: 100%;}
.info_technology ul.course .tex-area {
  background: #fff;
  box-sizing: border-box;
  min-height: 100px;
  padding: 10px;
}
.info_technology ul.course .course_ttl {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.info_technology ul.course .course_ttl strong {
  font-size: 1.3em;
}

.info_technology .table-inner .tbl-set table {
	width: 50%;
}
.info_technology .table-inner .tbl-set thead th {
	background-color: #003e97;
}
.info_technology .table-inner .floL,
.info_technology .table-inner .floR {
	width: 50%;
}

.sec-01-2 p {
	line-height: 1.5;
}

.info_technology .sec-table {
	padding: 50px 0;
}
.info_technology .sec-table .inner {
	width: 90%;
	margin: auto;
}
@media only screen and (max-width: 769px){
	.info_technology .visual-header {
		height: auto;
	}
	.info_technology .visual-header .inner {
		background-image: none !important;
		width: 100%;
		height: auto;
	}
	.info_technology .visual-header h1 {
		width: 100%;
		height: 60px;
	}
	.info_technology h2.course_head,
	.info_high h2.course_head, .info_engineer h2.course_head,
	.info_system h2.course_head, .ai_system h2.course_head {
		font-size: 25px;
		line-height: 1.25;
		padding: 0 5%;
	}

	.info_technology ul.course {
		flex-wrap: wrap;
		grid-gap: 2rem;
		margin: auto;
		width: 90%;
	}
	.info_technology ul.course li {
		width: 100%;
	}
	.info_technology ul.course figure {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.info_technology ul.course figure img {
		padding: 0;
		width: 100%;
	}
	.info_technology ul.course .tex-area {
		min-height: 80px;
		margin-top: -2em;
		position: relative;
	}

	.info_technology .table-inner {
		margin: auto;
		width: 90%;
	}
	.info_technology .table-inner .tbl-set table {
		width: 100%;
	}
	.info_technology .table-inner .floL,
	.info_technology .table-inner .floR {
		width: 100%;
	}

	.info_technology .sec-01-2 {
		margin: auto;
		width: 90%;
	}
	.info_technology .sec-01-2 .floBox {
		padding-top: 20px !important;
		padding-bottom: 30px;
	}
	.info_technology .sec-01-2 h3 {
		padding-bottom: 15px !important;
	}
	.info_technology .sec-01-2 h3 img {
		padding: 0;
	}
	.info_technology .sec-01-2 .floR {
		padding-top: 30px;
	}
	.info_technology .sec-01-2 .floR img {
		padding: 0;
		width: 100%;
	}

	.info_technology .sec-table {
		padding: 30px 0;
	}
	.info_technology .sec-table .tbl-set {
		margin: auto;
		width: 90%;
	}
	.info_technology .sec-table .tbl-set img {
		min-width: 650px;
	}
}

#info-top .sec-ttl {
	margin: 3em auto;
	position: relative;
	text-align: center;
	z-index: 10;
}
#info-top .sec-ttl h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 1em;
}
#info-top .sec-ttl span {
	background: linear-gradient(transparent 60%, #ffc07a 60%);
	font-style: italic;
}
#info-top .section00-inner,#info-top .section02,#info-top .section06 {
	max-width: 1120px;
	margin: auto;
	position: relative;
	z-index: 10;
}

#info-top .flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
#info-top .flex-box .text-box {
	max-width: 400px;
	margin: auto;
	width: 50%;
}
#info-top .flex-box .text-box h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1em;
}
#info-top .flex-box .text-box p {
	line-height: 2;
}
#info-top .flex-box .img-box {
	width: 50%;
}
#info-top .flex-box .box1 {
	margin: 0 15px 40px;
	width: calc(100% / 2 - 30px);
}
#info-top .flex-box .box1 h3 {
	font-size: 20px;
	font-weight: bold;
	margin: .75em auto;
}
#info-top .flex-box .box1 p {
	line-height: 1.75;
}
#info-top .flex-box .box1 img { width: 100%;}
#info-top .flex-box.reverse{
	flex-flow: row-reverse;
}

#info-top section.bg-orange {
	background-image: url(../img/info/back-02.png);
	background-size: cover;
	margin: 5em auto 8em;
	padding: 0 0 2em;
	position: relative;
	z-index: 10;
}
#info-top section.bg-orange::before {
	content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
  width:100%;
  height:100%;
	background-image: url(../img/info/back-02.png);
	background-size: cover;
}
#info-top section.bg-orange::after {
	content: '';
  position: absolute;
  left:0;
  bottom: 0;
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: top right;
  width:100%;
  height:100%;
	background-image: url(../img/info/back-02.png);
	background-size: cover;
}
#info-top section.bg-gray {
	background: rgba(244, 244, 244, 0.4);
	margin: 8em auto 6em;
	padding: 3% 0 8%;
}
@media only screen and (max-width: 769px){
	#info-top .anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	#info-top .nav {
		box-sizing: border-box;
		margin: 0 auto 3em;
		padding: 25px;
		width: 100%;
	}
	#info-top .nav .flex-box {
		display: block;
		width: 100%;
	}
	#info-top .nav ul li {
		border-left: 1px solid #000;
		display: block;
		line-height: 1.5;
		padding: 0;
		width: 100%;
	}
	#info-top .sec-ttl {
		margin: 2em auto;
	}
	#info-top .sec-ttl h2 {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: .75em;
	}
	#info-top .sec-ttl span {
		background: linear-gradient(transparent 70%, #ffc07a 70%);
	}
	#info-top .section00-inner,#info-top .section02 {
		width: 90%;
	}
	#info-top .flex-box .text-box h3 {
		font-size: 22px;
		margin-bottom: .75em;
	}
	#info-top .flex-box .box1 {
		margin: auto auto 30px;
		width: 100%;
	}
	#info-top section.bg-orange {
		padding: 1em 0 2em;
	}
	#info-top section.bg-gray {
		margin: 5em auto 6em;
	}
}

/*  */
#info-top .section00 {
	background: #3ba1db;
	padding: 50px 0;}
#info-top .section00 .sec-ttl h2 {
  color: #3ba1db;
  font-size: clamp(1.375rem, 1.0675rem + 0.8199vw, 2.1875rem);
}
#info-top .section00 dl {
  background-color: #fff;
  box-sizing: border-box;
  padding: 1em;
}
#info-top .section00 dl + dl {
  margin-top: 1.5em;}
#info-top .section00 dl dt {
  align-items: center;
  border-bottom: 2px solid #3ba1db;
  color: #3ba1db;
  font-size: clamp(1.25rem, 0.8716rem + 1.0091vw, 2.25rem);
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: .5em;
  padding-bottom: .5em;
}
#info-top .section00 dl dt small {
  font-size: 70%;}
#info-top .section00 dl dt img {
  width: 80px;
  margin-right: 1em;
}
#info-top .section00 dl dd {
  font-size: clamp(1rem, 0.8108rem + 0.5045vw, 1.5rem);
  line-height: 1.55;
}
#info-top .section00 dl dd .bg {
  background-color: #e8f1f9;
  box-sizing: border-box;
  margin-top: .5em;
  padding: 1em;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em;
}
#info-top .section00 dl dd .bg img { width: 100%;}
#info-top .section00 dl dd .bg figcaption {
	font-size: 15px;
	margin-top: 1em;
	text-align: center;
}
@media only screen and (max-width: 769px){
  #info-top .section00 dl {
    border-width: 3px;
    padding: .75em;
  }
  #info-top .section00 dl dt img {
    margin-right: .5em;
    width: 40px;
  }
  #info-top .section00 dl dt small {
    display: contents;
  }
	#info-top .section00 dl dd .bg {
		grid-template-columns: repeat(1, 1fr);
	}
	#info-top .section00 dl dd .bg figcaption {
		font-size: 12px;
		margin-top: .5em;
		text-align: left;
	}
}

/*  */
#info-top .section06 h3 {
	border-bottom: 1px solid #c0c0c0;
	font-size: 20px;
	margin-bottom: 3em;
	padding-bottom: 1em;
	text-align: center;}
#info-top .section06 .floBox .floL.w_48,
#info-top .section06 .floBox .floR.w_48 {
	width: 48%;
}
#info-top .section06 .text-area {
	margin-top: 1em;
	margin-bottom: 2em;}
#info-top .section06 .text-area h4 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: .5em;}
#info-top .section06 .text-area p {
	font-size: 16px;
	line-height: 1.85;}
#info-top .section06 .flex-box {
	margin: 0 -15px;}
#info-top .section06 .box4 {
	margin: 0 15px;
	width: calc(100% / 4 - 30px);}
#info-top .section06 .box4 p {
	font-size: 16px;
	line-height: 1.5;
	margin-top: .75em;}
@media only screen and (max-width: 769px){
	#info-top .section06 .floBox .floL.w_48,
	#info-top .section06 .floBox .floR.w_48 {
		width: 100%;
	}
	#info-top .section06 .text-area {
		margin-top: 1em;
		margin-bottom: 2em;
	}
	#info-top .section06 .text-area h4 {
		font-size: 18px;
		margin-bottom: .5em;
	}
	#info-top .section06 .flex-box {
		margin: 0 -5px;
	}
	#info-top .section06 .box4 {
		margin: 0 5px 20px;
		width: calc(100% / 2 - 10px);
	}
	#info-top .section06 .box4 p {
		font-size: 14px;
		margin-top: .5em;
	}
}





/* ゲーム分野ページ  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* #game-top {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
} */
.game_field .visual-header {
	background: linear-gradient(90deg, rgba(243, 162, 103, 1), rgba(230, 48, 109, 1) 75%) !important;
  height: 450px;
}
.game_field .visual-header .inner {
  background-size: cover;
  width: 1120px;
  height: 450px;
  position: relative;
  margin: auto;
}
.game_field .visual-header .inner {
  background-image: url(../img/course/game_field_visual.jpg);}
.game_field .visual-header h1 {
  position: absolute;
  top: inherit !important;
  right: inherit !important;
  margin: auto !important;
  width: 360px;
  height: 130px;
  display: flex;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-image: url(../img/course/course_visual_bg-line.png);
  background-color: #eb5e6c !important;
  color: #fff;
  font-size: clamp(2.0625rem, 1.5185rem + 1.4506vw, 3.5rem);
  padding-left: 0 !important;
}
.game_field .visual-header h1:after {
  content: none;
}
.game_field h2.course_head,
.game h2.course_head, .game_graphic h2.course_head,
.game_master h2.course_head {
	font-size: 45px;
	font-weight: bold;
}

.game_field ul.course {
  display: flex;
  grid-gap: 1rem;
	justify-content: center;
	padding: 20px 0;
}
.game_field ul.course li {
  width: calc(100% / 3);
}
.game_field ul.course li img { width: 100%;}
.game_field ul.course .tex-area {
  background: #fff;
  box-sizing: border-box;
  min-height: 100px;
  padding: 10px;
}
.game_field ul.course .course_ttl {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.game_field ul.course .course_ttl strong {
  font-size: 1.3em;
}

.game_field .table-inner .tbl-set table {
	width: 50%;
}
.game_field .table-inner .tbl-set thead th {
	background-color: #e52a89;
}
.game_field .table-inner .floL,
.game_field .table-inner .floR {
	width: 50%;
}

#game-top .banner {
	max-width: 1080px;
	margin: 40px auto;
	position: relative;
	z-index: 10;
	width: 90%;
}
#game-top .banner a {
	display: block;
}
#game-top .banner a img { width: 100%;}
#game-top .anchor {
  padding-top: 120px;
  margin-top: -120px;
}
@media only screen and (max-width: 769px){
	.game_field .visual-header {
		height: auto;
	}
	.game_field .visual-header .inner {
		background-image: none !important;
		width: 100%;
		height: auto;
	}
	.game_field .visual-header h1 {
		width: 100%;
		height: 60px;
	}
	.game_field h2.course_head,
	.game h2.course_head, .game_graphic h2.course_head,
	.game_master h2.course_head {
		font-size: 25px;
    line-height: 1.25;
    padding: 0 5%;
	}

	.game_field ul.course {
		flex-wrap: wrap;
		grid-gap: 2rem;
		margin: auto;
		padding-top: 0;
		width: 90%;
	}
	.game_field ul.course li {
		width: 100%;
	}
	.game_field ul.course figure {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.game_field ul.course figure img {
		padding: 0;
		width: 100%;
	}
	.game_field ul.course .tex-area {
		min-height: 80px;
		margin-top: -2em;
		position: relative;
	}

	.game_field .table-inner {
		margin: auto;
		width: 90%;
	}
	.game_field .table-inner .tbl-set table {
		width: 100%;
	}
	.game_field .table-inner .floL,
	.game_field .table-inner .floR {
		width: 100%;
	}

	.game_field .sec-01-2 {
		margin: auto;
		width: 90%;
	}
	.game_field .sec-01-2 .floBox {
		padding-top: 20px !important;
		padding-bottom: 30px;
	}
	.game_field .sec-01-2 h3 {
		padding-bottom: 15px !important;
	}
	.game_field .sec-01-2 h3 img {
		padding: 0;
	}
	.game_field .sec-01-2 .floR {
		padding-top: 30px;
	}
	.game_field .sec-01-2 .floR img {
		padding: 0;
		width: 100%;
	}

	#game-top .banner {
		margin: 20px auto;
	}
	#game-top .anchor {
	  padding-top: 50px;
	  margin-top: -50px;
	}
	.game .sec-02 ul li,.game_master .sec-02 ul li {
		width: 100% !important;
	}
}

#game-top .sec-ttl {
	margin: 3em auto;
	position: relative;
	text-align: center;
	z-index: 10;
}
#game-top .sec-ttl h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 1em;
}
#game-top .sec-ttl span {
	background: linear-gradient(transparent 60%, #ffc07a 60%);
	font-style: italic;
}
#game-top .section00-inner,#game-top .section01,#game-top .section02,
#game-top .section03,#game-top .section04,#game-top .section05,
#game-top .section07,#game-top .section08 {
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	width: 90%;
}
#game-top .flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
#game-top .flex-box.reverse {
	flex-direction: row-reverse;
}
#game-top .flex-box .img-box {
	width: 50%;
}
#game-top .flex-box .text-box {
	max-width: 400px;
	margin: auto;
	width: 50%;
}
#game-top .flex-box .text-box h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1em;
}
#game-top .flex-box .text-box p {
	line-height: 2;
}
#game-top .flex-box .box1 {
	margin: 0 15px 40px;
	width: calc(100% / 2 - 30px);
}
#game-top .flex-box .box1 h3 {
	font-size: 20px;
	font-weight: bold;
	margin: .75em auto;
}
#game-top .flex-box .box1 p {
	line-height: 1.75;
}
#game-top section.bg-orange {
	background-image: url(../img/info/back-02.png);
	background-size: cover;
	margin: 5em auto 8em;
	padding: 0 0 2em;
	position: relative;
	z-index: 10;
}
#game-top section.bg-orange::before {
	content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
  width:100%;
  height:100%;
	background-image: url(../img/info/back-02.png);
	background-size: cover;
}
#game-top section.bg-orange::after {
	content: '';
  position: absolute;
  left:0;
  bottom: 0;
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: top right;
  width:100%;
  height:100%;
	background-image: url(../img/info/back-02.png);
	background-size: cover;
}
@media only screen and (max-width: 769px){
	#game-top .nav {
		box-sizing: border-box;
		margin: 0 auto 3em;
		padding: 25px;
		width: 100%;
	}
	#game-top .nav .flex-box {
		display: block;
		margin: auto;
		width: 100%;
	}
	#game-top .nav ul li {
		border-left: 1px solid #000;
		display: block;
		line-height: 1.5;
		padding: 0;
		width: 100%;
	}
	#game-top .sec-ttl {
		margin: 2em auto;
	}
	#game-top .sec-ttl h2 {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: .75em;
	}
	#game-top .sec-ttl span {
		background: linear-gradient(transparent 70%, #ffc07a 70%);
	}
	#game-top .flex-box {
		display: block;
		margin: 2em auto 3em;
	}
	#game-top .flex-box .text-box {
		max-width: 100%;
		width: 100%;
	}
	#game-top .flex-box .img-box {
		width: 100%;
	}
	#game-top .flex-box .text-box h3 {
		font-size: 22px;
		margin-bottom: .75em;
	}
	#game-top .flex-box .text-box p {
		line-height: 1.75;
	}
	#game-top .flex-box .box1 {
		margin: auto auto 30px;
		width: 100%;
	}
}

/*  */
#game-top .section00 {
	background: #ea5c77;
	padding: 50px 0;
}
#game-top .section00 .sec-ttl h2 {
  color: #ea5c77;
  font-size: clamp(1.375rem, 1.0675rem + 0.8199vw, 2.1875rem);
}
#game-top .section00 dl {
	background: #fff;
  border: 5px solid #ea5c77;
  box-sizing: border-box;
  padding: 1em;
}
#game-top .section00 dl + dl {
  margin-top: 1.5em;}
#game-top .section00 dl dt {
  align-items: center;
  border-bottom: 2px solid #ea5c77;
  color: #ea5c77;
  font-size: clamp(1.25rem, 0.8716rem + 1.0091vw, 2.25rem);
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: .5em;
  padding-bottom: .5em;
}
#game-top .section00 dl dt small {
  font-size: 70%;}
#game-top .section00 dl dt img {
  width: 80px;
  margin-right: 1em;
}
#game-top .section00 dl dd {
  font-size: clamp(1rem, 0.8108rem + 0.5045vw, 1.5rem);
  line-height: 1.55;
}
#game-top .section00 dl dd .bg {
  background-color: #fdeceb;
  box-sizing: border-box;
  margin-top: .5em;
  padding: 1em;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em;
}
#game-top .section00 dl dd .bg img { width: 100%;}
#game-top .section00 dl dd .bg figcaption {
	font-size: 15px;
	margin-top: 1em;
	text-align: center;
}
#game-top .section00 dl dd p {
  color: #ea5c77;
  font-size: clamp(1.125rem, 0.8885rem + 0.6307vw, 1.75rem);
  font-weight: 500;
}
#game-top .section00 dl dd p {
  margin-bottom: .25em;
}
#game-top .section00 dl dd p:nth-of-type(n+2){
  margin-top: 1em;
}
@media only screen and (max-width: 769px){
  #game-top .section00 {
    margin-bottom: 6em;
  }
  #game-top .section00 dl {
    border-width: 3px;
    padding: .75em;
  }
  #game-top .section00 dl dt img {
    margin-right: .5em;
    width: 40px;
  }
  #game-top .section00 dl dt small {
    display: contents;
  }
	#game-top .section00 dl dd .bg {
		grid-template-columns: repeat(1, 1fr);
	}
	#game-top .section00 dl dd .bg figcaption {
		font-size: 12px;
    margin-top: 0.5em;
	}
}

/*  */
#game-top .section05 {
	margin: 50px auto;
}
#game-top .section05 h4 {
	font-size: 25px;
	text-align: center;
}
#game-top .section05 .bg-gradation {
	background-image: linear-gradient(90deg, rgba(139, 255, 234, 0.15), rgba(238, 136, 50, 0.15));
	box-sizing: border-box;
	margin: 5% auto;
	padding: 10px 0;
}
#game-top .section05 figure {
	margin: 3% auto;
	width: 93%;
}
#game-top .section05 figure img { width: 100%;}
#game-top .section05 .add-content {
	background: #fff;
	margin: 3% auto;
	width: 93%;
}
#game-top .section05 .add-content h3 {
	font-size: 38px;
	line-height: 1.35;
	margin: 2% auto;
	text-align: center;
}
#game-top .section05 .add-content h3.line {
	border-bottom: 1px solid #bdbdbd;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-bottom: .25em;
}
#game-top .section05 .add-content h3 span {
	font-size: 70%;
}
#game-top .section05 .add-content .text-box h3 {
	font-size: 22px;
	line-height: 1.75;
	margin: auto auto 1.5em;
	text-align: left;
}
#game-top .section05 .add-content .text-box p {
	font-size: 15px;}
#game-top .section05 .add-content .text-box p.big {
	font-size: 18px;
	line-height: 1.75;
}
#game-top .section05 .add-content .text-box p.small {
	font-size: 12px;
	line-height: 1.75;
}
#game-top .section05 .add-content .box1 {
	margin: auto;
	width: 90%;
}
#game-top .section05 .add-content .box1 .text-box {
	max-width: 360px;
}
#game-top .section05 .add-content .box {
	margin: auto;
	width: 90%;
}
#game-top .section05 .add-content .box h4 {
	margin: auto auto 1em;
	line-height: 1.75;
}
#game-top .section05 .add-content .box p {
	line-height: 1.5;
	text-align: center;
}
#game-top .section05 .add-content .box .flex-box {
	margin: 30px -30px;
}
#game-top .section05 .add-content .box .flex-box .img-box {
	margin: 0 30px;
	width: calc(100% / 2 - 60px);
}
#game-top .section05 .add-content .box .flex-box .img-box p.num {
	color: #ee8832;
	border: 1px solid #ee8832;
	display: inline-block;
	padding: 0 5px;
	text-align: left;
}
#game-top .section05 .add-content .box .flex-box .img-box p.ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.55;
	margin-bottom: 1.5em;
	text-align: left;
}
#game-top .section05 .add-content .box .flex-box .img-box p.txt {
	color: #595757;
	font-size: 15px;
	margin-bottom: 2em;
	text-align: left;
}
#game-top .section05 .add-content .box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#game-top .section05 .add-content .box ul li {
	margin: 0 25px;
	padding-bottom: 30px;
	width: calc(100% / 5 - 50px);
}
#game-top .section05 .add-content .box ul li .year {
	font-size: clamp(1.125rem, 0.9594rem + 0.4415vw, 1.5625rem);
	font-weight: bold;
}
#game-top .section05 .add-content .box ul li .company {
	font-size: 10px;
	line-height: 1.5;
}
#game-top .section05 .add-content .box ul li .name {
	font-size: clamp(0.8125rem, 0.6469rem + 0.4415vw, 1.25rem);
}
#game-top .section05 .add-content .box ul li .name span {
	font-size: 80%;
}
#game-top .section05 .add-content .box ul li img { width: 100%;}
#game-top .section05 .add-content-2023 {
	margin-top: 50px;
}
#game-top .section05 .add-content-2023 p {
	font-size: clamp(1.125rem, 0.7466rem + 1.0091vw, 2.125rem);
	font-weight: bold;
	line-height: 1.55;
	margin-bottom: 1rem;
	text-align: center;
}
#game-top .section05 .add-content-2023 p span {
	background:linear-gradient(transparent 70%, #F9BBC3 70%);
}
@media only screen and (max-width: 769px){
	#game-top .section05 h4 {
		font-size: 20px;
	}
	#game-top .section05 .message {
		font-size: 17px;
	}
	#game-top .section05 figure {
		margin: 5% auto;
		width: 90%;
	}
	#game-top .section05 .add-content .box h4 {
		font-size: 20px;
		line-height: 1.5;
		margin: auto auto .75em;
	}
	#game-top .section05 .add-content h3 {
		font-size: 30px;
		line-height: 1.15;
	}
	#game-top .section05 .add-content .text-box h3 {
		font-size: 20px;
		margin: auto auto .75em;
	}
	#game-top .section05 .add-content .box .flex-box {
		margin: 30px auto;
	}
	#game-top .section05 .add-content .box .flex-box .img-box {
		margin: 20px auto;
		width: 100%;
	}
	#game-top .section05 .add-content .box .flex-box .img-box p.ttl {
		margin-bottom: .5em;
	}
	#game-top .section05 .add-content .box .flex-box .img-box p.txt {
		margin-bottom: 1em;
	}
	#game-top .section05 .add-content .box ul {
		justify-content: flex-start;
	}
	#game-top .section05 .add-content .box ul li {
		margin: 0 5px;
		padding-bottom: 10px;
		width: calc(100% / 3 - 10px);
	}
	#game-top .section05 .add-content .box1 .flex-box {
		margin: 1em auto 3em;
	}
	#game-top .section05 .add-content .box1 .text-box {
		margin-top: 1em;
		max-width: 100%;
	}
	#game-top .section05 .add-content-2023 {
		margin-top: 12%;
	}
}

#game-top .sec-05 img { width: 100%;}
#game-top .sec-05 .inner {
	background: url(../img/course/game/bg.jpg) no-repeat center/cover;
	max-width: 1120px;
	margin: auto;
	padding: 50px;
}
#game-top .sec-05 h3 {
	width: 65%;
	margin: auto;
}
#game-top .sec-05 h4 {
	margin: 40px auto 20px;
	text-align: center;
}
#game-top .sec-05 h4 img {
	height: 85px;
	width: auto;
}
@media only screen and (max-width: 769px){
	#game-top .sec-05 .inner {
		box-sizing: border-box;
		padding: 30px 20px;
		width: 90%;
	}
	#game-top .sec-05 h3 {
		width: 85%;
	}
	#game-top .sec-05 h4 img {
		height: auto;
		width: 100%;
	}
	#game-top .sec-05 .tbl-set img {
		min-width: 750px;
	}
}





/* 自動車分野ページ  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.car_engineer .visual-header {
	background: linear-gradient(90deg, rgba(144, 156, 162, 1), rgba(93, 105, 112, 1) 75%) !important;
	height: 450px;
  }
  .car_engineer .visual-header .inner {
	background-size: cover;
	width: 1120px;
	height: 450px;
	position: relative;
	margin: auto;
  }
  .car_engineer .visual-header .inner {
	background-image: url(../img/course/car_engineer_visual.jpg);}
  .car_engineer .visual-header h1 {
	position: absolute;
	top: inherit !important;
	right: inherit !important;
	margin: auto !important;
	width: 360px;
	height: 130px;
	display: flex;
	letter-spacing: 3px;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-image: url(../img/course/course_visual_bg-line.png);
	background-color: #8D9AA2 !important;
	color: #fff;
	font-size: clamp(2.0625rem, 1.5185rem + 1.4506vw, 3.5rem);
	padding-left: 0 !important;
  }
  .car_engineer .visual-header h1:after {
	content: none;
  }
  @media only screen and (max-width: 769px){
	.car_engineer .visual-header {
	  height: auto;
	}
	.car_engineer .visual-header .inner {
	  background-image: none !important;
	  width: 100%;
	  height: auto;
	}
	.car_engineer .visual-header h1 {
	  width: 100%;
	  height: 60px;
	}
  }
.car_engineer figure img { width: 100%;}
.car_engineer ul.course {
  display: flex;
  grid-gap: 1rem;
}
.car_engineer ul.course li {
  /* width: calc(100% / 4); */
	flex: 1;
}
.car_engineer ul.course .tex-area {
  background: #fff;
  box-sizing: border-box;
  min-height: 100px;
  padding: 10px;
}
.car_engineer ul.course .course_ttl {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.car_engineer ul.course .course_ttl strong {
  font-size: 1.3em;
}
@media only screen and (max-width: 769px){
  .car_engineer ul.course {
    flex-wrap: wrap;
    grid-gap: 2rem;
    margin: auto;
    width: 90%;
  }
  .car_engineer ul.course li {
		flex: inherit;
    width: 100%;
  }
  .car_engineer ul.course figure {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .car_engineer ul.course figure img {
    padding: 0;
    width: 100%;
  }
  .car_engineer ul.course .tex-area {
    min-height: 80px;
    margin-top: -2em;
    position: relative;
  }
}

.car_engineer h2.course_head,
.car_engineer1 h2.course_head, .car_engineer2 h2.course_head,
.car_engineer3 h2.course_head,.emobility h2.course_head {
	font-size: 45px;
	font-weight: bold;
}

.car_engineer .scholarship {
	width: 1120px;
	margin: 80px auto 50px;
}
.car_engineer .scholarship img { width: 100%;}
.car_engineer .scholarship .company {
	margin-bottom: 0;
}
.car_engineer .scholarship .company ul li {
	background: #fff;
}
.car_engineer .scholarship .merit ul {
	display: grid;
	gap: 1rem;
	width: 700px;
	margin: 30px auto;
}
.car_engineer .scholarship .merit li {
	align-items: center;
	display: grid;
	grid-template-columns: 65px auto;
	gap: 1rem;
}
.car_engineer .scholarship .merit li p {
	font-size: 25px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 10px;
}
.car_engineer .scholarship .merit li p span {
	font-size: 28px;
	background: #FFDA2A;
	padding: 10px 15px;
}
@media only screen and (max-width: 769px){
	.car_engineer h2.course_head,
	.car_engineer1 h2.course_head, .car_engineer2 h2.course_head,
	.car_engineer3 h2.course_head,.emobility h2.course_head {
		font-size: 25px;
		line-height: 1.25;
		padding: 0 5%;
	}

	.car_engineer .scholarship {
		margin: 20px auto 10px;
		width: 90%;
	}
	.car_engineer .scholarship .merit img {
		padding: 0;
		width: 100%;
	}
	.car_engineer .scholarship .merit ul {
		gap: .5rem;
		width: 100%;
	}
	.car_engineer .scholarship .merit li {
		grid-template-columns: 35px auto;
		gap: .5rem;
	}
	.car_engineer .scholarship .merit li p {
		font-size: 14px;
		gap: 5px;
	}
	.car_engineer .scholarship .merit li p span {
		font-size: 16px;
		padding: 8px 5px;
	}
}

.car_engineer .sec-07 .inner {
	max-width: 1120px;
	margin: auto;
	padding: 80px 0;
}
@media only screen and (max-width: 769px){
	.car_engineer .sec-07 .inner {
		padding: 30px 0;
		width: 90%;
	}
	.car_engineer .sec-07 .tbl-set img {
		min-width: 750px;
	}
}




/* 建築分野ページ  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.architecture .visual-header {
	background: linear-gradient(90deg, rgba(219, 156, 22, 1), rgba(184, 102, 30, 1) 75%) !important;
  height: 450px;
}
.architecture .visual-header .inner {
  background-size: cover;
  width: 1120px;
  height: 450px;
  position: relative;
  margin: auto;
}
.architecture .visual-header .inner {
  background-image: url(../img/course/architecture_visual.jpg);}
.architecture .visual-header h1 {
  position: absolute;
  top: inherit !important;
  right: inherit !important;
  margin: auto !important;
  width: 360px;
  height: 130px;
  display: flex;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-image: url(../img/course/course_visual_bg-line.png);
  background-color: #c87f1b !important;
  color: #fff;
  font-size: clamp(2.0625rem, 1.5185rem + 1.4506vw, 3.5rem);
  padding-left: 0 !important;
}
.architecture .visual-header h1:after {
  content: none;
}

.architecture ul.course {
  display: flex;
  grid-gap: 1rem;
	justify-content: center;
	padding: 80px 0 0;
}
.architecture ul.course li {
  width: calc(100% / 3);
}
.architecture ul.course li img { width: 100%;}
.architecture ul.course .tex-area {
  background: #fff;
  box-sizing: border-box;
  min-height: 100px;
  padding: 10px;
}
.architecture ul.course .course_ttl {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.architecture ul.course .course_ttl strong {
  font-size: 1.3em;
}

.architecture .table-inner .tbl-set table {
	width: 50%;
}
.architecture .table-inner .tbl-set thead th {
	background-color: #b27017;
}
.architecture .table-inner .floL,
.architecture .table-inner .floR {
	width: 50%;
}

.architecture h2.course_head,
.engi_cad h2.course_head, .engi_architect h2.course_head {
	font-size: 45px;
  font-weight: bold;
}

.architecture .coursepage .sec-04 .inner ul li {
	width: 370px;
}
.architecture .coursepage .sec-04 .inner ul li.course_count2 {
	width: 300px;
}
.architecture .coursepage .sec-04 .inner ul li .floBox .detail {
	width: 170px;
}
@media only screen and (max-width: 769px){
	.architecture .visual-header {
		height: auto;
	}
	.architecture .visual-header .inner {
		background-image: none !important;
		width: 100%;
		height: auto;
	}
	.architecture .visual-header h1 {
		width: 100%;
		height: 60px;
	}
	.architecture h2.course_head,
	.engi_cad h2.course_head, .engi_architect h2.course_head {
		font-size: 25px;
    line-height: 1.25;
    padding: 0 5%;
	}

	.architecture ul.course {
		flex-wrap: wrap;
		grid-gap: 2rem;
		margin: auto;
		width: 90%;
	}
	.architecture ul.course li {
		width: 100%;
	}
	.architecture ul.course figure {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.architecture ul.course figure img {
		padding: 0;
		width: 100%;
	}
	.architecture ul.course .tex-area {
		min-height: 80px;
		margin-top: -2em;
		position: relative;
	}

	.architecture .table-inner {
		margin: auto;
		width: 90%;
	}
	.architecture .table-inner .tbl-set table {
		width: 100%;
	}
	.architecture .table-inner .floL,
	.architecture .table-inner .floR {
		width: 100%;
	}

	.architecture .sec-01-2 {
		margin: auto;
		width: 90%;
	}
	.architecture .sec-01-2 .floBox {
		padding-top: 20px !important;
		padding-bottom: 30px;
	}
	.architecture .sec-01-2 h3 {
		padding-bottom: 15px !important;
	}
	.architecture .sec-01-2 h3 img {
		padding: 0;
	}
	.architecture .sec-01-2 .floR {
		padding-top: 30px;
	}
	.architecture .sec-01-2 .floR img {
		padding: 0;
		width: 100%;
	}

	.architecture .coursepage .sec-04 .inner ul li {
		width: 100%;
	}
	.architecture .coursepage .sec-04 .inner ul li.course_count2 {
		width: 100%;
	}
	.architecture .coursepage .sec-04 .inner ul li .floBox .detail {
		width: calc(50% - 5px);
	}
}

#architecture .sec-ttl {
	margin: 3em auto;
	position: relative;
	text-align: center;
	z-index: 1;
}
#architecture .sec-ttl h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 1em;
}
#architecture .sec-ttl span {
	background: linear-gradient(transparent 60%, #ffc07a 60%);
	font-style: italic;
}
#architecture .section00-inner,
#architecture .section02,#architecture .section03,
#architecture .section06 {
	max-width: 1120px;
	margin: auto;
	position: relative;
	padding: 80px 0;
	z-index: 1;
}
@media only screen and (max-width: 769px){
	#architecture .sec-ttl {
		margin: 2em auto;
	}
	#architecture .sec-ttl h2 {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: .75em;
	}
	#architecture .sec-ttl span {
		background: linear-gradient(transparent 70%, #ffc07a 70%);
	}
	#architecture .section00-inner,
	#architecture .section02,#architecture .section03,
	#architecture .section06{
		margin: 0 auto;
		padding: 40px 0;
		width: 90%;
	}
}

#architecture .flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
#architecture .flex-box .text-box {
	max-width: 400px;
	margin: auto;
	width: 50%;
}
#architecture .flex-box .text-box h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1em;
}
#architecture .flex-box .text-box p {
	line-height: 2;
}
#architecture .flex-box .img-box {
	width: 50%;
}
#architecture .flex-box .box1 {
	margin: 0 10px 40px;
	width: calc(100% / 3 - 20px);
}
#architecture .flex-box .box1 h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: .75em auto;
}
#architecture .flex-box .box1 p {
	line-height: 1.75;
}
#architecture .flex-box .box1 img { width: 100%;}
#architecture .flex-box.reverse{
	flex-flow: row-reverse;
}
@media only screen and (max-width: 769px){
	#architecture .flex-box {
		margin: auto;
	}
	#architecture .flex-box .text-box h3 {
		font-size: 22px;
		margin-bottom: .75em;
	}
	#architecture .flex-box .box1 {
		margin: auto auto 30px;
		width: 100%;
	}
	#architecture .flex-box .img-box {
		width: 100%;
	}
}
@media only screen and (max-width: 769px){
	#architecture .section02 .flex-box {
		display: block;
	}
}
/*  */
#architecture .section00 {
	background: #b27017;
}
#architecture .section00 .sec-ttl h2 {
  color: #b27017;
  font-size: clamp(1.375rem, 1.0675rem + 0.8199vw, 2.1875rem);
}
#architecture .section00 dl {
	background: #fff;
  box-sizing: border-box;
  padding: 1em;
}
#architecture .section00 dl + dl {
  margin-top: 1.5em;}
#architecture .section00 dl dt {
  align-items: center;
  border-bottom: 2px solid #b27017;
  color: #b27017;
  font-size: clamp(1.25rem, 0.8716rem + 1.0091vw, 2.25rem);
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: .5em;
  padding-bottom: .5em;
}
#architecture .section00 dl dt small {
  font-size: 70%;}
#architecture .section00 dl dt img {
  width: 80px;
  margin-right: 1em;
}
#architecture .section00 dl dd {
  font-size: clamp(1.5rem, 0.8108rem + 0.5045vw, 1.75rem);
	font-weight: bold;
  line-height: 1.55;
	text-align: center;
}
#architecture .section00 dl dd p {
  color: #b27017;
  font-size: clamp(1.125rem, 0.8885rem + 0.6307vw, 1.75rem);
  font-weight: 500;
}
#architecture .section00 dl dd p {
  margin-bottom: .25em;
}
#architecture .section00 dl dd p:nth-of-type(n+2){
  margin-top: 1em;
}
#architecture .section00 .block01 {
	margin-top: 20px;
}
#architecture .section00 .block01 img {
	width: 100%;
}
@media only screen and (max-width: 769px){
	#architecture .section00 dl {
    border-width: 3px;
    padding: .75em;
  }
	#architecture .section00 dl dt img {
    margin-right: .5em;
    width: 40px;
  }
	#architecture .section00 dl dt small {
    display: contents;
  }
	#architecture .section00 dl dd {
		font-size: clamp(1rem, 0.8108rem + 0.5045vw, 1.5rem);
	}
	#architecture .section00 .block01 p {
		font-size: 0.6665rem;
		margin-top: 10px;
	}
}
/*  */
#architecture .section03 p {
	font-size: 15px;
	margin: 1.5em auto 1em;
	text-align: center;
}
#architecture .section03 .table img { width: 100%;}
/*  */
#architecture .section06 p.message {
	font-size: 20px;
	line-height: 1.5;
	margin: 2.5em auto;
	text-align: center;
}
#architecture .section06 .flex-box {
	margin: 0 -5px 0;
	justify-content: center;
}
#architecture .section06 .flex-box h3 {
	border-bottom: none;
	font-size: 22px;
	padding: 0;
	text-align: left;
}
#architecture .section06 .flex-box .text-box {
	max-width: 430px;
	margin: auto auto auto 0;
	width: 50%;
}
#architecture .section06 .flex-box .movie {
	position: relative;
	padding: 30% 0;
}
#architecture .section06 .flex-box .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#architecture .section06 .box2 {
	margin: 0 5px;
	width: calc(100% / 3 - 10px);
}
#architecture .section06 .box2 p {
	margin-bottom: .75em;}
#architecture .section06 .sec-02 {
	padding: 30px 0;}
#architecture .section06 .sec-02 .floBox,
#architecture .section06 .tbl-set {
	width: 100%;}
#architecture .section06 .wizup07 .sec-02 table {
	width: 100%;}
@media only screen and (max-width: 769px){
	#architecture .section06 p.message {
		font-size: 16px;
		line-height: 1.75;
		margin: 1.5em auto;
	}
	#architecture .section06 .flex-box {
		display: block;
		margin: 0;
	}
	#architecture .section06 .box2 {
		margin: 0 auto 25px;
		width: 100%;
	}
	#architecture .section06 .sec-02 {
		padding-top: 0;
	}
	#architecture .section06 .flex-box .text-box {
		margin-top: 1em;
		max-width: 100%;
		width: 100%;
	}
	#architecture .section06 .flex-box .text-box h3 {
		font-size: 22px;
    margin-bottom: .5em;
	}
	#architecture .section06 .wizup07 .sec-02 table thead th:nth-child(1) {
		font-size: 13px;
		width: 45%;
	}
	#architecture .section06 .wizup07 .sec-02 table thead th:nth-child(2) {
		width: 25%;
	}
	#architecture .section06 .wizup07 .sec-02 table thead th:nth-child(3) {
		width: 30%;
	}
}
/*  */
#architecture.coursepage ul.subject {
	max-width: 750px;
	margin: auto;
}
#architecture.coursepage ul.subject li {
	width: calc(100% / 2 - 1rem);
}
#architecture ul.course li:first-child .course_ttl {
	line-height: 37px;
}
@media only screen and (max-width: 769px){
	#architecture.coursepage ul.subject li {
		width: 100%;
	}
	#architecture ul.course li:first-child .course_ttl {
		line-height: inherit;
	}
}
/*  */
#architecture .sec-07 .bg_on {
	margin-bottom: 40px;
}
#architecture .sec-07 .inner {
	max-width: 1120px;
	margin: auto;
	padding: 80px 0;
	width: 90%;
}
@media only screen and (max-width: 769px){
	#architecture .sec-07 .bg_on {
		margin-bottom: 20px;
	}
	#architecture .sec-07 .inner {
		padding: 50px 0;
	}
	#architecture .sec-07 .tbl-set img {
		min-width: 750px;
	}
}



/* ドローン分野ページ  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.drone_specialist h2.course_head {
	font-size: 45px;
  font-weight: bold;
}
@media only screen and (max-width: 769px){
	.drone_specialist h2.course_head {
		font-size: 25px;
		line-height: 1.25;
		padding: 0 5%;
	}
}





/* 電気分野ページ  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.electric_energy ul.course {
  display: flex;
  grid-gap: 1rem;
	justify-content: center;
}
.electric_energy ul.course li {
  width: calc(100% / 3);
}
.electric_energy ul.course li img { width: 100%;}
.electric_energy ul.course .tex-area {
  background: #fff;
  box-sizing: border-box;
  min-height: 100px;
  padding: 10px;
}
.electric_energy ul.course .course_ttl {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.electric_energy ul.course .course_ttl strong {
  font-size: 1.3em;
}
.electric_energy .scholarship {
	width: 1120px;
	margin: 80px auto 50px;
}
.electric_energy .scholarship .company {
	margin-bottom: 0;
}
.electric_energy .scholarship .company ul li {
	background: #fff;
}
@media only screen and (max-width: 769px){
  .electric_energy ul.course {
    flex-wrap: wrap;
    grid-gap: 2rem;
    margin: auto;
    width: 90%;
  }
  .electric_energy ul.course li {
    width: 100%;
  }
  .electric_energy ul.course figure {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .electric_energy ul.course figure img {
    padding: 0;
    width: 100%;
  }
  .electric_energy ul.course .tex-area {
    min-height: 80px;
    margin-top: -2em;
    position: relative;
  }
	.electric_energy .scholarship {
		margin: 20px auto 10px;
		width: 90%;
	}
}

.electric_energy h2.course_head,
.electric h2.course_head,.electrical_construction h2.course_head {
	font-size: 45px;
  font-weight: bold;
}
@media only screen and (max-width: 769px){
	.electric_energy h2.course_head,
	.electric h2.course_head,.electrical_construction h2.course_head {
		font-size: 25px;
		line-height: 1.25;
		padding: 0 5%;
	}
}
/*  */
#electric_energy.coursepage ul.subject {
	max-width: 750px;
	margin: auto;
}
#electric_energy.coursepage ul.subject li {
	width: calc(100% / 2 - 1rem);
}
@media only screen and (max-width: 769px){
	#electric_energy.coursepage ul.subject li {
		width: 100%;
	}
}





/* 放射線分野ページ  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.medical_radiology figure img { width: 100%;}
.medical_radiology ul.course {
  display: flex;
  grid-gap: 1rem;
	justify-content: center;
}
.medical_radiology ul.course li {
  width: calc(100% / 3);
}
.medical_radiology ul.course .tex-area {
  background: #fff;
  box-sizing: border-box;
  min-height: 100px;
  padding: 10px;
}
.medical_radiology ul.course .course_ttl {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.medical_radiology ul.course .course_ttl strong {
  font-size: 1.3em;
}
@media only screen and (max-width: 769px){
  .medical_radiology ul.course {
    flex-wrap: wrap;
    grid-gap: 2rem;
    margin: auto;
    width: 90%;
  }
  .medical_radiology ul.course li {
    width: 100%;
  }
  .medical_radiology ul.course figure {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .medical_radiology ul.course figure img {
    padding: 0;
    width: 100%;
  }
  .medical_radiology ul.course .tex-area {
    min-height: 80px;
    margin-top: -2em;
    position: relative;
  }
}

.medical_radiology h2.course_head,
.engi_rediation h2.course_head {
	font-size: 45px;
	font-weight: bold;
}

.medical_radiology .scholarship {
	width: 1120px;
	margin: 80px auto 50px;
}
.medical_radiology .scholarship .company {
	margin-bottom: 0;
}
.medical_radiology .scholarship .company ul li {
	background: #fff;
}
@media only screen and (max-width: 769px){
	.medical_radiology h2.course_head,
	.engi_rediation h2.course_head {
		font-size: 25px;
		line-height: 1.25;
		padding: 0 5%;
	}

	.medical_radiology .scholarship {
		margin: 20px auto 10px;
		width: 90%;
	}
}

.course .sec-06 {
  padding-top: 80px;
}
@media only screen and (max-width: 769px) {
	.course .sec-06 {
	  padding-top: 40px;
	}
}




/* 学科ページ：ボタン
------------------------------------------------------------------ */
.lowerpage.course .type__normal {
	background: #fff;
	border-radius: 100vw;
	border: 1px solid #000;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: clamp(14px, 20 / 1366 * 100vw, 20px);
	height: 50px;
	justify-content: center;
	margin: 2rem auto 0;
	max-width: 550px;
	position: relative;
	padding: 0 1em;
	width: 100%;
	z-index: 1;
}
.lowerpage.course .type__normal:hover::before {
	transform: translate(0, 0);
}
.lowerpage.course .type__normal::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border-radius: 100vw;
	mix-blend-mode: multiply;
	transition: all 0.3s ease;
	transform: translate(5px, 5px);
}
.lowerpage.course .type__normal::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1rem;
	margin: auto;
	width: 12px;
	height: 12px;
	background-color: #000;
	clip-path: polygon(12px 50%, 0% 0%, 0% 12px);
	border: none;
	transform: rotate(0deg);
}
.lowerpage.course .type__normal.infogame::before {
	background: linear-gradient(-90deg,rgba(170, 60, 150, 1) 0%, rgba(30, 150, 209, 1) 100%);}
.lowerpage.course .type__normal.automotive::before {
	background: linear-gradient(90deg,rgba(20, 75, 145, 1) 0%, rgba(0, 200, 210, 1) 50%, rgba(45, 196, 155, 1) 100%);}
.lowerpage.course .type__normal.info::before {
	background: linear-gradient(90deg,rgba(0, 91, 145, 1) 0%, rgba(30, 150, 209, 1) 50%, rgba(186, 230, 255, 1) 100%);}
.lowerpage.course .type__normal.game::before {
	background: linear-gradient(90deg,rgba(102, 45, 139, 1) 0%, rgba(102, 45, 139, 1) 50%, rgba(189, 135, 188, 1) 100%);}
.lowerpage.course .type__normal.car::before {
	background: linear-gradient(90deg,rgba(109, 120, 131, 1) 0%, rgba(170, 176, 183, 1) 60%);}
.lowerpage.course .type__normal.architecture::before {
	background: linear-gradient(90deg,rgba(135, 115, 70, 1) 18%, rgba(137, 117, 73, 1) 30%, rgba(180, 161, 134, 1) 90%);}
.lowerpage.course .type__normal.electric::before {
	background: linear-gradient(90deg,rgba(10, 99, 163, 1) 0%, rgba(109, 156, 208, 1) 60%);}
.lowerpage.course .type__normal.medical::before {
	background: linear-gradient(90deg,rgba(90, 92, 150, 1) 0%, rgba(148, 149, 195, 1) 60%);}
.lowerpage.course .type__normal .label {
	color: #fff;
	font-weight: 600;
	position: relative;
}



/* 学科ページ：キャッチコピー（大学併修のみ）
------------------------------------------------------------------ */
.course-copy-header {
	background-color: #fdec21;
	padding: 10px 0;
}
.course-copy-header .inner {
	display: flex;
	justify-content: center;
	width: 1400px;
	margin: auto;
}
.course-copy-header .inner img {
	max-width: 560px;
	height: auto;
}
@media only screen and (max-width: 769px) {
	.course-copy-header {
		margin-top: 50px;
		padding: 5px 0;
	}
	.course-copy-header .inner {
		width: 100%;
	}
	.course-copy-header .inner img {
		max-width: 720px;
		width: 95%;
	}
}

/* 学科ページ：メインビジュアル
------------------------------------------------------------------ */
.course-visual-header {
	position: relative;
}
.course-visual-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	mix-blend-mode: overlay;
	background-image: url(../img/course/2026/course-visual-header_bg.png);
}
.course-visual-header::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35%;
	background: linear-gradient(180deg,rgba(128, 128, 128, 0) 22%, rgba(77, 77, 77, 1) 80%);
	opacity: .5;
	mix-blend-mode: multiply;
}
.course-visual-header .inner {
	align-items: center;
	display: flex;
	position: relative;
}
.course-visual-header .inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	mix-blend-mode: color-burn;
}
.course-visual-header.infogame .inner::before {
	background-image: url(../img/course/2026/course-visual-header_infogame.png);
}
.course-visual-header.automotive .inner::before {
	background-image: url(../img/course/2026/course-visual-header_automotive.png);
}
.course-visual-header .ttl {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 43%;
	margin-right: -3%;
	padding-left: 5%;
	position: relative;
	z-index: 1;
}
.course-visual-header .ttl h2 {
	color: #fff;
	font-size: clamp(25px, 60/1366* 100vw, 60px);
	font-weight: 900;
	line-height: 1.5;
}
.course-visual-header .ttl h2 span {
	display: block;
	font-size: 45%;
	font-weight: 700;
}
.course-visual-header .ttl h2 .new_course span {
	background-color: #000;
	color: #fff100;
	font-size: 50%;
	line-height: 1;
	padding: 5px 20px 8px;
	width: fit-content;
}
.course-visual-header .ttl .course_tag {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.course-visual-header .ttl .course_tag span {
	background-color: #fff;
	color: #000;
	font-size: clamp(13px, 20/1366* 100vw, 20px);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.course-visual-header .ttl .course_tag2 {
	position: relative;
	text-align: center;
}
.course-visual-header .ttl .course_tag2::before,
.course-visual-header .ttl .course_tag2::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25%;
	height: 2px;
	background: #fff;
}
.course-visual-header .ttl .course_tag2::before {
	left: 0;
}
.course-visual-header .ttl .course_tag2::after {
	right: 0;
}
.course-visual-header .ttl .course_tag2 span {
	color: #fff;
	font-size: clamp(13px, 20/1366* 100vw, 20px);
	font-weight: 700;
}
.course-visual-header .ttl .ttl-sub {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: .5rem;
}
.course-visual-header .ttl .ttl-sub span {
	background-color: #000;
	color: #fff;
	font-size: clamp(20px, 30/1400 * 100vw, 35px);
	font-weight: 700;
	padding: 0 5px 6px;
	transform: skewX(-15deg);
}
.course-visual-header .ttl .note {
	color: #fff;
	font-size: clamp(13px, 20/1366* 100vw, 20px);
	font-weight: 700;
}
.course-visual-header .img {
	clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	width: 60%;
	position: relative;
}
.course-visual-header .img figure {
	width: 100%;
	height: 530px;
	position: relative;
}
.course-visual-header .img figure img {
	position: absolute;
	right: 0;
	width: 120%;
	height: 100%;
	object-fit: cover;
	
}
.course-visual-header .img p {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 65%;
	height: fit-content;
}
@media only screen and (max-width: 769px) {
	.course-visual-header {
		margin-top: 50px;
	}
	.course-visual-header.infogame .inner::before {
		background-image: url(../img/course/2026/course-visual-header_infogame_sp.png);
		background-position: top center;
	}
	.course-visual-header.automotive .inner::before {
		background-image: url(../img/course/2026/course-visual-header_automotive_sp.png);
		background-position: top center;
	}
	/* .course-visual-header.infogame .inner::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-position: left top;
		background-repeat: no-repeat;
		background-size: cover;
		mix-blend-mode: lighten;
		background-image: url(../img/course/2026/course-visual-header_infogame_sp.png);
		opacity: .7;
		transform: rotate(180deg);
	} */
	.course-visual-header .inner {
		flex-direction: column;
	}
	.course-visual-header .ttl {
		gap: 10px;
		padding: 10% 0 0;
		margin: auto;
		margin-bottom: -10%;
		width: 90%;
	}
	.course-visual-header .ttl .course_tag2::before,
	.course-visual-header .ttl .course_tag2::after {
		height: 1px;
	}
	.course-visual-header .ttl .ttl-sub {
		gap: 5px;
	}
	.course-visual-header .ttl .ttl-sub span {
		padding: 2px 3px 3px;
	}
	.course-visual-header .img {
		clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
		width: 100%;
	}
	.course-visual-header .img figure {
		height: 270px;
		height: 40dvh;
	}
	.course-visual-header .img p {
		right: inherit;
		left: 0;
		width: 75%;
	}
}

/* 学科ページ：コース概要
------------------------------------------------------------------ */
.lowerpage .sec-course-about {
	background: #DFE6E9;
	padding: 50px 0;
}
.lowerpage .sec-course-about .inner {
	display: grid;
	grid-template-columns: 300px auto;
	gap: 100px;
	margin: auto;
	width: 1200px;
}
.lowerpage .sec-course-about .anchor-menu li {
	border-bottom: 1px solid #000;
}
.lowerpage .sec-course-about .anchor-menu li a {
	color: #000;
	display: block;
	font-size: clamp(12px, 20/1366* 100vw, 20px);
	font-weight: 600;
	padding: 1rem 1rem 1rem 0;
	position: relative;
}
.lowerpage .sec-course-about .anchor-menu li a::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	background-color: #000000;
	clip-path: polygon(12px 50%, 0% 0%, 0% 12px);
}
.lowerpage .sec-course-about .list {
	border-spacing: 0 10px;
	width: 100%;
}
.lowerpage .sec-course-about .list th {
	box-sizing: border-box;
	color: #fff;
	font-size: clamp(18px, 20/1366* 100vw, 20px);
	line-height: 1.2;
	width: 30%;
	vertical-align: middle;
	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
	padding: .5rem 1.5rem .5rem 0;
}
.lowerpage .sec-course-about .list td {
	box-sizing: border-box;
	color: #000;
	font-size: clamp(14px, 16/1366* 100vw, 16px);
	line-height: 1.5;
	padding-left: 1rem;
	width: 70%;
	vertical-align: middle;
}
.lowerpage .sec-course-about .course-movie {
	margin-bottom: 30px;
	text-align: center;
}
.lowerpage .sec-course-about .course-movie iframe {
	width: 100%;
}
@media only screen and (max-width: 769px) {
	.lowerpage .sec-course-about {
		padding: 30px 0;
	}
	.lowerpage .sec-course-about .inner {
		grid-template-columns: 1fr;
		gap: 30px;
		width: 90%;
	}
	.lowerpage .sec-course-about .anchor-menu {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 15px;
	}
	.lowerpage .sec-course-about .anchor-menu li a {
		display: flex;
		align-items: center;
		line-height: 1.2;
		padding: 0;
		padding-right: 1rem;
		height: 2.5rem;
	}
	.lowerpage .sec-course-about .anchor-menu li a::after {
		width: 8px;
		height: 8px;
		clip-path: polygon(8px 50%, 0% 0%, 0% 8px);
	}
	.lowerpage .sec-course-about .course-movie {
		margin-bottom: 20px;
	}
	.lowerpage .sec-course-about .course-movie iframe {
		max-height: 12rem;
	}
	.lowerpage .sec-course-about .list th {
		clip-path: unset;
		display: block;
		padding: .25rem .5rem;
		width: 100%;
	}
	.lowerpage .sec-course-about .list td {
		display: block;
		padding: 5px 0 0;
		width: 100%;
	}
}
/* .lowerpage .sec-course-about {
	padding: 0 0 2.5em;
}
.lowerpage .sec-course-about .inner {
	width: 1120px;
	margin: auto;
}
.lowerpage .sec-course-about .anchor-menu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px 0;
	margin-bottom: 2rem;
}
.lowerpage .sec-course-about .anchor-menu li {
	text-align: center;
	border-right: 1px solid #fff;
}
.lowerpage .sec-course-about .anchor-menu li:nth-child(1),
.lowerpage .sec-course-about .anchor-menu li:nth-child(5),
.lowerpage .sec-course-about .anchor-menu li:nth-child(9) {
	border-left: 1px solid #fff;
}
.lowerpage .sec-course-about .anchor-menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 30px;
	display: block;
	position: relative;
}
.lowerpage .sec-course-about .anchor-menu li a:after {
	position: absolute;
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  right: .75rem;
  margin: auto;
  transform: rotate(45deg);
  transition: transform .3s ease;
}
.lowerpage .sec-course-about .ttl-sub {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 calc(50% - 50vw) 1em;
	padding: .75em 5%;
	width: 100vw;
	text-align: center;
}
.lowerpage .sec-course-about .ttl-sub strong {
	display: block;}
.lowerpage .sec-course-about .ttl-sub strong + strong {
	margin-top: .75rem;}
.lowerpage .sec-course-about .list {
	border-spacing: 15px;
	margin: -15px;
	position: relative;
}
.lowerpage .sec-course-about .list th {
	background: white;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	padding: 12px 20px;
	white-space: nowrap;
	vertical-align: middle;
}
.lowerpage .sec-course-about .list td {
	color: #fff;
	line-height: 1.5;
	padding-left: 10px;
	vertical-align: middle;
}
.lowerpage .sec-course-about .course-movie {
	margin: 3rem auto 2rem;
	max-width: 860px;
}
.lowerpage .sec-course-about .course-movie iframe {
	height: 400px;
	width: 100%;
}
.lowerpage .sec-course-about .course-movie .youtube-wrapper {
	position: relative;
	width: 240px;
	height: calc(240px * 16 / 9);
	margin: 15px auto 0;
	background: #000;
	border: 2px solid #fff;
	border-radius: 20px;
	overflow: hidden;
}
.lowerpage .sec-course-about .course-movie .youtube-wrapper iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.infogame .lowerpage .sec-course-about .course-movie a.btn.btn-02:hover,
.info_major .lowerpage .sec-course-about .course-movie a.btn.btn-02:hover,
.game_major .lowerpage .sec-course-about .course-movie a.btn.btn-02:hover {
	background-color: #AD002D !important;
} */



/* 学科ページ：特長
------------------------------------------------------------------ */
.lowerpage .sec-features {
	background: #ccc;
	padding: 80px 0;
	position: relative;
}
.lowerpage .sec-features::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/course/bg-features.png) no-repeat top center/contain;
	mix-blend-mode: color-burn;
}
.lowerpage .sec-features img { width: 100%;}
.lowerpage .sec-features h2 {
	align-items: flex-end;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 5rem;
	position: relative;
}
.lowerpage .sec-features h2:nth-of-type(2) {
	margin-top: 5rem;
}
.lowerpage .sec-features h2 > span {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: clamp(20px, 30/1366* 100vw, 30px);
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 1rem;
	padding: .5rem 1rem;
}
.lowerpage .sec-features .bg_on {
	color: #000;
	font-size: clamp(26px, 50/1366* 100vw, 50px);
	font-weight: 600;
	margin-bottom: 0;
	text-align: left;
}
.lowerpage .sec-features .bg_on b {
	font-family: "Barlow", sans-serif;
	font-size: clamp(60px, 120/1366* 100vw, 120px);
}
.lowerpage .sec-features .inner {
	width: 1200px;
	margin: auto;
}
.lowerpage .sec-features .radius-box {
	background-color: #ddd;
	box-sizing: border-box;
	border-radius: inherit;
	margin-bottom: 3rem;
	padding: 1.5rem 1.5rem 2rem;
	position: relative;
}
.lowerpage .sec-features .radius-box:last-of-type {
	margin-bottom: 0;
}
.lowerpage .sec-features .radius-box::before {
	content: "";
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	width: 140px;
	height: 140px;
	background-color: #939393;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	mix-blend-mode: multiply;
}
.lowerpage .sec-features .radius-box .flexHead {
	display: flex;
	align-items: center;
	gap: 30px;
	position: relative;
	z-index: 1;
}
.lowerpage .sec-features .radius-box .flexHead .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	position: relative;
}
.lowerpage .sec-features .radius-box .flexHead .num span {
	color: #fff;
	display: block;
	line-height: 1;
	font-family: "Barlow", sans-serif;
	font-size: clamp(50px, 120/1366* 100vw, 120px);
	font-weight: 700;
	position: relative;
	transform: translate(10px, -10px);
}
.lowerpage .sec-features .radius-box .flexHead h3 span {
	background-color: #000;
	color: #fff;
	font-size: clamp(15px, 30/1400 * 100vw, 30px);
	font-weight: 700;
	display: inline-block;
	margin-bottom: 8px;
	padding: 0 3px 5px;
	transform: skewX(-15deg);
}
.lowerpage .sec-features .radius-box .flexHead h3 span.nobg {
	background-color: transparent;
}
.lowerpage .sec-features .radius-box figure {
	position: absolute;
	width: 38%;
	top: -1rem;
	right: -1rem;
}
.lowerpage .sec-features .radius-box p {
	box-sizing: border-box;
	color: #fff;
	font-size: clamp(14px, 16 / 1400 * 100vw, 16px);
	line-height: 1.5;
	padding: 1rem;
	position: relative;
	width: 60%;
}
@media only screen and (max-width: 769px) {
	.lowerpage .sec-features {
		padding: 40px 0;
	}
	.lowerpage .sec-features h2 {
		align-items: center;
		flex-direction: column;
		gap: 0;
		margin-bottom: 3rem;
	}
	.lowerpage .sec-features h2 > span {
		margin-bottom: 0;
	}
	.lowerpage .sec-features .bg_on {
		margin-top: 0;
	}
	.lowerpage .sec-features .bg_on .bgc_white {
		background-size: 100% 30px;
	}
	.lowerpage .sec-features .inner {
		margin: auto;
		width: 90%;
	}
	.lowerpage .sec-features .radius-box {
		margin-bottom: 2rem;
		padding: 10px;
	}
	.lowerpage .sec-features .radius-box::before {
		top: 10px;
		left: 10px;
		width: 70px;
		height: 70px;
	}
	.lowerpage .sec-features .radius-box .flexHead {
		gap: 5px;
		width: calc(100% + 20px);
	}
	.lowerpage .sec-features .radius-box .flexHead h3 span {
		margin-bottom: 3px;
		padding: 0 3px 3px;
	}
	.lowerpage .sec-features .radius-box .flexHead .num {
		width: 70px;
		height: 70px;
	}
	.lowerpage .sec-features .radius-box .flexHead .num span {
		transform: translate(0, -5px);
	}
	.lowerpage .sec-features .radius-box figure {
		position: relative;
		top: inherit;
		right: inherit;
		margin: .5rem auto;
		width: 100%;
	}
	.lowerpage .sec-features .radius-box p {
		padding: 0;
		width: 100%;
	}
	/* 
	.lowerpage .sec-features .inner {
		width: 90%;
	}
	.lowerpage .sec-features .inner .radius-box {
		padding: 20px 5% 5%;
	}
	.lowerpage .sec-features .inner .radius-box:before {
		width: 55px;
		height: 65px;
		top: -40px;
	}
	.lowerpage .sec-features .inner .flexBox {
		flex-direction: column;
	}
	.lowerpage .sec-features .inner .flexBox.noflex h3 {
		order: 2;}
	.lowerpage .sec-features .inner .flexBox.noflex p {
		order: 3;}
	.lowerpage .sec-features .inner .flexBox.noflex figure {
		margin-top: 0;
		margin-bottom: 10px;
		order: 1;
	}
	.lowerpage .sec-features .inner .flexBox + .flexBox {
		margin-top: 30px;
	}
	.lowerpage .sec-features .inner .flexBox .boxR {
		margin-bottom: 10px;
		width: 100%;
	}
	.lowerpage .sec-features .inner .flexBox .boxL {
		width: 100%;
	}
	.lowerpage .sec-features .inner .flexBox h3 {
		font-size: 16.5px;
		line-height: 1.35;
		margin-bottom: 10px;
	}
	.lowerpage .sec-features .inner .flexBox h3 small {
		font-size: 14px;
	}
	.lowerpage .sec-features .inner .flexBox p {
		font-size: 14px;
	}
	.lowerpage .sec-features .inner .flexBox .point-illust {
		margin-top: .75rem;
	}
	.lowerpage .sec-features.car .inner .radius-box:nth-child(5) .company {
		padding-top: 20px !important;
	} */
}



/* 学科ページ：実績
------------------------------------------------------------------ */
.lowerpage .sec-achieve {
  padding: 80px 0;
}
.lowerpage .sec-achieve img { width: 100%;}
.lowerpage .sec-achieve span.marker {
	background: linear-gradient(transparent 60%, #FFF520 60%);
}
.lowerpage .sec-achieve .inner {
  width: 1200px;
  margin: auto;
}
.lowerpage .sec-achieve .column-max {
	grid-column: 1 / 3;
}
.lowerpage .sec-achieve .grid-layout-1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px 100px;
}
.lowerpage .sec-achieve .grid-layout-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 100px;
}
.lowerpage .sec-achieve .grid-layout-2 .box:nth-child(1) {
	grid-column: 1;
	grid-row: 1;
}
.lowerpage .sec-achieve .grid-layout-2 .box:nth-child(2) {
	grid-column: 2;
	grid-row: 1 / span 2;
}
.lowerpage .sec-achieve .grid-layout-2 .box:nth-child(3) {
	grid-column: 1;
	grid-row: 2;
}
.lowerpage .sec-achieve .zisseki_lead {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}
.lowerpage .sec-achieve .zisseki_lead h3 {
	font-size: clamp(24px, 40/1366* 100vw, 40px);
	padding-right: 1rem;
	white-space: nowrap;
}
.lowerpage .sec-achieve .zisseki_lead p {
	border-left: 1px solid #000;
	color: #000;
	font-size: clamp(14px, 20/1366* 100vw, 20px);
	line-height: 1.2;
	padding-left: 1rem;
}
.lowerpage .sec-achieve .box .lead {
	color: #000;
	font-size: clamp(18px, 30/1366* 100vw, 30px);
	font-weight: 600;
	margin-bottom: 20px;
}
.lowerpage .sec-achieve .box ul.work-list p {
	color: #000;
	font-size: clamp(14px, 20/1366* 100vw, 20px);
	line-height: 2;
}
.lowerpage .sec-achieve .box ul.work-list p small {
	font-size: 80%;
}
.lowerpage .sec-achieve .box ul.img-card li + li {
	margin-top: 20px;
}
.lowerpage .sec-achieve .box ul.award {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}
.lowerpage .sec-achieve .box ul.award li {
	color: #000;
	font-size: clamp(18px, 30/1366* 100vw, 30px);
	font-weight: 600;
	display: grid;
	grid-template-columns: 40px auto;
	gap: 10px;
	align-items: center;
}
.lowerpage .sec-achieve .compe_txt h4 {
	color: #000;
	font-size: clamp(14px, 20/1366* 100vw, 20px);
	line-height: 1.2;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.lowerpage .sec-achieve .compe_txt h4 span {
	display: block;
	font-size: 150%;
	font-weight: 600;
}
.lowerpage .sec-achieve .compe_txt p {
	color: #000;
	font-size: clamp(14px, 16/1366* 100vw, 16px);
	font-weight: 600;
}
.lowerpage .sec-achieve .compe_img figcaption {
	font-size: clamp(14px, 16/1366* 100vw, 16px);
	margin-top: 10px;
	text-align: right;
}
@media only screen and (max-width: 769px) {
	.lowerpage .sec-achieve {
		padding: 40px 0;
	}
	.lowerpage .sec-achieve .inner {
		width: 90%;
	}
	.lowerpage.course .sec-achieve .type__normal {
		margin-top: 1rem;
	}
	.lowerpage .sec-achieve .column-max {
		grid-column: 1 / 1;
	}
	.lowerpage .sec-achieve .grid-layout-1 {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.lowerpage .sec-achieve .grid-layout-2 {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.lowerpage .sec-achieve .grid-layout-2 .box:nth-child(1) {
		grid-column: unset;
		grid-row: unset;
	}
	.lowerpage .sec-achieve .grid-layout-2 .box:nth-child(2) {
		grid-column: unset;
		grid-row: unset;
	}
	.lowerpage .sec-achieve .grid-layout-2 .box:nth-child(3) {
		grid-column: unset;
		grid-row: unset;
	}
	.lowerpage .sec-achieve .box .lead {
		text-align: center;
	}
	.lowerpage .sec-achieve .box ul.work-list p {
		line-height: 1.75;
	}
	.lowerpage .sec-achieve .box ul.img-card li + li {
		margin-top: 15px;
	}
	.lowerpage .sec-achieve .box ul.award {
		gap: 10px;
		margin-top: 15px;
	}
	.lowerpage .sec-achieve .box ul.award li {
		grid-template-columns: 30px auto;
	}
	.lowerpage .sec-achieve .compe_txt h4 {
		text-align: center;
	}
	.lowerpage .sec-achieve .compe_txt p {
		text-align: center;
	}
}
/* .lowerpage .sec-achieve h3 {
	font-size: 2em;
	letter-spacing: 5px;
	line-height: 1.75;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.lowerpage .sec-achieve h3::after {
	content: "";
	display: block;
	width: 140px;
	height: 2px;
	margin: 10px auto 0;
	background: -webkit-linear-gradient(left, #f39800 50%, #dbdbdb 50%);
	background: -o-linear-gradient(left, #f39800 50%, #dbdbdb 50%);
	background: linear-gradient(to right, #f39800 50%, #dbdbdb 50%);
}
.lowerpage .sec-achieve .zisseki_lead {
	font-size: 1.25em;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-align: center;
}
.lowerpage .sec-achieve .lead {
	font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 20px;
  text-align: center;
}
.lowerpage .sec-achieve .lead span {
	display: block;
	font-size: 20px;
}
.lowerpage .sec-achieve ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
	gap: 1.5rem 2rem;
}
.lowerpage .sec-achieve ul li {
	width: 350px;
}
.lowerpage .sec-achieve ul li img {
	width: 100%;
}
.lowerpage .sec-achieve ul li p {
	font-size: 16px;
	line-height: 1.55;
	margin-top: 1em;
}
.lowerpage .sec-achieve .notes {
	margin-bottom: 45px;
	text-align: center;
}
.lowerpage .sec-achieve .compe_img {
	width: 95%;
	margin: 0 auto 60px;
}
.lowerpage .sec-achieve .compe_img img {
	width: 100%;
}
.lowerpage .sec-achieve .compe_img figcaption {
	font-size: 18px;
	margin-top: 5px;
	text-align: right;
}
.lowerpage .sec-achieve a.btn.btn-02 {
	font-size: 1.2em;
	margin-top: -15px !important;
	margin-bottom: 40px;
	padding: 20px 90px;
	position: relative;
}
.lowerpage .sec-achieve a.btn.btn-02::after {
	position: absolute;
	content: "";
	border-top: solid 2px #e67f10;
	border-right: solid 2px #e67f10;
	width: 10px;
	height: 10px;
	top: 0;
	bottom: 0;
	right: 1.6rem;
	margin: auto;
	transform: rotate(45deg);
	transition: transform .3s ease;
}
.game .lowerpage .sec-achieve,.game_master .lowerpage .sec-achieve,.game_graphic .lowerpage .sec-achieve {
  background: #FEECEB;
}
.car_engineer1 .lowerpage .sec-achieve,.car_engineer2 .lowerpage .sec-achieve,.car_engineer3 .lowerpage .sec-achieve,.emobility .lowerpage .sec-achieve {
  background: rgba(93, 105, 112, 0.15);
}
.engi_cad .lowerpage .sec-achieve,.engi_architect .lowerpage .sec-achieve {
	background: #ead7bb;
}
.drone_specialist .lowerpage .sec-achieve {
	background: #c7e2c0;
}
.electric .lowerpage .sec-achieve,.electrical_construction .lowerpage .sec-achieve {
	background: #F0DCBA;
}
.engi_rediation .lowerpage .sec-achieve {
	background: #f1e0f0;
}
.ucf .lowerpage .sec-achieve,.info_major .lowerpage .sec-achieve,.game_major .lowerpage .sec-achieve {
	background: #F9E6DC;
} */

/* 学科ページ：学びの流れ・就活スケジュール
------------------------------------------------------------------ */
.lowerpage .sec-step {
	padding-top: 80px;
	padding-bottom: 80px;
}
.lowerpage .sec-step .inner {
	margin: auto;
	width: 1200px;
}
.lowerpage .sec-step .txt {
	color: #000;
    font-size: clamp(12px, 16 / 1366 * 100vw, 16px);
	margin-top: 15px;
}
.lowerpage .sec-step .step {
	display: flex;
	margin: auto;
	min-height: 250px;
	position: relative;
	margin: 0 -5px;
}
.lowerpage .sec-step .step::before {
	content: "";
	position: absolute;
	width: calc(100% - 10px);
	height: 50px;
	top: 0;
	left: 5px;
}
.lowerpage .sec-step .step.box4 .box {
  width: calc(100% / 4 - 10px);
}
.lowerpage .sec-step .step.box3 .box {
  width: calc(100% / 3 - 10px);
}
.lowerpage .sec-step .step.box2 .box {
  width: calc(100% / 2 - 10px);
}
.lowerpage .sec-step .step .box {
	background: linear-gradient(0deg,rgba(224, 224, 224, 1) 35%, rgba(255, 255, 255, 1) 90%);
	margin: 0 auto;
	width: 100%;
}
.lowerpage .sec-step .step .box .head {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	color: #fff;
	font-size: 1.3125rem;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.lowerpage .sec-step .step .box .head::after {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	border: 0px;
	border-top: solid 10px #fff;
	border-right: solid 10px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	bottom: 0;
	right: -30px;
	margin: auto;
	z-index: 1;
}
.lowerpage .sec-step .step .box:last-child .head::after {
	content: none;
}
.lowerpage .sec-step .step .box .step-content {
	box-sizing: border-box;
	padding: 15px;
}
.lowerpage .sec-step .step .box .step-content dl {
	line-height: 1.75;
	font-size: 16px;
}
.lowerpage .sec-step .step .box .step-content dl dt {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}
.lowerpage .sec-step .step .box .step-content dl dd {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}
.lowerpage .sec-step .step .box .recruit-start {
	display: flex;
	position: absolute;
	bottom: 15px;
	width: 35%;
	height: 40px;
	background: #8D9AA2;
	clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
.lowerpage .sec-step .step .box .recruit-start.w75 {
	width: 75%;
}
.lowerpage .sec-step .step .box .recruit-start.w45 {
	width: 45%;
}
.lowerpage .sec-step .step .box .recruit-start::before {
	content: "就活スタート";
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: auto;
}
.ucf .lowerpage .sec-step .step .box .step-content dl span,
.info_major .lowerpage .sec-step .step .box .step-content dl span,
.game_major .lowerpage .sec-step .step .box .step-content dl span {
	color: #CD131C;}
@media only screen and (max-width: 769px) {
	.lowerpage .sec-step {
		padding: 40px 0;
	}
	.lowerpage .sec-step .inner {
		width: 90%;
	}
	.lowerpage .sec-step .bg_on {
		margin-top: 0;
	}
	.lowerpage .sec-step .txt {
		margin-top: 10px;
		text-align: left !important;
	}
	.lowerpage .sec-step .step {
		display: block;
		width: 100%;
	}
	.lowerpage .sec-step .step::before {
		width: 40px;
		height: 100%;
		left: 0;
	}
	.lowerpage .sec-step .step .box {
		display: grid;
		grid-template-columns: 40px auto;
		width: 100%;
	}
	.lowerpage .sec-step .step.box4 .box,
	.lowerpage .sec-step .step.box3 .box,
	.lowerpage .sec-step .step.box2 .box {
		width: 100%;
	}
	.lowerpage .sec-step .step .box .head {
		box-sizing: border-box;
		font-size: 18px;
		height: calc(100% + 3rem);
		justify-content: flex-start;
		overflow-x: clip;
		padding-top: 2.5rem;
		text-orientation: upright; 
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	.lowerpage .sec-step .step .box .head::after {
		border-top-width: 5px;
		border-right-width: 5px;
		width: 40px;
		height: 40px;
		top: inherit;
		bottom: 30px;
		left: 0;
		right: inherit;
		transform: rotate(135deg);
		box-sizing: border-box;
	}
	.lowerpage .sec-step .step .box .recruit-start {
		bottom: 10.8%;
		right: 0;
		width: 40px;
		height: 35%;
		z-index: 1;
		clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
	}
	.lowerpage .sec-step .step .box .recruit-start.w75 {
		width: 40px;
		height: 89.1%;
	}
	.lowerpage .sec-step .step .box .recruit-start.w45 {
		width: 40px;
		height: 48%;
	}
	.lowerpage .sec-step .step .box .recruit-start::after {
		right: -20px;
		top: inherit;
		bottom: -50px;
		margin: auto;
		border-top: 40px solid #8D9AA2;
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
	}
	.lowerpage .sec-step .step .box .recruit-start::before {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: center;
		letter-spacing: 3px;
	}
}



/* 学科ページ：タイムテーブル
------------------------------------------------------------------ */
.lowerpage .sec-timetable {
	padding: 80px 0;
}
.lowerpage .sec-timetable .inner {
	margin: auto;
	width: 1200px;
}
.lowerpage .sec-timetable .tbl-set {
	margin-bottom: 10px;
	width: 1200px;
}
.lowerpage .sec-timetable .tbl-set table {
	box-sizing: border-box;
	width: 100%;
}
.lowerpage .sec-timetable .tbl-set thead tr {
	background-color: #000;
}
.lowerpage .sec-timetable .tbl-set thead th {
	padding: 10px 0;
	width: 165px;
}
.lowerpage .sec-timetable .tbl-set thead th:first-child {
	width: 280px;
}
.lowerpage .sec-timetable .tbl-set tbody td {
	border-color: #000;
	color: #000;
	padding: 10px 0;
	width: 165px;
}
.lowerpage .sec-timetable .tbl-set tbody td:first-child {
	background-color: #E0E0E0;
	width: 100px;
}
.lowerpage .sec-timetable .tbl-set tbody td:nth-child(2){
	background-color: #E0E0E0;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	width: 180px;
}
.lowerpage .sec-timetable .tbl-set tbody td.college {
	background-color: #FFF799;
}
.lowerpage .sec-timetable .txt {
	color: #000;
	font-size: clamp(12px, 16/1366* 100vw, 16px);
}
.lowerpage .sec-timetable .txt .bg_yellow {
	background-color: #FFF799;
}
@media only screen and (max-width: 769px) {
	.lowerpage .sec-timetable {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.lowerpage .sec-timetable .inner {
		margin: auto;
		width: 90%;
	}
	.lowerpage .sec-timetable .bg_on {
		margin-top: 0;
	}
	.lowerpage .sec-timetable .tbl-set {
		width: 100%;
	}
	.lowerpage .sec-timetable .tbl-set table {
		width: 840px;
	}
	.lowerpage .sec-timetable .tbl-set thead th {
		width: 130px;
	}
	.lowerpage .sec-timetable .tbl-set thead th:first-child {
		width: 190px;
	}
	.lowerpage .sec-timetable .tbl-set tbody td {
		width: 130px;
	}
	.lowerpage .sec-timetable .tbl-set tbody td:first-child {
		width: 90px;
	}
	.lowerpage .sec-timetable .tbl-set tbody td:nth-child(2){
		width: 100px;
	}
	.lowerpage .sec-timetable .txt {
		text-align: left;
	}
}



/* 学科ページ：卒業生ボイス
------------------------------------------------------------------ */
.lowerpage .sec-interview {
	background: url(../img/course/bg-interview.jpg) no-repeat top center/cover;
	padding: 80px 0;
}
.lowerpage .sec-interview.zaikou {
	padding-bottom: 0;
}
.lowerpage .sec-interview img { width: 100%;}
.lowerpage .sec-interview .inner {
	background: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 50px;
	width: 1200px;
	margin: auto;
	position: relative;
}
.lowerpage .sec-interview h3 {
	position: absolute;
	z-index: 1;
    top: -20px;
    left: 50px;
    height: 45px;
}
.lowerpage .sec-interview h3 img { height: 100%;}
.lowerpage .sec-interview .area_interview {
	margin-right: -20%;
	width: calc(50% + 20%);
}
.lowerpage .sec-interview .area_interview .img-block {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.lowerpage .sec-interview .area_interview .img-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lowerpage .sec-interview .area_interview .img-block::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
}
.lowerpage .sec-interview .area_interview .text-block {
	background: #ccc;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	min-width: 500px;
	padding: 1.5rem 2rem;
	width: fit-content;
}
.lowerpage .sec-interview .area_interview .text-block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/course/bg-interview-2.webp) no-repeat left/cover;
	mix-blend-mode: multiply;
}
.lowerpage .sec-interview .area_interview .text-block .class {
	font-size: clamp(14px, 20/1366* 100vw, 20px);
	font-weight: 600;
	margin-bottom: 5px;
	position: relative;
}
.lowerpage .sec-interview .area_interview .text-block .name {
	font-size: clamp(12px, 18/1366* 100vw, 18px);
	line-height: 1.2;
	position: relative;
}
.lowerpage .sec-interview .area_interview .text-block .name span {
	font-size: 140%;
	font-weight: 600;
}
.lowerpage .sec-interview .interview-qa-box {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 45%;
	position: relative;
}
.lowerpage .sec-interview .interview-qa-box p {
	font-size: clamp(14px, 20/1366* 100vw, 20px);
	font-weight: 500;
	line-height: 1.2;
}
.lowerpage .sec-interview .dl_interview dt {
	color: #000;
	font-size: clamp(15px, 25/1366* 100vw, 25px);
	font-weight: 700;
}
.lowerpage .sec-interview .dl_interview dt span {
	font-size: 200%;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	padding-right: 5px;
}
.lowerpage .sec-interview .dl_interview dd {
	background: #ccc;
	color: #000;
	font-size: clamp(14px, 16/1366* 100vw, 16px);
	line-height: 1.5;
	margin-top: 10px;
	padding: 1rem;
}
@media only screen and (max-width: 769px) {
	.lowerpage .sec-interview {
		padding: 40px 0;
	}
	.lowerpage .sec-interview .inner {
		flex-direction: column;
		padding: 5%;
		width: 90%;
	}
	.lowerpage .sec-interview h3 {
		top: -10px;
		left: 5px;
		height: 20px;
	}
	.lowerpage .sec-interview .area_interview {
		margin: auto;
		width: 100%;
	}
	.lowerpage .sec-interview .area_interview .img-block::before {
		top: inherit;
		bottom: 0;
		width: 100%;
		height: 30%;
		background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
	}
	.lowerpage .sec-interview .area_interview .text-block {
		bottom: inherit;
		left: inherit;
		padding: 15px;
		position: relative;
		min-width: inherit;
		margin: -30px -10px 0 auto;
	}
	.lowerpage .sec-interview .interview-qa-box {
		gap: 10px;
		justify-content: unset;
		width: 100%;
	}
	.lowerpage .sec-interview .interview-qa-box p {
		margin-top: 15px;
	}
	.lowerpage .sec-interview .dl_interview dd {
		padding: 10px;
	}
}


/* 学科ページ：動画
------------------------------------------------------------------ */
.lowerpage .sec-movie {
  background-color: #FEFCE4;
  padding: 80px 0;
}
.lowerpage .sec-movie .inner {
	margin: auto;
	width: 1120px;
}
.lowerpage .sec-movie .movie-flex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
}
.lowerpage .sec-movie .movie-flex.column-1 {
	display: block;
	margin: auto;
	width: calc(100% / 2 - 40px);
}
.lowerpage .sec-movie .movie-flex p {
	border-left: 2px solid #000;
	color: #000;
	font-size: clamp(16px, 30/1366* 100vw, 30px);
	line-height: 1.3;
	margin-top: 20px;
	padding: 2px 0 5px 15px;
}
.lowerpage .sec-movie .movie-flex iframe {
	width: 100%;
}
@media only screen and (max-width: 769px) {
	.lowerpage .sec-movie {
		padding: 40px 0;
	}
  .lowerpage .sec-movie .inner {
	  width: 90%;
  }
  .lowerpage .sec-movie .movie-flex {
	  grid-template-columns: 1fr;
	  gap: 20px;
  }
  .lowerpage .sec-movie .movie-flex.column-1 {
	width: 100%;
  }
  .lowerpage .sec-movie .movie-flex p,
  .lowerpage .sec-movie > .movie-box p {
	margin-top: 10px;
  }
  .lowerpage .sec-movie .movie-flex iframe {
	max-height: 12rem;
  }
}



/* 学科ページ：ページ内リンク
------------------------------------------------------------------ */
.lowerpage .sec-pagelink  { display: none;}
.lowerpage .sec-pagelink .inner {
	width: 1120px;
	margin: auto;
}
.lowerpage .sec-pagelink .anchor-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 0;
	padding: 30px 0;
}
.lowerpage .sec-pagelink .anchor-menu li {
	border-left: 1px solid #000;
	width: calc(100% / 3 - 2px);
}
.lowerpage .sec-pagelink .anchor-menu li:nth-child(3n){
	border-right: 1px solid #000;
}
.lowerpage .sec-pagelink .anchor-menu li a {
	display: block;
	font-weight: 600;
	padding: 1rem 0;
	position: relative;
	text-align: center;
}
.lowerpage .sec-pagelink .anchor-menu li a:after {
	position: absolute;
  content: "";
  border-top: solid 2px #e67f10;
  border-right: solid 2px #e67f10;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
  transform: rotate(45deg);
  transition: transform .3s ease;
}
.lowerpage .sec-pagelink .fixNav {
	position: relative;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.lowerpage .sec-pagelink .fixNav .nav__menu {
	grid-template-columns: repeat(3, auto);
	row-gap: 0;
}
.lowerpage .sec-pagelink .fixNav .nav__menu-item a {
	background-color: inherit;
	border-radius: 0;
	border-top: inherit;
	border-bottom: inherit;
}
.lowerpage .sec-pagelink .fixNav .nav__menu-item a::before {
	background: inherit;
}
.lowerpage .sec-pagelink .fixNav .nav__menu-item a.fixNav_oc {
	border-left: inherit;
	padding: 0;
}
.lowerpage .sec-pagelink .fixNav .nav__menu-item:first-child .icon {
	grid-column: 1;
	grid-row: 1/3;
}
.lowerpage .sec-pagelink .fixNav .nav__menu-item:first-child .label {
	grid-column: 2;
}
.lowerpage .sec-pagelink .fixNav .nav__menu-item:first-child .dat {
	grid-column: 2;
}
.info_high .lowerpage .sec-pagelink,
.info_engineer .lowerpage .sec-pagelink,
.ai_system .lowerpage .sec-pagelink,
.info_system .lowerpage .sec-pagelink {
	background-color: #dae4f4;}
.info_high .lowerpage .sec-pagelink .anchor-menu li,
.info_engineer .lowerpage .sec-pagelink .anchor-menu li,
.ai_system .lowerpage .sec-pagelink .anchor-menu li,
.info_system .lowerpage .sec-pagelink .anchor-menu li {
	border-color: #003e97 !important;}
.info_high .lowerpage .sec-pagelink .anchor-menu li a,
.info_engineer .lowerpage .sec-pagelink .anchor-menu li a,
.ai_system .lowerpage .sec-pagelink .anchor-menu li a,
.info_system .lowerpage .sec-pagelink .anchor-menu li a {
	color: #003e97;}
.info_high .lowerpage .sec-pagelink .anchor-menu li a:after,
.info_engineer .lowerpage .sec-pagelink .anchor-menu li a:after,
.ai_system .lowerpage .sec-pagelink .anchor-menu li a:after,
.info_system .lowerpage .sec-pagelink .anchor-menu li a:after {
	border-color: #003e97;}
.info_high .lowerpage .sec-pagelink .fixNav,
.info_engineer .lowerpage .sec-pagelink .fixNav,
.ai_system .lowerpage .sec-pagelink .fixNav,
.info_system .lowerpage .sec-pagelink .fixNav {
	background-image: linear-gradient(90deg, rgba(168, 134, 188, 1), rgba(0, 98, 177, 1) 75%);}

.game .lowerpage .sec-pagelink,
.game_master .lowerpage .sec-pagelink {
	background-color: #fcebf3;}
.game .lowerpage .sec-pagelink .anchor-menu li,
.game_master .lowerpage .sec-pagelink .anchor-menu li {
	border-color: #ea5c77 !important;}
.game .lowerpage .sec-pagelink .anchor-menu li a,
.game_master .lowerpage .sec-pagelink .anchor-menu li a {
	color: #ea5c77;}
.game .lowerpage .sec-pagelink .anchor-menu li a:after,
.game_master .lowerpage .sec-pagelink .anchor-menu li a:after {
	border-color: #ea5c77;}
.game .lowerpage .sec-pagelink .fixNav,
.game_master .lowerpage .sec-pagelink .fixNav {
	background-image: linear-gradient(90deg, rgba(244, 125, 154, 1), rgba(230, 48, 109, 1) 75%);}

.car_engineer1 .lowerpage .sec-pagelink,
.car_engineer3 .lowerpage .sec-pagelink,
.car_engineer2 .lowerpage .sec-pagelink,
.emobility .lowerpage .sec-pagelink {
	background-color: #ccc;}
.car_engineer1 .lowerpage .sec-pagelink .anchor-menu li,
.car_engineer3 .lowerpage .sec-pagelink .anchor-menu li,
.car_engineer2 .lowerpage .sec-pagelink .anchor-menu li,
.emobility .lowerpage .sec-pagelink .anchor-menu li {
	border-color: #000 !important;}
.car_engineer1 .lowerpage .sec-pagelink .anchor-menu li a,
.car_engineer3 .lowerpage .sec-pagelink .anchor-menu li a,
.car_engineer2 .lowerpage .sec-pagelink .anchor-menu li a,
.emobility .lowerpage .sec-pagelink .anchor-menu li a {
	color: #000;}
.car_engineer1 .lowerpage .sec-pagelink .anchor-menu li a:after,
.car_engineer3 .lowerpage .sec-pagelink .anchor-menu li a:after,
.car_engineer2 .lowerpage .sec-pagelink .anchor-menu li a:after,
.emobility .lowerpage .sec-pagelink .anchor-menu li a:after {
	border-color: #000;}
.car_engineer1 .lowerpage .sec-pagelink .fixNav,
.car_engineer3 .lowerpage .sec-pagelink .fixNav,
.car_engineer2 .lowerpage .sec-pagelink .fixNav,
.emobility .lowerpage .sec-pagelink .fixNav {
	background-image: linear-gradient(90deg, rgba(144, 156, 162, 1), rgba(93, 105, 112, 1) 75%);}

.engi_cad .lowerpage .sec-pagelink,
.engi_architect .lowerpage .sec-pagelink {
	background-color: #ead7bb;}
.engi_cad .lowerpage .sec-pagelink .anchor-menu li,
.engi_architect .lowerpage .sec-pagelink .anchor-menu li {
	border-color: #b27017 !important;}
.engi_cad .lowerpage .sec-pagelink .anchor-menu li a,
.engi_architect .lowerpage .sec-pagelink .anchor-menu li a {
	color: #b27017;}
.engi_cad .lowerpage .sec-pagelink .anchor-menu li a:after,
.engi_architect .lowerpage .sec-pagelink .anchor-menu li a:after {
	border-color: #b27017;}
.engi_cad .lowerpage .sec-pagelink .fixNav,
.engi_architect .lowerpage .sec-pagelink .fixNav {
	background-image: linear-gradient(90deg, rgba(219, 156, 22, 1), rgba(184, 102, 30, 1) 75%);}

.drone_specialist .lowerpage .sec-pagelink {
	background-color: #c7e2c0;}
.drone_specialist .lowerpage .sec-pagelink .anchor-menu li {
	border-color: #009761 !important;}
.drone_specialist .lowerpage .sec-pagelink .anchor-menu li a {
	color: #009761;}
.drone_specialist .lowerpage .sec-pagelink .anchor-menu li a:after {
	border-color: #009761;}
.drone_specialist .lowerpage .sec-pagelink .fixNav {
	background-image: linear-gradient(90deg, rgba(171, 208, 106, 1), rgba(24, 160, 80, 1) 75%);}

.electric .lowerpage .sec-pagelink,
.electrical_construction .lowerpage .sec-pagelink {
	background-color: #fee4ab;}
.electric .lowerpage .sec-pagelink .anchor-menu li,
.electrical_construction .lowerpage .sec-pagelink .anchor-menu li {
	border-color: #ee7300 !important;}
.electric .lowerpage .sec-pagelink .anchor-menu li a,
.electrical_construction .lowerpage .sec-pagelink .anchor-menu li a {
	color: #ee7300;}
.electric .lowerpage .sec-pagelink .anchor-menu li a:after,
.electrical_construction .lowerpage .sec-pagelink .anchor-menu li a:after {
	border-color: #ee7300;}
.electric .lowerpage .sec-pagelink .fixNav,
.electrical_construction .lowerpage .sec-pagelink .fixNav {
	background-image: linear-gradient(90deg, rgba(248, 187, 0, 1), rgba(236, 112, 0, 1) 75%);}

.engi_rediation .lowerpage .sec-pagelink {
	background-color: #ddb6d3;}
.engi_rediation .lowerpage .sec-pagelink .anchor-menu li {
	border-color: #b43c90 !important;}
.engi_rediation .lowerpage .sec-pagelink .anchor-menu li a {
	color: #b43c90;}
.engi_rediation .lowerpage .sec-pagelink .anchor-menu li a:after {
	border-color: #b43c90;}
.engi_rediation .lowerpage .sec-pagelink .fixNav {
	background-image: linear-gradient(90deg, rgba(203, 88, 156, 1), rgba(165, 54, 143, 1) 75%);}

.ucf .lowerpage .sec-pagelink,.infogame .lowerpage .sec-pagelink,
.info_major .lowerpage .sec-pagelink,
.game_major .lowerpage .sec-pagelink {
	background-color: #ffdee1;}
.ucf .lowerpage .sec-pagelink .anchor-menu li,.infogame .lowerpage .sec-pagelink .anchor-menu li,
.info_major .lowerpage .sec-pagelink .anchor-menu li,
.game_major .lowerpage .sec-pagelink .anchor-menu li {
	border-color: #d80c18 !important;}
.ucf .lowerpage .sec-pagelink .anchor-menu li a,.infogame .lowerpage .sec-pagelink .anchor-menu li a,
.info_major .lowerpage .sec-pagelink .anchor-menu li a,
.game_major .lowerpage .sec-pagelink .anchor-menu li a {
	color: #d80c18;}
.ucf .lowerpage .sec-pagelink .anchor-menu li a:after,.infogame .lowerpage .sec-pagelink .anchor-menu li a:after,
.info_major .lowerpage .sec-pagelink .anchor-menu li a:after,
.game_major .lowerpage .sec-pagelink .anchor-menu li a:after {
	border-color: #d80c18;}
.ucf .lowerpage .sec-pagelink .fixNav,.infogame .lowerpage .sec-pagelink .fixNav,
.info_major .lowerpage .sec-pagelink .fixNav,
.game_major .lowerpage .sec-pagelink .fixNav {
	background-image: linear-gradient(90deg, rgba(234, 85, 20, 1), rgba(230, 0, 18, 1) 75%);}



/* 学科ページ：カリキュラム・教室の魅力
------------------------------------------------------------------ */
.lowerpage .sec-pickup {
	background-color: #FEFCE4;
	padding: 80px 0;
}
.lowerpage .sec-pickup.bg_white {
	background-color: #fff;
}
.lowerpage .sec-pickup .inner {
	width: 1200px;
	margin: auto;
}
.lowerpage .sec-pickup img { width: 100%;}
/* カリキュラム */
.lowerpage .sec-pickup .flexBox {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}
.lowerpage .sec-pickup .flexBox figure {
	aspect-ratio: 1 / 1;
	margin-left: -1px;
	width: calc(100% + 1px);
}
.lowerpage .sec-pickup .flexBox figure img {
	height: 100%;
	object-fit: cover;
}
.lowerpage .sec-pickup .flexBox .Box {
	border-left: 1px solid #000;
}
.lowerpage .sec-pickup .flexBox .boxL {
	padding: 1rem 0 0 1rem;
}
.lowerpage .sec-pickup .flexBox .boxL h3 {
	font-size: clamp(20px, 30/1366* 100vw, 30px);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.lowerpage .sec-pickup .flexBox .boxL h3 span {
	display: block;
	font-size: 60%;
}
.lowerpage .sec-pickup .flexBox .boxL p {
	color: #000;
	line-height: 1.5;
}
/* 教室の魅力 */
.lowerpage .sec-pickup .img-box p {
	margin-top: 1rem;
	font-size: clamp(14px, 18/1366* 100vw, 18px);
	line-height: 1.5;
	text-align: center;
}
@media only screen and (max-width: 769px) {
	.lowerpage .sec-pickup {
		padding: 40px 0;
	}
	.lowerpage .sec-pickup .inner {
		width: 90%;
	}
	/* カリキュラム */
	.lowerpage .sec-pickup .flexBox {
		grid-template-columns: 1fr;
	}
	.lowerpage .sec-pickup .flexBox figure {
		aspect-ratio: unset;
	}
	.lowerpage .sec-pickup .flexBox .boxL h3 {
		margin-bottom: .5rem;
	}
	.lowerpage .sec-pickup .flexBox .boxL h3 span {
		display: inline-block;
	}
	.lowerpage .sec-pickup .flexBox .boxL p {
		font-size: 14px;
	}
	/* 教室の魅力 */
	.lowerpage .sec-pickup .img-box p {
		margin-top: .5rem;
		text-align: left;
	}
}



/* 学科ページ：学科をチェック
------------------------------------------------------------------ */
.lowerpage .sec-courseLink {
	padding: 80px 0;
}
.lowerpage .sec-courseLink img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lowerpage .sec-courseLink .inner {
	width: 1200px;
	margin: auto;
}
.lowerpage .sec-courseLink .course_list {
	display: grid;
	gap: 1rem;
}
.lowerpage .sec-courseLink .course_list li {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: fit-content;
	position: relative;
}
.lowerpage .sec-courseLink .course_list li .new {
	position: absolute;
	top: -.5rem;
	left: -.5rem;
	width: 80px;
	height: 32px;
	aspect-ratio: 80 / 32;
	z-index: 1;
}
.lowerpage .sec-courseLink .course_list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.lowerpage .sec-courseLink .course_list li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}
.lowerpage .sec-courseLink .course_list li a:hover {
	opacity: .7;
}
.lowerpage .sec-courseLink .course_list li figure {
	display: block;
	width: 100%;
	height: 100%;
}
.lowerpage .sec-courseLink .course_list li p {
	border: 1px solid #fff;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 60px;
	font-size: clamp(15px, 20 / 1366 * 100vw, 20px);
	padding: 5px;
	text-align: center;
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	z-index: 2;
}
.lowerpage .sec-courseLink .course_list li p::after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background-color: #fff;
	clip-path: polygon(8px 50%, 0% 0%, 0% 8px);
}
.lowerpage .sec-courseLink .course_list.column-2 {
	grid-template-columns: repeat(2, 1fr);
}
.lowerpage .sec-courseLink .course_list.column-2 li {
	aspect-ratio: 2 / 1;
}
.lowerpage .sec-courseLink .course_list.column-3 {
	grid-template-columns: repeat(3, 1fr);
}
.lowerpage .sec-courseLink .course_list.column-3 li {
	aspect-ratio: 3 / 2;
}
@media only screen and (max-width: 769px) {
	.lowerpage .sec-courseLink {
		padding: 40px 0;
	}
	.lowerpage .sec-courseLink .inner {
		width: 90%;
	}
	.lowerpage .sec-courseLink .course_list {
		gap: 1.5rem;
	}
	.lowerpage .sec-courseLink .course_list li,
	.lowerpage .sec-courseLink .course_list.column-3 li {
		aspect-ratio: 2 / 1;
	}
	.lowerpage .sec-courseLink .course_list li p {
		bottom: .5rem;
		height: 35px;
		width: 95%;
	}
	.lowerpage .sec-courseLink .course_list.column-2,
	.lowerpage .sec-courseLink .course_list.column-3,
	.lowerpage .sec-courseLink .course_list.column-4 {
		grid-template-columns: 1fr;
	}
}



/* .lowerpage .sec-pickup .bg_on {
	margin-bottom: 40px;
}
.lowerpage .sec-pickup .inner + .inner{
	margin-top: 80px;
}
.lowerpage .sec-pickup .flexBox {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.lowerpage .sec-pickup .flexBox.row {
	flex-direction: row;
}
.lowerpage .sec-pickup .flexBox + .flexBox {
	margin-top: 2rem;
}
.lowerpage .sec-pickup .flexBox .boxR {
	width: 460px;
}
.lowerpage .sec-pickup .flexBox .boxL {
	width: calc(100% - 480px);
}
.lowerpage .sec-pickup .flexBox .box {
	width: calc(100% / 4 - 1rem);
}
.lowerpage .sec-pickup .flexBox h3 {
	font-size: 22px;
	line-height: 1.75;
}
.lowerpage .sec-pickup .flexBox h3 span {
	color: #fff;
	display: table;
	margin-bottom: 10px;
	padding: 0 1rem;
}
.lowerpage .sec-pickup .flexBox p {
	font-size: 16px;
	line-height: 1.75;
}
.lowerpage .sec-pickup .flexBox h4 {
	background: linear-gradient(transparent 70%, #fff000 70%);
	display: inline-block;
	font-size: 20px;
}
.lowerpage .sec-pickup .flexBox .illust {
	margin: 1rem 0 0 auto;
	width: 150px;
}
.info_high .lowerpage .sec-pickup .flexBox h3 span,
.info_engineer .lowerpage .sec-pickup .flexBox h3 span,
.ai_system .lowerpage .sec-pickup .flexBox h3 span,
.info_system .lowerpage .sec-pickup .flexBox h3 span {
	background-color: #003e97;}
.info_high .lowerpage .sec-pickup .flexBox h4,
.info_engineer .lowerpage .sec-pickup .flexBox h4,
.ai_system .lowerpage .sec-pickup .flexBox h4,
.info_system .lowerpage .sec-pickup .flexBox h4 {
	color: #003e97;}
.game .lowerpage .sec-pickup .flexBox h3 span,
.game_master .lowerpage .sec-pickup .flexBox h3 span {
	background-color: #e52a89;}
.game .lowerpage .sec-pickup .flexBox h4,
.game_master .lowerpage .sec-pickup .flexBox h4 {
	color: #e52a89;}
.car_engineer1 .lowerpage .sec-pickup .flexBox h3 span,
.car_engineer3 .lowerpage .sec-pickup .flexBox h3 span,
.car_engineer2 .lowerpage .sec-pickup .flexBox h3 span,
.emobility .lowerpage .sec-pickup .flexBox h3 span {
	background-color: #5d6970;}
.car_engineer1 .lowerpage .sec-pickup .flexBox h4,
.car_engineer3 .lowerpage .sec-pickup .flexBox h4,
.car_engineer2 .lowerpage .sec-pickup .flexBox h4,
.emobility .lowerpage .sec-pickup .flexBox h4 {
	color: #5d6970;}
.engi_cad .lowerpage .sec-pickup .flexBox h3 span,
.engi_architect .lowerpage .sec-pickup .flexBox h3 span {
	background-color: #b27017;}
.engi_cad .lowerpage .sec-pickup .flexBox h4,
.engi_architect .lowerpage .sec-pickup .flexBox h4 {
	color: #b27017;}
.drone_specialist .lowerpage .sec-pickup .flexBox h3 span {
	background-color: #009761;}
.drone_specialist .lowerpage .sec-pickup .flexBox h4 {
	color: #009761;}
.electric .lowerpage .sec-pickup .flexBox h3 span,
.electrical_construction .lowerpage .sec-pickup .flexBox h3 span {
	background-color: #ee7300;}
.electric .lowerpage .sec-pickup .flexBox h4,
.electrical_construction .lowerpage .sec-pickup .flexBox h4 {
	color: #ee7300;}
.engi_rediation .lowerpage .sec-pickup .flexBox h3 span {
	background-color: #b43c90;}
.engi_rediation .lowerpage .sec-pickup .flexBox h4 {
	color: #b43c90;}
.info_major .lowerpage .sec-pickup .flexBox h3 span,
.game_major .lowerpage .sec-pickup .flexBox h3 span {
	background-color: #CD131C;}
.info_major .lowerpage .sec-pickup .flexBox h4,
.game_major .lowerpage .sec-pickup .flexBox h4 {
	color: #CD131C;} */



/* 学科ページ：オープンキャンパス・お知らせ
------------------------------------------------------------------ */
.lowerpage .sec-news {
	padding: 80px 0 0;
}
.lowerpage .sec-news.pb {
	padding-bottom: 80px;
}
.lowerpage .sec-news h3 {
	font-size: 22px;
	line-height: 1.75;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.lowerpage .sec-news h3::after {
	content: "";
	display: block;
	width: 140px;
	height: 2px;
	margin: 10px auto 0;
	background: -webkit-linear-gradient(left, #f39800 50%, #dbdbdb 50%);
	background: -o-linear-gradient(left, #f39800 50%, #dbdbdb 50%);
	background: linear-gradient(to right, #f39800 50%, #dbdbdb 50%);
}
.lowerpage .sec-news .inner {
	width: 1120px;
	margin: auto;
}
.lowerpage .sec-news .lead {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.lowerpage .sec-news ul li .box {
	background: #F9F9F9;
	width: 340px;
	margin-right: 41px;
}
.lowerpage .sec-news ul li .txt {
	padding: 0 20px 60px;
	min-height: 100px;
	position: relative;
}
.lowerpage .sec-news ul li p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}
.lowerpage .sec-news figure {
	position: relative;
	display: block;
	text-align: center;
	width: 340px;
	height: 220px;
	margin-bottom: 15px;
	text-align: center !important;
	overflow: hidden;
}
.lowerpage .sec-news figure img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.lowerpage .sec-news .prev-arrow {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: -50px;
	margin: auto;
}
.lowerpage .sec-news .prev-arrow::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 50px;
	background: url(../../assets/img/wizup07/prev.jpg) no-repeat left center/cover;
}
.lowerpage .sec-news .next-arrow {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: -10px;
	margin: auto;
}
.lowerpage .sec-news .next-arrow::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 50px;
	background: url(../../assets/img/wizup07/next.jpg) no-repeat left center/cover;
}
.info_high .lowerpage .sec-news h3::after,
.info_engineer .lowerpage .sec-news h3::after,
.ai_system .lowerpage .sec-news h3::after,
.info_system .lowerpage .sec-news h3::after {
	background: -webkit-linear-gradient(left, #003e97 50%, #dbdbdb 50%);
	background: -o-linear-gradient(left, #003e97 50%, #dbdbdb 50%);
	background: linear-gradient(to right, #003e97 50%, #dbdbdb 50%);
}
.game .lowerpage .sec-news h3::after,
.game_master .lowerpage .sec-news h3::after {
	background: -webkit-linear-gradient(left, #ea5c77 50%, #dbdbdb 50%);
	background: -o-linear-gradient(left, #ea5c77 50%, #dbdbdb 50%);
	background: linear-gradient(to right, #ea5c77 50%, #dbdbdb 50%);
}
.car_engineer1 .lowerpage .sec-news h3::after,
.car_engineer3 .lowerpage .sec-news h3::after,
.car_engineer2 .lowerpage .sec-news h3::after,
.emobility .lowerpage .sec-news h3::after {
	background: -webkit-linear-gradient(left, #5d6970 50%, #dbdbdb 50%);
	background: -o-linear-gradient(left, #5d6970 50%, #dbdbdb 50%);
	background: linear-gradient(to right, #5d6970 50%, #dbdbdb 50%);
}
.engi_cad .lowerpage .sec-news h3::after,
.engi_architect .lowerpage .sec-news h3::after {
	background: -webkit-linear-gradient(left, #b27017 50%, #dbdbdb 50%);
	background: -o-linear-gradient(left, #b27017 50%, #dbdbdb 50%);
	background: linear-gradient(to right, #b27017 50%, #dbdbdb 50%);
}
.drone_specialist .lowerpage .sec-news h3::after {
	background: -webkit-linear-gradient(left, #009761 50%, #dbdbdb 50%);
	background: -o-linear-gradient(left, #009761 50%, #dbdbdb 50%);
	background: linear-gradient(to right, #009761 50%, #dbdbdb 50%);
}
.engi_rediation .lowerpage .sec-news h3::after {
	background: -webkit-linear-gradient(left, #a13aba 50%, #dbdbdb 50%);
	background: -o-linear-gradient(left, #a13aba 50%, #dbdbdb 50%);
	background: linear-gradient(to right, #a13aba 50%, #dbdbdb 50%);
}
.ucf .lowerpage .sec-news h3::after.infogame .lowerpage .sec-news h3::after,
.info_major .lowerpage .sec-news h3::after,
.game_major .lowerpage .sec-news h3::after {
	background: -webkit-linear-gradient(left, #d80c18 50%, #dbdbdb 50%);
	background: -o-linear-gradient(left, #d80c18 50%, #dbdbdb 50%);
	background: linear-gradient(to right, #d80c18 50%, #dbdbdb 50%);
}

/* 対象者別 */
.lowerpage .sec-news.target {
	padding-bottom: 100px;
}


/* 学科ページ：その他科目
------------------------------------------------------------------ */
.lowerpage .sec-subject {
	padding-top: 80px;
	padding-bottom: 80px;
}
.lowerpage .sec-subject .inner {
	margin: auto;
	width: 1120px;
}
.lowerpage .sec-subject .flexBox {
	display: grid;
	grid-template-columns: 200px auto;
	align-items: center;
	gap: 1em;
	margin-top: 3em;
}
.lowerpage .sec-subject .flexBox h3 {
	border: 1px solid #CD131C;
	color: #CD131C;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}
.lowerpage .sec-subject .flexBox ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1em;
}
.lowerpage .sec-subject .flexBox ul li {
	font-size: 18px;}
.lowerpage .sec-subject .flexBox ul li::first-letter {
	color: #CD131C;}
.lowerpage .sec-subject .txt {
	margin-top: 2em;}

@media only screen and (max-width: 769px) {
/* 学科ページ；メインビジュアル
------------------------------------------------------------------ */
	/* .course-visual-header {
		margin-top: 50px;
	}
	.course-visual-header .inner {
		width: 100%;
	}
	.course-visual-header .ttl {
		display: block;
		margin: auto;
		padding: 1em 0;
		width: 95%;
	}
	.course-visual-header .ttl h2 {
		font-size: 1.8em;
		justify-content: center;
		margin-bottom: .5rem;
		text-align: center;
	}
	.course-visual-header .ttl h3 {
		font-size: 1.45em;
		margin: 0 0 .75rem;
		text-align: center;
	}
	.course-visual-header .ttl .course {
		font-size: 1em;
		margin-left: 0;
		text-align: center;
	}
	.course-visual-header .ttl .course_tag {
		align-items: baseline;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: .5rem auto 1rem;
	}
	.course-visual-header .ttl .course_tag2 {
		font-size: 1.35em;
		margin: 0;
		text-align: center;
	}
	.course-visual-header .ttl span.border {
		border-width: 1px;
		display: inline-block;
		font-size: 0.75em;
		margin-top: .5em;
		margin-left: 0;
		padding: 5px;
	}
	.course-visual-header .ttl span.border + span.border {
		margin-left: .5em;
	} */


/* 学科ページ：コース概要
------------------------------------------------------------------ */
	/* .lowerpage .sec-course-about {
		padding: 0 0 1.5em;
	}
	.lowerpage .sec-course-about .inner {
		width: 90%;
	}
	.lowerpage .sec-course-about .anchor-menu {
		grid-template-columns: 1fr 1fr;
	}
	.lowerpage .sec-course-about .anchor-menu li:nth-child(odd){
		border-left: 1px solid #fff;
	}
	.lowerpage .sec-course-about .anchor-menu li a {
		box-sizing: border-box;
		display: flex;
		font-size: 12px;
		height: 35px;
		line-height: 1.25;
		align-items: center;
		justify-content: center;
		padding: 0 20px;
	}
	.lowerpage .sec-course-about .ttl-sub {
		font-size: 1.35em;
		line-height: 1.25;
		text-align: center;
		box-sizing: border-box;
		padding: 1em 5%;
	}
	.lowerpage .sec-course-about .list {
		border-spacing: 0px;
		margin: 0;
		width: 100%;
	}
	.lowerpage .sec-course-about .list tr + tr th {
		margin-top: 15px;
	}
	.lowerpage .sec-course-about .list th {
		box-sizing: border-box;
		display: block;
		padding: 5px;
		width: 100%;
	}
	.lowerpage .sec-course-about .list td {
		display: block;
		font-size: 14px;
		padding: 10px 0 0;
		width: 100%;
	}
	.lowerpage .sec-course-about .course-movie {
		margin: 2rem auto;
	}
	.lowerpage .sec-course-about .course-movie iframe {
		height: 250px;
		width: 100%;
	}
	.lowerpage .sec-course-about .course-movie .youtube-wrapper {
		width: 225px;
		height: calc(225px * 16 / 9);
	}
	.lowerpage .sec-course-about .course-movie a.btn.btn-02 {
		margin-top: 15px !important;
		padding: 10px 50px;
	}
	.lowerpage .sec-course-about .course-movie .bg_on h2 {
		letter-spacing: inherit;
	} */

/* 学科ページ：特長
------------------------------------------------------------------ */
	/* .lowerpage .sec-features {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.lowerpage .sec-features .bg_on {
		margin: 0 auto 20px;
		width: 90%;
	}
	.lowerpage .sec-features .inner {
		width: 90%;
	}
	.lowerpage .sec-features .inner .radius-box {
		padding: 20px 5% 5%;
	}
	.lowerpage .sec-features .inner .radius-box:before {
		width: 55px;
		height: 65px;
		top: -40px;
	}
	.lowerpage .sec-features .inner .flexBox {
		flex-direction: column;
	}
	.lowerpage .sec-features .inner .flexBox.noflex h3 {
		order: 2;}
	.lowerpage .sec-features .inner .flexBox.noflex p {
		order: 3;}
	.lowerpage .sec-features .inner .flexBox.noflex figure {
		margin-top: 0;
		margin-bottom: 10px;
		order: 1;
	}
	.lowerpage .sec-features .inner .flexBox + .flexBox {
		margin-top: 30px;
	}
	.lowerpage .sec-features .inner .flexBox .boxR {
		margin-bottom: 10px;
		width: 100%;
	}
	.lowerpage .sec-features .inner .flexBox .boxL {
		width: 100%;
	}
	.lowerpage .sec-features .inner .flexBox h3 {
		font-size: 16.5px;
		line-height: 1.35;
		margin-bottom: 10px;
	}
	.lowerpage .sec-features .inner .flexBox h3 small {
		font-size: 14px;
	}
	.lowerpage .sec-features .inner .flexBox p {
		font-size: 14px;
	}
	.lowerpage .sec-features .inner .flexBox .point-illust {
		margin-top: .75rem;
	}
	.lowerpage .sec-features.car .inner .radius-box:nth-child(5) .company {
		padding-top: 20px !important;
	} */


/* 学科ページ：実績
------------------------------------------------------------------ */
	/* .lowerpage .sec-achieve .inner {
	  width: 90%;
	}
	.lowerpage .sec-achieve .bg_on {
		margin-top: 0;
	}
	.lowerpage .sec-achieve h3 {
		font-size: 1.5em;
		line-height: 1.55;
		margin-bottom: 10px;
	}
	.lowerpage .sec-achieve h3::after {
		width: 100px;
	}
	.lowerpage .sec-achieve .zisseki_lead {
		font-size: 1.1em;
		letter-spacing: inherit;
		line-height: 1.55;
		margin-bottom: 15px;
	}
	.lowerpage .sec-achieve .lead {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.lowerpage .sec-achieve .lead span {
		font-size: 15px;
		line-height: 1.5;
	}
	.lowerpage .sec-achieve ul {
		flex-wrap: wrap;
		gap: 1rem;
		margin: 0 auto 15px;
	}
	.lowerpage .sec-achieve ul li {
		margin: 0;
		width: 100%;
	}
	.lowerpage .sec-achieve ul.sp_box1 li {
		width: 60%;
	}
	.lowerpage .sec-achieve ul.sp_box2 li {
		margin: 0 1% 0;
		width: 31%;
	}
	.lowerpage .sec-achieve ul li p {
		font-size: 14px;
		margin-top: .5em;
	}
	.lowerpage .sec-achieve .notes {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.lowerpage .sec-achieve .compe_img {
		margin-bottom: 40px;
		width: 100%;
	}
	.lowerpage .sec-achieve .compe_img figcaption {
		font-size: 14px;
	}
	.lowerpage .sec-achieve a.btn.btn-02 {
		font-size: 1em;
		margin-top: 0 !important;
		padding: 15px 60px;
	} */


/* 学科ページ：学びの流れ・就活スケジュール
------------------------------------------------------------------ */
	/* .lowerpage .sec-step {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.lowerpage .sec-step .inner {
		width: 90%;
	}
	.lowerpage .sec-step .bg_on {
		margin-top: 0;
	}
	.lowerpage .sec-step .step {
		display: block;
		width: 100%;
	}
	.lowerpage .sec-step .step .box {
		width: 100%;
	}
	.lowerpage .sec-step .step.box4 .box,
	.lowerpage .sec-step .step.box3 .box,
	.lowerpage .sec-step .step.box2 .box {
		width: 100%;
	}
	.lowerpage .sec-step .step .box .head {
		font-size: 18px;
	}
	.lowerpage .sec-step .step .box .head::after {
		content: none;
	}
	.lowerpage .sec-step .step .box .recruit-start {
		bottom: 10.8%;
    right: 0;
    width: 40px;
    height: 35%;
		z-index: 1;
	}
	.lowerpage .sec-step .step .box .recruit-start.w75 {
		width: 40px;
    height: 89.1%;
	}
	.lowerpage .sec-step .step .box .recruit-start.w45 {
		width: 40px;
		height: 48%;
	}
	.lowerpage .sec-step .step .box .recruit-start::after {
		right: -20px;
		top: inherit;
    bottom: -50px;
    margin: auto;
		border-top: 40px solid #8D9AA2;
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
	}
	.lowerpage .sec-step .step .box .recruit-start::before {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: center;
		letter-spacing: 3px;
	} */


/* 学科ページ：タイムテーブル
------------------------------------------------------------------ */
	/* .lowerpage .sec-timetable {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-top: 40px;
	}
	.lowerpage .sec-timetable .inner {
		margin: auto;
		width: 90%;
	}
	.lowerpage .sec-timetable .bg_on {
		margin-top: 0;
	}
	.lowerpage .sec-timetable .tbl-set table {
		width: 840px;
	}
	.lowerpage .sec-timetable .tbl-set thead th {
		width: 130px;
	}
	.lowerpage .sec-timetable .tbl-set thead th:first-child {
		width: 190px;
	}
	.lowerpage .sec-timetable .tbl-set tbody td {
		width: 130px;
	}
	.lowerpage .sec-timetable .tbl-set tbody td:first-child {
		width: 90px;
	}
	.lowerpage .sec-timetable .tbl-set tbody td:nth-child(2){
		width: 100px;
	}
	.lowerpage .sec-timetable .txt {
		font-size: 11px;
	} */


/* 学科ページ：卒業生ボイス
------------------------------------------------------------------ */
	/* .lowerpage .sec-interview {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.lowerpage .sec-interview .inner {
		width: 90%;
	}
	.lowerpage .sec-interview .bg_on {
		margin-top: 0;
	}
	.lowerpage .sec-interview .area_interview .img-block {
		width: 100%;
	}
	.lowerpage .sec-interview .area_interview .img-block:before {
		content: none;
	}
	.lowerpage .sec-interview .area_interview .text-block {
		gap: 1rem;
		padding: 5% 3%;
		width: 100%;
	}
	.lowerpage .sec-interview .area_interview p {
		font-size: 14px;
	}
	.lowerpage .sec-interview .area_interview .text-block .class {
		font-size: 1.25em;
		line-height: 1.3;
	}
	.lowerpage .sec-interview .area_interview .text-block .class + .class {
		margin: 5px auto 10px;
	}
	.lowerpage .sec-interview .area_interview .text-block .name {
		line-height: 1.3;
	}
	.lowerpage .sec-interview .qa-box-ttl {
		font-size: 1.2em;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.lowerpage .sec-interview .interview-qa-box .dl_interview {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.lowerpage .sec-interview .interview-qa-box .dl_interview:nth-child(2n + 1) {
		clear: both;
		margin: 0 0 20px 0;
	}
	.lowerpage .sec-interview .interview-qa-box .dl_interview dt {
		padding: 0 0 8px 25px;
		font-size: 1em;
		line-height: 1.6;
		min-height: inherit;
	}
	.lowerpage .sec-interview .interview-qa-box .dl_interview dt .text-q {
		font-size: 1.4em;
	}
	.lowerpage .sec-interview .interview-qa-box .dl_interview dd {
		font-size: 0.8em;
		padding: 10px;
		min-height: inherit;
		line-height: 1.6;
	} */


/* 学科ページ：動画
------------------------------------------------------------------ */
	/* .lowerpage .sec-movie {
	  padding-top: 20px;
	  padding-bottom: 40px;
	}
	.lowerpage .sec-movie .inner {
		width: 90%;
	}
	.lowerpage .sec-movie .movie-flex {
		flex-wrap: wrap;
		margin: 0;
	}
	.lowerpage .sec-movie .movie-flex .movie-box {
		margin: 0;
		width: 100%;
	}
	.lowerpage .sec-movie .movie-flex .movie-box + .movie-box {
		margin-top: 20px;
	}
	.lowerpage .sec-movie .movie-flex p {
		font-size: 1.15em;
		margin-top: 5px;
		padding: 5px 5px 8px;
	} */


/* 学科ページ：ページ内リンク
------------------------------------------------------------------ */
	.lowerpage .sec-pagelink { display: block;}
	.lowerpage .sec-pagelink .inner {
		width: 90%;
	}
	.lowerpage .sec-pagelink .anchor-menu li {
		width: calc(100% / 2 - 2px);
	}
	.lowerpage .sec-pagelink .anchor-menu li:nth-child(3n){
		border-right: inherit;
	}
	.lowerpage .sec-pagelink .anchor-menu li:nth-child(2n){
		border-right: 1px solid #000;
	}
	.lowerpage .sec-pagelink .anchor-menu li:nth-child(9){
		border-right: 1px solid #000;
	}
	.lowerpage .sec-pagelink .anchor-menu li a {
		align-items: center;
		display: flex;
		font-size: 12px;
		justify-content: center;
		line-height: 1.25;
		min-height: 35px;
		padding: 0 20px;
	}
	.lowerpage .sec-pagelink .anchor-menu li a:after {
		border-width: 1px;
	  width: 5px;
	  height: 5px;
	  right: .6rem;
	}
	.lowerpage .sec-pagelink .fixNav .nav__menu {
		background-color: inherit;
		border-radius: 0;
	}
	.lowerpage .sec-pagelink .fixNav .nav__menu-item a {
		margin: 0;
		padding: 1rem 0;
	}
	.lowerpage .sec-pagelink .fixNav .nav__menu-item a.fixNav_oc {
		padding: 1rem 0;
	}


/* 学科ページ：注目のカリキュラム
------------------------------------------------------------------ */
	/* .lowerpage .sec-pickup {
		padding: 40px 0;
	}
	.lowerpage .sec-pickup .bg_on {
		margin-bottom: 20px;
	}
	.lowerpage .sec-pickup .inner:nth-of-type(2){
		margin-bottom: 40px;
	}
	.lowerpage .sec-pickup .inner {
		width: 90%;
	}
	.lowerpage .sec-pickup .flexBox {
		flex-direction: column;
	}
	.lowerpage .sec-pickup .flexBox .boxR {
		margin-bottom: 20px;
		width: 100%;
	}
	.lowerpage .sec-pickup .flexBox .boxL {
		width: 100%;
	}
	.drone_specialist .lowerpage .sec-pickup .flexBox {
		flex-direction: row;
		flex-wrap: wrap;
		grid-gap: .5rem;
	}
	.lowerpage .sec-pickup .flexBox .box {
		width: calc(100% / 2 - .25rem);
	}
	.lowerpage .sec-pickup .flexBox h3 {
		font-size: 20px;
	}
	.lowerpage .sec-pickup .flexBox h3 span {
		padding: 0 .75rem;
	}
	.lowerpage .sec-pickup .flexBox p {
		font-size: 14px;
	}
	.lowerpage .sec-pickup .flexBox h4 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.lowerpage .sec-pickup .flexBox .illust {
		width: 100px;
	} */


/* 学科ページ：オープンキャンパス・お知らせ
------------------------------------------------------------------ */
	.lowerpage .sec-news {
		padding: 40px 0 0;
	}
	.lowerpage .sec-news.pb {
		padding-bottom: 40px;
	}
	.lowerpage .sec-news h3 {
		font-size: 18px;
	  margin-bottom: 20px;
	}
	.lowerpage .sec-news h3::after {
		margin: 5px auto 0;
	}
	.lowerpage .sec-news .inner {
		width: 100%;
	}
	.lowerpage .sec-news .lead {
		font-size: 12px;
		line-height: 1.55;
		margin-bottom: 20px;
	}
	.lowerpage .sec-news ul li .box {
		width: 300px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.lowerpage .sec-news figure {
		width: 300px;
		height: 200px;
	}
	.lowerpage .sec-news .message p {
		margin: .55em auto;
	}
	/* 対象者別 */
	.lowerpage .sec-news.target {
		padding-bottom: 50px;
	}

	/* 学科ページ：その他科目
	------------------------------------------------------------------ */
	.lowerpage .sec-subject {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.lowerpage .sec-subject .inner {
		width: 90%;
	}
	.lowerpage .sec-subject .flexBox {
		grid-template-columns: 1fr;
		margin-top: 2em;
	}
	.lowerpage .sec-subject .flexBox h3 {
		font-size: 22px;
		padding: 3px 0 5px;
	}
	.lowerpage .sec-subject .flexBox ul {
		grid-template-columns: 1fr;
		gap: .5em;
	}
	.lowerpage .sec-subject .flexBox ul li {
		font-size: 15px;
	}
}



/* 大学併修分野
------------------------------------------------------------------ */
.ucf .course-visual-header,.infogame .course-visual-header,
.info_major .course-visual-header,
.game_major .course-visual-header {
	margin-top: 0;
	background-image: linear-gradient(90deg, rgba(234, 85, 20, 1), rgba(230, 0, 18, 1) 75%);
}
.ucf .lowerpage .sec-course-about,.infogame .lowerpage .sec-course-about,
.info_major .lowerpage .sec-course-about,
.game_major .lowerpage .sec-course-about {
	background-image: linear-gradient(90deg, rgba(234, 85, 20, 1), rgba(230, 0, 18, 1) 75%);
	width: 100%;
}
.ucf .lowerpage .bgc_sub,.infogame .lowerpage .bgc_sub,
.info_major .lowerpage .bgc_sub,
.game_major .lowerpage .bgc_sub {
	display: inline-block;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
	background: #D70C18;
  padding: 5px 25px 8px;
}
.ucf .lowerpage .bgc_sub h2,.infogame .lowerpage .bgc_sub h2,
.info_major .lowerpage .bgc_sub h2,
.game_major .lowerpage .bgc_sub h2 {
	color: #FFF000;
	font-size: 30px;
  letter-spacing: 2px;
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
}
.ucf .lowerpage img ,.infogame .lowerpage img,
.info_major .lowerpage img,
.game_major .lowerpage img {
	width: 100%;}
.ucf .list th,.infogame .list th,
.info_major .list th,
.game_major .list th {
	color: #d80c18;}
.ucf a.btn.btn-02,.infogame a.btn.btn-02,
.info_major a.btn.btn-02,
.game_major a.btn.btn-02 {
	border-color: #d80c18 !important;
	color: #d80c18 !important;
}
.ucf a.btn.btn-02:hover,.infogame a.btn.btn-02:hover,
.info_major a.btn.btn-02:hover,
.game_major a.btn.btn-02:hover {
	background-color: #d80c18 !important;
	color: #fff !important;
}
.ucf .lowerpage .sec-course-about .ttl-sub,
.infogame .lowerpage .sec-course-about .ttl-sub,
.info_major .lowerpage .sec-course-about .ttl-sub,
.game_major .lowerpage .sec-course-about .ttl-sub {
	background: #cd131c;
}
.ucf .lowerpage .sec-course-about a.btn.btn-02,
.infogame .lowerpage .sec-course-about a.btn.btn-02,
.info_major .lowerpage .sec-course-about a.btn.btn-02,
.game_major .lowerpage .sec-course-about a.btn.btn-02 {
	min-width: 520px;
}
.ucf .lowerpage .sec-07 .inner ul li .floBox .detail span.icon,
.infogame .lowerpage .sec-07 .inner ul li .floBox .detail span.icon,
.info_major .lowerpage .sec-07 .inner ul li .floBox .detail span.icon,
.game_major .lowerpage .sec-07 .inner ul li .floBox .detail span.icon {
	border-color: #cd131c;
	color: #cd131c;
}
.ucf .lowerpage .sec-07 .inner ul li .floBox .detail a.btn.btn-03,
.infogame .lowerpage .sec-07 .inner ul li .floBox .detail a.btn.btn-03,
.info_major .lowerpage .sec-07 .inner ul li .floBox .detail a.btn.btn-03,
.game_major .lowerpage .sec-07 .inner ul li .floBox .detail a.btn.btn-03 {
	background: #cd131c;
}

.ucf .lowerpage section,.infogame .lowerpage section {
	width: 1000px;
	margin: auto;
}
.ucf .lowerpage .sec-charm,.infogame .lowerpage .sec-charm {
	background: url(../img/ucf/bg-infogame-01.jpg) no-repeat top/cover;
	padding-top: 80px;
	width: 100%;
}
.ucf .lowerpage .sec-charm .inner,.infogame .lowerpage .sec-charm .inner {
	width: 800px;
	margin: auto;}
.ucf .lowerpage .sec-charm .grid,.infogame .lowerpage .sec-charm .grid {
	display: grid;
	grid-gap: 80px;}
.ucf .lowerpage .sec-charm .dl-grid,.infogame .lowerpage .sec-charm .dl-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;}
.ucf .lowerpage .sec-charm .dl-grid dt,.infogame .lowerpage .sec-charm .dl-grid dt {
	color: #d80c18;
	font-size: 25px;
	margin-bottom: 10px;}
.ucf .lowerpage .sec-charm .dl-grid dd,.infogame .lowerpage .sec-charm .dl-grid dd {
	color: #000;
	font-size: 20px;
	line-height: 1.75;}
.ucf .lowerpage .sec-charm .dl-grid dd span,.infogame .lowerpage .sec-charm .dl-grid dd span {
	display: table-cell;}
.ucf .lowerpage .sec-charm .dl-grid dd span:first-child,.infogame .lowerpage .sec-charm .dl-grid dd span:first-child {
	color: #d80c18;
	padding-right: 5px;}

.ucf .lowerpage .sec-major,.infogame .lowerpage .sec-major {
	padding: 80px 0;
}
.ucf .lowerpage .sec-major .grid,.infogame .lowerpage .sec-major .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;}
.ucf .lowerpage .sec-major .grid h4,.infogame .lowerpage .sec-major .grid h4 {
	color: #d80c18;
	font-size: 28px;
	line-height: 1.35;
	padding: 15px 0 10px;
	text-align: center;}
.ucf .lowerpage .sec-major .grid p,.infogame .lowerpage .sec-major .grid p {
	text-align: center;
	line-height: 1.4;
	font-size: 20px;}

.ucf .lowerpage .sec-features .inner .flexBox h3,.infogame .lowerpage .sec-features .inner .flexBox h3 {
	color: #d80c18;}

.ucf .lowerpage .sec-timetable,.infogame .lowerpage .sec-timetable {
	background: #fff;
	padding-bottom: 0;
}
.ucf .lowerpage .sec-timetable .inner,.infogame .lowerpage .sec-timetable .inner {
	width: 1000px;
}
.ucf .lowerpage .sec-timetable .grid,.infogame .lowerpage .sec-timetable .grid {
	align-items: center;
	display: grid;
	grid-template-columns: auto 420px;
	grid-gap: 4em;
	padding-bottom: 80px;
}
.ucf .lowerpage .sec-timetable .tbl-grid,.infogame .lowerpage .sec-timetable .tbl-grid {
	align-items: center;
	display: grid;
	grid-template-columns: auto 430px 430px;
	font-weight: bold;
	padding: 20px 0 10px;
	font-size: 16px;
	line-height: 1.35;
	text-align: center;
}
.ucf .lowerpage .sec-timetable .tbl-set,.infogame .lowerpage .sec-timetable .tbl-set {
	width: 100%;}
.ucf .lowerpage .sec-timetable .tbl-set table,.infogame .lowerpage .sec-timetable .tbl-set table {
	table-layout: fixed;}
.ucf .lowerpage .sec-timetable .tbl-set th,.infogame .lowerpage .sec-timetable .tbl-set th,
.ucf .lowerpage .sec-timetable .tbl-set td,.infogame .lowerpage .sec-timetable .tbl-set td { border: 1px solid #000;}
.ucf .lowerpage .sec-timetable .tbl-set thead th:first-child,.infogame .lowerpage .sec-timetable .tbl-set thead th:first-child {
	background-color: #fff;
	width: 100px;}
.ucf .lowerpage .sec-timetable .tbl-set thead th,.infogame .lowerpage .sec-timetable .tbl-set thead th {
	font-size: 24px;
	padding: 10px 0;
	width: 300px;}
.ucf .lowerpage .sec-timetable .tbl-set tbody td,.infogame .lowerpage .sec-timetable .tbl-set tbody td {
	box-sizing: border-box;
	color: #000;
	font-weight: bold;
	line-height: 1.35;
	padding: 15px;
	width: auto;}
.ucf .lowerpage .sec-timetable .tbl-set tbody td:nth-child(2),.infogame .lowerpage .sec-timetable .tbl-set tbody td:nth-child(2) {
	background-color: rgba(204, 19, 28, 0.1);}
.ucf .lowerpage .sec-timetable .tbl-set tbody td:last-child,.infogame .lowerpage .sec-timetable .tbl-set tbody td:last-child {
	color: #A59663;}
.ucf .lowerpage .sec-timetable .tbl-set tbody td > font,.infogame .lowerpage .sec-timetable .tbl-set tbody td > font {
	display: block;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
	white-space: break-spaces;}
.ucf .lowerpage .sec-timetable .tbl-set tbody td font.t-center,.infogame .lowerpage .sec-timetable .tbl-set tbody td font.t-center {
	text-align: center;}
.ucf .lowerpage .sec-timetable .tbl-head,.infogame .lowerpage .sec-timetable .tbl-head {
	max-width: 560px;
	margin: auto;
}
.ucf .lowerpage .sec-timetable .charm-list,.infogame .lowerpage .sec-timetable .charm-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1em;
}
.ucf .lowerpage .sec-timetable .charm-list .box,.infogame .lowerpage .sec-timetable .charm-list .box {
	border: 2px solid #d80c18;
	border-radius: 15px;
	padding: 1em;}
.ucf .lowerpage .sec-timetable .charm-list .box .ttl,.infogame .lowerpage .sec-timetable .charm-list .box .ttl {
	margin: -2.5em auto .5em;
	width: 50%;}
.ucf .lowerpage .sec-timetable .charm-list .text,.infogame .lowerpage .sec-timetable .charm-list .text {
	color: #d80c18;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;}
.ucf .lowerpage .sec-timetable .bg_line,.infogame .lowerpage .sec-timetable .bg_line {
	color: #d80c18;
	font-size: 26px;
	font-weight: 600;
	display: flex;
	gap: 1em;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 3em auto 1.5em;
}
.ucf .lowerpage .sec-timetable .bg_line img,.infogame .lowerpage .sec-timetable .bg_line img {
	width: 160px;}
.ucf .lowerpage .sec-timetable .bg_line .big,.infogame .lowerpage .sec-timetable .bg_line .big {
	font-size: 130%;}
.ucf .lowerpage .sec-timetable .bg_line .marker,.infogame .lowerpage .sec-timetable .bg_line .marker {
	background: linear-gradient(transparent 65%, #fff000 35%);}
.ucf .lowerpage .sec-timetable .charm01,.infogame .lowerpage .sec-timetable .charm01 {
	align-items: center;
	display: grid;
	grid-template-columns: auto 40px auto;
}
.ucf .lowerpage .sec-timetable .charm01 .box,.infogame .lowerpage .sec-timetable .charm01 .box {
	background: #fff5e9;}
.ucf .lowerpage .sec-timetable .charm01 .box p,.infogame .lowerpage .sec-timetable .charm01 .box p {
	background: #d80c18;
	color: #fff697;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	padding: .5em;}
.ucf .lowerpage .sec-timetable .charm01 .box p span,.infogame .lowerpage .sec-timetable .charm01 .box p span {
	background: #fff;
	color: #d80c18;
	font-size: 60%;
	padding: 0 .5em;
	margin-right: 10px;
	vertical-align: middle;}
.ucf .lowerpage .sec-timetable .charm01 .box ul,.infogame .lowerpage .sec-timetable .charm01 .box ul {
	padding: 1em 2em;}
.ucf .lowerpage .sec-timetable .charm01 .box li,.infogame .lowerpage .sec-timetable .charm01 .box li {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	padding-left: 1em;
	text-indent: -1em;}
.ucf .lowerpage .sec-timetable .charm01 .box li::first-letter,.infogame .lowerpage .sec-timetable .charm01 .box li::first-letter {
	color: #d80c18;}
.ucf .lowerpage .sec-timetable .charm02,.infogame .lowerpage .sec-timetable .charm02 {
	max-width: 800px;
	margin: 0 auto 5em;
}
.ucf .lowerpage .sec-timetable .charm03,.infogame .lowerpage .sec-timetable .charm03 {
	background: #fff5e9;
	padding: 2em 10em;
}
.ucf .lowerpage .sec-timetable .charm03 figure,.infogame .lowerpage .sec-timetable .charm03 figure {
	margin-bottom: 1.5em;}
.ucf .lowerpage .sec-timetable .charm03 p,.infogame .lowerpage .sec-timetable .charm03 p {
	font-size: 14px;
	line-height: 1.7;
	padding-left: 1em;
	text-indent: -1em;}

.ucf .lowerpage .sec-cost,.infogame .lowerpage .sec-cost {
	padding-top: 80px;}
.ucf .lowerpage .sec-cost .inner,.infogame .lowerpage .sec-cost .inner {
	width: 1000px;
	margin: auto;}
.ucf .lowerpage .sec-cost .t-center,.infogame .lowerpage .sec-cost .t-center {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: center;}
.ucf .lowerpage .sec-cost .t-center span,.infogame .lowerpage .sec-cost .t-center span {
	background-color: #d80c18;
	color: #fff;
	padding: 0 10px;}
.ucf .lowerpage .sec-cost .t-center small,.infogame .lowerpage .sec-cost .t-center small {
	font-size: 13px;
	padding-left: 10px;}

.ucf .lowerpage .sec-question,.infogame .lowerpage .sec-question {
	padding-top: 80px;
}
.ucf .lowerpage .sec-question .inner,.infogame .lowerpage .sec-question .inner {
	width: 1000px;
	margin: auto;}
.ucf .lowerpage .sec-question img,.infogame .lowerpage .sec-question img {
	vertical-align: middle;}
.ucf .lowerpage .sec-question .group,.infogame .lowerpage .sec-question .group {
	padding: 20px 0;
}
.ucf .lowerpage .sec-question .group + .group,.infogame .lowerpage .sec-question .group + .group {
	border-top: 1px solid #000;}
.ucf .lowerpage .sec-question p.q,.infogame .lowerpage .sec-question p.q {
	margin-bottom: 10px;}
.ucf .lowerpage .sec-question p.q span,.infogame .lowerpage .sec-question p.q span {
	color: #036EB7;
	font-size: 20px;
	font-weight: bold;
}
.ucf .lowerpage .sec-question p span,.infogame .lowerpage .sec-question p span {
	display: table-cell;
	font-size: 18px;
	line-height: 1.35;
	vertical-align: middle;
}
.ucf .lowerpage .sec-question p span:first-child,.infogame .lowerpage .sec-question p span:first-child {
	width: 60px;
	padding-right: 10px;
}

.ucf .lowerpage .sec-pickup .flexBox h3 span,.infogame .lowerpage .sec-pickup .flexBox h3 span {
	background-color: #d80c18;}
.ucf .lowerpage .sec-pickup .t-center,.infogame .lowerpage .sec-pickup .t-center {
	line-height: 1.5;
	margin-bottom: 2rem;
	text-align: center;
}

.ucf .lowerpage .sec-07,.infogame .lowerpage .sec-07 {
	background: none;
}
@media only screen and (max-width: 769px) {
	.ucf .lowerpage .bgc_sub h2,.infogame .lowerpage .bgc_sub h2 {
		font-size: 25px;}
	.ucf .lowerpage section,.infogame .lowerpage section {
		width: calc(100% - 2em);
	}

	.ucf .lowerpage .sec-course-about a.btn.btn-02,.infogame .lowerpage .sec-course-about a.btn.btn-02,
	.info_major .lowerpage .sec-course-about a.btn.btn-02,
	.game_major .lowerpage .sec-course-about a.btn.btn-02 {
		min-width: auto;
		padding: 10px;
		width: 90%;
	}

	.ucf .lowerpage .sec-charm,.infogame .lowerpage .sec-charm {
		padding-top: 40px;
	}
	.ucf .lowerpage .sec-charm .inner,.infogame .lowerpage .sec-charm .inner {
		width: 90%;}
	.ucf .lowerpage .sec-charm .grid,.infogame .lowerpage .sec-charm .grid {
		grid-gap: 30px;}
	.ucf .lowerpage .sec-charm .dl-grid dt,.infogame .lowerpage .sec-charm .dl-grid dt {
		font-size: 20px;
		margin-bottom: 8px;}
	.ucf .lowerpage .sec-charm .dl-grid dd,.infogame .lowerpage .sec-charm .dl-grid dd {
		font-size: 16px;}
	.ucf .lowerpage .sec-charm .dl-grid dd p,.infogame .lowerpage .sec-charm .dl-grid dd p {
		line-height: 1.3;
		margin-bottom: 5px;}

	.ucf .lowerpage .sec-major,.infogame .lowerpage .sec-major {
		padding: 40px 0;
	}
	.ucf .lowerpage .sec-major .inner,.infogame .lowerpage .sec-major .inner {
		margin: auto;
		width: 90%;}
	.ucf .lowerpage .sec-major .grid,.infogame .lowerpage .sec-major .grid {
		grid-template-columns: 1fr;}
	.ucf .lowerpage .sec-major .grid h4,.infogame .lowerpage .sec-major .grid h4 {
		font-size: 20px;
		padding: 10px 0 8px;}
	.ucf .lowerpage .sec-major .grid p,.infogame .lowerpage .sec-major .grid p {
		font-size: 15px;
		line-height: 1.3;}

	.ucf .lowerpage .sec-timetable .inner,.infogame .lowerpage .sec-timetable .inner {
		width: 95%;}
	.ucf .lowerpage .sec-timetable .grid,.infogame .lowerpage .sec-timetable .grid {
		grid-template-columns: 1fr;}
	.ucf .lowerpage .sec-timetable .tbl-grid,.infogame .lowerpage .sec-timetable .tbl-grid {
		padding: 0 0 10px;
		font-size: 14px;
		grid-template-columns: auto 245px 245px 245px;
		width: 840px;}
	.ucf .lowerpage .sec-timetable .tbl-set,.infogame .lowerpage .sec-timetable .tbl-set {
		width: 100%;}
	.ucf .lowerpage .sec-timetable .tbl-set thead th:first-child,.infogame .lowerpage .sec-timetable .tbl-set thead th:first-child {
		width: 100px;}
	.ucf .lowerpage .sec-timetable .tbl-set thead th,.infogame .lowerpage .sec-timetable .tbl-set thead th {
		font-size: 20px;
		line-height: 1.35;
		width: 245px;}
	.ucf .lowerpage .sec-timetable .tbl-set tbody th,.infogame .lowerpage .sec-timetable .tbl-set tbody th {
		width: 150px;}
	.ucf .lowerpage .sec-timetable .tbl-set tbody td,.infogame .lowerpage .sec-timetable .tbl-set tbody td {
		padding: 10px 15px;
		width: 230px;}
	.ucf .lowerpage .sec-timetable .tbl-set tbody td > font,.infogame .lowerpage .sec-timetable .tbl-set tbody td > font {
		font-size: 12px;}
	.ucf .lowerpage .sec-timetable .tbl-set tbody td p,.infogame .lowerpage .sec-timetable .tbl-set tbody td p {
		font-size: 15px;}
	.ucf .lowerpage .sec-timetable .bg_line,.infogame .lowerpage .sec-timetable .bg_line {
		gap: .5em;
		font-size: 18px;
		flex-direction: column;
		margin: 2em auto 1em;
	}
	.ucf .lowerpage .sec-timetable .bg_line img,.infogame .lowerpage .sec-timetable .bg_line img {
		width: 115px;}
	.ucf .lowerpage .sec-timetable .charm-list,.infogame .lowerpage .sec-timetable .charm-list {
		grid-template-columns: 1fr 1fr;
		gap: 1.5em .5em;
	}
	.ucf .lowerpage .sec-timetable .charm-list .text,.infogame .lowerpage .sec-timetable .charm-list .text {
		font-size: 14px;}
	.ucf .lowerpage .sec-timetable .charm-list .box:last-of-type,.infogame .lowerpage .sec-timetable .charm-list .box:last-of-type {
		grid-column: 3/1;}
	.ucf .lowerpage .sec-timetable .charm-list .box .ttl,.infogame .lowerpage .sec-timetable .charm-list .box .ttl{
		margin: -2em auto .5em;
		width: 110px;}
	.ucf .lowerpage .sec-timetable .charm01,.infogame .lowerpage .sec-timetable .charm01 {
		grid-template-columns: auto;
	}
	.ucf .lowerpage .sec-timetable .charm01 .box p,.infogame .lowerpage .sec-timetable .charm01 .box p {
		font-size: 20px;}
	.ucf .lowerpage .sec-timetable .charm01 .box ul,.infogame .lowerpage .sec-timetable .charm01 .box ul {
		padding: .5em;}
	.ucf .lowerpage .sec-timetable .charm01 .box li,.infogame .lowerpage .sec-timetable .charm01 .box li {
		font-size: 14px;}
	.ucf .lowerpage .sec-timetable .charm01 figure,.infogame .lowerpage .sec-timetable .charm01 figure {
		margin: auto;
		width: 30px;}
	.ucf .lowerpage .sec-timetable .charm02,.infogame .lowerpage .sec-timetable .charm02 {
		margin-bottom: 3em;}
	.ucf .lowerpage .sec-timetable .tbl-head,.infogame .lowerpage .sec-timetable .tbl-head {
		margin-bottom: 1em;
		width: 65%;
	}
	.ucf .lowerpage .sec-timetable .charm03,.infogame .lowerpage .sec-timetable .charm03 {
		padding: 1em;}
	.ucf .lowerpage .sec-timetable .charm03 p,.infogame .lowerpage .sec-timetable .charm03 p {
		font-size: 12px;}

	.ucf .lowerpage .sec-cost,.infogame .lowerpage .sec-cost {
		padding-top: 40px;}
	.ucf .lowerpage .sec-cost .inner,.infogame .lowerpage .sec-cost .inner {
		width: 90%;}
	.ucf .lowerpage .sec-cost .t-center,.infogame .lowerpage .sec-cost .t-center {
		font-size: 20px;
		line-height: 1.35;
		margin-bottom: 20px;}
	.ucf .lowerpage .sec-cost .t-center small,.infogame .lowerpage .sec-cost .t-center small {
		display: block;
		font-size: 12px;
		padding: 3px 0 5px 0;}

	.ucf .lowerpage .sec-question,.infogame .lowerpage .sec-question {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ucf .lowerpage .sec-question .inner,.infogame .lowerpage .sec-question .inner {
		width: 100%;}
	.ucf .lowerpage .sec-question .group,.infogame .lowerpage .sec-question .group {
		padding: 15px 0;}
	.ucf .lowerpage .sec-question p.q span,.infogame .lowerpage .sec-question p.q span {
		font-size: 18px;}
	.ucf .lowerpage .sec-question p.a span,.infogame .lowerpage .sec-question p.a span {
		vertical-align: top;}
	.ucf .lowerpage .sec-question p span,.infogame .lowerpage .sec-question p span {
		font-size: 14px;}
	.ucf .lowerpage .sec-question p span:first-child,.infogame .lowerpage .sec-question p span:first-child {
		width: 55px;}
}
