@charset "utf-8";
:root{
  /* Base Font Size 1.0rem = 10px */
  font-size: 10px;

  /* フォントカラー */
  --color-primary: #333;
  --color-wht: #fff;
  --color-grn: #68bd82;
  --color-dark_grn: #549768;
  --color-blu: #5cbebe;
  --color-light_blu: #77d2d2;
  --color-pink: #e63462;

  --ff: "M PLUS 1p", sans-serif;
  --ff_serif: "Noto Serif JP", serif;
  --ff-en: "Inter", sans-serif;
}
/* 320対応（374以下は、ルートベースフォントサイズを9pxに） */
/* @media screen and (max-width: 374px){
    :root{
        font-size: 8px;
    }
} */

*, *::before, *::after {
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}
html,body{overflow-x: hidden;}

body {
  position: relative;
  background: var(--color-wht);
  font-family: "Inter", "M PLUS 1p", "Meiryo", "Yu Gothic", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--color-primary);
}
img{
  width: 100%;
  height: auto;
}
p{
  position: relative;
  text-align: justify;
  font-size: 1.6rem;
}

a,
a:hover,
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover img{opacity: 0.9;}
ul,ol{
  padding-inline-start: 0;
  list-style-position: inside;
}
.wrapper,
.wrap750{
  max-width: 980px;
  width: 90%;
  /* width: 92.1875%; */
  margin-inline: auto;
}
.wrap750{
  max-width: 750px;
}
.sec{
  padding: 100px 0;
}

.item_container,
.item_container_r{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.item_container_r{
  flex-direction: row-reverse;
}
.itembox02{width: 48%;}
.itembox03{width: 32%;}
.itembox04{width: 23%;}

.pc_case{display: block;}
.sp_case{display: none;}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (max-width: 768px) {
  .sec{padding: 60px 0;}
  .wrapper{
    padding: 30px 0;
    /* padding: 20px 10px; */
  }
  p{
    line-height: 1.8;
  }
  .pc_case{display: none;}
  .sp_case{display: block;}
  .itembox02,
  .itembox03,
  .itembox04{
    width: 100%;
  }
}

/* タイトル文字を飛ばす */
.visuall_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.title_img img{
  display: block;
  width: 90%;
  height: auto;
}
@media (max-width: 768px) {
}

/* ==============================
    header
=============================== */
#home_head{
  position: absolute;
  top: 0;
  left: 0;
}
#other_head{
  position: relative;
}
header .wrapper{
  position: relative;
  padding: 0;
}
/* ヘッダー全体 */
.site_header {
  width: 100%;
  padding: 15px 0;
}
/* 上段：ロゴ LEFT / 電話＋メール RIGHT */
.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo img {
  width: auto;
  height: 50px;
}
/* 電話＋メールボタン */
.header_contact {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}
.header_contact .tel{
  text-align: right;
  line-height: 1.2;
}
.header_contact .tel .pc_case a{
  position: relative;
  color:var(--color-grn);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.header_contact .tel .pc_case a::before{
  content: "";
  position: absolute;
  top: 5px;
  left: -28px;
  background: url(../images/icon_tel_grn.svg) no-repeat;
  width: 26px;
  height: 26px;
}
.header_contact .tel p {
  font-size: 1.2rem;
}
a.mail_btn {
  background: var(--color-grn);
  color: var(--color-wht);
  font-size: 2.0rem;
  text-decoration: none;
  padding: 5px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .3s ease, transform .3s ease;
}
a.mail_btn::before{
  content: "";
  background: url(../images/icon_mail_wht.svg) no-repeat center;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
a.mail_btn:hover{
  background: var(--color-pink);
}
@media (max-width: 824px) {
  a.mail_btn {
    font-size: 1.5rem;
    padding: 5px 5px;
  }
}

/* グローバルナビ（PC表示） */
.global_nav ul {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 15px;
}
.global_nav li {
  position: relative;
}
.global_nav a,
.global_nav a:visited{
  font-size: 1.5rem;
  color: var(--color-primary);
  text-decoration: none;
}
.global_nav a:hover{
  color: var(--color-grn);
}
.global_nav > ul > li > a::after{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--color-grn);
  transition: all 0.3s ease;
  transform: translateX(-50%);
  bottom: -5px;
}
.global_nav a:hover::after{
  width: 100%;
}
.global_nav > ul > li:last-child {
  display: none;
}
/* 第二階層非表示 */
.global_nav .submenu li {
  display: block;
}
.global_nav li .submenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-55%);
  background: var(--color-wht);
  list-style: none;
  min-width: 200px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  transition: opacity .2s ease;
}

.global_nav li.has-submenu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -20px;
  width: calc(100% + 40px);
  height: 30px;
}
.global_nav li.has-submenu:hover > .submenu,
.global_nav li.has-submenu:focus-within > .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 第二階層リンク */
.global_nav .submenu li a {
  display: block;
  padding: 10px 20px;
  font-size: 1.4rem;
  white-space: nowrap;
}

.global_nav .submenu li a:hover {
  background: var(--color-grn);
  color: #fff;
}

/* ───── ハンバーガーアイコン ───── */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--color-grn);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
}
.hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-wht);
  margin: 2px 0;
  transition: 0.3s;
}

/* 開いた時の×アイコン */
.hamburger.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 768px) {
  .header_logo{
    width: 60%;
  }
  .header_contact{
    width: 38%;
  }
  .header_logo img{
    display: block;
    width: 100%;
    height: auto;
  }
  .header_contact{
    justify-content: flex-start;
    gap: 7px;
    margin-left: 0;
  }
  .header_contact .sp_case img{
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  /* ハンバーガー表示 */
  .hamburger {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .global_nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    padding: 60px 20px;
    transition: right 0.3s ease;
    z-index: 200;
    background: #e8f4ec;
  }
  .global_nav.open {
    right: 0;
  }

  .global_nav ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
  }
  .global_nav li {
    border-bottom: 1px solid var(--color-grn);
    padding: 15px 10px;
    /* margin-bottom: 20px; */
  }
  .global_nav li:last-child{
    display: block;
    border-bottom: none;
  }
  .global_nav a {
    text-decoration: none;
    font-size: 1.8rem;
    color: #333;
  }
  .global_nav a.navbtn_con{
    position: relative;
    display: block;
    background: var(--color-dark_grn);
    color: var(--color-wht);
    text-align: center;
    font-size: 1.6rem;
    line-height: 40px;
    border-radius: 20px;
    width: 70%;
    margin: 0 auto;
  }

  /* 第二階層は常に表示 */
  .global_nav li .submenu {
    display: block;
    position: static;
    transform: none;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .global_nav .submenu li{
    padding: 10px 5px;
  }
  .global_nav .submenu li a {
    font-size: 1.6rem;
    color: #555;
    padding: 0;
  }
  .global_nav .submenu li a::before {
    content: "・";
    margin-right: 6px;
    color: var(--color-grn);
  }
  .global_nav li.has-submenu > a::after {
    display: none;
  }

  /* オーバーレイ（グレー背景） */
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 100;
  }
  #overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

/* ==============================
    footer
=============================== */
#fot_contact{
  position: relative;
  background: url("../images/bg_house02.jpg") center top / cover no-repeat;
  padding: 50px 0 0;
  z-index: 0;
}
#fot_contact::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(0, 107, 47, .7);
  /* background: rgba(86, 155, 107, 0.65); */
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
#fot_contact .wrapper{
  position: relative;
  z-index: 3;
}
.item_fotcon{
  width: 50%;
}
.item_fotcon:first-child{
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: var(--color-wht);
  padding: 0 40px;
  transform: translateY(50%);
}
.subtit_fotcon{
  color: var(--color-wht);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}

.half_circle_box {
  position: relative;
  background: #e8f4ec;
  width: 100%;
  padding: 40px 20px 30px;
  margin: 150px auto 0;
}
.half_circle_box::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300px;
  background: #e8f4ec;
  border-radius: 50%;
}
.halfcirclebox_innner{
  position: relative;
  margin-top: -120px;
  text-align: center;
}
.tit_fotcon{
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 500;
  padding-left: 60px;
  margin-bottom: 10px;
}
.tit_fotcon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url("../images/icon_fotcon.svg") no-repeat center/contain;
}
.tit_fotcon::after {
  content: "";
  position: absolute;
  left: 60px;
  right: 0;
  bottom: -4px;
  height: 3px;
  background: var(--color-pink);
}
a.fotcon_tel,
a.fotcon_tel:visited{
  position: relative;
  color: var(--color-primary);
  font-size: 4.0rem;
  font-weight: 700;
}
.fotcom_txtc{
  text-align: center;
}

.btn_fotcon {
  background: var(--color-grn);
  display: inline-block;
  max-width: 280px;
  width: 100%;
  color: var(--color-wht);
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  border-radius: 50px;
  padding: 10px 20px 0;
  margin: 10px auto 0;
}
.btn_fotcon span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn_fotcon img {
  width: 30px;
  height: 30px;
}
a.btn_fotcon:visited{
  color: var(--color-wht);
}
.btn_fotcon:hover{
  color: var(--color-wht);
  background: var(--color-dark_grn);
}
.license{
  display: block;
  font-size: 1.3rem;
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  #fot_contact{padding: 40px 0 0;}
  #fot_contact .wrapper{padding: 0;}

  .halfcirclebox_innner{
    margin-top: -120px;
  }
  .item_fotcon{
    width: 100%;
  }
  .item_fotcon:first-child{
    transform:none;
    padding: 0 20px;
  }
  .half_circle_box{
    padding: 40px 15px 30px;
    margin: 180px auto 0;
  }
}

