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


	
	
/* program
--------------------- */
#program .cell h3 {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.3em;
	color: #fff;
	border-radius: 15px;
	padding: 50px 40px;
	margin-bottom: 30px;
}
#program .cell h3.p-ttl01 {
	background: url("../img/education/tit_bg01.jpg") no-repeat center / cover;
}
#program .cell h3.p-ttl02 {
	background: url("../img/education/tit_bg02.jpg") no-repeat center / cover;
}
#program .cell h3.p-ttl03 {
	background: url("../img/education/tit_bg03.jpg") no-repeat center / cover;
}


#program .cell .training .box {
	width: 32%;
	border-radius: 15px;
	margin-bottom: 30px;
	padding: 30px 40px;
}
#program .cell .training .box:nth-child(1) {
	background: #F0F2E6;
}
#program .cell .training .box:nth-child(2) {
	background: #E6EAF2;
}
#program .cell .training .box:nth-child(3) {
	background: #FCE5E6;
}
	#program .cell .training .box h4 {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 12px;
	}


#program .cell .bgbox {
	background: #F8F9FC;
	border-radius: 15px;
	padding: 30px 40px;
	margin-bottom: 20px;
}
#program .cell .bgbox:nth-last-child(1) {
	margin-bottom: 0;
}
	#program .cell .bgbox h4 {
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 8px;
	}

	#program .cell .bgbox .whitebox {
		background: #fff;
		border-radius: 10px;
		padding: 15px 20px;
		margin-top: 15px;
	}
		#program .cell .bgbox .whitebox h5 {
			font-size: 1.6rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 5px;
		}


	
	
/* maintitle
--------------------- */
#maintitle {
	width: 100%;
	padding: 100px 50px 75px 50px;
	position: relative;
}
#maintitle:before {
	content: "";
	width: 100%;
	height: 175px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
	#maintitle .pht {
		width: 100%;
		height: 700px;
		overflow: hidden;
		border-radius: 15px;
		position: relative;
		z-index: 1;
	}
		#maintitle .pht img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}


	#maintitle .breadcrumb {
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1;
		color: #fff;
		position: absolute;
		top: 120px;
		left: 150px;
		z-index: 2;
	}
		#maintitle .breadcrumb a {
			color: #fff;
			text-decoration: underline;
		}
		#maintitle .breadcrumb a:hover {
			text-decoration: none;
		}


	#maintitle .catch {
		font-size: 3.0rem;
		font-weight: 700;
		line-height: 1.9em;
		position: absolute;
		top: 50%;
		left: 150px;
		margin-top: -100px;
		z-index: 2;
	}
		#maintitle .catch .whitebg {
			display: inline-block;
			background: #fff;
			line-height: 1;
			padding: 8px 0 8px 5px;
		}


	#maintitle .profile {
		display: inline-block;
		background: #0B3384;
		border-radius: 15px;
		padding: 25px 30px;
		position: absolute;
		bottom: 0;
		left: 150px;
		z-index: 2;
	}
		#maintitle .profile h1 {
			width: 100%;
			font-size: 3.0rem;
			font-weight: 700;
			line-height: 1;
			text-align: center;
			position: absolute;
			top: -28px;
			left: 0;
		}
		#maintitle .profile p {
			font-size: 1.5rem;
			font-weight: 500;
			color: #fff;
			line-height: 1.6em;
		}


	#maintitle .sub-txt {
		position: absolute;
		bottom: 25px;
		right: 50px;
		z-index: 2;
	}


	
	
/* flow
--------------------- */
#flow .list {
	position: relative;
}
#flow .list:before {
	content: "";
	width: 100%;
	height: 5px;
	background: #E6EAF2;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2.5px;
	z-index: -1;
}
	#flow .list .box {
		width: 22%;
		background: #F8F9FC;
		border-radius: 15px;
		padding: 25px 20px;
		position: relative;
	}
		#flow .list .box .years {
			width: 100%;
			font-size: 3.0rem;
			font-weight: 700;
			line-height: 1;
			text-align: center;
			position: absolute;
			top: -17px;
			left: 0;
		}

		#flow .list .box .read {
			font-size: 1.5rem;
			line-height: 1.7em;
		}


	
	
/* history
--------------------- */
#history .cell .years {
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
	#history .cell .years span {
		font-size: 2.2rem;
	}


