<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html {
	color: #333;
	background: #FFF;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: #5daf30;
}
a:hover {
	text-decoration: none;
}
a.op07:hover {
	opacity: 0.7;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, em {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h2 {
	margin: 0 auto 0;
	margin-bottom: 20px;
	position: relative;
}
h2 span {
	color: rgb(0, 0, 0);
	font-size: 32px;
	margin: 0 auto;
	line-height: 30px;
	font-weight: bold;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}
* {
	margin: 0;
	padding: 0;
}
strong, th {
	font-weight: bold;
}
#container {
	width: 100%;
}
#contentWrapper {
	width: 990px;
	margin: 0 auto;
}
.section {
	clear: both;
	margin-bottom: 30px;
}
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1 {
	font-size: 145%;
	font-weight: bold;
}
h1 span {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin-top: 0.5em;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}
h2.pageTitle {
	position: relative;
	text-align: center;
	margin: 2em 0 3em;
	font-size: 32px;
	color: #1b1b1b;
}
h2.pageTitle:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1b1b1b;
	border-radius: 2px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #505050;
	padding: 0.5em;
	line-height: 1.3;
	background: #dbebf8;
	vertical-align: middle;
	border-radius: 6px;
}
h3:before {
	content: '●';
	color: white;
	margin-right: 8px;
}
h4 {
	font-size: 95%;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}
h4.label {
	position: relative;
	padding: 5px 5px 5px 42px;
	background: #dcdcdc;
	font-size: 16px;
	color: #333333;
	margin-left: -21px;
	line-height: 1.3;
	z-index: -1;
	margin-bottom: 0.7em;
	font-weight: bold;
}
h4.label:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}
h5 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
}
p {
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
p.alignRight {
	text-align: right;
}

/* clear fix */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	display: inline-table;
	min-height: 1%;
}
* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
}

/* img */
img {
	max-width: 100%;
}
.imgOnlyStyle {
	text-align: center;
	margin-bottom: 30px;
}

/* margin */
.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}

/* columnSet */
.columnSet{
	clear:both;
}
.columnHalf:nth-of-type(2n+1),
.columnOneThird:nth-of-type(3n+1),
.columnTwoThird:first-child {
	margin-left: 0;
	clear: left;
}
.columnHalf, .columnOneThird, .columnTwoThird {
	float: left;
	margin-left: 2%;
	margin-bottom: 30px;
}
.columnHalf {
	width: 49%;
}
.columnOneThird {
	width: 32%;
}
.columnTwoThird {
	width: 66%;
}
.imgLeftAdjust {
	float: left;
	margin: 0 20px 0 0;
	text-align: left;
}
.imgRightAdjust {
	float: right;
	margin: 0 0 0 20px;
	text-align: left;
}
.imgLeftAdjust .imgOnlyStyle,
.imgRightAdjust .imgOnlyStyle {margin: 0 0 10px;}

