*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
html{
  overflow-x: hidden;
}
body{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
li{
  list-style: "・";
}
p{
  line-height: 2rem;
}
.br_768{
  display: none;
}
.br_600{
  display: none;
}

/*もっと見るのボタン*/

.more_btn{
  display: none;
}

/* アコーディオン（デフォルトは表示：PC） */
.a_accordion{
  display: block;
}


/* header */

.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease;
  background: transparent;
}

.header.is-scrolled{
  background: #10A6B5;
  box-shadow: 0 5px 10px rgba(0,0,0,0.16);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 30px; /* 横余白30px */
}

.logo{
  position: relative;
  z-index: 9999999;
}
.logo img{
  height:40px;
}


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

.hamburger{
    display: none;
  }

.nav ul{
  display:flex;
  gap:24px;
  margin-right:1rem;
}
.nav ul li{
  list-style: none;
}

.nav a{
  color:#fff;
  text-decoration:none;
  font-size:14px;
  transition: .3s;
}
.nav a:hover{
    opacity: .6;
}

.tel-btn{
  background:#fff;
  color:#1ca3a6;
  padding:5px 24px 8px 24px;
  font-weight: 600;
  border-radius:30px;
  border:solid 2px #10A6B5;
  text-decoration:none;
  transition: .3s;
}
.tel-btn:hover{
    background: #10A6B5;
    color:white;
}
.tel-btn span{
    font-size: 1.563rem;
}

/* main visual */

.mv{
  height:100vh;
  max-height:800px;
  background-image:url("img/mv.jpg");
  background-size:cover;
  background-position:center;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* overlay */

.mv::before{
  content:"";
  position:absolute;
  inset:0;
  background:#000;
  opacity:0.3; /* #000 30% */
}

/* content */

.mv-inner{
  position:relative;
  text-align:center;
  color:#fff;
}

.mv-inner picture img{
  width:50%;
}

.mv-title-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin-top:2.5rem;
}

.mv-icon{
  width:140px;
}

.mv-title{
  font-size:90px;
  color:#2bb6b6;
  text-shadow:
    -4px -4px 0 #fff,
    4px -4px 0 #fff,
    -4px 4px 0 #fff,
    4px 4px 0 #fff;
}

.mv-txt{
    width:500px;
    height:auto;
}

.mv-btn{
  position:relative;
  display:inline-block;
  margin-top:40px;
  background:linear-gradient(45deg,#EBC700,#FFFA80);
  width:560px;
  padding:1.25rem 0;
  border-radius:40px;
  color:#000;
  font-weight:bold;
  text-decoration:none;
  font-size:1.125rem;
  overflow:hidden;
}

.mv-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-75%;
  width:50%;
  height:100%;
  background:linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
  transform:skewX(-20deg);
  animation:mvBtnShine 2s infinite;
}

@keyframes mvBtnShine{
  0%{
    left:-75%;
  }
  30%{
    left:125%;
  }
  100%{
    left:125%;
  }
}


/*inner*/
.inner{
  width:1150px;
  margin:0 auto;
}



.assessment{
  background:#EAF9FA;
  padding:120px 20px;
  position:relative;
  overflow:hidden;
}

.assessment.inner{
  margin:auto;
  position:relative;
}

/* 見出し */

.assessment-heading{
  margin-bottom:2.5rem;
  position: relative;
}

.assessment-heading img{
  max-width:700px;
  width:100%;
}

/* 女性 */

.assessment-woman{
  position:absolute;
  right:5vw;
  top:-40px;
}

.assessment-woman img{
  width:300px;
}

/* 丸リスト */

.assessment-list{
  display:flex;
  justify-content:center;
  gap:60px;
  margin-top:3.75rem;
  position: relative;
  z-index: 2;
}

.assessment-item{
  width:300px;
  height:300px;
  background:#fff;
  border-radius:50%;
  border:4px solid #1ca3a6;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-shadow:0 0px 20px rgba(0,0,0,0.16);
}

.assessment-item img{
  width:60px;
  margin-bottom:20px;
}

.assessment-item p{
  font-size:1.125rem;
  line-height:1.6;
}

.assessment_info{
  text-align: center;
  line-height:2.5rem;
}

.service_img{
  display: block;
  width:80%;
  height:auto;
  margin:2.5rem auto 3.75rem auto;
}

.map{
  display: block;
  width:650px;
  height:auto;
  margin:0 auto;
}

.picture_gallery{
  display: block;
  width:100%;
  margin:1.25rem auto 0 auto;
}
.picture_gallery img{
  width:100%;
}



/*宇品の景観*/

#city-value{
  position: relative;
  background: #10A6B5;
  height: 100%;
  padding-bottom:5rem;
  z-index: 1;
}
.circle1{
  width:327px;
  position: absolute;
  top:-3%;
  right:-3%;
}

/* 波背景 */

.city-bg{
  position: absolute;
    height: 100px;
    width: 100%;
    background: #10A6B5;
    top: 0;
    z-index: -1;
}
.city-bg::before, .city-bg::after{
  content: "";
    display: block;
    position: absolute;
    border-radius: 50% 100%;
}
.city-bg::before{
    width: 60%;
    height: 140%;
    background-color: #EAF9FA;
    right: -9.5%;
    top: -75%;
}
.city-bg::after{
  width: 55%;
  height: 120%;
  background-color: #fff;
  left: -1.5%;
  top: 60%;
}
.city-bg::after{
    width: 60%;
    height: 150%;
    background-color: #10A6B5;
    left: -4.5%;
    top: -55px;
}


#city-value .inner{
  padding-top:5rem;
  color:white;
}

.city-sub{
  font-weight: 500;
}
.city-title{
  font-size: 2rem;
  margin:1rem 0 2rem 0;
}
.city-text p{
  line-height:2rem;
  font-weight: 400;
}
.city-image{
  margin-top:2.5rem;
  position: relative;
}
.city-image .city_img{
  width:100%;
  height:400px;
  object-fit: cover;
  border:solid 7px white;
  border-radius: 1.25rem;
}
.city-image .tori,
.city-image .house{
  position: absolute;
}
.city-image .tori{
  width:200px;
  top:5%;
  left:-8%;
}
.city-image .house{
  width:218px;
  bottom:-3%;
  right:8%;
}



/*横線セクションタイトル*/
.sec_ttl{
  display: flex;
  align-items: center;
  border-left: solid 10px white;
  padding-left: 1.25rem;
}

