@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

:root{
  --color-gr: #35a773;
  --color-pu: #828ec1;
  --color-bl: #72a2e3;
  --color-pl: #dd65d9;
  --color-or: #ebaa70;
  --color-pi: #f38fa7;
  --color-re: #df4977;
}

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
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;
}
.eb{
  font-family: "EB Garamond", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}


.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}
a .img.img_fit img{
  transition: 0.2s all;
}
a:hover .img.img_fit img{
  transform: scale(1.05);
}


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:1200px){
  .md:not(.pc){
    display: none!important;
  }
  .tb:not(.pc){
    display: none!important;
  }
  .sp:not(.pc){
    display: none!important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .pc:not(.md){
    display: none!important;
  }
  .tb:not(.md){
    display: none!important;
  }
  .sp:not(.md){
    display: none!important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none!important;
  }
  .md:not(.tb){
    display: none!important;
  }
  .sp:not(.tb){
    display: none!important;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none!important;
  }
  .md:not(.sp){
    display: none!important;
  }
  .tb:not(.sp){
    display: none!important;
  }
}

/* 指定デバイスで改行を消す */
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .md_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}


.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: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.anchor{
  position: relative;
  top: -30px;
}
@media (min-width: 576px){
  .container {
    width: 540px;
  }
}
@media (min-width: 768px){
  .container {
    width: 720px;
  }
  .anchor{
    top: -150px;
  }
}

@media (min-width: 992px){
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px){
  .container {
    width: 1140px;
  }
}



.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  position: relative;
  margin-bottom: 100px;
}
.pg_header_img{
  height: 180px;
  /*padding: 15px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header_img:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:rgba(210,210,210,0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pg_header:after{
  content: "";
  display: block;
  width: 100%;
  height: 86.53%;
  background-image: url(/img/greeting/pg_header_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -19.23%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 330px;
}

@media (max-width:767px){

}
@media (min-width:768px){
  .pg_header{
    margin-bottom: 150px;
    margin-top: 100px;
  }
  .pg_header_img{
    height: 300px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 240px;
  }
  .pg_header_img{
    height: 520px;
  }
}
@media (min-width:1200px){

}

/* 共通の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{
  padding: 0;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
header .hdr1 .hdr_logo{
  line-height: 1;

}
header .hdr1 .hdr_logo img{
  display: block;
}
header .hdr1 .hdr_contact{

}

/*メインビジュアル(シャボン玉)*/
.bg_circle_wrap{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}
.bg_circle_wrap .moving-circles{
  width: 100% !important;
  height: 100% !important;
}
.circle{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent!important;
}
.circle:nth-child(1){
  background-image: url('/img/home/bubbles_s.png');
}
.circle:nth-child(2){
  background-image: url('/img/home/bubbles-m.png');
}
.circle:nth-child(3){
  background-image: url('/img/home/bubbles-m.png');
}
.circle:nth-child(4){
  background-image: url('/img/home/bubbles_s.png');
}
.circle:nth-child(5){
  background-image: url('/img/home/bubbles-m.png');
}/*
.circle:nth-child(6){
  background-image: url('/img/home/bubbles_s.png');
}
.circle:nth-child(7){
  background-image: url('/img/home/bubbles-m.png');
}
.circle:nth-child(8){
  background-image: url('/img/home/bubbles_s.png');
}
.circle:nth-child(9){
  background-image: url('/img/home/bubbles-m.png');
}
.circle:nth-child(10){
  background-image: url('/img/home/bubbles-m.png');
}*/


@media (max-width:767px){
  .gnav_contact,
  .hdr_contact,
  .hdr_menubtn{
    display: none;
  }
  .hdr_logo{
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width:768px){
  header{
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
  }
  header .hdr1 .hdr_logo{
    width: 180px;
    ;
    padding-top: 0;
  }
  .hdr1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    padding-left: 20px;
  }
  .hdr_outer{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .gnav_contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .gnav_contact_item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.075em;
  }
  .gnav_contact_item{
    margin-left: 48px;
  }
  .gnav_contact_item .txt{

  }

  .gnav{
    margin-top: 18px;
  }
  .hdr_outer{
    width:75%;
    ;
  }
  .gnav_outer{
    width: 56%;
    padding-bottom: 5px;
  }
  .gnav_contact_item{
    width: 100%;
    margin-left: 0;
  }
  .gnav .gnav_item:last-child{
    padding-right: 0;
    border-right: 0;
  }

  .hdr_contact{
    margin-left: 20px;
  }
  .hdr_contact a{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .2s;
    background: #1e7e52;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid transparent;
  }
  .hdr_contact a:hover{
    background: #fff;
    color: #1e7e52;
    border: 1px solid #1e7e52;
  }
  .hdr_contact a:hover:before{
    background-image: url(/img/home/mail_gr.svg);
  }
  .hdr_contact a:before{
    content: "";
    display: block;
    width: 24px;
    height: 21px;
    background-image: url(/img/home/mail_wh.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s;
    margin-bottom: 8px;
  }

  .gnav.active .inner:hover,
  .gjs-dashed .gnav .inner{
    background: none;
  }
}
@media (min-width:1024px){
  header .hdr1{
    align-items: center;
  }
  header .hdr1 .hdr_logo{
    width: 170px;
    ;
    padding-top: 0;
  }
  .hdr_contact a{
    width: 120px;
  }

  .gnav_contact_item{
    margin-left: 16px;
  }
  .hdr_contact{
    margin-left: 20px;
  }

  .hdr_outer{
    width: auto;
  }
  .gnav_outer{
    width: auto;
  }
  .gnav_contact_item{
    width: auto;
  }
}
@media (min-width:1200px){
  .header .hdr1{
    align-items: flex-start;
  }
  header .hdr1 .hdr_logo{
    width: auto;
    padding-top: 15px;
  }


  .gnav_contact_item{
    margin-left: 20px;
  }
  .hdr_contact{
    margin-left: 47px;
  }
}
@media (min-width:1300px){
  .gnav_contact_item{
    margin-left: 48px;
  }
}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #EEE;*/
  /*padding: 0 5px;*/
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  width: 100%;
  position: relative;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  color: #333;
  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;
}

@media (max-width:767px){

  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
}

.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

.mv{
  position: relative;

}
.mv .mv_box{

  position: relative;
}
.mv .mv_box .txt{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  position: absolute;
  bottom: 13%;
  left: 6.04%;
  z-index: 3;
}
.mv .mv_box .img{

}
.mv .mv_box .img:before{
  padding-top: 50vh;
}
.mv .mv_box .img img{

}

.mv .swiper-pagination-bullet-active{
  background: #1e7e52;
}
@media (max-width:767px){
  .hdr1{
    padding: 10px 0
  }
}
@media (min-width:768px){
  .mv{
    display: flex;
    margin-top: 100px;
  }
  .pg_header{
    margin-top: 100px;
  }
  .mv .mv_box,
  .pg_header_img{
    width: 94.79%;
    margin-left: auto;
    order: 2;
  }
  .mv .mv_box .txt{
    font-size: 36px;
  }

  .mv .mv_box .img:before{
    padding-top: 600px;
    ;
  }

  .side_schroll{
    width: 5.2%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    order: 1;
  }
  .side_schroll .txt{
    display: flex;
    align-items: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height:1;
    font-family: "EB Garamond", serif;
  }
  .side_schroll .txt:after{
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background: #181818;
    margin-top: 13px;
  }
}
@media (min-width:1024px){
  .mv .mv_box{
  }
  .mv .mv_box .txt{
    font-size: 50px;
  }

  .mv .mv_box .img:before{
    padding-top: 500px;
    ;
  }
}
@media (min-width:1200px){
  .mv .mv_box .img:before{
    padding-top: 800px;
    ;
  }
}

/* **********************************
 *  フッター
 * ********************************* */
footer{
  background: #fff;
  color: #181818;
  padding: 90px 0 10px;
  margin-top: 0;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .box1{
  width: 50%;
}
footer .box2{
  width: 50%;
}

footer .ftr_logo{
  margin-bottom: 27px;
}
footer .ftr_addr{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.133em;
  ;
}

.ftr_links_box{
  display: flex;
  flex-wrap: wrap;
  transition: all .2s;
}
.ftr_links_box:hover li {
  opacity: .5;
}
.ftr_links_box li:hover{
  opacity: 1;
  color: #1e7e52;
}
.ftr_links_box li{
  transition: all .2s;
}
.ftr_links_box .ftr_links{

}


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;
}

footer .ftr_links{
  display: block;
  ;
}
footer .ftr_links li{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 0;
  line-height: 2.28em;
  ;
}

footer .copy{
  background: #1e7e52;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.075em;
  padding: 7px 0;
  margin-top: 90px;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #6bb894;
  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: #1e7e52;
  color: #FFF;
  text-decoration: none;
}
.ftr_contact_wrap{
  position: relative;
  padding: 50px 0px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.home .ftr_contact_wrap{
  margin-top: 0;
}
.ftr_contact_wrap:after{
  content: "";
  display: block;
  width: 1920px;
  ;
  height: 100%;
  ;
  background-image: url(/img/home/home_contact_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform:translateX(-50%);
  z-index: -1;
}
.ftr_contact_wrap .content_desc{
  text-align: justify;
  margin-top: 20px;
}

.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.ftr_contact_box .item{
  padding: 0 15px;
}
.ftr_contact_box .item .inner{
  text-align: center;
}
.ftr_contact_box .item .inner:hover .link_txt{
  color: #1e7e52;
}
.ftr_contact_box .item .inner:hover .read_more .a{
  background: #1e7e52;
  color: #fff;
}
.ftr_contact_box .item .inner:hover .read_more .a:before{
  background-image:url(/img/home/mail_wh.svg);
}
.ftr_contact_box .item .inner .txt{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.ftr_contact_box .item .inner .link_txt{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 14px;
  transition: all .2s;
}

.ftr_contact_box .item .inner .a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 31px;
  font-size: 15px;
  letter-spacing: 0.075em;
}
.ftr_contact_box .item .inner .read_more{
  margin-top: 14px;
}
.ftr_contact_box .item .inner .read_more .a:before{
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background-image: url(/img/home/mail_bk.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
@media (max-width:767px){
  body{
    padding-bottom: 39px;
  }
  footer{
    padding: 65px 0 10px;
  }
  .footer_fix{
    display: block;
  }

  .ftr_contact_box .item{
    width: 100%;

  }
  .ftr_contact_box .item .inner{
    display: block;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .ftr_contact_box .item:first-child .inner{
    border-top: 1px solid;
  }
  .ftr_contact_box .item:nth-child(n+2){

  }

  .footer_fix ul li.btn1.first a:first-child{
    display: none;
  }
  footer .copy{
    margin-top: 50px;
  }
  footer .box1{
    text-align: center;
    width: 100%;
  }
  footer .box2{
    display: none;
    ;
  }
  .ftr_logo{
    width: 75%;
    margin: 0 auto 27px;
  }
}
@media (min-width:768px){

  .ftr_contact_wrap{
    padding: 60px 0 80px;
    margin-top: 100px;
  }
  .home .ftr_contact_wrap{
    margin-top: 0;
  }
  .ftr_contact_wrap .content_desc{
    text-align: center;
  }

  .ftr_contact_box{
    margin-top: 60px;
  }
  .ftr_contact_box .item{
    width: 33.33%;
    position: relative;
  }
  .ftr_contact_box .item:after{
    content: "";
    display: block;
    width: 1px;
    height: 125px;
    background: #181818;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .ftr_contact_box .item:last-child:after{
    display: none;
  }
  .ftr_contact_box .item:first-child .inner:before{
    content: "";
    display: block;
    width: 1px;
    height: 125px;
    background: #181818;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .ftr_contact_box .item:last-child .inner:after{
    content: "";
    display: block;
    width: 1px;
    height: 125px;
    background: #181818;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .ftr_contact_box .item .inner{
    position: relative;
  }
  .ftr_contact_box .item .inner .txt{

  }
  .ftr_contact_box .item .inner .link_txt{
    font-size: 24px;
  }

  .ftr_contact_box .item .inner .read_more .a{
    max-width: 200px;
    font-size: 14px;
    padding: 18px 0;
  }

  footer .box2 .ftr_links_box{
    display: flex;
    flex-wrap: wrap;
  }
  .ftr_links_box .ftr_links{
    width: 50%;
  }

  footer .box1{
    padding-top: 5px;
  }
  footer .box2{
    width: 44.79%;
  }
  footer .ftr_logo{
    width: 80%;
  }
}
@media (min-width:1024px){
  .ftr_contact_wrap{
    padding: 70px 0 100px;
  }
  .home .ftr_contact_wrap{
    margin-top: 0;
  }
  .ftr_contact_wrap .content_desc{

  }

  .ftr_contact_box{
    margin-top: 80px;
  }
  .ftr_contact_box .item{

  }
  .ftr_contact_box .item .inner{

  }
  .ftr_contact_box .item .inner .txt{

  }
  .ftr_contact_box .item .inner .link_txt{
    font-size: 30px;
  }
  .ftr_contact_box .item .inner .a{
    font-size: 15px;
  }
  footer .box2{
    width: 42.79%;
  }
  .ftr_links_box .ftr_links{
    width: 40%;
  }
  footer .ftr_logo{
    width: auto;
  }
}
@media (min-width:1200px){
  .ftr_contact_box .item .inner .link_txt{
    font-size: 36px;
  }
  .ftr_contact_box .item .inner .read_more .a{
    max-width: 290px;
  }
}


/* 検索フォーム */
.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 .item{

}
/*.post_items .item:last-child{

}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;
  
}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  width: -moz-available;
  width: -webkit-fill-available;
  width: available;
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

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

.post-type-archive-news .pg_news .section#sec1:before{
  width: 485px!important;
  height: 1038px!important;
  background-image: url(/img/news/news_left.png)!important;
  top: 242px !important;
  left: calc(50% - 717px) !important;
}
.post-type-archive-news .pg_news .section#sec1:after{
  content: "";
  display: block;
  width: 457px!important;
  height: 480px!important;
  top: -101px !important;
  left: calc(50% + 816px)!important;
  background-image: url(/img/place/place3_bg.png)!important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1!important;
}

.news_box{
  margin-top: 40px;
  position: relative;
}
.news_box:after{
  content: "";
  display: block;
  width: 37.11%;
  height: 74.45%;
  ;
  background-image: url(/img/flow/flow_right_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% + 549px);
  top: 78.3%;
  transform: translateY(-50%);
}
.news_box .post_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.news_box .item{
  width: 50%;
  padding: 0 5px;
}
.news_box .item:nth-child(n+3){
  margin-top: 10px;
  ;
}
.news_box .item .inner{
  display: block;
}
.news_box .item .inner .img{
  overflow: hidden;
  border-radius: 10px;
  background-image: url(/img/noimage.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_box .item .inner:hover img{
  transform: scale(1.1);
}
.news_box .item .inner .img img{
  border-radius: 10px;
  transition: all .2s;
}
.news_box .item .inner .img:before{
  padding-top: 80.39%;
}
.news_box .item .inner .date{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 8px;
}
.news_box .item .inner .title{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.86em;
  margin-top: 2px;
}

/*詳細*/
.single-news .pg_news .section#sec1:before{
  width: 485px!important;
  height: 1038px!important;
  background-image: url(/img/news/detail_left.png)!important;
  top: 27px !important;
  background-size: contain!important;
  left: calc(50% - 717px) !important;
}
.single-news .pg_news .section#sec1:after{
  content: "";
  display: block;
  width: 412px!important;
  height: 1087px!important;
  top: -64px !important;
  left: calc(50% + 753px) !important;
  background-image: url(/img/news/detail_right.png)!important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain!important;
  position: absolute;
  z-index: -1!important;
}
.single_item{
  border-bottom: 1px solid #e5e5e5;
  margin-top: 40px;
}
.single_item .meta{
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.single_item .date{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.single_item .title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 5px;
}
.single_item .post_content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  padding: 28px 0 8px;
}
.single_item .post_content p{
  margin-bottom: 0;
}


/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 50px;
}
.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: 95px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #1e7e52;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-radius: 26px;
  padding: 13px 0;
}

.pagination .nav-posts .page-archive a{
  display: block;
  background: #1e7e52;
  color: #ffffff;
  max-width: 285px;
  min-width: 140px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-radius: 26px;
  border: 1px solid transparent;
  padding: 13px 0;
  position: relative;
  transition: all .2s;

}
.pagination .nav-posts .page-archive a:hover{
  background:#ffffff;
  color: #1e7e52;
  border: 1px solid #1e7e52;
}
.pagination .nav-posts .page-archive a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

/* 検索 */
.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;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  /*display: inline;*/
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 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%);
}*/

