@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;
}
*/

:root{
  /*--main-title-color: #cfa972;
  --main-mincho-font: "Noto Serif JP", serif;*/
}

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #383838;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
  background: #000;
  color: #FFF;
}

/* 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: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,  serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
.read_more a:hover{
  background: #3e3e3d;
  
  transition: 1s;
}

img{
  max-width: 100%;
}
/*a:hover img{
  opacity: 0.5;
}*/

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;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
  letter-spacing: 0.02em;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1140px;
  padding: 0 10px; 
  margin: 0 auto;
}
.wcontainer{
  width: 100%;
  padding: 0 0 0 80px; 
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  /*padding: 15px 0;*/
  position: relative;
}
.pg_header .container{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 352px;
  /*width: 100%;*/
}
.pg_header .head_img{
  height: 100%;
  width: 100%;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  left: 420px;
  top: 7%;
}
.pg_header .box4{
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.pg_header .box4:after{
  content: "";
  height: 100%;
  width: 1000%;
  background: #1b1b1b;
  position: absolute;
  left: -50px;
  top: 0;
  z-index: -1;
}
.in_container{
  text-align: left;
  max-width: 420px;
  width: 100%;
  height: 350px;
  padding-top: 25px;
  /*margin-top: 23px;*/
  display: flex;
  align-items: center;
}

/* 共通の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{
  background: #000;
  color: #FFF;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 160px;
  height: 80px;
  position: relative;
}
header .hdr1 .hdr_logo{
  
  min-width: 160px;
  line-height: 1;
}
header .hdr1 .hdr_logo img{
  width: 180px;
}
header .hdr1 .hdr_contact{
  width: 145px;
  position: absolute;
  top: 0;
  right: 0;
}
header .hdr1 .hdr_contact a{
  display: block;
  height: 80px;
  background: #9a0620;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
header .hdr1 .hdr_contact a:hover{
  opacity: 0.8;
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #EEE;*/
  /*padding: 0 5px;*/
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
}
.gnav > ul > li{
  width: 100%;
  position: relative;
  padding: 0 25px;
  
}
.gnav > ul > li+li{
 
}
.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 ul li:nth-child(n+3){
   border-left: 1px solid #FFF;
}

.gnav li a{
  font-size: 18px;
  font-weight:500;
  letter-spacing: 0.02em;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 0;
  line-height: 1.1;
}
.gnav li.tel a{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.gnav li.tel span:first-letter{
  font-size: 20px;
}
.gnav li.tel span{
  content: "";
  display: inline-block;
  width: 23px;
  height: 19px;
  letter-spacing: -1px;
  background-image: url("/img/home/header_03.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 5px;
}

.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}

.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;
  height: 500px;

  background: #CCC;
  /*background-image: url('/img/mv.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_box{

}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{

}
.mv .mv_box .img img{

}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  color: #FFF;
  padding: 60px 0 10px;
  background: #0b0b0b;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .ftr1 .box1{
  width: 100%;
  position: relative;
}
footer .ftr1 .box1:after{
  content: "";
  width: calc(100% - 370px);
  border-top: 1px solid #ffffff;
  position: absolute;
  right: 0;
  top: 37%;
}
footer .ftr1 .box2{
  width: calc(100% - 460px - 15px);
}
footer .ftr1 .box3{
  width: 475px;
}

footer .ftr_logo{
  margin-bottom: 25px;
}
footer .ftr_logo img{
  width: 315px;
}
footer .ftr_addr{
  line-height: 1.875;
}
footer .ftr_addr .txt1{
  font-size: 18px;
  line-height: 1.4444em;
}
footer .ftr_addr .txt2{
  font-size: 18px;
  line-height: 1.44444em;
  margin-top: 10px;
}

/**/
.ftr_links_wrap{
  display: flex;
  flex-wrap: wrap;
}
.ftr_links_wrap .ftr_links{

}
.ftr_links_wrap .ftr_links + .ftr_links{
  margin-left: 70px;
}

/**/
footer .ftr_links{
  font-size: 14px;
}
footer .ftr_links li{
  /*padding: 0 25px;*/
  line-height: inherit;
  margin-top: 2px;
}
footer .ftr_links li a{
  font-size: 18px;
  line-height: 2.222em;
  display: block;
  position: relative;
  padding-left: 25px;
  text-decoration: none;
}
footer .ftr_links li a:before{
  content: "▢";
  position: absolute;
  left: -6px;
}

footer .copy{
  border-top: 1px solid #313131;
  text-align: center;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  padding: 12px 0;
  margin-top: 60px;
  letter-spacing: 0.025em;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background:#e7d4b7;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #cfa972;
  color: #FFF;
  text-decoration: none;
}




/* 検索フォーム */
.pg_404{
  text-align: center;
  margin-top: 200px;
}
.pg_404 p{
   font-size: 24px;
}

.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: 100px auto;
}
.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 13px;
  margin: 4px 4px;
  color: #1e1e1e;
  background: #e5e5e5;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  
}
.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: 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: 14.39px;
  font-weight: 400;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 30px;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 15px;
}
.breadcrumb li:last-child{
  font-weight: 400;
}
.breadcrumb li br{
  display: none;
}
.breadcrumb li a{
  position: relative;
  padding-right: 28px;
}
.breadcrumb li a:after{
  content: "＞";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  top: 61%;
  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{
}
body.home .main{
  padding-top: 0;
}

.tt1{
  font-size: 47.28px;
  font-weight: normal;
  font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Noto Serif JP', serif;
  line-height: 1.4;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.tt1 .en{  
  font-size: inherit; 
  font-family: inherit; 
  text-align: inherit; 
  letter-spacing: inherit; 
  color: inherit;
  text-transform: capitalize;
}
.tt1 .ttl{
  display: flex;
  justify-content: flex-end;
  font-size: 20.56px;
  width: 100%;
  text-align: right;
  border-top: 2px solid #ffffff;
  padding-right: 6%;
  padding-top: 20px;
  margin-top: 5px;
}

.tt2{
  font-size: 40px;
  font-family:  "Noto Serif JP",serif;
  text-align: center;
  color: #cfa972;
  font-weight: normal;
}
.en{
  font-size: 20px;
  font-family:  "Noto Serif JP",serif;
  text-align: center;
  letter-spacing: 0.055em;
  color: #cfa972;
}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

/* 詳しく見る サンプル */
.read_more{
  font-family: "Noto Serif JP",serif;
}
.read_more a{
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 17px 0;
  border: 1px solid #313131;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-image: url('/img/readmore_arr.png');
  background-repeat: no-repeat;
  background-position: right 10px center;

}
/*.read_more a:after{
  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%);
}*/
.voice_items .item .read_more a:hover{
  background: #3e3e3d;
    transition: 1s;
}

.section#contact{
  padding-top: 130px;
  padding-bottom: 150px;
}

/**/
.ftr_contact_wrap{
  text-align: center;
}
.ftr_contact_wrap .home_tt1{
  justify-content: center;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.ftr_contact_wrap .home_tt1 em{
  display: block;
  margin-right: 0;
}


.ftr_contact_wrap .txt1{
  font-size: 20px;
  margin-bottom: 30px;
}
.ftr_contact_wrap .txt2{
  letter-spacing: 0.2em;
}
.ftr_contact_wrap .tel{
  margin-bottom: 20px;
}

.ftr_contact_link{
  margin-top: 25px;
}
.ftr_contact_link a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 550px;
  max-width: 100%;
  height: 80px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
}
.ftr_contact_link a:after{
  content: "";
  height: 10px;
  width: 80px;
  background-image: url(/img/home/arrow2.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  position: absolute;
  top: 34px;
  right: 9px;
}
.ftr_contact_link a:hover{
  background: #333;
}
.ftr_contact_link a i{
  margin-right: 15px;
}

.home_features_wrap .home_tt1.title:after{
  width: 450px;
  content: "";
  height: 1px;
  background: #cfa972;
  position: absolute;
  bottom: -1px;
  -webkit-transform: translate(-50%, 0);
  /* transform: translate(-50%, 0); */
  right: 100px;
  left: 50%;
}
.ftr_contact_wrap .home_tt1.center:after{
  width: 450px;
  content: "";
  height: 1px;
  background: #cfa972;
  position: absolute;
  bottom: -1px;
  -webkit-transform: translate(-50%, 0);
  /* transform: translate(-50%, 0); */
  right: 100px;
  left: 50%;
}
/* **********************************
 *  Home
 * ********************************* */
.pg_home{

}
.pg_home .section#sec1{

}
.pg_home .section#sec2{
  padding-top: 70px;
  padding-bottom: 150px;
}
.pg_home .section#sec3{
  background-image: url('/img/home/bg2.jpg');
}
.pg_home .section#sec4{
  padding-top: 175px;
  padding-bottom: 145px;
}
.pg_home .section#sec5{

}
.pg_home .section#sec6{
  padding-top: 150px;
  padding-bottom: 135px;
}
.pg_home .section#sec7{

}