.sec_ttl h3{
  font-size: 2rem;
  margin-right:1.25rem;
}
.sec_ttl p{
  font-size: 1.125rem;
  padding-top:.5rem;
  font-weight: 500;
}

/*アクティビティ*/
.activity{
  margin-top:5rem;
  position: relative;
}
.activity .circle_white{
  width:200px;
  height:200px;
  background-color: white;
  border-radius: 99999px;
  position: absolute;
  top:20%;
  left:-18%
}

.info_txt{
  width:calc(100% - 5%);
  margin:2.5rem auto 0 auto;
  line-height:2rem;
}

/*景観画像*/
.city_gallery{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top:2.5rem;
}
.city_gallery p{
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0,.4);
  width:220px;
  padding:6px 0;
  font-weight: 500;
  position: absolute;
  bottom:0;
}
.gallery_img{
  width:calc((100% / 2) - .5rem);
  height:350px;
  display: flex;
  align-items: stretch;
}
.gallery_img img{
  object-fit:cover ;
}
.img_left{
  width:50%;
  height:100%;
  position: relative;
  border:solid 4px white;
}
.img_left img{
  width:100%;
  height:100%;
}
.img_left p{
  padding-left:10px;
}
.img_fl{
  width:50%;
  height:100%;
}
.img_fl div{
  position: relative;
  height:50%;
  border:solid 4px white;
  border-left:none;
}
.img_fl div:last-of-type{
  border-top:none;
}
.img_fl div img{
  width:100%;
  height:100%;
}
.img_fl div p{
  text-align: right;
  padding-right: 10px;
  right:0;
}


/*エデュケーション*/
/*ショッピング*/
.education,.shopping{
  margin-top:5rem;
  position: relative;
}

.education .circle2{
  width:380px;
  position: absolute;
  top:5%;
  right:-18%;
}
.education .wedding{
  width:350px;
  position: absolute;
  top:45%;
  right:5%;
}


.shopping .circle_mizu{
  width:380px;
  height:380px;
  background-color: #BEE7EB;
  border-radius: 9999px;
  position: absolute;
  top:-18%;
  right:5%;
}
.shopping .buta{
  width:120px;
  position: absolute;
  top:8%;
  right:0%;
  z-index: 2;
}
.shopping .car{
  width:160px;
  position: absolute;
  top:-30%;
  right:28%;
}
.shopping .circle3{
  width:300px;
  position: absolute;
  bottom:-35%;
  left:-20%;
}




/*売るには？買うには？*/
#buy_sell{
  background-color: #EAF9FA;
  padding:5rem 0;
  position: relative;
  z-index: 1;
}
.speech{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  padding:1.25rem 20px;
  border:3px solid #1FA1A9;
  border-radius:60px;
  background:#fff;
  text-align:center;
  position:relative;
}

.speech p{
  font-size:1.5rem;
  font-weight:700;
}

.speech span{
  font-size: 2.6rem;
  color:#1FA1A9;
}

/* 外側（三角の枠） */
.speech::after{
  content:"";
  position:absolute;
  bottom:-22px;
  left:50%;
  transform:translateX(-50%);
  border-left:22px solid transparent;
  border-right:22px solid transparent;
  border-top:22px solid #1FA1A9;
}

/* 内側（白い三角） */
.speech::before{
  content:"";
  position:absolute;
  bottom:-18px;
  left:50%;
  transform:translateX(-50%);
  border-left:18px solid transparent;
  border-right:18px solid transparent;
  border-top:18px solid #fff;
  z-index:1;
}


/*売るには*/
.main_accordion{
  display: none;
}
#sell-flow,
#buy-flow{
  padding:5rem 0;
  background:white;
  border:solid 3px #10A6B5;
  border-radius: 1.25rem;
  margin-top:8.75rem;
  position: relative;
  width:100%;
}

.sell-title{
  margin-bottom:60px;
  text-align: center;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  top:-75px;
}
.sell-title img{
  width:50%;
}

.content_name{
  text-align: center;
  margin-bottom:2.5rem;
}
.content_name h3{
  font-size: 1.125rem;
  font-weight: 800;
  color:#10A6B5;
}
.content_name p{
  line-height:2.5rem;
  font-weight: 700;
  margin-top:2.5rem;
}




.flow-item{
  width:960px;
  margin:0 auto;
  border-radius:20px;
  overflow:hidden;
  background:#EAF9FA;
  position: relative;
  cursor: pointer;
  padding:2.5rem;
}

.flow-header{
  width:850px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:30px;
}
.flow-icon{
  width:310px;
  text-align: center;
}
.flow-icon img{
  width:50%;
}
/*査定画像*/
.assessment .flow-icon img{
  width:100px;
}
.step{
font-size:40px;
font-weight:800;
color:#1ea0a8;
}

.flow-heading{
  display:flex;
  align-items:center;
  gap:20px;
  position: relative;
  font-weight: 800;
}
.flow-heading::after{
  content:"";
  display: block;
  width:200px;
  height:4px;
  background-color: #BABABA;
  position: absolute;
  bottom:-20%;
}
.flow-heading h3{
  font-size:1.25rem;
}

.flow-text{
  margin-top:2.5rem;
  line-height:2rem;
  font-weight: 500;
}

.flow-toggle{
  width:40px;
  height:40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 9999px;
  position: absolute;
  right:5%;
  top:30px;
  border:none;
  cursor: pointer;
}

.flow-toggle i{
  color:#10A6B5;
  font-size: 1.25rem;
  transition: .3s;
}
.flow-item.is-open .flow-toggle i{
  transform: scale(1,-1);
}

.accordion{
  width:850px;
  border-top:solid 1px #10A6B5;
  margin:1.25rem auto 0 auto;
  display: none;
  cursor: auto;
}

.sell_buy_area{
  margin:2.5rem auto 0 auto;
}

.hearing_flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hearing_left,.hearing_right{
  width:calc((100% /2) - 1rem);
}
.back_txt{
  background-color: #E0E0E0;
  width:210px;
  text-align: center;
  padding:0.5rem 0;
  font-weight: 600;
}
.hearing_flex li{
  margin:1rem 0 1rem 1rem;
}
.tag{
  display: flex;
  align-items: center;
  justify-content:flex-start;
  flex-wrap: wrap;
}
.tag span{
  padding:0.625rem 2.5rem;
  background-color: #C2CFFA;
  border-radius: 999px;
  margin:.5rem .5rem 0 0;
}
.tag div{
  display: flex;
  flex-flow: column;
}
.tag div p{
  font-size: 0.875rem;
}

