<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: kanda
Description: kanda
Version: 1.0
Author: kanda
*/

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
.pc-only {display: inline-block;}
.sp-only {display: none;}

.img-flex { display: flex; justify-content: space-between; flex-wrap: wrap; }
.img-flex .img-box { width: 315px; margin-bottom: 20px; }
.flex-area .img-box { width: 315px; }
#manufactured .img-box { width: 315px; }
.flex-area .img-box img { width: 100%; }

body {
  font: 80%/1.5 "メイリオ", "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #252525;
  -webkit-text-size-adjust: none;
  background: #fff;
}

/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #777;
}

a:hover, a:active {
  -webkit-transition: opacity 1s;-moz-transition: opacity 1s;-o-transition: opacity 1s;
  outline: none;
  color: #999;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after,#wrapper:after {content: ""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, #wrapper {zoom: 1;}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea {
  margin-bottom: 10px;
  vertical-align: middle;
  max-width: 90%;
  line-height: 30px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #555;
  background: #fcfcfc;
}

textarea {
  height: auto;
  line-height: 1.5;
}

input[type="submit"],input[type="reset"],input[type="button"] {
  padding: 3px 10px;
  background: #2a588b;
  background: -moz-linear-gradient(top, #2a588b 0%, #214a78 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a588b), color-stop(100%,#214a78));
  background: -webkit-linear-gradient(top, #2a588b 0%,#214a78 100%);
  background: -o-linear-gradient(top, #2a588b 0%,#214a78 100%);
  background: -ms-linear-gradient(top, #2a588b 0%,#214a78 100%);
  background: linear-gradient(to bottom, #2a588b 0%,#214a78 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a588b', endColorstr='#214a78',GradientType=0 );
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  color: #fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
  background: #2a588b;
  background: -moz-linear-gradient(top, #214a78 0%, #2a588b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#214a78), color-stop(100%,#2a588b));
  background: -webkit-linear-gradient(top, #214a78 0%,#2a588b 100%);
  background: -o-linear-gradient(top, #214a78 0%,#2a588b 100%);
  background: -ms-linear-gradient(top, #214a78 0%,#2a588b 100%);
  background: linear-gradient(to bottom, #214a78 0%,#2a588b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214a78', endColorstr='#2a588b',GradientType=0 );
}

*:first-child+html input[type="submit"] {padding: 3px;}

.must {
  padding: 2px 4px;
  margin-left: 10px;
  color: #fff;
  background-color: #2b8de8;
  background-color: #e63d3d;
  font-size: 11px;
  font-weight: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#form-button {
  text-align: center;
  clear: both;
}
#form-button &gt; input{
  margin: 0 5px;
}

.photo img {
  width: auto !important;
  border: 1px #ccc solid;
  padding: 3px;
}

/* レイアウト
------------------------------------------------------------*/
#container {
  background: #eee url(images/bg.png);
}
#wrapper, .inner {
  margin: 0 auto;
  width: 960px;
}
#wrapper {
  padding: 0 30px;
  background-color: #fff;
}

#header {
  overflow: hidden;
  background: #fff;
}

#content {
  float: left;
  width: 710px;
  padding: 30px 0;
}

#sidebar {
  float: right;
  width: 225px;
  padding: 30px 0;
}

#footer {
  clear: both;
  padding-top: 20px;
  /*background: #f3f3f3;*/
  background: #666;
} 

.label {
  font-size: 92%;
  background-color: #000;
  color: #fff;
  padding: 5px;
  display: inline-block;
  line-height: 1;
  margin-right: 3px;
  border-radius: 3px;
}

.label.success {
  background-color: #00947a;
}

/* ヘッダー
*****************************************************/
#header #bg {background: #00947a;}
#header #bg strong { color: #fff; font-weight: normal;}

#header h1 small {
  display: block;
}
#header h1 img {
  margin: 3px 0;
}
#header #logo {
  float: left;
  padding: 10px 0;
}
#header #contact {
  float: right;
  padding: 10px 0 10px;
}
#header #contact #tel {
  background: url(images/banners/icon_tel.png) no-repeat left center;
  padding-left: 32px;
  font-size: 28px;
  color: #215eab;
  font-weight: bold;
}
#header #contact #fax {
  background: url(images/banners/icon_fax.png) no-repeat left center;
  padding-left: 32px;
  font-size: 21px;
  color: #215eab;
  font-weight: bold;
}

