@charset "UTF-8";


	
	
/*benefits
--------------------- */
.benefits .row {
	margin-bottom: 40px;
}
.benefits .row:nth-last-child(1) {
	margin-bottom: 0;
}
.benefits .row.off {
	display: none;
}
	.benefits .row .txt {
		margin-bottom: 10px;
	}
	.benefits .row .txt:nth-last-child(1) {
		margin-bottom: 0;
	}

	.benefits .row .voice {
		background: #1A5FFF;
		margin-top: 20px;
		padding: 60px 80px;
	}
		.benefits .row .voice .profile {
			margin-bottom: 40px;
		}
			.benefits .row .voice .profile .pht {
				width: 270px;
				order: 1;
			}

			.benefits .row .voice .profile .text {
				width: -webkit-calc(100% - 270px);
				width: calc(100% - 270px);
				padding-left: 30px;
				order: 2;
			}
				.benefits .row .voice .profile .text .name {
					margin-top: 15px;
					font-size: 2.2rem;
					font-weight: 700;
					line-height: 1.3em;
				}
					.benefits .row .voice .profile .text .name span {
						padding-left: 10px;
					}

				.benefits .row .voice .profile .text .job {
					margin-top: 5px;
					font-size: 1.4rem;
				}

		.benefits .row .voice dl {
			margin-bottom: 25px;
		}
		.benefits .row .voice dl:nth-last-child(1) {
			margin-bottom: 0;
		}
			.benefits .row .voice dl dt {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				line-height: 1.3em;
				margin-bottom: 3px;
			}
				.benefits .row .voice dl dt img {
					width: 40px;
				}
				.benefits .row .voice dl dt .q-ttl {
					display: block;
					width: -webkit-calc(100% - 40px);
					width: calc(100% - 40px);
					padding-left: 10px;
					font-size: 2.2rem;
					font-weight: 700;
				}

			.benefits .row .voice dl dd {
				padding-left: 50px;
			}

	.benefits .row table {
		width: 100%;
		border-collapse: collapse;
	}
		.benefits .row table th {
			background: #EEF3FF;
			border-right: solid 1px #BACEFF;
			font-size: 1.8rem;
			font-weight: 700;
			padding: 10px 20px;
			text-align: left;
		}
		.benefits .row table th:nth-child(1) {
			width: 20%;
		}
		.benefits .row table th:nth-last-child(1) {
			border-right: none;
		}

		.benefits .row table td {
			border-right: solid 1px #BACEFF;
			border-bottom: solid 1px #BACEFF;
			font-size: 1.6rem;
			padding: 10px 20px;
			text-align: left;
		}
		.benefits .row table td:nth-last-child(1) {
			border-right: none;
		}

	.benefits .row .column3-list .box {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 40px;
	}
	.benefits .row .column3-list .box:nth-child(3n) {
		margin-right: 0;
	}
		.benefits .row .column3-list .box h3 {
			font-size: 2.4rem;
			font-weight: 700;
			line-height: 1.3em;
			text-align: center;
			margin-top: -17px;
			margin-bottom: 10px;
			position: relative;
			z-index: 2;
		}

	.benefits .row .column2-list .box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	.benefits .row .column2-list .box:nth-child(2n) {
		margin-right: 0;
	}
		.benefits .row .column2-list .box .pht {
			padding: 0 15%;
			background: #EEF3FF;
		}

		.benefits .row .column2-list .box h3 {
			font-size: 2.4rem;
			font-weight: 700;
			line-height: 1.3em;
			text-align: center;
			margin-top: -17px;
			margin-bottom: 10px;
			position: relative;
			z-index: 2;
		}