/*三角*/
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 30px solid #10A6B5;
  border-bottom: 0;
  margin:2.5rem auto;
}


/*査定*/
.flow-item h4,
.plan_item h4{
  background-color: #E0E0E0;
  padding:0.625rem 1.25rem;
  margin-bottom:1.25rem;
  margin-top:2.5rem;
}
.flow-item h4:nth-of-type(n+2){
  margin-top:2.5rem;
}
.in_content{
  width:810px;
  margin:0 auto;
}

.in_content .assessment_txt{
  margin:1.25rem 0;
}

.in_content h5{
  font-size: 1.125rem;
  font-weight: 600;
  margin:1.25rem 0;
}
.in_content .top{
  margin-top:2.5rem;
}
.in_content ul li{
  margin-left:1rem;
  line-height:2rem;
}


/*媒介契約*/

.intermediary .flow-icon img{
  width:250px;
}
.intermediary .in_content p:not(.tag p){
  margin:1.25rem 0;
}

.contract-table{
  width:100%;
  border-collapse:collapse;
  text-align:center;
}
.contract-table th,
.contract-table td{
  border:1px solid #707070;
  padding:1rem 0;
  width:calc(100% / 5);
  font-weight:500;
}
.contract-table th{
  background:#E0E0E0;
}
.contract-table td{
  background:#FFFFFF;
}
.contract-table th:first-child{
  width:260px;
}

/*メリットデメリット表*/
.contract-detail-table{
  width:100%;
  border-collapse:collapse;
}

.contract-detail-table th,
.contract-detail-table td{
  border:1px solid #707070;
  padding:1rem 0;
  vertical-align:top;
}

.contract-detail-table thead th{
  background:#d9d9d9;
  text-align:center;
  font-weight:bold;
  padding:.5rem 0;
}

.contract-detail-table tbody th{
  background:#e5e5e5;
  width:20%;
  text-align:center;
  vertical-align:middle;
}

.contract-detail-table td{
  background:#f3f3f3;
  width:calc(80% / 2);
}

.contract-detail-table ul{
  width:90%;
  margin:0 auto;
}



/*売却活動*/
.flow-item .check{
  color:#10A6B5;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: transparent !important;
  padding:.5rem 0;
}
.sale_img{
  width:100%;
  margin:1.25rem 0 2.5rem 0;
}
.sale_img img{
  width:50%;
}
.sale .back_txt{
  padding:0.5rem 1.25rem;
  display: inline-block;
  width:auto;
  margin-bottom:1.25rem;
}
.sale .back_txt:last-of-type{
  margin-top:2.5rem;
}

.txt_flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.txt_flex p{
  width:75%;
}
.txt_flex img{
  width:23%;
}



.sale .hearing_flex{
  align-items: stretch;
  flex-wrap: wrap;
}
.activity_content{
  width:calc((100% / 2) - .5rem);
  background-color: white;
  border:solid 2px #10A6B5;
  border-radius: 1.25rem;
}
.activity_content:nth-of-type(n+3){
  margin-top:1.25rem;
}
.activity_area{
  width:90%;
  margin:2rem auto;
}
.activity_area h6{
  padding:0.5rem 0;
  width:100%;
  background-color: #E0E0E0;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 9999px;
  text-align: center;
}
.activity_area h6 br{
  display: none;
}
.activity_area p{
  margin-top:1.25rem;
}

.logo_flex{
  display: flex;
  justify-content:center;
  align-items: center;
  flex-wrap: wrap;
  margin-top:1.25rem;
}
.logo_flex img{
  width:45%;
}

.activity_img{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:1.25rem;
}

.activity_img .instagram_icon{
  width:15%;
}
.activity_img .flyer{
  width:50%;
  margin-right:0 !important;
}
.activity_img .approach{
  width:20%;
  margin-right:0 !important;
}
.activity_img img{
  width:30%;
}
.activity_img img:first-of-type{
  margin-right:1.25rem;
}
.in_content .uzina_sell img{
  width:80%;
  display: block;
  margin:0 auto 2.5rem auto;
}

/*売買契約締結*/
.h4_border{
  margin-top:2.5rem;
  padding:.5rem 0 !important;
  background-color: transparent !important;
  border-bottom:solid 2px #E0E0E0;
}

.help{
  color:#10A6B5;
  font-size: 1.125rem;
  font-weight: 600;
  margin:2.5rem 0 1.25rem 0;
}
.help_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.help_flex p{
  width:75%;
}
.help_flex .help_img{
  width:30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.help_flex .help_img img:first-of-type{
  width:18%;
  margin-right:1rem;
}
.help_flex .help_img img:last-of-type{
  width:40%;
}

.tag.annotation_tag{
  align-items: flex-start;
}



/*プランについて*/
.content_name.plan{
  margin-top:5rem;
}

.plan_item{
  width:960px;
  margin:0 auto;
}

.plan_item .in_content{
  width:930px;
}
.plan_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.plan_flex .plan_txt{
  width:50%;
}
.plan_flex .plan_txt picture img{
  width:100%;
}
.plan_flex .plan_figure{
  width:45%;
}

.recommendation{
  color:#10A6B5;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top:2rem;
}




/*買いたい時*/

#buy-flow{
  scroll-margin-top: 5rem;
}
.buy_in{
  width:950px;
  margin:0 auto;
}

/*バナー*/
.banner{
  height:200px;
  background-image: url(img/buy_banner.jpg);
  background-position: 0 80%;
  background-size: cover;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.banner::after{
  content:"";
  display: block;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0,.5);
  border-radius: 15px;
  position: absolute;
  top:0;
  left:0;
}

.banner img{
  width:50%;
  position: absolute;
  top:50%;
  left:50%;
  z-index: 2;
  transform: translate(-50%,-50%);
}

