@charset "UTF-8";

body{
  background: #f7f1d9;
}
.gjs-dashed{
  background: #f7f1d9;
}
.page_head_h1{
  font-size: 0;
}
.gjs-dashed .page_head_h1{
  font-size: 20px;
  font-weight: 700;
  text-align:center;
}

.page_head_tt{
  
}
.page_head_tt_img{
  height: 60px;
}


/* ヘッダー：モデルケース */
:root{
  --page-head-illust-resize: 0.5;
}
.page_head.model{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 30px;
}
.page_head.model .page_head_tt{
  width: 100%;
}

.page_head_illust_model{
  
}
.page_head_illust_model.pos1{
  width: calc(197px * var(--page-head-illust-resize));
}
.page_head_illust_model.pos2{
  width: calc(135px * var(--page-head-illust-resize));
}


.model_page_head_sub{
  margin-top: 30px;
}
.model_page_head_sub_ttl{
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  
  line-height: 1.4;
  text-align: center;
}
.model_page_head_sub_ttl em{
  display: inline-block;
  font-style: normal;
}
.model_page_head_sub_txt{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.92;
  text-align: justify;
  margin-top: 20px;
}
.model_page_head_sub_txt em{
  /*display: inline-block;*/
  font-style: normal;
}


/* ヘッダー：地域紹介 */
.page_head.area{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  /*margin-right: 30px;*/
  padding-top: 0;
}
.page_head.area .page_head_tt{
  width: 100%;
}

.page_head_illust_area{
  
}
.page_head_illust_area.pos1{
  width: calc(243px * var(--page-head-illust-resize));
}
.page_head_illust_area.pos2{
  width: calc(232px * var(--page-head-illust-resize));
}

/* ヘッダー：会社概要 */
.page_head.company{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-right: 0;
  padding-top: 0;
  background: none;
}
.page_head.company .page_head_tt{
  width: 100%;
}

.page_head_illust_company{
  
}
.page_head_illust_company.pos1{
  width: calc(79px * var(--page-head-illust-resize));
}
.page_head_illust_company.pos2{
  width: calc(198px * var(--page-head-illust-resize));
}
.page_head_illust_company.pos3{
  width: calc(94px * var(--page-head-illust-resize));
}

/* ヘッダー：お問い合わせ */
.page_head.contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /*margin-right: 30px;*/
  margin-bottom: 30px;
  padding-top: 0;
  background: none;
}
.page_head.contact .page_head_tt{
  width: 100%;
}

.page_head_illust_contact{
  
}
.page_head_illust_contact.pos1{
  width: calc(243px * var(--page-head-illust-resize));
}
.page_head_illust_contact.pos2{
  width: calc(232px * var(--page-head-illust-resize));
}



/* ヘッダー：お知らせ */
.page_head.news{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 30px;
}
.page_head.news .page_head_tt{
  width: 100%;
  padding: 0 50px;
}
.page_head_illust_news{
  
}
.page_head_illust_news.pos1{
  width: calc(206px * var(--page-head-illust-resize));
}
.page_head_illust_news.pos2{
  width: calc(141px * var(--page-head-illust-resize));
}

.pg_news .section.sec0{
  padding-top: 0;
  padding-bottom: 50px;
}


