@charset "UTF-8";



.img-pc{
	display: block;
}
.img-sp{
	display: none;
}
@media (max-width: 767px) {
	.img-pc{
		display: none;
	}
	.img-sp{
		display: block;
	}
}




/*
 * 学科・コース トップページ
 */


/*
 * 3つの強み
 */
#normal .appeal, #normal .equipment, #normal .campuslife {
	margin-bottom: 40px;
}
 .appeal .section-title {
	 margin-top: 32px;
    margin-bottom: -1px!important;
    text-align: center;
	 height: 126px;
	 background-image: url("assets/images/appeal/title-banner_orgin_w1366x126.png");
	 background-repeat:repeat-x;
	 background-position: center;
	 position: relative;
}
.appeal .section-title .title{
	 font-size: 36px!important;
    font-weight: bold;
	 line-height: 3.4;
	position: absolute;
	top: 50%;
    	left: 50%;
	color: #45484c;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.appeal .section-title .title::before{
	content: url("assets/images/appeal/ico-appeal-section-title.png");
	padding-right: 6px;
  	display: inline-block;
  	padding-top: 0;
	position: relative;
/*	top: 8px;*/
	top: 5px;
}
.appeal .section-title .title span{
	display: inline-block;
	vertical-align: middle;
/*	margin-right: 12px;*/
	margin-right: 5px;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 0;
	position: relative;
	top: -5px;
	}

@media (max-width: 767px) {
	.appeal .section-title {
		margin-top: 16px;
	}
	.appeal .section-title .title {
		width: 100%;
		height: 100px;
		background-size: cover;
		font-size: 25px!important;
		line-height: 4;
	}
	.appeal .section-title .title::before{
		content: "";
		display: inline-block;
		padding-top: 12px;
		background-image: url("assets/images/appeal/ico-appeal-section-title.png");
		background-repeat: no-repeat;
		background-size: contain;
		width: 182px;
		height: 24px;
		top: 15px;
		/* margin-right: 6px; */
		margin-right: 5px;
	}


	/*
	.appeal .section-title span{
	font-size: 42px;
	display: inline-block;
	margin-right: 8px;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	position: relative;
	top: 8px;
		padding: 8px;
}
	*/
}


.appeal .section-title-container{
	margin: 0 auto;
    width: 980px;
	display: flex;
	align-items: flex-start;
}
.appeal .section-title-container img{
	width: 287px;
	margin-top: 1px;
	margin-right: 28px;
}
.appeal .section-title-container .text-box h2{
	font-size: 22px;
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 12px;
}
.appeal .section-title-container .text-box p{
	text-align: justify;
}

@media (max-width: 767px) {
.appeal .section-title-container{
	margin: 0 auto;
	padding: 0px 10px 27px;
    width: auto;
	display: flex;
	flex-direction: column;
}
	.appeal .section-title-container img{
		margin-right: auto;
		width: 100%;
	}
}
.appeal .end-section-title{
	margin-bottom: 38px;
 background-image: url("assets/images/appeal/back-section-title-2.png");
	 background-repeat:repeat-x;
	 background-position: center;
}

#normal .appeal .appeal-list > li {
	padding: 46px 0 10px;
}

@media (max-width: 767px) {
#normal .appeal .appeal-list > li {
	padding: 23px 10px 27px;
	}
}

#normal .appeal .appeal-list .tetle {
	background: linear-gradient(to right, #707478 30% ,#FBE14C 70%);
	height: 110px;
	margin-bottom: 2px;
}
@media (max-width: 767px) {
	#normal .appeal .appeal-list .tetle {
		height: auto;
	}
}

#normal .appeal .appeal-list .tetle .list-head{
	height: inherit;
}
#normal .appeal .appeal-list .tetle .list-head .num {
	font-weight: bold;
	display: inline-block;
	margin-top: 6px;
	margin-right: 8px;
	text-align: center;
	line-height: 72px;
	vertical-align: middle;
}
@media (max-width: 767px) {
	#normal .appeal .appeal-list .tetle .list-head .num {
		font-size: 20px;
		height: 45px;
		width: 45px;
		line-height: 48px;
		vertical-align:inherit;
	}
	#normal .appeal .appeal-list .tetle .list-head .num img{
		width: 100%;
	}
}
@media screen and (min-width: 460px) and (max-width: 768px){
	#normal .appeal .appeal-list .tetle .list-head .num {
		vertical-align: baseline;
		top: 12px;
	}
}
#normal .appeal .appeal-list .tetle .list-head h3{
display: inline-block;
    font-size: 34px;
    font-weight: bold;
    line-height: 25px;
	color: #FFFFFF;
}
@media (max-width: 767px) {
	#normal .appeal .appeal-list .tetle .list-head h3{
		width: calc(100% - 60px);
		font-size: 20px;
		line-height: 30px;
		padding-top: 15px;
		padding-bottom: 10px;
	}
}
#normal .appeal .appeal-list .tetle .list-head .list-head-box{
		margin: 0 auto;
    width: 987px;
	height: inherit;line-height: 8.5;
	background-image: url("assets/images/appeal/tetle-list-head.png");
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	#normal .appeal .appeal-list .tetle .list-head .list-head-box{
		width: calc(100% - 20px );
		line-height: 1;
		padding: 10px;
	}
}

#normal .appeal .appeal-list .lead{
	position: relative;
	width: 980px;
	height: 420px;
	margin: auto;
}
@media (max-width: 767px) {
	#normal .appeal .appeal-list .lead{
		height: auto;
		width: 100%;
	}
}
#normal .appeal .appeal-list .lead .lead-left-back{
/*	background-color: rgba(3,110,184, 0.6); */
	position: absolute;
	left: 0;
	height:110px;
	width: calc(100% - 70%);
	z-index: 100;
}
@media (max-width: 767px) {
	#normal .appeal .appeal-list .lead .lead-left-back{
		display: none
	}
}
#normal .appeal .appeal-list .lead .lead-box{
	margin: 0 auto;
	width:inherit;
	height: 110px;
	background-color: rgba(3,110,184, 0.6);
	clip-path: polygon(0 0, 95% 0%, 90% 100%, 0% 100%);
	position: relative;
	z-index: 2;
}
@media (max-width: 767px) {
	#normal .appeal .appeal-list .lead .lead-box{
		width: 100%;
		height: auto;
		background-color: rgba(3,110,184, 1);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	}
	.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
}
#normal .appeal .appeal-list .lead .lead-box p{
	width: 772px;
	color: #FFF;
	padding: 16px 0 10px 36px;
}
@media (max-width: 767px) {
	#normal .appeal .appeal-list .lead .lead-box p{
		width: auto;
		padding: 23px 10px 27px;
	}
	#normal .appeal .appeal-list .lead .lead-box p br{
		display: none;
	}
}
.img-box-2{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: inherit;
	height: inherit;
	display: flex;
}
.img-box-2 img{
	width: 50%;
	height: auto;
	object-fit: cover;
}
@media (max-width: 767px) {
	.img-box-2{
		flex-direction: column;
		position: inherit;
/*		background-color: rgba(3,110,184, .6); */
	}
	.img-box-2 img{
		width: 100%;
		margin: auto;
		padding-bottom: 10px;
	}
}
#normal .appeal .appeal-list > li .container .list-head.style2{
	display: flex;
	align-items: flex-start;
	margin: auto;
	width: 845px;
}
@media (max-width: 767px) {
	#normal .appeal .appeal-list > li .container .list-head.style2{
		width: auto;
	}
}
#normal .appeal .appeal-list > li .container .list-head.style2 .num{
	background: #c8ccce;
	width: 20px;
	height: 110px;
	position: relative;
}
#normal .appeal .appeal-list > li .container .list-head.style2 .num::before{
content: "";
	background: #fbe14c;
	height: 55px;
	position: absolute;
	width: 20px;
	left: 0;
}

#normal .appeal .appeal-list > li .container .list-head .list-title{
	font-size: 28px;
	padding-bottom: 10px;
}
@media (max-width: 767px) {
	#normal .appeal .appeal-list > li .container .list-head .list-title{
		font-size: 25px;
		width: auto;
	}
}
#normal .appeal .appeal-list > li .container .intro{
	font-size: 16px;
	line-height: 26px;
}
.intro-box{
	width: 95%;
}

#normal .appeal .appeal-list > li:nth-of-type(2){
	background: none;
}

/* 航空整備学科　-/maintenance/ */
#course .tab-area .tab-list {
    width: 980px;
	display: flex;
	justify-content: space-between;
	text-align: inherit;
}
#course .tab-area .tab-list li a{
	height: auto;
}
.maintenance .tab-area{
	margin-top: 32px;
	height: 170px;
	background-image: url("assets/images/maintenance/bg-line.png");
	background-repeat:repeat-x;
}

#course .tab-area .tab-list .other-course{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#course .tab-area .tab-list li {
    box-shadow: none;
    width: auto;
    overflow: visible;
}
#course .tab-area .tab-list li.maintenance {
background: none;
width: 411px;
height: 141px;
	margin: 0;
}
#course .tab-area .tab-list li.maintenance img {
    width:inherit;
height:inherit;
}
#course .tab-area .tab-list li.mechanic {
    background: none;
    width: 300px;
    height: 60px;
}
#course .tab-area .tab-list li.mechanic img{
    width:inherit;
    height:60px;
}

#course .tab-area .tab-list li.technology {
    background: none;
    width: 300px;
    height: 60px;
}
#course .tab-area .tab-list li.technology img{
    width:inherit;
    height:60px;
}

#course .tab-area .tab-list .other-course li{
	margin-right: 0!important;
}
#course .tab-area .tab-list li.graduate {
    background: none;
width: 220px;
height: 140px;}
#course .tab-area .tab-list li.graduate img {
width:inherit;
height:140px;}

#course .tab-area .tab-list li a::before, #course .tab-area .tab-list li span::before {
            border-right: none;
            border-top: none;
            box-sizing: border-box;
            content: "";
            display: none;
            height: 0;
            margin-right: 0;
            width: 0; }

@media (max-width: 767px) {
	#course .tab-area .tab-list {
		flex-direction: column;
		width: 100%;
		position: relative;
		z-index: 0;
	}
	#course .tab-area .tab-list .other-course{
	display: flex;
	flex-direction:row;
	justify-content: space-between;
}
	#course .tab-area .tab-list li{
		margin-bottom: 12px!important;
	}
	#course .tab-area .tab-list li.maintenance {
		width: 100%;
		height: auto;
		margin: auto;
	}
	#course .tab-area .tab-list li.mechanic,#course .tab-area .tab-list li.technology{
		width: 100%;
		height: auto;
		margin-bottom: 2px!important;
	}
	#course .tab-area .tab-list li.mechanic img,#course .tab-area .tab-list li.technology img{
		width: calc(100% - 5px);
		height: auto;
	}
	#course .tab-area .tab-list li.graduate{
		margin: auto;
		width: 85%;
		height: auto;
	}
	#course .tab-area .tab-list li.graduate img{
		width: inherit;
		height: 195px;
	}
.maintenance .tab-area{
	height: auto;
	background-repeat:repeat-y;
}
	}
#course.maintenance .head-area {
	margin-bottom: 40px;
	background: #0670B8;
}
#course.maintenance .head-area .container {
	left: 36%;
}

#course.maintenance .head-area .img-box{
	width: 246px;
	height: 236px;
}
#course.maintenance .head-area .img-box img {
	left: 0;
}

@media (min-width: 768px){
	.head-area .main-head .head,.head-area .main-head .desc{
		transform: none;
	}
}
#course.maintenance .head-area .main-head {
	height: 236px;
	padding-top: 22px;
	text-align: left;
	padding-left: 40px;
	width: 200%;
}
#course.maintenance .head-area .main-head .head {
	font-size: 36px;
}
@media (max-width: 768px){
#course.maintenance .head-area .main-head .head {
	font-size: 26px;
}
	#course.maintenance .head-area .main-head .head br{
display: block;		
	}
}
#course.maintenance .head-area .main-head .desc{
	line-height: 1.5;
	position: relative;
	left: 50px;
	color: #002955;
	height: 102px;
	top: 10px;
}
#course.maintenance .head-area .main-head .desc::before{
	content: "";
	background-image: url("assets/images/maintenance/maintenance-desc-back.png");
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	background-size: cover;
	width: 2200px;
	height: 110px;
	left: -112px;
}
#course.maintenance .head-area .main-head .desc span{
display: inline-block;
	width: 750px;
}
@media (max-width: 767px) {
#course.maintenance .head-area .container {
	left: 50%;
}
	#course.maintenance .head-area .main-head {
	height: auto;
	padding-top: 22px;
	text-align: left;
	padding-left: 10px;
	width: 100%;
}
	#course.maintenance .head-area .main-head .desc{
	height: 138px;
		left: 0;
	}
	#course.maintenance .head-area .main-head .desc br{
	display: none;
	}
	#course.maintenance .head-area .main-head .desc::before{
		height: 150px;
	}
	#course.maintenance .head-area .main-head .desc span{
