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

@media print {
.page-break-before  {
    page-break-before:always
}
body {
-webkit-print-color-adjust: exact;
top:0 !IMPORTANT;
left:0 !IMPORTANT;
width:200mm !IMPORTANT;
height:290mm !IMPORTANT;
}

#sp_header{
 display: none;
}
#header .logo{
 float: left;
 margin: 21px 0px 0 0; 
 }
#header h1 a{
 float: left;
 display: block;
 font-size: 150%;
 text-decoration: none;
 color: #333;
 height: 45px;
 font-weight: bold;
}
#header h1 span{
 display: block;
 float: left;
 margin: 6px 0 0 30px;
}

#sp_menu{
 display: none;
 height: 0;
}
#main_menu{
 position: relative;
 display:inherit !important;
}
#main_menu{
 margin-top: 0px; 
 text-align: center; 
 float: right;
 margin-bottom: 0px;
} 
#main_menu ul{
 float: left;
} 
#main_menu ul ul{
 display: none;
} 
#main_menu ul &gt; li{
 list-style: none;
 display: block;
 text-align: center;
 float: left;
 margin: 0 auto;
 }
#main_menu li{
 background: url(images/common/menu-bg.jpg) no-repeat right center; 
}
#main_menu li:last-child{
 background: none; 
}

#main_menu ul li a{
 text-decoration: none;
 color: #333;
 display: block;
 font-weight: bold;
 padding: 28px 20px; 
 }
#main_menu ul li.current a,
#main_menu ul li a:hover{
 opacity: 1;
 color: #20aa55;
}

#main_menu ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#main_menu .contact{
 float: left;
}
#main_menu .contact a{
 float: left;
 display: block;
 padding: 20px 20px;
 color: #fff;
 font-weight: bold;
 text-decoration: none; 
 background-color: #20aa55;
}

#sp_menu{
 display: none;
}
.menu-close-btn,
.menu-open-btn{
 display: none;
}

.page_head{
 overflow: hidden;
 position: relative;
 padding-top: 18%; 
}

.page_head h1{
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%,-50%);
 -moz-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 -o-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
 height: auto;
 z-index: 100;
 color: white;
 font-size: 300%;
 letter-spacing: 8px;
 font-weight: bold;
 text-shadow:3px 5px 6px rgba(50,50,50,0.9);
}
.page_head h1 span{
 display: block;
 font-size: 40%;
}
.slide_btn{
 display: none;
}

/* home
------------------------- */
.home #contents{
 padding: 0;
}
.slide-arrow.prev-arrow{
 position: absolute;
 top: 50%;
 left: 10px;
 z-index: 10;
 width: 50px;
 height: 50px;
}
.slide-arrow.next-arrow{
 position: absolute;
 top: 50%;
 right: 10px;
 z-index: 10;
 width: 50px;
 height: 50px;
}

.home article .inner{
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
}
.home #contents article{
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 padding: 30px 0 30px 0; 
}
.home .slide{
 width: 100%;
 position: relative;
}
.home .slick-slide img{
 width: 100%;
 height: 300px !important;
}
.slide-arrow{
 display: none;
}

.home .slide .slide_title{
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%,-50%);
 -moz-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 -o-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
 width: 648px;
 height: 156px;
 z-index: 100;     
}
.new_ul .name{
 min-width: 90px;
 text-align: center;
 float: left;
 margin-top: 0;
 margin-right: 15px;
 padding-left: 10px;
 padding-right: 10px;
 color: #fff;
 font-size: 75%;
 line-height: 1.7;
 padding-bottom: 2px;
 background: #00aadd;
}

.home .top-slide{
 width: 100%;
}
.home .group_4{
 padding: 0 !important;
}

.home .group_4 li h3,
.home .group_2 li h3{
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%,-50%);
 -moz-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 -o-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
 z-index: 10;
 width: 100%;
 display: block;
 text-align: center;
 color: #fff;
 font-size: 140%;
 font-weight: bold;
 text-shadow:2px 1px 3px #000000;     
}
.home .group_3 li h3{
  position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%,-50%);
 -moz-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 -o-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
 z-index: 2;
 display: block;
 text-align: center;
 color: #fff;
 font-size: 140%;
 font-weight: bold;
 text-shadow:2px 1px 3px #000000;     
}

.home .group_4 ul,
.home .group_2 ul{
 max-width: 1300px;
 margin: 0 auto;
}
.home .group_4 ul li,
.home .group_2 ul li{
 position: relative;
}
.home .group_4 ul li a,
.home .group_2 ul li a{
 display: table;
 width: 100%;
 padding: 18% 0;  
}

