@charset "UTF-8";

:root {
  --main-color: #7561a3;
  --sub-color: #e7161a;

  /* 画面端までの余白 */
  --margin-for-device-side: -15px;
  --margin-for-device-side-w: -15px;
}
#root{
  overflow: hidden;
}

/* 基本フォント: ゴシック */
body{
  font-family: "Noto Serif JP", "Noto Serif SC", serif;
  font-size: 16px;
  line-height: 1.5;
  color: #181818;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;


}

@media (min-width:768px){
  :root {
    --margin-for-device-side: calc(345px - 50vw);
  }
}
@media (min-width:992px){
  :root {
    --margin-for-device-side: calc(465px - 50vw);
  }
}
@media (min-width:1200px){
  :root {
    --margin-for-device-side: calc(555px - 55vw);
  }
}
@media (min-width:1536px){
  :root {
    --margin-for-device-side: calc(668px - 50vw);
  }
}
@media (min-width:1720px){
  :root {
    --margin-for-device-side: calc(760px - 50vw);
  }
}


@media (min-width:768px){
  :root {
    --margin-for-device-side-w: calc(345px - 50vw);
  }
}
@media (min-width:992px){
  :root {
    --margin-for-device-side-w: calc(465px - 50vw);
  }
}
@media (min-width:1200px){
  :root {
    --margin-for-device-side-w: calc(555px - 50vw);
  }
}
@media (min-width:1366px){
  :root {
    --margin-for-device-side-w: calc(625px - 50vw);
  }
}
@media (min-width:1450px){
  :root {
    --margin-for-device-side-w: calc(685px - 50vw);
  }
}
@media (min-width:1620px){
  :root {
    --margin-for-device-side-w: calc(760px - 50vw);
  }
}



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

@media (max-width:767px){
  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', "Noto Serif SC", serif;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
  letter-spacing: 0.075em;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.5;
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  /*opacity: 0.7;*/
  /*color: inherit;*/
}
img{
  max-width: 100%;
  width: auto;
}

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

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

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

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.gjs-dashed .responsive_video:before{
  display: none;
}
.gjs-dashed .responsive_video [data-gjs-type="video"]:before{
  content: "";
  display: block;
  padding-top:56.25%;
  pointer-events: none;
}


/* 指定デバイスのみで表示するclass */
@media (min-width:1720px){
  .fw_nobr br{
    display: none !important;
  }
}
@media (min-width:1536px){
  .lg_nobr br{
    display: none !important;
  }
}
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}



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

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

/* 指定した行数での切り取り */
.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/*******************************
*　ヘッダー
********************************/
.header{
  position: relative;
  z-index: 1001;
}
.hdr1{
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  background: #FFF;
}

/* ロゴ */
.hdr_logo{

}
.hdr_logo img{
  /*  width: 150px;*/
  width: 50px;
}

/* メニュー全般 */
.hdr_menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* TELボタン */
.hdr_tel{

}
.hdr_tel_txt1{
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.hdr_tel_link{

}
.hdr_tel_link p{

}
.hdr_tel_link p:before{
  display: inline-block;
  content:"\f095";
  font-family: "fontAwesome";
  margin-right: 6px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  color: var(--main-color);
}


/* お問い合わせボタン */
.hdr_contact{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_contact a{
  background: var(--main-color);
  color: #FFF;
  width: 185px;
  padding: 10px 5px;
  text-align: center;
  transition: 0.2s all;
}
.hdr_contact a.email p:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}
.hdr_contact a:hover{
  background: var(--sub-color);
  color: #FFF;
}

/* SNSボタン */
.hdr_sns{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_sns a{
  width: 24px;
  transition: 0.2s all;
}
.hdr_sns a:hover{
  filter: brightness(1.1);
}
.hdr_sns a img{
  display: block;
}
.hdr_sns a + a{
  margin-left: 10px;
}

/*翻訳*/
.header .gtranslate_wrapper{
  width: 100%;
}
.header .gt_switcher_wrapper{
  position: relative!important;
  top: auto!important;
  right: auto!important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.conveythis-widget-language{
  box-shadow: none!important;
}
.language_title{
  display: none!important;
}
  /*翻訳*/
  a.glink{
    width: auto;
    position: relative;
  }
  .glink p{
    display: flex;
    align-items: center;
  }
  .glink p:before{
    content: "";
    display: block;
width: 32px;
        height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
  .glink.lang-ja p:before{
    background-image: url(/system_panel/uploads/images/ja.svg);
  }
  .glink.lang-en p:before{
    background-image: url(/system_panel/uploads/images/america.svg);
  }
  .glink.lang-zh-cn p:before{
    background-image: url(/system_panel/uploads/images/china.svg);
  }
@media (min-width:375px){

}
@media (max-width:767px){
  .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
  .hdr_lang{
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
  }
  .hdr_lang a{
    display: block;
    margin-top: 5px;
  }

  .hdr1 {
    justify-content: center;
  }

  /* お問い合わせボタン */
  .hdr_contact{
    display: none;
  }
  /* SNSボタン */
  .hdr_sns{
    margin-left: 20px;
  }
  .hdr_sns a img{
    height: 30px;
  }

  .hdr_contact_btn{
    display: none;
  }

  /*翻訳*/ 
  .glink{
    margin-right: 5px;
  }


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

  /* ヘッダー固定 */
  body{
    /* ヘッダーの高さに応じて */
    padding-top: 0;
  }
  .header{
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    transition: all .2s;
  }

  .hdr_outer{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  /* ロゴ */
  .hdr_logo img{
    /*    width: 180px;*/
    width: auto;
  }

  /* ヘッダースリム */
  .header.slim{
    background: rgba(255,255,255,0.9);
    padding: 10px 16px;
  }
  .header.slim img.pc{
    display: none;
  }
  .header.slim img.sp{
    display: block!important;;
  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 24px;
  }
  .hdr_tel_link p:before{
    margin-right: 6px;
  }

  .hdr_contact_btn{
    width: 160px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.075em;
    padding: 9px 0;
    border-radius:0;
    background: var(--main-color);
    color: #ffffff;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 0.2s;
    border: 1px solid transparent;
    margin-left: 16px;
  }
  .hdr_contact_btn:hover{
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
  }
  .hdr_lang{
/*    width: 274px;*/
    width: auto;
    display: flex;
    justify-content: space-between;
 padding: 8px 7px;
    background: rgba(255,255,255,0.8);
    position: relative;
    z-index: 1;
    margin-left: 10px;
  }
  .hdr_lang:before{
    /*        content: "";
            display: block;
            width: 1px;
            height: 41px;
            background: #b4b4b4;
            position: absolute;
            top: 50%;
            left: 32%;
            transform: translateY(-50%) translateX(-50%);*/
  }
  .hdr_lang:after{
    /*    content: "";
        display: block;
        width: 1px;
        height: 41px;
        background: #b4b4b4;
        position: absolute;
        top: 50%;
        right: 32%;
        transform: translateY(-50%) translateX(-50%);*/
  }


}
@media (min-width:1024px){
  .header{
    padding:16px;
  }
  /* ロゴ */
  .hdr_logo img{
    /*    width: 200px;*/
    width: auto;
  }

  /* ヘッダースリム */
  .header.slim{

  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 26.5px;
  }

  .hdr_contact_btn{
    width: 220px;
    font-size: 20px;
  }

}
@media (min-width:1200px){
  .header{
    padding: 29px 30px 29px 31px; 
  }

  /* ロゴ */
  .hdr_logo{

  }
  .hdr_logo img{
    /*    width: 130px;*/
    width: auto;
  }

  /* ヘッダースリム */
  .header.slim{

  }
  .hdr_contact_btn{
    width: 150px;
  }
}
@media (min-width:1536px){
  /* ロゴ */
  /*  .hdr_logo{
  
    }
    .hdr_logo img{
      width: auto;
    }*/
  .hdr_contact_btn{
    width: 220px;
  }
}
@media (min-width:1700px){
  /* ロゴ */
  .hdr_logo{

  }
  .hdr_logo img{
    width: auto;
  }
}

/*翻訳*/
/* Google純正UIは非表示（機能だけ使う） 
#google_translate_element,
#google_translate_element .goog-te-gadget { display:none !important; }
.goog-te-banner-frame.skiptranslate { display:none !important; }
body { top:0 !important; }*/

/* Google UI は「display:none」を使わず、画面外＆不可視に */
#google_translate_element{
  position: fixed !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}
/* バナーを抑止 */
iframe.skiptranslate { display: none !important; }
body { top: 0 !important; }

#gt-nvframe{
  display: none !important;
}
body { margin-top: 0 !important; }

/* 言語ボタン（見た目） */
.lang-switcher{
  display:flex;
  flex-wrap: wrap;gap:8px; align-items:center;
}
.lang-switcher .glink{
  display:inline-block;
  padding:6px 5px;
  font-size: 12px;; letter-spacing:.06em;
  border:none; border-radius:2px;
  background:none; color:#4e416d; text-decoration:none;
  transition:all .15s ease;
}
.lang-switcher .glink:hover{ filter:brightness(0.95); }
.lang-switcher .glink.active{
  color: #181818;
  background:none; border-color:#4e416d;
}

/* 既存 .hdr_lang と馴染ませる（必要に応じて数値調整） */
@media (min-width:768px){
  .hdr_lang{
    display:flex;
    flex-wrap: wrap;align-items:center; gap:10px;
    padding: 6px 7px; background:rgba(255,255,255,.8);
  }
  .lang-switcher .glink:after{
    content: "";
    display: block;
    width: 1px;
    height: 41px;
    background: #b4b4b4;
    position: absolute;
    top: 50%;
    left:-5%;;
    transform: translateY(-50%) translateX(-50%);
  }
  .lang-switcher .glink:first-child:after{
   display: none; 
  }
}
/*******************************
*　メインビジュアル
********************************/
/* MV */
.mv{
  position: relative;
  z-index: 1;
}
.mv_img{
  position: relative;
  z-index: 1;
}
.mv_img.img_fit:before{
  padding-top: calc(100vh - 81px - 54px);
}
.mv_img.img_fit:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.12);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

/* MVテキスト */
.mv_txt_box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mv_txt_box .container{
  position: relative;
  height: 100%;
}
.mv_txt_inner{
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.mv_txt_left{
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.31);
  /*  text-shadow    : 
      1px  1px 3px #999999,
      -1px  1px 3px #999999,
      1px -1px 3px #999999,
      -1px -1px 3px #999999,
      1px  0px 3px #999999,
      0px  1px 3px #999999,
      -1px  0px 3px #999999,
      0px -1px 3px #999999;   */
}
.mv_txt_left_txt1{
  font-size: 38px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
}
.mv_txt_left_txt1 p{
  letter-spacing: 0;
}
.mv_txt_left_txt2{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.71em;
  margin-top: 20px;
}
.mv_txt_right{
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.31);
  /*  text-shadow    : 
      1px  1px 3px #999999,
      -1px  1px 3px #999999,
      1px -1px 3px #999999,
      -1px -1px 3px #999999,
      1px  0px 3px #999999,
      0px  1px 3px #999999,
      -1px  0px 3px #999999,
      0px -1px 3px #999999;   */
  position: absolute;
  bottom: 12.222%;
  right: 0;
}
.mv_txt_right_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.mv_txt_right_txt p{
  letter-spacing: 0.075em;
}


/* スライダーの場合 */
.mv_slider{

}
.mv_slider_item{
  position: relative;
  z-index: 1;
}

.gjs-dashed .mv_slider_item{
  background: #CCC;
  padding: 15px 15px;
}
@media (max-width:767px){
  .mv_txt_inner{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
  }
  .mv_txt_right{
    position: relative; 
  }
  .mv_txt_right_txt{
    font-size: 10px; 
  }
  
    .lang-switcher .glink{
    font-size: 0;
    padding: 6px 5px;
    margin-right: 0;
  }
  .glink.lang-ja p:before{
    margin-right: 5px;
  }
}
@media (min-width:768px){

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 650px;
  }

  /* MVテキスト */
  .mv_txt_box{

  }
  .mv_txt_inner{
    position: relative;
  }
  .mv_txt_left{
    margin-top: -50px;
  }
  .mv_txt_left_txt1{
    font-size: 40px;
  }
  .mv_txt_left_txt2{
    font-size: 18px;
  }
  .mv_txt_right{

  }
  .mv_txt_right_txt{
    font-size: 15px;
  }

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


  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top:100vh;
  }

  /* MVテキスト */
  .mv_txt_box{

  }
  .mv_txt_inner{

  }
  .mv_txt_left{

  }
  .mv_txt_left_txt1{
    font-size: 60px;
  }
  .mv_txt_left_txt2{
    font-size: 20px;
  }
  .mv_txt_right{
    width: 42.76%;
  }
  .mv_txt_right_txt{

  }
  .lang-switcher .glink{
   font-size:14px;
    padding: 6px 10px;
  }
  .glink p:before{
  width: 39px;
  }
}
@media (min-width:1200px){

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 900px;
  }

  /* MVテキスト */
  .mv_txt_box{

  }
  .mv_txt_inner{

  }
  .mv_txt_left{

  }
  .mv_txt_left_txt1{
    font-size: 75px;
  }
  .mv_txt_left_txt2{
    font-size: 28px;
  }
  .mv_txt_right{

  }
  .mv_txt_right_txt{
    font-size: 16px;
    margin-right: -20px;
  }

}


/*******************************
*　サイドバー
********************************/

