@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;
}
.main_title_wrap {
  position: relative;
  margin-bottom: 80px;
}
.main_title {
  max-width: 940px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.main_text {
  text-align: center;
}
.contents01_wrap {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 20px;
}
.contents01_item_title {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  letter-spacing: normal;
}
.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;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main_title_wrap {
    margin-bottom: 40px;
  }
  .main_title {
    width: 90%;
    margin-bottom: 30px;
  }
  .contents01_wrap {
    grid-template-columns: repeat(1,1fr);
    row-gap: 20px;
  }
  .contents01_item_title {
    margin-top: 5px;
    font-size: 16px;
  }
  .house_link {
    margin-top: 30px;
  }
  .house_link .readmore-btn {
    font-size: 16px;
  }
  .house_link .readmore-btn .arrow {
    padding-block: 16px;
  }
  .contents03_wrap {
    margin-top: 28px;
  }
  .contents03_wrap.col2 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }
  .contents03_item_title {
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 0.03em;
  }
  .contents03_item_text {
    margin-top: 8px;
    font-size: 12px;
  }
}

/* contents02
================================= */
.contents02 {
  position: relative;
}
.contents02_title {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #103666;
  margin-bottom: 30px;
}
.contents02_text {
  text-align: center;
}
.value_wrap {
  max-width: 1600px;
  margin-top: 80px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #1d569e;
  box-sizing: border-box;
}
.value_item {
  background-color: #fff;
  padding: 70px 60px;
  padding: 70px clamp(2rem, -4.667rem + 6.504vw, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.value_item.value_item_bg,
.value_item.value_item_bg2 {
  background-color: #1d569e;
  color: #fff;
}
.value_head {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.value_num {
  flex-shrink: 0;
  width: 100px;
  width: clamp(7rem, 2rem + 4.878vw, 10rem);
  height: 100px;
  border: 1px solid #103666;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #103666;
  font-family: "EB Garamond", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.value_num span {
  display: block;
  font-size: 48px;
  line-height: 0.8;
}
.value_item_bg .value_num,
.value_item_bg2 .value_num {
  border: 1px solid #fff;
}
.value_item_bg .value_num,
.value_item_bg2 .value_num {
  color: #fff;
}
.value_title {
  font-size: 28px;
  font-size: clamp(1.8rem, 0.133rem + 1.626vw, 2.8rem);
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #103666;
}
.value_item_bg .value_title,
.value_item_bg2 .value_title {
  color: #fff;
}
.value_item_list {
  margin-top: 34px;
}
.value_item_list li {
  position: relative;
  border-bottom: 1px solid #dedede;
  font-size: 15px;
  padding-block: 16px;
  padding-left: 20px;
}
.value_item_list li .sp_inline {
  display: none;
}
.value_item_list li::before {
  content: "●";
  font-size: 14px;
  color: #103666;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 0;
}
.value_item_list li:last-child::before {
  content: none;
}
.value_item_bg .value_item_list li,
.value_item_bg2 .value_item_list li {
  border-color: #fff;
}
.value_item_bg .value_item_list li::before,
.value_item_bg2 .value_item_list li::before {
  color: #fff;
}
.value_item_img {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .contents02_title {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .value_wrap {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
  .value_item {
    padding: 30px 20px;
  }
  .value_head {
    column-gap: 6px;
  }
  .value_num {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
  .value_num span {
    font-size: 24px;
  }
  .value_title {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    color: #103666;
  }
  .value_item_list {
    margin-top: 10px;
  }
  .value_item_list li {
    font-size: 12px;
    padding-block: 12px;
    padding-left: 14px;
  }
  .value_item_list li .sp_inline {
    display: inline;
  }
  .value_item_list li::before {
    font-size: 11px;
    top: 16px;
    left: 0;
  }
  .value_item_list li:last-child {
    display: none;
  }
  .value_item_img {
    margin-top: 20px;
  }
  .value_item.value_item_spbg {
    background-color: #1d569e;
    color: #fff;
  }
  .value_item.value_item_bg2 {
    background-color: #fff;
    color: #1d569e;
  }
  .value_item_bg2 .value_num {
    border: 1px solid #1d569e;
    color: #1d569e;
  }
  .value_item_spbg .value_num {
    border: 1px solid #fff;
    color: #fff;
  }
  .value_item_bg2 .value_title {
    color: #1d569e;
  }
  .value_item_spbg .value_title {
    color: #fff;
  }
  .value_item_bg2 .value_item_list li {
    border-color: #dedede;
    color: #000;
  }
  .value_item_spbg .value_item_list li {
    border-color: #fff;
  }
  .value_item_bg2 .value_item_list li::before {
    color: #1d569e;
  }
  .value_item_spbg .value_item_list li::before {
    color: #fff;
  }
}

/* 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;
  }
}
