@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 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{
  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: 510px;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{
  
}
.listbox .item .date{
  
}
.listbox .item .txt{
  
}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 135px;
  padding: 0 220px 0 50px;
}
header .hdr1 .box1{
  padding-top: 25px;
}
header .hdr1 .box2{
  padding-top: 10px;
}

header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}
header .hdr1 .hdr_contact{
  position: absolute;
  top: 0;
  right: 0;
  width: 165px;
  height: 100%;
}
header .hdr1 .hdr_contact a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #24923a;
  border-radius: 5px;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
header .hdr1 .hdr_contact a:hover{
  color: #DDD;
}

header .hdr1 .contact_txt{
  font-weight: 500;
  text-align: right;
  margin-bottom: 15px;
}
header .hdr1 .contact_txt a{
  font-size: 24px;
  font-weight: 700;
}
header .hdr1 .contact_txt a i{
  font-size: 17px;
  transform: rotate(32deg);
  position: relative;
  top: -2px;
}



/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #EEE;*/
  /*padding: 0 5px;*/
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
  font-weight: 500;
}
.gnav > ul > li{
  position: relative;
}
.gnav > ul > li+li{
  margin-left: 45px;
}
.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: 5px 0;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
  opacity: 0.8;
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}


.mv{
  position: relative;
  height: 500px;
  
  background: #CCC;
  /*background-image: url('/img/mv.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_box{
  
}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}

.mv_slider_wrap{
  position: relative;
}
.mv_slider_wrap .mv_img{
  position: absolute;
  top: 60%;
  right: 50px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
}
.mv_slider_wrap .mv_txt{
  position: absolute;
  bottom: 18%;
  left: 50px;
  z-index: 10;
}

.mv_slider{
  width: 100%;
  position: relative;
}

@media (min-width:1120px){
  .mv_slider{
    padding-right: calc(100% - 50% - 560px);
    /*width: calc(100% - calc(100% - 1120px) / 2);*/
  }
  
}


@media only screen and (max-width:1439px){
  
  header .hdr1{
    padding-left: 15px;
    padding-right: 175px;
  }
  
  header .hdr1 .contact_txt a{
    display: block;
  }
  .gnav > ul > li+li{
    margin-left: 15px;
  }
  
}
@media only screen and (max-width:1335px){
  
  header .hdr1 .box1{
    width: 40%;
  }
  header .hdr1 .box2{
    width: 55%;
  }
  
  header .hdr1 .hdr_txt{
    font-size: 14px;
    line-height: 1.4;
  }
  header .hdr1 .contact_txt{
    font-size: 14px;
  }
  header .hdr1 .contact_txt a{
    font-size: 20px;
  }
  header .hdr1 .hdr_contact a{
    font-size: 16px;
  }
  
}
@media only screen and (max-width:1023px){
  
  header .hdr1{
    padding-right: 130px;
  }
  header .hdr1 .box1{
    width: 42%;
    padding-top: 10px;
  }
  header .hdr1 .box2{
    width: 58%;
  }
  header .hdr1 .hdr_txt{
    margin-bottom: 10px;
  }
  header .hdr1 .hdr_contact{
    width: 115px;
  }
  header .hdr1 .contact_txt a{
    font-size: 18px;
  }
  
  .gnav > ul{
    font-size: 14px;
  }
  .gnav > ul > li+li{
    margin-left: 10px;
  }
}



/* **********************************
 *  フッター
 * ********************************* */
footer{
  background: #fffbef;
  padding: 60px 0 10px;
  margin-top: 200px;
}

