@charset "UTF-8";

/*******************************
*　共通パーツ
********************************/
/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;
  border: 1px solid var(--main-color);
  background: #ffffff;
  font-family: var(--font-mincho);
  font-weight: 600;
}
.webgene-pagination li.selected{
  border: 0;
  background: var(--main-color);
  color: #FFF;
}
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.read_more a{
  min-width: 330px;
  min-width: 350px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-mincho);
  line-height: 1.6;
  text-align: center;
  border: 1px solid #080056;
  background: #FFF;
  border-radius: 0;
  color: #181818;
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.read_more a:after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:
    linear-gradient(135deg, var(--main-color) 7px, transparent 0) top left,
    linear-gradient(-135deg, var(--main-color) 7px, transparent 0) top right,
    linear-gradient(45deg, var(--main-color) 7px, transparent 0) bottom left,
    linear-gradient(-45deg, var(--main-color) 7px, transparent 0) bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.read_more a p{
  letter-spacing: 0;
}
.read_more a:hover{
  color: #FFF;
  background: var(--main-color);
}
.read_more a:hover:after{

}

/* 見出し */
.tt2{
  text-align: center;
  margin-bottom: 15px;
}
.tt2.vertical{
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.tt2_en{
  font-size: 32px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #565656;
}
.tt2_ja{
  font-size: 24px;
  font-family: var(--font-mincho);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 0;
}
.tt2_ja2{
  font-size: 24px;
  font-family: var(--font-mincho);
  font-weight: 600;
  line-height: 1.76;
  letter-spacing: 0;
  margin-top: 0;
  color: #080056;
}
.tt2_ja2 strong{
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}


/* コンテナ */
.cmn_txt{
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0;
  text-align: justify;
}

@media (max-width:767px){
  .read_more a {
    min-width: 320px;
    padding: 15px 20px;
  }
}
@media (min-width:768px){
  /* ページネーション */
  .webgene-pagination {
    margin-top: 50px;
  }

  /* ボタン */
  .read_more{
    margin-top: 35px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    min-width: 330px;
    padding: 15px 20px;
    margin: 5px 5px;
  }
  .pg_topics .read_more a,
  .pg_news .read_more a{
    min-width: 350px;
    padding: 17px 20px;
  }
  /* 見出し */
  .tt2{
    margin-bottom: 20px;
  }
  .tt2.vertical{
    writing-mode: vertical-rl;
    align-self: flex-start;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .tt2_en{
    font-size: 46px;
  }
  .tt2_ja{
    font-size: 28px;
  }

  .tt2_ja2{
    font-size: 25px;
    margin-top: 0px;
  }
  .tt2_ja2 strong{
    font-size: 18px;
  }
}
@media (min-width:1024px){

  /* ページネーション */
  .pg_news .webgene-pagination{
    margin-top: 60px;
  }
  .webgene-pagination{
    margin-top: 60px;
  }
  .posts_list .webgene-pagination{
    margin-top: 80px;
  }

  /* ボタン */
  .read_more a{
    padding: 19px 20px;
  }

  /* 見出し */
  .tt2{
    margin-bottom: 20px;
  }
  .tt2.vertical{
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .tt2_en{
    font-size: 46px;
  }
  .tt2_ja{
    font-size: 30px;
  }

  .tt2_ja2{
    font-size: 28px;
    margin-top: 10px;
  }
  .tt2_ja2 strong{
    font-size: 18px;
  }

  /* コンテナ */
  .cmn_txt.center{
    text-align: center !important;
  }
}
@media (min-width:1200px){

  .cmn_txt{

  }

}
@media (min-width:1366px){
  /* ボタン */
  .read_more{
    margin-top: 50px;
  }

  /* 見出し */
  .tt2{
    margin-bottom: 50px;
    margin-bottom: 28px;
  }
  .tt2.center{
    margin-bottom: 26px;
  }
  .tt2_en{
    font-size: 15px;
  }
  .tt2_en.mid{
    font-size: 20px;
  }
  .tt2_ja{
    font-size: 36px;
    margin-top: -15px;
  }
  .tt2_ja2{
    font-size: 34px;
    margin-top: 30px;
  }
}
/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.pg_header_mv_img{
  position: relative;
  z-index: 1;
}
.pg_header_mv_img.img_fit:before{
  padding-top: 180px;
}
.pg_header_mv_img:after{
  display: none;
}
*

/* MVタイトル */
.pg_header_title{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_header_title_en{
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  line-height: 1;
  color: #181818;

  text-shadow:
    4px 4px 4px #ffffff,
    -4px 4px 4px #ffffff,
    4px -4px 4px #ffffff,
    -4px -4px 4px #ffffff,
    4px 0px 4px #ffffff,
    0px 4px 4px #ffffff,
    -4px 0px 4px #ffffff,
    0px -4px 4px #ffffff,
    4px 4px 4px #ffffff,
    -4px 4px 4px #ffffff,
    4px -4px 4px #ffffff,
    -4px -4px 4px #ffffff,
    4px 0px 4px #ffffff,
    0px 4px 4px #ffffff,
    -4px 0px 4px #ffffff,
    0px -4px 4px #ffffff;
}
.pg_header_title_ja{
  font-size: 25px;
  font-weight: 600;
  font-family: var(--font-mincho);
  line-height: 1.875;
  letter-spacing: 0;
  color: #181818;

  text-shadow:
    4px 4px 4px #ffffff,
    -4px 4px 4px #ffffff,
    4px -4px 4px #ffffff,
    -4px -4px 4px #ffffff,
    4px 0px 4px #ffffff,
    0px 4px 4px #ffffff,
    -4px 0px 4px #ffffff,
    0px -4px 4px #ffffff,
    4px 4px 4px #ffffff,
    -4px 4px 4px #ffffff,
    4px -4px 4px #ffffff,
    -4px -4px 4px #ffffff,
    4px 0px 4px #ffffff,
    0px 4px 4px #ffffff,
    -4px 0px 4px #ffffff,
    0px -4px 4px #ffffff;
}

.pg_header_mv_inr{
  position: relative;
  padding: 30px 0;
}
.pg_header_mv_inr:after{
  content: "";
  display: block;
  width: 100vw;
  ;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  left: 13.48%;
  z-index: 0;
}
.pg_header_mv_img{
  width:  100%;
}
.pg_header_mv_txt{
  width: 100%;
  position: absolute;
  top: 56.5%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.pg_header_mv_txt .mv_text_box1_txt{
  padding-right: 20px;
}
.pg_header_mv_txt .mv_text_box2 p{
  padding: 5px 0px 5px 1px;
}
@media (min-width:768px){
  .pg_header{
    margin-bottom: 50px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 250px;
  }

  .pg_header_title_txt{

  }
  .pg_header_mv_inr{
    padding: 50px 0;
  }
  .pg_header_mv_txt .mv_text_box1_txt{
    padding-right: 40px;
  }
  .pg_header_mv_txt .mv_text_box2 p{
    padding: 2px 0px 2px 1px;
  }
  /* MVタイトル */
  .pg_header_title_ja{
    font-size: 40px;
  }
  .pg_header_title_en{
    font-size: 20px;
    margin-top: 10px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 80px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

  /* MVタイトル */
  .pg_header_title_ja{
    font-size: 50px;
  }
  .pg_header_title_en{
    font-size: 22px;
  }
}
@media (min-width:1200px){

  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 420px;
  }

  .pg_header_mv_inr{
    padding: 100px 0 100px;
  }

  /* MVタイトル */
  .pg_header_title_ja{
    font-size: 55px;
  }
  .pg_header_title_en{
    font-size: 24px;
  }
}
@media (min-width:1366px){
  .pg_header{
    margin-bottom: 140px;
  }

  /* MVタイトル */
  .pg_header_title_ja{
    font-size: 60px;
  }
  .pg_header_title_en{
    font-size: 24px;
  }
}

@media (min-width: 1720px) {
  .pg_header {
    margin-bottom: 140px;
  }
  /* MVタイトル */
  .pg_header_title_ja{
    font-size: 60px;
  }
  .pg_header_title_en{
    font-size: 24px;
  }
}

/*******************************
*　フッター
********************************/

/* フッターマップ */
.footer_contents_rows{
  margin-top: 80px;
}
.footer_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_contents_box1{
  width: 100%;
}
.access_map{

}
.footer_map iframe{
  border: 0;
  width: 100%;
  height: 250px;
}
.footer_contents_box2{
  width: 100%;
  margin-top: 20px;
}
.footer_contents_head{
  text-align: center;
  margin-bottom: 42px;
}
.footer_contents_head_img{
  position: relative;
  text-align: center;
}
.footer_contents_head_img:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background: #080056;
  transform: translateY(-50%);
}
.footer_contents_head_img:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 1px;
  background: #080056;
  transform: translateY(-50%);
}
.footer_contents_head_title{
  font-size: 25px;
  font-family: var(--font-mincho);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.323;
  margin-top: 25px;
  margin-bottom: 15px;
}
.footer_contents_head_txt{
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}
.footer_contents_txt{
  letter-spacing: 0;
  line-height: 2;
  padding-inline: 7px;
}


.footer{
  margin-top: 80px;
}

.ftr1{
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0;
  margin-bottom: 25px;
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}


.ftr_contact{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before{
  content:"\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  font-family: var(--font-ja);
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  background: var(--main-color);
  color: #fff;
  padding: 6px;
  margin-top: 30px;
}
.ftr_copy p{
  letter-spacing: 0.075em;
}
.ftr_copy a:hover{
  color: rgba(255, 255, 255, 0.5);
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--main-color);
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
  border-top: 1px solid var(--main-color);
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
}
/*.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}*/
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix p{
  font-family: var(--font-mincho);
}
.footer_fix .footer_fix_item_1{
  border-right: 1px solid var(--main-color)!important;
}
.footer_fix .footer_fix_item_2{
  background: #FFF !important;
}
/*.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}*/

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 60px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #14065e;
}
.pagetop a i{
  font-size: 40px;
}


.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 21px 0;
  margin-top: 50px;
}
.ftr_contact_box1{
  width: 100%;
  text-align: center;
}
/*.ftr_contact_box1_en{
  font-size: 30px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #14065e;
}*/
.ftr_contact_box1_ja{
  font-size: 30px;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  line-height: 1;
}
.ftr_contact_box1 .content_desc{
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.73;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
}
.ftr_contact_box1 .content_desc p{
  letter-spacing: 0;
}
.ftr_contact_box2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ftr_contact_box2_item{
  width: 100%;
}
.ftr_contact_box2_item_inner{

}
.ftr_contact_box2_head{
  text-align: center;
}
.ftr_contact_box2_item_head_tt{
  font-size: 15px;
  font-family: var(--font-mincho);
  font-weight: 500;
  letter-spacing: 0;
}
.ftr_contact_box2_item_head_tt:before{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-inline: auto;
  min-height: 24px;
  margin-bottom: 23px;
}
.ftr_contact_box2_item_head_tt:after{
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #a39c92;
  margin: 22px auto 28px;
}
.ftr_contact_box2_item.mail .ftr_contact_box2_item_head_tt:before{
  background-image: url(/system_panel/uploads/images/mail.png);
  width: 25px;
  aspect-ratio: 25 / 18;
}
.ftr_contact_box2_item.tel .ftr_contact_box2_item_head_tt:before{
  background-image: url(/system_panel/uploads/images/tel.png);
  width: 25px;
  aspect-ratio: 25 / 24;
}
.ftr_contact_box2_item_head_tt:before{

}
.ftr_contact_box2_item_head_tt:after{

}
.ftr_contact_box2_item_box{

}
.ftr_contact_box2_item_tel{
  text-align: center;
}
.ftr_contact_box2_item_tel1{
  font-size: 30px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  line-height: 1;
}
.ftr_contact_box2_item_tel1 a:hover{
  color: var(--main-color);
}
.ftr_contact_box2_item_tel2{
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  line-height: 1.875;
  padding-top: 5px;
}
.link_1{
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  background: #14065e;
  color: #fff;
  width: 100%;
  max-width: 202px;
  margin-inline: auto;

  border: 1px solid transparent;
  transition: all .2s;
  border-radius: 5px;
  padding: 8px;
}
.link_1 p{
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  line-height: 1.875;
}
.link_1:hover{
  background: #FFF;
  border: 1px solid var(--main-color);
  color: #181818;
}

/*youtubeボタン*/
.link_1.youtube{
  max-width: 300px;
  font-weight: 700;
  background: #ff0000;
  position: relative;
  margin-top: 30px;
}
.link_1.youtube p{
  letter-spacing: 0.05em;
}
.link_1.youtube:after{
  content: "\f14c";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.ftr_1{
  padding: 0 0 20px;
}
.ftr_1_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 0;
  padding-top: 80px;
}
.ftr_1_box1{
  width: 100%;
}
.ftr_1_add{
  margin-top: 23px;
}
.ftr_1_add_txt{
  font-size: 16px;
  font-family: var(--font-mincho);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2.25em;
}
.ftr_1_add_txt.tel a:hover{
  color: var(--main-color);
}
.ftr_1_add_item{
  display: flex;
  align-items: center;
}
.ftr_1_add_txt.left{
  position: relative;
  padding-right: 10px;
  margin-right: 13px;
}
.ftr_1_add_txt.left:after{
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ftr_1_box2{
  width: 100%;
}
.ftr_1_box2_inner{

}
.ftr_links{

}
.ftr_links:before{

}
.ftr_link{

}
.ftr_link:hover{
  color: var(--main-color);
}


.ftr_image{

}
.ftr_img:before{
  padding-top: 66.666%;
}
.ftr_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 84%, rgba(255, 255, 255, 1) 98%, rgba(255, 255, 255, 1) 103%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.privacy_agree{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 10px;
}
.privacy_agree a{
  color: #002f60;
}
.privacy_agree input{
  margin-right: 5px;
}
@media (min-width:375px){

}
@media (max-width:767px){

  body{
    padding-bottom: 56px;
  }

  .footer_fix{
    display: flex;
  }

  .footer_fix{
    display: flex;
    transform: translateY(100%);
    transition: 0.2s all;
  }
  .footer_fix.show{
    transform: translateY(0);
  }

  #chatbot-btn{
    transform: translateX(100%);
    transition: 0.2s all;
  }
  #chatbot-btn.show{
    transform: translateX(0);
  }

  .ftr_1_box{
    padding-top: 40px;
  }

  .mv_left{
    width: 9.125%;
  }
  .mv_right{
    width: calc(100% - 9.125%);
  }

  .ftr_contact_box2_item{
    border-top: 1px solid #bfbfbf;
    padding: 30px 0;
  }
  .ftr_contact_box2_item:first-child{
    margin-top: 30px;
    border-top: 0;
    margin-top: 0;
  }

  .ftr_logo{
    display: block;
    width: 160px;
    margin-inline:auto;
  }
  .ftr_1_box2{
    display: none;
  }
  .ftr_1_add{
    text-align: center;
  }
  .ftr_1_add_item{
    width: 190px;
    margin-inline: auto;
  }
  .ftr_1_add_txt{
    font-size: 15px;
  }
  .ftr_1_add_txt.left{
    width: 47px;
  }
}
@media (min-width:768px){
  /* フッターマップ */
  .footer_contents_rows{
    margin-top: 100px;
  }
  .footer_contents_box1{
    width: 50%;
  }
  .access_map{

  }
  .footer_map iframe{
    height: 320px;
  }
  .footer_contents_box2{
    width: 45%;
    margin-top: 0px;
  }
  .footer_contents_head{
    text-align: center;
    margin-bottom: 42px;
  }
  .footer_contents_head_img{

  }
  .footer_contents_head_img:before{

  }
  .footer_contents_head_img:after{

  }
  .footer_contents_head_title{
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .footer_contents_head_txt{
    font-size: 16px;
    font-family: var(--font-ja);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
  }
  .footer_contents_txt{
    letter-spacing: 0;
    line-height: 2;
    padding-inline: 7px;
  }

  .footer{
    margin-top: 100px;
  }
  .ftr_logo img{
    width: 200px;
  }
  .ftr_contact_box{
    margin-top: 83px;
  }
  .ftr_contact_box1{

  }
  .ftr_contact_box1_en{
    font-size: 36px;
  }
  .ftr_contact_box1_ja{

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

  }
  .ftr_contact_box2 {
    margin-top: 40px;
  }
  .ftr_contact_box2_item{
    width: 50%;
    border-left: 1px solid #bfbfbf;
    padding: 20px 0;
  }
  .ftr_contact_box2_item:last-child {
    border-right: 1px solid #bfbfbf;
  }

  .ftr_1{
    padding: 0 0 30px;
  }
  .ftr_1_box{

  }
  .ftr_1_box1{
    width: 38.98%;
  }
  .ftr_1_add{
    margin-top: 45px;
  }
  .ftr_1_add_txt{

  }
  .ftr_1_add_item{

  }
  .ftr_1_add_txt.left{
    padding-right: 15px;
    margin-right: 18px;
  }
  .ftr_1_box2{
    width: 53.72%;
    padding-right: 30px;
  }
  .ftr_1_box2_inner{

  }
  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    margin-inline: -30px;
    position: relative;
  }
  /*  .ftr_links:before{
      content: "";
      display: block;
      width: 1px;
      height: 230px;
      border-right: 1px dashed #b3b3b3;
      position: absolute;
      top: 2px;
      left: 50%;
    }*/
  .ftr_link{
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 13px;
    padding-inline: 8px;
  }
  .ftr_link p{
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    font-size: 16px;
    font-family: var(--font-mincho);
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .ftr_link p:before{
    content: "";
    display: block;
    width: 22px;
    min-width: 22px;
    aspect-ratio: 1;
    background-image: url(/system_panel/uploads/images/sanaku.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
  .ftr_link p:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .ftr_copy{
    margin-top: 75px;
  }

  .link_1.youtube{
    font-size: 18px;
    margin-top: 50px;
  }

  .ftr_contact_box2_item_tel1{

  }
}
@media (min-width:1024px){
  /* フッターマップ */
  .footer_contents_rows{
    margin-top: 100px;
  }
  .footer_contents_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_contents_box1{
    width: 52%;
  }
  .access_map{

  }
  .footer_map iframe{
    height: 350px;
  }
  .footer_contents_box2{
    width: 42%;
    margin-top: 10px;
  }
  .footer_contents_head{
    text-align: center;
    margin-bottom: 42px;
  }
  .footer_contents_head_img{

  }
  .footer_contents_head_img:before{
    top: 50%;
    left: 3px;
    width: 50px;
  }
  .footer_contents_head_img:after{
    top: 50%;
    right: 0;
    width: 50px;
  }
  .footer_contents_head_title{
    font-size: 34px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .footer_contents_head_txt{
    font-size: 16px;
  }

  .footer{
    margin-top: 100px;
  }

  .ftr_contact_box{
    padding: 20px 0 18px;
    margin-top: 100px;
  }
  .ftr_contact_box1{
    width: 25.98%;
  }
  .ftr_contact_box1_en{
    font-size: 42px;
  }
  .ftr_contact_box1_ja{

  }
  .ftr_contact_box1 .content_desc{
    text-align: justify;
  }
  .ftr_contact_box2{
    width: 68.72%;
  }
  .ftr_1_box{
    padding-top: 140px;
  }
  .ftr_1_box1{
    width: 42.79%;
  }
  .ftr_1_box2{
    width: 49.09%;
    padding-right: 0;
  }
  .link_1{

  }
  .ftr_link{
    padding-inline: 20px;
  }
  .ftr_link:nth-child(n+3){
    margin-top: 8px;
  }
  /*  .ftr_links:before{
      content: "";
      display: block;
      width: 1px;
      height: 270px;
      border-right: 1px dashed #b3b3b3;
      position: absolute;
      top: 2px;
      left: 48%;
    }*/
  .ftr_link p:after {
    width: 90%;
    left: 0;
    bottom: 0;
  }

  .ftr_copy{
    margin-top: 105px;
  }
}
@media (min-width:1200px){
  /* フッターマップ */
  .footer_contents_rows{
    margin-top: 120px;
  }
  .footer_contents_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_contents_box1{
    width: 59.90%;
  }
  .access_map{

  }
  .footer_map iframe{
    width: 665px;
    height: 430px;
  }
  .footer_contents_box2{
    width: 34.54%;
    margin-top: 20px;
  }
  .footer_contents_head{
    text-align: center;
    margin-bottom: 42px;
  }
  .footer_contents_head_img{

  }
  .footer_contents_head_img:before{
    top: 55%;
    left: 3px;
    width: 70px;
  }
  .footer_contents_head_img:after{
    top: 55%;
    right: 0;
    width: 70px;
  }
  .footer_contents_head_title{
    font-size: 34px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .footer_contents_head_txt{
    font-size: 16px;
  }

  .footer{
    margin-top: 162px;
  }
  .ftr_logo img{
    width: auto;
  }
  .ftr_contact_box{
    margin-top: 160px;
  }
  .ftr_contact_box1 {
    width: 31.54%;
    text-align: left;
    padding-top: 0;
    margin-inline: -8px;
  }
  .ftr_contact_box1_ja{
    font-size: 30px;
  }
  .ftr_contact_box1 .content_desc {
    margin-top: 30px;
    text-align: justify;
    padding-inline: -8px;
  }
  .ftr_contact_box2 {
    width: 65.76%;
    margin-top: 0;
  }
  .ftr_contact_box2_item{
    padding: 45px 0 45px;
  }
  .ftr_contact_box2_item:last-child {

  }

  .ftr_1{
    padding: 0 0 30px;
  }

  .ftr_1_box{

  }
  .ftr_1_box1{

  }
  .ftr_1_add{

  }
  .ftr_1_add_txt{

  }
  .ftr_1_add_item{

  }
  .ftr_1_add_txt.left{

  }
  .ftr_1_box2{

  }
  .ftr_1_box2_inner{
    ;
  }
  .ftr_link{
    padding-inline: 32px;
  }
  .ftr_link p:after {
    width: 100%;
  }
  .ftr_links{
    position: relative;
  }
  /*  .ftr_links:before{
      content: "";
      display: block;
      width: 1px;
      height: 270px;
      border-right: 1px dashed #b3b3b3;
      position: absolute;
      top: 2px;
      left: 48%;
    }*/
  /*.ftr_links:after{
      content: "";
      display: block;
      width: 1px;
      height: 125px;
      border-right: 1px dashed #b3b3b3;
      position: absolute;
      top: 5px;
      right: 33.333%;
    }*/
  .ftr_link{

  }
  .ftr_link:nth-child(n+3){
    margin-top: 7px;
  }

  .ftr_1_box2 {
    padding-top: 5px;
  }
}
@media (min-width: 1470px) {
  /*  .ftr_links:before {
      content: "";
      display: block;
      width: 1px;
      height: 270px;
      border-right: 1px dashed #b3b3b3;
      position: absolute;
      top: 2px;
      left: 50%;
    }*/
}

/*******************************
*　記事一覧
********************************/

/* 一覧（サムネあり） */
.news_list_thumb{

}
* + .news_list_thumb{
  margin-top: 50px;
}
.sec_head + .news_list_thumb{
  margin-top: 0;
}
.posts_category_sp + .news_list_thumb{
  margin-top: 0;
}
.news_list_thumb .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.news_list_thumb .webgene-item{
  padding: 0 5px;
  border-right: 1px solid #737373;
}
.news_list_thumb .webgene-item:nth-child(n+3){
  margin-top: 15px;
}
.news_list_thumb .webgene-item{

}
.news_list_thumb .webgene-item .inner{
  display: block;
  position: relative;
  z-index: 1;
  background: none;
  color: #000;
  height: 100%;
  padding: 0;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 5px 0 0 0;
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  background-color: #CCC;
  position: relative;
  z-index: 1;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 74.68%;
}
.news_list_thumb .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.news_list_thumb .webgene-item .meta .category{
  font-size: 13px;
  font-weight: 500;
  background: #FFF;
  border: 1px solid var(--bdr-color);
  color: #181818;
  padding: 3px 8px;
  margin: 5px 0;
  margin-right: 10px;
}
.news_list_thumb .webgene-item .meta .date{
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-en);
  margin: 5px 0;
  /*margin-right: 10px;*/
}
.news_list_thumb .webgene-item .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.news_list_thumb.col3 .webgene-item:hover .title {
  color: var(--main-color);
}
.news_list_thumb.col3{

}
.news_list_thumb.col4{

}

/* 一覧（サムネなし） */
.pg_news .news_list_thumb .webgene-blog{
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.news_list_thumb .webgene-item.news_list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  border-right: none;
}
.news_list_thumb .webgene-item.news_list a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 23px 0 18px;
  padding-left: 20px;
}
.news_list_thumb .webgene-item.news_list:nth-child(odd){
  background: #f7f6f6
}
.news_list_thumb .webgene-item.news_list:nth-child(even){
  background: #fff;
}
.webgene-item.news_list {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.075em;
}
.webgene-item.news_list .meta .date {
  width: 140px;
  margin: 0 0;
  font-size: 16px;
  font-family: var(--font-mincho);
  font-weight: 600;
  letter-spacing: 0.075em;
}
.webgene-item.news_list .meta .category {
  font-size: 15px;
  font-family: var(--font-mincho);
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 2.4;
  color: #bca662;
  background: #0b0059;
  color: #FFF;
  border-radius: 50px;
  margin: 5px 0;
  margin-right: 50px;
  line-height: 1;
  padding: 4px 38px;
}
.webgene-item.news_list .title {
  max-width: 100%;
  width: calc(100% - 46.61% - 40px);
  width: calc(100% - 16.61% - 20px);
  font-size: 16px;
  font-family: var(--font-mincho);
  font-weight: 600;
  letter-spacing: 0;
}
.news_list_thumb .webgene-item.news_list a:after{
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.news_list_thumb .webgene-item.news_list:nth-child(n+2){
  margin-top: 0;
}

@media (max-width:1023px){
  .news_list_thumb .webgene-item:nth-child(2n){
    border-right: 0;
  }
}
@media (max-width:767px){
  /* サムネなし*/
  .news_list_thumb .webgene-item.news_list{

  }
  .news_list_thumb .webgene-item.news_list a{
    padding: 15px 10px;
  }
  .webgene-item.news_list .meta .date{
    width: 100px;
    font-size: 15px;
    margin-left: 0;
  }
  .webgene-item.news_list .meta .category{
    margin-right: 0px;
  }
  .webgene-item.news_list .title{
    width: 100%;
  }
  .news_list_thumb .webgene-item.news_list a:after{
    right: 10px;
  }
}
@media (min-width:768px){

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item:nth-child(n+3){
    margin-top: 15px;
  }
  .news_list_thumb .webgene-item{

  }
  .news_list_thumb .webgene-item .inner{
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 17px 0 0 0;
  }
  .news_list_thumb .webgene-item .meta{
    margin-bottom: 5px;
  }
  .news_list_thumb .webgene-item .meta .category{
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .meta .date{
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .title{

  }

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

  /* 一覧（サムネあり） */
  .news_list_thumb .webgene-item .inner{
    padding: 0px 9.5px;
  }

  /* 3カラム */
  .news_list_thumb.col3 .webgene-item{
    width: 33.333%;
  }

  .news_list_thumb.col3 .webgene-item:nth-child(3n){
    border-right: none;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+4){
    margin-top: 35px;
  }

  /* 4カラム */
  .news_list_thumb.col4 .webgene-item{
    width: 25%;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+5){
    margin-top: 15px;
  }

  /*　サムネなし */
  .webgene-item.news_list .title {
    width: calc(100% - 46.61% - 40px);
  }
  .webgene-item.news_list .meta .date{
    width: 110px;
  }
  .webgene-item.news_list .meta .category{
    margin-right: 20px;
  }
  .news_list_thumb.home .webgene-item.news_list .title{
    width: calc(100% - 34.61% - 40px);
  }
  
  .news_list_thumb.home2 .webgene-blog .webgene-item:nth-child(n+4){
    display: none;
  }

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

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -9.5px;
    margin-right: -9.5px;
  }
  .news_list_thumb .webgene-item{
    padding: 0 9.5px;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+4){
    margin-top: 62px;
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
  }

  .news_list_thumb .webgene-item .title{
    font-size: 16px;
    line-height: 1.75;
  }

  /*　サムネなし */
  .webgene-item.news_list .meta .date{
    width: 140px;
  }
  .webgene-item.news_list .meta .category {
    margin-right: 50px;
  }

  .news_list_thumb.home .webgene-item.news_list .title{
    width: calc(100% - 34.61% - 40px);
  }
}
@media (min-width:1470px){


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


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #03468f;
  color: #fff;
  padding: 12px 10px;
  font-weight: 700;
  font-family: var(--font-mincho);
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 5px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 31px;
  font-family: var(--font-mincho);
  letter-spacing: 0.025em;
  font-weight: 600;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}

/* 詳細 */
.posts_detail{
  border: 0;
  border-bottom: 1px solid #b9b9b9;
  padding: 0 0 15px;
}
.pg_news .posts_detail{
  border-bottom: 1px solid #181818;
}
.pg_topics .posts_detail{
  border-bottom: 1px solid #b9b9b9;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.pg_news .posts_detail .meta{
  border-bottom: 1px solid #181818;
}
.pg_topics .posts_detail .meta{
  border-bottom: 1px solid #b9b9b9;
}
.posts_detail .meta .category{
  margin-right: 0;
}
.posts_detail .meta .category span{
  display: inline-block;
  min-width: 140px;
  background: var(--main-color);
  border: 0;
  border-radius: 50px;
  color: #FFF;
  font-size: 15px;
  font-family: var(--font-mincho);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  padding: 4px 5px;
}
.posts_detail .meta .date{
  font-size: 16px;
  font-family: var(--font-mincho);
  font-weight: 600;
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 5px;
}
.posts_detail .meta .title{
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.pg_news .posts_detail .meta .title{
  font-family: var(--font-mincho);
  font-weight: 600;
  letter-spacing: 0;
}
.pg_topics .posts_detail .meta .title{
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.075em;
}
.posts_detail .post_content{
  /*line-height: 1.875;*/
  text-align: justify;
  word-break: break-all;
}
.posts_detail .post_txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.075em;
}
.pg_news .posts_detail .post_txt{
  font-family: var(--font-mincho);
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0;
}
.pg_topics .posts_detail .post_txt{
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 400;
  line-height: 2.12;
  letter-spacing: 0.075em;
}
.posts_detail .post_txt h3{
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.75;
  background: var(--main-color);
  color: #FFF;
  padding: 6px 15px;
  margin-top: 6px;
  margin-bottom: -14px;
}
.posts_detail .post_txt h3:not(:first-of-type) {
  margin-top: 32px;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}


/* 動画 */
.post_video{

}
.post_video .responsive_video{
  margin-top: 15px;
}
.post_video .responsive_video:empty{
  display: none;
}

/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }
}
@media (min-width:768px){

  .pg_news{
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 55px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 0 0 34px;
  }
  .pg_news .posts_detail{
    padding: 0 0 22px;
  }
  .pg_topics .posts_detail{
    padding: 0 0 31px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 11px;
    margin-bottom: 40px;
  }
  .pg_news .posts_detail .meta{
    margin-bottom: 30px;
  }
  .pg_topics .posts_detail .meta{
    margin-bottom: 40px;
  }
  .posts_detail .meta .category{
    min-width: 100px;
    width: 0;
  }
  .posts_detail .meta .category span{
    padding: 3px 5px;
  }
  .posts_detail .meta .date{
    width: 96px;
    margin-bottom: 3px;
  }
  .posts_detail .meta .title{
    font-size: 18px;
    margin-top: 12px;
  }
  .pg_news .posts_detail .meta .title{
    font-size: 20px;
  }
  .pg_topics .posts_detail .meta .title{
    font-size: 18px;
  }
  .posts_detail .post_content{
    padding: 0 ;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  .posts_detail .post_txt h3{
    font-size: 18px;
    padding: 6px 20px;
  }
  .posts_detail .post_txt h3:not(:first-of-type) {
    margin-top: 32px;
  }
  .posts_detail + .read_more{
    margin-top: 55px;
  }

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

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }


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

  .pg_news{
  }

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

  .pg_news{

  }

  .container.wide .posts_layout_box1{
    width: calc(100% - 255px - 39px);
  }
  .container.wide .posts_layout_box2{
    width: 255px;
  }

}


/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{
  position: relative;
}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{
  margin-top: 5px;
}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.47%;
}
.gallery_thumb .img.img_fit img{

}

/* ナビ */
.gallery_slide_prev,
.gallery_slide_next{
  width: 20px;
  width: 50px;
  aspect-ratio: 1 / 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  z-index: 10;
}
.gallery_slide_prev{
  background-image: url(/system_panel/uploads/images/left.png);
  left: -30px;
}
.gallery_slide_next{
  background-image: url(/system_panel/uploads/images/right.png);
  right: -30px;
}
.gallery_slide_prev:hover,
.gallery_slide_next:hover {
  cursor: pointer;
  transform: translateY(-50%) scale(1.05);
}
.hall_galarry_img{
  cursor: pointer;
}

/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}


/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .gallery_main_outer{
    padding: 0 40px;
  }
  .gallery_slide_prev, .gallery_slide_next{
    width: 30px;
  }
  .gallery_slide_prev{
    left:0;
  }
  .gallery_slide_next{
    right: 0;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 65.76%;
  }
  .gallery_box2{
    width: 31.53%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

  .hall_galarry_item{
    padding: 0 40px;
  }
  .gallery_slide_next{
    right: -65px;
  }
  .gallery_slide_prev{
    left: -65px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

  /* サムネ */
  .gallery_thumb{
    margin-top: 10px;
  }

  .gallery_slide_next{
    right: -98px;
  }
  .gallery_slide_prev{
    left: -98px;
  }

  .hall_galarry_item{
    padding: 0 80px;
  }
}
@media (min-width:1200px){
  .hall_galarry_item{
    padding: 0;
  }
  .gallery_slide_next{
    right: -98px;
  }
  .gallery_slide_prev{
    left: -98px;
  }
}



/*******************************
*　お問い合わせ
********************************/

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.formTbl{
  border: 1px solid #bfbfbf;
  background: #ffffff;
  margin-top: 30px;
}
.form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.formRow + .formRow{
  border-top: 1px solid #bfbfbf;
}
.formTh {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-ja);
  letter-spacing: 0.075em;
  background: #ebebeb;
  padding: 15px 10px 16px 10px;
}
.formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 11px;
  margin-top: 3px;
  float: right;
  font-family: var(--font-fa);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  color: #b80000;
  border: 1px solid #b80000;
}
.formTd {
  font-size: 15px;
  font-family: var(--font-ja);
  font-weight: 500;
  line-height: 2.07em;
  padding: 11px 19px;
}
.formTd input[type="text"],
.formTd input[type="tel"],
.formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  font-family: var(--font-ja);
  font-weight: 500;
  padding: 5px 10px;
  border: 1px solid #b6b6b6;
  border-radius: 0;
  letter-spacing: 0.075em;
}
.formTd select{
  border-radius: 0;
}
.formTd input[name="zip1"]{
  max-width: 120px;
}
.formTd input[name="zip2"]{
  max-width: 150px;
}
.formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #b6b6b6;
}
.formTd input[name="city"]{
  max-width: 425px;
}
.formTd .addArea + .addArea{
  margin-top: 8px;
}
.formTd .addArea .labelText02{
  width: 75px;
}
.formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.formWrap .text-center{
  padding-top: 45px;
}
.formWrap input[name="privacy"]{
  margin-right: 7px;
}
.formWrap .privacyLabel{
  font-size: 17px;
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.075em;
  display: inline;
}
.formWrap .privacyLabel a{
  color: #080056;
}
.formWrap .text-center{
  padding-top: 45px;
}
.formBtn.formSend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  min-width: 350px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-mincho);
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #080056;
  background: #FFF;
  border-radius: 0;
  color: #181818;
  padding: 16px 20px;
  margin: auto;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.formBtn.formSend:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:
    linear-gradient(135deg, var(--main-color) 7px, transparent 0) top left,
    linear-gradient(-135deg, var(--main-color) 7px, transparent 0) top right,
    linear-gradient(45deg, var(--main-color) 7px, transparent 0) bottom left,
    linear-gradient(-45deg, var(--main-color) 7px, transparent 0) bottom right;
  background-repeat: no-repeat;
  pointer-events: none;
}
.formBtn.formSend:hover{
  color: #FFF;
  background: var(--main-color);
}
.formBtn.formSend:hover:after{

}
.formWrap label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  font-size: 15px;
  font-weight: 400;
  font-family: var(--font-ja);
  letter-spacing: 0.08em;
  line-height: 2.4em;
  margin-left: 7px;
  color: #181818;
}
.radioArea .d-inline-block{
  margin-right: 26px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5.5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.7em;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

.formTd.caution{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.fileArea:nth-child(n+2){
  margin-top: 9px;
}
@media only screen and (min-width: 1024px){
  .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .thanks_text{
    text-align: center !important;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: var(--font-ja);
  font-weight: 500;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #080056;
  letter-spacing: 0.04em;
}
.estimate_form .privacy_ttl{
  border-color: var(--sub-color);
}
.privacy_txt{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}

.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol li{
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  font-size: 21px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  margin-top: 28px;
  margin-bottom: 47px;
}
.contact_tt.privacy br{
  display: none;
}
.formWrap .d-inline{
  display: inline-block!important;
}
.formWrap .d-inline-block {
  vertical-align: middle;
}

.privacy_box {
  padding: 0 50px 30px 25px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #bfbfbf;
  margin-top: 0;
  color: #000000;
  margin-top: 55px;
}
@media only screen and (max-width: 1023px){
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){
  .formBtn.formSend {
    min-width: 320px;
  }

  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .formTh {
    padding: 5px 10px;
  }
  .formTd {
    font-size: 13px;
    padding: 5px;
  }
  .radioArea .d-inline-block .label {
    font-size: 12px;
    line-height: 2.4em;
    margin-left: 6px;
  }

  .formTd input[name="zip1"] {
    width: 80px;
  }
  .formTd input[name="zip2"] {
    width: 100px;
  }
  .formTd select[name="pref"] {
    width: 170px;
  }
  .formTd input[type="text"]::placeholder,
  .formTd input[type="tel"]::placeholder,
  .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .formWrap .text-center {
    padding-top: 25px;
  }
  .formWrap .privacyLabel {
    font-size: 15px;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    font-size: 19px;
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .formWrap .d-inline {
    display: block!important;
  }
  .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 6.5px 4px;
    height: 39px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 18px;
    padding-left: 10px;
  }
}
@media (min-width:1024px){
  .formTbl {
    margin-top: 45px;
  }
  .formBtn.formSend{
    margin: 35px auto 0;
  }
}
@media (min-width:1470px){
  .formTbl {
    margin-top: 140px;
  }
  .formTh {
    padding: 15px 14px 15px 19px;
  }
  .radioArea .d-inline-block {
    margin-right: 12px;
  }
}
/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: justify;
}

@media only screen and (max-width: 767px){
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
    margin-top: 30px;
  }

  .privacy_box{
    padding: 0 10px;
  }
}

/*******************************
*　エラー文章の装飾
********************************/
.formError {
  margin-top: -40px !important;
}

/* Z-INDEX */

.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {

  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {

  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;

  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position:relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position:relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}


.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/*******************************
*　ご葬儀の流れ
********************************/

/* セクション設定 */
.pg_flow{

}
.pg_flow .section.sec1{

}
.pg_flow .section.sec2{
  padding-top: 0;
}
.pg_flow .section.sec3{
  padding-top: 0;
}
.pg_flow .section.sec4{
  background: #fbf8f2;
}
.pg_flow .section.sec5{

}
.pg_flow .section.sec6{

}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_flow .section.sec1{
    padding-bottom: 30px;
  }
}
@media (min-width:768px){
  .pg_flow{

  }
  .pg_flow .section.sec1{

  }
  .pg_flow .section.sec2{

  }
  .pg_flow .section.sec3{
    padding-top: 65px;
    padding-bottom: 80px;
  }
  .pg_flow .section.sec4{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pg_flow .section.sec5{

  }
  .pg_flow .section.sec6{

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

  }
  .pg_flow .section.sec1{

  }
  .pg_flow .section.sec2{
    padding-top: 60px;
  }
  .pg_flow .section.sec3{
    padding-top: 65px;
    padding-bottom: 100px;
  }
  .pg_flow .section.sec4{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_flow .section.sec5{

  }
  .pg_flow .section.sec6{

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


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

  }
  .pg_flow .section.sec1{

  }
  .pg_flow .section.sec2{
    padding-top: 88px;
  }
  .pg_flow .section.sec3{
    padding-top: 92px;
    padding-bottom: 140px;
  }
  .pg_flow .section.sec4{
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pg_flow .section.sec5{
    padding-top: 140px;
  }
  .pg_flow .section.sec6{

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


}

/* 共通パーツ */
.cmn_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_about_box1{
  width: 100%;
  margin-top: 15px;
  order: 2;
}
.cmn_about_title{
  font-size: 22px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 15px;
}
.cmn_about_title.w400{
  font-weight: 400;
}
.cmn_about_title.blue{
  color: #080056;
}
.cmn_about_title2{
  display: flex;
  /*margin-top: 40px;*/
  margin-bottom: 10px;
  letter-spacing: 0;
}
.cmn_about_title2 p{
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-mincho);
  background: #FFF;
  padding: 2px 10px 2px;
}

.cmn_about_txt{

}
.cmn_about_items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cmn_about_item{

}
.cmn_about_item{
  margin-right: 5px;
  margin-bottom: 5px;
}
.cmn_about_item_txt{
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0;
  background: #f5f1fa;
  color: #181818;
  padding: 3px 22px;
}
.cmn_about_box2{
  width: 100%;
  order: 1;
}
.cmn_about_img{

}
.cmn_about_img:before{
  padding-top: 70%;
}

@media (max-width:1023px){

  .cmn_about.resp_about{

  }
  .cmn_about.resp_about .cmn_about_box1{
    display: contents;
  }
  .cmn_about.resp_about .cmn_about_box2{
    display: contents;
  }
  .cmn_about.resp_about .cmn_about_title{
    order: 1;
  }
  .cmn_about.resp_about .cmn_about_txt{
    order: 3;
    margin-top: 20px;
  }
  .cmn_about.resp_about .cmn_about_img{
    width: 100%;
    order: 2;
  }

}
@media (max-width:767px){



}
@media (min-width:768px){
  /* 共通パーツ */
  .cmn_about_box1{
    margin-top: 20px;
  }
  .cmn_about_title{
    font-size: 25px;
    margin-bottom: 20px;
  }
  .cmn_about_title2{
    /*margin-top: 40px;*/
    margin-bottom: 20px;
  }
  .cmn_about_title2 p{
    font-size: 20px;
    padding: 2px 10px 2px;
  }

  .cmn_about_txt{

  }
  .cmn_about_items{
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .cmn_about_item{
    margin-bottom: 0;
  }
  .cmn_about_item:nth-child(n+2) {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .cmn_about_item_txt{
    font-size: 16px;
    padding: 3px 22px;
  }
  .cmn_about_box2{

  }
  .cmn_about_img{

  }
  .cmn_about_img:before{

  }
}
@media (min-width:1024px){
  /* 共通パーツ */
  .cmn_about_box1{
    width: 51.80%;
    margin-top: -10px;
    order: 1;
  }
  .cmn_about.left .cmn_about_box1{
    order: 2;
  }
  .cmn_about_title{
    font-size: 30px;
    margin-bottom: 25px;
  }
  .cmn_about_txt{

  }
  .cmn_about_items{
    margin-top: 25px;
    margin-bottom: 19px;
  }
  .cmn_about_item{

  }
  .cmn_about_item:nth-child(n+2) {

  }
  .cmn_about_item_txt{
    font-size: 16px;
    padding: 3px 22px;
  }
  .cmn_about_box2{
    width: 42.79%;
    order: 2;
  }
  .cmn_about.left .cmn_about_box2{
    order: 1;
  }
  .cmn_about_img{

  }
  .cmn_about_img:before{
    padding-top: 101%;
  }
}
@media (min-width:1200px){
  /* 共通パーツ */
  .cmn_about_box1{
    width: 52.80%;
    margin-top: -14px;
  }
  .cmn_about.left .cmn_about_box1{
    width: 51.35%;
  }
  .cmn_about_title{
    font-size: 32px;
    margin-bottom: 28px;
  }
  .cmn_about_title2{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cmn_about_title2 p{
    font-size: 24px;
    padding: 2px 10px 2px;
  }
  .cmn_about_txt{

  }
  .cmn_about_items{
    margin-top: 27px;
    margin-bottom: 19px;
  }
  .cmn_about_item{

  }
  .cmn_about_item:nth-child(n+2) {

  }
  .cmn_about_item_txt{
    font-size: 16px;
    padding: 3px 22px;
  }
  .cmn_about_box2{
    width: 42.79%;
  }
  .cmn_about.left .cmn_about_box2{
    width: 42.79%;
  }
  .cmn_about_img{

  }
  .cmn_about_img:before{
    padding-top: 101%;
  }
}
@media (min-width:1470px){
  /* 共通パーツ */
  .cmn_about_box1{
    margin-top: -14px;
  }
  .cmn_about_title{
    font-size: 36px;
    margin-bottom: 28px;
  }
  .cmn_about_title.blue{
    font-size: 34px;
  }
  .cmn_about_txt{

  }
  .cmn_about_items{
    margin-top: 27px;
    margin-bottom: 14px;
  }
  .cmn_about_item{

  }
  .cmn_about_item:nth-child(n+2) {

  }
  .cmn_about_item_txt{
    font-size: 16px;
    padding: 3px 22px;
  }
  .cmn_about_box2{
    width: 42.79%;
  }
  .cmn_about_img{

  }
  .cmn_about_img:before{
    padding-top: 101%;
  }
}
@media (min-width:1720px){
  /* 共通パーツ */
  .cmn_about_box1{
    width: 51.80%;
    width: 52.80%;
    margin-top: -14px;
  }

}

/* 万一の時にご準備いただくこと */
.flow_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.flow_item{
  width: 100%;
}
.flow_item:nth-child(n+2){
  margin-top: 15px;
}
.flow_item_inner{
  display: flex;
  flex-wrap: wrap;
  background: #f5f1fa;
  padding: 20px 15px;
  height: 100%;
}
.flow_item_box1{
  width: 100%;
}
.flow_item_img{
  width: 100px;
}
.flow_item_box2{
  width: 100%;
  margin-top: 5px;
  margin-left: 0;
}
.flow_item_title{
  font-size: 20px;
  font-family: var(--font-mincho);
  font-weight: 700;
  line-height: 2.14;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 25px;
}
.flow_item_title:after{
  content: "";
  width: 160px;
  height: 1px;
  background: #b3b3b3;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.flow_item_txt{
  line-height: 1.875;
  letter-spacing: 0;
}

/* ご葬儀の流れ */
.flow_contents_rows{
  margin-top: 25px;
}
.flow_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  position: relative;
  padding: 15px 20px 20px;
}
.flow_contents_row:nth-child(n+2){
  margin-top: 35px;
}
.flow_contents_row:after{
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  background-image: url(/system_panel/uploads/images/triangle.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  left: 0%;
  bottom: 0;
  transform: translateY(15px);
  pointer-events: none;
}
.flow_contents_row:last-child:after{
  display: none;
}
.flow_contents_box1{
  width: 100%;
}
.flow_contents_head{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flow_contents_num{
  font-size: 25px;
  font-family: var(--font-mincho);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #b489e8;
}
.flow_contents_title{
  font-size: 20px;
  font-family: var(--font-mincho);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0;
  padding-left: 10px;
}
.flow_contents_box2{
  width: 100%;
  margin-top: 15px;
}
.flow_item_txt{

}

/*　よくあるご質問　*/
.faq_contents_list{
  margin-top: 25px;
}
.faq_contents_list_item{
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.faq_contents_list_item:nth-child(n+2){
  margin-top: 30px;
}
.faq_contents_list_item_q{
  background: #f5f1fa;
  position: relative;
}
.faq_contents_list_item_q:before {
  content: "Q";
  /*  top: 6px;*/
}
.faq_contents_list_item_title{
  font-size: 18px;
  font-family: var(--font-mincho);
  font-weight: 700;
  letter-spacing: 0;
  padding: 15px 15px 15px 45px;
}
.faq_contents_list_item_a{
  background: #FFF;
  position: relative;
  padding: 12px 15px 15px 45px;
}
.faq_contents_list_item_a:before {
  content: "A";
  /*  top: 12px;*/
}
.faq_contents_list_item_q:before,
.faq_contents_list_item_a:before {
  font-size: 25px;
  font-family: var(--font-mincho);
  font-weight: 600;
  color: #b489e8;
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 12px;
}


@media (max-width:1023px){

  .flow_item_img{
    margin-left: auto;
    margin-right: auto;
  }
  .flow_item_title{
    margin-bottom: 15px;
    text-align: center;
  }
  .flow_item_title:after{
    display: block;
    position: static;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }

}
@media (max-width:767px){
  /* ご葬儀の流れ */
  .flow_contents_head {
    align-items: center;
  }


}
@media (min-width:768px){
  /* 万一の時にご準備いただくこと */
  .flow_items{
    margin-top: 38px;
  }
  .flow_item{
    width: 50%;
    margin-inline: -5px;
  }
  .flow_item:nth-child(n+2){
    margin-top: 0;
  }
  .flow_item:nth-child(n+3){
    margin-top: 10px;
  }
  .flow_item_inner{
    padding: 25px 20px;
  }
  .flow_item_box1{
    width: 100%;
  }
  .flow_item_img{
    width: 100px;
  }
  .flow_item_box2{
    width: 100%;
    margin-top: 15px;
  }
  .flow_item_title{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .flow_item_title:after{
    width: 160px;
    height: 1px;
    left: 0;
    bottom: -14px;
  }

  /* ご葬儀の流れ */
  .flow_contents_rows{
    margin-top: 40px;
  }
  .flow_contents_row{
    padding: 24px 30px 30px;
  }
  .flow_contents_row:nth-child(n+2){
    margin-top: 35px;
  }
  .flow_contents_box1{

  }
  .flow_contents_head{

  }
  .flow_contents_num{
    font-size: 32px;
  }
  .flow_contents_title{
    font-size: 24px;
    padding-left: 18px;
  }
  .flow_contents_box2{

  }
  .flow_item_txt{

  }

  /*　よくあるご質問　*/
  .faq_contents_list{
    margin-top: 35px;
  }
  .faq_contents_list_item{

  }
  .faq_contents_list_item:nth-child(n+2){
    margin-top: 25px;
  }
  .faq_contents_list_item_q{

  }
  .faq_contents_list_item_q:before {

  }
  .faq_contents_list_item_title{
    font-size: 24px;
    padding: 18px 15px 18px 70px;
  }
  .faq_contents_list_item_a{
    padding: 20px 15px 18px 70px;
  }
  .faq_contents_list_item_a:before {

  }
  .faq_contents_list_item_q:before,
  .faq_contents_list_item_a:before {
    font-size: 30px;
    top: 10px;
    left: 20px;
  }
}
@media (min-width:1024px){
  /* 万一の時にご準備いただくこと */
  .flow_items{
    margin-top: 38px;
  }
  .flow_item{
    width: 50%;
    margin-inline: -5px;
  }
  .flow_item:nth-child(n+3){
    margin-top: 10px;
  }
  .flow_item_inner{
    padding: 30px 25px;
  }
  .flow_item_box1{
    width: 18.18%;
    width: 100px;
  }
  .flow_item_img{
    width: 100px;
  }
  .flow_item_box2{
    width: 64.18%;
    width: calc(100% - 100px - 20px);
    margin-top: -15px;
    margin-left: 20px;
  }
  .flow_item_title{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .flow_item_title:after{
    width: 160px;
    height: 1px;
    left: 0;
    bottom: -10px;
  }

  /* ご葬儀の流れ */
  .flow_contents_rows{
    margin-top: 40px;
  }
  .flow_contents_row{
    padding: 24px 30px 30px;
  }
  .flow_contents_row:nth-child(n+2){
    margin-top: 35px;
  }
  .flow_contents_box1{
    width: 33.23%;
  }
  .flow_contents_head{

  }
  .flow_contents_num{
    font-size: 36px;
  }
  .flow_contents_title{
    font-size: 28px;
    padding-left: 18px;
  }
  .flow_contents_box2{
    width: 66.73%;
    margin-top: -3px;
  }
  .flow_item_txt{

  }

  /*　よくあるご質問　*/
  .faq_contents_list{
    margin-top: 35px;
  }
  .faq_contents_list_item{

  }
  .faq_contents_list_item:nth-child(n+2){
    margin-top: 26px;
  }
  .faq_contents_list_item_q{

  }
  .faq_contents_list_item_q:before {

  }
  .faq_contents_list_item_title{
    font-size: 24px;
    padding: 24px 86px;
  }
  .faq_contents_list_item_a{
    padding: 20px 87px 30px;
  }
  .faq_contents_list_item_a:before {

  }
  .faq_contents_list_item_q:before,
  .faq_contents_list_item_a:before {
    font-size: 36px;
    top: 12px;
    left: 29px;
  }
}
@media (min-width:1200px){


}
@media (min-width:1470px){
  /* 万一の時にご準備いただくこと */
  .flow_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 38px;
  }
  .flow_item{
    width: 50%;
    margin-inline: -5px;
  }
  .flow_item:nth-child(n+3){
    margin-top: 10px;
  }
  .flow_item_inner{
    padding: 30px 28px;
  }
  .flow_item_box1{
    width: 100%;
    width: 20.18%;
  }
  .flow_item_img{
    width: 100px;
  }
  .flow_item_box2{
    width: 64.18%;
    width: 68.18%;
    margin-top: -15px;
    margin-left: 28px;
  }
  .flow_item_title{
    font-size: 18px;
    font-size: 28px;
    font-family: var(--font-mincho);
    font-weight: 700;
    line-height: 2.14;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 35px;
  }
  .flow_item_title:after{
    content: "";
    width: 160px;
    height: 1px;
    background: #b3b3b3;
    position: absolute;
    left: 0;
    bottom: -14px;
  }
  .flow_item_txt{
    line-height: 1.875;
    letter-spacing: 0;
  }

  /* ご葬儀の流れ */
  .flow_contents_rows{
    margin-top: 40px;
  }
  .flow_contents_row{
    padding: 24px 30px 30px;
  }
  .flow_contents_row:nth-child(n+2){
    margin-top: 35px;
  }
  .flow_contents_box1{
    width: 33.23%;
  }
  .flow_contents_head{

  }
  .flow_contents_num{
    font-size: 36px;
  }
  .flow_contents_title{
    font-size: 28px;
    padding-left: 18px;
  }
  .flow_contents_box2{
    width: 66.73%;
    margin-top: -3px;
  }
  .flow_item_txt{

  }

  /*　よくあるご質問　*/
  .faq_contents_list{
    margin-top: 35px;
  }
  .faq_contents_list_item{

  }
  .faq_contents_list_item:nth-child(n+2){
    margin-top: 26px;
  }
  .faq_contents_list_item_q{

  }
  .faq_contents_list_item_q:before {

  }
  .faq_contents_list_item_title{
    font-size: 24px;
    padding: 24px 86px;
  }
  .faq_contents_list_item_a{
    padding: 20px 87px 30px;
  }
  .faq_contents_list_item_a:before {

  }
  .faq_contents_list_item_q:before,
  .faq_contents_list_item_a:before {
    font-size: 36px;
    top: 12px;
    left: 29px;
  }

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


}

/*******************************
*　会館案内
********************************/

/* セクション設定 */
.pg_company{

}
.pg_company .section.sec1{
  padding-bottom: 0;
}
.pg_company .section.sec2{

}
.pg_company .section.sec3{
  padding-top: 0;
}
.pg_company .section.sec4{
  background: #f5f1fa;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_company .section.sec5{

}


@media (max-width:374px){

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

}
@media (max-width:767px){

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

  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }
  .pg_company .section.sec3{
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .pg_company .section.sec4 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .pg_company .section.sec5{
    padding-top: 80px;
  }
}
@media (min-width:1024px){
  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{
    padding-top: 70px;
  }
  .pg_company .section.sec3{
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .pg_company .section.sec4 {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .pg_company .section.sec5{
    padding-top: 80px;
  }
}
@media (min-width:1200px){


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

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{
    padding-top: 90px;
  }
  .pg_company .section.sec3{
    padding-top: 40px;
    padding-bottom: 140px;
  }
  .pg_company .section.sec4 {
    padding-top: 140px;
    padding-bottom: 200px;
  }
  .pg_company .section.sec5 {
    padding-top: 95px;
  }
}
@media (min-width:1720px){


}


/* カテゴリ */
.hall_contents_cate{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.hall_contents_cate_item{
  width: 100%;
}
.hall_contents_cate_item:nth-child(n+2){
  margin-top: 10px;
}
.hall_contents_cate_item a{
  display: block;
  background: #fff;
  border: 1px solid #192a4d;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 500;
  padding: 7px 0;
  position: relative;
}
.hall_contents_cate_item a:after {
  content: "\f138";
  font-size: 17px;
  font-family: "FontAwesome";
  font-weight: 900;
  line-height: 1.8;
  color: #181818;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.hall_contents_cate_item p{
  letter-spacing: 0.075em;
}
.hall_contents_cate_item a:hover {
  background: #192a4d;
  color: #FFF;
}
.hall_contents_cate_item a:hover:after{
  color: #FFF;
}

/*　新館のご案内　*/
.hall_galarry_items{
  max-width: 920px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.hall_galarry_item{

}
.hall_galarry_item:nth-child(n+2){
  margin-top: 30px;
}
.hall_galarry_img{

}
.hall_galarry_img:before{
  padding-top: 67.39%;
}
.gallery_main_outer{
  position:relative;
}
.hall_galarry_item_txt{
  margin-top: 35px;
  line-height: 1.875;
}



/* 会社概要 */
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #1c1c1c;
  border-color: #1c1c1c;
  padding: 10px 10px;
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  border-inline: none;
}
.company_tbl .table_rows_th{
  background: #fbf8f2;
}
.company_tbl .table_rows_td{
  background: #FFF;
  font-weight: 400;
}
.company_tbl .table_rows_td p{
  letter-spacing: 0;
}

/* マップ */
.company_map{

}
* + .company_map{
  margin-top: 30px;
}
.company_map iframe{
  border: 0;
  width: 100%;
  height: 250px;
}

/* ギャラリー */
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
* + .company_gallery_items{
  margin-top: 30px;
}
.company_gallery_item{
  width: 50%;
  padding: 0 5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img{

}
.company_gallery_item_img.img_fit:before{
  padding-top: 71.428%;
}

@media (max-width:767px){
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-inline: 0;
    border-bottom: 0;
  }
  .company_tbl .table_rows_th{
  }
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom:1px solid #9e9c9c;
  }
}
@media (min-width:768px){
  /* カテゴリ */
  .hall_contents_cate{
    margin-bottom: 50px;
    margin-inline: -7.5px;
  }
  .hall_contents_cate_item{
    width: 50%;
    padding-inline: 7.5px;
  }
  .hall_contents_cate_item:nth-child(n+2){
    margin-top: 0;
  }
  .hall_contents_cate_item:nth-child(n+3){
    margin-top: 10px;
  }
  .hall_contents_cate_item a{
    font-size: 16px;
    padding: 7px 0;
  }
  .hall_contents_cate_item a:after {
    font-size: 17px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 15px 15px 16px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
  }
  .company_tbl .table_rows_td{
  }

  /* マップ */
  .company_map{

  }
  * + .company_map{
    margin-top: 60px;
  }
  .company_map iframe{
    height: 400px;
  }


  /* ギャラリー */
  .company_gallery_items{
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .company_gallery_items{
    margin-top: 40px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 20px;
  }

  /*　新館のご案内　*/
  .hall_galarry_item:nth-child(n+2){
    margin-top: 50px;
  }
}
@media (min-width:1024px){
  /* カテゴリ */
  .hall_contents_cate{
    margin-bottom: 50px;
    margin-inline: -7.5px;
  }
  .hall_contents_cate_item{
    width: 33.333%;
    padding-inline: 7.5px;
  }
  .hall_contents_cate_item:nth-child(n+3){
    margin-top: 0;
  }
  .hall_contents_cate_item a{
    font-size: 16px;
    padding: 7px 0;
  }
  .hall_contents_cate_item a:after {
    font-size: 17px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }

  .company_map iframe{
    height: 450px;
  }

  /*　新館のご案内　*/
  .hall_galarry_item_txt{
    margin-top: 25px;
  }
  .hall_galarry_item:nth-child(n+2){
    margin-top: 80px;
  }
}
@media (min-width:1200px){

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 15px 28px 16px;
  }
  .company_tbl .table_rows_th{
    width: 299px;
  }
  .company_tbl .table_rows_td{

  }

  /* ギャラリー */
  .company_gallery_items{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .company_gallery_items{
    margin-top: 60px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }

  /*　新館のご案内　*/
  .hall_galarry_item:nth-child(n+2) {
    margin-top: 124px;
  }
}
@media (min-width:1470px){
  /*　新館のご案内　*/
  .hall_galarry_item_txt{
    margin-top: 35px;
  }
}
@media (min-width:1720px){


}



/* カテゴリNav */
.cmn_cat_nav{

}
.cmn_cat_nav .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}
.cmn_cat_nav .webgene-item{
  width: 50%;
  padding: 0 2px;
  margin: 4px 0;
  font-size: 12px;
  line-height: 1.4285;
}
.cmn_cat_nav .webgene-item a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 35px;
  padding: 2px 10px 3px;
  font-weight: 500;
  font-family: var(--font-gothic);
  letter-spacing: 0;
  color: var(--main-color);
  border: 1px solid #004382;
  background: #FFF;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}

.cmn_cat_nav .webgene-item a:after{
  /*content: "→";
  font-size: 10px;
  font-family: var(--font-mincho);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;*/
}
.cmn_cat_nav .webgene-item.on a,
.cmn_cat_nav .webgene-item a:hover{
  background: #004382;
  color: #FFF;
}
.cmn_cat_nav .webgene-item a:hover:after{
  /*margin-right: -2px;*/
}

.cmn_cat_nav.color2 .webgene-item a{
  background: #b8d200;
  border-color: #b8d200;
  color: #FFF;
}
.cmn_cat_nav.color2 .webgene-item a:hover{
  background: var(--main-color);
  border-color: var(--main-color);
}
.cmn_cat_nav.color2 .webgene-item a:before{
  content: "";
  position: absolute;
  z-index: 1;
  border: 2px solid #FFF;
  inset: 0;
}

@media (max-width:767px){

  .cmn_cat_nav.col1_sp .webgene-item{
    width: 100%;
  }
  .cmn_cat_nav.col2_sp .webgene-item{
    width: 50%;
  }
  .cmn_cat_nav.col3_sp .webgene-item{
    width: 33.333%;
  }
  .cmn_cat_nav.col4_sp .webgene-item{
    width: 25%;
  }

  .cmn_cat_nav.txt_sm_sp .webgene-item{
    font-size: 10px;
  }

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

  .cmn_cat_nav{
    margin-left: -5px;
    margin-right: -5px;
  }
  .cmn_cat_nav .webgene-item{
    width: 50%;
    padding: 0 5px;
    margin: 5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav .webgene-item a{
    min-height: 50px;
  }

  .cmn_cat_nav .webgene-item a:after{
    font-size: 14px;
    right: 10px;
  }
  .cmn_cat_nav .webgene-item a:hover:after{
    /*margin-right: -5px;*/
  }
}
@media (min-width:1024px){

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

  .cmn_cat_nav{
    margin-left: -5px;
    margin-right: -5px;
  }
  .cmn_cat_nav .webgene-item{
    padding: 0 5px;
    margin: 5px 0;
    font-size: 20px;
  }
  .cmn_cat_nav .webgene-item a{

  }

  .cmn_cat_nav.col2 .webgene-item{
    width: 50%;
  }
  .cmn_cat_nav.col3 .webgene-item{
    width: 33.333%;
  }
  .cmn_cat_nav.col4 .webgene-item{
    width: 25%;
  }
  .cmn_cat_nav.col5 .webgene-item{
    width: 20%;
  }

}

/*******************************
*　共通パーツ
********************************/
.cmn_contents_warp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cmn_content_box1{
  width: 100%;
  margin-top: 20px;
  text-align: center;
  order: 2;
}
.cmn_content_head{

}
.cmn_content_head_txt{
  font-size: 16px;
  font-size: 18px;
  font-family: var(--font-mincho);
  font-weight: 900;
  letter-spacing: 0;
  position: relative;
}
/*.cmn_content_head_txt:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 1px;
  background: #181818;
  transform: translateY(-50%);
}
.cmn_content_head_txt:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 1px;
  background: #181818;
  transform: translateY(-50%);
}*/
.cmn_content_box2{
  width: 100%;
  order: 1;
}
.cmn_content_img{

}
.cmn_content_img:before{
  padding-top: 75%;
}

@media (max-width:767px){

}
@media (min-width:768px){
  .cmn_contents_warp{
    margin-bottom: 20px;
  }
  .cmn_content_box1{
    width: 28.21%;
    margin-top: 0;
    order: 1;
  }
  .cmn_content_head{

  }
  .cmn_content_head_txt{
    font-size: 18px;
  }
  /*  .cmn_content_head_txt:before{
      top: 50%;
      left: 0;
      width: 18px;
    }
    .cmn_content_head_txt:after{
      top: 50%;
      right: 0;
      width: 18px;
    }*/
  .cmn_content_box2{
    width: 68.67%;
    order: 2;
  }
  .cmn_content_img{

  }
  .cmn_content_img:before{
    padding-top: 50%;
  }
}
@media (min-width:1024px){
  .cmn_contents_warp{
    margin-bottom: 50px;
  }
  .cmn_content_box1{
    width: 20.21%;
    margin-top: -5px;
  }
  .cmn_content_head{

  }
  .cmn_content_head_txt{
    font-size: 18px;
    margin-bottom: 30px;
  }
  /*  .cmn_content_head_txt:before{
      top: 50%;
      left: 0;
      width: 18px;
    }
    .cmn_content_head_txt:after{
      top: 50%;
      right: 0;
      width: 18px;
    }*/
  .cmn_content_box2{
    width: 75.67%;
    order: 2;
  }
  .cmn_content_img{

  }
  .cmn_content_img:before{
    padding-top: 50%;
  }
}
@media (min-width:1200px){


}
@media (min-width:1470px){
  .cmn_contents_warp{
    margin-bottom: 70px;
  }
  .cmn_content_box1{
    width: 17.21%;
    margin-top: -5px;
    text-align: center;
  }
  .cmn_content_head{
    margin-inline: -5px;
  }
  .cmn_content_head_txt{
    font-size: 18px;
    margin-bottom: 30px;
  }
  /*  .cmn_content_head_txt:before{
      top: 50%;
      left: 0;
      width: 18px;
    }
    .cmn_content_head_txt:after{
      top: 50%;
      right: 0;
      width: 18px;
    }*/
  .cmn_content_box2{
    width: 75.67%;
  }
  .cmn_content_img{

  }
  .cmn_content_img:before{
    padding-top: 50%;
  }
}
@media (min-width:1720px){
  .cmn_content_box1{
    width: 16.21%;
  }
  .cmn_content_head {

  }
  .cmn_content_box2{
    width: 75.67%;
  }
}

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

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


@media (max-width:374px){

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

}
@media (max-width:767px){

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

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


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


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


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


}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}