/*新着物件*/
.content_name.property{
  text-align: left;
  margin-top:5rem;
}
.property_container{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.property_content{
  width:calc((100% - .5rem) / 5);
  border-radius: 1rem;
  border:solid 3px #10A6B5;
}
.property_content img{
  width:100%;
  height:110px;
  object-fit: cover;
  border-radius: .8rem .8rem 0 0;
}
.property_content .address_tag{
  font-size: 0.75rem;
  text-align: center;
  width:100%;
  font-weight: 500;
  color:white;
  margin-top:-.5rem;
}
.property_content .address_tag.uzina_nisi{
  background-color: #558EA3;
}
.property_content .address_tag.uzina_miyuki{
  background-color: #539639;
}
.property_content .address_tag.uzina_kaigan{
  background-color: #2C4B9F;
}
.property_area{
  width:90%;
  margin:1.25rem auto;
}
.property_name{
  color:#10A6B5;
  text-align: center;
  font-weight: 600;
  line-height: 100%;
}
.property_flex{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin:1.25rem 0 .5rem 0;
}
.property_flex i{
  color:#10A6B5;
  font-size: 0.75rem;
  margin-top:.1rem;
  margin-right:.5rem;
}
.property_flex ul li{
  list-style: none;
  font-size: 0.75rem;
  font-weight: 500;
}
.price{
  font-size:.75rem;
  font-weight: 600;
  text-align: center;
}
.price span{
  color:#10A6B5;
  font-size: 1.25rem;
}
.property_contact{
  display: inline-block;
  width:100%;
  padding:.5rem 0;
  background-color: #C7C08B;
  border-radius: 9999px;
  color:white;
  text-decoration: none;
  margin-top:0.5rem;
  transition: .3s;
}
.property_contact:hover{
  opacity: .6;
}
.property_contact p{
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
}


.content_name.purchase_flow{
  margin-top:5rem;
}

.flow_content{
  width:100%;
  background-color: #EAF9FA;
  border-radius: 1.25rem;
  padding:2.5rem 0;
}
.flow_flex{
  width:80%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flow_flex img{
  width:20%;
}
.flow_flex .suitcase{
  width:10%;
}
.flow_flex .flow_info{
  width:75%;
}
.flow_ttl{
  display: flex;
  align-items: center;
  border-bottom:2px solid #BABABA;
  padding-bottom:1.25rem;
  margin-bottom:1.25rem;
}
.flow_ttl .flow_number{
  font-size: 2.5rem;
  color:#10A6B5;
  font-weight: 800;
  margin-right:1rem;
}
.flow_ttl h4{
  margin-top:.3rem;
  font-size: 1.125rem;
}




/*お客様の声*/
#voice{
  background-color: #10A6B5;
  padding:5rem 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#voice .city-sub,
#voice .city-title{
  text-align: center;
  color:white;
}

.voice_circle1{
  width:300px;
  position: absolute;
  top:-4%;
  right:-5%;
  z-index: -1;
}
.voice_circle2{
  width:250px;
  height:250px;
  background-color: #EAF9FA;
  border-radius: 9999px;
  position: absolute;
  top:35%;
  left:0;
  z-index: -1;
}
.voice_circle3{
  width:500px;
  position: absolute;
  bottom:-8%;
  right:-7%;
  z-index:-1;

}

.voice_content{
  width:100%;
  padding:2.5rem 0;
  background-color: white;
  border-radius: 1.25rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.voice_content:nth-of-type(n+2){
  margin-top:1.25rem;
}
.voice_flex{
  width:90%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.voice_people{
  width:15%;
}
.voice_people img{
  width:100%;
}
.purpose{
  text-align: center;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top:1.25rem;
}
.voice_info{
  width:80%;
}
.case_info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.reason_sale{
  font-size: 1.125rem;
  margin-right:-8%;
  width:450px;
  border-bottom:solid 2px #10A6B5;
}
.voice_txt{
  margin-top:2.5rem;
}

.google_voice{
  width:500px;
  margin:3.75rem auto 0 auto;
}
.google_voice a{
    position: relative;
    display: inline-block;
    background: linear-gradient(45deg, #EBC700, #FFFA80);
    width: 100%;
    padding: 1.25rem 0;
    border-radius: 40px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.125rem;
    overflow: hidden;
    text-align: center;
}
.google_voice a::after{
  content:"";
  position:absolute;
  top:0;
  left:-75%;
  width:50%;
  height:100%;
  background:linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
  transform:skewX(-20deg);
  animation:mvBtnShine 2s infinite;
}

@keyframes mvBtnShine{
  0%{
    left:-75%;
  }
  30%{
    left:125%;
  }
  100%{
    left:125%;
  }
}
.google_voice a:hover{
  opacity: .8;
}




/*社長インタビュー*/
#interview{
  background-color: #EAF9FA;
  padding:5rem 0;
}
#interview .city-sub,
#interview .city-title{
  color:#10A6B5;
}

.what{
  display: block;
  width:900px;
  margin:3.75rem auto 5rem auto;
}

.president_content{
  position: relative;
}
.president_content img{
  width:70%;
  object-fit: cover;
  border-radius: 2rem;
}
.president_content .president_heading{
  width:680px;
  background-color: rgba(255, 255, 255,.9);
  padding:2.5rem 0;
  border:solid 3px #10A6B5;
  border-radius: 2rem;
  position: absolute;
  right:0;
  top:50%;
  box-shadow: 10px 10px 0 rgba(0,0,0,0.16);
}
.president_content .heading_q,
.president_content .heading_a{
  width:600px;
  margin:0 auto;
  color:#10A6B5;
}
.president_content .heading_q{
  font-weight: 600;
}
.president_content .heading_a{
  margin-top:1.25rem;
}

.q_a{
  margin-top:2.5rem;
}
.q_a.first_qa{
  margin-top:10rem;
}
.question{
  display: flex;
  align-items: center;
  width:100%;
  padding:1.05rem 3.125rem 1.25rem 3.125rem;
  background-color: white;
  border-radius: 9999px;
}
.question span{
  font-size: 2rem;
  color: #10A6B5;
  font-weight: 600;
  margin-right:1.25rem;
}
.question h5{
  font-size: 1.25rem;
  color:#10A6B5;
  font-weight:600;
  padding-top: .3rem;
}
.answer{
  width:91%;
  margin:1.25rem auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.answer span{
  font-size: 2rem;
  color: #EB784D;
  font-weight: 600;
  margin-right:1.25rem;
}
.answer p{
  color: #10A6B5;
}



/*会社概要*/
#company{
  margin-top:5rem;
}
#company .inner{
  width:960px;
  border:solid 3px #10A6B5;
  border-radius: 1.5rem;
  background-color: white;
  margin:0 auto;
  padding:2.5rem 0;
}
#company .city-sub,
#company .city-title{
  text-align: center;
}
#company table{
  width:90%;
  margin:2.5rem auto;
  color:#10A6B5;
  border-collapse:collapse;
}
#company table tr th,
#company table tr td{
  border-bottom: solid 1px #10A6B5;
  padding:1.25rem;
}
#company table tr th{
  width:20%;
}
#company table tr td a{
  text-decoration: none;
  color:#10A6B5;
  pointer-events: none;
}
#company table tr td .hp-link{
  text-decoration: underline;
    pointer-events:all;

}
#company table tr:last-of-type th,
#company table tr:last-of-type td{
  border-bottom:none;
}



