<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/************************************************************************************************************************************
	トップページ
************************************************************************************************************************************/
/** splash image  *******************************************************************/
#splash { 
	position: relative;
	/*181212修正*/
	/*min-width: 1060px;*/
	/*background: url(../img/splash_bg.jpg) center bottom / contain repeat-y;*/
	min-width: 900px;
	padding-top: 58px;
	overflow: hidden;
}
/*181212修正*/
#splash &gt; div {
	background: url(../img/splash_bg.jpg) center bottom / contain repeat-y;
}
#splash h2 {
	height: 463px;
	/*181212修正*/
	/*width: 1060px;
	min-width: 1060px;
	margin: 58px  auto 0;*/
	width: 95%;
	max-width: 1060px;
	margin: 0 auto;
	
}
#splash h2 img {
	position: absolute;
	z-index: 1000;
	/*181212修正*/
	/*top: 56px;*/
	top: 114px;
	
}
#splash .splash_img {
	width: 73%;
    min-width: 995px;
    height: 480px;
    background-image: url(../img/splash_img.jpg);
	background-position: left center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 27%;
    z-index: 10;
    /*181212修正*/
    /*top: -58px;*/
    top: 0;
}
@media screen and (max-width: 640px) {
	.home #header {
		margin-top: 0;
	}
	#splash {
		display: block;
		width: 100%;
		min-width: auto;
		height: 200px;
		background: #024bb4;
	}
	/*#splash::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	}*/
	#splash h2 {
		position: relative;
		z-index: 10;
		min-width: 100%;
		width: 100%;
		height: 200px;
		margin: 0;
		padding: 20px 10px;
		box-sizing: border-box;
		/*background: url(../img/splash_img.jpg) center no-repeat;
		background-size: cover;*/
		
		background: -moz-linear-gradient(25deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(25deg, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(25deg, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
	}
	#splash h2 img {
		position: static;
		max-width: 390px;
		width: auto;
		height: 100%;
	}
	#splash .splash_img {
		left: 0;
		top: 0;
		z-index: 0;
		min-width: auto;
		width: 100%;
		height: 100%;
	}
}

/*181212修正
** #index_product *******************************************************************/
#index_product {
	margin: 30px 0;
}
#index_product h3 {
	margin-bottom: 15px;
	text-align: center;
}
#index_product .index_product_bg {
	padding: 84px 0;
	background-color: #014bb4;
}
#index_product .index_product_bg:after {
	clear: both;
	content: '';
	display: block;
}
#index_product .index_product_bnr {
	width: 50%;
	float: left;
	background-color: #ffffff;
}
#index_product .index_product_bnr img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	#index_product .index_product_bg {
		padding: 30px 0;
	}
	#index_product .index_product_bnr {
		width: 100%;
		float: none;
	}
}

/** #index_news *******************************************************************/
#index_news {
	position: relative;
	width: 900px;
	min-width: 900px;
	margin: 68px  auto 0;
	overflow: hidden;
	background: #fff;
	z-index: 1000;
}
#index_news h3 {
	float: left;
	color: #06077f;
	font-size: 38px;
	font-family: 'Noto Sans', sans-serif;
}
#index_news h3 + span {
	float: right;
}
#index_news span {
	padding-left: 10px;
	font-size: 16px;
	/*181212修正*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
#index_news ul {
	clear: both;
	padding: 0 30px 24px;
	overflow: hidden;
	box-sizing: border-box;
}
#index_news li {
	padding: 24px 0;
	border-top: 1px solid #06077f;
	color: #06077f;
}
#index_news li:first-child {
	border-top: none;
}
#index_news time {
	/*181212修正*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	*/
}
#index_news li a {
	display: inline-block;
	padding-left: 40px;
	color: #06077f;
}

@media screen and (max-width: 640px) {
	#index_news {
		width: 100%;
		min-width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		text-align: center;
	}
	#index_news h3 {
		float: none;
	}
	#index_news h3 span {
		display: block;
		padding-left: 0;
		line-height: 1;
	}
	#index_news h3 + span {
		display: block;
		float: none;
		margin-top: 20px;
	}
	#index_news ul {
		padding: 0 10px 34px;	
	}
	#index_news li {
		text-align: left;
	}
	#index_news li a {
		display: block;
		padding-left: 0;
	}
}