display: inline-block;
	width: auto;
}
}



#course.maintenance .strong .section-title {
	background-image: url("assets/images/maintenance/strong-section-title-backimg-01.png");
	background-repeat: repeat-x;
	background-size:contain;
	width: 100%;
	height: 91px;
	font-size: 36px;
	line-height: 91px;
}
#course.maintenance .strong .section-title-end {
	background-image: url("assets/images/maintenance/strong-section-title-backimg-02.png");
	background-repeat: repeat-x;
	background-size:contain;
	width: 100%;
	height: 23px;
	margin-bottom: 40px;
}

#course.maintenance .strong .section-title img{
	width: 75px;
	padding-right: 12px;
}

#course.maintenance .strong .container {
	padding-top: 0;
}
#course.maintenance .strong .container.break {
	max-width: 1366px;
	width: auto;
	padding: 0;
}
#course.maintenance .strong .container .section-head-box{
	display: flex;
}
#course.maintenance .strong .container .section-head-thumb{
	width: 480px;
	height: 170px;
}
#course.maintenance .strong .container .text-box{
	margin-top: 26px;
	margin-left: 26px;
	line-height: 1.5;
}
#course.maintenance .strong .container .text-box .intro{
	width: auto;
	margin-bottom: 0;
	line-height: 1.5;
}

#course.maintenance .strong .container .section-head{
	font-size: 22px;
	text-align: left;
}
#course.maintenance .strong .container .section-head::after{
	background: none;
	margin: 0;
}
@media (max-width: 767px) {
	#course.maintenance .strong .section-title img{
		width: 46px;
	}
	#course.maintenance .strong .section-title {
		background-size: cover;
		height: 76px;
		font-size: 22px;
		line-height: 76px;
	}
	#course.maintenance .strong .container.break {
		width: 100%;
	}
	#course.maintenance .strong .container .section-head-box{
	flex-direction: column;
}
	#course.maintenance .strong .container .section-head-thumb{
	width: 100%;
	height: auto;
}
	#course.maintenance .strong .container .section-head-thumb img{
		width: 100%;
	}
	#course.maintenance .strong .container .text-box .intro{
		width: auto;
		margin-bottom: 26px;
	}
	#course.maintenance .strong .section-title-end {
		background-size: inherit;
	}
}
@media screen and (min-width: 460px) and (max-width: 1024px){
	#course.maintenance .strong .section-title{
		height: auto;
		line-height: 64px;
	}
		#course.maintenance .strong .section-title img{
		width: 46px;
	}
	#course.maintenance .strong .container.break {
		width:auto;
	}
	#course.maintenance .strong .container .section-head-thumb{
		width: 33%;
		height: auto;
	}
	#course.maintenance .strong .container .section-head-thumb img{
		width: 100%;
	}
	#course.maintenance .strong .container .text-box{
		width: calc(67% - 10px);
		padding-right: 10px;
	}
	#course.maintenance .strong .container .text-box .intro{
		width: auto;
		margin-bottom: 26px;
	}
}



#course.maintenance .strong{
	background: #FFFFFF;
}

#course.maintenance .strong .container .strong-list li .list-title.remode{
	position: relative;
	line-height: 110px;
	height: 110px;
	font-size: 32px;
	font-weight: bold;
	color: #45484c;
	text-align: left;
	margin-bottom: 25px;
}
#course.maintenance .strong .container .strong-list li .list-title.remode::before{
	background: -moz-linear-gradient(left, #0b73b9, #FFF);
  background: -webkit-linear-gradient(left, #0b73b9, #FFF);
  background: linear-gradient(to right, #0b73b9, #FFF);
    content: "";
    display: inline-block;
	position: absolute;
	left: -80%;
  height: 110px;
  width: 100%;
}
#course.maintenance .strong .container .strong-list li .list-title::after{
	content: none!important;
}
#course.maintenance .strong .container .strong-list li .list-title.remode span{
	position: absolute;
}
#course.maintenance .strong .container .strong-list li .list-title.remode span.number-1{
	text-indent: 80px;
	display: inline-block;
}
#course.maintenance .strong .container .strong-list li .list-title.remode span.number-2{
	text-indent: 110px;
	display: inline-block;
}
#course.maintenance .strong .container .strong-list li .list-title.remode span.number-3{
	text-indent: 125px;
	display: inline-block;
	font-size: 32px!important;
}
#course.maintenance .strong .container .strong-list li .list-title.remode span.number-3 small{
	display:inline;
}

/* OK */

#course.maintenance .strong .container .strong-list li .list-title.remode span.number-1::before{
	content: "";
	background-image: url("assets/images/maintenance/remode-01.png");
	background-repeat: no-repeat;
	background-size:contain;
	width: 55px;
	height: 110px;
	position: absolute;
	left: 0;
}
#course.maintenance .strong .container .strong-list li .list-title.remode span.number-2::before{
	content: "";
	background-image: url("assets/images/maintenance/remode-02.png");
	background-repeat: no-repeat;
	background-size:contain;
	width: 92px;
	height: 110px;
	position: absolute;
	left: 0;
}
#course.maintenance .strong .container .strong-list li .list-title.remode span.number-3::before{
	content: "";
	background-image: url("assets/images/maintenance/remode-03.png");
	background-repeat: no-repeat;
	background-size:contain;
	width: 83px;
	height: 110px;
	position: absolute;
	left: 0;
}
#course.maintenance .strong .container .strong-list li:nth-of-type(3) .list-title span::before {
    background: none;
    content: "";
    display: inline-block;
    height: 54px;
    margin: 0 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    vertical-align: top;
}

/* OK2 */



@media (max-width: 767px) {
	#course.maintenance .strong .container .strong-list li .list-title.remode{
		font-size: 20px!important;
		height: 80px;
	}
	#course.maintenance .strong .container .strong-list li .list-title.remode::before{
		height: 80px;
	}
	#course.maintenance .strong .container .strong-list li .list-title.remode span.number-1::before{
		width: 40px;
		height: 80px;
		background-size:contain;
	}
	#course.maintenance .strong .container .strong-list li .list-title.remode span.number-2{
	text-indent: 68px;
}
#course.maintenance .strong .container .strong-list li .list-title.remode span.number-2::before{
		width: 66px;
		height: 80px;
		background-size:contain;
	}
	
#course.maintenance .strong .container .strong-list li .list-title.remode span.number-1,
#course.maintenance .strong .container .strong-list li .list-title.remode span.number-2,
	#course.maintenance .strong .container .strong-list li .list-title.remode span.number-3{
		font-size: 24px!important;
		line-height: 1.25;
		text-indent: 0;
		padding-left: 80px;
		margin-top: 20px;
	}
	#course.maintenance .strong .container .strong-list li .list-title.remode span.number-1::before,
#course.maintenance .strong .container .strong-list li .list-title.remode span.number-2::before,
	#course.maintenance .strong .container .strong-list li .list-title.remode span.number-3::before{
	top: -20px;
}
/* OK3 */


/* NG 原因 */
/*#course.maintenance .strong .container .strong-list li .list-title.remode span.number-3{} */

/* NG */



	#course.maintenance .strong .container .strong-list li .list-title.remode span.number-3 small{
	display:inline-block;
		letter-spacing: -2px;
		font-size: 70%;
		text-indent: -8px;
}
#course.maintenance .strong .container .strong-list li .list-title.remode span.number-3::before{
		width: 83px;
		height: 80px;
		background-size:contain;
left: -16px;
	}
}
@media screen and (min-width: 460px) and (max-width: 767px){
	#course.maintenance .strong .container .strong-list li .list-title.remode span.number-1, #course.maintenance .strong .container .strong-list li .list-title.remode span.number-2, #course.maintenance .strong .container .strong-list li .list-title.remode span.number-3{
		padding-top: 10px;
	}
}

@media screen and (min-width: 460px) and (max-width: 1024px){
	#course.maintenance .strong .container .strong-list li .list-title.remode span.number-3 small{
		text-indent: 0;
	}
}



/* NG OK*/

#course.maintenance .strong .container .strong-list li .column-wrapper{
	 background-color: rgba( 3,110,183, .2);
}

#course.maintenance .strong .container .strong-list li .img-box{
	margin-bottom: 0;
}
#course.maintenance .strong .container .strong-list li .list-title.remode .column-wrapper{
	height: 240px;
}
#course.maintenance .strong .container .strong-list li:nth-of-type(1) .column-wrapper .txt-box{
	width: 560px;
	line-height: 1.75;
	padding: 8px 10px;
}
#course.maintenance .strong .container .strong-list li .column-wrapper .txt-box{
	width: auto;
	line-height: 1.75;
	padding: 8px 10px;
	display: table;
}
#course.maintenance .strong .container .strong-list li .column-wrapper::after{
	clear: both;
	content: "";
	display: block;
}
#course.maintenance .strong .container .strong-list li:nth-of-type(1) .column-wrapper .img-box{
	width: 400px;
}
#course.maintenance .strong .container .strong-list li .column-wrapper .img-box{
	width: 400px;
	float: left;
}
#course.maintenance .strong .container .strong-list li .txt-box{
	color: #002955;
}
@media (max-width: 767px) {
	#course.maintenance .strong .container .strong-list li:nth-of-type(1) .column-wrapper .img-box{
		width: 100%;
	}
	#course.maintenance .strong .container .strong-list li:nth-of-type(1) .column-wrapper .txt-box{
		width: auto;
		padding: 8px;
	}
		#course.maintenance .strong .container .strong-list li .column-wrapper .img-box{
		width: 100%;
	}
	#course.maintenance .strong .container .strong-list li .column-wrapper .txt-box{
		width: auto;
		padding: 8px;
	}
}


/* NG OK */


#course.maintenance .flow{
}
#course.maintenance .flow .title-area-box{
	background-image: url("assets/images/maintenance/flow-title-area.png");
	background-repeat: repeat-x;
	background-size: auto;
	height: auto;
}
#course.maintenance .flow .title-area{
	max-width: 980px;
	margin: auto;
	height: auto;
	color: #FFFFFF;
	position: relative;
	padding: 25px 0;
	background-image: url("assets/images/maintenance/flow-title-area-back.png");
	background-repeat: no-repeat;
	background-size: auto;
}
#course.maintenance .flow .title-area::before{
	content: "";
	background-color: #002955;
	display: inline-block;
	position: absolute;
	left: -80%;
	top: 0;
	height: 120px;
	width: 100%;
}
#course.maintenance .flow .title-area .section-title{
	text-align: left;
	font-size: 36px;
	position: relative;
}
#course.maintenance .flow .title-area .sub-title {
	text-align: left;
	font-size: 28px;
	position: relative;
}
@media (max-width: 767px) {
	#course.maintenance .flow .title-area-box{
		background-size: auto;
	}
	#course.maintenance .flow .title-area{
		background-position: top right;
		height: 120px;
		padding-left: 10px;
	}
	#course.maintenance .flow .title-area::before{
		height: 120px;
	}
	#course.maintenance .flow .title-area .section-title{
		font-size: 20px;
	}
	#course.maintenance .flow .title-area .sub-title {
		font-size: 16px;
	}
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1){
	margin-bottom: 0;
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1) .column-box.mechanic{
	background-color: #109ac4;
}

#course.maintenance .flow .content-area .flow-list li .column-box .head-box{
	overflow: hidden;
}


#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1) .column-box.mechanic .head-box .attr{
	background-color: #109ac4;
}

@media (max-width: 767px) {
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1) .column-box .head-box .attr{
	width: auto;
}
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1) .column-box.mechanic .head-box::after{
	background-color: #036eb7;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1) .column-box.technology{
	background-color: #00a17f;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1) .column-box.technology .head-box .attr{
	background-color: #00a17f;
	vertical-align: 10px;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1) .column-box.technology .head-box::after{
	background-color: #0b8932;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1) .column-box .head-box::after{
	right: -58px;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1)::before, #course.maintenance .flow .content-area .flow-list > li:nth-of-type(1)::after{
	background: none;
}
#course.maintenance .flow .content-area{
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}
#course.maintenance .flow .content-area .course-01{
	border-top:#00538d 15px solid;
	border-bottom:#00538d 15px solid;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-image: url("assets/images/maintenance/course-01-back.png");
	background-repeat: repeat-y;
	background-size: cover;
}
#course.maintenance .flow .content-area .flow-list > li .column-box{
	border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}