/* header */
#header {
	width: 100%;
	height: auto;
	padding: 0 2%;
}
#header .container {
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}
#header #siteId {
	float: left;
	margin: 30px 0 0;
	max-width: 230px;
	height: auto;
}
#header #siteId a {
	display: block;
	line-height: 1;
}
#header #siteId img {
	width: 100%;
}
#headerContents {
	float: right;
}
#tel {
	margin: 15px 0 10px;
}
#tel span {
	display: block;
}
#tel a {
	display: block;
	margin: 5px 0 8px;
	color: rgb(93, 175, 48);
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.0em;
}
#inquiry {
	width: 100%;
	height: 32px;
	margin-bottom: 10px;
}
#inquiry a {
	width: 100%;
	height: 32px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: rgb(93, 175, 48);
	font-size: 75%;
	font-weight: bold;
	line-height: 32px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#inquiry a:hover {
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
#global-navi {
	width: 100%;
	height: inherit;
	margin: 0 auto;
	font-size: 0;
	background: -moz-linear-gradient(top, rgba(43,43,43,0.4) 0%, rgba(26,26,26,0.6) 50%, rgba(15,15,15,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(43,43,43,0.4) 0%,rgba(26,26,26,0.6) 50%,rgba(15,15,15,0.8) 100%);
	background: linear-gradient(to bottom, rgba(43,43,43,0.4) 0%,rgba(26,26,26,0.6) 50%,rgba(15,15,15,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662b2b2b', endColorstr='#cc0f0f0f',GradientType=0 );
}
#global-navi ul.menu {
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
}
#wrapper nav ul li {
	display: inline-block;
	font-size: 14px;
	padding: 12px 22px 12px 22px;
	border-right: 1px solid rgba(255,255,255,0.6);
	background: -moz-linear-gradient(top, rgba(141,12,37,0) 0%, rgba(92,8,33,0) 50%, rgba(76,0,26,0) 100%);
	background: -webkit-linear-gradient(top, rgba(141,12,37,0) 0%,rgba(92,8,33,0) 50%,rgba(76,0,26,0) 100%);
	background: linear-gradient(to bottom, rgba(141,12,37,0) 0%,rgba(92,8,33,0) 50%,rgba(76,0,26,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b38d0c25', endColorstr='#b34c001a',GradientType=0 );
}
#wrapper nav ul li.current, #wrapper nav ul li:hover {
	background: -moz-linear-gradient(top, rgba(141,12,37,0.7) 0%, rgba(92,8,33,0.7) 50%, rgba(76,0,26,0.7) 100%);
	background: -webkit-linear-gradient(top, rgb(93, 175, 48) 0%,rgb(93, 175, 48) 50%,rgb(93, 175, 48) 100%);
	background: linear-gradient(to bottom, rgb(93, 175, 48) 0%,rgb(93, 175, 48) 50%,rgb(93, 175, 48) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b38d0c25', endColorstr='#b34c001a',GradientType=0 );
}
#wrapper nav ul li:first-child {
	border-left: 1px solid rgba(255,255,255,0.6);
}
#wrapper nav ul li a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 960px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
#header #siteId {
	margin: 12px 0;
	max-width: 200px;
}
#wrapper nav {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	padding-top: 64px;
	background: #333;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 888;
}
#wrapper nav ul li {
	display: block;
	padding: 15px 28px;
}
#wrapper nav ul li a {
	text-decoration: none;
	color: #ddd;
}
#wrapper nav ul li:first-child {
	border-left: none;
}
#wrapper nav ul li.sp {
	background: #fff !important;
	text-align: center;
	color: #333;
	font-weight: bold;
}
#wrapper nav ul li.sp span.tel a {
	display: block;
	margin-top: 0.5em;
	color: #5daf30;
	font-size: 18px;
	font-weight: bold;
}
#wrapper nav ul li.sp span.inquiry a {
	background: #5daf30;
	color: #fff;
	padding: 0.7em 2em;
	border-radius: 4px;
	display: block;
	margin-top: 1em;
}
#wrapper .btn-gnavi {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 24px;
	z-index: 999;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms
}
#wrapper .btn-gnavi span {
	position: absolute;
	width: 30px;
	height: 4px;
	background: #666;
	border-radius: 10px;
	-webkit-transition: all 400ms;
	transition: all 400ms
}
#wrapper .btn-gnavi span:nth-child(1) {
	top: 0
}
#wrapper .btn-gnavi span:nth-child(2) {
	top: 10px
}
#wrapper .btn-gnavi span:nth-child(3) {
	top: 20px
}
#wrapper .btn-gnavi.open {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
#wrapper .btn-gnavi.open span {
	background: #fff
}
#wrapper .btn-gnavi.open span {
	width: 24px;
}
#wrapper .contents section p {
	position: absolute;
	top: 50%;
	width: 30%;
	line-height: 1.4;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 0 6px #666
}
#wrapper .contents section:nth-child(odd) p {
	left: 10%
}
#wrapper .contents section:nth-child(even) p {
	right: 10%
}
}

/* breadcrumb content */
.breadcrumb {
	width: 100%;
	background-color: rgb(75, 84, 70);
	height: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	padding: 0 2%;
}
.breadcrumb ul {
	max-width: 960px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
}
.breadcrumb ul li {
	color: #FFF;
	display: inline;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	font-weight: normal;
}
.breadcrumb ul li:after {
	content: "&gt;";
	color: #FFF;
	margin: 0 5px 0 10px;
}
.breadcrumb ul li a {
	height: 25px;
	color: #FFF;
}
.breadcrumb ul li:last-child:after {
	content: "";
}
.contents {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 2%;
}

/* topicsページ用 */
article {
	border: solid 1px #c3c3c3;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding: 0 15px;
	border-radius: 6px;
}
article h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	background: #5caf2f;
	padding: 8px 1em;
	color: #fff;
	border-radius: 6px;
}
article .text {
	padding: 0 0.5em;
}
article p {
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 1em;
}
article p img {
	width: auto;
	max-width: 100%;
}

/* 会社概要 */
.outline {
	width: 100%;
}
.outline tr:first-child th, .outline tr:first-child td {
	border-top: 1px solid #ccc;
}
.outline th, .outline td {
	border-bottom: 1px solid #ccc;
	padding: 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.outline th {
	font-weight: normal;
	background-color: #dedede;
	color: #333;
}
.timeline {
	list-style: none;
	margin-bottom: 2em;
}
.timeline &gt; li {
	margin-bottom: 60px;
	overflow: hidden;
	margin: 0;
	position: relative;
}
.timeline-date {
	width: 110px;
	float: left;
	margin-top: 20px;
}
.timeline-content {
	width: 75%;
	float: left;
	border-left: 3px #e5e5d1 solid;
	padding-left: 30px;
}
.timeline-content:before {
	content: '';
	width: 12px;
	height: 12px;
	background: #6fc173;
	position: absolute;
	left: 106px;
	top: 24px;
	border-radius: 100%;
}
.timeline-content h4 {
	margin-top: 20px;
}

/* サイレンサーSL */
.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}

