@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{    
  min-height: 100vh;
}

/* 基本フォント: ゴシック */
body{
  font-family:  "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #FFFFFF;
}

.arial{
  font-family: "Arial", sans-serif;
}

/* 基本フォント: 明朝 */
/**/
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: 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{

}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{

}
.tbl td{

}

/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    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;
  display: flex;
}
.home_wrapper{
  width: 100%;
  /*display: flex;*/
}
.container{
  width: 818px;
  padding: 0 0px;
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.blackBg{
    min-height: calc(100vh - 144px - 36px);
    background-color: rgba(0,0,0,0.8);
}
body.home .blackBg{
    background: 0;
}
.pg_header{
  /*margin-top: 144px;*/
  padding-top: 25px;
  /*padding: 15px 0;*/
  /*background-color: rgba(0,0,0,0.8);*/
  /*background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/
}
.pg_header .container{
  display: flex;
  height: 140px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pg_header .container:after{
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-image: url(/img/pg_bar.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 47%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/*.pg_bar{
  border-top: 2px solid #fff;
  width: 50px;
  margin: 14px 0px 13px 0px;
}*/

/* 共通の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{
  width: 320px;  
  min-height: 100vh;
  background-image: url(/img/header/hdr_bg.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: fixed;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
header .fixed{
  padding: 240px 30px 0px 36px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.home header .fixed{
  padding: 339px 30px 0px 36px;
}
header .hdr1{
  position: absolute;
  top: 0;
  left: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.home header .hdr1{
    left: 0;
}
.logo a{
  display: block;
  padding: 18px 48px 42px 49px;
  background-color:rgba( 0, 0, 0, 0.80 ); 
}
.logo a:hover{
  text-decoration: none;
  opacity: 0.6;
}
.logo a .gothic{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.67;
  margin-bottom: 27px;
}
.logo a .arial{
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.32;
}
.under_logo a{
  display: block;
  padding: 25px 0 40px 34px;
}
.under_logo a:hover{
  text-decoration: none;
  opacity: 0.6;
}
.under_logo a .gothic{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.67;
  margin-bottom: 40px;
}
.under_logo a .arial{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.32;
}
.arial.one{
  margin-right: 60px;
  position: relative;
}
.arial.two{
  margin-right: 70px;
  position: relative;
}
.arial.three{
  margin-right: 80px;
  position: relative;
}
.arial.four{
  margin-right: 95px;
  position: relative;
}
.arial.five{
  margin-right: 60px;
  position: relative;
}
.arial.one::after{
  content: "";
  display: block;
  width: 41px;
  height: 1px;
  background-image: url(/img/header/bar1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.arial.two::after{
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  background-image: url(/img/header/bar2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: -59px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.arial.three::after{
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background-image: url(/img/header/bar3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: -68px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.arial.four::after{
  content: "";
  display: block;
  width: 71px;
  height: 1px;
  background-image: url(/img/header/bar4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: -84px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.arial.five::after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-image: url(/img/header/bar5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
header .hidden{
  display: none;
}
.bar{
  display: inline-block;
  border-bottom: 1px solid #707070;
  height: 6px;
}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  background: transparent;
  padding: 0 5px;
  width: 100%;
}
.gnav > ul{
  /*display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;*/
  text-align: left;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  width: 100%;
  position: relative;
}
.home .gnav:not(.active) > ul > li.top{
  display: none;
}
.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{
  text-decoration: none;
  display: block;
  padding: 17px 8px;
}
.gnav li a:hover{
  background: #333;
  color: #FFF;
}
.gnav li a .arial{
  font-size: 18px;
  font-weight: 700;
  line-height: 0.66;
}
.gnav li a .gothic{
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.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;
    min-height: 760px;
    height: calc(100vh - 36px);

  background-image: url('/img/home/mv_home.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}
.mv .mv_box{

}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{

}
.mv .mv_box .img img{

}

/* **********************************
 *  フッター
 * ********************************* */
footer{
  width: 100%;
  background-color: #222222;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11;
}
footer .ftr1{
  margin-bottom: 30px;
}
footer .ftr_links{
  display: flex;
  justify-content: space-around;
}
footer .ftr_links li{
  border-right: 1px solid #c9c9c9;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 0 25px;
}
footer .ftr_links li:first-child{
  border-left: 1px solid #c9c9c9;
}
footer .ftr2{
  display: flex;
  justify-content: space-between;
  padding: 8px 20px 8px 34px;
}
footer .ftr2 .box1{
  position: relative;
}
footer .ftr2 .box1 a{
  position: absolute;
  display: block;
  width: 150px;
  bottom: 0%;
}
footer .ftr2 .box2{
  display: flex;
  align-items: center;
}
footer .copy{
  text-align: center;
  font-size: 10px;
  color: #707070;
  line-height: 2;
  margin-left: 40px;
}
footer .copy a{
  letter-spacing: 0.03em;
}
footer .policy{
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.footer_fix{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  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: 18px 14px 10px 14px;
  background-color: rgba(0,0,0,0.8);
  color: #FFF;
  text-decoration: none;
}

/* 404 ページが見つかりません */
.pg_404{
  text-align: center;
  height: 850px;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0;
  padding-top: 15px;
  /*background-color: rgba(0,0,0,0.8);*/
}
.pg_404 p{
  margin-bottom: 50px;
}
.pg_404 a{
  display: block;
  background-color: #433939;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px;
  position: relative;
}
.pg_404 a:hover{
  text-decoration: none;
  opacity: 0.6;
}
.pg_404 a::after{
  content: "";
  display: block;
  width: 14.5px;
  height: 6.5px;
  background-image: url(/img/404/404_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 19px;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_404 p br{
  display: none;
}

.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{
  padding: 19px 0px 20px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCC;
}
.post_items .item:first-child{
  padding: 5px 0px 19px 0px;
}
.post_items .item .img{

}
.post_items .item .date{
  width: 140px;
  font-size: 16px;
  color: #fff;
}
.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-size: 14px;
  font-weight: 500;
  width: calc(100% - 140px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  padding-right: 1em;
}
.post_items .item .title a:hover{
  text-decoration: none;
  opacity: 0.6;
}

.single_item{
  display: flex;
  flex-wrap: wrap;
}
.single_item:after{
  display: none;
}
.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.single_item .title{
  width: 100%;
  font-size: 18px;
  padding-top: 10px;
}
.single_item .date{
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.07em;
}
.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.single_item .content *{
  margin-bottom: 1em;
}
.single_item .content h1,
.single_item .content h2,
.single_item .content h3,
.single_item .content h4,
.single_item .content h5,
.single_item .content h6{
  margin-bottom: 0.5em;
}
.single_item .content a{
  color: #2196F3;
}

.post_content{
  margin-top: 11px;
}

.post_content p{
  font-weight: 500;
  line-height: 1.8;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 153px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  font-family: "Arial", sans-serif;
  font-weight: 700;
  align-self: stretch;
  padding: 3px 2px;
  margin: 4px 17px;
  color: #fff;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  border-bottom: 2px solid #fff;
}
.pagination .page-numbers.next:hover{
  border-bottom: none;
}
.pagination .page-numbers.prev:hover{
  border-bottom: none;
}
.pagination .page-numbers.next{
  position: relative;
}
.pagination .page-numbers.prev{
  position: relative;
}
.pagination .page-numbers.next:after{
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background-image: url(/img/news/news_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: -7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pagination .page-numbers.prev:before{
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background-image: url(/img/news/news_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: -7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 12px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  background-image: url(/img/news/news_left.png);
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  background-image: url(/img/news/news_right.png);
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  color: #ffffff;
  padding: 10px 12px;
  font-weight: 700;
}
.pagination .nav-posts .page-archive a:hover{
  text-decoration: none;
  opacity: 0.6;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}

/* サイトマップ */
.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;
}

.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.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%);
}*/

/* **********************************
 *  メイン
 * ********************************* */

.main{
  width: calc(100% - 320px);
  min-height: calc(100vh - 36px);
  padding-top: 144px;
  padding-bottom: 36px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  background-image: url(/img/home/mv_home.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

body.home .main{
  padding-top: 0;
  padding-bottom: 0;
  background: 0;
}

.tt1{
  font-family: "Arial", sans-serif;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.54;
  font-family: "Arial", sans-serif;
  margin-bottom: 27px;
}

.tt2 span{

}
.tt3{

}
.tt3 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%);
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home .section#sec1{

}
.home_news_box{
  width: 100%;
  background-color:rgba( 0, 0, 0, 0.60 );
  position: absolute;
  bottom: 67px;
  display: flex;
  align-items: center;
  padding: 18px 0px 20px 127px;
  z-index: 11;
}
.home_news_box .box1{
  width: 6%;
}
.home_news_box .box1 h2{
  position: relative;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.25;
  font-size: 16px;
}
.home_news_box .box1 h2::after{
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-image: url(/img/home/bar.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home_news_box .box2{
  width: 74%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.home_news_box .box2 .date{
  margin-right: 30px;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.42;
}
.home_news_box .box2 .title{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.42;
}
.home_news_box .box3{
  width: 20%;
}
.home_news_box .box3 .more{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.42;
}
.home_news_box .box3 .more a{
  position: relative;
}
.home_news_box .box3 .more a::after{
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background-image: url(/img/home/more_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_privacy{
  /*background-color: rgba(0, 0, 0, 0.8);*/
}
.pg_privacy #sec1{
  padding: 10px 0px 90px 0px;
}
.privacy_items{

}
.privacy_items .item{
  line-height: 1.6;
}
.privacy_items .item + .item{
  margin-top: 65px;
}
.privacy_items .item h2{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.75;
  margin-bottom: 16px;
}
.privacy_items .item .txt{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.666;
}
.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;
}

/* **********************************
 *  会社案内
 * ********************************* */
.pg_company{
  /*background-color: rgba(0, 0, 0, 0.8);*/
}
.pg_company .section#sec1{
  padding: 10px 0px 30px 0px;
  font-weight: 700;
}
.pg_company #sec1 .txt{
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.3px;
  margin-bottom: 85px;
}
.company_tbl1{
  font-size: 14px;
  letter-spacing: 0;
}
.company_tbl1 tr{
  display: flex;
  flex-wrap: wrap;
}
.company_tbl1 th, .company_tbl1 td{
  border-bottom: 1px solid #707070;
  text-align: left;
  display: block;
  padding: 18px 0px 13px 0px;
}
.company_tbl1 th{
  width: 14%;
}
.company_tbl1 td{
  width: 86%;
}
.pg_company .section#sec2{
  padding: 60px 0px 10px 0px;
}
.company_photo_wrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  overflow-y: hidden;
  justify-content: space-between;
}
.company_photo_wrap .box1{
  width: 21%;
}
.company_photo_wrap .box2{
  width: 45%;
}
.company_photo_wrap .box3{
  width: 31%;
}
.pg_company #sec2 iframe{
  width: 100%;
  height: 299px;
    filter: grayscale(100%);
}
.pg_company .section#sec3{
  padding: 59px 0px 50px 0px;
  font-weight: 700;
}
.pg_company #sec3 h2{
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.company_tbl2{
  font-size: 14px;
  line-height: 1.785;
  width: 60%;
  margin: 0 auto;
}
.company_tbl2 tr{
  display: flex;
  flex-wrap: wrap;
}
.company_tbl2 th, .company_tbl2 td{
  text-align: left;
  display: block;
  padding: 16px 0px;
}
.company_tbl2 th{
  width: 29%;
}
.company_tbl2 td{
  width: 71%;
}

/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  /*background-color: rgba(0, 0, 0, 0.8);*/
}
.pg_contact .section#sec1{
  padding: 13px 0px 1px 0px;
}
.wpcf7-select{
  color: #000;
  font-weight: 700;
  height: 40px;
  max-width: 132px;
  width: 100%;
}
.pg_contact .section#sec2{

}
.pg_contact .section#sec3{

}
.pg_contact .privacy{
  margin-top: 80px;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label{
  margin-left: 5px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  display: inline-block;
}
.message th{
  vertical-align: top;
}
.contact_form .message th{
  padding-top: 22px;
}
.contact_form .message td{
  padding-top: 18px;
}
.contact_form .message .require{
  top: 28px;
}

/* コンタクトフォーム */
.contact_info{
  background: #433939;
  text-align: center;
  padding: 46px 0px 44px 0px;
  margin-bottom: 68px;
  font-weight: 700;
}
.contact_info .box1{
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.42;
  margin-top: 22px;
}
.contact_info .box2{
  background: #433939;
}
.contact_info .box2 .tel{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.11;
}
.contact_info .box2 .tel a{
  display: inline-block;
}
.contact_info .box2 .txt{
  font-size: 14px;
  line-height: 1.42;
  margin-top: 12px;
}
.contact_form{
  width: 87%;
  margin-left: 45px;
}
.contact_form tr{
  display: flex;
  flex-wrap: wrap;
}

.contact_form td{
  padding: 10px 0px 9px 0px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  width: 30%;
  font-weight: 700;
  position: relative;
  padding-left: 41px;
  text-align: left;
  padding-top: 21px;
}
.contact_form th .require{
  position: absolute;
  top: 26px;
  left: -1px;
  display: inline-block;
  padding: 0px 4px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #fff;
  line-height: 1.3;
}
.contact_form td{
  width: 70%;
}
.contact_form tr:nth-of-type(4) td{
  padding-bottom: 14px;
}
.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 + p{
  margin-top: 5px;
  margin-bottom: 5px;
}
.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 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%;
  height: 40px;
  color: #000;
}
.contact_form td .wpcf7-textarea {
  width: 100%;
  height: 197px;
  color: #000;
}
.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="zipcode"]{
  width: 150px;
}
.contact_form td .wpcf7-form-control-wrap.zipcode,
.contact_form td .wpcf7-form-control-wrap[class$="_zipcode"]{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.zipcode:before,
.contact_form td .wpcf7-form-control-wrap[class$="_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;
  font-weight: 700;
  padding-right: 11px;
}
.contact_form_acceptance a{
  color: #fff;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}
/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-top: 26px;
  font-weight: 700;
}
.btn_wrap{
  position: relative;
}
.btn_wrap::after{
  content: "";
  display: block;
  width: 14.5px;
  height: 6.5px;
  background-image: url(/img/contact/contact_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 25px;
  right: 39px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #433939;
  color: #FFF;
  border: 0;
  padding: 10px;
  width: 218px;
  height: 51px;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}

/* **********************************
 *  事業案内
 * ********************************* */

.pg_service{
  min-height: calc(100vh - 345px);
  /*background-color: rgba(0, 0, 0, 0.8);*/
}
.pg_service .section#sec1{
  padding: 13px 0px 84px 0px;
}
.service_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_wrap .box:nth-child(-n+3){
  margin-bottom: 53px;
}
.service_wrap .box{
  width: 33%;
  text-align: center;
}
.service_wrap p{
  font-weight: 700;
  margin-top: 6px;
}


/* **********************************
 *  お知らせ一覧
 * ********************************* */
.pg_news{
  /*min-height: calc(100vh - 345px);*/
  /*background-color: rgba(0, 0, 0, 0.8);*/
  padding-bottom: 200px;
}

/* **********************************
 *  お知らせ詳細
 * ********************************* */
.pg_single{
}
.pg_single .section#sec1{
  min-height: calc(100vh - 345px);
  /*padding: 0px 0px 200px 0px;*/
  /*background-color: rgba(0,0,0,0.8);*/
}

