@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 Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, "游ゴシック", "Yu Gothic",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2.125;
  color: #181818;
  position: relative;
  z-index: 0;
}
body:before{
  content: "";
  width: 195px;
  height: 200px;
  position: absolute;
  left: -8px;
  top: 0;
  z-index: 2;
  background: url(/img/hdr_bg1_1.png) no-repeat left top / 100% auto;
}
body:after{
  content: "";
  width: 195px;
  height: 50px;
  position: absolute;
  left: -13px;
  top: 149px;
  z-index: 2;
  background: url(/img/hdr_bg1_2.png) no-repeat left bottom / 100% auto;
}
body.home:before,
body.home:after{
  display: none;
}

@media(max-width:767px){
  body{
    padding-bottom: 60px;
  }

}
@media(min-width:768px){


}

/* 基本フォント: 明朝 */
/**/
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;
}
.outfit{
  font-family: 'Outfit', sans-serif;
}
.oswald{
  font-family: "Oswald", sans-serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  /*text-decoration: underline;*/
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

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;
}

/* テーブル 汎用class */
.tbl{
  background: #FFF;
}
.tbl th,
.tbl td{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.875;
  border: 1px solid #bbbbbb;
  padding: 11px 15px;
}
.tbl th{

}
.tbl td{

}
.tbl.center{
  text-align: center;
}
.tbl .in-block{
  display: inline-block;
  text-align: justify;
  letter-spacing: 0.005em;
}
.tbl .left{
  text-align: left;
}

/* スクロール テーブル */
.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){
  .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;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  padding: 0 15px;
  position: relative;
}
.pg_header:after{
  content: "";
  width: 1000%;
  height: 52%;
  background: #1f4175;
  position: absolute;
  left: -50%;
  bottom: 0;
  z-index: -1;
}
.pg_header .inner{
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right -50px center, -22px -80px;
  background-size: auto 100%, 195px auto;
  background-color: #f2f1f1;
  z-index: 3;
}
.pg_header .container{
  height: 140px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.pg_header .hdr_ttl{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.25;
}
.pg_header .hdr_ttl .outfit{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.0;
}

@media(min-width:768px){
  body:before{
    width: 293px;
    height: 42vw;
    top: 0;
    left: -8px;
  }
  body:after{
    width: 293px;
    height: 91px;
    top: 209px;
    left: -13px;
  }
  .pg_header{
    padding: 0 30px;
  }
  .pg_header:after{
    left: -50%;
  }
  .pg_header .inner{
    background-size: auto 100%, 293px auto;
    background-position: right -140px center, -38px -89px;
  }
  .pg_header .container{
    height: 250px;
  }
  .pg_header .hdr_ttl{
    font-size: 32px;
  }
  .pg_header .hdr_ttl .outfit{
    font-size: 24px;
  }
  .container {
    max-width: 720px;
  }
}
@media(min-width:1024px){
  body:before{
    width: 380px;
    height: 400px;
    top: 0;
    left: -11px;
  }
  body:after{
    width: 380px;
    height: 128px;
    top: 263px;
    left: -13px;
  }
  .pg_header{
    padding: 0 50px;
  }
  .pg_header .container{
    height: 300px;
  }
  .pg_header .inner{
    background-position: right -200px center, -59px -118px;
    background-size: auto, 380px auto;
  }
  
  
  .pg_header .hdr_ttl{
    font-size: 36px;
  }
  .pg_header .hdr_ttl .outfit{
    font-size: 24px;
  }
  .container {
    max-width: 960px;
  }
}

@media(min-width:1024px) and (max-width:1199px){
  
  .pg_slug_nano-micro-capsule .pg_header .inner,
  .pg_slug_acrylic-emulsion .pg_header .inner,
  .pg_slug_antistatic-agent .pg_header .inner{
    background-position: right -255px center, -59px -118px;
  }
  
}

@media(min-width:1200px){
  body:before{
    width: 485px;
    height: 500px;
    top: 0;
    left: -19px;
  }
  body:after{
    width: 485px;
    height: 205px;
    top: 287px;
    left: -13px;
  }
  .container {
    max-width: 1100px;
  }
  .pg_header .container {
    height: 350px;
  }
  .pg_header .hdr_ttl{
    font-size: 40px;
  }
  .pg_header .hdr_ttl .outfit{
    font-size: 32px;
  }
  .pg_header .inner {
    background-position: right -200px center, -69px -118px;
    background-size: auto, 485px auto;
  }
}
@media(min-width:1300px){
  .container {
    max-width: 1230px;
  }
}
@media(min-width:1500px){
  body:before,
  body:after{
    width: 706px;
    height: 723px;
    /*top: -10px;*/
    top: 0;
    left: 0;
  }
  body:after{
    height: 316px;
    top: 405px;
  }
  .pg_header .inner{
    background-size: auto;
    background-position: right -100px center, -50px -119px;
  }
  .pg_header .container {
    height: 450px;
  }
}
@media(min-width:1800px){
  .pg_header .inner{
    background-position: right center, -50px -119px;
  }
  .pg_header .container {
    height: 500px;
  }
}

/* 共通の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;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  padding: 10px 15px;
  position: relative;
  z-index: 3;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
}
header .hdr1 .hdr_contact{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.hdr_logo {
  line-height: 1;
}
.hdr_en {
  width: 58px;
  height: 58px;
  font-size: 14px;
  font-weight: 500;
  background: #093e67;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #093e67;
}
.hdr_en:hover{
  background: #ffffff;
  color: #093e67;  
}

@media(min-width:768px){
  header{
    padding: 15px 30px;
  }
}
@media(min-width:1024px){
  header{
    padding: 30px 50px;
  }

}
@media(min-width:1200px){

}
@media(max-width:767px){

}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{

}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
.gnav > ul > li{
  /*width: 100%;*/
  position: relative;
}
/*.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}*/