.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 10px 0px !important;
}

.list8{
	counter-reset:li;
	margin-left:20px !important;
}

.list8 li {
	position: relative;
	display: block;
	padding: .7em 0.7em 0.7em 2em;
	margin: .5em 0;
	background: #ddd;
	color: #444;
	text-decoration: none;
	border-radius: .3em;
	transition: all .3s ease-out;
	text-decoration: none !important;
}

li.list8-count:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #ff9327;
	height: 40px;
	width: 40px;
	line-height: 32px;
	border: 4px solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	transition: all .3s ease-out;
	color: #fff;
}

/* footer content */
#footer {
	position: relative;
	z-index: 2;
	background-color: #1b1b1b;
	padding: 10px 0;
	color: #fff;
}
#footer .container {
	max-width: 960px;
	margin: 0 auto;
	padding: 26px 2% 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer .container .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
}
#footer .container .col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .container .col ul li {
	padding: 5px 0;
}
#footer .container .col ul li a {
	color: #fff;
	text-decoration: none;
}
#footer .container .col ul li a:hover {
	text-decoration: underline;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
#footer address span {
	letter-spacing: 2px;
}
#footer address a {
	color: #fff;
	text-decoration: none;
}
#footer address a:hover {
	text-decoration: underline;
}
#footer .copyright {
	border-top: 1px solid #444444;
	text-align: center;
}
#footer .copyright p {
	font-size: 75%;
	color: #FFF;
	margin: 12px auto 0;
}

/**********************************
 topページ用
**********************************/
.wideFull {
	position: relative;
	background: #e4e4e4;
	padding: 80px 2% 40px;
	margin-bottom: 50px;
}
.wideFull .bgTitle {
	position: absolute;
	left: 2%;
	top: -137px;
	color: #fff;
	font-size: 220px;
	font-weight: bold;
}
.section.panelMenu {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.section.panelMenu .text {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
}

/* information content */
.section.informationSection {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

/*news content*/
.section.informationSection .news {
	text-align: left;
	margin-bottom: 20px;
}
.news ul li dl dd a {
	color: #333;
	text-decoration: none;
}
.section.informationSection .news ul li dl dd a:hover {
	color: rgb(141, 12, 37);
	text-decoration: underline;
}
.news ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.news ul li {
	display: inline-table;
	min-height: 1%;
}
* html .news ul li {
	height: 1%;
}
.news ul li {
	display: block;
}
.news ul li {
	border-bottom: 1px dashed #333;
}
.news ul li:last-child {
	border-bottom: none;
}
.news dt {
	clear: left;
	float: left;
	padding: 22px 0;
}
.news dd {
	float: left;
	margin-left: 15px;
	padding: 22px 0;
}
.viewNewsList {
	width: 140px;
	height: 30px;
	margin: 0 auto 56px;
}
.viewNewsList a {
	width: 140px;
	height: 30px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: rgb(93, 175, 48);
	font-size: 75%;
	font-weight: bold;
	line-height: 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.viewNewsList a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
@media screen and (max-width: 1300px) {
.wideFull .bgTitle {
	font-size: 15vw;
	top: -120px;
}
}
@media screen and (max-width: 960px) {
.wideFull .bgTitle {
	display: none;
}
.wideFull {
	padding: 30px 2% 40px;
	text-align: center;
}
.section.panelMenu .text {
	font-size: 16px;
	margin: 0.5em 0 2em;
}
}
@media screen and (max-width: 750px) {
body {
	font-size: 14px;
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
}
.spInner {
	padding: 0 10px;
}
.spIndexInner {
	padding: 0 10px;
	margin-bottom: 15px;
}
.columnHalf, .columnOneThird, .columnTwoThird {
	float: none;
	margin-left: 0;
	margin-bottom: 0;
	width: 100%;
}
h2 span {
	font-size: 24px;
}
.section.informationSection {
	padding: 0 2%;
}
.news dt {
	float: none;
	padding: 0;
	margin: 1em 0 0.5em 0.5em;
}
.news dd {
	float: none;
	margin-left: 1em;
	padding: 0 0 22px;
}
h2.pageTitle {
	font-size: 24px;
}
article h3 {
	font-size: 16px;
}
p {
	font-size: 14px;
}
article p {
	font-size: 14px;
}
.outline th, .outline td {
	padding: 10px;
}
.timeline-date {
	width: 80px;
}
.timeline-content {
	width: auto;
}
.timeline-content:before {
	left: 76px;
}
}
@media screen and (max-width: 700px) {
#footer .container {
	text-align: center;
	margin: 0 auto;
	display: block;
}
#footer .container .col {
	max-width: 100%;
}
#footer h1 {
	width: 50px;
	margin: 0 auto;
}
#footer h2 {
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 0;
	display: inline-block;
}
}</pre></body></html>