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

/*ローディング画面*/
#loader {
	width: 100%;
	height: 100vh;
	display: none;
	background-color: #E6E6E6;
	/*background-image: url(../images/top/spinner.gif);*/
	/*background-size: 50px 50px;*/
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	z-index: 4;
	position: fixed;
}

.spinner {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.spinner .tips {
    width: 33%;
    height: 33%;
    background-color: #004DA0;
    float: left;
    -webkit-animation: loadingspinner 1.3s infinite ease-in-out;
          animation: loadingspinner 1.3s infinite ease-in-out; 
}
.spinner .tips1 {
    -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.spinner .tips2 {
    -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.spinner .tips3 {
    -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.spinner .tips4 {
    -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.spinner .tips5 {
    -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.spinner .tips6 {
    -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.spinner .tips7 {
    -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.spinner .tips8 {
    -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.spinner .tips9 {
    -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes loadingspinner {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes loadingspinner {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

#wrapper {
	width: 100%;
	height: 100vh;
}

/*ファーストビュー*/
#slider {
	overflow: hidden;
	background-color: #000;
}

#main {
	width: 100%;
	height: 100vh;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
    align-items: center;
	position: relative;
}

#main h1 {
	max-width: 90%;
	width: 60%;
	padding: 0 10px;
}

#main p {
    width: 28px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    margin: auto;
}
  
#main p span {
    width: 12px;
    height: 12px;
    margin: 0 0 0 -6px;
    position: absolute;
    left: 50%;
    top: 0;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
    animation: sdb 2s infinite;
    opacity: 0;
}

#main p pan:nth-of-type(1) {
    animation-delay: 0s;
}

#main p span:nth-of-type(2) {
    top: 16px;
    animation-delay: .15s;
}

#main p span:nth-of-type(3) {
    top: 32px;
    animation-delay: .3s;
}

@-webkit-keyframes sdb {
0% {
    opacity: 0;
}
	
50% {
    opacity: 1;
}
	
100% {
    opacity: 0;
}
}

@keyframes sdb {
0% {
    opacity: 0;
}
	
50% {
    opacity: 1;
}
	
100% {
  opacity: 0;
}
}

#container {
	width: 100%;
	background-color: #FFF;
}

/*ボタン*/
.button {
    position: relative;
    border: 1px solid #C8C8C8;
    transition: 0.2s;
}

.button::before,
.button::after,
.button span::before,
.button span::after {
	width: 0;
    height: 0;
    position: absolute;
    content: '';
    border: 1px solid transparent;
    transition: 0.2s;
	z-index: 2;
	visibility: hidden;
}

.button::before {
    top: -1px;
    left: -1px;
    border-left-color: #0C77EB;
}

.button::after {
    bottom: -1px;
    right: -1px;
    border-right-color: #0C77EB;
}

.button span::before {
    bottom: -1px;
    left: -1px;
    border-bottom-color: #0C77EB;
}

.button span::after {
    top: -1px;
    right: -1px;
    border-top-color: #0C77EB;
}

.button:hover::before,
.button:hover::after {
    height: 100%;
    visibility: visible;
}

.button:hover span::before,
.button:hover span::after {
    width: 100%;
    visibility: visible;
}

/*企業概要*/
#outline {
	width: 100%;
	height: auto;
	padding: 50px 20px;
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: url(../images/top/summary.jpg) center top repeat fixed;
}

#outline h2 {
	font-family: 'GenEiKoburiMinT-R', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	font-size: 250%;
	color: #FFF;
	text-align: center;
	margin: 0 0 15px 0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#outline h2 br {
display: none;
}

#outline p {
	font-size: 120%;
	color: #FFF;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.2em;
	margin: 0 0 30px 0;
}

#outline p span {
	font-family: 'Noto-Regular',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: block;
}

#outline div a {
	width: 300px;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
	border: 1px solid #FFF;
	font-size: 90%;
	color: #FFF;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: 0.3s;
}

#outline div a:hover {
	color: #4EA0F8;
}

.title {
	font-family: 'Scheherazade', serif;
	/*font-family: 'Roboto', sans-serif;*/
	/*font-family: 'Cormorant SC', serif;*/
	font-size: 230%;
	color: #004DA0;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin: 0 0 10px 0;
}

/*プロジェクト（施工事例）*/
#project {
	max-width: 95%;
	padding: 80px 20px 54px 20px;
	margin: 0 auto;
}

