@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;
}
*/
@font-face {
  font-family: "Impact";
  src: url(css/fonts/impact.woff2) format("woff2"),
  url(css/fonts/impact.woff) format("woff"),
  url(css/fonts/impact.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  padding-top: 129px;
  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: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{
  
}
.tbl th,
.tbl td{
  letter-spacing: 0.05em;
  border: 1px solid #89c997;
  text-align: left;
  padding: 17px 0;
}
.tbl th{
  width: 31.25%;
  background: #f4f8eb;
  border-right: 0;
  padding-left: 65px;
}
.tbl td{
  border-left: 0;
  padding-left: 45px;
}
.tbl ul{
  display: flex;
  flex-wrap: wrap;
}
.tbl ul li{
  margin-right: 30px;
  line-height: 2.125;
}
.tbl ul li:before{
  content: "■";
  margin-right: 5px;
  color: #89c997;
}


/* スクロール テーブル */
.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;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1140px;
  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;*/
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 340px;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{
  
}
.listbox .item .date{
  
}
.listbox .item .txt{
  
}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  width: 100%;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 5;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
header .hdr1 .box1{
  width: 32%;
}
header .hdr1 .box2{
  width: 66%;
}
header .hdr1 .hdr_logo{
  line-height: 1;
  font-size: 12px;
}
header .hdr1 .hdr_logo h1{
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}
header .hdr1 .hdr_contact{
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin-bottom: 40px;
}
header .hdr1 .hdr_contact a+a{
  margin-left: 12px;
}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  /*width: 100%;*/
  position: relative;
}
.gnav > ul > li+li{
  border-left: 1px solid;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0 40px;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
.gnav li:first-child a{
  padding-left: 0;
}
.gnav li:last-child a{
  padding-right: 0;
}
.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;
}


.mv{
  position: relative;
  height: 730px;
  
  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{
  background: rgba(255,255,255,0.8);
  padding: 10px;
}
.mv .mv_box .txt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 830px;
  max-width: 100%;
  height: 240px;
  border: 1px solid #3c3c39;
  font-size: 40px;
  letter-spacing: 0.08em;
  padding-left: 20px;
  white-space: nowrap;
  color: #3c3c39;
  position: relative;
}
.mv .mv_box .txt span{
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  background: #84ccad;
  color: #FFF;
  padding: 60px 0 10px;
  margin-top: 200px;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*footer .box1{
  width: 50%;
}
footer .box2{
  width: 50%;
}*/

footer .ftr_logo{
  margin-bottom: 45px;
}
footer .ftr_addr{
  line-height: 1.875;
}

footer .ftr_contact{
  width: 560px;
  max-width: 100%;
  margin-left: auto;
  background: #FFF;
  color: #111;
  padding: 5px;
}
footer .ftr_contact .inner{
  border: 2px solid #84ccad;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}
footer .ftr_contact .title{
  
  letter-spacing: 0.05em;
}
footer .ftr_contact .title span{
  display: inline-block;
  padding: 5px 30px;
  border-bottom: 1px solid;
}
footer .ftr_contact .btn1{
  letter-spacing: 0.05em;
}
footer .ftr_contact .btn1 span{
  display: inline-block;
  font-size: 31px;
}
footer .ftr_contact .btn1 span:first-letter{
  font-size: 38px;
}
footer .ftr_contact .btn1 a{
  font-size: 36px;
}
footer .ftr_contact .btn2{
  margin-top: 6px;
}
footer .ftr_contact .btn2 a{
  display: inline-block;
  width: 220px;
  max-width: 100%;
  background: #f29b76;
  padding: 5px;
}
footer .ftr_contact .btn2 i{
  margin-right: 5px;
}

footer .ftr_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 25px;
  margin-right: -38px;
}
footer .ftr_links li{
  font-size: 15px;
  padding: 0 38px;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
footer .ftr_links li+li{
  border-left: 1px solid;
}
footer .copy{
  background: #FFF;
  color: #111;
  text-align: center;
  font-size: 14px;
  padding: 3px 0;
  margin-top: 60px;
}
footer .copy a{
  /*color: #111;*/
}




.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #edf7d5;
  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: #4caf50;
  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;
  color: #111111;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 23px 10px;
  border-bottom: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
  /*font-size: 14px;*/
}
.post_items .item:last-child{
  /*border-bottom: 1px solid #CCC;*/
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 230px;
  
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;
}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-size: 1em;
  font-weight: 400;
  width: calc(100% - 230px);
  /*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 #acd598;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 30px;
}
.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: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 75px;
}
.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;
  font-size: 19px;
  font-weight: 500;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 250px;
}
.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;
  width: 330px;
  max-width: 100%;
  background: #89c997;
  color: #ffffff;
  padding: 10px 10px;
}

/* 検索 */
.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;
}

/* コンタクトフォーム */
.contact_info{
  background: #acd598;
  text-align: center;
  padding: 28px 30px 25px;
  margin-bottom: 100px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #acd598;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  font-family: "impact";
  letter-spacing: 0.04em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 15px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  padding: 15px;
  background: #f0f0f0;
  width: 310px;
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{
  
}
.contact_form dl + 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_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 90px;
}
.contact_form_addr dd{
  width: calc(100% - 90px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}

.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  /*flex-wrap: wrap;*/
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{
  
}

.addr_auto_box button{
  margin-left: 20px;
}



.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 input ,
.contact_form td textarea ,
.contact_form td select ,
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  padding: 7px 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 textarea {
  width: 100%;
  height: 280px;
}
.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: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.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: 5px 5px;
}

.contact_form td .wpcf7-checkbox, 
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/ 


.contact_form_acceptance{
  text-align: center;
  margin-top: 20px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  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: #89c997;
  color: #FFF;
  border: 0;
  padding: 10px;
  width: 300px;
  margin: 0 10px;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns 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: 25px;
}
.privacy_items .item h4{
  font-size: 16px;
  
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
}
.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_wrap{
  background: #89c997;
  margin-bottom: 120px;
}
.breadcrumb{
  display: flex;
  list-style: none;
  padding: 5px 0;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

/* **********************************
 *  メイン
 * ********************************* */
.main{
}
body.home .main{
  padding-top: 0;
}

.tt1{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0d0d0d;
  margin-bottom: 30px;
}
.tt2 em{
  display: block;
  line-height: 1;
}
.tt2 em:after{
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #0d0d0d;
  margin: 8px auto;
}
.tt2 span{
  font-size: 28px;
}
.tt3{
  background: #edf6d6;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 25px;
}

.tt4{
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.tt4 em{
  font-size: 116px;
  color: #edf6d6;
  letter-spacing: 0.075em;
}
.tt4 span{
  font-size: 21px;
  position: absolute;
  top: 66%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 2px #FFF) drop-shadow(0px 0px 2px #FFF);
}
.tt5{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.tt5:before,
.tt5:after{
  content: "";
  width: 100%;
  height: 2px;
  background: #282828;
}
.tt5:before{
  margin-right: 25px;
}
.tt5:after{
  margin-left: 25px;
}

/* 詳しく見る サンプル */
.read_more{
  
}
.read_more a{
  display: block;
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  border: 2px solid;
  position: relative;
  background: #ffffff;
}
.read_more a:after{
  content: "";
  width: 90px;
  height: 2px;
  background: #000;
  border: 7px solid #FFF;
  border-left: 0;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  
}
.pg_home .section#sec1{
 margin-top: 110px; 
}
.pg_home .section#sec2{
  margin-top: 120px;
  background: #edf6d6;
  background-image: url('/img/home/bg1.jpg');
  background-size: cover;
  background-position: center center;
  padding: 50px 0 80px;
}
.pg_home .section#sec3{
  margin-top: 95px;
}
.pg_home .section#sec4{
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 75px;
  background: #f5f4f4;
}
.pg_home .section#sec5{
  margin-top: 95px;
}
.pg_home .section#sec6{
  margin-top: 170px;
}