/* サイドバー */
.sidebar{
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* バナー */
.sidebar_bn{
  display: block;
}
.sidebar_bn img{
  width: 40px;
  transition: 0.2s all;
}
.sidebar_bn:hover{

}
.sidebar_bn:hover img{
  transform: scale(1.05);
  filter: brightness(1.05);
}


@media (min-width:768px){

  /* サイドバー */
  .sidebar{
    top: 50%;
  }

  /* バナー */
  .sidebar_bn{
  }
  .sidebar_bn img{
    width: 60px;
  }


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

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

  /* バナー */
  .sidebar_bn{
  }
  .sidebar_bn img{
    width: auto;
  }

}


/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 0;
  position: relative;
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
}
.pg_header_mv_img{

}
.pg_header_img:before{
  padding-top: 160px;
}
.pg_header_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.12);
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.pg_header_inner{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.pg_header_text{
  color: #fff;
}
.pg_header_text1{
  font-size: 40px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0;
  line-height: 1;
}
.pg_header_text2{
  font-size: 18px;
  font-weight: 500;
}

@media (min-width:768px){
  .pg_header{
    margin-bottom: 0;
  }
  .pg_header_img:before{
    padding-top: 400px;
  }
  .pg_header_inner{

  }
  .pg_header_text{

  }
  .pg_header_text1{
    font-size: 60px;
  }
  .pg_header_text2{
    font-size: 22px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom:0;
  }
  .pg_header_img:before{
    padding-top: 400px;
  }
  .pg_header_inner{

  }
  .pg_header_text{

  }
  .pg_header_text1{
    font-size: 70px;
  }
  .pg_header_text2{
    font-size: 28px;
  }

}
@media (min-width:1200px){
  .pg_header_img:before{
    padding-top: 600px;
  }
  .pg_header_text1{
    font-size: 85px;
  }

}



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

.footer{
  color: #fff;
  background: #352c4b;
  margin-top: 80px;
}

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

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

}
.ftr1_box2{

}

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


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

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

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

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

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


.ftr_img{

}
.ftr_img:before{
  padding-top: 250px;
}
.ftr_img::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:rgba(78,65,109,0.2);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.ftr_contact_wrap{

}
.ftr_contact_box{
  padding: 30px 16px 30px;
  background: #9b96a7;
}
.ftr_contact_box_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_contact_box1{
  width: 100%;
  color: #fff;
}
.ftr_contact_box1_title{

}
.ftr_contact_box1_title_en{
  font-size: 32px;
  font-family: "Bellefair", serif;
}
.ftr_contact_box1_ja{
  display: flex;
  align-items: center;
  margin-top: 0;
}
.ftr_contact_box1_ja:before{
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #fff;
}
.ftr_contact_box1_ja_tt{
  font-size: 16px;
  font-weight: 500;
  padding-left: 26px;
}
.ftr_contact_box2{
  width: 100%;
  margin-top: 24px;;
}
.ftr_contact_box2 .read_more.wh{
  margin-top: 0;
}
.ftr_contact_box2 .read_more.wh a{
  width: 100%;
  background: #fff;
  color: #3a3a3a;
}
.ftr_contact_box2 .read_more.wh a:before{
  border: 1px solid var(--main-color);
}
.ftr_contact_box2 .read_more.wh a:after{
  border-color: transparent transparent var(--main-color) transparent;
}
.ftr_contact_box2 .read_more.wh a:hover{
  background: var(--main-color);
  color: #fff;
}
.ftr_contact_box2 .read_more.wh a:hover:before{
  border: 1px solid #fff;
}
.ftr_contact_box2 .read_more.wh a:hover:after{
  border-color: transparent transparent #fff transparent;
}
.ftr_contact_box2_tel{
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.ftr_contact_box2_tel1{
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.ftr_contact_box2_tel2{
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  padding-top: 10px;
}

.ftr_1{
  padding: 50px 0 30px;
}
.ftr_1_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_add{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875em; 
}
.ftr_1_box1{
  width: 100%;
}
.ftr_1_box2{
  width: 100%;
}
.ftr_links{
  display: flex;
  flex-wrap: wrap;
}
.ftr_link{

}
.ftr_2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.ftr_2 .ftr_copy{

}
.ftr_2 .ftr_sns{
  display: flex;
  align-items: center;
}
.ftr_sns_item{
  display: block;
  width: 25px;

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

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

  body{
    padding-bottom: 56px;
  }

  .footer_fix{
    display: flex;
  }

  .ftr_contact_wrap{
    margin-top: -50px;
    position: relative;
    z-index: 1;
  }
  .ftr_1_box2{
    display: none;
  }
  .ftr_2{
    flex-direction: column;
  }
  .ftr_copy{
    order: 2;
  }
  .ftr_sns{
    order: 1;
    margin-bottom: 20px;
  }
  .ftr_sns_item{
    margin: 0 5px;
  }

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

  .ftr_img{

  }
  .ftr_img:before{
    padding-top: 380px;
  }
  .ftr_contact_wrap{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 19.64%;
    transform:translateX(-50%);
    z-index: 1;
  }
  .ftr_contact_box{
    padding: 0 15px;
  }
  .ftr_contact_box_inner{
    padding: 85px 0 75px;
  }
  .ftr_contact_box1{
    width: 48.64%;
  }
  .ftr_contact_box1_title{

  }
  .ftr_contact_box1_title_en{
    font-size: 40px;
  }
  .ftr_contact_box1_ja{
    margin-top: 25px;
  }
  .ftr_contact_box1_ja_tt{

  }
  .ftr_contact_box2{
    width: 48.64%;
    margin-top: 0;
  }
  .ftr_contact_box2 .read_more.wh{

  }
  .ftr_contact_box2 .read_more.wh a{
    /*width: 350px;*/
  }
  .ftr_contact_box2_tel{
    text-align: left;
    margin-top: 52px;
  }
  .ftr_contact_box2_tel1{

  }
  .ftr_contact_box2_tel2{
    font-size: 30px;
  }

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

  }
  .ftr_add{
    text-align: left;
  }
  .ftr_1_box1{
    width: 48.64%;
  }
  .ftr_1_box2{
    width: 48.64%;
  }
  .ftr_links{

  }
  .ftr_link{
    width: 50%;
    font-size: 16px;
    font-weight: 500;
  }
  .ftr_link:nth-child(n+3){
    margin-top: 20px;;
  }
  .ftr_2{
    margin-top: 82px;
  }
  .ftr_2 .ftr_copy{

  }
  .ftr_2 .ftr_sns{

  }
  .ftr_sns_item{
    margin-left: 16px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 180px;
  }

  .ftr_img{

  }
  .ftr_img:before{
    padding-top: 400px;
  }
  .ftr_contact_wrap{

  }
  .ftr_contact_box{

  }
  .ftr_contact_box_inner{
    align-items: center;
    width: 100%;
    max-width: 1110px;
    margin-inline:auto;
    padding: 85px 0 75px;
  }
  .ftr_contact_box1{
    width: 48.64%;
  }
  .ftr_contact_box1_title{

  }
  .ftr_contact_box1_title_en{
    font-size: 50px;
  }
  .ftr_contact_box1_ja{

  }
  .ftr_contact_box1_ja_tt{

  }
  .ftr_contact_box2{
    width: 48.64%;
  }
  .ftr_contact_box2 .read_more.wh{

  }
  .ftr_contact_box2 .read_more.wh a{
    width: 100%;
  }
  .ftr_contact_box2_tel{
    text-align: left;
  }
  .ftr_contact_box2_tel1{

  }
  .ftr_contact_box2_tel2{
    font-size: 34px;
  }

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

  }
  .ftr_add{

  }
  .ftr_1_box1{

  }
  .ftr_1_box2{
    padding-top: 6px;
  }
  .ftr_links{

  }

  .ftr_link:nth-child(n+3){
    margin-top: 0;
  }
  .ftr_link:nth-child(n+4){
    margin-top: 22px;
  }
  .ftr_link{
    width: 153px;
  }
  .ftr_link:nth-child(3n){
    width: 146px;
  }
  .ftr_2{
    padding-right: 19px;
  }
  .ftr_2 .ftr_copy{

  }
  .ftr_2 .ftr_sns{

  }
  .ftr_sns_item{

  }
}
@media (min-width:1200px){
  .ftr_link{
    width: 190px;
  }
  .ftr_link:nth-child(3n){
    width: 159px;
  }
}


/*******************************
*　共通パーツ
********************************/


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

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

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


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

