@charset "UTF-8";

/* 基本フォント: ゴシック */
body{
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #181818;
  background: #fffff5;
}
div#root{
  overflow: hidden;
}
div[class*="pg_"]{  
  background: #fffff5;
}

/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
}

@media (max-width:767px){
  body{
    font-size: 14px;
  } 

  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}
.zenmaru{
  font-family: 'Zen Maru Gothic', sans-serif;
}
.outfit{
  font-family: 'Outfit', sans-serif;
  transform: rotate(-0.05deg);
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
  color: inherit;
}

.nav_anchor{
  position: relative;
  top: -100px;
}

img{
  max-width: 100%;
  width: auto;
}

ul, ol, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/* 動画埋め込みのレスポンシブ対応 */
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%;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* 指定デバイスで改行を消す */
@media (min-width:1024px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1024px) and (max-width:1200px){
  .np_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;
}

/*******************************
*　ヘッダー
********************************/
.header {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hdr_logo img{
  width: 120px;
}
.hdr_other_links{
  text-align: right;
}
.hdr_sns:not(:last-child){
  margin-right: 10px;
}

.pg_header{
  margin-bottom: 52px;
  position: relative;
}
.pg_header_mv{
  height: 150px;
  overflow: hidden;
}
.pg_header_mv_img{
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.mv{
  margin: 0 15px;
  position: relative;
}
.mv_img{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}
.mv_box{
  width: 100%;
  padding: 0 19px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.mv_txt {
  font-size: 22px;
  line-height: 1.42;
}




@media (min-width:375px){

}

@media (min-width:768px){
  .hdr_other_links img{
    width:30px;
    border-radius: 5px;
  }
  .gnav_item.news{
    display:none;
  }
  .pg_header{
    margin-bottom: 40px;
  }
  .pg_header_mv{
    height: 350px;
  }

  .header {
    padding: 25px 38px;
  }
  .hdr_logo img{
    width: 150px;
  }
  .gnav {
    margin: 0 -15px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    line-height: 1;
  }
  .gnav .gnav_item{
    font-size: 15px;
    padding: 0 10px;
  }

  .hdr_form {
    font-size: 15px;
    margin-right: 15px;
    display: inline-block;
  }
  .hdr_form p:before{
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-weight: 900;
    display: inline-block;
    margin-right: 15px;
  }

  .mv {
    margin: 0 38px;
  }
  .mv_img.img_fit:before{
    padding-top: 480px;
  }
  .mv_box {
    padding: 0 39px;
  }
  .mv_txt {
    font-size: 34px;
  }
}
@media (min-width:1024px){
  .header {
    padding: 30px 48px;
  }
  .hdr_logo img{
    width: auto;
  }
  .gnav .gnav_item {
    padding: 0 15px;
  }


  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv{
    height: 720px;
  }

  .mv {
    margin: 0 48px;
  }
  .mv_img.img_fit:before{
    padding-top: 600px;
  }
  .mv_txt{
    font-size: 42px;
  }
}
@media (min-width:1200px){
  .header {
    padding: 30px 50px 35px 58px;
  }
  .hdr_contact{  
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .gnav{
    width: auto;
    margin: 0 22px 0 -15px;
    padding-right: 22px;
    border-right: 1px solid;
  }

  .mv {
    margin: 0 50px;
  }
  .mv_img.img_fit:before{
    padding-top: 820px;
  }
}

@media (max-width:767px){
  .hdr_other_links img{
    width:30px;
  }
  .ftr2 img{
  width:30px;
  }
  .hdr_form{
    display: none;
  }

  /* スマホ用 */
  .gnav_item.news{
    display:block;
  }
  .gnav{
    display:block !important;
    width: 100%;
    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;
    display: block;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav .gnav_item{
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
    color: inherit;
    justify-content: center;
    display: block;
    text-align: left;
  }
  .gnav_item:before{
    display: none;
  }
  .gnav .gnav_item + .gnav_item,
  .gnav .gnav_item:first-child,
  .gnav .gnav_item:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav_item:nth-child(n+5){
    margin-top: 0;
  }
  .gnav_bg{
    padding: 0;
    background: inherit;
  }

  .gnav_item .gnav_item_sub{
    display: block;
    position: static;
    width: 100%;
    background: aliceblue;
    padding: 15px;
    margin-top: 20px;
  }
  .gnav .gnav_item:hover{
    color: #000000;
  }



}



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

.footer{
  margin-top: 70px;
}

.ftr1{
  padding-bottom: 20px;
}
.ftr1_list {
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.ftr1_item{
  width: 100%;
  padding: 20px 30px;
  text-align: center;
  color: #51443c;
}
.ftr1_item:not(:last-child){
  border-bottom: 1px solid #9c9c9c;
}
.ftr1_item_num{
  line-height: 1.3;
}
.ftr1_sns1 {
  width: 100%;
  font-size: 18px;
  margin-top: 12px;
  display: block;
  background: #00b900;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
}
.ftr1_sns1 p:before{
  content: "";
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  background: url(/system_panel/uploads/images/ftr_line.png) no-repeat center / contain;
}
.ftr1_sns2 {
  width: 100%;
  font-size: 18px;
  margin-top: 12px;
  display: block;
  background: #e1306c;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
}
.ftr1_sns2 p:before{
  content: "";
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  background: url(/system_panel/uploads/images/Insta-white.png) no-repeat center / contain;
  /* background: url(/system_panel/uploads/images/ftr_line.png) no-repeat center / contain; */
}
.ftr1_sns3 {
  width: 100%;
  font-size: 18px;
  margin-top: 12px;
  display: block;
  background: #000000;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
}
.ftr1_sns3 p:before{
  content: "";
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  background: url(/system_panel/uploads/images/X-white.png) no-repeat center / contain;
}
.ftr1_sns1:hover,
.ftr1_sns2:hover,
.ftr1_sns3:hover{
  color: #ffffff;
}

.ftr2 {
  padding-top: 17px;
  border-top: 1px solid;
  text-align: center;
}
.ftr_links {
  display: none;
}
.ftr_logo{
  margin-bottom: 25px;
}
.ftr_logo img{
  width: 142px;
}
.ftr2_text {
  margin: 24px 0;
  line-height: 2.2;
}
.ftr_copy {
  font-size: 12px;
  margin-top: 45px;
  padding: 5px;
  text-align: center;
  background: #f1ebe1;
  font-family: 'Murecho', sans-serif;
}
.ftr_sns {
  margin: 0 4px;
  display: inline-block;
}
.ftr_sns img{
  border-radius: 5px;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  z-index: 1000;
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #019944;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #098640;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

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



@media (min-width:375px){

}

@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }

  .ftr1{
    padding-bottom: 45px;
  }
  .ftr1_list {
    max-width: 450px;
    margin: 15px auto 0;
  }
  .ftr1_item {
    width: 100%;
    padding: 20px 15px;
  }

  .ftr_links {
    margin-bottom: 55px;
    display: flex;
    justify-content: center;
  }
  .ftr_link{
    font-size: 15px;
    padding: 0 15px;
  }
  .ftr_logo img{
    width: 172px;
  }
  .ftr1_sns1,
  .ftr1_sns2,
  .ftr1_sns3 {
    margin-top: 20px;
  }
  .ftr_copy {
    font-size: 14px;
    margin-top: 75px;
  }
  .ftr1_item_num.outfit{
  font-size:42px;
  }
}
@media (min-width:1024px){
  /* .footer{
    margin-top: 188px;
  } */
  .ftr1_list {
    max-width: inherit;
    margin: 32px -15px 0;
  }
  .ftr1_item {
    width: 33.33%;
    padding: 10px 15px;
  }
  .ftr1_item:not(:last-child){
    border-bottom: 0;
    border-right: 1px solid #9c9c9c;
  }
  .ftr1_item_num.outfit{
  font-size:36px;
  }
}
@media (min-width:1200px){

}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }
  .ftr1_item_num.outfit{
  font-size:32px;
  }
  .ftr1_item{
  padding:20px 15px;
  }
}



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

/* Flexテーブルレイアウト */
.fl_tbl_items{
  border: 1px solid #cab386;
  margin-bottom:80px;
}
.fl_tbl_items_item{
  display: flex;
  letter-spacing: 0.05em;
}
.fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #cab386;
}

.fl_tbl_items_item_box1,
.fl_tbl_items_item_box2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 70px;
}
.fl_tbl_items_item_box1{
  width:31.53%;
  background: #eeeeee;
  padding: 10px 5px;
  border-right: 1px solid #cab386;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.fl_tbl_items_item_box2{
  width:68.47%;
  background: #fff;
}
.fl_tbl_items_item_txt{
  width: 100%;
  padding: 10px 10px;
}
.fl_tbl_items_item_txt + .fl_tbl_items_item_txt{
  border-top: 1px solid #cab386;
}

/* 青 */
.fl_tbl_items.blue{
  border: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item_box1{
  background: #eff8fc;
  border-right: 1px solid #7ecef4;
}

@media (min-width:375px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px;
  }
}
@media (min-width:768px){
  .webgene-pagination {
  width: 100%;
  margin: 100px 0 0;
  line-height: 1.85;
}
}
@media (min-width:1024px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px 10px 60px;
  }
  .fl_tbl_items_item_txt{
    padding: 10px 10px 10px 25px;
  }
  .ftr1_item_num.outfit {
    font-size: 38px;
  }
  .ftr1_item_min {
    font-size: 12px;
  }
}
@media (min-width:1200px){
  .ftr1_item_num.outfit {
    font-size: 45px;
  }
  .ftr1_item_min {
    font-size: 14px;
  }
}
@media (max-width:767px){
  .footer_fix{
    display: flex;
  }
  .webgene-pagination{
  margin:70px 0 0;
  }
  body{
    padding-bottom: 56px;
  }
}


