@charset "UTF-8";

#ank{
	padding-top: 100px;
	margin-top: -100px;
}

@media screen and (max-width:767px){
	#ank{
		padding-top: 65px;
		margin-top: -65px;
	}
}

.top{
	padding-bottom: 70px;
}

.top .catch{
	font-weight: bold;
    font-size: 34px;
    line-height: 2;
    text-align: center;
    margin-bottom: 70px;
}



.top .catch .wave{
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

.top .catch .wave:after{
	content:"";
	position: absolute;
	background-image:url("../../common/img/other/wave01.png");
	background-size: contain;
	background-repeat: ;
	width: 100%;
	height: 7px;;
	left: 0;
	bottom: 0;
}

.top .text_box{
	margin-top: 30px;
	line-height: 2;
}

.career{
	margin-bottom: 70px;
}

.career .image{
	text-align: center;
	max-width: 570px;
	margin:0 auto;
}

.career .text_box{
	padding:30px;
	margin-top: 30px;
	background-color:#F8F8F8;
	box-sizing: border-box;
}

.career .text_box .cap{
	position: relative;
	display: block;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 25px;
}

.career .text_box .cap:before{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #1FA1E5;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.career .text_box .model:nth-of-type(n+2){
	margin-top: 20px;
}

.career .text_box .model p{
	margin-top: 10px;
}

.training p{
	line-height: 2
}

.training ul{
	margin-top: 50px;
}

.training ul li{
	display: flex;
	justify-content: space-between;
}



.training ul li:nth-of-type(n+2){
	margin-top: 80px;
}

.training ul li .image_box{
	max-width: 420px;
    width: 43.75%;
}

.training ul li .text_box{
	max-width: 500px;
    width: 52.08%;
}

.training ul li .text_box .cap{
	display: block;
	font-weight: bold;
	font-size: 28px;
	color: #1fa1e5;
	margin-bottom: 20px;

}

.training li table{
	line-height: 2
}

.training li table th{
	font-weight: normal;
}



@media screen and (max-width:767px){

	.top{
		padding-bottom: 50px;
	}

	.top .catch{
		font-size: 22px;
		margin-bottom: 50px;
	}

	.top .catch .wave:after{
		height: 7px;
	}

	.career{
		margin-bottom: 50px;
	}

	.career .text_box .cap{
		font-size: 16px;
		padding-left: 15px;
	}

	.career .text_box .cap:before{
		width: 8px;
		height: 8px;
	}

	.training ul li{
		flex-direction: column;
	}

	.training ul li:nth-of-type(n+2){
		margin-top: 60px;
	}

	.training ul li .image_box{
		max-width: initial;
		width: 100%;
	}

	.training ul li .text_box{
		max-width: initial;
		width: 100%;
	}

	.training ul li .text_box .cap{
		font-size: 20px;
		margin-top: 20px;
	}

	.training li table th{
		width: 60px;
	}
}