/* アンカー */
.anchor{
  position: relative;
  top: -30px;
}

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.read_more a{
  width: 380px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid transparent;
  background: var(--main-color);
  /*border-radius: 27px;*/
  color: #FFF;
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.read_more a:before{
  content: "";
  display:block;
  width: 97.36%;
  height:83.33%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
.read_more a p{
  /*letter-spacing: 0;*/
}
.read_more a:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 0px 12px 12px;
  position: absolute;
  bottom: 9%;
  right: 1.5%;
}
.read_more a:hover{
  color: #FFF;
  background: var(--sub-color);
}
.read_more a:hover{
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
.read_more a:hover:before{
  border: 1px solid var(--main-color);
}
.read_more a:hover:after{
  border-color: transparent transparent var(--main-color) transparent;
}
.read_more a:hover:after{
  margin-right: 0;
}


/* 見出し */
.tt2{
  text-align: center;
  margin-bottom: 30px;
}
.tt2_en{
  font-size: 32px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #565656;
}
.tt2_ja{
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.tt2_ja2{
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.tt2_ja2 strong{
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}


/* セクション */
.section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.section.sec1{
  padding-top: 0;
}
.section:last-child{
  padding-bottom: 0;
}

.section.beige{
  background-color: #c3b9a9;
}

/*タイトル*/
.sec_title_en{
  font-size: 36px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0;
  line-height: 1;
  color: var(--main-color);

}

/* コンテナ */
.container.wide{

}

/*英字付きタイトル*/
.bg_int_title{
  position: relative;
}
.bg_int{
  text-align: center;
  font-size: 16.66vw;
  font-weight: 400;
  font-family: "Bellefair", serif;
  line-height: 1;
  color: rgba(78,65,109,0.08);
  /*  transform: translateX(-6%);*/
  letter-spacing: 0;
}
.bg_int.lg{
  font-size: 20.83vw;
}
.bg_int.mid{
  font-size: 18.22vw;
}
.sec_title_ja{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.h2_title{

  font-size: 19px;
  font-weight: 600;
  line-height: 1.85em;
  text-align: center;

}

.container .bg_int_title .infiniteslide_wrap{
  margin-left: var(--margin-for-device-side);
  margin-right: var(--margin-for-device-side);
}
.container.wide .bg_int_title .infiniteslide_wrap{
  margin-left: var(--margin-for-device-side-w);
  margin-right: var(--margin-for-device-side-w);
}

.bg_int_wrap{

}
.bg_int_wrap p + p{
  margin-left: 0.5em;
}

@media (max-width:374px){

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

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

  /* スマホ用テーブル */
  .table_rows.resp{

  }
  .table_rows.resp,
  .table_rows.resp .table_rows_tr,
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    display: block;
    width: 100%;
    border: 0;
  }

  .table_rows.resp{
    border: 1px solid #dcdcdc;
    border-top: 0;
  }
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    border-top: 1px solid #dcdcdc;
  }


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

  .anchor{
    top: -100px;
  }

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

  /* ボタン */
  .read_more{
    margin-top: 35px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: center;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    width: 380px;
    font-size: 16px;
    padding: 20px 20px;
    margin: 5px 5px;
  }

  /*  .read_more a:hover:after{
      margin-right: -5px;
    }*/

  /*タイトル*/
  .sec_title_en{
    font-size: 60px;
  }

  /* 見出し */
  .tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 46px;
  }
  .tt2_ja{
    font-size: 16px;
    margin-top: 15px;
  }

  .tt2_ja2{
    font-size: 24px;
    margin-top: 30px;
  }
  .tt2_ja2 strong{
    font-size: 18px;
  }

  /*英字付きタイトル*/
  .bg_int_title{
    position: relative;
  }
  .bg_int{

  }
  .bg_int.lg{
    font-size: 20.83vw;
  }
  .sec_title_ja{
    top: 43%;
  }
  .h2_title{
    font-size: 22px;
  }
}
@media (min-width:1024px){
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  /* ページネーション */
  .webgene-pagination{
    margin-top: 96px;
  }
  .posts_list .webgene-pagination{
    margin-top: 80px;
  }

  /* 見出し */
  /*.tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 46px;
  }
  .tt2_ja{
    font-size: 16px;
    margin-top: 15px;
  }*/

  /*タイトル*/
  .sec_title_en{
    font-size: 85px;
  }

  /*英字付きタイトル*/
  .bg_int_title{
    position: relative;
  }
  .bg_int{

  }
  .bg_int.lg{
    font-size: 20.83vw;
  }
  .sec_title_ja{

  }
  .h2_title{
    font-size: 30px;
  }
}
@media (min-width:1200px){
  /*英字付きタイトル*/
  .h2_title{
    font-size: 35px;
  }
}
@media (min-width:1366px){

  /* コンテナ */
  .container.wide{
    /*max-width: calc(1600px + 100px);*/
    max-width: calc(1250px + 70px);
    padding-left: 35px;
    padding-right: 35px;
  }


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

  .container.wide{
    /*max-width: calc(1600px + 100px);*/
    max-width: calc(1470px + 80px);
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media (min-width:1700px){
  .container.wide{
    max-width: calc(1520px + 100px);
    padding-left: 50px;
    padding-right: 50px;
  }
}


/*******************************
*　HOME
********************************/
/*セクション*/
.pg_home{

}
.pg_home .section.sec1{
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
.pg_home .section.sec1:before{
  content: "";
  display: block;
  width: 100vw;
  height: 93.36%;
  background: #e9e8ed;
  position: absolute;
  top: -10.86%;
  left: 30.98%;
}
.pg_home .section.sec2{

}
.pg_home .section.sec3{
  overflow: hidden;
  padding-top:50px;
}
.pg_home .section.sec4{
  overflow: hidden;
}
.pg_home .section.sec5{

}
.pg_home .section.sec6{

}
.pg_home .section.sec7{

}
.pg_home .section.sec8{

}

@media (max-width:767px){

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

  .pg_home .section.sec1{
    padding-top: 100px;
  }
  .pg_home .section.sec1:before{
    height: 75.36%;
  }
  .pg_home .section.sec2{
    padding-top: 20px;
  }
  .pg_home .section.sec3{
    padding-top:150px;
  }
  .pg_home .section.sec4{
    padding-top:75px;
  }
  .pg_home .section.sec5{
    padding-top:50px;
  }
  .pg_home .section.sec6{
    padding-top: 37px;
  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

  }

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

  .pg_home .section.sec1{
    padding-top: 192px;
  }
  .pg_home .section.sec2{

  }
  .pg_home .section.sec3{
    padding-top:200px;
  }
  .pg_home .section.sec4{

  }
  .pg_home .section.sec5{
    padding-top:100px;
  }
  .pg_home .section.sec6{

  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

  }

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


}



/*メイン*/

/*about*/
.home_about_wrap{
  position: relative;
  z-index: 1;
}
.home_about_box1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_about_box1_left{
  width: 100%;
}
.sec_sub_title{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.778em;
}
.home_about_box1_right{
  width: 100%;
  margin-top: 20px;;
}
.content_desc{
  font-size: 16px;
  font-weight: 600;
  line-height: 2.18em;
  text-align: justify;
}
.home_about_box2{
  margin-top: 40px;
}
.home_about_box2_img:before{
  padding-top: 250px;
}

/*reason*/
.home_reason_wrap{

}

.home_reason_items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
}
.home_reason_items:after{
  content: "";
  display: block;
  width: 100vw;
  height: 1550px;
  background: #e9e8ed;
  position: absolute;
  top: 140px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.home_reason_item{
  position: relative;
  z-index: 1;
}

.home_reason_item:nth-child(n+2){
  margin-top: 40px;;
}
.home_reason_item_inner{

}
.home_reason_item_img:before{
  padding-top: 77.07%;
}
.home_reason_item_tt{
  margin-top: 30px;
}
.home_reason_item_tt:after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #4e416d;
  /*  margin-top: 5px;*/
  margin-top: 17px;
}
.sec_title_en_sm{
  font-size: 50px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0;
  line-height: 1;
  color: var(--main-color);
  text-shadow    : 
    2px  2px 4px #ffffff,
    -2px  2px 4px #ffffff,
    2px -2px 4px #ffffff,
    -2px -2px 4px #ffffff,
    2px  0px 4px #ffffff,
    0px  2px 4px #ffffff,
    -2px  0px 4px #ffffff,
    0px -2px 4px #ffffff; 
  position: absolute;
  left: 0;
  bottom: -25px;
  z-index: 1;
}
.home_reason_item_txt{
  font-size: 18px;
  font-weight: 600;
}
.home_reason_item .content_desc{
  line-height: 1.875em;
  /*  margin-top: 16px;*/
  margin-top: 9px;
}

/*サービス*/
.home_service_items{
  position: relative;
}
.home_service1_wrap .home_service_items:after{
  content: "";
  display: block;
  width: 100vw;
  height: 53%;
  background: #e9e8ed;
  position: absolute;
  right: 17.76%;
  top: 50%;
  transform: translateY(-50%);
}
.home_service_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.home_service_item:nth-child(n+2){
  margin-top: 50px;
}
.home_service_box1{
  width: 100%;
}
.home_service_box1_img:before{
  padding-top: 79.36%;
}
.home_service_box1 .sec_title_en{
  text-shadow    : 
    1px  1px 4px #ffffff,
    -1px  1px 4px #ffffff,
    1px -1px 4px #ffffff,
    -1px -1px 4px #ffffff,
    1px  0px 4px #ffffff,
    0px  1px 4px #ffffff,
    -1px  0px 4px #ffffff,
    0px -1px 4px #ffffff;
  position: absolute;
  bottom: -50px;
}
.home_service_box2{
  width: 100%;
  margin-top: 60px;;
}
.sec_mid_title{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.47em;
}
.home_service_box2 .content_desc{
  margin-top: 20px;
}

/*物件情報*/
.home_prop_tabs{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 30px;
}
.home_prop_tab_item{
  width: 100%;
}
.home_prop_tab_item:nth-child(n+2){
  margin-top: 16px;
}
.home_prop_tab_item a{
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  border: 1px solid var(--main-color);
  padding: 7px;
  transition: all .2s;
}
.home_prop_tab_item a:hover{
  background: #a093be;
  color: #fff;
}
.home_prop_tab_item a.active{
  background: var(--main-color);
  color: #fff;
}
.home_prop_tab_item a:after{
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right:20px;;
  transform: translateY(-50%) translateX(-50%);
}
.home_prop_content{
  display: none;
}
.home_prop_content.active{
  display: block;
}
.home_prop_content .webgene-blog{
  display: flex;
  flex-wrap: wrap;
}
.home_prop_content .webgene-item{
  width: 100%;
}
.home_prop_content .webgene-item:nth-child(n+2){
  margin-top: 50px;
}
.home_prop_content .webgene-item:nth-child(n+3){
  display: none;
}
.home_prop_content .webgene-item a{

}
.home_prop_content .webgene-item a:hover{
  color: var(--main-color);
}
.home_prop_content .webgene-item .img{
  overflow: hidden;
}
.home_prop_content .webgene-item .img:before{
  padding-top: 117.64%;
}
.home_prop_content .webgene-item .box2{
  margin-top: 23px;
}
.home_prop_content .webgene-item .meta{

}
.home_prop_content .webgene-item .meta_item{
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #3a3a3a;
  min-width: 120px;
  margin-right: 7px;
}
.home_prop_content .webgene-item .title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 11px;
}
.home_prop_content .webgene-item .prop_add{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.home_prop_content .webgene-item .price{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-top: 1px solid #3a3a3a;
  margin-top: 12px;
  padding-top: 10px;
}

/*サービス2*/
.home_service2_wrap{
  margin-top: 80px;
}
.home_service2_wrap .home_service_items:after{
  content: "";
  display: block;
  width: 100vw;
  height: 53%;
  background: #e9e8ed;
  position: absolute;
  left: 17.76%;
  top: 50%;
  transform: translateY(-50%);
}

.pg_home .section.sec4 .sec_title_en{
  bottom: 0; 
}

/*product*/
.home_product_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;;
}
.home_product_wrap:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #e9e8ed;
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.home_product_box1{
  width: 100%;
  position: relative;
  z-index: 1;
}
.home_product_box1_img{

}
.home_product_box1_img:before{
  padding-top: 95.23%;
}
.home_product_box2{
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.home_product_box2 .sec_mid_title{
  margin-top: 20px;
}
.home_product_box2 .content_desc{
  margin-top: 20px;
}

/*news*/
.home_news_box{
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.home_news_box .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
}
.home_news_box .webgene-item{
  width: 50%;
  padding-inline:5px;
}
.home_news_box .webgene-item:nth-child(n+3){
  display: none;
}
.home_news_box .webgene-item a{
  display: block;
  background: #e9e8ed;
  padding: 10px;
}
.home_news_box .webgene-item .img{
  overflow: hidden;
}
.home_news_box .webgene-item .img:before{
  padding-top: 75.75%;
}
.home_news_box .webgene-item .box2{
  margin-top: 6px;
  padding-bottom: 19px;
}
.home_news_box .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 6px;
}
.home_news_box .webgene-item .category{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  background: var(--main-color);
  color: #fff;
  min-width: 146px;
  padding: 3px;
  order: 2;
  margin-top: 5px;
}
.home_news_box .webgene-item .date{
  font-size: 16px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0.075em;
  order: 1;
}
.home_news_box .webgene-item .title{
  margin-top: 5px;
}

@media (max-width:374px){

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

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

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

  /*メイン*/

  /*about*/
  .home_about_wrap{

  }
  .home_about_box1{

  }
  .home_about_box1_left{

  }
  .sec_sub_title{
    font-size: 22px;
    margin-top: 24px;
  }
  .home_about_box1_right{
    margin-top: 30px;;
  }
  .content_desc{

  }
  .home_about_box2{
    margin-top: 66px;
  }
  .home_about_box2_img:before{
    padding-top: 450px;
  }

  /*reason*/
  .home_reason_wrap{

  }

  .home_reason_items{
    margin-inline:-10.5px;
    margin-top: -40px;
  }
  .home_reason_items:after{
    height: 1080px;
    top: 130px;
  }
  .home_reason_item{
    width: 50%;
    padding-inline:10.5px;
  }
  .home_reason_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_reason_item:nth-child(n+3){
    margin-top: 30px;;
  }
  .home_reason_item_inner{

  }

  .home_reason_item_tt{
    margin-top: 30px;
  }
  .sec_title_en_sm{
    font-size: 40px; 
    bottom: -20px;
  }
  .home_reason_item_txt{
    font-size: 20px; 
  }
  .home_reason_item .content_desc{

  }

  /*サービス*/
  .home_service_items{

  }
  .home_service_item{

  }
  .home_service1_wrap .home_service_items:after,
  .home_service2_wrap .home_service_items:after {
    top: 57%;
  }
  .home_service_item:nth-child(n+2){
    margin-top: 100px;
  }
  .home_service_box1{

  }
  .home_service_box1_img:before{

  }
  .home_service_box1 .sec_title_en{
    bottom: -75px;
  }
  .home_service_box2{
    margin-top: 80px;;
  }
  .sec_mid_title{
    font-size: 32px;
  }
  .home_service_box2 .content_desc{

  }
  .home_service_box2 .read_more{
    margin-top: 44px;
  }

  /*物件情報*/
  .home_prop_tabs{
    margin-inline:-15px;
    margin-bottom: 58px;
    margin-top: 10px;
  }
  .home_prop_tab_item{
    width: 50%;
    padding-inline:15px;
  }
  .home_prop_tab_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_prop_tab_item a{

  }
  .home_prop_content{

  }

  /*物件*/
  .home_prop_content .webgene-blog{
    margin-inline:-5px;
  }
  .home_prop_content .webgene-item{
    width: 50%;
    padding-inline:5px;
  }
  .home_prop_content .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .home_prop_content .webgene-item a{

  }

  .home_prop_content .webgene-item .img{

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

  }
  .home_prop_content .webgene-item .meta{

  }
  .home_prop_content .webgene-item .meta_item{

  }
  .home_prop_content .webgene-item .title{
    font-size: 18px;
  }
  .home_prop_content .webgene-item .prop_add{

  }
  .home_prop_content .webgene-item .price{
    font-size: 21px;
  }

  /*サービス2*/
  .home_service2_wrap{
    margin-top: 100px;
  } 

  /*product*/
  .home_product_wrap{
    padding-bottom: 50px;;
  }
  .home_product_box1{

  }
  .home_product_box1_img{

  }
  .home_product_box1_img:before{

  }
  .home_product_box2{
    padding-top: 30px;
  }
  .home_product_box2 .sec_mid_title{
    margin-top: 30px;
  }
  .home_product_box2 .content_desc{

  }
  .home_product_box2 .read_more{
    margin-top: 46px;
  }

  /*news*/
  .home_news_box{
    margin-top: -50px;
  }
  .home_news_box .webgene-blog{
    margin-inline:-15px;
  }
  .home_news_box .webgene-item{
    width: 50%;
    padding-inline:15px;
  }
  .home_news_box .webgene-item:nth-child(n+3){
    display: block;
    margin-top: 30px;;
  }
  .home_news_box .webgene-item a{

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

  }
  .home_news_box .webgene-item .meta{

  }
  .home_news_box .webgene-item .category{
    order: 1;
    margin-top:0;
  }
  .home_news_box .webgene-item .date{
    order: 2;
  }
  .home_news_box .webgene-item .title{
    margin-top: 13px;
  }
  .home_news_wrap .read_more{
    margin-top: 57px;
  }
}
@media (min-width:1024px){
  /*メイン*/

  /*about*/
  .home_about_wrap{

  }
  .home_about_box1{

  }
  .home_about_box1_left{
    width: 40.48%;
  }
  .sec_sub_title{
    font-size: 18px;
  }
  .home_about_box1_right{
    width: 55.26%;
    margin-top: 0;
  }
  .content_desc{

  }
  .home_about_box2{

  }
  .home_about_box2_img:before{
    padding-top: 600px;
  }

  /*reason*/
  .home_reason_wrap{

  }

  .home_reason_items{
    margin-top: -50px;
  }
  .home_reason_item{
    width: 33.33%;
  }
  .home_reason_item:nth-child(n+3){
    margin-top: 0;;
  }
  .home_reason_item:nth-child(n+4){
    margin-top: 30px;;
  }
  .home_reason_item_inner{

  }

  .home_reason_item_tt{
    margin-top: 50px;
  }
  .sec_title_en_sm{
    font-size: 60px; 
    bottom: -35px;
  }
  .home_reason_item_txt{
    font-size: 23px; 
  }
  .home_reason_item .content_desc{

  }

  .home_reason_items:after{
    height: 482px;
    top: 115px;
  }

  /*サービス*/
  .home_service_items{

  }
  .home_service1_wrap .home_service_items:after,
  .home_service2_wrap .home_service_items:after {
    height: 53%;
    top: 50%;
  }
  .home_service_item{

  }
  .home_service_item:nth-child(n+2){
    margin-top: 160px;
  }
  .home_service_item:nth-child(odd) .home_service_box1{
    order: 1;
  }
  .home_service_item:nth-child(odd) .home_service_box2{
    order: 2;
  }
  .home_service_item:nth-child(even) .home_service_box1{
    order: 2;
  }
  .home_service_item:nth-child(even) .home_service_box2{
    order: 1;
  }
  .home_service_box1{
    width: 49.01%;
    padding-top: 15px;
  }

  .home_service_box1_img:before{
    padding-top: 750px;
  }
  .home_service_box1 .sec_title_en{
    position: absolute;
    bottom: -20px;;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
  }
  .home_service_item:nth-child(odd) .sec_title_en{
    right: -46px;
  }
  .home_service_item:nth-child(even) .sec_title_en{
    left: -35px;
  }
  .home_service_box2{
    width: 44.73%;
    margin-top: 0;
  }
  .sec_mid_title{
    font-size: 25px;
  }
  .home_service_box2 .content_desc{
    margin-top: 42px;
  }

  /*物件情報*/
  .home_prop_tabs{

  }
  .home_prop_tab_item{

  }
  .home_prop_tab_item a{
    font-size: 20px;
  }
  .home_prop_content{

  }

  /*物件*/
  .home_prop_content .webgene-blog{
    margin-inline:-10px;
  }
  .home_prop_content .webgene-item{
    width: 33.333%;
    padding-inline:10px;
  }
  .home_prop_content .webgene-item:nth-child(n+3){
    display: block;;
  }
  .pg_home .home_prop_content .webgene-item:nth-child(n+4){
    display: none;
  }
  .home_prop_content .webgene-item a{

  }
  .home_prop_content .webgene-item .img{

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

  }
  .home_prop_content .webgene-item .meta{

  }
  .home_prop_content .webgene-item .meta_item{

  }
  .home_prop_content .webgene-item .title{

  }
  .home_prop_content .webgene-item .prop_add{

  }
  .home_prop_content .webgene-item .price{

  }

  /*サービス2*/
  .home_service2_wrap{
    margin-top: 130px;
    padding-bottom: 0;
  } 

  /*product*/
  .home_product_wrap{
    padding-bottom: 0;
  }
  .home_product_box1{
    width: 49.01%;
  }
  .home_product_box1_img{

  }
  .home_product_box1_img:before{
    padding-top: 900px;
  }
  .home_product_box2{
    width: 44.73%;
    padding-top: 50px;
  }
  .home_product_box2 .sec_title_en{
    font-size: 65px;
  }
  .home_product_box2 .sec_mid_title{
    margin-top: 40px;
  }
  .home_product_box2 .content_desc{
    margin-top: 40px;
  }

  /*news*/
  .home_news_box{
    margin-top: -60px;
  }
  .home_news_box .webgene-blog{

  }
  .home_news_box .webgene-item{
    width: 33.333%;
  }
  .home_news_box .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .home_news_box .webgene-item a{

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

  }
  .home_news_box .webgene-item .meta{

  }
  .home_news_box .webgene-item .category{

  }
  .home_news_box .webgene-item .date{

  }
  .home_news_box .webgene-item .title{

  }
}
@media (min-width:1200px){
  /*メイン*/

  /*about*/
  .sec_sub_title{
    font-size: 20px;
  }
  .home_about_box1_left{
    width: 38.48%;
  }

  /*reason*/
  .home_reason_items{
    margin-top: -70px;
  }
  .sec_title_en_sm{
    font-size: 80px; 
  }
  .home_reason_items:after{
    height: 482px;
    top: 155px;
  }


  .home_service_item:nth-child(odd) .home_service_box1_img{
    margin-left: var(--margin-for-device-side);
  }
  .home_service_item:nth-child(even) .home_service_box1_img{
    margin-right: var(--margin-for-device-side);
  }
  .sec_mid_title{
    font-size: 30px;
  }

  /*product*/
  .home_product_box2{
    padding-top: 80px;
  }
  .home_product_box2 .sec_title_en{
    font-size: 75px;
  }
  .home_product_box1_img{
    margin-left: var(--margin-for-device-side);
  }

  /*news*/
  .home_news_box{
    margin-top: -70px;
  }
}
@media (min-width:1366px){
  /*メイン*/

  /*about*/
  .sec_sub_title{
    font-size: 24px;
  }

  /*reason*/
  .home_reason_items{
    margin-top: -100px;
  }
  .home_reason_items:after{
    height: 482px;
    top: 155px;
  }

  /*サービス*/
  .sec_mid_title{
    font-size: 32px;
  }

  .home_product_box2 .sec_title_en{
    font-size: 85px;
  }

  /*news*/
  .home_news_box{
    margin-top: -90px;
  }
}
@media (min-width:1450px){
  /*reason*/
  .home_reason_wrap{

  }
  .home_reason_items{
    margin-top: -80px;
  }
  .home_reason_items:after{
    height: 482px;
    top: 195px;
  }

  /*news*/
  .home_news_box{
    margin-top: -90px;
  }
}

@media (min-width:1700px){
  /*メイン*/

  /*about*/
  .sec_sub_title{
    font-size: 28px;
  }

  /*reason*/
  .home_reason_wrap{

  }
  .home_reason_items{
    margin-top: -125px;
  }

  /*サービス*/
  .sec_mid_title{
    font-size: 42px;
  }

  /*news*/
  .home_news_box{
    margin-top: -117px;
  }
}

/*******************************
*　売買 
********************************/
/*セクション*/
.pg_buyAndResell{

}
.pg_buyAndResell .section.sec1{
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 120px;
}
.pg_buyAndResell .section.sec1:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #e9e8ed;
  position: absolute;
  top: -10.86%;
  left: 30.98%;
}
.pg_buyAndResell .section.sec2{
  overflow: hidden;
}
.pg_buyAndResell .section.sec3{
  overflow: hidden;
  padding-top: 80px;
}
.pg_buyAndResell .section.sec4{

}
.pg_buyAndResell .section.sec5{

}


@media (max-width:374px){

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

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

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

  }
  .pg_buyAndResell .section.sec1{
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .pg_buyAndResell .section.sec2{

  }
  .pg_buyAndResell .section.sec3{
    padding-top: 120px;
  }
  .pg_buyAndResell .section.sec4{

  }
  .pg_buyAndResell .section.sec5{

  }


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

  }
  .pg_buyAndResell .section.sec1{
    padding-top: 120px;
    padding-bottom: 195px;
  }
  .pg_buyAndResell .section.sec2{

  }
  .pg_buyAndResell .section.sec3{
    padding-top: 165px;
  }
  .pg_buyAndResell .section.sec4{

  }
  .pg_buyAndResell .section.sec5{

  }

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


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



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


}

@media (min-width:1700px){

}


/*メイン*/
/*見出し*/
.section_hdr_wrap{
  position: relative;
  z-index: 1;
}

/*probrem*/
.buyAndResell_contents1_items{
  position: relative;
  margin-top:50px;
}
.buyAndResell_contents1_items:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #e9e8ed;
  position: absolute;
  top: 10.73%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.buyAndResell_contents1_item{
  position: relative;
  z-index: 1;
}
.buyAndResell_contents1_item_inner{
  border: 1px solid #3a3a3a;
  background: #fff;
  padding: 30px 46px 40px;
}
.buyAndResell_contents1_item_tt{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.buyAndResell_contents1_item_tt:after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--main-color);
  margin: 14px auto 0;
}
.buyAndResell_contents1_item .content_desc{
  font-weight: 500;
  line-height: 1.875em;
}