/* **********************************
 *  施工実績
 * ********************************* */
.pg_works{
  min-height: calc(100vh - 345px);
  padding-bottom: 50px;
  /*background-color: rgba(0,0,0,0.8);*/
  font-weight: 700;
}
.pg_works .section#sec1{
  padding: 17px 0px 0px 0px;
}
.works_tabs{
  margin: 0 -20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.works_tabs li {
  padding: 1px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.works_tabs li:nth-child(4), .works_tabs li:nth-child(5){
  display: none;
}
.works_tabs > li + li{
  border-left: 1px solid #707070;
}
.works_tabs li a{    
  line-height: 1.1;
  border-bottom: 2px solid transparent;
  display: block;
}
.works_tabs > li.on a,
.works_tabs li a:hover{
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.pg_works .section#sec2{
  padding: 39px 0px 40px 0px;
}
.pg_works .section#sec2 .pagination{
  margin-top: 68px;
}
.works_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.works_items .img{
  display: block;
  width: 255px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 4px;
}
.works_items .img::before{
  content: "";
  display: block;
  padding-top: 66%;
}
.works_items .item{
  width: 33.33%;
  padding: 0 14px;
}
.works_items .item:nth-child(n+4){
  margin-top: 38px;
}
.works_items .item .title{
  width: calc(100% - 86px - 10px);
  display: inline-block;
  font-size: 12px;
  line-height: 1.85;
  /*padding-left: 16px;*/
}
.works_items .item .category span{
  min-width: 56px;
  margin-bottom: 5px;
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1.7;
  font-size: 10px;
  text-align: center;
}
#modal p{
  height: 563px;
  width: 845px;
}
.works_items .beaf .box.before{
  display: none;
}
.works_items .beaf .beaf_tt{
  display: none;
}
.works_items .flex{
  margin-top: 10px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}
