@charset "UTF-8";
.interview-index main {
	padding: 100px 0 0;
}
.interview-index .intro-txt {
	padding: 0 0 80px;
}
.interview-index .intro-txt p {
	font-size: min(5vw, 48px);
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.09em;
}
.interview-index .intro-txt p span {
	font-size: min(5.6vw, 56px);
}
.interview-index .intro-txt p span.en-orange {
	color: var(--main-orange);
}
.interview-menu {
	width: 102%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	left: -1%;
	margin-bottom: 100px;
}
.interview-menu li {
	display: flex;
	flex-direction: column;
	width: 30.33%;
	margin: 0 1.5% 3%;
	position: relative;
}
.interview-menu li .bg {
	background: #1D443B;
}
.interview-menu li .txt {
	flex-grow: 1;
	position: relative;
	background: #F0EEEB;
	box-sizing: border-box;
	padding: 20px 20px 40px;
}
.interview-menu li .txt p:nth-of-type(1) {
	font-size: 28px;
	font-weight: 600;
}
.interview-menu li .txt p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6em;
}
@media screen and (max-width: 767px) {
	.interview-index main {
		padding: 50px 0 0;
	}
	.interview-index .intro-txt {
		padding: 0 0 40px;
	}
	.interview-index .intro-txt p {
		font-size: min(6vw, 48px);
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.09em;
	}
	.interview-index .intro-txt p span {
		font-size: min(6.6vw, 56px);
	}
	.interview-index .intro-txt p span.en-orange {
		color: var(--main-orange);
	}
	.interview-menu {
		width: 102%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		left: -1%;
		margin-bottom: 100px;
	}
	.interview-menu li {
		display: flex;
		flex-direction: column;
		width: 47%;
		margin: 0 1.5% 3%;
		position: relative;
	}
	.interview-menu li .txt {
		flex-grow: 1;
		position: relative;
		background: #F0EEEB;
		box-sizing: border-box;
		padding: 10px 20px 30px;
	}
	.interview-menu li .txt p:nth-of-type(1) {
		font-size: 22px;
		font-weight: 600;
	}
	.interview-menu li .txt p:nth-of-type(2) {
		font-size: 13px;
		font-weight: 600;
		line-height: 1.6em;
	}
}
@media screen and (max-width: 480px) {
	.interview-menu li {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0 0 4%;
		position: relative;
	}
	.interview-menu li .txt {
		flex-grow: 1;
		position: relative;
		background: #F0EEEB;
		box-sizing: border-box;
		padding: 10px 15px 20px;
	}
}
.interview-main {
	width: calc(100% - 32px);
	margin: 0 auto;
	position: relative;
}
.interview-main .bg img {
	object-fit: cover;
	min-height: 600px;
}
.interview-main .content {
	position: absolute;
	height: 100%;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.interview-main .profile {
	position: absolute;
	bottom: 120px;
	left: 0;
	background: rgba(255, 255, 255, 0.90);
	width: 350px;
	min-height: 240px;
	box-sizing: border-box;
	padding: 20px;
}
.interview-main .profile .ttl {
	font-size: 20px;
	font-weight: 600;
	color: var(--main-orange);
}
.interview-main .profile .ttl + p {
	position: relative;
	margin-bottom: 20px;
}
.interview-main .profile .ttl + p span {
	display: inline-block;
	color: #FFF;
	line-height: 1.8em;
	background: var(--main-color);
	padding: 0 25px;
}
.interview-main .profile .name {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6em;
	padding-bottom: 5px;
}
.interview-main .profile .name + p {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 600;
}
.skill-chart, .skill-chart-now {
	background: var(--main-color);
	width: calc(100% - 160px);
	margin: -80px auto 0px;
	position: relative;
	z-index: 2;
}
.skill-chart-now {
	background: #F0EEEB;
}
.skill-chart > .box, .skill-chart-now > .box {
	width: 90%;
	margin: 0 auto;
	padding: 60px 0;
	max-width: 920px;
}
.skill-chart > .box .txt, .skill-chart-now > .box .txt {
	width: 60%;
	position: relative;
}
.skill-chart > .box .txt .txt-placer, .skill-chart-now > .box .txt .txt-placer {
	position: relative;
	padding: 0 50px 0 0;
	top: 50%;
	transform: translateY(-50%);
}
.skill-chart > .box .txt .txt-placer p {
	color: #FFF;
}
.skill-chart > .box .txt .txt-placer p.ttl, .skill-chart-now > .box .txt .txt-placer p.ttl {
	color: var(--main-orange);
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 5px;
}
.skill-chart > .box .chart, .skill-chart-now > .box .chart {
	width: 40%;
}
.interview main {
	padding-bottom: 120px;
}
.interview main section {
	padding: 80px 0 0;
}
.interview h2 {
	color: var(--main-subcolor);
	font-size: 20px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
}
.interview h2 span {
	font-size: 32px;
	position: absolute;
	left: 0;
	top: 0;
}
.interview .cc {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.interview .skill-chart-now .cc {
	font-size: 20px;
}
.interview .insert-image01 {
	width: calc(100% - 160px);
	margin: 80px auto 0;
	position: relative;
}
.bottom-image {
	margin: 80px auto 0;
}
.bottom-image img {
	object-fit: cover;
	min-height: 400px;
}
@media screen and (max-width: 1400px) {
	.skill-chart, .skill-chart-now {
		width: calc(100% - 80px);
		margin: -80px auto 0px;
		position: relative;
		z-index: 2;
	}
	.interview .insert-image01 {
		width: calc(100% - 80px);
		margin: 80px auto 0;
		position: relative;
	}
}
@media screen and (max-width: 767px) {
	.interview-main {
		width: calc(100% - 16px);
		margin: 0 auto;
		position: relative;
	}
	.interview-main .bg img {
		object-fit: cover;
		min-height: 300px;
	}
	.interview-main .content {
		position: relative;
		height: 100%;
		width: 90%;
		z-index: 2;
		top: -50px;
		left: 0%;
		transform: translate(0%, 0%);
		margin-bottom: -20px;
	}
	.interview-main .profile {
		position: relative;
		bottom: auto;
		left: 0;
		background: rgba(255, 255, 255, 0.90);
		width: 100%;
		min-height: auto;
		box-sizing: border-box;
		padding: 20px;
	}
	.interview-main .profile .ttl {
		font-size: 20px;
		font-weight: 600;
		color: var(--main-orange);
	}
	.interview-main .profile .ttl + p {
		position: relative;
		margin-bottom: 20px;
	}
	.interview-main .profile .ttl + p span {
		display: inline-block;
		color: #FFF;
		line-height: 1.8em;
		background: var(--main-color);
		padding: 0 25px;
	}
	.interview-main .profile .name {
		font-size: 24px;
		font-weight: 600;
		line-height: 1.6em;
		padding-bottom: 5px;
	}
	.interview-main .profile .name + p {
		font-size: 14px;
		line-height: 1.4em;
		font-weight: 600;
	}
	.skill-chart, .skill-chart-now {
		background: var(--main-color);
		width: calc(90%);
		margin: 0px auto 0px;
		position: relative;
		z-index: 2;
	}
	.skill-chart-now {
		background: #F0EEEB;
	}
	.skill-chart > .box, .skill-chart-now > .box {
		width: 90%;
		margin: 0 auto;
		padding: 20px 0;
		max-width: 920px;
	}
	.skill-chart > .box .txt, .skill-chart-now > .box .txt {
		width: 100%;
		position: relative;
	}
	.skill-chart > .box .txt .txt-placer, .skill-chart-now > .box .txt .txt-placer {
		position: relative;
		padding: 0 0 0 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.skill-chart > .box .txt .txt-placer p {
		color: #FFF;
	}
	.skill-chart > .box .txt .txt-placer p.ttl, .skill-chart-now > .box .txt .txt-placer p.ttl {
		color: var(--main-orange);
		font-size: min(5vw, 20px);
		font-weight: 600;
		padding-bottom: 5px;
	}
	.skill-chart > .box .chart, .skill-chart-now > .box .chart {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		padding: 20px 0 0;
	}
	.interview main {
		padding-bottom: 80px;
	}
	.interview main section {
		padding: 60px 0 0;
	}
	.interview h2 {
		color: var(--main-subcolor);
		font-size: min(4vw, 20px);
		position: relative;
		padding-left: 28px;
		margin-bottom: 15px;
	}
	.interview h2 span {
		font-size: 24px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.interview .cc {
		font-size: min(5.5vw, 24px);
		font-weight: 600;
		line-height: 1.6em;
		margin-bottom: 20px;
	}
	.interview .insert-image01 {
		width: calc(100%);
		margin: 60px auto 0;
		position: relative;
	}
	.interview .insert-image01 img {
		object-fit: cover;
		min-height: 180px;
	}
	.bottom-image {
		margin: 60px auto 0;
	}
	.bottom-image img {
		object-fit: cover;
		min-height: 220px;
	}
}