#history .cell .text-pht {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#history .cell .text-pht:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #DB0012;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
	z-index: 1;
}
#history .cell .text-pht:after {
	content: "";
	width: 1px;
	height: 100%;
	border-right: dashed 1px #ddd;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.5px;
	z-index: 0;
}
	#history .cell .text-pht .text {
		width: 45%;
		padding-top: 4px;
	}
	#history .cell:nth-child(odd) .text-pht .text {
		order: 2;
	}
		#history .cell .text-pht .text .title {
			margin-bottom: 15px;
		}
			#history .cell .text-pht .text .title h2 {
				font-size: 2.6rem;
			}

		#history .cell .text-pht .text .read {
			font-size: 1.5rem;
			line-height: 1.8em;
		}


	#history .cell .text-pht .pht {
		width: 45%;
	}
	#history .cell:nth-child(odd) .text-pht .pht {
		order: 1;
	}
		#history .cell .text-pht .pht img {
			border-radius: 15px;
		}


#history .message {
	background: #0B3384;
	color: #fff;
	border-radius: 15px;
	padding: 65px 100px;
}
	#history .message h2 {
		font-size: 3.0rem;
		font-weight: 700;
		line-height: 1.3em;
		text-align: center;
		margin-bottom: 20px;
	}

	#history .message p {
		font-size: 1.5rem;
		line-height: 1.8em;
	}


	
	
/* career-model
--------------------- */
#career-model {
	background: #F8F9FC;
}
	#career-model a.linkbox {
		margin-bottom: 50px;
	}
	#career-model a.linkbox:nth-last-child(1) {
		margin-bottom: 0;
	}
		#career-model a.linkbox .pht {
			width: 40%;
			border-radius: 15px;
			overflow: hidden;
		}
			#career-model a.linkbox .pht img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		#career-model a.linkbox .text {
			width: 56%;
		}
			#career-model a.linkbox .text h2 {
				font-size: 2.6rem;
				font-weight: 700;
				line-height: 1.4em;
				margin-bottom: 15px;
			}

			#career-model a.linkbox .text .job {
				font-size: 1.5rem;
				line-height: 1.7em;
				margin-bottom: 25px;
			}


	
	
