@charset "UTF-8";

/* ++++++++++++++　　　TOPインタビューエリア（top_interview.php）　　　++++++++++++++++++*/



/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　全てのスクリーンサイズで適用される設定・モバイルファースト
　　　　　
//////////////////////////////////////////////////////////////////////////////////////// */

/* TOPインタビュー/仕事 */

section.top-job-Area {
	width: 100%;
	background-color: #ffebca;
	clear: both;
}

.top-job-frame {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	height: auto;
}

.top-job-frame-L {
	width: 90%;
	padding: 30px 5% 0 5%;
}

.top-job-frame-R {
	width: 100%;
}

.top-job-frame-R img {
	width: 100%;
}

h4.top-job-title {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 5px 12px;
	font-size: 16px;
	color: #000000;
	margin: 0 0 20px 0;
	font-weight: bold;
	text-align: center;
}

.width-1 {
	width: 150px;
}

.top-job-catch {
	font-size: 16px;
	padding: 0 5%;
	font-weight: bold;
	color: #3d3d3d;
}

.top-job-text {
	font-size: 14px;
	margin: 15px 0 15px 0;
	padding: 0 5%;
	color: #565656;
	line-height: 26px;
}

/* PCスマホ（表示-非表示） */
.pc-img {
	display: none;
}

.smp-img {
	display: block;
}

/* 透過 */
.pc-img:hover,
.smp-img:hover,
.top-job-frame-R a:hover {
	opacity: 0.7;
}

/* ===== 左右反転レイアウト ===== */

/* スマホは縦並びのまま（反転不要） */
.top-job-frame.reverse .top-job-frame-L {
	float: none;
}

.top-job-frame.reverse .top-job-frame-R {
	float: none;
}

/* ===== 左右反転エリア：背景画像 ===== */
section.top-job-Area.reverse-bg {
	background-color: transparent;
	background-image: url("../images_2024/09_01_recruit_daihyo_01_02_back.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

/* コンテンツをオーバーレイより前面に */
section.top-job-Area.reverse-bg .top-job-frame {
	position: relative;
	z-index: 1;
}

/* ===== 左右反転エリア：タイトル ===== */
h4.top-job-title.reverse-title {
	border: none;
	background-color: transparent;
	font-size: 2.0rem;
	color: #ffffff;
	text-align: left;
	padding: 5px 0;
	margin: 0 0 16px 0;
}

/* ===== 左右反転エリア：キャッチコピー ===== */
.top-job-catch.reverse-catch {
	color: #ffffff;
	padding: 0 5%;
}

/* ===== 左右反転エリア：本文テキスト ===== */
.top-job-text.reverse-text {
	color: #ffffff;
	padding: 0 5%;
	font-size: 1.2rem;
	line-height: 2.0rem;
	margin: 10px 0;
}

/* ===== 左右反転エリア：ボタン ===== */
.btn-w-reverse a {
	display: inline-block;
	background-color: #ffffff;
	color: #ff7b0b;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 24px;
	border-radius: 4px;
	font-size: 1.5rem;
	margin: 10px 5%;
}

.btn-w-reverse a:hover {
	opacity: 0.75;
}


/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　スクリーンサイズ 幅 760px 以上で適用される設定・上から継承したスタイルを上書き

//////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 760px) {

	/* TOPインタビュー/仕事 */

	.top-job-frame-L {
		width: 40%;
		float: left;
		padding: 20px 0 0 0;
	}

	.top-job-frame-R {
		width: 60%;
		float: left;
	}

	.top-job-frame-R img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		top: 0;
		max-height: 540px;
		overflow: hidden;
	}

	h4.top-job-title {
		border: 1px solid #000000;
		background-color: #FFFFFF;
		padding: 5px 12px;
		margin: 10px 0 20px 0;
		font-size: 18px;
		color: #000000;
		text-align: left;
	}

	.width-1 {
		width: 150px;
	}

	.top-job-catch {
		font-size: 20px;
		padding: 0 0 0 15px;
	}

	.top-job-text {
		font-size: 1.4rem;
		margin: 20px 0 20px 0;
		padding: 0 0 0 15px;
		line-height: 2.6rem;
	}

	/* PCスマホ（表示-非表示） */
	.pc-img {
		display: block;
	}

	.smp-img {
		display: none;
	}

	/* 左右反転：760px以上で反転 */
	.top-job-frame.reverse .top-job-frame-L {
		float: right;
		width: 40%;
		padding: 20px 0 0 0;
	}

	.top-job-frame.reverse .top-job-frame-R {
		float: left;
		width: 60%;
	}

	h4.top-job-title.reverse-title {
		font-size: 3.0rem;
		padding: 5px 0 5px 15px;
	}

	.top-job-catch.reverse-catch {
		padding: 0 0 0 15px;
	}

	.top-job-text.reverse-text {
		font-size: 1.3rem;
		line-height: 2.2rem;
		margin: 10px 0;
		padding: 0 0 0 15px;
	}

	.btn-w-reverse a {
		margin: 10px 0 10px 15px;
	}

}


/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　スクリーンサイズ 幅 1000px 以上で適用される設定・上から継承したスタイルを上書き

//////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 1000px) {

	.top-job-frame-L {
		width: 40%;
		float: left;
		padding: 60px 0 0 0;
	}

	.top-job-text {
		font-size: 1.6rem;
		margin: 20px 0 20px 0;
		padding: 0 0 0 15px;
		line-height: 2.4rem;
	}

	.top-job-frame.reverse .top-job-frame-L {
		padding: 40px 0 0 0;
	}

}