.home_mv_wrap{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  position: relative;
}
.home_mv_wrap:before{
  content: "";
  background: #1b1b1b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  right: -1000px;
  z-index: -1;
}
.home_mv_wrap .box1{
  width: 45.45%;
  text-align: center;
  color: #FFF;
  padding-top: 180px;
  padding-right: 56px;
}
.home_mv_wrap .box2{
  width: 54.55%;
}
.home_mv_wrap .logo{

}
.home_mv_wrap .logo img{
  width: 80%;
}
.home_mv_wrap .title{
  margin-top: 70px;
}
.home_mv_wrap .txt{
  font-family: "Noto Serif JP",serif;
  font-weight: 500;
  font-size: 20px;
  border-top: 1px solid #FFF;
  padding-top: 45px;
  margin-top: 42px;
}

.home_tt1{
  display: flex;
  align-items: center;
  color:#cfa972;
  font-size: 16px;
  font-family: "Noto Serif JP",serif;
  font-weight: 500;
  position: relative;
  margin-bottom: 50px;

}
.home_tt1.right{
  text-align: right;
  justify-content: flex-end;
  border-bottom: 1px solid #cfa972;
}
.home_tt1.left{
  border-bottom: 1px solid #cfa972;
}
.home_tt1.top{
  border-bottom: 1px solid #cfa972;
}
.home_tt1 em{
  font-size: 42px;
  margin-right: 56px;
}
.home_tt1 span{
  display: inline-block;
  margin-top: 10px;
}
.home_tt1:after{
  content:"";
  width: 100%;
  height: 1px;
  background: #cfa972;
  position: absolute;
  bottom: -1px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  right: 0;
  left: 150%;
}
.home_tt1.top:after{
  right: 150%;
  left: 0;
  transform: translate(-63%, 0);
}
.home_news_wrap .home_tt1.left:after{
  content:"";
  width: 100%;
  height: 1px;
  background: #cfa972;
  position: absolute;
  bottom: -1px;
  -webkit-transform: translate(-79%, 0);
  transform: translate(-79%, 0);
  right: 150%;
  left: 0;
}
.banner_wrap{
  padding-top: 30px;
}
.banner_items{
  display: flex;
  align-items: center;
}
.banner_items .item + .item{
  padding-left: 20px;
}





.home_works_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 60px;
}
.home_works_items .item{
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
}
.home_works_items .item:nth-child(n+4){
  margin-top: 15px;
}
.home_works_items .item .inner{
  height: 100%;
  border: 1px solid #313131;
  padding: 10px;
}
.home_works_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #282828;
}
.home_works_items .item .img:before{
  content: "";
  display: block;
  padding-top: 76.47%;
}
.home_works_items .item .img img{

}
.home_works_items .item .title{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.555;
  margin-top: 5px;
}
.pg_home .section#sec5 .read_more a{
  font-size: 18px;
}
/**/
.home_features_wrap{
  height: 435px;
  padding-top: 60px;
}
.home_features_wrap .home_tt1{
  display: block;
  color: #cfa972;
  font-size: 16px;
  font-family: "Noto Serif JP",serif;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
  margin-bottom: 40px;
}
.home_features_wrap .home_tt1:after{
  width: 450px;
}
.home_features_wrap .home_tt1 em{
  display: block;
  font-weight: normal;
  letter-spacing: -1px;
  margin-right: 0;
}
.home_features_wrap .txt{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8888em;
  text-align: center;  
}

.home_features_items{

}
.home_features_items .item{
  background: #1b1b1b;
  position: relative;
  padding-bottom: 30px;
}
.home_features_items .item + .item{
  margin-top: 80px;
}
.home_features_items .item .bg{
  width: 50vw;
  position: absolute;
  top: -30px;
  bottom: 30px;
}
.home_features_items .item .box{
  width: 50%;
  position: relative;
  z-index: 1;
}
.home_features_items .item .box .inner{
  background: #1b1b1b;
  margin: 0 -50px -30px;
  padding: 30px 50px 120px;
  min-height: 450px;
  position: relative;
}
.home_features_items .item:nth-child(even) .box .inner{
  background: #1b1b1b;
  margin: 0 -50px -30px;
  padding: 30px 50px 120px 50px;
  min-height: 450px;
  position: relative;
}
.home_features_items .item.third .box .title,
.about_features_items .item.third .box .title{
  font-size: 28px;
  line-height:1.3em;
  padding-bottom: 15px;
}


.home_features_items .item .title{
  font-size: 32px;
  font-family: "Noto Serif JP",serif;
  font-weight: 400;
  border-bottom: 1px solid #cfa972;
  margin-bottom: 20px;
  padding-bottom: 7px;
  padding-left: 50px;
}
.home_features_items .item .txt{
  font-size: 18px;
  font-weight: normal;
  line-height: 2.222;
  letter-spacing: 0.01em;
  padding-left: 50px;
}
.home_features_items .item .read_more{
  position: absolute;
  bottom: 30px;
  right: 50px;
}
.home_features_items .item:nth-child(even) .read_more{
  right: 50px;
}
.home_features_items .item.third .bg{
  background-size: cover;
  background-repeat: no-repeat;
}

.home_features_items .item:nth-child(odd) .bg{
  right: 50%;
  background-position: right center;
  background-size: cover;
}
.home_features_items .item:nth-child(odd) .box{
  margin-left: auto;
}
/*.home_features_items .item:nth-child(odd) .title{
  padding-left: 50px;
}
.home_features_items .item:nth-child(odd) .txt{
  padding-left: 50px;
}*/
.home_features_items .item:nth-child(odd) .read_more{

}

.home_features_items .item:nth-child(even) .bg{
  left: 50%;
  background-position: left center;
  background-size: cover;
}
.home_features_items .item:nth-child(even) .box{

}