@media (max-width:767px){
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
}
@media (max-width:767px){

}
@media (min-width:768px){
  .news_box{
    margin-top: 50px;
  }
  .news_box .post_items{
    margin: 0 -10px;
  }
  .news_box .item{
    width: 33.333%;
    padding: 0 10px;
  }
  .news_box .item:nth-child(n+3){
    margin-top: 0;
  }
  .news_box .item:nth-child(n+4){
    margin-top: 40px;
    ;
  }
  .news_box .item .inner{

  }
  .news_box .item .inner .img{

  }
  .news_box .item .inner .img:before{

  }
  .news_box .item .inner .date{

  }
  .news_box .item .inner .title{

  }

  /*詳細*/
  .single_item{
    margin-top: 60px;
  }
  .single_item meta{

  }
  .single_item .date{
    font-size: 18px;
  }
  .single_item .title{
    font-size: 18px;
  }
  .single_item .post_content{

  }
  .pagination{
    margin-top: 60px;
  }
  .pagination .nav-posts .page-archive a{
    min-width: 285px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev {
    min-width: 170px;
  }
  .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-archive a:after{
    content: "→";
    position: absolute;
    top: 50%;
    right: 27px;
    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;
  }
}
@media (min-width:1024px){
  .news_box{
    margin-top: 68px;
  }
  .news_box .post_items{
    margin: 0 -15px;
  }
  .news_box .item{
    width: 25%;
    padding: 0 15px;
  }
  .news_box .item:nth-child(n+4){
    margin-top: 0;
    ;
  }
  .news_box .item:nth-child(n+5){
    margin-top: 90px;
  }
  .news_box .item .inner{

  }
  .news_box .item .inner .img{

  }
  .news_box .item .inner .img:before{

  }
  .news_box .item .inner .date{

  }
  .news_box .item .inner .title{

  }

  /*詳細*/
  .single_item{

  }
  .single_item meta{

  }
  .single_item .date{

  }
  .single_item .title{

  }
  .single_item .post_content{
    padding: 43px 0 8px;
  }
  .pagination{
    margin-top: 80px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev {
    min-width: 200px;
  }
}
@media (min-width:1200px){

}


/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 0 0 50px;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  text-align: center;
  width: 100%;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow    :
    1px  1px 2px #000000,
    -1px  1px 2px #000000,
    1px -1px 2px #000000,
    -1px -1px 2px #000000,
    1px  0px 2px #000000,
    0px  1px 2px #000000,
    -1px  0px 2px #000000,
    0px -1px 2px #000000;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-top: 10px;
}

.tt2{

}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

/* 詳しく見る サンプル */
.read_more{

}
.read_more a,
.read_more .a{
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 10px;
  background: #00a7c6;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.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%);
}

/*英字付きタイトル*/
.sec_title{

}
.sec_title.center{
  text-align: center;
}
.sec_title .en{
  font-size: 32px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.075em;
  line-height: 1;
}
.sec_title .ja{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 5px;
}

/*ボタン*/
.read_more{
  display: flex;
  justify-content: flex-start;
}
.read_more.center{
  justify-content: center;
}
a:hover{
  text-decoration: none;
}
.read_more a,
.read_more .a{
  width: 100%;
  max-width: 255px;
  text-align: center;
  border: 1px solid #1e7e52;
  border-radius: 22.5px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding: 10px 0px;
  transition: all .2s;
  background: #fff;
  color: #181818;
  transition: all .2s;
}
.read_more.lg a{
  max-width: 285px;
}
.read_more a:hover{
  background: #1e7e52;
  color: #fff;
}
.read_more a:after{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(/img/home/right_gr.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 2px;
  transition: all .2s;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
.read_more a:hover:after{
  background-image: url(/img/home/right_wh.svg);
}

/*説明*/
.content_desc{
  font-size:16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

/*サビタイトル*/
.sub_title{
  font-size:20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.9333em;
}
.sub_title.center{
  text-align: center;
}
@media (max-width:767px){
  .main{
    padding: 0;
  }


  /*ボタン*/
  .read_more{
    margin-top: 36px;
  }

  /*英字付きタイトル*/
  .sec_title{
    text-align: center;
  }

  /*サビタイトル*/
  .sub_title{
    font-size:17px;
  }

}
@media (min-width:768px){
  .tt1{
    font-size: 40px;
  }
  .tt1 span{

  }



  /*英字付きタイトル*/
  .sec_title{

  }
  .sec_title .en{
    font-size: 42px;
  }
  .sec_title .ja{
    font-size: 18px;
  }
  .sec_title .ja.normal{
    font-size: 16px;
  }

  /*ボタン*/
  .read_more{

  }
  .read_more a{


  }

  /*サビタイトル*/
  .sub_title{
    font-size: 24px;
  }
}
@media (min-width:1024px){
  .tt1{
    font-size: 55px;
  }
  .tt1 span{

  }


  /*英字付きタイトル*/
  .sec_title{

  }
  .sec_title .en{
    font-size: 50px;
  }
  .sec_title .ja{

  }

  /*ボタン*/
  .read_more{

  }
  .read_more a{


  }

  /*サビタイトル*/
  .sub_title{
    font-size: 24px;
  }
}
@media (min-width:1200px){
  /*英字付きタイトル*/
  .sec_title{

  }
  .sec_title .en{
    font-size: 55px;
  }
  /*サビタイトル*/
  .sub_title{
    font-size: 30px;
  }
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{

}
.pg_home .section#sec1{
  position: relative;
  padding: 50px 0;
}
.pg_home .section#sec1:after{
  content: "";
  display: block;
  width: 1920px;
  height: 152%;
  ;
  background-image: url(/img/home/home_news_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
  z-index: -1;
}
.pg_home .section#sec2{
  position: relative;
  padding-top: 100px;
}
.pg_home .section#sec2:before{
  content: "";
  display: block;
  width: 468px;
  height: 438px;
  ;
  background-image: url(/img/home/home_news_bg2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -53px;
  ;
  left: calc(50% + 150px);
  z-index: 0;
}
.pg_home .section#sec3{
  padding-top:70px;
  position: relative;
}
.pg_home .section#sec3:before{
  content: "";
  display: block;
  width: 786px;
  height: 562px;
  ;
  background-image: url(/img/home/home_sec2_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -230px;
  ;
  left: calc(50% + 175px);
  z-index: 0;
}
.pg_home .section#sec4{
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}
.pg_home .section#sec4:after{
  content: "";
  display: block;
  width: 1920px;
  height: 1693px;
  ;
  background-image: url(/img/home/home_sec4_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  ;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.pg_home .section#sec5{
  position: relative;
}
.pg_home .section#sec6{
  margin-top:70px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.pg_home .section#sec6:before{
  content: "";
  display: block;
  width: 1968px;
  height: 1394px;
  ;
  background-image: url(/img/home/bg3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  ;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}


/*お知らせ*/
.homr_news_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.homr_news_box .box1{
  width: 100%;
}
.homr_news_box .box2{
  width: 100%;
}
.news_list{

}
.news_list a{
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #181818;
  position: relative;
  transition: all .2s;
}
.news_list a:hover{
  color: #1e7e52;
}
.news_list a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right:30px;
  ;
  transform: translateY(-50%);
}
.news_list .item:last-child a{
  border-bottom: 1px solid #181818;
}
.news_list .date{
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.075em;
  border-right: 1px solid;
}
.news_list .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
}