footer{
  position: relative;
  background-image: linear-gradient(180deg, rgba(84, 152, 104, 1), rgba(102, 180, 126, 1));
  padding: 40px 0;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(
    to bottom,
    rgba(40, 90, 60, 0.2),
    rgba(40, 90, 60, 0)
  );
}
.item_fotbox{
  width: 50%;
}
.item_fotbox:last-child{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1em;
}
@media (max-width: 1020px) {
  .item_fotbox:last-child{
    padding-bottom: 0;
  }
}
footer .item_fotbox dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .item_fotbox dl dt{
  width: 25%;
}
footer .item_fotbox dl dd{
  width: 70%;
  color: var(--color-wht);
}
.tit_fot{
  font-size: 1.8rem;
  font-weight: 400;
}
footer .item_fotbox dl dd p{
  font-size: 1.4rem;
}
footer .item_fotbox a,
footer .item_fotbox a:visited{
  color: var(--color-wht);
  text-decoration: none;
}

.fot_links{
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  justify-content: flex-end;
  gap: 2px 20px;
  text-align: right;
}
.fot_links a:link,
.fot_links a:visited{
  position: relative;
  color: var(--color-wht);
  font-size: 1.6rem;
  line-height: 1.8;
  text-decoration: none;
  white-space: nowrap;
}
.fot_links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--color-wht);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.fot_links a:hover::after {
  width: 100%;
}

.break {
  width: 100%;
  display: block;
}
.fot_links p {
  width: 100%;
  text-align: right;
  font-size: 1.4rem;
  margin-top: 10px;
  color: var(--color-wht);
}

/* 追従するCTAボタン */
.fixed_btn {
  position: fixed;
  right: 0;
  top: 20%;
  background-image: linear-gradient(0deg, rgba(84, 152, 104, 1), rgba(102, 180, 126, 1));
  border-radius: 10px 0 0 10px;
  color: var(--color-wht);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 35px 10px 15px;
  z-index: 100;
  transition: opacity 0.5s ease;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
a.fixed_btn:visited{color: var(--color-wht);}
.fixed_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/icon_mail_wht.svg) no-repeat center / contain;
}
.fixed_btn:hover {
  opacity: 0.85;
}
.cta_num{
  writing-mode: horizontal-tb;
  display: inline-block;
  margin: -4px 0;
  font-weight: 600;
}
.fixed_btn.is_hide {
  opacity: 0;
  pointer-events: none;
}

/* お問い合わせページだけ非表示 */
.page-id-52 .fixed_btn {
  display: none;
}

@media (max-width: 768px) {
  footer{padding: 30px 0;}
  footer .wrapper{padding: 0;}
  .item_fotbox{width: 100%;}
  footer .item_fotbox dl dt{width: 32%;}
  footer .item_fotbox dl dd{width: 63%;}
  .fot_links{
    justify-content: center;
    margin-top: 30px;
  }
  .fot_links a:link,
  .fot_links a:visited{
    font-size: 1.4rem;
  }
  .fot_links p{text-align: center;}

  /* 追従するCTAボタン */
  .fixed_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    width: 100%;
    border-radius: 0;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    text-align: center;
    padding: 14px 20px;
    font-size: 1.7rem;
  }
  /* メールアイコン（左側に） */
  .fixed_btn::before {
    position: static;
    transform: none;
    width: 22px;
    height: 22px;
    margin: -5px 10px -5px 0;
  }
  /* 数字はそのままでOK */
  .cta_num {
    writing-mode: horizontal-tb;
    margin: 0 2px;
  }

}


/* ==============================
    fv
=============================== */
#fv {
  width: 100%;
	min-height: calc(100vh - 100px);
/*   height: calc(100vh - 100px); */
  background: url('../images/fv/fv_bg.jpg') center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 120px 20px 20px;
}
.fv_h3{
  width: 100%;
  background: var(--color-grn);
  color: var(--color-wht);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 100px;
  height: 100px;
  margin: 0;
}
.fv_h3 span{
  font-size: 2.8rem;
}

.fv_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  width: 92.1875%;
  background: var(--color-wht);
  border: 6px solid var(--color-grn);
  border-radius: 20px;
  padding: 45px 0 20px;
}
.fv_title{
  text-align: center;
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
}
.fv_title span{
  color: var(--color-pink);
  font-size: 6.5rem;
  font-weight: 700;
}
.fv_btnArea{
  width: 54%;
}
.fv_subtitle{
  text-align: justify;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.fv_btn{
  width: 47%;
}
.fv_btn.btn_sell,
.fv_btn.btn_manage{
  display: block;
  text-align: center;
  color: var(--color-wht);
  font-size: 1.8rem;
  line-height: 50px;
  border-radius: 25px;
}
.fv_btn.btn_sell{background: var(--color-grn);}
.fv_btn.btn_manage{background: var(--color-pink);}

.fv_btn.btn_sell:hover{background: var(--color-dark_grn);}
.fv_btn.btn_manage:hover{background: #b90131;}

.fvicon_house{
  display: block;
  position: absolute;
  top: -13%;
  left: -3%;
  width: 15%;
  height: auto;
}
.fvicon_chara{
  position: absolute;
  bottom: -4%;
  left: -1.5%;
  width: 20%;
  height: auto;
}
.fv_katayama{
  position: absolute;
  bottom: -1.5%;
  right: -10%;
  width: 30%;
  height: auto;
}
.fv_logo{
  display: block;
  width: 90%;
  height: auto;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  #fv{
    background: url('../images/fv/fv_bg_sp.jpg') center bottom/cover no-repeat;
	  min-height: calc(100vh - 200px);
/*     height: calc(100vh - 260px); */
    padding: 0;
    overflow: hidden;
  }
  .fv_inner{
    padding: 30px 0;
  }
  .fv_title{font-size: 3.6rem;}
  .fv_title span{font-size: 4.6rem;}
  .fv_subtitle{
    letter-spacing: 0.08em;
    font-size: 2.0rem;
  }
  .fv_btnArea{width: 90%;}
  .fv_btn{
    position: relative;
    width: 84%;
    margin:0 0 10px;
    z-index: 5;
  }
  .fvicon_house{
    top: -7%;
    left: -3%;
    width: 17%;
  }
  .fv_katayama{width: 40%;}
  .fvicon_chara{
    bottom: -10%;
    left: -5%;
  }
  .fv_h3{
    height: 100%;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 20px 0;
  }
  .fv_h3 span{font-size: 2.8rem;}
	
	.fv_logo{
	width: 72%;
	margin: 10px 0 0;
	}

}

/* ==============================
    共通
=============================== */
.bg_house{
  background: url(../images/home/bg_onayami.jpg) no-repeat top center / cover;
  padding: 50px 0;
}
.bg_house_grn{
  position: relative;
  background: url(../images/home/bg_onayami.jpg) no-repeat top center / cover;
  padding: 50px 0;
}
.bg_house_grn::after{
  content: "";
  position: absolute;
  inset:0;
  background: rgba(0, 107, 47, .6);
  mix-blend-mode: multiply;
  z-index: 0;
}

.bg_corner{
  background: url(../images/bg_house_corner.png) no-repeat left bottom;
  background-size: auto 30%;
}
.bg_corner02{
  background: url(../images/bg_house_corner02.png) no-repeat left bottom;
  background-size: auto 30%;
}
#btn_kaitoriArea.bg_house_grn::after{
  background: rgba(0, 107, 47, .55);
  mix-blend-mode: multiply;
}

.bg_nami_t,
.bg_nami_tb{
  position: relative;
}
.bg_nami_t::before,
.bg_nami_tb::before{
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 20px;
  background: url(../images/bg_nami01.svg) repeat-x;
  background-size: auto 100%;
}
.bg_nami_tb::after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 20px;
  background: url(../images/bg_nami02.svg) repeat-x;
  background-size: auto 100%;
}
.bg_sankaku {
  position: relative;
  width: 100%;
  padding: 40px;
  background: rgba(101, 181, 126, .15) url('../images/bg_sankaku.png') no-repeat center bottom;
  color: var(--color-wht);
  text-align: center;
  padding: 80px 0 100px;
}
.bg_lighgrn{
  background: rgba(101, 181, 126, .15);
}
@media (max-width: 768px) {
  .bg_house{
    padding: 30px 0 0;
  }
  #sellers.bg_corner02{
    background-size: auto 10%;
  }
  #service_sell.bg_corner02{
    background-size: auto 15%;
  }
  .bg_sankaku{
    padding: 10px 0 60px;
  }
  .bg_sankaku .wrapper{
    padding: 30px 0 0;
  }
}

.color_pink{color: var(--color-pink);}
.mb10{margin-bottom: 10px;}
.mb30{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}
.mt10{margin-top: 10px;}
.mt60{margin-top: 60px;}

/* タイトル */
.tit_grn span,
.tit_grd_grn span,
.tit_grd_blu span{
  display: inline-block;
  background: var(--color-grn);
  color: var(--color-wht);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px;
  margin-bottom: 10px;
}
.tit_grn b{
  font-size: 3.6rem;
}
.tit_grd_grn span{
  background-image: linear-gradient(90deg, rgba(101, 181, 126, 1), rgba(86, 155, 107, 1));
}
.tit_grd_blu span{
  background-image: linear-gradient(90deg, rgba(92, 190, 189, 1), rgba(48, 160, 160, 1));
}

