@charset "UTF-8";

/* ===================================================
share parts
===================================================*/
html {
  font-size: 62.5%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,main,footer {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Original Yu Gothic", "Yu Gothic", "YuGothic", "Meiryo", "sans-serif";
  font-weight: 700;
  color: #2b2b2b;
  letter-spacing: 0.1em;
}
img {
  vertical-align: bottom;
  width: 100%;
}
a {
  color: #2b2b2b;
  text-decoration: none;
  display: block;
}
p {
  line-height: 1.66;
}
ul {
  list-style: none;
}
.bigger140 {
  font-size: 140%;
}
.smaller60 {
  font-size: 70%;
}
.orange {
  color: #fe3500;
}
.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

.lp-lv2-heading {
  color: #fe3500;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.73;
  text-align: center;
  margin-bottom: 30px;
}
.inner {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 50px 82px;
}
@media (max-width: 950px) {
  .lp-lv2-heading {
      font-size: 2.8rem;
  }
}
@media (max-width: 850px) {
  .lp-lv2-heading {
      font-size: 2.6rem;
      margin-bottom: 50px;
  }
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 750px) {
  .lp-lv2-heading {
      font-size: 2rem;
      margin-bottom: 20px;
  }
  .inner {
    padding: 30px 16px 50px;
  }
}

/* ===================================================
header
===================================================*/
header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #fe3500;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06);
  padding: 10px 12px;
  z-index: 999;
}
header .h-logo {
  width: 80px;
}

/* ===================================================
fv
===================================================*/
.fv {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:lighten;
  z-index: 1;
}
.fv-contents {
  width: 100%;
  z-index: 100;
}
.fv-contents h1{
  position: relative;
}
.fv-h1 {
  padding-top: 120px;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8);
}
.fv-h1-txt{
  position: absolute;
  top: 48%;
  left: 6.8%;
  font-family: 'Noto Sans JP';
  font-size: 1.25vw;
  line-height: 2vw;
  font-weight: 500;
  letter-spacing: 4.5px;
  color: #2b2b2b;
}

.fv-value-container {
  position: absolute;
  bottom: 2.25%;
  left: 50%;
  transform: translateX(-50%);
  color: #f5f5f5;
  width: 100%;
  padding: 0 4vw;
  font-size: 3.5vw;
  font-weight: 400;
}
.fv-value-container img {
  width: 40%;
  padding-bottom: 1px;
}
.fv-value-container p {
  padding-bottom: 6px;
  letter-spacing: 0.4vw;
  font-feature-settings: "palt";
}
.fv-value-container ul {
  display: flex;
  gap: 2.75%;
}
.fv-value-container li {
  border: 1px solid #f9f9f9;
  width: calc(100% / 3);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 1.8vw 0;
}
.fv-value-container .value-top-txt {
  font-size: 3.5vw;
  line-height: 4vw;
  top: 3px;
  position: relative;
  letter-spacing: 0.1vw;
}
.fv-value-container .value-bottom-txt {
  font-size: 7vw;
  color: #fe3500;
  font-weight: 700;
  font-family: Helvetica Neue;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 2px;
  position: relative;
}
.fv-value-container .value-bottom-txt .value-txt-sub{
  font-size: 2.5vw;
  color: #f9f9f9;
  line-height: 2.75vw;
  text-align: left;
}
.fv-value-container .value-bottom-txt .value-txt-strong{
  letter-spacing: -2px;
  padding-right: 4px;
}

.fv-subttl {
  font-size: 3rem;
  text-align: center;
}
.fv-labels {
  display: flex;
  width: 80%;
  max-width: 400px;
  margin: 30px auto 70px;
}
.fv-labels .fv-label {
  margin: 0 15px;
}
.fv-cta-pc {
  position: relative;
  padding: 30px 0 40px;
  background: #fe3500;
}