/*コンセプト*/
.home_concept_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.home_concept_items:before{
  content: "";
  display: block;
  width: 1450px;
  height: 949px;
  background-image: url(/img/home/concept_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 5.8%;
  z-index: -1;
}
.home_concept_wrap img{
  border-radius: 30px;
}
.home_concept_items .box1{

}
.home_concept_items .box1 .inner{

}
.home_concept_items .box1 .img{

}
.home_concept_items .box2{

}
.home_concept_items .box2 .sub_title{
  margin-top: 24px;
}
.home_concept_items .box2 .content_desc{
  margin-top: 20px;
}
.home_concept_items .box2 .content_desc span{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.home_concept_items_btn .box3{
  width: 48%;
}
.home_concept_items .box3 .inner{

}
.home_concept_items .box3 .img{

}

.home_concept_items_btn{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.home_concept_items_btn .box1{
  width: 48%;
}

/*ポイント*/
.home_point_items{
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px 0;
  position: relative;
  padding-top: 40px;
}
.home_point_items:before{
  content: "";
  display: block;
  width: 1450px;
  height: 1054px;
  background-image: url(/img/home/home_sec3_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 6.8%;
  z-index: -1;
}
.home_point_items:after{
  content: "";
  display: block;
  width: 707px;
  height: 1395px;
  background-image: url(/img/home/home_point_bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -24px;
  ;
  left:-31.89%;
  z-index: -1;
}
.home_point_items .item{
  width: 100%;
  padding: 0 15px;
}
.home_point_items .item .inner{
  display: flex;
  cursor: pointer;
  pointer-events: none;
}
.home_point_items .item .inner:hover,
.home_service_items .item a:hover{
  color: #181818;
}
.home_menu_items .item a:hover img,
.home_point_items .item .inner:hover img,
.home_service_items .item a:hover img{
  transform: scale(1.1);
}
.home_point_items .item .inner:hover{
  
}
.home_point_items .item .en_box{
  width: 6.8%;
  padding-top: 5px;
}
.home_point_items .item .en_box .txt{
  font-size: 18px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.075em;
  line-height: 1;
  display: flex;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home_point_items .item .en_box .txt:after{
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #000000;
  margin-top: 20px;
}
.home_point_items .item .content_box{
  width: 93.14%;
}
.home_menu_items .item .img,
.home_service_items .item .img,
.home_point_items .item .img,
.home_menu_items .item .img{
  overflow: hidden;
}
.home_point_items .item .img img{
  border-radius: 10px;
  transition: all .2s;
}
.home_point_items .item .title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 10px;
}

/*サービス*/
.home_service_items{
  display: flex;
  flex-wrap:wrap;
  margin: 40px -15px 0;
}
.home_service_items .item{
  padding: 0 15px;
}
.home_service_items .item a{
  display: block;
  border-radius: 30px;
}
.home_service_items .item .img{
  overflow: hidden;
  border-radius: 30px;
}
.home_service_items .item .img img{
  border-radius: 30px;
  transition: all .2s;
}
.home_service_items .item .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.home_service_items .item .title .txt{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.home_service_items .item .title .arrow,
.home_menu_items .item .arrow{
  width: 40px;
  height: 40px;
  border: 1px solid #248157;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_service_items .item .content_desc{

}

/*メニュー*/
.home_menu_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
}
.home_menu_items:before{
  content: "";
  display: block;
  width: 1920px;
  height: 76.82%;
  background-image: url(/img/home/home_service_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -19.51%;
  ;
  ;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.home_menu_items .item{
  width: 100%;
  padding: 0 15px;
}
.home_menu_items .item:nth-child(n+2){
  margin-top: 30px;
}
.home_menu_items .item a{
  display: block;
  border-radius: 10px;
  position: relative;
}
.home_menu_items .item .img{
  border-radius: 10px;
}
.home_menu_items .item .img img{
  border-radius: 10px;
  transition: all .2s;
}
.home_menu_items .item .meta{
  width:100%;
  background:rgba(255,255,255,0.8);
  position: absolute;
  left: 0;
  bottom:7.3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 20px;
}
.home_menu_items .item .left{
  display: flex;
  align-items: flex-end;
}
.home_menu_items .item .left .en_txt{
  font-size: 18px;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.075em;
  line-height: 0.8;
}
.home_menu_items .item .left .ja_title{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  border-left: 1px solid;
  padding-left: 10px;
  margin-left: 10px;
}
.home_menu_items .item .arrow{
  width: 35px;
  height:35px;
  background: #fff;
}

/*voice*/
.home_voice_box_outer{
  margin-top: 40px;
}
.home_voice_box{

}
.home_voice_box .item{

}
.home_voice_box .item .a{
  display: block;
  border: 1px solid #1e7e52;
  background: #fff;
  border-radius: 10px;
}
.home_voice_box .img{
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.home_voice_box .img img{
  border-radius: 10px 10px 0 0;
}
.home_voice_box .img:before{
  padding-top:71.42%;
}
.home_voice_box .content{
  background: #fff;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0 0 10px 10px;
  padding: 20px 18px;
}
.home_voice_box .date{
  font-size: 16px;
  font-weight: 400;

  letter-spacing: 0.075em;
  line-height: 1;
  border-right: 1px solid;
  padding-right: 7px;
  margin-right: 7px;
}
.home_voice_box .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.75em;
  margin-top: 10px;
}
.home_voice_box .content .prof{
  display: flex;
  align-items: center;
}
.home_voice_box .content .prof .name{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.home_voice_box_outer{
  position: relative;
}


/*swiper*/
.home_voice_wrap .swiper-button-next,
.home_voice_wrap .swiper-button-prev{
  width: auto;
}
.home_voice_wrap .swiper-button-prev:after{
  content: "→";
  width: 65px;
  height: 65px;
  background: #fff;
  border: 1px solid #248157;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #181818;
  font-family: "Noto Sans JP", sans-serif;
  transform: rotate(180deg);
}
.home_voice_wrap .swiper-button-next:after{
  content: "→";
  width: 65px;
  height: 65px;
  background: #fff;
  border: 1px solid #248157;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #181818;
  font-family: "Noto Sans JP", sans-serif;
}

/*その他リンク*/
.home_other_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.home_other_links .read_more a{
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-family: "EB Garamond", serif;
  padding: 16px 0;
  border-radius: 40px;
}
.home_other_links .read_more a:after{
  content: "→";
  width: auto;
  height: auto;
  font-size: 18px;
  background-image:none;
  ;
}
.home_other_links .read_more a span{
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 10px;
}
@media (max-width:767px){
  .pg_home .section#sec2:before{
    width: 250px;
    height: 250px;
    background-size: contain;
    position: absolute;
    top: -70px;
    left: calc(50% + 52px);
  }
  .pg_home .section#sec3:before{
    width: 400px;
    height: 200px;
    background-size: contain;
    top: 0;
    left: calc(50% + 40px);
  }

  /*お知らせ*/
  .news_list a{
    flex-wrap: wrap;
    padding: 16px 0;
  }
  .news_list a:after{
    right: 16px;
  }
  .news_list .date{
    width: 100px;
  }
  .news_list .title{
    width:calc(100% - 40px);
    margin-top: 10px;
  }
  .homr_news_box .box2{
    margin-top: 20px;
  }

  /*コンセプト*/
  .home_concept_items:before{
    width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    right: auto;
    top: 50px;
  }
  .home_concept_items .box2{
    margin-top: 30px;
  }


  /*ポイント*/
  .home_point_items:after{
    width: 300px;
    height: 640px;
    background-size: contain;
    top: -55px;
    left: -24.89%;
    z-index: -2;
  }
  .home_point_items:before{
    width: 100vw;
    height: 102%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    left: auto;
  }
  .home_point_items .item:nth-child(n+2){
    margin-top: 30px;
  }

  /*サービス*/
  .home_service_items .item:nth-child(n+2){
    margin-top: 30px;
  }

  .home_other_links .read_more:nth-child(n+2){
    margin-top: 16px;
  }

  /*swiper*/
  .home_voice_box_outer .swiper{
    width: 75%;
  }
  .home_voice_wrap .swiper-button-prev{
    left: 0;
  }
  .home_voice_wrap .swiper-button-next{
    right: 0;
  }
  .home_voice_wrap .swiper-button-next:after,
  .home_voice_wrap .swiper-button-prev:after{
    width: 30px;
    height: 30px;
  }
  .home_voice_wrap .read_more{
    width: 100%;
  }
  .home_voice_wrap .read_more a{
    max-width: 100%;
  }
}
@media (min-width:768px){
  .pg_home{

  }
  .pg_home .section#sec1{
    padding: 146px 0 150px;
  }
  .pg_home .section#sec2{
    padding-top: 200px;
  }
  .pg_home .section#sec2:before{
    width: 360px;
    height: 354px;
    background-size: contain;
    top: -53px;
    ;
  }
  .pg_home .section#sec3{
    padding-top: 100px;
  }
  .pg_home .section#sec3:before{
    width: 786px;
    height: 562px;
    ;
    background-size: cover;
    top: -230px;
    ;
    left: calc(50% + 175px);
    z-index: 0;
  }
  .pg_home .section#sec4{
    padding-top: 200px;
    padding-bottom: 130px;
  }
  .pg_home .section#sec6{
    margin-top: 90px;
    padding-top: 70px;
    padding-bottom: 100px;
  }

  /*お知らせ*/
  .homr_news_box{

  }
  .homr_news_box .box1{
    width: 25.67%;
  }
  .homr_news_box .box1 .read_more{
    margin-top: 42px;
  }
  .homr_news_box .box1 .read_more a{
    margin-left: 0;
  }
  .homr_news_box .box2{
    width: 68.46%;
    padding-top: 6px;
  }
  .news_list{

  }
  .news_list a{
    padding: 19.5px 0;
  }
  .news_list .date{
    width: 100px;
  }
  .news_list .title{
    width: calc(100% - 100px - 50px);
    padding-left: 20px;
  }


  /*コンセプト*/
  .home_concept_items{

  }
  .home_concept_items .box1{
    width: 30.67%;
  }
  .home_concept_items .box1 .inner{

  }
  .home_concept_items .box1 .img{

  }
  .home_concept_items .box2{
    width:65.35%;
    padding-top: 80px;
  }
  .home_concept_items .box2 .sub_title{
    margin-top: 36px;
  }
  .home_concept_items .box2 .content_desc{
    margin-top: 42px;
  }
  .home_concept_items .box2 .content_desc span{
    font-size: 18px;
  }
  .home_concept_items .box2 .read_more{
    margin-top: 50px;
  }
  .home_concept_items .box2 .read_more a{
    margin-left: 0;
  }
  .home_concept_items .box3{
    width: 8.5%;
  }
  .home_concept_items .box3 .inner{

  }
  .home_concept_items .box3 .img{

  }
  .home_concept_items_btn{
    margin-top: 60px;
  }

  /*ポイント*/
  .home_point_items{
    position: relative;
    padding-top: 80px;
    margin-top: 60px;
  }
  .home_point_items:before{
    width: 1450px;
    height: 940px;
  }
  .home_point_items:after{

  }
  .home_point_items:after{
    width: 707px;
    height: 1395px;
    background-size: cover;
    top: -21px;
    left: -30%;
    z-index: -1;
  }
  .home_point_items .item{
    width: 50%;
  }
  .home_point_items .item:nth-child(n+3){
    margin-top: 30px;
  }
  .home_point_items .item .inner{

  }
  .home_point_items .item .en_box{

  }
  .home_point_items .item .en_box .txt{
    font-size: 20px;
  }
  .home_point_items .item .content_box{

  }
  .home_point_items .item .img{

  }
  .home_point_items .item .title{
    font-size: 16px;
    margin-top: 14px;
  }

  /*サービス*/
  .home_service_items{
    margin: 60px -20px 0;
  }
  .home_service_items .item{
    width: 50%;
    padding: 0 20px;
  }
  .home_service_items .item:nth-child(n+3){
    margin-top: 50px;
  }
  .home_service_items .item .img{

  }
  .home_service_items .item .img img{

  }
  .home_service_items .item .title{
    margin-top: 20px;
  }
  .home_service_items .item .title .txt{
    font-size: 18px;
  }
  .home_service_items .item .title .arrow{

  }
  .home_service_items .item .content_desc{
    padding-right: 16px;
  }

  /*メニュー*/
  .home_menu_items{

  }
  .home_menu_items .item{
    width: 33.33%;
  }
  .home_menu_items .item:nth-child(n+2){
    margin-top: 0;
  }
  .home_menu_items .item a{

  }
  .home_menu_items .item .img{

  }
  .home_menu_items .item .img img{

  }
  .home_menu_items .item .meta{

  }
  .home_menu_items .item .left{

  }
  .home_menu_items .item .left .en_txt{
    font-size: 20px;
  }
  .home_menu_items .item .left .ja_title{

  }

  /*voice*/
  .home_voice_box_outer{
    margin-top: 50px;
  }
  .home_voice_box{

  }
  .home_voice_box .item{


  }
  .home_voice_box .item .a{
    min-height: 383px;
    height: 100%;

  }
  .home_voice_box .img{

  }
  .home_voice_box .content{

  }
  .home_voice_box .date{

  }
  .home_voice_box .title{

  }
  .home_voice_wrap .read_more{
    margin-top: 60px;
  }
  /*swiper*/
  .home_voice_box_outer .swiper{
    width: 75%;
  }
  .home_voice_wrap .swiper-button-prev{
    left: -16px;
  }
  .home_voice_wrap .swiper-button-next{
    right: -16px;
  }

  /*その他リンク*/
  .home_other_links{
    margin-top: 100px;
  }
  .home_other_links .read_more{
    width: 48.64%;
    margin-top: 0;
  }
  .home_other_links .read_more a{
    max-width: 100%;
    font-size: 25px;
  }
}
@media (min-width:1024px){
  .pg_home{

  }
  .pg_home .section#sec1{
    padding: 146px 0 150px;
  }
  .pg_home .section#sec2{
    padding-top: 250px;
  }
  .pg_home .section#sec2:before{
    width: 468px;
    height: 438px;
    ;
    background-size: cover;
    top: -53px;
    ;
  }
  .pg_home .section#sec3{
    padding-top: 150px;
  }
  .pg_home .section#sec3:before{
    width: 786px;
    height: 562px;
    ;
    background-size: cover;
    top: -230px;
    ;
    left: calc(50% + 175px);
    z-index: 0;
  }
  .pg_home .section#sec4{
    padding-top: 214px;
    padding-bottom: 165px;
  }
  .pg_home .section#sec5{
    top: -20px;
  }
  .pg_home .section#sec6{
    margin-top: 64px;
    padding-top: 122px;
    padding-bottom: 105px;
  }

  /*お知らせ*/
  .homr_news_box{

  }
  .homr_news_box .box1{

  }
  .homr_news_box .box2{

  }
  /*お知らせ*/
  .homr_news_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .news_list{

  }
  .news_list a{

  }
  .news_list .date{

  }
  .news_list .title{
    padding-left: 24px;
  }


  /*コンセプト*/
  .home_concept_items{
    justify-content: flex-start;
  }
  .home_concept_items .box1{
    width: 25.67%;
    position: relative;
  }
  .home_concept_items .box1 .inner{
    position: absolute;
    right: 0;
    width: 250px;
    top: -100px;
    ;
  }
  .home_concept_items .box1 .img{

  }
  .home_concept_items .box2{
    width: 51.35%;
    margin-left: 2.5%;
    padding-top: 112px;
  }

  .home_concept_items .box3{
    position: relative;
    margin-left: 5.8%;
  }
  .home_concept_items .box3 .inner{
    position: absolute;
    left: 0;
    top: 310px;
    width: 170px;
  }
  .home_concept_items .box3 .img{

  }
  .home_concept_items_btn{
    display: block;
    padding-left: 65px;
    margin-top: 85px;
  }
  .home_concept_items_btn .box1{
    width: auto;
  }

  /*ポイント*/
  .home_point_items{
    margin-top: 75px;
  }

  .home_point_items .item{
    width: 33.333%;
  }
  .home_point_items .item:nth-child(n+3){
    margin-top: 0;
  }
  .home_point_items .item:nth-child(n+4){
    margin-top: 50px;
  }
  .home_point_items .item .inner{

  }
  .home_point_items .item .en_box{

  }
  .home_point_items .item .en_box .txt{

  }
  .home_point_items .item .content_box{

  }
  .home_point_items .item .img{

  }
  .home_point_items .item .title{

  }

  /*サービス*/
  .home_service_items{
    margin: 75px -40px 0;
  }
  .home_service_items .item{
    padding: 0 40px;
  }
  .home_service_items .item .img{

  }
  .home_service_items .item .img img{

  }
  .home_service_items .item .title{

  }
  .home_service_items .item .title .txt{

  }
  .home_service_items .item .title .arrow{

  }
  .home_service_items .item .content_desc{

  }

  /*メニュー*/
  .home_menu_items{

  }
  .home_menu_items .item{

  }
  .home_menu_items .item a{

  }
  .home_menu_items .item .img{

  }
  .home_menu_items .item .img img{

  }
  .home_menu_items .item .meta{

  }
  .home_menu_items .item .left{

  }
  .home_menu_items .item .left .en_txt{
    font-size: 25px;
  }
  .home_menu_items .item .left .ja_title{

  }

  /*voice*/
  .home_voice_box_outer{
    margin-top: 75px;
  }
  .home_voice_box{

  }
  .home_voice_box .item{

  }
  .home_voice_box .img{

  }
  .home_voice_box .content{

  }
  .home_voice_box .date{

  }
  .home_voice_box .title{
  }

  /*swiper*/
  .home_voice_box_outer .swiper{
    width: 90%;
  }
  .home_voice_wrap .swiper-button-prev{
    left: -30px;
  }
  .home_voice_wrap .swiper-button-next{
    right: -30px;
  }
  /*その他リンク*/
  .home_other_links{
    margin-top: 150px;
  }

}
@media (min-width:1200px){
  /*コンセプト*/
  .home_concept_items{

  }
  .home_concept_items .box1{

  }
  .home_concept_items .box1 .inner{

  }
  .home_concept_items .box1 .img{

  }
  .home_concept_items .box2{
    margin-left: 3.5%;
  }
  .home_concept_items .box3{

  }
  .home_concept_items .box1 .inner{
    width: 250px;
  }
  .home_concept_items .box3 .inner{
    width: 180px;
  }
  .home_concept_items .box3 .img{

  }
  /*swiper*/
  .home_voice_box_outer .swiper{
    width: 80%;
  }
  .home_voice_wrap .swiper-button-prev{
    left: -95px;
  }
  .home_voice_wrap .swiper-button-next{
    right: -95px;
  }
}
@media (min-width:1300px){
  /*コンセプト*/
  .home_concept_items .box2{
    margin-left: 8.5%;
  }
  .home_concept_items .box1 .inner{
    width: 250px;
  }
  .home_concept_items .box3 .inner{
    width: 150px;
  }
  /*ポイント*/
  .home_point_items:before{
    width: 1450px;
    height: 1054px;
  }
  .home_point_items .item .title{
    font-size: 18px;
    margin-right: -5px;
  }

  /*swiper*/
  .home_voice_box_outer .swiper{
    width: 100%;
  }
  .home_voice_wrap .swiper-button-prev{
    left: -95px;
  }
  .home_voice_wrap .swiper-button-next{
    right: -95px;
  }
}
@media (min-width:1400px){
  /*コンセプト*/
  .home_concept_items .box1 .inner{
    width: 300px;
  }
  .home_concept_items .box3 .inner{
    width: 200px;
  }
}
@media (min-width:1500px){
  /*コンセプト*/
  .home_concept_items .box1 .inner{
    width: 350px;
  }
  .home_concept_items .box3 .inner{
    width: 250px;
  }
}
@media (min-width:1600px){
  /*コンセプト*/
  .home_concept_items .box1 .inner{
    width: 450px;
  }
  .home_concept_items .box3 .inner{
    width: 300px;
  }
}
@media (min-width:1700px){
  /*コンセプト*/
  .home_concept_items .box1 .inner{
    width: 450px;
  }
  .home_concept_items .box3 .inner{
    width: 420px;
  }
}