/* スライダーのレイアウト */
.home_voice_slider{
  display: flex;
  justify-content: space-between;
  padding: 0 26px;
  position: relative;
}
.home_voice_slider > .swiper{
  width: 100%;
  overflow: hidden;
}
.home_voice_slider_arrow{
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home_voice_slider_arrow.left{
  left: 0;
}
.home_voice_slider_arrow.right{
  right: 0;
}
.home_voice_slider_arrow i{
  cursor: pointer;
}


/* お客様の声 */
.home_voice_item{
  display: flex;
  justify-content: space-between;
  border: 1px solid #313131;
  padding: 10px;
}
.home_voice_item .box1{
  width: 47.5%;
}
.home_voice_item .box2{
  width: 47.5%;
  padding-bottom: 35px;
  position: relative;
}

.home_voice_item .img{
  display: block;
  background-color: #282828;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home_voice_item .img:before{
  content: "";
  display: block;
  padding-top: 75%;
}

.home_voice_item .title{
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}


/**/
.home_link_bn{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.home_link_bn li{
  width: 50%;
  padding: 0 25px;
}
.home_link_bn li{
  /*min-height: 360px;*/
}
.home_link_bn li a{
  text-align: center;
  display: block;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Noto Serif JP', serif;
  background-repeat: no-repeat;
  background-position: right 10px center;
  border: 1px solid #cfa972;
}
.home_link_bn li a.first span{
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url('/img/home/home1.jpg');
  height:340px;
  width: 100%;  
}
.home_link_bn li .bg{
  height: 250px;
  margin: 9px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home_link_bn li .bg:after{
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
  z-index: 0;
  transition: 0.2s;
}
.home_link_bn li a:hover{
  text-decoration: none;
}
.home_link_bn li a:hover .bg:after{
  background: rgba(0,0,0,0.4);
}
.home_link_bn li .ttl{
  font-size: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.home_link_bn .read_more {
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 0;
  border: 1px solid #313131;
  color: #FFF;
  background: #1b1b1b;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-image: url(/img/readmore_arr.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.home_link_bn_wrap{
  padding-bottom: 50px;
  position: relative;
}
.home_link_bn_wrap:after{
  content: "";
  width: 100vw;
  height: 280px;
  background: #1b1b1b;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}

/**/
.home_news_wrap{
  width: calc(100% - 22.32%);
  display: flex;
  justify-content: space-between;
}
.home_news_wrap .box1{
  width: 100%;
}

.home_news_wrap .home_tt1{
  margin-bottom: 25px;
}
.home_news_wrap .home_tt1:after{

  -webkit-transform: none;
  transform: none;
  right: 0;
  left: auto;
}
.home_flex{
  display: flex;
  justify-content: space-between;
}
.home_flex .img{
  width: 22.32%;
  text-align: right;
  margin-top: 60px;
}
.home_flex .img:hover{
  opacity: 0.8;
}
.home_news_items{
  margin-bottom: 60px;
}
.home_news_items .item{
  display: flex;
  border-bottom: 1px solid #313131;
  padding-top: 30px;
  padding-bottom: 20px;
}
.home_news_items .item .meta{
  display: flex;
}
.home_news_items .item .date{
  width: 130px;
  font-size: 18px;
  font-weight: normal;
}
.home_news_items .item .category{
  width:130px;
}
.home_news_items .item .category span{

  text-align: center;
  display: block;
  border: 1px solid #ffffff;
}
.home_news_items .item .category{

}
.home_news_items .item .title{
  width: calc(100% - 130px - 90px);
  font-weight: normal;
  padding-right: 85px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home_news_items .item .ar{
  width: 90px;
  background-image: url('/img/arrow_right.png');
  background-repeat: no-repeat;
  margin-top: 10px;
}
.home_news_items .item .title .txt_ellipsis{
  font-size: 18px;
  white-space: normal;
}

.home_voice_item:hover{
  opacity: 0.6;
  transition: .5s;
}

/* **********************************
 *  崎田工務店について
 * ********************************* */
.pg_about{

}
.pg_about .section#sec1{
  margin-top: 105px;
  padding-bottom: 80px;
}
.pg_about .section#sec2{

}
.pg_about .section#sec3{

}

.about_desc{
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.068em;
  color: #ffffff;
  margin-top: 40px;
}
.about_features_items .item{
  position: relative;
  margin-top: 380px;
}
.about_features_items .item .box{
  width: 50%;
  position: relative;
}
.about_features_items .item .bg{
  width: 50vw;
  position: absolute;
  top: -330px;
  bottom: 30px;
  overflow: hidden;
}
.about_features_items .item:nth-child(odd) .bg {
  right: 0;
  background-position: right center;
   background-repeat: no-repeat;
  width: 100vw;
  background-size: cover;
  min-height: 662px;
}
.about_features_items .item:nth-child(odd) .bg:after {
  content: '';
  display: block;
  position: absolute;
  left:0;
  bottom: -5px;
  border-top: 1076px solid rgba(0,0,0,0.5);  /* 透明 */ 
  border-left: 50vw solid rgba(0,0,0,0.5);  /* 透明 */ 
  border-right: 600px solid transparent;  /* むらさき */ 
}
.about_features_items .item:nth-child(odd) .box{
  margin-left: auto;
}
.about_features_items .item:nth-child(even) .bg {
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
  width: 100vw;
  background-size: cover;
  min-height: 662px;
}
.about_features_items .item.third .bg{
  background-size: cover;
}
.about_features_items .item.third .box .inner{
  min-height: 360px;
  padding-bottom: 70px;
}
.about_features_items .item:nth-child(even) .bg:after {
  content: '';
  display: block;
  position: absolute;
  right:0;
  bottom: -5px;
  border-top: 1076px solid rgba(0,0,0,0.5);  /* 透明 */ 
  border-left: 600px solid transparent;  /* 透明 */ 
  border-right: 50vw solid rgba(0,0,0,0.5);  /* むらさき */ 
}
.about_features_items .item:nth-child(even) .box{
  margin-right: auto;
}
.about_features_items .item .box .inner {
  background: rgba(27,27,27,.95);
  /* margin: 0 -50px -30px; */
  padding: 19px 0px 95px 20px;
  min-height: 360px;
  position: relative;
  width: 560px;
}
.about_features_items .item:nth-child(odd) .box .inner:before{
  content: "";
  display: block;
  width: 96px;
  height: 60px;
  background: rgba(27,27,27,.9);
  position: absolute;
  bottom: 0;
  left: -12%;
  z-index: -9999;
}
.about_features_items .item:nth-child(even) .box .inner:before{
  content: "";
  display: block;
  width: 96px;
  height: 60px;
  background: rgba(27,27,27,.9);
  position: absolute;
  bottom: 0;
  right: -12%;
  z-index: -9999;
}
.about_features_items .item .title{
  font-size: 32px;
  font-family: "Noto Serif JP",serif;
  font-weight: 400;
  border-bottom: 1px solid #cfa972;
  margin-bottom: 20px;
  padding-bottom: 7px;
}
.about_features_items .item .txt{
  font-size: 18px;
  font-weight: 500;
  line-height: 2.222;
  letter-spacing: 0.01112em;
}
.about_features_items .item .read_more{
  bottom: 34px;
  position: absolute;
  right: 21px;
  background: rgba(27,27,27);
}
.about_features_items .item .read_more a{
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 0;
  border: 1px solid #313131;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  background-image: url(/img/readmore_arr.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
/* **********************************
 *  こだわりの天然素材
 * ********************************* */
.pg_material{

}
.pg_material .section#sec1{
  margin-top: 190px;
}
.pg_material .section#sec2{
  margin-top: 95px;
}
.pg_material .section#sec3{

}
.pg_material .section#sec4{

}
.material_point_items .item:nth-child(n+2){
  margin-top: 50px;
}
.item_title{
  background: #1b1b1b;
  border-bottom: 1px solid #cfa972;
  padding: 12px;
}
.item_title .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.item_title .meta .part{
  width: 183px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Serif JP",serif;
  text-align: center;
  color: #181818;
  background: #b5b5b5;
  border-radius: 5px;
}
.item_title .meta .part span{
  font-size:22px;
}
.item_title .meta .part_title{
  width: calc(100% - 183px);
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP",serif;
  color:#ffffff;
  padding-left: 55px;
}
.material_point_items .item .boxs,
.material_merit_items .item .boxs{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.material_point_items .item .boxs .box1{
  width: 51.116%;
}
.material_point_items .item .boxs .box1 .inner{
  padding: 10px 0;
}
.material_point_items .item .boxs .box1 .text{
  font-size:18.5px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.012em;
}
.material_point_items .item .boxs .box2{
  width: 43.48%;
}
.material_point_items .item .boxs .box2 .inner{
  padding-top: 20px;
}
.material_point_items .item.triple .item_title .part_title{
  letter-spacing: 0.05em;
  padding-left: 20px;
}
.material_point_items .item.triple .boxs{
  margin: 50px -16px 0;
}
.material_point_items .item.triple .boxs .box1,
.material_point_items .item.triple .boxs .box2,
.material_point_items .item.triple .boxs .box3{
  width: 33.333%;
  padding: 0 16px
}
.material_point_items .item.triple .boxs .title{
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #cfa972;
  text-align: center;
  padding: 10px 0 0;
}
.material_point_items .item.triple .boxs .text{
  font-size: 16px;
  font-weight: normal;
  line-height: 2.312em;
  letter-spacing: -1px;
}
.material_point_items .item.triple .boxs .inner{
  padding-top: 0;
}
.material_point_items .item.triple .boxs .img img{
  width: 100%;
}
.material_point_items .item .item_title.sum{
  font-size:20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
.material_point_items .item .summary{
  font-size: 18.5px;
  font-weight: normal;
  line-height: 2;
}
.material_point_items .item .item_title.sum{
  padding: 15px 10px;
}
.material_point_items .item .summary{
  margin-top: 40px;
  padding-right: 30px;
  padding-left: 10px;
}
/* **********************************
 *  安心へのこだわり
 * ********************************* */
.pg_commitment{

}
.pg_commitment .section#sec1{
  margin-top: 124px;
}
.pg_commitment .section#sec2{
  margin-top: 80px;
}
.pg_commitment .section#sec3{
  margin-top: 117px;
}
.pg_commitment .section#sec4{
  margin-top: 85px;
}
.pg_commitment .section#sec5{

}
.eco_glagh_warp .title,
.commitment_point_wrap .title,
.commitment_value_wrap .title,
.commitment_insurance_wrap .title,
.commitment_summary_wrap .title{
  font-size: 20.56px;
  font-weight: normal;
  font-family: "Noto Serif JP",serif;
  background: #1b1b1b;
  border-bottom: 1px solid #cfa972;
  padding: 14px 10px;
}
.commitment_point_wrap .text{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2.05em;
  margin-top: 30px;
  padding: 10px;
}
.desc_box{
  margin-top: 40px;
}
.desc_box .desc_title{
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.desc_box .desc_title .box{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.desc_box .desc_title .box span{
  display: block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.02em;
  /*width: 140px;*/
  padding-right: 15px;
}
.desc_box .desc_title .box span:before{
  content: "■";
  color: #cfa972;
  padding-left: 7px;
  padding-right: 9px;
}
.price_feature_wrap .desc_box .desc_title:after,
.commitment_point_wrap .desc_box .desc_title:after,
.commitment_insurance_wrap .desc_box .desc_title:after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-top: 1px solid #cfa972;
  position: relative;
  z-index: -1;
}
.commitment_insurance_wrap .desc_box .desc_title .box span{
  width: 250px;
}
.commitment_insurance_wrap .desc_box .desc_title .box span.ttt1{
  width: 180px;
}
.commitment_point_wrap .desc_box .txt1{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2.0555em;
  padding: 10px;
}

.img_boxs{
  display: flex;
  justify-content: space-between;
  margin: 50px -10px 0;
}
.img_boxs > div{
  width: 33.333%;
}
.img_boxs > div .img img{
  width: 100%;
}
.img_boxs > div .inner{
  padding: 0 10px;
}
.img_boxs > div .sums{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.015em;
  color: #ffffff;
  text-align: center;
  padding: 5px 0 0;
}

.commitment_value_wrap .boxs{
  display: flex;
  justify-content: space-between;
  margin: 50px -10px 0;
}
.commitment_value_wrap .boxs .box1,
.commitment_value_wrap .boxs .box2,
.commitment_value_wrap .boxs .box3{
  width: 33.333%;
}
.commitment_value_wrap .boxs .box1 .img img,
.commitment_value_wrap .boxs .box2 .img img,
.commitment_value_wrap .boxs .box3 .img img{
  width: 100%;
}
.commitment_value_wrap .boxs .box1 .inner,
.commitment_value_wrap .boxs .box2 .inner,
.commitment_value_wrap .boxs .box3 .inner{
  padding: 0 10px;
}
.commitment_value_wrap .boxs .sums{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.015em;
  color: #ffffff;
  text-align: center;
  padding: 5px 0 0;
}
.commitment_value_wrap .commitment_point_desc{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height:1.88888em; 
  margin-top: 38px;
} 
.commitment_insurance_wrap .txt1{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2.0555em;
  margin-top: 14px;
  padding-bottom: 30px;
  padding-left: 5px;
}
.bl_box{
  background: #1b1b1b;
  border: 5px solid #707070;
}
.bl_box.second{
  margin-top: 10px;
}
.bl_box .inner{
  padding: 10px 20px 25px;
}
.bl_box .bl_title{
  font-size:19px;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 14px;
}
.bl_box .bl_text{
  font-size: 18px;
  font-weight: normal;
  line-height: 2.0555em;
  margin-top: 10px;
}
.bl_box .bl_text.first{
  letter-spacing: 0;
}
.bl_box .bl_text.second{
  letter-spacing: 0;
  margin-right: -33px;
}
.commitment_insurance_wrap .desc_box .img{
  margin-top: 20px;
}
.commitment_summary_wrap {

}
.commitment_summary_wrap .commitment_summary{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2.055em;
  margin-top: 40px;
}
/* **********************************
 *  RC造住宅メリット
 * ********************************* */
.pg_merit{
  padding-bottom: 40px;
}
.pg_merit .section#sec1{
  margin-top: 112px;
}