/* メインメニュー
------------------------------------------------------------*/
nav#mainNav {
  clear: both;
  position: relative;
  z-index: 200;
  background-color:#000;
}

nav#mainNav ul li {
  float: left;
  position: relative;
  border-right: 1px dotted #ccc;
  width: 16.6%;
  box-sizing: border-box;
}

nav#mainNav ul li:first-child {
  border-left: 1px dotted #ccc;
}

nav#mainNav ul li a {
  display: block;
  text-align: center;
  _float: left;
  color: #fff;
  height: 34px;
  line-height: 34px;
  padding: 12px 0 5px;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong {
  display: block;
  font-size: 90%;
  line-height: 1.4;
}

nav#mainNav ul li a span {
  font-size: 70%;
  color: #ccc;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active,
nav#mainNav ul li.current-menu-parent a {
  background: #00947a;
}

nav#mainNav ul ul {width: 160px;}

nav#mainNav ul li ul {display: none;}

nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top: 50px;
  left: -2px;
  z-index: 500;
}

nav#mainNav ul li li {
  padding: 0 0 0 10px;
  margin: 0;
  float: none;
  height: 40px;
  line-height: 40px;
  width: 160px;
  background: #f3f3f3;
  border: 0;
  border-bottom: 1px dotted #ccc;
}

nav#mainNav ul li li:first-child {border-left: 0;}

nav#mainNav ul li li a {
  width: 100%;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 95%;
  text-align: left;
}

nav#mainNav ul li li a span {padding: 0 10px;}

nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a {color: #999;}

nav#mainNav ul li:hover ul li:last-child {border: 0;}

/* トップページ　メイン画像
----------------------------------*/
#mainImg {
  clear: both;
  line-height: 0;
  text-align: center;
  z-index: 0;
  position: relative;
  /*background: #eef9fb;*/
  /*background-color: #e2ffe3;*/
  height: 500px;
}
#mainImg &gt; img {
  margin-top: 145px;
  position: relative;
  z-index: 2;
}

#mainImg #slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 1;
}
#mainImg .swiper-slide {
  width: 100%;
  height: 500px;
}
#mainImg #eyecatch01 {
  background: url(images/eyecatch01.jpg) no-repeat center center;
  background-size: 100%;
}
#mainImg #eyecatch02 {
  background: url(images/eyecatch02.jpg) no-repeat center center;
  background-size: 100%;
}
#mainImg #eyecatch03 {
  background: url(images/eyecatch03.jpg) no-repeat center center;
  background-size: 100%;
}
/* #mainImg #eyecatch03 {
  background: url(images/eyecatch03.jpg) no-repeat center bottom;
  background-size: 100%;
} */
#mainImg .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.post {
  margin: 0 0 20px 0;
  padding: 10px;
  border: 1px solid #dadada;
  background: #fff;
}


/* タイポグラフィ
*****************************************************/
h2.title {
  clear: both;
  margin: 30px 0 0;
  padding: 7px 10px;
  font-size: 110%;
  border: 1px solid #dadada;
  border-bottom: 0;
  background: #000 url(images/border.png) repeat-x 0 100%;
  color: #fff;
}

h2.first {margin-top: 0;}

.dateLabel {
  margin: 0 0 10px;
  text-align: right;
  font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p {padding-bottom: 15px;}

.post ul {margin: 0 0 10px 10px;}

.post ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(images/bullet.png) no-repeat 0 8px;
}

.post ol {margin: 0 0 10px 30px;}

.post ol li {list-style: decimal;}

.post h1 {
  margin: 20px 0;
  padding: 5px 0;
  font-size: 150%;
  color:  #000;
  border-bottom: 3px solid #000;
}

#company h2.first,
#business h2.first,
#manufactured h2.first,
#contact h2.first,
#recruit h2.first {
  padding: 40px 20px;
  background-position: center center;
  font-size: 24px;
  font-weight: bold;
  opacity: 0.9;
  text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px;
  /*color: #6b86e5;*/
  color: #00947a;
}
#company h2.first {background-image: url(images/head_company.jpg);}
#business h2.first {background-image: url(images/head_business.jpg);}
#manufactured h2.first {background-image: url(images/head_manufactured.jpg);}
#contact h2.first {background-image: url(images/head_contact.jpg);}
#recruit h2.first {background-image: url(images/head_recruit.jpg);}