/*お問い合わせ*/
#contact{
  background-color: #10A6B5;
  padding:5rem 0;
}
#contact .city-sub,
#contact .city-title{
  text-align: center;
  color:white;
}

.contact_bg{
  width:100%;
  background-color: white;
  padding:2.5rem 0;
}
.contact_area{
  width:90%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact_area .contact_info{
  width:35%;
}
.contact_txt{
  font-weight: 500;
  margin-bottom:2rem;
}

.contact_btn{
  border-radius: 1.25rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.contact_btn a{
  display: block;
  padding:1.05rem 0 1.25rem 0;
  text-align: center;
  text-decoration: none;
  color:white;
  transition: .3s;
}
.contact_btn a:hover{
  opacity: .8;
}
.contact_btn.tel_btn{
  background-color: #10A6B5;
}
.contact_btn.mail_btn{
  background-color: #FF6D41;
  margin:1.25rem 0;
}
.contact_btn.line_btn{
  background-color: #10B549;
}

.contact_ttl{
  font-weight: 500;
}
.contact_btn .btn_info{
  font-size: 1.8rem;
  font-weight: 500;
}
.contact_btn .btn_info span{
  font-size: 1rem;
  margin-right:.5rem;
}

/* タブ */
.contact-tabs {
  display: flex;
  border-bottom: 2px solid #2aa3a8;
  margin-bottom: 20px;
}

.contact_form{
  width:60%;
}

.tab-btn {
  flex: 1;
  padding: 15px;
  background: #d9e6e8;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.tab-btn.active {
  background: #10A6B5;
  color: #fff;
}

/* フォーム */
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form-group label {
  width: 40%;
  font-size: 14px;
}
.form-group label span {
  background: #ff6b6b;
  color: #fff;
  padding: 2px 6px;
  margin-left: 8px;
  font-size: 12px;
}
.form-group input,
.form-group textarea {
  width: 60%;
  padding: 12px;
  border: none;
  background: #d9e6e8;
}
textarea {
  height: 150px;
  resize: none;
}
/* 送信ボタン */
.submit-btn{
  display: block;
  margin: 40px auto 0;
  padding: 15px 0;
  width:50%;
  background: #10A6B5;
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
}




/*追従CTA*/
.cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #10A6B5;
  padding: 1.5em 0;
  z-index: 9999;
  opacity: 1;
  transition: 0.3s;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.16);
}
.cta-fixed.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.cta-inner {
  width:1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.cta-bubble{
  color:white;
  border-bottom: solid 1px white;
  padding-bottom:.5rem;
}
.cta-bubble strong{
  font-size: 1.25rem;
}



/* ボタン */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  background: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.cta-btn:hover {
  transform: translateY(-3px);
}

/* アイコン色 */
.cta-btn.tel i {
  color: #f47c48;
}

.cta-btn.mail i {
  color: #10A6B5;
}

.cta-btn.line i {
  color: #00c300;
}

.cta-bubble br{
  display: none;
}





/*フッター*/
footer{
  background-color: #2E8C98;
  padding:2.5rem 0 1.25rem 0;
}
.footer_fl{
  display: flex;
  justify-content: space-between;
}

.footer_fl .top a{
  display: flex;
  width:60px;
  height:60px;
  background-color: white;
  justify-content:center ;
  align-items: center;
  text-decoration: none;
  color:#10A6B5;
  font-size: 1.5rem;
  border-radius: .5rem;
}

.copy_right{
  margin-top:2.5rem;
  text-align: center;
  color:white;
  font-size: 0.875rem;
}






/**-----------------------------------------------------------------------
                                レスポンシブ
--------------------------------------------------------------------------*/
@media(max-width:1440px){
  /*コンテンツ幅*/
  .inner{
    width:clamp(1000px,79.86vw,1150px);
  }

  /*ヘッダー*/
  .logo img{
    height:2.08vw;
  }
  .nav ul{
    gap:20px;
  }
  .tel-btn{
    padding: 5px 20px 8px 20px;
    font-size: .8rem;
  }
  .tel-btn span{
    font-size: 1rem;
  }
  


  /*ご検討中の方*/
  .assessment-item{
    width: 20.83vw;
    height: 20.83vw;
    min-width: 250px;
    min-height: 250px;
  }

  /*アクティビティ*/
  .city_gallery p{
    width:200px;
  }
  .education .circle2{
    top: 30px;
    right: -240px;
  }

  /*エデュケーション*/
  .education .wedding{
    width: 24.31vw;
  }

  /*ショッピング*/
  .shopping .circle_mizu{
    width: 26.39vw;
    height: 26.39vw;
    top: -97px;
    right: -45px;
  }
  .shopping .car{
    width: 11.11vw;
  }
  .shopping .buta{
    width: 8.33vw;
    top: 45px;
  }


  /*売るには*/
  .sell-title img{
    width: 280px;
  }
  .flow-item{
    width:80%;
  }
  .flow-header,.accordion{
    width:90%;
  }
  .flow-icon{
    width: 35%;
  }
  .in_content{
    width:95%;
  }
  .intermediary .flow-icon img {
    width: 75%;
  }
  .flow-icon img {
    width: 60%;
  }

  /*ご売却プラン*/
  .plan_item{
    width:80%;
  }
  .plan_item .in_content{
    width:95%;
  }

  /*買うには*/
  .buy_in{
    width:80%;
  }

  /*新着物件一部*/
  .property_container{
    flex-wrap: wrap;
    justify-content:center;
  }
  .property_container .property_content{
    width: calc((100% - 4rem ) / 3);
    margin:0 .5rem;
  }
  .property_container .property_content:nth-of-type(n+4){
    margin-top:1rem;
  }
  .property_content img{
    height: 10.42vw;
  }


  /*お客様の声*/
  .reason_sale{
    width: 31.25vw;
  }


  /*インタビュー*/
  .what{
    width:62.5vw;
  }
  .q_a.first_qa {
    margin-top: 13vw;
  }




}


@media(max-width:1200px){
  html{
    font-size: 15px;
  }

  /*コンテンツ幅*/
  .inner{
     width:clamp(700px,83.33vw,1000px);
  }



  /*ご検討中の方*/
  .assessment-woman{
    right:0;
  }
  .assessment-woman img {
    width: 25vw;
  }


  /*波形*/
  .city-bg::before{
    height: 130%;
    right: -3.5%;
    top: -95%;
  }
  .city-bg::after {
    height: 130%;
    left: -5.5%;
    top: -53px;
  }


  /*エデュケーション*/
  .shopping .circle_mizu{
    width: 19.39vw;
    height: 19.39vw;
    top: -200px;
    right: 130px;
  }
  .shopping .buta{
    top: -50px;
    right: 80px;
  }

  /*お客様の声*/
  .case_info{
    flex-flow: column;
    align-items: flex-start;
  }
  .reason_sale{
    width:100%;
    margin-top:1.25rem;
  }

  /*インタビュー*/
  .president_content .president_heading{
    width:600px;
  }
  .president_content .heading_q, .president_content .heading_a{
    width:90%;
    top:36%;
  }
  .q_a.first_qa {
    margin-top: 19vw;
  }

  /*会社概要*/
  #company .inner{
    width:80%;
  }

  /*問い合わせ*/
  .contact_area{
    flex-flow: column;
  }
  .contact_area .contact_info,.contact_form{
    width:100%;
  }
  .contact_btn_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact_btn{
    width:calc((100% - 2rem) / 3);
  }
  .contact_txt{
    margin-bottom:1.25rem;
  }
  .contact_form{
    margin-top:1.25rem;
  }

}