.pg_merit .section#sec2{
  margin-top: 100px;
}

.pg_merit .section#sec3{

}

.about_desc.merit{
  letter-spacing: 0.060em;
  font-weight: normal;
  margin-top: 40px;
}
.about_desc.merit span{
  display: block;
  margin-top: 30px;
  letter-spacing: 0.060em;
}
.material_merit_items .item_title .meta .part_title{
  letter-spacing: 0.02em;
  font-weight: normal;
  padding-left: 25px;
}
.material_merit_items .item_title .meta .part{
  width: 110px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #181818;
  background: #b5b5b5;
  border-radius: 5px;
}
.material_merit_items .item_title .meta .part span{
  padding-left: 5px;
  display: block;
  font-weight: 700;
}
.material_merit_items .item .boxs{
  padding-bottom: 110px;
  padding-top: 12px;
}
.material_merit_items .item .boxs.second{
  padding-bottom: 10px;
}
.material_merit_items .item .boxs .box1{
  width: 50%;
}
.material_merit_items .item .boxs .box2{
  width: 43.21%;
}
.material_merit_items .item .boxs .box3{
  width: 58.125%;
}
.material_merit_items .item .boxs .box4{
  width: 37.5%; 
  background: #1b1b1b;
  border: 5px solid #707070;
}
.material_merit_items .item .boxs .box5,
.material_merit_items .item .boxs .box6{
  width: 50%;
}
.material_merit_items .item .box1 .text{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2.0555em;
}
.material_merit_items .item .txt1{
  font-size: 18px;
  font-weight: normal;
  line-height: 2.0555em;
  letter-spacing: 0.02em;
  margin-top: 30px;
  padding: 13px 10px;
}
.material_merit_items .item .box1 .tet1{
  margin-top: 20px;
}
.material_merit_items .item .box1 .tet1 span.title{
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  font-weight:700;
  background: #cfa972;
  color: #000000;
  padding: 3px 21px;
}
.material_merit_items .item .box1 .tet1 .txt{
  display: block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2.05555em;
  margin-top: 13px;
}
.material_merit_items .item .boxs .box2 .img.merit1{
  padding: 10px 0 10px 18px;
}
.material_merit_items .item .boxs .box2 .img.merit2,
.material_merit_items .item .boxs .box2 .img.merit3,
.material_merit_items .item .boxs .box2 .img.merit4{
  margin-top: 10px;
}
.material_merit_items .item .boxs .box2 .img.merit5{
  margin-top: 12px;
}
.material_merit_items .item .box4 .inner{
  padding: 20px 12px 20px 20px;
}
.material_merit_items .item .box4 .title{
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  padding: 3px 0 14px;
}
.material_merit_items .item .box4 .tet2{
  font-size: 18px;
  font-weight: normal;
  line-height: 2.05555em;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.material_merit_items .item .boxs .box5 .inner,
.material_merit_items .item .boxs .box6 .inner{
  padding-left:8px;
  margin-top: 25px;
}
.material_merit_items .item .boxs.merit_w{
  margin-right: -8px;
}
.material_merit_items .item .boxs.merit_w .type1{
  font-size: 18.5px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #7e6b5a;
  padding: 5px 40px;
}
.material_merit_items .item .boxs.merit_w .type2{
  font-size: 18.5px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  background: #eb6877;
  padding: 5px 10px;
  margin-left: 10px;
}
.pg_merit .commitment_summary_wrap .commitment_summary{
  line-height: 1.88888em;
  padding: 0 10px;
}
.commitment_summary_wrap .title .part{
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20.56px;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: #181818;
  background: #b5b5b5;
  border-radius: 5px;
}


 /*テーブル*/
 .material_merit_items .item .boxs .box3 table th,
 .material_merit_items .item .boxs .box3 table td{
   font-weight: 500;
    letter-spacing: 0.02em;
    background: #e5e5e5;
    color: #000000;
    border: 1px solid #cfa972;
    
 }
 .material_merit_items .item .boxs .box3 table th{
   width: 195px;
   font-weight: 500;
   background: #ddd4c6;
   color: #181818;
   padding: 12px 0 12px 0;
 }
 .material_merit_items .item .boxs .box3 table tr:first-child th{
   padding-left: 15px;
 }
 .material_merit_items .item .boxs .box3 table tr:first-child td{
   text-align: center;
   padding-right: 25px;
 }
 .material_merit_items .item .boxs .box3 table td{
   width: 100%;
   font-weight: 500;
   letter-spacing: 0.02em;
   background: #e5e5e5;
   color: #000000;
   border: 1px solid #cfa972;
   padding: 12px 0 12px 30px;
 }
 /* **********************************
 *  省エネ・エコ商品
 * ********************************* */
.pg_eco {
  padding-bottom: 40px;
}
.pg_eco .section#sec1{
  margin-top: 162px;
}
.pg_eco .section#sec2{

}
.pg_eco .section#sec3{

}
.pg_eco .section#sec4{
  margin-top: 103px;
}
.pg_eco .section#sec5{
  margin-top: 103px;
}
.eco_banner_wrap .img{
  text-align: center;
}
.eco_banner_wrap .eco_hd_title{
  text-align: center;
  font-size: 24.67px;
  font-weight: normal;
  font-family:'Noto Serif JP', serif;
  margin-top: 80px;
}
.eco_banner_wrap .img{
  margin-top: 10px;
}
.eco_banner_desc span{
  display: block;
  font-size:18.5px;
  line-height: 1.837em;
  font-weight: normal;
  font-family:'Noto Serif JP', serif;
  letter-spacing: 0.02em;
  margin-top: 30px;
}
.eco_power_wrap .desc_box{
  margin-top: 70px;
}
.eco_banner_desc{
  text-align: center;
}
.eco_power_wrap .sub_text{
  display: block;
  font-size: 18.5px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 10px;
}
.eco_power_items{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 25px;
}
.eco_power_items .item{
  width: 27.58%; 
}
.eco_power_items .item.hd .img{
  position: relative;
}
.eco_power_items .item.right{
  position: relative;
}
.eco_power_items.next .item .img{
  position: relative;
}
.eco_power_items .item.hd .img:after{
  display: block;
  content: "";
  height: 35px;
  width: 35px;
  background-image: url(/img/eco/cross.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 46%;
  right: -21%;
}
.eco_power_items .item.first .img{
  position: relative
}
.eco_power_items .item.first .img:after{
  display: block;
  content: "";
  height: 35px;
  width: 35px;
  background-image: url(/img/eco/cross.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: -21%;
  top: 46%;
}
.eco_power_items .item.right:before{
  display: block;
  content: "";
  height: 55px;
  width: 35px;
  background-image: url(/img/eco/right.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 52%;
  left: -21%;
}
.eco_power_items.next .item.third .img{
  position: relative;
}
.eco_power_items.next .item.third .img:before{
  content: "\3d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 50px;
  color:#ffffff;
  position: absolute;
  top: 33%;
  left: -21%;
}

.eco_power_items .item .title{
  text-align: center;
  font-size: 18.5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 5px;
}
.eco_power_items .item .img{
  margin-top: 12px;
}
.eco_power_items .item span{
  display: block;
  font-size: 16.44px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.625em;
  margin-top: 8px;
}
.eco_comparison_wrap{
  margin-top: 38px;
}
.eco_comparison_wrap .bl_text li{
  font-size: 16.44px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2.25em;
}
.eco_comparison_wrap .inner.comparison{
  padding-bottom: 20px;
}
.eco_comparison_wrap .bl_text li.first:before{
  content: "1";
  display: inline-block;
  padding-right: 30px;
}
.eco_comparison_wrap .bl_text li.second:before{
  content: "2";
  display: inline-block;
  padding-right: 30px;
}
.eco_comparison_wrap .bl_text li.third:before{
  content: "3";
  display: inline-block;
  padding-right: 30px;
}
.eco_glagh_warp .sub_text{
  display: block;
  font-size: 18.5px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 20px;
  padding-left: 10px;
}
.eco_glagh_warp .img{
  margin-top: 15px;
}
.eco_glagh_warp .text{
  display: block;
  font-size: 18.5px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
  margin-top: 50px;
}
/* **********************************
 *  施工事例　全体
 * ********************************* */
.pg_archive_case{

}
.pg_archive_case .section#sec1{
  margin-top: 30px;
}
.pg_archive_case .section#sec2{
  margin-top: 80px;
}

.case_cat_warp {
  margin-top: 120px;
}
.case_cat_items{
  display: flex;
}
.case_cat_items .item{
  width: 50%;

}
.case_cat_items .item{
  /*  background: #cfa972;
    height: 80px;*/
}
.case_cat_items .item .cat_title.left{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  
  background: #cfa972;
  height: 67px;
}
.case_cat_items .item .cat_title.right{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
/*  border-top: 1px solid #c9c9c9;;
  
  border-right:1px solid #c9c9c9; 
  border-bottom:1px solid #c9c9c9;*/
  background: #313131;
  height: 59px;
  margin-top: 7px;
}
.case_cat_items .item .cat_title a{
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color:#ffffff;
}
.case_cat_items .item .cat_title.right{
  border-top: 1px solid #c9c9c9;
   border-right:1px solid #c9c9c9; 
  border-bottom:1px solid #c9c9c9;
}
.case_cat_items .item.bl .cat_title.left{
  border-top: 1px solid #c9c9c9;
  border-left:1px solid #c9c9c9; 
  border-bottom:1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
.case_cat_items .item.bl .cat_title.right{
  border-top: 1px solid #c9c9c9;
  border-left:1px solid #c9c9c9; 
  border-bottom:1px solid #c9c9c9;
  border-right: none;
}
.case_cat_items .item.wh .cat_title.right{
  border-top: 1px solid #c9c9c9;
  border-left:none;
  border-bottom:1px solid #c9c9c9;
 border-right: 1px solid #c9c9c9;
}
.case_cat_items .item.wh .cat_title.left{
   border-top: 1px solid #c9c9c9;
  border-left:1px solid #c9c9c9; 
  border-bottom:1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
.pg_archive_case .case_cat_items .item.bl .cat_title.left a{
  color: #181818;
}
 
.all_case_wrap{

}
.all_case_wrap{

}
.all_case_items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.all_case_items .item{
  width: 49.10%;
  background: #1b1b1b;
  padding: 10px 10px;
}
.all_case_items .item:nth-child(n+3){
  margin-top: 58px;
}
.all_case_items .item .box{
  width: 500px;
  /*height: 237px;*/
  border-top: 1px solid #cfa972;
  margin:21px auto 0;
  padding-top: 10px;

}
.all_case_items .box .meta{
  display: flex;
}
.all_case_items .box .meta .title{
  width: 100%;
  font-size: 17px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.all_case_items .box .meta .category{
  /*width: 100px;*/
  width: calc(100% - 110px - 10px);
  margin-right: 15px;
  margin-left: 15px;
}
.all_case_items .box .meta .category span{
  display: inline-block;
  min-width: 100px;
  padding: 0 8px;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  background-color: #666;
  color: #ffffff;
  letter-spacing: -1px;
}
.all_case_items .box .meta span.cat_method1{
  background: #004986;
}
.all_case_items .box .meta span.cat_method2{
  background: #ac6a00;
}
.all_case_items .box .meta span.cat_method3{
  background: #00736d;
}
.all_case_items .box .meta span.cat_method4{
  background: #7e6b5a;
}

.all_case_items .box .meta span.cat_natural{
  background: #004986;
}
.all_case_items .box .meta span.cat_chic{
  background: #ac6a00;
}
.all_case_items .box .meta span.cat_casual{
  background: #00736d;
}
.all_case_items .box .meta span.cat_modern{
  background: #7e6b5a;
}
.all_case_items .box .meta span.cat_other{
  background: #638c0b;
}

.all_case_items .box .text{
  font-size: 20px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;;
  letter-spacing: 0;
  line-height: 1.654em;
  text-overflow:ellipsis;
  display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
  margin-top: 20px;
}
.all_case_items .box .data_br{
  /*height: 86px;*/
  margin-top: 9px;
}
.all_case_items .box .data.first{

}
.all_case_items .box .data span{
  font-size: 17px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.837777em;
}

.pg_archive_case .read_more{
  margin-top: 15px;
}
.all_case_items .read_more a{
  font-size: 16px;
  letter-spacing: 0.07em;
}




/*スライダー*/
.pg_archive_case .shop_slider .sp-thumbnails-container{
  width: 100% !important; 
}
.pg_archive_case .sp-horizontal .sp-next-arrow{
  right: 50px;
}
.pg_archive_case .sp-horizontal .sp-previous-arrow{
  left: 50px;
}
.pg_archive_case .sp-horizontal .sp-next-arrow:before{
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background:transparent;
  color: #878787;
  position: absolute;
  right: -65px;
  transform: none;
}
.pg_archive_case .sp-horizontal .sp-previous-arrow:before{
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #878787;
  background:transparent;
  position: absolute;
  left: -71px;
  transform: none;
}
.pg_archive_case .sp-horizontal .sp-next-arrow:after{
  display: none;
}
.pg_archive_case .sp-horizontal .sp-previous-arrow:after{
  display: none;
}
.pg_archive_case .sp-bottom-thumbnails .sp-thumbnail-container,
.pg_archive_case .sp-top-thumbnails .sp-thumbnail-container{
  margin-left: 5px;
  margin-right: 4px;
}
.sp-bottom-thumbnails .sp-thumbnail-container:last-child,
.sp-top-thumbnails .sp-thumbnail-container:last-child{

}
sp-thumbnails-container.sp-bottom-thumbnails{
  width: 100%;
}
.pg_archive_case .sp-bottom-thumbnails{
  margin-top: 9px;
}
/* **********************************
 *  工事の流れ
 * ********************************* */ 
.pg_flow {

}
.pg_flow .section#sec1{
  margin-top: 105px;
}
.pg_flow .section#sec2{
  margin-top: 98px;
}
.item_flex{
  display: flex;
  flex-direction: column;
}
.flow_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 27px 0;
}
.flow_item:nth-child(n+2){
  margin-top: 13px;
}
.flow_item:nth-child(odd){
  position: relative;
}
.flow_item:nth-child(odd) .flow_img,
.flow_item:nth-child(even) .flow_text{
  order: 2;
}
.flow_item:nth-child(odd) .flow_text,
.flow_item:nth-child(even) .flow_img{
  order: 1;
}
.flow_item:nth-child(odd):after{
  content: "";
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
  background: #1b1b1b;
}
.flow_item .flow_img{
  max-width:450px;
  width: 100%;
  overflow: hidden;
  position: relative
}
.flow_item:nth-child(odd) .flow_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: transparent;
  background:linear-gradient(135deg, #1b1b1b 26px, transparent 0),
    linear-gradient(-45deg, #1b1b1b 26px, transparent 0) right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.flow_item:nth-child(even) .flow_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: transparent;
  background:linear-gradient(-135deg, #000000 26px, transparent 0) right,
    linear-gradient(45deg, #000000 26px, transparent 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.flow_item.last .flow_img{
  height: 300px;
}
.flow_item .flow_text{
  width: 50%;
  margin: -13px 0 0;
}
.flow_item.last .flow_text{
  margin-top: 0;
}
.flow_text .title{
  font-size: 24px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #cfa972;
}
.flow_text .title span{
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  color:#cfa972;
  margin-right: 20px;
}
.flow_text .txt{
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.020em;
  line-height:2.283em; 
  margin-top: 14px;
}
.flow_text .list{
  margin-top: 40px;
}
.flow_text .list{
  
}
.flow_text .list li{
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.283em;
}


/* **********************************
 *  施工事例(外観)
 * ********************************* */ 
.outer_cat_wrap{
  margin-top: 56px;
}
.outer_cat_items{
  display: flex;
}
.outer_cat_items .item{
  width: 100%;
  text-align: center;
  background: #d2d2d2;
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  border-left: 1px solid #7d7d7d;
}
.outer_cat_items .item:last-child{
  border-right: 1px solid #7d7d7d;
}
.outer_cat_items .item.on{
  background: #ffffff;
}
.outer_cat_items .item a{
  display: block;
  font-weight: normal;
  color: #181818;
  padding: 10px 0;
}

.all_case_items.outer{
  justify-content: inherit;
  margin: 80px -10px;
}
.all_case_items.outer .item{
  width: 33.333%;
  background: transparent;
  padding: 0 10px;
}
.all_case_items.outer .item .inner{
  background: #1b1b1b;
  padding: 10px 10px 20px;
}
.all_case_items.outer .item:nth-child(3){
  margin-top: 0;
}
.all_case_items.outer .item:nth-child(n+4){
  margin-top: 30px;
}
.all_case_items.outer .item .box{
  width: 100%;
  border-top: none;
  padding-top: 0;
  margin: 9px 0;
}
.all_case_items.outer .box .meta .title {
  letter-spacing: 0;
}
.all_case_items.outer .box .meta .category{
  margin-left: 11px;
}
.all_case_items.outer .box .data span{
  letter-spacing: 0.06em;
}
.all_case_items.outer .item .img{
  position: relative;
  overflow: hidden;
}
.all_case_items.outer .item .img span{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.all_case_items.outer .item .img:before{
  display: block;
  content: "";
  padding-top: 70.76%;
}







/* **********************************
 *  
 * ********************************* */
.news_items{

}
.news_items .item{
  padding-bottom: 50px;
  border-bottom: 1px solid #cfa972;
}
.news_items .item + .item{
  margin-top: 60px;
}
.news_items .item .title{
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  background: #1b1b1b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 10px;
  margin-bottom: 10px;
}
.news_items .item .title .date{
  font-size: 16px;
  margin-right: 25px;
}
.news_items .item .txt{
  font-size: 18px;
  line-height: 2;
  padding: 8px
}

/* **********************************
 *  お客様の声　一覧
 * ********************************* */
.pg_single_news{

}
.pg_single_news .section#sec1{
  margin-top: 126px;
}
.pg_single_news .section#sec2{

}
.pg_single_news .section#sec3{

}

.voice_items .read_more a{
  font-size: 18px;
 padding: 7px 0;
}
.voice_items .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #313131;
  padding: 10px;
}
.voice_items .item + .item{
  margin-top: 35px;
}
.voice_items .item .box1{
  width: 43.63%;
}
.voice_items .item .box1 .img{
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.voice_items .item .box1 .img:before{
  display: block;
  content: "";
  padding-top: 77.13%;
}
.voice_items .item .box2{
  width: calc(100% - 43.63%);
  padding-bottom: 55px;
  position: relative;
  padding: 0 10px 0 26px;
}
.voice_items .item .title{
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #959595;
}
.voice_items .item .txt{
  font-size: 18px;
  line-height: 1.555;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.voice_items .item .read_more{
  position: absolute;
  bottom: 10px;
  right: 14px;
}
.voice_items .item .read_more a{
  background: #1b1b1b;
  position: relative;
}
.voice_items .item .read_more a:after{
  display: block;
  content: "";
  width: 39px;
  height: 4px;
  background-image: url("/img/voice/arrow_s.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 13px;
  bottom: 45%;
}

/* **********************************
 *  お客様の声　詳細
 * ********************************* */
.pg_single_voice .section#sec1{
  margin-top: 180px;
}
.pg_single_voice .section#sec2{

}
.pg_single_voice .section#sec3{

}
.pg_single_voice .section#sec4{

}