#course.maintenance .flow .content-area .flow-list > li .txt-box{
	border-radius: 0;
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1){
	height: 50px;
}
#course.maintenance .flow .content-area .flow-list > li .list-head{
	background-color: red;
}
#course.maintenance .flow .content-area .course-02{
	margin-bottom: 30px;
}
#course.maintenance .flow .content-area .course-02 .head-band{
color: #fff;
    font-size: 26px;
    height: 40px;
    left: 0;
    line-height: 74px;
    margin: 0 auto;
    position: relative;
	top: 50px;
    right: 0;
    text-align: center;
	border-bottom: #00538d 8px solid;
}
#course.maintenance .flow .content-area .course-02 .head-band::before {
    background-color: rgba(3,110,183, .4) ;
    left: 0;
	content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
}
#course.maintenance .flow .content-area .course-02 .head-band::after {
    background-color: #29beae;
    right: 0;
	content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
}
#course.maintenance .flow .content-area .course-02 .list-head{
	color: #fff;
    font-size: 26px;
    height: 0;
    line-height: 74px;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
	left: 50%;
  transform: translateX(-50%);
}
#course.maintenance .flow .content-area .course-02 .list-head::before{
	content: "";
	background-image: url("assets/images/maintenance/list-head-01_1.png");
	background-repeat: no-repeat;
	width: 258px;
	height: 80px;
	background-size: contain;
	position: absolute;
	left: 50%;
  transform: translateX(-50%);
	top: -38px;
}

#course.maintenance .flow .content-area .course-02 .list-head span{
	position: relative;
	display: inline-block;
	top: -20px;
}

#course.maintenance .flow .content-area .course-02 .list-head .roboto{
	font-family: "Roboto", sans-serif;
    font-size: 56px;
    vertical-align: -22px;
	font-weight: bold;
	position: relative;
}
@media (max-width: 767px) {
	#course.maintenance .flow .content-area .course-01{
		margin-bottom: 0;
	}
	#course.maintenance .flow .content-area .course-02{
	margin-bottom: 0;
}
	#course.maintenance .flow .content-area .course-02 .head-band{
		top: 60px;
	}
	#course.maintenance .flow .content-area .course-02 .list-head::before{
		top: -18px;
		width: 226px;
    		height: 70px;
	}
	#course.maintenance .flow .content-area .course-02 .list-head span{
	top: -12px;
	}
}


  #course.maintenance .flow .content-area .flow-list2 {
    margin: 0 auto;
    width: 980px; }

    @media (max-width: 767px) {
      #course.maintenance .flow .content-area .flow-list2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%; } }


/* OK */




  #course.maintenance .flow .content-area .flow-list {
    margin: 0 auto;
/*    width: 500px; */
    width: 700px; }

    @media (max-width: 767px) {
      #course.maintenance .flow .content-area .flow-list {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%; } }

    #course.maintenance .flow .content-area .flow-list::after {
      clear: both;
      content: "";
      display: block; }



	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1){
		height: 55px;
	}
}





#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .list-title{
	color: #002955;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.left{
/*	margin-left: 30px;*/
	margin-left: auto;
}


#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.right{
	margin-right: 0;
}
/*
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box::before{
content: "";
	background-image: url("assets/images/maintenance/column-box.png");
	background-repeat: no-repeat;
	background-size: auto;
	position: absolute;
	width: 20px;
	height: 69px;
	left: -30px;
}
*/


#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box{
	position: relative;
	/* width: 426px;*/
	width: 700px;
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1) .column-box,
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box{
/*		width: auto;*/
		width: 100%;
/*		padding-bottom: 30px;*/
		padding: 0 0 30px 0;
	}
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.right{
	margin-left: 30px;
}
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) ul.first-year-flow{
	background-color: rgba(3,110,183, .4);
	margin-bottom: 0;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) ul.first-year-flow > li{
	border: none;
	margin: 30px 0;
	line-height: 0;
	height: auto;
	width: auto;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) ul.first-year-flow > li:nth-of-type(1)::after{
	content: none;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) ul.first-year-flow > li:nth-of-type(1){
	background: none;
	margin-right: -14px;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) ul.first-year-flow > li:nth-of-type(2){
	background: none;
	margin-right: -14px;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) ul.first-year-flow > li:nth-of-type(3){
	background: none;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) ul.first-year-flow > li img{
	width: 100%;
	height: auto;
}
#course.maintenance .flow .content-area .flow-list > li .btn-more{
	background-color: rgba(3,110,183, .8);
	border-radius: 0;
	width: auto;
	line-height: 0;
	padding: 30px 0;
}
#course.maintenance .flow .content-area .flow-list > li .btn-more::before{
	content: none;
}
@media (max-width: 767px) {
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) ul.first-year-flow{
		padding-bottom: 0;
	}
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) ul.first-year-flow > li{
		width: calc((100% - 10px)/2);
	}
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) ul.first-year-flow > li:nth-of-type(1){
		margin-bottom: 10px;
	}
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) ul.first-year-flow > li:nth-of-type(2){
		margin-bottom: 10px;
	}
	#course.maintenance .flow .content-area .flow-list > li .btn-more img{
	width: calc(100% - 20%);
	}
}

/* OK */



/*
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2)::before, #course.maintenance .flow .content-area .flow-list > li:nth-of-type(2)::after{
	background-color: red;
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2)::before{
	left: 178px;
	background-image: url("assets/images/maintenance/type2before.png");
	background-repeat: no-repeat;
}
*/
/*
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2)::after{
	right: 178px;
	background-image: url("assets/images/maintenance/type2after.png");
	background-repeat: no-repeat;
}
*/
/*
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2)::before, #course.maintenance .flow .content-area .flow-list > li:nth-of-type(2)::after{
    bottom: -70px;
    content: "";
    height: 228px;
    position: absolute;
    width: 121px;
	background-color: transparent;
}
*/

/* OK */





@media (max-width: 767px) {
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2)::before{
		left: 0;
		background-size: auto 80px;
	}
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2)::before{
		bottom: -178px;
		height: 230px;
		width: 46px;
	}
}
@media (max-width: 767px) {
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3)::before{
		left: 0;
		background-size: auto 80px;
	}


	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3)::before{
		bottom: -178px;
		height: 230px;
		width: 46px;
	}
}



#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2){
	margin-bottom: 115px;
/*	height: 650px;*/
	height: 675px;
}

@media (max-width: 767px) {
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2){
		margin-bottom: 40px;
/*		height: 580px;*/
		height: 595px;
	}
}

/* OK?? */


#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3){
	margin-bottom: 145px;
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.mechanic,
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.mechanic{
	position: relative;
	background-color: transparent;
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.mechanic,
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(4) .column-box.mechanic{
	display:block;
}


#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.mechanic .head-band,
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.mechanic .head-band{
	height: 48px;
    background-image: url(assets/images/maintenance/column-box-mechanic-line.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: right;
	border-radius: 0;
}
/* OK?? */


#course.maintenance .flow .content-area .flow-list > li .column-box{
	-webkit-box-shadow: none;
    box-shadow: none;
	position: relative;
	width: 700px; }

/* }削除 */





@media (max-width: 767px) {
  #course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box{
    float: none;
    margin-top: 25px;
    width: 100%; } }



#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1) .column-box.mechanic .list-head,
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.mechanic .list-head,
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.mechanic .list-head{
	background-color: #109ac4;
}
#course.maintenance .flow .content-area .flow-list > li .list-head .roboto{
	font-weight: bold;
}
#course.maintenance .flow .content-area .flow-list > li .txt-box.box2{
	background-color: aliceblue;
	margin-top: 38px;
}
#course.maintenance .flow .content-area .flow-list > li .txt-box.box3{
	background-color: rgba(11,137,50, .1);
	margin-top: 38px;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.technology{
	position: relative;
	background-color: transparent;
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.technology .list-head{
	z-index: 1;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.technology .head-band{
		height: 48px;
    background-image: url("assets/images/maintenance/column-box-technology-line.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: left;
	border-radius: 0;
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box .txt-box,
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box .txt-box{
	position: relative;
	padding: 0;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box .txt-box .intro,
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box .txt-box .intro{
	position: relative;
	top: 0;
	text-align: left;
	height: 40px;
	padding-top: 8px;
	font-size: 20px;
	font-weight: bold;
}
#course.maintenance .flow .content-area .flow-list > li .txt-box.box2 .inner-box,
#course.maintenance .flow .content-area .flow-list > li .txt-box.box3 .inner-box{
	padding: 20px 44px;
}
#course.maintenance .flow .content-area .flow-list > li .txt-box.box2 .intro{
	color: #FFFFFF;
	background-color: #109ac4;
	clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}
#course.maintenance .flow .content-area .flow-list > li .txt-box.box3 .intro{
	color: #FFFFFF;
	background-color: #00a17f;
	clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}


/*
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.mechanic ,
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.mechanic {
  background: #10b0ec; }
*/

  #course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.mechanic .list-head ,
  #course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.mechanic .list-head {
    background: #10b0ec; }
  #course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.mechanic .txt-box .box-title ,
  #course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.mechanic .txt-box .box-title {
            font-size: 28px;
            font-weight: bold;
            line-height: 36px;
            margin-bottom: 14px;
            text-align: center; 
    		color: #10b0ec; }
            @media (max-width: 767px){
              #course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box .txt-box .box-title ,
              #course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box .txt-box .box-title {
                font-size: 18px;
                line-height: 24px;
                margin-bottom: 10px; } }

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box .txt-box .tag,
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box .txt-box .tag{
	border-radius: 0;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.mechanic .tag,
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.mechanic .tag{
	background-color: #036eb7;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.technology .tag{
	background-color: #0b8932;
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2)::before{
	background-image: url(assets/images/maintenance/type2before.png);
  	background-repeat: no-repeat;
	width: 121px;
	left: 300px;
	bottom: -80px;
	height: 232px;
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3)::before{
	background-image: url(assets/images/maintenance/type2before.png);
  	background-repeat: no-repeat;
	width: 121px;
/*	left: 178px;*/
	left: 300px;
	bottom: -110px;
	height: 232px;
}

  @media (max-width: 767px) {

	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2)::before{
		left: 0px;
		margin: 0 auto;
		bottom: -40px;
		width: 40px;
		height: 90px;
	}

    #course.maintenance .flow .content-area .flow-list > li:nth-of-type(3)::before {
		left: 0px;
		right: 0px;
		margin: 0 auto;
		bottom: -60px;
		width: 40px;
		height: 90px;
      		display: block; } }