/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 20px 15px;
}
.table_rows_th{
  background-color: #eeeeee;
}
.table_rows_td_pad0{
  padding: 0 !important;
}

/* テーブル入れ子 */
.table_rows .table_rows{

}
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_td{
  border-top:0;
}
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_td{
  border-bottom:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:first-child{
  border-left:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:last-child{
  border-right:0;
}


/* ページネーション */
.webgene-pagination {
  width: 100%;
  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 #c0c0c0;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #e5e5e5;
}  
.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;
}

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

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

/* リスト */
.posts_list .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5% 2%;
}
.posts_list .webgene-item {
  width: 49%;
}
.posts_list .webgene-item a{
  width: 100%;
  padding: 22px 15px 20px;
  background: #ffffff;
  border-radius: 20px;
  display: block;
}
.posts_list .webgene-item .date{
  width: 145px;
  letter-spacing: 0.075em;
  font-weight: 700;
}
.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%;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #0069ba;
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 8px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 18px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 5px;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{

}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;

}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
}
.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;
}


/* コピー用 */
@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{
    padding-top: 50px;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  /* リスト */
  .posts_list {
    padding: 22px 30px 20px;
  }
  .posts_list .webgene-item{
    padding-bottom: 10px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 145px);
  }
  .posts_list .webgene-item .title a{

  }

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

  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    align-items:baseline;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: 100%;
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  .sec5 .container {
    max-width: 1140px;
  }


}
@media (min-width:1024px){
.posts_detail .meta .title{
    width: calc(100% - 105px);
  }
}
@media (min-width:1200px){

  .pg_news{
    padding-top: 100px;
  }

}



