@charset "UTF-8";

/* PCレイアウト ここから*/

/* 区切り線を引くクラス */
.separator-border {
	margin: 16px 0;
	color: inherit;
	border: 0;
	border-top: 1px solid;
	opacity: .25;
}

/* アイキャッチエリア */
#eye-catch-area {
	padding: 20px 0 25px;
	background: #A5000E;
}

/* アイキャッチコンテンツエリア */
#eye-catch-contents-area {
	display: flex;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	/* padding: 0 10px; */
	box-sizing: border-box;
	background-color: white;
}

/* アイキャッチ画像エリア */
#eye-catch-contents-area #eye-catch-image-area {
	margin: auto;
	padding: 0px 40px;
}

/* アイキャッチテキストエリア */
#eye-catch-contents-area #eye-catch-text-area {
	padding: 16px;
}

/* ページリンクセクション */
#page-link-section {
	padding: 18px 0px 48px;
	background-color: rgb(248 249 250);
}

/* ページリンク一覧エリア */
#front-page-main #page-link-area {
	display: flex;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	justify-content: space-around;
	flex-wrap: wrap;
}

/* ページリンク一覧エリア 個別エリア */
#front-page-main #page-link-area .item-area {
	display: flex;
	align-items: center;
	margin-top: 30px;
	width: 31%;
	border-radius: 6px;
	background-color: white;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* ページリンク一覧エリア 個別エリア ホバー時*/
#front-page-main #page-link-area .item-area:hover {
	text-decoration: none;
}

/* ページリンク一覧エリア 個別エリア ホバー時 テキスト色変更*/
#front-page-main #page-link-area .item-area:hover .page-link-title,
#front-page-main #page-link-area .item-area:hover .page-link-li {
	color: rgb(86 94 100 / 1);
}

/* ページリンク一覧エリア 個別エリア */
/* 4番目の子要素の左に計算した余白を指定 */
#front-page-main #page-link-area .item-area:nth-of-type(4) {
	margin-left: 16.7%;
}

/* ページリンク一覧エリア 個別エリア */
/* 5番目の子要素の左に計算した余白を指定 */
#front-page-main #page-link-area .item-area:nth-of-type(5) {
	margin-right: 16.7%;
}


#front-page-main .page #page-link-area::after {
	display: none;
}

/* アイコンエリア */
#front-page-main #page-link-area .icon-area {
	flex: 1;
}

/* ページリンク一覧エリア アイコン */
#front-page-main #page-link-area .icon {
	margin: auto;
	width: 70px;
	height: 70px;
	background: linear-gradient(#FF0018, #A5000E);
	border-radius: 10%;
	text-align: center;
	font-size: 40px;
}

/* ページリンク一覧エリア  アイコン i*/
#front-page-main #page-link-area .icon i {
	color: white;
}

/* ページリンク一覧エリア テキストエリア */
#front-page-main #page-link-area .description-area {
	padding: 10px;
	flex: 2;
}

/* ページリンク一覧エリア タイトル */
#front-page-main #page-link-area .page-link-title {
	margin: 0px;
	padding: 5px 0px;
	text-align: left;
	color: rgb(108 117 125);
}

/* ページリンク一覧エリア ul*/
#front-page-main #page-link-area ul {
	margin: 5px 0px 20px 0px;
	padding: 0px;
	list-style: none;
}

/* ページリンク一覧エリア li*/
#front-page-main #page-link-area li {
	color: rgb(108 117 125);
}

/* 社内トピックス */

/* 社内トピックス セクション */
#topics-section {

}

/* 社内トピックスセクション h2 */
#topics-section #topics-h2 {
	margin: 40px 0px 10px;
	border-bottom: 1px solid rgb(33 37 41);
}

/* 社内トピックスセクション rssアイコン */
#topics-section .fa-rss {
	color: #BE290C;
}

/* 社内トピックスセクション トピックスエリア */
#topics-section #topics-area {
	display: flex;
	justify-content: space-between;
	padding: 0px 0px 100px;
}

/* 社内トピックスセクション トピックスエリア */
#topics-section #topics-area #topics-list {
	width: 100%;
	max-width: 880px;
}

/* 社内トピックスセクション トピックスエリア */
#topics-section #topics-area #topics-sidebar {
	min-width: 196px;
}

/* 社内トピックスセクション トピックスエリア ul*/
#topics-section #topics-area ul {
	margin: 5px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}

