@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #181818;
  background: #FFFFFA;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
}

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  color: #009d50;
  border: #009d50;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}


.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}
a .img.img_fit img{
  transition: 0.2s all;
}
a:hover .img.img_fit img{
  transform: scale(1.05);
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video {
  position: relative;
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video,
.responsive_video iframe,
.responsive_video object,
.responsive_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1200px){
  .md:not(.pc){
    display: none;
  }
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:1024px)and (max-width:1199px){
  .pc:not(.md){
    display: none;
  }
  .tb:not(.md){
    display: none;
  }
  .sp:not(.md){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .md:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .md:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}

.container{
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.anchor{
  position: relative;
  z-index: 1;
  top: -20px;
}

@media (min-width: 576px){
  .container {
    width: 540px;
  }
}
@media (min-width: 768px){
  .container {
    width: 720px;
  }
  .anchor{
    top: -100px;
  }
}

@media (min-width: 992px){
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px){
  .container {
    width: 1140px;
  }
  
  .anchor{
    top: -180px;
  }
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*pg_header*/
.pg_header{
}
.pg_header .container{
  position: relative;
}
.pg_header .tt1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%)
}

/*breadcrumb*/
.breadcrumb{
  width: 100%;
  display: flex;
  list-style: none;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.075em;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  /*display: inline;*/
  white-space: nowrap;
}
.breadcrumb li a:after{
  content: "＞";
  padding: 0 13px;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{

}
.listbox .item .date{

}
.listbox .item .txt{

}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/

@media(max-width:767px){

  /*pg_header*/
  .pg_header .container{
    margin-top: 40px;
    height: 150px;
  }

  /*breadcrumb*/
  .breadcrumb{
    padding-top: 0px;
  }

}
@media(min-width:768px){

  /*pg_header*/
  .pg_header .container{
    margin-top: 75px;
    height: 200px;
  }

  /*breadcrumb*/
  .breadcrumb{
    padding-top: 7px;
  }

}
@media(min-width:1024px){

  /*pg_header*/
  .pg_header .container{
    margin-top: 80px;
    height: 260px;
  }

  /*breadcrumb*/
  .breadcrumb{
    padding-top: 15px;
  }

}
@media(min-width:1200px){

  /*pg_header*/
  .pg_header .container{
    margin-top: 140px;
    height: 408px;
  }

  /*breadcrumb*/
  .breadcrumb{
    padding-top: 23px;
  }
}


/* **********************************
 *  ヘッダー
 * ********************************* */
header .hdr1{
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}
header .hdr1
header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_contact{
  margin-top: 0;
  display: flex;
  align-items: center;
}
header .hdr1 .hdr_btn{
  padding: 0 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.075em;
  text-align: center;
}
header .hdr1 .hdr_btn .hdr_recruit{
  color: #009d50;
  margin-top: 5px;
  padding-right: 10px;
  white-space: nowrap;
}
header .hdr1 .hdr_btn .hdr_recruit:hover{
  color: #0090c1;
}
header .hdr1 .hdr_btn .hdr_mail,
header .hdr1 .hdr_btn .hdr_tel{
  color: #fff;
  background: #009d50;
  border: 1px solid #009d50;
  border-radius: 10px;
  display: block;
  width: 160px;
  padding: 7px 0 5px;
}
header .hdr1 .hdr_btn .hdr_mail:hover,
header .hdr1 .hdr_btn .hdr_tel:hover{
  color: #009d50;
  background: #fff;
}
header .hdr1 .hdr_btn .hdr_mail{
  font-size: 14px;
}
header .hdr1 .hdr_btn .hdr_recruit:before,
header .hdr1 .hdr_btn .hdr_mail:before,
header .hdr1 .hdr_btn .hdr_tel:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
header .hdr1 .hdr_btn .hdr_recruit:before{
  content: "\f35d";
  padding-right: 7px;
}
header .hdr1 .hdr_btn .hdr_mail:before{
  content: "\f0e0";
  padding-right: 3px;
}
header .hdr1 .hdr_btn .hdr_tel:before{
  content: "\f095";
  padding-right: 3px;
}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  color: #fff;
  background: #0d9fd1;
  background: rgba(13, 159, 209, 0.7);
  padding: 21px 0 22px;
  /*opacity: 70%;*/
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.gnav > ul > li{
  flex-grow: 1;
  padding: 0 5px;
  border-right: 1px solid;
  line-height: 1;
}
.gnav li a{
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
}
.gnav li.on a:after{
  /*content: "▼";*/
  /*padding-left: 10px;*/
}
.gnav li a:after:hover{
  color: #0d9fd1;
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}

/*メインビジュアル*/
.mv{
  position: relative;
  z-index: 0;
}
.mv .mv_box,
.mv .mv_img{
  position: absolute;
  z-index: 1001;
}
.mv .mv_box{
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0.559px 0.829px 6px #000;
  left: 8.25%;
}
.mv_activate{
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv .slides img{
  width: 100%;
}
.mv .slide_dots{
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
}
.mv .slide_dots li{
  font-size: 0;
  margin: 0 8.8px;
}
.mv .slide_dots li button{
  width: 11px;
  height: 11px;
  font-size: 0;
  border: 0;
  border-radius: 8px;
}
.mv .slide_dots li button{
  background: #009d50;
}
.mv .slide_dots li.slick-active button{
  background: #0480b8;
}
.slick-arrow{
  display: none;
}

.mv .slider .img{
  
}
.mv .slider .img.img_fit:before{
  padding-top: 230px;
}

@media(max-width:767px){
  /*mv*/
  .mv{
    margin-top: 0;
    height: 230px
  }
  .mv .mv_box{
    font-size: 20px;
    bottom: 17%;
  }
  .mv .mv_img{
    width: 20%;
    bottom: -13.5%;
    left: 4.5%;
  }
  .mv .slides,
  .mv .slides img{
    height: 30vh;
  }
  .mv_activate{
    margin-top: -15px;
  }
  
  .gnav li a{
    font-size: 16px;
  }
  
  .gnav li .submenu{
    display: none;
    margin-top: 10px;
  }
}
@media(min-width:768px){
  header{
    position: fixed;
    width: 100%;
    z-index: 5;
  }

  /*header　その1*/
  header .hdr1{
    /*padding: 2.57% 20% 13px 5px;*/
    padding: 10px 150px 10px 10px;
  }
  header .hdr1 .hdr_btn .hdr_recruit{
    display: none;
  }
  .hdr_logo img{
    display: block;
  }

  /*mv*/
  .mv{
    /*margin-top: 11.5%;*/
    margin-top: 60px;
    height: 370px;
  }
  .mv .mv_box{
    font-size: 30px;
    bottom: 35%;
  }
  .mv .mv_img{
    width: 22%;
    bottom: -3.5%;
    left: 3.5%;
  }
  .mv .slides,
  .mv .slides img{
    /*height: 55vh;*/
  }
  .mv_activate{
    margin-top: -13px;
  }
  
  .mv .slider .img.img_fit:before{
    padding-top: 370px;
  }
  
  
  
  #gt_float_wrapper{
    top: 8px !important;
  }
}
@media(min-width: 768px) and (max-width: 1199px){
  .gnav{
    padding: 0;
  }
  .gnav.tb {
    display: flex!important;
    position: fixed;
    left: 100%;
    z-index: 1000000000;
    height: 0;
    /* background: #47a3cd; */
    /* padding: 20px 15px; */
    font-size: 16px;
    overflow: hidden;
    border-radius: 15px;
    transition: all 1.8s;
    opacity: 0;
    background: #eaeaea;
    box-shadow: 0 0 4px 0px #666;
  }
  .gnav .gnav_box1{
    padding: 5px;
    text-align: center;
  }
  .gnav .gnav_box2{
    padding: 5px;
    text-align: center;
  }
  header .gnav_open,
  .gnav .gnav_box2 .gnav_open{
    font-size: 12px;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-decoration: none;
  }
  header .gnav_open i,
  .gnav .gnav_box2 .gnav_open i{
    font-size: 28px;
    background: inherit;
    margin: 0;
  }
  header .gnav_open{
    margin-right: 0px;
    display: inline-block;
    vertical-align: middle;
  }
  .gnav .inner{

  }
  .gnav.tb.active{
    align-items: flex-start;
    left: 50%;
    right: inherit;
    top: 50%;
    height: auto;
    opacity: 1;
    transform: translate(-50%, -50%);
    background: #0090c0;
  }

  .gnav ul > li {
    width: 33.33%;
    padding: 70px 10px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.075em;
    text-align: center;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    border-right: 1px solid #9f9f9f;
  }
  .gnav ul > li:hover{
    background: #cacaca;
    text-decoration: none;
  }
  .gnav ul > li a{
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .gnav {
    align-items: center;
    font-size: 20px;
    width: calc(100% - 60px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav.active,
  .gjs-dashed .gnav {
    top: 50%;
    left: 30px;
    right: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav.active .inner ul{
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    /*border: 1px solid #000;*/
    border-right: 1px solid #9f9f9f;
    border-left: 1px solid #9f9f9f;
    /*background: #eaeaea;*/
  }

  .gnav .gnav_box1{
    width: 65px;
    padding: 30px 0;
    /**/
  }
  .gnav_box1 .hdr_sns{
    margin: 0;
    display: block;
  }
  .gnav_box1 .hdr_sns + .hdr_sns{
    margin-top: 15px;
  }
  .gnav .gnav_box2{
    width: 65px;
    padding: 30px 0;
  }
  .gnav .inner{
    width: calc(100% - 65px - 65px);
  }
  .gnav .gnav_box2 .hdr_menu.gnav_open{
    font-size: 12px;
  }
  .gnav .gnav_item a{
    width: 100%;
    height: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
  }
  .gnav ul > li:nth-last-child(n+4) {
    border-bottom: 1px solid #9f9f9f;
  }
  .gnav ul > li:nth-child(3n){
    border-right: 0;
  }

  .gnav .gnav_item:hover {
  }
  .gnav .gnav_item:hover p{
  }
  .gnav li:after{
    display: none;
  }
  
  .gnav li .submenu{
    display: none;
  }
}
@media(min-width:1024px){

  /*header　その1*/
  header .hdr1{
    /*padding: 2.57% 15% 13px 5px;*/
    padding: 10px 150px 10px 10px;
  }
  
  
  /*mv*/
  .mv{
    /*margin-top: 11.5%;*/
    /*margin-top: 100px;*/
    height: 370px;
  }
  .mv .mv_box{
    font-size: 35px;
    bottom: 3%;
  }
  .mv .mv_img{
    width: 20%;
    bottom: -35.5%;
  }
  .mv .slides,
  .mv .slides img{
    /*height: 437px;*/
  }
  
  .mv .slider .img.img_fit:before{
    padding-top: 370px;
  }
}
@media(min-width:1200px){
  /*header　その1*/
  header .hdr1{
    /*padding: 23px 10% 17px 5.1%;*/
    padding: 23px 180px 17px 5.1%;
  }
  header .hdr1 .hdr_btn .hdr_recruit{
    display: block;
  }
  #gt_float_wrapper{
    top: 20px !important;
  }

  /*mv*/
  .mv{
    /*margin-top: 4.2%;*/
    margin-top: 142px;
    height: 817px;
  }
  .mv .mv_box{
    font-size: 50px;
    bottom: 15.3%;
  }
  .mv .mv_img{
    bottom: -10.5%;
    left: 7.5%;
  }
  .mv .slides,
  .mv .slides img{
    /*height: 820px;*/
  }
  
  .mv .slider .img.img_fit:before{
    padding-top: 817px;
  }
  
  .gnav li{
    position: relative;
    z-index: 1;
  }
  .gnav li:hover .submenu{
    display: block;
  }

  .gnav li .submenu{
    display: none;
    width: 300px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    padding-top: 12px;
  }
  .gnav li .submenu:before{
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent rgba(8,178,236,0.8) transparent;
    border-width: 0px 11px 10px 11px;
  }
  .gnav li .submenu_list{
    padding: 16px 10px;
    /*background: rgba(29,38,88,0.8);*/
    background: rgba(8,178,236,0.8);
  }
  .gnav li .submenu li{
    font-size: 15px;
  }
  .gnav li .submenu li a{
    padding: 0;
  }
  .gnav li .submenu li+li{
    margin-top: 15px;
  }
}
@media(min-width:1920px){
  /*header　その1*/
  header .hdr1{
    padding: 12px 7.5% 18px 5.1%;
  }
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  position: relative;
}

/*footer contact*/
footer .ftr1{
}
footer .ftr1:before{
  content: "";
  background: url(/img/footer/ftr_haikei.png) no-repeat center center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
footer .ftr1 .tt1 .ja{
  position: relative;
}
footer .ftr1 .tt1 .ja img{
  position: absolute;
  left: 37.9%;
  top: 50%;
  transform: translateY(-50%);
}
footer .ftr1 .ftr_contact_box{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
footer .ftr1 .ftr_contact_box .ftr_contact a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #009d50;
  height: 70px;
}
footer .ftr1 .ftr_contact_box .ftr_contact a:hover{
  color: #009d50;
  background: #FFF;
}
footer .ftr1 .ftr_contact_box .ftr_contact p{
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1;
}


/*footer links*/
footer .ftr2{
  display: flex;
  justify-content: space-between;
}
footer .ftr2 .ftr_links li{
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2.8;
  white-space: nowrap;
}
footer .ftr2 .ftr_links li:before{
  content: "ー";
}


/*footer ロゴ横並び*/
footer .ftr3 .logo_items{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #a8d9e9;
  border-radius: 15px;
}
footer .ftr3 .logo_items .item{
  display: flex;
  justify-content: center;
  align-items: center;
}

/*copy*/
footer .copy{
  background: #0090c1;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.075em;
  padding: 10px 0;
  margin-top: 60px;
}

/*footer スマホ用*/
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eff5f7;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #009d50;
  color: #FFF;
  text-decoration: none;
}

@media only screen and (max-width:767px){

  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  header{
    padding: 10px;
  }
  header .hdr1{
    width: 100%;
    margin-bottom: 0;
  }
  header .hdr1 .hdr_logo{
    width: 100%;
    text-align: center;
  }
  header .hdr1 .hdr_logo img{
    width: 240px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }

  footer .ftr2 .container{
    flex-wrap: wrap;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .box2{
    margin-top: 10px;
  }
  .footer_fix{
    display: block;
  }

  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;
    opacity: 1;
    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    display: block;
    padding: 5px 0;
    color: #000;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  .gnav li.on a:after{
    display: none;
  }
}

@media(max-width:767px){
  footer{
    margin-top: 70px;
  }

  /*footer contact*/
  footer .ftr1:before{
    height: 372px;
    top: -10px;
  }
  footer .ftr1 .tt1 .ja img{
    width: 3%;
    left: 33.9%;
  }
  footer .ftr1 .ftr_contact_box .ftr_contact{
    width: 100%;
  }
  footer .ftr1 .ftr_contact_box .ftr_contact:nth-child(n+2){
    margin-top: 20px;
  }
  footer .ftr1 .ftr_contact_box .ftr_contact p{
    font-size: 15px;
    line-height: 1.6;
  }

  /*footer links*/
  footer .ftr2{
    margin-top: 70px;
  }
  footer .ftr2 .ftr_logo{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .ftr_logo img{
    width: 70%;
  }
  footer .ftr2 .ftr_links_box{
    display: none;
  }


  /*footer ロゴ横並び*/
  footer .ftr3 .logo_items{
    margin-top: 43px;
  }
  footer .ftr3 .logo_items .item{
    height: 100px;
    width: 50%;
    border-bottom: 1px solid #a8d9e9;
    padding: 0 5px;
  }
  footer .ftr3 .logo_items .item:hover{
    opacity: 0.8;
  }
  footer .ftr3 .logo_items .item:nth-child(odd){
    border-right: 1px solid #a8d9e9;
  }
  footer .ftr3 .logo_items .item:nth-child(5){
    border-bottom: none;
  }
  footer .ftr3 .logo_items .item:last-child{
    border: none;
  }
  
  footer .ftr3 .logo_items .item img{
    height: 70px;
  }
  footer .ftr3 .logo_items .item:last-child:nth-child(odd){
    width: 100%;
  }

}



@media(min-width:768px){
  footer{
    margin-top: 90px;
  }

  /*footer contact*/
  footer .ftr1:before{
    height: 280px;
    top: -30px;
  }
  footer .ftr1 .tt1 .ja img{
    width: 3%;
    left: 37.9%;
  }
  footer .ftr1 .ftr_contact_box{
    margin: 0 -15px;
  }
  footer .ftr1 .ftr_contact_box .ftr_contact{
    width: 33.33%;
    padding: 0 15px;
  }
  footer .ftr1 .ftr_contact_box .ftr_contact p{
    font-size: 16px;
  }
  footer .ftr1 .ftr_contact_box .ftr_contact span{
    font-size: 12px;
  }

  /*footer links*/
  footer .ftr2{
    margin-top: 90px;
  }
  footer .ftr2 .ftr_logo{
    width: 31.53%;
  }
  footer .ftr2 .ftr_links_box{
    margin-top: -15px;
    width: 54.68%;
    display: flex;
    justify-content: space-between;
  }
  footer .ftr2 .ftr_links li{
    font-size: 12px;
  }
  footer .ftr2 .ftr_links li:before{
    padding-right: 5px;
  }

  /*footer ロゴ横並び*/
  footer .ftr3 .logo_items{
    margin-top: 43px;
  }
  footer .ftr3 .logo_items .item{
    height: 100px;
    /*width: 16.7%;*/
    width: 20%;
    border-right: 1px solid #a8d9e9;
    padding: 0 5px;
  }
  footer .ftr3 .logo_items .item:last-child{
    border: none;
    margin-right: -3px;
  }
  footer .ftr3 .logo_items .item img{
    width: 100%;
    height: 72px;
  }
}

@media(min-width:1024px){
  footer{
    margin-top: 120px;
  }

  /*footer contact*/
  footer .ftr1:before{
    height: 350px;
    top: -40px;
  }

}
@media(min-width:1200px){
  footer{
    margin-top: 208px;
  }

  /*footer contact*/
  footer .ftr1:before{
    height: 532px;
    top: -105px;
  }
  footer .ftr1 .tt1{
    margin-bottom: 42px;
  }

  footer .ftr1 .tt1 .en{
    font-size: 115px;
    letter-spacing: 0.02em;
  }
  footer .ftr1 .tt1 .ja{
    font-size: 22px;
    margin-top: -25px;
  }
  footer .ftr1 .ftr_contact_box .ftr_contact p{
    font-size: 20px;
  }
  footer .ftr1 .ftr_contact_box .ftr_contact span{
    font-size: 14px;
  }

  /*footer links*/
  footer .ftr2{
    margin-top: 160px;
  }
  footer .ftr2 .ftr_links li{
    font-size: 15px;
  }
  footer .ftr2 .ftr_links li:before{
    padding-right: 17px;
  }

  /*footer ロゴ横並び*/
  footer .ftr3 .logo_items{
    margin-top: 45px;
  }
  footer .ftr3 .logo_items .item{
    /*height: 100px;*/
    /*width: 16.7%;*/
    padding: 0;
  }
}

/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{

}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{

}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  position: fixed;
  z-index: 3;
  right: 155px;
  right: 15px;
  bottom: 60px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
}
.pagetop a{
  margin: 0 0 5px -16px;
  background: url(/img/pagetop.png) no-repeat center center;
  background-size: contain;
  display: block;
  font-size: 0;
  width: 91px;
  height: 86px;
}

@media(max-width:767px){
  .pagetop{
    font-size: 12px;
  }
  .pagetop a{
    width: 60px;
    height: 60px;
  }
}

/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 0 0 50px;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.tt1 .en{
  letter-spacing: 0.075em;
}
.tt1 .en:first-letter{
  color: #0090c1;
}
.tt1 .ja{
  margin-top: -17px;
  letter-spacing: 0.065em;
}

/* 詳しく見る サンプル */
.read_more{

}
.read_more a{
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 10px;
  background: #00a7c6;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.read_more a:after{
  /*content: "\f054";*/
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media(max-width:767px){
  .tt1{
    margin-bottom: 20px
  }
  .tt1 .en{
    font-size: 32px;
  }
  .tt1 .ja{
    font-size: 12px;
    margin-top: -10px;
  }

}
@media(min-width:768px){
  .tt1{
    margin-bottom: 50px
  }
  .tt1 .en{
    font-size: 50px;
  }
  .tt1 .ja{
    font-size: 16px;
    margin-top: -13px;
  }

}
@media(min-width:1024px){
  .tt1{
    margin-bottom: 80px
  }
  .tt1 .en{
    font-size: 70px;
  }
  .tt1 .ja{
    font-size: 20px;
    margin-top: -15px;
  }


}
@media(min-width:1200px){
  .tt1{
    margin-bottom: 110px
  }
  .tt1 .en{
    font-size: 100px;
  }
  .tt1 .ja{
    font-size: 22px;
    margin-top: -17px;
  }

}


/* **********************************
 *  他ページと共有箇所
 * ********************************* */

/*bule背景*/
.about1,
.business1,
.post_items1,
.overview1{
  position: relative;
}
.about1:before,
.business1:before,
.post_items1:before,
.overview1:before,
.about1:after,
.business1:after,
.post_items1:after,
.overview1:after{
  content: "";
  position: absolute;
}
.about1:before,
.business1:before,
.post_items1:before,
.overview1:before{
  background: #edfaff;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.about1:after,
.business1:after,
.post_items1:after,
.overview1:after{
  background: url(/img/haikei_parts.png) no-repeat center center;
  background-size: contain;
  z-index: -1;
}

/*共有box*/
.kyotu_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kyotu_box .img_box .img_fit:before{
  padding-top: 59%;
}
.kyotu_box .txt_box{
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}
.kyotu_box .txt_box .prf{
  /*text-align: end;*/
  text-align: right;
}
.kyotu_box .txt_box .box:nth-child(n+2){
  margin-top: 25px;
}

/*ボタン*/
.btn_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.btn{
  text-align: center;
  padding: 15px;
  margin-top: 20px;
}
.btn a{
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #fff;
  background: #009d50;
  display: inline-block;
  border-radius: 0 9px 0 0;
  padding: 14px 0 12px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  
}

.btn a:hover{
  /*color: #009d50;*/
  background: #018d49;
  box-shadow: 0px 1px 5px 0 #009d50;
}
.btn a:after{
  content: "";
  background: url(/img/btn.png) no-repeat center center;
  position: absolute;
  width: 20px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 3s;
}
.btn a:after:hover{
  color: #009d50;
}

@media(max-width:767px){

  /*bule背景*/
  .about1,
  .business1,
  .overview1{
    margin-top: 50px;
  }
  .about1:before,
  .business1:before,
  .post_items1:before,
  .overview1:before{
    top: -70px;
    width: 110%;
    border-radius: 0 50px 0 50px;
  }
  .about1:before{
    height: 110%;
  }
  .business1:before{
    height: 113%;
  }
  .post_items1:before{
    top: -10px;
    height: 100%
  }
  .overview1:before{
    height: 106%
  }
  .about1:after,
  .business1:after,
  .overview1:after{
    top: -300px;
    right: -5%;
    width: 50%;
    height: 40%;
  }
  .post_items1:after{
    top: -25px;
    right: -10%;
    width: 50%;
    height: 150%;
  }

  /*共有box*/
  .kyotu_box .img_box,
  .kyotu_box .txt_box{
    width: 100%;
  }

  /*共有box 画像*/
  .kyotu_box .img_box{
    order: 1;
  }
  .kyotu_box:nth-child(odd) .img_box .img_fit img{
    border-radius: 0 0 30px 0;
  }
  .kyotu_box:nth-child(even) .img_box .img_fit img{
    border-radius: 0 0 0 30px;
  }

  /*共有box 文字*/
  .kyotu_box .txt_box{
    order: 2;
    margin-top: 20px;
  }
  .kyotu_box .txt_box .title{
    font-size: 18px;
  }
  .kyotu_box .txt_box p,
  .kyotu_box .txt_box .prf{
    font-size: 16px;
  }

  /*ボタン*/
  .btn{
    width: 100%;
  }
  .btn a{
    width: 100%;
  }
  .btn a:after{
    right: 5px;
  }
  .btn a:after:hover{
    right: 3px;
  }
  .btn a + a{
    margin-top: 10px;
  }

}
@media(min-width:768px){

  /*bule背景*/
  .kyotu_box .txt_box{
    margin-top: 70px;
  }
  .about1:before,
  .business1:before,
  .post_items1:before,
  .overview1:before{
    top: 20px;
    width: 113%;
    border-radius: 0 100px 0 100px;
  }
  .about1:before{
    height: 100%;
  }
  .business1:before{
    height: 100%;
  }
  .post_items1:before{
    top: -70%;
    height: 90px;
  }
  .overview1:before{
    height: 100%;
  }
  .about1:after,
  .business1:after,
  .post_items1:after,
  .overview1:after{
    top: -15%;
    right: 0;
    width: 25%;
    height: 60%;
    margin-right: calc(345px - 50vw);
  }
  .post_items1:after{
    top: -27px;
    height: 130px;
  }

  /*共有box 画像*/
  .kyotu_box .img_box{
    width: 42.79%;
  }
  .kyotu_box:nth-child(odd) .img_box .img_fit{
    margin-left: calc(345px - 50vw)
  }
  .kyotu_box:nth-child(even) .img_box .img_fit{
    margin-right: calc(345px - 50vw)
  }
  .kyotu_box:nth-child(odd) .img_box .img_fit img{
    border-radius: 0 0 45px 0;
  }
  .kyotu_box:nth-child(even) .img_box .img_fit img{
    border-radius: 0 0 0 45px;
  }

  /*共有box 文字*/
  .kyotu_box .txt_box{
    width: 51.5%;
  }
  .kyotu_box .txt_box .prf{
    margin-top: 49px;
    padding-right: 3px;
  }
  .kyotu_box .txt_box .title{
    font-size: 17px;
  }
  .kyotu_box .txt_box p{
    font-size: 16px;
  }

  /*ボタン*/
  .btn a{
    width: 320px;
    font-size: 15px;
  }
  .btn a:after{
    right: 20px;
  }
  .btn a:after:hover{
    right: 15px;
  }

}
@media(min-width:1024px){

  /*bule背景*/
  .about1:before,
  .business1:before,
  .post_items1:before,
  .overview1:before{
    top: 25px;
    border-radius: 0 100px 0 100px;
  }
  .about1:before{
    height: 99%;
  }
  .business1:before{
    height: 100%;
  }
  .post_items1:before{
    top: -100%;
    height: 110px;
  }
  .overview1:before{
    height: 100%;
  }
  .about1:after,
  .business1:after,
  .post_items1:after,
  .overview1:after{
    top: -13%;
    width: 18%;
    margin-right: calc(465px - 50vw);
  }
  .post_items1:after{
    top: -125px;
    height: 262px;
  }

  /*共有box 画像*/
  .kyotu_box:nth-child(odd) .img_box .img_fit{
    margin-left: calc(465px - 50vw)
  }
  .kyotu_box:nth-child(even) .img_box .img_fit{
    margin-right: calc(465px - 50vw)
  }
  .kyotu_box:nth-child(odd) .img_box .img_fit img{
    border-radius: 0 0 63px 0;
  }
  .kyotu_box:nth-child(even) .img_box .img_fit img{
    border-radius: 0 0 0 63px;
  }

  /*共有box 文字*/
  .kyotu_box .txt_box .prf{
    margin-top: 49px;
    padding-right: 3px;
  }
  .kyotu_box .txt_box .title{
    font-size: 20px;
  }
  .kyotu_box .txt_box p{
    font-size: 16px;
  }

  /*ボタン*/
  .btn a{
    font-size: 15px;
  }


}
@media(min-width:1200px){

  /*bule背景*/
  .about1:before,
  .business1:before,
  .post_items1:before,
  .overview1:before{
    top: 77px;
    border-radius: 0 100px 0 100px;
  }
  .about1:before,
  .business1:before,
  .overview1:before{
    height: 350px;
    /*height: 540px;*/
  }
  .business1:before{
    height: 100%;
  }
  
  .about1:before{
    height: 640px;
  }
  .overview1:before{
    height: 1070px;
  }
  .post_items1:before{
    top: -100%;
    height: 135px;
  }
  .about1:after,
  .business1:after,
  .post_items1:after,
  .overview1:after{
    top: 2%;
    right: 12%;
    width: 300px;
    height: 60%;
  }

  /*共有box*/
  .kyotu_box:nth-child(odd) .img_box .img_fit{
    margin-left: calc(555px - 50vw)
  }
  .kyotu_box:nth-child(even) .img_box .img_fit{
    margin-right: calc(555px - 50vw)
  }
  .kyotu_box:nth-child(odd) .img_box .img_fit img{
    border-radius: 0 0 120px 0;
  }
  .kyotu_box:nth-child(even) .img_box .img_fit img{
    border-radius: 0 0 0 120px;
  }
  .kyotu_box .txt_box .prf{
    margin-top: 49px;
    padding-right: 3px;
  }
  .kyotu_box .txt_box .title{
    font-size: 20px;
  }
  .kyotu_box .txt_box p{
    font-size: 16px;
  }

}
@media(min-width:1920px){

  /*bule背景*/
  .about1:before,
  .business1:before,
  .post_items1:before,
  .overview1:before{
    width: 1775px;
    border-radius: 0 150px 0 150px;
  }
  .about1:before,
  .business1:before{
    height: 640px;
  }
  .business1:before{
    height: 100%;
  }
  .overview1:before{
    height: 1070px;
  }
  .post_items1:before{
    top: -150%;
    height: 180px;
  }
  .about1:after,
  .business1:after,
  .post_items1:after,
  .overview1:after{
    width: 390px;
    height: 360px;
  }
  .about1:after,
  .business1:after,
  .overview1:after{
    top: 3%;
    right: 11%;
  }
  .post_items1:after{
    top: -170%;
    right: 17%;
  }
}



/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  background: #fffffa;
  padding-top: 70px;
}
.pg_home .section + .section{
  margin-top: 70px;
}
.pg_home .section.sec1{

}
.pg_home .section.sec2{
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.pg_home .section.sec2:after{
  content: "";
  background: #edfaff;
  border-radius: 0 50px 0 50px;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
}
.pg_home .section.sec2 .container{
  position: relative;
  z-index: 1;
}
.pg_home .section.sec3{
  
}
.pg_home .section.sec4{
  
}
.pg_home .section.sec5{
  
}
.pg_home .section.sec6{
  background: #edfaff;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.pg_home .section.sec6 .tt1{
  position: relative;
  z-index: 1;
/*  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
  margin-bottom: 0;
}
.pg_home .section.sec7{
  
}
.pg_home .section.sec8{
  
}

/* イラスト */
.home_illust{
  position: absolute;
  z-index: 1;
}
.home_illust.pos2{
  width: 60px;
  bottom: 100%;
  right: 15px;
}

/**/
.home_news{
  
}
.home_news.news .cate_btn_items{
  margin-bottom: 30px;
}
.home_news.news .post_items1:before{
  display: none;
}
.home_news .btn{
  margin-top: 30px;
}


/**/
.pg_home .about1:before{
  display: none;
}
.pg_home .about1 .txt_box{
  margin-top: 0;
}
.pg_home .about1 .txt_box .tt1{
  margin-bottom: 20px;
}

/**/
.home_achive_msg{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}



/* コラム＆動画 */
.home_contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.home_contents .box1{
  width: 100%;
  padding: 0 5px;
}
.home_contents .box1+.box1{
  margin-top: 50px;
}
.home_contents .box2{
  
}

/* OVERVIEW */
.home_overview{
  position: relative;
  z-index: 1;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home_overview_img{
  margin-top: 40px;
}
.home_overview_img.img_fit:before{
  padding-top: 150px;
}
.home_overview_msg{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
  margin-top: 20px;
}

/* 工場紹介 */
.home_factory{
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
}
.home_factory .item{
  width: 50%;
  padding: 0 5px;
}
.home_factory .item:nth-child(n+3){
  margin-top: 15px;
}
.home_factory .item .inner{
  display: block;
  border: 1px solid #0090c1;
  border-radius: 0 20px 0 0;
  padding: 20px 15px 15px;
}
.home_factory .item .name1{
  background: #065976;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  padding: 2px 5px 1px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
}
.home_factory .item .name2{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 5px;
}
.home_factory .item .img{
  overflow: hidden;
}
.home_factory .item .img.img_fit:before{
  padding-top: 62.5%;
}

/* ダウンロード */
.home_download_msg{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

@media (max-width:767px){
  .pg_home .kyotu_box {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
  }
  .pg_home .kyotu_box + .kyotu_box {
    margin-top: 50px;
  }
  .pg_home .kyotu_box .txt_box{
    margin-top: 20px !important;
  }
  
  .home_factory .item .inner{
    padding: 10px 10px 5px;
  }
  .home_factory .item .name1{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .home_factory .item .name2{
    font-size: 15px;
  }
}
@media (min-width:768px){

  .pg_home{
    padding-top: 100px;
  }
  .pg_home .section + .section{
    margin-top: 120px;
  }
  .pg_home .section.sec1{

  }
  .pg_home .section.sec2{
  }
  .pg_home .section.sec2{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_home .section.sec2:after{
    border-radius: 0 50px 0 50px;
    left: 20px;
    right: 20px;
  }
  .pg_home .section.sec3{
    
  }
  .pg_home .section.sec4{

  }
  .pg_home .section.sec5{

  }
  .pg_home .section.sec6{
    margin-top: 120px;
    padding-bottom: 85px;
  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

  }
  
  /* イラスト */
  .home_illust{
  }
  .home_illust.pos2{
    width: 140px;
    right: 15px;
  }
  
  /**/
  .pg_home .about2.kyotu_box{
    margin-top: 120px;
  }
  .pg_home .about1 .txt_box .tt1{
    margin-bottom: 50px;
  }
  /**/
  .home_achive_msg{
    margin-bottom: 50px;
  }
  
  /* コラム＆動画 */
  .home_contents{
    margin: 0 -10px;
  }
  .home_contents .box1{
    width: 100%;
    padding: 0 10px;
  }
  .home_contents .box1+.box1{
    margin-top: 0;
  }
  .home_contents .box2{

  }
  
  /* OVERVIEW */
  .home_overview{
  }
  .home_overview_img.img_fit:before{
    padding-top: 300px;
  }
  .home_overview_msg{
    margin-top: 45px;
    text-align: center;
  }
  

  /* 工場紹介 */
  .home_factory{
    margin: 0 10px;
  }
  .home_factory .item{
    width: 33.333%;
    padding: 0 10px;
  }
  .home_factory .item:nth-child(n+3){
    margin-top: 0;
  }
  .home_factory .item:nth-child(n+4){
    margin-top: 20px;
  }
  
  /* ダウンロード */
  .home_download_msg{
    font-size: 16px;
    text-align: center;
  }

}
@media (min-width:1024px){

  /* コラム＆動画 */
  .home_contents{
    margin: 0 -15px;
  }
  .home_contents .box1{
    width: 50%;
    padding: 0 15px;
  }
  .home_contents .box2{

  }
  
  /* OVERVIEW */
  .home_overview{
  }
  .home_overview_img.img_fit:before{
    padding-top: 500px;
  }
  
  /* 工場紹介 */
  .home_factory{
    margin: 0 15px;
  }
  .home_factory .item{
    width: 20%;
    padding: 0 15px;
  }
  .home_factory .item:nth-child(n+4){
    margin-top: 0;
  }
  .home_factory .item:nth-child(n+6){
    margin-top: 20px;
  }
  
  
}
@media (min-width:1200px){

  .pg_home .section.sec2{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pg_home .section.sec2:after{
    border-radius: 0 150px 0 150px;
    left: 70px;
    right: 70px;
  }
  .pg_home .section.sec6{
    margin-top: 190px;
  }
  
  /* イラスト */
  .home_illust{
  }
  .home_illust.pos2{
    width: auto;
    right: 100px;
  }
  
  .pg_home .tt1{
    margin-bottom: 50px;
  }
  .pg_home .btn{
    margin-top: 35px;
  }
  
  
}



/* **********************************
 *  
 * ********************************* */

/* 大枠 */
.achive_search{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.achive_search .box1{
  width: 33.333%;
  width: 45%;
  padding: 0 5px;
}
.achive_search .box2{
  width: 33.333%;
  width: 10%;
  padding: 0 5px;
  padding-top: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.achive_search .title{
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 15px;
}
.achive_search .title:before,
.achive_search .title:after{
  content: "";
  width: calc(50% - 50px);
  height: 1px;
  background-color: currentColor;
}
.achive_search .title.cat1{
  color: #0090c1;
}
.achive_search .title.cat2{
  color: #009d50;
}
.achive_search .title span{
  width: 100px;
}

.achive_search_result{
  margin-top: 30px;
}
.achive_search_result .loading{
  text-align: center;
}
.achive_search_result .no_items{
  font-weight: 700;
  letter-spacing: 0.075em;
  color: red;
  text-align: center;
}

/* ボタン並び */
.achive_search_cat{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.achive_search_cat li{
  width: 100%;
  padding: 0 6px;
}

/* ボタン内容 */
.achive_search_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px 0;
  border-radius: 15px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  transition: 0.2s all;
}
.achive_search_btn.on,
.achive_search_btn:hover{
  filter: brightness(1.2);
  /*filter: brightness(0.8);*/
}
.achive_search_btn.on{
  border: 3px solid #FF9800;
}
.achive_search_btn[data-taxo="s_cat1"]{
  background-image: -moz-linear-gradient( 125deg, rgb(5,98,129) 0%, rgb(0,144,193) 100%);
  background-image: -webkit-linear-gradient( 125deg, rgb(5,98,129) 0%, rgb(0,144,193) 100%);
  background-image: -ms-linear-gradient( 125deg, rgb(5,98,129) 0%, rgb(0,144,193) 100%);
}
.achive_search_btn[data-taxo="s_cat2"]{
  background-image: -moz-linear-gradient( 125deg, rgb(0,109,56) 0%, rgb(0,157,80) 100%);
  background-image: -webkit-linear-gradient( 125deg, rgb(0,109,56) 0%, rgb(0,157,80) 100%);
  background-image: -ms-linear-gradient( 125deg, rgb(0,109,56) 0%, rgb(0,157,80) 100%);
}
.achive_search_btn .name{
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  /*letter-spacing: 0.075em;*/
}
.achive_search_btn .icon{
  width: 100%;
}
.achive_search_btn .icon i:before{
  content: "\f055";
}
.achive_search_btn.on .icon i:before{
  content: "\f056";
}

.achive_search_btn.disp0{
  /*pointer-events: none;*/
  /*filter: grayscale(1);*/
  background-image: -webkit-linear-gradient(125deg, rgb(110 110 110) 0%, rgb(188 188 188) 100%);
}

/*  */
.achive_search select{
  width: 100%;
  height: 70px;
  padding: 5px 5px;
  border: 0;
  border-radius: 15px;
  font-weight: 700;
  text-align: center;
  text-align-last: center;
  color: #FFF;
  background-image: -moz-linear-gradient( 125deg, rgb(5,98,129) 0%, rgb(0,144,193) 100%);
  background-image: -webkit-linear-gradient( 125deg, rgb(5,98,129) 0%, rgb(0,144,193) 100%);
  background-image: -ms-linear-gradient( 125deg, rgb(5,98,129) 0%, rgb(0,144,193) 100%);
}
.achive_search select[name="s_cat1"]{
  background-image: -moz-linear-gradient( 125deg, rgb(5,98,129) 0%, rgb(0,144,193) 100%);
  background-image: -webkit-linear-gradient( 125deg, rgb(5,98,129) 0%, rgb(0,144,193) 100%);
  background-image: -ms-linear-gradient( 125deg, rgb(5,98,129) 0%, rgb(0,144,193) 100%);
}
.achive_search select[name="s_cat2"]{
  background-image: -moz-linear-gradient( 125deg, rgb(0,109,56) 0%, rgb(0,157,80) 100%);
  background-image: -webkit-linear-gradient( 125deg, rgb(0,109,56) 0%, rgb(0,157,80) 100%);
  background-image: -ms-linear-gradient( 125deg, rgb(0,109,56) 0%, rgb(0,157,80) 100%);
}
.achive_search select option{
  color: #000;
  text-align: center;
}

@media (min-width:768px){

  .achive_search{
    margin: 0 -10px;
  }
  .achive_search .box1{
    width:42.79%;
    padding: 0 10px;
  }
  .achive_search .box2{
    width: 14.41%;
    padding: 0 10px;
    padding-top: 61px;
  }
  .achive_search_result{
    margin-top: 60px;
  }
  
  .achive_search .title{
    margin-bottom: 30px;
  }
  .achive_search .title:before,
  .achive_search .title:after{
    width: calc(50% - 60px);
  }
  .achive_search .title span{
    width: 120px;
  }
  
  /* ボタン並び */
  .achive_search_cat{
    margin: 0 -6px;
  }
  .achive_search_cat li{
    width: 50%;
    padding: 0 6px;
  }
  .achive_search_cat li:nth-child(n+2){
    margin-top: 0;
  }
  .achive_search_cat li:nth-child(n+3){
    margin-top: 10px;
  }
  
  /* ボタン内容 */
  .achive_search_btn{
    height: 115px;
  }
  .achive_search_btn .name{
    /*font-size: 15px;*/
  }
  .achive_search_btn .icon{
    margin-top: 5px;
  }
}
@media (min-width:1024px){

  /* ボタン並び */
  .achive_search_cat{
    /*margin: 0 -6px;*/
  }
  .achive_search_cat li{
    width: 33.333%;
    /*padding: 0 6px;*/
  }
  .achive_search_cat li:nth-child(n+3){
    margin-top: 0;
  }
  .achive_search_cat li:nth-child(n+4){
    margin-top: 10px;
  }
  
}
@media (min-width:1200px){

  /* ボタン内容 */
  .achive_search_btn{
    height: 115px;
  }
  .achive_search_btn .name{
    font-size: 15px;
  }
  .achive_search_btn .icon{
    margin-top: 5px;
  }
  
}

/* **********************************
 *  about
 * ********************************* */
.pg_about{
  position: relative;
}

/*10のこだわり*/
.commitments_items{
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
}
.commitments_items .item_inner{
  position: relative;
}
.commitments_items .nbr{
  letter-spacing: 0;
  line-height: 1;
  background: #fff;
  position: absolute;
  left: 0px;
  z-index: 1;
}
.commitments_items p{
  margin-top: 9px;
  letter-spacing: 0.075em;
}

.about_commitment_detail{
  background: #fbfbfb;
  max-width: 340px;
  margin: 0 auto;
  padding: 20px 15px;
  max-height: 95vh;
  overflow: auto;
}

.about_commitment_detail .nbr{
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.about_commitment_detail .img{
  text-align: center;
  margin-bottom: 15px;
}
.about_commitment_detail .title{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.about_commitment_detail .txt{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
  /*max-height: 350px;*/
  /*overflow: auto;*/
}

@media(max-width:767px){
  .pg_about .section#sec2,
  .pg_about .section#sec3,
  .about2,.about4{
    margin-top: 70px;
  }

  /*10のこだわり*/
  .commitments_items{
    margin: 50px 0 0;
  }
  .commitments_items .item{
    width: 50%;
    padding: 0 10px;
  }
  .commitments_items .item:nth-child(n+3){
    margin-top: 30px;
  }
  .commitments_items .nbr{
    font-size: 40px;
    top: -20px;
  }
  .commitments_items img{
    border-radius: 0 0 53px 0;
  }
  .commitments_items p{
    font-size: 14px;
  }

  /*about ボタン*/
  .btn_items{
    margin-top: 10%;
  }

}
@media(min-width:768px){
  .pg_about .section#sec2,
  .pg_about .section#sec3,
  .about2,.about4{
    margin-top: 100px;
  }

  /*10のこだわり*/
  .commitments_items{
    margin: 95px 0px 0;
  }
  .commitments_items .item{
    width: 33.33%;
    padding: 0 15px;
  }
  .commitments_items .item:nth-child(n+4){
    margin-top: 70px;
  }
  .commitments_items .nbr{
    font-size: 50px;
    top: -25px;
  }
  .commitments_items img{
    border-radius: 0 0 70px 0;
  }
  .commitments_items p{
    font-size: 16px;
  }
  
  .about_commitment_detail{
    
  }
  .about_commitment_detail{
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 30px;;
  }
  .about_commitment_detail .nbr{
    font-size: 60px;
    margin-bottom: 20px;
  }
  .about_commitment_detail .img{
    margin-bottom: 15px;
  }
  .about_commitment_detail .title{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .about_commitment_detail .txt{
    font-size: 16px;
  }

  /*about ボタン*/
  .about.btn_items{
    margin-top: 50px;
  }
}

@media(min-width:1024px){

  /*10のこだわり*/
  .commitments_items{
    margin: 95px 0px 0;
  }
  .commitments_items .item{
    width: 25%;
    padding: 0 17px;
  }
  .commitments_items .item:nth-child(4){
    margin-top: 0px;
  }
  .commitments_items .nbr{
    font-size: 55px;
    top: -27px;
  }

}

@media(min-width:1200px){
  .pg_about .section#sec2{
    margin-top: 110px;
  }
  .pg_about .section#sec3{
    margin-top: -29px;
  }

  /*10のこだわり*/
  .commitments_items{
    margin: -15px -127px 0;
  }
  .commitments_items .item{
    width: 20%;
    padding: 0 21px;
  }
  .commitments_items .item:nth-child(5){
    margin-top: 0px;
  }
  .commitments_items .nbr{
    font-size: 60px;
    top: -30px;
  }
  .commitments_items img{
    border-radius: 0 0 85px 0;
  }
  
  .about_commitment_detail{
    max-width: 1110px;
    margin: 0 auto;
    padding: 50px 95px 50px;
  }
  .about_commitment_detail .nbr{
    font-size: 100px;
    margin-bottom: 20px;
  }
  .about_commitment_detail .img{
    margin-bottom: 15px;
  }
  .about_commitment_detail .title{
    margin-bottom: 15px;
  }
  .about_commitment_detail .txt{
    /*max-height: 300px;*/
  }

  /*about　共有box*/
  .about1 .txt_box{
    margin-top: 108px;
  }
  .about2.kyotu_box{
    margin-top: 212px;
  }
  .about2 .txt_box{
    margin-top: 23px;
  }
  .about3.kyotu_box{
    margin-top: 110px;
  }
  .about3 .txt_box{
    margin-top: -8px;
  }
  .about4.kyotu_box{
    margin-top: 109px;
  }
  .about4 .txt_box{
    margin-top: 10px;
  }

  /*about ボタン*/
  .about.btn_items{
    margin-top: 105px;
  }
}



/* **********************************
 *  事業内容
 * ********************************* */
.pg_business{

}

/*管理方針*/
.control_box{
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
}
.control_box .title{
  text-align: center;
}
.control_box .control_items,
.control_box .control_items .item,
.control_box .txt_box.sen{
  display: flex;
  justify-content: center;
}
.control_box .control_items,
.control_box .control_items .item{
  align-items: center;
}
.control_box .control_items .item{
  background: #eff5f7;
  text-align: center;
  position: relative;
}
.control_box .control_items .item:after{
  content: "";
  background: url(/img/business/parts.png) no-repeat center center;
  position: absolute;
  width: 12px;
  height: 35px;
  z-index: 1;
}
.control_box .control_items .item:last-child{
  border: none;
}
.control_box .control_items .item:after:last-child{
  display: none;
}
.control_box .control_items .item.last:after{
  display: none;
}
.control_box .txt_box{
  flex-wrap: wrap;
  background: #eff5f7;
}
.control_box .control_point li{
  text-indent: -1em;
  padding-left: 1em;
}

@media(max-width:767px){
  .pg_business .section#sec1{

  }
  .pg_business .section#sec2{
    margin-top: 70px;
  }

  /*business　共有box*/
  .business2{
    margin-top: 100px;
  }
  .business3,
  .business4,
  .business5{
    margin-top: 70px;
  }
  .business1 .txt_box,
  .business2 .txt_box,
  .business3 .txt_box,
  .business4 .txt_box,
  .business5 .txt_box{
    margin-top: 20px;
  }

  /*管理方針*/
  .control_box{
    font-size: 16px;
  }
  .control_box:nth-child(n+2){
    margin-top: 50px;
  }
  .control_box .control_items,
  .control_text,
  .control_box .txt_box{
    margin-top: 20px;
  }
  .control_box .control_items{
    flex-wrap: wrap;
  }
  .control_box .control_items .item{
    width: 60%;
    height: 55px;
    border-bottom: 2px solid #abafb0;
  }
  .control_box .control_items .item:after{
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -22px;
  }
  .control_box .txt_box{
    padding: 15px;
  }
  .control_box .txt_box.sen{
    padding: 0 15px;
  }
  .control_box .txt_box .box{
    border-bottom: 1px dotted;
    padding: 10px 0;
  }
  .control_box .txt_box .box:last-child{
    border: none;
  }
  .control_box .title{
    font-size: 18px;
  }
  .control_box .box_title{
    font-size: 17px;
  }

}
@media(min-width:768px){
  .pg_business .section#sec2{
    margin-top: 100px;
  }

  /*business　共有box*/
  .business2,
  .business3,
  .business4,
  .business5{
    margin-top: 100px;
  }
  .business2 .txt_box,
  .business3 .txt_box,
  .business4 .txt_box,
  .business5 .txt_box{
    margin-top: 20px;
  }

  /*管理方針*/
  .control_box:nth-child(n+2){
    margin-top: 55px;
  }
  .control_box .control_items,
  .control_box .txt_box{
    margin-top:  25px;
  }
  .control_box .control_items{
    flex-wrap: nowrap;
  }
  .control_box .control_items .item{
    width: 20%;
    height: 100px;
    border-right: 2px solid #abafb0;
  }
  .control_box .control_items .item:after{
    top: 50%;
    transform: translateY(-50%);
    right: -10.5px;
  }
  .control_box .control_items.ver2 .item{
    width: 16.7%;
  }
  .control_text{
    margin-top: 30px;
  }
  .control_text .control_point{
    margin-top: 33px;
    line-height: 2;
  }
  .control_box .txt_box.sen{
    padding: 27px 20px 30px;
  }
  .control_box .txt_box{
    padding: 28px 14px 25px 20px;
  }
  .business.btn_items{
    margin-top: 70px;
  }

  /*その他の品質管理÷*/
  .control_box .txt_box{
    position: relative;
    line-height: 2.1;
  }
  .control_box .txt_box.sen:before{
    content: "";
    position: absolute;
    border-left: 1px dotted;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
  .control_box .txt_box .box{
    width: 50%;
  }
  .control_box .txt_box .box:nth-child(n+3){
    border-top: 1px  dotted;
    margin-top: 15px;
    padding-top: 15px;
  }
  .control_box .txt_box .box:nth-child(odd){
    padding-right: 20px;
  }
  .control_box .txt_box .box:nth-child(even){
    padding-left: 35px;
  }

}
@media(min-width:1024px){

  /*business　共有box*/
  .business2,
  .business3,
  .business4,
  .business5{
    margin-top: 70px;
  }

}
@media(min-width:1200px){
  .pg_business .section#sec2{
    margin-top: 109px;
  }

  /*business　共有box*/
  .business1 .txt_box{
    margin-top: 107px;
  }
  .business2{
    margin-top: 209px;
  }
  .business2 .txt_box{
    margin-top: 25px;
  }
  .business3{
    margin-top: 92px;
  }
  .business3 .txt_box{
    margin-top: 18px;
  }
  .business4{
    margin-top: 93px;
  }
  .business4 .txt_box{
    margin-top: 17px;
  }
  .business5{
    margin-top: 100px;
  }
  .business5 .txt_box{
    margin-top: 17px;
  }

  /*管理方針*/
  .pg_business .tt1{
    margin-bottom: 105px;
  }
  .control_box.box2,
  .control_box.box3{
    margin-top: 85px;
  }
  .control_box.box4{
    margin-top: 95px;
  }
  .control_box .title{
    font-size: 24px;
  }
  .control_text{
    font-size: 16px;
  }
  .control_box .txt_box .box .box_title{
    font-size: 17px;
  }
  .control_box .txt_box p{
    font-size: 15px;
  }
  .business.btn_items{
    margin-top: 107px;
  }
}


/* **********************************
 *  製品事例・業界実績
 * ********************************* */
.pg_achievements{

}
.pg_achievements .section#sec1{

}
.pg_achievements .section#sec2{

}

/*一覧*/
.achievements,
.achievements .item .title{
  font-weight: 400;
  letter-spacing: 0.075em;
}
.achievements{
  display: flex;
  flex-wrap: wrap;
  border: none;
}
.achievements .item .category,
.achievements .item .title{
  text-align: center;
}
.achievements .item .category{
  width: 100%;
}
.achievements .item .category .cate1,
.achievements .item .category .cate2{
  border-radius: 5px;
}
.achievements .item .category .cate1{
  color: #fff;
  background: #0090c1;
  padding: 7px 0 2px;
}
.achievements .item .category .cate2{
  margin-top: 5px;
  border: 1px solid #0090c1;
  padding: 4px 0 2px;
}
.achievements .item .title{
}
.achievements .item .img{
  overflow: hidden;
}
.achievements .item .img_fit:before{
  padding-top: 70%;
}
.achievements .item .post_btn{
  margin-top: 14px;
  text-align: center;
  color: #fff;
  background: #009d50;
  border: 1px solid #009d50;
  border-radius: 0 10px 0 0;
  padding: 7px 0 3px;
  position: relative;
}
.achievements .item .post_btn:hover{
  color: #009d50;
  background: #fff;
  
}
.achievements .item .post_btn:after{
  content: "";
  background: url(/img/yazirushi.png) no-repeat center;
  position: absolute;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/*詳細*/
.achievements .item.single_item{
  width: 100%;
}
.achievements .single_item .meta{
  display: flex;
  justify-content: center;
}
.achievements .single_item .category{
  width: 380px;
  padding: 0 15px;
  border-radius: 5px;
}
.achievements .single_item .category .cate1{
  padding: 4px 0 2px;
}
.achievements .single_item .category .cate2{
  margin-top: 0;
  padding: 3px 0 2px;
  background: #F5F5F5;
}
.achievements .single_item .title{
  font-weight: 400;
  letter-spacing: 0.075em;
}
.achievements .single_item .post_content .thumb{
  text-align: center;
}
.achievements .single_item .post_content .text{
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media(max-width:767px){

  /*一覧*/
  .achievements,
  .achievements .item .title{
    font-size: 12px;
  }

  .achievements{
    margin:  0 -5px;
  }
  .achievements .item{
    width: 50%;
    padding: 0 5px;
  }
  .achievements .item:nth-child(n+3){
    margin-top: 40px;
  }
  .achievements .item .category.cate1,
  .achievements .item .category.cate2{
    padding: 2px 0 1px;
  }
  .achievements .item .title{
    margin-top: 7px;
  }
  .achievements .item .img{
    margin-top: 9px;
  }
  .achievements .item .post_btn:after{
    right: 3px;
  }

  /*詳細*/
  .achievements .single_item .post_content img{
    margin-top: 10px;
  }
  .achievements .single_item .title{
    margin-top: 18px;
    font-size: 16px;
  }
  .achievements .single_item .post_content .text{
    margin-top: 20px;
    font-size: 14px;
  }
}
@media(min-width:768px){
  .achievements,
  .achievements .item .title{
    font-size: 15px;
  }
  .achievements{
    margin:  0 -15px;
  }

  .achievements .item{
    width: 33.33%;
    padding: 0 15px;
  }
  .achievements .item:nth-child(n+4){
    margin-top: 80px;
  }
  .achievements .item .category.cate1{
    padding: 7px 0 3px;
  }
  .achievements .item .category.cate2{
    padding: 5px 0 1px;
  }
  .achievements .item .title{
    margin-top: 17px;
  }
  .achievements .item .img{
    margin-top: 18px;
  }
  .achievements .item .post_btn:after{
    right: 20px;
  }

  /*詳細*/
  .achievements .single_item .post_content img{
    text-align: center;
  }
}
@media(min-width:1024px){

}
@media(min-width:1200px){

  /*詳細*/
  .achievements .single_item .post_content img{
    margin-top: 27px;
  }
  .achievements .single_item .title{
    margin-top: 28px;
    font-size: 20px;
  }
  .achievements .single_item .post_content .text{
    margin-top: 46px;
    font-size: 16px;
  }
}



/* **********************************
 *  よくある質問
 * ********************************* */
.pg_faq{

}
.qalist{
  letter-spacing: 0.075em;
}
.qalist .qas{
  border: 1px solid #0090c1;
  border-radius: 10px 10px;
  overflow: hidden;
}
.qalist .qa{

}
.qalist .q,
.qalist .a{
  font-weight: 700;
}
.qalist .q{
  color: #fff;
  background: #0090c1;
  /*border-radius: 5px 5px 0 0;*/
  position: relative;
  cursor: pointer;
}
.qalist .q:before{
  content: "Q";
}
.qalist .q:after{
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
}
.qalist .q.on:after{
  
  content: "\f068";
}
.qalist .a{
  display: none;
  padding: 17px 63px 13px;
}
.qalist .qas:nth-child(n+2){
  margin-top: 28px;
}

@media(max-width:767px){
  .qalist .q,
  .qalist .a{
    font-size: 16px;
  }
  .qalist .q{
    padding: 7px 37px 9px;
  }
  .qalist .q:before{
    font-size: 18px;
    padding-right: 15px;
    margin-left: -1.5em;
  }
  .qalist .a{
    padding: 15px;
  }
}
@media(min-width:768px){
  .qalist .q,
  .qalist .a{
    font-size: 13px;
  }
  .qalist .q{
    padding: 7px 19px 9px;
  }
  .qalist .q.on{
    padding: 11px 20px 9px;
  }
  .qalist .q:before{
    font-size: 16px;
    padding-right: 20px;
  }
}
@media(min-width:1024px){
  .qalist .q,
  .qalist .a{
    font-size: 14px;
  }
  .qalist .q:before{
    font-size: 17px;
    padding-right: 05px;
  }
}
@media(min-width:1200px){
  .qalist .q,
  .qalist .a{
    font-size: 15px;
  }
  .qalist .q:before{
    font-size: 18px;
    padding-right: 35px;
  }
}



/* **********************************
 *  記事リスト
 * ********************************* */

/*カテゴリー*/
.cate_btn_items{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.column .cate_btn_items{
  margin: 0 -5px;
}
.column .cate_btn,
.column .cate_btnon{
  padding: 0 5px;
  width: 20%;
}
.news .cate_btn_items{
  margin: 0 -8.5px;
}
.news .cate_btn,
.news .cate_btnon{
  padding: 0 8.5px;
  width: 25%;
}
.cate_btn a,
.cate_btnon a{
  display: block;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.075em;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
}
.cate_btn a{
  background: #fff;
  border: 1px solid #0090c1;
}
.cate_btn a:hover,
.cate_btnon a{
  color: #fff;
  background: #0090c1;
}

/* 記事リスト */
.news .post_items .item{
  display: flex;
  align-items: center;
}
.post_items .item a{
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-bottom: 1px dotted;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post_items .item .category span{
  display: block;
  width: 160px;
  color: #fff;
  padding: 0 3px;
  margin: 2px;
  text-align: center;
  border-radius: 30px;
}
.post_items .item .category span span{
  background: none;
}
.cat_molding{
  background: #117c6f;
}
.cat_handled{
  background: #289c8f;
}
.cat_others{
  background: #35c686;
}
.cat_cases{
  background: #09554c;
}
.cat_activity{
  background: #117c6f;
}
.cat_event{
  background: #289c8f;
}
.cat_news{
  background: #35c686;
}
.column .post_items .item .title{
  width: 100%;
}
.news .post_items .item .date{
  border-right: 1px solid;
  line-height: 1;
}

/*詳細*/
.post_items .item.single_item{
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  justify-content: center;
}
.post_items .item.single_item .category span{
  font-size: 16px;
  width: 280px;
  padding: 8px 0 5px;
}
.post_items .item.single_item .title{
  font-weight: 400;
  letter-spacing: 0.075em;
}
.post_items .item.single_item .post_content .thumb{
  text-align: center;
}
.post_items .item.single_item .post_content .text{
  line-height: 2;
  letter-spacing: 0.08em;
}

.post_gallery{
  margin-top: 30px;
}
.post_gallery_sub{
  margin-top: 10px;
}
.post_gallery_main.img_fit:before{
  padding-top: 61.26%;
}
.post_gallery_sub.img_fit:before{
  padding-top: 61.26%;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 13px 2px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
  border: none;
  padding: 5px 15px 2px;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 80px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  padding: 10px 0px 9px;
  color: #fff;
  background: #009d50;
  border: 1px solid #009d50;
  position: relative;
}
.pagination .nav-posts .page-next a:hover,
.pagination .nav-posts .page-prev a:hover{
  color: #009d50;
  background: #fff;
}
.pagination .nav-posts .page-next a{
  border-radius: 10px 0 0 0;
}
.pagination .nav-posts .page-prev a{
  border-radius: 0 10px 0 0;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  content: "";
  position: absolute;
  width: 21px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pagination .nav-posts .page-next a:before{
  background: url(/img/yazirushi2.png)no-repeat center center;
}
.pagination .nav-posts .page-prev a:after{
  background: url(/img/yazirushi.png)no-repeat center center;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #0090c1;
  color: #ffffff;
  padding: 9px 0px;
  border: 1px solid #0090c1;
  border-radius: 5px;
}
.pagination .nav-posts .page-archive a:hover{
  background: #ffffff;
  color: #0090c1;
}




@media(max-width:767px){

  /*カテゴリー*/
  .cate_btn_items{
    display: none;
  }
  .posts_category_sp{
    padding: 0 15px 30px;
  }
  .posts_category_sp .select_wrap select{
    padding: 15px 10px;
    width: 100%;
  }
  .posts_category_sp .cate_btn:nth-child(n+2){
    margin-top: 20px;
  }

  /* 記事リスト */
  .post_items .item:nth-child(n+2){
    margin-top: 20px;
  }
  .post_items .item a{
    padding-bottom: 10px;
  }
  .post_items .item .date,
  .post_items .item .title{
    font-size: 16px;
  }
  .post_items .item .date{
    border: 0;
    margin-left: 10px;
  }
  .news .post_items .item .date{
    border: 0;
  }
  .post_items .item .title{
    margin-top: 5px;
  }
  .post_items .item .category span{
    width: 120px;
    font-size: 12px;
    padding: 3px 3px;
  }
  .post_items .item .title{
    width: 100%;
  }

  /*詳細*/
  .post_items .item.single_item .title{
    margin-top: 10px;
    font-size: 16px;
    text-align: justify;
  }
  .post_items .item.single_item .post_content{
    margin-top: 10px;
  }
  .post_items .item.single_item .post_content .text{
    margin-top: 20px;
  }
  .post_items .item.single_item .post_content .text p{
    margin-bottom: 15px;
  }
  .post_items .item.single_item .post_content{
    margin-top: 10px;
  }

  /* ページ送り(一覧) */
  .pagination{
    margin-top: 50px;
  }

  /* ページ送り(詳細) */
  .pagination.single{
    margin-top: 50px;
  }
  .pagination .nav-posts .page-archive a{
    width: 100px;
  }
  .pagination .nav-posts .page-next a:before{
    left: 3px;
  }
  .pagination .nav-posts .page-prev a:after{
    right: 3px;
  }

}
@media(min-width:768px){
  .column .section#sec2,
  .news .section#sec2{
    margin-top: 70px;
  }

  /*カテゴリー*/
  .coloumn .cate_btn_items{
    margin: 25px -5px 0;
  }
  .cate_btn a,
  .cate_btnon a{
    padding: 6px 0 5px;
  }

  /* 記事リスト */
  .column .post_items .item:nth-child(n+2){
    margin-top: 28px;
  }
  .news .post_items .item:nth-child(n+2){
    margin-top: 37px;
  }
  .post_items .item a{
    padding-bottom: 19px;
  }
  .post_items .item .category{
    font-size: 14px;
  }
  .post_items .item .category span{
    width: 130px;
    padding: 3px 0 0;
  }
  .post_items .item .date,
  .post_items .item .title{
    font-size: 16px;
  }
  .post_items .item .date{
    padding-left: 20px;
  }
  .news .post_items .item .date{
    padding-right: 20px;
  }
  .column .post_items .item .title{
    margin-top: 13px;
    width: 100%;
  }
  .news .post_items .item .title{
    padding-left: 20px;
    width: calc(100% - 130px - 190px);
  }
  .post_items .item .post_content{
    margin-top: 30px;
  }

  /*詳細*/
  .post_items .item.single_item .title{
    margin-top: 23px;
    font-size: 18px;
    text-align: justify;
  }
  .post_items .item.single_item .post_content{
    margin-top: 20px;
  }
  .post_items .item.single_item .post_content .text{
    margin-top: 41px;
  }
  .post_items .item.single_item .post_content .text p{
    margin-bottom: 32px;
  }
  .post_items .item.single_item .post_content{
    margin-top: 18px;
  }

  /* ページ送り(一覧) */
  .pagination{
    margin-top: 50px;
  }

  /* ページ送り(詳細) */
  .achievements .pagination.single{
    margin-top: 70px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    width: 200px;
  }
  .pagination .nav-posts .page-archive a{
    width: 250px;
  }
  .pagination .nav-posts .page-next a:before{
    left: 10px;
  }
  .pagination .nav-posts .page-prev a:after{
    right: 10px;
  }

}

@media(min-width:1024px){
  .column .section#sec2,
  .news .section#sec2{
    margin-top: 100px;
  }

  /*詳細*/
  .post_items .item.single_item .title{
    font-size: 20px;
    text-align: center;
  }

  /* ページ送り(一覧) */
  .pagination{
    margin-top: 100px;
  }

  /* ページ送り(詳細) */
  .pagination.single{
    margin-top: 100px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev,
  .pagination .nav-posts .page-archive a{
    width: 255px;
  }
  .pagination .nav-posts .page-next a:before{
    left: 20px;
  }
  .pagination .nav-posts .page-prev a:after{
    right: 20px;
  }

}
@media(min-width:1200px){
  .column .section#sec2{
    margin-top: 184px;
  }
  .news .section#sec1{
    margin-top: 65px;
  }
  .news .section#sec2{
    margin-top: 180px;
  }

  /*カテゴリー*/
  .column .cate_btn_items{
    margin: 65px -5px 0;
  }
  .cate_btn a,
  .cate_btnon a{
    padding: 11px 0 8px;
  }

  /* 記事リスト */
  .post_items .item a{
    padding-bottom: 19px;
  }
  .post_items .item .category{
    font-size: 14px;
  }
  .post_items .item .category span{
    width: 160px;
    padding: 4px 0 1px;
  }
  .post_items .item .date,
  .post_items .item .title{
    font-size: 16px;
  }
  .post_items .item .date{
    padding-left: 27px;
  }
  .news .post_items .item .date{
    padding-right: 25px;
  }
  .news .post_items .item .title{
    padding-left: 25px;
    width: calc(100% - 183px - 160px);
  }

  /* ページ送り(一覧) */
  .column .pagination{
    margin-top: 97px;
  }
  .news .pagination{
    margin-top: 98px;
  }

  /* ページ送り(詳細) */
  .achievements .pagination.single{
    margin-top: 115px;
  }
  .pg_column .pagination.single{
    margin-top: 113px;
  }
  .pg_news .pagination.single{
    margin-top: 112px;
  }
}



/* **********************************
 *  動画集
 * ********************************* */
.pg_movie{

}
.pg_movie .section#sec1{

}
/*動画配置*/
.movie_items{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/*動画サイズ調整*/
.movie_items .item video{
  width: 100%;
}

@media(max-width:767px){
  /*動画配置*/
  .movie_items .item{
    width: 100%;
  }
  .movie_items .item:nth-child(n+2){
    margin-top: 30px;
  }

  /*動画サイズ調整*/
  .movie_items .item video{
    height: 190px;
  }
}
@media(min-width:768px){
  /*動画配置*/
  .movie_items{
    margin: 0 -17px 0;
  }
  .movie_items .item{
    width: 50%;
    padding: 0 17px;
  }
  .movie_items .item:nth-child(n+3){
    margin-top: 30px;
  }

  /*動画サイズ調整*/
  .movie_items .item video{
    height: 240px;
  }
}
@media(min-width:1024px){

  /*動画サイズ調整*/
  .movie_items .item video{
    height: 290px;
  }
}
@media(min-width:1200px){

  /*動画サイズ調整*/
  .movie_items .item video{
    height: 340px;
  }
}



/* **********************************
 *  会社概要・沿革
 * ********************************* */
.pg_overview{

}

/*会社概要・沿革*/
.overview1 {
  font-weight: 700;
  letter-spacing: 0.075em;
}
.overview1 .text .name{
  text-align: right;
}
.overview_txt_items{
  text-align: center;
}
.overview_txt_items .item .text{
  line-height: 2;
}

/*会社概要*/
.tbl{
  font-weight: 400;
  letter-spacing: 0.075em;
}
.tbl tr{
  border: 1px solid #0090c1;
  text-align: left;
}
.tbl th{
  background: #edfaff;
}
.tbl td{
  line-height: 2;
}
.tbl td .tbl_box{
  display: flex;
}

/*沿革*/
.history_box{
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.history_box:before{
  content: "";
  border-left: 1px solid #bfbfbf;
  position: absolute;
  z-index: -1;
}
.history_box .box{
  display: flex;
  flex-wrap: wrap;
}
.history_box .box .nbr{
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-indent: -0.8em;
  padding-left: 1.3em;
}
.history_box .box .nbr:before{
  content: "●";
  color: #0480b8;
}
.history_box .box .txt_box{
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.25;
}

.overview_txt_items .item .title{
  /*font-weight: 700;*/
}
.overview_txt_items .item .text{
  font-weight: 700;
}

@media(max-width:767px){
  .pg_overview .section#sec1{
  }
  .pg_overview .section#sec2,
  .pg_overview .section#sec3,
  .pg_overview .section#sec4{
    margin-top: 70px;
  }

  /*会社概要・沿革*/
  .overview1 .tt1{
    margin: 0;
  }
  .overview1 .tt1 .en{
    font-size: 30px;
  }
  .overview1 .tt1 .ja{
    margin-top: -15px;
    font-size: 12px;
  }
  .overview1 .title2{
    margin-top: 9px;
    font-size: 18px;
  }
  .overview1 .text{
    font-size: 12px;
  }
  .overview1 .text p{
    margin-top: 10px;
  }
  .overview1 .text .name{
    font-size: 15px;
    margin-top: 15px;
  }
  .overview_txt_items .item:nth-child(n+2){
    margin-top: 45px;
  }
  .overview_txt_items .item .title{
    font-size: 20px;
  }
  .overview_txt_items .item .text{
    margin-top: 10px;
    font-size: 16px;
  }

  /*会社概要*/
  .tbl{
    font-size: 15px
  }
  .tbl th,
  .tbl td{
    display: block;
    width: 100%;
    padding: 10px 20px 9px;
  }
  .tbl td .tbl_box .box1{
    width: 125px;
  }

  /*沿革*/
  .history_box:before{
    top: 10px;
    left: 2.2%;
    height: 100%;
  }
  .history_box .box:nth-child(n+2){
    margin-top: 20px;
  }
  .history_box .box .nbr{
    width: 100%;
    font-size: 18px;
  }
  .history_box .box .nbr:before{
    font-size: 20px;
    padding-right: 19px;
    margin-left: -12px;
  }
  .history_box .box .nbr span,
  .history_box .box .txt_box{
    font-size: 15px;
  }
  .history_box .box .txt_box{
    padding-top: 10px;
    padding-left: 13%;
  }
  .history_box .box .txt_box .img{
    margin-top: 10px;
  }

}
@media(min-width:768px){
  .pg_overview .section#sec1{
  }
  .pg_overview .section#sec2,
  .pg_overview .section#sec3,
  .pg_overview .section#sec4{
    margin-top: 100px;
  }

  /*会社概要・沿革*/
  .overview1 .tt1{
    margin-bottom: 0;
  }
  .overview1 .tt1 .en{
    font-size: 48px;
  }
  .overview1 .tt1 .ja{
    margin-top: -10px;
    font-size: 14px;
  }
  .overview1 .title2{
    margin-top: 10px;
    font-size: 16px;
  }
  .overview1 .text{
    font-size: 14px;
  }
  .overview1 .text p{
    margin-top: 20px;
  }
  .overview1 .text .name{
    margin-top: 25px;
  }
  .overview_txt_items .item:nth-child(n+2){
    margin-top: 45px;
  }
  .overview_txt_items .item .title{
    font-size: 20px;
  }
  .overview_txt_items .item .text{
    margin-top: 10px;
    font-size: 14px;
  }

  /*会社概要*/
  .tbl{
    font-size: 14px
  }
  .tbl th{
    width: 200px;
  }
  .tbl th,
  .tbl td{
    padding: 15px 25px 14px;
  }
  .tbl td .tbl_box .box1{
    width: 110px;
  }

  /*沿革*/
  .history_box:before{
    top: 7px;
    left: 10px;
    height: 2315px;
  }
  .history_box .box:nth-child(n+2){
    margin-top: 48px;
  }
  .history_box .box .nbr{
    width: 200px;
    font-size: 24px;
  }
  .history_box .box .nbr:before{
    font-size: 20px;
    padding-right: 19px;
    margin-left: -12px;
  }
  .history_box .box .nbr span{
    font-size: 15px;
  }
  .history_box .box .txt_box{
    width: calc(100% - 200px);
    font-size: 14px
  }
  .history_box .box .txt_box p{
    text-indent: -2em;
    padding-left: 0;
  }
  .history_box .box .txt_box p:before{
    content: "｜";
  }
  .history_box .box .txt_box p{
    margin-top: -7px;
  }
  .history_box .box .txt_box p:before{
    padding-right: 17px;
  }
  .history_box .box .txt_box .img{
    margin: 25px 5px 0;
  }

}
@media(min-width:1024px){

  /*会社概要・沿革*/
  .overview1 .tt1{
    margin-top: 25px;
    margin-bottom: 0;
  }
  .overview1 .tt1 .en{
    font-size: 58px;
  }
  .overview1 .tt1 .ja{
    margin-top: -30px;
    font-size: 16px;
  }
  .overview1 .title2{
    margin-top: 14px;
    font-size: 18px;
  }
  .overview1 .text{
    font-size: 16px;
  }
  .overview1 .text p{
    margin-top: 31px;
  }
  .overview1 .text .name{
    margin-top: 35px;
    padding-right: 3px;
  }
  .overview_txt_items .item:nth-child(n+2){
    margin-top: 65px;
  }
  .overview_txt_items .item .title{
    font-size: 24px;
  }
  .overview_txt_items .item .text{
    margin-top: 18px;
    font-size: 16px;
  }

  /*会社概要*/
  .pg_overview .tbl{
    margin-top: -40px;
  }
  .tbl{
    font-size: 16px
  }
  .tbl th{
    width: 284px;
    padding: 22px 50px 21.5px;
  }
  .tbl td{
    padding: 19px 50px 19.3px;
  }
  .tbl td .tbl_box .box1{
    width: 132px;
  }

  /*沿革*/
  .history_box{
    margin-top: -41px;
  }
  .history_box:before{
    top: 5px;
    left: 9px;
    height: 2293px;
  }
  .history_box .box .nbr{
    width: 267px;
  }
  .history_box .box .txt_box{
    width: calc(100% - 267px);
    font-size: 16px
  }

}
@media(min-width:1200px){
  .pg_overview .section#sec2{
    margin-top: 173px;
  }
  .pg_overview .section#sec3{
    margin-top: 130px;
  }
  .pg_overview .section#sec4{
    margin-top: 140px;
  }
}



/* **********************************
 *  工場紹介
 * ********************************* */
.pg_factory{

}
.pg_factory .section + .section{
  margin-top: 50px;
}
.factory_gallery{
  max-width: 790px;
  margin: 0 auto 30px;
}

.hochiminhcity2,
.hanoi2{
  margin-top: 30px;
}

/*文字*/
.factory .text{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
}
.factory .title{
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.factory .tbl a,
.factory .text span{
  color: #06a0cd;
}
.possession_items span{
  font-size: 12px;
}
.privacy_box .item .title{
  margin-top: 0;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}

/*保有設備・成形機*/
.possession_items{
  display: flex;
  justify-content: center;
}
.possession_items .blue{
  background: #edfaff;
}
.possession_items .gray{
  background: #f4f4f4;
  padding: 0;
  white-space: nowrap;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 1.5;
}
.possession_items th,
.possession_items td{
  border: 1px solid #0090c1;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.factory select[name="mwform_select-45"]{
  width: 225px;
  height: 40px;
  padding: 0 8px;
}

@media(max-width:767px){
  .pg_factory .section#sec2{
    margin-top: 50px;
  }
  .pg_factory .section#sec3,
  .pg_factory .section#sec4,
  .pg_factory .section#sec5,
  .pg_factory .section#sec6,
  .pg_factory .section#sec7{
    margin-top: 70px;
  }

  posts_category_sp .cate_btn:nth-child(n+2){
    margin-top: 20px;
  }

  .factory .tbl,
  .factory .title{
    margin-top: 20px;
  }
  .factory .tbl{
    margin-bottom: 30px;
  }
  .factory .title{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .factory .possession_items{
    flex-wrap: wrap;
  }
  .factory .possession_items .item{
    width: 100%;
  }
  .factory .possession_items th.t1,
  .factory .possession_items th.t4{
    width: 170px;
  }
  .possession_items th,
  .possession_items .gray{
    font-size: 15px;
  }
  .possession_items .gray span,
  .possession_items td{
    font-size: 15px
  }
  .factory .btn{
    margin-top: 20px;
    padding: 0;
  }
  .factory .btn a{
    width: 100%;
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
  }

}
@media(min-width:768px){

  .pg_factory .section + .section{
    margin-top: 75px;
  }
  
  /*文字*/
  .factory .title{
    margin-top: 92px;
    font-size: 24px;
  }
  .possession_items .title{
    margin: 0 0 1px;
    font-size: 18px;
  }

  /*テーブル*/
  .factory .hochiminhcity .tbl td,
  .factory .hanoi_1 .tbl td,
  .factory .hanoi_2 .tbl td{
    padding: 9px 50px 6.3px;
    line-height: 1.7;
  }
  .factory .hochiminhcity .tbl a,
  .factory .hanoi_1 .tbl a,
  .factory .hanoi_2 .tbl a{
    padding-left: 0;
  }

  /*カテゴリー*/
  .factory .cate_btn_items{
    margin: 0 -4.5px;
  }
  .factory .cate_btn_items .cate_btn{
    width: 20%;
    padding: 0 4.5px;
  }
  .factory .tbl{
    margin-top: 41px;
  }

  /*保有設備・成形機*/
  .factory .possession_items{
    margin: 0 -15px;
  }
  .factory .possession_items1{
    margin-top: 60px;
  }
  .factory .possession_items2{
    margin-top: 45px;
  }
  .factory .possession_items .item{
    padding: 0 13.5px;
  }
  .factory .possession_items1 .item{
    width: 50%;
  }
  .factory .possession_items th,
  .factory .possession_items td{
    height: 59.3px;
  }
  .factory .possession_items th.t1{
    width: 40%;
  }
  .factory .possession_items th.t4{
    width: 75%;
  }
  .factory .possession_items .down{
    margin-top: 46px;
  }
  .possession_items .gray{
    font-size: 12px;
  }
  .possession_items .gray span{
    font-size: 9px
  }
  .factory .btn{
    margin-top: 64px;
  }
  .factory .btn a{
    width: 410px;
    padding: 11px 0 9px;
  }

}
@media(min-width:1024px){

  .possession_items .gray{
    font-size: 15px;
  }
  .possession_items .gray span{
    font-size: 12px
  }
}
@media(min-width:1200px){
  .pg_factory .section#sec1{
    margin-top: 66px;
  }
  .pg_factory .section#sec2{
    margin-top: 206px;
  }
  .pg_factory .section#sec3{
    margin-top: 142px;
  }
  .pg_factory .section#sec4{
    margin-top: 145.5px;
  }
  .pg_factory .section#sec5,
  .pg_factory .section#sec6{
    margin-top: 145px;
  }
  .pg_factory .section#sec7{
    margin-top: 146px;
  }
  
  .pg_factory .tt1{
    margin-bottom: 50px;
  }

  /*テーブル*/
  .factory .tbl a{
    padding-left: 52px;
  }

  /*保有設備・成形機*/
  .factory .possession_items th.t1{
    width: 256px;
  }
  .factory .possession_items th.t2,
  .factory .possession_items th.t3{
    width: 143px;
  }
  .factory .possession_items th.t4{
    width: 170px
  }
  .factory .possession_items th.t5{
    width: 86px;
  }
  
}



/* **********************************
 *  大和合成が目指す未来
 * ********************************* */
.pg_future .text{
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
}
/*大和合成が目指す未来*/

/*ウッドプラスチック*/
.wood .video{
  text-align: center;
}

@media(max-width:767px){

  .pg_future .section#sec2{
    margin-top: 70px;
  }

  /*大和合成が目指す未来*/
  .future1 img{
    border-radius: 0 0 30px 0;
  }
  .future1 .text,
  .wood .text{
    margin-top: 20px;
  }

  /*ウッドプラスチック*/
  .wood .video video{
    width: 100%;
    height: 200px;
  }

}
@media(min-width:768px){

  .pg_future .section#sec2{
    margin-top: 100px;
  }

  /*大和合成が目指す未来*/
  .future1 img{
    border-radius: 0 0 10px 0;
  }
  .future1 .text,
  .wood .text{
    margin-top: 20px;
  }

  /*ウッドプラスチック*/
  .wood .video video{
    width: 100%;
    height: 400px;
  }

}
@media(min-width:1024px){

  /*ウッドプラスチック*/
  .wood .video{
    margin-top: -41px;
  }
  .wood .video video{
    width: 790px;
    height: 455px;
  }

}
@media(min-width:1200px){
  .pg_future .section#sec1{
    margin-top: -2px;
  }
  .pg_future .section#sec2{
    margin-top: 103px;
  }

  /*大和合成が目指す未来*/
  .future1 img{
    border-radius: 0 0 120px 0;
  }
  .future1 .text{
    margin-top: 101px;
  }

  /*ウッドプラスチック*/
  .wood .video{
    margin-top: -61px;
  }
  .wood .text{
    margin-top: 41px;
  }
}



