<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #00469c; }
	#header .contact .tel a { background: #ed7209; }
	#header .contact .btn a { background: #ed7209; }
	#rwdMenuWrap { background: #00469c; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: #fff;
		z-index: 9997;
	}
	#header::before {
		width: 50%;
		height: 100%;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
		top: 0;
		left: 0;
	}
	#header h1.title img {
		width: 60px;
	}
	/* お問い合わせ */
	#header .contact {
		width: 100%;
		justify-content: flex-end;
	}
	#header .contact .tel a,
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 11px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .btn {
		padding-right: 46px;
		margin-left: 2px;
	}
	#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;
	}
	#container h3.sub span {
		font-size: 25px;
	}
	#container h3.sub02 {
		margin-bottom: 15px;
		font-size: 25px;
	}
	#container h3.sub03 span {
		font-size: 28px;
		line-height: 1.8em;
	}
	#container h3.sub03 span::before {
		bottom: 0;
	}
	#page_title .sub_page {
		height: 180px;
		margin-bottom: 0;
	}
	#page_title .sub_page span {
		font-size: 30px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box {
		height: 15vw;
	}
	#footer .box dt a img {
		width: 80px;
		top: -100px;
	}
	#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;
	}
	p.btn01 a {
		width: 240px;
		line-height: 50px;
		font-size: 16px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_msg .box {
		justify-content: space-around;
	}
	#top_msg .box dl {
		width: 24%;
	}
	#top_msg .box dt img {
		width: 150px;
	}
	#top_msg .box dd {
		font-size: 14px;
		line-height: 1.8em;
		text-align: left;
	}
	#top_arrow {
		height: 180px;
	}
	#top_arrow .arrow_img img {
		width: 160px;
	}
	#top_arrow .box {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	#top_arrow .box .img {
		width: 30vw;
	}
	#top_arrow .box .img img {
		width: 30vw;
	}
	#top_arrow .box .soudan_txt {
		font-size: 18px;
	}
	#top_arrow .box .zenkoku_txt  {
		font-size: 18px;
	}
	#top_contents .contents_box .w1_box {
		min-height: 45vw;
	}
	#top_contents .contents_box .w1_box::before {
		width: 100%;
		height: 100%;
	}
	#top_contents .contents_box .txt_box {
		background: rgba(255, 255, 255, 0.7);
		width: 70vw;
		min-height: 30vw;
	}
	#top_contents .contents_box .txt_box .ttl,#top_contents .contents_box .w2_box .in .ttl {
		font-size: 25px;
		line-height: 1.8em;
	}
	#top_contents .contents_box .txt_box .ttl span,#top_contents .contents_box .w2_box .in .ttl span {
		font-size: 20px;
	}
	.top_bana img {
		width: 80%;
	}
	#top_info {
		width: 100%;
		padding-bottom: 60px;
	}
	#top_info dl {
		padding: 15px;
	}
	/*--------------------------------------------------
		サービス内容
	--------------------------------------------------*/
	#service .link_menu {
		padding-bottom: 30px;
	}
	#service .link_menu .box {
		display: block;
	}
	#service .link_menu .btn01 {
		text-align: center;
	}
	#service .link_menu .btn01 a {
		width: 350px;
	}
	#service .top_ttl_box .txt_box {
		width: 50%;
		padding: 15px;
		font-size: 23px;
	}
	#service .top_ttl_box .txt_box::before {
		height: 30px;
		top: -15px;
	}
	#service .top_ttl_box .img_box {
		width: 55%;
	}
	#service .service_msg .txt_box .txt_b {
		font-size: 16px;
	}
	#service .service_msg .txt_box .txt_b b {
		font-size: 18px;
	}
	#service .service_msg .txt_box img {
		width: 100px;
		float: right;
		margin-left: 20px;
	}
	#service .service_program .box .in {
		padding: 15px;
	}
	#service .service_program .box .in .ttl .waku {
		width: 100%;
		margin-right: 0;
	}
	#service .service_program .box .in .ttl {
		max-height: none;
	}
	#service .service_program .box .in .ttl .orange_ttl {
		font-size: 20px;
		line-height: 1.8em;
		min-height: 70px;
		text-align: center;
		align-items: center;
		display: flex;
		justify-content: center;
	}
	#service .service_program .box .in .img img {
		height: auto;
		width: 100%;
	}
	#service .service_flow .box .in {
		width: 80%;
		margin: 0 auto 80px;
	}
	#service .service_flow .box .in .num {
		font-size: 30px;
	}
	#service .service_flow .box .in:not(:last-of-type)::before {
		border-style: solid;
		border-right: 34px solid transparent;
		border-left: 34px solid transparent;
		border-top: 43px solid #f2f2f2;
		border-bottom: 0;
		top: auto;
		right: calc(50% - 34px);
		bottom: -43px;
}
	#service .service_case .fukidashi_box dt {
		width: 20%;
	}
	#service .service_case .fukidashi_box dd {
		padding: 15px;
		width: 75%;
	}
	#service .service_case .fukidashi_box dd .ttl {
		font-size: 20px;
	}
	#service .service_case .fukidashi_box dd li {
		font-size: 14px;
		line-height: 1.8em;
		margin-bottom: 15px;
	}
	#service .service_case .fukidashi_box.blue dd li::before {
		top: 13px;
	}
	#service .service_case .fukidashi_box.blue dd li::after {
		top: 9px;
	}
	#service .service_case .fukidashi_box.orange dd li::before {
		top: 5px;
	}
	#service .service_voice .box {
		width: 100%;
		padding: 15px;
	}
	#service .service_voice .box .ttl p {
		font-size: 22px;
	}
	#service .service_voice .box .ttl p::before,#service .service_voice .box .ttl p::after {
		width: 140px;
	}
	#service .service_voice .box .txt {
		font-size: 16px;
		line-height: 2.5em;
	}
	#service .big_txt {
		font-size: 25px;
	}
	/*--------------------------------------------------
		会社概要・アクセス
	--------------------------------------------------*/
	#company .map iframe {
		height: 300px;
	}
	#company_greeting .box {
		padding: 30px;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}

/*------------------------------------------------*/
}</pre></body></html>