/* **********************************
 *  ごあいさつ
 * ********************************* */
.pg_greeting{
  position: relative;
}
.pg_greeting:after{
  /*  content: "";
    display: block;
    width: 1920px;
    height: 1403px;
    background-image: url(/img/greeting/greeting_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform:translateX(-50%);
    z-index: -2;*/
}
[class^="pg_"]:not(.pg_header){
  position: relative;
}
[class^="pg_"]:not(.pg_header):not(.pg_header_img):after {
  content: "";
  display: block;
  width: 1920px;
  height: 1403px;
  background-image: url(/img/greeting/greeting_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
  z-index: -2;
}

.pg_greeting .section#sec1{
  position: relative;
}
.pg_greeting .section#sec1:before{
  /*   content: "";
    display: block;
    width: 707px;
    height: 1395px;
    background-image: url(/img/greeting/greeting_left_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 17.27%;;
    left: calc(50% - 550px);
    transform:translateX(-50%);
    z-index: -1;*/
}
[id^="sec1"]:not(.pg_home .section#sec1){
  position: relative;
}
[id^="sec1"]:not(.pg_home .section#sec1):before{
  content: "";
  display: block;
  width: 707px;
  height: 1395px;
  background-image: url(/img/greeting/greeting_left_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 17.27%;
  ;
  left: calc(50% - 550px);
  transform:translateX(-50%);
  z-index: -1;
}
.pg_greeting .section#sec1:after{
  /*   content: "";
    display: block;
    width: 412px;
    height: 1087px;
    background-image: url(/img/greeting/greeting_right_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 68.75%;;
    left:calc(50% + 740px);
    transform:translateX(-50%);
    z-index: -1;*/
}
[id^="sec1"]:not(.pg_home .section#sec1):after{
  content: "";
  display: block;
  width: 412px;
  height: 1087px;
  background-image: url(/img/greeting/greeting_right_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 68.75%;
  ;
  left:calc(50% + 740px);
  transform:translateX(-50%);
  z-index: -2;
}
.pg_greeting .section#sec2{
  padding-top: 70px;
}
.pg_greeting .section#sec3{

}
/*共通見出し*/
.page_head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_head .box1{
  width: 100%;
}
.page_head .box1 .img{

}
.page_head .box1 .img img{
  border-radius: 30px;
}
.page_head .box2{
  width: 100%;
}
.page_head .box2 .content_desc{
  margin-top: 20px;
}

@media (max-width:767px){
  .pg_greeting:after{
    width: 600px;
    height: 1000px;
    bottom: -100px;
  }
  /*共通見出し*/
  .page_head .box2{
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pg_greeting{

  }
  .pg_greeting .section#sec1{

  }
  .pg_greeting .section#sec2{
    padding-top: 100px;
  }
  .pg_greeting .section#sec3{

  }

  /*共通見出し*/
  .page_head{

  }
  .page_head .box1{
    width: 40.09%;
    padding-top: 6px;
  }
  .page_head .box1 .img{

  }
  .page_head .box1 .img img{

  }
  .page_head .box2{
    width: 51.35%;
  }
  .page_head .box2 .content_desc{
    margin-top: 27px;
  }
}
@media (min-width:1024px){
  [class^="pg_"]:not(.pg_header):not(.pg_header_img):after {
    bottom: -135px;
  }

  .pg_greeting{

  }
  .pg_greeting:after{
    bottom: -150px;
  }
  .pg_greeting .section#sec1{

  }
  .pg_greeting .section#sec2{
    padding-top: 135px;
  }
  .pg_greeting .section#sec3{

  }
  /*共通見出し*/
  .page_head{

  }
  .page_head .box1{

  }
  .page_head .box1 .img{

  }
  .page_head .box1 .img img{

  }
  .page_head .box2{

  }
  .page_head .box2 .content_desc{

  }
}
@media (min-width:1200px){

}

/* **********************************
 *  納骨について
 * ********************************* */
.pg_interment{

}
.pg_interment .section#sec1{

}
.pg_slug_interment .pg_interment .section#sec1:before{
  width: 707px;
  height: 1395px;
  background-image: url(/img/interment/interment_left_bg.png);
  top: 33.63%;
  left: calc(50% - 605px);
}
.pg_slug_interment .pg_interment .section#sec1:after{
  width: 468px;
  height: 438px;
  background-image: url(/img/interment/interment_right_bg.png);
  top: 58.18%;
  left: calc(50% + 730px);
}
.pg_interment .section#sec2{
  margin-top:80px;
}
.pg_interment .section#sec3{
  padding-top: 100px;
}
.home_point_wrap.interment .home_point_items{
  justify-content: center;
}
.home_point_wrap.interment .home_point_items:after{
  display: none;
}

