@charset "UTF-8";


	
	
/* recruitment
--------------------- */
.recruitment .table-layout {
	width: 100%;
	border-collapse: collapse;
}
	.recruitment .table-layout th {
		width: 300px;
		padding: 30px;
		font-size: 1.6rem;
		font-weight: 500;
		text-align: left;
	}
	.recruitment .table-layout td {
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
		font-size: 1.6rem;
		padding: 30px 30px 30px 0;
	}
	.recruitment .table-layout tr:nth-child(odd) {
		background: #f6fafe;
	}
		.recruitment .table-layout td span {
			font-size: 1.3rem;
		}
		.recruitment .table-layout td a {
			text-decoration: underline;
			color: #0962A8;
		}
		.recruitment .table-layout td a:hover {
			text-decoration: none;
		}
@media screen and (max-width: 1024px) {
	.recruitment .table-layout th {
		width: 200px;
		padding: 25px;
		font-size: 1.5rem;
		font-weight: 500;
		text-align: left;
	}
	.recruitment .table-layout td {
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
		font-size: 1.5rem;
		padding: 25px 25px 25px 0;
	}
		.recruitment .table-layout td span {
			font-size: 1.2rem;
		}
}
@media screen and (max-width: 768px) {
	.recruitment .table-layout th {
		display: block;
		width: 100%;
		padding: 20px 20px 10px 20px;
		font-size: 1.4rem;
	}
	.recruitment .table-layout td {
		display: block;
		width: 100%;
		font-size: 1.4rem;
		padding: 0 20px 20px 20px;
	}
		.recruitment .table-layout td span {
			font-size: 1.1rem;
		}
}


	
	
/* faq
--------------------- */
#faq .box {
	background: #f6fafe;
	border-radius: 5px;
	margin-bottom: 20px;
}
#faq .box:nth-last-child(1) {
	margin-bottom: 0;
}
	#faq .box h2 {
		padding: 25px 80px 20px 75px;
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 1.3em;
		position: relative;
		cursor: pointer;
	}
	#faq .box h2:before {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 100%;
		content: "Q";
		font-size: 2.4rem;
		color: #0962A8;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.3em;
		position: absolute;
		top: 0;
		left: 30px;
	}
	#faq .box h2:after {
		content: "";
		width: 20px;
		height: 20px;
		background: url("../img/faq/icon_plus.svg") no-repeat center / 100%;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -10px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#faq .box h2.active:after {
		transform:rotate(135deg);
	}

	#faq .box .text {
		display: none;
		padding: 0 30px 20px 75px;
		position: relative;
	}
	#faq .box .text:before {
		content: "A";
		font-size: 2.4rem;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.3em;
		position: absolute;
		top: 2px;
		left: 30px;
	}
@media screen and (max-width: 1024px) {
	#faq .box h2 {
		padding: 20px 80px 20px 65px;
		font-size: 2.0rem;
	}
	#faq .box h2:before {
		font-size: 2.2rem;
		left: 25px;
	}
	#faq .box h2:after {
		right: 25px;
	}

	#faq .box .text {
		padding: 0 30px 20px 65px;
	}
	#faq .box .text:before {
		font-size: 2.2rem;
		left: 25px;
	}
}
@media screen and (max-width: 768px) {
	#faq .box {
		margin-bottom: 15px;
	}
		#faq .box h2 {
			padding: 17px 60px 15px 50px;
			font-size: 1.6rem;
		}
		#faq .box h2:before {
			font-size: 2.0rem;
			left: 20px;
		}
		#faq .box h2:after {
			right: 20px;
		}

		#faq .box .text {
			padding: 0 20px 20px 50px;
		}
		#faq .box .text:before {
			font-size: 2.0rem;
			left: 20px;
		}
}


	
	
/* education-training
--------------------- */
.education-training .cell {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: dashed 1px #ddd;
}
.education-training .cell:nth-last-child(1) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
	.education-training .cell h3 {
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 8px;
	}

	.education-training .cell .list .box {
		margin-right: 3.5%;
		margin-top: 30px;
	}
	.education-training .cell .list.column2 .box {
		width: 48.25%;
	}
	.education-training .cell .list.column2 .box:nth-child(2n) {
		margin-right: 0;
	}
	.education-training .cell .list.column3 .box {
		width: 31%;
	}
	.education-training .cell .list.column3 .box:nth-child(3n) {
		margin-right: 0;
	}
		.education-training .cell .list .box h4 {
			background: #F8F8F8;
			padding: 15px 10px 10px 10px;
			border-radius: 5px;
			font-size: 2.0rem;
			font-weight: 500;
			line-height: 1.3em;
			text-align: center;
			margin-bottom: 15px;
		}

	.education-training .cell .calendar {
		margin-top: 30px;
	}
		.education-training .cell .calendar h4 {
			font-size: 2.0rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 12px;
		}

		.education-training .cell .calendar dl {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			background: #EFF4F8;
			border-radius: 5px;
			padding: 20px 0;
			margin-bottom: 15px;
			position: relative;
		}
		.education-training .cell .calendar dl:nth-last-child(1) {
			margin-bottom: 0;
		}
		.education-training .cell .calendar dl:before {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-color: #0962a8 transparent transparent transparent;
			border-width: 10px 10px 0px 10px;
			position: absolute;
			bottom: -5px;
			left: 60px;
		}
		.education-training .cell .calendar dl.last:before {
			display: none;
		}
			.education-training .cell .calendar dl dt {
				width: 140px;
				font-size: 1.6rem;
				font-weight: 700;
				line-height: 1;
				text-align: center;
			}
			.education-training .cell .calendar dl dd {
				width: -webkit-calc(100% - 140px);
				width: calc(100% - 140px);
				padding-right: 20px;
				font-size: 1.5rem;
				line-height: 1.6em;
			}

		.education-training .cell .calendar .pht-list {
			margin-top: 15px;
		}
			.education-training .cell .calendar .pht-list li {
				width: 48%;
				overflow: hidden;
				border-radius: 5px;
			}