.post h2{
  margin: 10px 0;
  padding-bottom: 2px;
  font-size: 130%;
  font-weight: normal;
  color: #333;
  border-bottom: 2px solid #515151;
}

.post h3 {
  clear: both;
  margin: 10px 0;
  font-size: 120%;
  font-weight: normal;
  color: #214a78;
  border-bottom: 1px solid #515151;
}

.post table {
  width: 100%;
  border: 1px #c3d3e3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0 20px;
}

.post table th {
  font-weight: bold;
  color: #fff;
  /*background: #85a4c8;*/
  background-color: #00ac97;
}

.post table th,
.post table td {
  padding: 7px 5px;
  border: 1px #c3d3e3 solid;
  border-width: 0 0 1px 1px;
}

.post dt {
  font-weight: bold;
  width: 25%;
  white-space: nowrap;
  text-align: right;
  padding: 8px 10px;
  box-sizing: border-box;
  clear: both;
}

.post dd {
  padding-bottom: 10px;
  width: 75%;
}
.mw_wp_form_confirm dd {
  padding-top: 0.7em;
}


.post dt, .post dd {float: left;}

.post img {max-width: 100%;height: auto;}

img.aligncenter {
  display: block;
  margin: 5px auto;
}

img.alignright, img.alignleft {
  padding: 5px 0;
  display: inline;
}
img.alignleft {padding-right: 5px;}
img.alignright {padding-left: 5px;}

.post img.alignright, .post img.alignleft {
  width: 50%;
  box-sizing: border-box;
}

.alignright {float: right;}
.alignleft {float: left;}

#top_box .alignleft {padding: 0 10px 0 0;}

#top_box .caption,
#top_box .caption a {
  color: #ff3a3a;
  text-align: center;
}

#top_box .caption strong {
  font-weight: bold;
  font-size: 16px;
}

#top_box p {
  line-height: 2;
}

/* サイドバー　ウィジェット
*****************************************************/
#sidebar section {
  margin: 0 0 20px;
  padding: 10px 7px;
  border: 1px solid #dadada;
  background: #fff;
}

#banners img {
  max-width: 225px;
  height: auto;
  padding-bottom: 10px;
}

#sidebar section h3 {
  clear: both;
  margin: 0 0 10px;
  padding: 5px 0;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #ccc;
}

#sidebar section iframe {padding-top: 10px;}

#sidebar section a {
  display: block;
  padding: 3px 0 3px 13px;
  text-decoration: underline;
  background: url(images/arrow.png) no-repeat 0 50%;
}

#sidebar section a:hover {
  text-decoration: none;
  background-position: 3px 50%;
}

#searchform input[type="text"] {
  line-height: 1.7;
  height: 24px;
  width: 100px;
  vertical-align: bottom;
}


/* ハッピーパートナー バナー
*****************************************************/
.side-banner {
  margin-bottom: 20px;
  text-align: center;
}

.side-banner img{
  max-width: 100%;
  width: 140px;
}


/* サイドバー　SDGs、LEDコンテンツ
*****************************************************/
.sdgs-content {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 0 0 0 0;
  border: 1px solid #dadada;
  background: #fff;
}

.sdgs-content &gt; a{
  display: block;
  width: 100%;
  max-width: 360px;
}

.led-content &gt; a {
  width: 100%;
  max-width: 360px;
  padding: 0 !important;
  background: none !important;
}

.sdgs-content &gt; a &gt; img,
.led-content &gt; a &gt; img {
  display: block;
  width: 100%;
  height: auto;
}


/* フッター
*****************************************************/
#footer ul {
  font-size: 12px;
  padding: 10px 0 30px 0;
}

#footer ul li {
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
  padding: 5px 0;
  margin-right: 30px;
  background: url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li a {
  display: block;
  padding: 0 0 0 12px;
  overflow: hidden;
  color: #fff;
}

#footer ul li a:hover {text-decoration: underline;}

#footer ul li li {
  display: block;
  padding: 0;
  margin: 0 0 0 10px;
  background-position: 0 5px;
}


*:first-child+html #footer ul li {display: inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li {display: none;}

#copyright {
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 10px;
  zoom: 1;
  color: #a8a8a8;
  /*background: #d9d9d9;*/
  background: #000;
}


