@charset "UTF-8";
@media (max-width: 768px) {
  .inner {
    padding: 0 25px;
  }
}
/* -------------------------
  header
------------------------- */
.is-show {
  top: 0;
}

/* -------------------------
  keyvisual2023
------------------------- */
.keyvisual2023 {
  --header-height: 110px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(100vh - var(--header-height));
  min-height: 600px;
  margin-top: var(--header-height);
  padding: 40px 0 130px;
  background: #666 url(../img/kv2023_bg.jpg) no-repeat center/cover;
}
.keyvisual2023__text {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 800/206;
  color: transparent;
  background: url(../img/kv2023_text.png) no-repeat center/contain;
}
.keyvisual2023__btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc(100% - 57px * 2);
  max-width: 380px;
  margin: 5px auto 0;
}
.keyvisual2023__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 86px;
  padding: 1em;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  background: rgba(1, 16, 26, 0.9);
  border: 1px solid;
  border-radius: 10px;
  -webkit-transition: background 0.25s ease-out, color 0.25s ease-out;
  transition: background 0.25s ease-out, color 0.25s ease-out;
}
.keyvisual2023__btn a:hover {
  background: #fff;
  color: #e4007f;
}

@media (max-width: 768px) {
  .keyvisual2023 {
    --header-height: 65px;
    min-height: 400px;
    padding: 27px 0 130px;
    background-image: url(../img/kv2023_bg_sp.jpg);
  }
  .keyvisual2023__text {
    max-width: 520px;
    aspect-ratio: 750/290;
    background-image: url(../img/kv2023_text_sp.png);
  }
  .keyvisual2023__btn {
    max-width: 380px;
    margin-top: -8px;
  }
  .keyvisual2023__btn a {
    min-height: 56px;
    font-size: 1.4rem;
  }
}
/* -------------------------
  keyvisual
------------------------- */
.keyvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #666 url(../img/kv.jpg) no-repeat center/cover;
}
.keyvisual:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: url("../img/kv_fillter.png");
  opacity: 0.8;
  z-index: 1000;
  -webkit-box-shadow: 0 150px 100px -50px rgba(1, 15, 31, 0.2) inset;
          box-shadow: 0 150px 100px -50px rgba(1, 15, 31, 0.2) inset;
}
.keyvisual__logo {
  position: absolute;
  top: 50%;
  left: 135px;
  margin-top: -120px;
  z-index: 1200;
}
.keyvisual__nav {
  position: absolute;
  top: 50px;
  right: 60px;
  z-index: 1200;
}
.keyvisual__nav__link {
  display: inline-block;
  margin-left: 50px;
}
.keyvisual__nav__anchor {
  color: #fff;
  font-size: 16px;
  letter-spacing: 4px;
  -webkit-transition: none;
  transition: none;
}
.keyvisual__nav .contactLink {
  position: relative;
  padding-right: 30px;
  background: url("../img/icon_kv_window.png") right center no-repeat;
}
.keyvisual__nav .contactLink:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
.keyvisual__nav .contactLink:hover {
  background-image: url("../img/icon_header_window_hover.png");
}
.keyvisual__nav .contactLink:hover:before {
  background: #e4007f;
}
.keyvisual--sp {
  display: none;
}