.gnav li a{
  font-size: 15px;
  padding: 0 15px;
  font-weight: 500;
  display: block;
  text-shadow: 1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff,
    0 -1px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff,
    0 1px 0 #fff;
}
.gnav li a:hover{

}

.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;
}


.gnav a,
.ftr_links a{
  transition: 0.2s all;
}
.gnav:hover a,
.ftr_links:hover a{
  opacity: 0.3;
}
.gnav:hover a:hover,
.ftr_links:hover a:hover{
  opacity: 1;
}


@media(min-width:768px){

}
@media (min-width:768px) and (max-width:1023px){
  /*ナビゲーション*/
  .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;
  }
  header .gnav_open{
    margin-right: 25px;
  }
  .gnav .inner{

  }
  .gnav.tb.active{
    align-items: flex-start;
    left: 52%;
    right: inherit;
    top: 50%;
    height: auto;
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .gjs-dashed .gnav{
    align-items: flex-start;
    left: 15px;
    right: 15px;

    height: auto;
    opacity: 1;
  }

  .gnav ul > li {
    width: 33.333%;
    padding: 100px 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;
    opacity: 1;
    text-decoration: none;
  }
  .gnav ul > li a{
    width: 100%;
    height: 100%;
    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_box1 .hdr_sns img{
    /*width: 35px;*/
  }
  .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+3) {
    border-bottom: 1px solid #9f9f9f;
  }
  .gnav ul > li:nth-child(3n){
    border-right: 0;
  }

  .gnav .gnav_item:hover {
    opacity: 1;
  }
  .gnav .gnav_item:hover p{
    opacity: 0.8;
  }

}
@media(min-width:1024px){
  .gnav {
    margin-right: 12px;
  }
  .gnav.tb {
    display: none;
  }
  .gnav li a{
    font-size: 13px;
    padding: 0 5px;
  }

}
@media(min-width:1200px){
  .gnav li a{
    font-size: 14px;
    padding: 0 10px;
  }

}
@media(min-width:1300px){
  .gnav li a{
    font-size: 15px;
    padding: 0 15px;
  }

}