/*ここが違う！ウィステリアリブが高価買取できる理由*/
.buyAndResell_contents2_wrap{

}
.buyAndResell_contents2_wrap .content_desc{
  margin-top: 20px;
}
.buyAndResell_contents2_wrap .bg_int{
  font-size: 14.06vw;
}
.buyAndResell_contents2_items{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-15px;
  margin-top: 40px;
}
.buyAndResell_contents2_item{
  width: 100%;
  padding-inline:15px;
}
.buyAndResell_contents2_item:nth-child(n+2){
  margin-top: 30px;
}
.buyAndResell_contents2_item_inner{
  border: 1px solid #bfbfbf;
}
.buyAndResell_contents2_item_tt{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
}
.buyAndResell_contents2_item_tt.gr{
  background: #d2d2d2;
}
.buyAndResell_contents2_item_tt.pr{
  background: #7561a3;
  color: #fff;
}
.buyAndResell_contents2_item_img{
  text-align: center;
  padding: 20px 16px 20px;;
}

/*メリット*/
.buyAndResell_contents3_wrap{

}
.buyAndResell_contents3_wrap .bg_int{
  font-size: 19.79vw;
}
.buyAndResell_contents3_wrap .content_desc{
  margin-top: 20px;
}

.buyAndResell_contents3_items{
  position: relative;
  margin-top: 50px;
}
.buyAndResell_contents3_items:before{
  content: "";
  display: block;
  width: 100vw;
  height: 88.19%;
  background: #e9e8ed;
  position: absolute;
  right: 17.76%;
  top: 50%;
  transform: translateY(-50%);
}
.buyAndResell_contents3_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.buyAndResell_contents3_item:nth-child(n+2){
  margin-top: 60px;
}
.buyAndResell_contents3_box1{
  width: 100%;
  position: relative;
  z-index: 1;
}
.buyAndResell_contents3_box1_img:before{
  padding-top: 56.37%;
}
.buyAndResell_contents3_box1_txt1{
  font-size: 30px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0;
  line-height: 1;
  color: var(--main-color);
  text-shadow    : 
    1px  1px 3px #ffffff,
    -1px  1px 3px #ffffff,
    1px -1px 3px #ffffff,
    -1px -1px 3px #ffffff,
    1px  0px 3px #ffffff,
    0px  1px 3px #ffffff,
    -1px  0px 3px #ffffff,
    0px -1px 3px #ffffff;
  position: absolute;
  z-index: 1;
}
.buyAndResell_contents3_box1_txt2{
  font-size: 30px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0;
  line-height: 1;
  color: var(--main-color);
  text-shadow    : 
    1px  1px 3px #ffffff,
    -1px  1px 3px #ffffff,
    1px -1px 3px #ffffff,
    -1px -1px 3px #ffffff,
    1px  0px 3px #ffffff,
    0px  1px 3px #ffffff,
    -1px  0px 3px #ffffff,
    0px -1px 3px #ffffff; 
  position: absolute;
  z-index: 1;
}
.buyAndResell_contents3_item:nth-child(odd) .buyAndResell_contents3_box1_txt1{
  left: -37px;
  top: -20px;
}
.buyAndResell_contents3_item:nth-child(odd) .buyAndResell_contents3_box1_txt2{
  left: -11px;
  bottom: -16px;
}
.buyAndResell_contents3_item:nth-child(even) .buyAndResell_contents3_box1_txt1{
  right: -14px;
  top: -20px;
}
.buyAndResell_contents3_item:nth-child(even) .buyAndResell_contents3_box1_txt2{
  right: -4px;
  bottom: -16px;
}
.buyAndResell_contents3_box2{
  width: 100%;
  margin-top: 20px;;
  position: relative;
  z-index: 1;
}
.buyAndResell_contents3_box2 .sec_mid_title{

}
.buyAndResell_contents3_box2 .content_desc{
  margin-top: 20px;
}


/*画像表示*/
*:lang(ja) .buyAndResell_contents2_item_img img.en,
*:lang(ja) .buyAndResell_contents2_item_img img.ch{
  display: none;
}

*:lang(en) .buyAndResell_contents2_item_img img.ja,
*:lang(en) .buyAndResell_contents2_item_img img.ch{
  display: none;
}

