@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
	#footer .contact .txt span {
		display: inline-block;
		margin-left: 10px;
	}
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ヘッダ */
	#header {
		overflow: hidden;
		height: 50px;
		padding: 0;
		background: #fff;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 40px;
	}
	#sticky {
		z-index: 9997;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	/* お問い合わせ */
	#header .contact {
		position: relative;
	}
	#header .contact .tel,
	#header .contact .btn {
		position: absolute;
		top: 0;
		right: 44px;
		display: block;
		width: 24px;
		height: 50px;
		padding: 0 11px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#header .contact .btn {
		right: 0px;
	}
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 20px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	#footer .contact {
		width: 90%;
		margin:0 auto;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
	}
	#contact_smt {
		display: none;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	/*--------------------------------------------------
	  ページタイトル
	--------------------------------------------------*/
	#page_title .toppage_inner {
		position: relative;
		display: block;
		width: 100%;
		margin:auto;
	}
	#page_title .toppage .title01 {
		position: absolute;
		bottom: 0;
		width: 47%;
		right: 0;
	}
	#page_title .toppage .title03 {
		width: calc( 100% - 50px);
		bottom: 25px;
	}
	/*--------------------------------------------------
	  トップページ
	--------------------------------------------------*/
	/* メッセージ */
	#top_about {
		padding-top: 48px;
		padding-bottom: 50px;
	}
	#top_about .about_box {
		width: 48%;
	}
	#top_about h3.headline {
		font-size: 34px;
	}
	#top_about .txt01 {
		font-size: 15px;
	}
	/*作業の流れ*/
	#top_flow h3.headline {
		font-size: 34px;
	}
	#top_flow h3.headline img {
		width: 98px;
		left: 166px;
	}
	#top_flow .flow_box {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#top_flow .flow_box.bg_wide::before {
		background-size:40% auto, 40% auto;	
	}
	#top_flow .txt01 {
		font-size: 21px;
		padding: 20px 20px 20px 47px;
		margin-bottom: 30px;
	}
	#top_flow .txt01 .flow_num {
		width: 38px;
		left: 18px;
	}
	#top_flow .flow03_img {
		width: 124px;
		right: 60px;
	}
	/*対応エリア*/
	#top_area {
		padding-top: 45px;
		padding-bottom: 48px;
	}
	#top_area.bg_wide::before {
		background-size: 30% auto;
	}
	#top_area .photo {
		width: 168px;
	}
	#top_area .txt_area {
		margin-left: 44px;
	}
	#top_area h3.headline {
		font-size: 20px;
	}
	#top_area h3.headline .txt_m {
		font-size: 25px;
	}
	#top_area h3.headline .txt_l {
		font-size: 30px;
	}
	#top_area .txt01 {
		font-size: 16px;
	}
	#top_area .txt02 {
		font-size: 15px;
	}
	/*採用情報詳細*/
	#top_detail h3.headline {
		font-size: 34px;
	}
	#top_detail .detail_box {
		padding-top: 70px;
		padding-bottom: 60px;
	}
	#top_detail .detail_box.bg_wide::before {
		background-size:40% auto, 40% auto;	
	}
	#top_detail .photo_area {
		margin-bottom: 45px;
	}
	#top_detail .photo_area img {
		width: 25%;
	}
	#top_detail .detail_table th {
		width: 220px;
		font-size: 18px;
	}
	#top_detail .detail_table td {
		padding: 20px 15px;
		font-size: 15px;
	}
	#top_detail .detail_table td .txt_l {
		font-size: 18px;
	}
	#top_detail .detail_table .mail {
		font-size: 19px;
	}
	#top_detail .detail_table .tel {
		font-size: 20px;
	}
	/*先輩スタッフの声*/
	#top_voice h3.headline {
		font-size: 34px;
	}
	#top_voice h4.headline {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#top_voice h4.headline span {
		font-size: 18px;
	}
	#top_voice h4.headline .voice_hl01 {
		transform: translateX(140px);
	}
	#top_voice .voice_box {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#top_voice .voice_img01 {
		margin-bottom: 36px;
	}
	#top_voice .box_inner {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	#top_voice .voice_dl01 {
		margin-bottom: 20px;
	}
	#top_voice .voice_dl01 dt span {
		font-size: 16px;
		padding: 15px;
	}
	#top_voice .voice_dl01 dd span {
		font-size: 16px;
		padding: 15px;
	}
	#top_voice .voice_box .txt01 {
		padding: 15px;
		font-size: 16px;
	}
	#top_voice .voice_box .txt01 .voice_img04 {
		height: 100px;
		top: -100px;
	}
	#top_voice .voice_box .txt01 .voice_img05 {
		position: absolute;
		height: 92px;
		top: -92px;
	}
	/*メールでのお問合せはこちら*/
	#top_contact h3.headline {
		font-size: 34px;
	}
	#top_contact .contact_box {
		padding-top: 65px;
		padding-bottom: 90px;
	}
	#top_contact .contact_box.bg_wide::before {
		background-size: 40% auto, 40% auto;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}

/*------------------------------------------------*/
}