/* voice
--------------------- */
.voice-aera {
	position: relative;
}
	.voice-aera .cell {
		margin-bottom: 80px;
		position: relative;
	}
	.voice-aera .cell:nth-last-child(1) {
		margin-bottom: 0;
	}
		.voice-aera .cell .ttl-number {
			width: 100%;
			display: flex;
			display: -webkit-flex;
			padding: 7px;
			justify-content: space-between;
			background: #0B318F;
		}
			.voice-aera .cell .ttl-number .en {
				width: 50px;
				display: flex;
				justify-content: center;
				align-items: center;
				background: #E60012;
				font-size: 2.2rem;
				font-weight: 500;
				color: #fff;
				text-align: center;
				border-radius: 5px;
			}
			.voice-aera .cell .ttl-number h3 {
				width: -webkit-calc(100% - 50px);
				width: calc(100% - 50px);
				min-height: 50px;
				display: flex;
				justify-content: flex-start;
				align-items: center;
				font-size: 2.0rem;
				font-weight: 700;
				line-height: 1.2em;
				color: #fff;
				padding: 5px 12px;
				box-sizing: border-box;
			}


	.voice-aera .graph {
		width: 100%;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		.voice-aera .graph .cell {
			width: 48%;
			margin-bottom: 4%;
		}
		.voice-aera .graph .cell:nth-child(1) {
			margin-right: 4%;
		}
		.voice-aera .graph .cell:nth-child(3) {
			width: 100%;
		}
			.voice-aera .graph .cell .whitebox {
				background: #F8F9FC;
				padding: 40px;
				text-align: center;
			}
			.voice-aera .graph .cell:nth-child(3) .whitebox {
				display: flex;
				display: -webkit-flex;
				justify-content: space-between;
			}
				.voice-aera .graph .cell .whitebox figure {
					margin-block-start: 0;
					margin-block-end: 0;
					margin-inline-start: 0;
					margin-inline-end: 0;
					text-align: center;
				}
					.voice-aera .graph .cell .whitebox figure img {
						width: 70%;
					}
				.voice-aera .graph .cell:nth-child(3) .whitebox figure {
					width: 30.5%;
				}
					.voice-aera .graph .cell:nth-child(3) .whitebox figure img {
						width: 100%;
					}

				.voice-aera .graph .cell .whitebox .text {
					margin-top: 20px;
				}
				.voice-aera .graph .cell:nth-child(3) .whitebox .text {
					width: 65%;
					padding-left: 30px;
					margin-top: 0;
				}
					.voice-aera .graph .cell .whitebox .text .head {
						font-size: 1.5rem;
						font-weight: 700;
						color: #0B3384;
						padding-top: 10px;
						margin-bottom: 5px;
						text-align: left;
					}
					.voice-aera .graph .cell .whitebox .text .head:nth-child(1) {
						padding-top: 0;
					}

					.voice-aera .graph .cell .whitebox .text p {
						background: #fff;
						font-size: 1.4rem;
						font-weight: 700;
						padding: 15px;
						position: relative;
					}
					.voice-aera .graph .cell:nth-child(3)  .whitebox .text p {
						text-align: left;
						margin-bottom: 10px;
					}
					.voice-aera .graph .cell:nth-child(3)  .whitebox .text p:nth-last-child(1) {
						margin-bottom: 0;
					}
					.voice-aera .graph .cell .whitebox .text p:before {
						content: "";
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 20px 20px 0 0;
						border-color: #0B3384 transparent transparent transparent;
						position: absolute;
						bottom: 0;
						right: 0;
					}
					.voice-aera .graph .cell .whitebox .text p:after {
						content: "";
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 0 0 20px 20px;
						border-color: transparent transparent #F8F9FC transparent;
						position: absolute;
						bottom: 0;
						right: 0;
					}


			.voice-aera .cell .base {
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
			}
				.voice-aera .cell .base dl {
					width: 31%;
					margin-block-start: 0;
					margin-block-end: 0;
					margin-right: 3.5%;
					margin-top: 30px;
				}
				.voice-aera .cell .base dl:nth-child(3n){
					margin-right: 0;
				}
					.voice-aera .cell .base dl dt {
						background: #F8F9FC;
						border-radius: 8px;
						padding: 10px 5px;
						font-size: 1.8rem;
						font-weight: 700;
						color: #0B318F;
						text-align: center;
						margin-bottom: 15px;
						position: relative;
					}
					.voice-aera .cell .base dl dt:before {
						content: "";
						width: 0;
						height: 0;
						border-style: solid;
						border-color: #0b3384 transparent transparent transparent;
						border-width: 10px 13px 0px 13px;
						position: absolute;
						bottom: -10px;
						left: 50%;
						margin-left: -13px;
					}
					.voice-aera .cell .base dl dd {
						font-size: 1.6rem;
						font-weight: 700;
						position: relative;
					}


			.voice-aera .cell .talk dl {
				margin-top: 30px;
			}
			.voice-aera .cell .talk dl.talk-left {
				display: flex;
				display: -webkit-flex;
				justify-content: space-between;
			}
			.voice-aera .cell .talk dl.talk-right {
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				 -ms-flex-direction: row-reverse;
					 flex-direction: row-reverse;
			}
				.voice-aera .cell .talk dl dt {
					width: 60px;
					text-align: center;
				}
					.voice-aera .cell .talk dl dt span {
						display: block;
						margin-top: 5px;
						font-size: 1.1rem;
						letter-spacing: 0;
						line-height: 1.2em;
					}

				.voice-aera .cell .talk dl dd {
					display: flex;
					justify-content: flex-start;
					align-items: center;
					width: -webkit-calc(100% - 80px);
					width: calc(100% - 80px);
					background: #fff;
					box-sizing: border-box;
					padding: 20px;
					font-size: 1.6rem;
					font-weight: 700;
					position: relative;
				}
				.voice-aera .cell .talk dl.talk-left dd:before {
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 10px 10px 10px 0;
					border-color: transparent #ffffff transparent transparent;
					position: absolute;
					top: 35px;
					left: -10px;
				}
				.voice-aera .cell .talk dl.talk-right dd {
					margin-right: 20px;
				}
				.voice-aera .cell .talk dl.talk-right dd:before {
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 10px 0 10px 10px;
					border-color: transparent transparent transparent #ffffff;
					position: absolute;
					top: 35px;
					right: -10px;
				}
					.voice-aera .cell .talk dl dd strong {
						color: #E60012;
					}

			.voice-aera .cell .talk .other {
				max-width: 520px;
				margin: 50px auto 0 auto;
				border: solid 1px #D6DEEC;
				border-radius: 10px;
				position: relative;
			}
				.voice-aera .cell .talk .other .head {
					width: 160px;
					background: #F8F9FC;
					font-size: 2.2rem;
					font-weight: 700;
					color: #0B318F;
					text-align: center;
					position: absolute;
					top: -20px;
					left: 50%;
					margin-left: -80px;
				}

				.voice-aera .cell .talk .other .text {
					display: flex;
					justify-content: center;
					align-items: center;
					padding: 15px;
				}
					.voice-aera .cell .talk .other .text p {
						width: -webkit-calc(100% - 135px);
						width: calc(100% - 135px);
						font-size: 1.5rem;
						font-weight: 700;
						padding-left: 15px;
					}

					.voice-aera .cell .talk .other .text img {
						width: 135px;
					}


			.voice-aera .cell .fukidashi {
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
			}
				.voice-aera .cell .fukidashi li {
					width: 32%;
					margin-right: 2%;
					margin-top: 30px;
					background: #fff;
					padding: 20px;
					border-radius: 10px;
					box-sizing: border-box;
					font-size: 1.6rem;
					font-weight: 700;
					position: relative;
				}
				.voice-aera .cell .fukidashi li:nth-child(3n) {
					margin-right: 0;
				}
				.voice-aera .cell .fukidashi li:before {
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-color: #db0012 transparent transparent transparent;
					border-width: 20px 20px 0px 0px;
					position: absolute;
					bottom: -10px;
					left: 50%;
					margin-left: -10px;
				}


			.voice-aera .cell .Letter {
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
			}
				.voice-aera .cell .Letter li {
					display: flex;
					justify-content: flex-start;
					align-items: center;
					width: 32%;
					margin-right: 2%;
					margin-top: 30px;
					padding: 30px;
					background: #fff;
					box-sizing: border-box;
					font-size: 1.6rem;
					font-weight: 700;
					position: relative;
				}
				.voice-aera .cell .Letter li:nth-child(3n) {
					margin-right: 0;
				}
				.voice-aera .cell .Letter li.blue-line {
					border-left: solid 3px #0B3384;
				}
				.voice-aera .cell .Letter li.red-line {
					border-left: solid 3px #DB0012;
				}


			.voice-aera .cell .talk-text li {
				background: #fff;
				margin-top: 30px;
				padding: 15px 30px;
				border-radius: 40px;
				font-size: 1.6rem;
				font-weight: 700;
			}
			.voice-aera .cell .talk-text li:nth-child(odd) {
				margin-right: 10%;
			}
			.voice-aera .cell .talk-text li:nth-child(2n) {
				margin-left: 10%;
			}


			.voice-aera .cell .line-text {
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
			}
				.voice-aera .cell .line-text li {
					display: flex;
					justify-content: flex-start;
					align-items: center;
					width: 32%;
					margin-right: 2%;
					margin-top: 30px;
					padding: 30px;
					background: #fff;
					border-radius: 10px;
					border: solid 1px #D6DEEC;
					font-size: 1.6rem;
					font-weight: 700;
					position: relative;
				}
				.voice-aera .cell .line-text li:nth-child(3n) {
					margin-right: 0;
				}


#voice02 {
	position: relative;
}
#voice02:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../../common/img/bg.jpg") repeat center top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.6;
}

