@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.666;
  color: #000;
}

/* 基本フォント: 明朝 */
/**/
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;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover{
  opacity: 0.8;
  text-decoration: none;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{
  
}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{
  
}
.tbl td{
  
}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.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: 397px;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{
  
}
.listbox .item .date{
  
}
.listbox .item .txt{
  
}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  
  background: rgba(255,255,255,0.75);
}
header.fixed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
header > .container{
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  
  padding-right: 128px;
}
header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_contact{
}
header .hdr1 .hdr_menu{
  position: absolute;
  top: 0;
  right: 0;
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  background: #7f8b73;
  position: absolute;
  top: 100%;
  right: 0;
  height: 0;
  /*font-size: 10px;*/
  overflow: hidden;
  z-index: 1;
}
.gnav.active{
  height: auto;
  padding: 30px;
  font-size: 16px;
}
.gnav > ul{
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  width: 100%;
  position: relative;
}

.gnav li a{
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 5px;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}


.mv{
  position: relative;
  height: 780px;
  padding-top: 110px;
  background: #CCC;
  background-image: url('/wp-content/uploads/2022/08/mv-scaled.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{
  
}


/* **********************************
 *  フッター
 * ********************************* */

.ftr_contact_wrap{
  border-top: 1px solid #9a9898;
  border-bottom: 1px solid #9a9898;
  padding-top: 25px;
  padding-bottom: 45px;
  margin-top: 220px;
}
body.home .ftr_contact_wrap{
  margin-top: 0;
}

.ftr_contact_btns{
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.ftr_contact_btns a{
  width: 240px;
  max-width: 100%;
  background: #7f8b73;
  color: #FFF;
  margin: 0 40px;
  /*padding: 12px 10px;*/
  padding: 0;
  font-size: 19px;
  text-align: center;
}
.ftr_contact_btns a i{
  margin-right: 16px;
}

footer{
  background: #7f8b73;
  color: #FFF;
  padding: 120px 0 10px;
  margin-top: 200px;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .box1{
  width: 50%;
}
footer .box2{
  width: 50%;
  padding-top: 40px;
}

footer .ftr_logo{
  
}
footer .ftr_addr{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-top: 35px;
}
footer .ftr_map{
  margin-top: 50px;
}

footer .ftr_contact{
  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;
}


.ftr_links_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ftr_links{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.ftr_links + .ftr_links{
  margin-left: 95px;
}
.ftr_links li{
  
}
.ftr_links li + li{
  margin-top: 25px;
}

footer .copy{
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 60px;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7dd328;
  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: 49%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #5d9623;
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
}
.footer_fix ul li a i{
  font-size: 20px;
  margin-right: 5px;
}

/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{
  
}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{
  
}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;
  
}
.post_items .item .category span{
  display: block;
  background: #7f8b73;
  color: #FFF;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d6e3ca;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 30px 50px;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .category{
  width: auto;
  min-width: 125px;
}
.post_items .item.single_item .category span{
  padding: 0 0;
  
}

.post_items .item.single_item .title{
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  margin-top: 55px;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  width: 60px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  
  height: 60px;
  border: 1px solid #c0c0c0;
  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%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
}
.pagination .nav-posts .page-archive a{
  display: block;
  width: 250px;
  max-width: 100%;
  background: #7f8b73;
  color: #ffffff;
  padding: 15px 10px;
  margin: 0 40px;
  
}

/* 検索 */
.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_wrap{
  background: #9aba80;
  padding: 30px;
  margin-bottom: 70px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.contact_info_tel + .contact_info_tel{
  margin-left: 60px;
}
.contact_info_tel_icon{
  background: #9aba80;
  color: #FFF;
  border-radius: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 20px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 40px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #323232;
}
.contact_info_tel_link img{
  display: block;
}
.contact_info_tel_txt{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.contact_info_txt1{
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 5px;
}
.contact_info_txt2{
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
  margin-top: 10px;
}


@media (max-width:1023px){
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){
  
  .contact_info_wrap{
    margin-bottom: 50px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
  }
  .contact_info_tel_link{
    font-size: 20px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
  }
  
  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}

.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 .vtop{
  vertical-align: top;
}
.contact_form th{
  background: #ebfbdb;
  width: 310px;
  font-weight: 500;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #7f8b73;
  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;
  
}

.mw_wp_form_input .addr_auto_box .zipcode i{
  background: #cccccc;
  padding: 0 5px;
}
.mw_wp_form_confirm .addr_auto_box .addr_auto{
  display: none;
}

.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 textarea{
  height: 280px;
  width: 100%;
}

.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: 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: 40px;
  margin-bottom: 10px;
}
.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;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #7f8b73;
  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;
}


/* プライバシーポリシー */

.pg_privacy{
  
}
.pg_privacy .section#sec1{
  padding-top: 40px;
}

.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: 30px;
}
.privacy_items .item h4{
  font-size: 16px;
}
.privacy_items .item h4:before{
  content: "【";
  color: #7f8b73;
}
.privacy_items .item h4:after{
  content: "】";
  color: #7f8b73;
}
.privacy_items .item .txt{
  font-size: 15px;
}
.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-top: 40px;
  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{
  padding-top: 50px;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  color: #FFF;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0px 8px 7.44px rgba(64, 64, 64, 0.31);
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{
  font-size: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
}
.tt2:after{
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background: #a9c290;
  margin: 15px auto 0;
}
.tt2 span{
  
}
.tt3{
  color: #5d9623;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 3px solid #e1e6dc;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}
.tt3:after{
  content: "";
  width: 50px;
  height: 3px;
  background: #5d9623;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.tt4{
  background: #7f8b73;
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  margin-bottom: 25px;
}

.tt5{
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #5d9623;
  margin-bottom: 60px;
  text-align: center;
}
.tt5:before,
.tt5:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #787878;
}
.tt5:before{
  margin-right: 25px;
}
.tt5:after{
  margin-left: 25px;
}

.tt6{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #5d9623;
  line-height: 1.4;
  border-left: 5px solid ;
  padding-left: 8px;
  margin-bottom: 20px;
}

/* 詳しく見る サンプル */
.read_more{
  
}
.read_more a{
  display: block;
  width: 180px;
  max-width: 100%;
  padding: 10px 0;
  border-radius: 2px;
  background: #7f8b73;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-decoration: none;
}
.read_more a:after{
  /*content: "\f054";
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
}

.pg_msg1{
  font-size: 18px;
  letter-spacing: 0.035em;
  text-align: center;
  margin-bottom: 100px;
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  
}
.pg_home .section#sec1{
  padding-top: 130px;
  padding-bottom: 120px;
}
.pg_home .section#sec2{
  padding-bottom: 120px;
}
.pg_home .section#sec3{
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url('/img/home/bg1.jpg');
  
}
.pg_home .section#sec4{
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #7f8b73;
}
.pg_home .section#sec5{
  
}
.pg_home .section#sec6{
  padding-top: 120px;
  padding-bottom: 165px;
}

.home_tt1{
  font-size: 14px;
  text-align: center;
  margin-bottom: 35px;
}
.home_tt1 em{
  display: block;
  font-size: 2.333em;
  color: #7f8b73;
  line-height: 1;
  margin-bottom: 10px;
}
.home_tt1 span{
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  margin: 0 auto;
}
.home_tt1 span:before,
.home_tt1 span:after{
  content: "";
  width: 15px;
  height: 1px;
  background: #7f8b73;
}
.home_tt1 span:before{
  margin-right: 5px;
}
.home_tt1 span:after{
  margin-left: 5px;
}

/* 理念 */
.home_mission_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_mission_wrap .box1{
  width: 46%;
}
.home_mission_wrap .box2{
  width: 50%;
}
.home_mission_wrap .title{
  text-align: left;
  margin-bottom: 30px;
}
.home_mission_wrap .title span{
  justify-content: flex-start;
}
.home_mission_wrap .txt1{
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 35px;
  
}
.home_mission_wrap .txt2{
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.01em;
  margin-bottom: 65px;
}

/* 取扱業務 */
.home_service_msg{
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}

.home_service_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.home_service_items .item{
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
}
.home_service_items .item:nth-child(n+4){
  margin-top: 30px;
}
.home_service_items .item .inner{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.home_service_items .item .inner .box1,
.home_service_items .item .inner .box2{
  width: 100%;
}
.home_service_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/*.home_service_items .item .img:before{
  content: "";
  display: block;
  padding-top: 75%;
}*/
.home_service_items .item .img img{
  
}
.home_service_items .item .meta{
  margin-top: 15px;
}
.home_service_items .item .title{
  font-size: 20px;
}
.home_service_items .item .txt{
  margin-top: 15px;
}
.home_service_items .item .txt ul{
  text-indent: -1em;
  padding-left: 1em;
}
.home_service_items .item .read_more{
  margin-top: 25px;
}

/* お知らせ */

.home_info_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.home_info_wrap:after{
  content: "";
  background: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -205px;
  right: -205px;
  z-index: -1;
}
.home_info_wrap .box1{
  width: 230px;
}
.home_info_wrap .box2{
  width: 685px;
}

.home_info_wrap .home_tt1{
  text-align: left;
  margin-bottom: 50px;
}
.home_info_wrap .home_tt1 span{
  justify-content: flex-start;
}



/* 事務所案内 */
.home_office_wrap{
  display: flex;
  align-items: center;
}
.home_office_wrap .box1{
  width: 45%;
}
.home_office_wrap .box2{
  width: 55%;
}
.home_office_wrap .box1 img{
  width: 100%;
}
.home_office_wrap .box2 .inner{
  background: #FFF;
  padding: 30px 15px 50px;
  text-align: center;
  box-shadow: 0px 9px 21.87px 5.13px rgba(0, 0, 0, 0.16);
}

.home_office_wrap .title1{
  margin-bottom: 25px;
}
.home_office_wrap .title1 em{
  display: inline-block;
}
.home_office_wrap .title1 span{
  display: inline-block;
  margin-left: 15px;
}
.home_office_wrap .title1 span:before,
.home_office_wrap .title1 span:after{
  display: none;
}
.home_office_wrap .title1{
  
}
.home_office_wrap .title2{
  font-size: 24px;
  margin-bottom: 40px;
}
.home_office_wrap .title2 span{
  display: block;
  font-size: 0.666em;
  font-weight: 500;
  line-height: 1;
}

.home_office_wrap .txt1{
  line-height: 1.9375;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.home_office_wrap .txt2{
  line-height: 1.9375;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.home_office_wrap .read_more{
  
}
.home_office_wrap .read_more a{
  margin: 0 auto;
}

/* マップ */
.home_map_wrap{
  
}
.home_map_wrap iframe{
  height: 380px;
}

/* 代表について */
.home_about_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
}
.home_about_wrap .box1{
  width: 50%;
  padding: 45px 80px 45px 70px;
}
.home_about_wrap .box2{
  width: 50%;
  padding: 45px 40px 45px 80px;
  border-left: 1px solid #cfcfcf;
}
.home_about_wrap .title{
  font-size: 28px;
  margin-bottom: 5px;
}
.home_about_wrap .title span{
  font-size: 16px;
  font-weight: 500;
}
.home_about_wrap .txt1{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: 0.12em;
}
.home_about_wrap .txt2{
  font-size: 18px;
}
.home_about_wrap .box1 .read_more{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.home_about_wrap .box2 .read_more{
  margin-top: 40px;
}



/* **********************************
 *  取扱業務
 * ********************************* */
.pg_service{
  
}
.pg_service .section#sec1{
  
}
.pg_service2 .section#sec1{
  padding-top: 40px;
}


.service_msg1{
  font-size: 18px;
  letter-spacing: 0.035em;
  text-align: center;
  margin-bottom: 100px;
}

.service_cat_nav{
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: 110px;
}
.service_cat_nav li{
  width: 33.333%;
  padding: 0 9px;
}
.service_cat_nav li a{
  display: block;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #7f8b73;
  padding: 15px 0;
  position: relative;
}
.service_cat_nav li a:after{
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7f8b73;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.service_posts_wrap{
  
}
.service_posts_wrap + .service_posts_wrap{
  margin-top: 90px;
}

.service_cat_info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
}
.service_cat_info .box1{
  width: 43.96%;
}
.service_cat_info .box2{
  width: 41.44%;
}
.service_cat_info ul{
  
}
.service_cat_info ul li{
  
}
.service_cat_info ul li+li{
  margin-top: 5px;
}
.service_cat_info ul li:before{
  content: "・";
  color: #5d9623;
}

.service_posts_items{
  
}
.service_posts_items .item{
  background: #fcfcfc;
  padding: 15px 20px 40px;
  /*box-shadow: 0 10px 10px 5px #ccc;*/
  box-shadow: 0px 8px 7.44px 0.56px rgba(64, 64, 64, 0.31);
}
.service_posts_items .item + .item{
  margin-top: 50px;
}
.service_posts_items .item .title{
  color: #5d9623;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 3px solid #e1e6dc;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}
.service_posts_items .item .title:after{
  content: "";
  width: 50px;
  height: 3px;
  background: #5d9623;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.service_posts_items .item .txt{
  font-size: 15px;
  line-height: 2;
}
.service_posts_items .item .link{
  margin-top: 20px;
}
.service_posts_items .item .link a{
  display: block;
  width: 220px;
  margin: 0 auto;
  padding: 15px 0;
  background: #99a028;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.service_detail{
  
}
.service_detail .title{
  color: #5d9623;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 3px solid #e1e6dc;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}
.service_detail .title:after{
  content: "";
  width: 50px;
  height: 3px;
  background: #5d9623;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.service_detail .post_content{
  padding: 0 20px;
}

.service_detail_back{
  width: 820px;
  max-width: 100%;
  margin: 85px auto 0;
  padding-top: 85px;
  border-top: 1px solid #000;
}
.service_detail_back a{
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 15px 0;
  background: #99a028;
  font-size: 18px;
}

/* **********************************
 *  
 * ********************************* */
.pg_faq{
  
}
.pg_faq .section#sec1{
  
}

.faq_items{
  
}
.faq_items .item{
  
}
.faq_items .item + .item{
  margin-top: 40px;
}
.faq_items .item dt,
.faq_items .item dd{
  padding-left: 65px;
  position: relative;
}
.faq_items .item dt{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #e7f3da;
  font-size: 16px;
  font-weight: 500;
  min-height: 40px;
  margin-bottom: 45px;
}
.faq_items .item dd{
  padding-top: 6px;
}

.faq_items .item dt:before,
.faq_items .item dd:before{
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  /*height: 40px;*/
  
  color: #FFF;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.faq_items .item dt:before{
  content: "Q";
  background: #5d9623;
  height: 100%;
}
.faq_items .item dd:before{
  content: "A";
  background: #99a028;
  height: 40px;
}

/* **********************************
 *  事務所案内
 * ********************************* */
.pg_office{
  
}
.pg_office .section#sec1{
  
}
.pg_office .section#sec2{
  margin-top: 75px;
}

.office_tt1{
  margin-bottom: 70px;
}
.office_tt1.mb_md{
  margin-bottom: 40px;
}
.office_tt1.mb_sm{
  margin-bottom: 25px;
}

/*  */
.office_msg_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 95px;
}
.office_msg_wrap.txt_top{
  align-items: flex-start;
}
.office_msg_wrap .box1{
  width: 52%;
}
.office_msg_wrap .box2{
  width: 46.84%;
}
.office_msg_wrap .box1 .txt{
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-left: -10px;
}
.office_msg_wrap .box1 .txt span{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #5d9623;
  /*letter-spacing: -6px;*/
}
.office_msg_wrap .box1 .sub{
  font-size: 15px;
  margin-top: 50px;
}

.office_content_wrap{
  
}
.office_content_wrap + .office_content_wrap{
  margin-top: 75px;
}

/* 理念 */
.office_concept_wrap{
  
}
.office_concept_wrap .txt1{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 20px;
}
.office_concept_wrap .txt2{
  font-size: 15px;
  line-height: 2;
  padding: 0 20px;
}

/* 当事務所の強み */
.office_strong_wrap{
  
}
.office_strong_wrap .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
.office_strong_wrap .item + .item{
  margin-top: 50px;
}
.office_strong_wrap .item .box1{
  width: 46.75%;
  padding-top: 20px;
}
.office_strong_wrap .item .box2{
  width: 50%;
  padding: 0 15px;
  text-align: center;
}

.office_strong_wrap .item .title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.office_strong_wrap .item .title:after{
  
}
.office_strong_wrap .item .txt{
  font-size: 15px;
  line-height: 1.866;
}


/* 代表について */
.office_ceo_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.office_ceo_wrap .box1{
  width: 44.44%;
}
.office_ceo_wrap .box2{
  width: 40.74%;
}
.office_ceo_wrap .box3{
  width: 100%;
  margin-top: 35px;
}

.office_ceo_wrap .box2 .title{
  font-size: 28px;
  margin-bottom: 5px;
}
.office_ceo_wrap .box2 .title span{
  font-size: 16px;
  font-weight: 500;
}
.office_ceo_wrap .box2 .txt1{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: 0.12em;
}
.office_ceo_wrap .box2 .txt2{
  font-size: 18px;
  margin-top: 40px;
}
.office_ceo_wrap .box2 .read_more{
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}


.office_ceo_wrap .box3 .txt1{
  font-size: 15px;
  line-height: 1.933;
}
.office_ceo_wrap .box3 .txt2{
  font-size: 15px;
  text-align: right;
  margin-top: 30px;
}
.office_ceo_wrap .box3 .txt2 strong{
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}


/* 代表者略歴 */
.office_ceo_history{
  padding: 0 20px;
  margin-top: 40px;
}
.office_ceo_history .title{
  
}
.office_ceo_history .items{
  
}
.office_ceo_history .items dl{
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 2;
}
.office_ceo_history .items dl+dl{
  
}
.office_ceo_history .items dl dt{
  width: 160px;
  font-size: 18px;
  font-weight: 500;
}
.office_ceo_history .items dl dd{
  width: calc(100% - 160px);
}



/* 事務所概要 */
.office_about_wrap{
  
}
.office_about_wrap .txt1{
  padding: 0 20px;
  font-size: 15px;
  line-height: 2;
}
.office_about_wrap .imgs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.office_about_wrap .imgs .img{
  width: 48.64%;
}
.office_about_wrap .info{
  margin-top: 50px;
}
.office_about_wrap .info th,
.office_about_wrap .info td{
  border: 1px solid #b0afaf;
  padding: 15px 10px;
}
.office_about_wrap .info th{
  background: #ebfbdb;
  width: 250px;
  text-align: center;
}
.office_about_wrap .info td{
  padding-left: 40px;
}

/* **********************************
 *  料金案内
 * ********************************* */
.pg_price{
  
}
.pg_price .section#sec1{
  
}
.pg_price .section#sec2{
  margin-top: 100px;
}