@media(max-width:1024px){
  html{
    font-size: 14px;
  }

  body.active{
    position: relative;
    height:100%;
    overflow: hidden;
  }
  body.active::after{
    content:"";
    display: block;
    width:100vw;
    height:100vh;
    background-color: rgba(0, 0, 0,.4);
    position: fixed; 
    top:0;
    left:0;
    z-index: 3;
  }

  /*ヘッダー*/
  .header-inner{
    align-items: center;
  }
  .logo img{
    height:30px;
  }

  .hamburger{
    display: block;
    width:60px;
    height:60px;
    position: relative;
    background: transparent;
    border:none;
    z-index: 10000000;
  }
  .hamburger span{
    width:80%;
    display: block;
    background-color: white;
    height:1px;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    transition: .3s;
  }
  .hamburger span:first-of-type{
    top:30%;
  }
  .hamburger span:last-of-type{
    bottom:28%;
  }
  .hamburger.active span:first-of-type{
    transform: rotate(15deg)translateX(-50%);
    top:60%;
  }
  .hamburger.active span:nth-of-type(2){
    display: none;
  }
  .hamburger.active span:last-of-type{
    transform: rotate(-15deg)translateX(-50%);
    bottom:58%;
  }
  
  

  .header_right{
    position: fixed;
    background-color: #10A6B5;
    width:50vw;
    height:100vh;
    top:0;
    right:-50vw;
    flex-flow: column;
    align-items: self-start;
    justify-content: flex-start;
    padding:5rem 2.5rem 2.5rem 2.5rem ;
    transition: .6s;
    z-index: 9999;
  }
  .header_right.active{
    right:0;
  }
  .header_right nav ul{
    flex-flow: column;
    margin-bottom:2rem;
  }
  .header_right nav ul li{
    font-size: 1.25rem;
  }
  .header_right .tel-btn{
    width:100%;
    text-align: center;
  }


  /*ご検討中の方*/
  .assessment-heading picture img{
    width:80%;
  }
  .assessment-list{
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  .assessment-item {
    width: 24.41vw;
    height: 24.41vw;
    min-width: 200px;
    min-height: 200px;
  }
  .assessment-item img{
    width: 5.86vw;
  }
  .map{
    width: 90%;
  }


  /*波形*/
  .city-bg::after {
    height: 110%;
    left: -5.5%;
    top: -44px;
  }
  .city-bg::before {
    height: 130%;
    right: -1.5%;
    top: -100%;
  }

  /*景観*/
  .city-image .city_img{
    height:300px;
  }
  .circle1{
    width: 29.3vw;
    top: -80px;
  }
  .city-image .tori{
    width: 19.53vw;
  }
  .city-image .house{
    width: 21.48vw;
  }

  /*アクティビティ*/
  .city_gallery{
    flex-flow: column;
  }
  .gallery_img{
    width:100%;
    height: 48.83vw;
  }
  .gallery_img:last-child{
    margin-top:2rem;
  }

  .activity .circle_white {
    width: 19.53vw;
    height: 19.53vw;
  }

  /*エデュケーション*/
  .education .circle2{
    top: -290px;
    right: -200px;
    z-index: -1;
  }
  .education .wedding{
    display: none;
  }

  /*ショッピング*/
  .car,.shopping .buta{
    display: none;
  }
  .shopping .circle_mizu{
    width: 22.39vw;
    height: 22.39vw;
    top: 18px;
    right: -130px;
  }
  .shopping .circle3{
    bottom: -160px;
  }

  /*売買活動*/
  .activity_area h6 br{
    display: block;
  }

  /*売買契約締結*/
  .txt_flex{
    flex-flow: column;
  }
  .txt_flex p{
    width:100%;
  }
  .txt_flex img{
    width:50%;
    margin-top:1.25rem;
  }

  /*残代金決済*/
  .help_flex{
    flex-flow: column;
  }
  .help_flex p{
    width:100%;
  }
  .help_flex .help_img{
    width:50%;
    margin-top:1.25rem;
  }


  /*お客様の声*/
  .voice_circle2{
    left: -55px;
  }
  .voice_circle3{
    width: 400px;
    bottom: -3%;
    right: -12%;
  }
  .voice_info {
    width: 75%;
  }
  .voice_people {
    width: 20%;
  }
  .q_a.first_qa {
    margin-top: 250px;
  }

  

  /*インタビュー*/
  .president_content .president_heading {
    width: 53.71vw;
  }

  /*問い合わせ*/
  .contact_btn .btn_info{
    font-size: 1.5rem;
  }

  /*CTA追従*/
  .cta-fixed{
    padding:.5rem 0 1rem 0 ;
  }
  .cta-inner{
    width:90%;
    flex-flow: column;
  }
  .cta-bubble{
    width:50%;
    padding-top:.3rem;
    text-align: center;
    font-weight: 600;
    border-bottom: none;
  }
  .cta-bubble strong{
    font-weight: 600;
  }
  .cta-btn{
    padding: 10px 20px;
  }


}


@media(max-width:768px){
  html{
    font-size: 15px;
  }

  /*コンテンツ幅*/
  .inner{
    width:90%;
  }
  .br_768{
    display: block;
  }

  /*もっと見るのボタン*/
  .more_btn{
    display: block;
    width:100%;
    text-align: center;
    background-color: white;
    border:solid 2px #10A6B5;
    color:#10A6B5;
    font-weight: bold;
    font-size: 1.125rem;
    padding:1.25rem 0;
    border-radius: 1rem;
    margin-top:2.5rem;
    cursor: pointer;
  }
  /*-------スマホ版の時のアコーディオン------*/
  /* 最初は閉じる */
  .a_accordion {
    display: none;
  }

  .city-text ,
  .info_txt{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .city-text.is-open,
  .info_txt.is-open {
    -webkit-line-clamp: unset;
  }



  /*--------------ここまで--------------*/

  /*ヘッダー*/
  .logo img{
    height:3.91vw;
  }
  .hamburger{
    width:7.81vw;
    height:7.81vw;
  }

  /*メインビュー*/
  .mv-inner picture img{
    min-width:350px;
  }
  .mv-icon{
    width:15%;
  }
  .mv-txt{
    width:60%;
  }
  .mv-btn{
    width:80%;
  }

  /*ご検討中の方*/
  .assessment{
    padding:3.75rem 0 8rem 0;
  }
  .assessment-heading picture img {
    width: 70%;
  }
  .assessment-woman{
    top: -5.21vw;
  }
  .assessment-woman img {
    width: 32vw;
  }
  .assessment-list{
    flex-wrap: wrap;
    gap: 1rem;
  }
  .assessment-item {
    width: 42vw;
    height: 42vw;
    min-width: auto;
    min-height: auto;
  }
  .assessment-item img {
    width: 10vw;
  }
  .assessment-item p{
    font-size: 3vw;
  }
  .service_img{
    width:100%;
  }

  .picture_gallery{
    position: relative;
    z-index: 2;
  }

  #city-value .inner{
    padding-top: 2rem;
  }


  /*景観*/
  .circle1{
    width: 35vw;
    min-width: 200px;
  }
  .city-image .tori{
    top: 11%;
    left: -3%;
  }
  .city-image .house {
    width: 26vw;
  }



  /*アクティビティ*/
  .activity .circle_white{
    top: 350px;
    left: -14%;
  }
  .education .circle2{
    width: 200px;
    top: -167px;
    right: -95px;
  }

  /*ショッピング*/
  .shopping .circle_mizu{
    top: 205px;
    right: -95px;
  }
  .shopping .circle3{
    width: 39.06vw;
  }

  /*売るには買うには*/
  .speech span{
    display: block;
    margin-top:.5rem;
  }

  .main_accordion{
    width:80%;
    margin:1.25rem auto;
    text-align: center;
    cursor: pointer;
    color: #10A6B5;
    font-weight: 600;
  }
  .main_accordion p::after{
    content:"▼ 詳しく見る";
  }
  .main_accordion.is-open p::after{
    content:"▲ 閉じる";
  }

  /*売るには*/
  .content_name p{
    width:90%;
    margin:0 auto;
    text-align: left;
  }
  .content_name p br:last-of-type{
    display: none;
  }

  /*売却の流れ*/
  .flow-item {
    width: 90%;
    padding: 2.5rem 0;
  }
  .flow-icon{
    display: none;
  }
  .flow-heading{
    flex-flow: column;
    align-items: self-start;
    gap:0;
  }
  .hearing_flex{
    flex-flow: column;
  }
  .hearing_left, .hearing_right{
    width:100%;
  }
  .back_txt{
    width:100%;
  }
  .hearing_left div:nth-of-type(n+2),
  .hearing_right div{
    margin-top:2.5rem;
  }
  .table_scroll{
    overflow-x: scroll;
  }
  .contract-table{
    width:700px;
  }
  .contract-detail-table{
    width:800px;
  }
  .sale .back_txt{
    padding:0.5rem 0;
    width:100%;
  }

  /*売買活動*/
  .activity_content{
    width:100%;
  }
  .activity_content:nth-of-type(n+2){
    margin-top:1.25rem;
  }
  .activity_area h6 br{
    display: none;
  }

  .in_content .uzina_sell img{
    width:80%;
    display: block;
    margin:0 auto 2.5rem auto;
  }


  /*売却プラン*/
  .flow-toggle.main_accordion{
    background-color: #10A6B5;
  }
  .flow-toggle.main_accordion i{
    color:white;
  }
  .plan_item{
    width:90%;
  }
  .plan_item h4{
    position: relative;
    cursor: pointer;
  }
  .plan_item h4::after{
    content:"▼";
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
  }
  .plan_item.is-open h4::after{
    content:"▲";
  }
  .plan_flex{
    flex-flow: column-reverse;
  }
  .plan_flex .plan_txt{
    width:100%;
    margin-top:1.25rem;
  }
  .plan_flex .plan_txt picture img{
    display: block;
    width:80%;
    margin:1rem auto;
  }
  .plan_flex .plan_figure{
    width:100%;
  }

  /*買うには*/
  .buy_in{
    width:90%;
  }
  .banner img{
    width:40%;
  }

  /*新着物件*/
  .property_scroll{
    overflow-x: scroll;
  }
  .property_container {
    width: 1100px;
    flex-wrap: nowrap;
  }
  .property_content{
    width:calc((100% - .5rem) / 5);
  }
  .property_container .property_content:nth-of-type(n+4){
    margin-top:0;
  }
  .property_content img {
    height: 120px;
  }

  /*購入の流れ*/
  .flow_flex img{
    display: none;
  }
  .flow_flex .flow_info{
    width:100%;
  }


  /*お客様の声*/
  #voice{
    padding:2.5rem 0 4rem 0;
  }
  .voice_circle1{
    width: 39.06vw;
    top: -70px;
    right: -105px;
  }
  .voice_circle2{
    width: 26.04vw;
    height: 26.04vw;
  }
  .voice_people{
    width:25%;
  }
  .voice_info{
    width:70%;
  }


  /*インタビュー*/
  #interview{
    padding:2.5rem 0 4rem 0;
  }
  .what {
    width: 100%;
  }
  .president_content img{
    width: 70vw;
    display: block;
    margin:0 auto;
  }
  .president_content .president_heading {
    width: 100%;
    position: relative;
    margin-top: -10vw;
  }
  .q_a.first_qa {
    margin-top: 2.5rem;
  }
  

  /*会社概要*/
  #company .inner {
    width: 90%;
  }
  #company table{
    margin-bottom:0;
  }
  
  /*問い合わせ*/
  #contact{
    padding:2.5rem 0 4rem 0;
  }
  .contact_btn_container{
    flex-flow: column;
  }
  .contact_btn{
    width:100%;
  }
  .contact_form{
    margin-top:2.5rem;
  }
  .form-group{
    flex-flow: column;
  }
  .form-group label,
  .form-group input, 
  .form-group textarea{
    width:100%;
  }
  .form-group label br{
    display: none;
  }
  .form-group input, .form-group textarea{
    margin-top:1rem;
  }


  /*cta追従*/
  .cta-fixed{
    padding: 0;
    width:80%;
    left:50%;
    bottom:10px;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  .cta-inner{
    width:100%;
  }
  .cta-bubble{
    background-color: #EB784D;
    width:100%;
  }
  .cta-buttons{
    width:100%;
    gap:0;
    justify-content: space-between;
    margin:0 auto;
  }
  .cta-btn.mail{
    border-right:1px solid #10A6B5;
    border-left:1px solid #10A6B5;
  }
  .cta-buttons a p{
    display: none;
  }
  .cta-buttons a{
    width:calc(100% / 3);
    justify-content: center;
    padding:1rem 0;
    border-radius: 0;
  }
  .cta-buttons a i{
    font-size: 1.5rem;
  }
  
}