.ftr_contact_wrap{
  background: #FFF;
  border: 1px solid #e6e6e6;
  padding: 35px 20px 60px;
}
.ftr_contact_wrap .title{
  text-align: center;
  margin-bottom: 40px;
}
.ftr_contact_wrap .title h3{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #24923a;
}
.ftr_contact_wrap .title p{
  font-weight: 500;
}
.ftr_contact_wrap .contacts{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ftr_contact_wrap .contacts .box1{
  width: 50%;
  padding: 10px 60px 10px 0; 
  text-align: right;
}
.ftr_contact_wrap .contacts .box2{
  width: 50%;
  border-left: 1px solid #8e8e8e;
  padding: 10px 0 10px 60px;
}

.ftr_contact_wrap .contacts .tel{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.ftr_contact_wrap .contacts .tel strong{
  font-size: 25px;
  font-weight: 700;
}
.ftr_contact_wrap .contacts .tel span{
  
}

.ftr_contact_wrap .contacts .btns{
  
}
.ftr_contact_wrap .contacts .btns li{
  
}
.ftr_contact_wrap .contacts .btns li+li{
  margin-top: 30px;
}
.ftr_contact_wrap .contacts .btns li a{
  display: block;
  width: 270px;
  max-width: 100%;
  background: #24923a;
  border-radius: 5px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
}
.ftr_contact_wrap .contacts .btns li a:hover{
  color: #DDD;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
footer .box1{
  width: 350px;
}
footer .box2{
  width: calc(100% - 380px);
}

footer .ftr_logo{
  margin-bottom: 25px;
}
footer .ftr_addr{
  font-weight: 500;
  line-height: 1.4;
}


footer .ftr_links{
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
}
footer .ftr_links li{
  line-height: 1.1;
}
footer .ftr_links li+li{
  margin-left: 20px;
}
footer .ftr_links li a{
  text-decoration: none;
}
footer .ftr_links li a:hover{
  opacity: 0.8;
}

footer .copy{
  /*background: #FFF;*/
  color: #111;
  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: #bdebca;
  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: #24923a;
  color: #FFF;
  text-decoration: none;
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404 .read_more{
  margin-top: 40px;
}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{
  
}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;
  
}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-size: 16px;
  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 #24923a;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 35px;
}
.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 .meta .date{
  color: #808080;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-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: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
  text-decoration: none;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #24923a;
  color: #ffffff;
  padding: 10px 100px;
  text-decoration: none;
}

.pagination .nav-posts .page-next a:hover,
.pagination .nav-posts .page-prev a:hover{
  opacity: 0.8;
}
.pagination .nav-posts .page-archive a:hover{
  color: #DDD;
}

/* 検索 */
.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: #24923a;
  color: #FFF;
  padding: 30px;
  margin-bottom: 100px;
}
.contact_info_tt{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFF;
  margin-bottom: 15px;
}
.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: center;
}
.contact_info_tel + .contact_info_tel{
  margin-left: 60px;
}
.contact_info_tel_icon{
  background: #24923a;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_tel_link img{
  display: block;
}
.contact_info_tel_txt{
  font-size: 20px;
  font-weight: 500;
}
.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 th{
  background: #def2e2;
  width: 310px;
}
.contact_form th.vtop{
  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 .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 td textarea{
  width: 100%;
  height: 280px;
}


.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: #24923a;
  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 h2{
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{
  
}
.privacy_items .item{
  line-height: 1.6;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h3{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4375;
}
.privacy_items .item .txt{
  line-height: 2.4375;
}
.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: 20px;
  margin-bottom: 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: 0 0 50px;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFF;
  text-shadow: 0 0 4px #aaa;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{
  
}
.tt2 span{
  
}
.tt3{
  
}
.tt3 span{
  
}
.tt4{
  
}
.tt4 span{
  
}
.tt5{
  
}
.tt5 span{
  
}

/* 詳しく見る サンプル */
.read_more{
  
}
.read_more a{
  display: block;
  width: 270px;
  max-width: 100%;
  margin: 0 auto;
  padding: 13px 0;
  border-radius: 5px;
  background: #24923a;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
/*.read_more a:after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
*/
.read_more a:hover{
  /*opacity: 0.9;*/
  color: #DDD;
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  margin-top: 80px;
}
.pg_home .section#sec1{
  
}
.pg_home .section#sec2{
  margin-top: 100px;
}
.pg_home .section#sec3{
  margin-top: 80px;
}
.pg_home .section#sec4{
  margin-top: 90px;
}
.pg_home .section#sec5{
  margin-top: 60px;
}

.home_tt1{
  font-size: 28px;
  font-weight: 500;
  color: #24923a;
  text-align: center;
  margin-bottom: 40px;
}


.news_items{
  
}
.news_items .item{
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  border-top: 1px solid #cecece;
  padding: 16px 0 16px 10px;
}
.news_items .item:last-child{
  border-bottom: 1px solid #cecece;
}
.news_items .item .date{
  width: 120px;
}
.news_items .item .title{
  font-size: 16px;
  width: calc(100% - 120px);
  font-weight: 400;
}
.news_items .item .title a{
  display: block;
  padding-right: 50px;
  position: relative;
}
.news_items .item .title a:after{
  /*content: "\f054";*/
  content: "\f138";
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #24923a;
}

