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


	
	
/* pagetitle-interview
--------------------- */
#pagetitle-interview {
	width: 100%;
	position: relative;
}
#pagetitle-interview:before {
	content: "";
	width: 100%;
	height: 50px;
	background: #fff;
	position: absolute;
	position: absolute;
	bottom: 0;
	left: 0;
}
	#pagetitle-interview .pht {
		width: 57%;
		height: 500px;
		overflow: hidden;
		border-radius: 15px;
		position: absolute;
		bottom: 0;
		right: 20px;
	}
		#pagetitle-interview .pht img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}


	#pagetitle-interview .inner {
		height: 600px;
	}
		#pagetitle-interview .text {
			padding-top: 150px;
		}
			#pagetitle-interview .text .head {
				font-size: 1.4rem;
				font-weight: 700;
				line-height: 1;
				margin-bottom: 20px;
			}

			#pagetitle-interview .text h1 {
				font-size: 3.6rem;
				font-weight: 700;
				line-height: 1.7em;
				margin-bottom: 20px;
			}
				#pagetitle-interview .text h1 span {
					display: inline-block;
					background: #0B3384;
					color: #fff;
					padding: 7px 5px 9px 7px;
					line-height: 1;
				}

			#pagetitle-interview .text .job {
				font-size: 1.5rem;
				font-weight: 500;
				line-height: 1.5em;
			}

		#pagetitle-interview .breadcrumb {
			font-size: 1.4rem;
			font-weight: 700;
			line-height: 1;
			position: absolute;
			bottom: 0;
			left: 0;
		}
			#pagetitle-interview .breadcrumb a {
				color: #DB0012;
				text-decoration: underline;
			}
			#pagetitle-interview .breadcrumb a:hover {
				text-decoration: none;
			}


	
	
/* career
--------------------- */
#career .bgbox {
	background: #F8F9FC;
	border-radius: 15px;
	padding: 10px 40px;
	position: relative;
}
	#career .bgbox h2 {
		width: 100%;
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		position: absolute;
		top: -11px;
		left: 0;
	}

	#career .bgbox dl {
		border-bottom: solid 1px #D6DEEC;
		padding: 25px 0;
	}
	#career .bgbox dl:nth-last-child(1) {
		border-bottom: none;
	}
		#career .bgbox dl dt {
			width: 115px;
			font-size: 1.6rem;
			font-weight: 700;
			line-height: 1.4em;
			letter-spacing: 0.02em;
		}

		#career .bgbox dl dd {
			width: -webkit-calc(100% - 115px);
			width: calc(100% - 115px);
			font-size: 1.5rem;
			line-height: 1.6em;
			letter-spacing: 0.02em;
		}


	
	
/* interview
--------------------- */
#interview .area {
	margin-bottom: 120px;
}
#interview .area:nth-last-child(1) {
	margin-bottom: 0;
}
#interview .area.text-pht {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
	#interview .area.text-pht .text {
		width: 50%;
	}
	#interview .area.text-pht:nth-child(1) .text {
		order: 2;
	}
	#interview .area.full .text {
		max-width: 900px;
		margin: 0 auto 50px auto;
	}
	#interview .area.full:nth-last-child(1) .text {
		max-width: 900px;
		margin: 0 auto 0 auto;
	}
		#interview .area .text .head {
			font-size: 1.4rem;
			font-weight: 700;
			line-height: 1;
			letter-spacing: 0.04em;
			margin-bottom: 12px;
		}

		#interview .area .text h2 {
			font-size: 2.6rem;
			font-weight: 700;
			line-height: 1.4em;
			letter-spacing: 0.04em;
			margin-bottom: 15px;
		}

		#interview .area .text .txt {
			font-size: 1.5rem;
			line-height: 1.8em;
		}


	#interview .area .pht {
		overflow: hidden;
		border-radius: 15px;
	}
	#interview .area.text-pht .pht {
		width: 45%;
		height: 100%;
		aspect-ratio: 1 / 1;
	}
	#interview .area.text-pht:nth-child(1) .pht {
		order: 1;
	}
		#interview .area.text-pht .pht img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}


	
	
/* realization
--------------------- */
#realization {
	padding: 80px 0;
}
	#realization img {
		width: 210px;
		position: absolute;
		top: -150px;
		left: 50%;
		margin-left: 100px;
	}

	#realization .en {
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		margin-bottom: 20px;
	}

	#realization h2 {
		font-size: 3.0rem;
		font-weight: 700;
		line-height: 1.3em;
		text-align: center;
		margin-bottom: 20px;
	}

	#realization .txt {
			font-size: 1.5rem;
			line-height: 1.8em;
	}


	
	
