@charset "UTF-8";






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.pagetitle.people-pht {
	background: url("../img/people/pagetitle_pht_people.jpg") no-repeat center / cover;
}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* interview-box */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.interview-box {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 40px;
}
.interview-box:nth-child(3n) {
	margin-right: 0;
}
	.interview-box a {
		display: block;
		position: relative;
	}
		.interview-box a .job {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 110px;
			height: 26px;
			background: #CA4D3F;
			font-size: 12px;
			font-size: 0.75rem;
			text-align: center;
			color: #fff;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
		}

		.interview-box a .pht {
			overflow: hidden;
		}
			.interview-box a .pht img {
				-moz-transition: -moz-transform 0.2s linear;
				-webkit-transition: -webkit-transform 0.2s linear;
				-o-transition: -o-transform 0.2s linear;
				-ms-transition: -ms-transform 0.2s linear;
				transition: transform 0.2s linear;
			}
			.interview-box a:hover .pht img {
				-webkit-transform: scale(1.05);
				-moz-transform: scale(1.05);
				-o-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}

		.interview-box a h2 {
			font-size: 18px;
			font-size: 1.125rem;
			text-align: center;
			line-height: 1.4em;
			margin-top: 12px;
			margin-bottom: 12px;
		}

		.interview-box a .tag li {
			display: inline-block;
			height: 24px;
			font-size: 12px;
			font-size: 0.75rem;
			color: #CA4D3F;
			padding: 0 8px;
			line-height: 22px;
			text-align: center;
			border-radius: 12px;
			border: solid 1px #CA4D3F;
			margin-right: 8px;
			margin-bottom: 8px;
		}
		.interview-box a .tag li:nth-last-child(1) {
			margin-right: 0;
		}

		.interview-box a .join {
			font-size: 12px;
			font-size: 0.75rem;
			text-align: center;
			margin-top: 3px;
		}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* pagetitle_interview */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.pagetitle_interview {
	display: flex;
	justify-content: flex-start;
	align-items: end;
	width: 100%;
	height: -webkit-calc(100vh - 118px);
	height: calc(100vh - 118px);
	position: relative;
}
.pagetitle_interview.interview01 {
	background: url("../img/people/interview01/mainpht.jpg") no-repeat right center / cover;
}
.pagetitle_interview.interview02 {
	background: url("../img/people/interview02/mainpht.jpg") no-repeat right center / cover;
}
.pagetitle_interview.interview03 {
	background: url("../img/people/interview03/mainpht.jpg") no-repeat right center / cover;
}
.pagetitle_interview.interview04 {
	background: url("../img/people/interview04/mainpht.jpg") no-repeat right center / cover;
}
.pagetitle_interview.interview05 {
	background: url("../img/people/interview05/mainpht.jpg") no-repeat right center / cover;
}
	.pagetitle_interview .profile {
		width: 560px;
		padding: 70px 40px 40px 40px;
		background: #CA4D3F;
		position: relative;
	}
		.pagetitle_interview .profile h1 {
			font-size: 38px;
			font-size: 2.375rem;
			color: #CA4D3F;
			line-height: 1.4em;
			position: absolute;
			top: -186px;
			left: 40px;
		}
		.pagetitle_interview.interview01 .profile h1 {
			top: -134px;
		}
			.pagetitle_interview .profile h1 span {
				background: #fff;
				padding: 4px;
			}

		.pagetitle_interview .profile .tag li {
			display: inline-block;
			height: 24px;
			font-size: 12px;
			font-size: 0.75rem;
			color: #fff;
			padding: 0 8px;
			line-height: 22px;
			text-align: center;
			border-radius: 12px;
			border: solid 1px #fff;
			margin-right: 8px;
			margin-bottom: 8px;
		}
		.pagetitle_interview .profile a .tag li:nth-last-child(1) {
			margin-right: 0;
		}

		.pagetitle_interview .profile .job {
			display: inline-block;
			background: #fff;
			height: 24px;
			font-size: 14px;
			font-size: 0.875rem;
			font-weight: 700;
			color: #CA4D3F;
			padding: 0 8px;
			line-height: 24px;
			text-align: center;
			margin-top: 12px;
		}

		.pagetitle_interview .profile .join {
			font-size: 14px;
			font-size: 0.875rem;
			color: #fff;
			margin-top: 15px;
		}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* career */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.career {
	background: #fff;
	padding: 40px 10%;
}
	.career h2 {
		font-size: 22px;
		font-size: 1.375rem;
		text-align: center;
		text-align: center;
	}

	.career .career-box {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		margin-top: 12px;
	}
		.career .career-box dt {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 150px;
			background: #CA4D3F;
			font-size: 16px;
			font-size: 1rem;
			text-align: center;
			color: #fff;
		}
		.career .career-box dd {
			width: -webkit-calc(100% - 150px);
			width: calc(100% - 150px);
			padding: 20px;
			background: #FAFAFA;
			font-size: 14px;
			font-size: 0.875rem;
			margin-inline-start: 0;
		}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* interview-cell */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.interview-cell {
	padding: 100px 10% 0 10%;
}
	.interview-cell .head {
		margin-bottom: 20px;
	}
		.interview-cell .head .number {
			display: inline-block;
			height: 26px;
			background: #CA4D3F;
			padding: 0 8px;
			font-size: 12px;
			font-size: 0.75rem;
			color: #FFF;
			line-height: 26px;
			margin-bottom: 8px;
		}

		.interview-cell .head h2 {
			font-size: 32px;
			font-size: 2rem;
			line-height: 1.4em;
		}


	.interview-cell .txt {
		line-height: 2em;
	}


	.interview-cell .text {
		width: 47%;
		margin-left: 6%;
		padding-bottom: 50px;
	}

	.interview-cell .pht {
		width: 47%;
	}
		.interview-cell .pht img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		#interview01 .interview-cell .pht img {
			object-position: 70% center;
		}


