@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） */

	/* ヘッダ */
	/* メニュー */
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 250px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 250px;
		margin-top: -250px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_contents .main {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 120px;
	}
	#top_contents .box {
		width: 50%;
	}
	#top_contents .box.breeding_box {
		position: relative;
		width: calc(380px + 235px);
		margin-left: calc(50% - (380px + 235px));
	}
	#top_contents .box.recruit_box {
		position: relative;
		width: calc(380px + 200px);
		margin-left: calc(50% - (380px + 200px));
	}
	#top_contents .box.history_box {
		width: calc(380px + 232px);
	}
	#top_contents .box:nth-child(2),
	#top_contents .box:nth-child(4) {
		margin-top: 235px;
	}
	#top_contents .box:nth-child(4),
	#top_contents .box:nth-child(5) {
		flex-direction: row-reverse;
	}
	#top_contents .box:nth-child(4) dd,
	#top_contents .box:nth-child(5) dd {
		text-align: right;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	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 */ 
/*------------------------------------------------*/
}