/*料金*/
.interment_price_items{
  margin-top: 40px;
  position: relative;
}
.interment_price_items:after{
  content: "";
  display: block;
  width: 397px;
  height: 1087px;
  background-image: url(/img/interment/interment_sec2_right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -27.09%;
  ;
  left:calc(50% + 760px);
  transform:translateX(-50%);
  z-index: -1;
}
.interment_price_items .item{
  border: 1px solid #1e7e52;
  border-radius: 10px;
  background: #fff;
  padding: 30px 16px;
}
.interment_price_items .item + .item{
  margin-top: 30px;
}
.interment_price_items .item_top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interment_price_items .item_top .img{
  width: 100%;
}
.interment_price_items .item_top .img img{
  border-radius: 10px;
}
.interment_price_items .item_top .content{
  width: 100%;
}
.interment_price_items .item_top .content .title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.interment_price_items .item_top .content .price_box{
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.interment_price_items .item_top .content .price_box .txt1{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border: 1px solid #1e7e52;
  color: #1e7e52;
  border-radius: 5px;
  text-align: center;
  width: 80px;
  padding: 4px 0;
}
.interment_price_items .item_top .content .price_box .txt2{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-left: 30px;
}
.interment_price_items .item_top .content .price_box .txt2 span{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.interment_price_items .item_top .content .price_etc{
  margin-top: 20px;
}
.interment_price_items .item_top .content .price_etc li{
  font-size: 15px;
}
.interment_price_items .item_top .content .price_etc li+li{
  margin-top: 10px;
  margin-top: 20px;
}
.interment_price_items .item_top .content .price_etc li span{
  display: inline-block;
  min-width: 223px;
  padding: 4px 13px;
  border: 1px solid #181818;
}
.interment_price_items .item_top .content .content_desc{
  border-top: 1px solid #dcdcdc;
  padding-top: 13px;
  margin-top: 18px;
}
.interment_price_items .item_btm{
  margin-top: 36px;
}
.interment_price_items .item_btm_child{

}
.interment_price_items .item_btm_child .child_title{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.interment_price_items .child_items{
  display: flex;
  flex-wrap: wrap;
  margin: 24px -10px 0;
}
.interment_price_items .item_btm_child .child_item{
  width: 100%;
  padding: 0 10px;
}
.interment_price_items .item_btm_child .child_item .inner{
  border: 1px solid #81bda3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 14px 17px;
}
.interment_price_items .item_btm_child .child_item .icon{

}
.interment_price_items .item_btm_child .child_item_txt{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-left: 23px;
}
.pg_interment .section#sec2 .home_point_items .item .inner{
  pointer-events: none;
}


/* プラン用 */
.interment_price_items .item.plan{
  background: #f5f5f5;
}

.interment_price_items .item.plan.gr,
.interment_price_items .item.plan.gr .content .price_box .txt1,
.interment_price_items .item.plan.gr .child_item .inner{
  border-color: var(--color-gr);
}
.interment_price_items .item.plan.gr .content .price_box .txt1{
  color: var(--color-gr);
}
.interment_price_items .item.plan.pu,
.interment_price_items .item.plan.pu .content .price_box .txt1,
.interment_price_items .item.plan.pu .child_item .inner{
  border-color: var(--color-pu);
}
.interment_price_items .item.plan.pu .content .price_box .txt1{
  color: var(--color-pu);
}
.interment_price_items .item.plan.bl,
.interment_price_items .item.plan.bl .content .price_box .txt1,
.interment_price_items .item.plan.bl .child_item .inner{
  border-color: var(--color-bl);
}
.interment_price_items .item.plan.bl .content .price_box .txt1{
  color: var(--color-bl);
}
.interment_price_items .item.plan.pl,
.interment_price_items .item.plan.pl .content .price_box .txt1,
.interment_price_items .item.plan.pl .child_item .inner{
  border-color: var(--color-pl);
}
.interment_price_items .item.plan.pl .content .price_box .txt1{
  color: var(--color-pl);
}
.interment_price_items .item.plan.or,
.interment_price_items .item.plan.or .content .price_box .txt1,
.interment_price_items .item.plan.or .child_item .inner{
  border-color: var(--color-or);
}
.interment_price_items .item.plan.or .content .price_box .txt1{
  color: var(--color-or);
}
.interment_price_items .item.plan.pi,
.interment_price_items .item.plan.pi .content .price_box .txt1,
.interment_price_items .item.plan.pi .child_item .inner{
  border-color: var(--color-pi);
}
.interment_price_items .item.plan.pi .content .price_box .txt1{
  color: var(--color-pi);
}
.interment_price_items .item.plan.re,
.interment_price_items .item.plan.re .content .price_box .txt1,
.interment_price_items .item.plan.re .child_item .inner{
  border-color: var(--color-re);
}
.interment_price_items .item.plan.re .content .price_box .txt1{
  color: var(--color-re);
}

.interment_price_items .item.plan .child_item .icon img{
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.interment_price_items .item.plan.gr .child_item .icon img{
  background-color: var(--color-gr);
}
.interment_price_items .item.plan.pu .child_item .icon img{
  background-color: var(--color-pu);
}
.interment_price_items .item.plan.bl .child_item .icon img{
  background-color: var(--color-bl);
}
.interment_price_items .item.plan.pl .child_item .icon img{
  background-color: var(--color-pl);
}
.interment_price_items .item.plan.or .child_item .icon img{
  background-color: var(--color-or);
}
.interment_price_items .item.plan.pi .child_item .icon img{
  background-color: var(--color-pi);
}
.interment_price_items .item.plan.re .child_item .icon img{
  background-color: var(--color-re);
}

.pg_plan .interment_price_items .item_top .content .title{
  font-weight:600; 
}
.pg_plan .interment_price_items .item_top .content .content_desc{
  border-top: none;
  margin-top: 0;
  border-bottom: 1px solid #dcdcdc;
    padding-bottom: 18px;
}
.pg_plan .interment_price_items .item_top .content .price_box{
  margin-top: 24px;
}

.pg_plan .interment_price_items .item_top .img{
  padding-top: 10px;
}

/*  */
.plan_cate_items .interment_price_items{
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

#plan_cate_sp .plan_cate_items{
  margin-top: 15px;
}
#plan_cate_sp .plan_cate_items .item .inner:after{
  transform: translateY(-50%) rotate(90deg);
}
#plan_cate_sp .plan_cate_items .item .inner.on:after{
  transform: translateY(-50%) rotate(-90deg);
}
#plan_cate_sp .interment_price_items{
  display: none;
  margin-top: 15px;
}


@media (max-width:767px){
  /*料金*/
  .interment_price_items .item_top .content{
    margin-top: 20px;
  }
  .interment_price_items .item_btm_child .child_item:nth-child(n+2){
    margin-top: 16px;
  }
  .interment_price_items .item_btm_child:nth-child(n+2){
    margin-top: 40px;
  }

 
  .interment_price_items:after{
    width: 400px;
    height: 800px;
    top: -17.09%;
    left: 200px;
  }
  
   .interment_price_items .child_items{
   margin: 24px -5px 0; 
  }
  .interment_price_items .item_btm_child .child_item{
    width: 50%;
    padding: 0 5px;
  }
   .interment_price_items .item_btm_child .child_item:nth-child(n+2){
    margin-top: 0;
  }
  .interment_price_items .item_btm_child .child_item:nth-child(n+3){
    margin-top: 16px;
  }
  .interment_price_items .item_btm_child .child_item .inner{
    display: block;
    text-align: center;
    padding: 14px 0;
  }
  .interment_price_items .item_btm_child .child_item_txt{
    margin-left: 0;
    margin-top: 5px;
  }
}
@media (min-width:768px){
  .pg_interment{

  }
  .pg_interment .section#sec1{

  }
  .pg_interment .section#sec2{
    margin-top: 100px;
  }
  .pg_interment .section#sec3{
    padding-top: 150px;
  }
  .home_point_items:before{
    height:100%;
  }

  /*料金*/
  .interment_price_items{
    margin-top:60px;
  }
  .interment_price_items .item{
    padding: 30px 30px;
  }
  .interment_price_items .item + .item{
    margin-top: 45px;
  }
  .interment_price_items .item_top{

  }
  .interment_price_items .item_top .img{
    width: 48.46%;
  }
  .interment_price_items .item_top .content{
    width: 47.83%;
    padding-top: 5px;
  }
  .interment_price_items .item_top .content .title{
    font-size: 22px;
  }
  .interment_price_items .item_top .content .price_box{

  }
  .interment_price_items .item_top .content .price_box .txt1{

  }
  .interment_price_items .item_top .content .price_box .txt2{
    font-size: 22px;
  }
  .interment_price_items .item_top .content .price_box .txt2 span{
    font-size: 16px;
  }
  .interment_price_items .item_top .content .content_desc{
    padding-top: 13px;
    margin-top: 18px;
  }
  .interment_price_items .item_btm{
    margin-top: 45px;
  }
  .interment_price_items .item_btm_child{

  }
  .interment_price_items .item_btm_child:nth-child(n+2){
    margin-top: 45px;
  }
  .interment_price_items .item_btm_child .child_title{
    font-size: 18px;
  }
  .interment_price_items .item_btm_child .child_item{
    width: 50%;
  }
  .interment_price_items .item_btm_child .child_item:nth-child(n+3){
    margin-top: 20px;
  }
  .interment_price_items .item_btm_child .child_item .icon{

  }
  .interment_price_items .item_btm_child .child_item_txt{

  }
  
  .pg_plan .interment_price_items .item{
    padding: 30px 10px 38px;
  }
}
@media (min-width:1024px){
  .pg_slug_interment .pg_interment:after{
    bottom: -125px!important;
  }
  .pg_interment{

  }
  .pg_interment .section#sec1{

  }
  .pg_interment .section#sec2{
    margin-top: 140px;
  }
  .pg_interment .section#sec3{
    padding-top: 215px;
  }
  .home_point_items:before{
    height:900px;
  }

  .home_point_wrap.interment .home_point_items .item:nth-child(n+4){
    margin-top: 53px;
  }

  /*料金*/
  .interment_price_items{
    margin-top: 75px;
  }
  .interment_price_items .item{
    padding: 40px 65px;
  }
  .interment_price_items .item + .item{
    margin-top: 60px;
  }
  .interment_price_items .item_top{

  }
  .interment_price_items .item_top .img{

  }
  .interment_price_items .item_top .content{
    width: 41.83%;
  }
  .interment_price_items .item_top .content .title{
    font-size: 26px;
  }
  .interment_price_items .item_top .content .price_box{

  }
  .interment_price_items .item_top .content .price_box .txt1{

  }
  .interment_price_items .item_top .content .price_box .txt2{
    font-size: 32px;
  }
  .interment_price_items .item_top .content .content_desc{
    padding-top: 13px;
    padding-left: 3px;
    margin-top: 18px;
  }
  .interment_price_items .item_btm{

  }
  .interment_price_items .item_btm_child{

  }
  .interment_price_items .item_btm_child .child_title{

  }
  .interment_price_items .item_btm_child .child_item{
    width: 33.333%;
  }
  .interment_price_items .item_btm_child .child_item:nth-child(n+3){
    margin-top: 0;
  }
  .interment_price_items .item_btm_child .child_item:nth-child(n+4){
    margin-top: 20px;
  }
  .interment_price_items .item_btm_child .child_item .icon{

  }
  .interment_price_items .item_btm_child .child_item_txt{

  }
  
  .pg_plan .interment_price_items .item{
    padding: 30px 16px 38px;
  }
}
@media (min-width:1200px){
  .home_point_items:before{
    height:1054px;
  }
   .pg_plan .interment_price_items .item{
    padding: 30px 65px 38px;
  }
}

/* **********************************
 *  プラン
 * ********************************* */
.pg_plan{

}
.pg_plan .section#sec1{

}
.pg_plan .section#sec2{
  padding-top: 70px;
}
.pg_plan .section#sec3{

}

/*カテゴリ*/
.plan_cate_items{
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.plan_cate_items .item{
  padding: 0 15px;
  width: 100%;
}
.plan_cate_items .item:nth-child(n+2){
  margin-top: 16px;
}
.plan_cate_items .item .inner{
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #f5f5f5;
  text-align: center;
  padding: 16px 0;
  transition: all .2s;
}
.plan_cate_items .item .inner:hover{
  color: #fff;
}
.plan_cate_items .item .inner:before{
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.plan_cate_items .item .inner:after{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right:12px;
  transform: translateY(-50%);
}
.plan_cate_items .item.gr .inner:after{
  background-image: url(/img/plan/1.svg);
}
.plan_cate_items .item.pu .inner:after{
  background-image: url(/img/plan/2.svg);
}
.plan_cate_items .item.bl .inner:after{
  background-image: url(/img/plan/3.svg);
}
.plan_cate_items .item.pl .inner:after{
  background-image: url(/img/plan/4.svg);
}
.plan_cate_items .item.or .inner:after{
  background-image: url(/img/plan/5.svg);
}
.plan_cate_items .item.pi .inner:after{
  background-image: url(/img/plan/6.svg);
}
.plan_cate_items .item.re .inner:after{
  background-image: url(/img/plan/7.svg);
}



.plan_cate_items .item.gr .inner:before{
  background: #35a773;
}
.plan_cate_items .item.pu .inner:before{
  background: #828ec1;
}
.plan_cate_items .item.bl .inner:before{
  background: #72a2e3;
}
.plan_cate_items .item.pl .inner:before{
  background: #dd65d9;
}
.plan_cate_items .item.or .inner:before{
  background: #ebaa70;
}
.plan_cate_items .item.pi .inner:before{
  background: #f38fa7;
}
.plan_cate_items .item.re .inner:before{
  background: #df4977;
}

.plan_cate_items .item.gr .inner:hover{
  background: #7cd6ad;
}
.plan_cate_items .item.pu .inner:hover{
  background: #b0bae3
}
.plan_cate_items .item.bl .inner:hover{
  background: #b3d0f8
}
.plan_cate_items .item.pl .inner:hover{
  background: #fda0fa
}
.plan_cate_items .item.or .inner:hover{
  background: #fac99e
}
.plan_cate_items .item.pi .inner:hover{
  background: #fcbccb
}
.plan_cate_items .item.re .inner:hover{
  background: #fb8eaf
}


.plan_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin: 90px -5px 0;
}
.plan_gallery_items .item{
  width: 100%;
  padding: 0 5px;
}
.plan_gallery_items .item:nth-child(n+2){
  margin-top: 16px;
}
.plan_gallery_items .item .img{

}
.pg_plan .section#sec2 .belongings_ploblem_mes{
  text-align: justify;
}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_plan{

  }
  .pg_plan .section#sec1{

  }
  .pg_plan .section#sec2{
    padding-top: 100px;
  }
  .pg_plan .section#sec3{

  }

  /*カテゴリ*/
  .plan_cate_items{
    margin-top: 60px;
  }
  .plan_cate_items .item{
    width: 50%;
  }
  .plan_cate_items .item:nth-child(n+2){
    margin-top: 0;
  }
  .plan_cate_items .item:nth-child(n+3){
    margin-top: 17px;
  }
  .plan_cate_items .item .inner{

  }

  .plan_gallery_items{
    margin: 40px -10px 0;
  }
  .plan_gallery_items .item{
    width: 33.333%;
    padding: 0 10px;
  }
  .plan_gallery_items .item:nth-child(n+2){
    margin-top: 0;
  }
  .plan_gallery_items .item .img{

  }
  .pg_plan .section#sec2 .belongings_ploblem_mes{
    padding: 26px 70px;
  }
 .pg_plan .interment_price_items .item_btm{
    margin-top: 27px;
  }
}
@media (min-width:1024px){
  .pg_plan{

  }
  .pg_plan .section#sec1{

  }
  .pg_plan .section#sec2{
    padding-top: 145px;
  }
  .pg_plan .section#sec3{

  }

  /*カテゴリ*/
  .plan_cate_items{
    margin-top: 72px;
  }
  .plan_cate_items .item{
    width: 25%;
  }
  .plan_cate_items .item:nth-child(n+3){
    margin-top: 0;
  }
  .plan_cate_items .item:nth-child(n+5){
    margin-top: 20px;
  }
  .plan_cate_items .item .inner{

  }

  .plan_gallery_items{
    margin: 60px -15px 0;
  }
  .plan_gallery_items .item{
    padding: 0 15px;
  }
  .plan_gallery_items .item .img{

  }
  .pg_plan .section#sec2 .belongings_ploblem_mes{
    margin-top: 50px;
  }
}
@media (min-width:1200px){

}
/* **********************************
 *  遺品整理について
 * ********************************* */
.pg_belongings{

}
.pg_belongings .section#sec1{

}
.pg_slug_belongings .pg_belongings .section#sec1:before,
.pg_slug_belongings .pg_belongings .section#sec1:after{
  display: none;
}
.pg_belongings .section#sec2{
  padding-top: 70px;
  position: relative;
}
.pg_slug_belongings .pg_belongings .section#sec2:before{
  content: "";
  display: block;
  width: 707px;
  height: 1395px;
  background-image: url(/img/greeting/greeting_left_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 54.74%;
  left: calc(50% - 606px);
  transform: translateX(-50%);
  z-index: -1;
}
.pg_slug_belongings .pg_belongings .section#sec2:after{
  content: "";
  display: block;
  width: 412px;
  height: 1087px;
  background-image: url(/img/greeting/greeting_right_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 6.8%;
  left: calc(50% + 740px);
  transform: translateX(-50%);
  z-index: -2;
}
.pg_belongings .section#sec3{
  padding-top: 70px;
}
.pg_belongings .section#sec4{
  padding-top:70px;
}

.sec_title .ja.normal{
  font-weight: 400;
}
.sub_title.center{
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
}