.btnScroll {
  position: absolute;
  bottom: 70px;
  left: 50%;
  display: block;
  width: 57px;
  height: 57px;
  margin-left: -28.5px;
  z-index: 1200;
}
.btnScroll:hover {
  text-indent: -999em;
  background: url("../img/btn_scroll_hover.png") 0 0 no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .keyvisual {
    display: none;
  }
  .keyvisual--sp {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    background: url("../img/sp_kv.png");
    background-size: cover;
  }
  .keyvisual__logo--sp {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -153px 0 0 -153px;
  }
  .keyvisual__menuBtn {
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .btnScroll {
    bottom: 50px;
  }
  .btnScroll:hover {
    text-indent: 0;
    background: none;
  }
}
/* -------------------------
  messageArea
------------------------- */
.messageArea {
  display: table;
  width: 100%;
  height: 880px;
}
.messageArea__inner {
  display: table-cell;
  background: url("../img/bg_message.png") no-repeat;
  background-size: cover;
  text-align: center;
  vertical-align: middle;
}
.messageArea .btnMore {
  display: block;
  width: 79px;
  height: 30px;
  margin: 70px auto 0;
}
.messageArea .btnMore:hover {
  text-indent: -999em;
  background: url("../img/btn_more1_hover.png") 0 0 no-repeat;
}
.messageArea--sp {
  display: none;
}

@media (max-width: 768px) {
  .messageArea {
    display: none;
  }
  .messageArea--sp {
    display: block;
  }
  .messageArea--sp .btnMore {
    display: block;
    margin: 50px 0 0;
  }
  .messageArea__inner--sp {
    padding: 90px 30px 50px;
    background: url("../img/sp_bg_message.png") no-repeat;
    background-size: cover;
  }
}
/* -------------------------
  contentsLinkArea
------------------------- */
.contentLinkArea {
  padding: 120px 0;
}
.contentLinkArea__link {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 8px;
}
.contentLinkArea__link__description {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 40px 120px 40px 38px;
  background: rgba(4, 49, 105, 0.9);
}
.contentLinkArea__link__description .btnMore {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.contentLinkArea__link__title {
  max-width: auto;
  margin: 0 0 20px;
}
.contentLinkArea__link__text {
  color: #fff;
  font-size: 15px;
}
.contentLinkArea__link__image {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contentLinkArea__link:hover .contentLinkArea__link__image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.contentLinkArea .group {
  margin: 15px 0 0;
}
.contentLinkArea .group > * {
  width: 532px;
}

@media (max-width: 768px) {
  .contentLinkArea {
    padding: 50px 0 25px;
  }
  .contentLinkArea__link {
    margin: 0 0 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.25);
  }
  .contentLinkArea__link > figure {
    max-height: 450px;
  }
  .contentLinkArea__link__description {
    padding: 25px 25px 50px;
  }
  .contentLinkArea__link__description .btnMore {
    right: 25px;
    bottom: 25px;
  }
  .contentLinkArea__link__title {
    margin-bottom: 15px;
    width: auto;
    height: 20px;
  }
  .contentLinkArea__link__text {
    font-size: 12px;
    line-height: 1.6;
  }
  .contentLinkArea__link__image {
    width: 100%;
  }
  .contentLinkArea__link:hover .contentLinkArea__link__image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .contentLinkArea .group > * {
    width: 100%;
  }
}
/* -------------------------
  newsArea
------------------------- */
.newsArea {
  border: none;
}
.newsArea__title {
  max-width: auto;
  margin: 0 0 0 30px;
}
.newsArea .group {
  margin: 45px 0;
}

@media (max-width: 768px) {
  .newsArea__title {
    width: auto;
    height: 20px;
    margin: 0;
  }
  .newsArea .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    margin: 20px 0;
  }
}
.newsList {
  width: 685px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .newsList {
    width: 100%;
  }
}
/* -------------------------
  bannerArea　※202208「bannerL」追加
------------------------- */
.bannerArea {
  padding: 40px 0;
  background: url("../img/bg_section.png");
  border-top: 1px #dbdbdb solid;
}
.bannerArea .bannerL {
  text-align: center;
  margin-bottom: 40px;
}

.bannerArea .slick-prev, .bannerArea .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.bannerArea .slick-prev {
  left: -25px;
}
.bannerArea .slick-next {
  right: -25px;
}

@media (max-width: 768px) {
  .bannerArea {
    padding: 30px 25px 100px;
  }
  .bannerArea .bannerL {
    margin-bottom: 30px;
  }
}