/** #index_campany *******************************************************************/
#index_company {
	height: 320px;
	position: relative;
	/*181212修正*/
	/*min-width: 1060px;*/
	min-width: 900px;
}
#index_company .company_img {
	width: 73%;
    min-width: 921px;
    height: 350px;
    background-image: url(../img/campany_img.jpg);
    background-position: right center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: 27%;
    /*181212修正*/
    /*top: -66px;*/
    top: 0;
}
#index_company .company_img + div {
	width: 900px;
	margin: 0 auto;
}
#index_company .index_company_box &gt; div {
	position: relative;
	float: right;
	width: 280px;
	margin-top: 20px;
}
#index_company h3,
#index_recruit h3 {
	margin-bottom: 28px;
	color: #06077f;
	font-size: 38px;
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
}
#index_company h3 span,
#index_recruit h3 span {
	display: block;
	line-height: 1;
	/*181212修正*/
	/*font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
#index_company .index_company_box div + div {
	margin-top: 40px;
}

@media screen and (max-width: 640px) {
	#index_company {
		min-width: 100%;
		height: auto;
		padding: 68px 0;
		background: url(../img/campany_img.jpg) right center no-repeat;
		background-size: auto 100%;
	}
	#index_company .company_img {
		width: 100%;
		min-width: 100%;
		top: 0;
		right: 0;
		background: none;
	}
	#index_company .company_img + div {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#index_company .index_company_box &gt; div {
		float: none;
		width: auto;
		margin: 0;
		text-align: center;
	}
	
}

/*181212修正
** #index_recruit *******************************************************************/
/*#index_recruit {
	position: relative;
	padding: 60px 0;
}
#index_recruit h3 {
	margin-bottom: 0;
}
#index_recruit .recruit_img {
	width: 100%;
    min-width: 1366px;
    height: 450px;
    background-image: url(../img/recruit_img.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 426px;
    right: 0;
}
.recruit_number {
	width: 1000px;
	margin: 0 auto;
}
.recruit_number ul,
.recruit_info ul {
	position: relative;
	overflow: hidden;
}
.recruit_number li,
.recruit_info li {
	float: left;
}
.recruit_number li {
	background: #fff;
}
.recruit_number li:first-child { margin-top: 2px; }
.recruit_number li:nth-child(2) { margin: 42px 48px 0; }
.recruit_number li:last-child { margin-top: 92px; }

.recruit_info {
	width: 710px;
	margin: 40px auto 0;
}
.recruit_info li:last-child { margin: 50px 0 0 60px; }

@media screen and (max-width: 640px) {
	#index_recruit {
		padding: 68px 0;
	}
	#index_recruit .recruit_img {
		top: 240px;
		height: 200px;
	}
	.recruit_number,
	.recruit_info {
		width: 100%;
		padding: 0 5%;
		text-align: center;
		box-sizing: border-box;
	}
	.recruit_info {
		margin: 0;
	}
	.recruit_info ul {
		display: inline-block;
	}
	.recruit_number li{ width: 30%; }
	.recruit_info li { width: 47%; }
	.recruit_number li:nth-child(2) { margin: 42px 5% 0; }
	.recruit_number img,
	.recruit_info img {
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	.recruit_info li:last-child { margin: 42px 0 0 6%; }
}*/


/** #index_map *******************************************************************/
#index_map {
	overflow: hidden;
	height: 300px;
}
#index_map iframe {
	width: 100%;
	margin-top: -300px;
}

@media screen and (max-width: 640px) {
	#index_map {
		height: 240px;
	}
	#index_map iframe {
		margin-top: -320px;
	}
}

/** #index_contact *******************************************************************/
#index_contact {
	position: relative;
	padding: 65px 0;
	text-align: center;
	background: #7386a7;
}

@media screen and (max-width: 640px) {
	#index_contact {
		padding: 64px 20px;
	}
	#index_contact img {
		width: 100%;
		height: auto;
	}
}

