/*共通*/
.top_title_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top_title_box h2{
  color: #0070B7;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 110px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 50px;
}
.top_sub_title_box{
  display: flex;
  justify-content: space-between;
}
.top_sub_title_box a{
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: "Noto Sans JP", sans-serif;
  color: #0070B7;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
}
.top_sub_title_box p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
}
.top_sub_title_box a .icon_image{
  width: 30px;
}

@media screen and (max-width:1500px){
  .top_title_box h2{
    font-size: 85px;
  } 
}

/*共通ここまで*/

/*メイン画像*/
section.kv{
  position: relative;
}

section.kv .kv_text{
  position: absolute;
  z-index: 10;
  bottom: 90px;
  left: 100px;
}

section.kv .kv_text h1{
  font-weight: 500;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0.08em;
  margin-bottom: 38px;
} 

section.kv .kv_text p{
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
}

@media screen and (max-width:1500px){
  section.kv .kv_text{
    bottom: 80px;
    left: 80px;
  }
  section.kv .kv_text h1{
    font-size: 54px;
    margin-bottom: 30px;
  } 
  section.kv .kv_text p{
     font-size: 17px;
  }
}

@media screen and (max-width:1400px){
  section.kv .kv_text{
    bottom: 40px;
    left: 140px;
  }
  section.kv .kv_text h1{
    font-size: 48px;
    margin-bottom: 25.89px;
  } 
  section.kv .kv_text p{
     font-size: 15px;
  }
}

/*タブレット*/
@media screen and (max-width:1080px){
  section.kv .kv_text{
    bottom: 50px;
    left: 40px;
  }
  section.kv .kv_text h1{
    font-size: 36px;
    margin-bottom: 20px;
  } 
  section.kv .kv_text p{
     font-size: 14px;
  } 
}

/*スマホ*/
@media screen and (max-width:600px){
  section.kv .kv_text{
    bottom: 40px;
    left: 15px;
  }
  section.kv .kv_text h1{
    font-size: 7.88vw;
  }
  section.kv .kv_text p{
     letter-spacing: 0.03em;
  } 
}

@media screen and (max-width:370px){
  section.kv .kv_text p{
     font-size: 3.733333333333334vw;
  }
}
/*メイン画像ここまで*/

/*最新の販売実績*/
section.recent_sales{
  margin: 150px 0 50px;
}

.recent_sales_inner{
  display: flex;
  justify-content: space-between;
}

.recent_sales_slider{
  width: 57.55%;
  max-width: 990px;
  transition-delay: .5s;;
}

.recent_sales_item{
  margin: 0 15px;
}

.recent_sales_item_image{
  width: 100%;
  height: 20.348837209302324vw;
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 30px;
}

.recent_sales_item_image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.recent_sales_item h3{
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #D7D7D7;
}

.recent_sales_item table{
  width: auto;
}

.recent_sales_item table th{
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  letter-spacing: 0;
  color: #000;
  text-align: left;
  vertical-align: text-top;
}

.recent_sales_item table td{
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  letter-spacing: 0;
  color: #000;
  position: relative;
  vertical-align: text-top;
}

.recent_sales_item table td:nth-child(2)::before{
  content: "：";
}

.arrow_box{
    display: flex;
    justify-content:space-between;
}

.dots-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -48px;
}