.tit_main_c{
  color: var(--color-dark_grn);
  text-align: center;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 50px;
}
.tit_main_c span{
  display: block;
  color: var(--color-primary);
  font-size: 2.0rem;
  font-weight: 500;
}
.subtit_maru,
.subtit_maru_grn,
.subtit_maru_grn_c,
.subtit_maru_blu{
  position: relative;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding-left: 20px;
  margin-bottom: 20px;
}
.subtit_maru_grn,
.subtit_maru_grn_c{
  color: var(--color-grn);
  font-family: var(--ff-en);
}
.subtit_maru_blu{
  color: var(--color-blu);
  font-family: var(--ff-en);
}
.subtit_maru_grn_c{
  text-align: center;
  padding-left: 0;
}

.subtit_maru::before,
.subtit_maru_grn::before,
.subtit_maru_blu::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: var(--color-grn);
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.subtit_maru_blu::before{
  background: var(--color-blu);
}
.subtit_maru_grn_c::before{
  content: "";
  display: inline-block;
  background: var(--color-grn);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.subti_page,
.subti_page_c{
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.subti_page_c{text-align: center;}

.subtit_medium{
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
}
.tit_serif_grn{
  color: var(--color-dark_grn);
  font-family: var(--ff_serif);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
}

.tit_underline{
  color: var(--color-grn);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-grn);
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .tit_grn span,
  .tit_grd_grn span,
  .tit_grd_blu span{
    font-size: 2.4rem;
  }
  .tit_grn span b,
  .subti_page{
    font-size: 2.4rem;
  }
  .subtit_maru,
  .subtit_maru_grn,
  .subtit_maru_grn_c,
  .subtit_maru_blu{
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .tit_serif_grn{
    margin: 10px 0;
  }
}

/* ボタン */
.btn_grn{
  position: relative;
  background: var(--color-grn);
  display: block;
  max-width: 280px;
  width: 80%;
  color: var(--color-wht)!important;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 50px!important;
  border-radius: 50px;
  padding:0 20px;
  margin: 30px auto;
}
.btn_grn::before{
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: transform .3s ease;
}
.btn_grn:hover,
.btn_service:hover .btn_grn{
  background: var(--color-dark_grn);
}

.btn_service:hover .btn_grn::before,
.btn_grn:hover::before{
  transform: translateY(-80%) rotate(45deg) translateX(4px);
}


/* ==============================
    home 最新情報
=============================== */
.newsArea {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  gap: 20px;
  padding-left: 20px;
}

/* NEWS 見出し */
.homenews_title h2 {
  color: var(--color-grn);
  font-family: var(--ff-en);
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0;
}
.homenews_title h2::after {
  content: "｜";
  color: #ccc;
  font-weight: 400;
  opacity: 0.6;
  margin-left: 10px;
}

/* news タイトル回転 */
.news_scroller {
  position: relative;
  height: 80px;
  overflow: hidden;
  margin-right: auto;
}
.news_list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;         /* 件数間のスペース */
  position: relative;
  top: 0;
}
.news_item {
  height: 2em;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.news_item a {
  margin-left: 5px;
  text-decoration: none;
  color: #333;
}
.news_item a:hover {
  text-decoration: underline;
}


/* 日付とタイトル */
.homenews_post {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  width: 100%;
  /* flex: 1; */
}
.homenews_post dt {
  color: #666;
  font-size: 1.6rem;
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
}
.homenews_post dd {
  font-size: 1.8rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

/* 一覧ボタン */
.btn_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 100%;
  background: var(--color-grn);
  color: var(--color-wht);
  padding: 10px 18px;
  border-radius: 0 10px 10px 0;
  font-size: 1.4rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background .3s ease, transform .3s ease;
}
.btn_list::after{
  content: " →";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: var(--color-wht);
  font-size: 1.4rem;
  transition: transform .3s ease;
}
a.btn_list:hover {
  color: var(--color-wht);
  background: var(--color-dark_grn);
}
.btn_list:hover::after{
  transform: translateY(-50%) translateX(4px);
}
a.btn_list:visited{color: var(--color-wht);}

@media (max-width: 768px) {
  .newsArea {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    gap: 10px;
  }
  .homenews_title{display: none;}
  .homenews_post {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
  }
  .btn_list {
    width: 60%;
    height: auto;
    padding: 7px 0;
    border-radius: 30px;
    margin: 0 auto;
  }
}

/* ==============================
    メッセージ
=============================== */
.msg_txt{
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 10px;
}
#home_msg .itembox02{
  position: relative;
}
#home_msg .itembox02 a.link_border,
#home_msg .itembox02 a.link_border:visited{
  color: var(--color-primary);
  text-decoration: underline;
  font-size: 1.3rem;
}
.msg_chara{
  position: absolute;
  bottom: 2%;
  right: -5%;
  width: 47%;
  height: auto;
}

@media (max-width: 768px) {
  .msg_txt{font-size: 1.6rem;}

}

/* ==============================
    こんなお困り
=============================== */
.tit_circle3{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
.tit_circle3 .circle_line{
  display: block;
  width: 50px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tit_circle3 .left_maru{
  background-image: url(../images/home/title_maru_l.svg);
}

.tit_circle3 .right_maru{
  background-image: url(../images/home/title_maru_r.svg);
}
#worry h3{
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.4;
}

.nayami_wrap{
  position: relative;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 520px;
  margin: 0 auto;
}

/* 各箱の基本 */
.nayami_box{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* 左右は伸長、中央（イラスト）は幅固定にする例 */
.nayami_box01,
.nayami_box03{
  position: relative;
  flex: 1 1 0;
  min-width: 180px;
  z-index: 2;
}
.nayami_box01 p,
.nayami_box03 p{
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 5px;
}

.nayami_box02{
  position: relative;
  flex: 0 0 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  margin-left: -50px;
  margin-right: -50px;
  z-index: 1;
}
.nayami_box02 img{
  display: block;
  width: 100%;
  height: auto;
}

.nayami_item{
  border: 5px solid var(--color-grn);
  background: #fff;
  border-radius: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px 30px;
}

@media (max-width: 768px) {
  .tit_circle3{
    font-size: 2.2rem;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .nayami_wrap{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px 12px;
  }
  .nayami_box{
    gap: 5px;
  }

  .nayami_box01{ order: 1; }
  .nayami_box03{ order: 2; }
  .nayami_box02{ order: 3; }

  /* 箱は全幅 */
  .nayami_box{ width: 100%; }
  .nayami_box02{
    flex: 0 0 0;
    margin: 0 auto;
  }
  .nayami_box02 img{
    max-width: 80%;
    margin: 0 auto;
  }
  .nayami_item{
    padding: 15px 20px;
  }
}

/* ==============================
    選ばれる理由
=============================== */
#choose{
  position: relative;
  overflow: hidden;
}
.position_img{
  position: relative;
}
#choose .position_img{
  margin-bottom: 50px;
}
.choose_tate{
  position: absolute;
  left: 35px;
  display: inline-block;
  color: rgba(101, 181, 126, .5);
  transform: rotate(90deg);
  transform-origin: left top;
  font-family: var(--ff-en);
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}
#choose .itembox02:first-child{
  width: 36%;
}
#choose .itembox02:last-child{
  position: relative;
  width: 60%;
  padding-left: 60px;
}
.subtit_grn{
  color: var(--color-dark_grn);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
#choose .itembox02 p{
  font-size: 1.8rem;
  line-height: 1.8;
}

.overlay_linebox,
.overlay_linebox_blu{
  position: relative;
  display: inline-block;
}
.overlay_linebox img,
.overlay_linebox_blu img{
  border-radius: 15px;
  display: block;
  width: 100%;
  height: auto;
}
.overlay_linebox::before,
.overlay_linebox_blu::before{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 3px solid var(--color-dark_grn);
  border-radius: 15px;
  pointer-events: none;
  z-index: 2;
}
.overlay_linebox_blu::before{
  border: 3px solid var(--color-blu);
}

.chara01{
  position: absolute;
  bottom: -1.5%;
  right: -1.5%;
  display: block;
  width: 10%;
  height: auto;
  z-index: 3;
}
.txt_en_left,
.txt_en_right{
  position: absolute;
  color: rgba(101, 181, 126, .1);
  font-size: 12.0rem;
  font-weight: 700;
  line-height: 1.0;
  transform: rotate(90deg);
}
.txt_en_left{
  top: -7px;
  left: 104px;
  transform-origin: left top;
}
.txt_en_right{
  right: 104px;
  bottom: -7px;
  transform-origin: right bottom;
}

#avt{
  background: rgba(101, 181, 126, .15);
}

@media (max-width: 768px) {
  #choose.sec{padding: 40px 0 0;}
  #choose .itembox02:first-child,
  #choose .itembox02:last-child{
    width: 100%;
    padding: 3%;
  }
  .choose_tate{
    position: static;
    transform: none;
    left: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .subtit_grn{
    font-size: 2.1rem;
  }
  #choose .itembox02 p{
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .chara01{
    width: 25%;
    bottom: auto;
    top: 40%;
  }
  .txt_en_left,
  .txt_en_right{
    font-size: 10rem;
  }
  .txt_en_left{left: 85px;}
  .txt_en_right{right: 85px;}

  #avt .item_container.mb30{
    margin-bottom: 60px;
  }
}

/* ==============================
    相談しませんか
=============================== */
#home_service{
  background: rgba(101, 181, 126, .15) url('../images/bg_house.png') no-repeat bottom center;
  background-size: auto 140px;
  padding: 100px 0 120px;
}

.service_box{
  position: relative;
  width: 48%;
  background: var(--color-wht);
  border-radius: 15px;
  padding: 30px 15px;
}
.subtit_sv{
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
}
.subtit_sv b{
  display: block;
  font-weight: 700;
}
.service_illust_l,
.service_illust_r{
  position: absolute;
  top: -100px;
  display: block;
  width: auto;
  height: 100px;
}
.service_illust_l{
  left: 3%;
}
.service_illust_r{
  right: 3%;
}