/* schedule
--------------------- */
#schedule {
	background: #F8F9FC;
	border-radius: 0 0 80px 80px;
	padding: 80px 0;
}
	#schedule .ttl {
		width: 170px;
		-ms-writing-mode: tb-lr;
		writing-mode: vertical-lr;
	}
		#schedule .ttl .en {
			font-size: 1.4rem;
			font-weight: 700;
			line-height: 1;
			margin-top: 5px;
		}
		#schedule .ttl h2 {
			font-size: 3.0rem;
			font-weight: 700;
			line-height: 1;
			margin-left: 10px;
		}

	#schedule .list {
		width: -webkit-calc(100% - 170px);
		width: calc(100% - 170px);
	}
		#schedule .list dl {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			background: #fff;
			border-radius: 10px;
			padding: 10px 0;
			margin-bottom: 10px;
		}
		#schedule .list dl:nth-last-child(1) {
			margin-bottom: 0;
		}
			#schedule .list dl dt {
				width: 90px;
				font-size: 1.8rem;
				font-weight: 700;
				text-align: center;
			}
			#schedule .list dl dd {
				width: -webkit-calc(100% - 90px);
				width: calc(100% - 90px);
				padding-right: 20px;
				font-size: 1.5rem;
				line-height: 1.6em;
			}


	
	
/* other
--------------------- */
#other {
	padding: 100px 0;
	overflow: hidden;
}
	#other h2 {
		font-size: 3.0rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 25px;
	}

	#other .swiper-container {
		padding: 0 0 40px 0;
		position: relative;
	}
		#other .swiper-container a.linkbox {
			display: block;
		}
			#other .swiper-container a.linkbox .pht {
				border-radius: 15px;
				position: relative;
			}
				#other .swiper-container a.linkbox .pht .career {
					display: flex;
					justify-content: center;
					align-items: center;
					width: 100px;
					height: 30px;
					background: #DB0012;
					border-radius:  0 0 8px 0;
					font-size: 1.3rem;
					font-weight: 700;
					line-height: 1;
					letter-spacing: 0;
					text-align: center;
					color: #fff;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 2;
				}

			#other .swiper-container a.linkbox .text {
				position: relative;
			}
				#other .swiper-container a.linkbox .text .head {
					display: flex;
					justify-content: center;
					align-items: center;
					width: 80px;
					height: 26px;
					border-radius: 13px;
					font-size: 1.3rem;
					font-weight: 700;
					letter-spacing: 0;
					line-height: 1;
					text-align: center;
					color: #fff;
					position: absolute;
					top: -13px;
					left: 50%;
					margin-left: -40px;
				}
				#other .swiper-container a.linkbox .text.blue01 .head {
					background: #0B318F;
				}
				#other .swiper-container a.linkbox .text.blue02 .head {
					background: #0071BC;
				}
				#other .swiper-container a.linkbox .text.blue03 .head {
					background: #29ABE2;
				}
				#other .swiper-container a.linkbox .text.green01 .head {
					background: #00A99D;
				}
				#other .swiper-container a.linkbox .text.green02 .head {
					background: #00A947;
				}
				#other .swiper-container a.linkbox .text.yellow .head {
					background: #F4A016;
				}
				#other .swiper-container a.linkbox .text.orange .head {
					background: #EC652B;
				}

				#other .swiper-container a.linkbox .text h3 {
					font-size: 1.8rem;
					line-height: 1.3em;
					margin-bottom: 6px;
					padding-top: 22px;
				}
				#other .swiper-container a.linkbox .text.blue01 h3 {
					color: #0B318F;
				}
				#other .swiper-container a.linkbox .text.blue02 h3 {
					color: #0071BC;
				}
				#other .swiper-container a.linkbox .text.blue03 h3 {
					color: #29ABE2;
				}
				#other .swiper-container a.linkbox .text.green01 h3 {
					color: #00A99D;
				}
				#other .swiper-container a.linkbox .text.green02 h3 {
					color: #00A947;
				}
				#other .swiper-container a.linkbox .text.yellow h3 {
					color: #F4A016;
				}
				#other .swiper-container a.linkbox .text.orange h3 {
					color: #EC652B;
				}

				#other .swiper-container a.linkbox .text .job {
					font-size: 1.3rem;
					line-height: 1.6em;
					color: #151515;
					letter-spacing: 0;
				}


		#other .swiper-container .swiper-pagination {
			bottom: 0;
		}
			#other .swiper-container .swiper-pagination .swiper-pagination-bullet {
				width: 8px;
				height: 8px;
				border-radius: 4px;
				background: #DB0012;
				border: none;
				opacity: 1;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#other .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
				width: 22px;
				background: #0B3384;
				opacity: 1;
			}


		#other .swiper-container .swiper-button-prev {
			width: 46px;
			height: 46px;
			background: url("../../common/img/btn_arrow_prev.svg") no-repeat center / 100%;
			border-radius: 50%;
			top: 25%;
			left: -23px;
			margin: 0;
		}
		#other .swiper-container .swiper-button-prev:after {
			display: none;
		}

		#other .swiper-container .swiper-button-next {
			width: 46px;
			height: 46px;
			background: url("../../common/img/btn_arrow_next.svg") no-repeat center / 100%;
			border-radius: 50%;
			top: 25%;
			right: -23px;
			margin: 0;
		}
		#other .swiper-container .swiper-button-next:after {
			display: none;
		}


	#other .btn {
		margin: 30px auto 0 auto;
	}


	
	