#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.technology::before,
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.technology::before{
	right: 0;
		width: 121px;
    background-image: url(assets/images/maintenance/right-technology.png);
    background-repeat: no-repeat;
	position: absolute;
	height: 720px;
	bottom: -720px;
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box.technology::after{
	content: none;
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(4) .column-left .column-box::before {
   position: absolute;
    background-image: url(assets/images/maintenance/left-technology.png);
    background-repeat: no-repeat;
  width: 121px;
	height: 130px;
 left: 50%;
    transform: translateX(-50%);
	bottom: -560px;
	z-index: -1;
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(4) .column-left .column-box{
	margin-bottom: 170px;
}
@media (max-width: 767px) {
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(4) .column-left .column-box{
	margin-bottom: 62px;
}
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(4) .column-left .column-box.mechanic{
	position: relative;
    background-color: transparent;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(4) .column-left .column-box .head-band{
	height: 48px;
    background-image: url(assets/images/maintenance/column-box-mechanic-line.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: right;
	border-radius: 0;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(4) .column-left .column-box.mechanic .list-head{
	background-color: #109ac4;
	top: -34px;
}
@media (max-width: 767px) {
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box .list-head{
		top: -8px;
	}
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(4) .column-left .column-box.mechanic .list-head{
	background-color: #109ac4;
		top: -8px;
	}
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3) .column-box .txt-box .intro{
		line-height: 36px;
	}
	#course.maintenance .flow .content-area .flow-list > li:nth-of-type(3){
		margin-bottom: 62px;
	}
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(4) .column-left .column-box .txt-box{
	border-radius: 0;
	background-color: aliceblue;
	margin-top: 38px;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(4) .column-left{
	float: none;
}
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(4) .column-right{
	float: none;
	width: inherit;
	padding-left: 0;
}
#course.maintenance .flow .content-area .flow-list li.content-flow,#course.maintenance .flow .content-area .flow-list li.content-qa{
	height: auto;
}
#course.maintenance .flow .content-area .column-head.flow-title{
	text-align: center;
	background: #002955;
	width: 100%;
	height: 40px;
	margin-bottom: 40px;
	position: relative;
}
#course.maintenance .flow .content-area .column-head.flow-title span{
	display: inline-block;
	font-size: 36px;
	line-height: 2.4;
	font-weight: bold;
	color: #002955;
	background: #95ceef;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -40px;
	padding: 0 12% 0;
	height: 80px;
/*	width: fit-content;*/
	width: 50%;
}
@media (max-width: 767px) {
	#course.maintenance .flow .content-area .column-head.flow-title span{
		font-size: 20px;
		top: -20px;
		height: 60px;
		line-height: 3.4;

		padding: 0 5% 0;
		width: 75%;

	}
}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1) .column-box.mechanic .img-box2,
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.mechanic .img-box2{
	margin: 0px auto 20px auto;
	text-align:center;}

#course.maintenance .flow .content-area .flow-list > li:nth-of-type(1) .column-box.mechanic .img-box2 img,
#course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.mechanic .img-box2 img{
	width:500px;
	margin: 0 25px;}

	@media (max-width: 767px) {
	      #course.maintenance .flow .content-area .flow-list > li:nth-of-type(1) .column-box.mechanic .img-box2 img{
		width:100%;
		margin: 0 auto; } 
	      #course.maintenance .flow .content-area .flow-list > li:nth-of-type(2) .column-box.mechanic .img-box2 img{
		width:100%;
		margin: 0 auto; } 
	}





.job-list{
	display: flex;
	flex-wrap: wrap;
}
.job-list li{
	width: calc(33.33% - 16px);
	margin-right: 24px;
	margin-bottom: 40px;
}
.job-list li:nth-child(3n){
	margin-right: 0;
}
.job-list li .img-box,.job-list li .txt-box{
	background-color: aliceblue!important;
}
.job-list li .img-box img{
	vertical-align: bottom;
	width: 100%;
}
.job-list li .txt-box{
	height: 210px;
}
.job-list li .txt-box .list-title{
	font-size: 26px;
	font-weight: bold;
	color: #002955;
	background-color: #95ceef;
	clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
	padding: 6px 0 6px 12px;
}
.job-list li .txt-box .desc{
	padding: 12px;
	text-align: justify;
}
@media (max-width: 767px) {
	.job-list li{
	width: auto;
	margin-right: auto;
	margin-bottom: auto;
}
}
.qa-box{
	border-top: #95ceef 15px solid;
    border-bottom: #95ceef 15px solid;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-image: url(assets/images/maintenance/course-01-back.png);
    background-repeat: repeat-y;
    background-size: cover;
}
#course.maintenance .flow .content-area .flow-list li.content-flow, #course.maintenance .flow .content-area .flow-list li.content-qa{
	display: flex;
	justify-content: space-between;
}
.qa-box .qa-wrap{
	background-color: #FFFFFF;
	width: 474px;
}
.qa-box .qa-wrap .q-area{
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
	padding: 6px 0 6px 12px;
}
.qa-box .qa-wrap.left .q-area{
	background-color: #109ac4;
}
.qa-box .qa-wrap.right .q-area{
	background-color: #00a17f;
}
.qa-box .qa-wrap .q-area span{
	font-size: 20px;
	display: block;
}
.qa-box .qa-wrap .a-area{
	padding: 12px;
	text-align: justify;
}
@media (max-width: 767px) {
	#course.maintenance .flow .content-area .flow-list li.content-flow, #course.maintenance .flow .content-area .flow-list li.content-qa{
		flex-direction: column;
	}
	.qa-box .qa-wrap{
		width: auto;
	}
	.qa-box .qa-wrap:first-child{
		margin-bottom: 30px;
}
}
#course section.n-tac .n-tac-title{
	position: relative;
	margin-bottom: 40px;
}
#course section.n-tac .n-tac-title::before{
	content: "";
	background-color: #036eb7;
	clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
	position: absolute;
	left: -80%;
	height: 100px;
	width: 100%;
}
#course section.n-tac .n-tac-title .n-tac-title-box{
	display: flex;
	position: relative;
	top: 12px;
}
#course section.n-tac .n-tac-title .n-tac-title-line{
	position: relative;
	top: 0;
	border-bottom: #036eb7 16px solid;
	clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 0% 100%);
	margin-left: 15.2%;
}
#course section.n-tac .section-logo{
	margin: 0;
	margin-right: 12px;
	width: auto;
	position: relative;
	left: 20%;
}

#course section.n-tac .section-logo img{
	width: auto;
	height: 60px;
}

#course section.n-tac .intro{
	text-align: left;
	width: auto;
	position: relative;
	left: 20%;
	font-size: 26px;
}
#course section.n-tac .banner-area li{
	width: 470px;
	height: auto;
	padding: 0;
}

#course section.n-tac .banner-area .banner-list{
	margin: 0 auto;
	max-width: 980px;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	#course section.n-tac .n-tac-title::before{
		left: 0;
		height: 58px;
		width: 40px;
		clip-path: polygon(0 0, 100% 0%, 40% 100%, 0% 100%);
	}
	#course section.n-tac .n-tac-title .n-tac-title-box{
		flex-direction: column;
		top: 0;
	}
	#course section.n-tac .section-logo{
		left: 0;
		margin-left: 40px;
		margin-bottom: 10px;
	}
	#course section.n-tac .section-logo img{
/*		height: 40px; */
		height: 60px;
	}
	#course section.n-tac .intro {
		left: 0;
		font-size: 20px;
		margin-left: 36px;
		margin-bottom: 20px;
	}
	#course section.n-tac .n-tac-title .n-tac-title-line{
		margin-left: 0;
	}
}

/* 航空整備学科 point3 ブロック*/



    #course.maintenance .strong .container .strong-list .banner-area li {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        #course.maintenance .strong .container .strong-list .banner-area li {
          margin-bottom: 10px; } }


    #course section.strong .banner-area {
      font-size: 0;
      letter-spacing: 0;
      margin: 0 auto;
      padding: 27px 0 0px;
      text-align: center; }

      @media (max-width: 767px) {
        #course section.strong .banner-area {
          padding: 14px 10px 18px; } }



    #course section.strong .banner-area p {
      font-size: 14px;
	padding: 5px 0; }


      #course section.strong .banner-area .banner-list {
        margin: 0 auto;
        width: 980px;
	display: flex;
	flex-wrap: wrap; }


        @media (max-width: 767px) {
          #course section.strong .banner-area .banner-list {
            width: 100%; } }

      #course section.strong .banner-area li {
        display: inline-block;
        width: 470px; 
	height: auto;
	padding: 0;}

        @media (max-width: 767px) {
            #course section.strong .banner-area li {
             display: block;
             width: 100%; }

            #course section.strong .banner-area li:nth-last-of-type(n+2) {
              margin-bottom: 12px; } 
	}


        @media (min-width: 768px) {
          #course section.strong .banner-area li:first-of-type {
            margin-right: 40px; }
          #course section.strong .banner-area li:last-of-type {
            margin-top: 0; } }

        #course section.strong .banner-area li img {
          vertical-align: top;
          width: 100%; }




/* グランドサポート */

.support .tab-area{
	margin-top: 32px;
	height: 170px;
	background-image: url("assets/images/support/support-bg-line.png");
	background-repeat:repeat-x;
}
@media (max-width: 767px) {
	.support .tab-area{
		height: auto;
		background-repeat: repeat-y;
	}
}

#course .support .head-area {
	margin-bottom: 40px;
	    background-color: #C63A2D;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
}
#course .support .head-area .container {
	left: 36%;
	display: inline-block;
	position: relative;
	transform: translate(-50%, 0);
}

#course .support .head-area .img-box{
	width: 246px;
	height: 236px;
	display: inline-block;
	vertical-align: top;
}
#course .support .head-area .img-box img {
	left: 0px;
    height: 100%;
    position: relative;
}

@media (min-width: 768px){
#course .support .head-area .main-head .head,.head-area .main-head .desc{
		transform: none;
	}
}
#course .support .head-area .main-head {
	height: 236px;
	padding-top: 22px;
	text-align: left;
	padding-left: 40px;
	width: 200%;
	background-color: #fff;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
}
#course .support .head-area .main-head .head {
	font-size: 36px;
	font-weight: bold;
	color: #bf2d28;
    line-height: 44px;
    margin-bottom: 13px;
}
@media (max-width: 768px){
	#course .support .head-area .main-head .head {
		font-size: 26px;
	}
}
#course .support .head-area .main-head .desc{
	line-height: 1.75;
	position: relative;
	left: 50px;
	color: #720d0d;
	height: 102px;
	top: 10px;
	font-size: 16px;
	white-space: normal;
}
#course .support .head-area .main-head .desc::before{
	content: "";
	background-image: url("assets/images/support/support-desc-back.png");
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	background-size: cover;
	width: 2200px;
	height: 110px;
	left: -160px;
}
#course .support .head-area .main-head .desc span{
display: inline-block;
	padding-top: 10px;
	max-width: 847px;
}
@media (min-width: 767px) {
	#course .support .head-area .main-head {
			transform: skew(-26deg);
	}
	#course .support .head-area .main-head .head {
			transform: skew(26deg);
	}
	#course .support .head-area .main-head .desc{
		transform: skew(26deg);
	}
}
@media (max-width: 767px) {
	#course .support .head-area .container {
		left: 50%;
	}
	#course .support .head-area .main-head {
	height: auto;
	padding-top: 22px;
	text-align: left;
	padding-left: 10px;
	width: 100%;
	}
	#course .support .head-area .img-box{
		display: none;
	}
	#course .support .head-area .main-head .head br{
display: block;
	}
	#course .support .head-area .main-head .desc{
	height: 138px;
		left: 0;
		font-size: 14px;
	}
	#course .support .head-area .main-head .desc br{
	display: none;
	}
	#course .support .head-area .main-head .desc::before{
		height: 150px;
	}
	#course .support .head-area .main-head .desc span{
	padding-top: inherit;
	width: auto;
	}
	#course .support .head-area {
    	white-space: normal;
	}
}



#course section.support .ground-handling .bg {
	background-color: rgba(220,123,47, .2);
	height: auto;
}
#course section.support .ground-handling .top-bg{
	background-color: #dc7b2f;
	width: 100%;
	height: 80px;
	border-bottom: rgba(191,45,40,.4) solid 80px;
}



#course section.support .ground-handling .bg .top-txt-wrap {
	position: absolute;
	top: -70px;
}
#course section.support .ground-handling .bg .top-txt-wrap .top-wrap{
	position: relative;
	top: 0;
}
#course section.support .ground-handling .bg .top-txt-wrap .top-wrap .top-txt {
	position: absolute;
    left: 0;
    bottom: 0;
    font-size: 70px;
    line-height: 1;
    font-family: 'Helvetica';
	font-style: italic;
    color: #bf2d28;
    white-space: nowrap;
}
#course section.support .ground-handling .bg .content-wrap{
	margin: 0 auto;
  width: 1173px;
	position: relative;
	left: 100px;
}
#course section.support .ground-handling .bg .content-wrap .img-ground-handling{
	position: absolute;
	right: 0;
	top: -161px;
	clip-path: polygon(31% 0, 100% 0%, 100% 99%, 0% 100%);
}
#course section.support .ground-handling .bg .content-wrap .content {
	float: none;
	padding-top: 0;
	position: relative;
	top: -54px;
	width: 584px;
	color: #FFFFFF;
}
#course section.support .ground-handling .bg .content-wrap .content .head{
	  position:inherit;
     top: auto;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
	margin-bottom: 30px;
    white-space: nowrap;
}
#course section.support .ground-handling .bg .content-wrap .content .head small{
	font-size: 22px;
	padding-left: 8px;
}
#course section.support .ground-handling .bg .content-wrap .content .desc{
	font-size: 16px;
	color: #45484c;
    line-height: 1.625;
    letter-spacing: 0;
	padding-left: 16px;
	margin-bottom: -30px;
}