@media (max-width:767px){
  
  .page_head_tt{
    
  }
  
  
}
@media (min-width:768px){
  
  :root{
    --page-head-illust-resize: 0.6;
  }
  
  .page_head_tt_img{
    height: 80px;
  }
  
  /* ヘッダー：モデルケース */
  .page_head.model{
    padding-top: 100px;
  }
  .page_head.model .page_head_tt{
    width: 100%;
    padding-left: 150px;
    padding-right: 150px;
  }
  .page_head_illust_model{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
  }
  .page_head_illust_model.pos1{
    top: 81%;
    left: 8px;
  }
  .page_head_illust_model.pos2{
    top: 65%;
    right: 30px;
  }/**/
  
  .model_page_head_sub{
    margin-top: 70px;
  }
  .model_page_head_sub_ttl{
    font-size: 30px;
    text-align: center;
  }
  .model_page_head_sub_txt{
    font-size: 18px;
    line-height: 1.92;
    /*text-align: center;*/
    margin-top: 40px;
  }
  
  /* ヘッダー：地域紹介 */
  .page_head.area{
    margin-top: 100px;
  }
  .page_head.area .page_head_tt{
    width: 100%;
    padding-left: 150px;
    padding-right: 150px;
  }
  .page_head_illust_area{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
  }
  .page_head_illust_area.pos1{
    top: 62%;
    left: -10px;
  }
  .page_head_illust_area.pos2{
    top: 56%;
    right: -20px;
  }
  
  /* ヘッダー：会社概要 */
  .page_head.company{
    margin-top: 55px;
  }
  .page_head.company .page_head_tt{
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .page_head_illust_company{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
  }
  .page_head_illust_company.pos1{
    top: 54%;
    left: 50px;
  }
  .page_head_illust_company.pos2{
    top: 66%;
    right: 30px;
  }
  .page_head_illust_company.pos3{
    top: 15%;
    right: -35px;
  }
  
  
  /* ヘッダー：お問い合わせ */
  .page_head.contact{
    /*margin-top: 55px;*/
    margin-bottom: 100px;
  }
  .page_head.contact .page_head_tt{
    width: 100%;
    /*padding-left: 150px;*/
    /*padding-right: 150px;*/
  }
  .page_head_illust_contact{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
  }
  .page_head_illust_contact.pos1{
    top: 62%;
    left: -10px;
  }
  .page_head_illust_contact.pos2{
    top: 66%;
    right: -146px;
  }
  
  
  /* ヘッダー：お知らせ */
  .page_head.news{
    padding-top: 35px;
  }
  .page_head.news .page_head_tt{
    width: 100%;
    padding-left: 130px;
    padding-right: 130px;
  }
  .page_head_illust_news{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
  }
  .page_head_illust_news.pos1{
    top: 73%;
    left: -20px;
  }
  .page_head_illust_news.pos2{
    top: 64%;
    right: -25px;
  }/**/
  
  .pg_news .section.sec0{
    padding-top: 0;
    padding-bottom: 100px;
  }
  
}
@media (min-width:1024px){
 
  :root{
    --page-head-illust-resize: 0.6;
  }
  .page_head_tt_img{
    height: 100px;
  }
  
  
  /* ヘッダー：モデルケース */
  .page_head.model{
    padding-top: 100px;
  }
  .page_head.model .page_head_tt{
    width: 100%;
  }
  .page_head_illust_model{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
  }
  .page_head_illust_model.pos1{
    top: 81%;
    left: 8px;
  }
  .page_head_illust_model.pos2{
    top: 65%;
    right: 30px;
  }
  
  .model_page_head_sub{
    margin-top: 70px;
  }
  .model_page_head_sub_ttl{
    font-size: 40px;
    text-align: center;
  }
  .model_page_head_sub_txt{
    font-size: 19px;
    line-height: 1.92;
    text-align: center;
    margin-top: 70px;
  }
  
  .page_head_illust_news.pos1{
    top: 73%;
    left: -95px;
  }
}

@media (min-width:1280px){
  
  :root{
    --page-head-illust-resize: 0.7;
  }
  
}
@media (min-width:1470px){
  
  :root{
    --page-head-illust-resize: 0.8;
  }
  .page_head_tt_img{
    height: 150px;
  }
  
  /* ヘッダー：会社概要 */
  .page_head.company{
    margin-top: 55px;
  }
  .page_head.company .page_head_tt{
    /*padding-left: 150px;*/
    /*padding-right: 150px;*/
  }
  .page_head_illust_company{
  }
  .page_head_illust_company.pos1{
    top: 54%;
    left: -150px;
  }
  .page_head_illust_company.pos2{
    top: 66%;
    right: -40px;
  }
  .page_head_illust_company.pos3{
    top: 15%;
    right: -155px;
  }
  
  .model_page_head_sub{
    margin-top: 70px;
  }
  .model_page_head_sub_ttl{
    font-size: 40px;
    text-align: center;
  }
  .model_page_head_sub_txt{
    font-size: 23px;
    line-height: 1.92;
    text-align: center;
    margin-top: 70px;
  }
  
  
  /**/
  .page_head_illust_area.pos2{
    top: 56%;
    right: 23px;
  }
  
}
@media (min-width:1536px){
  
  
  
}
@media (min-width:1720px){
  
  :root{
    --page-head-illust-resize: 1.0;
  }
  
  .page_head_tt_img{
    height: auto;
  }
  
  .model_page_head_sub_txt{
    font-size: 25px;
  }
  
  /* ヘッダー：会社概要 */
  .page_head_illust_company.pos1{
    top: 54%;
    left: -150px;
  }
  .page_head_illust_company.pos2{
    top: 66%;
    right: -100px;
  }
  .page_head_illust_company.pos3{
    top: 15%;
    right: -255px;
  }
}



/*******************************
*　モデル一覧
********************************/

/* セクション設定 */
.pg_model{
  position: relative;
  z-index: 1;
}
/*.pg_model:after{
  content: "";
  display: block;
  width: 8.4%;;
  aspect-ratio:163 / 94;
  background-image: url(/system_panel/uploads/images/model_tori.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -11%;
  right: calc(50% - 696px);
}
.pg_model .section.sec1{
  position: relative;
}
.pg_model .section.sec1:before{
  content: "";
  display: block;
  width: 11.19%;;
  aspect-ratio:215 / 284;
  background-image: url(/system_panel/uploads/images/model_left_tree.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: calc(50% - 888px);
}
.pg_model .section.sec1:after{
  content: "";
  display: block;
  width: 18.33%;;
  aspect-ratio:352 / 178;
  background-image: url(/system_panel/uploads/images/model_right_tree.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -22%;
  right: calc(50% - 763px);
}
.pg_model .section.sec2{
  padding-top: 0;
}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}
*/

.pg_model2{
  
}
.pg_model2 .section.sec1{
  padding-top: 50px;
}
.pg_model2 .section.sec2{
  
}

@media (max-width:374px){

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

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

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

  .pg_model{

  }
  .pg_model .section.sec1{

  }
  .pg_model .section.sec2{
    padding-top: 40px;
  }
  


  .pg_model2{

  }
  .pg_model2 .section.sec1{
    padding-top: 70px;
  }
  .pg_model2 .section.sec2{

  }

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


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

  .pg_model2{

  }
  .pg_model2 .section.sec1{
    padding-top: 100px;
  }
  .pg_model2 .section.sec2{

  }

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

  .pg_model2 .section.sec1{
    padding-top: 120px;
  }

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

  .pg_model2 .section.sec1{
    padding-top: 160px;
  }

}

/* メイン部分 */
/*
.body_modelDetail .mv_wave_tt span:nth-child(1),
.body_model .mv_wave_tt span:nth-child(1){
  transform: translateY(0.1em) rotate(-14deg);
}
.body_modelDetail .mv_wave_tt span:nth-child(2),
.body_model .mv_wave_tt span:nth-child(2){
  transform: translateY(-0.1em) rotate(-14deg);
}
.body_modelDetail .mv_wave_tt span:nth-child(3),
.body_model .mv_wave_tt span:nth-child(3){
  transform: translateY(-0.4em) rotate(-16deg);
}
.body_modelDetail .mv_wave_tt span:nth-child(4),
.body_model .mv_wave_tt span:nth-child(4){
  transform: translateY(-0.6em) rotate(-12deg);
}
.body_modelDetail .mv_wave_tt span:nth-child(5),
.body_model .mv_wave_tt span:nth-child(5){
  transform: translateY(-0.7em) rotate(4deg);
}
.body_modelDetail .mv_wave_tt span:nth-child(6),
.body_model .mv_wave_tt span:nth-child(6){
  transform: translateY(-0.49em) rotate(16deg);
}
.body_modelDetail .mv_wave_tt span:nth-child(7),
.body_model .mv_wave_tt span:nth-child(7){
  transform: translateY(-0.05em) rotate(20deg);
  color: #f75404;
}
.body_modelDetail .mv_wave_tt span:nth-child(8),
.body_model .mv_wave_tt span:nth-child(8){
  transform: translateY(0.2em) rotate(16deg);
  color: #f75404;
}
.body_modelDetail .mv_wave_tt span:nth-child(9),
.body_model .mv_wave_tt span:nth-child(9){
  transform: translateY(0.17em) rotate(-11deg);

}
.body_modelDetail .mv_wave_tt span:nth-child(10),
.body_model .mv_wave_tt span:nth-child(10){
  transform: translateY(0) rotate(-16deg);
}
.body_modelDetail .mv_wave_tt span:nth-child(11),
.body_model .mv_wave_tt span:nth-child(11){
  transform: translateY(-0.4em) rotate(-24deg);
}
.body_modelDetail .mv_wave_tt span:nth-child(12),
.body_model .mv_wave_tt span:nth-child(12){
  transform: translateY(-0.8em) rotate(-21deg);
}
.body_modelDetail .mv_wave_tt span:nth-child(13),
.body_model .mv_wave_tt span:nth-child(13){
  transform: translateY(-1.1em) rotate(-10deg);
}
.body_modelDetail .mv_wave_tt span:nth-child(14),
.body_model .mv_wave_tt span:nth-child(14){
  transform: translateY(-0.11em) rotate(-18deg);
}
.body_modelDetail .mv_wave_tt span:nth-child(15),
.body_model .mv_wave_tt span:nth-child(15){
  transform: translateY(-0.48em) rotate(-23deg);
  color: #f75404;
}
.body_modelDetail .mv_wave_tt span:nth-child(16),
.body_model .mv_wave_tt span:nth-child(16){
  transform: translateY(-0.94em) rotate(-28deg);
  color: #f75404;
}
.body_modelDetail .mv_wave_tt span:nth-child(17),
.body_model .mv_wave_tt span:nth-child(17){
  transform: translateY(-1.2em) rotate(-14deg);
}
.body_modelDetail .mv_wave_tt span:nth-child(18),
.body_model .mv_wave_tt span:nth-child(18){
  transform: translateY(-1.2em) rotate(2deg);
}
*/


/*sec1*/
/*.model_sec1_wrap{
  position: relative;
}
.model_sec1_wrap:before{
  content: "";
  display: block;
  width: 9.8%;;
  aspect-ratio:1;
  background-image: url(/system_panel/uploads/images/model_sun.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -22%;
  left: calc(50% - 389px);
}
.model_sec1_wrap .content_desc.center{
  margin-top: 20px;
}*/




/*sec2*/
.model_cate{

}
.model_cate .webgene-blog{

}
.model_cate .webgene-item{

}
.model_cate .webgene-item a{

}

/*リスト*/
.model_list{
  margin-top: 40px;
}
.model_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  gap:30px 10px;
}
.model_list .webgene-item{
  width: calc(50% - 5px);
}
.model_list .webgene-item a{

}
.model_list .webgene-item .img{
  border-radius: 20px;
  outline: 2px solid #fff;
}
.model_list .webgene-item .img img{
  border-radius: 20px;
}
.model_list .webgene-item .img:before{
  padding-top: 76.1%;
}
.model_list .webgene-item .box2{
  margin-top: 18px;
}
.model_list .webgene-item .title{
  font-size: 16px;
  font-weight: 600;
}
.model_list .webgene-item .category{
  display: flex;
  margin-bottom: 8px;
}
.model_list .webgene-item .category span{
  min-width: 132px;
  padding: 5px 15px 6px;
  background: #ec6c4f;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 14px;
  text-align: center;
}