@media(max-width:600px){
  /*ヘッダー*/
  .header_right{
    width:100vw;
    right:-100vw;
  }
  .br_600{
    display: block;
  }

  /*アクティビティ*/
  .gallery_img{
    flex-flow: column;
    height: auto;
  }
  .img_left{
    width:100%;
    height:50vw;
  }
  .img_fl{
    width:100%;
  }
  .img_fl div{
    height:50vw;
    margin-top:1.25rem;
    border-left: solid 4px white;
  }
  .img_fl div:last-of-type{
    border-top:solid 4px white;
  }
  .city_gallery p,
  .img_fl div p{
    width:100%;
    text-align: center;
    font-size: 1rem;
  }

  /*アクティビティ*/
  .activity .circle_white{
    top:440px;
  }

  /*売るには買うには*/
  .speech span{
    font-size: 5vw;
  }
  #sell-flow, #buy-flow{
    padding: 3.75rem 0;
  }

  
  /*売るには*/
  .sell-title{
    top: -66px;
  }
  .sell-title img{
    width:250px;
  }

  /*売買活動*/
  .activity_area h6 br{
    display: block;
  }

  /*売買契約締結*/
  .txt_flex img{
    width:80%;
  }

  /*残代金決済*/
  .help_flex .help_img{
    width:80%;
  }

  /*売却プラン*/
  .plan_flex .plan_txt picture img{
    width:100%;
  }

  /*買うには*/
  .banner img {
    width: 55%;
  }

  /*お客様の声*/
  .voice_circle3{
    width: 300px;
    bottom: -2%;
    right: -15%;
  }
  .voice_flex{
    flex-flow: column;
    align-items: center;
  }
  .voice_people {
    width: 100%;
  }
  .voice_people img {
    width: 30%;
    display: block;
    margin:0 auto;
  }
  .voice_info{
    width:100%;
    margin-top:1.25rem;
  }
  .google_voice{
    width:100%;
  }


  /*会社概要*/
  #company table tr{
    display: flex;
    flex-flow: column;
  }
  #company table tr th, #company table tr td{
    width:100%;
    text-align: left;
    padding-left:0;
  }
  #company table tr th{
    border-bottom:none;
    padding-bottom:0;
  }

  /*お問い合わせ*/
  .submit-btn{
    width:100%;
    padding:1rem 0;
  }




}