/* 社内トピックスセクション トピックスエリア 一覧エリア*/
#topics-section #topics-area #topics-list-button-area {
	text-align: end;
}

/* 社内トピックスセクション トピックスエリア 一覧へボタン*/
#topics-section #topics-area .topics-list-button {
	margin: 0 0 0 auto;
	padding: 8px 40px;
	border-radius: 50rem;
	color: white;
	text-decoration: none;
	font-size: 16px;
	background: linear-gradient(#767676, #030303);
}

/* 社内トピックスセクション トピックスエリア a*/
#topics-section #topics-area .sidebar-item {
	padding: 10px 0px;
	margin: 0 auto;
}

/* 社内トピックスセクション トピックスエリア 関連リンクテキスト */
#topics-section #topics-area .link-text {
	text-align: center;
}

/* 社内トピックスセクション トピックスエリア a*/
#topics-section #topics-area .img {
	width: 196px;
}

/* 採用関連 */

/* 採用関連セクション */
#recruit-section {
	padding: 48px 0px;
	background-color: rgb(248 249 250);
}

/* 採用関連コンテンツ*/
#recruit-contents {
	
}

/* 採用関連セクション 採用関連エリア*/
#recruit-section #recruit-area {
	display: flex;
}

/* 採用関連セクション 採用関連項目*/
#recruit-section .recruit-item {
	margin: 10px;
	width: 50%;
}

/* 採用関連セクション 採用関連項目*/
#recruit-section .img {
	margin: 0 auto;
	width: 100%;
	max-width: 630px;
}
#recruit-section .img:hover {
	transform: scale(1);
	transition: .3s ease-in-out;
}

/* @media screen and (min-width:971px) and (max-width:1199px) { */

/* } */


/* PCレイアウト ここまで */

/* タブレットレイアウト */
@media screen and (min-width:768px) and (max-width:970px) {

	/* アイキャッチエリア */
	#eye-catch-area {
		padding: 20px 0 25px;
		background: #A5000E;
	}

	/* アイキャッチコンテンツエリア */
	#eye-catch-contents-area {
		display: flex;
		width: 100%;
		max-width: 720px;
		box-sizing: border-box;	
	}

	/* アイキャッチ画像エリア */
	#eye-catch-contents-area #eye-catch-image-area {
		margin: auto;
		padding: 0px 25px 0px;
	}

	/* アイキャッチ画像エリア 画像 */
	#eye-catch-contents-area #eye-catch-image-area .img {
		width: 300px;
	}

	/* ページリンク一覧エリア */
	#front-page-main #page-link-area {
		display: flex;
		width: 100%;
		max-width: 1320px;
		margin: 0 auto;
	}

	/* ページリンク一覧エリア 個別エリア */
	#front-page-main #page-link-area .item-area {
		display: flex;
		align-items: center;
		width: 47%;
		border-radius: 6px;
		background-color: white;
		box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	}

	/* ページリンク一覧エリア 個別エリア */
	/* 5番目の子要素の左に計算した余白を指定 */
	#front-page-main #page-link-area .item-area:nth-of-type(4) {
		margin-left: 0;
	}

	/* ページリンク一覧エリア 個別エリア */
	/* 5番目の子要素の左に計算した余白を指定 */
	#front-page-main #page-link-area .item-area:nth-of-type(5) {
		margin-right: 50%;
	}

	/* 社内トピックス */

	#topics-section #topics-area {
		display: block;
	}

	/* 社内トピックスセクション トピックスエリア */
	#front-page-main #topics-section #topics-contents {
		max-width: 720px;
		padding: 0px 12px;
	}

	/* 社内トピックスセクション トピックスボタンエリア */
	#front-page-main #topics-section #topics-list-button-area {
		margin: 20px 0px 68px;
	}

	/* 社内トピックスセクション トピックスエリア a*/
	#topics-section #topics-area #sidebar-area {
		display: flex;
		flex-wrap: wrap;
	}

	/* 社内トピックスセクション トピックスエリア a*/
	#topics-section #topics-area .sidebar-item {
		width: 33%;
		padding: 10px 0px;
	}

	/* 社内トピックスセクション トピックスエリア a*/
	#topics-section #topics-area .sidebar-img {
		display: block;
	}

	/* 社内トピックスセクション トピックスエリア 関連リンクテキスト */
	#topics-section #topics-area .link-text {
		text-align: center;
	}

	/* 社内トピックスセクション トピックスエリア a*/
	#topics-section #topics-area .img {
		width: 196px;
		margin: 0 auto;
	}

	/* 採用関連 */

	/* 採用関連セクション */
	#recruit-section {
		margin: 48px 0px;
		padding: 48px 0px;
		background-color: rgb(248 249 250);
	}

	/* 採用関連コンテンツ*/
	#recruit-contents.contents-area {
		padding: 0px 12px;
	}

	/* 採用関連セクション 採用関連エリア*/
	#recruit-section #recruit-contents #recruit-area {
		display: flex;
		margin: 0 auto;
		max-width: 720px;
	}

	/* 採用関連セクション 採用関連項目*/
	#recruit-section #recruit-contents .recruit-item {
		margin: 10px 5px 0px;
		width: 100%;
	}

	/* 採用関連セクション 採用関連項目*/
	#recruit-section #recruit-contents.img {
		margin: 0 auto;
		width: 100%;
		max-width: 630px;
	}

	#recruit-section #recruit-contents .img:hover {
		transform: scale(1);
		transition: .3s ease-in-out;
	}
}