/* interview-list
--------------------- */
#interview-list .sub-txt {
	text-align: center;
	margin-bottom: 30px;
}

#interview-list .cell {
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: solid 1px #EDEDED;
	padding: 15px 0;
	margin-bottom: 0;
}
	#interview-list .cell .head {
		width: 100px;
		font-size: 1.6rem;
		font-weight: 500;
		padding-left: 15px;
	}

	#interview-list .cell ul.keyword-box {
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		#interview-list .cell ul.keyword-box li {
			width: 13.2%;
			margin-right: 1%;
		}
		#interview-list .cell ul.keyword-box.subspecies li {
			width: 27.4%;
		}
		#interview-list .cell ul.keyword-box li:nth-last-child(1) {
			margin-right: 0;
		}
			#interview-list .cell ul.keyword-box li input {
				clip: rect(1px, 1px, 1px, 1px);
				position: absolute;
			}
				#interview-list .cell ul.keyword-box li label.keyword_tag {
					display: flex;
					justify-content: center;
					align-items: center;
					padding: 0 8px;
					height: 40px;
					border-radius: 8px;
					font-size: 1.4rem;
					font-weight: 500;
					line-height: 1.1em;
					background: none;
					background: #F8F9FC;
					text-align: center;
					transition: all .2s;
					cursor: pointer;	
				}

				#interview-list .cell ul.keyword-box li input[type="radio"]:checked + label{
					background: #0B318F;
					color: #fff;
				}


	#interview-list .cell ul.search_close {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
		#interview-list .cell ul.search_close li {
			width: 130px;
			margin: 0 auto !important;
		}
			#interview-list .cell ul.search_close li label.keyword_tag {
				display: flex;
				justify-content: center;
				align-items: center;
				padding: 0;
				height: 40px;
				border-radius: 8px;
				font-size: 1.4rem;
				font-weight: 700;
				line-height: 1;
				background: none;
				background: #000;
				text-align: center;
				transition: all .2s;
				cursor: pointer;	
				color: #fff;
			}
			#interview-list .cell ul.search_close li input[type="radio"]:checked + label {
				background: #000;
				color: #fff;
			}

#interview-list .keyword-list {
	margin-top: 20px;
} 
#interview-list .keyword-list a.linkbox {
	margin: 40px 1.5% 0 1.5%;
	width: 22%;
} 
#interview-list .keyword-list .is-hide {
	display: none;
} 
	#interview-list .keyword-list a.linkbox .pht {
		border-radius: 15px;
		position: relative;
	}
		#interview-list .keyword-list a.linkbox .pht .career {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100px;
			height: 30px;
			background: #DB0012;
			border-radius:  0 0 8px 0;
			font-size: 1.3rem;
			font-weight: 700;
			line-height: 1;
			letter-spacing: 0;
			text-align: center;
			color: #fff;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
		}

	#interview-list .keyword-list a.linkbox .text {
		position: relative;
	}
		#interview-list .keyword-list a.linkbox .text .head {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 80px;
			height: 26px;
			border-radius: 13px;
			font-size: 1.3rem;
			font-weight: 700;
			letter-spacing: 0;
			line-height: 1;
			text-align: center;
			color: #fff;
			position: absolute;
			top: -13px;
			left: 50%;
			margin-left: -40px;
		}
		#interview-list .keyword-list a.linkbox .text.blue01 .head {
			background: #0B318F;
		}
		#interview-list .keyword-list a.linkbox .text.blue02 .head {
			background: #0071BC;
		}
		#interview-list .keyword-list a.linkbox .text.blue03 .head {
			background: #29ABE2;
		}
		#interview-list .keyword-list a.linkbox .text.green01 .head {
			background: #00A99D;
		}
		#interview-list .keyword-list a.linkbox .text.green02 .head {
			background: #00A947;
		}
		#interview-list .keyword-list a.linkbox .text.yellow .head {
			background: #F4A016;
		}
		#interview-list .keyword-list a.linkbox .text.orange .head {
			background: #EC652B;
		}

		#interview-list .keyword-list a.linkbox .text h3 {
			font-size: 1.8rem;
			line-height: 1.3em;
			margin-bottom: 6px;
			padding-top: 22px;
		}
		#interview-list .keyword-list a.linkbox .text.blue01 h3 {
			color: #0B318F;
		}
		#interview-list .keyword-list a.linkbox .text.blue02 h3 {
			color: #0071BC;
		}
		#interview-list .keyword-list a.linkbox .text.blue03 h3 {
			color: #29ABE2;
		}
		#interview-list .keyword-list a.linkbox .text.green01 h3 {
			color: #00A99D;
		}
		#interview-list .keyword-list a.linkbox .text.green02 h3 {
			color: #00A947;
		}
		#interview-list .keyword-list a.linkbox .text.yellow h3 {
			color: #F4A016;
		}
		#interview-list .keyword-list a.linkbox .text.orange h3 {
			color: #EC652B;
		}

		#interview-list .keyword-list a.linkbox .text .job {
			font-size: 1.3rem;
			line-height: 1.6em;
			letter-spacing: 0;
			color: #151515;
		}


	
	