/** #recruit ********************************************************************/
#index .index_recruit {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
#index .index_recruit p {
	line-height: 2;
	font-weight: bold;
	font-size: 1rem;
}
#index .index_recruit .recruit_btn {
	margin-top: 20px;
}
@media screen and (max-width: 640px) {
	#index .index_recruit {
		box-sizing:  border-box;
		width: 100%;
		padding: 30px 10px;
	}
	#index .index_recruit p {
		font-size: 0.875rem;
		text-align: left;
	}
	#index .index_recruit p br {
		display: none;
	}
}


/************************************************************************************************************************************
	おしらせ
************************************************************************************************************************************/
#information {}

/** .information *****************************************************************/
#information .info_list {
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
}
#information .info_list li {
	padding: 24px 0;
	border-top: 1px solid #06077f;
	color: #06077f;
}
#information .info_list li:first-child {
	border-top: none;
}
#information .info_list li time {
	/*181212修正*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	*/
}
#information .info_list li span {
	display: inline-block;
	padding-left: 40px;
	color: #06077f;
}

@media screen and (max-width: 640px) {
	#information .info_list {
		padding: 0 10px 34px;	
	}
	#information .info_list li {
		text-align: left;
	}
	#information .info_list li span {
		display: block;
		padding-left: 0;
	}

}



/************************************************************************************************************************************
	会社案内
************************************************************************************************************************************/
#company {}