/* スマートフォンレイアウト */
@media screen and (max-width: 767px) {

	/* アイキャッチエリア */
	#eye-catch-area {
		padding: 20px 0 25px;
		background: #A5000E;
	}

	/* アイキャッチコンテンツエリア */
	#eye-catch-contents-area {
		display: block;
		width: 100%;
	}

	/* アイキャッチ画像エリア */
	#eye-catch-contents-area #eye-catch-image-area {
		margin: 0px auto;
		padding: 10px 40px 0px;
	}

	/* アイキャッチ画像エリア 画像 */
	#eye-catch-contents-area #eye-catch-image-area .img {
		margin: 0 auto;
	}

	/* ページリンク一覧エリア */
	#front-page-main #page-link-area {
		display: block;
		width: 100%;
		max-width: 1320px;
		margin: 0 auto;
	}

	/* ページリンク一覧エリア 個別エリア */
	#front-page-main #page-link-area .item-area {
		display: flex;
		align-items: center;
		margin: 25px auto 0px;
		width: 95%;
		border-radius: 6px;
		background-color: white;
		box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	}

	/* ページリンク一覧エリア 個別エリア */
	/* 4番目の子要素の左に計算した余白を指定 */
	#front-page-main #page-link-area .item-area:nth-of-type(4) {
		margin-left: 10px;
	}

	/* ページリンク一覧エリア 個別エリア */
	/* 5番目の子要素の左に計算した余白を指定 */
	#front-page-main #page-link-area .item-area:nth-of-type(5) {
		margin-right: 10px;
	}

	/* 社内トピックス */

	#topics-section #topics-area {
		display: block;
	}

	/* 社内トピックスセクション トピックスエリア */
	#front-page-main #topics-section #topics-contents {
		padding: 0px 12px;
	}

	/* 社内トピックスセクション トピックスボタンエリア */
	#front-page-main #topics-section #topics-list-button-area {
		margin: 20px 0px 68px;
	}

	/* 社内トピックスセクション トピックスエリア a*/
	#topics-section #topics-area .sidebar-item {
		padding: 10px 0px;
	}

	/* 社内トピックスセクション トピックスエリア a*/
	#topics-section #topics-area .sidebar-img {
		display: block;
		margin: 0 auto;
		width: fit-content;
	}

	/* 社内トピックスセクション トピックスエリア 関連リンクテキスト */
	#topics-section #topics-area .link-text {
		text-align: center;
	}

	/* 社内トピックスセクション トピックスエリア a*/
	#topics-section #topics-area .img {
		width: 196px;
	}

	/* 採用関連 */

	/* 採用関連セクション */
	#recruit-section {
		margin: 48px 0px;
		padding: 48px 0px;
		background-color: rgb(248 249 250);
	}

	/* 採用関連コンテンツ*/
	#recruit-contents.contents-area {
		padding: 0px 12px;
	}

	/* 採用関連セクション 採用関連エリア*/
	#recruit-section #recruit-contents #recruit-area {
		display: block;
	}

	/* 採用関連セクション 採用関連項目*/
	#recruit-section #recruit-contents .recruit-item {
		margin: 10px 0px 0px;
		width: 100%;
	}

	/* 採用関連セクション 採用関連項目*/
	#recruit-section #recruit-contents.img {
		margin: 0 auto;
		width: 100%;
		max-width: 630px;
	}

	#recruit-section #recruit-contents .img:hover {
		transform: scale(1);
		transition: .3s ease-in-out;
	}

}