@charset "UTF-8";

.header_nav_title.recruitment::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;
}
.main_title {
  max-width: 530px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.main_text {
  text-align: center;
  margin-bottom: 70px;
}
.head-border {
  display: flex;
  align-items: center;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #196e7a;
  margin-bottom: 60px;
}
.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #196e7a;
}
.head-border:before {
  margin-right: 30px;
}
.head-border:after {
  margin-left: 30px;
}
.contents_wrap {
  display: grid;
}
.contents_wrap.col2 {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 60px;
}
.contents_wrap.col3 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
  row-gap: 60px;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-block: 50px;
  }
  .main_title {
    width: 84%;
    margin-bottom: 30px;
  }
  .main_text {
    margin-bottom: 50px;
  }
  .head-border {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .head-border:before {
    margin-right: 16px;
  }
  .head-border:after {
    margin-left: 16px;
  }
  .contents_wrap.col2 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .contents_wrap.col3 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 60px;
  }
}

/* contents01
=========================================== */
.contents01 {
  border-top: 3px solid #196e7a;
  background-color: #eaf5f7;
}
.contents01 .inner {
  max-width: 1200px;
}
.contents_body {
  margin-top: 30px;
}
.contents_body_title {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #196e7a;
}
.contents_body_title span {
  font-size: 12px;
  color: #000;
  vertical-align: middle;
  margin-left: 12px;
}
.contents_body_subtitle {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #196e7a;
  border-top: 1px solid #196e7a;
  border-bottom: 1px solid #196e7a;
  padding-block: 10px;
}
.contents_body_text {
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .contents_body {
    margin-top: 14px;
  }
  .contents_body_title {
    font-size: 18px;
  }
  .contents_body_title span {
    font-size: 10px;
  }
  .contents_body_subtitle {
    margin-top: 10px;
    font-size: 14px;
    padding-block: 8px;
  }
  .contents_body_text {
    margin-top: 12px;
    font-size: 12px;
  }
}

/* contents02
=========================================== */
.contents02 {
  border-top: 1px solid #196e7a;
}
.contents02 .inner {
  max-width: 1200px;
}
.contents02 .contents_body {
  margin-top: 20px;
}
.contents02 .contents_body_text {
  margin-top: 14px;
}
.contents_title {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.contents_text {
  margin-top: 28px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.contents_wrap + .contents_wrap {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .contents02 .contents_body {
    margin-top: 14px;
  }
  .contents02 .contents_body_text {
    margin-top: 8px;
    font-size: 11px;
  }
  .contents_title {
    font-size: 20px;
  }
  .contents_text {
    margin-top: 16px;
    font-size: 13px;
  }
  .contents_wrap + .contents_wrap {
    margin-top: 30px;
  }
}

/* contents03
=========================================== */
.contents03 {
  background: #127b99;
  background: linear-gradient(
    90deg,
    rgba(18, 123, 153, 1) 0%,
    rgba(73, 192, 208, 1) 100%
  );
}
.contents03 .inner {
  max-width: 1600px;
}
.contents03 .head-border {
  color: #fff;
}
.contents03 .head-border span {
  font-size: 24px;
}
.contents03 .head-border:before,
.contents03 .head-border:after {
  background-color: #fff;
}
.contents03 .contents_body {
  margin-top: 20px;
}
.contents03 .contents_body_text {
  margin-top: 0;
  color: #fff;
}
.contents03 .contents_body_text span {
  margin-left: 8px;
  font-size: 12px;
  letter-spacing: normal;
}
.slide_contents {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin-inline: auto;
}
.slider-location {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
  row-gap: 60px;
}

@media only screen and (max-width: 768px) {
  .contents03 .head-border span {
    font-size: 13px;
  }
  .contents03 .contents_body {
    margin-top: 10px;
  }
  .contents03 .contents_body_text span {
    font-size: 10px;
  }
  .slide_contents {
    width: 100%;
    margin-top: 20px;
  }
  .slider-location {
    display: block;
  }
  .slide_wrap {
    margin-top: 20px;
  }
  .slider-location .slick-list {
    overflow: visible;
  }
  .slider-location .slick-slide {
    padding: 0 14px;
  }
  .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;
  }
}