.fv-cta-ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.fv-cta-sp {
  width: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .fv-h1-txt{
    top: 3.5%;
    right: 3%;
    font-family: 'YuMincho';
    font-size: 3.9vw;
    line-height: 6.2vw;
    font-weight: 600;
    writing-mode: vertical-rl;
    color: #f9f9f9;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1.0), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .fv-h1 {
    /*SP向記述*/
    padding-top: 60px;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .fv-subttl {
    /*SP向記述*/
    font-size: 2rem;
  }
  .fv-labels {
    /*SP向記述*/
    margin: 20px auto 30px;
  }
  .fv-labels .fv-label {
    /*SP向記述*/
    margin: 0 10px;
  }
  .fv-cta-pc {
    padding: 15px 0 25px;
  }
  .fv-cta-ttl {
    /*SP向記述*/
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* ========= fv-btn =========*/
 .btn {
  font-size: 2.4rem;
  line-height: 1.5;
  position: relative;
  padding: 15px 60px;
  cursor: pointer;
  transition: ease 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 100px;
}
.cta-sub{
  color: #fff;
  border: 1px solid #fff;
}
.cta-sub:hover{
  color: #fe3500;
  background: #fff;
}
.cta-main{
  color: #fe3500;
  background: #fff;
  border: 1px solid #fff;
}
.cta-main:hover{
  color: #fff;
  background: #fe3500;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2rem;
}
@media screen and (max-width: 850px) {
  .btn{
    padding: 15px 50px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .btn{
    padding: 8px 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .btn{
    padding: 8px 15px;
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=index.css.map */

/* ===================================================
section（物件事例）
===================================================*/
.case-land,.case-house{
  display: none;
}
.keyword-pick{
  padding-left: 9px;
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
}

.case-inner{
  padding: 40px 0 60px;
}
.case-flex{
  display: flex;
  gap: 20px;
  max-width: 1020px;
  width: calc(100% - 60px);
  margin: 0 auto;
  flex-flow: wrap;
  justify-content: center;
}
.case-flex .case-li{
  max-width: 500px;
  width: calc(50% - 10px);
}
.case-slider{
  border-bottom: 0.5px solid #2b2b2b;
}
.case-item figure{
  max-width: 500px;
  width: 100%;

}
.case-item figcaption{
  padding: 16px 0 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.case-item span{
  margin-right: 10px;
  color: #fe3500;
  font-weight: 700;
}
.case-sect p.case-txt{
  margin: 16px auto 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .case-item figcaption, .case-sect p.case-txt{
    font-size: 1.6rem;
  }
}

@media (max-width: 750px) {
  .case-flex{
    display: block;
    width: 100%;
  }
  .case-flex .case-li{
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .case-item figure{
    max-width: 100%;
    width: 100%;
  }
  .case-item figcaption{
    padding: 8px 0 12px;
  }
  .case-item figcaption, .case-sect p.case-txt{
    font-size: 1.4rem;
  }
  .case-sect p.case-txt{
    padding: 0 16px;
  }
  .case-slider{
    margin-bottom: 44px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 450px) {
 .case-item figcaption, .case-sect p.case-txt{
    font-size: 1.3rem;
  }
}

/* ===================================================
section（物件一覧）
===================================================*/
.case-list-sect{
  margin: 0 auto;
  max-width: 1280px;
  width: calc(100% - 60px);
}
.case-list-sect h3{
  margin-bottom: 2px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 50px;
  text-align: center;  
  color: #fe3500;
}
.case-list-sect p{
  margin-bottom: 28px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 32px;
  text-align: center;  
}
.case-table{
  margin: 0 auto;
}
.table-scroll{
  background: #f9f9f9;
  overflow-x: scroll;
}
.case-table table{  
  position: relative;
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.case-table table,.case-table tbody{
  display: block;
}
.case-table tr:nth-child(even){
  background: #eee;
}
.case-table th,.case-table td{
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.case-table td{
  padding: 20px 26px;
  border-right: 1px solid #2b2b2b;
}
.case-table th{
  padding: 0 21px;
  color: #f9f9f9;
  background: #2b2b2b;
}
.case-table thead{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.case-table thead tr{
  display: flex;
  flex-direction: column;
}
.case-table thead tr th:first-child{
  border-radius: 6px 0 0 0;
}
.case-table thead tr th:last-child{
  border-radius: 0 0 0 6px;
}
.th-01 { 
  padding: 32px 4px;
  border-bottom: 1px solid #f9f9f9;
}
.th-02 {
  padding: 44px 4px;
  border-bottom: 1px solid #f9f9f9;
}
.th-03 {
  padding: 55px 4px;
  border-bottom: 1px solid #f9f9f9;
}
.th-04 {
  padding: 20px 4px;
}
.case-table tbody tr:first-of-type{
  border-top: 1px solid #2b2b2b;
}
.case-table tbody tr:last-of-type{
  border-bottom: 1px solid #2b2b2b;
}
.case-table tbody span{
  color: #0000ee;
}
.click-btn {
  cursor: pointer;
}
.popup-wrapper {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 999;
}
.popup-inside {
  position: fixed;
  max-width: 460px;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
}
.message{
  padding: 32px 0;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: center;
}
.message p:first-child{
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 28px;
}
.message p:first-child::after{
  content: "";
  display: block;
  margin: 14px auto 16px;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #fe3500 0%, #fe3500 50%, #ddd 50%, #ddd 100%);
}
.message p:last-child{
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 28px;
}
.popup-close {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 13px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 24px;
  color: #fff;
  background: #2b2b2b;
  border-radius: 0 0 10px 10px;
  z-index: 100;
  cursor: pointer;
}
.case-table .popup-close span {
  color: #f9f9f9;
}
.popup-close span::before,
.popup-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 43%;
  width: 2px;
  height: 16px;
  background: #fff;
}
.popup-close span::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.popup-close span::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.scroll-hint-icon{
  top: calc(45% - 30px) !important;
  left: calc(50% - 114px) !important;
  background: rgba(43, 43, 43, .85)  !important;
}
.scroll-hint-shadow-wrap{
  padding-left: 100px;
}
.scroll-hint-shadow-wrap::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)) !important;
}
.scroll-hint-shadow-wrap::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)) !important;
}

@media (max-width: 750px) {
  .case-list-sect{
    width: 100%;
  }
  .case-list-sect h3 {
    font-size: 2rem;
    line-height: 34px;
  }
  .case-list-sect p {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .case-table{
    padding: 0 16px;
  }
  .case-table th,.case-table td {
    font-size: 1.4rem;
    line-height: 21px;
  }
  .case-table th {
    padding: 0 12.5px;
  }
  .case-table td{
    padding: 14px 20px;
  }
  .th-01 { 
    padding: 24px 0px;
  }
  .th-02 {
    padding: 35px 0;
  }
  .th-03 {
    padding: 45px 0;
  }
  .th-04 {
    padding: 14.5px 0;
  }
  .message{
    padding: 28px 0;
  }
  .message p:first-child{
    font-size: 1.6rem;
  }
  .message p:first-child::after{
    margin: 12px auto 14px;
  }
  .message p:last-child{
    font-size: 1.4rem;
    line-height: 24px;
  }
  .popup-close {
    padding: 8px 0 10px;
    font-size: 1.4rem;
    line-height: 21px;
  }
  .popup-close span::before,
  .popup-close span::after {
    left: 41%;
  }
  .scroll-hint-icon{
    left: calc(50% - 95px) !important;
  }
  .scroll-hint-shadow-wrap{
    padding-left: 70px;
  }
}

/* ===================================================
section（landix特徴）
===================================================*/
.point-sect {
  background: url(../img/bg-pt-sect.png)no-repeat;
  background-position: center;
  background-size: cover;
}
.point-list {
  margin-bottom: -10px;
}
.point-item {
display: flex;
align-items: center;
font-size: 2.4rem;
padding: 32px 60px;
background: #fff;
margin-bottom: 10px;
}
.point-item-sentence{
display: block;
padding-top: 10px;
font-size: 2rem;
font-weight: 400;
line-height: 1.4;
}
.point-item__num {
  color: #fe3500;
  margin-right: 40px;
  font-size: 2.8rem;
}
@media (max-width: 950px) {
  .point-item {
    font-size: 2.2rem;
    padding: 30px 40px;
  }
  .point-item-sentence{
    font-size: 2rem;
  }
}
@media (max-width: 850px) {
  .point-item {
    font-size: 1.8rem;
    padding: 30px 30px;
  }
  .point-item__num {
    margin-right: 30px;
    font-size: 2.6rem;
  }
  .point-item-sentence{
    font-size: 1.8rem;
  }
}
@media (max-width: 750px) {
  .point-item {
    font-size: 1.5rem;
  }
  .point-item__num {
    margin-right: 20px;
    font-size: 2.2rem;}
  .point-item-sentence{
    font-size: 1.5rem;
  }
}

/* ===================================================
section（主なサービス内容）
===================================================*/
.service-sect__lp-lv2-heading {
  margin-bottom: 60px;
}
.service-block {
  border: 3px solid #fe3500;
  border-radius: 30px;
  position: relative;
  padding-top: 59px;
}
.service-block__inner {
  margin: 0 auto 120px;
  padding: 0 15px;
  max-width: 900px;
}
.service-block__txt {
  font-size: 2.4rem;
  margin-bottom: 54px;
}
.service-block__txt--brok {
  font-size: 2.4rem;
  margin-bottom: 54px;
}
.service-block__txt:last-of-type {
  margin-bottom: 0;
}
/* ========= 人物 =========*/
.service-block__chara {
  position: absolute;
  width: 272px;
  right: 40px;
  bottom: 18px;
}
.service-block__chara img {
  max-width: 100%;
}
@media (max-width:950px) {
  .service-sect__lp-lv2-heading {
    margin-bottom: 55px;
  }
  .service-block__txt {
    font-size: 2.2rem;
    margin-bottom: 45px;
  }
  .service-block__txt--brok {
    font-size: 2.2rem;
    margin-bottom: 45px;
  }
}
@media (max-width: 850px) {
  .service-block__txt {
    font-size: 1.8rem;
  }
  .service-block__txt--brok {
    font-size: 1.8rem;
  }
  .service-block__chara {
    width: 235px;
    right: 30px;
  }
  .service-block__txt br {
    display: none;
  }
}
@media (max-width: 750px) {
  .service-block {
    padding-top: 35px;
  }
  .service-sect__lp-lv2-heading {
    margin-bottom: 33px;
  }
  .service-block__inner {
    margin: 0 auto 70px;
  }
  .service-block__txt {
    font-size: 1.4rem;
  }
  .service-block__txt--brok {
    font-size: 1.4rem;
  }
  .service-block__chara {
    width: 100px;
    right: 16px;
  }
  .service-block__txt:last-of-type {
    padding-right: 100px;
  }
}

/* ===================================================
section（ご成約者様の声）
===================================================*/
.kuchikomi-sect{
  padding: 80px 0 50px;
  font-size: 1.6rem;
}
.kuchikomi-sect .kuchikomi-head{
  margin-bottom: 8px;
}
.kuchikomi-lead{
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.kuchikomi{
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  gap: 16px;
}
.kuchikomi-item{
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.1);
  margin: 0 auto;
  padding: 0;
  width: calc(50% - 8px);
}

.kuchikomi-item-container{
  margin: 0 auto;
  padding: 30px 40px;
  width: 100%;
}
.kuchikomi-identity{
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.4px;
}
.kuchikomi-icon{
  max-width: 70px;
  width: 100%;
  padding-right:10px;
}
.kuchikomi-sentence{
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: justify;
}
.kuchikomi-sentence-detail{
  display: block;
  padding-top: 12px;
  font-weight: 400;
}
.kuchikomi-btn, .kuchikomi-btn--close{
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #707070;
  width: 200px;
  text-align: center;
  padding: 10px 40px;
  background: #fff;
  margin: auto;
  cursor: pointer;
}
#moreRead{
  margin: 20px auto 0;
  padding: 8px 0 10px;
  max-width: 160px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  color: #fff;
  background: #2b2b2b;
  border-radius: 5px;
}

.kuchikomi-sect .req-fv-cta{
  display: none;
}


@media (max-width: 750px) {
  .kuchikomi{
    gap: 0;
  }
  .kuchikomi-item{
    margin: 24px auto 0;
    width: 100%;
  }
  .kuchikomi-item:first-child{
    margin-top: 0;
  }
  .kuchikomi-item-container{
  }
  .kuchikomi-identity{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .kuchikomi-sect .req-fv-cta{
    display: block;
    margin: 50px auto 30px;
  }
}


/* ===================================================
footer
===================================================*/
.footer {
  background: #333;
  color: #fff;
  padding: 32px 0 0;
}
.footer__inner {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

/* ========= footer-upper =========*/
.footer-upper__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 32px;
}
.footer__tel,
.footer__address {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.footer__tel-area {
  display: flex;
  justify-content: flex-start;
  padding-left: 30px;
}
.phone {
  margin-right: 20px;
}
@media (max-width: 1300px) {
  .footer__jpx {
    pointer-events: none;
  }
}
@media (max-width: 850px) {
  .footer__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 750px) {
  .footer-upper{
    padding-bottom: 24px;
  }
  .footer__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-upper__flex {
    display: block;
    position: relative;
    padding-right: 48px;
  }
  .footer__tel-area {
    margin: 16px 0 0 0;
    display: block;
    padding-left: 0;
  }
  .footer__jpx {
    width: 48px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* ========= footer-middle =========*/
.footer-middle {
  padding: 32px 0;
}

.footer-middle__col3 {
  width: 100%;
  margin-top: 32px;
  text-align: right;
}

.footer-middle__flex {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .footer-middle {
      padding: 24px 0;
  }
  .footer-middle__col3 {
    margin-top: 24px;
  }
}

/* ========= topへ戻る =========*/
.footer__top-btn {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  padding-right: 24px;
  color: #fff;
}
.footer__top-btn-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: -5%;
  right: 0;
}
.footer__top-btn-icon img {
  max-width: 100%;
  height: auto;
}
@media (min-width:1025px) {
  .footer__top-btn {
    transition: .15s ease;
  }
  .footer__top-btn:hover {
    color: #fe3500;
  }
}

/* ========= jpx =========*/
.footer__jpx {
  width: 68px;
  margin-left: auto;
}
.footer__jpx img {
  width: 100%;
}

/* ========= footer-bottom =========*/
.footer-bottom {
  background: #000;
  padding: 24px 0;
}
.footer-bottom__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom__catch {
  font-size: 10px;
}
@media (max-width: 1300px) {
  .footer__copyright {
    font-size: 10px;
  }
}
@media (max-width: 750px) {
  .footer-bottom {
    padding: 16px 0;
  }
  .footer-bottom__flex {
    display: block;
  }
  .footer-bottom__catch, .footer__copyright {
    text-align: center;
  }
  .footer__copyright {
    margin-top: 8px;
  }
}

/* ========= logo =========*/
.footer__logo {
  width: 120px;
}
.footer__logo a {
  display: inline-block;
}
.footer__logo img {
  width: 100%;
}

/* ========= sns =========*/
.footer__sns {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
.footer__sns-item {
  margin: 20px 0 0 20px;
}
.footer__sns-item a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 90px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width:1025px) {
  .footer__sns-item a {
    transition: .15s ease;
  }
  .footer__sns-item a:hover {
    color: #fe3500;
    border-color: #fe3500;
  }
}

/* ========= f-nav =========*/
.f-nav-list {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
}
.f-nav {
  margin-bottom: -10px;
  width: 25%;
  text-align: left;
}
.f-nav__item {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}
.f-nav__item a {
  display: inline-block;
  padding: 5px;
  color: #fff;
}
@media (min-width:1025px) {
  .f-nav__item a {
    transition: .15s ease;
  }
  .f-nav__item a:hover {
    color: #fe3500;
  }
}
@media (max-width: 750px) {
  .f-nav-list {
    margin-bottom: -16px;
  }
  .f-nav {
    width: 50%;
    margin: 0 0 16px 0;
  }
  .f-nav__item a {
    display: block;
    padding: 8px;
  }
}

/* ========= copyright =========*/
.footer__copyright {
  font-size: 10px;
}
.footer__copyright small {
  font-size: inherit;
}

/* ========= language =========*/
.footer__lang {
  font-size: 13px;
  margin-left: auto;
	margin-right: 5px;
}
.f_lang{
  line-height: 20px;
}
.f_lang_current{
  line-height: 20px;
  text-decoration: underline;
}
.phone {
  margin-right: 20px;
}

/* ===================================================
物件リクエストLP用code
===================================================*/
/* ========= cta =========*/
.req-fv-cta{
  padding: 12px 30px 24px;
  color: #fff;
  background: #fe3500;

}
.req-fv-cta p{
  margin-bottom: 10px;
  font-size: 2.2rem;
  color: #fff;
}
.request-fv__col2{
  display: flex;
  justify-content: center;
  padding: 0 50px;
  gap: 20px;
}
.cta-main {
  color: #fe3500;
  background: #fff;
  border: 1px solid #fff;
}
.cta-main:hover{
  color: #fff;
  background: #fe3500;
}
.req-fv-cta a:hover span{
  color: #fe3500;
  background: #fff; 
}
.cta-sub {	
  color: #fff;	
  border: 1px solid #fff;	
  }	
.cta-sub:hover{	
  color: #fe3500;	
  background: #fff;
}
.req-fv-btn{
  max-width: 460px;
  width: 100%;
  padding: 14px 0 16px;
  font-size: 2rem;
  text-align: center;
  border-radius: 100px;
  transition: ease .3s;
}
.req-fv-btn span{
  margin-right: 8px;
  padding: 0 5px 2px 6px;
  color: #fff;
  background: #fe3500;
  border-radius: 6px;
  transition: ease .3s;
}
.req-cta-main{
  background-image: linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,.2) 80%,rgba(0,0,0,.35) 100%);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.4);
  animation: anime_cvbtn01 0.5s ease 0s infinite alternate;
  top: 0;
}
.req-cta-main:hover,.req-cta-main:active{
  background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,.2) 100%);
  border: 1px solid rgba(255,255,255,1);
  position: relative;
  box-shadow:inset 3px 4px 2px 0px rgba(255, 255, 255, .3),0 0px 0 rgba(0, 0, 0, 0.5);
  top: 6px;
  transition: ease .3s;
  animation: none;
}
.req-cta-sub{
  background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,.2) 100%);
  box-shadow:inset 3px 4px 2px 0px rgba(255, 255, 255, .3),0 6px 0 rgba(0, 0, 0, 0.4);
  animation: anime_cvbtn01 0.5s ease 0s infinite alternate;
  top: 0;
}
.req-cta-sub:hover,.req-cta-sub:active{
  background-image: linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,.2) 80%,rgba(0,0,0,.35) 100%);
  border: 1px solid rgba(0,0,0,.1);
  position: relative;
  box-shadow: none;
  top: 6px;
  transition: ease .3s;
  animation: none;
}