*:lang(zh-CN) .buyAndResell_contents2_item_img img.ja,
*:lang(zh-CN) .buyAndResell_contents2_item_img img.en{
  display: none;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .swiper-button-next, .swiper-button-prev{
    color: var(--main-color);
  }

  /*probrem*/
  .buyAndResell_contents1_wrap .swiper{
    overflow: visible;
    position: relative;
  }
  .buyAndResell_contents1_wrap .swiper:before{
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #e9e8ed;
    position: absolute;
    top: 10.73%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .buyAndResell_contents1_items:before{
    display: none;
  }

  /*メリット*/

  .buyAndResell_contents3_item:nth-child(odd) .buyAndResell_contents3_box1_txt1{
    left: -14px;
    top: -20px;
  }
  .buyAndResell_contents3_item:nth-child(odd) .buyAndResell_contents3_box1_txt2{
    left: -5px;
    bottom: -16px;
  }
  .buyAndResell_contents3_item:nth-child(even) .buyAndResell_contents3_box1_txt1{
    right: -3px;
    top: -20px;
  }
  .buyAndResell_contents3_item:nth-child(even) .buyAndResell_contents3_box1_txt2{
    right: -1px;
    bottom: -16px;
  }
  .buyAndResell_contents3_box1_txt1{
    font-size: 56px;
  }
  .buyAndResell_contents3_box1_txt2{
    font-size: 56px;
  }
}
@media (min-width:768px){
  .pg_buyAndResell{

  }
  .pg_buyAndResell .section.sec1{

  }
  .pg_buyAndResell .section.sec2{
    padding-top: 58px;
  }
  .pg_buyAndResell .section.sec3{

  }
  .pg_buyAndResell .section.sec4{

  }
  .pg_buyAndResell .section.sec5{

  }

  /*probrem*/
  .buyAndResell_contents1_items{
    display: flex;
    flex-wrap: wrap;
    margin-inline:-10.5px;
    margin-top: -30px;
  }
  .buyAndResell_contents1_items:before{
    top: 5.73%;
  }
  .buyAndResell_contents1_item{
    width: 50%;
    padding-inline:10.5px;
  }
  .buyAndResell_contents1_item:nth-child(n+3){
    margin-top: 30px;
  }
  .buyAndResell_contents1_item_inner{
    height: 100%;
    padding: 45px 24px 40px;
  }
  .buyAndResell_contents1_item_tt{
    font-size: 20px;
    margin-inline:-16px;
  }
  .buyAndResell_contents1_item .content_desc{
    margin-top: 9px;
  }

  /*ここが違う！ウィステリアリブが高価買取できる理由*/
  .buyAndResell_contents2_wrap{

  }
  .buyAndResell_contents2_wrap .content_desc{
    margin-top: -36px;
  }
  .buyAndResell_contents2_wrap .bg_int{

  }
  .buyAndResell_contents2_items{
    margin-top: 70px;
  }
  .buyAndResell_contents2_item{

  }

  .buyAndResell_contents2_item_inner{
    height: 100%;
  }
  .buyAndResell_contents2_item_tt{
    font-size: 20px;
  }
  .buyAndResell_contents2_item_img{
    padding: 20px 16px 35px;
  }

  /*メリット*/
  .buyAndResell_contents3_wrap{

  }
  .buyAndResell_contents3_wrap .bg_int{

  }
  .buyAndResell_contents3_wrap .content_desc{
    margin-top: -45px;
  }

  .buyAndResell_contents3_items{
    margin-top: 98px;
  }
  .buyAndResell_contents3_item{

  }
  .buyAndResell_contents3_item:nth-child(n+2){
    margin-top: 70px;
  }
  .buyAndResell_contents3_box1{
  }
  .buyAndResell_contents3_box1_img:before{

  }
  .buyAndResell_contents3_box1_txt1{
    font-size: 60px;
  }
  .buyAndResell_contents3_box1_txt2{
    font-size: 60px;
  }
  .buyAndResell_contents3_box2{
    margin-top: 30px;;
  }
  .buyAndResell_contents3_box2 .sec_mid_title{

  }
  .buyAndResell_contents3_wrap .buyAndResell_contents3_box2 .content_desc{
    margin-top: 30px;;
  }

  .buyAndResell_contents3_item:nth-child(odd) .buyAndResell_contents3_box1_txt1{
    left: -16px;
    top: -20px;
  }
  .buyAndResell_contents3_item:nth-child(odd) .buyAndResell_contents3_box1_txt2{
    left: -11px;
    bottom: -16px;
  }
  .buyAndResell_contents3_item:nth-child(even) .buyAndResell_contents3_box1_txt1{
    right: -2px;
    top: -20px;
  }
  .buyAndResell_contents3_item:nth-child(even) .buyAndResell_contents3_box1_txt2{
    right: -4px;
    bottom: -16px;
  }
}
@media (min-width:1024px){
  .pg_buyAndResell{

  }
  .pg_buyAndResell .section.sec1{

  }
  .pg_buyAndResell .section.sec2{

  }
  .pg_buyAndResell .section.sec3{

  }
  .pg_buyAndResell .section.sec4{

  }
  .pg_buyAndResell .section.sec5{

  }

  /*probrem*/
  .buyAndResell_contents1_items{

    margin-top: -50px;
  }
  .buyAndResell_contents1_items:before{
    top: 10.73%;
  }
  .buyAndResell_contents1_item{
    width: 33.333%;
  }
  .buyAndResell_contents1_item:nth-child(n+3){
    margin-top: 0;
  }
  .buyAndResell_contents1_item:nth-child(n+4){
    margin-top: 33px;
  }
  .buyAndResell_contents1_item_inner{
    padding: 45px 24px 40px;
  }
  .buyAndResell_contents1_item_tt{
    font-size: 23px;
  }
  .buyAndResell_contents1_item .content_desc{

  }

  /*ここが違う！ウィステリアリブが高価買取できる理由*/
  .buyAndResell_contents2_wrap{

  }
  .buyAndResell_contents2_wrap .content_desc{
    margin-top: -40px;
  }
  .content_desc.center{
    text-align: center;
  }
  .buyAndResell_contents2_wrap .bg_int{

  }
  .buyAndResell_contents2_items{
    margin-top: 89px;
  }
  .buyAndResell_contents2_item{
    width: 50%;
  }
  .buyAndResell_contents2_item:nth-child(n+2){
    margin-top: 0;
  }
  .buyAndResell_contents2_item_inner{

  }
  .buyAndResell_contents2_item_tt{
    font-size: 22px;
  }
  .buyAndResell_contents2_item_img{

  }

  /*メリット*/
  .buyAndResell_contents3_wrap{

  }
  .buyAndResell_contents3_wrap .bg_int{

  }
  .buyAndResell_contents3_wrap .content_desc{
    margin-top: -55px;
  }

  /*メリット*/
  .buyAndResell_contents3_wrap{

  }
  .buyAndResell_contents3_wrap .bg_int{

  }
  .buyAndResell_contents3_wrap .content_desc{
    margin-top: -45px;
  }

  .buyAndResell_contents3_items{
    margin-top: 98px;
  }
  .buyAndResell_contents3_item{

  }
  .buyAndResell_contents3_item:nth-child(n+2){
    margin-top: 95px;
  }
  .buyAndResell_contents3_item:nth-child(odd) .buyAndResell_contents3_box1{
    order: 1; 
  }
  .buyAndResell_contents3_item:nth-child(odd) .buyAndResell_contents3_box2{
    order: 2; 
  }
  .buyAndResell_contents3_item:nth-child(even) .buyAndResell_contents3_box1{
    order: 2; 
  }
  .buyAndResell_contents3_item:nth-child(even) .buyAndResell_contents3_box2{
    order: 1; 
  }
  .buyAndResell_contents3_box1{
    width: 49.01%;
    padding-top: 14px;
  }
  .buyAndResell_contents3_box1_img:before{

  }
  .buyAndResell_contents3_box1_txt1{
    font-size: 85px;
  }
  .buyAndResell_contents3_box1_txt2{
    font-size: 85px;
  }
  .buyAndResell_contents3_box2{
    width: 44.73%;
    margin-top: 0;
  }
  .buyAndResell_contents3_box2 .sec_mid_title{

  }
  .buyAndResell_contents3_wrap .buyAndResell_contents3_box2 .content_desc{
    margin-top: 42px;
  }

  .buyAndResell_contents3_item:nth-child(odd) .buyAndResell_contents3_box1_txt1{
    left: -37px;
    top: -20px;
  }
  .buyAndResell_contents3_item:nth-child(odd) .buyAndResell_contents3_box1_txt2{
    left: -11px;
    bottom: -16px;
  }
  .buyAndResell_contents3_item:nth-child(even) .buyAndResell_contents3_box1_txt1{
    right: -14px;
    top: -20px;
  }
  .buyAndResell_contents3_item:nth-child(even) .buyAndResell_contents3_box1_txt2{
    right: -4px;
    bottom: -16px;
  }
}
@media (min-width:1200px){
  /*probrem*/
  .buyAndResell_contents1_items{

    margin-top: -50px;
  }

  /*ここが違う！ウィステリアリブが高価買取できる理由*/
  .buyAndResell_contents2_wrap .content_desc{
    margin-top: -50px;
  }

  /*メリット*/
  .buyAndResell_contents3_wrap .content_desc{
    margin-top: -60px;
  }
}
@media (min-width:1366px){

  /*probrem*/
  .buyAndResell_contents1_items{

    margin-top: -30px;
  }

  /*ここが違う！ウィステリアリブが高価買取できる理由*/
  .buyAndResell_contents2_wrap .content_desc{
    margin-top: -60px;
  }

  /*メリット*/
  .buyAndResell_contents3_wrap .content_desc{
    margin-top: -50px;
  }

}
@media (min-width:1450px){
  /*probrem*/
  .buyAndResell_contents1_items{

    margin-top: -80px;
  }

  /*ここが違う！ウィステリアリブが高価買取できる理由*/
  .buyAndResell_contents2_wrap .content_desc{
    margin-top: -60px;
  }

  /*メリット*/
  .buyAndResell_contents3_wrap .content_desc{
    margin-top: -75px;
  }
}

@media (min-width:1700px){
  /*probrem*/
  .buyAndResell_contents1_items{

    margin-top: -100px;
  }

  /*ここが違う！ウィステリアリブが高価買取できる理由*/
  .buyAndResell_contents2_wrap .content_desc{
    margin-top: -80px;
  }

  /*メリット*/
  .buyAndResell_contents3_wrap .content_desc{
    margin-top: -93px;
  }
}
/*******************************
*　物件管理
********************************/

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

}
.pg_managedProperty .section.sec1{
  overflow: hidden;
  position: relative;
  padding-top: 70px;
  padding-bottom: 140px;
}
.pg_managedProperty .section.sec1:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #e9e8ed;
  position: absolute;
  top: -10.86%;
  left: 30.98%;
}
.pg_managedProperty .section.sec2{
  overflow: hidden;
  padding-top: 0;
}
.pg_managedProperty .section.sec3{
  overflow: hidden;
  padding-top: 50px;
}



@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* セクション設定 */
  .pg_managedProperty{

  }
  .pg_managedProperty .section.sec1{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_managedProperty .section.sec2{
    padding-top: 50px;
  }
  .pg_managedProperty .section.sec3{
    padding-top: 110px;
  }

}
@media (min-width:1024px){
  /* セクション設定 */
  .pg_managedProperty{

  }
  .pg_managedProperty .section.sec1{
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .pg_managedProperty .section.sec2{

  }
  .pg_managedProperty .section.sec3{
    padding-top: 172px;
  }

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


}

/* メイン部分 */
.pg_managedProperty .buyAndResell_contents3_items:before{
  display: none;
}
.pg_managedProperty .buyAndResell_contents3_item{
  padding: 50px 0;
  position: relative;
}
.pg_managedProperty .buyAndResell_contents3_item:nth-child(odd):before{
  content: "";
  display:block;
  width: 100vw;
  height: 100%;
  background: #e9e8ed;
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.pg_managedProperty .buyAndResell_contents3_item:nth-child(n+2){
  margin-top: 0;
}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_managedProperty .buyAndResell_contents3_items{
    margin-top: 20px;
  }
  .pg_managedProperty .buyAndResell_contents3_item{
    padding: 73px 0;
  }
  .pg_managedProperty .buyAndResell_contents3_item:nth-child(n+2){
    margin-top: 20px;
  }
}
@media (min-width:1024px){
  .pg_managedProperty .buyAndResell_contents3_items{
    margin-top: 20px;
  }
  .pg_managedProperty .buyAndResell_contents3_item:nth-child(odd):before{
    left: 17.76%;
    margin-left: 0;
    margin-right: 0;
  }

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


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



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


}

@media (min-width:1700px){

}

/*******************************
*　ペット可能
********************************/
/*セクション*/
.pg_pet{

}
.pg_pet .section.sec1{
  overflow: hidden;
  position: relative;
  padding-top: 70px;
}
.pg_pet .section.sec1:before{
  content: "";
  display: block;
  width: 100vw;
  height: 77%;
  background: #e9e8ed;
  position: absolute;
  top: -10.86%;
  left: 30.98%;
}
.pg_pet .section.sec2{
  overflow: hidden;
}
.pg_pet .section.sec3{
  overflow: hidden;
}
.pg_pet .section.sec4{

}
.pg_pet .section.sec5{

}


@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_pet .section.sec1:before{
    height: 100%;
  }
  .pg_pet .section.sec2 .buyAndResell_contents1_wrap .swiper:before{
    display: none;
  }
  .pet_wht_item_inner{
    width: 75%;
    margin: 0 auto; 
  }
}
@media (min-width:768px){
  .pg_pet{

  }
  .pg_pet .section.sec1{
    padding-top: 100px;
  }
  .pg_pet .section.sec1:before{
    content: "";
    display: block;
    width: 100vw;
    height: 90%;
  }
  .pg_pet .section.sec2{

  }
  .pg_pet .section.sec3{

  }
  .pg_pet .section.sec4{

  }
  .pg_pet .section.sec5{

  }


}
@media (min-width:1024px){
  .pg_pet .section.sec1:before{
    content: "";
    display: block;
    width: 100vw;
    height: 77%;
  }

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

  }
  .pg_pet .section.sec1{
    padding-top: 140px;
  }
  .pg_pet .section.sec2{

  }
  .pg_pet .section.sec3{

  }
  .pg_pet .section.sec4{

  }
  .pg_pet .section.sec5{

  }


}

/*メイン*/

/*見出し*/
.pet_hdr_box1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.pet_hdr_box1_item{
  width: 49.01%;

}
.pet_hdr_box1_item:first-child{
  margin-top: 30px;
}
.pet_hdr_box1_item_img:before{
  padding-top: 51.00%;
}

/*なぜ、「ペット可能物件」は少ないの？​​​​​​​*/
.pet_wht_wrap{
  margin-top: 40px;
}
.bg_pr_tt{
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 9px;
}
.pet_wht_items{
  margin-top: 40px;
}
.pet_wht_item{

}
.pet_wht_item_inner{

}
.pet_wht_item_img:before{
  padding-top: 70.99%;
}
.pet_wht_wrap .buyAndResell_contents1_item_tt{
  text-align: left;
  margin-inline:0;
  margin-top: 16px;
}
.pet_wht_wrap .buyAndResell_contents1_item_tt:after{
  margin-left: 0;
}
.pet_wht_item .content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875em;
  margin-top: 9px;
}


/*「ペット可能物件」なら、ウィステリアリブにお任せください*/
.buyAndResell_contents3_wrap.pet .buyAndResell_contents3_items:before{
  display: none;  
}
.buyAndResell_contents3_wrap.pet .buyAndResell_contents3_items:before{
  content: "";
  display: block;
  width: 100vw;
  height: 27.9%;
  background: #e9e8ed;
  position: absolute;
  top: 9.1%;
  right: 17.76%;
  transform: none;
}
.buyAndResell_contents3_wrap.pet .buyAndResell_contents3_items:after{
  content: "";
  display: block;
  width: 100vw;
  height: 27.9%;
  background: #e9e8ed;
  position: absolute;
  bottom: 9.1%;
  left: 17.76%;
  transform: none;
}
.pg_pet .home_prop_content{
  display: block;
}

/*パートナー*/
.pet_partner_wrap .bg_int{
  font-size: 18.33vw;
}
.pet_partner_lists{
  margin-top: 50px;
}
.pet_partner_list{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  background: #e9e8ed;
  padding: 30px 16px 30px;
}
.pet_partner_list:nth-child(n+2){
  margin-top: 40px;
}
.pet_partner_list_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.pet_partner_list_tt{
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 19px;
}
.pet_partner_list_text{
  font-size: 18px;
  font-weight: 500;
}
.pet_partner_list_box1_add{
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
}
.pet_partner_list_box1_add_item{
  display: flex;
  align-items: center;
}
.pet_partner_list_box1_add1{
  line-height: 1;
  width: 57px;
  min-width: 57px;
  border-right: 1px solid #666567;
}
*:lang(en) .pet_partner_list_box1_add1{
  width: auto;
  padding-right: 10px;
}
.pet_partner_list_box1_add2{
  padding-left: 11px;
}
.pet_partner_list .read_more{

}
.pet_partner_list_box2{
  width: 100%;
  order: 1;
}
.pet_partner_list_box2_img:before{
  padding-top: 65.78%;
}