/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}

/* 連絡先 */
.contact_info{
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
}
.contact_form tr{
  border: 1px solid #b2b2b2;
  border-collapse: collapse;
}
.contact_form th,
.contact_form td{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: left;
}
.contact_form th{
  background: #edfaff;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 10px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.contact_form th .unrequire{
  background: #448aca
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}
.mwform-radio-field input{
  margin-right: -7px;
}

.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  max-width: 100%;
}
.contact_form td input[type="text"],
.contact_form td input[type="email"]{
  border: 1px solid #d6d8d8;
  border-radius: 0;
}

.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.contact_form_acceptance{
  margin-top: 17px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: -9px;
}
/* 送信完了テキスト */
div#mw_wp_form_mw-wp-form-10 {
    text-align: center;
    margin-top: 20px;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 55px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #009d50;
  color: #FFF;
  padding: 10px 0 7px;
  border: 1px solid #009d50;
  border-radius: 0 10px 0 0;
  width: 350px;
  position: relative;
  margin: 10px 10px;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button:hover{
  color: #009d50;
  background: #fff;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}
.contact_form_btns input[type="submit"]:after,
.contact_form_btns input[type="button"]:after,
.contact_form_btns button:after{
  content: "";
  background: url(/img/btn.png) no-repeat center center;
  position: absolute;
  width: 20px;
  height: 10px;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.contact_form_btns button:hover:after{
    background: url(/img/btn2.png) no-repeat center center;
}

/*  プライバシーポリシー */
.privacy_box{
  overflow: auto;
  border: 1px solid #dedede;
  letter-spacing: 0.075em;
  line-height: 2;
}
.privacy_box{

}
.privacy_box .item + .item{
  margin-top: 40px;
}
.privacy_box .item .title{
  border-left: 2px solid;
  margin-left: 5px;
  padding-left: 10px;
  margin-bottom: 8px;
  line-height: 1;
}
.privacy_box .item .txt{
}
.privacy_box .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_box .item ul.latin{
  list-style: lower-latin;
}
.privacy_box .item ul li{

}

@media(max-width:767px){

  /* 連絡先 */
  .contact_info{
    text-align: justify;
  }
  .contact_info .tel{
    font-size: 24px;
    text-align: center;
    margin: 15px 0;
  }

  /* コンタクトフォーム */
  .contact_form{
    margin-top: 70px;
  }
  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px 9px;
  }
  .contact_form td input[type="text"],
  .contact_form td input[type="email"]{
    padding: 11px 10px 10px;
  }

  /* コンタクトフォーム  checkbox, radio */
  .contact_form td input[type="file"]{
    padding-top: 9px;
    line-height: 1;
  }
  .contact_form td textarea{
    height: 150px;
  }

  /*  プライバシーポリシー */
  .privacy_box{
    height: 150px;
    padding: 0 15px;
  }

}
@media(min-width:768px){

  /* 連絡先 */
  .contact_info{
    margin-top: -10px;
    text-align: center;
  }
  .contact_info .tel{
    font-size: 48px;
    line-height: 2.15;
    margin-bottom: 6.5px;
  }

  /* コンタクトフォーム */
  .contact_form{
    margin-top: 140px;
  }
  .contact_form th,
  .contact_form td{
    padding: 10px 13px 9px 20px;
  }
  .contact_form th{
    width: 270px;
  }
  .contact_form td input[type="text"],
  .contact_form td input[type="email"]{
    width: 460px;
    padding: 11px 10px 10px;
  }

  /* コンタクトフォーム  checkbox, radio */

  .contact_form .mwform_check_box_wrap{
    padding: 6px 20px 3px;
    line-height: 2;
  }
  .contact_form td input[type="file"]{
    padding-top: 9px;
    line-height: 1;
  }
  .contact_form td textarea{
    height: 280px;
  }

  /*  プライバシーポリシー */
  .privacy_box{
    height: 223px;
    padding: 0 35px 0 18px;
  }

}
@media(min-width:1024px){

  /* コンタクトフォーム */
  .contact_form th{
    width: 310px;
  }

}
@media(min-width:1200px){

}




/* **********************************
 *  サイトマップ
 * ********************************* */
.pg_sitemap{

}
.sitemap_items{
  display: flex;
  flex-wrap: wrap;
}
.sitemap_items a{
  display: block;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
  background: #009d50;
  border: 1px solid #009d50;
  border-radius: 0 10px 0 0;
  position: relative;
}
.sitemap_items a:hover{
  color: #009d50;
  background: #FFF;
}
.sitemap_items a:after{
  content: "";
  background: url(/img/btn.png) no-repeat center center;
  position: absolute;
  width: 20px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 3s;
}
.sitemap_items a:after{
  right: 25px;
}

@media(max-width:767px){
  .sitemap_items .item{
    width: 100%;
  }
  .sitemap_items .item:nth-child(n+2){
    margin-top: 21px;
  }
  .sitemap_items a{
    padding: 5px 0 4px;
  }
}
@media(min-width:768px){
  .sitemap_items{
    margin: 0 -15px 0;
  }
  .sitemap_items .item{
    width: 50%;
    padding: 0 15px;
  }
  .sitemap_items .item:nth-child(n+3){
    margin-top: 20px;
  }
  .sitemap_items a{
    padding: 15px 0 11px;
  }

}
@media(min-width:1024px){

}
@media(min-width:1200px){
  .pg_sitemap .section#1{
    margin-top: -3px;
  }

}



/* **********************************
 *  
 * ********************************* */
.pg_xxxx{

}
.pg_xxxx .section#sec1{

}
.pg_xxxx .section#sec2{

}
.pg_xxxx .section#sec3{

}

@media(max-width:767px){

}
@media(min-width:768px){

}
@media(min-width:1024px){

}
@media(min-width:1200px){

}