<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/****************************************

 会社概要
 
****************************************/
#contents.company {
	margin-bottom: 100px;
	background: url(../img/bg-cmn_03.jpg) center top no-repeat;
}
#contents.company h2 {
	padding: 14px 0 0 18px;
	margin-bottom: 30px;
	font-size: 150%;
	font-weight: bold;
	color: #4b5659;
}
#contents.company .sec01 {
	margin-bottom: 56px;
}
#contents.company .sec01 .gallery {
	width: 300px;
}
#contents.company .sec01 .gallery ul li img {
	/* border-radius: 5px;
	behavior: url(../scripts/PIE.htc);
	position: relative;
	z-index: 1; */
}
#contents.company .sec01 .gallery .bx-pager {
	bottom: -22px !important;
}
#contents.company .sec01 .gallery .bx-pager a {
	width: 9px;
	height: 9px;
	margin: 0 3px;
	background: #a0a0a0;
	behavior: url(../scripts/PIE.htc);
	position: relative;
	z-index: 1;
}
#contents.company .sec01 .gallery .bx-pager a:hover,
#contents.company .sec01 .gallery .bx-pager a.active {
	background: #4b5659;
}
#contents.company .sec01 .info {
	width: 415px;
}
#contents.company table {
	width: 100%;
}
#contents.company table th {
	background-color: #e2e0d9;
	border-right: 1px solid #f9f6ef;
	border-bottom: 1px solid #f9f6ef;
	padding: 8px 10px;
	color: #4b5659;
	vertical-align: top;
}
#contents.company table td {
	background-color: #eeebe4;
	border-bottom: 1px solid #f9f6ef;
	padding: 8px 10px;
	color: #4b5659;
}
#contents.company .sec01 .info table th {
	width: 100px;
}
#contents.company .sec02 h3 {
	padding: 10px 15px;
	margin-bottom: 18px;
	background-color: #fff;
	font-size: 114%;
	font-weight: bold;
	color: #2095c1;
	border-radius: 6px;
	behavior: url(../scripts/PIE.htc);
}
#contents.company .sec02 table th {
	width: 140px;
	padding: 7px 10px;
}
#contents.company .sec02 table td {
	padding: 7px 10px;
}

/****************************************

 スタッフ募集
 
****************************************/
#contents.recruit {
	margin-bottom: 100px;
	background: url(../img/bg-cmn_03.jpg) center top no-repeat;
}
#contents.recruit h2 {
	padding: 14px 0 0 18px;
	margin-bottom: 30px;
	font-size: 150%;
	font-weight: bold;
	color: #4b5659;
}
#contents.recruit p.catch {
	margin-bottom: 10px;
	color: #4b5659;
}
#contents.recruit .sec h3 {
	padding: 10px 15px;
	margin-bottom: 20px;
	background-color: #fff;
	font-size: 114%;
	font-weight: bold;
	color: #2095c1;
	border-radius: 6px;
	behavior: url(../scripts/PIE.htc);
}

#contents.recruit .sec table {
	width: 100%;
	margin-bottom:35px;
}
#contents.recruit .sec table th {
	width: 116px;
	border-right: 1px solid #f9f6ef;
	border-bottom: 1px solid #f9f6ef;
	vertical-align: top;
	padding: 8px 12px;
	background-color: #e2e0d9;
	color: #4b5659;
}
#contents.recruit .sec table td {
	border-bottom: 1px solid #f9f6ef;
	padding: 8px 12px 15px 12px;
	background-color: #eeebe4;
	color: #4b5659;
}
#contents.recruit .sec table td ol,
#contents.recruit .sec table td ul {
	margin-top: -5px;
}
#contents.recruit .sec table td ol li,
#contents.recruit .sec table td ul li {
	margin-top: 5px;
	color: #4b5659;
}

/*面接会開催*/
.interview{
	/*border:2px solid #c93146;*/
	padding-bottom:10px;
	margin-bottom:10px;
}
.interview h3{
	background:#c93146;
	color:#fff;
	font-weight:bold;
	font-size:130%;
	text-align:center;
	padding:5px 0;
	margin-bottom:10px;
}

.interview table{
	width:95%;
	margin:10px auto;
	border:1px solid #de8390;
	border-collapse: collapse;
	width:100%;
	box-sizing: border-box;
}
.interview table tr{
	border-top:1px solid  #de8390;
}
.interview table  tr:last-child{
	border-bottom: 1px solid  #de8390;
	}
.interview table tr:first-of-type{
	border: none;
}
.interview table th {
	background: #f9eaec;
	padding: 10px 20px;
	vertical-align:top;
	white-space:nowrap;
	border-right:1px solid  #de8390;
}
.interview table td {
	padding: 10px 10px;
	vertical-align: top;
}

.interview ul{
	width:90%;
	margin:0 auto 5px;
	text-align:left;
}
/*
.interview li{
	float:left;
	width:45%;
	font-weight:bold;
}*/
.interview li{
	font-weight:bold;
}
.interview li  span{
	font-size:120%;
	margin-right:8px;
}
.interview p{
	width:90%;
	margin:auto;
	text-align:left;
}

/****************************************

 プライバシーポリシー
 
****************************************/
#contents.privacy {
	margin-bottom: 100px;
	background: url(../img/bg-cmn_03.jpg) center top no-repeat;
}
#contents.privacy h2 {
	padding: 14px 0 0 18px;
	margin-bottom: 30px;
	font-size: 150%;
	font-weight: bold;
	color: #4b5659;
}
#contents.privacy p{
	margin:20px;
	color: #4b5659;
}

#contents.privacy dl{
	margin:5px 20px 30px;
}
#contents.privacy dt::before{
	content:"■";
	color:#29450e;
}
#contents.privacy dt{
	color: #4b5659;
}
#contents.privacy dd{
	margin:0 0 10px 15px;
	color: #4b5659;
}

#contents.privacy .sec01 {
	margin-bottom: 56px;
}

#contents.privacy .sec01 h3 {
	padding: 10px 15px;
	margin-bottom: 18px;
	background-color: #fff;
	font-size: 114%;
	font-weight: bold;
	color: #2095c1;
	border-radius: 6px;
	behavior: url(../scripts/PIE.htc);
}

#contents.privacy .sec01 ul{
	margin:5px 20px 15px;
}

#contents.privacy .sec01 li::before{
	content:"■";
	color:#29450e;
}
#contents.privacy .sec01 li{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:5px;
	color: #4b5659;
}

.tp_odf{
	text-align: center;
	padding-top: 1rem;
}</pre></body></html>