@media (max-width: 767px) {
	#course section.support .ground-handling .top-bg{
	width: 100%;
	height: 60px;
	border-bottom: rgba(191,45,40,.4) solid 70px;
	}
	#course section.support .ground-handling .bg .top-txt-wrap {
		top: -63px;
	}
	#course section.support .ground-handling .bg .top-txt-wrap .top-wrap .top-txt {
		font-size: 36px;
	}
	#course section.support .ground-handling .bg .content-wrap{
		left: 0;
		width: 100%;
	}
	#course section.support .ground-handling .bg .content-wrap .content {
		width: 100%;
	}
	#course section.support .ground-handling .bg .content-wrap .img-ground-handling{
		top: 0;
	}
	#course section.support .ground-handling .bg .content-wrap .img-ground-handling img{
		width: 100%;
	}
	#course section.support .ground-handling .bg .content-wrap .content .head{
		font-size: 22px;
		text-align: left;
		white-space: normal;
		line-height: 1.25;
	}
	#course section.support .ground-handling .bg .content-wrap .content .head small{
		display: block;
		font-size: 16px;
	}
}


#course section.support .strong{
	margin-top: 68px;
}
#course section.support .strong .section-title {
	background-image: url("assets/images/support/strong-section-title-backimg-01.png");
	background-repeat: repeat-x;
	background-size:contain;
	width: 100%;
	height: 91px;
	color: #FFFFFF;
	font-size: 36px;
	line-height: 91px;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	background-color: #720d0d;
}
#course section.support .strong .section-title img{
	width: 72px;
	height: auto;
	padding-right: 12px;
	margin-bottom: 5px;
  margin-right: 8px;
  vertical-align: middle;
}
#course section.support .strong .section-title-end {
	background-image: url("assets/images/support/strong-section-title-backimg-02.png");
	background-repeat: repeat-x;
	background-size:contain;
	width: 100%;
	height: 23px;
	margin-bottom: 40px;
}
#course section.support .strong .container {
	padding-top: 0;
	    margin: 0 auto;
    padding: 33px 0 24px;
    width: 980px;
}
#course section.support .strong .container.break {
	max-width: 1366px;
	width: auto;
	padding: 0;
}
#course section.support .strong .container .section-head-box{
	display: flex;
}

#course section.support .strong .container .section-head-thumb{
	width: 480px;
	height: 190px;
}

#course section.support .strong .container .section-head-thumb img{
	max-width:inherit;
}

#course section.support .strong .container .text-box{
	margin-top: 26px;
	margin-left: 26px;
	line-height: 1.5;
}
#course section.support .strong .container .text-box .intro{
	width: auto;
	margin-bottom: 0;
	line-height: 1.625;
	color: #45484c;
}

#course section.support .strong .container .section-head{
	font-size: 22px;
	text-align: left;
	color: #45484c;
	font-weight: bold;
	margin-bottom: 10px;
}
#course section.support .strong .container .section-head::after{
	background: none;
	margin: 0;
}



#course section.support .strong .container .section-flow-box{
	display: block;
}
#course section.support .strong .container .section-flow-box .text-box{
	/* width: 100%; */
	/* width: 90%;*/
	width: 860px;
	margin: 26px auto 0 auto;
}

#course section.support .strong .container .section-flow-img{
/*	width: 100%;*/
	width: 900px;
	margin: 20px auto;
}

#course section.support .strong .container .section-flow-img img{
	/* width: 900px; */
	width: 980px;
	padding: 20px 0;
	margin-right: 20px;
/*	max-width:inherit;*/
}

#course section.support .strong .container .section-flow-box .text-box .section-flow-title{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom:10px;
	text-align: left;
}


@media (max-width: 767px) {
	#course section.support .strong .container .section-flow-box .text-box{
		width: 90%;
	}

	#course section.support .strong .container .section-flow-img img{
		padding: 20px 0px 20px 0;
		margin-right: 0px;
	}


	#course section.support .strong .section-title img{
		width: 46px;
	}
	#course section.support .strong .section-title {
		background-size: cover;
		height: 76px;
		font-size: 22px;
		/* line-height: 76px; */
		line-height: 10px;
	}
	#course section.support .strong .container.break {
		width: 100%;
	}
	#course section.support .strong .container .section-head-box{
	flex-direction: column;
}
	#course section.support .strong .container .section-head-thumb{
	width: 100%;
	height: auto;
}
	#course section.support .strong .container .section-head-thumb img{
		width: 100%;
	}
	#course section.support .strong .container .text-box .intro{
		width: auto;
		margin-bottom: 26px;
	}
	#course section.support .strong .section-title-end {
		background-size: inherit;
	}


	#course section.support .strong .container .section-flow-img{
		width: 97%;
		margin: 20px auto;
		padding: 0 0px;
		overflow-x: scroll;
	}

}
@media screen and (min-width: 460px) and (max-width: 1024px){
	#course section.support .strong .section-title{
		height: auto;
/*		height: 76px;*/
		/* line-height: 64px; */
		line-height: 1.25;
	}
		#course section.support .strong .section-title img{
		width: 46px;
	}
	#course section.support .strong .container.break {
		width:auto;
	}
	#course section.support .strong .container .section-head-thumb{
		width: 33%;
		height: auto;
	}
	#course section.support .strong .container .section-head-thumb img{
		width: 100%;
	}
	#course section.support .strong .container .text-box{
		width: calc(67% - 10px);
		padding-right: 10px;
	}
	#course section.support .strong .container .text-box .intro{
		width: auto;
		margin-bottom: 26px;
	}

}


#course section.support .strong{
	background: #FFFFFF;
}
#course section.support .strong .container .strong-list li{
	margin-bottom: 65px;
}
#course section.support .strong .container .strong-list li:last-child{
	margin-bottom: 0;
}
#course section.support .strong .container .strong-list li .list-title.remode{
	position: relative;
	line-height: 110px;
	height: 110px;
	font-size: 32px;
	font-weight: bold;
	color: #45484c;
	text-align: left;
	margin-bottom: 25px;
}
#course section.support .strong .container .strong-list li .list-title.remode::before{
	background: -moz-linear-gradient(left, #dc7b2f, #FFF);
  background: -webkit-linear-gradient(left, #dc7b2f, #FFF);
  background: linear-gradient(to right, #dc7b2f, #FFF);
    content: "";
    display: inline-block;
	position: absolute;
	left: -80%;
  height: 110px;
  width: 100%;
}
#course section.support .strong .container .strong-list li .list-title::after{
	content: none!important;
}
#course section.support .strong .container .strong-list li .list-title.remode span{
	position: absolute;
}
#course section.support .strong .container .strong-list li .list-title.remode span.number-1{
	text-indent: 80px;
	display: inline-block;
}
#course section.support .strong .container .strong-list li .list-title.remode span.number-2{
	text-indent: 110px;
	display: inline-block;
}
#course section.support .strong .container .strong-list li .list-title.remode span.number-3{
	text-indent: 125px;
	display: inline-block;
	font-size: 32px!important;
}
#course section.support .strong .container .strong-list li .list-title.remode span.number-3 small{
	display:inline;
}
#course section.support .strong .container .strong-list li .list-title.remode span.number-1::before{
	content: "";
	background-image: url("assets/images/support/remode-01.png");
	background-repeat: no-repeat;
	background-size:contain;
	width: 55px;
	height: 110px;
	position: absolute;
	left: 0;
}
#course section.support .strong .container .strong-list li .list-title.remode span.number-2::before{
	content: "";
	background-image: url("assets/images/support/remode-02.png");
	background-repeat: no-repeat;
	background-size:contain;
	width: 92px;
	height: 110px;
	position: absolute;
	left: 0;
}
#course section.support .strong .container .strong-list li .list-title.remode span.number-3::before{
	content: "";
	background-image: url("assets/images/maintenance/remode-03.png");
	background-repeat: no-repeat;
	background-size:contain;
	width: 83px;
	height: 110px;
	position: absolute;
	left: 0;
}
#course section.support .strong .container .strong-list li:nth-of-type(3) .list-title span::before {
    background: none;
    content: "";
    display: inline-block;
    height: 54px;
    margin: 0 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    vertical-align: top;
}

@media (max-width: 767px) {
	#course section.support .strong .container .strong-list li .list-title.remode{
		font-size: 20px!important;
		height: 80px;
	}
	#course section.support .strong .container .strong-list li .list-title.remode::before{
		height: 80px;
	}
	#course section.support .strong .container .strong-list li .list-title.remode span.number-1::before{
		width: 40px;
		height: 80px;
		background-size:contain;
	}
	#course section.support .strong .container .strong-list li .list-title.remode span.number-2{
	text-indent: 68px;
}
#course section.support .strong .container .strong-list li .list-title.remode span.number-2::before{
		width: 66px;
		height: 80px;
		background-size:contain;
	}
	#course section.support .strong .container .strong-list li .list-title.remode span.number-3{
	text-indent: 88px;
		font-size: 20px!important;
		top: 25px;
}
	#course section.support .strong .container .strong-list li .list-title.remode span.number-3 small{
	display:inline-block;
		letter-spacing: -2px;
}
#course section.support .strong .container .strong-list li .list-title.remode span.number-3::before{
		width: 83px;
		height: 80px;
		background-size:contain;
	top: -25px;
	}
		#course section.support .strong .container .strong-list li .list-title.remode span.number-1,
	#course section.support .strong .container .strong-list li .list-title.remode span.number-2{
		font-size: 24px!important;
		line-height: 1.25;
		text-indent: 0;
		padding-left: 80px;
		margin-top: 20px;
	}
			#course section.support .strong .container .strong-list li .list-title.remode span.number-1::before,
	#course section.support .strong .container .strong-list li .list-title.remode span.number-2::before{
		top: -20px;
	}	
	#course section.support .strong .container .strong-list li .list-title.remode span.number-1{
		line-height: 1.125;
		margin-top: 0;
	}
	#course section.support .strong .container .strong-list li .list-title.remode span.number-1::before{
		top: 0;
	}
}

@media screen and (min-width: 460px) and (max-width: 767px){
		#course section.support .strong .container .strong-list li .list-title.remode span.number-1,
	#course section.support .strong .container .strong-list li .list-title.remode span.number-2{
		padding-top: 10px;
	}
}
@media screen and (min-width: 392px) and (max-width: 767px){
		#course section.support .strong .container .strong-list li .list-title.remode span.number-1{
		padding-top: 18px;
	}
}
@media screen and (min-width: 672px) and (max-width: 767px){
			#course section.support .strong .container .strong-list li .list-title.remode span.number-1{
		padding-top: 30px;
	}
}
@media screen and (min-width: 460px) and (max-width: 1024px){
	#course section.support .strong .container .strong-list li .list-title.remode span.number-3 small{
		text-indent: 0;
	}
}
#course section.support .strong .container .strong-list li .column-wrapper{
	 background-color: rgba( 220,123,47, .2);
}

#course section.support .strong .container .strong-list li .img-box{
	margin-bottom: 0;
}
#course section.support .strong .container .strong-list li .list-title.remode .column-wrapper{
	height: 240px;
}
#course section.support .strong .container .strong-list li:nth-of-type(1) .column-wrapper .txt-box{
	width: auto;
	line-height: 1.75;
	padding: 8px 10px;
}
#course section.support .strong .container .strong-list li .column-wrapper .txt-box{
	width: auto;
	line-height: 1.75;
	padding: 8px 10px;
	display: table;
}
#course section.support .strong .container .strong-list li .column-wrapper .txt-box .btn{
	text-align: center;
	margin: 20px auto;
}
#course section.support .strong .container .strong-list li .column-wrapper .txt-box a.link-btn {
	display: inline-block;
	padding: 10px 48px;
	background-color: #fff;
	border: #dc7b2f 2px solid;
	border-radius: 4px;
	position: relative;
	font-size: 22px;
	font-weight: bold;
}
#course section.support .strong .container .strong-list li .column-wrapper .txt-box a.link-btn::after {
	content: "";
	background-image: url("assets/images/support/btn-arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	position:absolute;
	width: 19px;
	height: 30px;
	padding-left: 10px;
	right: 10px;
	top: 50%;
	transform: translate(0 , -50%);
}

