@charset "UTF-8";



.pg_news{

}
.pg_news .section.sec1{
  padding-top: 0;
}
.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: var(--main-color);
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 0;
}

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 15px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #d3af37;
}

/* 詳細 */
.posts_detail{
  border: none;
  border-bottom: 1px solid #bfbfbf;
  padding: 0 0 30px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 12px;
}
.posts_detail .meta .category{
  width: 120px;
  ;
  margin-left: 15px;
}
.posts_detail .meta .category span{
  font-size: 13px;
  padding: 2px 5px;
}
.posts_detail .meta .date{
  width: 110px;
  border-right: 1px solid #dddddd;
}


.posts_detail .meta{
  display: flex;
  align-items: center;
  border-bottom:none;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.news_list .webgene-item .date{
  font-size: 15px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.news_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875em;
  margin-top: 15px;
}

.posts_detail .meta .category{
  width: 120px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  background: #00b7ce;
  color: #fff;
  border-radius: 0;
  padding: 1px 0;
  margin-bottom: 0;
}
.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{
  font-size: 17px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
}
.posts_detail .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 12px;
}
.posts_detail .post_content{
  font-size: 14px;
  font-weight: 500;
  line-height: 2.42em;
  ;
  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;
}

.webgene-pagination li.number {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c0c0c0;
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;
  border: 0px solid #c0c0c0;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #ffab49;
  color: #FFF;
}

.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

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


/* 動画 */
.post_video{

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

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

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

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

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

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

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

  }

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

  /* 詳細 */
  .posts_detail{
    padding: 0 0 60px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 12px;
  }
  .posts_detail .meta .category{
    width: 120px;
    ;
    margin-left: 34px;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 125px;
    border-right: 1px solid #dddddd;
  }
  .posts_detail .title{
    padding-bottom: 12px;
  }
  .posts_detail .post_content{
    padding: 0;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }

  .pg_news .read_more{
    margin-top: 75px;

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

}



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

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

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

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}

.gallery_main2 .img.img_fit:before{
  padding-top: 67.39%;
}

/* サムネ */
.gallery_thumb{

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

}

.gallery_thumb2{
  /*height: 100%;*/
}
.gallery_thumb2 .img.img_fit:before{
  padding-top: 68.35%;
}

/* 詳細 */
.gallery_detail{

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

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


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

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

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

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

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

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

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
  
  .gallery_box3{
    width: 82.82%;
    height: 620px;
  }
  .gallery_box4{
    width: 14.44%;
    height: 620px;
    margin-top: 0;
  }

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

  }
  
  .gallery_thumb2{
    height: 100% !important;
  }
  .gallery_thumb2 .swiper-slide{
    /*aspect-ratio: 158 / 108;*/
    /*height: auto !important;*/
    height: 108px !important;
  }
  .gallery_thumb2 .img{
    
  }
  .gallery_thumb2 .img.img_fit:before{
    padding-top: 68.35%;
  }
  

  /* 詳細 */
  .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;
  }
}
@media (min-width:1024px){
  .news_list .webgene-item{
    width: 33.33%;    
  }

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

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


}





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

