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

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: #06f;
		z-index: 9997;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title {
		font-size: 30px;
		width: 500px;
		max-height: 20px;
	}
	#header .title span {
		font-size: 22px;
	}
	/* お問い合わせ */
	#header .contact .tel a,
	#header .contact .btn a {
		display: block;
		width: 46px;
		height: 50px;
		padding: 0 11px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .tel a {
		background: #06f;
	}
	#header .contact .btn {
		padding-right: 44px;
		/* padding-right: 100px; */
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 20px;
	}
	.main {
		margin-top: 3em;
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}

	/* ISTモバイル */
	#ist_mbl {
		display: none;
	} 


	#footer {
		margin-top: 20px;
	}
	#footer .footer_in .box_flex {
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
		display: block;
	}
	#footer .footer_in .box_flex .box, #footer .footer_in .box_flex .contact {
		width: 100%;
	}
	#footer .footer_in .box_flex .box {
		padding: 15px 0;
	}
	#footer .footer_in .box_flex .box dt {
		text-align: center;
		margin-bottom: 15px;
	}
	
	/* #footer .footer_in .box_flex .box dt a {
		font-size: 35px;
	} */
	#footer .contact {
		padding: 15px 0;
	}
	/* フッター */
	#footer .box dt {
		margin-bottom: 28px;
	}
	#footer .footer_in {
		background: url("../img/bg_footer_sp.webp") no-repeat center /cover;
	}
	#footer .footer_in .box_flex .box dd p.pc {
		display: none;
	}
	#footer .footer_in .box_flex .box dd p.sp {
		font-size: 20px;
		text-align: left;
		margin-left: 8em;
	}
	#footer .footer_in .in_mbl .ing,
	#footer .footer_in .in_mbl .serif {
		text-align: center;
		padding-right: 2.5em;
	}


	#copyright {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
	}
	/* パンくずリスト */
	#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;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_ttl_svc .ttl, 
	#top_ttl_rec .ttl {
		display: none;
	}
	#top_ttl_prof .ttl, 
	#top_ttl_cont .ttl {
		display: none;
	}
	#top_ttl_top {
		width: 100%;
	}
	#top_ttl_top p.c_name {
		font-size: 35px;
		margin-top: -100px;
		margin-left: 300px;
		padding: 15px;
		line-height: 25px;
	}
	#top_ttl_top p.c_name span {
		font-size: 25px;
	}
	#top_ttl_top p.c_name txt {
		font-size: 25px;

	}
	#top_ttl_top p.sub_t {
		font-size: 25px;
		color: #fff;
		margin-top: -160px;
		margin-left: 20px;
		padding: 5px;
	}


	#msg {
		/* border: 2px solid #aaa; */
		border-radius: 10px;
		display: block;
		width: 95%;
		margin-top: 10px;
	}
	#msg .img_pc {
		display: none;
	}
	#msg .img_sp {
		border-radius: 1em;
		width: 600px;
		height: 425px;
		margin: 1em auto;		
	}
	#msg .img_sp img {
		border-radius: 1em;
		width: 100%;
	}
	#msg .title_pc {
		background-color: rgba(6, 220, 248, 0.342);
		border-radius: 10px;
		width: 95%;
		font-size: 25px;
		color: #00f;
		font-weight: 600;
		/* text-align: center; */
		padding: .3em;
	}
	#msg .title_pc span {
		font-size: 25px;
	}
	#msg .msg {
		border: none;
		
		width: 90%;
		padding: 1em;
		margin: 1em auto;
	}
	#msg p.sub_t {
		font-size: 20px;
		font-weight: 600;
	}
	#msg .msg .txt {
		font-size:20px;
	}
	#msg .msg .txt2 {
		font-size:20px;
	}
	#msg .msg .txt2 span {
		font-size:20px;
	}
	#msg .msg .txt3 {
		font-size:20px;
	}
	

	#top_greeting {
		background-color: rgb(198, 247, 240);
		border-radius: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#top_greeting .txt {
		font-size: 20px;
		line-height: 1.7;
	}
	#top_greeting h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#top_menu {
		padding-top: 50px;
	}
	#top_menu:before {
		height: 80%;
	}
	#top_menu .box {
		width: 48%;
		box-sizing: border-box;
		padding: 15px;
	}
	#top_menu .box:before {
		width: 80%;
	}
	#top_menu .box h3 {
		font-size: 22px;
		margin-top: 15px;
	}
	#top_menu .box .img {
		margin-bottom: 15px;
	}
	#top_menu .box .cmn_btn {
		margin-bottom: 0;
	}
	#top_menu .box .cmn_btn a {
		font-size: 18px;
	}

	#notice {
		width: 90%	
	}


	/*--------------------------------------------------
		事業内容・実績
	--------------------------------------------------*/

	#svc {
		width: 100%;
	}
	#svc .tbl {
		border-bottom: 1px solid #BBB;
	}
	#svc .tbl th,
	#svc .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}

	/*--------------------------------------------------
		求人情報
	--------------------------------------------------*/

	#recruit {
		width: 100%;
	}
	#recruit .tbl {
		border-bottom: 1px solid #BBB;
	}
	#recruit .tbl th,
	#recruit .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	
	


	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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: 300px;
	}

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