@charset "utf-8";

/* -------------------------------------------------- */

.sp_only {
	display: inherit;
}

.pc_only {
	display: none;
}

@media(min-width: 768px) {
	.sp_only {
		display: none;
	}

	.pc_only {
		display: inherit;
	}
}

/* -------------------------------------------------- */

.fv {
	position: relative;
	height: 300px;
	background-image: url(../img/diagnosis/fv_doctor.png);
	background-position: center;
	background-size: cover;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	font-size: 2rem;
	color: #fff;
}

@media(min-width: 768px) {
	.fv {
		height: auto;
		background-image: none;
	}
}

@media(min-width: 1440px) {
	.fv_text {
		font-size: 3.4rem;
	}
}

/* -------------------------------------------------- */

.content_home_inner {
	padding: 20% 5%;
}

@media(min-width: 768px) {
	.content_home_inner {
		padding: 10% 5%;
	}
}

/* -------------------------------------------------- */

.category:not(:first-of-type) {
	margin: 10% auto 0;
}

.category:not(:first-of-type).interview {
	margin: 15% auto 0;
}

.category_content:not(:first-of-type) {
	margin: 10% auto 0;
}

@media(min-width: 768px) {
	.category:not(:first-of-type).interview {
		margin: 10% auto 0;
	}
}

/* -------------------------------------------------- */

.belt {
	position: relative;
	width: 100%;
	margin-bottom: 5%;
	background-color: #DCDACD;
}
.belt::before {
	content: "";
	position: absolute;
	top: 10%;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.belt::after {
	content: "";
	position: absolute;
	bottom: 10%;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.belt_2 {
	width: 100%;
	margin-bottom: 5%;
	/* background-color: #01A29D; */
	color: #fff;
}

.headline {
	padding: 0.75em 0;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
}

.headline_2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
}

.headline_sub {
	margin-bottom: 5%;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #00524E;
}

@media(min-width: 1440px) {
	.headline {
		font-size: 3rem;
	}

	.headline_2 {
		font-size: 2rem;
	}

	.headline_sub {
		font-size: 2rem;
	}
}

/* -------------------------------------------------- */

.flexBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 5% auto 0;
}

.content img {
	width: 100%;
}

.flexbox_textArea .flexbox_text:nth-of-type(2) {
	margin-top: 5%;
}

.flexbox_imgArea {
	position: relative;
}

.flexbox_nameArea {
	position: absolute;
	bottom: -6%;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 90%;
	padding: 0.5em;
	background-color: #00524E;
	font-size: 1rem;
}

.flexbox_name,
.flexbox_nameSub {
	vertical-align: middle;
	color: #fff;
}

.flexbox_nameSub {
	font-size: 0.8em;
}

@media(min-width: 768px) {
	.flexBox {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.flexbox_textArea {
		flex: 6;
	}

	.flexbox_imgArea {
		flex: 4;
	}
}

@media(min-width: 1440px) {
	.flexBox {
		gap: 48px;
	}

	.flexbox_textArea {
		flex: 7;
	}

	.flexbox_imgArea {
		flex: 3;
	}

	.flexbox_text {
		font-size: 1.2rem;
	}

	.flexbox_nameArea {
		font-size: 1.2rem;
	}
}

/* -------------------------------------------------- */

.interview_answer .category_content:not(:first-of-type) {
	margin-top: 10%;
}

.interview_textArea {
	padding: 0 5% 5%;
	border-bottom: 2px #F2F2F2 solid;
}

@media(min-width: 1440px) {
	.interview_text {
		font-size: 1.2rem;
	}
}