/*******************************
*　お問い合わせ
********************************/
.pg_contact {
  padding:0px 0 0;
}

.contact_info_wrap{
  background: #fdefe5;
  padding: 25px 25px 20px;
  margin-bottom: 58px;
}
.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: center;
  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: #009944;
  color: #FFF;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 18px;
  margin-right: 18px;
  letter-spacing: 0.08em;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 0.015em;
  line-height: 1;
  color: #51443c;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0.08em;
}

@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: 38px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
  }
}
@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;
    padding: 6px 12px;
  }
  .contact_info_tel_link{
    font-size: 28px;
  }
  .contact_info_txt{
    font-size: 12px;
  }

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

  .posts_list .webgene-item {
    width: 100%;
  }
}


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

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 11px 15px 11px 20px;
  background: #eeeeee;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 0 12px;
  margin-top: 3px;
  float: right;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.18em;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  max-width: 285px;
  width: 100%;
  font-size: 18px;
  padding: 7px;
  margin: 32px auto 0;
  border: 0;
  background: #009944;
  color: #ffffff;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 500;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0.16em;
}
.radioArea .d-inline-block{
  margin-right: 32px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 118px 0 0;
}
.pg_contact .section.sec2 .contact_tt{
  font-size: 21px;
  margin-bottom: 49px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 30px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-left: 6px solid #009944;
  letter-spacing: 0.04em;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.88;
}
.contact_tt.privacy {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

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


@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){  
  .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: 22px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  } 
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

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

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

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


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

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

  .privacy_ttl {
    font-size: 15px;
    padding-left: 10px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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



/*******************************
*　HOME
********************************/
.pg_home .section.sec1{
  padding-top: 50px;
  padding-bottom: 50px;
}
.tt1 {
  font-size: 18px;
  margin-bottom: 25px;
  padding: 5px;
  background: url(/system_panel/uploads/images/home_bg01.png) left top #f2fdf7;
  border: 1px solid #009944;
  border-radius: 10px;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.home_sec1_ttl {
  margin: 35px 0 24px;
}
.link_1 {
  max-width: 350px;
  width: 100%;
  font-size: 15px;
  display: block;
  padding: 11px;
  margin: 30px auto 0;
  text-align: center;
  border-radius: 25px;
  background: #fff100;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
  box-shadow: 1px 1px 3px #3f3f3f;
}
.link_1:after{
  content: "→";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.link_1.right{
  margin-right: 0;
}

.pg_home .section.sec2{
  padding-top: 0;
  padding-bottom: 30px;
  background: url(/system_panel/uploads/images/home_bg02.png) left top;
}
.pg_home .section.sec2 .container{
  position: relative;
}
.home_sec2_illust1 {
  width: 210px;
  margin: 0 0 15px auto;
  display: block;
  position: relative;
  top: -10px;
}
.home_sec2_illust2 {
  width: 90px;
  margin: 20px auto 0 0;
}
.home_sec2_ttl{
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_sec2_ttl:before,
.home_sec2_ttl:after{
  content: "";
  width: 69px;
  height: 9px;
  margin: 0 5px;
  background: url(/system_panel/uploads/images/home_i01.png) left top;
}
.home_sec2_list{
  justify-content: center;
}
.home_sec2_list > div{
  display: flex;
}
.home_sec2_list > div:nth-child(n+2){
  margin-top: 45px;
}
.home_sec2_item {
  width: 100%;
  padding: 0 20px 30px;
  background: #ffffff;
  border: 2px solid #009944;
  border-radius: 10px;
  position: relative;
}
.home_sec2_item:after{
  content: "";
  width: 270px;
  height: 7px;
  background: #009944;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  border-radius: 0 0 5px 5px;
}
.home_sec2_item_ttl {
  max-width: 290px;
  background: #009944;
  border-radius: 19px;
  color: #ffffff;
  margin: -20px auto 25px;
}
.home_sec2_item_text{
  padding: 0 0 14px 1em;
  letter-spacing:0.015em;
  position: relative;
  border-bottom: 1px dotted;
}
.home_sec2_item_text:after{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.home_sec2_item_text + .home_sec2_item_text{
  margin-top: 10px;
}

.pg_home .section.sec3{
  padding-top: 50px;
  padding-bottom: 50px;
}
.home_sec3_menu{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  flex-wrap: wrap;
}
.home_sec3_menu + .home_sec3_menu{
  margin-top: 80px;
}
.home_sec3_menu:after{
  content: "";
  width: 1000%;
  height: calc(100% - 30px);
  background: #f3fdf8;
  border-radius: 0 0 0 50px;
  position: absolute;
  left: 50px;
  top: 60px;
  z-index: 0;
}
.home_sec3_menu_img{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  padding: 5px;
  background: url(/system_panel/uploads/images/home_bg03.png) left top;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.home_sec3_menu_img img{  
  border-radius: 20px;
  overflow: hidden;
}
.home_sec3_menu_img .img_fit:before{
  padding-top: 80%;
}
.home_sec3_menu_txt{
  width: 100%;
  padding-top: 78px;
  position: relative;
  z-index: 1;
}
.home_sec3_menu_txt > div {
  padding: 20px 20px 30px;
  background: #ffffff;
  border: 2px solid #009944;
  border-radius: 10px;
  height: 100%;
}
.home_sec3_menu_ttl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}
.home_sec3_menu_ttl:after{
  content: "";
  width: 95px;
  height: 5px;
  margin: 0 0 0 5px;
  background: #eb6100;
  display: block;
}
.home_sec3_menu_illust{
  width: 120px;
  position: absolute;
  right: -8px;
  top: 0;
}
.home_sec3_menu:nth-child(even) .home_sec3_menu_illust{
  right: 5px;
}
.home_sec3_menu .link_1.right{
  margin: 25px auto 0;
}

.pg_home .section.sec4{
  padding-top: 50px;
  padding-bottom: 70px;
}
.home_sec4_box {
  padding: 5px;
  border: 3px solid #009944;
  border-radius: 20px;
  background: url(/system_panel/uploads/images/home_bg04.png) left top #ffffff;
  position: relative;
  text-align: center;
}
.home_sec4_box:after{
  content: "";
  width: auto;
  height: 65px;
  background: url(/system_panel/uploads/images/eto_sp.png)  no-repeat center / contain;
  position: absolute;
  left: -3px;
  right:-3px;
  bottom: -26px;
}
.home_sec4_box_in {
  padding: 0 20px 60px;
  background: #ffffff;
  border-radius: 20px;
}
.home_sec4_box_ttl{
  top: -25px;
  background: #ffffff;
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.home_sec4_box_ttl:after{
  content: "";
  width: 120px;
  height: 5px;
  margin: 20px auto 0;
  background: #eb6100;
  display: block;
}

.pg_home .section.sec5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(/system_panel/uploads/images/home_bg02.png) left top;
}
.pg_home .section.sec5 .container{
  position: relative;
}
.pg_home .section.sec5 .container:before{
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  content: "";
  display: block;
  background: url(/system_panel/uploads/images/home_sec5_i1.png) no-repeat center / contain;
}
.pg_home .section.sec5 .container:after{
  width: 100%;
  height: 120px;
  margin-top: 20px;
  content: "";
  display: block;
  background: url(/system_panel/uploads/images/home_sec5_i2.png) no-repeat center / contain;
}
.pg_home .section.sec5 .home_sec2_ttl {
  margin-bottom: 0;
}
.home_sec5_ttl {
  margin-bottom: 30px;
}
.pg_home .section.sec5 .link_1{
  margin-top: 32px;
}

@media (max-width:767px){  
  .home_sec3_menu_img{
    order: 1;
  }
  .home_sec3_menu_txt{
    order: 2;
  }
  .home_sec3_menu_ttl:after{
  margin:0 0 0;
  }
  .home_sec3_menu:after{
    width:100vw;
    margin: 0 calc(50% - 50vw);
    border-radius:0 0 20px 20px;
    left:0;
  }
  
  .home_sec4_box:after{
    bottom: 10px;
  }
  .home_sec4_box_in{
    padding-bottom: 85px;
  }
  
}
@media (min-width:768px){

  .pg_home .section.sec1{
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .home_sec1_ttl {
    margin: 65px 0 34px;
  }
  .tt1 {
    font-size: 20px;
  }
  .link_1 {
    margin: 50px auto 0;
  }

  .pg_home .section.sec2{
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .home_sec2_illust1{
    position: absolute;
    right: -185px;
    top: -92px;
    width: auto;
    margin: 0;
  }
  .home_sec2_illust2{
    position: absolute;
    left: -103px;
    bottom: 10px;
    width: auto;
    margin: 0;
  }
  .home_sec2_ttl{
    margin-bottom: 55px;
  }
  .pg_home .section.sec2 .link_1{
    margin-top: 55px;
  }
  .home_sec2_ttl:before, .home_sec2_ttl:after {
    width: 162px;
    margin: 0 5px;
  }
  .home_sec2_list > div:nth-child(n+2){
    margin-top: 0;
  }
  .home_sec2_list > div:nth-child(n+3){
    margin-top: 45px;
  }
  .home_sec2_illust2 {
    left: 0;
  }
  .home_sec2_item {
    min-height: 150px;
  }

  .pg_home .section.sec3{
    padding-top: 80px;
    padding-bottom: 80px;
  }  
  .home_sec3_menu:after{
    width:100vw;
    margin: 0 calc(50% - 50vw);
    border-radius:0 0 20px 20px;
    left:0;
  }
  .home_sec3_menu + .home_sec3_menu{
    margin-top: 80px;
  }
  .home_sec3_menu_illust{
    width: 120px;
  }
  .home_sec3_menu_txt {    
    padding-top: 80px;
  }

  .pg_home .section.sec4{
    padding: 70px 0 100px;
  }
  .home_sec4_box_in {
    padding: 0 30px 150px;
  }
  .home_sec4_box .link_1{
    margin-top: 25px;
  }
  .home_sec4_box:after {
    height: 113px;
    /*bottom: -77px;*/
    bottom: 15px;
  }
  
  
  .home_sec4_box_ttl:after{
    width: 160px;
  }

  .pg_home .section.sec5{
    padding: 42px 0 60px;
  }
  .pg_home .section.sec5 .home_sec2_ttl:before,
  .pg_home .section.sec5 .home_sec2_ttl:after {
    margin: 0 20px;
  }  
  .pg_home .section.sec5 .home_sec2_ttl {
    font-size: 30px;
  }
}
@media (min-width:992px){  
  .home_sec2_list > div:nth-child(n+3) {
      margin-top: 0;
  }
}

@media (min-width: 992px) {
  .container:has(.home_sec3_menu) {
    max-width: 1140px;
  }
}
@media (min-width:1024px){
  .home_sec3_menu_illust{
    width: 120px;
  }
  .home_sec2_illust2{
    left: -43px;
    bottom: -70px;
  }
  .home_sec2_ttl:before, .home_sec2_ttl:after {
    width: 202px;
    margin: 0 10px;
  }
  .home_sec2_list > div:nth-child(n+3){
    margin-top: 0;
  }

  .home_sec3_menu_img .img_fit:before{
    padding-top: 240px;
  }
  .home_sec3_menu_img{
    width: 100%;
  }
  .home_sec3_menu_txt{
    width: 32%;
    min-height: 473px;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
  .home_sec3_menu .link_1.right{
    margin: 25px 0 0 auto;
  }
  .home_sec3_menu:nth-child(even):after{
    left: inherit;
    right: 50px;
    border-radius: 0 0 50px 0;
  }
  .home_sec3_menu:nth-child(even) .home_sec3_menu_img{
    order: 2;
  }
  .home_sec3_menu:nth-child(even) .home_sec3_menu_txt{
    order: 1;
  }
  .home_sec3_menu:nth-child(even) .link_1.right{
    margin-right: auto;
    margin-left: 0;
  }
  .pg_home .section.sec3{
    padding-top: 100px;
    padding-bottom: 100px;
  }  
  .home_sec3_menu + .home_sec3_menu{
    margin-top: 110px;
  }

  .pg_home .section.sec4 {
    padding: 90px 0 120px;
  }
  .home_sec4_box_in {
    padding: 0 30px 60px;
  }
  .home_sec4_box:after{
    height: 56px;    
    bottom: -26px;
    background: url(/system_panel/uploads/images/eto_pc.png)  no-repeat center / contain;
  }
  
  .pg_home .section.sec5 .container:before{
    position: absolute;
    left: 10px;
    top: -5px;
    /*content: url(/system_panel/uploads/images/home_sec5_i1.png);*/
    /*background: 0;*/
    width: 140px;
    height: 87px;
  }
  .pg_home .section.sec5 .container:after{
    position: absolute;
    right: 0;
    top: -5px;
    /*content: url(/system_panel/uploads/images/home_sec5_i2.png);*/
    /*background: 0;*/
    width: 140px;
    height: 80px;
  }
  .home_sec3_menu_ttl {
    min-height: 84px;
    row-gap: 0;
  }
  .home_sec3_menu_ttl.second:after{
    margin: 0 0 0 5px;
  }
  .home_sec3_menu:after{
    width:1000%;
    left:50px;
    border-radius: 0 0 0 100px;
    margin: 0;
  }
}
@media (min-width:1200px){

  .home_sec2_illust2{
    left: -103px;
    bottom: -50px;
  }

/*  .pg_home .section.sec5 .container:before{
    position: absolute;
    left: -345px;
    top: -30px;
    width: 311px;
    height: 193px;
  }
  .pg_home .section.sec5 .container:after{
    position: absolute;
    right: -352px;
    top: -30px;
    width: 325px;
    height: 188px;
  }
  .home_sec3_menu_ttl.second:after{
    margin: 20px 0 30px 5px;
  }*/
}

@media (min-width:1650px){
  
  .pg_home .section.sec5 .container:before{
    position: absolute;
    left: -345px;
    top: -30px;
    width: 311px;
    height: 193px;
  }
  .pg_home .section.sec5 .container:after{
    position: absolute;
    right: -352px;
    top: -30px;
    width: 325px;
    height: 188px;
  }
  .home_sec3_menu_ttl.second:after{
    margin: 0 0 0 5px;
  }
  
}


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

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

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

}
@media (min-width:768px){  
  .pg_home .section.sec5 .container:before{
  position: absolute;
    left: -300px;
    top: -30px;
    content: url(/system_panel/uploads/images/home_sec5_i1.png);
    background: 0;
    height: auto;
    width: auto;
  }
  .pg_home .section.sec5 .container:after{
  position: absolute;
    right: -310px;
    top: -30px;
    content: url(/system_panel/uploads/images/home_sec5_i2.png);
    background: 0;
    height: auto;
    width: auto;
  }
}
@media (min-width:1024px){
  .pg_home .section.sec5 .container:before{
  left: -345px;
  }
  .pg_home .section.sec5 .container:after{
  right: -352px;
  }

}
@media (min-width:1200px){
.home_sec2_item:after{
  width: 290px;
}

}*/

/*******************************
*共通 20230725@追加
********************************/

.flex {
  display: flex;
  flex-wrap: wrap;
}

/*******************************
*　某有名雑誌でも紹介されました。20230725@追加
********************************/

.pge_contents_wrap {
  background: #f7f7f7;
  border-radius: 20px;
}

.pge_contents_box_inner {
  padding: 0 30px;
}

.pge_contents_inner_box1 {
  width: 100%;
  order: 2
}

.pge_contents_inner_box2 {
  width: 100%;
  order: 1;
}

.pge_contents_inner_box2_img:before {
  padding-top: 74.47%;
}

.pge_contents_inner_box1_ttl {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans JP', serif;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #666666;
  padding-bottom: 14px;
}

@media (max-width:767px) {
  .pge_contents_box_inner {
    padding: 30px 20px;
  }
  .pge_contents_inner_box1 {
    margin-top: 20px;
  }
  .pge_desc_contents_txt {
    margin-top: 16px;
  }
}

@media (min-width:768px) {
  .pge_contents_box_inner.flex {
    justify-content: space-between;
    padding: 30px 20px 20px;
  }
  .pge_contents_inner_box1 {
    width: 66.16%;
    order: 1;
  }
  .pge_contents_inner_box2 {
    order: 2;
    width: 28%;
  }
  .pge_contents_inner_box1_ttl {
    font-size: 20px;
  }
  .home_sec3_menu_text {
    font-size: 16px;
    padding-top: 16px;
  }
  .pge_contents_box_inner.type1 .pge_contents_inner_box1 {
    order: 2;
  }
  .pge_contents_box_inner.type1 .pge_contents_inner_box2 {
    order: 1;
  }
}

@media (min-width:1024px) {
  .pge_contents_box_inner.flex {
    padding: 30px 65px 20px;
  }
}