@charset "utf-8";

/* Body
============================================== */

body {
  background-color: #FFF;
}


/* Property
============================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c1d;
  line-height: 1.5em;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  font-family: "メイリオ",　"游ゴシック", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  line-height: 1.6em;
  font-size: 14px;
}


/* Nav
============================================== */
/*
.navbar .navbar-brand {
  width: 200px;
  height: 29px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
}
*/

.navbar-brand img {
  width: 200px;
  height: 40px;
}

.navbar-brand {
  margin-right: 2.5em !important;
}

nav a {
  color: #424a51 !important;
}

.nav-item {
  font-size: .9rem;
}

.nav-item a {
  font-size: .9rem;
}


/* Jumbotron
============================================== */








/* Recruit-banner 
============================================== */

.recruit-banner {
  margin: 1rem;
}

.box {
  margin: .8rem;
}

 /* DAICO TECHNO 画像用シャドウ Neumorphism */

    .box::after, .circle::after {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .neumorphism .box {
      border-radius: 10px;
    }
    .neumorphism .box, .neumorphism .circle {
      background-color: rgb(236, 240, 243);
      transition: box-shadow 0.5s;
      box-shadow:
        10px 10px 20px rgba(18, 47, 61, 0.3),
        -10px -10px 20px rgba(248, 253, 255, 0.4),
        inset 10px 10px 20px transparent,
        inset -10px -10px 20px transparent;
    }
    .neumorphism .box:hover, .neumorphism .circle:hover {
      box-shadow:
        10px 10px 30px transparent,
        -10px -10px 30px transparent,
        inset 10px 10px 30px rgba(41, 105, 137, 0.5),
        inset -10px -10px 30px rgba(248, 253, 255, 0.9);
    }





/* 共通：疑似要素のスタイル 
    .box::after, .circle::after {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    /*  Neumorphism
    .neumorphism {
      background-color: rgb(190, 205, 214);
      padding: 50px;
    }
    .neumorphism .box {
      border-radius: 10px;
    }
    .neumorphism .box, .neumorphism .circle {
      background-color: rgb(190, 205, 214);
      transition: box-shadow 0.5s;
      box-shadow:
        10px 10px 30px rgba(18, 47, 61, 0.5),
        -10px -10px 30px rgba(248, 253, 255, 0.9),
        inset 10px 10px 30px transparent,
        inset -10px -10px 30px transparent;
    }
    .neumorphism .box:hover, .neumorphism .circle:hover {
      box-shadow:
        10px 10px 30px transparent,
        -10px -10px 30px transparent,
        inset 10px 10px 30px rgba(18, 47, 61, 0.5),
        inset -10px -10px 30px rgba(248, 253, 255, 0.9);
    }

*/


/* Items banner
============================================== */

.items-banner .card-book {
  max-width: 172px;
  max-height: 172px;
  margin-top: 1em;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .3);
}


/* Section
============================================== */







/* FAQのインデックス
============================================== */

.sample_h_16 {

    font-weight: bold;
    /* フォント太さ */
    padding-top: .5em;
    padding-bottom: .2em;
    margin: 1em 0;
    position: relative;
    border-bottom: solid 3px #c1d21f;
    /* 線 */
    color: #1F8AD1;
    /*フォント色*/
}

.sample_h_16:after {
    position: absolute;
    content: " ";
    display: block;
    width: 15%;
    bottom: -3px;
    border-bottom: solid 3px #1F5AD1;
}