@media (max-width:767px){
  .model_cate{
    display: none;
  }
}
@media (min-width:768px){
  /*sec2*/
  .model_cate{

  }
  .model_cate .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    gap:30px;
  }
  .model_cate .webgene-item{
    width: calc(50% - 20px);
  }
  .model_cate .webgene-item a{
    display: block;
    border: 1px solid #08843f;
    border-radius: 32.5px;
    background: #8fc31f;
    border:1px solid #8fc31f;
    color: #181818;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 0;
    position: relative;
  }
  .model_cate .webgene-item a:after{
    content:"\f138";
    font-family: "fontAwesome";
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    font-size: 23px;
  }
  .model_cate .webgene-item a.on,
  .model_cate .webgene-item a:hover{
    background: #8fc31f;
    background: #fff;
    color: #181818;
  }

  /*リスト*/
  .model_list{
    margin-top: 100px;
  }
  .model_list .webgene-blog{
    gap: 50px 20px;
  }
  .model_list .webgene-item{
    width: calc((100% - 40px) / 3);
  }
  .model_list .webgene-item a{

  }
  .model_list .webgene-item .img img{

  }
  .model_list .webgene-item .img {
    outline: 5px solid #fff;
  }
  .model_list .webgene-item .img:before{

  }
  .model_list .webgene-item .box2{

  }
  .model_list .webgene-item .title{
    font-size: 18px;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){
  /*sec2*/
  .model_cate{

  }
  .model_cate .webgene-blog{

  }
  .model_cate .webgene-item{
    width: calc(33.333% - 20px);
  }
  .model_cate .webgene-item a{

  }

  /*リスト*/
  .model_list{

  }
  .model_list .webgene-blog{
    gap: 75px 40px;
  }
  .model_list .webgene-item{
    width: calc((100% - 80px) / 3);
  }
  .model_list .webgene-item a{

  }
  .model_list .webgene-item .img img{

  }
  .model_list .webgene-item .img:before{

  }
  .model_list .webgene-item .box2{

  }
  .model_list .webgene-item .title{

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


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


}



/*******************************
*　ギャラリー（サムネ横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%;
  position: relative
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

.gallery_slide_prev,
.gallery_slide_next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio:1;
  border-radius: 50%;
  background: #f75404;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery_slide_prev:before{
  content: "\f104";
  font-family: "FontAwesome";
}
.gallery_slide_next:after{
  content: "\f105";
  font-family: "FontAwesome";
}
.gallery_slide_prev i,
.gallery_slide_next i{
  display: none;
}
.gallery_slide_prev{
  left: -50px;
}
.gallery_slide_next{
  right: -50px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 67.39%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 67.85%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.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;
}

.works_detail{

}
.works_detail .title{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #181818;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.works_detail .post_content{
  margin-top: 40px;
}
.works_detail .post_content .post_txt{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #121f39;
  padding-bottom: 10px;
}
.works_detail .post_content .post_txt2{
  background: #FFF;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: left;
  padding: 12px 15px;
  margin-top: 20px;
  border: 1px solid #ababab;
}
.works_detail .post_content .scd{

}

.works_detail .scd{
  margin-top: 30px;
}
.works_detail .scd table{
  width: 100%;
}
.works_detail .scd th,
.works_detail .scd td{
  border: 1px solid #ababab;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 500;
  padding: 13px 16px;
}
.works_detail .scd th{
  width: 190px;
  background: #f8f5c8;
  padding: 13px 16px;
}
.works_detail .scd td{
  background: #fff;
  line-height: 2.11em;

}
.works_detail .read_more{
  margin-top: 40px;
}

.works_detail .imgs{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.works_detail .imgs_item{
  width: 100%;
}
.works_detail .imgs_item_img{
  
}
.works_detail .imgs_item_img.img_fit:before{
  padding-top: 73.68%;
}
.works_detail .imgs_item_txt{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
.works_detail .comment{
  font-size: 15px;
  font-weight: 600;
  line-height: 1.875;
}
.works_detail * + .comment{
  margin-top: 20px;
}

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

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

}
@media (max-width:767px){
  .gallery_wrap{
    padding: 0 40px;
  }
  .gallery_slide_prev{
    left: -40px;
  }
  .gallery_slide_next{
    right: -40px;
  }

  .works_detail .scd th,
  .works_detail .scd td{
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .works_detail .scd tr:last-child td{
    border-bottom: 1px solid #ababab;
  }
}
@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{
    padding: 0 95px;
  }
  .gallery_box1{
    width: 100%;

  }
  .gallery_box2{
    width: 100%;
    margin-top: 8px;

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

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

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

  /* 詳細 */
  .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;
  }

  .works_detail{

  }
  .works_detail .title{
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  .works_detail .post_content{
    margin-top: 92px;
  }
  .works_detail .post_content .post_txt{
    font-size: 20px;
    padding-bottom: 18px;
  }
  .works_detail .post_content .post_txt2{
    font-size: 18px;
    padding: 16px 30px;
    margin-top: 30px;
  }
  .works_detail .post_content .scd{

  }

  .works_detail .scd{
    margin-top: 30px;
  }
  .works_detail .scd th,
  .works_detail .scd td{
    font-size: 18px;
  }
  .works_detail .scd th{
    vertical-align: top;
    border-right: 0;
    width: 190px;
  }
  .works_detail .scd td{
    border-left: 0;
    padding-left: 32px;
  }
  .works_detail .read_more{
    margin-top: 80px;
  }
  
  .works_detail .imgs.col2{
    gap: 30px 30px;
  }
  .works_detail  .imgs.col2 .imgs_item{
    width: calc((100% - 30px) / 2);
  }
  
  .works_detail .imgs.col3{
    gap: 30px 20px;
  }
  .works_detail .imgs.col3 .imgs_item{
    width: calc((100% - 40px) / 3);
  }
  
  .works_detail .imgs.col4{
    gap: 30px 15px;
  }
  .works_detail .imgs.col4 .imgs_item{
    width: calc((100% - 60px) / 4);
  }
  
  .works_detail .imgs_item_txt{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }
  .works_detail .comment{
    font-size: 18px;
    line-height: 2.111;
  }
}
@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;
  }

  .works_detail{

  }
  .works_detail .title{
    font-size: 30px;
  }
  .works_detail .post_content{

  }
  .works_detail .post_content .post_txt{
    font-size: 25px;
  }
  .works_detail .post_content .scd{

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


}



