@charset "utf-8";
/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt { display: none; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */

	/* ヘッダ */
	#header {
		position: relative;
	}
	#header .contact {
		position: absolute;
		top: 0;
		right: 0;
	}
	#header .contact .tel {
		display: none;
	}
	#header .contact .btn {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		width: 348px;
		height: 84px;
		position: relative;
	}
	#header .contact .btn img {
		display: none;
	}
	#header .contact .btn::before {
		content: "";
		background: url(../img/link_yel.png) no-repeat center;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#header .contact .btn::after {
		content: "";
		width: 9px;
		height: 18px;
		position: absolute;
		top: calc(50% - 9px);
		right: 20px;
		background: url(../img/link.png)no-repeat center;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 594px;
	}
	.main {
		width: 1100px;
		margin: auto;
	}
	#main {
		float: left;
		width: 840px;
	}
	#navi {
		float: right;
		width: 220px;
	}
	/* メニュー */
	#menu ul {
		width: 1160px;
		margin: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 594px;
		margin-top: -594px;
	}
	#footer .box{
		height: 362px;
		box-sizing: border-box;
		padding-top: 80px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}

	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#top_info {
		padding-top: 90px;
	}
	#top_info .fl,
	#top_info .fr {
		width: 47%;
	}
	#top_info .fl {
		margin-bottom: 90px;
	}
	.youtube {
		width: 70%;
		padding-top: 39.37%;
		margin: 0 auto 70px;
	}
	/* インタビュー */
	#interview {
		padding-top: 104px;
		padding-bottom: 138px;
	}
	/* 品質方針 */
	#quality {
		padding-top: 144px;
		padding-bottom: 100px;
	}
	/*--------------------------------------------------
		共通　サービスページ
	--------------------------------------------------*/
	.service_list:after {
		content: "";
		display: block;
		width: 333px;
		height:0;
	}

	/*------------------------------------------------*/
	/* 背景固定 */
	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 */
/*------------------------------------------------*/
}