.voice_detail{

}
.voice_detail .title{
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  background: #1b1b1b;
  padding: 10px 10px;
  margin-bottom: 35px;
}
.voice_detail .main_img span{
  width:69.64%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.voice_detail .main_img span:before{
  display: block;
  content: "";
  padding-top: 69.61%;
}
.voice_detail .post_content{
  margin-top: 25px;
}

.voice_detail .post_content .imgs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice_detail .post_content .imgs .img{
  width: 49%;
  text-align: center;
  margin-bottom: 10px;
}
.voice_detail .post_content .imgs .img img{
  width: 100%;
}


.voice_detail .qa{
  margin-top: 80px;
}
.voice_detail .qa dl{

}
.voice_detail .qa dl+dl{
  margin-top: 60px;
}
.voice_detail .qa dl dt{
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  background: #1b1b1b;
  padding: 10px 10px;
  margin-bottom: 17px;
}
.voice_detail .qa dl dd{
  font-size: 18px;
  line-height: 2;
  padding-left: 10px;
}
/* **********************************
 *  価格とラインナップ
 * ********************************* */
.pg_price {
  padding-bottom: 40px;
}
.pg_price .section#sec1{
  margin-top: 94px;
}
.pg_price .section#sec2{
  margin-top: 116px;
}
.pg_price .section#sec3{
  margin-top: 114px;
}
.pg_price .section#sec4{
  margin-top: 110px;
}
.pg_price .about_desc.merit{
  letter-spacing: 0.08888em;
  line-height: 2.17em;
  font-weight:normal;
  font-family: "Noto Sans CJK JP",'Noto Sans JP', sans-serif;
}
.pg_price .about_desc.merit span{
  letter-spacing: 0.08888em;
  line-height: 2.17em;
  font-weight:normal;
  font-family: "Noto Sans CJK JP",'Noto Sans JP', sans-serif;
  margin-top: 40px;
}
.price_glagh_wrap .item_title,
.price_feature_wrap .item_title{
  font-size: 20.56px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  padding: 15px 5px;
}
.price_feature_wrap .summary{
  font-size: 18px;
  font-weight: normal;
  font-family:'Noto Sans JP', sans-serif;
  letter-spacing: 0.02em;
  line-height: 2em;
  margin-top: 40px;
  padding-left: 10px;
}
.price_glagh_wrap .txt1,
.price_feature_wrap .txt1{
  font-size: 18px;
  font-weight: normal;
  font-family:'Noto Sans JP', sans-serif;
  letter-spacing: 0.02em;
  line-height: 2em;
}
.feature_desc_title{
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-family:"Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 2em;
  color:#c7a26d;
  margin-top: 10px;
}
.feature_desc_title.first:before{
  display: inline-block;
  content: "1.";
  padding-right: 20px;
}
.feature_desc_title.second{
  margin-top: 30px;
}
.feature_desc_title.second:before{
  display: inline-block;
  content: "2.";
  padding-right: 20px;
}
.feature_desc_title.third{
  margin-top: 30px;
}
.feature_desc_title.third:before{
  display: inline-block;
  content: "3.";
  padding-right: 20px;
}
.price_feature_wrap .desc_box:nth-child(n+2){
  margin-top: 32px;
}
.price_feature_wrap .desc_box .desc_title .box span:before{
  padding-left: 0;
}
.price_feature_wrap .table{
  margin-top: 50px;
}
.price_feature_wrap .table th,
.price_feature_wrap .table td{
  font-size: 18px;
  font-weight: 500;
  line-height: 2.05555;
  letter-spacing: 0.02em;
  background: #e5e5e5;
  color:#000000;
  border: 1px solid #cfa972;
  padding: 6px 0 6px 15px;
}
.price_feature_wrap .table td{
  letter-spacing: 0;
  padding-left: 20px;
}
.price_feature_wrap .table th{
  width: 195px;
  font-size: 18px;
  font-weight: 500;
  background: #ddd4c6;
  color: #181818;
  vertical-align: top;
}
/*.price_feature_wrap .table tr:nth-child(n+4) th{
  vertical-align: top;
}
.price_feature_wrap .table tr:nth-child(n+8) td{
  line-height: 2.3125em;
  padding-top: 7px;
  padding-bottom: 7px;
}*/
.price_feature_wrap .desc_box .desc_title .box span.ttt2{
  width:270px;
}