/* 座談会インデックス
============================================== */
.zadankai {
  background-image: linear-gradient( -45deg, #fff9fc 25%,  #deeeff 25%,#deeeff 50%, #fff9fc 50%, #fff9fc 75%, #deeeff 75%, #deeeff );
  background-size: 10px 10px;
  font-size: 100%;
  padding: 18px;
  margin-top: 2em;
}

.zadankai-p {
  margin: 1.5em 0 0 .25em;
}

.name-o {
  color: blue;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0 0 .25em;
}

.name-m {
  color: green;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0 0 .25em;
}

.name-t {
  color: orange;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0 0 .25em;
}

.name-a {
  color: pink;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0 0 .25em;
}

.name-n {
  color: skyblue;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0 0 .25em;
}

.name-f {
  color: brown;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0 0 .25em;
}



/* 座談会最後の装飾：水玉フレーム
ーーーーーーーーーーーー*/

.zadankai-coment {
  background: #FFEAF2;
  background-image: radial-gradient(#fff 10%, transparent 10%), radial-gradient(#fff 10%, transparent 10%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  font-size: 100%; padding: 20px;
  margin-top: 3em;
}


/* Footer
============================================== */

.footer-info {
  background-color: #FFF;
}

.footer-info h2,
.footer-info h4,
.footer-info h5,
.footer-info address,
.footer-info p,
.access-li {
  color: #555 !important;
}

.footer-copyright {
  background-color: #0B6FDA;
  /* padding-top: .5rem; */
  box-sizing: border-box;
  margin-bottom: .5rem;
}

.footer-copyright p {
  color: #FFF;
  margin: .3rem 0 !important;
}

.access-li li {
  font-size: .8rem;
}


/* Footer line
============================================== */

.footer-line {
  width: 100%;
  height: 50px;
  background-image: url(../images/footer-line.png);
  background-repeat: repeat-x;
  margin: 2rem 2rem;
}


/* www/index.html
============================================== */

.items-banner .card-title {
  height: auto !important;
}

@media (min-width: 576px) {
  .items-banner .card-title {
    height: 40px !important;
  }
}

@media (min-width: 768px) {
  .items-banner .card-title {
    height: 40px !important;
  }
}

@media (min-width: 992px) {
  .items-banner .card-title {
    height: 40px !important;
  }
}

@media (min-width: 1200px) {
  .items-banner .card-title {
    height: 40px !important;
  }
}


.items-banner .card-text {
  height: auto !important;
}

@media (min-width: 576px) {
  .items-banner .card-text {
    height: 100px !important;
  }
}

@media (min-width: 768px) {
  .items-banner .card-text {
    height: 130px !important;
  }
}

@media (min-width: 992px) {
  .items-banner .card-text {
    height: 100px !important;
  }
}

@media (min-width: 1200px) {
  .items-banner .card-text {
    height: 100px !important;
  }
}

.top-banner {
  margin-top: 2rem;
  margin-bottom: 2rem;
}



 /* top 画像用シャドウ Neumorphism */

    .box::after, .circle::after {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .neumorphism .box {
      border-radius: 10px;
    }
    .neumorphism .box, .neumorphism .circle {
      background-color: rgb(236, 240, 243);
      transition: box-shadow 0.5s;
      box-shadow:
        5px 5px 5px rgba(18, 47, 61, 0.3),
        -10px -10px 20px rgba(248, 253, 255, 0.4),
        inset 10px 10px 20px transparent,
        inset -10px -10px 20px transparent;
    }
    .neumorphism .box:hover, .neumorphism .circle:hover {
      box-shadow:
        10px 10px 30px transparent,
        -10px -10px 30px transparent,
        inset 10px 10px 30px rgba(41, 105, 137, 0.5),
        inset -10px -10px 30px rgba(248, 253, 255, 0.9);
    }


.t-a-c {
  text-align: center;
}

.t-b-l-0 {
  padding-left: 0 !important;
}

.top-bottom img {
  max-width: 100%;
  padding: .5rem;
  border-radius: 14px;
}


/* 加工紹介　レスポンシブ col12のマージン上下
============================================== */



@media (max-width: 576px) {
  .kaen-css {
    margin-bottom:4rem !important;
  }
}

.kako h2:first-letter {
  font-size: 1.8em;
  color: #00a0e3;
}


/* 工場紹介css
============================================== */

.factory-index {
    margin:  0;                     /* デフォルトCSS打ち消し */
    font-size:  24px;               /* 文字サイズ指定 */
    position:  relative;            /* 位置調整 */
    font-weight:  normal;           /* 文字の太さ調整 */
    margin-bottom: 15px;            /* 周りの余白指定 */
    padding-top: 50px;              /* 余白指定 */
    padding-left: 40px;             /* 余白指定 */
    color: #200;
}
.factory-index2 p {
    margin:  0;                     /* デフォルトCSS打ち消し */
    line-height: 2;                 /* 行間調整 */
    padding-left:  40px;            /* 余白指定 */
}
.factory-index:before {
    content:  '';                   /* 空白の要素を作る */
    width: 0;                       /* 幅指定 */
    height: 0;                      /* 高さ指定 */
    border-style: solid;            /* 三角を作る */
    border-width: 0px 0 110px 80px; /* 三角を作る */
    border-color: transparent transparent #CEE transparent;  /* 三角を作る */
    position:  absolute;            /* 位置調整 */
    z-index:  -1;                   /* 重なり調整 */
    transform: rotate(30deg);       /* 回転 */
    top: -20px;                     /* 位置調整 */
    left: 30px;                     /* 位置調整 */
}



.head_test3 {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin-bottom: 25px;    /* 周りの余白指定 */
    font-size: 35px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
}
.factory-index3 p {
    margin: 0 2rem;
    line-height: 2;         /* 行間調整 */
}
.head_test-point {
    display:  block;        /* ブロック要素にする */
    font-size:  14px;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    width: 140px;           /* 幅指定 */
    margin: 1px auto 0;    /* 周りの余白指定 */
    background-color:  #fff;/* 背景色指定 */
}
 
.head_test-point:before {
    content: '';            /* 空の要素を作る */
    height:  1px;           /* 高さ指定 */
    background-color:  #000;/* 背景色指定 */
    position:  absolute;    /* 位置調整 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
    z-index: -1;            /* 重なり調整 */
    width: 200px;           /* 幅指定 */
    left:  -30px;           /* 位置調整 */
}

.head_test-flex h3 {
  vertical-align: middle; /* 上下中央に寄せる */ 
}

.head_test-flex img {
  max-width: 150px;
}


/* 工場紹介インデックスライン=============== */

.factory-line h3 {
  margin: 2rem 5rem 2rem 5rem;
  position: relative;
  border-bottom: 5px solid #ddd;
  padding: 10px 0;
  }
.factory-line h3:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 20%;
  height: 5px;
  content: '';
  background: #27acd9;
  }

.product2-index {
  margin: 2rem 2rem;
}

.product2-index h3 {
    position: relative;
    border-left: 6px solid #8abdff;
    padding: 10px;
    color: #000;

}

.product2-index h3::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #CCC;
}

.product2-index h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #CCC;
}