/*カテゴリ*/
.reform_cate_items{
  display: flex;
  flex-wrap: wrap;
}
.reform_cate_item{
  width: 100%;
}
.reform_cate_item_outer{
  display: block;
  padding: 5px;
  position: relative;
}
.reform_cate_item_outer:before{

  z-index: 1;
}
.reform_cate_item_outer:hover .reform_cate_item_img img{
  transform: scale(1.05);
}
.reform_cate_item_inner{
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
}
.reform_cate_item_inner:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.12);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
  transition: all .2s;
}
.reform_cate_item_outer:hover .reform_cate_item_inner:before{
  background: rgba(0,0,0,0.5);
}
.reform_cate_item_inner:after{
  content: "";
  display: block;
  width: 97.93%;
  height: 93.333%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
  z-index: 2;
}
.reform_cate_item_tt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.reform_cate_item_tt_en{
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Bellefair", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: rgba(255,255,255,0.1);

}
.reform_cate_item_tt_ja{
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.reform_cate_item_img{
  overflow: hidden;
}
.reform_cate_item_img img{
  transition: all .2s;
}
.reform_cate_item_img:before{
  padding-top: 150px;
}


@media (max-width:374px){

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

}
@media (max-width:767px){
  /*「ペット可能物件」なら、ウィステリアリブにお任せください*/
  .buyAndResell_contents3_wrap.pet .buyAndResell_contents3_items:before{
    height: 34.9%;
    top: 4.1%;
  }
  .buyAndResell_contents3_wrap.pet .buyAndResell_contents3_items:after{
    height: 34.9%;
    bottom: 10.1%;
    left: 17.76%;
  }

  .pet_property_wrap .home_prop_content{
    margin-top: 40px;
  }
}
@media (min-width:768px){

  /*見出し*/
  .pet_hdr_box1{
    margin-top: 60px;
  }
  .pet_hdr_box1_item{

  }
  .pet_hdr_box1_item_img:before{

  }

  /*なぜ、「ペット可能物件」は少ないの？​​​​​​​*/
  .pet_wht_wrap{
    margin-top: 50px;
  }
  .bg_pr_tt{
    font-size: 22px;
  }
  .pet_wht_items{
    display: flex;
    flex-wrap: wrap;
    margin-inline:-10px;
    margin-top: 50px;
  }
  .pet_wht_item{
    width: 50%;
    padding-inline:10px;
  }
  .pet_wht_item:nth-child(n+3){
    margin-top: 50px;
  }
  .pet_wht_item_inner{

  }
  .pet_wht_item_img:before{

  }
  .pet_wht_wrap .buyAndResell_contents1_item_tt{
    margin-top: 18px;
  }
  .pet_wht_item .content_desc{

  }



  /*「ペット可能物件」なら、ウィステリアリブにお任せください*/
  .buyAndResell_contents3_wrap.pet .buyAndResell_contents3_items:before{
    height: 34.9%;
    top: 9.1%;
  }
  .buyAndResell_contents3_wrap.pet .buyAndResell_contents3_items:after{
    height: 34.9%;
    bottom: 6.1%;
    left: 17.76%;
  }
  .pet_property_wrap .read_more{
    margin-top: 50px;
  }

  /*パートナー*/
  .pet_partner_wrap .bg_int{

  }
  .pet_partner_lists{
    margin-top: 70px;
  }
  .pet_partner_list{
    padding: 40px 16px 50px;
  }
  .pet_partner_list:nth-child(n+2){
    margin-top: 60px;
  }
  .pet_partner_list_box1{
    margin-top: 30px;
  }
  .pet_partner_list_tt{

  }
  .pet_partner_list_text{
    font-size: 20px;
  }
  .pet_partner_list_box1_add{

  }
  .pet_partner_list_box1_add_item{

  }
  .pet_partner_list_box1_add1{

  }
  .pet_partner_list_box1_add2{

  }
  .pet_partner_list .read_more{
    margin-top: 55px;
  }
  .pet_partner_list_box2{

  }
  .pet_partner_list_box2_img:before{

  }

  /*カテゴリ*/
  .reform_cate_items{
    display: flex;
    flex-wrap: wrap;
    margin-inline:-16px;
  }
  .reform_cate_item{
    width: 50%;
    padding-inline:16px;
  }
  .reform_cate_item_outer{
    padding: 5px;
    position: relative;
  }
  .reform_cate_item_outer:before{

  }
  .reform_cate_item_inner{
    border: 1px solid #fff;
  }
  .reform_cate_item_tt{

  }
  .reform_cate_item_tt_en{
    font-size: 42px;
  }
  .reform_cate_item_tt_ja{
    font-size: 25px;
  }

  .pg_pet .section.sec2 .content_desc.no-space{
    margin-top: -50px;
  }

  .buyAndResell_contents3_items .read_more.left{
    justify-content: center;
  }
}
@media (min-width:1024px){

  /*見出し*/
  .pet_hdr_box1{
    margin-top: 70px;
  }
  .pet_hdr_box1_item{

  }
  .pet_hdr_box1_item:first-child{
    margin-top: 50px;
  }
  .pet_hdr_box1_item_img:before{

  }

  /*なぜ、「ペット可能物件」は少ないの？​​​​​​​*/
  .pet_wht_wrap{
    margin-top: 67px;
  }
  .bg_pr_tt{
    font-size: 25px;
  }
  .pet_wht_items{

  }
  .pet_wht_item{
    width: 33.33%;
  }
  .pet_wht_item:nth-child(n+3){
    margin-top: 0;
  }
  .pet_wht_item:nth-child(n+4){
    margin-top: 71px;
  }
  .pet_wht_item_inner{

  }
  .pet_wht_item_img:before{

  }
  .pet_wht_wrap .buyAndResell_contents1_item_tt{

  }
  .pet_wht_item .content_desc{

  }


  /*「ペット可能物件」なら、ウィステリアリブにお任せください*/
  .pg_pet .section.sec3 .buyAndResell_contents3_items{
    margin-top: 85px;
  }
  .buyAndResell_contents3_wrap.pet .buyAndResell_contents3_items:before{
    height: 27.9%;
    top: 9.1%;
  }
  .buyAndResell_contents3_wrap.pet .buyAndResell_contents3_items:after{
    height: 27.9%;
    bottom: 9.1%;
    left: 17.76%;
  }
  .pet_property_wrap .home_prop_content{
    margin-top: 16px;
  }

  /*パートナー*/
  .pet_partner_wrap .bg_int{

  }
  .pet_partner_lists{
    margin-top: 65px;
  }
  .pet_partner_list{
    padding: 40px 30px 50px;
  }
  .pet_partner_list_box1{
    width: 48.09%;
    order: 1;
    margin-top: 0;
  }
  .pet_partner_list_tt{

  }
  .pet_partner_list_text{
    font-size: 25px;
  }
  .pet_partner_list_box1_add{
    font-size: 18px;
  }
  .pet_partner_list_box1_add_item{

  }
  .pet_partner_list_box1_add1{

  }
  .pet_partner_list_box1_add2{

  }
  .pet_partner_list .read_more{

  }
  .pet_partner_list_box2{
    width: 48.09%;
    order: 2;
    padding-top: 10px;
  }
  .pet_partner_list_box2_img:before{

  }

  /*カテゴリ*/
  .reform_cate_items{
    display: flex;
    flex-wrap: wrap;
    margin-inline:-16px;
  }
  .reform_cate_item{
    width: 33.333%;
    padding-inline:16px;
  }
  .reform_cate_item_outer{
    padding: 5px;
    position: relative;
  }
  .reform_cate_item_outer:before{

  }
  .reform_cate_item_inner{
    border: 1px solid #fff;
  }
  .reform_cate_item_tt{

  }
  .reform_cate_item_tt_en{
    font-size: 40px;
  }
  .reform_cate_item_tt_ja{

  }

  .pg_pet .section.sec2 .content_desc.no-space{
    margin-top: -80px;
  }

  .buyAndResell_contents3_items .read_more.left{
    justify-content: flex-start;
  }
}
@media (min-width:1200px){

  /*パートナー*/
  .pet_partner_wrap .bg_int{

  }
  .pet_partner_lists{

  }
  .pet_partner_list{
    padding: 40px 65px 50px;
  }
  .pet_partner_list_box1{
    width: 35.71%;
  }
  .pet_partner_list_tt{

  }
  .pet_partner_list_text{
    font-size: 25px;
  }
  .pet_partner_list_box1_add{

  }
  .pet_partner_list_box1_add_item{

  }
  .pet_partner_list_box1_add1{

  }
  .pet_partner_list_box1_add2{

  }
  .pet_partner_list .read_more{

  }
  .pet_partner_list_box2{
    width: 38.77%;
  }
  .pet_partner_list_box2_img:before{

  }

  .pg_pet .section.sec2 .content_desc.no-space{
    margin-top: -80px;
  }
}
@media (min-width:1366px){
  .pg_pet .section.sec2 .content_desc.no-space{
    margin-top: -120px;
  }

.reform_cate_item_tt_en{
    font-size: 60px;
  }
}
@media (min-width:1450px){
  .pg_pet .section.sec2 .content_desc.no-space{
    margin-top: -120px;
  }

}

@media (min-width:1700px){

}

/*******************************
*　リフォーム
********************************/

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

}
.pg_reform .section.sec1{

}
.pg_reform .section.sec2{
  padding-top: 0;
}
.pg_reform .section.sec3{

}
.pg_reform .section.sec4{

}
.pg_reform .section.sec5{

}
.pg_reform .section.sec6{

}

.sankaku{
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 0px 12px 12px;
  position: absolute;
  bottom: 9%;
  right: 3%;
  z-index: 2;
}
@media (max-width:374px){

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

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

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

  }
  .pg_reform .section.sec1{

  }
  .pg_reform .section.sec2{
    padding-top: 80px;
  }
  .pg_reform .section.sec3{

  }
  .pg_reform .section.sec4{

  }
  .pg_reform .section.sec5{

  }
  .pg_reform .section.sec6{

  }

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

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

  }
  .pg_reform .section.sec1{
    padding-bottom: 160px;
  }
  .pg_reform .section.sec2{

  }
  .pg_reform .section.sec3{

  }
  .pg_reform .section.sec4{

  }
  .pg_reform .section.sec5{

  }
  .pg_reform .section.sec6{

  }

}

.bg_int.renov{
  font-size: 12.29vw;
}

/* メイン部分 */
.page_reform_item:nth-child(n+2){
  margin-top: 100px;
}
.page_reform_item:last-child{
  padding-bottom: 50px;
}
.page_reform_item .home_service_box1_img{

}
.page_reform_item .home_service_box1_img:before{
  padding-top: 56.08%;
}