@keyframes anime_cvbtn01 {
  from {
    transform: scale(0.96,0.96);
  }
  to {
    transform: scale(1,1);
  }
}
@media (max-width: 1024px) {
  .req-fv-cta{
    padding: 8px 0 16px;
  }
  .req-fv-cta p{
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
  .req-fv-cta .request-fv__col2{
    flex-direction: row;
  }
  .req-fv-btn{
    width: 100%;
    padding: 8px 0 10px;
    font-size: 1.2rem;
  }
  .req-cta-main{
    background-image: linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,.15) 80%,rgba(0,0,0,.25) 100%);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  }
  .req-cta-main:hover,.req-cta-main:active{
    top: 4px;
  }
  .req-cta-sub{
    box-shadow:inset 2px 2px 2px 0px rgba(255, 255, 255, .3),0 4px 0 rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,.15) 80%,rgba(0,0,0,.25) 100%);
  }
  .req-cta-sub:hover,.req-cta-sub:active{
    top: 4px;
  }
}
@media (max-width: 750px) {
  .req-fv-cta{
    padding: 16px 0 24px;
  }
  .req-fv-cta p{
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .request-fv__col2{
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
    gap: 5px;
  }
  .req-fv-btn{
    width: 100%;
    padding: 12px 0 14px;
    font-size: 1.4rem;
  }
  .req-fv-btn span{
    margin-right: 4px;
    padding: 0 4px 2px 5px;
  }
}
@media (max-width: 450px) {
  .req-fv-cta{
    padding: 8px 0 16px;
  }
  .req-fv-cta p{
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  .req-fv-btn{
    padding: 10px 0 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 350px) {
  .req-fv-btn{
    font-size: 1rem;
  }
}

/* ========= request-point =========*/
.feat-slider{
  display: none;
}
.feat-sec {
  padding: 60px 0 100px;
  position: relative;
  background: url(../img/bg-pt-sect.png)no-repeat;
  background-position: center;
  background-size: cover;
}
.feat-sec::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 56%;
  transform: translateY(-56%);
  background: #fe3500;
}
.feat-list {
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.feat-item {
  margin: 0 10px 10px;
  padding: 30px 20px 40px;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.feat-item img {
  margin: 0 auto 20px;
  max-width: 220px;
  width: 100%;
}
.feat-item p:first-of-type {
  font-size: 1.8rem;
  line-height: 28px;
  text-align: center;
}
.feat-item p:first-of-type::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 14px auto;
  background: linear-gradient(90deg, #fe3500 0%, #fe3500 50%, #d1d1d1 50%, #d1d1d1 100%);
}
.feat-item p:last-of-type{
  margin: 0 auto;
  max-width: 360px;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 750px) {
  .feat-slider{
    display: block;
  }
  .feat-sec::after {
    top: 54%;
    transform: translateY(-54%);
  }
  .feat-item{
    padding: 20px 20px 30px;
  }
  .feat-item img{
    max-width: 184px;
  }
  .feat-item p:first-of-type{
    font-size: 1.4rem;
    line-height: 21px;
  }
  .feat-item p:first-of-type::after{
    margin: 12px auto;
  }
  .feat-item p:last-of-type{
    font-size: 1.2rem;
    line-height: 21px;
  }
}

/* ===================================================
会員登録LP用code
===================================================*/
/* ========= cta-flt =========*/
.flt {
	position: fixed;
	bottom: 0;
  width: 100%;
  z-index: 999;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s ease;
}
.flt.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.req-flt-cta{
  padding: 8px 30px 22px;
  color: #fff;
  background: #fe3500;
}
.req-flt-cta p{
  margin-bottom: 4px;
  font-size: 1.8rem;
  color: #fff;
}
.request-flt__col2{
  display: flex;
  justify-content: center;
  padding: 0 50px;
  gap: 20px;
}
.req-flt-btn{
  max-width: 700px;
  width: 100%;
  padding: 10px 0 12px;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 100px;
  transition: ease .3s;
}
.req-flt-btn span{
  margin-right: 8px;
  padding: 0 5px 2px 6px;
  color: #fff;
  background: #fe3500;
  border-radius: 3px;
  transition: ease .3s;
}
@media (max-width: 1024px) {
  .req-flt-cta{
    padding: 10px 0 18px;
  }
  .req-flt-cta p{
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
  .req-flt-cta .request-flt__col2{
    flex-direction: row;
  }
  .req-flt-btn{
    width: 100%;
    padding: 8px 0 10px;
    font-size: 1.2rem;
  }
}
@media (max-width: 750px) {
  .req-flt-cta p{
    font-size: 1.8rem;
  }
  .request-flt__col2{
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
    gap: 5px;
  }
  .req-flt-btn{
    width: 100%;
    font-size: 1.6rem;
  }
  .req-flt-btn span{
    margin-right: 4px;
    padding: 0 4px 2px 5px;
  }
}
@media (max-width: 450px) {
  .req-flt-cta{
    padding: 8px 0 16px;
  }
  .req-flt-cta p{
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
  .req-flt-btn{
    padding: 8px 0 10px;
    font-size: 1.1rem;
  }
}

/* ===================================================
物件リクエストLP 会員登録LP
===================================================*/
/* ========= ぞくぞく登録 =========*/
.report-fv .inner{
  padding-bottom: 0;
}

.report-container{
  position: relative;
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: #fff;
  border: 1px solid #fe3500;
  border-radius: 5px;
}
.report-container p{
  margin: 0;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: #fe3500;
}
.slide-container{
  width: 100%;
  height: 77px;
  overflow: hidden;
  position: relative;
}
.slide-wrapper{
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
  0% { transform: translateY(0%);}
  5% { transform: translateY(0%);}
  10% { transform: translateY(-10%);}
  15% { transform: translateY(-10%);}
  20% { transform: translateY(-20%);}
  25% { transform: translateY(-20%);}
  30% { transform: translateY(-30%);}
  35% { transform: translateY(-30%);}
  40% { transform: translateY(-40%);}
  45% { transform: translateY(-40%);}
  50% { transform: translateY(-50%);}
  55% { transform: translateY(-50%);}
  60% { transform: translateY(-60%);}
  65% { transform: translateY(-60%);}
  70% { transform: translateY(-70%);}
  75% { transform: translateY(-70%);}
  80% { transform: translateY(-80%);}
  85% { transform: translateY(-80%);}
  90% { transform: translateY(-90%);}
  95% { transform: translateY(-90%);}
  100% { transform: translateY(-100%);}
}
.slide-list {
  margin: 0 auto;
  padding: 6px 10px;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px dashed #2b2b2b;
}
.slide-date {
  margin-right: 10px;
}

@media (max-width: 450px) {
  .report-container {
    max-width: 100%;
  }
  .report-container p {
    padding: 6px 10px;
    font-size: 1.5rem;
  }
  .slide-container{
    height: 59px;
  }
  .slide-list{
    padding: 4px 10px;
    font-size: 1.5rem;
  }
}

/* モザイクsection*/
.blur{
  filter: blur(4px);
  user-select: none;
}
.more-appeal-sect{
  width: 100%;
  background: #f9f9f9;
}
.more-appeal-container p:after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 24px auto 30px;
  background: linear-gradient(90deg, #fe3500 0%, #fe3500 50%, #2b2b2b 50%, #2b2b2b 100%);
}
.more-appeal-container{
  margin: 0 auto;
  padding: 60px 0 78px;
  max-width: 1280px;
  text-align: center;
}
.more-appeal-container p{
  font-size: 2.2rem;
}
.more-appeal-container table{
  margin: 0px auto 28px;
  max-width: 600px;
  width: calc(100% - 40px);
  font-size: 1.6rem;
  font-weight: 400;
  border-spacing: 0;
  background: #fff;
  padding: 34px 0 46px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.more-appeal-container caption{
  margin-top: 10px;
  font-size: 1.6rem;
  caption-side: bottom;
}
.more-appeal-container thead,
.more-appeal-container tbody{
    margin: 0 auto;
    width: calc(100% - 100px);
    display: block;
}
.more-appeal-container thead tr,
.more-appeal-container tbody tr{
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-appeal-container thead tr th,
.more-appeal-container tbody tr td{
  padding: 4px 0px 6px 0px;
  width: calc(100% / 3);
  text-align: center;
}
.more-appeal-container thead tr th{
  font-weight: 500;
  border-bottom: 1px solid #fe3500;
  padding-bottom: 14px;
}
.more-appeal-container tbody tr td{
  border-bottom: 1px solid #aaa;
  padding: 16px 0px 18px 0px;
}
.more-appeal-container tbody tr:nth-child(even) td{
  background: #eee;
}
.more-appeal-sect .req-fv-cta{
  padding: 0;
  background: transparent;
  width: calc(100% - 40px);
    margin: 0 auto;
}
.more-appeal-sect .request-fv__col2{
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
}
.more-appeal-sect a{
  position: relative;
  top: 0;
  background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, .2) 100%);
  border-radius: 100px;
  box-shadow: inset 3px 4px 2px 0px rgba(255, 255, 255, .3), 0 6px 0 rgba(133, 9, 0, 1);
  transition: ease .3s;
}
.more-appeal-sect .cta-main{
  color: #fe3500;
  background-color: #fff;
  border: 1px solid #fe3500;
  position: relative;
  top: 0;
  box-shadow: inset 3px 4px 2px 0px rgba(255, 255, 255, .3), 0 5px 0 rgba(133, 9, 0, 1);
  font-size: 1.8rem;
  padding: 12px 0 16px;
}
.more-appeal-sect .cta-main span{
  color: #fff;
  background-color: #fe3500;
}
.more-appeal-sect .cta-sub{
  background-color: #fe3500;
  color: #fff;
  position: relative;
  top: 0;
  border: 1px solid #fff;
  box-shadow: inset 3px 4px 2px 0px rgba(255, 255, 255, .3), 0 5px 0 rgba(133, 9, 0, 1);
  font-size: 1.8rem;
  padding: 12px 0 16px;
}
.more-appeal-sect .cta-mem{
  margin: 20px auto 0;
  width: calc(100% - 60px);
  color: #fff;
  background-color: #fe3500;
  background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, .2) 100%);
  border: none;
}
.more-appeal-sect a:hover,
.more-appeal-sect a:active{
  position: relative;
  top: 6px;
  box-shadow: inset 3px 4px 2px 0px rgba(255, 255, 255, .3), 0 0px 0 rgba(133, 9, 0, 1);
  transition: ease .3s;
  animation: none;
}

.more-appeal-sect .cta-main:hover,
.more-appeal-sect .cta-main:active{
  top: 5px;
  box-shadow: inset 3px 4px 2px 0px rgba(255, 255, 255, .3), 0 0px 0 rgba(133, 9, 0, 1);
  background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, .2) 100%);
  background-color: #fe3500;
  color: #fff;
}
.more-appeal-sect .cta-sub:hover,
.more-appeal-sect .cta-sub:active{
  top:5px;
  box-shadow: inset 3px 4px 2px 0px rgba(255, 255, 255, .3), 0 0px 0 rgba(133, 9, 0, 1);
  background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, .2) 100%);
  background-color: #fff;
  color: #fe3500;
  border: 1px solid #fe3500;
}