#voice03 {
	background: #F8F9FC;
}

.illust01 {
	width: 250px;
	position: absolute;
	top: -155px;
	right: 30px;
}
.illust02 {
	width: 190px;
	position: absolute;
	top: -145px;
	right: 30px;
}
.illust03 {
	width: 430px;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.illust05 {
	width: 170px;
	position: absolute;
	top: -40px;
	right: 30px;
}
.illust06 {
	width: 150px;
	position: absolute;
	top: -50px;
	right: 30px;
}


	
	
/* number
--------------------- */
#number ul.list li {
	width: 31%;
	border: solid 1px #D6DEEC;
	border-radius: 15px;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
}
#number ul.list li:nth-child(3n) {
	margin-right: 0;
}
#number ul.list li:nth-child(4),
#number ul.list li:nth-child(5),
#number ul.list li:nth-child(6) {
	margin-bottom: 0;
}


	
	
/* system
--------------------- */
#system ul.anchor {
	width: 100%;
	position: sticky;
	top: 60px;
	left: 0;
	z-index: 10;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#system ul.anchor.DownMove {
	padding: 10px;
	background: #EFF1F8;
}
	#system ul.anchor li {
		width: 15.4%;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#system ul.anchor.DownMove li {
		width: 16%;
	}
		#system ul.anchor li a {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			height: 66px;
			background: #0B3384 url("../../common/img/icon_anchor_white.svg") no-repeat right 15px center;
			border-radius: 10px;
			padding: 0 35px 0 18px;
			font-size: 1.6rem;
			font-weight: 700;
			letter-spacing: 0.02em;
			line-height: 1.2em;
			color: #fff;
		}
		#system ul.anchor li a:hover {
			opacity: 0.7;
		}