@media screen and (max-width: 1024px) {
	.education-training .cell {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
		.education-training .cell h3 {
			font-size: 2.4rem;
		}

		.education-training .cell .list .box {
			margin-right: 4%;
			margin-top: 25px;
		}
		.education-training .cell .list.column2 .box {
			width: 48%;
		}
		.education-training .cell .list.column3 .box {
			width: 48%;
		}
		.education-training .cell .list.column3 .box:nth-child(2n) {
			margin-right: 0;
		}
		.education-training .cell .list.column3 .box:nth-child(3n) {
			margin-right: 4%;
		}
			.education-training .cell .list .box h4 {
				padding: 12px 5px 8px 5px;
				font-size: 1.8rem;
				margin-bottom: 12px;
			}

		.education-training .cell .calendar {
			margin-top: 25px;
		}
			.education-training .cell .calendar h4 {
				font-size: 1.8rem;
				margin-bottom: 10px;
			}

			.education-training .cell .calendar dl:before {
				left: 45px;
			}
				.education-training .cell .calendar dl dt {
					width: 110px;
					font-size: 1.5rem;
				}
				.education-training .cell .calendar dl dd {
					width: -webkit-calc(100% - 110px);
					width: calc(100% - 110px);
					padding-right: 15px;
					font-size: 1.4rem;
					line-height: 1.5em;
				}
}
@media screen and (max-width: 768px) {
	.education-training .cell h3 {
		font-size: 2.2rem;
	}

	.education-training .cell .list {
		display: block;
	}
		.education-training .cell .list .box {
			margin-right: 0;
			margin-top: 20px;
		}
		.education-training .cell .list.column2 .box {
			width: 100%;
		}
		.education-training .cell .list.column3 .box {
			width: 100%;
		}
		.education-training .cell .list.column3 .box:nth-child(3n) {
			margin-right: 0;
		}
			.education-training .cell .list .box h4 {
				padding: 12px 5px 8px 5px;
				font-size: 1.7rem;
				margin-bottom: 12px;
			}

	.education-training .cell .calendar {
		margin-top: 25px;
	}
		.education-training .cell .calendar h4 {
			font-size: 1.7rem;
		}

		.education-training .cell .calendar dl:before {
			left: 45px;
		}
			.education-training .cell .calendar dl dt {
				font-size: 1.4rem;
			}
			.education-training .cell .calendar dl dd {
				font-size: 1.3rem;
			}
}


	
	
/* employee-benefits
--------------------- */
.employee-benefits .cell {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: dashed 1px #ddd;
}
.employee-benefits .cell:nth-last-child(1) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
	.employee-benefits .cell h3 {
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 8px;
	}

	.employee-benefits .cell .pht-text {
		margin-top: 20px;
	}
		.employee-benefits .cell .pht-text .pht {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 270px;
			border-radius: 10px;
			border: solid 1px #ddd;
			background: #fff;
			overflow: hidden;
		}

		.employee-benefits .cell .pht-text .text {
			width: -webkit-calc(100% - 270px);
			width: calc(100% - 270px);
			padding-left: 30px;
		}
			.employee-benefits .cell .pht-text .text h4 {
				font-size: 2.2rem;
				font-weight: 700;
				line-height: 1.3em;
				margin-bottom: 8px;
			}

	.employee-benefits .cell .pht-list li {
		width: 31.5%;
		margin-top: 25px;
	}
		.employee-benefits .cell .pht-list li img {
			border-radius: 5px;
		}
		.employee-benefits .cell .pht-list li .txt {
			margin-top: 8px;
		}
@media screen and (max-width: 1024px) {
	.employee-benefits .cell {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
		.employee-benefits .cell h3 {
			font-size: 2.4rem;
		}

		.employee-benefits .cell .pht-text .pht {
			width: 220px;
		}

		.employee-benefits .cell .pht-text .text {
			width: -webkit-calc(100% - 220px);
			width: calc(100% - 220px);
			padding-left: 25px;
		}
			.employee-benefits .cell .pht-text .text h4 {
				font-size: 2.0rem;
			}
}
@media screen and (max-width: 768px) {
	.employee-benefits .cell h3 {
		font-size: 2.2rem;
	}
	
	.employee-benefits .cell .pht-text {
		display: block;
	}
		.employee-benefits .cell .pht-text .pht {
			width: 100%;
		}

		.employee-benefits .cell .pht-text .text {
			width: 100%;
			margin-top: 20px;
			padding-left: 0;
		}
			.employee-benefits .cell .pht-text .text h4 {
				font-size: 1.8rem;
			}

		.employee-benefits .cell .pht-list {
			display: block;
		}
			.employee-benefits .cell .pht-list li {
				width: 100%;
			}
}

	
	


	
	


	
	


	
	


	
	