#project div {
	width: 100%;
	padding: 0 20px;
	margin: 0 0 20px 0;
	text-align: center;
}

#project div span {
	letter-spacing: 0.05em;
	display: block;
}

#project ul {
	width: 100%;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#project ul li {
	width: 25%;
	padding: 0 3px 6px 3px;
}

#project ul li a {
	text-decoration: none;
}

.transform {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
	
figure:hover .transform {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
		
figure h3 {
	font-size: 100%;
	color: #FFF;
}
		
#project ul li figure {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#project ul li figcaption {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0;
	z-index: 2;
}

#project ul li figcaption h3,
#project ul li figcaption p {
	width: 100%;
	position: absolute;
	left: -100%;
	-webkit-transition: .2s;
	transition: .2s;
}

#project ul li figcaption h3 {
	top: 20px;
}

#project ul li figcaption p {
	font-size: 90%;
	color: #FFF;
	letter-spacing: 0.02em;
	line-height: 1.8;
	top: 60px;
	padding: 0 40px 0 0;
}

#project ul li figure:hover figcaption {
	opacity: 1;
}
		
#project ul li figure:hover figcaption h3,
#project ul li figure:hover figcaption p {
	left: 20px;
}

#project ul li figure:hover figcaption h3 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

#project ul li figure:hover figcaption p {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

/*プロダクト（取扱製品）*/
#product {
	max-width: 100%;
	padding: 20px 20px 60px 20px;
	margin: 0 0 60px 0;
	background-color: #F0F0F0;
}

#summary {
	max-width: 90%;
	padding: 60px 20px;
	margin: 0 auto;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-image: url(../images/top/dot.svg), url(../images/top/product.jpg);
	background-size: 2px, auto;
	background-position: left top, center center;
	background-repeat: repeat, no-repeat;
}

#summary div {
	max-width: 1200px;
	color: #FFF;
}

#summary div h3 {
	font-family: 'GenEiKoburiMinT-R', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	font-size: 200%;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin: 0 0 20px 0;
}

#summary div p {
	font-size: 110%;
	font-family: 'Noto-Medium';
	margin: 0 0 20px 0;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#summary div p span {
	display: block;
}

#summary div a {
	width: 250px;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
	border: 1px solid #FFF;
	font-size: 90%;
	color: #FFF;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: 0.3s;
}

#summary div a:hover {
	color: #4EA0F8;
}

/*CSR*/
#csr {
 max-width: 80%;
	padding: 0 20px;
	margin: 0 auto 60px auto;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #csr { width: 1000px; padding: 0 20px; margin: 0 auto 60px auto; }
}

#csr a {
display: inline-block;
color: #444;
text-decoration: none;
}

#csr article {
padding: 20px;
display: flex;
justify-content: space-between;
}

#csr article div:first-child {
width: 18%;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #csr article div:first-child { width: 200px; }
}

#csr article div:last-child {
width: 80%;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #csr article div:last-child { width: 740px; padding-left: 20px; }
}

#csr article h3 {
	font-family: 'GenEiKoburiMinT-R', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	font-size: 150%;
	color: #004DA0;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 0 0 0 170px;
	margin: 0 0 15px 0;
	background-image: url("../images/company/csr/sdgs/logo_sdgs_1.png");
	background-size: 160px 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

#csr article span {
display: none;
}

/*ニュース（新着情報）*/
#news {
	width: 100%;
	padding: 20px 10px 150px 10px;
	background-color: #F0F0F0;
}

#news div {
	max-width: 90%;
	margin: 0 auto;
}

#news dl {
	width: 100%;
	padding: 20px 10px;
	display: table;
	border-bottom: 1px solid #C8C8C8;
}

#news dl:first-child {
	border-top: 1px solid #C8C8C8;
}

#news dt {
	width: 90px;
	display: table-cell;
	font-size: 80%;
	color: #777;
	letter-spacing: 0.03em;
}

#news dd {
	display: table-cell;
}

#news dd h4 a {
	color: #444;
	text-decoration: underline;
}

#news dd h4 a:hover {
	text-decoration: none;
}

#news dd p {
	font-size: 90%;
}

#list {
	text-align: right;
	margin: 30px 0 0 0;
	transition: 0.3s;
}