#system .sec {
	padding-top: 60px;
}
	#system .sec h3 {
		background: #0B3384;
		border-radius: 10px;
		padding: 12px 20px;
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 1.3em;
		color: #fff;
		margin-bottom: 30px;
	}

	#system .sec .textbox {
		background: #F8F9FC;
		border-radius: 15px;
		padding: 30px 40px;
		margin-top: 20px;
	}
		#system .sec .textbox h4 {
			font-size: 2.2rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 10px;
		}

		#system .sec .textbox .txt {
			line-height: 1.8em;
		}
			#system .sec .textbox .txt a {
				color: #DB0012;
				text-decoration: underline;
			}
			#system .sec .textbox .txt a:hover {
				text-decoration: none;
			}

		#system .sec .textbox .voice {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			background: #fff;
			border-radius: 10px;
			margin-top: 20px;
			padding: 20px 30px;
		}
			#system .sec .textbox .voice .icon {
				width: 50px;
			}

			#system .sec .textbox .voice .text {
				width: -webkit-calc(100% - 50px);
				width: calc(100% - 50px);
				padding-left: 30px;
			}
				#system .sec .textbox .voice .text h5 {
					font-size: 1.7rem;
					font-weight: 700;
					line-height: 1;
					margin-bottom: 10px;
				}

				#system .sec .textbox .voice .text p {
					font-size: 1.4rem;
					line-height: 1.6em;
				}


	#system .sec .btn-list {
		width: 110px;
		margin: 20px auto 0 auto;
	}
		#system .sec .btn-list a {
			display: block;
			height: 34px;
			background: #fff;
			border: solid 1px #0B3384;
			border-radius: 5px;
			font-size: 1.4rem;
			font-weight: 700;
			text-align: center;
			color: #0B3384;
			line-height: 33px;
		}
		#system .sec .btn-list a:hover {
			background: #0B3384;
			color: #fff;
		}


	
	
/* evaluation
--------------------- */
#evaluation ul.list li {
	width: 31%;
	border: solid 1px #D6DEEC;
	border-radius: 15px;
	margin-right: 3.5%;
	margin-top: 3.5%;
}
#evaluation ul.list li:nth-child(3n) {
	margin-right: 0;
}





/* 1300px */
@media screen and (max-width: 1300px) {
	
	
/* maintitle
--------------------- */
#maintitle .pht {
	height: 600px;
}

#maintitle .breadcrumb {
	left: 100px;
}

#maintitle .catch {
	left: 100px;
}

#maintitle .profile {
	left: 100px;
}
	
	
}





/* 1024px */
@media screen and (max-width: 1024px) {


	
	
/* program
--------------------- */
#program .cell h3 {
	font-size: 2.3rem;
	border-radius: 10px;
	padding: 40px 30px;
	margin-bottom: 25px;
}


#program .cell .training .box {
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 25px 30px;
}
	#program .cell .training .box h4 {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}


#program .cell .bgbox {
	border-radius: 10px;
	padding: 25px 30px;
	margin-bottom: 15px;
}
#program .cell .bgbox:nth-last-child(1) {
	margin-bottom: 0;
}
	#program .cell .bgbox h4 {
		font-size: 2.0rem;
	}

	#program .cell .bgbox .whitebox {
		border-radius: 6px;
		padding: 12px 15px;
		margin-top: 12px;
	}
		#program .cell .bgbox .whitebox h5 {
			font-size: 1.5rem;
		}

	
	
/* maintitle
--------------------- */
#maintitle {
	padding: 100px 20px 75px 20px;
}
#maintitle:before {
	height: 175px;
}
	#maintitle .pht {
		height: 550px;
	}


	#maintitle .breadcrumb {
		font-size: 1.3rem;
		left: 45px;
	}


	#maintitle .catch {
		font-size: 2.4rem;
		line-height: 2.1em;
		left: 0;
		margin-top: -80px;
	}


	#maintitle .profile {
		border-radius: 0 10px 10px 0;
		padding: 20px 25px;
		left: 0;
	}
		#maintitle .profile h1 {
			font-size: 2.6rem;
			top: -24px;
		}
		#maintitle .profile p {
			font-size: 1.3rem;
		}


	#maintitle .sub-txt {
		bottom: 25px;
		right: 20px;
	}


	
	
/* flow
--------------------- */
#flow .list:before {
	height: 4px;
	margin-top: -2px;
}
	#flow .list .box {
		border-radius: 10px;
		padding: 25px 18px;
	}
		#flow .list .box .years {
			font-size: 2.6rem;
			top: -14px;
		}

		#flow .list .box .read {
			font-size: 1.4rem;
			line-height: 1.5em;
			letter-spacing: 0.02em;
		}


	
	
/* history
--------------------- */
#history .cell .years {
	font-size: 2.6rem;
}
	#history .cell .years span {
		font-size: 2.0rem;
	}