.price_feature_wrap .desc_box .desc_title .box span.ttt3{
  width:290px;
}

.price_feature_wrap .desc_box .desc_title .box span.ttt4{
  width:230px;
}
.price_feature_wrap .desc_box .desc_title .box span.ttt5{
  width: 255px;
}
.table_sub{
  margin-top: 15px;
}
.table_sub span{
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.055em;
  letter-spacing: 0.02em;
}
.table_sub.before span{
  display: block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.02em;
  padding-left: 10px;
}
.price_glagh_wrap .img{
  margin-top: 20px;
}
.gragh_bottom{
  margin-top: 70px;
}
.price_glagh_wrap .txt1 {
  margin-top: 10px;
  padding-left: 5px;
}
/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  margin-top: 125px;
}
.pg_company .section#sec1{

}
.pg_company .section#sec2{
  margin-top: 75px;
}
.pg_company .section#sec3{
  margin-top: 77px;
}
.company_greeting_wrap {

}
.company_addres_wrap .title,
.company_greeting_wrap .title,
.company_table_wrap .title,
company_addres_wrap .title{
  font-size: 20px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  background: #1b1b1b;
  padding: 14px 10px;
}
.company_greeting_wrap .items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.company_greeting_wrap .box1{
  /*width: 69.64%;*/
  width: 70%;
}
.company_greeting_wrap .box1 .summary{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.88888em;
  margin-top: 30px;
  padding: 10px 0;
}
.company_greeting_wrap .box2{
  /*width: calc(100% - 69.64%);*/
  width: 28%;
  text-align: right;
}
.company_greeting_wrap .box2 .img{
  margin-top: 0px;
}
.company_greeting_wrap{

}
.company_table_wrap{
  margin-top: 30px;
}
.company_table{
  margin-top: 58px;
}
.company_table_wrap table th,
.company_table_wrap table td{
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #d2d2d2;
  color:#ffffff;
  padding: 18px 30px;
}
.company_table_wrap table th{
  width: 300px;
  font-weight: normal;
  text-align: left;
  color:#ffffff;
  background: #313131;
}
.company_table_wrap table td{
  color:#ffffff;
  background: #000000;
  font-weight: normal;
  text-align: left;
  padding-left: 51px;
}

