@charset "UTF-8";

.p-interview-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	row-gap: 60px;
}
@media screen and (max-width: 46.875em) {
	.p-interview-list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		row-gap: 40px;
	}
}

@media print, screen and (min-width: 46.9375em) {
	.p-interview-list__item a:hover .p-interview-list__img img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-filter: blur(4px);
		filter: blur(4px);
	}
}

.p-interview-list__img {
	border-radius: 10px;
	overflow: hidden;
}
.p-interview-list__img img {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-filter 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-filter 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), filter 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), filter 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-filter 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.p-interview-list__txt {
	margin-top: 30px;
}
@media screen and (max-width: 46.875em) {
	.p-interview-list__txt {
		margin-top: 20px;
	}
}

.p-interview-list__labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.p-interview-list__labels li {
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 2rem;
	background-color: #fff;
	line-height: 1.4;
}
@media screen and (max-width: 46.875em) {
	.p-interview-list__labels li {
		font-size: 1.6rem;
	}
}

.p-interview-list__main {
	margin-top: 10px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
@media screen and (max-width: 46.875em) {
	.p-interview-list__main {
		gap: 5px;
	}
}

.p-interview-list__name {
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width: 46.875em) {
	.p-interview-list__name {
		font-size: 1.8rem;
	}
}

.p-interview-list__year {
	font-size: 2rem;
}
@media screen and (max-width: 46.875em) {
	.p-interview-list__year {
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

.p-interview-list__sub {
	font-size: 2rem;
	color: #fff;
}
@media screen and (max-width: 46.875em) {
	.p-interview-list__sub {
		font-size: 1.6rem;
	}
}

.p-page-header__inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.p-page-header__bg {
	width: 100%;
	height: 100%;
}

.p-main-img {
	display: block;
	width: 100%;
	height: auto;
}

.p-main-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 700px;
}

.p-page-header__bg {
	position: relative;
}

.p-header-ttl {
	position: absolute;
	border-radius: 9px;
}
@media print, screen and (min-width: 46.9375em) {
	.p-header-ttl {
		padding: 30px;
		bottom: 50px;
		left: 50px;
		background-color: rgba(255, 255, 255, 0.9);
	}
}
@media screen and (max-width: 46.875em) {
	.p-header-ttl {
		padding: 20px;
		bottom: 20px;
		left: 20px;
		right: 20px;
		background-color: rgba(255, 255, 255, 0.8);
	}
}

.p-header-ttl_job {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.p-header-ttl_job p {
	background-color: #e68432;
	color: #ffffff;
}
@media print, screen and (min-width: 46.9375em) {
	.p-header-ttl_job p {
		font-size: 1.6rem;
		line-height: 2.2;
		padding: 2px 20px;
		border-radius: 4px;
	}
}
@media screen and (max-width: 46.875em) {
	.p-header-ttl_job p {
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0;
		padding: 5px 20px;
		border-radius: 5px;
	}
}

.p-header-ttl__name {
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media print, screen and (min-width: 46.9375em) {
	.p-header-ttl__name {
		font-size: 3.4rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 46.875em) {
	.p-header-ttl__name {
		font-size: 2rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
}

.p-header-ttl__name span {
	font-weight: 400;
}
@media print, screen and (min-width: 46.9375em) {
	.p-header-ttl__name span {
		font-size: 2rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 46.875em) {
	.p-header-ttl__name span {
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

.p-header-ttl__place {
	line-height: 1.4;
}
@media print, screen and (min-width: 46.9375em) {
	.p-header-ttl__place {
		font-size: 2rem;
	}
}
@media screen and (max-width: 46.875em) {
	.p-header-ttl__place {
		font-size: 1.6rem;
	}
}

.p-profile {
	background-color: #d66a30;
}
@media print, screen and (min-width: 46.9375em) {
	.p-profile {
		padding: 80px 20px 100px;
	}
}
@media screen and (max-width: 46.875em) {
	.p-profile {
		padding: 40px 0;
	}
}

.p-ttl-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.p-profile-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #ffffff;
	font-weight: 700;
}
@media screen and (max-width: 46.875em) {
	.p-profile-ttl {
		margin-right: 60px;
	}
}

.p-profile-ttl__ja {
	line-height: 1.3;
	font-size: 2rem;
}

.p-interview {
	background-color: #e68432;
	color: #ffffff;
}
@media print, screen and (min-width: 46.9375em) {
	.p-interview {
		padding: 120px 20px 160px;
	}
}
@media screen and (max-width: 46.875em) {
	.p-interview {
		padding: 40px 0 80px;
	}
}

.p-interview__ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 2px solid;
	margin-bottom: 30px;
}
@media print, screen and (min-width: 46.9375em) {
	.p-interview__ttl {
		gap: 14px;
		padding-bottom: 14px;
	}
}
@media screen and (max-width: 46.875em) {
	.p-interview__ttl {
		gap: 15px;
		padding-bottom: 14px;
	}
}

@media print, screen and (min-width: 46.9375em) {
	.p-interview__item {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 46.875em) {
	.p-interview__item {
		margin-bottom: 40px;
	}
}

.p-interview__ttl p,
.p-interview__ttl h3 {
	font-weight: 600;
}
@media print, screen and (min-width: 46.9375em) {
	.p-interview__ttl p,
	.p-interview__ttl h3 {
		font-size: 3.4rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 46.875em) {
	.p-interview__ttl p,
	.p-interview__ttl h3 {
		font-size: 2rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
}

@media print, screen and (min-width: 46.9375em) {
	.p-interview__txt {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 46.875em) {
	.p-interview__txt {
		margin-bottom: 30px;
	}
}