#history .cell .text-pht {
	align-items: flex-start;
}
#history .cell .text-pht:before {
	width: 16px;
	height: 16px;
	margin-left: -8px;
}
#history .cell .text-pht:after {
	margin-left: -1px;
}
	#history .cell .text-pht .text {
		width: 45%;
		padding-top: 3px;
	}
		#history .cell .text-pht .text .title {
			margin-bottom: 12px;
		}
			#history .cell .text-pht .text .title h2 {
				font-size: 2.1rem;
			}

		#history .cell .text-pht .text .read {
			font-size: 1.4rem;
			line-height: 1.6em;
		}


	#history .cell .text-pht .pht img {
		border-radius: 10px;
	}


#history .message {
	border-radius: 10px;
	padding: 45px 50px;
}
	#history .message h2 {
		font-size: 2.4rem;
		margin-bottom: 18px;
	}

	#history .message p {
		font-size: 1.4rem;
		line-height: 1.6em;
	}


	
	
/* career-model
--------------------- */
#career-model a.linkbox {
	margin-bottom: 40px;
}
	#career-model a.linkbox .pht {
		border-radius: 10px;
	}

	#career-model a.linkbox .text h2 {
		font-size: 2.2rem;
		margin-bottom: 12px;
	}

	#career-model a.linkbox .text .job {
		font-size: 1.4rem;
		line-height: 1.6em;
		margin-bottom: 25px;
	}


	
	
/* voice
--------------------- */
.voice-aera .cell {
	margin-bottom: 60px;
}
	.voice-aera .cell .ttl-number .en {
		width: 40px;
		font-size: 1.7rem;
	}
	.voice-aera .cell .ttl-number h3 {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		min-height: 46px;
		font-size: 1.7rem;
		padding: 3px 12px 3px 7px
	}


	.voice-aera .graph .cell .whitebox {
		padding: 30px;
	}
		.voice-aera .graph .cell .whitebox figure img {
			width: 80%;
		}

		.voice-aera .graph .cell .whitebox .text {
			margin-top: 20px;
		}
		.voice-aera .graph .cell:nth-child(3) .whitebox .text {
			width: 65%;
			padding-left: 10px;
		}
			.voice-aera .graph .cell .whitebox .text .head {
				font-size: 1.4rem;
			}

			.voice-aera .graph .cell .whitebox .text p {
				font-size: 1.3rem;
				padding: 12px;
			}


	.voice-aera .cell .base dl dt {
		font-size: 1.6rem;
	}
	.voice-aera .cell .base dl dd {
		font-size: 1.5rem;
		line-height: 1.6em;
	}


	.voice-aera .cell .talk dl dt {
		width: 50px;
		text-align: center;
	}
		.voice-aera .cell .talk dl dt span {
			font-size: 1.0rem;
		}

	.voice-aera .cell .talk dl dd {
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
		padding: 18px;
		font-size: 1.5rem;
	}

	.voice-aera .cell .talk .other {
		max-width: 400px;
		margin: 40px auto 0 auto;
	}
		.voice-aera .cell .talk .other .head {
			width: 140px;
			font-size: 2.0rem;
			top: -17px;
			margin-left: -70px;
		}

		.voice-aera .cell .talk .other .text p {
			width: -webkit-calc(100% - 120px);
			width: calc(100% - 120px);
			font-size: 1.4rem;
		}

		.voice-aera .cell .talk .other .text img {
			width: 120px;
		}


	.voice-aera .cell .fukidashi li {
		font-size: 1.5rem;
		line-height: 1.6em;
	}
	.voice-aera .cell .fukidashi li:nth-child(3n) {
		margin-right: 0;
	}


	.voice-aera .cell .Letter li {
		padding: 20px;
		font-size: 1.5rem;
		line-height: 1.6em;
	}


	.voice-aera .cell .talk-text li {
		padding: 12px 30px;
		font-size: 1.5rem;
		line-height: 1.6em;
	}


	.voice-aera .cell .line-text li {
		padding: 20px;
		font-size: 1.5rem;
		line-height: 1.6em;
	}

.illust01 {
	width: 200px;
	top: -125px;
}
.illust02 {
	width: 170px;
	top: -125px;
	right: 0;
}
.illust03 {
	width: 380px;
	left: 40%;
}
.illust05 {
	width: 150px;
	top: -35px;
	right: 20px;
}
.illust06 {
	width: 130px;
	top: -30px;
	right: 20px;
}


	
	
/* system
--------------------- */
#system ul.anchor li a {
	height: 62px;
	background: #0B3384 url("../../common/img/icon_anchor_white.svg") no-repeat right 12px center;
	border-radius: 8px;
	padding: 0 25px 0 12px;
	font-size: 1.4rem;
}


