/* ============================================================
   採用新着情報 デザイン改修 テスト専用CSS（本番非影響）
   お手本：/jp/recruit/recruit_news.html + message.html
   本番 css_recruit は旧デザインのため、ここで新トンマナを上書き。
   ============================================================ */

/* ------------------------------------------------------------
   1. メインビジュアル（.sub-ttl）
   ------------------------------------------------------------ */
.sub-ttl {
	background: #FFE3C3;
	background-image: none;
	height: 200px;
	padding: 50px 0 0 0;
}

.sub-ttl hr {
	border-top-color: #F79E44;
}

/* ------------------------------------------------------------
   2. パンくず
   ------------------------------------------------------------ */
.pan span.pan-sky {
	color: #97E2FC;
}

/* ------------------------------------------------------------
   3. ヘッダー：ENTRYボタン（nav-red）
   旧：#E85D5D → 新：#F79E44
   ------------------------------------------------------------ */
.dropmenu > li.nav-red > a {
	background: #F79E44;
	background-color: #F79E44;
	border: 5px solid #F79E44;
	color: #fff !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 0 30px;
	margin-left: 20px;
	line-height: 71px;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

/* ------------------------------------------------------------
   4. ハンバーガーメニュー：ボタン
   ------------------------------------------------------------ */
nav .ham_nav_entry {
	width: 100%;
	background-color: #FF7900 !important;
	border: 2px solid #FF7900 !important;
	border-radius: 9999px;
	color: #fff !important;
}

nav .ham_nav_contact {
	width: 100%;
	background-color: #FFFFFF !important;
	border: 2px solid #000000 !important;
	color: #000000 !important;
	border-radius: 9999px;
}

nav .ham_nav_contact img {
	width: 12px;
	height: 12px;
	margin-left: 5px;
}

/* ------------------------------------------------------------
   5. フッター
   旧：#2B4357 → 新：#757575
   ------------------------------------------------------------ */
#footer .footer-hed {
	background: #757575;
}

#footer .footer-hed .btn a .btn01 {
	display: flex;
	justify-content: center;
	border-radius: 9999px;
	padding: 20px 95px;
	width: 300px;
}

#footer .footer-hed .btn a .btn_entry {
	background-color: #FF7900;
	border: 2px solid #FF7900;
	color: #fff !important;
}

#footer .footer-hed .btn a .btn_entry:hover {
	background-color: transparent;
	color: #fff !important;
}

#footer .footer-hed .btn a .btn_contact {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	color: #000000 !important;
	background-image: url(../img/common/contact_bg.svg);
	background-repeat: no-repeat;
	background-position: center right 75px;
	background-size: 12px 12px;
}

#footer .footer-hed .btn a .btn_contact:hover {
	background-color: transparent;
	color: #000000 !important;
}

/* ------------------------------------------------------------
   6. 一覧・詳細：黄緑アクセント → オレンジ
   ------------------------------------------------------------ */
ul.list_border li .l_day {
	color: #EE7A00;
}
ul.list_border li h2 {
	color: #212121;
}

ul.list_border li a:hover,
ul.list_border_ir li a:hover {
	border-bottom-color: #EE7A00;
}

.news {
	background-color: #f9f9f9;
}
.news .news_bx a {
	color: #EE7A00;
}
.news a:hover {
	color: #EE7A00;
}

.triangle06 {
	border-left-color: #EE7A00;
}

.triangle07 {
	border-right-color: #EE7A00;
}

#pagenavi .current {
	background-color: #EE7A00;
}

h1#news_ttl {
	color: #212121;
}
h1#news_ttl span {
	color: #EE7A00;
}

ul#news_btn li p.sig_day {
	color: #EE7A00;
}
ul#news_btn li a {
	color: #212121;
}

ul#news_btn li:nth-child(2) a {
    background-color: #212121;
    border: 1px solid #212121;
}




/* ------------------------------------------------------------
   7. エントリー・募集要項（message.html の area_bottom02）
   ------------------------------------------------------------ */