#course section.support .strong .container .strong-list li .column-wrapper::after{
	clear: both;
	content: "";
	display: block;
}
#course section.support .strong .container .strong-list li:nth-of-type(1) .column-wrapper .img-box{
	width: 400px;
}
#course section.support .strong .container .strong-list li .column-wrapper .img-box{
	width: 400px;
	float: left;
}
#course section.support .strong .container .strong-list li .txt-box{
	color: #45484c;
}
@media (max-width: 767px) {
	#course section.support .strong .container .strong-list li:nth-of-type(1) .column-wrapper .img-box{
		width: 100%;
	}
	#course section.support .strong .container .strong-list li:nth-of-type(1) .column-wrapper .txt-box{
		width: auto;
		padding: 8px;
	}
		#course section.support .strong .container .strong-list li .column-wrapper .img-box{
		width: 100%;
	}
	#course section.support .strong .container .strong-list li .column-wrapper .txt-box{
		width: auto;
		padding: 8px;
	}
}
@media (max-width: 767px) {
	#course section.support .strong .container {
	box-sizing: border-box;
    padding: 20px 10px 5px;
    width: 100%;
}
	#course section.support .strong .container .strong-list li .img-box img{
		width: 100%;
	}
	#course section.support .strong .container .strong-list li .column-wrapper .txt-box a.link-btn {
		font-size: 18px;
	}
}
/* 年間スケジュール */
#normal .schedule {
	padding-top: 33px;
}
#normal .schedule .section-title{
	color: #FFFFFF;
	font-size: 36px;
	background-image: url("assets/images/schedule/schedule-section-title.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	padding-top: 25px;
	margin-bottom: 20px;
}
#normal .schedule .schedule-list > li{
	padding-top: 0!important;
	padding-bottom: 40px;
	height: auto!important;
}
#normal .schedule .schedule-list > li.april{
	padding-bottom: 40px;
}
#normal .schedule .schedule-list > li::before {
    background: #91a4ce;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
}
#normal .schedule .schedule-list > li::after {
    background: none;
    content: "";
    display: block;
    height: 90%;
    left: 46px;
    position: absolute;
    top: 10px;
    border-left: dotted #d7ddec 10px;
}
#normal .schedule .schedule-list > li.september::after {
/*	height: 80%;*/
/*	height: 90%;*/
}
#normal .schedule .schedule-list > li.march::before{
	display: block;
}
#normal .schedule .schedule-list > li.march::after{
	display: none;
}
#normal .schedule .schedule-list > li .month-box {
	z-index: 1;
}
#normal .schedule .schedule-list > li .month-box{
	font-size: 60px;
	line-height: 1.4;
	width: 80px;
	height: 80px;
	top: 10px;
	left: 10px;
	background-image: url("assets/images/schedule/back-month-box.png");
	background-repeat: no-repeat;
}
#normal .schedule .schedule-list > li .month-box::after{
	content: none;
}
#normal .schedule .schedule-list > li .img-plane{
	left: 24px;
}
#normal .schedule .schedule-list .event-box{
	display: flex;
}
#normal .schedule .schedule-list h3{
	color: #1d539e;
	font-size: 50px;
	font-weight: bold;
	margin-right: 40px;
	position: relative;
}
#normal .schedule .schedule-list h3::before{
	content: "";
	position: absolute;
	width: 110%;
	height: 20px;
	background: #fdf051;
	top: 60px;
	left: -8px;
	z-index: -1;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
#normal .schedule .schedule-list > li .event-list{
	margin-top: 10px;
}
#normal .schedule .schedule-list > li .event-list li{
	padding-left: 38px;
}
#normal .schedule .schedule-list > li .event-list li::before{
	border-radius: 50%;
	background-color: #fdf051;
	width: 20px;
	height: 20px;
	top: 6px;
}
#normal .schedule .schedule-list > li .img-box{
	margin-top: 35px;
}

#normal .schedule .schedule-list > li.april .img-box{
	max-width: 840px;
	width: auto;
}
#normal .schedule .schedule-list > li.april .img-box img{
	height: auto;
}
#normal .schedule .schedule-list > li.may{
	height: auto;
}
#normal .schedule .schedule-list > li.may .img-box{
	position: static;
	max-width: 840px;
	width: auto;
}
#normal .schedule .schedule-list > li .img-wrap{
	max-width: 840px;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#normal .schedule .schedule-list > li.june .img-box{
	width: auto;
}
#normal .schedule .schedule-list > li.july .img-box{
	max-width: 406px;
	width: auto;
	position: static;
}
#normal .schedule .schedule-list > li.september{
	/* height: 180px!important;*/
	/*height: 620px!important;*/
}

/* 移動 10月->9月 */
#normal .schedule .schedule-list > li.september .img-box{
	background-color: #fef9b9;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content:space-between;
	padding: 20px;
	max-width: 840px;
	width: auto;
	height:350px;;
	z-index:0;
}
#normal .schedule .schedule-list > li.september .img-box ul,#normal .schedule .schedule-list > li.september .img-box p{
	max-width: 320px;
	width: auto;
}
#normal .schedule .schedule-list > li.september .img-box ul{
	font-size: 28px;
	font-weight: bold;
	color: #1d539e;
	margin-left: 15px;
	position: relative
}



#normal .schedule .schedule-list > li.september .img-box ul::before{
content: "";
background-color: #fde8a1;
	position: absolute;
	width: 302px;
	height: 135px;
	z-index: -1;
	top: -5px;
clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
#normal .schedule .schedule-list > li.september .img-box li{
	list-style-type: disc;
	margin-left: 15px;
}

#normal .schedule .schedule-list > li.september .img-box .img-00{
	width: 200px;
	height: auto;
	position: absolute;
	top: -225px;
	right: 25px;
}
#normal .schedule .schedule-list > li.september .img-box .img-01{
	width: auto;
	height: auto;
}
#normal .schedule .schedule-list > li.september .img-box .img-02{
	width: auto;
	height: auto;
}
#normal .schedule .schedule-list > li.september .img-box .img-03{
	width: auto;
	height: auto;
}

@media (max-width: 767px) {
	#normal .schedule .schedule-list > li.september .img-box ul{
		font-size: 20px;
		height: 100px;
	}
	#normal .schedule .schedule-list > li.september .img-box{
		height: auto;
		left: 0;
		justify-content: space-around;
	}
	#normal .schedule .schedule-list > li.september .img-box ul::before{
		width: 100%;
		height: 100px;
		left: -22px;
	}
	#normal .schedule .schedule-list > li.september .img-box .img-00{
		width: 100px;
		top: -65px;
	}
	#normal .schedule .schedule-list > li.september .img-box .img-01,
	#normal .schedule .schedule-list > li.september .img-box .img-02,
	#normal .schedule .schedule-list > li.september .img-box .img-03,
	#normal .schedule .schedule-list > li.september .img-box .img-04{
		width: auto;
		margin-top: 10px;
	}
	#normal .schedule .schedule-list > li.september .img-box p{
		width: auto;
		margin-top: 10px;
		max-width: 100%;
	}
	#normal .schedule .schedule-list > li.november .img-box{
		margin-top: 10px;
	}


}
@media screen and (min-width: 460px) and (max-width: 768px){
	#normal .schedule .schedule-list > li.september .img-box p{
		width: 65%;
	}
}

/* 移動 10月->9月 おわり */


/*
#normal .schedule .schedule-list > li.september .img-box{
	background-color: #fef9b9;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content:space-between;
	padding: 20px;
	max-width: 840px;
	width: auto;
	height:350px;
	z-index:0;
}
*/

#normal .schedule .schedule-list > li.october .img-box ul,#normal .schedule .schedule-list > li.october .img-box p{
	max-width: 320px;
	width: auto;
}
#normal .schedule .schedule-list > li.october .img-box ul{
	font-size: 28px;
	font-weight: bold;
	color: #1d539e;
	margin-left: 15px;
	position: relative
}
#normal .schedule .schedule-list > li.october .img-box ul::before{
content: "";
background-color: #fde8a1;
	position: absolute;
	width: 302px;
	height: 135px;
	z-index: -1;
	top: -5px;
clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
#normal .schedule .schedule-list > li.october .img-box li{
	list-style-type: disc;
	margin-left: 15px;
}

#normal .schedule .schedule-list > li.october .img-box .img-00{
	width: 200px;
	height: auto;
	position: absolute;
	top: -225px;
	right: 25px;
}
#normal .schedule .schedule-list > li.october .img-box .img-01{
	width: auto;
	height: auto;
}
#normal .schedule .schedule-list > li.october .img-box .img-02{
	width: auto;
	height: auto;
}
#normal .schedule .schedule-list > li.october .img-box .img-03{
	width: auto;
	height: auto;
}
#normal .schedule .schedule-list > li.november .img-box{
	margin-top: 35px;
	width: auto;
}
#normal .schedule .schedule-list > li.december .img-box{
	position: static;
}
#normal .schedule .schedule-list > li.march .img-box{
	margin-top: 35px;
	width: auto;
}
#normal .schedule .schedule-list > li.march{
	padding-bottom: 0;
}
@media (max-width: 767px) {
	#normal .schedule .section-title{
		font-size: 32px;
		width: 100%;
		height: 80px;
		padding-top: 15px;
		margin-bottom: 0;
		background-size: 100% 80px;
	}
	#normal .schedule .schedule-list > li .img-box img{
		width: 100%;
	}
	#normal .schedule .schedule-list > li::before{
		width: 25px;
		left: 5px;
	}
	#normal .schedule .schedule-list > li .month-box{
		font-size: 30px;
		width: 40px;
		height: 40px;
		left: 0;
	}
	#normal .schedule .schedule-list > li::after{
		left: 15px;
		border-left: dotted #d7ddec 5px;
	}
	#normal .schedule .schedule-list > li .img-plane{
		left: 3px;
	}
	#normal .schedule .schedule-list .event-box{
		flex-direction: column;
	}
	#normal .schedule .schedule-list h3{
		font-size: 36px;
	}
	#normal .schedule .schedule-list h3::before{
		width: 100%;
		height: 10px;
		top: 40px;
		left: -10px;
		clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
	}
	#normal .schedule .schedule-list > li .event-list li{
		line-height: 1.75;
	}
	#normal .schedule .schedule-list > li .event-list li::before{
		width: 15px;
		height: 15px;
		top: 2px;
	}
	#normal .schedule .schedule-list > li.april .img-box img:nth-of-type(2){
		display: block;
	}
	#normal .schedule .schedule-list > li.may .img-box{
		display: block;
	}
	#normal .schedule .schedule-list > li .img-box{
		margin-top: 10px;
	}
	#normal .schedule .schedule-list > li::after{
		height: calc(100% - 32px);
	}
	#normal .schedule .schedule-list > li.july .img-box{
		display: block;
	}
	#normal .schedule .schedule-list > li.october .img-box ul{
		font-size: 20px;
		height: 100px;
	}
	#normal .schedule .schedule-list > li.october .img-box{
		height: auto;
		left: 0;
		justify-content: space-around;
	}
	#normal .schedule .schedule-list > li.october .img-box ul::before{
		width: 100%;
		height: 100px;
		left: -22px;
	}
	#normal .schedule .schedule-list > li.october .img-box .img-00{
		width: 100px;
		top: -65px;
	}
	#normal .schedule .schedule-list > li.october .img-box .img-01,
	#normal .schedule .schedule-list > li.october .img-box .img-02,
	#normal .schedule .schedule-list > li.october .img-box .img-03,
	#normal .schedule .schedule-list > li.october .img-box .img-04{
		width: auto;
		margin-top: 10px;
	}
	#normal .schedule .schedule-list > li.october .img-box p{
		width: auto;
		margin-top: 10px;
		max-width: 100%;
	}
	#normal .schedule .schedule-list > li.november .img-box{
		margin-top: 10px;
	}
	#normal .schedule .schedule-list > li.march .img-box{
		margin-top: 10px;
	}
}
@media screen and (min-width: 460px) and (max-width: 768px){
	#normal .schedule .schedule-list > li.october .img-box p{
		width: 65%;
	}
}

/* オープンキャンパス */
#normal .open{
	padding-top: 40px;
	padding-bottom: 0;
}
#normal .open .section-title{
	color: #ffff;
background-color: #002955;
	border-bottom: #4baee7 20px solid;
}
#normal .open .sub-title{
	text-align: center;
	font-size: 60px;
	font-weight: bold;
/*	color: #4baee7;*/
	color: #aad38a;
	position: relative;
	margin-bottom: 30px;
}
#normal .open .sub-title span{
	color: #002955;
	padding-right: 8px;
}
#normal .open .sub-title::before{
/*	background: #4baee7;*/
	background: #aad38a;
    bottom: 0;
    content: "";
    display: block;
    height: 13px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 732px;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
}
#normal .open .intro{
/*	font-size: 16px;*/
	font-size: 18px;
	line-height: 1.625;
	font-weight: bold;
}