@media (max-width:767px){

  /* スマホ用 */
  .gnav {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    position: fixed;
    /*top: 20px;*/
    left: calc(5% / 2);
    right: 0;
    padding: 0;
    z-index: 99999;
    border-radius: 10px;
    /* transition: all 0.2s; */
    transform: translateX(100%);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 4px 0px #666;
  }
  .gnav.pc {
    display: none!important;
  }

  .gnav.active{
    width: 95%;
    height: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

  }
  .gnav .inner ul{
    display: flex;
    flex-wrap: wrap;
    background: #eaeaea;
    color: #000000;
  }
  .gnav .gnav_box1,
  .gnav .gnav_box2{
    width: 100%;
    display: none;
  }
  .gnav .gnav_box1{

  }
  .gnav .gnav_box2{
    border-top: 1px solid #9f9f9f;
  }

  .gnav ul > li {
    font-size: 14px;
    padding: 0 15px;
    /* line-height: 2; */
    font-weight: 500;
    width: 50%;
    text-align: center;
    padding: 19px 3px;
    display: flex;
    /*border: 1px solid #7d7d7c;*/
    /*background: url(https://aburiya-toboru.com/system_panel/uploads/images/home_bg1.png);*/
    /* justify-content: flex-start; */
    justify-content: center;
    align-items: center;
    min-height: 90px;
    color: #181818;
  }
  .gnav ul > li a:hover{
    background: #dcd8d3;
    opacity: 1;
  }
  .gnav ul > li:not(:last-child) {
    border-right: 1px solid #9f9f9f;
  }
  .gnav ul > li:nth-child(n+3) {
    border-top: 1px solid #9f9f9f;
  }
  .gnav ul > li:nth-child(2n){
    border-right: 0;
  }
  .gnav ul > li:nth-child(odd):last-child{
    width: 100%;
  }
  .gnav ul > li a{
    width: 100%;
    height: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
  }

  .gnav_bg{
    padding: 0;
    background: inherit;
  }


  /*フッター（スマホ）電話ポップアップ*/
  .ftr_popup_nav{
    display: none;
    flex-wrap: wrap;
    background: #fbf5e8;
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    border-radius: 15px;
    box-shadow: 0 0 4px 0px #666;
  }
  .ftr_popup_nav.active{
    display: flex;
    left: 15px;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .ftr_popup_nav_title{
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.075em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9f9f9f;
  }
  .ftr_popup_nav_item{
    width: 33.333%;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.075em;
    text-align: center;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    /*border-top: 1px solid #9f9f9f;*/
  }
  .ftr_popup_nav_item + .ftr_popup_nav_item{
    /*margin-top: 10px;*/
    border-left: 1px solid #9f9f9f;
  }
  .ftr_popup_nav_item a{
    display: block;
    padding: 30px 5px;
  }
  .ftr_popup_nav_item a img{
    height: 24px;
  }
  .ftr_popup_nav_item a i{
    font-size: 22px;
  }

  .gjs-dashed .ftr_popup_nav{
    display: flex;
    position: static;
    transform: none;
    margin: 10px 0;
  }
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  margin-top: 80px;
  padding: 50px 0 22px;
  background: #1f4175;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 2;
}
.ftr_logo{
  margin-bottom: 40px;
  display: inline-block;
}

footer .ftr_links{
  margin-top: 40px;
  margin-bottom: 95px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .ftr_links li a{
  text-align: center;
  line-height: 1;
  padding: 0 15px;
  letter-spacing: 0;
}
footer a{
  transition: 0.2s;
}
footer a:hover{
  opacity: 0.7;
}

footer .copy{
  font-size: 14px;
  text-align: center;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  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;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 38%;
  border-right: 1px solid #304e7c;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px 5px 3px;
  background: #37588a;
  color: #FFF;
  text-decoration: none;
}
.footer_fix ul li a i{
  font-size: 22px;
  display: block;
}
.footer_fix ul li.btn2 a{
  background: #263f64;
}

@media(min-width:768px){
  footer{
    margin-top: 100px;
    padding: 100px 0 42px;
  }
  footer .ftr_links{
    max-width: 620px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 85px;
  }
  footer .ftr_links li:nth-child(n+5){
    margin-top: 10px;
  }
  footer .ftr_links li a{
    padding: 0 12px;
  }
}
@media(min-width:1024px){
  footer{
    margin-top: 200px;
  }
  .home footer{
    margin-top: 148px;
  }
  footer .ftr_links{
    max-width: inherit;
  }
  footer .ftr_links li a{
    font-size: 14px;
    padding: 0 8px;
  }
  footer .ftr_links li:nth-child(n+5){
    margin-top: 0;
  }
}
@media(min-width:1200px){
  footer .ftr_links li a{
    font-size: 16px;
    padding: 0 16px;
  }
}
@media(max-width:767px){
  footer .ftr_links{
    display: none;
  }
  footer .copy{
    margin-top: 40px;
  }

  .footer_fix{
    display: flex;
  }
}


/* 検索フォーム */
.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;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{

}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;

}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.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: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 5;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #5181c9;
}
.pagetop a i{
  font-size: 40px;
}

/* コンタクトフォーム */
.contact_info{
  background: #f0f0f0;
  text-align: center;
  padding: 20px;
  margin-bottom: 100px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 20px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #8c8c8c;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.contact_info .box2 .tel a{
  display: block;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 15px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 300px;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 5px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{

}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);
}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.addr dd{

}


.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  padding: 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td .wpcf7-text {
  width: 500px;
  max-width: 100%;
}
.contact_form td .wpcf7-textarea {
  width: 100%;
}
.contact_form td .wpcf7-file {
  width: 100%;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 150px;
}
.contact_form td [name="addr1"]{
  width: 180px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.zipcode{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.zipcode:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 0 5px;
}

.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/


.contact_form_acceptance{
  text-align: center;
  margin-top: 20px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  text-align: center;
  padding: 30px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"]{
  background: #b80000;
  color: #FFF;
  border: 0;
  padding: 10px;
  width: 300px;
  margin: 0 10px;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns input.wpcf7-confirm{

}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}


/* サイトマップ */
.sitemap_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.sitemap_items .item{
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.sitemap_items .item h4{
  border: 1px solid #d3d3d3;
  border-bottom: 5px solid #d3d3d3;
}
.sitemap_items .item h4 a{
  display: block;
  padding: 20px 15px;
}
.sitemap_items .item ul{
}
.sitemap_items .item ul li{
  border-bottom: 1px dashed #d3d3d3;
  position: relative;
}
.sitemap_items .item ul li:before{
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sitemap_items .item ul li a{
  display: block;
  padding: 5px 10px 5px 20px;
}


/* プライバシーポリシー */
.privacy_tt{
  text-align: center;
  margin-bottom: 30px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{

}
.privacy_items .item{
  line-height: 1.6;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;

  border-left: 6px solid #bbbbbb;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{

}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{

}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
}
.breadcrumb li{
  display: inline;
  white-space: normal;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* **********************************
 *  メイン
 * ********************************* */

.tt1{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{

}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

/* 詳しく見る サンプル */
.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%);
}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{

}
.pg_company .section#sec1{

}
.pg_company .section#sec2{

}
.pg_company .section#sec3{

}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}
.pg_contact .section#sec2{

}
.pg_contact .section#sec3{

}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
}

.pg_contact .privacy{
  margin-top: 80px;
}




/* **********************************
 *  共通パーツ
 * ********************************* */