/*メリット*/
.reform_merit_wrap{
  margin-top: 50px;
}
.reform_merit_wrap .pet_wht_items{
  position: relative;
}
.reform_merit_wrap .pet_wht_items:before{
  content: "";
  display: block;
  width: 100vw;
  height: 82.08%;
  background: #e9e8ed;
  position: absolute;
  top: 28.05%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.reform_merit_wrap .pet_wht_item{
  position: relative;
  z-index: 1;
}
.reform_merit_num{
  font-size: 30px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0;
  line-height: 1;
  color: var(--main-color);
  text-shadow: 1px 1px 3px #ffffff, -1px 1px 3px #ffffff, 1px -1px 3px #ffffff, -1px -1px 3px #ffffff, 1px 0px 3px #ffffff, 0px 1px 3px #ffffff, -1px 0px 3px #ffffff, 0px -1px 3px #ffffff;
  position: absolute;
  left: 0;
  bottom: -36px;
  z-index: 1;
}
.reform_merit_wrap .pet_wht_item_img:before{
  padding-top: 77.07%;
}
.reform_merit_wrap .buyAndResell_contents1_item_tt{
  text-align: left;
  margin-inline:0;
  margin-top: 30px;
}
.reform_merit_wrap .buyAndResell_contents1_item_tt:after{
  margin-left: 0;
  margin: 15px 0 0;
}
.reform_merit_wrap .content_desc{
  margin-top: 10px;
}

/*メニュー*/
.page_reform_menu_wrap{
  margin-top: 36px;
}
.page_reform_menu_cate{
  display: flex;
  flex-wrap: wrap;
}
.page_reform_menu_cate_item{
  width: 100%;
}
.page_reform_menu_cate_item:nth-child(n+2){
  margin-top:16px;;
}
.page_reform_menu_cate_item_inner{
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid var(--main-color);
  background:#fff;
  /* border-radius: 27px; */
  color: var(--main-color);
  padding: 20px 20px;
  margin:0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.page_reform_menu_cate_item_inner:hover{
  background: var(--main-color);
  color: #fff;
}
.page_reform_menu_cate_item_inner:hover:before{
  border: 1px solid #fff;
}
.page_reform_menu_cate_item_inner:hover:after{
  border-color: transparent transparent #fff transparent;
}
.page_reform_menu_cate_item_inner:before{
  content: "";
  display: block;
  width: 97.36%;
  height: 83.33%;
  border: 1px solid var(--main-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
.page_reform_menu_cate_item_inner:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent var(--main-color) transparent;
  border-width: 0px 0px 12px 12px;
  position: absolute;
  bottom: 9%;
  right: 1.31%;
}

/*リフォームメニュー*/
.page_reform_menu_items{
  margin-top: 40px;
}
.page_reform_menu_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_reform_menu_item:nth-child(n+2){
  margin-top: 50px;
}
.page_reform_menu_item_box1{
  width: 100%; 
}
.page_reform_menu_item_box1_img:before{
  padding-top: 56.37%;
}
.page_reform_menu_item_box2{
  width: 100%; 
  margin-top: 20px;;
}
.page_reform_menu_item_box_title{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  color: var(--main-color);
}
.page_reform_menu_item_box_title:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dbdbdf;
  position: absolute;
  top: 30%;
  left:0;
  transform: translateY(-50%);
}
.page_reform_menu_item_box_en{
  font-size: 32px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 1;
  background: #fff;
  padding-right: 10px;
}
.page_reform_menu_item_box_ja{
  font-size: 16px;
  position: relative;
  z-index: 1;
  background: #fff;
  padding-left: 10px;
}
.page_reform_menu_item .sec_mid_title{
  margin-top: 20px;
}
.page_reform_menu_item .content_desc{
  margin-top: 20px;
}

/*エクイステリア*/
.pet_wht_items.exterire:before{
  top: 14.49%;
  height: 90.69%;
}
@media (max-width:767px){
  .pg_buyAndResell .section.sec1:before{
    top: -6.86%;
  }
  /* メイン部分 */

  .page_reform_item .home_service_box2{
    margin-top: 30px;
  }

  .reform_merit_wrap .pet_wht_items:before{
    display: none;
  }
  .reform_merit_wrap .swiper{
    overflow: visible;
  }
  .reform_merit_wrap .swiper:before{
    content: "";
    display: block;
    width: 100vw;
    height: 82.08%;
    background: #e9e8ed;
    position: absolute;
    top: 28.05%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .reform_merit_num{
    font-size: 46px;
    bottom: -24px;
  }

  /*メニュー*/
  .reform_cate_item_img:before{
    padding-top: 100px; 
  }
  .page_reform_menu_item_box_title{
    flex-direction: column;
  }
  .page_reform_menu_item_box_en{
    padding-right: 20px;;
    position: relative;
  }
  .page_reform_menu_item_box_title:after{
    top: 20%;
  }
  .page_reform_menu_item_box_ja{
    padding-left: 0;
    margin-top: 16px;
  }
}
@media (min-width:768px){


  /*メリット*/
  .reform_merit_wrap{
    margin-top: 75px;
  }
  .page_reform_item:nth-child(n+2){
    margin-top: 250px;
  }
  .page_reform_item:last-child{
    padding-bottom: 95px;
    margin-top: 120px;
  }
  .page_reform_item .pet_wht_items{
    margin-top: -40px;
  }
  .reform_merit_wrap .buyAndResell_contents1_item_tt{
    margin-top: 30px;
  }
  .reform_merit_num{
    font-size: 58px;
    bottom: -30px;
  }

  /*メニュー*/
  .page_reform_menu_wrap{
    margin-top: 48px;
  }
  .page_reform_menu_cate{
    margin-inline:-10.5px;
  }
  .page_reform_menu_cate_item{
    width: 50%;
    padding-inline:10.5px;
  }
  .page_reform_menu_cate_item:nth-child(n+2){
    margin-top:0;
  }
  .page_reform_menu_cate_item:nth-child(n+3){
    margin-top: 20px;
  }
  .page_reform_menu_cate_item_inner{

  }
  .page_reform_menu_cate_item_inner:before{

  }
  .page_reform_menu_cate_item_inner:after{

  }

  /*リフォームメニュー*/
  .page_reform_menu_items{
    margin-top: 70px;
  }
  .page_reform_menu_item{

  }
  .page_reform_menu_item_box1{

  }
  .page_reform_menu_item_box1_img:before{

  }
  .page_reform_menu_item_box2{
    margin-top: 30px;;
  }
  .page_reform_menu_item_box_title{

  }
  .page_reform_menu_item_box_en{
    font-size: 40px;
  }
  .page_reform_menu_item_box_ja{
    font-size: 20px;
  }
  .page_reform_menu_item .sec_mid_title{
    margin-top: 25px;
  }
  .page_reform_menu_item .content_desc{
    margin-top: 30px;
  }

  .sankaku{
    bottom: 7%;
    right: 3%;
    z-index: 2;
  }
}
@media (min-width:1024px){
  .page_reform_item:nth-child(n+2){
    margin-top: 250px;
  }
  .page_reform_item:last-child{
    padding-bottom: 95px;
    margin-top: 120px;
  }
  .page_reform_item .home_service_item{
    margin-top: 42px;
  }
  .page_reform_item:nth-child(odd) .home_service_box1{
    order: 1!important;
  }
  .page_reform_item:nth-child(odd) .home_service_box1_img{
    margin-right: auto;
    margin-left:var(--margin-for-device-side);
  }
  .page_reform_item:nth-child(odd) .home_service_box2{
    order: 2!important;
  }
  .page_reform_item:nth-child(even) .home_service_box1{
    order: 2!important;
  }
  .page_reform_item:nth-child(even) .home_service_box2{
    order: 1!important;
  }
  .page_reform_item:nth-child(even) .home_service_box1_img{
    margin-right: var(--margin-for-device-side);
    margin-left:auto;
  }

  /*メリット*/
  .reform_merit_wrap{
    margin-top: 75px;
  }
  .page_reform_item .pet_wht_items{
    margin-top: -60px;
  }
  .reform_merit_num{
    font-size: 60px;
    bottom: -36px;
  }
  .reform_merit_wrap .buyAndResell_contents1_item_tt{
    margin-top: 52px;
  }

  /*メニュー*/
  .page_reform_menu_wrap{

  }
  .page_reform_menu_cate{

  }
  .page_reform_menu_cate_item{
    width: 33.333%;
  }
  .page_reform_menu_cate_item:nth-child(n+3){
    margin-top: 0;
  }
  .page_reform_menu_cate_item:nth-child(n+4){
    margin-top: 20px;
  }
  .page_reform_menu_cate_item_inner{

  }
  .page_reform_menu_cate_item_inner:before{

  }
  .page_reform_menu_cate_item_inner:after{

  }

  /*リフォームメニュー*/
  .page_reform_menu_items{
    margin-top: 97px;
  }
  .page_reform_menu_item{

  }
  .page_reform_menu_item:nth-child(n+2){
    margin-top: 100px;
  }
  .page_reform_menu_item:nth-child(odd) .page_reform_menu_item_box1{
    order: 1;
  }
  .page_reform_menu_item:nth-child(odd) .page_reform_menu_item_box2{
    order: 2;
  }
  .page_reform_menu_item:nth-child(even) .page_reform_menu_item_box1{
    order: 2;
  }
  .page_reform_menu_item:nth-child(even) .page_reform_menu_item_box2{
    order: 1;
  }
  .page_reform_menu_item_box1{
    width: 49.01%;
  }
  .page_reform_menu_item_box1_img:before{

  }
  .page_reform_menu_item_box2{
    width: 44.73%;
    margin-top: 0;
  }
  .page_reform_menu_item_box_title{

  }
  .page_reform_menu_item_box_en{
    font-size: 28px;
    padding-right: 20px;
  }
  .page_reform_menu_item_box_ja{
    font-size: 15px;
    margin-right: -16px;
  }
  .page_reform_menu_item .sec_mid_title{

  }
  .page_reform_menu_item .content_desc{
    margin-top: 40px;
  }
  .sankaku{
    bottom: 7%;
    right: 3.2%;
    z-index: 2;
  }
}
@media (min-width:1200px){
  /*メリット*/
  .page_reform_item .pet_wht_items{
    margin-top: -60px;
  }
  .reform_merit_num{
    font-size: 70px;
  }

  /*メニュー*/
  .page_reform_menu_wrap{

  }
  .page_reform_menu_cate{

  }
  .page_reform_menu_cate_item{
    width: 25%;
  }
  .page_reform_menu_cate_item:nth-child(n+4){
    margin-top: 0;
  }
  .page_reform_menu_cate_item:nth-child(n+5){
    margin-top: 24px;
  }
  .page_reform_menu_item_box_en{
    font-size: 32px;
  }
  .page_reform_menu_item_box_ja{
    font-size: 16px;
  }

  .sankaku{
    bottom: 7%;
    right: 3%;
    z-index: 2;
  }
}
@media (min-width:1366px){


  /*メリット*/
  .reform_merit_num{
    font-size: 80px;
  }
  .page_reform_item .pet_wht_items{
    margin-top: -80px;
  }
}
@media (min-width:1450px){

  /*メリット*/
  .page_reform_item .pet_wht_items{
    margin-top: -100px;
  }

  /*メニュー*/
  .page_reform_menu_item_box_en{
    font-size: 42px;
  }
  .page_reform_menu_item_box_ja{
    font-size: 20px;
  }

  .sankaku{
    right: 2.5%;
  }
}

@media (min-width:1700px){
  /*メリット*/
  .page_reform_item .pet_wht_items{
    margin-top: -100px;
  }

  /*メニュー*/
  .page_reform_menu_item .sec_mid_title{
    margin-right: -45px;
  }
  .page_reform_menu_item_box_en{
    font-size: 50px;
  }
}


/*******************************
*　美容商品
********************************/

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

}
.pg_beautyProducts .section.sec1{
  padding-top: 60px;
}
.pg_xxx .section.sec2{

}


@media (max-width:374px){

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

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

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

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

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

  }

}
@media (min-width:1024px){
  /* セクション設定 */
  .pg_beautyProducts{

  }
  .pg_beautyProducts .section.sec1{
    padding-top: 150px;
  }
  .pg_xxx .section.sec2{

  }

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


}

/* メイン部分 */
.products_list{

}
.products_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
}
.products_list .webgene-item{
  width: 100%;
  padding-inline:5px;
}
.products_list .webgene-item:nth-child(n+2){
  margin-top: 20px;;
}
.products_list .webgene-item .img{
  overflow: hidden;
}
.products_list .webgene-item .img:before{
  padding-top: 80%;
}
.products_list .webgene-item .title{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 15px;
}
.products_list .webgene-item .read_more{
  margin-top: 26px;
}
.products_list .webgene-item .read_more .a{
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-align: center;
  border: 1px solid var(--main-color);
  background: #fff;
  /* border-radius: 27px; */
  color: var(--main-color);
  padding: 15px 20px;
  margin: 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.products_list .webgene-item .read_more .a:before{
  content: "";
  display: block;
  width: 97.36%;
  height: 83.33%;
  border: 1px solid var(--main-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
.products_list .webgene-item .read_more .a:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent var(--main-color) transparent;
  border-width: 0px 0px 12px 12px;
  position: absolute;
  bottom: 9%;
  right: 1.31%;
}
.products_list .webgene-item .read_more .a:hover{
  background: #fff;
  color: var(--main-color);
}
.products_list .webgene-item .read_more .a:hover:before{
  border: 1px solid var(--main-color);
}
.products_list .webgene-item .read_more .a:hover:after{
  border-color: transparent transparent var(--main-color) transparent;
}
.products_list .webgene-item a:hover .read_more .a{
  background: var(--main-color);
  color:#fff
}
.products_list .webgene-item a:hover .read_more .a:before{
  border: 1px solid #fff;
}
.products_list .webgene-item a:hover .read_more .a:after{
  border-color: transparent transparent #fff transparent;
}

.style_popup_box2 .read_more{
  margin-top: 12px;
}
.style_popup_box2 .read_more a{
  font-size: 14px;
  padding: 16px 20px;
}

.lity-container{
  position: relative;
}
.lity-close{
  font-size: 46px;
  color: #000;
  position: absolute;
  right: 10px;
  top: 10px;
}
.lity-close:hover{
  font-size: 46px;
  color: #000;
  right: 10px;
  top: 10px;
}
@media (max-width:767px){
  .lity-close{
    right: 0;
    top: 0;
  }
}
@media (min-width:768px){
  /* メイン部分 */
  .products_list{

  }
  .products_list .webgene-blog{

  }
  .products_list .webgene-item{
    width: 50%;
  }
  .products_list .webgene-item:nth-child(n+2){
    margin-top: 0;;
  }
  .products_list .webgene-item:nth-child(n+3){
    margin-top: 50px;;
  }
  .products_list .webgene-item .img:before{

  }
  .products_list .webgene-item .title{

  }
  .products_list .webgene-item .read_more .a{

  }
  .products_list .webgene-item .read_more .a:before{

  }
  .products_list .webgene-item .read_more .a:after{

  }
}
@media (min-width:1024px){
  /* メイン部分 */
  .products_list{

  }
  .products_list .webgene-blog{
    margin-inline:-15px;
  }
  .products_list .webgene-item{
    width: 33.333%;
    padding-inline:15px;
  }
  .products_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .products_list .webgene-item:nth-child(n+4){
    margin-top: 75px;;
  }
  .products_list .webgene-item .img:before{

  }
  .products_list .webgene-item .title{

  }
  .products_list .webgene-item .read_more .a{

  }
  .products_list .webgene-item .read_more .a:before{

  }
  .products_list .webgene-item .read_more .a:after{

  }

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


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



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


}

@media (min-width:1700px){

}

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

}
.pg_company .section.sec1{
  padding-top: 60px;
}
.pg_company .section.sec2{

}
.pg_company .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
/*テーブル*/
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #4e416d;
  padding: 19.5px 10px 19.5px 15px;
}
.company_tbl .table_rows_th{
  background: #e9e8ed;
}
.company_tbl .table_rows_td{
  background: #fff;
}

/*地図*/
.gmap{
  margin-top: 40px;
}
.access_map iframe{
  width: 100%;
  height: 250px;
  border: none;
}
@media (max-width:374px){

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

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

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .company_tbl .table_rows_th{

  }
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #4e416d;
  }

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

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

  }
  .pg_company .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_th{
    width: 200px;
    border-right: 0;
  }
  .company_tbl .table_rows_td{
    border-left: 0;
    padding-left: 18px;
  }

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

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

  }
  .pg_company .section.sec1{
    padding-top: 150px;
  }
  .pg_company .section.sec2{
    padding-top: 95px;
  }
  .pg_company .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_th{
    width: 284px;
  }
  .company_tbl .table_rows_td{

  }

  /*地図*/
  .gmap{

  }
  .access_map iframe{

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


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



}
@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:1366px){



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


}

@media (min-width:1700px){

}



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

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

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

}

.home_news_box.news_list{
  margin-top: 0;
}
.home_news_box.news_list a{
  height: 100%;
}
.home_news_box.news_list .webgene-item:nth-child(n+3){
  display: block;
}

.home_news_box.news_list .box2{
  margin-top: 17px;
}
.home_news_box.news_list .category{
  width: auto;
  min-width: 110px;
}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #7561a3;
  color: #FFF;
  padding: 13px 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: 12px;
}
.posts_cat_item a{
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #e9e8ed;
}

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