#normal .open .time-table > li{
	position: relative;
	box-sizing: border-box;
	padding: 0;
}

#normal .open .time-head{
	margin-bottom: 0;
/*	background-color: #002955;*/
	background-color: #aad38a;
	color: #FFFFFF;
	padding: 12px 0;
}

#normal .open .time-head span{
	font-size:70%;
}



#normal .open .time-table > li{
	margin-bottom: 3px;
	height: auto!important;
	padding-bottom: 30px;
}
#normal .open .time-table > li:nth-of-type(1){
/*	background-color: #a3d5f2;*/
	background-color: #eae4d1;
	height: auto;
}
#normal .open .time-table > li .head-area{
	position:relative;
	top: 0;
	left: 0;
	display: flex;
	margin-bottom: 40px!important;
}
#normal .open .time-table > li .head-area time {
    color: #fff;
    font-size: 48px;
	font-weight: bold;
    line-height: 1;
	width: 210px;
    padding: 28px 0 20px 20px;
	z-index: 1;
}
#normal .open .time-table > li .head-area time::before{
	content: "";
/*	background-color: #4baee7;*/
	background-color: #c9dbbb;
	width: 218px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
#normal .open .time-table > li .head-area .list-head {
    color: #002955;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.357;
    margin-top: 30px;
}
#normal .open .time-table > li .content{
display: flex;
margin-left: 60px;
	align-items: flex-start;
	justify-content: space-around;
}
#normal .open .time-table > li .content .left-box{
width: 470px;
}

#normal .open .time-table > li .content .left-box img{
/*	width: 150px;*/
	width: 180px;
	margin-top:40px;
}



#normal .open .time-table > li .content .left-box p{
	text-align: left;
}

#normal .open .time-table > li .content .left-box p.comment{
	margin-bottom:20px;
}

#normal .open .time-table > li .content .right-box{
	width: 340px;
}
#normal .open .time-table > li .content .right-box img{
	width: 100%;
}
#normal .open .time-table > li .content .right-box img.bottom{
margin-bottom: 20px;
}
#normal .open .time-table > li .content .bus-time{
	background-color: #FFFFFF;
	display: flex;
	width: 380px;
	border: #FFF solid 2px;
	margin-left: 30px;
	margin-bottom: 4px;
}
#normal .open .time-table > li .content .bus-time p{
	color: #002955;
	font-size: 24px;
	padding: 10px 20px;
	line-height: 1.126;
	text-indent: 0;
}
#normal .open .time-table > li .content .bus-time p span{
	font-size: 18px;
}
#normal .open .time-table > li .content .bus-time p.font-blue{
/*	color: #4a75b1;*/
	color: #aad38a;
	font-weight: bold;
	padding: 20px;
}
#normal .open .time-table > li .content .bus-time .blue{
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
/*	background-color: #4a75b1;*/
	background-color: #aad38a;
	padding: 20px;
}

#normal .open .time-table > li .content .bus-time{}
#normal .open .time-table > li:nth-of-type(1) .img-bus{
	position: static;
	margin-top: -110px;
	width: auto;
}
#normal .open .time-table > li:nth-of-type(1) .notice{
	position: static;
	margin-top: 25px;
	color: #323232;
}
#normal .open .time-table > li::after{
	content: none;
}
#normal .open .time-table > li:nth-of-type(2){
/*	background-color: #c8e7f9;*/
	background-color: #f4f4f1;
}
#normal .open .time-table > li:nth-of-type(3){
/*	background-color: #bfd6e4;*/
	background-color: #eae4d1;
}
#normal .open .time-table > li:nth-of-type(4){
/*	background-color: #c9e1ef;*/
	background-color: #f4f4f1;
}
#normal .event{
	margin-bottom: 76px;
}
#normal .event .event-calender-area #event-calender .calender-head {
    background: #44474c;
    height: 54px;
    position: relative;
}
#normal .event .event-calender-area #event-calender #calender tr th,#normal .event .event-calender-area #event-calender #calender tr td {
	color: #44474c;
	background-color: #f4f4f4;
}
#normal .event .event-calender-area #event-calender #calender tr td{
	font-weight: bold;
}
#normal .event .event-calender-area #event-calender #calender tr th.sat {
    color: #006AB8;
	background-color: #f4f4f4;
}
#normal .event .event-calender-area #event-calender #calender tr th.sun {
    color: #F35039;
	background-color: #f4f4f4;
}
#normal .event .event-calender-area #event-calender .guide-list li .color-box.green {
    background: #25c9e4;
}
#normal .event .event-calender-area #event-calender .guide-list li {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
	#normal .open .section-title{
		margin-bottom: 20px;
	}
	#normal .open .sub-title{
		font-size: 32px;
		line-height: 1.25;
	}
	#normal .open .sub-title::before{
		width: auto;
		height: 6px;
	}
	#normal .open .time-head{
		font-size:18px;
	}
	#normal .open .time-table > li .head-area{
		padding-left: 0;
	}
	#normal .open .time-table > li .head-area time{
		font-size: 32px;
		width: auto;
		padding: 20px;
	}
	#normal .open .time-table > li .head-area time::before{
		width: 150px;
		height: 70px;
	}
	#normal .open .time-table > li .head-area .list-head{
		margin-top: 20px;
		z-index: 1;
	}
	#normal .open .time-table > li .content{
		margin-right: 10px;
	}
	#normal .open .time-table > li .content{
		margin-left: 10px;
		flex-direction: column;
	}
	#normal .open .time-table > li .content .left-box{
		width: auto;
		margin-bottom: 20px;
	}

	#normal .open .time-table > li .content .left-box.icon{
		margin: 0 auto 20px auto;
	}


	#normal .open .time-table > li .content .bus-time{
		width: auto;
		margin-left: 0;
	}
	#normal .open .time-table > li .content .bus-time .blue{
		font-size: 18px;
	}
	#normal .open .time-table > li .content .bus-time p{
		font-size: 20px;
	}
	#normal .open .time-table > li:nth-of-type(1) .img-bus{
		display: block;
		margin-top: 0;
	}
	#normal .open .time-table > li .content .left-box p{
		margin-bottom: 0;
	}
	#normal .open .time-table > li .content .bus-time p.font-blue{
		padding: 10px 20px;
	}
	#normal .event{
		margin-bottom: 0;
	}
}
#normal .event .event-calender-area #event-calender .calender-head .head{
	font-size: 22px;
}

/* 留学生コース */
#course .international .head-area{
	margin-top: 40px;
}
#course .international .head-area .section-title{
	width: 100%;
	height: 96px;
	border-bottom: #3489bc 4px solid;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 2.7;
	background-image: url("assets/images/international/back-head-area-h2.png");
	background-repeat: repeat-x;
	margin-bottom: 25px;
}
#course .international .head-area h3{
	font-size: 36px;
	color:#323232;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
#course .international .head-area .content-wrap{
	width: 100%;
	height: 188px;
	background-color: #3b9848;
	margin-bottom: 60px;
}
#course .international .head-area .content{
	width: 100%;
	height: 170px;
	background-color: #fafedb;
	border-top: #f2b82b 10px solid;
	position: relative;
	bottom: -10px;
}
#course .international .head-area .content .inner{
	width: 980px;
	margin: auto;
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 180px;
}
#course .international .head-area .content .inner h2.title{
	color:#323232;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
#course .international .head-area .content .inner h2.title::before{
	content: "";
	background-image: url("assets/images/international/h2title-line1.png");
	background-repeat: no-repeat;
	width: 40px;
	height: 39px;
	background-size: contain;
	position: absolute;
	margin-left: -45px;
	top: 2px;
}
#course .international .head-area .content .inner h2.title.no2::before{
	content: "";
	background-image: url("assets/images/international/h2title-line2.png");
}

#course .international .head-area .content .inner p{
	text-align: center;
}
#course .international .airlin-course,#course .international .business-course{
	margin-bottom: 75px;
}
#course .international .airlin-title{
	background-color: #3b9848;
	height: 90px;
	position: relative;
	margin-bottom: 20px;
}

#course .international .business-title{
	background-color: #f2b82b;
	height: 90px;
	position: relative;
	margin-bottom: 20px;
}

#course .international .airlin-title .title-back{
	background-color: #368c42;
	position: absolute;
	height: 90px;
	width: 100%;
	right: calc(100% * .78);
	clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
}
#course .international .business-title .title-back{
	background-color: #e4a610;
	position: absolute;
	height: 90px;
	width: 100%;
	right: calc(100% * .78);
	clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
}

#course .international .airlin-title .title,#course .international .business-title .title{
	width: 980px;
	margin: auto;
	padding-top: 10px;
}

#course .international .airlin-title .title h2,#course .international .business-title .title h2{
	text-align: center;
}
#course .international .airlin-title .title p,#course .international .business-title .title p{
	text-align: right;
}

#course .international .airlin-title .title h2,#course .international .business-title .title h2{
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}

#course .international .airlin-title .title h2 span,#course .international .business-title .title h2 span{
	font-size: 28px;
}

#course .international .airlin-course .title p,#course .international .business-course .title p{
	color: #FFFFFF;
	font-size: 16px;
}
#course .international .airlin-course .class-time,#course .international .business-course .class-time{
	width: 980px;
	margin: auto;
	display: flex;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
#course .international .airlin-course .class-time .am span,#course .international .airlin-course .class-time .pm span{
	background-color: #d7e8d9;
	color: #368c42;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
}

#course .international .business-course .class-time .am span,#course .international .business-course .class-time .pm span{
	background-color: #fdf2d9;
	color: #ce9200;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
}

#course .international .airlin-course .class-time .or,#course .international .business-course .class-time .or{
	color: #FFFFFF;
	text-align: center;
	background-color: #a0a1a3;
	border-radius: 50%;
	display: inline-block;
	margin: 0 25px;
	width: 38px;
	height: 38px;
	line-height: 38px;
}
#course .international .airlin-course .hero,#course .international .business-course .hero{
	height: 278px;
	margin-bottom: 30px;
	}

#course .international .airlin-course .hero.airlin{
	background-color: #66b572;
	border-bottom: #dbedde 122px solid;
}
#course .international .business-course .hero.business{
	background-color: #f6cf71;
	border-bottom: #fdf2d9 122px solid;
}

#course .international .airlin-course .hero .hero-back,#course .international .business-course .hero .hero-back{
	max-width: 1366px;
	width: auto;
	margin: auto;
	background-repeat: no-repeat;
	height: 400px;
}
#course .international .airlin-course .hero.airlin .hero-back{
	max-width: 1366px;
	width: auto;
	margin: auto;
	background-image: url("assets/images/international/img-hero-airlin.png");
	background-repeat: no-repeat;
	height: 400px;
}
#course .international .business-course .hero.business .hero-back{
	max-width: 1366px;
	width: auto;
	margin: auto;
	background-image: url("assets/images/international/img-hero-business.png");
	background-repeat: no-repeat;
	height: 416px;
}

#course .international .airlin-course .hero .hero-content,#course .international .business-course .hero .hero-content{
max-width: 980px;
	width: auto;
	margin: auto;
	text-align: right;
	position: relative;
}
#course .international .airlin-course .hero .hero-content h2{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 46px;
	font-style: italic;
	color: #368c42;
	line-height: 1.087;
	padding-top: 20px;
}
#course .international .business-course .hero .hero-content h2{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 46px;
	font-style: italic;
	color: #ce9200;
	line-height: 1.087;
	padding-top: 20px;
}

#course .international .airlin-course .hero .hero-content h3{
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 210px;
	right: 0;
}
#course .international .business-course .hero .hero-content h3{
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 175px;
	right: 0;
}
#course .international .airlin-course .hero .hero-content p,#course .international .business-course .hero .hero-content p{
position: absolute;
	width: 392px;
	top: 300px;
	right: 0;
	font-size: 16px;
	color: #45484c;
	text-align: justify;
}
#course .international .airlin-course .wrap-course-inside,#course .international .business-course .wrap-course-inside{
	max-width: 980px;
	width: auto;
	margin: auto;
}
#course .international .airlin-course .wrap-course-inside .course-inside,#course .international .business-course .wrap-course-inside .course-inside{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-course-inside .course-inside .content{
	width: 470px;
	margin-bottom: 35px;
}
.wrap-course-inside .course-inside .content:nth-child(4){
	margin-top: 70px;
}