.more-appeal-sect small{
  display: block;
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: #2b2b2b;
}

@media (max-width: 450px) {
  .more-appeal-container{
    padding: 40px 0 46px;
  }
  .more-appeal-container p{
    font-size: 1.5rem;
  }
  .more-appeal-sect p::after{
    margin: 18px auto 20px;
  }
  .more-appeal-container table{
    margin: 0px auto;
    font-size: 1.1rem;
    padding: 26px 0 26px;
  }
  .more-appeal-container thead,
  .more-appeal-container tbody{
    width: calc(100% - 60px);
  }
  .more-appeal-container caption{
    font-size: 1.0rem;
  }
  .more-appeal-container thead tr th{
    padding-bottom: 10px;
  }
  .more-appeal-container tbody tr td{
    padding: 12px 0px 14px 0px;
  }
  .more-appeal-sect a{
    box-shadow: inset 3px 4px 2px 0px rgba(255, 255, 255, .3), 0 4px 0 rgba(133, 9, 0, 1);
  }
  .more-appeal-sect a:hover,
  .more-appeal-sect a:active{
    top: 4px;
  }
  .more-appeal-sect .req-fv-cta{
    padding-top: 14px;
  }
  .more-appeal-sect .cta-main{
    box-shadow: inset 3px 4px 2px 0px rgba(255, 255, 255, .3), 0 4px 0 rgba(133, 9, 0, 1);
    font-size: 1.1rem;
    padding: 8px 0 10px;
  }
  .more-appeal-sect .cta-sub{
    box-shadow: inset 3px 4px 2px 0px rgba(255, 255, 255, .3), 0 4px 0 rgba(133, 9, 0, 1);
    font-size: 1.1rem;
    padding: 8px 0 10px;
  }
  .more-appeal-sect small{
    margin-top: 10px;
    font-size: 1.0rem;
  }
  .more-appeal-sect .cta-main:hover,
  .more-appeal-sect .cta-main:active{
    top: 4px;
    box-shadow: inset 3px 4px 2px 0px rgba(255, 255, 255, .3), 0 0px 0 rgba(133, 9, 0, 1);
  }
  .more-appeal-sect .cta-sub:hover,
  .more-appeal-sect .cta-sub:active{
    top: 4px;
    box-shadow: inset 3px 4px 2px 0px rgba(255, 255, 255, .3), 0 0px 0 rgba(133, 9, 0, 1);
  }
}