.factory-s {
  margin: auto;
}


.factory-s p {
  margin: 0 2rem;
  font-size: 1rem;
}

.factory-s img {
  max-width: 220px;
}

@media (max-width: 576px) {
  .factory-s {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 576px) {
  .img-center {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .img-center img {
    max-width: 140px !important;
  }
}

@media (max-width: 576px) {
  .factory-index3 p {
    font-size: 1rem !important;
  }
}

.fuchidori {
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}


.gaiyo-3 table{
  width: 90%;
  border-spacing: 0;
  border: none !important;
}

.gaiyo-3 table th{
  width: 30%;
  padding: 10px 0;
  border: none !important;
  border-bottom: solid 2px #fb5144 !important;
}

.gaiyo-3 table td{
  width: 70%;
  text-align: center;
  padding: 10px 0;
  border: none !important;
  border-bottom: solid 2px #ddd !important;
}

@media (max-width: 576px) {
  .gaiyo-3 table th,td {
    font-size: .9rem !important;
  }
}




.gaiyo-4 table{
  width: 90%;
  border-spacing: 0;
  border: none !important;
}

.gaiyo-4 table th{
  width: 30%;
  padding: 10px 0;
  border: none !important;
  border-bottom: solid 2px #100 !important;
}

.gaiyo-4 table td{
  width: 70%;
  text-align: center;
  padding: 10px 0;
  border: none !important;
  border-bottom: solid 2px #ddd !important;
}

@media (max-width: 576px) {
  .gaiyo-4 table th,td {
    font-size: .9rem !important;
  }
}


.box500 {
    margin: 2.5rem;
    max-width: 1140px;
}

@media (max-width: 576px) {
  .box500 {
    margin: .4rem;
  }
}


.img-150 {
    width: 100%;
    max-width: 110px !important;
    margin: .5em .15em .625em .5em;
}


/* 3D
============================================== */

.img-area {
  position: relative;
  /* 子要素の起点を指定 */
}

.caption-area {
  position: absolute;
  /* 要素の配置方法を指定 */
  width: 32%;
  /* 幅指定 */
  background-color: rgba(255, 0, 0, 0.7);
  /* 背景色指定 */
  color: #FFF;
  /* 文字色指定 */
  padding: 8px;
  /* 余白指定 */
  box-sizing: border-box;
  /* 膨らみ（崩れ）防止 */
  top: 380px;
  /* 上からの位置を指定 */
  left: 380px;
  /* 上からの位置を指定 */
  font-size: 14px;
  /* フォントサイズ指定 */
}


/* 見出し装飾
============================================== */
.h-deco1 {
  text-align: center;
}

.h-deco1 span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid black;
}

.h-deco1 span::before,
.h-deco1 span::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  border: 10px solid transparent;
}