.wrap-course-inside .course-inside .content .class-ampm{
    display: flex;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-left: 35px;
}
.wrap-course-inside .course-inside .content .class-ampm span{
	background-color: #d7e8d9;
    color: #368c42;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
}
.airlin-course .wrap-course-inside .course-inside .content .class-ampm span{
	background-color: #d7e8d9;
}
.business-course .wrap-course-inside .course-inside .content .class-ampm span{
	color: #ce9200;
	background-color: #fcf1d5;
}
.wrap-course-inside .course-inside .content .class-ampm .or{
    text-align: center;
    display: inline-block;
    margin-right: 8px;
    line-height: 38px;
}
.airlin-course .wrap-course-inside .course-inside .content h2{
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
}
.airlin-course .wrap-course-inside .course-inside .content h2 span {
	color: #FFFFFF;
	position: relative;
	margin-right: 30px;
	padding-left: 15px;
	font-size: 28px;
	vertical-align: top;
}
.airlin-course .wrap-course-inside .course-inside .content h2 span::before {
	content:"";
background-color: #3b9848;
	display: inline-block;
position: absolute;
	width: 100%;
	height: 40px;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	padding-left: 20px;
  margin-left: -15px;
}

.business-course .wrap-course-inside .course-inside .content h2{
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
}
.business-course .wrap-course-inside .course-inside .content h2 span {
	color: #FFFFFF;
	position: relative;
	margin-right: 30px;
	padding-left: 15px;
	font-size: 28px;
	vertical-align: top;
}
.business-course .wrap-course-inside .course-inside .content h2 span::before {
	content: "";
background-color: #f2b82b;
	display: inline-block;
position: absolute;
	width: 100%;
	height: 40px;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	padding-left: 20px;
  margin-left: -15px;
}
.wrap-course-inside .course-inside .content li{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.wrap-course-inside .course-inside .content li small{
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin-left: 35px;
}
.wrap-course-inside .course-inside .content li::before{
	content: "●";
	font-size: 24px;
	padding-right: 10px;
}
.airlin-course .wrap-course-inside .course-inside .content li::before{
	color: #3b9848;
}
.business-course .wrap-course-inside .course-inside .content li::before{
	color: #f2b82b;
}
.wrap-course-inside .course-inside .content table{
	border: #000000 1px solid;
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
}
.wrap-course-inside .course-inside .content table th.time{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0;
}
.airlin-course .wrap-course-inside .course-inside .content table th.time{
	background-color: #d8eada;
	color: #3b9848;
	}
.business-course .wrap-course-inside .course-inside .content table th.time{
	background-color: #fbedcc;
	color: #ce9200;
}
.airlin-course .wrap-course-inside .course-inside .content table th{
	background-color: #89c191;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 130px;
	height: 40px;
	vertical-align: middle;
}
.business-course .wrap-course-inside .course-inside .content table th{
	background-color: #f2ca67;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 130px;
	height: 40px;
	vertical-align: middle;
}
.wrap-course-inside .course-inside .content table td{
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 25px;
	color: #45484c;
}
.wrap-course-inside .note{
	margin-top: -20px;
	margin-left: 50px;
	display: flex;
}
.wrap-course-inside .note > p{
	margin-right: 20px;
}
#course .international .support{
}
#course .international .support .head{
	max-width: 980px;
	width: auto;
	margin: auto;
}
#course .international .support .head {
	background-image: url("assets/images/international/back-support-head.png");
	background-repeat: no-repeat;
	height: 90px;
	position: relative;
}
#course .international .support .head::before{
	content: "";
	background-color: #5b8ad8;
	position: absolute;
	top: 0;
	left: -80%;
	height: 90px;
	width: 100%;
	z-index: -1;
}
#course .international .support .head h2{
	font-size: 36px;
	font-weight: bold;
	color: #45484c;
	padding-top: 15px;
}
#course .international .support .head h2 span{
	color: #FFFFFF;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 200;
	font-style: italic;
	display: inline-block;
	margin-right: 60px;
}
#course .international .support .head h2 span::before{
	content: "";
	background-color: #5b8ad8;
	position: absolute;
	top: 0;
	left: -80%;
	height: 90px;
	width: 100%;
	z-index: -1;
}
#course .international .support .head-bottom{
	background-color: #dee8f7;
	height: 80px;
	margin-bottom: 45px;
}
#course .international .support .head-bottom .intro{
	width: 980px;
	margin: auto;
}
#course .international .support .head-bottom .intro p{
	font-size: 16px;
	color: #45484c;
	text-align: right;
	padding-top: 18px;
}
#course .international .support .container{
	max-width: 980px;
	width: auto;
	margin: auto;
	margin-bottom: 60px;
}
#course .international .support .container h3{
	color: #45484c;
	font-size: 32px;
	font-weight: bold;
	margin-top: 30px;
}
#course .international .support .container h3::before{
content:url("assets/images/international/h3-icon.png");
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
#course .international .support .container .support-list{
	display: flex;
	justify-content: space-between;
	margin-left: 20px;
}

#course .international .support .container li{
	font-size: 24px;
	font-weight: bold;
}
#course .international .support .container li::before{
	  content: "●";
	color: #5b8ad8;
    font-size: 24px;
    padding-right: 10px;
}
#course .international .support .container .support-img{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
#course .international .support .container .support-img .content p{
	color: #45484c;
	font-size: 16px;
	margin-top: 10px;
}
#course .international .support .container .icon-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#course .international .support .container .support-img .content{
	max-width: 470px;
	width: auto;
}
#course .international .support .container .action{
	width: 100%;
	height: 260px;
	border: #4cafea 2px solid;
	display: flex;
	justify-content: center;
	align-items: center;
}
#course .international .support .container .action .action-area{
	text-align: center;
}
#course .international .support .container .action .action-area h2{
	color: #45484c;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}
#course .international .support .container .action .action-area  .btn-action{
	background-color: #4cafea;
	color: #FFFFFF;
	font-size:30px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 0 0 2px #e9f6fd, 0 0 0 4px #4cafea;
  box-sizing: border-box;
	padding: 0px 80px 0;
}
#course .international .support .container .action .action-area  .btn-action::before{
	content: url("assets/images/international/pdf-icon.png");
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	padding-top: 15px
}
.reset-margin-top{
	margin-top: 0!important;
}
@media (max-width: 767px){
	#course .international .head-area .section-title {
		font-size: 22px;
		height: 76px;
		line-height: 3.5;
	}
#course .international .head-area h3 {
		font-size: 22px;
	}
	#course .international .head-area .content .inner {
		width: auto;
		margin-left: 35px;
	}
	#course .international .head-area .content .inner h2.title{
		font-size: 22px;
	}
	#course .international .head-area .content .inner h2.title::before{
		width: 32px;
		height: 30px;
		margin-right: -35px;
		top: 6px;
	}

	#course .international .airlin-title .title, #course .international .business-title .title{
		width: auto;
		position: relative;
	}
	#course .international .airlin-title .title h2, #course .international .business-title .title h2{
		font-size: 20px;
	}
	#course .international .airlin-title .title h2 span, #course .international .business-title .title h2 span{
		font-size: 14px;
	}
	#course .international .airlin-course .class-time, #course .international .business-course .class-time{
		width: 320px;
		font-size: 18px;
		text-align: center
	}
	#course .international .airlin-course .class-time .or, #course .international .business-course .class-time .or{
		margin:0px 8px 0 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 8px;
	}
	#course .international .airlin-course .hero.airlin .hero-back{
		background-size: contain;
	}
	#course .international .airlin-course .hero.airlin .hero-back{
		height: auto;
	}
	#course .international .airlin-course .hero .hero-content h3{
		font-size: 28px;
		top: 180px;
	}
	#course .international .airlin-course .hero, #course .international .business-course .hero{
		height: 245px;
	}
	#course .international .airlin-course .hero.airlin{
		border-bottom: #DBECDE 115px solid;
	}
	#course .international .airlin-course .hero .hero-content p, #course .international .business-course .hero .hero-content p{
		top: 250px;
		padding: 8px;
		width: auto;
	}
	#course .international .airlin-course .wrap-course-inside, #course .international .business-course .wrap-course-inside{
		padding: 8px;
	}
	.airlin-course .wrap-course-inside .course-inside .content h2{
		font-size: 22px;
	}
	.airlin-course .wrap-course-inside .course-inside .content h2 span{
		font-size: 20px;
		vertical-align: middle;
	}
	.airlin-course .wrap-course-inside .course-inside .content h2 span::before{
		height: 36px;
	}
	.business-course .wrap-course-inside .course-inside .content h2{
		font-size: 22px;
		vertical-align: middle;
	}
	.business-course .wrap-course-inside .course-inside .content h2 span{
		font-size: 20px;
	}
	.business-course .wrap-course-inside .course-inside .content h2 span::before{
		height: 36px;
	}
	.wrap-course-inside .course-inside .content{
		width: 100%;
	}
	.wrap-course-inside .course-inside .content li{
		font-size: 18px;
	}
	.wrap-course-inside .course-inside .content{
		margin-bottom: 10px;
	}
	.wrap-course-inside .course-inside .content:nth-child(4){
		margin-top: 0;
	}
	.wrap-course-inside .course-inside .content table{
		width: 100%;
	}
	.airlin-course .wrap-course-inside .course-inside .content table th{
		width: 30%;
	}
	.wrap-course-inside .course-inside .content table td{
		width: 70%;
	}
	.wrap-course-inside .note{
		margin: 0;
		font-size: 14px;
	}
	#course .international .airlin-course, #course .international .business-course{
		margin-bottom: 35px;
	}
	#course .international .business-course .hero.business{
		    border-bottom: #fdf2d9 115px solid;
	}
	#course .international .business-course .hero.business .hero-back{
		height: auto;
		background-size: contain;
	}
	#course .international .business-course .hero .hero-content h3{
		font-size: 24px;
	}
	#course .international .support .head{
		height: 70px;
		background-size: 165px 70px;
	}
	#course .international .support .head h2{
		font-size: 24px;
	}
	#course .international .support .head h2 span{
		margin-right: 30px;
		margin-left: 8px;
	}
	#course .international .support .head-bottom{
		height: auto;
		margin-bottom: 35px;
	}
	#course .international .support .head-bottom .intro{
		width: auto;
		padding: 8px;
	}
	#course .international .support .head-bottom .intro p{
		font-size: 14px;
		text-align: left;
		padding-top: 0;
	}
	#course .international .support .container .support-img{
		margin-bottom: 35px;
	}
	#course .international .support .container .support-img img{
		width: 100%
	}
	#course .international .support .container h3{
		font-size: 24px;
	}
	#course .international .support .container .support-list{
		flex-direction: column;
	}
	#course .international .support .container li{
		font-size: 20px;
	}
	#course .international .support .container .icon-box{
		padding: 8px;
	}
	#course .international .support .container .icon-box img{
		width: auto;
		height: 100px;
		margin-bottom: 8px;
	}
	#course .international .support .container{
		margin-bottom: 45px;
	}
	#course .international .support .container .support-img .content p{
		margin-bottom: 20px;
		padding: 8px;
	}
	#course .international .support .container .action .action-area h2{
		font-size: 24px;
	}
	#course .international .support .container .action .action-area .btn-action{
		font-size: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#course .international .support .container .action{
		width: auto;
		height: 220px;
		margin-left: 8px;
		margin-right: 8px;
	}
}



/* #TOP SLICK対応2024 */

.full-wide-slider {
  	margin-top: 38px;
	height:38vw;		
}

@media (max-width: 767px) {
	.full-wide-slider {
	  	margin-top: 70px;
	  	height:100vw !important;
	}
}

.carousel-area .slick-slide {
  	height: auto;
}

.slick-dotted.slick-slider {
  	margin-bottom: 30px !important;
}

.carousel-area .slick-slide::before {
  background-color: #000;
  opacity: 0;
  z-index: 1;
  content: none;
}


.full-wide-slider .slick-slide {
  	height:38vw;
}
@media (max-width: 767px) {
	.full-wide-slider .slick-slide {
	  	height:100vw;
	}
}

.carousel-area .slick-slide {
 	height:auto ;
	width:0;
}
@media (max-width: 767px) {
	.carousel-area .slick-slide {
	  	height:auto ;*/
	}
}



.over-top_title{
	border: none;
	font-size: 24px;
	margin-bottom: 12px;
}
.over-top_title::before{
	content: "●";
	color: #52b3a4;
}

.over-top_title.blue::before{
	content: "●";
	color: #81c0e9;
}


@media (max-width: 722px){
	.over-top_title{
		font-size: 22px;
	}
}