.price_nav_links{
  margin-top: 90px;
  margin-bottom: 90px;
}
.price_nav_links a{
  display: block;
  width: 360px;
  margin: 0 auto;
  padding: 15px 10px;
  border: 1px solid #7f8b73;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  position: relative;
}
.price_nav_links a:after{
  /*content: "\f054";*/
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #7f8b73;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.price_content_wrap{
  
}
.price_content_wrap + .price_content_wrap{
  margin-top: 110px;
}

.price_tt1{
  margin-bottom: 60px;
}

.price_tt2{
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* 料金テーブル */
.price_tbl{
  
}
.price_tbl tr{
  
}
.price_tbl tr:nth-child(odd){
  /**/
}
.price_tbl .bg{
  background: #f6f6f6;
}

.price_tbl th,
.price_tbl td{
  border: 1px solid #787878;
  text-align: center;
  padding: 20px 10px;
}
.price_tbl th{
  background: #ebfbdc;
  font-size: 16px;
  font-weight: 700;
}
.price_tbl td{
  font-size: 15px;
  font-weight: 500;
}

.price_tbl .none{
  display: inline-block;
  width: 45px;
  max-width: 100%;
  height: 1px;
  background: #7d7d7d;
  vertical-align: middle;
}

.price_tbl.tbl1 tr:nth-child(odd){
  background: #f6f6f6;
}

.price_tbl.tbl3 th,
.price_tbl.tbl3 td{
  text-align: left;
  
}
.price_tbl.tbl3 .col1{
  padding-left: 55px;
}
.price_tbl.tbl3 .col2{
  
  padding-left: 75px;
}
.price_tbl.tbl3 th.col2{
  width: 400px;
  background: #f6f6f6;
}



/**/
.price_desc_wrap{
  margin-top: 30px;
}
.price_desc_wrap + .price_desc_wrap{
  margin-top: 35px;
}

.price_desc_wrap .txt{
  margin-bottom: 20px;
  padding-left: 10px;
}
.price_desc_wrap .sm{
  font-size: 15px;
}
.price_desc_wrap .txt p{
  
}
.price_desc_wrap .txt p + p{
  margin-top: 5px;
}
.price_desc_wrap .txt span{
  color: red;
}

.price_desc_wrap .list1{
  counter-reset: number 0;
  list-style: none;
  font-size: 15px;
  padding-left: 10px;
}

.price_desc_wrap .list1 li{
  padding-left: 1em;
  position: relative;
}
.price_desc_wrap .list1 li+li{
  margin-top: 9px;
}
.price_desc_wrap ol.list1 li:before{
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  color: #5d9623;
  font-weight: 500;
}
.price_desc_wrap ul.list1 li:before{
  content: "・";
  position: absolute;
  left: 0;
  color: #5d9623;
  font-weight: 500;
}

.price_flow_wrap{
  
}
.price_flow_wrap .item{
  
}
.price_flow_wrap .item dt{
  background: #d4e6c2;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 21px 20px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.price_flow_wrap .item dt span{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 80px;
  background: #d5df81;
  color: #FFF;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.price_flow_wrap .item dt span em{
  width: 100%;
  font-size: 1.875em;
}
.price_flow_wrap .item dd{
  letter-spacing: 0.05em;
  text-align: center;
}
.price_flow_wrap .arrow{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
}

/* **********************************
 *  採用情報
 * ********************************* */
.pg_recruit{
  
}
.pg_recruit .section#sec1{
  padding-top: 45px;
}
.pg_recruit .section#sec2{
  margin-top: 80px;
}
.pg_recruit .section#sec3{
  margin-top: 70px;
}
.pg_recruit .section#sec4{
  margin-top: 100px;
}


