@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  /*font-family: 'Shippori Mincho', "游明朝体", "Yu Mincho", YuMincho, sans-serif;*/
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, sans-serif;
  /*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;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 

.gothic{
  /*font-family: 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', 'Noto Sans JP', "メイリオ", Meiryo, Osaka, sans-serif;
}
.mincho{
  font-family: 'Shippori Mincho', "游明朝体", "Yu Mincho", YuMincho, serif;
}
.garamond{
  font-family: 'EB Garamond', 'Shippori Mincho', "游明朝体", "Yu Mincho", YuMincho, serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Shippori Mincho', "游明朝体", "Yu Mincho", YuMincho, sans-serif;
  font-weight: 400;
}

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;
}
.container{
  width: 1175px;
  padding: 0 10px; 
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  /*padding: 15px 0;*/
  margin-top: 80px;
  padding-top: 100px;
  margin-bottom: 100px;
}
.pg_header .bg{
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 500px;
}
.pg_header .tt1{
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
.pg_header .tt1:after{
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #8D1F1F;
  margin-top: 20px;
}
.pg_header .breadcrumb{
  justify-content: flex-end;
}

@media (max-width:767px){
  .pg_header .breadcrumb{
    justify-content: flex-start;
  }
}

/* 共通の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{
  
}
.header.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  /*color: #FFF;*/
  color: #FFF;
}
.header.bg{
  background: #FFF;
  color: #222;
}
.header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 272px;
  height: 80px;
}
.header .hdr1 .hdr_logo{
  line-height: 1;
}
.header .hdr1 .hdr_contact{
  /*width: calc(192px + 80px);*/
  width: 192px;
  position: absolute;
  top: 0;
  right: 0;
  
}
.header .hdr1 .hdr_contact a{
  display: flex;;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: #8D1F1F;
  color: #FFF;
  text-align: center;
}
.header.bg{
  
}

@media(min-width:768px){
  .header .logo .bk{
    display: none;
  }
  .header.bg .logo .wh{
    display: none;
  }
  .header.bg .logo .bk{
    display: block;
  }
}
@media(max-width:767px){
  .header .hdr1{
    padding: 0;
  }
  .header.fixed{
    position: static;
    color: #222;
  }
  .header .logo .bk{
    display: block;
  }
  .header .logo .wh{
    display: none;
  }
  
}
  

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
  white-space: nowrap;
}
.gnav > ul > li{
  width: 100%;
  position: relative;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /*color: #FFF;*/
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li + li{
  /*margin-left: 60px;*/
  /*margin-left: 3.125vw;*/
  margin-left: 30px;
}
.gnav li a{
  /*color: #FFF;*/
  text-decoration: none;
  display: block;
  padding: 5px;
}
.gnav li a:hover{
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}

@media (max-width:1500px){
  
  .header .hdr1{
    padding-right: 180px;
  }
  .header .hdr1 .hdr_contact{
    width: 150px;
  }
  .gnav li + li{
    margin-left: 15px;
  }
}

@media (max-width:1200px){
  .header .hdr1{
    padding-right: 130px;
  }
  .header .hdr1 .hdr_contact{
    width: 120px;
  }
  
  
  .gnav > ul{
    flex-wrap: wrap;
  }
  .gnav > ul > li {
    width: 25%;
  }
  .gnav li + li{
    margin-left: 0;
  }
}



.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{
  
}

.mv_slider{
  position: relative;
}
.mv_slider .mv_txt{
  position: absolute;
  top:50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 1;
  color: #FFF;
}
.mv_slider .mv_txt .txt1{
  font-size: 36px;
}
.mv_slider .mv_txt .txt2{
  font-size: 50px;
}

/* **********************************
 *  フッター
 * ********************************* */
footer{
  margin-top: 150px;
  background: #F8F6F4;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .ftr1 .box1{
  width: 20%;
}
footer .ftr1 .box2{
  width: 70%;
}
footer .ftr1 .logo2{
  margin-top: 10px;
  text-align: center;
}
footer .ftr1 .logo2 img{
  width: 80%;
}
footer .ftr2{
  margin-top: 100px;
}


.ftr_links_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_links_items .item{
  width: 24%;
}
.ftr_links{
  
}
.ftr_links + .ftr_links{
  margin-top: 15px;
}
.ftr_links li{
  
}
.ftr_links li+li{
  margin-top: 5px;
}
.ftr_links li a{
  
}


.ftr_sns{
  
}
.ftr_sns{
  display: flex;
  font-size: 24px;
}
.ftr_sns li{
  
}
.ftr_sns li + li{
  margin-left: 15px;
}

footer .copy{
  font-size: 14px;
  font-family: 'EB Garamond', serif;
  padding: 10px 0;
  border-top: 1px solid #CCC;
}
footer .copy a{
  /*color: #111;*/
}

.ftr_contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  background-image: url('/img/mv_contact.jpg');
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  color: #FFF;
}
.ftr_contact .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.ftr_contact .item{
  font-size: 30px;
  margin: 0 15px;
}
.ftr_contact .item.item1{
  
}
.ftr_contact .item.item1 em{
  display: block;
  font-size: 16px;
  font-family: 'EB Garamond', serif;
  line-height: 1;
}
.ftr_contact .item.item2{
  
}
.ftr_contact .item.item2 em{
  font-family: 'EB Garamond', serif;
}
.ftr_contact .item.item3{
  
}
.ftr_contact .item.item3 a{
  border-bottom: 1px solid;
}
.ftr_contact .item.item3 i{
  margin-right: 1em;
}