/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.pg_news .section.sec0{
  
}
.pg_news .section.sec1{
  position: relative;
  z-index: 1;
}
.pg_news .section.sec1 > .container{
  position: relative;
  z-index: 1;
}
.pg_news .section.sec1:before{
  
}
.pg_news .section.sec1 .side_bg{
  position: absolute;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.pg_news .section.sec1 .side_bg.pos1{
  width: 397px;
  width: calc(397px * var(--page-head-illust-resize));
  aspect-ratio:  397 / 301;
  background-image: url(/system_panel/uploads/images/news_side_illust1.png);
  left: -10px;
  top: 500px;
}
.pg_news .section.sec1 .side_bg.pos2{
  width: 374px;
  width: calc(374px * var(--page-head-illust-resize));
  aspect-ratio:  374 / 408;
  background-image: url(/system_panel/uploads/images/news_side_illust2.png);
  right: -10px;
  top: 220px;
}


.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: #ec6c4f;
  color: #FFF;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left:0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 6px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
  font-weight: 700;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}

/* 詳細 */
.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.065em;

}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.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){
  
  .pg_news .section.sec1 .side_bg.pos1{
    width: 120px;
    top: auto;
    bottom: 280px;
  }
  .pg_news .section.sec1 .side_bg.pos2{
    width: 120px;
  }
  
  .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 .section.sec1 .side_bg.pos1{
    left: -10px;
    top: 500px;
  }
  .pg_news .section.sec1 .side_bg.pos2{
    right: -10px;
    top: 220px;
  }
  
  .pg_news{
    padding-top: 0;
  }
  .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: 156px;
  }

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

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    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: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }


}
@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{
    padding-top: 53px;
  }

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

  .pg_news .section.sec1 .side_bg.pos1{
    left: -10px;
    top: 500px;
  }
  .pg_news .section.sec1 .side_bg.pos2{
    right: -10px;
    top: 220px;
  }
  

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

  .pg_news .section.sec1 .side_bg.pos1{
    left: -10px;
    top: 500px;
  }
  .pg_news .section.sec1 .side_bg.pos2{
    right: -10px;
    top: 220px;
  }
  

}