.news_items + .read_more{
  margin-top: 30px;
}

/**/
.home_about_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.home_about_wrap .box1{
  width: 38.73%;
}
.home_about_wrap .box2{
  width: 57.20%;
}
.home_about_wrap .box1 img{
  border-radius: 5px;
}
.home_about_wrap .title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
}
.home_about_wrap .txt{
  font-weight: 500;
  line-height: 1.75;
}

/*  */
.home_service_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.home_service_items .item{
  width: 25%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.home_service_items .item:nth-child(n+5){
  margin-top: 30px;
}
.home_service_items .item .inner{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  border: 1px solid #0cba3b;
  border-radius: 10px;
  padding: 25px 10px 20px;
  text-align: center;
}
.home_service_items .item .inner .box1{
  width: 100%;
}
.home_service_items .item .inner .box2{
  width: 100%;
}
.home_service_items .item .icon{
  text-align: center;
}
.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 .title{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
}
.home_service_items .item .txt{
  letter-spacing: 0.025em;
  line-height: 1.875;
}
.home_service_items .item .link{
  margin-top: 30px;
}
.home_service_items .item .link a{
  display: block;
  width: 128px;
  margin: 0 auto;
  padding: 4px 0;
  border: 1px solid #0cba3b;
  border-radius: 3px;
  /*padding: 25px 10px 20px;*/
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #0cba3b;
}
.home_service_items .item .link a:hover{
  background: #0cba3b;
  color: #FFF;
}

.home_service_items + .read_more{
  margin-top: 45px;
}

/**/
.home_office_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_office_wrap .box1{
  width: 48%;
}
.home_office_wrap .box2{
  width: 50%;
}
.home_office_wrap .title1{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #24923a;
  margin-bottom: 30px;
}
.home_office_wrap .title2{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.home_office_wrap .addr{
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
.home_office_wrap .tel{
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.home_office_wrap .tel span{
  font-size: 18px;
  font-weight: 500;
}
.home_office_wrap .read_more {
  margin-top: 40px;
}
.home_office_wrap .read_more a{
  margin-left: 0;
}
.home_office_wrap .img img{
  border-radius: 10px;
}

.home_map{
  margin-top: 60px;
}
.home_map iframe{
  width: 100%;
  height: 400px;
}

/* **********************************
 *  業務案内
 * ********************************* */
.pg_service{
  padding-top: 100px;
}
.pg_service .section#sec1{
  
}
.pg_service .section#sec2{
  
}
.pg_service .section#sec3{
  
}

/*  */
.service_tt1{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 500;
  color: #24923a;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  min-height: 42px;
}
.service_tt1:before{
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  /*position: absolute;*/
  /*right: calc(100% + 30px);*/
  margin-right: 20px;
}
.service_tt1.icon1:before{
  background-image: url('/img/home/service_icon1.png');
}
.service_tt1.icon2:before{
  background-image: url('/img/home/service_icon2.png');
}
.service_tt1.icon3:before{
  background-image: url('/img/home/service_icon3.png');
}
.service_tt1.icon4:before{
  background-image: url('/img/home/service_icon4.png');
}

/*  */
.service_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.service_items .item{
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.service_items .item:nth-child(n+3){
  margin-top: 50px;
}
.service_items .item .inner{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  border: 1px solid #0cba3b;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0 40px;
  text-align: center;
}
.service_items .item .inner .box1{
  width: 100%;
}
.service_items .item .inner .box2{
  width: 100%;
}
.service_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  margin-bottom: 20px;
}
/*.service_items .item .img:before{
  content: "";
  display: block;
  padding-top: 75%;
}*/
.service_items .item .img img{
  
}

.service_items .item .title_box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: -30px;
}
.service_items .item .icon{
  margin-right: 25px;
}
.service_items .item .icon img{
  height: 48px;
}
.service_items .item .title{
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.025em;
  
}
.service_items .item .txt{
  font-size: 18px;
  letter-spacing: 0.025em;
}
.service_items .item .link{
  margin-top: 30px;
}
.service_items .item .link a{
  display: block;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  background: #0cba3b;
  border: 1px solid #0cba3b;
  border-radius: 3px;
  padding: 6px 5px;
  /*padding: 25px 10px 20px;*/
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
}
.service_items .item .link a:hover{
  color: #DDD;
}


.service_content_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 0;
  position: relative;
  
}

.service_content_wrap + .service_content_wrap{
  margin-top: 35px;
}