/*problem*/
.belongings_problem_items{
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.belongings_problem_items .item{
  width: 100%;
  padding: 0 15px;
}
.belongings_problem_items .item .inner{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.66em;
  letter-spacing: 0.075em;
}
.belongings_problem_items .item .inner:before{
  content: "";
  display: block;
  background-position:center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.belongings_problem_items .item.one .inner{
  width: 327px;
  height: 245px;
  background-image: url(/img/belongings/bg1.png);
}
.belongings_problem_items .item.two .inner{
  width: 295px;
  height: 226px;
  background-image: url(/img/belongings/bg2.png);
}
.belongings_problem_items .item.three .inner{
  width: 287px;
  height: 241px;
  background-image: url(/img/belongings/bg3.png);
}
.belongings_problem_items .item.for .inner{
  width: 318px;
  height: 235px;
  background-image: url(/img/belongings/bg4.png);
}
.belongings_problem_items .item.five .inner{
  width: 347px;
  height: 242px;
  background-image: url(/img/belongings/bg5.png);
}

.belongings_ploblem_mes{
  border: 2px solid #b4b4b4;
  border-radius: 20px;
  background: #fff;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 40px;
  padding: 20px 16px;
}

/*ポイント*/
.belongings_point_wrap .home_point_items:before{
  display: none;
}
.belongings_point_wrap .home_point_items .item {

}
.belongings_point_wrap .home_point_items .item .inner:hover img{
  transform: none;
}
.belongings_point_wrap .home_point_items .item .inner{
  cursor: none;
  pointer-events: none;
}
.belongings_point_wrap .home_point_items .item .inner:hover{
  opacity: 1;
}
.belongings_point_wrap .home_point_items .item img{
  border-radius: 30px;
}
.belongings_point_wrap .home_point_items .item .desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 8px;
}
.belongings_point_wrap .home_point_items:after{
  display: none;
}

/*price*/
.belongings_price_tbl{
  border: 1px solid #d7d6d6;
  margin-top: 40px;
}
.belongings_price_tbl th,
.belongings_price_tbl td{
  font-size: 16px;
  letter-spacing: 0.075em;
  text-align: center;
  border-right:  1px solid #d7d6d6;
  padding: 14px 0;
}
.belongings_price_tbl tr:first-child th,
.belongings_price_tbl tr:first-child td{
  background: #f5f5f5;
  font-weight: 500;
}
.belongings_price_tbl tr:nth-child(n+2){
  border-top: 1px solid #d7d6d6;
}
.belongings_price_tbl th{
  background: #f5f5f5;
  font-weight: 500;
  width: 255px;
}
.belongings_price_tbl td{
  background: #fff;
  font-weight: 400;
  width: 285px;
}
.belongings_price_hosok{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 20px;
}
.belongings_ploblem_wrap .swiper{
  padding-bottom: 50px;
}
.belongings_ploblem_wrap .swiper .swiper-pagination-bullet-active{
  background: #1e7e52;
}
@media (max-width:767px){
  .belongings_problem_items{
    flex-wrap: nowrap;
    margin: 40px 0 0;
  }
  /*  .belongings_ploblem_wrap .swiper .item{
      width: 85%!important;
    }*/
  .swiper-button-next:after,
  .swiper-button-prev:after{
    color: #1e7e52;
  }

  /*ポイント*/

  .belongings_point_wrap .home_point_items .item:nth-child(n+2){
    margin-top: 40px;
  }

}
@media (min-width:768px){
  .pg_belongings{

  }
  .pg_belongings .section#sec1{

  }
  .pg_belongings .section#sec2{
    padding-top: 100px;
  }
  .pg_belongings .section#sec3{
    padding-top: 100px;
  }
  .pg_belongings .section#sec4{
    padding-top: 100px;
  }

  .sub_title.center{
    margin-top: 40px;
  }

  /*problem*/
  .belongings_ploblem_wrap{
    padding: 0 20px;
  }
  .belongings_problem_items{
    justify-content: center;
    margin-top: 80px;
  }
  .belongings_problem_items .item{
    width: 50%;
  }
  .belongings_problem_items .item .inner{
    font-size: 18px;
  }
  .belongings_problem_items .item .inner:before{

  }
  .belongings_problem_items .item.one .inner{

  }
  .belongings_problem_items .item.two .inner{

  }
  .belongings_problem_items .item.three .inner{

  }
  .belongings_problem_items .item.for .inner{

  }
  .belongings_problem_items .item.five .inner{

  }

  .belongings_ploblem_mes{
    padding: 26px 16px;
    margin-top: 60px;
  }

  /*ポイント*/
  .belongings_point_wrap .home_point_items{
    margin-top: 0;
    padding-top: 75px;
  }
  .belongings_point_wrap .home_point_items .item .title{
    margin-top: 24px;
  }
  .belongings_point_wrap .home_point_items .item:nth-child(n+3){
    margin-top: 60px;
  }

  /*price*/
  .belongings_price_tbl{
    margin-top: 60px;
  }
  .belongings_price_tbl th,
  .belongings_price_tbl td{
    font-size: 18px;
  }
  .belongings_price_tbl th{
    width: 255px;
  }
  .belongings_price_tbl td{
    width: 285px;
  }

  .belongings_price_tbl .js-scrollable table {
    min-width: 1000px;
    ;
  }

}
@media (min-width:1024px){
  .pg_belongings{

  }
  .pg_belongings .section#sec1{

  }
  .pg_belongings .section#sec2{
    padding-top: 140px;
  }
  .pg_belongings .section#sec3{
    padding-top: 140px;
  }
  .pg_belongings .section#sec4{
    padding-top: 135px;
  }

  /*problem*/
  .belongings_ploblem_wrap{
    padding: 0px;
  }
  .belongings_problem_items{
    justify-content: center;
  }
  .belongings_problem_items .item{
    width: 33.333%;
  }
  .belongings_problem_items .item .inner{

  }
  .belongings_problem_items .item .inner:before{

  }
  .belongings_problem_items .item.one .inner{

  }
  .belongings_problem_items .item.two .inner{

  }
  .belongings_problem_items .item.three .inner{

  }
  .belongings_problem_items .item.for .inner{

  }
  .belongings_problem_items .item.five .inner{

  }

  .belongings_ploblem_mes{
    text-align: center;
    padding: 26px 0;
    margin-top: 85px;
  }

  /*ポイント*/
  .belongings_point_wrap .home_point_items{
    margin-top: 0;
  }
  .belongings_point_wrap .home_point_items .item{
    width: 50%;
  }
  .belongings_point_wrap .home_point_items .item .en_box{
    width: 4.6%;
  }
  .belongings_point_wrap .home_point_items .item .content_box{
    width: 95.14%;
  }
  .belongings_point_wrap .home_point_items .item:nth-child(odd) .inner{
    padding-right: 25px;
  }
  .belongings_point_wrap .home_point_items .item:nth-child(even) .inner{
    padding-left: 25px;
  }
  .belongings_point_wrap .home_point_items .item:nth-child(n+4){
    margin-top: 0;
  }
  .belongings_point_wrap .home_point_items .item:nth-child(n+3){
    margin-top: 80px;
  }

  /*price*/
  .belongings_price_tbl{
    margin-top: 75px;
  }
  .belongings_price_tbl th,
  .belongings_price_tbl td{

  }
  .belongings_price_tbl th{
    width: 255px;
  }
  .belongings_price_tbl td{
    width: 285px;
  }
  .belongings_price_tbl .js-scrollable table {
    min-width: inherit;
    width: 100%;
  }
  .js-scrollable{
    overflow-x: hidden;
  }
}
@media (min-width:1200px){
  /*problem*/
  .belongings_ploblem_wrap{
    padding: 0 65px;
  }
}

/* **********************************
 *  就活について
 * ********************************* */
.pg_planning{

}
.pg_planning .section#sec1{

}
.pg_planning .section#sec2{
  padding-top: 70px;
}
.pg_planning .section#sec3{
  padding-top: 70px;
}
.pg_planning .section#sec4{
  padding-top: 70px;
}

.planning_service_wrap .content_desc{
  text-align: center;
  margin-top: 17px;
}

/*service*/
.planning_service_items{
  display: flex;
  flex-wrap: wrap;
  margin: 40px -39px 0;
}
.planning_service_items .item{
  padding: 0 39px;
}
.planning_service_items .item:nth-child(n+2){
  margin-top:20px;
  ;
}
.planning_service_items .item .inner{
  border: 1px solid #87baa3;
  border-radius:30px;
  padding: 30px 16px;
}
.planning_service_items .item .inner_top{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
.planning_service_items .item .icon{

}
.planning_service_items .item .title{
  margin-left: 20px;
}
.planning_service_items .item .title .tth3{
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.planning_service_items .item .title .ttx{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.planning_service_items .item .content_desc{
  text-align: justify;
}

.planning_service_msg{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.933em;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 40px;
}
.planning_service_msg span{
  color: #1e7e52;
}

/*コラボ*/
.planning_colabo_box{
  border: 2px solid #a8a7a8;
  border-radius: 20px;
  background: #fff;
  padding: 30px 16px;
}
.planning_colabo_box .title{
  text-align: center;
}
.planning_colabo_box .title:after{
  content: "";
  display: block;
  width: 98px;
  height: 1px;
  background: #e5e5e5;
  margin: 16px auto 0;
}
.planning_colabo_box .title .txt{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #1e7e52;
}
.planning_colabo_lists{
  margin-top: 24px;
}
.planning_colabo_lists li{
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2.5em;
  /*  text-indent: -1em;
    padding-left: 1em;*/
}
.planning_colabo_lists li:nth-child(n+2){
  margin-top: 16px;
}
.planning_colabo_lists li:before{
  content: "";
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-image: url(/img/planning/check_or.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 8px;
  margin-top: 13px;
}

@media (max-width:767px){

}
@media (min-width:768px){
  .pg_planning{

  }
  .pg_planning .section#sec1{

  }
  .pg_planning .section#sec2{
    padding-top: 100px;
  }
  .pg_planning .section#sec3{
    padding-top: 100px;
  }
  .pg_planning .section#sec4{
    padding-top: 100px;
  }

  /*service*/
  .planning_service_items{
    margin-top: 60px;
  }
  .planning_service_items .item{
    width: 50%;
  }
  .planning_service_items .item:nth-child(n+2){
    margin-top:0;
  }
  .planning_service_items .item:nth-child(n+3){
    margin-top: 50px;
  }
  .planning_service_items .item .inner{
    height: 100%;
    padding: 45px 16px;
  }
  .planning_service_items .item .inner_top{
    padding-bottom: 20px;
  }
  .planning_service_items .item .icon{

  }
  .planning_service_items .item .title{

  }
  .planning_service_items .item .title .tth3{
    font-size: 28px;
    line-height: 1.4em;
  }
  .planning_service_items .item .title .ttx{

  }
  .planning_service_items .item .content_desc{

  }
  .planning_service_msg{
    font-size: 20px;
    padding-top: 30px;
    margin-top: 60px;
  }
  .planning_service_msg span{

  }

  /*コラボ*/
  .planning_colabo_box{
    padding: 38px 65px;
  }
  .planning_colabo_box .title{

  }
  .planning_colabo_box .title:after{
    margin-top: 22px;
  }
  .planning_colabo_box .title .txt{
    font-size: 24px;
  }
  .planning_colabo_lists{

  }
  .planning_colabo_lists li{
    font-size: 18px;
  }
}
@media (min-width:1024px){
  .pg_planning{

  }
  .pg_planning .section#sec1{

  }
  .pg_planning .section#sec2{
    padding-top: 140px;
  }
  .pg_planning .section#sec3{
    padding-top: 140px;
  }
  .pg_planning .section#sec4{
    padding-top: 133px;
  }
  .pg_slug_planning .pg_planning:after{
    bottom: 65px!important;
  }

  /*service*/
  .planning_service_items{
    margin-top: 75px;
  }
  .planning_service_items .item{

  }
  .planning_service_items .item .inner{
    padding: 45px 16px 40px;
  }
  .planning_service_items .item .inner_top{

  }
  .planning_service_items .item .icon{

  }
  .planning_service_items .item .title{

  }
  .planning_service_items .item .title .tth3{
    font-size: 30px;
    margin-top: 5px;
  }
  .planning_service_items .item .title .ttx{

  }
  .planning_service_items .item .content_desc{

  }
  .planning_service_msg{
    font-size: 30px;
  }
  .planning_service_msg span{

  }

  /*コラボ*/
  .planning_colabo_box{

  }
  .planning_colabo_box .title{

  }
  .planning_colabo_box .title .txt{
    font-size: 30px;
  }
  .planning_colabo_lists{

  }
  .planning_colabo_lists ul{
    padding-left: 26px;
  }
  .planning_colabo_lists li{

  }
  .planning_colabo_lists li:nth-child(n+2){
    margin-top: 0;
  }
  
  .js-scrollable{
    overflow-x: hidden;
  }
  .belongings_price_tbl .js-scrollable table{
    width: auto;
  }
}
@media (min-width:1200px){
  /*service*/
  .planning_service_items .item .inner{
    padding: 45px 34px 40px;
  }
  
  .planning_colabo_lists li{
    align-items: center;
  }
  .planning_colabo_lists li:before{
    margin-top: 0;
  }
}

/* **********************************
 *  パートナー
 * ********************************* */
.pg_partner{

}
.pg_partner .section#sec1{

}
.pg_slug_partner .pg_partner .section#sec1:before{
  background-image: url(/img/partner/partner_left.png)!important;
  width: 507px;
  height: 1102px;
  top: -4.07%;
  left: calc(50% - 705px);
}
.pg_slug_partner .pg_partner .section#sec1:after{
  background-image: url(/img/partner/partner_right.png)!important;
  width: 412px;
  height: 1087px;
  top: 15.20%;
  left: calc(50% + 753px);
}
.pg_slug_partner .pg_partner:after{
  display: none!important;
}