/* beginning
--------------------- */
#beginning .txt {
	margin-bottom: 40px;
}

#beginning .anchor li {
	width: 32%;
}
	#beginning .anchor li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.3em;
		text-align: center;
		box-sizing: border-box;
	}
	#beginning .anchor li:nth-child(1) a {
		border: solid 2px #C7D0E5;
		background: url("../img/job/icon_arrow_bottom_blue.svg") no-repeat right 15px center;
	}
	#beginning .anchor li:nth-child(2) a {
		border: solid 2px #FBE2B9;
		background: url("../img/job/icon_arrow_bottom_yellow.svg") no-repeat right 15px center;
	}
	#beginning .anchor li:nth-child(3) a {
		border: solid 2px #FBDBCD;
		background: url("../img/job/icon_arrow_bottom_orange.svg") no-repeat right 15px center;
	}
	#beginning .anchor li:nth-child(1) a:hover {
		color: #0B3384;
	}
	#beginning .anchor li:nth-child(2) a:hover {
		color: #F4A016;
	}
	#beginning .anchor li:nth-child(3) a:hover {
		color: #EC652B;
	}


	
	
/* job
--------------------- */
.job .range {
	background: #F8F9FC;
	border-radius: 15px;
	margin-top: 45px;
	margin-bottom: 30px;
	padding: 50px;
	position: relative;
}
	.job .range h3 {
		width: 100%;
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		position: absolute;
		top: -15px;
		left: 0;
	}