@media screen and (max-width: 1024px) {
	.benefits .row {
		margin-bottom: 4vw;
	}
		.benefits .row .txt {
			margin-bottom: 1vw;
		}

		.benefits .row .voice {
			margin-top: 1.5vw;
			padding: 5vw 5vw;
		}
			.benefits .row .voice .profile {
				margin-bottom: 5vw;
			}
				.benefits .row .voice .profile .pht {
					width: 35%;
				}
					.benefits .row .voice .profile .pht img {
						width: 100%;
						height: 100%;
						object-fit: cover;
					}

				.benefits .row .voice .profile .text {
					width: 65%;
					padding-left: 5%;
				}
					.benefits .row .voice .profile .text .name {
						margin-top: 1.7vw;
						font-size: 2.6vw;
					}
						.benefits .row .voice .profile .text .name span {
							padding-left: 1vw;
						}

					.benefits .row .voice .profile .text .job {
						margin-top: 0.5vw;
						font-size: 1.6vw;
					}

			.benefits .row .voice dl {
				margin-bottom: 3vw;
			}
				.benefits .row .voice dl dt {
					margin-bottom: 0.5vw;
				}
					.benefits .row .voice dl dt img {
						width: 4.5vw;
					}
					.benefits .row .voice dl dt .q-ttl {
						width: -webkit-calc(100% - 4.5vw);
						width: calc(100% - 4.5vw);
						padding-left: 1vw;
						font-size: 2.6vw;
					}

				.benefits .row .voice dl dd {
					padding-left: 5.7vw;
				}

	.benefits .row table th {
		font-size: 2.0vw;
		padding: 1vw 2vw;
	}
	.benefits .row table th:nth-child(1) {
		width: 25%;
	}

	.benefits .row table td {
		font-size: 1.8vw;
		padding: 1vw 2vw;
	}

	.benefits .row .column3-list .box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4vw;
	}
	.benefits .row .column3-list .box:nth-child(3n) {
		margin-right: 4%;
	}
	.benefits .row .column3-list .box:nth-child(2n) {
		margin-right: 0;
	}
		.benefits .row .column3-list .box h3 {
			font-size: 2.8vw;
			margin-top: -2vw;
			margin-bottom: 1vw;
		}

	.benefits .row .column2-list .box {
		margin-bottom: 4vw;
	}
		.benefits .row .column2-list .box .pht {
			padding: 0;
		}

		.benefits .row .column2-list .box h3 {
			font-size: 2.8vw;
			margin-top: -2vw;
			margin-bottom: 1vw;
		}
}
@media screen and (max-width: 767px) {
	.benefits .row {
		margin-bottom: 6vw;
	}
		.benefits .row .txt {
			margin-bottom: 2vw;
		}

		.benefits .row .voice {
			margin-top: 3vw;
			padding: 6vw 7vw;
		}
			.benefits .row .voice .profile {
				display: block;
				margin-bottom: 7vw;
			}
				.benefits .row .voice .profile .pht {
					width: 100%;
				}

				.benefits .row .voice .profile .text {
					width: 100%;
					padding-left: 0;
					margin-bottom: 4vw;
				}
					.benefits .row .voice .profile .text .name {
						margin-top: 3vw;
						font-size: 4.6vw;
					}
						.benefits .row .voice .profile .text .name span {
							padding-left: 1vw;
						}

					.benefits .row .voice .profile .text .job {
						margin-top: 1vw;
						font-size: 3.0vw;
					}

			.benefits .row .voice dl {
				margin-bottom: 3.5vw;
			}
				.benefits .row .voice dl dt {
					margin-bottom: 2.5vw;
				}
					.benefits .row .voice dl dt img {
						width: 7vw;
					}
					.benefits .row .voice dl dt .q-ttl {
						width: -webkit-calc(100% - 7vw);
						width: calc(100% - 7vw);
						padding-left: 2vw;
						font-size: 4.6vw;
					}

				.benefits .row .voice dl dd {
					padding-left: 0;
				}

	.benefits .row table th {
		font-size: 3.8vw;
		padding: 2vw 3vw;
	}
	.benefits .row table th:nth-child(1) {
		width: 28%;
	}

	.benefits .row table td {
		font-size: 3.6vw;
		padding: 2vw 3vw;
	}

	.benefits .row .column3-list {
		display: block;
	}
		.benefits .row .column3-list .box {
			width: 100%;
			margin-right: 0;
			margin-bottom: 8vw;
		}
		.benefits .row .column3-list .box:nth-child(3n) {
			margin-right: 0;
		}
		.benefits .row .column3-list .box:nth-last-child(1) {
			margin-bottom: 0;
		}
			.benefits .row .column3-list .box h3 {
				font-size: 5.4vw;
				margin-top: -3.5vw;
				margin-bottom: 2vw;
			}

	.benefits .row .column2-list {
		display: block;
	}
		.benefits .row .column2-list .box {
			width: 100%;
			margin-right: 0;
			margin-bottom: 8vw;
		}
		.benefits .row .column2-list .box:nth-last-child(1) {
			margin-bottom: 0;
		}
			.benefits .row .column2-list .box h3 {
				font-size: 5.4vw;
				margin-top: -3.5vw;
				margin-bottom: 2vw;
			}
}


	
	