#home_service .tit_grd_grn{
  text-align: center;
  margin: 50px 0 100px;
}
#home_service .tit_grd_grn span{
  padding: 10px 20px;
}
.btn_service{
  position: relative;
  width: 48%;
  border: 5px solid var(--color-grn);
  border-radius: 15px;
  background: var(--color-wht);
  padding: 70px 30px 30px;
}
.btn_service:hover{
  background: #f0fbf4;
}
.btn_sv_icon{
  background: var(--color-grn);
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_sv_icon img{
  width: 60%;
  height: auto;
}
.list_bold{
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
}
.list_bold li{
  color: var(--color-primary);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.7;
}
.subtit_grn_c{
  color: var(--color-dark_grn);
  text-align: center;
  font-size: 3.0rem;
  font-weight: 500;line-height: 1.5;
  margin-bottom: 20px;
}
.btn_service p{
  color: var(--color-primary);
  font-size: 1.8rem;
  line-height: 1.6;
}
.btn_service p strong{
  color: var(--color-pink);
  font-size: 2.0rem;
  font-weight: 500;
}
.btn_service p b{
  font-size: 2.0rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  #home_service{
    background-size: auto 100px;
    padding: 60px 0 80px;
  }
  #home_service .tit_circle3{
    margin-bottom: 30px;
  }
  #home_service .tit_grd_grn{
    margin: 50px 0 80px;
  }
  #home_service .tit_grd_grn span{
    font-size: 2.1rem;
    padding: 10px 4px;
  }
  .service_box,
  .btn_service{
    width: 100%;
  }
  .service_box:first-child{
    padding:20px 10px 20px 18%;
    margin-bottom: 30px;
  }
  .service_box:last-child{
    padding:20px 18% 20px 10px;
  }
  .subtit_sv{
    text-align: left;
  }
  .service_illust_l,
  .service_illust_r{
    top: auto;
    bottom: 0;
  }
  .service_illust_l{left: -2%;}
  .service_illust_r{right: -2%;}

  .btn_service{
    padding: 40px 15px 0;
  }
  .btn_service:first-child{
    margin-bottom: 70px;
  }
  .btn_sv_icon{
    width: 90px;
    height: 90px;
  }
  .list_bold li{font-size: 1.7rem;}
  .btn_service p{font-size: 1.6rem;}
  .btn_service p strong,
  .btn_service p b{
    font-size: 1.8rem;
  }
}

/* ==============================
    CTA
=============================== */
.ctaArea{
  position: relative;
  background: url(../images/bg_house02.jpg) no-repeat center top /cover;
  padding: 50px 0;
  z-index: 0;
}
.ctaArea::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(86, 155, 107, .8);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
.ctaArea .wrapper{
  position: relative;
  z-index: 3;
}
.ctaArea .wrapper p{
  color: var(--color-wht);
  font-size: 1.8rem;
}

.tit_cta span{
  display: inline-block;
  background: var(--color-wht);
  color: var(--color-grn);
  letter-spacing: 0.03em;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.0;
  padding: 7px 10px;
  margin-bottom: 20px;
}
.tit_cta span b{
  font-size: 3.0rem;
  font-weight: 700;
}
.cta_staff{
  position: absolute;
  right: -5%;
  bottom: -50px;
  display: block;
  margin-left: auto;
  width: 20%;
  height: auto;
}
.cta_map{
  position: absolute;
  right: 12%;
  top: -20%;
  display: block;
  width: auto;
  height: 130%;
  opacity: 0.3;
  z-index: 3;
}

a.btn_cta_pink{
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  color: var(--color-wht)!important;
  font-size: 1.8rem;
  font-weight: 400;
  border-radius: 50px;
  padding:10px 20px;
  z-index: 5;
}
.btncta_wht{
  position: relative;
  display: inline-block;
  background: var(--color-wht);
  color: var(--color-pink);
  border-radius: 30px;
  padding: 0 30px 0 10px;
}
.btncta_wht::before{
  content: "";
  position: absolute;
  right: 10px;
  top: 35%;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-pink);
  border-right: 2px solid var(--color-pink);
  transform: rotate(45deg);
}
a.btn_cta_pink:hover{
  background: var(--color-dark_grn);
}
a.btn_cta_pink:hover .btncta_wht{
  color: var(--color-dark_grn);
}
a.btn_cta_pink:hover .btncta_wht::before{
  border-top: 2px solid var(--color-dark_grn);
  border-right: 2px solid var(--color-dark_grn);
}

@media (max-width: 768px) {
  .ctaArea{padding: 30px 0;}
  .tit_cta span{margin-bottom: 10px;}
  .ctaArea .wrapper p{font-size: 1.6rem;}
  .cta_staff {
    right: 0;
    bottom: 17%;
    width: 33%;
  }
  .cta_map {
    right: auto;
    top: 0;
    width: 100%;
    height: auto;
  }
  a.btn_cta_pink{
    position: relative;
    bottom: auto;
    left: auto;
    transform:none;
    white-space: normal;
    flex-direction: column;
    width: 100%;
    font-size: 1.7rem;
    padding: 10px 10px 20px;
    margin: 20px auto 0;
  }
  .btncta_wht{
    position: absolute;
    bottom: -22%;
  }

}

/* ==============================
    home voice
=============================== */
.item_voice{
  position: relative;
  background: rgba(101, 181, 126, .1);
  width: 31.333%;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
}
.item_voice.overlay_linebox::before{
  border-radius: 0;
  border: 2px solid var(--color-grn);
}
.voice_nameArea{
  display:flex;
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 10px;
}
.tri{
  flex: 0 0 70%; /* 三角幅：コンテナ幅の40% */
  display: flex;
  align-items: center;
  padding: 15px 15px 50px;
  box-sizing: border-box;
  background: var(--color-grn);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.voice_name{
  text-align: left;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.voice_person{
  flex: 0 0 110px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.voice_person img{
  width: 100px;
  height: 100px;
  background: var(--color-grn);
  border-radius: 50%;
  margin-left: -30px;
}
.voice_person img.light_grn{
  background: #c0e0c8;
}
.voice_person img.bg_wht,
.bg_wht{
  background: var(--color-wht);
}
.item_voice p{
  padding: 10px 25px 30px 20px;
}
#home_voice .btn_grn{
  margin: 50px auto 0;
}

@media (max-width: 768px) {
  .item_voice{
    width: 100%;
    margin-bottom: 20px;
  }
}

/* ==============================
    home_property
=============================== */
#home_property{
  background-image: linear-gradient(145deg, rgba(253, 254, 253, 1), rgba(231, 243, 235, 1));
}
#home_property .itembox03 img,
#property .itembox03 img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.cate{
  display: inline-block;
  background: var(--color-grn);
  color: var(--color-wht);
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 4px 15px;
  margin: 5px 0;
}
a .property_list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--color-primary);
}
.property_list dt,
.property_list dd{
  padding: 3px 0;
}
.property_list dt{
  width: 20%;
  font-size: 1.4rem;
  font-weight: 500;
}
.property_list dd{
  width:80%;
  font-size: 1.5rem;
  font-weight: 400;
}

#home_property .item_container::after{
  content:"";
  display: block;
  width:32%;
}

@media (max-width: 768px) {

}

/* ==============================
    faq
=============================== */
.faq_item {
  position: relative;
  border: 2px solid var(--color-grn);
  border-radius: 15px;
  cursor: pointer;
  margin-bottom: 20px;
}
/* Q 部分 */
.faq_q{
  position: relative;
  background: rgba(101, 181, 126, .15);
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  padding:20px 40px 20px 65px;
}
.faq_q::after{
  content: "Q.";
  position: absolute;
  top: -2px;
  left: 20px;
  color: var(--color-grn);
  font-size: 3.6rem;
  font-weight: 700;
}

/* ＋／− アイコン */
.faq_icon {
  position: absolute;
  right: 20px;
  width: 18px;
  height: 18px;
}
.faq_icon::before,
.faq_icon::after {
  content: "";
  position: absolute;
  background: var(--color-grn);
  transition: transform .3s ease;
}
/* ＋の縦棒 */
.faq_icon::before {
  width: 2px;
  height: 18px;
  left: 8px;
  top: 0;
}
/* ＋の横棒 */
.faq_icon::after {
  width: 18px;
  height: 2px;
  left: 0;
  top: 8px;
}
/* active（開いている）ときは − に変化 → 縦棒を消す */
.faq_item.active .faq_icon::before {
  transform: scaleY(0);
}
/* A 部分（最初は非表示） */
.faq_a {
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  transform: translateY(-12px);
  padding: 0 20px 0 65px;
  transition:
    max-height .45s ease,
    opacity .3s ease,
    transform .45s ease;
  /* transition: max-height .4s ease, opacity .4s ease, padding .4s ease; */
}
.faq_item .faq_a {
  transition:
    max-height .4s ease,
    opacity .25s ease,
    transform .4s cubic-bezier(.4,0,.2,1);
}
/* active のときだけ開く */
.faq_item.active .faq_a {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  padding:20px 20px 20px 65px;
}
.faq_a::after{
  content: "A.";
  position: absolute;
  top: -2px;
  left: 20px;
  color: var(--color-pink);
  font-size: 3.6rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .faq_icon {
    top: 25px;
    transform: none;
  }
  .faq_q,
  .faq_item.active .faq_a{
    padding: 15px 40px 20px 50px;
  }
  .faq_q::after,
  .faq_a::after{
    top: 2px;
    left: 10px;
    font-size: 3.0rem;
  }
}


