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

.company {
	background-image: url(../images/company/image.jpg);
}

#content h1 {
	position: relative;
}

#recruit {
	font-size: 50%;
	color: #004DA0;
	text-decoration: underline;
	position: absolute;
	right: 20px;
	bottom: 0;
}

#recruit:hover {
	text-decoration: none;
}

/*代表の挨拶*/
#duty {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto 20px auto;
	font-size: 150%;
	color: #004DA0;
	line-height: 1.5;
	font-feature-settings: "palt";
}

#greeting {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto 40px auto;
}

#greeting p {
	margin: 0 0 1em 0;
}

#sign {
	text-align: right;
	display: block;
}

/*企業情報*/
article {
	width: 100%;
}

article section {
	width: 100%;
	padding: 80px 20px;
	border-top: 1px solid #E6E6E6;
}

.info {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.info h3 {
	font-size: 120%;
	font-weight: bold;
	color: #004DA0;
	line-height: 1;
	margin: 0 0 20px 0;
}

.info div {
	max-width: 1000px;
}

/*会社概要*/
.info div dl {
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: table;
	border-bottom: 1px solid #E6E6E6;
}

.info div dl:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.info div dl dt {
	width: 9em;
	display: table-cell;
	font-family: 'Noto-Medium';
	color: #555;
	vertical-align: top;	
}

.info div dl dd {
	width: 860px;
	display: table-cell;
}

.info div dl dd img {
	margin: 0 0 10px 0;
}

#map {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#executive dl {
	border: none;
	margin: 0;
}

#executive dl dt {
	width: 15em;
}

#executive dl:last-child {
	padding: 0;
}

.info div dl dd ul li {
	text-indent: -1em;
	padding: 0 0 0 1em;
}

.info div dl dd ul li::before {
	content: "・";
}

.info div dl dd ol li {
	list-style-type: decimal;
	margin: 0 0 0 1em;
}

/*CSR*/
.csr h4 {
margin: 0 0 10px 0;
font-family: 'Noto-Medium';
font-size: 1.1em;
color: #004da0;
background-size: 200px;
background-position: left center;
background-repeat: no-repeat;
}

#sdgs {
margin: 0 0 40px 0;
}

#sdgs h4 {
padding: 0 0 0 210px;
background-image: url("../images/company/csr/sdgs/logo_sdgs_1.png");
}

#sdgs p {
margin: 0 0 20px 0;
}

#sdgs a {
height: auto;
float: right;
padding: 10px 20px;
font-size: 1em;
}

#health h4 {
height: 50px;
padding: 12px 0 0 210px;
background-image: url("../images/company/csr/health/logo_health.jpg");
}


/*沿革*/
#history p {
	font-weight: bold;
	color: #555;
	margin: 0 0 2em 0;
}

#history dl {
	display: table;
}

#history dl dt {
	width: 13em;
	font-weight: normal;
	display: table-cell;
}

#history dl dd {
	display: table-cell;
}

/*事業所一覧*/
#office h4 {
	font-weight: bold;
	color: #004DA0;
	line-height: 1;
	margin: 0 0 10px 0;
}

#office dl {
	display: table;
}

#office dl dt {
	width: 18em;
	font-weight: bold;
	line-height: 2.5;
	display: table-cell;
}

#office dl dd {
	display: table-cell;
	line-height: 2.5;
}

#office dl dd a {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1;
	padding: 5px 10px;
	margin: 0 0 0 20px;
	border: 1px solid #C8C8C8;
}

#office dl dd a:hover {
	text-decoration: none;
}

#office dl dd a:hover span {
	color: #004DA0;
	text-decoration: none;
}

/*ボタン*/
.button {
	height: 2.2em;
	color: #888 !important;
	font-size: 80%;
	line-height: 1;
	text-decoration: none;
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #C8C8C8;
}

.button:hover {
	text-decoration: none !important;
}

.button:hover span {
	color: #004DA0;
	text-decoration: none !important;
}

@media screen and (max-width: 1200px) {
/*企業情報*/
.info {
	display: block;
}

.info div {
	max-width: 100%;
}

/*会社概要*/
.info div dl dt {
	display: block;
}

.info div dl dd {
	width: 100%;
	display: block;
}

/*沿革*/
#history p {
	margin: 0 0 1em 0;
}

#history dl {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#history dl dt {
	width: 100%;
	display: block;
}

#history dl dd {
	padding: 0 0 0 1em;
	display: block;
}

/*事業所一覧*/
#office dl {
	padding: 0 0 14px 0;
	margin: 0 0 14px 0;
}

#office dl:last-child {
	padding: 0;
	margin: 0;
}

#office dl dt {
	width: 100%;
	display: block;
	line-height: 1.7;
}

#office dl dd {
	display: block;
	line-height: 1.7;
}

#office dl dd a {
	width: 100px;
	padding: 5px 0;
	margin: 10px 0 0 0;
	display: block;
	text-align: center;
}
}

@media screen and (max-width: 700px) {
/*代表の挨拶*/
#duty {
	padding: 0 10px;
	margin: 0 auto 10px auto;
}

#greeting {
	padding: 0 10px;
	margin: 0 auto 20px auto;
}

/*企業情報*/
article section {
	padding: 40px 10px;
}

/*会社概要*/
.info div span {
	display: block;
}

#map {
	display: block;
}

#map p {
	margin: 0 0 10px 0;
}

.googlemap {
	float: right;
}

#executive dl {
	padding: 0 0 7px 0;
}

#executive dl dt {
	width: 100%;
}

#executive dl dd {
	padding: 0 0 0 1em;
}

/*CSR*/
.csr h4 {
height: auto !important;
margin: 0 0 10px 0 !important;
background-position: left top;
}

#sdgs h4 {
padding: 30px 0 0 0;
background-image: url("../images/company/csr/sdgs/logo_sdgs_1.png");
}

#health h4 {
padding: 45px 0 0 0;
background-image: url("../images/company/csr/health/logo_health.jpg");
}

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