.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: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 16px 15px 15px 20px;
  background: #eeeeee;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.pg_contact .formTh label strong{
  font-size: 14px;
  font-weight: 400;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 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;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd.status_td input{
  margin-right: 10px;
}
.pg_contact .formTd.status_td label{
  line-height: 2.25em;
}
.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: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formTd input[name="day_1"],
.pg_contact .formTd input[name="day_2"]{
  width: 180px;
  max-width: inherit;
  margin-right: 12px;
}
.pg_contact .formTd select[name="time1"],
.pg_contact .formTd select[name="time2"]{
  width: 180px;
  max-width: inherit;
  padding: 7px 10px;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.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.status_td input[type="text"]{
  width: 200px;
}
.pg_contact .formTd input.tate[type="text"]{
  max-width: inherit;
  width: calc(100% - 220px);
  margin-right: 0;
}

.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 10px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd .addArea .labelText02 strong{
  font-size: 12px;
  font-weight: 400;
}
.pg_contact .formTd.status_td .addArea .labelText02.tate{
  width: 220px;
  text-align: center;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  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{
  font-weight: 500;
  color: var(--main-color);
}
.pg_contact .formBtn.formSend {
  display: flex;
  justify-content: center;
  width: 220px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: none;
  background: var(--main-color);
   border-radius: 10px; 
  color: #FFF;
  padding: 16px 20px;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.pg_contact .formBtn.formSend:after{
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.pg_contact .formBtn.formSend:hover:after{
  margin-right: -5px;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.25em;
}
.radioArea .d-inline-block{
  margin-right: 30px;
}
.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;
}
.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 .formTd select[name="time1"],
  .pg_contact .formTd select[name="time2"]{
    width: 180px;
  }

  .thanks_text{
    text-align: center;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #be9d5d;
  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 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 47px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

.privacy_item_box {
  padding: 30px 48px 30px 28px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-top: 80px;
}
@media only screen and (max-width: 1023px){ 
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

  .pg_contact .formTd select[name="time1"],
  .pg_contact .formTd select[name="time2"]{
    width: 150px;
  }
}

@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;
  }
  .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 .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .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 {
    font-size: 19px;
    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;
  }

  .privacy_item_box{
    padding: 30px 10px;
  }

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

  .radioArea .d-inline-block .label{
    font-size: 15px;
  }
  .pg_contact .formTd input.tate[type="text"]{
    width: 100%;
  }


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

  .pg_contact .formTd input[name="day_1"], .pg_contact .formTd input[name="day_2"]{
    width: 150px;
  }
  .pg_contact .formTd select[name="time1"], .pg_contact .formTd select[name="time2"]{
    padding: 8px 10px;
  }

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

  .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;
    margin-top: 30px;
  }
}


/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}

/* スマホの内容＋全デバイス */

.home_contents1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
}
.home_contents1_box1{
  width: 100%;
  width: 42%;
  order: 2;
  padding: 20px 20px;
}
.home_contents1_box2{
  width: 50%;
  order: 2;
  padding: 20px 20px;
}


@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }

  /* タブレット以上の内容 */
  .box{
    color: red;
  }
  
  .home_contents1{
    font-size: 18px;
  }
  .home_contents1_box1{
    width: 100%;
    width: 42%;
    order: 2;
    padding: 20px 20px;
  }
  .home_contents1_box2{
    width: 50%;
    order: 2;
    padding: 20px 20px;
  }

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

  /* タブレット横以上の内容 */
  .box{
    color: blue;
  }
}
@media (min-width:1200px){

  /* ノートPC以上の内容 */

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

  /* ノートPC以上の内容 */

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

  /* ノートPC以上の内容 */
  .home_contents1{
    font-size: 18px;
  }
  .home_contents1_box1{
    width: 100%;
    width: 42%;
    order: 2;
    padding: 20px 20px;
  }
  .home_contents1_box2{
    width: 50%;
    order: 2;
    padding: 20px 20px;
  }
}





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

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

}
.pg_seller .section.sec1{

}
.pg_seller .section.sec2{

}

@media (max-width:374px){

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

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

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

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

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


}

/* メイン部分 */

/* 要望 */
.seller_condo_txt{
  
}
.seller_condo_txt2{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  text-align: center;
}
* + .seller_condo_txt2{
  margin-top: 30px;
}