.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  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: #4072b3;
  color: #FFF;
  text-decoration: none;
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{
  
}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{
  
}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  /*border-top: 1px solid #CCC;*/
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item + .item{
  margin-top: 30px;
}
.post_items .item:last-child{
  /*border-bottom: 1px solid #CCC;*/
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 130px;
  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;
  
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 20px;
  padding-bottom: 20px;
  /*border-bottom: 1px solid #CCC;*/
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 10px;
}
.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: 10px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 100px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  /*min-width: 200px;*/
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  /*border: 1px solid #c0c0c0;*/
  /*padding: 10px 50px;*/
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /*position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  /*left: 10px;*/
  margin-right: 15px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  /*right: 10px;*/
  margin-left: 15px;
}
.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: 20px;
  width: 42px;
  height: 42px;
  text-align: center;
  text-decoration: none;
}
.pagetop a i{
  font-size: 40px;
}

/* コンタクトフォーム */
.contact_info{
  background: #f0f0f0;
  text-align: center;
  padding: 20px;
  margin-bottom: 100px;
}
.contact_info .txt1{
  font-size: 30px;
}
.contact_info .txt2{
  font-size: 35px;
  font-family: 'EB Garamond', serif;
}
.contact_info .txt2 a{
  font-size: 50px;
}

.mw_wp_form{
  background: #FAFAFA;
  padding: 50px;
}