#system .sec {
	padding-top: 50px;
}
	#system .sec h3 {
		padding: 12px 18px;
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	#system .sec .textbox {
		border-radius: 10px;
		padding: 25px 30px;
		margin-top: 15px;
	}
		#system .sec .textbox h4 {
			font-size: 2.0rem;
		}

		#system .sec .textbox .txt {
			line-height: 1.7em;
		}

		#system .sec .textbox .voice {
			padding: 20px 20px;
		}
			#system .sec .textbox .voice .text {
				padding-left: 20px;
			}
				#system .sec .textbox .voice .text h5 {
					font-size: 1.6rem;
				}

				#system .sec .textbox .voice .text p {
					font-size: 1.3rem;
					line-height: 1.5em;
				}



}





/* max 768px */
@media screen and (max-width: 768px) {


	
	
/* program
--------------------- */
#program .cell h3 {
	border-radius: 10px;
	padding: 25px 25px;
	margin-bottom: 20px;
}


#program .cell .training {
	display: block;
	margin-bottom: 30px;
}
#program .cell .training .box {
	width: 100%;
	margin-bottom: 10px;
	padding: 20px 25px;
}


#program .cell .js-scrollable {
	width: 116%;
	margin-left: -8%;
}
	#program .cell .js-scrollable img {
		width: 700px;
		padding: 0 5%;
	}


#program .cell .bgbox {
	padding: 20px 25px;
}

	
	
/* maintitle
--------------------- */
#maintitle {
	padding: 80px 10px 0 10px;
}
#maintitle:before {
	height: 75px;
}
	#maintitle .pht {
		width: 100%;
		height: 100%;
		aspect-ratio: 1 / 1;
	}
		#maintitle .pht img {
 			object-position: 60% 50%;
		}

	#maintitle .breadcrumb {
		font-size: 1.1rem;
		top: 100px;
		left: 30px;
	}


	#maintitle .catch {
		font-size: 1.7rem;
		line-height: 2.2em;
		letter-spacing: 0;
		margin-top: 0;
		top: 37%;
	}
		#maintitle .catch .whitebg {
			padding-top: 7px;
			padding-bottom: 7px;
		}


	#maintitle .profile {
		display: block;
		width: 90%;
		position: relative;
		border-radius: 10px;
		padding: 20px 22px;
		left: 5%;
		margin-top: -30px;
	}
		#maintitle .profile h1 {
			font-size: 2.6rem;
			top: -24px;
			text-align: left;
			color: #fff;
		}
		#maintitle .profile p {
			font-size: 1.2rem;
		}


	#maintitle .sub-txt {
		position: static;
		font-size: 1.1rem;
		margin-top: 12px;
		text-align: center;
	}


	
	
/* flow
--------------------- */
#flow .list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#flow .list:before {
	display: none;
}
	#flow .list .box {
		width: 48%;
		padding: 25px 18px;
		margin-right: 4%;
		margin-bottom: 30px;
	}
	#flow .list .box:nth-child(2n) {
		margin-right: 0;
	}
	#flow .list .box:nth-child(3),
	#flow .list .box:nth-child(4) {
		margin-bottom: 0;
	}
		#flow .list .box .years {
			font-size: 2.4rem;
			top: -14px;
		}


	
	
/* history
--------------------- */
#history .cell .years {
	text-align: left;
}


#history .cell .text-pht {
	display: block;
	padding-left: 30px;
}
#history .cell .text-pht:before {
	width: 14px;
	height: 14px;
	margin-left: 0;
	left: 0;
}
#history .cell .text-pht:after {
	left: 6px;
	margin-left: 0;
}
	#history .cell .text-pht .text {
		width: 100%;
		padding-top: 1px;
		margin-bottom: 22px;
	}
		#history .cell .text-pht .text .read {
			line-height: 1.5em;
		}


	#history .cell .text-pht .pht {
		width: 100%;
	}
		#history .cell .text-pht .pht img {
			border-radius: 10px;
		}


#history .message {
	padding: 25px 30px;
	margin-top: 50px;
}
	#history .message h2 {
		font-size: 2.1rem;
		margin-bottom: 15px;
	}

	#history .message p {
		line-height: 1.5em;
	}


	
	
/* career-model
--------------------- */
#career-model a.linkbox {
	display: block;
	margin-bottom: 40px;
}
	#career-model a.linkbox .pht {
		width: 100%;
	}

	#career-model a.linkbox .text {
		width: 100%;
		padding-top: 20px;
	}
		#career-model a.linkbox .text h2 {
			font-size: 2.0rem;
			margin-bottom: 12px;
		}

		#career-model a.linkbox .text .job {
			font-size: 1.3rem;
			letter-spacing: 0;
			margin-bottom: 15px;
		}


	
	