/* page navigation
------------------------------------------------------------*/
.pagenav {
  clear: both;
  width: 100%;
  height: 30px;
  margin: 5px 0 20px;
}

.prev {float: left}

.next {float: right;}

#pageLinks {
  clear: both;
  color: #2a588b;
  text-align: center;
}


/* トップページ 3カラム
------------------------------------------------------------*/
.thumbWrap {
  width: 735px;
  margin: 20px 0 20px 0;
  text-align: center;
}

.thumbWrap li {
  /*float: left;*/
  display: inline-block;
  width: 220px;
  margin: 0 20px 0 0;
  padding: 2px 0 40px;
  background: none;
}

.thumbWrap .pickup-list {
  display: flex;
  justify-content: center;
}

.thumbWrap .pickup-list li {
  width: 250px;
  margin-right: 30px;
}

.thumbWrap .pickup-list li:last-child{
  margin-right: 0;
}

.thumbWrap .pickup p {
  padding: 20px 20px 20px 0;
  line-height: 2.0;
  text-align: center !important;
}

/* リンク */
ul.thumb .img-box {
  position: relative;
  width: 220px;
  height: 120px;
  overflow: hidden;
}

ul.thumb .img-box img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translateY(-50%);
}

ul.thumb h3 {
  margin-top: 10px;
  /*padding: 1px;*/
  padding: 3px;
  font-weight: normal;
  text-align: center;
  /*background: #25252;*/
  /*border: 1px solid #dadada;*/
  /*border: 1px solid #555;*/
  background: #000 url(images/border.png) repeat-x 0 100%;
  color: #fff;
}

ul.thumb h3 span {
  display: block;
  padding: 2px 3px;
  /*background: #f3f3f3;*/
  /*background: #555;*/
}

ul.thumb h3 a {/*color: #252525;*/color: #fff;}

/*ul.thumb h3:hover span {background: #ed4213;}*/

#tableLineup tr:nth-child(even) {
  background-color: #f5f5f5;
}
#tableLineup tr td:nth-child(2) {
  text-align: right;
  width: 3em;
}
#tableLineup th {
  text-align: center;
}

/* 事業内容
*****************************************************/
#business .flex-area{
  display: flex;
  justify-content: space-between;
}

#business .flex-area .right-box{
  width: 35%;
}


/* 制作実績
*****************************************************/
#manufactured .half {
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

#manufactured .half p {padding-bottom: 0;}

/* #manufactured .half .arrow {width: 100px;} */

/* #manufactured .half .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 25px;
  right: 15px;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-top: 8px solid #ccc;
  border-right: 8px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */

/* 採用情報
*****************************************************/
#recruitTable th {
  width: 25%;
}
#recruitContact {
  background-color: #eaf4fc;
  padding: 10px;
  margin-top: 20px;
}
#voice p {
  display: inline;
}
#voice .photo {
  float: left;
}
#voice .photo img {
  margin: 0 10px 10px 0;
}

/* 製造品目
*****************************************************/
#manufactured .post p &gt; img:nth-child(even) ,
#manufactured .post p &gt; img.right-img{
  float: right;
}

#manufactured .post .flex-area{
  display: flex;
  justify-content: space-between;
}

#manufactured .post .arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

#manufactured .post .arrow::before,
#manufactured .post .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
}

#manufactured .post .arrow::before{
  left: 8px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 20px solid #00947a;
}

#manufactured .post .arrow::after{
  left: -10px;
  width: 18px;
  height: 20px;
  border-left: 20px solid #00947a;
}

#manufactured .post .half img {
  max-width: none;
}

/* 会社概要
*****************************************************/
#president .photo img {
  margin: 0 0 0 10px;
}
#president {
  clear: both;
  float: right;
  text-align: center;
}
#president p {
  margin: 0;
  padding: 0;
}
#president #signature {
  margin-top: 5px;
}
#president #signature img {
  vertical-align: bottom;
  margin-top: 5px;
}

#processing {
  display: flex;
}
#processing ul li {
  padding-right: 10px;
}
#processing img {
  border: 1px #ccc solid;
  padding: 3px;
  box-sizing: border-box;
}

.calendar-information.holiday_am,
.calendar-information.holiday_pm {
  display: none;
}