/* ==============================
    other
=============================== */
.other_fv{
  background-image: linear-gradient(90deg, rgba(84, 152, 104, 1), rgba(102, 180, 126, 1));
}
.other_fv .wrapper{
  position: relative;
  padding: 70px 0;
}
.other_fv .wrapper::before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: url(../images/bg_other_main.png) no-repeat right bottom;
  background-size: contain;
  /* mix-blend-mode: multiply; */
  pointer-events: none;
  opacity: 0.5;
  z-index: 1;
}
.tit_other{
  position: relative;
  color: var(--color-wht);
  font-size: 5.0rem;
  font-weight: 400;
  line-height: 1.2;
  z-index: 2;
}

@media (max-width: 768px) {
  .other_fv .wrapper{
    padding: 50px 0;
  }
  .other_fv .wrapper::before{
    width: 80%;
  }
  .tit_other{
    font-size: 2.4rem;
  }
}

/* ==============================
  私たちについて・会社概要
=============================== */
#msg{
  position: relative;
  background: rgba(101, 181, 126, .15);
}
.item_msg:first-child,
.item_profile:first-child,
.item_parking:last-child{
  width: 37%;
}
.item_msg:last-child,
.item_profile:last-child,
.item_parking:first-child{
  width: 57.5%;
}
#msg .item_msg p{
  margin-bottom: 1em;
}
.msg_name{
  display: block;
  width: 200px;
  height: auto;
  margin-left: auto;
}

/* 会社概要 */
#profile{
  background: url(../images/bg_house_corner.png) no-repeat left bottom;
  background-size: auto 15%;
}
.table01{
  width: 100%;
  margin-bottom: 40px;
}
.table01 tr{
  border-top: 1px solid var(--color-grn);
}
.table01 tr:last-of-type{
  border-bottom: 1px solid var(--color-grn);
}
.table01 th,
.table01 td{
  text-align: left;
  font-size: 1.6rem;
  padding: 20px 10px;
}
.table01 th{
  width: 20%;
  color: var(--color-dark_grn);
  font-weight: 400;
}
.table01 td{width: 80%;}
.table01 td a:link,
.table01 td a:visited{
  color: var(--color-primary);
}

ul.list_maru_grn{
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_maru_grn li{
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}
.list_maru_grn li::before{
  content: "";
  position: absolute;
  top:10px;
  left: 0;
  background: var(--color-grn);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
a.btn_grnbox{
  position: relative;
  display: inline-block;
  color: var(--color-dark_grn)!important;
  font-size: 1.4rem;
  text-decoration: underline;
  padding-left: 25px;
}
a.btn_grnbox::after{
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../images/icon_insta.svg) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto;
}
a.btn_grnbox:visited{
  color: var(--color-dark_grn)!important;
}
a.btn_grnbox:hover{
  background: rgba(0, 107, 47, .1);
}
.googlmap{
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.googlmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .item_msg:first-child,
  .item_msg:last-child,
  .item_profile:first-child,
  .item_profile:last-child,
  .item_parking:first-child,
  .item_parking:last-child{
    width: 100%;
  }
  .item_msg:first-child{
    margin-bottom: 20px;
  }
  .table01 th,
  .table01 td{
    display: block;
    width: 100%;
  }
  .table01 th{padding: 10px 10px 0;}
  .table01 td{padding: 0 10px 10px;}

  .googlmap{
    padding-top: 100%;
  }

}

/* ==============================
  サービス案内
=============================== */
#service_btn{
  padding: 0 0 100px;
}
.shizuoka_bg{
  position: relative;
  width: 100%;
  min-height: 500px;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.shizuoka_bg::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/service/shizuoka_map.png') center no-repeat;
  background-size: auto 100%;
  opacity: 0.15;
  z-index: 1;
}
.service_text {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 2.0;
}

@media (max-width: 768px) {
  .shizuoka_bg{
    min-height: 100%;
    padding: 20px 0 60px;
  }
  .shizuoka_bg::before{
    background-size: 100% auto;
  }
  .service_text{font-size: 2.0rem;}
}

/* ==============================
  サービス案内 空き家を売りたい
=============================== */
.sell_illust{
  position: absolute;
  right: -3%;
  bottom: -7%;
  width: 45% !important;
  height: auto;
  z-index: 3;
}
#service_sell .itembox02 p{
  line-height: 1.8;
  margin-bottom: 30px;
}

.underline_txtgrn,
.underline_txtblu{
  background: linear-gradient(transparent 75%, #ffff7f 75%);
  color: var(--color-dark_grn);
  font-size: 1.8rem;
  font-weight: 600;
}
.underline_txtblu{
  color: var(--color-blu);
}
.tit_sankaku{
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.subtit_sankaku{
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.8;
}

/* リスク */
#sell_risk{
  background: rgba(101, 181, 126, .15);
  padding: 40px 0 80px;
}
#sell_risk .item_container{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.item_risk{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.item_risk:last-child{
  margin-bottom: 0;
}
.item_risk_icon{
  width: 30%;
}
.icon_risk{
  position: relative;
  background: var(--color-wht);
  width: 90%;
  max-width: 240px;
  height: 0;
  padding-top: 90%;
  /* 正円を維持（widthと同じ比率） */
  border-radius: 50%;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
}
.icon_risk img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75%;
  max-height: 77%;
}
.item_risk_txt{
  width: 68%;
}
.item_risk_txt .tit_grd_grn span{
  display: block;
  font-size: 2.4rem;
}
#sell_risk .item_risk_txt p{
  font-size: 1.7rem;
}
.risk_whtbox{
  position: relative;
  background: var(--color-wht);
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 60px;
  margin-top: 80px;
}
.risk_whtbox::before,
.risk_whtbox::after{
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 15%;
  height: 10%;
  background: url(../images/service/sell/risk_tape.svg);
}
.risk_whtbox::before{
  left: -4%;
  transform: rotate(-30deg);
}
.risk_whtbox::after{
  right: -4%;
  transform: rotate(30deg);
}
.risk_whtbox p{
  text-align: center;
  font-size: 1.8rem;
}
.risk_whtbox .underline_txtgrn{
  font-size: 2.2rem;
}
.risk_whtbox .tit_grd_grn span{
  font-size: 2.2rem;
  line-height: 1.5;
}
.risk_whtbox_house{
  position: absolute;
  bottom: 0;
  left: 1%;
  width: 135px;
  height: auto;
}
.tit_sellop{
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 60px;
}
.sellop_maru_grn,
.sellop_maru_blu{
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  line-height: 80px;
  color: var(--color-wht);
  font-size: 2.6rem;
  margin: 0 .2em;
}
.sellop_maru_grn{
  background: var(--color-grn);
}
.sellop_maru_blu{
  background: var(--color-light_blu);
}

#sell_op .item_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.item_sellop{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.item_sellop img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.box_chukai,
.box_kaitori{
  position: relative;
  width: 92%;
  border-radius: 15px;
  padding: 60px 30px 30px;
  margin-bottom: 40px;
}
.box_chukai{
  border: 4px solid var(--color-light_blu);
}
.box_kaitori{
  border: 4px solid var(--color-grn);
  margin-left: auto;
}
.itemtit_sellop_blu,
.itemtit_sellop_grn{
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  text-align: center;
  color: var(--color-wht);
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 50px;
  border-radius: 50px;
}
.itemtit_sellop_blu{
  background: var(--color-light_blu);
}
.itemtit_sellop_grn{
  background: var(--color-grn);
}
.chukai_flow,
.kaitori_flow{
  flex-grow: 1;
}
.chukai_flow{
  background: rgba(119, 210, 210, .15);
}
.kaitori_flow{
  background: rgba(101, 181, 126, .15);
}

.itemtit_chukaiflow,
.itemtit_kaitoriflow{
  color: var(--color-wht);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0.1em;
}
.itemtit_chukaiflow{
    background: var(--color-blu);
}
.itemtit_kaitoriflow{
  background: var(--color-grn);
}

ul.chukai_flowlist,
ul.kaitori_flowlist{
  list-style: none;
  width: 80%;
  margin: 30px auto 40px;
}
ul.chukai_flowlist li,
ul.kaitori_flowlist li{
  position: relative;
  border-radius: 10px;
  color: var(--color-wht);
  font-size: 2.4rem;
  padding: 10px 15px;
  margin-bottom: 10px;
}
ul.chukai_flowlist li{
  background: var(--color-blu);
}
ul.kaitori_flowlist li{
  background: var(--color-grn);
}
ul.chukai_flowlist li span,
ul.kaitori_flowlist li span{
  position: absolute;
  right: 20px;
  bottom: -10px;
  color: rgba(253, 254, 253, 0.5);
  font-family: var(--ff-en);
  font-size: 7.0rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.0;
}
.titsell_op{
  text-align: center;
  margin-top: 40px;
}
.titsell_op span.underline_txtgrn{
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.0;
}

@media (max-width: 768px) {
  #service_sell .wrapper{
    padding: 30px 0 100px;
  }
  .item_sellop{width: 100%;}
  .item_risk{
    flex-direction:column;
  }
  .item_risk_icon {
    width: 40%;
    margin-bottom: 20px;
  }
  .item_risk_txt {
    width: 100%;
  }
  .risk_whtbox .tit_grd_grn span{
    display: block;
  }
  #sell_risk .risk_whtbox{
    text-align: left;
    padding: 30px 20px 60px;
  }
  #sell_risk .risk_whtbox p{
    text-align: left;
  }
  .risk_whtbox::before,
  .risk_whtbox::after{
    top: -2%;
    width: 7%;
    height: 7%;
  }
  .risk_whtbox::before {
    left: 1%;
    transform: rotate(45deg);
  }
  .risk_whtbox::after {
    right: 0;
    transform: rotate(-45deg);
  }
  .box_chukai,
  .box_kaitori{
    width: 100%;
  }
  .chukai_flow{
    margin-bottom: 60px;
  }

}