/*application
--------------------- */
#application .row {
	margin-bottom: 50px;
}
#application .row:nth-last-child(1) {
	margin-bottom: 0;
}
	#application .row table {
		width: 100%;
		border-collapse: collapse;
	}
		#application .row table th {
			width: 20%;
			background: #EEF3FF;
			border-top: solid 1px #BACEFF;
			border-bottom: solid 1px #BACEFF;
			font-size: 1.8rem;
			font-weight: 700;
			padding: 10px 20px;
			text-align: left;
		}

		#application .row table td {
			border-top: solid 1px #BACEFF;
			border-bottom: solid 1px #BACEFF;
			font-size: 1.6rem;
			padding: 10px 20px;
			text-align: left;
		}
		#application .row table td:nth-last-child(1) {
			border-right: none;
		}

@media screen and (max-width: 1024px) {
	#application .row {
		margin-bottom: 5vw;
	}
		#application .row table th {
			width: 25%;
			font-size: 2.0vw;
			padding: 1vw 2vw;
		}

		#application .row table td {
			font-size: 1.8vw;
			padding: 1vw 2vw;
		}
}
@media screen and (max-width: 767px) {
	#application .row {
		margin-bottom: 8vw;
	}
		#application .row table th {
			display: block;
			width: 100%;
			font-size: 4.0vw;
			padding: 2vw 3vw 2vw 3vw;
			margin-bottom: 4vw;
			border-bottom: none;
		}

		#application .row table td {
			display: block;
			width: 100%;
			font-size: 3.4vw;
			padding: 0 3vw 8vw 3vw;
			border: none;
		}
		#application .row table td.pb {
			padding-bottom: 4vw;
		}
		#application .row table tr:nth-last-child(1) td {
			padding-bottom: 0;
		}
}


	
	
/*desired-profile
--------------------- */
#desired-profile .txt {
	margin-bottom: 15px;
}
#desired-profile .txt:nth-last-child(1) {
	margin-bottom: 0;
}

#desired-profile .pht {
	margin-top: 40px;
}
@media screen and (max-width: 1024px) {
	#desired-profile .txt {
		margin-bottom: 1.5vw;
	}
	
	#desired-profile .pht {
		margin-top: 4vw;
	}
}
@media screen and (max-width: 767px) {
	#desired-profile .txt {
		margin-bottom: 2.5vw;
	}
	
	#desired-profile .pht {
		margin-top: 6vw;
	}
}


	
	
/*example
--------------------- */
#example .list {
	width: 100%;
	position: relative;
}
#example .list:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #BACEFF;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.5px;
}
	#example .list .box {
		padding-bottom: 70px;
		position: relative;
	}
	#example .list .box:before {
		content: "";
		width: 14px;
		height: 14px;
		background: #004DFF;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -42px;
		margin-left: -7px;
	}
		#example .list .box .text {
			width: 45%;
		}
			#example .list .box .text h3 {
				font-size: 3.0rem;
				font-weight: 700;
				line-height: 1.3em;
				margin-bottom: 12px;
			}

		#example .list .box .pht {
			width: 45%;
		}

	#example h4 {
		font-size: 3.0rem;
		font-weight: 700;
		line-height: 1.3em;
		text-align: center;
		background: url("../img/training/arrow_blue.svg") no-repeat center top / 20px;
		padding-top: 35px;
		margin-top: 20px;
	}
@media screen and (max-width: 1024px) {
	#example .list .box {
		padding-bottom: 7vw;
	}
	#example .list .box:before {
		width: 1.4vw;
		height: 1.4vw;
		margin-top: -4.2vw;
		margin-left: -0.7vw;
	}
		#example .list .box .text h3 {
			font-size: 3.0vw;
			margin-bottom: 1.2vw;
		}

	#example h4 {
		font-size: 3.0vw;
		text-align: center;
		background: url("../img/training/arrow_blue.svg") no-repeat center top / 2vw;
		padding-top: 3.5vw;
		margin-top: 2vw;
	}
}
@media screen and (max-width: 767px) {
	#example .list:before {
		display: none;
	}
		#example .list .box {
			display: block;
			padding-bottom: 10vw;
		}
		#example .list .box:before {
			display: none;
		}
			#example .list .box .text {
				width: 100%;
			}
				#example .list .box .text h3 {
					font-size: 5.8vw;
					margin-bottom: 3vw;
				}

			#example .list .box .pht {
				width: 100%;
				margin-top: 4vw;
			}

	#example h4 {
		font-size: 5.8vw;
		background: url("../img/training/arrow_blue.svg") no-repeat center top / 6vw;
		padding-top: 12vw;
		margin-top:0;
	}
}


	
	
/*system
--------------------- */
#system .row .column2-list .box .pht {
	background: #1A5FFF;
}

