/* 見出しイラスト */
.illust_selling{
  /*margin-bottom: 30px;*/
}
.illust_selling_pos1,
.illust_selling_pos2{
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.illust_selling_pos1{
  width: calc(268px * var(--tt2_illust_resize));
  aspect-ratio: 268 / 193;
  background-image: url('/system_panel/uploads/images/tt2_selling_icon1.png');
  top: 75%;
  left: 10.5%;
}
.illust_selling_pos2{
  width: calc(167px * var(--tt2_illust_resize));
  aspect-ratio: 167 / 170;
  background-image: url('/system_panel/uploads/images/tt2_selling_icon2.png');
  top: 64%;
  right: 7%;
}


/* 見出しイラスト */
.illust_newlife{
}
.illust_newlife_pos1,
.illust_newlife_pos2{
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.illust_newlife_pos1{
  width: calc(361px * var(--tt2_illust_resize));
  aspect-ratio: 361 / 212;
  background-image: url('/system_panel/uploads/images/tt2_newslife_icon1.png');
  top: 52%;
  left: 0%;
}
.illust_newlife_pos2{
  width: calc(218px * var(--tt2_illust_resize));
  aspect-ratio: 218 / 143;
  background-image: url('/system_panel/uploads/images/tt2_newslife_icon2.png');
  top: 46%;
  right: 5%;
}

@media (max-width:767px){
  
  /*  */
  .illust_selling{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  
  }
  .illust_selling_pos1,
  .illust_selling_pos2{
    position: static;
    width: 48%;
    transform: none;
    margin-top: 15px;
  }
  .illust_selling_pos1{
    width: 30%;
  }
  .illust_selling_pos2{
    width: 22%;
    margin-left: 4%;
  }
  
  
  /*  */
  .illust_newlife{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  
  }
  .illust_newlife_pos1,
  .illust_newlife_pos2{
    position: static;
    width: 48%;
    transform: none;
    margin-top: 15px;
  }
  .illust_newlife_pos1{
    width: 30%;
  }
  .illust_newlife_pos2{
    width: 22%;
    margin-left: 4%;
  }
  
  
}
@media (min-width:768px){
  
  /* 要望 */
  .seller_condo_txt{
    text-align: center;
  }
  .seller_condo_txt2{
    font-size: 20px;
    text-align: center;
  }
  
  .seller_condo_txt + .cmn_timing{
    margin-top: 50px;
  }
  
  /* 見出しイラスト */
  .illust_selling{
    margin-bottom: 40px;
  }
  .illust_newlife{
    margin-bottom: 40px;
  }
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
  /* 要望 */
  .seller_condo_txt{
    text-align: center;
  }
  .seller_condo_txt2{
    font-size: 24px;
  }
  * + .seller_condo_txt2{
    margin-top: 50px;
  }
  .seller_condo_txt + .cmn_timing{
    margin-top: 70px;
  }
  
  /* 見出しイラスト */
  .illust_selling{
    margin-bottom: 60px;
  }
  .illust_newlife{
    margin-bottom: 60px;
  }
}
@media (min-width:1450px){
  * + .seller_condo_txt2{
    margin-top: 70px;
  }
}
@media (min-width:1700px){

  .seller_condo_txt + .cmn_timing{
    margin-top: 115px;
  }
  
  /* 見出しイラスト */
  .illust_selling{
    margin-bottom: 120px;
  }
  .illust_newlife{
    margin-bottom: 120px;
  }

}




/* 流れ */
.service_flow{
  
}
* + .service_flow{
  margin-top: 30px;
}
.service_flow_btns + .service_flow_btns{
  margin-top: 0;
}
.service_flow_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 20px;
  /*overflow: hidden;*/
  background: #fad6ad;
  position: relative;
  z-index: 1;
}
.service_flow_row + .service_flow_row{
  margin-top: 80px;
}
.service_flow_row + .service_flow_row:before{
  content: "";
  width: 81px;
  width: 40px;
  aspect-ratio: 81 / 41;
  background-image: url('/system_panel/uploads/images/service_flow_arrow_icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service_flow_box1{
  width: 100%;
  margin-top: 20px;
  padding: 15px 15px;
  order: 2;
}
.service_flow_box2{
  width: 100%;
  order: 1;
}
.service_flow_head{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 19px;
}
.service_flow_head_num{
  font-size: 1.2em;
  font-weight: 500;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  color: #348fad;
  letter-spacing: 0.2em;
  margin-right: 5px;
}
.service_flow_head_title{
  /*display: flex;*/
  /*align-items: center;*/
  font-size: 1em;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-left: calc(1.26em + 16px)
}
.service_flow_head_title:before{
  content: "";
  /*width: 58px;*/
  width: 1.26em;
  aspect-ratio: 58 / 51;
  background-image: url('/system_panel/uploads/images/service_flow_title_icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.service_flow_row:nth-child(2) .service_flow_head_title:before{
  width: 1.26em;
  aspect-ratio: 58 / 52;
  background-image: url('/system_panel/uploads/images/service_flow_title_icon2.png');
}
.service_flow_row:nth-child(3) .service_flow_head_title:before{
  width: 1.45em;
  aspect-ratio: 67 / 54;
  background-image: url('/system_panel/uploads/images/service_flow_title_icon3.png');
}
.service_flow_row:nth-child(4) .service_flow_head_title:before{
  width: 1.45em;
  aspect-ratio: 66 / 55;
  background-image: url('/system_panel/uploads/images/service_flow_title_icon4.png');
}
.service_flow_row:nth-child(5) .service_flow_head_title:before{
  width: 1.52em;
  aspect-ratio: 70 / 56;
  background-image: url('/system_panel/uploads/images/service_flow_title_icon5.png');
}
.service_flow_row:nth-child(6) .service_flow_head_title:before{
  width: 1.63em;
  aspect-ratio: 75 / 55;
  background-image: url('/system_panel/uploads/images/service_flow_title_icon6.png');
}

.service_flow_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
}
.service_flow_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
* + .service_flow_btns{
  margin-top: 15px;
}
.service_flow_btns.center{
  justify-content: center;
}
.service_flow_btns_item{
  margin: 5px 10px;
}
.service_flow_btns_item_tt{
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px solid ;
  margin-bottom: 18px;
}
.service_flow_btns_item_a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 294px;
  height: 58px;
  background: #ffab49;
  border: 1px solid #ffab49;
  color: #FFF;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.service_flow_btns_item_a:hover{
  color: #FFF;
  transform: scale(1.02);
}
.service_flow_btns_item_a:after{
  content: "→";
  font-size: 16px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.service_flow_btns_item_a:hover:after{
  margin-right: -5px;
}

.service_flow_btns_item_a.line{
  background: #00bb00;
  border: 1px solid #00bb00;
}
.service_flow_btns_item_a.line:before{
  content: "";
  width: 46px;
  width: 2.3em;
  aspect-ratio: 46 / 43;
  background-image: url('/system_panel/uploads/images/service_flow_line_icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.service_flow_btns_item_a.line:hover{
}
.service_flow_btns_item_a.email{
  font-size: 16px;
  font-weight: 600;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
}
.service_flow_btns_item_a.email:before{
  content: "\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.service_flow_btns_item_a.tel{
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", 'Noto Sans JP', sans-serif;
  background: none;
  border: none;
  margin-top: -0.21em;
  padding: 0;
  height: auto;
  color: #393939;
  text-align: left;
}
.service_flow_btns_item_a.tel p{
  letter-spacing: 0.2em;
  line-height: 1;
}
.service_flow_btns_item_a.tel em{
  font-size: 0.666em;
  letter-spacing: 0.2em;
  font-style: normal;
  font-weight: inherit;
}
.service_flow_btns_item_a.tel:after{
  display: none;
}
.service_flow_btns_item_a.tel:hover{
  background: none;
  border: none;
  color: #393939;
}

.service_flow_img{
  overflow: hidden;
}
.service_flow_img.img_fit:before{
  padding-top: 60%;
}

@media (max-width:1023px){
  .service_flow_img{
    border-radius: 20px 20px 0 0 ;
    overflow: hidden;
  }
  .service_flow_row .service_flow_img.img_fit:before{
    
  }
  .service_flow_row:nth-child(n+2) .service_flow_img.img_fit:before{
    padding-top: 30%;
  }
}
@media (max-width:767px){

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

  

  /* 流れ */
  .service_flow{

  }
  * + .service_flow{
    margin-top: 30px;
  }
  .service_flow_row{
    
    border-radius: 20px;
  }
  .service_flow_row + .service_flow_row{
    margin-top: 100px;
  }
  .service_flow_row + .service_flow_row:before{
    width: 81px;
    top: -50px;
  }
  .service_flow_box1{
    /*width: calc(100% - 300px - 40px);*/
    margin-top: 20px;
    padding: 30px 30px;
  }
  .service_flow_box2{
    /*width: 300px;*/
  }
  .service_flow_head{
    margin-bottom: 22px;
    font-size: 24px;
  }
  .service_flow_head_num{
    font-size: 1.2em;
    margin-right: 15px;
  }
  .service_flow_head_title{
    font-size: 1em;
  }
  .service_flow_btns{
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .service_flow_btns{
    margin-top: 15px;
  }
  .service_flow_btns_item{
    width: calc(48.5% - 20px);
    margin: 10px 10px;
  }
  .service_flow_btns_item_a{
    min-width: 270px;
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
  }
  .service_flow_btns_item_a.email{
    font-size: 18px;
  }

  .service_flow_btns_item_a.tel{
    font-size: 20px;
  }
  
}
@media (min-width:1024px){

  

  /* 流れ */
  .service_flow{

  }
  * + .service_flow{
    margin-top: 50px;
  }
  .service_flow_row{
    
    /*border-radius: 20px;*/
  }
  .service_flow_row + .service_flow_row{
    margin-top: 100px;
  }
  .service_flow_box1{
    width: calc(100% - 300px - 40px);
    padding: 30px 20px;
    margin-top: 0;
    order: 1;
  }
  .service_flow_box2{
    width: 300px;
    order: 2;
  }
  .service_flow_img{
    height: 100%;
  }
  .service_flow_img.img_fit:before{
    padding-top: 0;
    height: 100%;
  }
  
  .service_flow_head{
    /*padding-bottom: 16px;*/
    /*margin-bottom: 22px;*/
    /*font-size: 30px;*/
  }
  .service_flow_head_num{
    font-size: 1.2em;
    margin-right: 15px;
  }
  .service_flow_head_title{
    font-size: 1em;
  }
  .service_flow_txt{
    font-size: 18px;
    line-height: 2.222;
  }
  .service_flow_btns{
    justify-content: space-between;
  }
  * + .service_flow_btns{
    margin-top: 15px;
  }
  .service_flow_btns_item_a{
    min-width: 250px;
  }
  .service_flow_btns_item_a.email{
  }
  .service_flow_btns_item_a.tel{
    font-size: 20px;
  }

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


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

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

  /* 流れ */
  .service_flow{

  }
  * + .service_flow{
    margin-top: 65px;
  }
  .service_flow_row{
    
    border-radius: 20px;
  }
  .service_flow_row + .service_flow_row{
    margin-top: 100px;
  }
  .service_flow_box1{
    width: calc(100% - 300px - 40px);
    /*margin-top: -15px;*/
    padding: 38px 50px;
    order: 1;
  }
  .service_flow_box2{
    width: 300px;
    order: 2;
  }
  .service_flow_head{
    margin-bottom: 22px;
    font-size: 30px;
  }
  .service_flow_head_num{
    font-size: 1.2em;
    margin-right: 15px;
  }
  .service_flow_head_title{
    font-size: 1em;
  }
  * + .service_flow_btns{
    margin-top: 15px;
  }
  .service_flow_btns_item_a{
    width: 100%;
    min-width: 294px;
  }
  .service_flow_btns_item_a.tel{
    font-size: 38px;
  }

}

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

@media (min-width:1700px){

  /* 流れ */
  .service_flow{
  }
  .service_flow_box1{
    width: calc(100% - 460px - 52px);
    padding: 38px 0 38px 50px;
  }
  .service_flow_box2{
    width: 460px;
  }
  .service_flow_head_title{
    font-size: 46px;
  }
  
}



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

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}

@media (max-width:374px){

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

}
@media (max-width:1023px){
  .pg_home .section.sec5 .cmn_about_box1{
    order: 1;
    margin-top: 0;
  }
  .pg_home .section.sec5 .cmn_about_box2{
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width:767px){

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

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

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


}

/* メイン部分 */

.home_about{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  /*flex-direction: row-reverse;*/
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.home_about_box1{
  margin-left: 0;
}
.home_about_box2{
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.home_about_box3{
  width: 100%;
  margin-top: 15px;
}
.home_about_title{
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  /*-ms-writing-mode: tb-rl;*/
  /*writing-mode: vertical-rl;*/
}
.home_about_title strong{
  font-weight: inherit;
  color: var(--main-color);
}
.home_about_txt{
  font-size: 16px;
  font-weight: 500;
  /*line-height: 3.888;*/
  line-height: 1.875;
  /*-ms-writing-mode: tb-rl;*/
  /*writing-mode: vertical-rl;*/
}

.home_about_illust1{
  position: absolute;
  z-index: 1;
  top: 0;
  left: -27px;
}
.home_about_illust2{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.home_about_illust2_img1{
  width: 71.25%;
  aspect-ratio: 937 / 271;
}
.home_about_illust2_img2{
  width: 19.31%;
  aspect-ratio: 254  / 257;
}

/* New Life */
.home_newlife{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_newlife_box1{
  width: 100%;
  order: 1;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*flex-direction: row-reverse;*/
}
.home_newlife_box2{
  width: 100%;
  order: 2;
  margin-top: 30px;
}
.home_newlife_title{
  line-height: 1.82;
}
.home_newlife_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.444;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
}

.home_newlife_illust{
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.home_newlife_illust_img1{
  position: absolute;
  z-index: 1;
  width: 23.27%;
  bottom: 4%;
  left: -13%;
}
.home_newlife_illust_img2{
  
}

/* 見出しイラスト */
.illust_wanted{
  position: relative;
  z-index: 1;
}
.illust_wanted_pos1,
.illust_wanted_pos2{
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.illust_wanted_pos1{
  width: calc(372px * var(--tt2_illust_resize));
  aspect-ratio: 372 / 197;
  background-image: url('/system_panel/uploads/images/home_wanted_illust1.png');
  left: 0;
}
.illust_wanted_pos2{
  width: calc(360px * var(--tt2_illust_resize));
  aspect-ratio: 360 / 193;
  background-image: url('/system_panel/uploads/images/home_wanted_illust2.png');
  right: 0;
}

@media (max-width:767px){
  
  .home_about{
    padding-top: 0;
  }
  .home_about_illust1{
    width: 100px;
    left: auto;
    right: 0;
  }
  .home_about_txt{
    margin-top: 15px;
  }
  
  .illust_wanted{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .illust_wanted_pos1,
  .illust_wanted_pos2{
    position: static;
    width: 48%;
    transform: none;
    margin-top: 15px;
  }
  .illust_wanted_pos2{
    margin-left: 4%;
  }
  
  
}
@media (min-width:768px){
  
  
  .home_about{
    flex-direction: row-reverse;
    padding-right: 0;
  }
  .home_about_box1{
    margin-left: 30px;
  }
  .home_about_box2{
    margin-top: 0;
  }
  .home_about_box3{
    width: 100%;
    margin-top: 0;
  }
  .home_about_title{
    font-size: 40px;
    line-height: 2;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .home_about_txt{
    font-size: 18px;
    line-height: 3.888;
    line-height: 2.5;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .home_about_illust1{
    position: absolute;
    z-index: 1;
    top: 0;
    left: -27px;
  }
  .home_about_illust2{
    
  }

  

  /* New Life */
  .home_newlife{
  }
  .home_newlife_box1{
    width: 50.98%;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .home_newlife_box2{
    width: 49.01%;
    order: 1;
    margin-top: 0;
  }
  .home_newlife_title{
    line-height: 1.82;
  }
  .home_newlife_txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 2.444;
    line-height: 2;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: 0;
    margin-right: 48px;
  }
  .home_newlife_illust{
    margin-right: -50px;
  }
}
@media (min-width:768px) and (max-width: 1023px){
  .home_about_illust1{
    width: 180px;
    top: 315px;
  }
}
@media (min-width:1024px){
  .home_about_box2{
    margin-top: 0;
  }
  .home_about_box1{
    margin-left: 30px;
  }
  
  .home_about_txt{
    font-size: 18px;
    line-height: 2.5;
  }
  
  .home_about_illust1{
    width: 250px;
  }
}
@media (min-width:1200px){
  .home_about_title{
    line-height: 2;
  }
  
  .home_about_illust1{
    width: auto;
  }
  
  .home_newlife_illust{
    width: 90%;
  }
}
@media (min-width:1450px){
  .home_about{
    padding-right: 100px;
  }
  
  .home_about_box1{
    margin-left: 90px;
  }
  .home_about_txt{
    font-size: 18px;
    line-height: 3.5;
  }
}
@media (min-width:1700px){

  .home_about{
    padding-right: 205px;
  }
  .home_about_box1{
    margin-left: 110px;
  }
  .home_about_txt{
    font-size: 18px;
    line-height: 3.888;
  }
  
  .home_newlife_illust{
    margin-right: -135px;
  }
  .home_newlife_illust{
    width: auto;
  }
  .home_newlife_txt{
    line-height: 2.444;
  }
}


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

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}

@media (max-width:374px){

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

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

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

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

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


}

/* メイン部分 */


/* 一覧 */
.area_list{
  
}
* + .area_list{
  margin-top: 30px;
}
.area_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  
}
.area_list .webgene-item{
  width: 100%;
  padding: 0 5px;
}
.area_list .webgene-item:nth-child(n+2){
  margin-top: 30px;
}
.area_list .webgene-item .inner{
  display: block;
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
}
.area_list .webgene-item .box1{
  
}
.area_list .webgene-item .box2{
  padding: 20px 20px;
}
.area_list .webgene-item .title{
  font-size: 18px;
  font-weight: 700;
}
.area_list .webgene-item .txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.866;
  text-align: justify;
  margin-top: 5px;
}
.area_list .webgene-item .img{
  
}
.area_list .webgene-item .img.img_fit:before{
  padding-top: 68.571%;
}


.area_detail{
  
}
* + .area_detail{
  margin-top: 65px;
}
.area_detail_desc{
  border: 1px solid #ffab49;
  border-radius: 20px;
  padding: 20px;
}
.area_detail .post_content{
  font-size: 16px;
  line-height: 1.875;
}
.area_detail .post_content .txt{
  letter-spacing: 0.075em;
}
.area_detail .read_more{
  margin-top: 55px;
}

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

  /* 一覧 */
  .area_list{

  }
  * + .area_list{
    margin-top: 50px;
  }
  .area_list .webgene-blog{
    margin-left: -10px;
    margin-right: -10px;

  }
  .area_list .webgene-item{
    width: 50%;
    padding: 0 10px;
  }
  .area_list .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .area_list .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }
  
  .area_list .webgene-item .inner{
    border-radius: 10px;
  }
  .area_list .webgene-item .box1{

  }
  .area_list .webgene-item .box2{
    padding: 20px 20px;
  }
  .area_list .webgene-item .title{
    font-size: 18px;
  }
  .area_list .webgene-item .txt{
    font-size: 15px;
    line-height: 1.866;
  }
  
  .area_detail{

  }
  * + .area_detail{
    margin-top: 65px;
  }
  .area_detail_desc{
    border-radius: 20px;
    padding: 30px;
  }
  .area_detail .post_content{
    font-size: 16px;
    line-height: 2.125;
  }


  
}
@media (min-width:1024px){
  
  /* 一覧 */
  .area_list{

  }
  * + .area_list{
    margin-top: 50px;
  }
  .area_list .webgene-blog{
    margin-left: -15px;
    margin-right: -15px;
  }
  .area_list .webgene-item{
    width: 33.333%;
    padding: 0 15px;
  }
  .area_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .area_list .webgene-item:nth-child(n+4){
    margin-top: 30px;
  }
  
  .area_list.col2 .webgene-item{
    width: 50%;
    padding: 0 15px;
  }
  .area_list.col2 .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .area_list.col2 .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }
  
  .area_list .webgene-item .box1{

  }
  .area_list .webgene-item .box2{
    padding: 20px 20px;
  }
  .area_list .webgene-item .title{
    font-size: 18px;
  }
  .area_list .webgene-item .txt{
    font-size: 15px;
    line-height: 1.866;
  }
  
  
}
@media (min-width:1200px){
  
}
@media (min-width:1450px){
  
  .area_detail{

  }
  * + .area_detail{
    margin-top: 65px;
  }
  .area_detail_desc{
    padding: 40px;
  }
  .area_detail .post_content{
  }
  
}
@media (min-width:1700px){

  
  .area_detail{

  }
  * + .area_detail{
    margin-top: 65px;
  }
  .area_detail_desc{
    padding: 50px 65px;
  }
  .area_detail .post_content{
  }
  
}


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

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}

@media (max-width:374px){

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

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

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

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

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


}

/* メイン部分 */


/* プラン */
.buyer_plan{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
* + .buyer_plan{
  margin-top: 50px;
}
.buyer_plan_item{
  width: 100%;
  padding: 0 5px;
  text-align: center;
}
.buyer_plan_item:nth-child(n+2){
  margin-top: 40px;
}
.buyer_plan_item_title{
  text-align: center;
}
.buyer_plan_item_title_en{
  font-size: 20px;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #d3af37;
  letter-spacing: 0;
}
.buyer_plan_item_title_ja{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
.buyer_plan_item_txt{
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 535px;
}

.buyer_plan_item_img{
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.buyer_plan_item_img1{
  
}
.buyer_plan_item_img2{
  position: absolute;
  z-index: 1;
}
.buyer_plan_item_img.type1{
  margin-left: -35px;
}
.buyer_plan_item_img.type1 .buyer_plan_item_img2{
  width: 25.29%;
  bottom: 5%;
  right: -6%;
}
.buyer_plan_item_img.type2{
  
}
.buyer_plan_item_img.type2 .buyer_plan_item_img2{
  width: 33.14%;
  bottom: -7px;
  left: 17%;
}
.buyer_plan_item_img.type3{
  
}
.buyer_plan_item_img.type3 .buyer_plan_item_img2{
  bottom: -7%;
}
.buyer_plan_item_img.type4{
  
}
.buyer_plan_item_img.type4 .buyer_plan_item_img2{
  bottom: -19%;
  right: 1%;
}

@media (max-width:767px){
  
  
  .buyer_plan_item_img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media (min-width:768px){


  /* プラン */
  .buyer_plan{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .buyer_plan{
    margin-top: 70px;
  }
  .buyer_plan_item{
    width: 50%;
    padding: 0 15px;
  }
  .buyer_plan_item:nth-child(n+2){
    margin-top: 0;
  }
  .buyer_plan_item:nth-child(n+3){
    margin-top: 40px;
  }
  .buyer_plan_item_title{
  }
  .buyer_plan_item_title_en{
    font-size: 20px;
  }
  .buyer_plan_item_title_ja{
    font-size: 22px;
  }
  .buyer_plan_item_txt{
    /*margin-top: 30px;*/
    /*max-width: 535px;*/
  }
  
  .buyer_plan_item_img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
  
  
}
@media (min-width:1450px){
  /* プラン */
  .buyer_plan{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .buyer_plan{
    margin-top: 100px;
  }
  .buyer_plan_item{
    width: 50%;
    padding: 0 10px;
  }
  .buyer_plan_item:nth-child(n+2){
    margin-top: 0;
  }
  .buyer_plan_item:nth-child(n+3){
    margin-top: 80px;
  }
  .buyer_plan_item_title{
  }
  .buyer_plan_item_title_en{
    font-size: 29px;
  }
  .buyer_plan_item_title_ja{
    font-size: 35px;
  }
  .buyer_plan_item_txt{
    margin-top: 30px;
    max-width: 535px;
  }
  
  .buyer_plan_item_img{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .buyer_plan_item_img.type1{
    margin-left: -35px;
  }
}
@media (min-width:1700px){


}


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

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}

@media (max-width:374px){

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

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

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

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

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


}

/* メイン部分 */

@media (max-width:767px){
  
}
@media (min-width:768px){
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
}
@media (min-width:1450px){
  
}
@media (min-width:1700px){


}


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

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}

@media (max-width:374px){

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

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

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

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

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


}

/* メイン部分 */

@media (max-width:767px){
  
}
@media (min-width:768px){
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
}
@media (min-width:1450px){
  
}
@media (min-width:1700px){


}

