@charset "UTF-8";

.header_nav_title.company::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: 2px solid #4d5b91;
  overflow: hidden;
}
.sub_title {
  text-align: center;
}
.head-border {
  display: flex;
  align-items: center;
  font-size: 30px;
  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;
}
.wide_img {
  position: relative;
}
.wide_img img {
  width: 100%;
}
.wide_img_wrap {
  width: calc(100% - 60px);
  max-width: 1600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wide_img_title {
  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);
}
.wide_img_text {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 14px;
  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);
}
.wide_img_wrap.right .wide_img_title,
.wide_img_wrap.right .wide_img_text {
  text-align: right;
}
.contents_logo {
  max-width: 410px;
  margin-inline: auto;
}
.contents_title {
  margin-top: 68px;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #1d569e;
}
.contents_text {
  text-align: center;
  margin-top: 40px;
}
.slide_cap {
  text-align: right;
  font-size: 14px;
  margin-top: 30px;
}
.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: 40px;
    padding-bottom: 40px;
  }
  .main_title {
    width: 90%;
    margin-bottom: 40px;
  }
  .head-border {
    font-size: 20px;
  }
  .head-border:before {
    margin-right: 14px;
  }
  .head-border:after {
    margin-left: 14px;
  }
  .wide_img_wrap {
    width: calc(100% - 40px);
  }
  .wide_img_title {
    font-size: 24px;
  }
  .wide_img_text {
    font-size: 14px;
    margin-top: 10px;
  }
  .contents_logo {
    width: 54%;
  }
  .contents_title {
    margin-top: 24px;
    font-size: 24px;
  }
  .contents_text {
    margin-top: 10px;
  }
  .slide_cap {
    font-size: 12px;
    margin-top: 14px;
  }
  .house_link {
    margin-top: 30px;
  }
  .house_link .readmore-btn {
    font-size: 16px;
  }
  .house_link .readmore-btn .arrow {
    padding-block: 16px;
  }
}

/* top_area
=========================== */
.top_area {
  text-align: center;
}
.top_area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
/*  background: url(../images/top_bg_pc.png) no-repeat center center / cover;*/
}
.top_area .head-border {
  max-width: 800px;
  margin-inline: auto;
}
.top_title {
  margin-top: 20px;
}
.top_title_en {
  font-family: "EB Garamond", serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.top_lead {
  margin-top: 12px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .top_area::before {
    top: 80px;
    width: 100%;
/*    background: url(../images/top_bg_sp.png) no-repeat center right / cover;*/
  }
  .top_title {
    margin-top: 20px;
  }
  .top_title_en {
    font-size: 16px;
  }
  .top_lead {
    margin-top: 12px;
    font-size: 12px;
    margin-bottom: 30px;
  }
}

/* contents01
=========================== */
.contents01::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: url(../images/contents01_bg_pc.png) no-repeat center left / cover;*/
}
.contents_lead {
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
.contents01 .head-border {
  margin-top: 100px;
  max-width: 1200px;
  margin-inline: auto;
}
.ritz_logo {
  margin-top: 80px;
  max-width: 240px;
  margin-inline: auto;
}
.ritz_text {
  text-align: center;
  margin-top: 60px;
}
.contents01_wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 66px;
}
.contents01_item {
  color: #fff;
  text-align: center;
  background-color: #1d569e;
  padding-block: 40px;
  padding-inline: 10px;
}
.contents01_item_title {
  font-family: "EB Garamond", serif;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 1;
}
.contents01_item_title .title_l {
  font-size: 72px;
}
.contents01_item_title .title_jp {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.contents01_item_text {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 2;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .contents01::before {
    top: 14%;
   /* background: url(../images/contents01_bg_sp.png) no-repeat center left /
      cover; */
  }
  .contents01 .sub_title {
    width: 48%;
    margin-inline: auto;
  }
  .contents_lead {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2.2;
  }
  .contents01 .head-border {
    margin-top: 60px;
  }
  .ritz_logo {
    margin-top: 30px;
    width: 44%;
  }
  .ritz_text {
    margin-top: 20px;
  }
  .contents01_wrap {
    width: 90%;
    margin-inline: auto;
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 14px;
  }
  .contents01_item {
    padding-block: 12px;
  }
  .contents01_item_title {
    font-size: 22px;
  }
  .contents01_item_title .title_l {
    font-size: 52px;
  }
  .contents01_item_title .title_jp {
    margin-top: 10px;
    font-size: 18px;
  }
  .contents01_item_text {
    margin-top: 10px;
    font-size: 12px;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* contents02
=========================== */
.contents02::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: calc(100% + 80px);
 /* background: url(../images/contents02_bg_pc.png) no-repeat center center /
    cover; */
}

@media only screen and (max-width: 768px) {
  .contents02::before {
    content: "";
    position: absolute;
    top: -30px;
    width: 100%;
    height: 60%;
   /* background: url(../images/contents02_bg_pc.png) no-repeat center right /
      cover; */
  }
}

/* contents03
=========================== */
.contents03::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: url(../images/contents03_bg_pc.png) no-repeat top center / cover;*/
}
.contents_text_center {
  margin-top: 40px;
  max-width: 540px;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .contents03::before {
    top: -40px;
    left: 0;
    width: 100%;
    height: 50%;
/*    background: url(../images/contents03_bg_sp.png) no-repeat top left / cover;*/
  }
  .contents_text_center {
    margin-top: 20px;
  }
}

/* contents04
=========================== */
.contents04::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 50%;
/*  background: url(../images/contents04_bg_pc.png) no-repeat top right / cover;*/
}
.label {
  margin-top: 40px;
  text-align: center;
}
.label_title {
  margin-top: 30px;
  text-align: center;
  font-size: 42px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #103666;
}
.contents_banner {
  margin-top: 80px;
  margin-inline: auto;
  max-width: 1200px;
  border: 1px solid #213495;
  background-color: #fff;
  padding: 20px;
}
.contents_banner_wrap {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.contents_banner_icon {
  max-width: 222px;
}
.contents_banner_title {
  margin-top: 40px;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #103666;
}
.contents_banner_text {
  margin-top: 14px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .contents04::before {
    top: 20px;
    left: 0;
    width: 100%;
    height: 50%;
/*    background: url(../images/contents04_bg_sp.png) no-repeat top right / cover;*/
  }
  .label {
    margin-top: 40px;
    text-align: center;
  }
  .label_title {
    margin-top: 20px;
    font-size: 28px;
  }
  .contents_banner {
    margin-top: 40px;
    padding: 10px 20px;
  }
  .contents_banner_wrap {
    flex-direction: column;
    row-gap: 16px;
  }
  .contents_banner_icon {
    width: 60%;
    margin-inline: auto;
  }
  .contents_banner_title {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #103666;
  }
  .contents_banner_text {
    margin-top: 12px;
    font-size: 13px;
  }
}

/* slider-location 
=================================== */
.slide_wrap {
  margin-top: 80px;
}
.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: 40px;
  }
  .slider-location .slick-slide {
    padding: 0 14px;
  }
}