.dots-wrap li {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: #E1E1E1;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #0070B7;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slick-dotted.slick-slider {
    margin-bottom: 80px;
  }
  .dots-wrap {
    bottom: -102px;
  }
  .recent_sales_slider{
    width: calc(47.469% + 100px);
    padding: 0 50px;
  }
  .slide-arrow{
    width: 30px;
  }
  .next-arrow{
    right: 0;
    top: 0;
    position: absolute;
  }
  .arrow_box{
    width: 100%;
    margin-left: -50px;
    position: absolute;
    top: 170px;
  }
  .recent_sales_item table th,.recent_sales_item table td{
    font-size: 14px;
  }
  .recent_sales_item h3{
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  section.recent_sales{
    margin-bottom: 40px;
  }

  /*ミニPC用*/
@media screen and (max-width:1500px){
  .recent_sales_slider{
    width: calc(60% + 80px);
    padding: 0 40px;
  }
  .arrow_box {
    margin-left: -40px;
    top: 10.15vw;
  }
  .recent_sales_inner .top_title_box h2{
    font-size: 60px;
  }
  .top_sub_title_box p{
    font-size: 18px;
  }
  .top_sub_title_box a{
    font-size: 16px;
  }
}


/*タブレット*/
@media screen and (max-width:1180px){
  .next-arrow{
    position: static;
  }
  .arrow_box{
    position: static;
    width: 100%;
  }
  section.recent_sales {
    margin: 100px 0 70px;
  }
  .recent_sales_inner {
    display: block;
  }
  .top_title_box{
    display: inline-block;
    margin-bottom: 60px;
  }
  .recent_sales_slider {
    width:100%;
    padding: 0;
    max-width: none;
  }
  .top_title_box h2 {
      font-size: 70px;
      margin-bottom: 30px;
  }
  .top_sub_title_box p {
    font-size: 18px;
  }
  .recent_sales_item h3{
    font-size: 19px;
  }
  .arrow_box {
    max-width: 375px;
    margin: auto;
  }
}

/*スマホ*/
@media screen and (max-width:600px){
  section.recent_sales {
        margin: 60px 0;
    }
    .recent_sales_item {
      margin: 0;
    }
      .top_title_box h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .top_sub_title_box p {
        font-size: 16px;
    }
    .top_sub_title_box a{
      font-size: 14px;
      gap: 10px;
    }
    .top_sub_title_box a .icon_image {
      width: 20px;
    }
    .recent_sales_item_image{
      height: 76vw;
      max-height: 258px;
      margin-bottom: 20px;
    }
    .recent_sales_item h3{
      font-size: 18px;
      margin: 0 auto;
      padding-bottom: 20px;
      margin-bottom: 20px;
      width: calc(100% - 40px);
    }
    .recent_sales_item table{
      width: calc(100% - 40px);
      margin: 0 auto;
    }
    .recent_sales_item table th,.recent_sales_item table td{
      font-size: 14px;
    }
    .arrow_box .icon_image{
      width: 30px;
    }
    .slick-dotted.slick-slider {
       margin-bottom: 60px;
    }
    .dots-wrap {
      bottom: -82px;
    }
    .arrow_box {
       max-width: 208px;
    }
}

/*最新の販売実績ここまで*/


/*エリア*/
section.area{
  margin-bottom: 153px;
  margin-right: 100px;
  margin-top: 50px;
}
.area_inner{
  display: flex;
  gap: 30px;
}

.area_map{
  width: 56.822%;
}

.area_text{
  margin-top: 316px;
}

.area_text_inner{
  margin-top: 80px;
}

.area_text_inner h4{
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 30px;
}

.area_text_inner ul{
  margin-bottom: 40px;
}

.area_text_inner ul li{
  font-size: 16px;
  line-height: 180%;
  color: #000000;
  position: relative;
  padding-left: 1em;
  text-indent: -1em; 
}

.area_text_inner ul li::before{
  content: "・";
}

.area_text_inner p{
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

@media screen and (max-width:1500px){
  section.area{
    margin-bottom: 130px;
    margin-right: 0;
  }
  .area_text{
    margin-top: 218px;
    width: 35.8%;
  }
}

/*タブレット*/
@media screen and (max-width:1180px){
  section.area{
    margin-bottom: 100px;
    margin-top: 70px;
  }
  .area_inner {
    flex-direction: column;
    gap: 60px;
  }
  .area_map{
    width: 100%;
  }
  .area_text{
    width: calc(100% - 60px);
    margin-top: 0;
    margin: auto;
  }
  .area_text_inner{
    margin-top: 0;
  }
}

/*スマホ*/
@media screen and (max-width:600px){
  section.area{
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .area_inner {
    gap: 22px;
  }
  .area_text_inner h4{
    font-size: 16px;
  }
  .area_text_inner ul li{
    font-size: 14px;
  }
  .area_text_inner p{
    font-size: 14px;
  }
  .area_text{
    width: calc(100% - 30px);
  }
}


/*会社概要*/
section.company_profile{
  background-image: url(../img/lisorea_top_company_pc@2x.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
}

.company_profile_inner{
  max-width: 1720px;
  margin: 0 auto;
  width: 89.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.company_table{
  width: 57.6%;
  transition-delay: .5s;
}

.company_table table{
  width: 100%;
}

.company_table table th,.company_table table td{
  font-size: 16px;
  line-height: 160%;
  color: #000;
  padding: 30px 0;
  text-align: left;
  vertical-align: text-top;
  border-bottom: solid 0.7px #1A1A1A;
}

.company_table table tr:nth-child(1) th,.company_table table tr:nth-child(1) td{
  border-top: solid 0.7px #1A1A1A;
}
.company_table table th{
  padding-left: 20px;
  padding-right: 90px;
}

section.company_profile .top_title_box h2{
  line-height: 125%;
  margin-bottom: 0;
}

/*タブレット*/
@media screen and (max-width:1180px){
  section.company_profile{
    background-image: url(../img/lisorea_top_company_tab@2x.jpg);
    padding: 80px 0;
  }
  .company_profile_inner{
    flex-direction: column;
    width: calc(100% - 60px);
    align-items: start;
  }
  .company_table{
    width: 100%;
  }
  section.company_profile .top_title_box h2{
    margin-bottom: 10px;
  }
  section.company_profile .top_title_box h2 br{
    display: none;
  }
  .company_table table th{
    padding-right: 40px;
  }
}

/*スマホ*/
@media screen and (max-width:600px){
  section.company_profile{
    background-image: url(../img/lisorea_top_company_sp@2x.jpg);
    padding: 60px 0;
  }
  .company_profile_inner{
    width: calc(100% - 30px);
  }
  .company_table table th,.company_table table td{
    padding: 20px 0;
    font-size: 14px;
  }
  .company_table table th {
    padding-right: 20px;
    padding-left: 0;
  }
}