@charset "UTF-8";

.course_vd #main_content {
	--base-bg-color: rgba(249,232,211,1);
	--section-bg-color: #F08300;
	--section-text-color: #FFFFFF;
	--hero-text-color: #F08300;
	--header-image: url("/images/course/vd/img_header.png");
	--header-image-sp: url("/images/course/vd/img_header-sp.png");
	--header-sp-height: 360px;
}
.course_gc #main_content {
	--base-bg-color: rgba(255,237,244,1);
	--section-bg-color: #EC7AAC;
	--section-text-color: #FFFFFF;
	--hero-text-color: #EC7AAC;
	--header-image: url("/images/course/gc/img_header.png");
	--header-image-sp: url("/images/course/gc/img_header-sp.png");
	--header-sp-height: 360px;
}
.course_ma #main_content {
	--base-bg-color: rgba(241,248,226,1);
	--section-bg-color: #8FC31F;
	--section-text-color: #FFFFFF;
	--hero-text-color: #8FC31F;
	--header-image: url("/images/course/ma/img_header.png");
	--header-image-sp: url("/images/course/ma/img_header-sp.png");
	--header-sp-height: 360px;
}
.course_we #main_content {
	--base-bg-color: rgba(229,248,255,1);
	--section-bg-color: #37BEF0;
	--section-text-color: #FFFFFF;
	--hero-text-color: #37BEF0;
	--header-image: url("/images/course/we/img_header.png");
	--header-image-sp: url("/images/course/we/img_header-sp.png");
	--header-sp-height: 360px;
}
.course_ip #main_content {
	--base-bg-color: rgba(236, 233, 247, 1);
	--section-bg-color: #9A8EC3;
	--section-text-color: #FFFFFF;
	--hero-text-color: #9A8EC3;
	--header-image: url("/images/course/ip/img_header.png");
	--header-image-sp: url("/images/course/ip/img_header-sp.png");
	--header-sp-height: 360px;
}
.course_ai #main_content {
	--base-bg-color: rgba(217,227,242,1);
	--section-bg-color: #0079C3;
	--section-text-color: #FFFFFF;
	--hero-text-color: #0079C3;
	--header-image: url("/images/course/ai/img_header.png");
	--header-sp-height: 55.5555vw;
}
#main_content {
	background: var(--base-bg-color)!important;
}
.course-header{
	background-image: var(--header-image);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 596px;
	text-align: center;
}
@media screen and (max-width: 761px ) {
	.course_ai #main_content .course-header{
		height: var(--header-sp-height);
		margin-top: 10.0vw;

	}
	.course-header {
		height: fit-content;
		padding-bottom: 30px;
		background-image: var(--header-image-sp);
		margin-top: 10.0vw;
	}
}

.course-header_inner{
	width: 100%;
	max-width: 1536px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width: 1536px ) {
	.course-header_inner{
		padding-left: 20px;
	}
}
@media screen and (max-width: 761px ) {
	.course-header_inner{
		padding: 0 30px;
	}
}
.course_ai .course-header_inner{
	color: #FFFFFF;
}
.course-header_inner h2{
	font-size: 6.0rem;
	padding-top: 65px;
	margin: 0 0 15px;
}
@media screen and (max-width: 761px ) {
	.course-header_inner h2{
		font-size: 8.0vw;
		padding-top: 10.0vw;
		margin: 0 0 15px;
	}
}
.course-header_inner h2 em{
	font-style: normal;
	font-size: 6.0rem;
	line-height: 1.1;
	display: block;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 761px ) {
	.course-header_inner h2 em{
		font-size: 8.0vw;
}
}
.course-header_inner h2 i  {
	font-style: normal;
	display: block;
	font-size: 2.2rem;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 761px ) {
	.course-header_inner h2 i {
		display: none;
	}
}
.course-header_inner h2 span {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 761px ) {
	.course-header_inner h2 span {
		font-size: 4.0vw;
	}
}
.course-header_inner p{
	font-size: 3.2rem;
	font-weight: bold;
	color: var(--hero-text-color);
}
@media screen and (max-width: 761px ) {
	.course-header_inner p{
		font-size: 4.0vw;
	}
}
.course_ai .course-header_inner p{
	color: var(--section-bg-color);
}
.course-header_inner p span{
	background-color: #FFFFFF;
	padding: 2px 2px;
	font-weight: bold;
}
.course-header_inner em.txt{
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-style: normal;
	margin-bottom: 40px;
}
@media screen and (max-width: 761px ) {
	.course-header_inner em.txt{
		margin-bottom: 20px;
		font-size: 4.0vw;
	}
}

.course-header_inner em.txt span {
	font-size: 1.4rem;
}

.course-header_list {
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	margin-bottom: 70px;
}
.course_vd .course-header_list {
	margin-bottom: 25px;
}
.course_gc .course-header_list {

}
@media screen and (max-width: 761px ) {
	.course-header_list {
		margin-bottom: 5vw;
	}
}

.course-header_list.course_ai {
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	margin-bottom: 70px;
}
@media screen and (max-width: 761px ) {
	.course-header_list.course_ai{
		margin-bottom: 5.0vw;
	}
}
.course-header_list li{
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background: #FF7C00;
	font-weight: bold;
	padding: 0 1.2rem;
	margin-right: 12px;
}
@media screen and (max-width: 761px ) {
	.course-header_list li{
		font-size: 3.2vw;
	}
}
.course-header_list li span{
	font-weight: bold;
	color: #fff;
}
.course-header_list li:last-child{
	background: #3296C8;
}


.section-content{
	text-align: center;
}
.section-content._radius{
	margin-top: -160px!important;
}
.section-content._radius2{
	margin-top: -60px!important;
}
@media screen and (max-width: 761px ) {
	.section-content._radius{
		margin-top: -140px!important;
	}
}
.section-content.course_ai{
	background: var(--section-bg-color);
	color: var(--section-text-color);
}
.section-content.course_vd{
	background: var(--section-bg-color);
	color: var(--section-text-color);
}
.section-content.course_gc{
	background: var(--section-bg-color);
	color: var(--section-text-color);
}
.section-content.course_ma{
	background: var(--section-bg-color);
	color: var(--section-text-color);
}
.section-content.course_we{
	background: var(--section-bg-color);
	color: var(--section-text-color);
}
.section-content.course_ip{
	background: var(--section-bg-color);
	color: var(--section-text-color);
}
.section-content .section-content_wrap{
	width: 100%;
	max-width: 1536px;
	margin: 0 auto;
	padding: 100px 0;
}
.section-content .section-content_wrap._radius{
	width: 100%;
	max-width: 1536px;
	margin: 0 auto;
	padding: 0;
}
.section-content.course_we.bottom {
	margin-bottom: 100px;
}

