@charset "UTF-8";
/**
 * レスポンシブ時に、PCのみに適用させる。
 * @include pc{}
 */
/**
 * レスポンシブ時に、SPのみに適用させる。
 * @include sp{}
 */
@media only screen and (min-width: 769px) {
	.cont_block {
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 768px) {
	.cont_block {
		margin-top: 4vw !important;
	}
}

@media only screen and (min-width: 769px) {
	.SP {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.SP {
		display: block;
	}
}

@media only screen and (min-width: 769px) {
	.PC {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.PC {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.interview.interview01 .cont_head .profile_block {
		background-color: #2e7ec2;
	}
}

.interview.interview01 .cont_head .profile_block .text_box {
	background-color: rgba(46, 126, 194, 0.5);
}

@media only screen and (max-width: 768px) {
	.interview.interview02 .cont_head .profile_block {
		background-color: #61a60e;
	}
}

.interview.interview02 .cont_head .profile_block .text_box {
	background-color: rgba(97, 166, 14, 0.5);
}

@media only screen and (max-width: 768px) {
	.interview.interview03 .cont_head .profile_block {
		background-color: #c59353;
	}
}

.interview.interview03 .cont_head .profile_block .text_box {
	background-color: rgba(197, 147, 83, 0.5);
}

@media only screen and (max-width: 768px) {
	.interview.interview04 .cont_head .profile_block {
		background-color: #a9405b;
	}
}

.interview.interview04 .cont_head .profile_block .text_box {
	background-color: rgba(169, 64, 91, 0.7);
}

@media only screen and (max-width: 768px) {
	.interview.interview05 .cont_head .profile_block {
		background-color: #529f8c;
	}
}

.interview.interview05 .cont_head .profile_block .text_box {
	background-color: rgba(82, 159, 140, 0.7);
}

@media only screen and (max-width: 768px) {
	.interview.interview06 .cont_head .profile_block {
		background-color: #bcb65e;
	}
}

.interview.interview06 .cont_head .profile_block .text_box {
	background-color: rgba(188, 182, 94, 0.7);
}

@media only screen and (max-width: 768px) {
	.interview.interview07 .cont_head .profile_block {
		background-color: #9474cd;
	}
}

.interview.interview07 .cont_head .profile_block .text_box {
	background-color: rgba(148, 116, 205, 0.7);
}

@media only screen and (max-width: 768px) {
	.interview.interview08 .cont_head .profile_block {
		background-color: #af411e;
	}
}

.interview.interview08 .cont_head .profile_block .text_box {
	background-color: rgba(175, 65, 30, 0.63);
}

@media only screen and (max-width: 768px) {
	.interview.interview09 .cont_head .profile_block {
		background-color: #5fafbe;
	}
}

.interview.interview09 .cont_head .profile_block .text_box {
	background-color: rgba(95, 175, 190, 0.71);
}

.interview.text-left .cont_head .profile_block .text_box {
	left: 0;
}

.interview.text-left .cont_head .profile_block .text_area > p.copy {
	letter-spacing: -0.01em;
}

@media only screen and (min-width: 769px) {
	.interview.text-left .cont_head .profile_block .text_area > p {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.interview.text-left .cont_head .profile_text .num_wrap {
		position: absolute;
		top: 0;
		left: 50%;
		width: 25%;
		transform: translateX(-100%);
		overflow: hidden;
		padding-top: 25%;
	}
}

.interview.text-left .cont_head .profile_text .num {
	width: 12.4em;
	position: absolute;
	top: -0.5em;
	right: -0.7em;
}

@media only screen and (max-width: 768px) {
	.interview.text-left .cont_head .profile_text .num {
		width: 7.5em;
	}
}

@media only screen and (max-width: 768px) {
	.interview.text-left .cont_head .profile_info .text {
		font-size: 0.95em;
	}
}

.interview.text-left .cont_head .name_en .name {
	height: 4.875em;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.interview.text-left .cont_head .name_en .name > img {
	width: auto;
	height: 100%;
}

@media only screen and (max-width: 768px) {
	.interview.text-left .cont_head .name_en .name {
		height: 2.875em;
	}
}

/*03*/
.interview.text-right .cont_head .profile_block .text_box {
	right: 0;
}

@media only screen and (min-width: 769px) {
	.interview.text-right .cont_head .profile_block .text_area > p {
		width: 100%;
	}
}

.interview.text-right .cont_head .profile_text {
	right: 0;
}

.interview.text-right .cont_head .profile_text .num {
	width: 12.4em;
	position: absolute;
	top: -1em;
	right: -0.4em;
}

@media only screen and (max-width: 768px) {
	.interview.text-right .cont_head .profile_text .num {
		width: 7.5em;
	}
}

@media only screen and (max-width: 768px) {
	.interview.text-right .cont_head .profile_info {
		right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.interview.text-right .cont_head .profile_info .text {
		font-size: 0.95em;
	}
}

.interview.text-right .cont_head .name_en .name {
	height: 4.875em;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.interview.text-right .cont_head .name_en .name > img {
	width: auto;
	height: 100%;
}

@media only screen and (max-width: 768px) {
	.interview.text-right .cont_head .name_en .name {
		height: 2.875em;
	}
}

#content {
	position: relative;
	width: auto;
}

#content .content_main {
	margin: auto auto 6rem;
}

/*# sourceMappingURL=_map/under.css.map */
