@charset "utf-8";

/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width: 769px){
	.dsp_tbs, .dsp_smt { display: none !important; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */

	/* ヘッダ */
	#header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
	}
	#header h1.title {
		position: absolute;
		top: 0;
		left: 0;
	}
	#header .contact p a {
		width: 61px;
		height: 61px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #d70512;
		border-radius: 50%;
		margin-right: 15px;
	}
	#header .contact p a img {
		width: 25px;
	}
	/* コンテナ */
	#wrap, #footer, #header {
		width: 100%;
	}
	#container {
		padding-bottom: 564px;
	}
	.main {
		max-width: 1100px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 564px;
		margin-top: -564px;
	}
	#footer .box,
	#footer .contact {
		height: 288px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#footer .box dd p+p {
		margin-left: 0.5em;
		display: inline-block;
	}
	#footer .contact {
		height: 139px;
		margin: auto;
	}
	#footer .contact .btn {
		float: right;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#top_info dl {
		display: table;
	}
	#top_info dt,
	#top_info dd {
		display: table-cell;
		vertical-align: top;
	}
	#top_info dt {
		width: 1%;
		padding-right: 20px;
		white-space: nowrap;
	}
	#top_sns div::before{
		content: "";
		display: block;
		width: 350px;
		order: 1;
	}
	#top_sns div::before {
		content: "";
		display: block;
		width: calc( calc( 100% - 60px ) / 3 );
		order: 1;
	}
	/*--------------------------------------------------
		事業案内
	--------------------------------------------------*/
	#flow .box {
		width: 20%;
	}
	/*--------------------------------------------------
		求人情報
	--------------------------------------------------*/
	#recruit .box .text {
		width: 46%;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */ 
/*------------------------------------------------*/
}
/*==================================================
	微調整
==================================================*/
@media only screen and (max-width: 1300px) and (min-width: 769px){
	#top_greeting .photo {
		right: -25px;
	}
	#top_greeting .text {
		width: 44%;
	}
	#top_recruit .photo {
		left: -25px;
	}
	#recruit .box .photo {
		left: -25px;
		width: 54%;
	}
}
/*==================================================
	ipadpro適応
==================================================*/
@media print, screen and (max-width: 1100px) and (min-width: 769px){
	.main {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
}