@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.png) no-repeat top right / cover;*/
}
.main_title_wrap {
  position: relative;
  margin-bottom: 80px;
}
.main_title {
  max-width: 580px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.main_text {
  text-align: center;
}
.subtitle_wrap {
  margin-top: 140px;
}
.subtitle_head {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.subtitle_icon {
  width: 100%;
  max-width: 160px;
}
.subtitle {
  max-width: 645px;
}
.subtitle_text {
  margin-top: 30px;
}
.contents_text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.25;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .main_title_wrap {
    margin-bottom: 40px;
  }
  .main_title {
    width: 90%;
    margin-bottom: 30px;
  }
  .subtitle_wrap {
    margin-top: 60px;
  }
  .subtitle_head {
    flex-direction: column;
    row-gap: 20px;
  }
  .subtitle_icon {
    max-width: 120px;
  }
  .subtitle_text {
    margin-top: 20px;
  }
  .contents_text {
    font-size: 12px;
    line-height: 2;
  }
}

/* wide_img_area
===================================== */
.wide_img_area {
  background: url(../images/wide_img_pc.jpg) no-repeat center center / cover;
  padding-block: 135px;
}
.wide_img_title {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  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 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
.wide_img_item {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .wide_img_area {
    background: url(../images/wide_img_sp.jpg) no-repeat center center / cover;
    padding-block: 40px;
  }
  .wide_img_title {
    font-size: 18px;
    line-height: 2;
  }
  .wide_img_wrap {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .wide_img_item {
    height: 50px;
    font-size: 13px;
  }
}

/* contents02
===================================== */
.contents02 {
  padding-top: 90px;
  padding-bottom: 300px;
}
.contents02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents02 .inner {
  max-width: 1200px;
  position: relative;
}
.contents02_title {
  max-width: 700px;
}
.contents02_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.contents02_text {
  width: 45%;
  max-width: 520px;
}
.contents02_img {
  width: 52%;
  max-width: 610px;
}
.contents02_img_cap {
  margin-top: 12px;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.head-border {
  margin-top: 80px;
  display: flex;
  align-items: center;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #103666;
}
.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #103666;
}
.head-border:before {
  margin-right: 20px;
}
.head-border:after {
  margin-left: 20px;
}
.contents02_grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.contents02_item {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  background-color: #1d569e;
}
.contents02_link {
  max-width: 700px;
  margin-inline: auto;
  margin-top: 70px;
}
.contents02_link .readmore-btn {
  max-width: 700px;
  margin-inline: auto;
  font-size: 24px;
  border: 1px solid #1d569e;
  background-color: transparent;
  color: #103666;
}
.contents02_link .readmore-btn .arrow {
  padding-block: 21px;
}
.contents02_link .readmore-btn::before {
  background-color: #1d569e;
}
.contents02_link .readmore-btn .arrow {
  border-left: 1px solid #1d569e;
}

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

@media only screen and (max-width: 768px) {
  .contents02 {
    padding-top: 50px;
    padding-bottom: 170px;
  }
  .contents02::before {
  }
  .contents02_wrap {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 30px;
  }
  .contents02_text {
    width: 100%;
  }
  .contents02_img {
    width: 100%;
  }
  .head-border {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
  .head-border:before {
    margin-right: 10px;
  }
  .head-border:after {
    margin-left: 10px;
  }
  .contents02_grid {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .contents02_item {
    width: 80%;
    margin-inline: auto;
    height: 60px;
    font-size: 16px;
  }
  .contents02_link {
    margin-top: 30px;
  }
  .contents02_link .readmore-btn {
    font-size: 14px;
  }
  .contents02_link .readmore-btn .arrow {
    padding-block: 20px;
  }
}

/* contents03
===================================== */
.contents03 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.contents03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: url(../images/contents03_bg_pc.png) no-repeat top left / cover;*/
}
.contents03 .inner {
  max-width: 1200px;
  position: relative;
}
.contents03_title {
  max-width: 470px;
}
.contents03_img {
  margin-top: 40px;
}
.contents03_text {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .contents03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contents03::before {
/*    background: url(../images/contents03_bg_sp.png) no-repeat top left / cover;*/
  }
  .contents03_title {
    width: 80%;
  }
  .contents03_img {
    margin-top: 20px;
  }
}

/* contents04
===================================== */
.contents04 {
  padding-top: 100px;
  padding-bottom: 120px;
}
.contents04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: url(../images/contents04_bg.jpg) no-repeat bottom center / cover;*/
}
.contents04 .inner {
  position: relative;
  max-width: 1400px;
}
.contents04_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 80px;
}
.contents04_item_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.contents04_item_body {
  width: 42%;
  max-width: 280px;
}
.contents04_item_img {
  width: 55%;
  max-width: 360px;
}
.contents04_item_title {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #103666;
}
.contents04_item_text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.contents04_item_bottom {
  margin-top: 30px;
  padding: 20px 50px;
  border: 1px solid #103666;
}
.contents04_item_bottom_img {
  text-align: center;
}
.contents04_item_bottom_wrap {
  margin-top: 14px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.contents04_item_bottom_label {
  flex-shrink: 0;
  width: 100px;
  text-align: center;
  border: 1px solid #a89f9f;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 10px 4px;
}
.contents04_item_bottom_text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .contents04 {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .contents04_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  .contents04_item_wrap {
    margin-top: 14px;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 12px;
  }
  .contents04_item_body {
    display: contents;
  }
  .contents04_item_title {
    width: 100%;
    font-size: 20px;
  }
  .contents04_item_text {
    width: 42%;
    margin-top: 0;
    font-size: 12px;
  }
  .contents04_item_bottom {
    margin-top: 20px;
    padding: 20px 20px;
    border: 1px solid #103666;
  }
  .contents04_item_bottom_wrap {
    align-items: start;
    margin-top: 10px;
    column-gap: 10px;
  }
  .contents04_item_bottom_label {
    width: 80px;
    font-size: 11px;
    padding: 6px 4px;
  }
  .contents04_item_bottom_text {
    font-size: 11px;
  }
}

/* contents05
===================================== */
.contents05 {
  padding-top: 100px;
  padding-bottom: 120px;
}
.contents05::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
/*  background: url(../images/contents05_bg.png) no-repeat top right / cover;*/
}
.icon_img {
  max-width: 248px;
  margin-inline: auto;
}
.contents05_text {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .contents05 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .icon_img {
    width: 60%;
  }
  .contents05_text {
    margin-top: 30px;
    text-align: center;
  }
}

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