.contact_form{
  width: 100%;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, Osaka, sans-serif;
}
.contact_form tr{
}
.contact_form th,
.contact_form td{
  padding: 15px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  width: 300px;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 5px;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{
  
}
.contact_form dl + 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 dl.addr dd{
  
}


.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  padding: 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td .wpcf7-text {
  width: 500px;
  max-width: 100%;
}
.contact_form td .wpcf7-textarea {
  width: 100%;
}
.contact_form td .wpcf7-file {
  width: 100%;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 150px;
}
.contact_form td [name="addr1"]{
  width: 180px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.zipcode,
.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 input{
  padding: 15px 5px;
  max-width: 100%;
}
.contact_form textarea{
  width: 100%;
  height: 150px;
  padding: 5px;
  
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form textarea{
  border: 1px solid #CCC;
}

.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{
}
.contact_form_acceptance a{
  text-decoration: underline;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 30px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  /*background: #b80000;*/
  background: none;
  color: #8D1F1F;
  border: 1px solid #8D1F1F;
  padding: 20px 10px;
  width: 300px;
  margin: 0 10px;
  position: relative;
}
.contact_form_btns button:after{
  content: "→";
  position: absolute;
  right: 20px;
}
.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-confirm{
  
}
.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;
}


/* サイトマップ */
.sitemap_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.sitemap_items .item{
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.sitemap_items .item h4{
  border: 1px solid #d3d3d3;
  border-bottom: 5px solid #d3d3d3;
}
.sitemap_items .item h4 a{
  display: block;
  padding: 20px 15px;
}
.sitemap_items .item ul{
}
.sitemap_items .item ul li{
  border-bottom: 1px dashed #d3d3d3;
  position: relative;
}
.sitemap_items .item ul li:before{
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sitemap_items .item ul li a{
  display: block;
  padding: 5px 10px 5px 20px;
}


/* プライバシーポリシー */
.privacy_tt{
  text-align: center;
  margin-bottom: 30px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{
  
}
.privacy_items .item{
  line-height: 1.6;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  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: 22px;
}
.breadcrumb li a:after{
  content: "";
  /*content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;*/
  width: 14px;
  height: 1px;
  background: #CCCCCC;
  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{
  padding: 0 0 50px;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.tt1 em{
  display: block;
  font-size: 20px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  color: #8D1F1F;
  text-transform: lowercase;
}
.tt1 em:first-letter{
  text-transform: capitalize;
}
.tt1 span{
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}


.tt2{
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}
.tt2 em{
  display: block;
  font-size: 20px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  color: #8D1F1F;
  line-height: 1;
}

.tt2.bg:before{
  content: "";
  background: #F8F6F4;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tt3{
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 50px;
}
.tt3:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #8D1F1F;
  margin-left: 20px;
}


.tt4{
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}
.tt4 span{
  font-size: 18px;
}
.tt4:after{
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #8D1F1F;
  margin-top: 20px;
}
.tt4.bdrSm:after{
  width: 40px;
}
.tt5{
  
}
.tt5 span{
  
}


.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;
}

/* 詳しく見る サンプル */
.read_more{
  margin-top: 50px;
}
.read_more a{
  width: 200px;
  display: block;
  position: relative;
  
  font-size: 18px;
  font-family: 'EB Garamond', 'Shippori Mincho', serif;
  font-weight: 400;
  color: #8D1F1F;
  border-bottom: 1px solid;
  padding-bottom: 15px;
}
.read_more.noBdr a{
  border-bottom: 0;
  padding-bottom: 0;
}
.read_more a:after{
  content: "→";
  /*
  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%);*/
}

.anchor{
  position: relative;
  top: -100px;
}
@media (max-width:767px){
  .anchor{
    top: -10px;
  }
}


/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  
}
.pg_home .section{
  position: relative;
}
.pg_home .section#sec1{
  margin-top: 200px;
}
.pg_home .section#sec2{
  margin-top: 150px;
}
.pg_home .section#sec3{
  margin-top: 150px;
}
.pg_home .section#sec4{
  margin-top: 150px;
}
.pg_home .section#sec5{
  margin-top: 150px;
}
.pg_home .section#sec6{
  margin-top: 150px;
  padding: 100px 0;
  background: #F9F6F5;
}
.pg_home .section#sec7{
}
.pg_home .section#sec8{
  margin-top: 150px;
}

.home_tt1{
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 25px;
  position: relative;
}
.home_tt1 em{
  display: block;
  font-size: 20px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  color: #8D1F1F;
  line-height: 1;
}
.home_tt1.bg:before{
  content: "";
  background: #F8F6F4;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home_tt2{
  font-size: 36px;
  font-weight: 400;
  color: #FFF;
}
.home_tt2 em{
  display: block;
  font-size: 20px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  line-height: 1;
}


/* home_wrap1 */
.home_wrap1{
  display: flex;
  justify-content: space-between;
}
.home_wrap1 .box1{
  width: 48%;
}
.home_wrap1 .box2{
  width: 48%;
  position: relative;
  z-index: -1;
}
.home_wrap1 .box1 .txt1{
  font-size: 28px;
  line-height: 2;
}
.home_wrap1 .box1 .txt2{
}
.home_wrap1 .box2{
  /*position: absolute;
  top: -50px;
  right: 90px;*/
}

/* home_wrap2 */
.home_wrap2{
  display: flex;
  justify-content: space-between;
}
.home_wrap2 .box1{
  
}
.home_wrap2 .box1 .txt1{
  font-size: 30px;
  line-height: 2;
}
.home_wrap2 .box1 .txt2{
}


/**/
.home_news_wrap{
  display: flex;
  justify-content: space-between;
}
.home_news_wrap .box1{
  width: 144px;
}
.home_news_wrap .box2{
  width: calc(100% - 144px - 100px);
}