.partner_items{
  margin-top: 70px;
}
.partner_items .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.partner_items .item:nth-child(n+2){
  padding-top: 40px;
}
.partner_items .item .box1{
  width: 100%;
}
.partner_items .item .box1 .img{
  text-align: center;
}
.partner_items .item .box2{
  width: 100%;
  margin-top: 30px;
}
.partner_items .item .box2 .ttl{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.partner_items .item .box2 .add{
  font-size: 16px;
  font-weight:400;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 5px;
}
.partner_items .item .box2 .add a{
  transition: all .2s;
}
.partner_items .item .box2 .add a:hover{
  color: #1e7e52;
  ;
}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_partner{

  }
  .pg_partner .section#sec1{

  }

  .partner_items{
    margin-top: 100px;
  }
  .partner_items .item{
    padding-bottom: 40px;
  }
  .partner_items .item:nth-child(n+2){
    padding-top: 45px;
  }
  .partner_items .item .box1{
    width: 31.53%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .partner_items .item .box1 .img{

  }
  .partner_items .item .box2{
    width: 51.35%;
    margin-top: 0;
  }
  .partner_items .item .box2 .ttl{
    font-size: 18px;
  }
  .partner_items .item .box2 .add{

  }
}
@media (min-width:1024px){
  .pg_partner{

  }
  .pg_partner .section#sec1{

  }

  .partner_items{
    margin-top: 135px;
  }
  .partner_items .item{

  }
  .partner_items .item .box1{

  }
  .partner_items .item .box1 .img{

  }
  .partner_items .item .box2{

  }
  .partner_items .item .box2 .ttl{

  }
  .partner_items .item .box2 .add{

  }

}
@media (min-width:1200px){

}

/* **********************************
 *  voice
 * ********************************* */
.pg_voice{

}
.pg_voice .section#sec1{
}
.post-type-archive-voice .pg_voice .section#sec1:before{
  top: -2.6% !important;
  left: calc(50% - 587px);
}
.post-type-archive-voice .pg_voice .section#sec1:after{
  content: "";
  display: block;
  width: 412px;
  height: 1087px;
  background-image: url(/img/greeting/greeting_right_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 13.2%;
  left: calc(50% + 768px);
  transform: translateX(-50%);
  z-index: -2;
}
.pg_voice .section#sec2{

}
.pg_voice .section#sec3{

}

.voice_items{
  margin-top: 50px;
}
.voice_items .item{
  display: block;
  border-top: none;
  background: #fff;
  border: 2px solid #87baa3;
  border-radius: 30px;
  padding: 30px 16px;
}
.voice_items .item:nth-child(n+2){
  margin-top: 30px;
}
.voice_items.post_items .item:after{
  display: none;
}
.voice_items.post_items .title_left{
  width: 80.61%;
  display: flex;
  align-items: center;
}
.voice_items.post_items .title{
  width: 100%;
  ;
  border-bottom: 1px solid #1e7e52;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.voice_items.post_items .title .date{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  max-width: 116px;
  width: 100%;
  border-right: 1px solid;
}
.voice_items .title .ttt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4em;
  padding-left: 10px;
}
.voice_items.post_items .category{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 0;
  background: none;
  color: #181818;
}
.voice_items.post_items .category span{
  background: none;
  color: #181818;
}
.voice_items .content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.voice_items .content .box1{
  width: 100%;
}
.voice_items .content .box1 .img{

}
.voice_items .content .box1 .img:before{
  padding-top: 73.17%;
}
.voice_items .content .box2{
  width: 100%;
}
.voice_items .content .box2 .desc{

}

.voice_items .detail{
/*  background: #f5f5f5;
  border-radius: 10px;*/
  padding: 16px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 16px;;
}
.voice_items .detail:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.voice_items .detail div{
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 1;
  
}
.voice_items .detail span{
  font-weight: 500;
}
@media (max-width:767px){
  .voice_items.post_items .title{
    flex-wrap: wrap;
  }
  .voice_items.post_items .title_left{
    flex-wrap: wrap;
    width: 100%;
    order: 2;
    margin-top: 10px;
  }
  .voice_items.post_items .category{
    order: 1;
    padding: 0;
  }
  .voice_items .content .box2{
    margin-top: 20px;
  }
  .voice_items .title .ttt{
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .voice_items .detail{
    padding: 0 16px;
  }
  .voice_items .detail div{
    padding-top: 20px;;
    margin-left: 0;
  }
  .voice_items .detail div:nth-child(n+2){
    padding-top: 0;
  }
  .voice_items .detail div:last-child{
    padding-bottom: 20px;
  }
  
}
@media (min-width:768px){
  .pg_voice{

  }
  .pg_voice .section#sec1{

  }
  .pg_voice .section#sec2{

  }
  .pg_voice .section#sec3{

  }


  .voice_items{
    margin-top: 75px;
  }
  .voice_items .item{
    padding: 58px 30px 60px;
  }
  .voice_items .item:nth-child(n+2){
    margin-top: 60px;
  }
  .voice_items.post_items .title{
    font-size: 18px;
    padding-bottom: 26px;
  }
  .voice_items.post_items .title .date{
    font-size: 18px;
  }
  .voice_items .title .ttt{
    font-size: 18px;
  }
  .voice_items.post_items .category{
    font-size: 18px;
    width: 22.38%;
  }
  .voice_items .content{
    margin-top: 40px;
  }
  .voice_items .content .box1{
    width: 41.83%;
  }
  .voice_items .content .box1 .img{

  }
  .voice_items .content .box2{
    width: 51.53%;
  }
  .voice_items .content .box2 .desc{

  }
  .voice_items .detail{
    padding: 0 20px;
  }
  .voice_items .detail div:nth-child(n+3){
    padding-top: 0;
  }
  
}
@media (min-width:1024px){
  .pg_voice{

  }
  .pg_voice .section#sec1{

  }
  .pg_voice .section#sec2{

  }
  .pg_voice .section#sec3{

  }

  .voice_items{

  }
  .voice_items .item{
    padding: 58px 65px 80px;
  }
  .voice_items .title{

  }
  .voice_items .title .date{

  }
   .voice_items.post_items .category{
    font-size: 18px;
    width: 19.38%;
  }
  .voice_items .title .ttl{

  }
  .voice_items .content{

  }
  .voice_items .content .box1{

  }
  .voice_items .content .box1 .img{

  }
  .voice_items .content .box2{

  }
  .voice_items .content .box2 .desc{

  }

  .voice_items .detail {
  padding: 0 43px;
  }
  .voice_items .detail div{
    padding-top: 10px;
  }
  .voice_items .detail div:nth-child(n+3){
    padding-top: 0;
  }
  .voice_items .detail div:nth-child(n+3){
    padding-bottom: 10px;;
  }
}
@media (min-width:1200px){

}

/* **********************************
 * 式場
 * ********************************* */
.pg_place{

}
.pg_place .section#sec1{

}
.pg_slug_place .pg_place .section#sec1:before{
  top: 133px!important;
  left: calc(50% - 605px);
}
.pg_slug_place .pg_place .section#sec1:after{
  top: -36px!important;
  left: calc(50% + 750px);
}
.pg_place .section#sec2{

}
.pg_place .section#sec3{

}

.place_wrap .content_desc.center{
  text-align: center;
  margin-top: 30px;
}

.place_items{
  margin-top: 50px;
  position: relative;
}
.place_items:after{
  content: "";
  display: block;
  width: 457px;
  height: 480px;
  ;
  background-image: url(/img/place/place3_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 45%;
  left: calc(50% + 730px);
  transform: translateY(-50%) translateX(-50%);
}
.place_items .item{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}
.place_items .item:nth-child(n+2){
  padding-top: 60px;
}
.place_items .item:last-child{
  border-bottom:none;
}
.place_items .item .box1{
  width: 100%;
}
.place_items .item .box1 .img{

}
.place_items .item .box1 .img img{
  border-radius: 10px;
}
.place_items .item .box2{
  width: 100%;
  margin-top: 20px;
}
.place_items .item .box2 .title{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
.place_items .item .box2 .content{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  padding-top: 11px;
}
.place_items .item .box3{
  width: 100%;
  margin-top: 36px;
}
.place_items .item .box3 .gmap{

}
.place_items .item .box3 iframe{
  width: 100%;
  border: none;
  height: 250px;
}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_company{

  }
  .pg_company .section#sec1{

  }
  .pg_company .section#sec2{

  }
  .pg_company .section#sec3{

  }


  .place_wrap .content_desc.center{
    margin-top: 60px;
  }

  .place_items{
    margin-top: 60px;
  }
  .place_items .item{
    justify-content: space-between;
    padding-bottom: 80px;
  }
  .place_items .item:nth-child(n+2){
    padding-top: 55px;
  }
  .place_items .item .box1{
    width: 40.09%;
    margin-right: 8.5%;
    padding-top: 7px;
  }
  .place_items .item .box1 .img{

  }
  .place_items .item .box2{
    width: 50%;
    margin-top: 0;
  }
  .place_items .item .box2 .title{
    font-size: 18px;
  }
  .place_items .item .box2 .content{

  }
  .place_items .item .box3{
    margin-top: 50px;
  }
  .place_items .item .box3 .gmap{

  }
  .place_items .item .box3 iframe{
    height: 370px;
  }
}
@media (min-width:1024px){
  .pg_company{

  }
  .pg_company .section#sec1{

  }
  .pg_company .section#sec2{

  }
  .pg_company .section#sec3{

  }

  .place_items{
    margin-top: 75px;
  }
  .place_items .item{
    justify-content: flex-start;
  }
  .place_items .item .box1{

  }
  .place_items .item .box1 .img{

  }
  .place_items .item .box2{
    width: 36.93%;
    margin-top: 0;
  }
  .place_items .item .box2 .title{

  }
  .place_items .item .box2 .content{

  }
  .place_items .item .box3{

  }
  .place_items .item .box3 .gmap{

  }
  .place_items .item .box3 iframe{

  }
}
@media (min-width:1200px){

}

/* **********************************
 *  流れ
 * ********************************* */
.pg_flow{

}
.pg_flow .section#sec1{

}
.pg_slug_flow .pg_flow .section#sec1:before{
  top: 34px!important;
  left: calc(50% - 609px);
}
.pg_slug_flow .pg_flow .section#sec1:after{
  content: "";
  display: block;
  width: 122px;
  height: 128px;
  ;
  background-image: url(/img/place/place3_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top:67px;
  left: calc(50% + 154px);
}
.pg_flow .section#sec2{

}
.pg_flow .section#sec3{

}

.flow_items{
  margin-top:50px;
  position: relative;
}
.flow_items:before{
  content: "";
  display: block;
  width: 707px;
  height: 1395px;
  background-image: url(/img/greeting/greeting_left_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(50% - 1071px);
  top: 67.5%;
  transform: translateY(-50%);
  z-index: -1;
}
.flow_items:after{
  content: "";
  display: block;
  width: 412px;
  height:1087px;
  background-image: url(/img/flow/flow_right_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(50% + 549px);
  top: 47.3%;
  transform: translateY(-50%);
}
.flow_items .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.flow_items .item:last-child{
  border-bottom:none;
}
.flow_items .item:nth-child(n+2){
  padding-top: 40px;
}
.flow_items .item .box1{
  width: 100%;
}
.flow_items .item .box1 .img{

}
.flow_items .item .box1 .img img{
  border-radius: 10px;
}
.flow_items .item .box2{
  width: 100%;
  margin-top: 20px;
}
.flow_items .item .box2 .title{
  display: flex;
  align-items: center;
}
.flow_items .item .box2 .title .num{
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #1e7e52;
  line-height: 1;
  border-bottom: 2px solid #1e7e52;
  width: 40px;
}
.flow_items .item .box2 .title .ttl{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  width: calc(100% - 40px);
  padding-left: 16px;
}
.flow_items .item .box2 .content_desc{
  margin-top: 20px;
}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_flow{

  }
  .pg_flow .section#sec1{

  }
  .pg_slug_flow .pg_flow .section#sec1:after{
    width: 457px;
    height: 480px;
    ;
    top: -117px;
    left: calc(50% + 686px);
  }
  .pg_flow .section#sec2{

  }
  .pg_flow .section#sec3{

  }

  .flow_items{
    margin-top: 80px;
  }
  .flow_items .item{
    padding-bottom: 60px;
  }
  .flow_items .item:nth-child(n+2){
    padding-top: 60px;
  }
  .flow_items .item .box1{
    width: 40.09%;
  }
  .flow_items .item .box1 .img{

  }
  .flow_items .item .box1 .img img{

  }
  .flow_items .item .box2{
    width: 51.35%;
    padding-top: 14px;
    margin-top: 0;
  }
  .flow_items .item .box2 .title{

  }
  .flow_items .item .box2 .title .num{
    font-size: 42px;
    width: 44px;
  }
  .flow_items .item .box2 .title .ttl{
    font-size: 24px;
    width: calc(100% - 44px);
    padding-left: 30px;
  }
  .flow_items .item .box2 .content_desc{
    margin-top: 31px;
  }
}
@media (min-width:1024px){
  .pg_flow{

  }
  .pg_flow .section#sec1{

  }
  .pg_flow .section#sec2{

  }
  .pg_flow .section#sec3{

  }

  .flow_items{
    margin-top: 118px;
  }
  .flow_items .item{

  }
  .flow_items .item .box1{

  }
  .flow_items .item .box1 .img{

  }
  .flow_items .item .box1 .img img{

  }
  .flow_items .item .box2{

  }
  .flow_items .item .box2 .title{

  }
  .flow_items .item .box2 .title .num{
    font-size: 50px;
    width: 54px;
  }
  .flow_items .item .box2 .title .ttl{
    font-size: 30px;
    width: calc(100% - 54px)
  }
  .flow_items .item .box2 .content_desc{

  }
}
@media (min-width:1200px){

}

/* **********************************
 *  faq
 * ********************************* */