@media(max-width:425px){
  html{
    font-size: 14px;
  }

  .header-inner{
    padding:1rem 30px;
  }
  .logo img{
    height:20px;
  }


  /*メインビュー*/
  .mv{
    height:70vh;
  }
  .mv-inner picture img{
    width:61.18vw;
    min-width:auto;
  }

  /*景観*/
  .city-image .city_img{
    height:400px;
  }
  .circle1 {
    width: 30vw;
    min-width: 180px;
    top: -55px;
  }
  .city-image .tori {
    width: 26vw;
  }
  .city-image .house {
    width: 40vw;
  }

  /*エデュケーション*/
  .education .circle2{
    width: 150px;
    top: -150px;
    right: -53px;
  }
  .shopping .circle_mizu{
    top: 189px;
    right: -38px;
  }
  .shopping .circle3 {
    bottom: -106px;
  }

  /*売るには買うには*/
  .speech p{
    font-size: 4.5vw;
  }
  .speech span {
    font-size: 6vw;
    margin-top:0;
  }
  #sell-flow, #buy-flow{
    margin-top:8rem;
  }

  /*売るには*/
  .sell-title img{
    width:220px;
  }
  .sell-title {
    top: -60px;
  }

  /*売買活動*/
  .in_content .uzina_sell img{
    width:100%;
  }

  /*残代金決済*/
  .help_flex .help_img {
    width: 100%;
  }

  /*買うには*/
  .banner img {
    width: 70%;
  }

  /*購入の流れ*/
  .flow_ttl{
    flex-flow: column;
    align-items: flex-start;
  }

  /*お客様の声*/
  .voice_circle1 {
    width: 58.82vw;
    top: -85px;
    right: -120px;
  }
  .voice_circle3{
    width:200px;
    bottom: 2%;
    right: -10%;
  }
  .google_voice a{
    font-size: 1rem;
  }

  /*インタビュー*/
  .president_content img {
    width: 85%;
    border-radius: 1rem;
  }
  .president_content .president_heading{
    border-radius: 1rem;
    box-shadow: none;
    padding:1rem 0;
  }


  /*cta追従*/
  .cta-fixed{
    width:100%;
    bottom:0;
  }
  .cta-buttons{
    width:100%;
  }
  .cta-buttons a{
    padding:1.5rem 0;
  }
}



@media(max-width:375px){
  /*景観*/
  .circle1 {
    width: 43vw;
    min-width: auto;
    top: -1%;
  }
}