.news_items{
  
}
.news_items .item{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_items .item + .item{
  margin-top: 45px;
}
.news_items .item .date{
  width: 80px;
  
}
.news_items .item .title{
  width: calc(100% - 80px - 30px);
}


.home_showroom_header{
  background-image: url('/img/home/bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 355px;
  position: relative;
}
.home_showroom_header .inner{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.home_showroom_header .inner h2{
  margin-bottom: 50px;
}

.home_wrap3{
  width: 50%;
  margin-top: 70px;
  margin-left: auto;
}
.home_wrap3 .title{
  color: #8D1F1F;
  font-size: 20px;
  margin-bottom: 10px;
}
.home_wrap3 .title em{
  font-size: 16px;
}
.home_wrap3 .txt{
  line-height: 2;
}
.home_wrap3 .txt p+p{
  margin-top: 20px;
}

/* home_wrap4 */
.home_wrap4{
  display: flex;
  align-items: center;
}
.home_wrap4 .box1{
  width: 50%;
}
.home_wrap4 .box2{
  width: 50%;
}

.home_wrap4 .addr{
  margin-top: 40px;
  margin-bottom: 20px;
}
.home_wrap4 .addr dt{
  margin-bottom: 15px;
}
.home_wrap4 .addr dd{
  /*line-height: 2;*/
}
.home_wrap4 .sns{
  display: flex;
  font-size: 24px;
}
.home_wrap4 .sns li + li{
  margin-left: 10px;
}


.home_gallery{
  position: relative;
  padding-bottom: 50px;
}
.home_gallery:after{
  content: "";
  background: #8D1F1F;
  width: 100%;
  height: 120px;
  bottom: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
.home_gallery_item{
  color: #FFF;
}
.home_gallery_item .img a{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  
}
.home_gallery_item .img a:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.home_gallery_item .title{
  margin-top: 10px;
}

/* **********************************
 *  
 * ********************************* */
.pg_about{
  
}
.pg_about .section#sec1{
  
}
.pg_about .section#sec2{
  margin-top: 150px;
}
.pg_about .section#sec3{
  
}

.about_nav{
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  margin-bottom: 100px;
}
.about_nav li{
  
}
.about_nav li a{
  
}
.about_nav li a:after{
  /*content: "\f054";*/
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  color: #8D1F1F;
}


.pg_contents_wrap1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_contents_wrap1 .box1{
  width: 49%;
}
.pg_contents_wrap1 .box2{
  width: 40%;
}

.pg_contents_wrap1 .txt1{
  
}
.pg_contents_wrap1 .txt2{
  line-height: 2;
}

.mt50{
  margin-top: 50px;
}
.mt100{
  margin-top: 100px;
}
.mt150{
  margin-top: 150px;
}
.mt200{
  margin-top: 200px;
}



.about_func_items{
  
}
.about_func_items .item{
  display: flex;
  justify-content: space-between;
  
}
.about_func_items .item+.item{
  border-top: 2px solid #EEEEEE;
  margin-top: 30px;
  padding-top: 30px;
}

.about_func_items .item .box1{
  width: 66%;
  display: flex;
  
}
.about_func_items .item .box2{
  width: 32%;
}

.about_func_items .item .box1 .num{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #F8F6F4;
  color: #8D1F1F;
  font-size: 30px;
  font-weight: 400;
  font-family: 'EB Garamond', 'Shippori Mincho', serif;
  margin-right: 5px;
}
.about_func_items .item .box1 .txt{
  width: calc(100% - 100px);
  margin-top: 37px;
  margin-left: -1.5em;
}
.about_func_items .item .tags{
  display: flex;
  flex-wrap: wrap;
  margin: 15px -8px;
}
.about_func_items .item .tags li{
  padding: 0 8px;
}
.about_func_items .item .tags li span{
  display: block;
  border: 1px solid;
  padding: 2px 10px;
}
.about_func_items .item .tags li.icon1 span{
  border: 1px solid #8D1F1F;
  color: #8D1F1F;
}
.about_func_items .item .tags li.icon2 span{
  
}
.about_func_items .item .tags li span:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
.about_func_items .item .tags li.icon1 span:before{
  content: "\f256";
}
.about_func_items .item .tags li.icon2 span:before{
  content: "\f013";
}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}