.recruit_tt1{
  margin-bottom: 55px;
}
.recruit_tt2{
  margin-bottom: 100px;
}
.recruit_tt3{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 40px;
}

/* インタビュー */
.recruit_interview_items{
  
}
.recruit_interview_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.recruit_interview_items .item{
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.recruit_interview_items .item:nth-child(n+3){
  margin-top: 20px;
}
.recruit_interview_items .item .inner{
  height: 100%;
  position: relative;
}
.recruit_interview_items .item .box{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
  text-align: center;
  z-index: 3;
}
.recruit_interview_items .item .frame{
  border: 1px solid #FFF;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}
.recruit_interview_items .item .frame:before{
  content: "";
  width: 56px;
  height: 56px;
  background-image: url('/img/recruit/btn.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 14px;
  right: 28px;
}

.recruit_interview_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.recruit_interview_items .item .img:before{
  content: "";
  display: block;
  padding-top: 72.72%;
}
.recruit_interview_items .item .img:after{
  content: "";
  display: block;
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  
}
.recruit_interview_items .item .catchcopy{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.888;
}
.recruit_interview_items .item .year{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
}
.recruit_interview_items .item .title{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
}


/* 職種 */
.recruit_job_nav{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.recruit_job_nav li{
  width: 50%;
  padding: 0 15px 35px;
}
.recruit_job_nav li a{
  display: block;
  padding: 21px 10px;
  border: 1px solid #767676;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.recruit_job_nav li a.on{
  background: #93b677;
  color: #FFF;
  border: 1px solid #93b677;
}

.recruit_tbl{
  
}
.recruit_tbl th,
.recruit_tbl td{
  border: 1px solid #b2b2b2;
  text-align: left;
  padding: 16px 10px;
}
.recruit_tbl th{
  width: 250px;
  background: #f6f6f6;
  border-right: 0;
  padding-left: 20px;
  font-weight: 500;
}
.recruit_tbl td{
  border-left: 0;
  padding-left: 30px;
  font-size: 15px;
}

.recruit_entry_msg{
  margin-top: 45px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.recruit_entry_btn{
  margin-top: 50px;
}
.recruit_entry_btn a{
  display: block;
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 10px;
  border-radius: 3px;
  background: #7f9844;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 25px;
}

/* **********************************
 *  インタビュー
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

.interview_wrap{
  
}
.interview_wrap .title{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 23px;
  text-align: center;
}
.interview_wrap .catchcopy{
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-top: 45px;
}
.interview_wrap .main_img{
  text-align: center;
  margin-top: 30px;
}

/* 略歴 */
.interview_history_wrap{
  margin-top: 120px;
  padding: 20px;
  background: #f6f6f6;
}
.interview_history_wrap{
  
}
.interview_history_wrap .tt3{
  margin-bottom: 30px;
}
.interview_history_items{
  
}
.interview_history_items .item{
  display: flex;
  font-size: 15px;
}
.interview_history_items .item + .item{
  margin-top: 10px;
}
.interview_history_items .item dt{
  width: 160px;
  font-weight: 700;
}
.interview_history_items .item dd{
  width: calc(100% - 160px);
}

/* Q&A */
.interview_qa_wrap{
  margin-top: 90px;
}
.interview_qa_items{
  
}
.interview_qa_items .item{
  
}
.interview_qa_items .item + .item{
  margin-top: 40px;
}
.interview_qa_items .item dt,
.interview_qa_items .item dd{
  padding-left: 65px;
  position: relative;
}
.interview_qa_items .item dt{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  min-height: 40px;
  margin-bottom: 40px;
  
}
.interview_qa_items .item dd{
  line-height: 2.1875;
  min-height: 40px;
}

.interview_qa_items .item dt:before,
.interview_qa_items .item dd:before{
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.interview_qa_items .item dt:before{
  content: "Q";
  background: #5d9623;
}
.interview_qa_items .item dd:before{
  content: "A";
  background: #99a028;
}

/* 一日のスケジュール */
.interview_sche_wrap{
  margin-top: 80px;
}
.interview_sche_wrap .tt4{
  margin-bottom: 50px;
}
.interview_sche{
  margin: 0 20px;
  overflow: hidden;
}
.interview_sche .item{
  display: flex;
  padding-top: 10px;
  padding-left: 70px;
  position: relative;
}
.interview_sche .item + .item{
  margin-top: 75px;
}

.interview_sche .item:before{
  content: "";
  width: 45px;
  height: 45px;
  border-top: 8px solid #FFF;
  border-bottom: 8px solid #FFF;
  background-color: #FFF;
  background-image: url('/img/recruit/sche_icon.png');
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.interview_sche .item:last-child:after{
  content: "";
  width: 3px;
  height: 10000px;
  background: #d9d6d6;
  position: absolute;
  bottom: 100%;
  left: calc(45px / 2);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}

.interview_sche .item dt{
  width: 95px;
  font-size: 23px;
  font-weight: 700;
}
.interview_sche .item dd{
  width: calc(100% - 95px);
  line-height: 2.125;
}

/* **********************************
 *  お知らせ
 * ********************************* */
.pg_information{
  
}
.pg_information .section#sec1{
  padding-top: 40px;
}

.information_items{
  
}
.information_items .item{
  display: flex;
  align-content: center;
  font-weight: 400;
}
.information_items .item+.item{
  margin-top: 16px;
  padding-top: 16px;
}
.information_items .item .date{
  width: 120px;
  font-size: 18px;
}
.information_items .item .category{
  width: 80px;
  margin-right: 30px;
}
.information_items .item .category span{
  display: block;
  background: #7f8b73;
  color: #FFF;
  padding: 2px;
  text-align: center;
}
.information_items .item .title{
  width: calc(100% - 230px);
}
.information_items .item .title a{
  display: block;
  position: relative;
}

.information_items.bordered{
  
}
.information_items.bordered .item{
  padding-left: 20px;
}
.information_items.bordered .item + .item{
  border-top: 1px solid #d3d3d3;
}
.information_items.bordered .item .title a{
  padding-right: 40px;
}
.information_items.bordered .item .title a:after{
  /*content: "\f054";*/
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #7f8b73;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  
}
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  
}
.pg_company .section#sec3{
  
}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  
}
.pg_contact .section#sec1{
  
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_tt{
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

.pg_contact .privacy{
  margin-top: 80px;
}