/* 選ばれる理由 */
.list_disc{
  list-style: none;
  margin: 0 auto 15px;
}
.list_disc li{
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
.list_disc li::before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}

/* ==============================
  サービス案内 管理にお困り
=============================== */
#service_manage.bg_corner02{
  background-size: auto 50%;
}
.manege_illust{
  position: absolute;
  right: -3%;
  bottom: -7%;
  width: 45% !important;
  z-index: 3;
}
.manege_txt{
  position: absolute;
  top: -15%;
  left: -5%;
  width: 80% !important;
  z-index: 3;
}
.manege_senior02{
  position: absolute;
  right: -3%;
  bottom: -7%;
  width: 45% !important;
  z-index: 3;
}

.slant_text {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.6;
  padding: 0 40px;
}
.slant_text::before,
.slant_text::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 8%;
  height: 3px;
  background: var(--color-dark_grn);
}
.slant_text::before {
  left: 0;
  transform-origin: right center;
  transform: translateY(0) rotate(45deg);
}
.slant_text::after {
  right: 0;
  transform-origin: left center;
  transform: translateY(0) rotate(-45deg);
}

#service_manage .tit_grd_grn span{
  font-size: 2.0rem;
  border-radius: 50px;
}
.tit_manege_msg span.underline_txtgrn{
  color: var(--color-dark_grn);
  font-size: 2.2rem;
  font-weight: 600;
}

.btn_manege_kanri,
.btn_manege_sell{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46%;
  border-radius: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  z-index: 5;
}
a.btn_manege_kanri{
  background: #ddf3f3;
  color: var(--color-blu);
}
a.btn_manege_sell{
  background: #e8f5ec;
  color: var(--color-dark_grn);
}
.btn_manege_kanri::after,
.btn_manege_sell::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 13px;
  height: 13px;
  margin: auto;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn_manege_kanri::after{
  border-top: 2px solid var(--color-blu);
  border-right: 2px solid var(--color-blu);
}
.btn_manege_sell::after{
  border-top: 2px solid var(--color-dark_grn);
  border-right: 2px solid var(--color-dark_grn);
}

.maru_blu,
.maru_grn{
  border-radius: 50%;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 5px;
}
.maru_blu{
  background: var(--color-blu);
}
.maru_grn{
  background: var(--color-dark_grn);
}
.maru_blu img{
  display: inline-block;
  width: 75%;
  height: auto;
  padding-bottom: 10%;
}
.maru_grn img{
  display: inline-block;
  width: 70%;
  height: auto;
  padding-bottom: 12%;
}

#kanri_box .overlay_linebox_blu{
  margin-top: 50px;
}
#kanri_box .overlay_linebox_blu:first-of-type{
  margin-top: 80px;
}
.overlay_linebox_blu .item_container{
  align-items: center;
}

.item_kanribox:first-child{
  width: 40%;
}
.item_kanribox:first-child img{
  border-radius: 15px 0 0 15px;
}
.item_kanribox:last-child{
  width: 57%;
  padding-right: 30px;
}
.subtit_kanri{
  color: var(--color-blu);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #service_manage.bg_corner02{
    background-size: auto 20%;
    padding: 20px 0 80px;
  }
  #service_manage .itembox02:first-child{
    margin-bottom: 30px;
  }
  #service_manage .tit_grd_grn span{
    font-size: 1.8rem;
  }
  .tit_manege_msg span.underline_txtgrn{
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
  .slant_text {
    display: block;
    text-align: centekanrir;
    margin: 20px auto 0;
  }
  .slant_text::before,
  .slant_text::after{
    width: 15%;
  }
  .btn_manege_kanri,
  .btn_manege_sell{
    width: 100%;
  }
  .btn_manege_kanri{
    margin-bottom: 20px;
  }
  #kanri_box .overlay_linebox_blu{
    margin-top: 30px;
  }
  .overlay_linebox_blu::before{
    top: 0;
    left: 0;
  }
  .item_kanribox:first-child img{
    border-radius:15px 15px 0 0;
  }
  #kanri .itembox02:first-child{
    margin-bottom: 30px;
  }
  #kanri .tit_grd_blu{margin-bottom: 10px;}
  #kanri .tit_grd_blu span{
    font-size: 2.2rem;
  }
  .item_kanribox:first-child,
  .item_kanribox:last-child{
    width: 100%;
  }

  .item_kanribox:last-child{
    padding: 20px 5%;
  }
  .subtit_kanri{font-size: 2.2rem;}

}

/* サービスCTA */
/* 外枠 みどり線 */
.cta_hex_wrap{
  position: relative;
  z-index: 10;
  max-width: 870px;
  width: 90%;
  margin-inline: auto;
  padding: 3px;
  background: var(--color-dark_grn);

  clip-path: polygon(
    4% 0%,/* 上 左カット */
    100% 0%,/* 上 右 */
    100% 90%,/* 右 下カット前 */
    96% 100%,/* 下 右カット */
    0% 100%,/* 下 左 */
    0% 10%/* 左 上カット */
  );
}
/* 白ベース六角形 */
.cta_inner{
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 1.1fr;
  background: #fff;
  height: auto;

  clip-path: polygon(
    4% 0%,
    100% 0%,
    100% 90%,
    96% 100%,
    0% 100%,
    0% 10%
  );
}
/* 共通カラム */
.cta_col{
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/* 左：ベタ緑エリア */
.cta_left{
  background: var(--color-dark_grn);
  color: #fff;
}
.cta_left h3{
  font-size: 2.2rem;
  margin-bottom: 16px;
}
/* 中央電話 */
.cta_tel .label,
.cta_mail .label{
  position: relative;
  color: var(--color-primary);
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.cta_col .label::before,
.cta_col .label::after{
  content: "●";
  display: inline-block;
  vertical-align: middle;
  color: var(--color-grn);
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 5px;
}
.cta_tel .tel a{
  position: relative;
  display: inline-flex;
  gap: 5px;
  color: var(--color-primary);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.cta_tel .tel a::before{
  content: "";
  position: relative;
  top: 2px;
  /* top: 16%; */
  display: inline-block;
  background: url(../images/icon_tel_blk.svg);
  width: 26px;
  height: 26px;
}
.cta_tel .note{
  font-size: 1.3rem;
}

/* 右側メール */
.cta_mail{
  align-items: center;
  text-align: center;
}
.mail_btn_grd{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  height: 80px;
  background: linear-gradient(135deg, #68bd82, #549769);
  color: #fff;
  font-size: 1.8rem;
  border-radius: 16px;
  text-decoration: none;
}
a.mail_btn_grd:visited{color: var(--color-wht);}

.iconmail_wht{
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .cta_hex_wrap{
    clip-path: polygon(
    10% 0%,/* 上 左カット */
    100% 0%,/* 上 右 */
    100% 95%,/* 右 下カット前 */
    90% 100%,/* 下 右カット */
    0% 100%,/* 下 左 */
    0% 5%/* 左 上カット */
    );
  }
  .cta_inner{
    clip-path: polygon(
      10% 0%,
      100% 0%,
      100% 95%,
      90% 100%,
      0% 100%,
      0% 5%
    );
  }

  .cta_inner{
    grid-template-columns: 1fr;
  }
  .cta_col{
    padding: 20px;
  }
  .cta_col.cta_left p,
  .cta_left{
    text-align: center;
  }
  .cta_left h3{
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .cta_tel .tel{display: inline-block;}
  .cta_tel .tel a{
    width: 100%;
    justify-content: center;
  }
  .cta_tel .tel::before{
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .cta_tel .note{
    text-align: center;
  }

}

/* 売却したい */
/* #sellers{
  background: rgba(101, 181, 126, .15);
} */
#sellers .item_container:first-of-type{
  margin-bottom: 60px;
}
#sellers .tit_grd_grn{
  margin-bottom: 30px;
}
#sellers .tit_grd_grn span{
  font-size: 2.4rem;
}
#sellers .itembox02 p{
  margin-bottom: 1.5em;
}
.item_sellers{
  position: relative;
  width: 33%;
  background: rgba(101, 181, 126, .3);
}
.item_sellers:nth-child(2){
  background: rgba(101, 181, 126, .1);
}
.itemtit_sellers{
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 80%;
  background: var(--color-dark_grn);
  border-radius: 90px;
  color: var(--color-wht);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 0;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.3);
}
.item_sellers p{
  padding: 10px 20px 20px;
}

@media (max-width: 768px) {
  #sellers.sec{
    padding: 40px 0 100px;
  }
  #sellers .subti_page{
    margin-bottom: 20px;
  }
  #sellers .tit_grd_grn{margin-bottom: 10px;}
  #sellers .tit_grd_grn span{
    font-size: 2.2rem;
  }
  .item_sellers{
    width: 100%;
    margin-bottom: 60px;
  }
  .item_sellers:last-of-type{
    margin-bottom: 0;
  }
  .itemtit_sellers{
    top: -6%;
    width: 90%;
    font-size: 2.2rem;
  }
}

/* 事例紹介 */
#manege_case{
  position: relative;
  padding: 100px 0 0;
}