/* ===================================================
取引実績section
===================================================*/
.transaction-sect {
  padding: 24px 0 16px;
  background: url(../img/transaction-bg.jpg) center center;
  background-size: contain;
}
.transaction-sect > div {
  margin: 0 auto;
  max-width: 1024px;
  width: calc(100% - 30px);
}
.transaction-sect > div p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.transaction-sect > div p span {
  color: #fe3500;
}
.transaction-sect > div small {
  font-size: 1.2rem;
  font-weight: 400;
}
.transaction-sect > div > .transaction-txt {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.transaction-sect ul {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.transaction-sect ul li{
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
}
.transaction-sect ul li:nth-child(1){
  background: url(../img/transaction-01.jpg) center center no-repeat;
  background-size: cover;
}
.transaction-sect ul li:nth-child(2){
  background: url(../img/transaction-02.jpg) center center no-repeat;
  background-size: cover;
}
.transaction-sect ul li:nth-child(3){
  background: url(../img/transaction-03.jpg) center center no-repeat;
  background-size: cover;
}
.transaction-sect ul li:nth-child(4){
  background: url(../img/transaction-04.jpg) center center no-repeat;
  background-size: cover;
}
.transaction-sect ul li:nth-child(5){
  background: url(../img/transaction-05.jpg) center center no-repeat;
  background-size: cover;
}
.transaction-sect ul li div{
  margin: 16px auto 18px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
}
.transaction-sect ul li div span{
  font-size: 2.4rem;
  color: #fe3500;
}
.transaction-sect .transaction-hidden{
  display: none;
}

@media (max-width: 1024px) {
  .transaction-sect ul{
    margin-left: 6px;
  }
  .transaction-sect > div{
    width: 100%;
  }
  .transaction-sect > div > .transaction-txt{
    width: calc(100% - 30px);
    margin: 0 auto 10px;
  }	
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .transaction-sect .transaction-hidden{
    display: flex;
  }
  .transaction-sect > div .transaction-list {
    display: flex;
    overflow: hidden;
  }
  .transaction-list ul {
    display: flex;
  }
  .transaction-list ul {
    animation: infinity-scroll-left 20s infinite linear 0.5s both;
  }
  .transaction-list ul li {
    max-width: 164px;
    width: calc(100vw);
  }
}
@media (max-width: 450px) {
  .transaction-sect > div > .transaction-txt{
    margin: 0 auto 6px;
  }
  .transaction-sect > div p{
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .transaction-sect > div small{
    font-size: 0.8rem;
    letter-spacing: 0;
  }
  .transaction-list ul li {
    max-width: 135px;
  }
  .transaction-sect ul li div{
    margin: 12px auto 14px;
    font-size: 1.2rem;
    line-height: 18px;
  }
  .transaction-sect ul li div span{
    font-size: 2.1rem;
  }
}
@media (max-width: 375px) {
  .transaction-sect > div > .transaction-txt{
    width: calc(100% - 20px);
  }
  .transaction-sect > div p{
    font-size: 1.1rem;
  }
  .transaction-sect ul li div{
    font-size: 1.1rem;
    line-height: 16px;
  }
  .transaction-sect ul li div span{
    font-size: 1.8rem;
  }
}



.case-container{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

.case-option{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.case-option div{
  position: relative;
  width: 50%;
  text-align: center;
  padding: 32px 0 28px;
}
.case-option .case-land-txt{
  opacity: .5;
  box-shadow: inset -6px -8px 10px rgba(0, 0, 0, .2);
}
.case-option .land-txt-border-top,
.case-option .house-txt-border-top{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fe3500;
}
.case-option .land-txt-border-bottom,
.case-option .house-txt-border-bottom{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 2px;
  background-color: #ddd;
}
.case-option button{
  background: transparent;
  border: none;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #2b2b2b;
}

#case-land,
.land-txt-border-top,
.land-txt-border-bottom{
  display: none;
}
#case-house,
.house-txt-border-top,
.house-txt-border-bottom{
  display: block;
}

#case-land,#case-house{
  padding: 40px 0 60px;
}

.case-small-txt{
  margin: 0 auto 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 750px) {
  #case-land,#case-house{
    padding: 24px 0 10px;
  }  
}
@media (max-width: 450px) {
  .case-option div{
    padding: 24px 0 20px;
  }
  .case-option button{
    font-size: 1.8rem;
  }
}