.margin_inner {
	padding-top: 2rem;
	padding-bottom: 2rem;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.area_bottom02 {
	margin-top: 50px;
	background-color: #FFE3C3;
	border-radius: 10px;
	padding: 50px;
	display: flex;
	align-items: center;
}

.area_bottom02 h2 {
	width: 40%;
	color: #000000;
	display: flex;
	flex-direction: column;
	font-size: 26px;
	letter-spacing: 0;
	line-height: 1.6;
	font-weight: bold;
}

.area_bottom02 h2 span {
	font-size: 16px;
	font-weight: bold;
}

.area_bottom02 ul {
	width: 60%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.area_bottom02 ul li a {
	height: 90px;
	padding: 80px;
	border-radius: 80px;
	background-color: #fff;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
}

.entry_link li {
	position: relative;
	list-style: none;
}

.entry_link li a:hover {
	transform: scale(1.03);
	transition: 0.2s ease-out;
}

.entry_link li a:after {
	content: "";
	display: block;
	width: 200px;
	height: 50px;
	background-image: url(../img/top/arrow_gray.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 50px;
	top: 50px;
}

.entry_link h3 {
	line-height: 1;
	font-size: 20px;
	margin: 0;
	letter-spacing: 0;
	font-weight: bold;
	color: #333;
}

.entry_link h3 span {
	font-size: 12px;
	line-height: 1;
	display: block;
	letter-spacing: 0;
	font-weight: bold;
}

.bt_round {
	border: none;
	border-radius: 100px;
	line-height: 60px;
	height: 60px;
	background-color: #666;
	padding: 0 30px;
	margin: 2rem 0;
	color: #fff;
	min-width: 120px;
	min-height: 50px;
}

.top_deflink {
	margin-top: 30px;
	padding-right: 80px;
	cursor: pointer;
	font-size: 16px;
	position: relative;
}

.top_deflink:after {
	content: "";
	background-image: url(../img/top/arrow_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 50px;
	height: 20px;
	line-height: 70px;
	vertical-align: middle;
	position: absolute;
	margin-left: 10px;
	top: 27px;
}

.top_deflink:hover {
	opacity: 0.9;
	transform: scale(1.03);
	transition: .3s all;
}

/* ------------------------------------------------------------
   8. レスポンシブ（area_bottom02 / sub-ttl）
   ------------------------------------------------------------ */
@media (max-width: 1000px) {
	.sub-ttl {
		background-image: none;
		background: #FFE3C3;
	}

	.margin_inner {
		width: 90%;
		padding: 2rem 0;
		margin-left: auto;
		margin-right: auto;
	}

	.area_bottom02 {
		width: 100%;
		flex-direction: column;
		gap: 15px;
		padding: 25px;
	}

	.area_bottom02 h2 {
		width: 100%;
		font-size: 22px;
	}

	.area_bottom02 ul {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.sub-ttl {
		height: 150px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.area_bottom02 ul li a {
		height: auto;
		text-align: center;
		padding: 40px;
		border-radius: 60px;
		justify-content: center;
	}

	.entry_link li a:after {
		display: none;
	}
}

/* ------------------------------------------------------------
   ヘッダーナビ：静的採用サイトと同じ横1行レイアウト
   （静的サイトの css_recruit/nav_shared.css と同一内容）

   このテーマの style.css のナビは float ベースで、項目7つ前提の固定 padding。
   静的サイトに合わせて項目が8つになるとロゴの横に収まらず、ナビごと下の行へ
   落ちてヘッダーが 81px → 146px に伸びてしまうため、flex に切り替える。

   display に !important が必要な理由：
   ul に bootstrap の .visible-lg が付いており .visible-lg{display:block!important}
   に負けるため。メディアクエリ内で !important 指定する（この2つの規則が
   visible-lg の表示/非表示も兼ねる）。
   ------------------------------------------------------------ */
#fade-in2.dropmenu {
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  #fade-in2.dropmenu { display: flex !important; }
}
@media (max-width: 1199px) {
  #fade-in2.dropmenu { display: none !important; }
}

.dropmenu:before, .dropmenu:after { display: none; } /* clearfix由来の余分なflex子要素を消す */
.dropmenu > li {
  float: none;
  position: relative;
  margin: 0;
  padding: 0 clamp(5px, 0.7vw, 20px);
  text-align: center;
  background: #fff;
  white-space: nowrap;
}
.dropmenu li.nav-red { padding: 0; height: auto; }
