@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;
  overflow: hidden;
}
.contents01 {
  border-top: 3px solid #1d569e;
}
.contents01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64%;
  height: 100%;
/*  background: url(../images/contents01_bg.png) no-repeat top right / cover;*/
}
.main_title {
  max-width: 380px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.main_text {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .main_title {
    width: 60%;
    margin-bottom: 22px;
  }
  .contents01::before {
    width: 100%;
  }
}

/* contents02 
=================================== */
.contents02 {
  padding-top: 110px;
  padding-bottom: 140px;
}
.contents02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: url(../images/contents02_bg_pc.png) no-repeat top left / cover;*/
  z-index: -1;
}
.contents02 .inner {
  max-width: 1600px;
}
.sennichi_logo {
  max-width: 252px;
  margin-inline: auto;
}
.sennichi_wrap {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
.sennichi_body {
  width: 36%;
  max-width: 560px;
}
.sennichi_img {
  width: 58%;
  max-width: 925px;
}
.sennichi_img figure {
  border-bottom: 10px solid #1d569e;
}
.sennichi_title {
  width: 90%;
}
.sennichi_subtitle {
  margin-top: 32px;
  width: 96%;
}
.sennichi_text {
  margin-top: 50px;
}
.house_link {
  width: calc(100% - 40px);
  max-width: 600px;
  margin-inline: auto;
  margin-top: 80px;
}
.house_link .readmore-btn {
  max-width: 600px;
  margin-inline: auto;
  font-size: 24px;
  border: 1px solid #1d569e;
}
.house_link .readmore-btn .arrow {
  padding-block: 21px;
}

@media only screen and (max-width: 768px) {
  .contents02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contents02::before {
    height: 50%;
/*    background: url(../images/contents02_bg_sp.png) no-repeat top left / cover;*/
  }
  .sennichi_logo {
    width: 40%;
  }
  .sennichi_wrap {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 30px;
  }
  .sennichi_body {
    width: 100%;
  }
  .sennichi_img {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .sennichi_img figure {
    border-bottom: 5px solid #1d569e;
  }
  .sennichi_title {
    width: 80%;
  }
  .sennichi_subtitle {
    margin-top: 20px;
    width: 90%;
  }
  .sennichi_text {
    margin-top: 24px;
  }
  .sennichi_text .section_text {
    letter-spacing: 0.01em;
  }
  .house_link {
    margin-top: 40px;
  }
  .house_link .readmore-btn {
    font-size: 16px;
  }
  .house_link .readmore-btn .arrow {
    padding-block: 14px;
  }
}

/* contents03 
=================================== */
.contents03 {
  background-color: #1d569e;
  padding-bottom: 110px;
}
.contents03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: url(../images/contents03_bg_pc.png) no-repeat top right / cover;*/
  z-index: 0;
}
.contents03 .inner {
  position: relative;
  max-width: 1000px;
}
.main_title2 {
  max-width: 540px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.contents03_text {
  color: #fff;
  text-align: center;
}
.lineup_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 95px;
}
.lineup_item_label {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #1d569e;
  padding-block: 8px;
}
.lineup_item_title {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
}
.lineup_item_body {
  margin-top: 30px;
  color: #fff;
}
.lineup_link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.lineup_link .readmore-btn {
  max-width: 300px;
  background-color: #fff;
  color: #103666;
}
.lineup_link .readmore-btn::before {
  background-color: #1d569e;
}
.lineup_link .readmore-btn .arrow {
  border-left: 1px solid #1d569e;
}
.detail_info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.detail_info dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail_info dt {
  width: 100px;
  padding: 5px 3px;
  border: 1px solid #d3d6ea;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.detail_info dd {
  width: calc(100% - 120px);
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 769px) {
  .lineup_link .readmore-btn:hover {
  color: #fff;
  border: 1px solid #fff;
}
.lineup_link .readmore-btn:hover .arrow {
  border-color: #fff;
}
}

@media only screen and (max-width: 768px) {
  .contents03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contents03::before {
    width: 100%;
    height: 100%;
/*    background: url(../images/contents03_bg_sp.png) no-repeat top right / cover;*/
  }
  .main_title2 {
    width: 86%;
    margin-bottom: 20px;
  }
  .contents03_text {
    color: #fff;
    text-align: center;
  }
  .lineup_wrap {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  .lineup_item_label {
    font-size: 15px;
    padding-block: 10px;
  }
  .lineup_item_title {
    font-size: 16px;
  }
  .lineup_item_body {
    margin-top: 16px;
  }
  .lineup_link {
    margin-top: 20px;
    justify-content: left;
  }
  .lineup_link .readmore-btn {
    max-width: 180px;
    padding-inline: 8px;
    font-size: 12px;
  }
  .lineup_link .readmore-btn .text {
    padding-block: 0px;
  }
  .lineup_link .readmore-btn .arrow {
    padding-left: 8px;
    margin-left: 8px;
    padding-block: 8px;
  }
  .detail_info {
    margin-top: 16px;
    row-gap: 8px;
  }
  .detail_info dt {
    width: 80px;
    padding: 3px 3px;
    font-size: 10px;
  }
  .detail_info dd {
    width: calc(100% - 100px);
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}

/* slider-location 
=================================== */
.slide_wrap {
  margin-top: 90px;
}
.slider-location .slick-list {
  overflow: visible;
}
.slider-location .slick-slide {
  padding: 0 20px;
}
.slider-location .item figure {
  overflow: hidden;
  transform-origin: center center;
  transform: scale(0.88);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
  backface-visibility: hidden;
}
.slider-location .item figure.is-zoom {
  transform: scale(1);
}
.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 4px;
  }
}