.job .list {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.job .list .box {
		width: 48%;
		margin-right: 4%;
		margin-top: 55px;
		background: #fff;
		border-radius: 15px;
		border: solid 3px #F2F2F2;
		padding: 30px 40px 40px 40px;
		position: relative;
	}
	.job .list .box:nth-child(1),
	.job .list .box:nth-child(2) {
		margin-top: 35px;
	}
	.job .list .box:nth-child(2n) {
		margin-right: 0;
	}

		.job .list .box h3 {
			width: 100%;
			text-align: center;
			position: absolute;
			top: -16px;
			left: 0;
		}
			.job .list .box h3 span {
				display: inline-block;
				height: 30px;
				font-size: 2.0rem;
				line-height: 30px;
				font-weight: 500;
				padding: 0 8px;
				color: #fff;
			}

		.job .list .box ul.tag {
			display: flex;
			justify-content: center;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
			.job .list .box ul.tag li {
				font-size: 1.3rem;
				font-weight: 500;
				border-radius: 4px;
				letter-spacing: 0;
				margin-right: 5px;
				padding: 2px 6px;
				margin-top: 5px;
				background: #F7F7F7;
			}

		.job .list .box .txt {
			font-size: 1.4rem;
			letter-spacing: 0.02em;
			line-height: 1.7em;
			margin: 20px 0;
		}
		.job .list .box .txt.mb0 {
			margin-bottom: 0;
		}

		.job .list .box dl.work {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			background: #F7F7F7;
			padding: 10px 0;
			border-radius: 8px;
			margin-bottom: 25px;
		}
			.job .list .box dl.work dt {
				width: 90px;
				font-size: 1.4rem;
				font-weight: 500;
				text-align: center;
			}
			.job .list .box dl.work dd {
				border-left: solid 1px #ddd;
				font-size: 1.4rem;
				padding-left: 15px;
				padding-right: 10px;
				line-height: 1.4em;
				letter-spacing: 0.02em;
			}

		.job .list .box h4 {
			font-size: 1.8rem;
			font-weight: 500;
			line-height: 1.2em;
			text-align: center;
		}

		.job .list .box ul.people-list {
			display: flex;
			justify-content: center;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
			.job .list .box ul.people-list li {
				max-width: 130px;
				margin-top: 12px;
				margin-right: 10px;
				text-align: center;
			}
			.job .list .box ul.people-list li:nth-last-child(1) {
				margin-right: 0;
			}
				.job .list .box ul.people-list li a {
					display: block;
				}
					.job .list .box ul.people-list li a .pht {
						position: relative;
						overflow: hidden;
						border-radius: 8px;
					}
					.job .list .box ul.people-list li a .pht:before {
						content: "";
						width: 20px;
						height: 20px;
						position: absolute;
						bottom: 0;
						right: 0;
						background: url("../img/job/icon_link_arrow.svg") no-repeat center;
						z-index: 2;
					}
						.job .list .box ul.people-list li a .pht img {
							width: 100%;
							height: auto;
						}
					.job .list .box ul.people-list li a .join {
						margin-top: 8px;
						font-size: 1.1rem;
						letter-spacing: 0.02em;
						line-height: 1.2em;
					}

		.job .list .box a.bnr-project {
			display: block;
			max-width: 270px;
			margin: 20px auto 0 auto;
		}
		.job .list .box a.bnr-project:hover {
			opacity: 0.7;
		}

	.job .list .box-last {
		width: 48%;
	}
		.job .list .box-last .box {
			width: 100%;
			margin-right: 0;
			margin-top: 55px;
			padding: 30px 40px 30px 40px;
		}
		.job .list .box-last .box:nth-last-child(1) {
			margin-top: 35px;
		}
			.job .list .box-last .box .txt {
				font-size: 1.4rem;
				margin: 20px 0 0 0;
			}


.job .list .blue01-box h3 span {
	background: #0B318F;
}
.job .list .blue01-box dl.work dt {
	color: #0B318F;
}
.job .list .blue01-box h4 {
	color: #0B318F;
}
.job .list .blue01-box ul.tag li {
	color: #0B318F;
}


.job .list .blue02-box h3 span {
	background: #0071BC;
}
.job .list .blue02-box dl.work dt {
	color: #0071BC;
}
.job .list .blue02-box h4 {
	color: #0071BC;
}
.job .list .blue02-box ul.tag li {
	color: #0071BC;
}


.job .list .blue03-box h3 span {
	background: #29ABE2;
}
.job .list .blue03-box dl.work dt {
	color: #29ABE2;
}
.job .list .blue03-box h4 {
	color: #29ABE2;
}
.job .list .blue03-box ul.tag li {
	color: #29ABE2;
}


.job .list .green01-box h3 span {
	background: #00A99D;
}
.job .list .green01-box dl.work dt {
	color: #00A99D;
}
.job .list .green01-box h4 {
	color: #00A99D;
}
.job .list .green01-box ul.tag li {
	color: #00A99D;
}


.job .list .green02-box h3 span {
	background: #00A947;
}
.job .list .green02-box dl.work dt {
	color: #00A947;
}
.job .list .green02-box h4 {
	color: #00A947;
}
.job .list .green02-box ul.tag li {
	color: #00A947;
}


.job .list .yellow-box h3 span {
	background: #F4A016;
}
.job .list .yellow-box dl.work dt {
	color: #F4A016;
}
.job .list .yellow-box h4 {
	color: #F4A016;
}
.job .list .yellow-box ul.tag li {
	color: #F4A016;
}


.job .list .orange-box h3 span {
	background: #EC652B;
}
.job .list .orange-box dl.work dt {
	color: #EC652B;
}
.job .list .orange-box h4 {
	color: #EC652B;
}
.job .list .orange-box ul.tag li {
	color: #EC652B;
}





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


	
	
/* pagetitle-interview
--------------------- */
#pagetitle-interview .pht {
	width: 60%;
}
	
#pagetitle-interview .breadcrumb {
	left: 7%;
}




}





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


	
	
/* pagetitle-interview
--------------------- */
#pagetitle-interview:before {
	height: 40px;
}
	#pagetitle-interview .pht {
		width: 50%;
		height: 380px;
	}
		#pagetitle-interview .pht img {
			object-position: 80% 50%;
		}


	#pagetitle-interview .inner {
		height: 480px;
	}
		#pagetitle-interview .text {
			padding-top: 120px;
		}
			#pagetitle-interview .text .head {
				font-size: 1.2rem;
				margin-bottom: 15px;
			}

			#pagetitle-interview .text h1 {
				font-size: 2.8rem;
				line-height: 1.8em;
			}

			#pagetitle-interview .text .job {
				font-size: 1.4rem;
			}

		#pagetitle-interview .breadcrumb {
			font-size: 1.2rem;
		}


	
	
