@charset "UTF-8";

.header_nav_title.business::after {
  width: 100%;
}

.crm--header {
  background-color: #fff;
}

/* mv
====================================== */
.kv {
  position: relative;
  margin-top: 100px;
}
.kv_wrap {
  width: calc(100% - 60px);
  max-width: 1600px;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
}
.kv_title {
  font-family: "EB Garamond", serif;
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3);
}
.kv_text {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .kv {
    margin-top: 73px;
  }
  .kv_wrap {
    width: calc(100% - 40px);
    top: 40%;
  }
  .kv_title {
    font-family: "EB Garamond", serif;
    font-size: 22px;
  }
  .kv_text {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* contents_area
=========================== */
.contents_area {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 3px solid #213495;
  overflow: hidden;
}
.contents01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: url(../images/contents01_bg.jpg) no-repeat center center / cover;*/
}
.contents02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
/*  background: url(../images/contents02_bg.jpg) no-repeat center center / cover;*/
}
.contents03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: url(../images/contents03_bg.jpg) no-repeat center center / cover;*/
}
.main_title {
  max-width: 648px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.head-border {
  display: flex;
  align-items: center;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #213495;
}
.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #213495;
}
.head-border:before {
  margin-right: 30px;
}
.head-border:after {
  margin-left: 30px;
}
.head_wrap {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 70px;
}
.ritz_icon {
  width: 100%;
  max-width: 338px;
}
.ritzpre_icon {
  width: 100%;
  max-width: 419px;
}
.sub_title {
  margin-top: 120px;
  text-align: center;
}
.sub_title img {
  width: auto;
  height: 90px;
}
.contents_kv {
  margin-top: 40px;
}
.contents_kv_lead {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.slide_cap {
  text-align: right;
  font-size: 14px;
  margin-top: 30px;
}
.contents02_bottom {
  margin-top: 30px;
}
.contents02_bottom_title {
  max-width: 630px;
  margin-inline: auto;
}
.contents02_bottom_lead {
  margin-top: 48px;
  text-align: center;
}
.contents02_bottom .head-border {
  margin-top: 120px;
  font-size: 36px;
}
.contents02_bottom_text {
  text-align: center;
  margin-top: 40px;
}
.contents02_bottom_floor {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 30px;
}
.contents02_bottom_lead {
  margin-top: 50px;
  position: relative;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #103666;
}
.contents02_bottom_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
}
.contents02_item_title {
  margin-top: 14px;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #103666;
}
.contents02_item_title span {
  display: block;
  margin-top: 4px;
  font-size: 20px;
}
.contents02_item_text {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
.house_link {
  max-width: 600px;
  margin-inline: auto;
  margin-top: 70px;
}
.house_link .readmore-btn {
  max-width: 600px;
  margin-inline: auto;
  font-size: 24px;
}

.house_link .readmore-btn .arrow {
  padding-block: 21px;
}
.box_lead {
  margin-top: 42px;
  text-align: center;
}
.box_lead .section_text {
  border: 1px solid #c8c8c8;
  display: inline-block;
  padding: 4px 20px;
}
.contents03 .head-border {
  font-size: 30px;
}
.contents03_wrap {
  margin-top: 62px;
  display: grid;
  column-gap: 60px;
}
.contents03_item figure {
  transition: 0.4s;
}
.contents03_item:hover figure {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  opacity: 0.8;
}
.contents03_wrap.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.contents03_wrap.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.contents03_item_title {
  margin-top: 10px;
  color: #103666;
  letter-spacing: 0.05em;
}
.col2 .contents03_item_title {
  font-size: 30px;
}
.col4 .contents03_item_title {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main_title {
    width: 90%;
    margin-bottom: 40px;
  }
  .head-border {
    font-size: 20px;
  }
  .head-border:before {
    margin-right: 14px;
  }
  .head-border:after {
    margin-left: 14px;
  }
  .head_wrap {
    margin-top: 32px;
    flex-direction: column;
    row-gap: 24px;
  }
  .ritz_icon {
    width: 54%;
  }
  .ritzpre_icon {
    width: 54%;
  }
  .sub_title {
    margin-top: 40px;
  }
  .contents_kv {
    margin-top: 20px;
    margin-inline: calc(50% - 50vw);
  }
  .contents_kv_lead {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .slide_cap {
    font-size: 12px;
    margin-top: 14px;
  }
  .contents02_bottom_title {
    width: 90%;
  }
  .contents02_bottom_text {
    margin-top: 20px;
  }
  .contents02_bottom .head-border {
    margin-top: 40px;
    font-size: 20px;
  }
  .contents02_bottom_floor {
    margin-top: 16px;
  }
  .contents02_bottom_lead {
    margin-top: 50px;
    font-size: 18px;
  }
  .contents02_bottom_wrap {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .contents02_item_title {
    margin-top: 10px;
    font-size: 18px;
  }
  .contents02_item_title span {
    margin-top: 4px;
    font-size: 13px;
  }
  .contents02_item_text {
    margin-top: 12px;
    font-size: 12px;
    line-height: 2;
  }
  .house_link {
    margin-top: 30px;
  }
  .house_link .readmore-btn {
    font-size: 16px;
  }
  .house_link .readmore-btn .arrow {
    padding-block: 16px;
  }
  .box_lead {
    margin-top: 28px;
  }
  .contents03 .head-border {
    font-size: 20px;
  }
  .contents03_wrap {
    margin-top: 28px;
  }
  .contents03_wrap.col2 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 18px;
  }
  .contents03_wrap.col4 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 18px;
  }
  .contents03_item_title {
    margin-top: 8px;
    letter-spacing: 0.03em;
  }
  .col2 .contents03_item_title {
    font-size: 18px;
  }
  .col4 .contents03_item_title {
    font-size: 13px;
  }
}

/* slider-location 
=================================== */
.slide_wrap {
  margin-top: 40px;
}
.slider-location .slick-list {
  overflow: visible;
}
.slider-location .slick-slide {
  padding: 0 20px;
}
.slider-location .item {
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}
.slider-location .item figure {
  overflow: hidden;
}
.slider-location img {
  display: block;
  width: 100%;
  height: auto;
}
.slick-slide {
  margin-right: 0 !important;
}
.slide_counter {
  max-width: 400px;
  margin-top: 20px;
}
.all-count_location {
  padding-top: 20px;
}
.no_slide .slick-track {
  margin-left: 0;
}
.no_counter {
  display: none;
}

@media only screen and (max-width: 768px) {
  .slide_wrap {
    margin-top: 20px;
  }
  .slider-location .slick-slide {
    padding: 0 14px;
  }
}