.service_content_wrap .box1{
  width: 43.24%;
  padding-top: 25px;
}
.service_content_wrap .box1.w{
  width: 49%;
  padding-top: 25px;
}
.service_content_wrap .box2{
  width: 46.84%;
}
.service_content_wrap .img img{
  border-radius: 10px;
}
.service_content_wrap .sub{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 0.025em;
  margin-bottom: 5px;
}
.service_content_wrap .sub:after{
  content: "";
  width: 50px;
  height: 1px;
  background: #3d3d3d;
  margin-left: 30px;
}
.service_content_wrap .title{
  font-size: 28px;
  font-weight: 500;
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin-bottom: 45px;
}
.service_content_wrap .title span{
  display: inline;
  background: linear-gradient(transparent 90%, #e5cf8d 0%);
}
.service_content_wrap .title strong{
  color: #24923a;
}

.service_content_wrap .txt{
  line-height: 1.875;
}
.service_content_wrap .txt strong{
  font-weight: 500;
  font-family: 'M PLUS 1p', sans-serif;
}
.service_content_wrap ol{
  margin-left: 1.5em;
}
.service_content_wrap ol li+li{
  margin-top: 3px;
}

.service_content_wrap ul{
  margin-left: 25px;
}
.service_content_wrap ul li{
  position: relative;
  padding-left: 1em;
}
.service_content_wrap ul li:before{
  content: "・";
  color: #24923a;
  position: absolute;
  left: 0;
}
.service_content_wrap ul li+li{
  margin-top: 12px;
}

.service_content_wrap.rvs .box1{
  order: 2;
}
.service_content_wrap.rvs .box2{
  order: 1;
}

.service_content_wrap.bg:before{
  content: "";
  display: block;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}
.service_content_wrap.bg.arrow{
  margin-bottom: 150px;
}
.service_content_wrap.bg.arrow:before{
  border-bottom: 2px solid #23c04e;
}
.service_content_wrap.bg.arrow:after{
  content: "";
  width: 100%;
  height: 83px;
  background-image: url('/img/service/bg_icon1.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/**/
.service_msg_wrap1{
  border: 1px solid #24923a;
  border-radius: 10px;
  padding: 30px 20px;
  margin-top: 30px;
  font-weight: 500;
}
.service_msg_wrap1 .txt1{
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.875;
}
.service_msg_wrap1 .txt2{
  /*width: 860px;*/
  /*max-width: 100%;*/
  /*margin: 0 auto;*/
  font-size: 15px;
  line-height: 1.875;
  letter-spacing: 0.025em;
  text-align: center;
}
.service_msg_wrap1 .txt2 strong{
  font-size: 16px;
}

.service_msg_wrap1 .title1{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
.service_msg_wrap1 .title1:before,
.service_msg_wrap1 .title1:after{
  content: "";
  width: 25px;
  height: 3px;
  background: #219421;
  margin: 0 25px;
}

.service_msg_wrap2{
  border: 2px solid #24923a;
  padding: 45px 60px 55px;
  margin-top: 50px;
  margin-bottom: 75px;
  font-weight: 500;
  font-family: 'M PLUS 1p', sans-serif;
  /*letter-spacing: 0.025em;*/
}
.service_msg_wrap2 .title1{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}
.service_msg_wrap2 .title1 strong{
  color: #24923a;
  font-weight: 500;
}
.service_msg_wrap2 .title1 span{
  background: linear-gradient(transparent 90%, #e5cf8d 0%);
}

.service_msg_wrap2 .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_msg_wrap2 .list li{
  width: 47.93%;
  padding: 22px 20px;
  background: #faf0d1;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  
}
.service_msg_wrap2 .list li:nth-child(n+3){
  margin-top: 20px;
}

/* **********************************
 *  
 * ********************************* */
.pg_office{
  
}
.pg_office .section#sec1{
  
}
.pg_office .section#sec2{
  margin-top: 90px;
  padding: 40px 0;
  background: #f5f5f5;
}
.pg_office .section#sec3{
  margin-top: 130px;
}
.pg_office .section#sec4{
  margin-top: 110px;
}

.office_tt1{
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.office_tt1 span{
  display: inline-block;
  background: #FFF;
  padding: 0 65px;
  position: relative;
  z-index: 1;
}
.office_tt1:before{
  content: "";
  display: block;
  background: #219421;
  width: 100%;
  height: 1px;
  
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.office_tt2{
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #219421;
}

.office_tt3{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 45px;
}

.office_greeting_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.office_greeting_wrap .box1{
  width: 49.54%;
}
.office_greeting_wrap .box2{
  width: 47.74%;
}

.office_greeting_wrap .title{
  font-size: 20px;
  font-family: "Noto Serif JP";
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 30px;
  
}
.office_greeting_wrap .txt{
  line-height: 1.875;
}
.office_greeting_wrap .img img{
  border-radius: 10px;
}
.office_greeting_wrap .name{
  font-size: 20px;
  margin-top: 15px;
}
.office_greeting_wrap .name strong{
  font-size: 22px;
  font-weight: 500;
  color: #219421;
}
.office_greeting_wrap .name span{
  font-size: 16px;
}

/**/
.office_history_items{
  
}
.office_history_items dl{
  display: flex;
  padding: 15px 0;
  background-image: url('/img/office/border.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  
}
.office_history_items dl dt{
  width: 265px;
}
.office_history_items dl dd{
  width: calc(100% - 265px);
}

.office_history_msg{
  margin-top: 50px;
  line-height: 1.875;
}

/**/
.office_about_wrap{
  
}

.office_about_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 0;
  position: relative;
  
}

.office_about_wrap + .office_about_wrap{
  margin-top: 35px;
}

.office_about_wrap .box1{
  width: 49.54%;
}
.office_about_wrap .box2{
  width: 40.54%;
}
.office_about_wrap .img img{
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}
.office_about_wrap .sub{
  font-size: 18px;
  font-weight: 500;
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 0.025em;
}
.office_about_wrap .title{
  font-size: 28px;
  font-weight: 500;
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin-bottom: 45px;
  display: inline;
  background: linear-gradient(transparent 90%, #e5cf8d 0%);
}
.office_about_wrap .title span{
  color: #24923a;
}

.office_about_wrap .txt{
  line-height: 1.875;
  letter-spacing: 0.025em;
}
.office_about_wrap .list{
  letter-spacing: 0.025em;
}
.office_about_wrap .list li{
  font-weight: 500;
}
.office_about_wrap .list li+li{
  margin-top: 3px;
}
.office_about_wrap .list li:before{
  content: "「";
  color: #219421;
}
.office_about_wrap .list li:after{
  content: "」";
  color: #219421;
}

.office_about_wrap .box1 > * + *{
  margin-top: 30px;
}

/**/
.office_tbl1{
  font-size: 15px;
}
.office_tbl1 tr{
}
.office_tbl1 th,
.office_tbl1 td{
  padding: 17px 10px;
  border: 1px solid #c4c4c4;
}
.office_tbl1 th{
  width: 200px;
  background: #def2e2;
  font-weight: 500;
  text-align: center;
}
.office_tbl1 td{
  padding-left: 75px;
}
.office_tbl1 em{
  color: red;
}

.office_map{
  margin-top: 50px;
}
.office_map iframe{
  width: 100%;
  height: 500px;
}

/* **********************************
 *  
 * ********************************* */
.pg_faq{
  padding-top: 50px;
}
.pg_faq .section#sec1{
  
}
.pg_faq .section#sec2{
  
}
.pg_faq .section#sec3{
  
}

.faq_tt1{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.025em;
  background: #219421;
  color: #FFF;
  border-radius: 10px;
  padding: 18px 10px;
  margin-bottom: 70px;
}

.faq_items{
  
}
.faq_items .item{
  
}
.faq_items .item + .item{
  margin-top: 60px;
}
.faq_items .item dt,
.faq_items .item dd{
  padding-left: 65px;
  position: relative;
}

.faq_items .item dt{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #a9a2a2;
  padding-bottom: 20px;
  margin-bottom: 35px;
  min-height: 65px;
}
.faq_items .item dd{
  display: flex;
  align-items: center;
  line-height: 1.5;
  min-height: 40px;
}

.faq_items .item dt:before,
.faq_items .item dd:before{
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.faq_items .item dt:before{
  background-image: url('/img/faq/icon_q.png');
}
.faq_items .item dd:before{
  background-image: url('/img/faq/icon_a.png');
}


/* **********************************
 *  
 * ********************************* */
.pg_news{
  padding-top: 50px;
}
.pg_news .section#sec1{
  
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}



/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  
}
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  
}
.pg_company .section#sec3{
  
}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  padding-top: 50px;
}
.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: 50px;
}

.pg_contact .privacy{
  margin-top: 80px;
}