.home .group_2 ul li.left{
 float: left;
 width: 50%;
 background: url(images/home/g2-1.jpg) no-repeat center center;
 background-size: cover;
 padding-top: 23%;
 transition-delay:3s;
}
.home .group_2 ul li.right{
 float: right;
 width: 50%;
 background: url(images/home/g2-2.jpg) no-repeat center center;
 background-size: cover;
 padding-top: 23%;
 transition-delay:3s;
}
.home .group_4 ul li.left{
 float: left;
 width: 50%;
 background: url(images/home/g4-1.jpg) no-repeat center center;
 background-size: cover;
 padding-top: 23%;
 transition-delay:3s;
}
.home .group_4 ul li.right{
 float: right;
 width: 50%;
 background: url(images/home/g4-2.jpg) no-repeat center center;
 background-size: cover;
 padding-top: 23%;
 transition-delay:3s;
}

/* プロダクト */
.home .group_1{
 width: 100%;
 padding-left: 0;
 padding-right: 0;
} 
.new-case img{
 width: 100%;
 height: 220px;
 object-fit: cover;
}
.new-case li a{
 color: #333;
}

.new-case li{
 float: left;
 width: 32%;
 height: 280px;
}
.new-case li:nth-child(4),
.new-case li:nth-child(1){
 margin-right: 2%; 
}
.new-case li:nth-child(6),
.new-case li:nth-child(3){
 float: right;
}

.new-case li .title{
 text-align: center;
 font-weight: bold;
}

/* トップニュース pc*/
.home .news_box{

}
.home .news_box .inner{
 max-width: 1100px;
 margin-left: auto;
 margin-right: auto;
}
.home .news_box ul{
 max-width: 1000px;
 margin: 0 auto 60px auto;
}

.t_right{
 text-align: right;
}


/* ----------------------
 会社情報 pc
------------------------- */
article.bg-gray{
 background-color: #fafbf9;
} 

.page_head.company{
 background: url(images/company/head.jpg) no-repeat center center;
 background-size: cover;
}
.main h2.ttl{
 text-align: center;
 font-size: 190%;
 font-weight: bold;
 letter-spacing: 2px;
 padding: 40px 0;
 background: url(images/common/h2-bg.png) no-repeat center center;
}
.page .main article{
 padding: 30px 0;
 line-height: 2;
}
.company .group_1 .left{
 width: 48%;
 float: left;
}
.company .group_1 .right{
 width: 48%;
 float: right;
}

.company .map {
    position: relative;
    padding-bottom: 50%; 
    height: 0;
    overflow: hidden;
    margin: 30px 0;
    }
    .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

.company .group_4 h3{
 font-size: 140%;
 color: #00a84d;
 font-weight: bold;
}
.company .group_4 .left{
 width: 48%;
 float: left;
}
.company .group_4 .right{
 width: 48%;
 float: right;
}

.company .group_2 th,
.company .group_3 th{
 width: 20%;
}

table.base{
 width: 100%;
 margin-bottom: 40px;
}
table.base th{
 border-bottom: 2px solid #fff;
 border-right: 2px solid #fff;
 padding: 1.5%;
 background-color: #e9f6ef;
 font-weight: bold;
 text-align: center;
}
table.base td{
 padding: 1.5%;
 background-color: #f2f2f2;
 border-bottom: 2px solid #fff;
 border-right: 2px solid #fff;
}

table.base-2{
 width: 100%;
 margin-bottom: 0px;
}
table.base-2 th{
 padding: 5px 15px 5px 30px;
 border-bottom: 1px solid #a8a8a8;
}
table.base-2 td{
 padding: 5px 15px 5px 30px;
 border-bottom: 1px solid #a8a8a8;
}

/*-----------------
 PC基本
--------------------*/
body{
 margin: 0;
 padding: 0;
}

#wrapper{
 height: 100%;
 position: relative;
 height:auto !important; /*IE6対策*/
 height: 100%; /*IE6対策*/
 min-height: 100%;
 }
.home #contents{
 width: 100%;
 overflow: hidden;
}

#contents.category{
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 padding: 40px 10px 0px 10px;
}
#contents.single{
 max-width: 900px;
 margin-left: auto;
 margin-right: auto;
 padding: 40px 0 0px 0;
}

#contents.page{
 overflow: hidden;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
}