/*******************************
*　記事一覧
********************************/
/*
.body_news .mv_wave_tt span:nth-child(1),
.body_newsDetail .mv_wave_tt span:nth-child(1){
  transform: translateY(0.1em) rotate(-13deg);
}
.body_news .mv_wave_tt span:nth-child(2),
.body_newsDetail .mv_wave_tt span:nth-child(2){
  transform: translateY(-0.2em) rotate(-17deg);
}
.body_news .mv_wave_tt span:nth-child(3),
.body_newsDetail .mv_wave_tt span:nth-child(3){
  transform: translateY(-0.5em) rotate(-16deg);
}
.body_news .mv_wave_tt span:nth-child(4),
.body_newsDetail .mv_wave_tt span:nth-child(4){
  transform: translateY(-0.73em) rotate(-11deg);
  color: #f75404;
}
.body_news .mv_wave_tt span:nth-child(5),
.body_newsDetail .mv_wave_tt span:nth-child(5){
  transform: translateY(-0.8em) rotate(1deg);
  color: #f75404;
}
.body_news .mv_wave_tt span:nth-child(6),
.body_newsDetail .mv_wave_tt span:nth-child(6){
  transform: translateY(-0.69em) rotate(13deg);
  color: #f75404;
}
.body_news .mv_wave_tt span:nth-child(7),
.body_newsDetail .mv_wave_tt span:nth-child(7){
  transform: translateY(-0.4em) rotate(25deg);
  color: #134805;

}
.body_news .mv_wave_tt span:nth-child(8),
.body_newsDetail .mv_wave_tt span:nth-child(8){
  transform: translateY(0em) rotate(15deg);
  color: #134805;
}
.body_news .mv_wave_tt span:nth-child(9),
.body_newsDetail .mv_wave_tt span:nth-child(9){
  transform: translateY(0.02em) rotate(-10deg);
  color: #134805;
}
.body_news .mv_wave_tt span:nth-child(10),
.body_newsDetail .mv_wave_tt span:nth-child(10){
  transform: translateY(-0.19em) rotate(-15deg);
}
.body_news .mv_wave_tt span:nth-child(11),
.body_newsDetail .mv_wave_tt span:nth-child(11){
  transform: translateY(-0.6em) rotate(-24deg);
}
.body_news .mv_wave_tt span:nth-child(12),
.body_newsDetail .mv_wave_tt span:nth-child(12){
  transform: translateY(-0.95em) rotate(-21deg);
}
.body_news .mv_wave_tt span:nth-child(13),
.body_newsDetail .mv_wave_tt span:nth-child(13){
  transform: translateY(-1.3em) rotate(-10deg);
}*/