.company_message {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.company_message .fit_image {
	order: 2;
	width: 314px;
}
.company_message .message_text {
	order: 1;
	width: 556px;
}
.company_message .message_text h4 {
	font-weight: bold;
	font-size: 26px;
	/*181212修正*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.company_message .message_text p {
	margin-top: 20px;
	line-height: 2;
	font-size: 14px;
}

/** .company *****************************************************************/

@media screen and (max-width: 640px) {
	.company_message {
		display: block;
	}
	.company_message .fit_image {
		width: 100%;
		margin-bottom: 20px;
	}
	.company_message .message_text {
		width: 100%;
	}
	.company_message .message_text h4 {
		font-size: 20px;
	}
	.company_message .message_text p {
		margin-top: 10px;
	}
}

/************************************************************************************************************************************
	会社概要
************************************************************************************************************************************/
#profile {}

/** .profile_summary ************************************************************/
.profile_summary {}

/** .profile_history ************************************************************/
.profile_history {}

/** .profile_client ************************************************************/
.profile_client {}
.profile_client ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.profile_client ul li {
	box-sizing: border-box;
	width: calc((100% - 60px) / 3);
	padding: 15px 20px;
	border-bottom: 1px solid #CCC;
	font-feature-settings: "palt";
}
.profile_client ul li:last-child {
	border-bottom: none;
}

@media screen and (max-width: 640px) {
	.profile_client ul {
		display: block;
	}
	.profile_client ul li {
		width: 100%;
		padding: 10px;
	}

}

/** .facility_list ************ **********************************************/
.facility_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: -30px;
}
.facility_list .facility_items {
	width: 435px;
	margin-top: 30px;
}
.facility_list .facility_items h4 {
	font-weight: bold;
	font-size: 22px;
	color: #000197;
}
.facility_list .facility_items table.format01 {
	margin-top: 20px;
}
.facility_list .facility_items table.format01 th,
.facility_list .facility_items table.format01 td {
	box-sizing: border-box;
}
.facility_list .facility_items table.format01 th {
	width: 80%;
	padding: 15px 20px;
	text-align: left;
}
.facility_list .facility_items table.format01 td {
	padding: 15px 20px 15px 0;
	text-align: right;
}

@media screen and (max-width: 640px) {
	.facility_list .facility_items h4 {
		font-size: 18px;
	}
	.facility_list .facility_items table.format01 {
		margin-top: 1em;
	}
	.facility_list .facility_items table.format01 th {
		padding: 10px 10px 10px 0;
	}
	.facility_list .facility_items table.format01 td {
		padding: 10px 0;
	}

}






/************************************************************************************************************************************
	事業案内
************************************************************************************************************************************/
#access {}

/** .access_map ************************************************************/
.access_map {}
.access_map iframe {
	width: 100%;
	height: 340px;
}
.access_map p {
	margin-top: 10px;
}
.access_map p span {
	display: inline-block;
}
.access_map p span.tel::after {
	content: "\002000\002f\002000";
}
@media screen and (max-width: 640px) {
}




/************************************************************************************************************************************
	事業案内
************************************************************************************************************************************/
#business {}

/** .business item ************************************************************/
/*181212修正*/
.product_item {
	margin-bottom: 30px;
}
.product_item:after {
	content: '';
	display: block;
	clear: both;
}
.product_item_annotation {
	text-align: right;
}
.product_item + .product_item_annotation {
	margin-top: -30px;
	margin-bottom: 30px;
}
.product_item_box {
	width: 217px;
	margin-right: 10px;
	float: left;
}
.product_item_box img {
	width: 100%;
}
.product_item_box p {
	margin-bottom: 10px;
	font-weight: bold;
}
.product_item_box p span {
	font-size: 12px;
}
.product_item_box:nth-child(4n) {
	margin-right: 0;
}
.product_item .btn {
	margin-top: 20px;
}
.product_item .btn a {
	width: 217px;
}
@media screen and (max-width: 640px) {
	.product_item_annotation {
		text-align: left;
	}
	.product_item_box {
		width: 48%;
		margin: 0 4% 4% 0 !important;
	}
	.product_item_box:nth-child(2n) {
		margin: 0 0 4% 0 !important;
	}
	.product_item .btn a {
		width: 100%;
		min-width: 100%;
		padding: 5px;
		font-size: 12px;
	}
}



/*
.product_item {}
.product_item + .product_item {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px dotted #7386a7;
}
.product_item .colset {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.product_item .colset .fit_image {
	width: 347px;
}
.product_item .colset .product_text {
	width: 523px;
}
.product_item .colset .product_text h4 {
	font-weight: bold;
	font-size: 22px;
	color: #000197;
}
.product_item .colset .product_text p {
	margin-top: 1em;
}
.product_item .btn {
	margin-top: 20px;
}
.product_item .btn a {
	position: relative;
	width: 230px;
	padding: 12px 40px;
}
.product_item .btn a::before {
	content: "";
	display: block;
	position: absolute;
	right: 26px;
	top: 50%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(../img/arrow_right.png) no-repeat center center;
	background-size: 14px;
}
.product_item .btn a:hover::before {
	background: url(../img/arrow_right_white.png) no-repeat center center;
	background-size: 14px;
}
@media screen and (max-width: 640px) {
	.product_item .colset {
		display: block;
	}
	.product_item .colset .fit_image {
		width: 100%;
		margin-bottom: 20px;
	}
	.product_item .colset .product_text {
		width: 100%;
	}
	.product_item .colset .product_text h4 {
		font-size: 18px;
	}
}
*/











/************************************************************************************************************************************
	個人情報保護方針
************************************************************************************************************************************/
#privacypolicy {}

/** .privacy *****************************************************************/
#privacypolicy .policy_terms {
	margin-top: 20px;
	font-size: 0.875rem;
}
#privacypolicy .policy_terms_list li {
	margin: 0 0 1em 0;
	counter-increment: privacy_num;
}
#privacypolicy .policy_terms_list li h4 {
	line-height: 2;
	font-weight: bold;
	font-size: 14px;
	color: #06077f;
}
#privacypolicy .policy_terms_list li h4:before {
	margin: 0 0.5em 0 0;
	content: counter(privacy_num) ")";
}
#privacypolicy .policy_terms_list li p {
	line-height: 1.8;
}

@media screen and (max-width: 640px) {
	#privacypolicy .policy_terms_list li h4 {
		position: relative;
		padding: 0.5em 0 0.5em 1.5em;
		line-height: 1.5;
	}
	#privacypolicy .policy_terms_list li h4:before {
		position: absolute;
		left: 0;
		top: 0.5em;
	}

}

/************************************************************************************************************************************
	採用情報
************************************************************************************************************************************/
#recruit {}

/** .lead text *****************************************************************/
.lead_text {
	padding: 20px;
	background-color: #e3e9f5;
	font-size: 0.875rem;
}
@media screen and (max-width: 640px) {}