.h-deco1 span::before {
  border-top: 10px solid black;
}

.h-deco1 span::after {
  margin-top: -1px;
  border-top: 10px solid white;
}


/* google map responsiveで動作させる
============================================== */


.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* 技術紹介ページ
============================================== */

.suisya-v video {
  width: 98%;
  max-width: 800px;
  min-width: 200px;
  height: auto;
  aspect-ratio: 16 / 9; /* 動画のアスペクト比 */
  display: block;
  margin: auto;
}

.suisya-v img {
  max-width: 80%;
  display: block;
  margin: auto;

}

.suisya-v2 video {
  width: 98%;
  max-width: 600px;
  min-width: 200px;
  height: auto;
  aspect-ratio: 16 / 9; /* 動画のアスペクト比 */
  margin: auto;
  border-radius: 30px 0 30px 0;
  margin-left: 50px;
  margin-right: 50px !important;
}

.suisya-v2 img {
  max-width: 70%;
  display: block;
  margin: auto;
}

.tec-flame {
    border: 5px solid #FFF;
    box-shadow: 0 0 5px #999;
    max-width: 300px;
}

.tec-flame-pad img {
  display: block;
  margin: auto;
}

@media (max-width: 576px) {
  .tec-flame-res {
    max-width: 200px !important;
  }
}

@media (max-width: 576px) {
  .resp-t p {
    font-size: .8rem !important;
  }
}



.box100 {
    padding: 0 1em .2em 1em;
    margin: 2em 0;
    color: #333;
    background: #D7EEEF;
    /*背景色*/
    border-top: solid 4px #727E7F;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
    /*影*/
}

.top-subcatch2 {
    padding: 12px 10px;
    margin: 2em 0;
    color: #2c2c2f;
    border-top: solid 2px #00a0e3;
    border-bottom: solid 2px #00a0e3;
    width: 70%;
    margin: auto;
    }

.color-blue {
  color: #004896;
}



.water h3 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 1.5em 0 0.5em;
}

.water h3:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.kadomaru img {
  border-radius: 10px !important;
}

.staff {
  width: 160px;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.2em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
}

.heading07 {
  position: relative;
  padding-top: 15px;
  padding-left: 30px;
  font-size: .9rem;
}

.heading07 span {
  position: relative;
  z-index: 2;
}

.heading07::before {
  content: attr(data-en);
  position: absolute;
  transform: rotate(-5deg);
  top: -20px;
  left: 0;
  color: rgba(0,160,227,0.6);
  font-size: 1.4rem;
  font-weight: 400;
  font-family: luxus-brut, cursive;
  font-style: italic;
}