.flexbox {
	width: 100%;
	padding: 100px 10% 0 10%;
}
	.flexbox .interview-cell {
		width: 47%;
		padding: 0;
		margin-right: 6%;
	}
	.flexbox .interview-cell:nth-child(2n) {
		margin-right: 0;
	}

	.flexbox .pht_full {
		width: 100%;
		margin-top: 50px;
	}


.message-cell {
	padding: 100px 10% 0 10%;
}
	.message-cell .text {
		width: 50%;
		padding-bottom: 10%;
	}
		.message-cell .text h2 {
			font-size: 32px;
			font-size: 2rem;
			line-height: 1.4em;
			color: #CA4D3F;
			margin-bottom: 20px;
		}

		.message-cell .text .txt {
			line-height: 2em;
		}

	.message-cell .pht {
		width: 44%;
	}
		.message-cell .pht img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}


.offtime-cell {
	padding: 100px 10% 100px 10%;
}
	.offtime-cell .text {
		width: 50%;
		margin-left: 6%;
	}
		.offtime-cell .text h2 {
			font-size: 32px;
			font-size: 2rem;
			line-height: 1.4em;
			color: #CA4D3F;
			margin-bottom: 20px;
		}

		.offtime-cell .text .txt {
			line-height: 2em;
		}

	.offtime-cell .pht {
		width: 44%;
	}