.pg_faq{

}
.pg_slug_faq .pg_faq .section#sec1:before{
  width: 468px;
  height: 1038px;
  background-image: url(/img/faq/faq_left.png)!important;
  top: 405px;
  left: calc(50% - 728px);
}
.pg_slug_faq .pg_faq .section#sec1:after{
  content: "";
  display: block;
  width: 457px;
  height: 480px;
  background-image: url(/img/place/place3_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -12px;
  left: calc(50% + 801px);
  z-index: 1;
}
.pg_faq .section#sec2{

}
.pg_faq .section#sec3{

}
.faq_items{
  margin-top: 40px;
}
.faq_items .item{
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.faq_items .item:nth-child(n+2){
  padding-top: 20px;
}
.faq_items .item:last-child{
  border-bottom:none;
}
.faq_items .item .title{
  position: relative;
  align-items: center;
  cursor: pointer;
}
.faq_items .item .title:after{
  content: "";
  background-image: url(/img/faq/down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}
.faq_items .item .title.on:after{
  background-image: url(/img/faq/up.svg);
}
.faq_items .item .title,
.faq_items .item .anser{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq_items .item .title .icon{
  background: #1e7e52;
  color: #fff;
}
.faq_items .item .title .txt{
  font-weight: 500;
  padding-right: 28px;
}
.faq_items .item .content{
  display: none;
}
.faq_items .item .anser{
  margin-top: 30px;
}
.faq_items .item .anser .icon{
  background: #fff;
  border: 1px solid #1e7e52;
  color: #1e7e52;
}
.faq_items .item .icon{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.faq_items .item .anser .txt{
  padding: 0;
}
.faq_items .item .anser .txt a{
  transition: all .2s;
}
.faq_items .item .anser .txt a:hover{
  color: #1e7e52;
}
.faq_items .item .txt{
  width: 82%;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
}


@media (max-width:767px){

}
@media (min-width:768px){
  .faq_items{
    margin-top: 60px;
  }
  .faq_items .item{

  }
  .faq_items .item:nth-child(n+2){
    padding-top: 60px;
  }
  .faq_items .item:nth-child(n+2){
    padding-top: 50px;
  }
  .faq_items .item .title{

  }
  .faq_items .item .title .txt{
    padding-right: 0;
  }
  .faq_items .item .anser{

  }
  .faq_items .item .icon{

  }
  .faq_items .item .txt{
    width: 89.14%;
  }

}
@media (min-width:1024px){
  .faq_items{
    margin-top: 80px;
  }
  .faq_items .item{

  }
  .faq_items .item .title{

  }
  .faq_items .item .title .txt{

  }
  .faq_items .item .anser{

  }
  .faq_items .item .anser .txt{
    padding: 5px 11px;
  }
  .faq_items .item .icon{

  }
  .faq_items .item .txt{
    width: 94.14%;
  }


}
@media (min-width:1200px){

}

/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{

}
.pg_company .section#sec1{

}
.pg_slug_company .pg_company .section#sec1:before {
  width: 526px !important;
  height: 1038px !important;
  background-image: url(/img/company/company_left.png) !important;
  top: 2px !important;
  left: calc(50% - 674px) !important;
}
.pg_slug_company .pg_company .section#sec1:after{
  width: 397px !important;
  height: 1087px !important;
  background-image: url(/img/company/company_right.png) !important;
  top: -120px !important;
  left: calc(50% + 764px) !important;
  z-index: 2;
}

/*テーブル*/
.company_tbl{
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  margin-top: 36px;
}
.company_tbl table{
  border-collapse:collapse;
  border-radius: 5px;
  border-spacing:0
}
.company_tbl th,
.company_tbl td{
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding: 16px 10px;
  border-bottom: none;
}
.company_tbl th{
  background: #f5f5f5;
  text-align: left;
/*  border-top: 1px solid #c4c4c4;*/
}
.company_tbl td{
  background: #fff;
  line-height: 1.875em;
}
.company_tbl tr:first-child>*:first-child{
  border-radius: 5px 5px 0 0;
}

.company_tbl tr:last-child>*:last-child{
  border-radius: 0 0 5px 5px;
}


/*地図*/
.gmap{
  margin-top: 50px;
}
.gmap iframe{
  width: 100%;
  height: 250px;
  border: none;
  border-radius: 20px;
}

/*ギャラリー*/
.company_gallery.items{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -5px 0;
}
.company_gallery.items .item{
  padding: 0 5px;
  width: 100%;
}
.company_gallery.items .item:nth-child(n+2){
  margin-top: 20px;
}
.company_gallery.items .item .video iframe{
  width: 100%;
  height: 250px;
  border: none;
  border-radius: 10px;
}



@media (max-width:767px){

}
@media (min-width:768px){
  /*テーブル*/
  .company_tbl{
    border: 1px solid #c4c4c4;
    margin-top: 50px;
  }
  .company_tbl tr:nth-child(n+2){
    border-top: 1px solid #c4c4c4;
  }
  .company_tbl th,
  .company_tbl td{
    display: table-cell;
  }
  .company_tbl th{
    width: 200px;
  }
  .company_tbl td{
    width: auto;
    padding-left: 14px;
  }
  .company_tbl tr:first-child>*:first-child{
    border-radius: 5px 0 0 0;
  }
  .company_tbl tr:first-child>*:last-child{
    border-radius: 0 5px 0 0;
  }
  .company_tbl tr:last-child>*:first-child{
    border-radius: 0 0 0 5px;
  }
  .company_tbl tr:last-child>*:last-child{
    border-radius: 0 0 5px 0;
  }

  /*地図*/
  .gmap{
    margin-top: 70px;
  }
  .gmap iframe{
    height: 380px;
  }

  /*ギャラリー*/
  .company_gallery.items{
    margin: 40px -10px 0;
  }
  .company_gallery.items .item{
    width: 50%;
    padding: 0 10px;
  }
  .company_gallery.items .item:nth-child(n+2){
    margin-top: 0;
  }
  .company_gallery.items .item .video iframe{
    width: 100%;
    height: 240px;
    border: none;
  }

}
@media (min-width:1024px){
  /*テーブル*/
  .company_tbl{

  }
  .company_tbl th,
  .company_tbl td{

  }
  .company_tbl th{
    width: 284px;
  }
  .company_tbl td{

  }

  /*地図*/
  .gmap{
    margin-top: 90px;
  }
  .gmap iframe{

  }

  /*ギャラリー*/
  .company_gallery.items{
    margin: 55px -45px 0;
  }
  .company_gallery.items .item{
    padding: 0 45px;
  }
  .company_gallery.items .item .video iframe{
    width: 100%;
    height: 287px;
    border: none;
  }

}
@media (min-width:1200px){

}

/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}
.pg_slug_contact .pg_contact .section#sec1:before {
  width: 526px !important;
  height: 1038px !important;
  background-image: url(/img/company/company_left.png) !important;
  top: 68px !important;
  left: calc(50% - 732px) !important;
}
.pg_slug_contact .pg_contact .section#sec1:after{
  width: 397px !important;
  height: 1087px !important;
  background-image: url(/img/company/company_right.png) !important;
  top: -10px !important;
  left: calc(50% + 832px) !important;
  z-index: 2;
}
.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: 30px;
}



/* 連絡先 */
.contact_info{
  background: #ff2700;
  text-align: center;
  padding: 28px 20px 25px;
  margin-bottom: 65px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #FFF;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #ff2700;
  color: #FFFFFF;
  padding: 5px 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.02em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  border-collapse: separate;
}
/*.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}*/

.contact_form th,
.contact_form td{
  padding: 11px 6px 11px 25px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f5f5f5;
  width: 310px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.contact_form tr:nth-child(n+2) th{
  border-top:1px solid #b2b2b2;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
  background: #fff;
}
.contact_form tr:first-child>*:first-child{
  border-radius: 5px 5px 0 0;
}
.contact_form tr:last-child>*:last-child{
  border-radius: 0 0 5px 5px;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.12em;
  float: right;
}
.contact_form th .require.nini{
  color:#b80000;
  background: #FFF;
}
.mwform-checkbox-field input,
.mwform-radio-field input{
  margin-right: 11px;
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 21px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.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.date dt.m,
.contact_form dl.date dt.d{
  width: 120px;
}
.contact_form dl.date dt.m select,
.contact_form dl.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form dl.date dt.t{
  width: 150px;
}
.contact_form dl.date dt.t select{
  width: calc(100% - 5em);
}


.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: 75px;
}
.contact_form_addr dd{
  width: calc(100% - 75px);
}

.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 input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  max-width: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.16em;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.contact_form td textarea{
  height: 280px;
}

.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}

.contact_form td input[type="text"],
.contact_form td input[type="email"]{
  width: 460px;
}
.contact_form td input[name$="_zipcode"],
.contact_form td input[name="zipcode"],
.contact_form td input[name="addr1"]{
  width: 160px;
}
.contact_form td input[name="addr2"]{
  width: 425px;
}
.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */



.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 50px 0 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #1e7e52;
  border-radius:26px;
  color: #FFF;
  border: 0;
  padding: 14px 10px;
  width: 285px;
  margin: 0 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  position: relative;
  transition: all .2s;
  border: 1px solid transparent;
}
.contact_form_btns input[type="submit"]:after,
.contact_form_btns input[type="button"]:after,
.contact_form_btns button:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
.contact_form_btns input[type="submit"]:hover,
.contact_form_btns input[type="button"]:hover,
.contact_form_btns button:hover{
  background: #fff;
  border-radius:26px;
  color: #1e7e52;
  border: 1px solid #1e7e52;
}
.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 .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}

.pg_contact .sec_title{
  margin-bottom: 50px;
}
.contact_form td input[name$="_zipcode"],
.contact_form td input[name="zipcode"],
.contact_form td input[name="addr1"]{
  width: 107px;
}

.txt_c a{
  width: 100%;
  display: block;
  background:#1e7e52;
  color: #fff;
  max-width: 250px;
  margin: 30px auto 0;
  border: 1px solid transparent;
  border-radius: 26px;
  padding: 10px 0;
}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_contact .sec_title{
    margin-bottom: 95px;
  }
  .contact_form tr:nth-child(n+2) th{
    border-top: none;
  }
  .contact_form tr:nth-child(n+2) th,
  .contact_form tr:nth-child(n+2) td{
    border-top: 1px solid #b2b2b2;
  }
  .contact_form tr:first-child>*:first-child{
    border-radius: 5px 0 0 0;
  }
  .contact_form tr:first-child>*:last-child{
    border-radius: 0 5px 0 0;
  }
  .contact_form tr:last-child>*:first-child{
    border-radius: 0 0 0 5px;
  }
  .contact_form tr:last-child>*:last-child{
    border-radius: 0 0 5px 0;
  }
  .contact_form td input[name$="_zipcode"],
  .contact_form td input[name="zipcode"],
  .contact_form td input[name="addr1"]{
    width: 85px;
  }
}
@media (min-width:1024px){
  .contact_form td input[name$="_zipcode"],
  .contact_form td input[name="zipcode"],
  .contact_form td input[name="addr1"]{
    width: 160px;
  }
}
@media (min-width:1200px){

}

/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 105px;
}
.pg_slug_privacy-policy .pg_privacy .section#sec1:before {
  width: 467px !important;
  height: 921px !important;
  background-image: url(/img/privacy/privacy_left.png) !important;
  top: -31px !important;
  left: calc(50% - 706px) !important;
}
.pg_slug_privacy-policy .pg_privacy .section#sec1:after{
  width: 387px !important;
  height: 1022px !important;
  background-image: url(/img/privacy/privacy_right.png) !important;
  top: -95px !important;
  left: calc(50% + 767px) !important;
  z-index: 2;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 45px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 700;
  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;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 30px;
}
.privacy_items .item h3{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-left: 6px solid #1e7e52;
  padding-left: 14px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left:0;
  margin-top: 0;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  line-height: 1.875em;
  list-style: none;
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_tt h2{
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width:767px){
  .privacy_items .item h3{
    line-height: 1.6em;
  }
}
@media (min-width:768px){


}
@media (min-width:1024px){
  .privacy_tt h2{
    font-size: 21px;
  }
}
@media (min-width:1200px){

}

@media only screen and (max-width:1023px){

  /* **********************************
   *  
   * ********************************* */


  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 90px;
  }
}
/* **********************************
 *  
 * ********************************* */


@media only screen and (max-width:767px){






  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }

  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
  }
  .contact_form td{
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }

  .contact_form dl.date dt.m,
  .contact_form dl.date dt.d{
    width: 90px;
  }
  .contact_form dl.date dt.m select,
  .contact_form dl.date dt.d select{
    width: calc(100% - 2em);
  }
  .contact_form dl.date dt.t{
    width: calc(100% - 180px - 10px);
  }
  .contact_form dl.date dt.t select{
    width: calc(100% - 3.5em);
  }

  .contact_form_btns input[type="submit"],
  .contact_form_btns input[type="button"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 12px;
  }
  .contact_form_btns input[type="submit"]{

  }
  .contact_form_btns button {
    width: 255px;
  }


  /* **********************************
   *  プライバシーポリシー
   * ********************************* */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }


  /* クッキー同意 */
  #cookie-notice{
    min-width: 0;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    left: 10px;
    right: 10px;
  }
  #cookie-notice:before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.9);
    z-index: -1;
  }
  #cn-close-notice{
    top: 5px;
    right: 5px;
    margin-top: 0;
  }
  #cn-notice-text{
    text-align: justify;
  }

  .cookie-notice-container{
    padding: 50px 20px 50px;
    background: rgba(50,50,58,1);
  }
  .cn-text-container{
    margin-bottom: 10px;
  }
  .cookie-notice-hidden{
    display: none;
  }
}


/* **********************************
 *  
 * ********************************* */


@media (max-width:767px){

}
@media (min-width:768px){

 
}
@media (min-width:1024px){

}
@media (min-width:1200px){

}