.mainte_tt1{
  color: #8D1F1F;
  font-size: 36px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  margin-top: 70px;
  margin-bottom: 40px;
}
.mainte_tt1:before{
  content: "";
  display: block;
  width: 115px;
  height: 1px;
  background: #8D1F1F;
  margin-bottom: 40px;
}

.mainte_safaty_items{
  
}
.mainte_safaty_items dl{
  
}
.mainte_safaty_items dl + dl{
  border-top: 2px solid #EEEEEE;
  margin-top: 40px;
  padding-top: 40px;
}
.mainte_safaty_items dl dt{
  font-size: 24px;
  font-family: 'Shippori Mincho', serif;
  margin-bottom: 20px;
}
.mainte_safaty_items dl dd{
  
}

.mainte_safaty_img{
  margin-top: 50px;
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

.interior_items{
  margin-top: 70px;
}
.interior_items .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.interior_items .item + .item{
  margin-top: 100px;
}
.interior_items .item .box1{
  width: 38%;
}
.interior_items .item .box2{
  width: 58%;
}
.interior_items .item .title{
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.interior_items .item .txt{
  line-height: 2;
}


.interior_gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  
}
.interior_gallery li{
  width: 33.333%;
  padding: 20px 20px;
}



/* **********************************
 *  
 * ********************************* */
.pg_types{
  
}
.pg_types .section#sec1{
  
}
.pg_types .section#sec2{
  margin-top: 150px;
}
.pg_types .section#sec3{
  
}

.types_msg{
  font-size: 28px;
  line-height: 2;
  margin-bottom: 125px;
}

.types_msg2{
  line-height: 2;
}

.types_msg_img{
  margin-bottom: 30px;
}

.types_desc_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.types_desc_items .item{
  width: 50%;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.types_desc_items .item:nth-child(n+3){
  margin-top: 50px;
}
.types_desc_items .item .inner1,
.types_desc_items .item .inner2{
  width: 100%;
}
.types_desc_items .item .inner2{
  margin-top: 15px;
}

/* **********************************
 *  
 * ********************************* */
.pg_showroom{
  
}
.pg_showroom .section#sec1{
  
}
.pg_showroom .section#sec2{
  margin-top: 150px;
}
.pg_showroom .section#sec3{
  
}

.showroom_msg{
  margin-bottom: 100px;
}

.showroom_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.showroom_wrap .box1{
  width: 50%;
}
.showroom_wrap .box2{
  width: 42%;
}

.showroom_wrap .title{
  color: #8D1F1F;
  font-size: 20px;
  margin-bottom: 10px;
}
.showroom_wrap .title em{
  font-size: 16px;
}
.showroom_wrap .txt{
  line-height: 2;
}
.showroom_wrap .txt p+p{
  margin-top: 20px;
}
.showroom_wrap .map{
  margin-top: 50px;
}

.showroom_gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  
}
.showroom_gallery li{
  width: 50%;
  padding: 20px 20px;
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}


.gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.gallery_items .item{
  width: 25%;
  padding: 15px 15px;
}

.gallery_items .item .inner{
  height: 100%;
}
.gallery_items .item .img a{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gallery_items .item .img a:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery_items .item .title{
  margin-top: 10px;
}


.gallery_slider{
  /*width: 900px;*/
  /*max-width: 100%;*/
  margin: 0 auto;
}

.gallery_info{
  
}
.gallery_comment{
  
}
.gallery_spec{
  border: 1px solid #CCC;
  padding: 30px;
}
.gallery_spec dl{
  display: flex;
}
.gallery_spec dl + dl{
  margin-top: 10px;
}
.gallery_spec dl dt{
  width: 80px;
  font-weight: 500;
}
.gallery_spec dl dd{
  
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

.businesses_msg{
  margin-bottom: 100px;
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

.faq_items{
  
}
.faq_items .item{
  
}
.faq_items .item + .item{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #EEE;
}
.faq_items .item dt,
.faq_items .item dd{
  position: relative;
  padding-left: 50px;
}
.faq_items .item dt{
  font-size: 20px;
  margin-bottom: 20px;
}
.faq_items .item dd{
  
}

.faq_items .item dt:before,
.faq_items .item dd:before{
  font-size: 25px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  margin-right: 15px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  
}
.faq_items .item dt:before{
  content: "Q.";
}
.faq_items .item dd:before{
  content: "A.";
  color: #8D1F1F;
}

/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  
}
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  margin-top: 150px;
}
.pg_company .section#sec3{
  margin-top: 150px;
}