@media screen and (max-width: 761px ) {
	.section-content .section-content_wrap{
		padding: 40px 15px 20px;
	}
	.section-content .section-content_wrap._radius2{
		padding: 40px 0 20px;
	}
	.section-content .section-content_wrap p{
		text-align: left;
	}
	.section-content .section-content_wrap._padding-b50 p{
		padding-bottom: 50px;
	}
	.section-content.course_we.bottom {
		margin-bottom: 40px;
	}
}
.section-content.connect-top .section-content_wrap{
	padding: 0 0 100px;
	margin-top: -80px;
}
@media screen and (max-width: 761px ) {
	.section-content.connect-top .section-content_wrap{
		margin-top: -60px;
	}
}
.section-content.connect-top .section-content_wrap .section-content_inner{
	background: #FFFFFF;
	padding: 45px 90px 60px;
}
.section-content .section-content_wrap._radius .section-content_inner{
	background: #FFFFFF;
	padding: 0 90px 60px;
}
.section-content .section-content_wrap._radius2 .section-content_inner{
	background: #FFFFFF;
	padding: 0 90px 100px;
}
@media screen and (max-width: 761px ) {
	.section-content .section-content_wrap._radius .section-content_inner{
		padding: 0 0 60px;
	}
	.section-content .section-content_wrap._radius2 .section-content_inner{
		padding: 0 0 100px;
	}
}
@media screen and (max-width: 761px ) {
	.section-content.connect-top .section-content_wrap .section-content_inner{
		background: #FFFFFF;
		padding: 22px 30px 40px;
	}
}
.section-content.connect-top .section-content_wrap h3{
	height: 80px;
	background: var(--base-bg-color);
	position: relative;
}
@media screen and (max-width: 761px ) {
	.section-content.connect-top .section-content_wrap h3{
		height: 60px;
		margin: 0 15px;
	}
}
.section-content.connect-top .section-content_wrap h3 span.txt{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	font-weight: bold;
	font-size: 2.2rem;
	color: var(--section-bg-color);
}
@media screen and (max-width: 761px ) {
	.section-content.connect-top .section-content_wrap h3 span.txt{
		font-size: 2.0rem;
		width: 100%;
	}
}
.section-content_ttl{
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 50px;
}
@media screen and (max-width: 761px ) {
	.section-content_ttl{
		font-size: 2rem;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 761px ) {
	.section-content_txt{
		margin-bottom: 40px;
	}
}

.section-content_ttl-left{
	background: linear-gradient(90deg, var(--section-bg-color) 0%, var(--section-bg-color) 50%, var(--base-bg-color) 50%, var(--base-bg-color) 100%);
	/*background: var(--section-bg-color);*/
	text-align: center;
	font-size: 2.2rem;
	color: #FFFFFF;
}
.section-content_ttl-left h3{
	background: linear-gradient(115deg, var(--section-bg-color) 0%, var(--section-bg-color) 360px, var(--base-bg-color) 360px, var(--base-bg-color) 100%);
	width: 100%;
	max-width: 1536px;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 761px ) {
	.section-content_ttl-left h3{
		background: linear-gradient(115deg, var(--section-bg-color) 0%, var(--section-bg-color) 70%, var(--base-bg-color) 70%, var(--base-bg-color) 100%);
		width: 100%;
		max-width: 1536px;
		margin: 0 auto;
		text-align: left;
	}
}
.section-content_ttl-left h3 span.txt{
	display: block;
	padding: 30px 0 30px 15px;
	font-weight: bold;
}
@media screen and (max-width: 761px ) {
	.section-content_ttl-left h3 span.txt{
		padding: 15px 0 15px 30px;
	}
}
.section-content_ttl-h4 {
	position: relative;
	background-color: var(--base-bg-color);
	height: 50px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	margin: 40px 0 20px;
}
@media screen and (max-width: 761px ) {
	.section-content_ttl-h4 {
		height: 40px;
		margin: 20px 0 40px;
	}
}
.section-content_ttl-h4 span.txt {
	font-size: 2.0rem;
	font-weight: bold;
	color: var(--section-bg-color);
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.section-content_list-point{
	margin: 50px 0 0 0;
}
@media screen and (max-width: 761px ) {
	.section-content_list-point{
		margin: 15px 0 0 0;
	}
}

.section-content_list-point ul{
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}
@media screen and (max-width: 761px ) {
	.section-content_list-point ul{
		display: block;
	}
}
.section-content_list-point ul li{
	flex-basis: 31.0%;
	background-color: #FFFFFF;
	margin-right: 3.5%;
	margin-bottom: 40px;
	padding: 40px 25px 325px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 761px ) {
	.section-content_list-point ul li{
		margin-right: 0;
		margin-bottom: 20px;
		padding: 20px 15px;
	}
}
.section-content_list-point ul li:nth-child(3n),
.section-content_list-point ul li:last-child{
	margin-right: 0;
}
.section-content_list-point ul li:nth-child(n+4){
	margin-bottom: 0;
}
@media screen and (max-width: 761px ) {
	.section-content_list-point ul li:nth-child(n+4){
		margin-bottom: 20px;
	}
	.section-content_list-point ul li:last-child{
		margin-bottom: 0;
	}
}
.section-content_list-point ul li dl dt{
	font-size: 2.2rem;
	color: var(--section-bg-color);
}
.section-content_list-point ul li dl dd{
	color: #333333;
	text-align: left;
}
.section-content_list-point ul li dl dd.image{
	position: absolute;
	left: 0;
	bottom: 40px;
	padding: 0 25px;
}
@media screen and (max-width: 761px ) {
	.section-content_list-point ul li dl dd.image{
		position: static;
		padding: 15px 0 0;
	}
}
.section-content_list-point ul li dl dd.image img{
	width: 100%;
	height: auto;
}
.section-content_list-point ul li dl dt span.txt{
	display: block;
	font-weight: bold;
}
.section-content_list-point ul li dl dt span.ico_border{
	display: inline-block;
	width: 26px;
	height: 4px;
	background: var(--section-bg-color);
	margin-top: 25px;
}


.section-content_list-num{
}
.section-content_list-num li.item{
	margin-bottom: 30px;
}
@media screen and (max-width: 761px ) {
	.section-content_list-num li.item{
		margin-bottom: 36px;
	}
}
.section-content_list-num li.item:last-child{
	margin-bottom: 0;
}
.section-content_list-num li.item {
	padding-left: 75px;
	text-align: left;
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
@media screen and (max-width: 761px ) {
	.section-content_list-num li.item {
		padding-left: 0;
		text-align: left;
		position: relative;
		display: block;
	}
}
.section-content_list-num li.item span.item {
	display: block;
	width: 930px;
	box-sizing: border-box;
}
@media screen and (max-width: 761px ) {
	.section-content_list-num li.item span.item {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}
.section-content_list-num li.item span.item.image {
	width: 372px;
	margin-left: 57px;
}
@media screen and (max-width: 761px ) {
	.section-content_list-num li.item span.item.image {
		width: 100%;
		margin-left: 0;
	}
}
.section-content_list-num li.item span.item.image img {
	width: 100%;
	height: auto;
}
.section-content_list-num li.item span.item span.num {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 6.0rem;
	color: var(--section-bg-color);
	line-height: 1.1;
}
@media screen and (max-width: 761px ) {
	.section-content_list-num li.item span.item span.num {
		position: static;
		font-size: 3.5rem;
		display: inline-block;
		vertical-align: middle;
	}
}
.section-content_list-num li.item span.item span.txt {
	font-size: 2.2rem;
	color: var(--section-bg-color);
	font-weight: bold;
	margin-bottom: 23px;
	display: block;
}
@media screen and (max-width: 761px ) {
	.section-content_list-num li.item span.item span.txt {
		font-size: 1.8rem;
		margin-bottom: 0;
		margin-left: 20px;
		display: inline-block;
		vertical-align: middle;
	}
}


.section-content_list-circle{
	margin-bottom: 100px;
}
.section-content_list-circle ul {
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}
@media screen and (max-width: 761px ) {
	.section-content_list-circle{
		margin-bottom: 0;
	}
	.section-content_list-circle ul {
		margin-bottom: 0;
		flex-wrap:wrap;
	}
}
.section-content_list-circle ul li {
	-webkit-border-radius: 306px;
	-moz-border-radius: 306px;
	-ms-border-radius: 306px;
	-o-border-radius: 306px;
	border-radius: 306px;
	border: solid 4px var(--section-bg-color);
	width: 20.0vw;
	height: 20.0vw;
	max-width: 306px;
	max-height: 306px;
	position: relative;
	margin-right: 40px;
}
@media screen and (max-width: 761px ) {
	.section-content_list-circle ul li {
		width: 44.0vw;
		height: 44.0vw;
		max-width: 306px;
		max-height: 306px;
		position: relative;
		margin: 0;
		margin-bottom: 20px;
		margin-left: 3.0vw;
	}
}
.section-content_list-circle ul li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 761px ) {
	.section-content_list-circle ul li:last-child {
		margin: 0;
		margin-bottom: 20px;
		margin-left: 3.0vw;
	}
	.section-content_list-circle ul li:nth-child(odd) {
		margin-left: 0;
	}
}
.section-content_list-circle ul li span.txt {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	font-weight: bold;
	color: var(--section-bg-color);
	font-size: min(1.8vw,2.2rem);
	width: 100%;
}
@media screen and (max-width: 761px ) {
	.section-content_list-circle ul li span.txt {
		font-size: 4.0vw;
	}
}


.section-content_list-tab ul{
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
.section-content_list-tab ul li{
	flex-basis: 50.0%;
}
.section-content_list-tab ul li a{
	display: block;
	background: #F2F2F2;
	-webkit-border-radius: 8px 0 0 0;
	-moz-border-radius: 8px 0 0 0;
	-ms-border-radius: 8px 0 0 0;
	-o-border-radius: 8px 0 0 0;
	border-radius: 8px 0 0 0;
	height: 80px;
	position: relative;
}
.section-content_list-tab ul li a.current{
	background: var(--section-bg-color);
}
.section-content_list-tab ul li:last-child a{
	-webkit-border-radius: 0 8px 0 0;
	-moz-border-radius: 0 8px 0 0;
	-ms-border-radius: 0 8px 0 0;
	-o-border-radius: 0 8px 0 0;
	border-radius: 0 8px 0 0;
}
.section-content_list-tab ul li a span.txt{
	display: block;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	font-weight: bold;
	color: var(--section-bg-color);
	font-size: 2.2rem;
	text-align: center;
}
.section-content_list-tab ul li a.current span.txt{
	color: #FFFFFF;
}
.section-content_list-tab ul li a span.ico-arrow{
	display: block;
	width: 15px;
  height: 15px;
	border: 4px solid;
	border-color: transparent transparent var(--section-bg-color) var(--section-bg-color);
	transform: rotate(-45deg);
	margin: 0 auto;
}
.section-content_list-tab ul li a.current span.ico-arrow{
	border-color: transparent transparent #FFFFFF #FFFFFF;
}


.section-content_tab-content{
	border: solid 1px var(--section-bg-color);
	padding: 40px 46px 64px;
	background: #FFFFFF;
	display: none;
}
@media screen and (max-width: 761px ) {
	.section-content_tab-content{
		padding: 20px 15px 40px;
	}
}

.section-content_tab-content.current{
	display: block;
}
.section-content_tab-content ul{
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 761px ) {
	.section-content_tab-content ul{
		display: block;
	}
}
.section-content_tab-content ul li{
	flex-basis: 32.0%;
	max-width: 400px;
}
@media screen and (max-width: 761px ) {
	.section-content_tab-content ul li{
		max-width: 761px;
		margin-bottom: 20px;
	}
	.section-content_tab-content ul li:last-child{
		margin-bottom: 0;
	}
}
.section-content_tab-content li span{
	display: block;
	text-align: left;
}
.section-content_tab-content li span.image{
	margin-bottom: 20px;
}
.section-content_tab-content li span.image img{
	width: 100%;
	height: auto;
}
.section-content_tab-content li span.ttl{
	font-weight: bold;
	font-size: 1.8rem;
	color: var(--section-bg-color);
	margin-bottom: 12px;
}


.section-content_graph{
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
@media screen and (max-width: 761px ) {
	.section-content_graph{
		display: block;
		margin-top: 50px;
	}
}

.section-content_graph div.image{
	width: 290px;
	align-self: flex-end;
}
@media screen and (max-width: 761px ) {
	.section-content_graph div.image{
		display: none;
	}
}
.section-content_graph img{
	width: 100%;
	height: auto;
}
.section-content_graph div.course{
	width: 355px;
	align-self: flex-start;
}
@media screen and (max-width: 761px ) {
	.section-content_graph div.course{
		display: none;
	}
}
.section-content_graph div.graph{
	width: 795px;
	box-sizing: border-box;
	margin-left: 50px;
	margin-right: 16px;
}
@media screen and (max-width: 761px ) {
	.section-content_graph div.graph{
		width: auto;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
	}
}
.section-content_graph div.graph div{
	background-color: #FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding: 100px 0 60px;
	margin-bottom: 40px;
	position: relative;
}
@media screen and (max-width: 761px ) {
	.section-content_graph div.graph div{
		padding: 60px 15px 20px;
		margin-bottom: 20px;
	}
}
.section-content_graph div.graph div .mt-image {
	padding-top: 60px;
	display: block;
}
@media screen and (max-width: 761px ) {
	.section-content_graph div.graph div .mt-image {
		padding-top: 40px;
	}
}

.section-content_graph div.graph div img{
	max-width: 494px;
}
@media screen and (max-width: 761px ) {
	.section-content_graph div.graph div img{
		max-width: 420px;
	}
}
.section-content_graph div.graph div h3{
	position: absolute;
	width: 100%;
	top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 761px ) {
	.section-content_graph div.graph div h3{
		top: -30px;
	}
}
.section-content_graph div.graph div h3 span.txt{
	display: block;
	margin: 0 70px;
	background-color: var(--section-bg-color);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 2.2rem;
	padding: 30px 0;
	position: relative;
}
@media screen and (max-width: 761px ) {
	.section-content_graph div.graph div h3 span.txt{
		margin: 0 15px;
		padding: 15px 0;
	}
}
.section-content_graph div.graph div h3 span.txt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 16px solid var(--section-bg-color);
}


.section-content_dl-col2{
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
}
@media screen and (max-width: 1204px ) {
	.section-content_dl-col2{
		display: block;
		padding: 0;
	}
}

.section-content_dl-col2 dl{
	width: 49.0%;
	background: #FFFFFF;
}

.section-content_dl-col2::after {
	display: none;
}

@media screen and (max-width: 1204px ) {
	.section-content_dl-col2 dl{
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 761px ) {
	.section-content_dl-col2 dl{
		width: 100%;
		margin-bottom: 20px;
	}
	.section-content_dl-col2 dl:last-child{
		margin-bottom: 0;
	}
}
.section-content_dl-col2 dl dt{
	background: var(--section-bg-color);
	color: #FFFFFF;
	font-size: 2.2rem;
	padding: 10px 0;
}
@media screen and (max-width: 761px ) {
	.section-content_dl-col2 dl dt{
		font-size: 1.8rem;
		padding: 10px 0;
	}
}
.section-content_dl-col2 dl dt span.txt{
	font-weight: bold;
}
.section-content_dl-col2 dl dd{
	padding: 40px 40px 45px;
	text-align: left;
	position: relative;
}
@media screen and (max-width: 761px ) {
	.section-content_dl-col2 dl dd{
		padding: 20px 15px;
	}
}
.section-content_dl-col2 dl dd ul.list-note li{
	padding-left: 1.5em;
	position: relative;
}
.section-content_dl-col2 dl dd ul.list-note li span{
	position: absolute;
	left: 0;
	top: 0;
	color: var(--section-bg-color);
}

.section-content_dl-col2 dl dd p span.txt{
	color: var(--section-bg-color);
}

.section-content_dl-col2 dl dd ul.list-flex{
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.section-content_dl-col2 dl dd ul.list-flex li.image{
	width: 115px;
	text-align: center;
}
.section-content_dl-col2 dl dd ul.list-flex li.image span{
	display: block;
	font-size: 1.4rem;
	letter-spacing: -0.06em;
}

@media screen and (min-width: 1292px) and (max-width: 1466px) {
	.section-content_dl-col2 dl dd ul.list-flex li.image span{
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 762px) and (max-width: 1291px) {
	.section-content_dl-col2 dl dd ul.list-flex li.image span{
		font-size: 1.1rem;
	}
}

.section-content_dl-col2 dl dd ul.list-flex li.image img{
	width: 90%;
	height: auto;
	margin-bottom: 20px;
}

.section-content_dl-col2 dl dd h4{
	font-size: 2.0rem;
	color: var(--section-bg-color);
	margin-bottom: 20px;
	font-weight: bold;
}

@media screen and (max-width: 1400px) {
	.section-content_dl-col2 dl dd h4{
		position: static;
		font-size: 2.2rem;
		text-align: center;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1170px) {
	.section-content_dl-col2 dl dd h4{
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 761px ) {
	.section-content_dl-col2 dl dd ul.list-flex{
		align-items: center;
	}
	.section-content_dl-col2 dl dd ul.list-flex li p{
		padding-top: 0;
	}
	.section-content_dl-col2 dl dd h4{
		position: static;
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 20px;
	}
}


.section-content_box-radius{
	border: solid 2px var(--section-bg-color);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin-top: 60px;
}
@media screen and (max-width: 761px ) {
	.section-content_box-radius{
		border: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		margin-top: 40px;
	}
}
.section-content_box-radius.navy{
	background: var(--section-bg-color);
	border: none;
	padding-top: 55px;
}
.section-content_box-radius h3{
	background-color: var(--section-bg-color);
	height: 80px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	position: relative;
}
@media screen and (max-width: 761px ) {
	.section-content_box-radius h3{
		background: var(--section-bg-color)!important;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
	}
}
.section-content_box-radius.navy h3{
	position: static;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin-bottom: 18px;
}
.section-content_box-radius h3 span.txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-weight: bold;
	color: #FFFFFF!important;
	font-size: 2.2rem;
}
@media screen and (max-width: 761px ) {
	.section-content_box-radius.navy h3{
		margin-bottom: 30px;
	}
	.section-content_box-radius h3 span.txt{
		color: #FFFFFF!important;
		font-size: 1.8rem;
	}
}
.section-content_box-radius h3 span.txt-static{
	display: block;
	font-weight: bold;
	color: #FFFFFF!important;
	font-size: 2.2rem;
}
@media screen and (max-width: 761px ) {
	.section-content_box-radius h3 span.txt-static{
		font-size: 2.0rem;
	}
}
.section-content_box-radius-inner{
	background: #FFFFFF;
	padding: 40px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	max-width: 796px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 761px ) {
	.section-content_box-radius-inner{
		padding: 30px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
	}
}
.section-content_box-radius.navy .section-content_box-radius-inner{
	background: var(--section-bg-color);
	text-align: left;
	max-width: 1074px;
}
.section-content_box-radius-inner p{
	text-align: left;
}
.section-content_box-radius.navy p{
	text-align: center;
	color: #FFFFFF;
}
.in-block{
	display: inline-block;
}
.section-content_box-radius.navy .section-content_box-radius-inner p{
	text-align: left;
}
span.ico-timeschedule{
	display: inline-block;
	width: 38px;
	height: 39px;
	background-image: url('/images/course/ai/ico-timeschedule.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}


.table_ai_01{
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
.table_ai_01 thead{
	background-color: #0079C3;
	color: #FFFFFF;
	font-weight: bold;
}
.table_ai_01 thead th,
.table_ai_01 tbody th,
.table_ai_01 tbody td{
	border: solid 1px #0079C3;
	padding: 4px;
}
.table_ai_01 thead tr th{
	text-align: center;
	font-weight: bold;
}
.table_ai_01 thead tr th:first-child{
	text-align: left;
	padding-left: 14px;
}
.table_ai_01 tbody th{
	vertical-align: middle;
	text-align: center;
}
.table_ai_01 tbody tr td{
	text-align: center;
}
.table_ai_01 tbody tr td:not(.txt){
	color: #0079C3;
}
.table_ai_01 tbody tr td.txt{
	padding-left: 14px;
	text-align: left;
}
.table_ai_01 tbody tr th.bg_01{
	background: #C1DAEA;
}
.table_ai_01 tbody tr th.bg_02{
	background: #FFF8D1;
}
.table_ai_01 tbody tr th.bg_03{
	background: #FFD1DC;
}



.table_ai_02{
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
.table_ai_02 thead{
	background-color: var(--section-bg-color);
}
.table_ai_02 thead tr th{
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #FFFFFF;
	text-align: center;
	padding: 4px;
}
.table_ai_02 tbody th,
.table_ai_02 tbody td{
	border: solid 2px var(--section-bg-color);
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}
.table_ai_02 tbody td{
	background: #FFFFFF;
}
.table_ai_02 tbody th{
	background: var(--base-bg-color);
	color: var(--section-bg-color);
}
.table_ai_02 tbody th[colspan="6"]{
	padding: 20px 0;
}
.table_ai_02 tbody th em{
	font-style: normal;
	font-weight: bold;
	display: block;
	font-size: 22px;
}
.table_ai_02 tbody th em.txt{
	font-weight: normal;
	display: inline;
	font-size: 16px;
}
.table_ai_02 tbody th span{
	display: block;
	font-size: 14px;
	letter-spacing: -0.06em;
}
.table_ai_02 tbody th span.txt{
	display: inline;
}
@media screen and (max-width: 761px ) {
	.table_ai_02 tbody td{
		padding: 4px 1px;
	}
	.table_ai_02 tbody th em{
		font-size: 20px;
	}
	.table_ai_02 tbody th span{
		font-size: 12px;
	}
}



.course-head {
	width: 70%;
	min-width: 740px;
	padding: 18vw 0 20px;
	margin:30px auto;
	position: relative;
	color: #FFF;
	text-align: center;
}
.course-head:before {
	content: "";
	width: 12vw;
	height: 12vw;
	border:10px solid #FFF;
	border-radius: 6vw;
	position: absolute;
	top: 40px;
	left: calc(50% - 6vw);
}
.course_vd .course-head:before {
	background: url(../images/top/top-course_icon01.svg)no-repeat center center;
	background-size: contain;
}
.course_gc .course-head:before {
	background: url(../images/top/top-course_icon02.svg)no-repeat center center;
	background-size: contain;
}
.course_ma .course-head:before {
	background: url(../images/top/top-course_icon03.svg)no-repeat center center;
	background-size: contain;
}
.course_we .course-head:before {
	background: url(../images/top/top-course_icon05.svg)no-repeat center center;
	background-size: contain;
}
.course_ip .course-head:before {
	background: url(../images/top/top-course_icon04.svg)no-repeat center center;
	background-size: contain;
}
.course_ai .course-head:before {
	background: url(../images/top/top-course_icon06.svg)no-repeat center center;
	background-size: contain;
}

.course-head .course-head_read{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}
.course-head .course-head_course_name{
	font-size: 50px;
	font-weight: 600;
	padding-bottom: 40px;
	position: relative;
}
.course-head .course-head_course_name::after{
	content: '';
	width: 30px;
	height: 3px;
	background: #FFF;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 15px);
}
.course-head .course-head_text{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 40px;
}
.course-head .course-head_point{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.course-head .course-head_point li{
	width: 33.333%;
	border-left: 2px dotted #FFF;
	padding: 10px 25px 20px;
	text-align: left;
}
.course-head .course-head_point li:last-child{
	border-right: 2px dotted #FFF;
}
.course-head .course-head_point li .course-head_point_num{
	font-size: 18px;
	font-weight: 600;
	color: rgba(50,100,205,1);
	background: url(../images/course/course-point_bg.svg) no-repeat center center;
	text-align: center;
	width: 70px;
	height: 70px;
	margin: 0 auto 10px;
	padding-top: 34px;
}
.course-head .course-head_point li dl dt{
	font-weight: 600;
	margin-bottom: 10px;
	min-height: 90px;
	font-size: 20px;
	    text-shadow: 0 0 5px rgba(0,0,0,.2);
	    text-align:center;
}
.course-head .course-head_point li dl dd{
	    text-shadow: 0 0 5px rgba(0,0,0,.2);
	    font-weight: 600;
	font-size: 16px;
}
.course-vd_linkbnr {
	margin: 20px 10% 30px;
	width: 80%;
}
.course-vd_linkbnr a ,
.course-vd_linkbnr img{
	display: block;
	width: 100%;
}

.course-vd_linkbnr a.course_vd_twitter {
	width: auto;
	display: inline-block;
	background: rgba(255,105,130,1) url(../images/common/sns_icon02.png) no-repeat 15px center;
	background-size: 25px;
	padding: 10px 20px 10px 45px;
	border-radius: 5px;
	color: #FFF;
	font-weight: 600;
	margin-top: 30px;
}

.course-flow_tree_start {
	width: 15vw;
	height: 15vw;
	border-radius: 7.5vw;
	background: #FFF;
	margin:400px auto -550px;
}
.course-flow_tree_result {
	width: 42vw;
	height: 42vw;
	border: 20px solid rgba(255,255,120,1);
	border-radius: 21vw;
	background: none;
	float: left;
	position: relative;
	z-index: 3;
	box-shadow: 0 0 30px rgba(0,0,0,.3);
	margin-top: -10vw;
}
.course_vd .course-flow_tree_result {
	background: rgba(255,170,186,1);
}
.course_gc .course-flow_tree_result {
	background: rgba(250,210,0,1);
}
.course_ma .course-flow_tree_result {
	background: rgba(110,220,225,1);
}
.course_we .course-flow_tree_result {
	background: rgba(102,205,170,1);
}
.course_ip .course-flow_tree_result {
	background: rgba(190,180,220,1);
}
.course_ai .course-flow_tree_result {
	background: rgba(242,159,64,1);
}
.course-flow_tree_result img {
	width: 100%;
	height: auto;
}
.course-flow_tree_result {
	color: rgba(255,255,120,1);
	text-align: center;
	padding: 0 !important;
}
.course-flow_tree_result .result_text {
	font-size: 40px;
	font-weight: 600;
}
.course_gc .course-flow_tree_result .result_text {
	letter-spacing: -0.08em;
}

.course-flow_tree_result .result_text span{
	display: block;
	font-size: 24px;
	font-weight: 600;
}
.course-flow_tree_result .result_num {
	font-size: 110px;
	font-weight: 600;
	letter-spacing: -0.05em;
}
.course-flow_tree_result .result_num span{
	font-size: 60px;
	font-weight: 600;
	display: inline-block;
	margin-left: 10px;
	letter-spacing: 0;
}
.course-flow_tree_result .result_num span.small{
	display: block;
	font-size: 24px;
	font-weight: 600;
}
.course-flow_tree_result .result_text span em{
	font-size: 40px;
	font-weight: 600;
	font-style: normal;
}


.course-main_interview {
	width: 100%;
	min-width: 1000px;
	min-height: 600px;
	position: relative;
	z-index: 50;
}
.course_vd .course-main_interview {
	background: url(../images/top/top-course_students01.png) no-repeat center top;
	background-size: contain;
}
.course_gc .course-main_interview {
	background: url(../images/top/top-course_students02.png) no-repeat center top;
	background-size: contain;
}
.course_ma .course-main_interview {
	background: url(../images/top/top-course_students03.png) no-repeat center top;
	background-size: contain;
}
.course_we .course-main_interview {
	background: url(../images/top/top-course_students05.png) no-repeat center top;
	background-size: contain;
}
.course_ip .course-main_interview {
	background: url(../images/top/top-course_students04.png) no-repeat center top;
	background-size: contain;
}
.course_ai .course-main_interview {
	background: url(../images/top/top-course_students06.png) no-repeat center top;
	background-size: contain;
}


.course-main_interview dl{
	width: 30%;
	position: absolute;
	z-index: 3;
	left: 10%;
	bottom: 30px;
}
.course_we .course-main_interview dl{
	bottom: 0;
}
.course-main_interview dl dt{
	font-size: 22px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 30px;
}
.course-main_interview dl dd{
	font-size: 16px;
}
.course-main_interview dl dd.course-main_interview_name{
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
}
.course-main_interview dl dd.course-main_interview_name span{
	font-size: 14px;
}
.course-main_interview_bubble {
	width: 240px;
	height: 240px;
	background: url(../images/course/course-int_bubble.png) no-repeat center center;
	background-size: contain;
	padding:60px 40px 0;
	position: absolute;
	right: 10%;
	top: 100px;
	font-weight: 600;

}
.course_ai .course-main_interview_bubble {
	padding:50px 40px 0;
}
.course-main_interview_img {
	width: 40%;
	position: absolute;
	left: 30%;
}
.course-main_interview_img img{
	width: 100%;
}



.course-flow_tree li {
	width: 100%;
	padding: 50px 5%;
	height: 40vw;
	position: relative;
}
.course-flow_tree li::before {
	content: '';
	width: 80vw;
	    min-width: 800px;
	height: 20px;
	background: #FFF;
	transform: rotate(-35deg);
	position: absolute;
	left: 5%;
	margin-top: -2%;
	z-index: 0;
}
.course-flow_tree li:first-child::before {
	content: '';
	transform: rotate(-45deg);
	width: 50vw;
	    min-width: 500px;
	left: 12%;
}
.course-flow_tree li:nth-child(2n)::before {
	content: '';
	transform: rotate(35deg);
	left: inherit;
	right: 5%;
}
.course-flow_tree li .course-flow_tree_img{
	width: 32vw;
	height: 32vw;
	border: 8px solid #FFF;
	border-radius: 16vw;
	background: #DDD;
	float: left;
	position: relative;
	z-index: 3;
	box-shadow: 0 0 30px rgba(0,0,0,.3);
	overflow: hidden;
}
.course-flow_tree li:nth-child(2n) .course-flow_tree_img{
	float: right;
}
.course-flow_tree li .course-flow_tree_img img{
	width: 100%;
}
.course-flow_tree li dl {
	float: right;
	width: 45%;
}
.course-flow_tree li:nth-child(2n) dl {
	float: left;
}

.course-flow_tree li dl dt{
	font-size: 24px;
	font-weight: 600;
	border-bottom: 4px solid #000;
	padding-bottom: 15px;
	margin-bottom: 20px;
	line-height: 40px;
	position: relative;
	padding-left: 3.5em;
}
.course-flow_tree li dl dt span{
	font-size: 46px;
	display: inline-block;
	margin-right: 20px;
	font-weight: 900;
	padding-left: 5px;
	font-family: 'Montserrat', sans-serif;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.course-flow_tree li dl dd.course-flow_tree_read {
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 10px;
}

.course-footer_link {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 10% 50px;
	justify-content: center;
	margin: 0 auto;
}

.course-footer_link li{
	width: 25%;
}
.course-footer_link li a{
	display: block;
	width: 100%;
}
.course-footer_link li a img{
	width: auto;
	height: 320px;
	display: block;
	margin: 20px auto;
}
.course-footer_link li a img.course_students01{
	height: 370px;
	margin: -30px auto 20px;
}
.course-footer_link li a.course-footer_link_bg01{
	background: url(../images/top/top-course_icon01.svg) no-repeat center center;
	background-size: 80%;
}
.course-footer_link li a.course-footer_link_bg02{
	background: url(https://tmc.tsuzuki.ac.jp/wp-content/uploads/2025/05/5290white.png) no-repeat center center;
	background-size: 80%;
}
.course-footer_link li a.course-footer_link_bg03{
	background: url(../images/top/top-course_icon03.svg) no-repeat 70% center;
	background-size: 80%;
}
.course-footer_link li a.course-footer_link_bg04{
	background: url(../images/top/top-course_icon04.svg) no-repeat 40% center;
	background-size: 80%;
}
.course-footer_link li a.course-footer_link_bg05{
	background: url(../images/top/top-course_icon05.svg) no-repeat 40% center;
	background-size: 80%;
}
.course-footer_link li a.course-footer_link_bg06{
	background: url(../images/top/top-course_icon06.svg) no-repeat 40% center;
	background-size: 80%;
}
.course-footer_link li a p{
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	border-top: 2px solid #FFF;
	padding: 10px 0 0;
	width: 90%;
	margin: 0 5%;
}
.course_ai .course-footer_link li a p{
	color: #333333;
}
.course_vd .course-footer_link li a p{
	color: #333333;
}
.course_gc .course-footer_link li a p{
	color: #333333;
}
.course_ma .course-footer_link li a p{
	color: #333333;
}
.course_we .course-footer_link li a p{
	color: #333333;
}
.course_ip .course-footer_link li a p{
	color: #333333;
}


/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media screen and (max-width: 761px ) {


.course-head {
	width: 90%;
	padding: 55vw 0 20px;
	margin:0 5%;
	position: relative;
	color: #FFF;
	text-align: center;
	min-width: inherit;
}
.course-head:before {
	content: "";
	width: 30vw;
	height: 30vw;
	border:10px solid #FFF;
	border-radius: 15vw;
	position: absolute;
	top: 60px;
	left: calc(50% - 15vw);
}
.course-head .course-head_read{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.course-head .course-head_course_name{
	font-size: 42px;
	font-weight: 600;
	padding-bottom: 40px;
	position: relative;
}
.course-head .course-head_course_name::after{
	content: '';
	width: 30px;
	height: 3px;
	background: #FFF;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 15px);
}
.course-head .course-head_text{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 40px;
}
.course-head .course-head_point{
    display: block;
}
.course-head .course-head_point li{
	width: 100%;
	border: none;
	border-top: 2px dotted #FFF;
	padding: 10px 25px 20px;
	text-align: left;
}
.course-head .course-head_point li:last-child{
	border: none;
	border-top: 2px dotted #FFF;
	border-bottom: 2px dotted #FFF;
}
.course-head .course-head_point li .course-head_point_num{
	font-size: 18px;
	font-weight: 600;
	color: rgba(50,100,205,1);
	background: url(../images/course/course-point_bg.svg) no-repeat center center;
	text-align: center;
	width: 70px;
	height: 70px;
	margin: 0 auto 10px;
	padding-top: 34px;
}

.course-head .course-head_point li dl dt {
	min-height: inherit;
}


.course-vd_linkbnr {
	margin: 20px 0 30px;
	width: 100%;
}
.course-vd_linkbnr a ,
.course-vd_linkbnr img{
	display: block;
	width: 100%;
}

.course-flow_tree_start {
	width: 30vw;
	height: 30vw;
	border-radius: 15vw;
	background: #FFF;
	margin:200px auto -420px;
}
.course-flow_tree_result {
	width: 90vw;
	height: 90vw;
	border: 16px solid rgba(255,255,120,1);
	border-radius: 45vw;
	margin: 0 auto;
	background: none;
	float: none;
	position: relative;
	z-index: 3;
	box-shadow: 0 0 30px rgba(0,0,0,.3);
	margin-top: 0;
}
.course-flow_tree_result {
	color: rgba(255,255,120,1);
	text-align: center;
}
.course-flow_tree_result .result_text {
	font-size: 30px;
	font-weight: 600;
}
.course-flow_tree_result .result_text span{
	display: block;
	font-size: 24px;
	font-weight: 600;
}
.course-flow_tree_result .result_num {
	font-size: 60px;
	font-weight: 600;
	letter-spacing: -0.05em;
}
.course-flow_tree_result .result_num span{
	font-size: 60px;
	font-weight: 600;
	display: inline-block;
	margin-left: 10px;
	letter-spacing: 0;
}


.course-main_interview {
	width: 100%;
	min-width: inherit;
	min-height: 600px;
	position: relative;
	z-index: 50;
}
.course_vd .course-main_interview {
	background: url(../images/top/top-course_students01.png) no-repeat center 60px;
	background-size: 50%;
}
.course_gc .course-main_interview {
	background: url(../images/top/top-course_students02.png) no-repeat center 90px;
	background-size: 50%;
}
.course_ma .course-main_interview {
	background: url(../images/top/top-course_students03.png) no-repeat center 90px;
	background-size: 50%;
}
.course_we .course-main_interview {
	background: url(../images/top/top-course_students05.png) no-repeat center 90px;
	background-size: 50%;
}
.course_ip .course-main_interview {
	background: url(../images/top/top-course_students04.png) no-repeat center 90px;
	background-size: 50%;
}
.course_ai .course-main_interview {
	background: url(../images/top/top-course_students06.png) no-repeat center 90px;
	background-size: 50%;
}


.course-main_interview dl{
	width: 90%;
	margin: 0 5%;
	position: static;
	z-index: 3;
	left: inherit;
	bottom: 30px;
	padding-top: 130%;
}
.course-main_interview dl dt{
	font-size: 22px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 20px;
}
.course-main_interview dl dd{
	font-size: 16px;
}
.course-main_interview dl dd.course-main_interview_name{
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
}
.course-main_interview dl dd.course-main_interview_name span{
	font-size: 14px;
}
.course-main_interview_bubble {
	width: 180px;
	height: 180px;
	background: url(../images/course/course-int_bubble.png) no-repeat center center;
	background-size: contain;
	padding:40px 20px 0 30px;
	position: absolute;
	right: 1%;
	top: 230px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5em;

}
.course_ai .course-main_interview_bubble {
	padding:20px 35px 0;
}

.course-main_interview_img {
	width: 100%;
	position: absolute;
	left: 0;
}
.course-main_interview_img img{
	width: 100%;
}



.course-flow_tree li {
	width: 100%;
	padding: 30px 5% 20px;
	height: auto;
	position: relative;
}
.course-flow_tree li::before {
	content: '';
	display: none;
	width: 8px;
	    min-width: inherit;
	height: 100px;
	background: #FFF;
	transform: none;
	position: absolute;
	left: 5%;
	margin-top: -2%;
	z-index: 0;
}
.course-flow_tree li:first-child::before {
	content: '';
	transform: none;
	display: none;
	width: 8px;
	    min-width: inherit;
	left: 12%;
}
.course-flow_tree li:nth-child(2n)::before {
	content: '';
	display: none;
	transform: none;
	left: inherit;
	right: 5%;
}
.course-flow_tree li .course-flow_tree_img{
	width: 32vw;
	height: 32vw;
	width: 140px;
	height: auto;
	border: 6px solid #FFF;
	border-radius: 16vw;
	border-radius: 70px;
	background: #DDD;
	float: none;
	position: absolute;
	z-index: 3;
	box-shadow: 0 0 30px rgba(0,0,0,.3);
	overflow: hidden;
	left: 5%;
}
.course-flow_tree li:nth-child(2n) .course-flow_tree_img{
	float: none;
}
.course-flow_tree li .course-flow_tree_img img{
	width: 100%;
}
.course-flow_tree li dl {
	float: none;
	width: 100%;
}
.course-flow_tree li:nth-child(2n) dl {
	float: none;
}

.course-flow_tree li dl dt{
	width: auto;
	margin-left: 150px;
	font-size: 24px;
	font-weight: 600;
	border-bottom: 3px solid #000;
	padding-bottom: 15px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-bottom: 50px;
	line-height: 30px;
	padding-left: 0;
}
.course-flow_tree li:last-child dl dt{
	width: 100%;
	margin-left: 0;
}
.course-flow_tree li:last-child dl {
	margin-top: 30px;
}
.course-flow_tree li dl dt span{
	font-size: 20px;
	display: block;
	margin-right: 0;
	margin-bottom: 10px;
	font-weight: 600;
	padding-left: 0;
	/*font-family: 'Montserrat', sans-serif;*/
	line-height:20px;
	width: 100%;
	border-bottom: 3px solid #000;
	position: static;

}
.course-flow_tree li dl dd.course-flow_tree_read {
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 10px;
}

.course-footer_link {
    display: block;
    padding: 0 5% 50px;
}

.course-footer_link li{
	width: 100%;
}
.course-footer_link li a{
	display: block;
	width: 100%;
}
.course-footer_link li a img{
	display: none;
}
.course-footer_link li a img.course_students01{
	height: 370px;
	margin: -30px auto 20px;
}
.course-footer_link li a.course-footer_link_bg01{
	background: url(../images/top/top-course_icon01.svg) no-repeat 5% center;
	background-size: contain;
}
.course-footer_link li a.course-footer_link_bg02{
	background: url(https://tmc.tsuzuki.ac.jp/wp-content/uploads/2025/05/5290white.png) no-repeat 5% center;
	background-size: contain;
}
.course-footer_link li a.course-footer_link_bg03{
	background: url(../images/top/top-course_icon03.svg) no-repeat 5% center;
	background-size: contain;
}
.course-footer_link li a.course-footer_link_bg04{
	background: url(../images/top/top-course_icon04.svg) no-repeat 5% center;
	background-size: contain;
}
.course-footer_link li a.course-footer_link_bg05{
	background: url(../images/top/top-course_icon05.svg) no-repeat 5% center;
	background-size: contain;
}
.course-footer_link li a.course-footer_link_bg06{
	background: url(../images/top/top-course_icon06.svg) no-repeat 5% center;
	background-size: contain;
}
.course-footer_link li a p{
	text-align: left;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	border-top: 2px solid #FFF;
	padding: 10px 0 10px 20%;
	width: 100%;
	margin: 0 ;
}
.course-footer_link li:last-child a p{
	border-bottom: 2px solid #FFF;
}
	
	.course-footer_link {
		padding-top: 30px!important;
		padding-bottom: 40px!important;
	}

}


ul.list-grid{
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	column-gap: 30px;
}
ul.list-grid li.image{
	grid-row: 1/3;
	order: 1;
	flex-shrink: 0;
}
ul.list-grid li.image img{
	margin-bottom: 20px;
	max-width: 100%;
}
ul.list-grid li.image span{
	display: block;
	font-size: 1.4rem;
	letter-spacing: -0.06em;
	text-align: center;
}
@media screen and (max-width: 761px ) {
	ul.list-grid {
		column-gap: 20px;
	}
	ul.list-grid li.ttl{
		grid-column: 1/3;
	}
	ul.list-grid li.image{
		grid-row: 2/3;
		grid-column: 1/2;
	}
	.section-content_dl-col2 ul.list-grid li.image {
		max-width: 115px;
		align-self: center;
	}
}
.voice {
	max-width: 1400px;
	text-align: left;
}
.voice ul.list-grid {
	grid-template-rows: auto 1fr;
}
.voice ul.list-grid .ttl h4 {
	font-weight: 600;
	font-size: 2.2rem;
}
.voice ul.list-grid .ttl h4 span {
	font-size: 1.6rem;
	display: block;
	margin-bottom: 20px;
}
.voice ul.list-grid .txt {
	margin-top: 30px;
}
@media screen and (max-width: 761px ) {
	.voice {
		margin-bottom: 40px;
	}
	.voice ul.list-grid{
		display: block;
	}
	.voice ul.list-grid .image{
		margin-top: 20px;
	}
	.voice ul.list-grid .ttl h4 {
		font-size: 2.2rem;
	}
	.voice ul.list-grid .ttl h4 span {
		margin-bottom: 0;
	}
}

.table_01{
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
.table_01 thead{
	background-color: var(--section-bg-color);
	color: #FFFFFF;
	font-weight: bold;
}
.table_01 thead th,
.table_01 tbody th,
.table_01 tbody td{
	border: solid 1px var(--section-bg-color);
	padding: 4px;
}
.table_01 thead tr th{
	text-align: center;
	font-weight: bold;
}
.table_01 thead tr th:first-child{
	text-align: left;
	padding-left: 14px;
}
.table_01 tbody th{
	vertical-align: middle;
	text-align: center;
}
.table_01 tbody tr td{
	text-align: center;
	vertical-align: middle;
}
.table_01 tbody tr td:not(.txt){
	color: var(--section-bg-color);
}
.table_01 tbody tr td.txt{
	padding-left: 14px;
	text-align: left;
}
.table_01 tbody tr th.bg_01{
	background: #C1DAEA;
}
.table_01 tbody tr th.bg_02{
	background: #FFF8D1;
}
.table_01 tbody tr th.bg_03{
	background: #FFD1DC;
}

.section-content.work-content .section-content_inner {
	padding: 60px;
	background-color: #fff;
}

.section-content.work-content .section-content_inner .section-content_box:not(:first-child) {
	margin-top: 60px;
}

.section-content.work-content .section-content_inner h4 {
	font-size: 2.2rem;
	color: var(--section-bg-color);
	font-weight: 600;
}

.section-content.work-content .section-content_inner .list-flex {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.section-content.work-content .section-content_inner .list-flex li {
	width: calc(100% / 3);
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
}

.section-content.work-content .section-content_inner .list-flex li figure figcaption {
	font-size: 1.8rem;
	margin-top: 20px;
}

.section-content.work-content .section-content_inner img {
	max-width: 100%;
}
.section-content.work-content .section-content_inner .list-flex li h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 761px ) {
	.section-content.work-content .section-content_inner {
		padding: 20px 10px;
	}
	.section-content.work-content .section-content_inner .list-flex {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.section-content.work-content .section-content_inner .list-flex li {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-top: 20px;
	}
}

.section-content.work-content .section-content_inner .section-content_box .section-content_box_side-bar {
	background-color: var(--section-bg-color);
	display: flex;
	column-gap: 55px;
	justify-content: center;
	padding: 40px 65px;
	border-radius: 5px;
}

.section-content.work-content .section-content_inner .section-content_box .section-content_box_side-bar .txt {
	color: #fff;
	text-align: left;
}

.section-content.work-content .section-content_inner .section-content_box .section-content_box_side-bar .txt h4 {
	color: #fff;
	margin-bottom: 20px;
}

@media screen and (max-width: 761px ) {
	.section-content.work-content .section-content_inner .section-content_box .section-content_box_side-bar {
		display: block;
		padding: 40px 20px;
		border-radius: 0;
		margin-left: -25px;
		margin-right: -25px;
		margin-bottom: -20px;
	}
	.section-content.work-content .section-content_inner .section-content_box .section-content_box_side-bar .txt h4 {
		margin-top: 20px;
	}
}

.info h4 {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.table_03 {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed
}
.table_03 thead th {
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #37BEF0;
	padding: 15px 40px;
}
.table_03 thead th:nth-child(1) {
	color: #F08300;
	background-color: #F9E8D3;
	width: 355px;
}
.table_03 thead th:nth-child(2) {
	color: #37BEF0;
	background-color: #E5F8FF;
}
.table_03 thead th:nth-child(3) {
	color: #9A8EC3;
	background-color: #EBE9F5;
}
.table_03 tbody tr td{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #37BEF0;
	color: #000;
	padding: 15px 40px;
}
.table_03 tbody tr td:nth-child(1) {
	background-color: #F9E8D3;
}
.table_03 tbody tr td:nth-child(2) {
	background-color: #E5F8FF;
}
.table_03 tbody tr td:nth-child(3) {
	background-color: #EBE9F5;
}
@media screen and (max-width: 761px ) {
	.table_03 thead th {
		font-size: 1.8rem;
		padding: 10px 10px;
	}
	.table_03 thead th:nth-child(1) {
		width: auto;
	}
	.table_03 tbody tr td {
		padding: 10px 10px;
		font-size: 1.6rem;
	}
}

.section-content.effort-content h3{
	background-color: var(--section-bg-color);
	width: 100%;
	height: 140px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-content.effort-content h3 span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 100%;
	font-size: 2.2rem;
	font-weight: 600;
	position: relative;
}

.section-content.effort-content h3 span::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -150px;
	width: 150px;
	height: 160px;
	background-image: url('../images/course/ip/icon-effort.svg');
}

@media screen and (max-width: 761px ) {
	.section-content.effort-content h3 {
		height: 72px;
	}
	.section-content.effort-content h3 span {
		font-size: 1.8rem;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-content.effort-content h3 span::after {
		position: relative;
		right: 0;
		bottom: 10px;
		margin-left: 10px;
		width: 83px;
		height: 89px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}

.section-content.effort-content .section-content_dl-col2 {
	padding: 0;
}

.section-content.effort-content .section-content_dl-col2 .ttl {
	text-align: center;
	line-height: 2;
	padding-bottom: 20px;
	position: relative;
}

.section-content.effort-content .section-content_dl-col2 .ttl::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 26px;
	height: 4px;
	background-color: var(--section-bg-color);
}

@media screen and (max-width: 761px ) {
	.section-content.effort-content .section-content_wrap {
		padding-top: 0;
	}
}

.section-content.effort-content .table_04 {
	border-collapse: collapse;
	width: 100%;
}
.section-content.effort-content .table_04 thead th {
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #9A8EC3;
	background-color: #9A8EC3;
	padding: 15px 40px;
	color: #fff;
}

.section-content.effort-content .table_04 tbody td {
	background-color: #fff;
	border: 1px solid #9A8EC3;
	padding: 15px 40px;
	text-align: left;
	vertical-align: middle;
}

.section-content.effort-content .table_04 tbody td:last-child {
	color: #9A8EC3;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: right;
	min-width: 80px;
	vertical-align: middle;
}

@media screen and (max-width: 761px ) {
	.section-content.effort-content .table_04 thead th {
		padding: 10px 10px;
	}
	.section-content.effort-content .table_04 tbody td {
		padding: 10px 10px;
	}
}

.section-content.effort-content .section-content_box {
	margin-top: 40px;
}

.section-content.effort-content .section-content_box .voice {
	max-width: none;
}

.section-content.effort-content .section-content_box .list-grid {
	background-color: var(--section-bg-color);
	grid-template-rows: auto 1fr;
	padding: 60px;
}

.section-content.effort-content .section-content_box .list-grid .ttl h4 {
	color: #fff;
	text-align: left;
	font-weight: 600;
	font-size: 2.2rem;
}

.section-content.effort-content .section-content_box .list-grid .ttl h4 span {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 20px;
	font-weight: 600;
}

.section-content.effort-content .section-content_box .list-grid .txt p{
	color: #fff;
	text-align: left;
	margin-top: 40px;
	font-weight: 600;
}

.section-content.effort-content .section-content_box .list-grid li.image img {
	margin-bottom: 0;
}

@media screen and (max-width: 761px ) {
	.section-content.effort-content .section-content_box .list-grid {
		padding: 40px 30px;
	}
}

/*モバイルアプリケーション学科*/
/*PC*/
.mobile_img_box{
  margin: 0 auto;
  width: 1000px;
}

.mobile_img_box img{
  width: 1000px;
  height: auto;
}

.mobile_border{
  width: 1000px;
  border-top: 3px solid #8FC31F;
  border-bottom: 3px solid #8FC31F;
  margin-bottom: 60px;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

.sp{
  display: none;
}

.mobile_bg_wh{
  background-color: #fff;
  width: 100%;
  padding: 60px 0 0 0;
}


/*SMP*/
@media screen and (max-width: 761px ) {
.mobile_img_box{
  width: 370px;
}

.mobile_img_box img{
  width: 370px;
}

.mobile_border{
  width: 350px;
  border-top: 3px solid #8FC31F;
  border-bottom: 3px solid #8FC31F;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 0;
}
.sp{
  display: block;
}

}

/*ゲームクリエイター科*/
/*PC*/
.pc{
  display: block;
}

/*SMP*/
@media screen and (max-width: 761px ) {
.pc{
  display: none;
}

}