/* career
--------------------- */
#career .bgbox {
	border-radius: 10px;
	padding: 10px 30px;
}
	#career .bgbox dl {
		padding: 25px 0;
	}
		#career .bgbox dl dt {
			width: 110px;
			font-size: 1.5rem;
		}

		#career .bgbox dl dd {
			width: -webkit-calc(100% - 110px);
			width: calc(100% - 110px);
			font-size: 1.4rem;
			line-height: 1.5em;
		}


	
	
/* interview
--------------------- */
#interview .area {
	margin-bottom: 90px;
}
	#interview .area.full .text {
		margin: 0 auto 30px auto;
	}
		#interview .area .text .head {
			font-size: 1.2rem;
		}

		#interview .area .text h2 {
			font-size: 2.4rem;
		}

		#interview .area .text .txt {
			font-size: 1.4rem;
			line-height: 1.7em;
		}


	#interview .area .pht {
		border-radius: 10px;
	}


	
	
/* realization
--------------------- */
#realization {
	padding: 60px 0;
}
	#realization img {
		width: 180px;
		top: -130px;
		margin-left: 80px;
	}

	#realization .en {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

	#realization h2 {
		font-size: 2.4rem;
	}

	#realization .txt {
			font-size: 1.4rem;
			line-height: 1.7em;
	}


	
	
/* schedule
--------------------- */
#schedule {
	border-radius: 0 0 60px 60px;
	padding: 60px 0;
}
	#schedule .ttl {
		width: 120px;
	}
		#schedule .ttl .en {
			font-size: 1.2rem;
		}
		#schedule .ttl h2 {
			font-size: 2.4rem;
		}

	#schedule .list {
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
	}
		#schedule .list dl {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			background: #fff;
			border-radius: 10px;
			padding: 10px 0;
			margin-bottom: 10px;
		}
		#schedule .list dl:nth-last-child(1) {
			margin-bottom: 0;
		}
			#schedule .list dl dt {
				width: 80px;
				font-size: 1.6rem;
			}
			#schedule .list dl dd {
				width: -webkit-calc(100% - 80px);
				width: calc(100% - 80px);
				font-size: 1.4rem;
			}


	
	
/* other
--------------------- */
#other {
	padding: 80px 0;
}
	#other h2 {
		font-size: 2.4rem;
	}

	#other .swiper-container {
		padding: 0 0 30px 0;
	}
		#other .swiper-container a.linkbox .pht .career {
			width: 90px;
			height: 28px;
			border-radius:  0 0 8px 0;
			font-size: 1.2rem;
		}
	
		#other .swiper-container a.linkbox .text .head {
			height: 24px;
			border-radius: 12px;
			font-size: 1.2rem;
			top: -12px;
		}

			#other .swiper-container a.linkbox .text h3 {
				font-size: 1.6rem;
			}

			#other .swiper-container a.linkbox .text .job {
				font-size: 1.2rem;
			}


		#other .swiper-container .swiper-pagination .swiper-pagination-bullet {
			width: 6px;
			height: 6px;
			border-radius: 3px;
		}
		#other .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
			width: 18px;
		}


	
	
/* interview-list
--------------------- */
#interview-list .cell {
	padding: 12px 0;
}
	#interview-list .cell .head {
		width: 90px;
		font-size: 1.5rem;
		padding-left: 10px;
	}

	#interview-list .cell ul.keyword-box {
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
	}
		#interview-list .cell ul.keyword-box li label.keyword_tag {
			border-radius: 6px;
			font-size: 1.3rem;
			letter-spacing: 0;
		}

#interview-list .keyword-list {
	margin-top: 10px;
} 
#interview-list .keyword-list a.linkbox {
	margin: 25px 1.5% 0 1.5%;
	width: 30.3%;
} 
	#interview-list .keyword-list a.linkbox .pht .career {
		width: 90px;
		height: 28px;
		border-radius:  0 0 8px 0;
		font-size: 1.2rem;
	}
	
	#interview-list .keyword-list a.linkbox .text .head {
		height: 24px;
		border-radius: 12px;
		font-size: 1.2rem;
		top: -12px;
	}

	#interview-list .keyword-list a.linkbox .text h3 {
		font-size: 1.6rem;
	}

	#interview-list .keyword-list a.linkbox .text .job {
		font-size: 1.2rem;
	}


	
	
/* beginning
--------------------- */
#beginning .txt {
	margin-bottom: 30px;
}

#beginning .anchor li a {
	font-size: 1.5rem;
}


	
	
/* job
--------------------- */
.job .range {
	border-radius: 10px;
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 30px;
}
	.job .range h3 {
		font-size: 2.2rem;
		top: -14px;
	}