.company_msg{
  font-size: 30px;
  line-height: 2;
}

.company_wrap1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_wrap1 .box1{
  width: 58%;
}
.company_wrap1 .box2{
  width: 32%;
}
.company_wrap1 .box1 h3{
  margin-bottom: 15px;
}
.company_wrap1 .box1 p{
  line-height: 2;
}
.company_wrap1 .box1 p + p{
  margin-top: 1em;
}

.company_prof_wrap{
  background: #FAFAFA;
  padding: 50px;
}
.company_prof{
  margin-top: 30px;
}
.company_prof tr{
  border-bottom: 1px solid #EEEEEE;
}
.company_prof th,
.company_prof td{
  text-align: left;
  padding: 15px 15px;
  line-height: 2;
}
.company_prof th{
  width: 30%;
  letter-spacing: 0.1em;
}
.company_prof td{
  
}

.company_map{
  margin-top: 100px;
}

.company_sns_wrap{
  background: #FAFAFA;
  padding: 30px;
}
.company_sns_wrap ul{
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-family: 'EB Garamond', serif;
}
.company_sns_wrap ul li{
  margin: 0 50px;
}
.company_sns_wrap ul li a i{
  margin-right: 10px;
}


.history_items{
  position: relative;
}

.history_items .item{
  display: flex;
  align-items: flex-start;
  padding: 15px 0 15px 50px;
  position: relative;
  overflow: hidden;
}
.history_items .item dt{
  width: 150px;
  position: relative;
}

.history_items .item dd{
  width: calc(100% - 150px);
}


.history_items:before{
  content: "";
  width: 2px;
  background: #8D1F1F;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}


.history_items .item dt:before{
  content: "";
  width: 12px;
  height: 12px;
  background: #8D1F1F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.history_items .item:first-child dt:after,
.history_items .item:last-child dt:after{
  content: "";
  width: 2px;
  background: #FFF;
  position: absolute;
  left: -44px;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.history_items .item:first-child dt:after{
  top: -100px;
  bottom: calc(50% + 6px);
}
.history_items .item:last-child dt:after{
  top: calc(50% + 6px);
  bottom: -100px;
}

/* **********************************
 *  
 * ********************************* */
.pg_recruit{
  
}
.pg_recruit .section#sec1{
  
}
.pg_recruit .section#sec2{
  margin-top: 150px;
}
.pg_recruit .section#sec3{
  margin-top: 150px;
}

.recruit_tt1{
  font-size: 36px;
  text-align: center;
}
.recruit_msg{
  /*font-size: 18px;*/
  line-height: 2.666;
}
.recruit_img{
  text-align: center;
}

.recruit_box{
  display: flex;
  justify-content: space-between;
}
.recruit_box .box1{
  width: 56%;
}
.recruit_box .box2{
  width: 38%;
}

.recruit_job_nav_wrap{
  background: #FAFAFA;
  padding: 30px;
  margin-bottom: 90px;
}
.recruit_job_nav_wrap ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.recruit_job_nav_wrap ul li{
  width: 33.333%;
  padding: 0 20px;
}
.recruit_job_nav_wrap ul li a{
  display: block;
  border: 1px solid #8D1F1F;
  background: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  padding: 20px 0;
  position: relative;
}
.recruit_job_nav_wrap ul li a:after{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.recruit_job_nav_wrap ul li a.on,
.recruit_job_nav_wrap ul li a:hover{
  background: #8D1F1F;
  color: #FFF;
}

.js_tab_contents_item{
  /*display: none;*/
}

.recruit_job_tt{
  font-size: 36px;
  margin-bottom: 30px;
}

/* **********************************
 *  
 * ********************************* */
.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{
  
}
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  
}
.pg_company .section#sec3{
  
}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  
}
.pg_contact .section#sec1{
  
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
}

.pg_contact .privacy{
  margin-top: 80px;
}