.schedule-cell {
	padding: 100px 0;
	background: #fff;
	overflow: hidden;
}
	.schedule-cell h2 {
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.4em;
		color: #CA4D3F;
		text-align: center;
		margin-bottom: 40px;
	}


	.schedule-cell .swiper-container {
		padding: 0 10% 40px 10%;
		position: relative;
	}
	.schedule-cell .swiper-container:before {
		content: "";
		width: 100%;
		height: 1px;
		background: #DDDDDD;
		position: absolute;
		top: 28px;
		left: 0;
	}
		.schedule-cell .swiper-container .swiper-slide {
			text-align: center;
			height: auto;
		}
			.schedule-cell .swiper-container .swiper-slide dt {
				font-size: 12px;
				font-size: 0.75rem;
				font-weight: 500;
				color: #CA4D3F;
				padding-bottom: 15px;
				margin-bottom: 12px;
				position: relative;
			}
				.schedule-cell .swiper-container .swiper-slide dt:before {
					content: "";
					width: 12px;
					height: 12px;
					border-radius: 50%;
					background: #CA4D3F;
					position: absolute;
					bottom: 0;
					left: 50%;
					margin-left: -6px;
				}

			.schedule-cell .swiper-container .swiper-slide dd {
				background: #FFE2DE;
				padding: 10px;
				font-size: 12px;
				font-size: 0.75rem;
				line-height: 1.4em;
				margin-inline-start: 0;
				position: relative;
			}
			.schedule-cell .swiper-container .swiper-slide dd:before {
				content: "";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 5px 6px 5px;
				border-color: transparent transparent #ffe2de transparent;
				position: absolute;
				top: -6px;
				left: 50%;
				margin-left: -5px;
			}

		.schedule-cell .swiper-container .swiper-pagination {
			bottom: 0;
		}
			.schedule-cell .swiper-container .swiper-pagination .swiper-pagination-bullet {
				opacity: 1;
				background: #e6e6e6;
			}
			.schedule-cell .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
				background: #dc4a26;
			}




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




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* interview-cell */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.interview-cell {
	padding: 100px 7% 0 7%;
}


.flexbox {
	padding: 100px 7% 0 7%;
}


.message-cell {
	padding: 100px 7% 0 7%;
}


.offtime-cell {
	padding: 100px 7% 100px 7%;
}


.schedule-cell .swiper-container {
	padding: 0 7% 40px 7%;
}
	
	
}




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






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* interview-box */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.interview-box {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}
.interview-box:nth-child(3n) {
	margin-right: 4%;
}
.interview-box:nth-child(2n) {
	margin-right: 0;
}
	.interview-box a .job {
		width: 100px;
		font-size: 11px;
		font-size: 0.6875rem;
	}


	.interview-box a h2 {
		font-size: 16px;
		font-size: 1rem;
	}

	.interview-box a .tag li {
		height: 22px;
		font-size: 11px;
		font-size: 0.6875rem;
		color: #CA4D3F;
		padding: 0 8px;
		line-height: 20px;
		border-radius: 11px;
	}
	.interview-box a .tag li:nth-last-child(1) {
		margin-right: 0;
	}

	.interview-box a .join {
		font-size: 11px;
		font-size: 0.6875rem;
	}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* pagetitle_interview */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.pagetitle_interview {
	height: -webkit-calc(100vh - 64px);
	height: calc(100vh - 64px);
}
.pagetitle_interview.interview01 {
	background: url("../img/people/interview01/mainpht.jpg") no-repeat right center / cover;
}
	.pagetitle_interview .profile {
		width: 60%;
		padding: 55px 25px 25px 25px;
	}
		.pagetitle_interview .profile h1 {
			font-size: 30px;
			font-size: 1.875rem;
			line-height: 1.5em;
			top: -157px;
			left: 25px;
		}
		.pagetitle_interview.interview01 .profile h1 {
			top: -112px;
		}

		.pagetitle_interview .profile .tag li {
			font-size: 11px;
			font-size: 0.6875rem;
		}
		.pagetitle_interview .profile a .tag li:nth-last-child(1) {
			margin-right: 0;
		}

		.pagetitle_interview .profile .job {
			font-size: 13px;
			font-size: 0.8125rem;
		}

		.pagetitle_interview .profile .join {
			font-size: 13px;
			font-size: 0.8125rem;
		}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* career */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.career {
	padding: 25px;
}
	.career h2 {
		font-size: 18px;
		font-size: 1.125rem;
	}
	
	.career .career-box {
		margin-top: 10px;
	}
		.career .career-box dt {
			font-size: 14px;
			font-size: 0.875rem;
		}
		.career .career-box dd {
			font-size: 13px;
			font-size: 0.8125rem;
		}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* interview-cell */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.interview-cell {
	padding: 70px 7% 0 7%;
}
	.interview-cell .head {
		margin-bottom: 15px;
	}
		.interview-cell .head .number {
			height: 24px;
			font-size: 11px;
			font-size: 0.6875rem;
			line-height: 24px;
		}

		.interview-cell .head h2 {
			font-size: 26px;
			font-size: 1.625rem;
		}


	.interview-cell .txt {
		line-height: 1.8em;
	}


	.interview-cell .text {
		padding-bottom: 0;
	}