#header .inner{
 max-width: 1000px;
 padding-left: 0;
 padding-right: 0; 
 margin-left: auto;
 margin-right: auto;
}
.bread{
 width: 100%;
 text-align: left;
 margin-bottom: 40px;
}
.bread.single{
 width: 100% !important;
}
.bread .inner{
 max-width: 1050px;
 padding-left: 2%;
 padding-right: 2%; 
 margin-left: auto;
 margin-right: auto;
}
.content-inner{
 margin: 30px auto 30px auto; 
}
#main{
 min-height: 220px;
}
.page .main{
 max-width: 100%;
 margin: 0 auto;
}

.page article{
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.page article .inner{
 max-width: 1050px;
 padding-left: 1%;
 padding-right: 1%; 
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.entry{
 float: left;
 width: 100%;
}
.foot_group{
 float: left;
 width: 100%;
}
h3 small{
 font-size: 0.7em;
}
.pc_none{
 display: none !important;
}
#page-top{
 display: none !important;
}

/* ----------------
 共通
------------------- */
.small_t{
 font-size: 15px !important;
}
.red{
 color: #CC3300;
}
p.lh-2{
 line-height: 2; 
}
.youtube {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

video{
 max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------
 採用情報pc
------------------------- */
.page_head.recruit{
 background: url(images/recruit/head.jpg) no-repeat center center;
 background-size: cover;
}

.recruit-info .group_2 li{
 width: 100%;
 float: left;
 margin-bottom: 50px;
}

.recruit-info .group_2 li figre{
 width: 48%;
}
.recruit-info .group_2 li .text_group{
 width: 48%;
}
.recruit-info .group_2 li:nth-child(even) figre{
 float: right;
} 
.recruit-info .group_2 li:nth-child(even) .text_group{
 float: left;
} 
.recruit-info .group_2 li:nth-child(odd) figre{
 float: left;
} 
.recruit-info .group_2 li:nth-child(odd) .text_group{
 float: right;
} 
.recruit-info .group_2 li .text_group dl{
 margin-bottom: 20px;
}
.recruit-info .group_2 li .text_group dt{
 width: 30%;
 font-weight: bold;
 font-size: 160%;
 float: left;
}
.recruit-info .group_2 li .text_group dd{
 width: 70%;
 float: left;
 font-weight: bold;
 font-size: 130%;
 padding-top: 5px;
}
.recruit-info .group_4 ul{
 width: 100%;
 height: 150px;  
 background: url(images/recruit/flow.png) no-repeat center center;
 background-size: 100% auto;
 margin-bottom: 50px;
}
.recruit-info .group_4 ul li{
 float: left;
 width: 30%;
 padding: 4.2% 0 0 8%;
 color: #fff;
 line-height: 1.5;
}
.recruit-info .group_4 ul li._1{
 margin-right: 3.8%;
}
.recruit-info .group_4 ul li._2{

}
.recruit-info .group_4 ul li._3{
 margin-left: 3.5%;
}
.recruit-info .group_3{
 padding: 0 !important;
}
/* ----------------------
 製品紹介トップ pc
------------------------- */
.page_head.product{
 background: url(images/product/head.jpg) no-repeat center center;
 background-size: cover;
}

.product-top .list li{
 float: left;
 width: 23%;
 margin: 1%;
}
.product-top .list li a{
 color: #333;
}
.product-top .list li .img{
 height: 160px;
 background: url(images/no-image.jpg) no-repeat center center;
 background-size: cover;
 object-fit: cover; 
}
.product-top .list li .img img{
 object-fit: cover; 
}
.product-top .list li .name{
 color: #333;
 text-align: center;
 margin-top: 5px; 
}

.img_mouse {
 overflow: hidden;
width: 100%;
height: 100%;
}
.img_mouse img {
display: block;
transition-duration: 0.5s;
}
.img_mouse img:hover {
transform: scale(1.2,1.2);
transition-duration: 0.5s;
}


/* -------------------------------------
 製品詳細
---------------------------------------- */
.poduct-s article{
 margin: 40px 0;
}
.product-s .group_1 .l_box{
 float: left;
 width: 48%;
}
.product-s .group_1 .r_box{
 float: right;
 width: 48%;
}
.product-s .point-1{
 text-align: center;
 font-weight: bold;
 font-size: 130%;
 margin-bottom: 30px; 
}
.product-s .group_1 h2{
 margin-bottom: 0px;
 font-size: 230%;
 font-weight: bold;
 color: #00a84d;
}
.product-s .group_1 h3{
 font-size: 160%;
 font-weight: bold;
 background: url(images/product/h3-bg.jpg) no-repeat left center;
 padding-left: 20px;
}

.product-s .group_2 h2{
 margin-bottom: 20px;
 background: url(images/product/g2-t-bg.png) no-repeat center center;
}

.product-s .group_2 li{
 width: 30%;
 float: left;
 text-align: center;
 height: 230px;
}
.product-s .group_2 li:nth-child(4),
.product-s .group_2 li:nth-child(1){
 margin-right: 5%;
}

.product-s .group_2 li:nth-child(6),
.product-s .group_2 li:nth-child(3){
 float: right;
}
.product-s .group_2 li img{
 height: 165px;
 object-fit: cover;
}

/*  スライドショーpc
------------------------------ */
.product-s #slider{
 max-width: 700px;
 margin-left: auto;
 margin-right: auto;
}
.product-s .slider-nav li{
 margin-left: 10px;
 margin-right: 10px;
 cursor: pointer;
}
.single.works .slider-nav .slick-list{
}
.product-s .slider-nav{
 padding: 10px 0 10px 0;
 background-color: #ccc;
 margin-bottom: 50px;
}
.product-s .slider-main .slick-slide{
 background-color: #ddd;
}
.product-s .slider-main .slick-slide img{
 width: auto;
 height: 466px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 object-fit: cover;
}

.product-s .slider-nav .slick-slide img{
 height: 66px;
 object-fit: cover;
}
.product-s .slick-prev{
    border: none;
    position: absolute;
    top: 50%;
    left: 10px;
    background: url(images/flex-nav-left.png) no-repeat center center;
    background-size: cover;
    width: 30px;
    height: 30px;
    z-index: 20;
    text-indent: -9999px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
}
.product-s .slick-next{
    border: none;
    position: absolute;
    top: 50%;
    right: -20px;
    background: url(images/flex-nav-right.png) no-repeat center center;
    background-size: cover;
    width: 30px;
    height: 30px;
    z-index: 20;
    text-indent: -9999px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
}

.product-s .group_3 ul{
 max-width: 1300px;
 margin: 0 auto;
}
.product-s .group_3 ul li{
 position: relative;
}
.product-s .group_3 ul li a{
 display: block;
 width: 100%;
 padding: 18% 0;
 text-align: center;  
}
.product-s .group_3 ul li a:hover{
 background-color:rgba(255,255,255,0.2);
 background-blend-mode:lighten;
}
.product-s .group_3 ul li.left{
 float: left;
 width: 50%;
 background: url(images/home/g2-1.jpg) no-repeat center center;
 background-size: cover;
 transition-delay:3s;
}
.product-s .group_3 ul li.right{
 float: right;
 width: 50%;
 background: url(images/home/g2-2.jpg) no-repeat center center;
 background-size: cover;
 transition-delay:3s;
}

.product-s table{
 width: 100%;
 margin: 30px auto;
 border-collapse: separate;  
}
.product-s table th{
 padding: 0;
 text-align: center;
 background-color: #404042;
 vertical-align: middle;
 border: solid 2px #fff;
 color: #fff;
}
.product-s table td{
 padding: 0;
 width: auto;
 border: solid 2px #fff;
 vertical-align: middle;
 background-color: #f2f6f4;
}

/* ----------------------
 製品カテゴリー一覧 pc
------------------------- */
.product-cat li{
 border-bottom: 1px dotted #333;
 padding: 30px 0;
 position: relative;
 transition: all .2s;
 background: url(images/product/arrow-1.png) no-repeat 98% center;
}
.product-cat li figure{
 width: 28%;
 height: 200px;
 float: left;
}
.product-cat li figure img{
 width: 100%;
 height: 200px;
 object-fit: cover;
}
.product-cat li:hover {
 opacity: 0.7;
 background: url(images/product/arrow-1.png) no-repeat right center;
}
.product-cat li .t_group{
 width: 68%;
 float: right;
 padding-top: 30px; 
}
.product-cat li .title{
 font-size: 130%;
 font-weight: bold;
}
.product-cat li a{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}


/* -----------------
 お知らせ
-------------------- */
.category.news .main li {
 padding: 15px;
 border-bottom: 1px dashed #ccc;
}
.category.news .main li a{
 color: #333;
 margin-left: 10px;
}


/* ---------------------------
   新着一覧
------------------------------ */
.page_head.news{
 background: url(images/company/head.jpg) no-repeat center top;
 background-size: cover;
}
.PostList li{
 overflow: hidden;
 width: 100%;
 padding-top: 7px;
 padding-bottom: 7px;
 border-bottom: 1px dotted #333;
}
.news-list h3.list_title{
 float: none;
 clear: both;
 font-size: 180%;
 text-align: center;
 border-bottom: 2px solid #20aa55;
 margin-top: 30px;
 margin-bottom: 20px !important;
}
.PostList .meta_group{
 width: auto;
 float: left;
 margin-right: 20px;
}
.PostList .Post_body{
 width: 100%;
 clear: both; 
}
.PostList .time{
 width: 71px;
 margin-right: 15px;
 float: left;
}
.PostList .meta{
 float: left;
}
.PostList .cat_name{
 background-color: #00aadd;
 padding:2px 10px;
 color: #fff;
 float: left;
 width: 120px;
 text-align: center;
 font-size: 80%;
 margin-right: 0;
}
.PostList .title{
 float: left;
 display: block;
 width: auto;
 color: #305478;
}
.PostList .Post_title:hover{
 text-decoration: underline;
}


/* ---------------------------
 コンタクト
 ----------------------------- */
.t_center{
 text-align: center !important;
}
.wpcf7-list-item-label{}
.wpcf7-checkbox{}
.wpcf7-textarea, 
input[type="email"],
input[type="tel"],
input[type="text"]{
 width: 95%;
}
table.contact span{
 margin-left: 5px;
}
.contact .main h3{
 font-size: 160%;
 font-weight: bold;
 color: #20aa55;
}
.contact_button{
 margin-left: auto;
 margin-right: auto;
 display: table;
}

table.contact{
 width: 90%;
 margin: 30px auto 10px auto;
 border-top: 1px solid #ccc; 
 border-collapse: separate;  /* 表の線と線の間を空ける */
}
table.contact th{
 padding: 10px 20px;
 width: 35%;
 background-color: #F3F3F6;
 vertical-align: middle;
 border-bottom: 1px solid #ccc;
}
table.contact td{
 padding: 10px 20px;
 width: auto;
 border-bottom: 1px solid #ccc;
}

table.contact th span{
 float: right;
}
input.yuubin01{
 width: 50px !important;
} 
input.yuubin02{
 width: 50px !important;
} 
.contact p{
 margin-bottom: 30px;
}
.about_contact{
 margin-left: 25px;
}
.about_contact li{
 list-style-type: decimal;
}
.contact .text-1 a{
 color: #e43329;
 text-decoration: underline;
}

/* -----------------
 プライバシー
-------------------- */
.privacy dt{
 font-size: 130%;
 font-weight: bold;
 border-bottom: 1px dotted #ccc;
 margin-top: 30px;
 margin-bottom: 10px;
}
.post li{
 list-style: none;
}
/* フッター
------------------------- */
#footer .inner{
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 30px;
}
#footer .foot_logo{
 margin-top: 30px;
}
#footer .add_group{
 float: left;
 width: 60%;
 margin: 0;
 text-align: left;
 line-height: 2;
 color: #333;
}
#footer .add_group strong{
 display: block;
 margin-bottom: 20px;
}
#footer .add_group br{
 display: block !important;
}
#footer .copy p{
 padding-top: 10px;
}
.foot_link_group{
 float: right;
}
.foot_link_group ul{
 float: left;
 margin-right: 30px;
}
.foot_link_group ul._1{
 width: 120px;
}
.foot_link_group ul._2{
 width: 170px;
}
.foot_link_group ul._3{
 width: 170px;
}
.foot_link_group ul li{
 text-align: left;
}
.foot_link_group ul li a{
 text-align: left;
 color: #333;
 display: block;
 text-decoration: none;
 margin-bottom: 15px;
}
#footer .copyright{
 text-align: left;
 color: #333;
 font-size: 80%;
 margin-top: 50px;
}
#footer .btn-inqu{
 display: block;
 float: right;
 width: 240px;
 height: 60px;
 transition: .3s;
 background:#00a84d url(images/common/bn-inqu.png) no-repeat center center;
 border-radius: 30px;		/* CSS3草案 */
	-webkit-border-radius: 30px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 30px;	/* Firefox用 */
}
#footer .btn-inqu:hover{
 background:#15c868 url(images/common/bn-inqu.png) no-repeat center center;
}



}/* print.css end */
</pre></body></html>