.news_list{

}
.news_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
}
.news_list .webgene-item{
  width: 50%;
  padding-inline:5px;
}
.news_list .webgene-item:nth-child(n+3){
  margin-top: 20px;
}
.news_list .webgene-item a{

}
.news_list .webgene-item .img:before{
  padding-top: 80%;
}
.news_list .webgene-item .img,
.news_list .webgene-item .img img{
  border-radius: 20px;
}
.news_list .webgene-item .box2{
  margin-top: 10px;
}
.news_list .webgene-item .category{
  display: inline-block;
  text-align: center;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.news_list .webgene-item .title{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.777em;
  letter-spacing: 0;
}


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

}
* + .news_list_thumb{
  margin-top: 50px;
}
.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{
  width: 50%;
  padding: 0 5px;
}
.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;
  color: #000;
  background: #e6e6e6;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 10px 10px;
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 75%;
  padding-top: 67.92%;
}
.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: #2850a1;
  color: #FFF;
  padding: 3px 8px;
  margin: 5px 0;
  margin-right: 10px;
}
.news_list_thumb .webgene-item .meta .date{
  font-size: 15px;
  font-weight: 700;
  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{

}
.news_list_thumb.col4{

}

.news_list.kasou{

}
.news_list.kasou .webgene-blog{

}
.news_list.kasou .webgene-item{

}

.news_detail{
  border-bottom: 1px solid #3b5b74;
  padding-bottom: 30px;
}
.news_detail .webgene-item{

}
.news_detail .webgene-item .title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  border-bottom: 1px solid #3b5b74;
  padding-bottom: 10px;
}
.news_detail .webgene-item .post_content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875em;
  padding-top: 30px;
}
@media (max-width:767px){

}
@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{
    width: 50%;
    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: 20px 10px;
  }
  .news_list_thumb .webgene-item .meta{
    margin-bottom: 5px;
  }
  .news_list_thumb .webgene-item .meta .category{
    font-size: 13px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .meta .date{
    font-size: 15px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .title{

  }

  .news_detail{
    padding-bottom: 44px;
  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .title{
    font-size: 20px;
    padding-bottom: 12px;
  }
  .news_detail .webgene-item .post_content{
    padding-top: 40px;
  }
  .pg_news .read_more{
    margin-top: 53px;
  }

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

  .news_list .webgene-blog{
    margin-inline:-20px;
  }
  .news_list .webgene-item{
    width: 33.333%;
    padding-inline:20px;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 20px;;
  }
  .news_list .webgene-item .title{
    font-size: 18px;
  }
  
  /* 一覧（サムネあり） */


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

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

  .news_detail{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .title{

  }
  .news_detail .webgene-item .post_content{

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

  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{
    width: 25%;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 0;
  }
  
  /* 一覧（サムネあり） */
  .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 .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 20px 25px;
  }

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


  .news_list.kasou{

  }
  .news_list.kasou .webgene-blog{
    margin-inline:-15px;
  }
  .news_list.kasou .webgene-item{
    width: 33.33%;
    padding-inline:15px;
  }
  .news_list.kasou .webgene-item:nth-child(n+4){
    margin-top: 40px;
  }
  .news_list.kasou .webgene-item .box2{
    margin-top: 18px;
  }
}
@media (min-width:1470px){


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


}





/*******************************
*　エリア
********************************/
.pg_area{

}
.pg_area .section.sec1{

}
.pg_area .section.sec2{
  position: relative;
  z-index: 2;
  padding-bottom: 200px;
}
.pg_area .section.sec2:after{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio: 1920 / 306;
  background-image: url(/system_panel/uploads/images/area_sec3_btm2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pg_area .section.sec3{
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 250px;
}
.pg_area .section.sec3:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/system_panel/uploads/images/area_sec3_bg.jpg);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.pg_area .section.sec3:after{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio: 1920 / 684;
  background-image: url(/system_panel/uploads/images/area_sec4_btm2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.pg_area .section.sec4{
  padding-top: 25px;
  margin-top: 0;
  position: relative;
  z-index: 0;
}
.pg_area .section.sec4:before{
  content: "";
  display: block;
  width: 100%;
  height: 150%;
  background-image: url(/system_panel/uploads/images/area_sec4_bg.jpg);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.pg_area .section.sec5{

}
.pg_xxx .section.sec6{

}

.obj_outer .obj1{
  position: relative;
}
.body_area .obj_outer .obj1:before{
  content: "";
  display: block;
  width: 411px;;
  aspect-ratio:411 / 268;
  background-image: url(/system_panel/uploads/images/ftr_img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -204px;
  left: 200px;
  z-index: -1;
}

.pg_area .section.sec1 .read_more a{
  background: #fff;
  border: 1px solid #8fc31f;
}
.pg_area .section.sec1 .read_more a:hover{
  background:#8fc31f;
  color: #181818;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_area .section.sec2:after{
    width: 1000px;
    bottom: 0;
  }
  .pg_area .section.sec3{
    padding-bottom: 170px;
  }
  .pg_area .section.sec3:before{
    top: 0;
  }
  .pg_area .section.sec3:after{
    width: 450px;
    bottom: 0;
  }
  .pg_area .section.sec4{
    padding-top: 0;
  }
  .pg_area .section.sec4:before{
    height: 120%;
  }

  .obj_outer .obj1:before{
    width: 120px;
    top: -50px;
    left: 100px;
  }
}
@media (min-width:768px){

  .pg_area{

  }
  .pg_area .section.sec1{

  }
  .pg_area .section.sec2{
    padding-bottom: 350px;
  }
  .pg_area .section.sec3{
    padding-top: 50px;
    padding-bottom: 350px;
  }
  .pg_area .section.sec3:after{
    width: 1000px;
  }
  .pg_area .section.sec4{
    margin-top: 0;
    padding-top: 25px;
  }
  .pg_area .section.sec4:before{
    top: 0;
  }
  .pg_area .section.sec5{

  }
  .pg_xxx .section.sec6{

  }
  .obj_outer .obj1:before{
    content: "";
    display: block;
    width: 250px;;
    top: -100px;
  }
}
@media (min-width:1024px){
  .obj_outer .obj1:before{
    content: "";
    display: block;
    width: 350px;;
    top: -150px;
  }
  
  .pg_area .section.sec3:after{
    width: 1200px;
  }

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

  .pg_area{

  }
  .pg_area .section.sec1{

  }
  .pg_area .section.sec2{
    padding-bottom: 520px;
  }
  .pg_area .section.sec3{
    padding-bottom: 590px;
  }
  .pg_area .section.sec4{

  }
  .pg_area .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

  .obj_outer .obj1:before{
    content: "";
    display: block;
    width: 411px;;
    top: -204px;
  }
  
  .pg_area .section.sec3:after{
    width: 1920px;
  }
}
@media (min-width:1470px){


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


}

/* メイン部分 */
.body_area .mv_wave_tt{
  padding-left: 32px;
}
.body_area .mv_wave_tt span:nth-child(1){
  transform: translateY(-0.2em) rotate(-15deg);
  color: #f75404;
}
.body_area .mv_wave_tt span:nth-child(2){
  transform: translateY(-0.45em) rotate(-14deg);
  color: #f75404;
}
.body_area .mv_wave_tt span:nth-child(3){
  transform: translateY(-0.7em) rotate(-8deg);
}
.body_area .mv_wave_tt span:nth-child(4){
  transform: translateY(-0.83em) rotate(0deg);
}
.body_area .mv_wave_tt span:nth-child(5){
  transform: translateY(-0.7em) rotate(21deg);
}
.body_area .mv_wave_tt span:nth-child(6){
  transform: translateY(-0.19em) rotate(26deg);
}
.body_area .mv_wave_tt span:nth-child(7){
  transform: translateY(0.1em) rotate(15deg);
}
.body_area .mv_wave_tt span:nth-child(8){
  transform: translateY(0.17em) rotate(3deg);
}
.body_area .mv_wave_tt span:nth-child(9){
  transform: translateY(0.1em) rotate(-9deg);
  color: #181818;
}
.body_area .mv_wave_tt span:nth-child(10){
  transform: translateY(-0.18em) rotate(-19deg);
}
.body_area .mv_wave_tt span:nth-child(11){
  transform: translateY(-0.5em) rotate(-19deg);
}
.body_area .mv_wave_tt span:nth-child(12){
  transform: translateY(-0.8em) rotate(6deg);
}



/*sec1*/
.area_sec1_wrap.model_sec1_wrap:before{
  width: 7.8%;
  z-index: 2;
  left: auto;
  right: calc(50% - 650px);
}
.kumo{
  width: 8.02%;;
  aspect-ratio:122 / 108;
  background-image: url(/system_panel/uploads/images/kumo_single.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 683px);
  z-index: 2;
}

/*sec2*/
.area_sec2_items{
  display: flex;
  flex-wrap: wrap;
  gap:30px 0;
}
.area_sec2_item{
  width: 100%;
}
.area_sec2_item_img:before{
  padding-top: 74.07%;
}
.area_sec2_item_img{
  outline: 5px solid #fff;
  border-radius: 20px;
}
.area_sec2_item_img img{
  border-radius: 20px;
}
.area_sec2_item_tt{
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  z-index: 1;
  padding: 3px 0;
}
.area_sec2_item_tt2{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 25px;
}
.area_sec2_item .content_desc{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 20px;
}

/*sec3*/
.home_sec1_box_en.wh,
.area_sec3_wrap .home_sec1_box_en{
  background: url(/system_panel/uploads/images/bg+gr.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: 3px 5px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 2px #fff;
}
.home_sec2_sub_tt.ye{
  background: #f2e500;
  color: #181818;
}
.area_sec3_wrap{
  position: relative;
  z-index: 1;
}
.area_sec3_wrap .company_tbl{
  margin-top: 40px;
}
.area_sec3_wrap .company_tbl .table_rows_th,
.area_sec3_wrap .company_tbl .table_rows_td{
  border-color: #888888;
  font-weight: 500;
}
.area_sec3_wrap .company_tbl .table_rows_th{
  background: #f8f5c8;
}
.area_sec3_wrap .company_tbl .table_rows_td p{
  letter-spacing: 0.025em;
}
.area_sec3_wrap .gmap{
  margin-top: 40px;
}
.area_sec3_wrap .gmap iframe{
  height: 250px;
  width: 100%;
  border: none;
}

/*sec4*/
.area_sec4_tree1{
  width: 270px;
  aspect-ratio:270 / 394;
  background-image: url(/system_panel/uploads/images/contact_illust1.png);
  top: 9.5%;
  left: calc(50% - 808px);
}
.area_sec4_tree2{
  width:163px ;
  aspect-ratio:163 / 292;
  background-image: url(/system_panel/uploads/images/contact_illust2.png);
  top: 62%;
  right: calc(50% - 762px);
}
@media (max-width:767px){
  .area_sec3_wrap .company_tbl .table_rows_th,
  .area_sec3_wrap .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border: 1px solid #888888;
    border-bottom: none;
  }
  .area_sec3_wrap .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #888888;
  }


}
@media (min-width:768px){
  .body_area .mv_wave_tt{
    padding-left: 50px;
  }

  /*sec2*/
  .area_sec2_items{
    gap:50px 30px;
  }
  .area_sec2_item{
    width: calc(50% - 15px);
  }
  .area_sec2_item_img:before{

  }
  .area_sec2_item_img img{

  }
  .area_sec2_item_tt{
    font-size: 22px;
  }
  .area_sec2_item_tt2{
    font-size: 24px;
    margin-top: 15px;
  }
  .area_sec2_item .content_desc{
    margin-top: 25px;
  }

  /*sec3*/
  .home_sec1_box_en.wh,
  .area_sec3_wrap .home_sec1_box_en{
    font-size: 70px;
  }

  .area_sec3_wrap .company_tbl .table_rows_td{
    padding-left: 18px;
  }
  .area_sec3_wrap .company_tbl{
    margin-top: 100px;
  }
  .area_sec3_wrap .gmap{
    margin-top: 60px;
  }
  .area_sec3_wrap .gmap iframe{
    height: 450px;
  }

  .area_sec3_wrap .company_gallery_items{
    margin-top: 72px;
  }
}
@media (min-width:1024px){
  .body_area .mv_wave_tt{
    padding-left: 70px;
  }

}
@media (min-width:1200px){
  .body_area .mv_wave_tt{
    padding-left: 150px;
  }

  /*sec2*/
  .area_sec1_wrap .home_sec1_box_en{
    font-size: 74px;
  }
  .area_sec1_wrap .home_sec2_sub_tt_lg{

  }
  .area_sec2_items{
    gap:70px 30px;
  }
  .area_sec2_item{
    width: calc(33.333% - 20px);
  }
  .area_sec2_item_img:before{

  }
  .area_sec2_item_img img{

  }
  .area_sec2_item_tt{
    font-size: 28px;
  }
  
  .area_sec2_item .content_desc{
    font-size: 18px;
    line-height: 2;
  }

  /*sec3*/
  .home_sec1_box_en.wh,
  .area_sec3_wrap .home_sec1_box_en{
    font-size: 120px;
  }

  .area_sec3_wrap .company_tbl .table_rows_th,
  .area_sec3_wrap .company_tbl .table_rows_td{
    padding: 19.5px 15px 18.5px;
    font-size: 17px;
  }
  .area_sec3_wrap .company_tbl .table_rows_th{
    width: 284px;
  }
  .area_sec3_wrap .company_tbl .table_rows_td{
    padding-left: 18px;
  }
  .area_sec3_wrap .gmap{

  }
  .area_sec3_wrap .gmap iframe{

  }

  /*sec4*/
  .area_sec4_wrap .home_sec1_box_en{
    font-size: 74px;
  }
}
@media (min-width:1470px){

  
  .area_sec2_item_tt2{
    font-size: 32px;
    margin-top: 25px;
  }
  
}
@media (min-width:1720px){


}


/*******************************
*　会社概要
********************************/

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

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}


@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{

  }

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


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


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


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


}


/* メイン部分 */


/* 会社概要 */
.company_tbl_wrap{
  position: relative;
  z-index: 1;
}
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #000;
  border-color: #808080;
  padding: 10px 10px;
}
.company_tbl .table_rows_th{
  background: #e6e6e6;
  font-weight: 500;
}
.company_tbl .table_rows_td{
  background: #FFF;
}
.company_tbl_illust{
  width: calc(182px * var(--page-head-illust-resize));
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  transform: translate(-68%, 12%);
}

/* マップ */
.company_map{

}
* + .company_map{
  margin-top: 50px;
}
.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.400%;
}

/* 背景イラスト */
.company_bg_illust{
  display: none;
  position: absolute;
  z-index: -1;
}
.company_bg_illust.pos1{
  width: calc(330px * var(--page-head-illust-resize));
  top: 7.5%;
  right: var(--margin-for-device-side);
}
.company_bg_illust.pos2{
  width: calc(341px * var(--page-head-illust-resize));
  top: 45.4%;
  left: var(--margin-for-device-side);
}


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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 18px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
  }
  .company_tbl .table_rows_td{
  }

  /* マップ */
  .company_map{

  }
  * + .company_map{
    margin-top: 50px;
  }
  .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;
  }

  /* 背景イラスト */
  .company_bg_illust{
    display: block;
  }
  .company_bg_illust.pos1{
    top: 21.5%;
  }
  .company_bg_illust.pos2{
    top: 66.4%;
  }
}
@media (min-width:1024px){

  /* 背景イラスト */
  .company_bg_illust{
  }
  .company_bg_illust.pos1{
    /*width: calc(330px * var(--page-head-illust-resize));*/
    top: 7.5%;
  }
  .company_bg_illust.pos2{
    /*width: calc(341px * var(--page-head-illust-resize));*/
    top: 45.4%;
  }
}
@media (min-width:1200px){

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 18px;
  }
  .company_tbl .table_rows_th{
    width: 300px;
  }
  .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;
  }

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


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


}



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