#manege_case .item_container{
  margin-bottom: 40px;
}
.dotted_line {
  background-image: radial-gradient(circle, var(--color-grn) 2px, transparent 2px);
  background-size: 12px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 40px;
}
.case_name{
  text-align: right;
  margin: 10px 0 0;
}

@media (max-width: 768px) {
  #manege_case .itembox02:first-child{
    margin-bottom: 10px;
  }
  #manege_case .txt_en_left,
  #manege_case .txt_en_right{
    transform: none;
  }
  #manege_case .txt_en_left,
  #manege_case .txt_en_right{
    font-size: 4.7rem;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
  }
  #manege_case .txt_en_left{
    top: 7.5%;
    left: 50%;
    transform: translateX(-50%);
  }
  #manege_case .txt_en_right{
    bottom: 1.5%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ==============================
    お客様の声
=============================== */
.overlay_linebox_voice,
.overlay_linebox_voice_blu{
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
  z-index: 0;
}
.overlay_linebox_voice::before,
.overlay_linebox_voice_blu::before{
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-dark_grn);
  pointer-events: none;
  z-index: 2;
}
.overlay_linebox_voice_blu::before{
  border: 2px solid var(--color-blu);
}
.voiceArea,
.voiceArea_blu{
  position: relative;
  background: rgba(101, 181, 126, .1);
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  z-index: 1;
}
.voiceArea_blu{
  background: rgba(92, 190, 190, .1);
}
/* お客コメント */
.voice_user,
.voice_user_blu{
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
  border-bottom: 3px dotted var(--color-grn);
  padding-bottom: 20px;
  margin-bottom: 20px;
  /* overflow: hidden; */
}
.voice_user_blu{
  border-bottom: 3px dotted var(--color-blu);
}
.voice_tri,
.voice_tri_blu{
  position: absolute;
  inset: 0;
  width: 200px;
  height: 120px;
  display: flex;
  padding: 20px;
  display: flex;
  align-items: flex-start;
}
.voice_tri::before,
.voice_tri_blu::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(101, 181, 126, .3);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 0;
}
.voice_tri_blu::before{
  background: rgba(92, 190, 190, .3);
}
#voice .voice_name{
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  z-index: 1;
}
.voice_user_icon{
  width: 26%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}
.voice_icon{
  width: 80px;
  height: 80px;
  background: var(--color-grn);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 50px;
}
.voice_icon.light_grn{
  background: #c0e0c8;
}
.come_img{
  position: relative;
  display: block;
  width: 90px;
  height: auto;
}
.img_icon{
  position: relative;
  display: inline-block;
}
.img_icon::after{
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background: url(../images/voice/icon_plus.svg) no-repeat center / contain;
  pointer-events: none;
}

.voice_user_img{
  width: 26%;
}
.voice_user_img img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.voice_user_come{
  width: 48%;
  padding-inline: 2%;
}
.voice_user_come02{
  width: 74%;
  padding-inline: 2%;
}

@media (max-width: 768px) {
  .voiceArea,
  .voiceArea_blu{
    padding: 15px 25px 15px 15px;
  }
  .voice_user,
  .voice_user_blu{
    flex-direction: column;
    align-items: stretch;
  }
  .voice_user_icon{
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
  }
  .voice_user_come,
  .voice_user_come02{
    width: 100%;
    padding-inline: 0;
    margin-bottom: 20px;
  }
  .voice_user_img{
    width: 100%;
  }
  .voice_user_img img{
    max-width: initial;
    margin-inline: auto;
  }
  .voice_icon{
    margin-top: 0;
  }
}

/* スタッフコメント */
.voice_chara{
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.voice_staff{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.itemvoice_staff:first-child{
  width: 18%;
}
.itemvoice_staff:last-child{
  position: relative;
  width: 80%;
  background: var(--color-wht);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.itemvoice_staff:last-child::before{
  content: "";
  position: absolute;
  top: 20px;
  left: -25px;
  background: var(--color-wht);
  height: calc(tan(60deg) * 30px / 2);
  width: 30px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.itemvoice_staff p{
  margin-bottom: 1.5em;
}
.itemvoice_staff p:last-of-type{
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .voice_chara{
    width: 20%;
    margin: 0 0 0 10px;
  }
  .voice_staff{
    flex-direction: column;
    gap: 15px;
  }
  .itemvoice_staff:first-child,
  .itemvoice_staff:last-child{
    width: 100%;
  }
  .itemvoice_staff:last-child::before{
    top: -15px;
    left: 9%;
    width: 20px;
    height: 20px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
}

/* ==============================
    物件情報・最新情報 index
=============================== */
.fudosan_index,
.news_index{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.fudosan_listbox a,
.akiya_listbox a{
  display: block;
  background: var(--color-wht);
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
  transition: transform .3s, box-shadow .3s;
	border:1px solid #eee;
}
.news_listbox a{
  display: flex;
  flex-direction: column;
  background: var(--color-wht);
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
  transition: transform .3s, box-shadow .3s;
}

.akiya_listbox a:hover,
.fudosan_listbox a:hover,
.news_listbox a:hover{
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,.2);
}
.akiya_cate,
.news_cate{
  display: inline-block;
  max-width: 160px;
  width: 80%;
  background: var(--color-grn);
  border-radius: 30px;
  color: var(--color-wht);
  text-align: center;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin-left: 10px;
}
.news_cate{
  margin-left: auto;
}
.akiyalist_img,
.news_img{
  position: relative;
}
#home_property .itembox03 img,
.akiyalist_img img,
.news_img img{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 5px;
}
.akiyalist_detail{
  padding: 10px;
}
.akiyalist_detail > div{
  display: flex;
  font-size: 1.5rem;
  line-height: 1.8;
}
.akiyalist_detail dt{
  /* width: 8em; */
  width: 4em;
  color: var(--color-primary);
  flex-shrink: 0;
}
.akiyalist_detail dd{
  color: var(--color-primary);
  margin: 0;
}

/* 最新情報 */
.news_meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
}
.news_day{
  color: #888;
  font-size: 1.3rem;
  line-height: 1.3;
}
.news_tit{
  color: var(--color-primary);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 10px 15px;
}


@media (max-width: 768px) {
  .akiya_index{
    grid-template-columns: 1fr;
  }
  .fudosan_index,
  .news_index{
    grid-template-columns: 1fr;
    gap: 20px;
  }

}

/* ぱんくず */
.breadcrumb{
  font-size: 1.3rem;
}
.breadcrumb ul{
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li{
  position: relative;
  color: #888;
}
.breadcrumb li:not(:last-child)::after{
  content: ">";
  margin: 0 8px;
  color: #888;
}
.breadcrumb a{
  color: #888;
  text-decoration: none;
}
.breadcrumb .bc_home a{
  position: relative;
  display: inline-block;
  width: 18px;
  height: 20px;
  text-indent: -9999px; /* 文字を画面外へ */
}
.breadcrumb .bc_home a::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/icon_home.svg) no-repeat center / contain;
}

/* ==============================
    物件情報 詳細
=============================== */
.bg_detail{
  position: relative;
  background: rgba(101, 181, 126, .15);
  padding: 10px 0 200px;
  overflow: hidden;
}
.bg_detail::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background: url(../images/bg_house.png) no-repeat center bottom / contain;
  pointer-events: none;
}
@media (max-width: 768px) {
  .bg_detail{padding: 10px 0 120px;}
  .bg_detail::after{
    height: 220px;
    background-size: 180% auto;
  }
}

.akiyadetailArea,
.newsdetailArea{
  background: var(--color-wht);
  border-radius: 15px;
  padding: 60px 30px;
  margin-top: 40px;
}
.newsdetailArea{padding: 30px;}

.akiyadetail_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 2px solid var(--color-grn);
  margin-bottom: 10px;
}
/* 左：カテゴリ＋タイトル */
.akiyadetail_title{
  display: flex;
  align-items: center;
  gap: 20px;
}
.akiyadetail_cate{
  position: relative;
  width: 160px;
  background: var(--color-grn);
  text-align: center;
  font-size: 1.3rem;
  color: var(--color-wht);
  padding: 3px;
  white-space: nowrap;
}
.akiyadetail_cate::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  background: var(--color-grn);
  height: calc(tan(60deg) * 20px / 2);
  width: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.akiyadetail_name{
  font-size: 2.0rem;
  font-weight: 500;
  margin: 0;
}
/* 右：価格 */
.akiyadetail_price{
  font-size: 2.0rem;
  font-weight: 500;
  white-space: nowrap;
}
.akiyadetail_price strong{
  font-family: var(--ff-en);
  font-size: 3.0rem;
  font-weight: 500;
  margin-inline: 5px;
}
.nearest{
  font-size: 1.7rem;
  margin-bottom: 20px;
}
.tit_detail{
  position: relative;
  background: rgba(101, 181, 126, .15);
  border-radius: 15px;
  width: 100%;
  color: var(--color-dark_grn);
  font-size: 2.4rem;
  font-weight: 400;
  padding: 10px 10px 10px 40px;
  margin-bottom: 15px;
}
.tit_detail::after{
  content: "";
  position: absolute;
  top: 25%;
  left: 20px;
  width: 6px;
  height: 50%;
  background: var(--color-grn);
}

/* テーブル */
.detail_table{
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.detail_table th,
.detail_table td{
  border: 1px solid #ddd;
  padding: 12px 10px;
  vertical-align: top;
}
.detail_table th{
  width: 16%;
  background: #eee;
  text-align: left;
  font-weight: 400;
  white-space: nowrap;
}
.detail_table td{
  width: 34%;
}
.detail_table td[colspan]{
  width: auto;
}

/* 画像ギャラリー */
.photo_gallery{
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
/* メイン画像 */
.main_image {
  width: 70%;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #ccc; */
}
.main_image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


/* サムネイル */
.thumb_swiper{
  position: relative;
  width: 30%;
  height: auto;
  z-index: 2;
}
.thumb_swiper .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-content: start;
}
.thumb_swiper .swiper-slide{
  height: auto;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.thumb_swiper .swiper-slide.active-thumb{
  opacity: 1;
}
.thumb_swiper img{
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  #akiya_detailArea.wrapper,
  #detail_pan.wrapper,
  #newsdetailArea.wrapper{
    padding: 0;
  }
  .akiyadetailArea,
  .newsdetailArea{
    padding: 20px 10px;
  }
  .akiyadetail_head{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .akiyadetail_title{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .akiyadetail_cate::after{
    content: "";
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .akiyadetail_name{
    font-size: 2rem;
  }
  .akiyadetail_price{
    align-self: flex-end;
    font-size: 2.2rem;
  }
/* table */
  .detail_table,
  .detail_table tbody,
  .detail_table tr{
    display: block;
    width: 100%;
  }
  .detail_table{
    border-bottom: 1px solid #ccc;
  }
  .detail_table th,
  .detail_table td{
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .detail_table th{
    padding: 8px 10px;
  }
  .detail_table td{
    padding: 8px 10px 16px;
  }
/* スライダー */
  .photo_gallery{
    flex-direction: column;
    gap: 0;
  }
  .main_swiper,
  .thumb_swiper{
    width: 100%;
  }
  .main_swiper .swiper-slide{
    height: 340px;
  }
  .thumb_swiper{
    margin-top: 10px;
  }
  .thumb_swiper .swiper-wrapper{
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
}

/* ==============================
    ページャー
=============================== */
.detail_pager{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 60px 0 0;
}
/* 丸ボタン共通 */
.pager_btn{
  background: var(--color-wht);
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
/* くの字 */
.pager_btn .icon{
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-grn);
  border-right: 2px solid var(--color-grn);
}
/* 前へ（＜） */
.pager_btn.prev .icon{
  transform: rotate(-135deg);
}
/* 次へ（＞） */
.pager_btn.next .icon{
  transform: rotate(45deg);
}
/* 一覧へ */
.pager_list{
  position: relative;
  background: var(--color-wht);
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  color: var(--color-grn);
  font-size: 1.5rem;
  position: relative;
  padding: 2px 30px;
  text-decoration: none;
}
a.pager_list:visited{
  color: var(--color-grn);
}
@media (hover: hover){
  .pager_list:hover,
  .pager_btn:hover{
    background: var(--color-grn);
  }
  .pager_btn:hover .icon{
    border-color: #fff;
  }
  a.pager_list:hover{
    color: var(--color-wht);
  }
}
@media (max-width: 768px) {
  .detail_pager{
    margin: 40px 0 0;
  }

}

/* ==============================
    最新情報タイトル
=============================== */
#newsdetailArea h2{
  position: relative;
  background: rgba(101, 181, 126, .15);
  border-radius: 15px;
  width: 100%;
  color: var(--color-dark_grn);
  font-size: 2.4rem;
  font-weight: 400;
  padding: 10px 10px 10px 40px;
  margin-bottom: 15px;
}
#newsdetailArea h2::after{
  content: "";
  position: absolute;
  top: 25%;
  left: 20px;
  width: 6px;
  height: 50%;
  background: var(--color-grn);
}
#newsdetailArea h3{
  font-size: 2.0rem;
  font-weight: 500;
  border-bottom: double 5px var(--color-grn);
  margin-bottom: 15px;
}
#newsdetailArea h4{
  position: relative;
  border-bottom: 3px solid rgba(101, 181, 126, .3);
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 15px;
}
#newsdetailArea h4::after{
  content: " ";
  position: absolute;
  bottom: -3px;
  display: block;
  border-bottom: solid 3px var(--color-grn);
  width: 20%;
}
#newsdetailArea h5{
  background: transparent;
  border-left: solid 5px var(--color-grn);
  color: var(--color-primary);
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.25em 0.5em;
  margin-bottom: 15px;
}

#newsdetailArea p{
  margin-bottom: 1em;
}
#newsdetailArea img{
  margin-bottom: 20px;
}