.company_addres_wrap{
  margin-top: 30px;
}
.company_addres_wrap .items{
  display: flex;
  justify-content: space-between;
  margin-top: 41px;
}
.company_addres_wrap .items:nth-child(n+3){
  border-top: 1px solid #cfa972;
  padding-top: 30px;
  margin-top: 60px;
}
.company_addres_wrap .items:nth-child(n+3) .box1,
.company_addres_wrap .items:nth-child(n+3) .box2{
  padding-top: 10px;
}
.company_addres_wrap .items .box1,
.company_addres_wrap .items .box2{
  width: 50%; 
}
.company_addres_wrap .items .box1 .text{
  text-align: left;
}
.company_addres_wrap .items .box2{
  text-align: right;
}
.company_addres_wrap .items .box1 .text span{
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8888em;
}




/* **********************************
 *  お客様の声　一覧
 * ********************************* */
.pg_archive_voice{

}
.pg_archive_voice .section#sec1{
  margin-top: 120px;
}
.pg_archive_voice .section#sec2{

}
.pg_archive_voice .section#sec3{

}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{

}
.pg_xxxx .section#sec1{

}
.pg_xxxx .section#sec2{

}
.pg_xxxx .section#sec3{

}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{

}
.pg_xxxx .section#sec1{

}
.pg_xxxx .section#sec2{

}
.pg_xxxx .section#sec3{

}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{

}
.pg_xxxx .section#sec1{

}
.pg_xxxx .section#sec2{

}
.pg_xxxx .section#sec3{

}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{

}
.pg_xxxx .section#sec1{

}
.pg_xxxx .section#sec2{

}
.pg_xxxx .section#sec3{

}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  padding-bottom: 67px;
}
.pg_company .section#sec1{

}
.pg_company .section#sec2{

}
.pg_company .section#sec3{

}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
padding-bottom: 60px;
}
.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;
}
.mw_wp_form_input .confirm_text{
  display: none;
  text-align: center;
} 