.section.sec1{
  padding-top: 70px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.section.sec1:after{
  content: "";
  width: 100%;
  height: 100%;
  background: #1f4175;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.bg_blue{
  padding: 50px 0 37px;
  background: #1f4175;
}

.section + .section{
  padding-top: 70px;
}

/*概要*/
.cmn_box01{
}
.cmn_box01 .ttl{
  font-size: 18px;
  margin-bottom: 20px;
  /*font-weight: 700;*/
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
}
.cmn_box01 .text{
  /*font-weight: 300;*/
  letter-spacing: 0.075em;
  text-align: justify;
  color: #fff;
}

/*特徴・ポイント*/
.feature_list .item{
  display: flex;
}
.feature_list .item .inner{
  width: 100%;
  background: #ffffff;
}
.feature_list .ttl{
  font-size: 16px;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  background: #d1e0e9;
  color: #1f4175;
}
.feature_list .text{
  padding: 15px 20px;
  text-align: justify;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.125;
  word-break: break-all;
}

.cmn_box02{
  background: #f7f7f7;
}
.cmn_box02 + .cmn_box02{
  margin-top: 50px;
}
.cmn_box02 .ttl{
  font-size: 16px;
  padding: 15px;
  background: #1f4175;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.cmn_box02 .ttl2{
  font-size: 18px;
  padding: 8px;
  background: #1f4175;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.88;
}
.cmn_box02 .inner{
  padding: 23px 15px;
}
.cmn_box02 .inner2{
  padding: 25px 15px 20px;
}
.cmn_box02 .text{
  letter-spacing: 0.075em;
  line-height: 2.125;
  text-align: justify;
}

/* 粒子の設計イメージ */
.product_design{

}

/* 粒子の画像 */
.product_image{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_image .box1{
  width: 100%;
}
.product_image .box2{
  width: 100%;
  margin-top: 15px;
}
.product_image .txt{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2.125;
  text-align: justify;
}

/*お問い合わせテーブル*/
.table_rows{
  margin-top: 28px;
  border: 1px solid #bbbbbb;
}
.table_rows tr + tr{
  border-top: 1px solid #bbbbbb;
}
.table_rows th,
.table_rows td{
  padding: 9px 15px;
  text-align: left;
  letter-spacing: 0.075em;
}
.table_rows th{
  width: 100px;
  background: #d1e0e9;
  font-weight: 400;
}
.table_rows td{
  background: #ffffff;
}


@media (min-width:768px){
  .section + .section{
    padding-top: 100px;
  }

  .section.sec1{
    padding-top: 100px;
    padding-bottom: 50px;
    margin-bottom: 80px;
  }
  .section.sec1:after {
    height: 100%;
  }
  .cmn_box01{
    display: flex;
    justify-content: space-between;
  }
  .cmn_box01 .txt{
    width: 50%;
    padding-top: 20px;
    padding-right: 35px;
  }
  .cmn_box01 .ttl{
    font-size: 21px;
    margin-bottom: 30px;
  }
  .cmn_box01 .img{
    width: 50%;
  }

  .feature_list{
    margin: 0 -6.5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .feature_list .item{
    width: 33.33%;
    padding: 0 6.5px;
  }
  .feature_list .item:nth-child(n+4){
    margin-top: 17px;
  }

  .cmn_box02 + .cmn_box02{
    margin-top: 70px;
  }
  .cmn_box02 .inner {
    padding: 23px 36px;
  }
  .cmn_box02 .inner2 {
    padding: 25px 26px 35px;
  }

  /* 粒子の画像 */
  .product_image{
  }
  .product_image .box1{
    width: 44.34%;
    padding-top: 10px;
  }
  .product_image .box2{
    /*width: 49.56%;*/
    width: 50.1%;
    margin-top: 0;
  }
  .product_image .txt{
    font-size: 16px;
    line-height: 2.125;
    padding-right: 10px;
  }


  .table_rows th,
  .table_rows td{
    padding-left: 40px;
  }
  .table_rows th{
    width: 200px;
  }
}
@media (min-width:1024px){
  .section + .section{
    padding-top: 120px;
  }
  .section.sec1{
    padding-top: 70px;
    padding-bottom: 0;
  }
  .section.sec1:after{
    min-height: 541px;
    height: 75%;
    /*padding-bottom: 10px;*/
  }
  .section.sec1.bg_large:after{
    height: calc(100% + 50px);
  }
  .cmn_box01 .txt{
    /*width: 58.3%;*/
    width: 57.1%;
    padding-top: 0;
  }
  .cmn_box01 .ttl{
    font-size: 21px;
    margin-bottom: 28px;
  }
  .cmn_box01 .img{
    width: 41.7%;
  }

  .feature_list .item{
    width: 20%;
  }
  .feature_list .item:nth-child(n+4){
    margin-top: 0;
  }
  .feature_list .item:nth-child(n+6){
    margin-top: 17px;
  }

  .table_rows th,
  .table_rows td{
    padding-left: 50px;
  }
  .table_rows th{
    width: 275px;
  }
}

@media (min-width:1200px){
  
  .section.sec1{
    padding-top: 150px;
  }
  
  .section.sec1.bg_large:after{
    height: calc(100% + 50px);
  }
  
  .cmn_box01 .txt{
    padding-top: 38px;
  }
}
@media (min-width:1500px){

}
@media (min-width:1800px){

}



@media (max-width:767px){
  .cmn_box01{
    display: flex;
    flex-direction: column;
  }
  .section.sec1:after{
    bottom: 0;
    top: inherit;
  }
  .cmn_box01 .img{
    margin-bottom: 30px;
    order: 1;
    text-align: center;
  }
  .cmn_box01 .txt{
    padding-bottom: 30px;
    order: 2;
  }

  .feature_list{
    margin: 0 15px;
  }
  .feature_list .slick-prev:before,
  .feature_list .slick-next:before,
  .slick-dots li button:before{
    color: #fff!important;
    opacity: 1;
  }
  .feature_list .slick-prev {
    left: -25px;
  }
  .feature_list .slick-next {
    right: -25px;
  }
}


/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  position: relative;
}
.pg_home:before{
  content: "";
  width: 100%;
  height: 260px;
  background: #1f4175;
  position: absolute;
  left: 0;
  top: -260px;
  z-index: -1;
}

.mv{
  height: 50vh;
  margin: 0 15px;
  position: relative;

  background: url(/img/home/mv_bg1.jpg) no-repeat center / cover;
  /*background-image: url('/img/mv.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.mv .mv_img{
  position: absolute;
  left: -20px;
  top: -90px;
  z-index: 0;
}
.mv .mv_img img{
  width: 220px;
}
.mv .mv_box .txt{
  font-size: 9vw;
  padding: 30px 30px 50px;
  position: relative;
  z-index: 1;
}
.mv .mv_box .txt .en{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
.mv .mv_box .txt .ja{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.pg_home .section.sec1{
  padding-top: 70px;
  margin-bottom: 0;
}
.home_tt1 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2;
  color: #1f4175;
  position: relative;
  z-index: 1;
}
.home_tt1.white{
  color: #fff;
}
.home_tt1 .en{
  font-size: 58px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-shadow: 1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
}
.home_tt1.white .en{
  text-shadow: 1px 1px 0 #1f4175,
    -1px 1px 0 #1f4175,
    1px -1px 0 #1f4175,
    -1px -1px 0 #1f4175;
}
.home_tt1 .ja{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.home_about .img{
  text-align: center;
}
.home_about .txt{
  color: #fff;
}
.home_about .text{
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.075em;
}
.link_1 {
  max-width: 168px;
  width: 100%;
  font-size: 20px;
  padding: 5px 32px;
  letter-spacing: 0.075em;
  font-weight: 500;
  margin: 50px auto 0;
  display: block;
  position: relative;
  text-align: right;
  background: url(/img/home/link_1_i3.png) no-repeat right center;
  color: #1f4175;
  right: -40px;
}
.link_1:hover{
  text-decoration: none;
}
.link_1:after{
  content: "";
  width: 87px;
  height: 14px;
  background: url(/img/home/link_1_i4.png) no-repeat center / contain;
  position: absolute;
  left: -47px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.link_1:hover:after{
  left: -57px;
}
.link_1.white{
  background: url(/img/home/link_1_i1.svg) no-repeat right center;
  color: #fff;
}
.link_1.white:after{
  background: url(/img/home/link_1_i2.png) no-repeat center / contain;
}

.pg_home .section.sec2{
  padding-bottom: 70px;
  /*background: url(/img/home/home_bg2.jpg) no-repeat right 33.5%;*/
  background: url(/img/home/home_bg2.jpg) no-repeat right -8px top 33.7%;
  position: relative;
}
.pg_home .section.sec2:before{
  content: "";
  width: 40%;
  height: 43vw;
  top: -4.8vw;
  background: url(/img/home/home_bg1.png) no-repeat center / contain;
  position: absolute;
  left: 0;
  z-index: 0;
}
.home_feature_list {
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.home_feature_list .num{
  font-size: 82px;
  margin-left: -5px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #1f4175,
    -1px 1px 0 #1f4175,
    1px -1px 0 #1f4175,
    -1px -1px 0 #1f4175;
  line-height: 1;
}
.home_feature_list .item:nth-child(even) .num{
  text-align: right;
}
.home_feature_list .ttl{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #1f4175;
  line-height: 1.533;
}
.home_feature_list .text{
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.075em;
}
.home_feature_list .item + .item{
  margin-top: 50px;
}

.section.blue{
  background: #1f4175;
}
.home_products ul{
  border-top: 1px solid #ffffff;
}
.home_products ul li{
  padding: 18px 0;
  border-bottom: 1px solid #ffffff;
  display: flex;
  align-items: center;
}
.home_products ul li a{
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.home_products ul li a:after{
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 16px;  
  transition: 0.2s all;
}
.home_products ul li a:hover{
  text-decoration: none;
}
.home_products ul li a:hover:after{
  right: 0;
}
.home_products li .oswald{
  font-size: 40px;
  margin-right: 25px;
  margin-left: -3px;
  font-weight: 400;
  color: #1f4175;
  /*text-shadow: 1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
  */
  text-shadow: 0.5px 0.5px 0 #c9c9c9,
    -0.5px 0.5px 0 #c9c9c9,
    0.5px -0.5px 0 #c9c9c9,
    -0.5px -0.5px 0 #c9c9c9;/**/
  /*-webkit-text-stroke: 0.4px #FFF;*/
  line-height: 1;
}
.home_products ul li a:hover .oswald{
  color: #fff;
}
.home_products li .ttl{
  font-size: 17px;
  color: #fff;
  transition: 0.2s all;
}
.home_products li  a:hover .ttl{
  transform: scale(1.1);
}
.pg_home .section.sec3{
  padding-bottom: 60px;
  position: relative;
}
.pg_home .section.sec3:before{
  content: "";
  width: 40%;
  height: 43vw;
  top: -20.15vw;
  background: url(/img/home/home_bg3.jpg) no-repeat center / contain;
  position: absolute;
  right: -10px;
  z-index: 1;
}

.pg_home .section.sec4{
  padding-top: 85px;
}
.pg_home .section.sec4 .home_tt1{
  margin-bottom: 29px;
}
.home_contact{
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.home_contact a{
  transition: 0.2s;
}
.home_contact a:hover{
  color: #1f4175;
}


@media (max-width:767px){
  .pg_home .section.sec1{
    background: #1f4175;
  }
  .home_about .txt{
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .link_1{
    margin: 40px auto 0;
  }

  .home_feature_list .txt{
    margin-top: -30px;
  }
  .home_feature_list .num,
  .home_feature_list .ttl,
  .home_feature_list .item:nth-child(even) .num{
    text-align: center;
  }

  .home_products .txt{
    padding: 30px 30px 0;
  }
  .home_products .txt ul{
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (min-width:768px){
  
  .pg_home:before{
    height: 220px;
    top: -220px;
  }
  
  .mv{
    height: 60vh;
    height: 55vh;
    margin: 0 30px;
  }
  .mv .mv_box .txt{
    padding: 30px 50px 80px;
  }
  .mv .mv_box .txt .en{
    font-size: 42px;
  }
  .mv .mv_box .txt .ja{
    font-size: 24px;
  }
  .mv .mv_img{
    top: -100px;
    left: -50px;
  }
  .mv .mv_img img{
    width: 400px;
  }

  .pg_home .section.sec1{
    padding-top: 120px;
  }
  .home_tt1 {
    margin-bottom: 70px;
  }
  .home_tt1 .en{
    font-size: 78px;
  }
  .home_tt1 .ja{
    font-size: 18px;
  }
  .home_about{
    display: flex;
  }
  .home_about .img{
    width: 46.3%;
  }
  .home_about .txt{
    width: 53.7%;
    margin-top: 5px;
    padding-left: 60px;
  }
  .link_1{
    margin-top: 60px;
  }
  .pg_home .section.sec1 .link_1{
    margin: 57px 0 0 auto;
    right: inherit;
  }

  .pg_home .section.sec2{
    padding-top: 145px;
    padding-bottom: 100px;
  }
  .home_feature_list {
    padding-top: 50px;
  }
  .home_feature_list .item{
    display: flex;
    align-items: flex-start;
  }
  .home_feature_list .txt{
    width: 50%;
    min-height: 270px;
    padding: 0 32px 25px 0;
    order: 1;
    background: #fff;
    position: relative;
    z-index: 1;
    top: -1px;
  }
  .home_feature_list .num{
    margin-top: -80px;
  }
  .home_feature_list .img{
    width: 63.3%;
    margin-left: -13.3%;
    order: 2;
  }
  .home_feature_list .item + .item{
    margin-top: 80px;
  }
  .home_feature_list .item:nth-child(even) .txt{
    padding: 0 0 22px 32px;
    order: 2;
  }
  .home_feature_list .item:nth-child(even) .img{
    margin-left: 0;
    margin-right: -13.3%;
    order: 1;
  }
  .home_feature_list .item:nth-child(3) .txt{
    min-height: 245px;
  }

  .pg_home .section.sec3{
    padding-bottom: 100px;
  }
  .pg_home .section.sec3:before {
    width: 40%;
    height: 43vw;
    top: -20.28vw;
  }
  .home_products {
    display: flex;
    align-items: center;
  }
  .home_products .img{
    width: 53.5%;
  }
  .home_products .txt{
    width: 46.5%;
    padding-left: 30px;
  }
  .home_products li .ttl{
    font-size: 18px;
  }

  .home_feature_list{
    padding-top: 50px;
  }
  .home_feature_list .num {
    font-size: 92px;
  }
  .home_feature_list .ttl{
    font-size: 22px;
  }

  .pg_home .section.sec4{
    padding-top: 175px;
  }
  .home_contact{
    font-size: 36px;
  }
  .pg_home .section.sec4 .link_1{
    margin-top: 66px;
  }
}
@media (min-width:1024px){
  
  .pg_home:before{
    height: 260px;
    top: -260px;
  }
  
  .mv{
    height: 500px;
    margin: 0 50px;
  }
  .mv .mv_box .txt{
    padding-bottom: 135px;
  }
  .mv .mv_box .txt .en{
    font-size: 60px;
  }
  .mv .mv_box .txt .ja{
    font-size: 32px;
  }
  .mv .mv_img{
    top: inherit;
    bottom: 87px;
  }
  .mv .mv_img img{
    width: 60%;
  }

  .pg_home .section.sec1{
    padding-top: 124px;
  }
  .pg_home .section.sec1:after {
    min-height: 708px;
    height: 75%;
  }

  .pg_home .section.sec2{
    padding-top: 185px;
    padding-bottom: 147px;
  }
  .home_products {
    margin-top: 123px;
  }
  .home_products .txt{
    padding-left: 60px;
  }


  .home_tt1 .en{
    font-size: 98px;
    padding-left: 20px;
  }
  .home_feature_list .item + .item{
    margin-top: 94px;
  }
  .home_feature_list .num {
    font-size: 102px;
  }
  .home_feature_list .ttl{
    font-size: 24px;
  }
  .home_contact{
    font-size: 48px;
  }
  
  .home_feature_list .txt{
    min-height: 245px;
  }
  .home_feature_list .item:nth-child(3) .txt{
    min-height: 245px;
  }
}
@media (min-width:1200px){
  .mv{
    height: 880px;
  }
  .mv .mv_box .txt .en{
    font-size: 85px;
  }
  .mv .mv_box .txt .ja{
    font-size: 42px;
  }
  .mv .mv_img img{
    width: auto;
  }

  .pg_home .section.sec1:after {
    min-height: 778px;
  }
  .link_1{
    margin-top: 80px;
  }
  .pg_home .section.sec1 .link_1{
    margin: 77px 0 0 auto;
  }

  .pg_home .section.sec3{
    padding-bottom: 128px;
  }
  .home_feature_list .num {
    font-size: 142px;
    margin-bottom: -4px;
  }
  .home_feature_list .ttl{
    font-size: 28px;
  }
  
  .home_products li .ttl{
    font-size: 21px;
  }
  .home_products ul li a:after{
    font-size: 21px;  
  }
  
  .home_feature_list .txt{
    min-height: 270px;
  }
  .home_feature_list .item:nth-child(3) .txt{
    min-height: 298px;
  }
}
@media (min-width:1350px){
  .home_feature_list .ttl{
    font-size: 30px;
  }
}
@media (min-width:1500px){
  .mv .mv_box .txt .en{
    font-size: 95px;
  }
  .mv .mv_box .txt .ja{
    font-size: 52px;
  }

  

}
@media (min-width:1800px){
  .pg_home .section.sec2:before {
    width: 649px;
    height: 605px;
    top: -105px;
  }
  .pg_home .section.sec3:before {
    width: 613px;
    height: 645px;
    top: -304px;
  }
}


/*******************************
*　低誘電中空粒子
********************************/

.pg_low_dielectric{

}
.pg_low_dielectric .section.sec1{

}
.pg_low_dielectric .section.sec2{
  padding-top: 10px;
}
.pg_low_dielectric .section.sec3{

}

.low_dielectric_tbl{

}
.low_dielectric_tbl .th1{

}
.low_dielectric_tbl .th2{

}
.low_dielectric_tbl .th3{

}
.low_dielectric_tbl .th1{
  width: 120px;
}
.low_dielectric_tbl .th2{
  width: 320px;
}
.low_dielectric_tbl .th3{

}

@media (max-width:767px){

}
@media (min-width:768px){

  .pg_low_dielectric .section.sec2{
    padding-top: 50px;
  }
  
  .cmn_box02 .inner2.low_1{
    padding-top: 35px;
  }
  .cmn_box02 .inner2.low_2{
    padding-top: 65px;
  }
  
  .low_dielectric_tbl .th1{
    width: 21.04%;
  }
  .low_dielectric_tbl .th2{
    width: 40%;
  }
  .low_dielectric_tbl .th3{

  }

}
@media (min-width:1024px){
  
  .pg_low_dielectric .section.sec2 .cmn_box02 + .cmn_box02{
    margin-top: 100px;
  }
  .pg_low_dielectric .section.sec2 .cmn_box02 + .cmn_box02.low_mt70{
    margin-top: 70px;
  }


}
@media (min-width:1200px){


}


/*******************************
*　English
********************************/
.pg_english .cmn_box01 .text,
.pg_english .cmn_box02 .text{
  text-align: left;
}
.pg_header .hdr_ttl.outfit{
  font-size: 24px;
  letter-spacing: 0.01em;
}
.en_tt1 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.5;
}
.english_img1{
  text-align: center;
}
.english_img1 p,
.english_img2 p{
  font-size: 15px;
  margin-top: 6px;
  letter-spacing: 0.075em;
  line-height: 2.133;
  text-align: center;
}
.english_img1 + .english_img1{
  margin-top: 43px;
}
.english_text1 {
  margin-top: 60px;
  letter-spacing: 0.075em;
  line-height: 1.625;
}
.english_list1{
  margin-top: 20px;
  margin-left: -6px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.english_list1 li{
  padding-left: 1em;
  position: relative;
}
.english_list1 li.red{
  color: #ff0000;
}
.english_list1 li:before,
.english_list1 li.red:before{
  content: "・";
  color: #181818;
  position: absolute;
  left: 0;
  top: 0;
}
.pg_english .section.sec1{
  padding-bottom: 25px;
}

.pg_english .section.sec2{
  padding: 32px 0 50px;
  position: relative;
}
.pg_english .section.sec2 .en_tt1,
.pg_english .section.sec3 .en_tt1{
  margin-bottom: 17px;
  letter-spacing: 0.095em;
}
.pg_english .section.sec2:before,
.pg_english .section.sec3:before{
  content: "";
  width: 100%;
  height: 76%;
  background: #1f4175;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.english_text2 {
  letter-spacing: 0.075em;
  color: #ffffff;
}
.english_img2 {
  margin-top: 20px;
  text-align: right;
}
.pg_english .section.sec3:before{
  max-height: 100%;
  height: 100%;
}

.pg_english .section.sec3{
  padding: 60px 0 0;
  position: relative;
}
.pg_english .section.sec3 .english_img1{
  margin-top: 58px;
}

.pg_english .section.sec4 .cmn_box02{
  margin-top: 60px;
}

.en_text_list{
  text-indent: -1.3em;
  padding-left: 1.3em;
}

@media (max-width:767px){
  .pg_english .section.sec1:after{
    height: 250px;
    bottom: inherit;
    top: 0;
  }
}
@media (min-width:768px){
  .pg_header .hdr_ttl.outfit{
    font-size: 32px;
  }
  .pg_english .section.sec1 {
    padding-bottom: 35px;
  }
  .pg_english .section.sec1:after {
    height: auto;
    min-height: 360px;
  }
  .english_text1 {
    margin-top: 100px;
  }

  .pg_english .section.sec2{
    padding-top: 42px;
    padding-bottom: 100px;
  }
  .pg_english .section.sec2:before{
    height: 57.5%;
  }
  .english_img2{
    margin-top: 45px;
  }
  .english_img2 img{
    width: 84.584%;
  }

  .pg_english .section.sec3{
    padding-bottom: 30px;
  }
  .pg_english .section.sec3:before {
    max-height: 575px;
    height: 100%;
  }
  .pg_english .cmn_box01 .txt {
    width: 64.7%;
  }
  .pg_english .cmn_box01 .img {
    width: 35.3%;
  }
  .pg_english .section.sec3 .english_img1 {
    margin-top: 100px;
  }

  .pg_english .section.sec4{
    padding-top: 60px;
  }
  .pg_english .section.sec4 .cmn_box02{
    margin-top: 120px;
  }
}
@media (min-width:1024px){
  .pg_header .hdr_ttl.outfit{
    font-size: 42px;
  }
  .pg_english .section.sec1:after {
    min-height: 510px;
  }
  .en_tt1 {
    font-size: 26px;
  }
  .pg_english .section.sec1 {
    padding-top: 200px;
  }
  .english_text1 {
    margin-top: 135px;
  }

  .pg_english .section.sec2{
    padding-bottom: 142px;
  }

  .pg_english .section.sec3{
    padding-bottom: 15px;
  }
  .pg_english .section.sec3:before{
    max-height: 475px;
  }

  .pg_english .cmn_box01 .txt{
    padding-top: 0;
    margin-top: -18px;
  }
  .pg_english .section.sec3 .english_img1 {
    margin-top: 58px;
  }

  .pg_english .section.sec4 .cmn_box02{
    margin-top: 180px;
  }
}
@media (min-width:1200px){
  .pg_header .hdr_ttl.outfit{
    font-size: 49.81px;
  }
  .pg_english .section.sec1:after {
    min-height: 410px;
  }
  .en_tt1 {
    font-size: 30px;
  }
  
  .pg_english .section.sec3{
    padding-bottom: 15px;
  }
  .pg_english .section.sec3:before{
    max-height: 543px;
  }


}

/*******************************
*　ナノマイクロカプセル
********************************/
.pg_nmc{

}
.pg_nmc .section.sec1{
}
.pg_nmc .section.sec2{
  padding: 0;
}
.pg_nmc .section.sec2 .cmn_box02 .inner2{
  letter-spacing: 0.075em;
}
.pg_nmc .section.sec3{
  padding-top: 50px;
  margin-top: 145px;
}
.pg_nmc .section.sec4{
  padding-top: 78px;
}
.yohaku4{
  /*margin-top: 145px;*/
  margin-bottom: 34px;
}
.pg_nmc .cmn_box01 .text{
  padding-right: 30px;
}
.nmc_sec2{
  margin-top: 58px;
}
.nano_micro_capsule{
  margin: 0 0 50px;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
}
.pg_nmc .feature_list .ttl{
  padding: 4px 0 5px;
}

.low_nmc_tbl th,
.low_nmc_tbl td{
  padding: 10px 5px 10px 10px;
  text-align: center;
}
.low_nmc_tbl .th1{
  width: 10.4%
}
.low_nmc_tbl .th2{
  width: 13.5%;
}
.low_nmc_tbl .th3{
  width: 15.5%;
}
.low_nmc_tbl .th4{
  width: 15.5%;
}
.low_nmc_tbl .th5{
  width: 44.1%;
}
.low_nmc_tbl td p{
  text-align: left;
  /*display: inline-block;*/
}

@media (max-width:767px){

  .low_nmc_tbl td:last-child{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .js-scrollable table.low_nmc_tbl{
    min-width: 800px;
  }
  
}
@media (min-width:768px){

}
@media (min-width:1024px){


}
@media (min-width:1200px){



}


/*******************************
*　
********************************/

@media (max-width:767px){

}
@media (min-width:768px){


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