#list a {
	font-size: 95%;
	color: #666;
	text-decoration: none;
	letter-spacing: 0.05em;
}

#list a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1000px) {
/*ファーストビュー*/
#main h1 {
	max-width: 100%;
	width: 100%;
	padding: 0 20px;
}

/*企業概要*/
#outline h2 {
	margin: 0 0 25px 0;
}

#outline h2 br {
display: block;
}

#outline p {
	text-align: justify;
}

#outline p span {
	display: inline;
}

/*プロジェクト（施工事例）*/
#project {
 max-width: 90%;
	padding: 60px 10px 10px 10px;
}

#project ul li {
	width: 33.33%;
	padding: 0 10px;
	margin: 0 0 20px 0;
}

figure:hover .transform {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#project ul li figure {
	overflow: visible;
}

#project ul li figure img {
	border-bottom: 5px solid #FFF;
}

#project ul li figcaption {
	position: relative;
	opacity: 1;
	background-color: rgba(255,255,255,1);
}

#project ul li figcaption h3,
#project ul li figcaption p {
	position: relative;
	top: 0;
	left: 0;
	padding: 0 5px;
	color: #444;
}

#project ul li figcaption h3 {
	margin: 0 0 5px 0;
}

#project ul li figcaption h3::before {
	font-size: 90%;
	content: "→ ";
}

#project ul li figure figcaption p {
	margin: 0 0 10px 0;
}

#project ul li figure:hover figcaption h3,
#project ul li figure:hover figcaption p {
	left: 0;
}

/*プロダクト（取扱製品）*/
#product {
	padding: 20px 10px 40px 10px;
	margin: 0 0 45px 0;
}

#summary div p {
	font-size: 105%;
	text-align: justify;
}

#summary div p span {
	display: inline;
}

/*CSR*/
#csr {
 max-width: 90%;
	padding: 0 10px;
	margin: 0 auto 45px auto;
}

#csr a {
display: inline-block;
color: #444;
text-decoration: none;
}

#csr article {
padding: 20px;
display: flex;
justify-content: space-between;
}

#csr article div:first-child {
width: 18%;
}

#csr article div:last-child {
width: 80%;
}

#csr article h3 {
	font-family: 'GenEiKoburiMinT-R', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	font-size: 150%;
	color: #004DA0;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 0 0 0 170px;
	margin: 0 0 15px 0;
	background-image: url("../images/company/csr/sdgs/logo_sdgs_1.png");
	background-size: 160px 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

#csr article p {
margin: 0 0 20px 0;
}

#csr article span {
width: 250px;
padding: 5px;
display: block;
text-align: center;
border: 1px solid #C8C8C8;
}
}

@media screen and (max-width: 700px) {
/*企業概要*/
#outline {
	padding: 25px 10px;
}

#outline h2 {
font-size: 150%;
	margin: 0 0 20px 0;
}

#outline p {
	line-height: 1.5;
}

/*プロジェクト（施工事例）*/
#project {
 max-width: 100%;
	padding: 50px 0 5px 0;
}

#project div {
	text-align: justify;
	padding: 0 10px;
}

#project div span {
	display: inline;
}

#project ul li {
	width: 50%;
}

#project ul li figure figcaption h3 {
	text-align: left;
}

#project ul li figure figcaption p {
	display: none;
}

/*プロダクト（取扱製品）*/
#product {
 max-width: 100%;
	padding: 20px 0 30px 0;
	margin: 0 0 35px 0;
}

#summary {
 max-width: 100%;
	padding: 30px 10px;
}

#summary div h3 {
font-size: 140%;
	text-align: left;
}

/*CSR*/
#csr {
 max-width: 100%;
	padding: 0 10px;
	margin: 0 auto 35px auto;
}

#csr article {
padding: 20px 10px;
}

#csr article div:first-child {
display: none;
}

#csr article div:last-child {
width: 100%;
}

#csr article h3 {
	font-size: 140%;
	text-align: center;
	padding: 30px 0 0 0;
	margin: 0 0 10px 0;
	background-size: 160px 20px;
	background-position: center top;
}

#csr article span {
margin: 0 auto;
}

/*ニュース（新着情報）*/
#news {
	padding: 20px 10px 75px 10px;
}

#news div {
	max-width: 100%;
}

#news dt {
	margin: 0 0 5px 0;
	display: block;
}

#news dd {
	display: block;
}
}</pre></body></html>