.pg_contact .privacy{
  margin-top: 80px;
}
/* **********************************
 *  お問い合わせ・確認
 * ********************************* */

.mw_wp_form_confirm .contact_info_text{
  display: none;
}
.mw_wp_form_confirm .confirm_text{
  text-align: center;
  font-size: 18px;
  line-height: 1.888;
  margin-top: 176px;
}
.mw_wp_form_confirm .confirm_text span{
  display: block;
  margin-top: 33px;
}
.mw_wp_form_confirm .contact_info_wrap{
  display: none;
}
.mw_wp_form_confirm [name$="reset"] {
  display: none;
}
.mw_wp_form_confirm .privacy-text{
  display: none;
}

.mw_wp_form_confirm .contact_form_acceptance{
  border: solid 1px #b2b2b2;    
  display: flex;
  align-items: center;
  margin-top: -37px;
}
.mw_wp_form_confirm .contact_form th .require{
  display: none;
}
.mw_wp_form_confirm .contact_form_acceptance:before{
  content:"個人情報について";
  text-align: left;
  display: block;
  width:256px;
  background: #313131;
  padding: 19px 24px;
}
.mw_wp_form_confirm .contact_form_acceptance label{
  display: flex;
  padding-left: 45px;
}
/*確認画面*/
.mw_wp_form.mw_wp_form_complete{
  margin-top: 200px;
}
.txt_c{
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}

.mw_wp_form_confirm .first_name,
.mw_wp_form_confirm .last_name{
  display: block;
  font-size: 18px;
}

.mw_wp_form_confirm .name_box{
  margin-right: 10px;
}
.mw_wp_form_confirm .name_box .f_name{
  display: none;
  padding: 0 30px;
}
.mw_wp_form_confirm .name_box .l_name{
  display: none;
  padding: 0 30px 0 70px;
}