.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;
  font-size: 21px;
  letter-spacing: 0.2em;
}

/* フォーム */
.formTbl{
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.formTh {
  padding: 15px 15px 15px 20px;
  background: #eeeeee;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 3px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  border: 1px solid #b80000;
  color: #b80000;;
}
.formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.formTd.a-center{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.formTd input[type="text"],
.formTd input[type="tel"],
.formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.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 #d6d8d8;
}
.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 #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.formWrap .text-center{
  padding-top: 55px;
}
.formWrap input[name="privacy"]{
  margin-right: 7px;
}
.formWrap .privacyLabel{
  font-size: 17px;
  font-weight: 600;
  display: inline;
}
.formWrap .privacyLabel a{
  color: #f75404;
}
.formBtn.formSend {
  display: block;
  max-width: 410px;
  width: 100%;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  border: 2px solid #08843f;
  background: #fff;
  border-radius: 32.5px;
  color: #181818;
  padding: 16px 20px;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.formBtn.formSend:after{
  content: "\f138";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
  font-size: 22px;
}
.formBtn.formSend:hover{
  color: #FFF;
  background: #f75404;
  border: 2px solid #f75404;
}
.formBtn.formSend:hover:after{
  margin-right: -5px;
}
.formWrap label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.radioArea .d-inline-block{
  margin-right: 26px;
}
.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;
  line-height: 1.8em;
}
.area_sec4_wrap .section_center_tt{
  margin-bottom: 40px;
}
@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%;
  }

  .area_sec4_wrap .section_center_tt{
    margin-bottom: 69px;
  }
}