/* ==============================
    お問い合わせ
=============================== */
.txt_c{text-align: center;}
#contact .bg_lightgrn{
  background: rgba(101, 181, 126, .1);
  border-radius: 15px;
  padding: 30px;
  margin-block: 15px 30px;
}
/* form内容 */
.form_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
/* 項目名 */
.form_head {
  width: 30%;
  font-weight: 400;
  padding-top: 0.6em;
}
/* 入力エリア */
.form_body {width: 70%;}

.form_body input[type="text"],
.form_body input[type="email"],
.form_body input[type="tel"],
.form_body input[type="date"],
.form_body input[type="select"],
.form_body textarea {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.6rem;
  padding: 10px;
}

/* 必須 */
.required {
  background: var(--color-pink);
  color: var(--color-wht);
  font-size: 0.85em;
  padding: 2px 5px;
  margin-left: 6px;
}
/* 区切り線 */
.form_line {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #ccc;
}

/* 元のラジオボタンを完全に非表示 */
.radio_group input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}


/* ラジオ縦並び */
/* ラジオ全体 */
.radio_group .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

/* input非表示 */
.radio_group input[type="radio"] {
  position: absolute;
  opacity: 0;
}

/* label */
/* .radio_group label {
  cursor: pointer;
} */
/* label */
.radio_group label {
  position: relative;
  display: block;
  line-height: 1.8;
  cursor: pointer;
}

/* 文字部分（CF7が出す span） */
.radio_group label span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

/* 外側の円 */
.radio_group label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
}

/* 内側の点 */
.radio_group label span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #666;
  opacity: 0;
}

/* checked時 */
.radio_group input[type="radio"]:checked + span::after {
  opacity: 1;
}

.radio_group input[type="radio"]:checked + span {
  font-weight: 500;
  color: var(--color-dark_grn);
}

/* 予約カレンダー */
.date_choices {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}
.date_choice {
  display: flex;
  align-items: center;
  gap: 20px;
}
.date_label {
  margin: 0;
  font-size: 1.4rem;
  color: #888;
  white-space: nowrap;
  min-width: 5em;
}
.date_input {
  width: 100%;
  font-size: 1.4rem!important;
  padding: 10px 12px;
}
.date_choice > p:nth-of-type(2) {
  flex: 0 0 230px;
  margin: 0;
}
select.date_input{
  margin-top: 5px;
}


/* プライバシーポリシーチェック */
.acceptance_wrap {
  text-align: center;
}
.acceptance_wrap p {
  display: contents;
}
.acceptance_wrap .wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.4rem;
}

/* 送信ボタン */
.wpcf7 p:has(.submit_btn) {
  text-align: center;
  margin: 30px auto 0;
}

.submit_btn {
  position: relative;
  background: var(--color-grn)!important;
  border: none!important;
  border-radius: 50px!important;
  width: 240px;
  height: auto;
  color: var(--color-wht)!important;
  font-size: 1.8rem;
  line-height: 50px!important;
  padding: 0 40px!important;
  cursor: pointer;
  display: block;
  background-image:
    linear-gradient(45deg,
      transparent 45%,
      var(--color-wht) 45%,
      var(--color-wht) 55%,
      transparent 55%),
    linear-gradient(135deg,
      transparent 45%,
      var(--color-wht) 45%,
      var(--color-wht) 55%,
      transparent 55%)!important;
  background-repeat: no-repeat!important;
  background-size: 10px 10px!important;
  background-position-x: calc(100% - 20px)!important;
  background-position-y: 45%, 65%!important;
  margin: auto;
}
@media (hover: hover) {
  .submit_btn:hover {
    background: var(--color-dark_grn)!important;
    background-image:
    linear-gradient(45deg,
      transparent 45%,
      var(--color-wht) 45%,
      var(--color-wht) 55%,
      transparent 55%),
    linear-gradient(135deg,
      transparent 45%,
      var(--color-wht) 45%,
      var(--color-wht) 55%,
      transparent 55%)!important;
    background-repeat: no-repeat!important;
    background-size: 10px 10px!important;
    background-position-x: calc(100% - 20px)!important;
    background-position-y: 45%, 65%!important;
  }
}

#thanks p{
  text-align: center;
  line-height: 1.8;
  margin-bottom: 1.5em;
}


@media (max-width: 768px) {
  #contact .bg_lightgrn{
    padding: 20px 10px;
  }
  .form_item{display: block;}
  .form_head,
  .form_body{
    width: 100%;
  }
  .form_head{margin-bottom: 10px;}
  .radio_group label{line-height: 2.0;}

}

/* ==============================
    プライバシーポリシー
=============================== */
.policy_box{
  margin-bottom: 60px;
}
.tit_policy{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.list_num{
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
}
.list_num li{
  text-indent: -1.25em;
  padding-left: 1.25em;
  margin-bottom: 10px;
}
.list_inbox{
  padding-left: 1.5em;
  margin-top: 10px;
}
.gryline_box{
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin-block: 20px;
}
.gryline_box .pc_case{
  display: inline-block;
}
.policy_chui{
  font-size: 1.5rem;
}


@media (max-width: 768px) {
  .list_num li{
    margin-bottom: 15px;
  }
  .list_inbox{
    padding-left: 0;
    margin-top: 20px;
  }
  .gryline_box{
    padding: 10px 15px;
  }
  .gryline_box .pc_case{
    display: none;
  }
}