/* entry sheet */
.entry_sheet {
	margin-top: 20px;
}
.entry_sheet table {
	width: 100%;
}
.entry_sheet table th {
	padding: 10px 20px;
	background-color: #e3e9f5;
	border: 1px solid #CCC;
	text-align: left;
	font-weight: bold;
}
.entry_sheet table td {
	padding: 10px 20px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

@media screen and (max-width: 640px) {
	.entry_sheet table th,
	.entry_sheet table td {
		padding: 10px;
	}
	.entry_sheet table th span {
		font-feature-settings: "palt";
		display: inline-block;
		white-space: nowrap;
	}

}

.entry_guide {}
.entry_guide .tel {
	margin: 1em 0;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans', sans-serif;
	font-size: 24px;
	color: #06077f;
}
.entry_guide .tel a {
	color: #06077f;
}
.entry_guide .tel span {
	font-size: 30px;
}


/************************************************************************************************************************************
	採用情報
************************************************************************************************************************************/
#voice {}

/** .voice_box *****************************************************************/

.voice_box {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.voice_box + .voice_box {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px dotted #7386a7;
}
.voice_box .fit_image {
	order: 1;
	width: 440px;
}
.voice_box .voice_text {
	order: 2;
	width: 440px;
}
.voice_box .voice_text h4 {
	padding-bottom: 0.5em;
	border-bottom: 2px solid #06077f;
	font-weight: bold;
	font-size: 16px;
	color: #06077f;
}
.voice_box .voice_text p {
	margin-top: 1em;
	font-size: 14px;
}

.voice_box:nth-of-type(even) .fit_image {
	order: 2;
}
.voice_box:nth-of-type(even) .voice_text {
	order: 1;
}


@media screen and (max-width: 640px) {
	.voice_box {
		display: block;
	}
	.voice_box .fit_image {
		width: 100%;
		margin-bottom: 20px;
	}
	.voice_box .voice_text {
		width: 100%;
	}

}







/************************************************************************************************************************************
	お問合せ
************************************************************************************************************************************/
#contact {}

/** .contact *****************************************************************/
.contact_form {}
.contact_summary {}
.contact_summary p {}
.contact_summary p strong {
	font-weight: bold;
}
.contact_summary p a {
	text-decoration: underline;
}
.contact_summary p a:hover {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.contact_form .submit {
	margin-top: 40px;
}
.contact_form .submit input[type=submit] {
    display: block;
    box-sizing: border-box;
    width: 200px;
	margin: 0 auto;
    padding: 10px;
	background: url(../img/arrow_right.png) no-repeat 170px center #FFF;
    border: 2px solid #06077f;
    font-weight: bold;
    font-size: 16px;
    color: #06077f;
    cursor: pointer;
	
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact_form .submit input[type=submit]:hover {
	background: url(../img/arrow_right_white.png) no-repeat 170px center #06077f;
	color: #FFF;
}

@media screen and (max-width: 640px) {
}




/************************************************************************************************************************************
	サイトマップ
************************************************************************************************************************************/
#sitemap {}

/** .sitemap *****************************************************************/
#sitemap .page_list {
	margin-top: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#sitemap .page_list &gt; ul {
	width: 440px;
}
#sitemap .page_list &gt; ul li {
	padding: 0;
	border-bottom: 2px solid #06077f;
}
#sitemap .page_list ul li a {
	display: inline-block;
	margin: 16px 0;
	padding-left: 30px;
	background: url(../img/arrow_right.png) no-repeat 10px center;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

#sitemap .page_list &gt; ul li &gt; ul li {
	border-bottom: none;
	border-top: 1px solid #06077f;
}
#sitemap .page_list &gt; ul li &gt; ul li a {
	padding-left: 50px;
	background: url(../img/arrow_right.png) no-repeat 30px center;
}


@media screen and (max-width: 640px) {
	#sitemap .page_list {
		display: block;
	}
	#sitemap .page_list ul {
		width: 100%;
	}
	#sitemap .page_list ul li {
	}

}

</pre></body></html>