/* voice
--------------------- */
.voice-aera .cell {
	margin-bottom: 40px;
}
	.voice-aera .graph {
		display: block;
	}
		.voice-aera .graph .cell {
			width: 100%;
		}
			.voice-aera .graph .cell .whitebox {
				padding: 20px;
			}
			.voice-aera .graph .cell:nth-child(3) .whitebox {
				display: block;
				padding: 20px;
			}
				.voice-aera .graph .cell:nth-child(3) .whitebox figure {
					width: 100%;
					margin-bottom: 15px;
				}
					.voice-aera .graph .cell .whitebox figure img {
						width: 90% !important;
					}

				.voice-aera .graph .cell .whitebox .text {
					margin-top: 20px;
				}
				.voice-aera .graph .cell:nth-child(3) .whitebox .text {
					width: 100%;
					padding-left: 0;
				}
					.voice-aera .graph .cell .whitebox .text p {
						letter-spacing: 0;
					}


	.voice-aera .cell .base {
		display: block;
	}
		.voice-aera .cell .base dl {
			width: 100%;
			margin-right: 0;
		}
	
	
	.voice-aera .cell .talk .other .text p {
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	.voice-aera .cell .talk .other .text img {
		width: 80px;
	}


	.voice-aera .cell .fukidashi li {
		width: 48%;
		margin-right: 4%;
	}
	.voice-aera .cell .fukidashi li:nth-child(3n) {
		margin-right: 4%;
	}
	.voice-aera .cell .fukidashi li:nth-child(2n) {
		margin-right: 0;
	}


	.voice-aera .cell .Letter {
		display: block;
	}
		.voice-aera .cell .Letter li {
			width: 100%;
			margin-right: 0;
		}


	.voice-aera .cell .line-text li {
		width: 48%;
		margin-right: 4%;
	}
	.voice-aera .cell .line-text li:nth-child(3n) {
		margin-right: 4%;
	}
	.voice-aera .cell .line-text li:nth-child(2n) {
		margin-right: 0;
	}
	

#voice02 {
	padding-bottom: 0;
}

.illust01 {
	width: 140px;
	top: -85px;
	right: 0;
}
.illust02 {
	width: 120px;
}
.illust03 {
	position: static;
	width: 70%;
	margin: 0 auto 0 auto;
	padding-top: 40px;
}
.illust05 {
	width: 100px;
	top: -30px;
	right: 10px;
}
.illust06 {
	width: 80px;
	top: -25px;
	right: 10px;
}


	
	
/* number
--------------------- */
#number ul.list li {
	width: 48%;
	border-radius: 10px;
	margin-right: 4%;
	margin-bottom: 4%;
}
#number ul.list li:nth-child(3n) {
	margin-right: 4%;
}
#number ul.list li:nth-child(2n) {
	margin-right: 0;
}
#number ul.list li:nth-child(4) {
	margin-bottom: 4%;
}
#number ul.list li:nth-child(5),
#number ul.list li:nth-child(6) {
	margin-bottom: 0;
}


	
	
/* system
--------------------- */
#system ul.anchor {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: static;
	background: none;
}
#system ul.anchor.DownMove {
	padding: 0;
}
	#system ul.anchor li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	#system ul.anchor li:nth-child(2n) {
		margin-right: 0;
	}
	#system ul.anchor li:nth-last-child(1),
	#system ul.anchor li:nth-last-child(2) {
		margin-bottom: 0;
	}
	#system ul.anchor.DownMove li {
		width: 48%;
	}
		#system ul.anchor li a {
			height: 46px;
			font-size: 1.3rem;
		}


#system .sec {
	padding-top: 40px;
}
	#system .sec h3 {
		padding: 12px 18px;
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	#system .sec .textbox {
		padding: 20px 25px;
	}
		#system .sec .textbox .voice {
			align-items: flex-start;
			padding: 20px 20px;
		}
			#system .sec .textbox .voice .icon {
				width: 40px;
			}

			#system .sec .textbox .voice .text {
				width: -webkit-calc(100% - 40px);
				width: calc(100% - 40px);
			}


	
	
/* evaluation
--------------------- */
#evaluation ul.list li {
	width: 48%;
	border-radius: 10px;
	margin-right: 4%;
	margin-top: 4%;
}
#evaluation ul.list li:nth-child(3n) {
	margin-right: 4%;
}
#evaluation ul.list li:nth-child(2n) {
	margin-right: 0;
}




}