.news_detail{
  background: #e9e8ed;
  padding: 36px 16px;
}
.news_detail .meta{
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.news_detail .date{
  font-size: 16px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0.075em;
}
.news_detail .category{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  min-width: 110px;
  background: var(--main-color);
  color: #fff;
  padding: 3px;
  margin-left: 21px;
  text-align: center;
}
.news_detail .title{
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #4e416d;
  padding-bottom: 14px;
}
.news_detail .post_content{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.125em;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 26px;
}
.posts_layout_box1 .read_more{

}

/* 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{
margin-top: 50px;
}
.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;
  }
  .home_news_box.news_list .webgene-item:nth-child(n+3){
    margin-top: 20px; 
  }
}
@media (min-width:768px){

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

  .posts_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: 97px;
  }
  .home_news_box.news_list a{
    height: 100%;
  }


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

  .news_detail{
    padding: 84px 31px;
  }
  .news_detail .meta{

  }
  .news_detail .date{

  }
  .news_detail .category{

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

  }
  .posts_layout_box1 .read_more{
    margin-top: 74px;
  }
}
@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{

  }

  .home_news_box.news_list .webgene-item:nth-child(n+4){
    margin-top: 87px;
  }
  .home_news_box.news_list .date{
    margin-top: 10px;
  }

  .news_detail{

  }
  .news_detail .meta{

  }
  .news_detail .date{

  }
  .news_detail .category{

  }
  .news_detail .title{

  }
  .news_detail .post_content{

  }
  .posts_layout_box1 .read_more{

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

  .pg_news{
    padding-top: 150px;
  }
  .home_news_box.news_list .date{
    margin-top: 0;
  }

}



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

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

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

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 94.52%;
}
.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: 76.47%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: block;
  border-bottom: 1px solid #121f39;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
.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_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

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

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


}

/*******************************
*　物件一覧
********************************/

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

}
.pg_property .section.sec1{
  padding-top: 60px;
}
.pg_property .section.sec2{

}

.search-area-fields{
  display: flex;
  flex-wrap: wrap;
}
.search-area-fields-item{
  width: 100%;
}
.search-area-fields-item dt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.search-area-fields-item select{
  width: 100%;
  border: 1px solid #4e416d;
  padding: 9px;
  margin-top: 5px;
}
.search_form_item_inputs{

}
.search-area-check-items{

}
.search-area-check-items .search-area-fields-item{
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  border-bottom: 1px solid #cccbd1;
  padding-bottom: 16px;
  margin-bottom: 15px;
}
.search-area-check-items .search-area-fields-item dt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.search-area-check-items .search-area-fields-item select{
  width: 225px;
  border: 1px solid #aaa9ac;
  padding: 7px;
}
.search-area-check-items .search-area-fields-item #price_select1{
  margin-bottom: 11px;
}
.search-area-check-items .search-area-fields-item dd{

}
.search-area-check-items .search_form_item_inputs{

}
.search-area-check-items .search_form_item_inputs label{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-right: 30px;
}
.search-area-check-items input[type=checkbox]{
  margin-right: 10px;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_property .section.sec2{
    padding-top:0;
  }
  
  .search-area-check-items .search-area-fields-item dt{
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (min-width:768px){
  /* セクション設定 */
  .pg_property{

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

  }

  .search-area-fields{
    /*  margin-inline:-6.5px;*/
  }
  .search-area-fields-item{
    width: 100%;
    /*  padding-inline:6.5px;*/
  }
  .search-area-fields-item select{

  }
  .search_form_item_inputs{

  }

  .search-area-check-items{

  }
  .search-area-check-items .search-area-fields-item{
    flex-wrap: nowrap;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
  .search-area-check-items .search-area-fields-item dt{
    min-width: 200px;
  }
  .search-area-check-items .search-area-fields-item dd{

  }
  .search-area-check-items .search_form_item_inputs{

  }
  .search-area-check-items .search_form_item_inputs label{
    margin-right: 36px;
  }
}
@media (min-width:1024px){
  /* セクション設定 */
  .pg_property{

  }
  .pg_property .section.sec1{
    padding-top: 140px;
  }
  .pg_property .section.sec2{

  }

  .search-area-fields{
    margin-inline:-6.5px;
  }
  .search-area-fields-item{
    width: 33.333%;
    padding-inline:6.5px;
  }
  .search-area-fields-item select{

  }
  .search_form_item_inputs{

  }

  .search-area-check-items{

  }
  .search-area-check-items .search-area-fields-item{

  }
  .search-area-check-items .search-area-fields-item dt{
    min-width: 220px;
    font-size: 18px;
  }
  .search-area-check-items .search-area-fields-item dd{

  }
  .search-area-check-items .search_form_item_inputs{

  }
  .search-area-check-items .search_form_item_inputs label{
    font-size: 18px;
    margin-right: 57px;
  }
}
@media (min-width:1200px){


}

/* メイン部分 */
/*検索*/
.prop_search_content_hdr{
  margin-bottom: 50px;
}
.prop_search_content{
  display: none;

}
.prop_search_content.active{
  display: block;
}
.prop_search_content .webgene-search-form{
  background: #e9e8ed;
  padding: 30px 16px 40px;;
}
.prop_search_content .webgene-search-form-block{
  background: #e9e8ed;

  border: 0;
  padding: 0;
  margin-bottom: 30px;
}
.prop_search_content .search-area-title{
  text-align: center;
  background: #4e416d;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 16px;
  margin-bottom: 30px;
}
.prop_search_content .search-submit{
  display: block;
  max-width:600px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #fff;
  background: var(--main-color);
  /* border-radius: 27px; */
  color: #FFF;
  padding: 20px 20px;
  margin: 36px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.prop_search_content .search-submit:before{
  content: "";
  display: block;
  width: 97.36%;
  height: 83.33%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
.prop_search_content .search-submit:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 0px 12px 12px;
  position: absolute;
  bottom: 9%;
  right: 1.5%;
}
.prop_search_content .search-submit:hover{
  color: var(--main-color);
  background: #fff;
  border: 1px solid var(--main-color);
}
.prop_search_content .search-submit:hover:before{
  border: 1px solid var(--main-color);
}
.prop_search_content .search-submit:hover:after{
  border-color: transparent transparent var(--main-color) transparent;
}

/*リスト*/
.pg_property .home_prop_content,
.pg_property .home_prop_content.active{
  display: block;
}
.pg_property .home_prop_content .webgene-item:nth-child(n+2){
  display: block;
  margin-top: 30px;;
}

/* 詳細 */
.property_tbl{
  width: 100%;
  table-layout: fixed;
  border: 1px solid #FFF;
  margin-top: 30px;
}
.property_tbl + .property_tbl{
  margin-top: 30px;
}
.property_tbl tr{

}
.property_tbl tr+tr{
  border-top: 1px solid #FFF;
}
.property_tbl th,
.property_tbl td{
  border: 0;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  border: 1px solid #4e416d;
}
.property_tbl th{

  background: #e9e8ed;
}
.property_tbl td{

}

.property_addr{
  display: flex;
  flex-wrap: wrap;
}
.property_addr p{
  margin-right: 10px;
}
.property_addr a{
  display: inline-block;
  width: 180px;
  background: #FFF;
  color: #181818;
  text-align: center;
  position: relative;
  z-index: 1;
}
.property_addr a[href=""]{
  display: none;
}
.property_addr a:after{
  content: "→";
  /* font-size: 24px; */
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.property_addr a:hover{
  background: var(--main-color);
  color: #FFF;
}
.property_addr a:hover:after{
  margin-right: -5px;
}

/**/
[name="property_name"],
[name="property_price"]{
  border: 0 !important;
  pointer-events: none;
}

.meta_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.meta_box .madori{
  display: inline-block;
  text-align: center;
  border: 1px solid #3a3a3a;
  padding: 0 32px;
  margin-right: 10px;
}
.meta_box .madori:empty{
  display: none;
}
@media (max-width:767px){
  /*詳細*/
  .property_tbl{
    display: block;
  }
  .property_tbl tbody{
    display: block;
  }
  .property_tbl tr{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .property_tbl th,
  .property_tbl td{
    display: block;
    width: 100%;
    /*display: flex;*/
    border-bottom: none;
  }

  .property_tbl th:nth-child(n+3),
  .property_tbl td:nth-child(n+3){
    border-top: none;
  }
  .property_tbl tr+tr{
    border-top: none;
  }
  .property_tbl tr:last-child td{
    border-bottom: 1px solid #4e416d;
  }


}
@media (min-width:768px){
  /*カテゴリ*/
  .pg_property .home_prop_tabs{
    margin-bottom: 60px;
  }


  /*検索*/
  .prop_search_content_hdr{
    margin-bottom: 80px;
  }
  .prop_search_content{
    display: none;

  }
  .prop_search_content .webgene-search-form{
    padding: 78px 49px 60px;
  }
  .prop_search_content .webgene-search-form-block{
    margin-bottom: 65px;
  }
  .prop_search_content .search-area-title{
    font-size: 20px;
    margin-bottom: 36px;
  }
  .prop_search_content .search-submit{
    margin-top: 60px; 
  }

  /*リスト*/
  .pg_property .home_prop_content .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .pg_property .home_prop_content .webgene-item:nth-child(n+3){
    display: block;
    margin-top: 73px;
  }

  /* 詳細 */
  .property_tbl{
    margin-top: 50px;
  }
  .property_tbl + .property_tbl{
    margin-top: 60px;
  }
  .property_tbl tr{

  }
  .property_tbl th,
  .property_tbl td{
    font-size: 16px;
    line-height: 2;
    padding: 13px 15px;
  }
  .property_tbl th{
    width: 200px;
  }
  .property_tbl td + th{
    border-left: 1px solid #FFF;
  }
  .property_tbl td{
    padding-left: 20px;
  }

  .property_tbl td a{
    display: inline-block;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
  }
  /* 詳細 */
  .gallery_detail {
    width: 100%;
    margin-top: 30px;
  }

  .property_tbl{
    margin-top: 115px;
  }
  .pg_property .section.sec2 .bg_int_title{
    margin-bottom: 20px;
  }

}
@media (min-width:1024px){
  /*カテゴリ*/
  .pg_property .home_prop_tabs{
    margin-bottom: 80px;
  }

  /*検索*/
  .prop_search_content_hdr{
    margin-bottom: 100px;
  }
  .prop_search_content{

  }
  .prop_search_content .webgene-search-form{
    padding-bottom: 80px;
  }
  .prop_search_content .search-submit{
    margin-top: 80px; 
  }

  /*リスト*/
  .pg_property .home_prop_content .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .pg_property .home_prop_content .webgene-item:nth-child(n+4){
    margin-top: 73px;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_detail {
    width: 100%;
    margin-top: 30px;
  }
  .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;
  }
  .property_tbl th{
    width: 255px;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-wrapper{
    margin: 0;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .pg_property .gallery_thumb .swiper-slide{
    /*    height: auto!important;*/
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 100%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 42px;
    padding-bottom: 19px;
  }
  .gallery_detail .meta .title{
    font-size: 22px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2.25;
    margin-top: 60px;
    padding: 25px 25px;
  }
  .gallery_detail .read_more{
    margin-top: 72px;
  }
  .gallery_detail .read_more a{
    width: 380px;
  }

  .pg_property2 + .pg_contact{
    margin-top: 30px;
  }



}
@media (min-width:1200px){
  .search-area-fields-item dt{
    font-size: 15px;
  }

}
@media (min-width:1366px){
  .search-area-fields-item dt{
    font-size: 16px;
  }


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


}

@media (min-width:1700px){

}




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

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


.pg_contact .bg_int{
  font-size: 16.6666vw;
}
.contact_form{
  margin-top: 20px;
}
@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;
}

/* フォーム */
.pg_contact .formTbl{  
  font-family: "Noto Serif JP", serif;
  border: 1px solid #4e416d;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #4e416d;
}
.pg_contact .formTh {
  padding: 16px 15px 16px 20px;
  background: #e9e8ed;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.12em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  color: #b80000;
  border: 1px solid #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formTd input[name="prop1"],
.pg_contact .formTd input[name="prop2"],
.pg_contact .formTd input[name="prop3"]{
  max-width: 135px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
  margin-right: 10px;
}
.pg_contact .formTd input[name="day_1"],
.pg_contact .formTd input[name="day_2"]{
  max-width: 150px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
  margin-right: 21px;
}
.pg_contact .formTd select[name="time1"],
.pg_contact .formTd select[name="time2"]{
  width: 110px;
  font-size: 16px;
  padding: 5.5px 10px;
  border: 1px solid #d6d8d8;

}
.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"],
.pg_contact .formTd select[name="arc"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formWrap .text-center{
  padding-top: 44px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
  font-family: "Noto Serif JP", serif;
}
.pg_contact .privacyLabel a{
  color: #443380;
}
.pg_contact .formBtn.formSend {
  display: block;
  width: 380px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #fff;
  background: var(--main-color);
  /* border-radius: 27px; */
  color: #FFF;
  padding: 20px 20px;
  margin: 36px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.pg_contact .formBtn.formSend:before{
  content: "";
  display: block;
  width: 97.36%;
  height: 83.33%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
.pg_contact .formBtn.formSend:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 0px 12px 12px;
  position: absolute;
  bottom: 9%;
  right: 1.5%;
}
.pg_contact .formBtn.formSend:hover{
  color: var(--main-color);
  background: #fff;
  border: 1px solid var(--main-color);
}
.pg_contact .formBtn.formSend:hover:before{
  border: 1px solid var(--main-color);
}
.pg_contact .formBtn.formSend:hover:after{
  border-color: transparent transparent var(--main-color) transparent;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  font-size: 16px;
  font-weight: 400;
  margin-left: 9px;
  letter-spacing: 0.08em;
  line-height: 2;
}
.radioArea .d-inline-block{
  margin-right: 29px;
}
.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;
}




/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 27px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #7561a3;
}
.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: 400;
  letter-spacing: 0.2em;
  margin-bottom: 45px;
}
.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;
  }

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

  .privacy_item_box{
    margin-top: 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;
  }

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


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

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

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

  .pg_contact .formBtn.formSend{
    width: 100%;
  }
  .pg_contact .formTd.a_center .addArea{
    display: flex;
    align-items: center;
  }
  .pg_contact .formTd input[name="day_1"],
  .pg_contact .formTd input[name="day_2"]{
    max-width: 120px;
  }

  .privacy_item_box{
    padding: 30px 10px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width:1024px){
  .thanks_text{
    text-align: 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{

}


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

  }


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


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


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



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


}

@media (min-width:1700px){

}


.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
  opacity: 0 !important;
}