.job .list .box {
	margin-top: 45px;
	border-radius: 10px;
	padding: 25px 25px 25px 25px;
}
.job .list .box:nth-child(1),
.job .list .box:nth-child(2) {
	margin-top: 15px;
}
	.job .list .box h3 {
		top: -17px;
	}
		.job .list .box h3 span {
			height: 28px;
			font-size: 1.8rem;
			line-height: 27px;
		}

	.job .list .box ul.tag li {
		font-size: 1.1rem;
	}

	.job .list .box .txt {
		font-size: 1.3rem;
		letter-spacing: 0.02em;
		line-height: 1.6em;
		margin: 15px 0;
	}

	.job .list .box dl.work {
		border-radius: 6px;
		margin-bottom: 20px;
	}
		.job .list .box dl.work dt {
			width: 80px;
		}
		.job .list .box dl.work dd {
			font-size: 1.2rem;
			padding-left: 10px;
			padding-right: 5px;
			letter-spacing: 0;
		}

	.job .list .box h4 {
		font-size: 1.6rem;
	}

	.job .list .box ul.people-list li {
		max-width: 130px;
		width: 48%;
		margin-top: 10px;
		margin-right: 4%;
	}
		.job .list .box ul.people-list li a .join {
			font-size: 1.0rem;
			letter-spacing: 0;
		}

.job .list .box-last {
	width: 48%;
}
	.job .list .box-last .box {
		margin-top: 45px;
		padding: 25px 25px 25px 25px;
	}
	.job .list .box-last .box:nth-last-child(1) {
		margin-top: 40px;
	}
		.job .list .box-last .box .txt {
			font-size: 1.3rem;
			letter-spacing: 0.02em;
			line-height: 1.6em;
			margin: 15px 0 0 0;
		}




}





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


	
	
/* pagetitle-interview
--------------------- */
#pagetitle-interview {
	padding-top: 60px;
}
#pagetitle-interview:before {
	height: 30px;
}
	#pagetitle-interview .pht {
		width: 100%;
		height: 100%;
		border-radius: 0;
		aspect-ratio: 4 / 3;
		position: static;
	}


	#pagetitle-interview .inner {
		height: auto;
		padding: 0;
	}
		#pagetitle-interview .text {
			padding-top: 0;
			padding-bottom: 60px;
		}
			#pagetitle-interview .text .head {
				font-size: 1.4rem;
				font-weight: 700;
				line-height: 1;
				margin-bottom: 20px;
				display: none;
			}

			#pagetitle-interview .text h1 {
				font-size: 1.8rem;
				line-height: 2.1em;
				letter-spacing: 0;
				margin-top: -58px;
			}
				#pagetitle-interview .text h1 span {
					padding: 7px 5px 7px 7px;
				}

			#pagetitle-interview .text .job {
				font-size: 1.4rem;
				padding: 0 7%;
			}

		#pagetitle-interview .breadcrumb {
		}


	
	
/* career
--------------------- */
#career .bgbox {
	border-radius: 10px;
	padding: 6px 25px;
}
	#career .bgbox h2 {
		font-size: 1.8rem;
		top: -10px;
	}
	
	#career .bgbox dl {
		display: block;
		padding: 18px 0;
	}
		#career .bgbox dl dt {
			width: 100%;
			font-size: 1.4rem;
			margin-bottom: 5px;
		}

		#career .bgbox dl dd {
			width: 100%;
			font-size: 1.3rem;
		}


	
	
/* interview
--------------------- */
#interview .area {
	display: block !important;
	margin-bottom: 60px;
}
	#interview .area.text-pht .text {
		width: 100%;
		margin-bottom: 25px;
	}
	#interview .area.full .text {
		margin: 0 auto 40px auto;
	}
		#interview .area .text .head {
			font-size: 1.2rem;
		}

		#interview .area .text h2 {
			font-size: 2.0rem;
			margin-bottom: 12px;
			letter-spacing: 0;
		}


	#interview .area.text-pht .pht {
		width: 100%;
		aspect-ratio: 4 / 3;
	}
	#interview .area.full .pht {
		width: 116.5%;
		margin-left: -8.5%;
		border-radius: 0;
	}


	
	
/* realization
--------------------- */
#realization {
	padding: 50px 0;
}
	#realization img {
		width: 130px;
		top: -95px;
		margin-left: 30px;
	}

	#realization .en {
		font-size: 1.5rem;
		margin-bottom: 12px;
	}

	#realization h2 {
		font-size: 2.0rem;
	}


	
	