.works_items .category {
  width: 86px;
  margin-right: 10px;
}

/* 住宅 */
.works_items.term_15 .item{
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.works_items.term_15 .item + .item{
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #707070;
}
.works_items.term_15 .img{
  width: 373px;  
  max-width: 100%;
  margin: 0 auto;
  order: 2;
}
.works_items.term_15 .flex{
  margin-bottom: 20px;  
}
.works_items.term_15 .title{
  font-size: 20px;
}
.works_items.term_15 .beaf{
  margin: 0 -35px;
  display: flex;
  flex-wrap: wrap;
  order: 2;
}
.works_items.term_15 .beaf .beaf_tt {
  font-size: 16px;
}
.works_items.term_15 .beaf .box{
  width: 50%;
  padding: 0 35px;
  margin: 0;
}
.works_items.term_15 .beaf .box a{
  width: 100%;
  display: block;
  position: relative;
}
.works_items.term_15 .beaf .box.after .img:after{
  content: "▶︎";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.works_items.term_15 .beaf .beaf_tt{
  font-size: 18px;
  margin-top: 5px;
  font-weight: 700;
  display: block;
}
.works_items.term_15 .beaf .box.before{
  display: block;
}
.gallery-hide{
  display: none;
}
.post-type-archive-works .lightbox .lb-image{
  border: 0;
  border-radius: 0;
}
.post-type-archive-works .lb-nav a.lb-next {
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  opacity: 1;
  background: url(/img/works/arrow-r.svg) right 48% no-repeat;
}
.post-type-archive-works .lb-nav a.lb-prev{  
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  opacity: 1;
  background: url(/img/works/arrow-l.svg) left 48% no-repeat;
}
.post-type-archive-works .lb-dataContainer{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.post-type-archive-works .lb-data .lb-close{
  position: absolute;
  right: -50px;
  top: -30px;  
  background: url(/img/works/close.svg) top right no-repeat;
}
.post-type-archive-works .lb-data .lb-details{
  display: none;
}
 