/* プライバシー */
.contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 29px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #e66129;
  letter-spacing: 0.04em;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}
.privacy_txt p{
  letter-spacing: 0.04em;
}

.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 {
  margin-bottom: 45px;
}
.contact_tt.privacy br{
  display: none;
}
.formWrap .d-inline{
  display: inline-block!important;
}
.formWrap .d-inline-block {
  vertical-align: middle;
}
.privacy_item_box {
  padding: 28px 43px 30px 27px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #bfbfbf;
  margin-top: 0;
  color: #000000;
  margin-top: 58px;
}

@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:18px;
  }
  .formTh {
    padding: 5px 10px;
  }
  .formTd {
    font-size: 13px;
    padding: 10px;
  }
  .formTd input[name="zip1"] {
    width: 80px;
  }
  .formTd input[name="zip2"] {
    width: 100px;
  }
  .formTd select[name="pref"] {
    width: 155px;
  }
  .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 {
    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: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

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



  .contact_info_bg {
    padding: 18px 10px;
  }

  .privacy_ttl {
    font-size: 18px;
    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;
  }
}

@media (max-width:767px){
  .privacy_item_box{
    padding: 30px 10px;
  }
}
@media (max-width:1023px){
  .pg_news .section.sec1 .side_bg.pos1{
    display: none;
  }
}