/* schedule
--------------------- */
#schedule {
	border-radius: 0 0 40px 40px;
	padding: 50px 0;
}
	#schedule .ttl {
		width: 70px;
	}
		#schedule .ttl .en {
			font-size: 1.2rem;
		}
		#schedule .ttl h2 {
			font-size: 2.0rem;
			margin-left: 6px;
		}

	#schedule .list {
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
	}
		#schedule .list dl {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			background: #fff;
			border-radius: 10px;
			padding: 10px 0;
			margin-bottom: 10px;
		}
		#schedule .list dl:nth-last-child(1) {
			margin-bottom: 0;
		}
			#schedule .list dl dt {
				width: 70px;
				font-size: 1.5rem;
			}
			#schedule .list dl dd {
				width: -webkit-calc(100% - 70px);
				width: calc(100% - 70px);
				font-size: 1.3rem;
				padding-right: 12px;
			}


	
	
/* other
--------------------- */
#other {
	padding: 60px 0;
}
	#other h2 {
		font-size: 2.2rem;
	}

	#other .swiper-container a.linkbox .text .job {
		font-size: 1.1rem;
		letter-spacing: 0;
	}

	#other .swiper-container .swiper-pagination .swiper-pagination-bullet {
		width: 4px;
		height: 4px;
		border-radius: 3px;
		margin: 0 3px;
	}
	#other .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
		width: 12px;
	}


	#other .btn {
		margin: 20px auto 0 auto;
	}


	
	
/* interview-list
--------------------- */
#interview-list .cell {
	display: block;
	padding: 10px 0;
}
	#interview-list .cell .head {
		width: 100%;
		font-size: 1.4rem;
		padding-left: 0;
	}

	#interview-list .cell ul.keyword-box {
		width: 100%;
	}
		#interview-list .cell ul.keyword-box li {
			width: 23.5%;
			margin-top: 2%;
			margin-right: 2%;
		}
		#interview-list .cell ul.keyword-box li:nth-child(4n) {
			margin-right: 0;
		}
		#interview-list .cell ul.keyword-box.subspecies li {
			width: 49%;
		}
			#interview-list .cell ul.keyword-box li label.keyword_tag {
				border-radius: 6px;
				font-size: 1.0rem;
				letter-spacing: 0;
				padding: 0;
				height: 30px;
			}


	#interview-list .cell ul.search_close li {
		width: 100px;
	}
		#interview-list .cell ul.search_close li label.keyword_tag {
			height: 34px;
			font-size: 1.3rem;
		}
	
#interview-list .keyword-list {
	margin: 10px -3.5% 0 -3.5%;
} 
#interview-list .keyword-list a.linkbox {
	margin: 20px 2.5% 0 2.5%;
	width: 45%;
} 
	#interview-list .keyword-list a.linkbox .pht .career {
		width: 82px;
		height: 24px;
		border-radius:  0 0 6px 0;
		font-size: 1.1rem;
	}
	
	#interview-list .keyword-list a.linkbox .text .head {
		height: 24px;
		border-radius: 12px;
		font-size: 1.2rem;
		top: -12px;
	}

	#interview-list .keyword-list a.linkbox .text h3 {
		font-size: 1.6rem;
	}

	#interview-list .keyword-list a.linkbox .text .job {
		font-size: 1.2rem;
	}


	
	
/* beginning
--------------------- */
#beginning .txt {
	margin-bottom: 25px;
}

#beginning .anchor li a {
	font-size: 1.3rem;
	line-height: 1.1em;
}
	#beginning .anchor li:nth-child(1) a {
		border: solid 2px #C7D0E5;
		background: url("../img/job/icon_arrow_bottom_blue.svg") no-repeat right 8px center;
	}
	#beginning .anchor li:nth-child(2) a {
		border: solid 2px #FBE2B9;
		background: url("../img/job/icon_arrow_bottom_yellow.svg") no-repeat right 8px center;
	}
	#beginning .anchor li:nth-child(3) a {
		border: solid 2px #FBDBCD;
		background: url("../img/job/icon_arrow_bottom_orange.svg") no-repeat right 8px center;
	}


	
	
/* job
--------------------- */
.job .range {
	padding: 25px 0 0 0;
}
	.job .range h3 {
		font-size: 2.0rem;
		top: -12px;
	}
	
	.job .range img {
		width: 500px;
		padding: 0 20px 20px 20px;
	}


.job .list {
	display: block;
}
	.job .list .box {
		width: 100%;
		margin-right: 0;
		margin-top: 40px;
		padding: 25px 20px 25px 20px;
	}
	.job .list .box:nth-child(1),
	.job .list .box:nth-child(2) {
		margin-top: 40px;
	}
		.job .list .box ul.tag li {
			font-size: 1.0rem;
		}

	.job .list .box-last {
		width: 100%;
	}
		.job .list .box-last .box {
			margin-top: 40px;
			padding: 25px 20px 25px 20px;
		}
		.job .list .box-last .box:nth-last-child(1) {
			margin-top: 40px;
		}




}