/* スマホ対応
*****************************************************/
@media screen and (max-width:767px) {

  html      { font-size: 62.5%; }
  *         { box-sizing: border-box; }
  img       { width: 100%; height: auto; }
  .img-flex { display: flex; justify-content: space-between; flex-wrap: wrap; }

  p    { font-size: 1.4rem; }
  li   { font-size: 1.4rem; }
  h2   { font-size: 1.8rem; }
  h3   { font-size: 1.6rem; }
  span { font-size: 1.4rem; }

  h2 &gt; span { font-size: 1.8rem; }
  h3 &gt; span { font-size: 1.6rem; }
  
  .pc-only { display: none !important; }
  .sp-only { display: inline-block; }
  .note    { font-size: 1.2rem; }

  /* レイアウト
  *****************************************************/
  #container {
    padding-top: 112px;
    background: none;
  }

  #container.top-page {
    padding-top: 0;
  }

  #wrapper {
    width: 100%;
    padding: 0 15px;
  }

  #wrapper, .inner {
    width: 100%;
  }

  #content {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    float: none;
  }

  #sidebar {
    width: 100%;
    padding-top: 0;
    float: none;
  }
 
  /* ヘッダー
  *****************************************************/
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  #header &gt; .inner {
    text-align: left;
    padding: 10px 15px;
  }

  /* 最上部のテキスト表示エリア */
  #header #bg .inner {
    padding: 3px;
    text-align: center;
  }

  /* 最上部のテキスト */
  #header #bg strong {
    font-size: 1.1rem;
  }

  /* ロゴ表示エリア */
  #header #logo {
    width: 90%;
    margin-right: auto;
    padding: 0;
    float: none;
  }

  /* キャッチコピー */
  #header h1 small {
    font-size: 1.2rem;
  }

  /* 住所 */
  #header #logo &gt; p {
    font-size: 1.2rem;
  }

  /* ロゴ画像 */
  #header h1 img {
    width: 250px;
    margin: 0;
  }

  /* メインメニュー
  *****************************************************/
  nav#mainNav {
    background-color: initial;
  }

  /* 各メニュー項目 */
  nav#mainNav ul li {
    position: relative;
    width: 100%;
    border: none;
    float: none;
  }

  /* 最初の項目 */
  nav#mainNav ul li:first-child {
    border: none;
  }

  /* 最後の項目 */
  nav#mainNav ul li:last-of-type {
    margin-bottom: 0;
  }

  /* &gt; マーク */
  nav#mainNav ul li::after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
    transform: translateY(-50%) rotate(45deg);
  }

  /* メニュー項目内の文字表示エリア */
  nav#mainNav ul li a {
    height: auto;
    padding: 15px 0 10px 15px;
    text-align: left;
  }

  nav#mainNav ul li a strong,
  nav#mainNav ul li a span {
    font-size: 1.4rem;
    color: #fafafa;
  }

  nav#mainNav ul li a span {
    font-size: 1rem !important;
    line-height: 1.3;
  }

  /* ホバー動作 */
  nav#mainNav ul li a:hover,
  nav#mainNav ul li a:active {
    background-color: rgba(0, 151, 123, 0.7);
  }

  /* 下線 */
  .menu-item {
    border-bottom: 1px #525252 solid !important;
  }

  nav#mainNav ul li.current-menu-item a {
    background-color: inherit;
  }

  nav#mainNav ul li.current-menu-item a:hover {
    background-color: rgba(0, 151, 123, 0.7);
  }

  nav#mainNav .current-menu-item strong,
  nav#mainNav .current-menu-item span {
    font-weight: bold !important;
  }

  /* ハンバーガーメニュー
  *****************************************************/
  .menu-btn {
    margin: 0px 0px 0 0;
    position: fixed;
    top: calc(90px / 2 + 24px);
    right: 15px;
    z-index: 999;
    transform: translateY(-50%);
    
  }
  
  .menu-btn .button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 50px;
    height: 50px;
  }
  
  /* 三本線 */
  .menu-btn .button span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 2px;
    background-color: #030303;
    transform: translate(-50%, -50%);
    transition: ease 0.4s;
    display: block;
  }
  
  .menu-btn .button span:nth-child(1) {
    top: 25%;
  }
  
  .menu-btn .button span:nth-child(3) {
    top: 75%;
  }
  
  /* 三本線(クリック時) */
  .menu-btn.hover .button {
    border: 1px solid #707070;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .menu-btn.hover .button span {
    height: 2px;
    background-color: #fafafa;
  }
  
  .menu-btn.hover .button span:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 70%;
  }
  
  .menu-btn.hover .button span:nth-child(2) {
    opacity: 0;
  }
  
  .menu-btn.hover .button span:nth-child(3) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 70%;
  }

  /* メニュー画面
  *****************************************************/
  .menu-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    transition: ease 0.5s;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 998;
  }

  #header .menu-area nav {
    position: absolute;
    top: 112px;
    right: 15px;
    left: 15px;
    border: 1px solid #707070;
    padding: 10px 15px 20px;
    background-color: rgba(0, 0, 0, 0.85);
  }

  /* メニュー開閉 */
  .menu-area.hover {
    opacity: 1;
    pointer-events: auto;
  }

  /* トップページ
  *****************************************************/

  /* トップページ メインビジュアル */
  #mainImg {
    position: relative;
    margin-top: 112px;
    height: 55vw;
    margin-bottom: 20px;
  }

  #mainImg #slider {
    height: 55vw;
  }

  #mainImg .swiper-slide {
    height: 55vw;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 5vw !important;
    height: 10vw !important;
    top: calc(27.5vw - 2.5vw) !important;
    margin-top: 0 !important;
    background-size: 100% auto !important;
  }

  #mainImg &gt; img {
    width: 75%;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: calc(50% - 7.25vw);
    left: calc(50% - 37.5vw);
  }

  #mainImg #eyecatch01,
  #mainImg #eyecatch02,
  #mainImg #eyecatch03 {
    background-size: cover;
  }

  /* トップページ 特徴 */
  #top_box .img-box {
    margin-bottom: 10px;
  }

  #top_box .alignleft {
    width: 100%;
    padding: 0 0 0 0;
  }

  .alignleft {
    float: none;
  }

  /* トップページ 3カラム */
  .thumbWrap {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .thumb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .thumbWrap li {
    width: 48%;
    max-width: 600px;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .thumbWrap li:last-of-type {
    padding-bottom: 0;
  }

  .top-page .thumbWrap img {
    height: 24.9vw;
  }

  .top-page .thumbWrap li:nth-child(4) h3 span {
    padding: 0.5rem 0;
    font-size: 1.05rem;
  }

  .thumbWrap .pickup {
    flex-direction: column;
    padding-top: 30px;
  }

  .thumbWrap .pickup-list li{
    margin-right: 15px;
  }

  .thumbWrap .pickup p{
    padding: 20px 0;
  }

  .thumbWrap .pickup img{
    height: auto;
  }

  ul.thumb h3 {
    margin-top: 0px;
  }

  ul.thumb h3 &gt; span {
    font-size: 1.4rem;
  }

  /* タイポグラフィ
  *****************************************************/

  /* 下層ページ 見出し */
  h2.first {
    padding: 20px 15px !important;
  }

  .top-page h2.first {
    padding: 7px 10px !important;
  }

  h2.first span {
    font-size: 2rem !important;
  }

  .post {
    margin-bottom: 0;
  }

  .post h3 {
    font-size: 1.6rem;
  }

  .post p {
    padding-bottom: 10px;
  }

  .post p:last-of-type {
    padding-bottom: 0;
  }

  .post table {
    margin-top: 15px;
  }

  .post table th,
  .post table td {
    padding: 5px;
    font-size: 1.4rem;
  }

  /* 会社概要
  *****************************************************/
  #president {
    float: none;
  }

  /* 代表者写真 */
  #president .photo {
    width: 75% !important;
    margin: 0 auto !important;
  }

  #president #signature {
    margin-bottom: 15px;
  }

  #president .photo img {
    margin: 0 0 0 0;
  }

  /* 代表者サイン */
  #president #signature img {
    width: 100px;
  }

  #company .post iframe {
    height: 400px;
  }

  /* 事業内容・主要設備
  *****************************************************/
  #business .flex-area {
    display: block;
  }

  /* 加工分野 */
  #business .flex-area .left-box {
    width: 100%;
  }

  #processing {
    display: block;
  }

  /* イメージ画像 */
  #processing .right-box {
    margin: 0 auto !important;
    width: 250px !important;
  }

  /* 資格取得 */
  #business .flex-area .right-box {
    width: 100%;
    margin-bottom: 15px;
  }

  /* 主要設備 */
  #business .table-box {
    padding-bottom: 10px;
    overflow-x: scroll;
  }

  #business .table-box table {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }

  /* 加工例
  *****************************************************/
  #manufactured img {
    width: 100%;
  }

  #manufactured p {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 15px;
    line-height: 0;
  }

  #manufactured .post &gt; p img:first-child {
    margin-bottom: 15px;
  }

  #manufactured .half p {
    margin-bottom: 0;
  }

  #manufactured .half img {
    width: 80% !important;
    margin-bottom: 0 !important;
  }

  #manufactured .post p:last-of-type {
    margin-bottom: 0;
  }

  #manufactured .post p:last-of-type img {
    margin-bottom: 0;
  }

  /* 溶接での肉盛り修復加工 */
  #manufactured .post &gt; p:nth-child(4) {
    margin-top: 20px;
  }

  /* 量産用センター穴加工 */
  #manufactured .half + p {
    margin-top: 20px;
  }

  /* お問い合わせ
  *****************************************************/
  #contact .post dt,
  #contact .post dd {
    width: 100%;
    font-size: 1.4rem;
    float: none;
  }

  #contact .post dt {
    padding: 7px 5px;
    text-align: left;
  }

  #contact .post dd:last-of-type {
    padding-bottom: 0;
  }

  #contact input[type="text"],
  textarea {
    max-width: 100%;
    width: 100%;
  }

  #contact input[type="text"] {
    margin-bottom: 5px;
  }

  textarea {
    margin-bottom: 10px;
  }

  /* 郵便番号 */
  .zip-code {
    width: 24% !important;
  }

  #form-button &gt; input {
    padding: 5px 10px;
  }

  /* 採用情報
  *****************************************************/
  #voice .photo {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 5px;
    float: none;
  }

  #voice .photo img {
    width: 100% !important;
    margin: 0 0 0 0 !important;
  }

  #voice p {
    display: block;
  }

  /* サイドバー　ウィジェット
  *****************************************************/
  #sidebar section {
    padding: 10px;
  }

  #sidebar section:last-of-type {
    margin-bottom: 0;
  }

  /* サイドバー　SDGsコンテンツ
  *****************************************************/
  .sdgs-content &gt; a {
    max-width: 400px;
  }

  /* サイドバー　カレンダー
  *****************************************************/
  #biz_calendar {
    max-width: none !important;
  }

  #biz_calendar table.bizcal {
    width: 90% !important;
    max-width: 400px !important;
    margin: 15px auto !important;
  }

  #biz_calendar table.bizcal img {
    width: auto;
  }

  #biz_calendar table.bizcal td {
    padding: 7px 10px !important;
  }

  /* カレンダー内の文字サイズ　年月 */
  #biz_calendar table.bizcal .calmonth {
    font-size: 1.4rem;
  }
  /* カレンダー内の文字サイズ　曜日 */
  #biz_calendar table.bizcal th {
    font-size: 1.4rem;
  }
  /* カレンダー内の文字サイズ　日付 */
  #biz_calendar table.bizcal td {
    font-size: 1.4rem;
  }


  /* ハッピーパートナー バナー
  *****************************************************/
  .side-banner img{
    max-width: 180px;
    width: 100%;
  }

  /* フッター
  *****************************************************/
  #footer {
    padding: 15px 20px;
  }

  #footer .inner {
    display: flex;
    justify-content: space-between;
  }

  /* メニュー */
  #footer ul {
    padding: 0;
    display: flex;
    flex-flow: column;
  }

  #footer ul li {
    position: relative;
    margin-right: 0;
    margin-bottom: 3px;
    padding: 0 0 0 0;
    font-size: 1.2rem;
    background: none;
    border-bottom: none !important;
  }

  #footer ul li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 100%;
    background: url(images/arrow.png) left center no-repeat;
    transform: translateY(-50%);
  }

  #footer ul li:last-of-type {
    margin-bottom: 0;
  }

  /* 縦線 */
  .line {
    width: 2px;
    height: auto;
    background-color: #fafafa;
  }

  /* お問い合わせ */
  #footer .contact {
    width: fit-content;
    margin: auto 0;
  }

  #footer .contact p,
  #footer .contact div {
    color: #fafafa;
  }

  #footer .contact p {
    margin-bottom: 3px;
    font-size: 1.2rem;
  }

  #footer .contact .tel,
  #footer .contact .fax {
    font-weight: bold;
    font-size: 1.4rem;
  }

}



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