.flexbox {
	padding: 70px 7% 0 7%;
}


.message-cell {
	padding: 70px 7% 0 7%;
}
	.message-cell .text {
		padding-bottom: 50px;
	}
		.message-cell .text h2 {
			font-size: 26px;
			font-size: 1.625rem;
			margin-bottom: 15px;
		}

		.message-cell .text .txt {
			line-height: 1.8em;
		}


.offtime-cell {
	padding: 70px 7% 70px 7%;
}
	.offtime-cell .text {
		padding-bottom: 30px;
	}
		.offtime-cell .text h2 {
			font-size: 26px;
			font-size: 1.625rem;
			margin-bottom: 15px;
		}

		.offtime-cell .text .txt {
			line-height: 1.8em;
		}


.schedule-cell {
	padding: 70px 0;
}
	.schedule-cell h2 {
		font-size: 26px;
		font-size: 1.625rem;
		margin-bottom: 15px;
	}
	
	


	


}






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






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* interview-box */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.interview-box {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
.interview-box:nth-child(3n) {
	margin-right: 0;
}
.interview-box:nth-child(2n) {
	margin-right: 0;
}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* pagetitle_interview */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.pagetitle_interview {
	margin-top: 50px;
	height: 500px;
	margin-bottom: 50px;
}
.pagetitle_interview.interview01 {
	background: url("../img/people/interview01/mainpht.jpg") no-repeat 82% center / cover;
}
.pagetitle_interview.interview02 {
	background: url("../img/people/interview02/mainpht.jpg") no-repeat 78% center / cover;
}
.pagetitle_interview.interview03 {
	background: url("../img/people/interview03/mainpht.jpg") no-repeat 83% center / cover;
}
.pagetitle_interview.interview04 {
	background: url("../img/people/interview04/mainpht.jpg") no-repeat 83% center / cover;
}
.pagetitle_interview.interview05 {
	background: url("../img/people/interview05/mainpht.jpg") no-repeat 78% center / cover;
}
	.pagetitle_interview .profile {
		width: 100%;
		padding: 45px 25px 25px 25px;
		margin-bottom: -50px;
	}
		.pagetitle_interview .profile h1 {
			font-size: 24px;
			font-size: 1.5rem;
			line-height: 1.5em;
			top: -127px;
			left: 25px;
		}
		.pagetitle_interview.interview01 .profile h1 {
			top: -92px;
		}

		.pagetitle_interview .profile .job {
			margin-top: 5px;
		}

		.pagetitle_interview .profile .join {
			margin-top: 10px;
		}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* career */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.career {
	display: block;
	padding: 25px;
}
	.career .career-box {
		display: block;
		margin-top: 10px;
	}
		.career .career-box dt {
			width: 100%;
			padding: 7px;
			line-height: 1.4em;
		}
		.career .career-box dd {
			width: 100%;
			padding: 15px;
		}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* interview-cell */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.interview-cell {
	display: block;
}
	.interview-cell .text {
		width: 100%;
		margin: 0;
	}

	.interview-cell .pht {
		margin-top: 20px;
		width: 100%;
	}
		.interview-cell .pht img {
			object-fit: revert;
			height: auto;
		}


.flexbox {
	display: block;
	padding: 0;
}
	.flexbox .interview-cell {
		width: 100%;
		padding: 70px 7% 0 7%;
	}

	.flexbox .pht_full {
		aspect-ratio: 6 / 4;
	}


.message-cell {
	display: block;
}
	.message-cell .text {
		width: 100%;
		padding-bottom: 20px;
	}
	

	.message-cell .pht {
		width: 100%;
	}
		.message-cell .pht img {
			object-fit: revert;
			height: auto;
		}


.offtime-cell {
	display: block;
}
	.offtime-cell .text {
		width: 100%;
		padding-bottom: 20px;
		margin: 0;
	}
	
	
	.offtime-cell .pht {
		width: 100%;
	}
	
	


	


}