.home_about{
  background: #f5f4f4;
  margin-left: 60px;
  position: relative;
}
.home_about .box1{
  width: 53%;
  position: absolute;
  top: -50px;
  left: -60px;
  z-index: 1;
}
.home_about .box2{
  width: 50%;
  min-height: 340px;
  padding-top: 50px;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.888;
  letter-spacing: 0.1em;
}

/**/
.home_product_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 55px;
}
.home_product_items .item{
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.home_product_items .item:nth-child(n+3){
  margin-top: 30px;
}
.home_product_items .item .inner{
  height: 100%;
}
.home_product_items .item .img a{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.home_product_items .item .img a:before{
  content: "";
  display: block;
  padding-top: 36.7%;
}
.home_product_items .item .title{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  max-width: 100%;
  height: 100px;
  
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.05em;
  background: rgba(255,255,255,0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home_product_items .item .title:before{
  content: "";
  border: 1px solid;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.home_product_items .item .txt{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.home_ordermade_tt{
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
.home_ordermade_txt{
  line-height: 2.125;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 55px;
}

.home_news_items{
  margin-top: 50px;
  margin-bottom: 90px;
}
.home_news_items li{
  display: flex;
  line-height: 1;
}
.home_news_items li+li{
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dotted;
}
.home_news_items li .date{
  width: 155px;
  margin-right: 40px;
  border-right: 1px solid;
  padding-left: 15px;
}
.home_news_items li .title{
  width: calc(100% - 155px - 40px );
}

/**/
hr{
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #111;
}
.home_company_msg1{
  line-height: 1.875;
  text-align: center;
}
.home_company_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_company_box + .home_company_box{
  margin-top: 50px;
}
.home_company_box .box{
  width: 48.66%;
}
.home_company_box .box{
  
}
.home_company_box .box.center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_company_box .txt{
  padding-left: 55px;
  line-height: 1.875;
}
.home_company_box .read_more{
  margin-right: -65px;
}
.home_company_box .read_more a{
  width: 300px;
  padding: 13px 0;
}
.home_company_box .read_more a:after{
  width: 70px;
}


/**/
.home_recruit_wrap{
  position: relative;
  background: #89c997;
  color: #FFF;
  padding: 10px;
}
.home_recruit_wrap .title{
  position: absolute;
  top: -23px;
  left: 23px;
  z-index: 1;
}
.home_recruit_wrap .inner{
  border: 3px solid #f5f4f4;
  padding: 22px 0;
  display: flex;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
.home_recruit_wrap .inner:hover{
  opacity: 0.8;
}
.home_recruit_wrap .inner .box1{
  display: flex;
  align-items: center;
  width: 290px;
  padding-left: 30px;
  border-right: 2px solid #FFF;
  font-size: 24px;
  
}
.home_recruit_wrap .inner .box2{
  display: flex;
  align-items: center;
  width: calc(100% - 290px - 203px);
  min-height: 130px;
  padding-left: 45px;
  font-size: 20px;
}
.home_recruit_wrap .inner:after{
  content: "";
  background-image: url('/img/recruit_bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  width: 203px;
  height: 254px;
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 1;
}

/* **********************************
 *  
 * ********************************* */
.pg_products{
  
}
.pg_products .section#sec1{
  
}
.pg_products .section#sec2{
  margin-top: 145px;
}
.pg_products .section#sec3{
  
}

.pg_products1 .section#sec2{
  margin-top: 120px;
}
.pg_products2 .section#sec2{
  margin-top: 120px;
}
.pg_products3 .section#sec2{
  margin-top: 120px;
}
.pg_products4 .section#sec2{
  margin-top: 120px;
}

.product_msg1{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 75px;
}
.product_msg2{
  letter-spacing: 0.05em;
  line-height: 2.125;
  text-align: center;
}
.product_msg2 strong{
  font-size: 24px;
  font-weight: 500;
}
.product_msg2 p{
  display: inline-block;
  text-align: left;
}



.product_cat_items{
  display: flex;
  flex-wrap: wrap;
}

.product_cat_items .item{
  
}

.product_cat_items .item .inner{
  height: 100%;
}
.product_cat_items .item .box{
  box-shadow: 0 0 3px 0px #ccc;
  border-radius: 0 20px 0 0;
}

.product_cat_items .item .img{
  padding-bottom: 10px;
  padding-right: 10px;
  background-image: url('/img/products/thumb_bg.png');
  border-radius: 0 20px 0 20px;
}
.product_cat_items .item .img a,
.product_cat_items .item .img span{
  display: block;
  border: 5px solid #FFF;
  border-radius: 0 20px 0 20px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.product_cat_items .item .img span:before,
.product_cat_items .item .img a:before{
  content: "";
  display: block;
  padding-top: 67.97%;
}

/**/

.product_cat_items .item .title{
  display: flex;
  align-items: center;
  font-size:21px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.product_cat_items .item .title span{
  background: #FFF;
  padding-right: 15px;
  white-space: nowrap;
}
.product_cat_items .item .title:after{
  content: "";
  width: 100%;
  height: 5px;
  background: #acd598;
  margin-top: 10px;
}

.product_cat_items .item .txt1{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px dotted;
  margin: 10px 12px;
  padding-bottom: 10px;
}
.product_cat_items .item .txt2{
  margin: 0 12px;
  line-height: 2.125;
}
.product_cat_items .item .read_more{
  margin-top: 20px;
}
.product_cat_items .item .read_more a{
  width: 265px;
  padding: 10px 0;
}
.product_cat_items .item .read_more a:after{
  width: 64px;
  height: 2px;
}


/* type1 */
.product_cat_items.type1{
  margin-left: -35px;
  margin-right: -35px;
  margin-top: 45px;
}
.product_cat_items.type1 .item{
  width: 50%;
  padding-left: 35px;
  padding-right: 35px;
}
.product_cat_items.type1 .item:nth-child(n+3){
  margin-top: 40px;
}
.product_cat_items.type1 .item .img:before{
  padding-top: 67.97%;
}
.product_cat_items .item .img a{
  border: 0;
}
.product_cat_items.type1 .item .box{
  padding-bottom: 40px;
  height: calc(100% - 34px);
}

.product_cat_items.type2 .item .read_more a{
  /*width: 150px;*/
}
.product_cat_items.type2 .item .read_more a:after{
  width: 40px;
}

/* type2 */
.product_cat_items.type2{
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.product_cat_items.type2 .item{
  width: 33.333%;
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.product_cat_items.type2 .item:nth-child(n+4){
  margin-top: 50px;
}
.product_cat_items.type2 .item .img:before{
  padding-top: 69.11%;
}
.product_cat_items.type2 .item .box{
  padding-bottom: 30px;
}


.product_cat_items .item .spec{
  margin-top: 15px;
}
.product_cat_items .item .spec th,
.product_cat_items .item .spec td{
  border: 1px solid #898989;
  font-weight: normal;
  padding: 5px 5px;
}
.product_cat_items .item .spec th{
  width: 100px;
  background: #eeeeee;
  border-right: 0;
}
.product_cat_items .item .spec td{
  padding-left: 10px;
  word-break: break-all;
}

/* 商品一覧 */
.products_nav{
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 120px;
}
.products_nav .item{
  width: 25%;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
.products_nav .item:nth-child(n+5){
  margin-top: 12px;
}
.products_nav .item a{
  display: block;
  background: #e5e5e5;
  padding: 16px 5px;
  position: relative;
}
.products_nav .item a:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #acd598 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.products_nav .item a.on{
  background: #edf6d6;
}
 
.products_nav .item .title{
  
}
.products_nav .item .txt{
  
}

.product_box_wrap{
  margin-bottom: 120px;
}
.product_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_box + .product_box{
  margin-top: 35px;
}
.product_box .box1{
  width: 48.21%;
}
.product_box .box2{
  width: 50%;
}

.product_thumb_sub{
  
}
.product_thumb_sub{
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 15px;
}
.product_thumb_sub li{
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.product_thumb_sub li:nth-child(n+3){
  margin-top: 15px;
}
.product_thumb_sub li a{
  display: block;
  border: 1px solid #89c997;
  padding: 6px;
  text-align: center;
}

/* 商品詳細 */
.products_detail{
  
}
.products_detail .read_more{
  margin-top: 100px;
}

.products_detail .gallery{
  
}
.products_detail .sp-arrow {
    width: auto;
    height: auto;
}
.products_detail .sp-next-arrow:after, 
.products_detail .sp-next-arrow:before, 
.products_detail .sp-previous-arrow:after, 
.products_detail .sp-previous-arrow:before {
    font-size: 28px;
    width: auto;
    height: auto;
    background-color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c2dfc8;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.products_detail .sp-horizontal .sp-next-arrow {
    right: -10px;
}
.products_detail .sp-horizontal .sp-previous-arrow {
    left: -40px;
}
.products_detail .sp-previous-arrow:before {   
    left: 0;
    top: 0;
    content: "\f137";
}
.products_detail .sp-next-arrow:before {   
    left: 0;
    top: 0;
    content: "\f138";
}

.products_detail .comment{
  margin-top: 50px;
  padding-top: 40px;
  border-top: 2px solid #89c997;
}

.size_image{
  margin-top: 50px;
}
.size_download{
  margin-top: 20px;
}

.products_class_tbl{
  background: #EEE;
}
.products_class_tbl th,
.products_class_tbl td{
  border: 1px solid #CCC;
  word-break: break-all;
}

/* **********************************
 *  
 * ********************************* */
.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{
  
}
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  margin-bottom: 80px;
}
.pg_company .section#sec3{
  margin-top: 80px;
}
.pg_company .section#sec4{
  margin-top: 80px;
}
.pg_company .section#sec5{
  margin-top: 80px;
}

.pg_company .section#sec1 .tt2{
  margin-bottom: 70px;
}
.company_iso{
  text-align: center;
}
.company_iso .txt1{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.company_iso .txt2{
  display: inline-block;
  text-align: left;
  margin-top: 20px;
  line-height: 2.125;
}
.company_iso .img{
  margin-top: 10px;
}

.company_policy{
  margin-top: 25px;
  list-style-position: inside;
}
.company_policy li{
  background: #eeeeee;
  font-weight: 500;
  line-height: 2.125;
  padding: 13px 30px;
}
.company_policy li + li{
  margin-top: 10px;
}
.company_policy li:marker{
  
}
.company_policy_txt{
  margin-top: 15px;
  font-weight: 500;
  text-align: right;
}

.company_greeting{
  letter-spacing: 0.05em;
  line-height: 2.125;
  margin-top: 40px;
}

.company_about_tbl{
  margin-top: 50px;
}
.company_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.company_about .box1{
  width: 49%;
}
.company_about .box2{
  width: 49%;
}

.company_facility_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.company_facility_items .item{
  width: 50%;
  padding: 0 10px;
  margin: 5px 0;
}
.company_facility_items .item dl{
  display: flex;
  padding: 25px 0;
  background: #eeeeee;
  line-height: 1;
  font-weight: 500;
}
.company_facility_items .item dt{
  /*width: 30%;*/
  padding-left: 30px;
  padding-right: 55px;
  border-right: 1px solid ;
}
.company_facility_items .item dd{
  /*width: 70%;*/
  padding-left: 55px;
}


.company_history{
  
}
.company_history tr{
  
}
.company_history th,
.company_history td{
  letter-spacing: 0.05em;
  padding-top: 30px;
}
.company_history th{
  width: 190px;
  border-bottom: 3px solid #89c997;
  font-weight: 500;
}
.company_history td{
  border-bottom: 3px solid #c9c9c9;
  padding-left: 30px;
}

/* **********************************
 *  お知らせ
 * ********************************* */
.pg_notice{
  
}
.pg_notice .tt2{
  margin-bottom: 45px;
}

.pg_notice_single{
  
}
.pg_notice_single .tt2{
  margin-bottom: 70px;
}

/* **********************************
 *  採用情報
 * ********************************* */
.pg_recruit{
  
}
.pg_recruit .section#sec1{
  
}
.pg_recruit .section#sec2{
  margin-top: 110px;
}
.pg_recruit .section#sec3{
  margin-top: 150px
}

/*  */
.recruit_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 55px;
  margin-bottom: 50px;
}
.recruit_box .box1{
  width: 67.85%;
}
.recruit_box .box2{
  width: 29.46%;
}
.recruit_box .box1 .title{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.recruit_box .box1 .txt{
  line-height: 2.125;
}

/* 募集概要 */
.recruit_job_nav{
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  margin-bottom: 110px;
}
.recruit_job_nav li{
  width: 50%;
  padding: 0 10px;
}
.recruit_job_nav li a{
  display: block;
  background: #b8d5be;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.recruit_job_nav li a:after{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.recruit_job_nav li a:hover,
.recruit_job_nav li a.on{
  color: #FFF;
  background: #89c997;
}

.recruit_tbl{
  
}
.recruit_tbl th{
  width: 26.78%;
}

/* 先輩インタービュー */
.recruit_interview_wrap{
  padding-top: 100px;
}
.recruit_interview{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  
}
.recruit_interview + .recruit_interview{
  margin-top: 135px;
}
.recruit_interview:after{
  content: "";
  background-image: url(/img/recruit/interview_bg.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}
.recruit_interview .box1{
  width: 30.35%;
  padding-bottom: 35px;
}
.recruit_interview .box2{
  width: 69.65%;
  background: #edf6d6;
  padding-top: 45px;
  margin-left: auto;
  position: relative;
}
.recruit_interview .box1 img{
  margin-top: -90px;
}
.recruit_interview .box2 .title{
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 15px 0;
}
.recruit_interview .box2 .title:after{
  content: "";
  background: #acd598;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.recruit_interview .box2 .body{
  line-height: 2.125;
}

@media (min-width:768px){
  /* 左右入れ替え */
  .recruit_interview:nth-child(odd) .box1{
    order: 1;
  }
  .recruit_interview:nth-child(odd) .box2{
    order: 2;
    padding-left: 35px;
  }
  .recruit_interview:nth-child(even) .box1{
    order: 2;
  }
  .recruit_interview:nth-child(even) .box2{
    order: 1;
    padding-right: 35px;
  }

  .recruit_interview:nth-child(odd) .box2 .title{
    padding-left: 35px;
  }
  .recruit_interview:nth-child(even) .box2 .title{
    padding-right: 35px;
  }
  .recruit_interview:nth-child(odd) .box2 .title:after{
    left: 0;
    right: -1000px;
  }
  .recruit_interview:nth-child(even) .box2 .title:after{
    right: 0;
    left: -1000px;
  }
}


/* 応募先 */
.recruit_entry{
  background: #89c997;
  padding: 10px;
  text-align: center;
}
.recruit_entry .inner{
  color: #FFF;
  border: 3px solid #FFF;
  padding: 5px 50px 15px;
  letter-spacing: 0.05em;
}
.recruit_entry .title{
  font-size: 24px;
  font-weight: 500;
  border-bottom: 2px solid;
  padding: 10px 0 10px;
  margin-bottom: 10px;
}
.recruit_entry .txt{
  font-weight: 700;
  letter-spacing: 0.05em;
}
.recruit_entry .tel{
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}
.recruit_entry .tel em{
  font-size: 30px;
}
.recruit_entry .tel a{
  font-size: 46px;
  letter-spacing: 0.1em;
}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.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;
  margin-bottom: 45px;
}

.pg_contact .privacy{
  margin-top: 80px;
}
