@charset "utf-8";
/*==================================================
	スマホのみに適用
==================================================*/
@media only screen and (max-width: 640px){
	body { font-size: 85%; }
	.dsp_hp, .dsp_hpt { display: none; }

	/* コンテナ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		font-size: 25px;
		line-height: 30px;
	}
	#container h3.sub span {
		font-size: 13px;
		letter-spacing: 1.3px;
	}
	/*--------------------------------------------------
		ページタイトル
	--------------------------------------------------*/
	#page_title .sub_ttl {
		padding: 30px 0;
		font-size: 25px;
	}
	/* フッター */
	#footer .box dt img {
		max-width: 100px;
	}
	#footer .box dd {
		line-height: 25px;
	}
	#footer .contact p a {
		width: 290px;
	}
	#footer .contact .tel a {
		margin-right: 0;
		margin-bottom: 15px;
	}
	#copyright {
		height: auto;
		line-height: 1.6;
		padding: 5px 0;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 30px; }
	.pt { padding-top: 30px; }
	.pb { padding-bottom: 30px; }
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* ご挨拶 */
	#top_greeting .text {
		width: 100%;
		margin-bottom: 15px;
	}
	#top_greeting .text p {
		line-height: 25px;
	}
	#top_greeting .photo {
		width: 100%;
	}
	#top_greeting .photo img {
		width: 100%;
	}
	/* コンテンツ */
	#top_contents .box_flex_sp {
		width: 100%;
	}
	#top_contents .text {
		padding: 20px;
	}
	#top_contents .text .txt {
		line-height: 25px;
	}
	/* 求人情報 */
	#top_recruit .text {
		width: 90%;
		padding: 20px;
		bottom: 30px;
		margin: 0 auto;
	}
	/* sns */
	#top_sns h3 {
		font-size: 25px;
	}
	#top_sns p {
		width: 100%;
		margin-bottom: 15px;
	}
	#top_sns p:last-child {
		margin-bottom: 0;
	}
	#top_sns p a {
		line-height: 80px;
		padding: 0 20px;
	}
	/*--------------------------------------------------
		求人情報
	--------------------------------------------------*/
	#recruit h3 {
		margin-bottom: 20px;
		font-size: 18px;
		letter-spacing: 2.6px;
	}
	#recruit .txt {
		font-size: 16px;
		letter-spacing: 2.4px;
		margin-bottom: 20px;
	}
	#recruit .box .photo {
		position: static;
		width: 100%;
		margin-bottom: 20px;
	}
	#recruit .box .text {
		width: 100%;
	}
	#recruit .feature h4 {
		font-size: 18px;
		letter-spacing: 2.6px;
	}
	#recruit .feature ul {
		display: block;
	}
	#recruit .feature li {
		width: 250px;
		margin: 0 auto 15px;
	}
	#recruit .feature li:nth-child(2) {
		margin: 0 auto 15px;
	}
	#recruit .feature li:last-child {
		margin-bottom: 0;
	}
	/*--------------------------------------------------
		事業案内
	--------------------------------------------------*/
	#service .photo, #service .text {
		width: 100%;
	}
	#service .photo img {
		width: 100%;
	}
	#flow .box {
		width: 50%;
		border-right: none;
	}
/*------------------------------------------------*/
}