.gaiyo-5 table{
  width: 90%;
  border-spacing: 0;
  border: none !important;
}

.gaiyo-5 table th{
  width: 20%;
  padding: 10px 30px;
  border: none !important;
  border-bottom: solid 2px #002247 !important;
  font-size: .9rem;
  font-weight: 400;
}

.gaiyo-5 table td{
  width: 70%;
  padding: 10px 20px;
  border: none !important;
  border-bottom: solid 2px #ddd !important;
  font-size: .9rem;
}

@media (max-width: 576px) {
  .gaiyo-5 table th,td {
    font-size: .9rem !important;
  }
}

.top-subcatch3 {
    padding: 8px 10px;
    margin: 3em 0;
    color: #2c2c2f;
    background-color: #CDDBF7;
    border-radius: 7px;
    margin: auto;
    }


/* Product artsページ
============================================== */

.t-a-c p {
  text-align: center;
}

.p-arts img {
  max-width: 360PX;
}

.p-arts {
  text-align: center;
}

.repe {
      width: 100%;

    background-image: url(../images/hakadoru.jpg);     /* 背景画像指定 */
    background-repeat: repeat;                /* 背景の繰り返し設定 */
}


/* blogページ
============================================== */

.b-title {border: none; 
  background-color: #ffffff; 
  background-image: linear-gradient(-45deg, rgba(121, 252, 186, 0.5) 25%, transparent 25%, transparent 50%, rgba(121, 252, 186, 0.5) 50%, rgba(121, 252, 186, 0.5) 75%, transparent 75%, transparent 100%), linear-gradient(45deg, rgba(121, 252, 186, 0.5) 25%, transparent 25%, transparent 50%, rgba(121, 252, 186, 0.5) 50%, rgba(121, 252, 186, 0.5) 75%, transparent 75%, transparent 100%); 
  background-size: 40px 40px; 
  width: 100%;
  transform: rotate(0deg); 
  padding: 15px;
}

.b-title p {
  font-size: 1rem !important;
}

.b-title-back {
  background-color: rgba(255, 255, 255, 0.8); 
  border: none; 
  width: 100%; 
  padding: 10px; 
  color:#000000;
}

.f-w-b {
  font-weight:600;
}

.img-100-100 {
  max-width: 120px;
}

.img-250 {
    width: 100%;
    max-width: 250px !important;
    margin: .5em .15em .625em .5em;
    border-radius: 10px;
}

.img-250-2 {
    width: 100%;
    max-width: 200px !important;
    margin: .5em .5em .65em .5em;
    border-radius: 10px;
}

.img-250-3 {
    width: 80%;
    max-width: 150px !important;
    margin: .5em .15em .625em .5em;
    border-radius: 10px;
}

.img-fl {
  float: left;
}

.img-fl figcaption {
  text-align: center;
}

.cl-b {
  clear: both;
}


/* ライトボックス（拡大）
============================================== */

.featherlight-sample {
    display: none;
}


/* サイトマップ
============================================== */

.cp_hr06 {
  position: relative;
  height: 1px;
  border-width: 0;
  background-image: -webkit-linear-gradient(left,
  transparent 0%,#283593 50%,transparent 100%);
  background-image:         linear-gradient(90deg,
  transparent 0%,#283593 50%,transparent 100%);
}

    /*site-map内table*/
 .sitemap-table table {
                width: 100%;
                border-collapse: collapse;
                margin-top: 20px;
            }

 .sitemap-table th,
            td {
                border: 1px solid #ccc;
                padding: 10px;
                text-align: left;
            }

 .sitemap-table th {
                background-color: rgba(230, 241, 253, .5);
            }

 .sitemap-table ul {
                list-style-type: none;
                padding-left: 20px;
            }

 .sitemap-table li {
                margin-bottom: 5px;
            }

 .sitemap-table a {
                text-decoration: none;
                color: #0066cc;
            }

 .sitemap-table a:hover {
                text-decoration: underline;
            }