@charset "UTF-8";
/* =========================
SP/MV
========================= */
.mv {
  position: relative;
}
.mv .mv__slider figure {
  position: relative;
}
.mv .mv__slider figure picture {
  display: block;
}
.mv .mv__slider figure img {
  width: 100%;
  display: block;
}
.mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mv .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.mv .slick-dots li {
  margin: 0 1px;
}
.mv .slick-dots li button:before {
  color: #fff;
  opacity: 0.5;
  font-size: 40px;
}
.mv .slick-dots li.slick-active button:before {
  opacity: 1;
}

/* =========================
SP/appeal
========================= */
.appeal {
  background: url(../img/top/about-deco.jpg) no-repeat top center;
  background-size: 100% auto;
}
.appeal .logo_tower {
  max-width: 430px;
  width: 60%;
  padding-top: 60px;
}
.appeal .component-main-lead {
  line-height: 2;
}

/* =========================
SP/point
========================= */
.point {
  margin-top: 50px;
}
.point .point_item {
  border: 1px solid #005144;
  padding: 18px 5px;
  margin-bottom: 16px;
  background: #fff;
  text-align: center;
}
.point h3 {
  margin-bottom: 10px;
  color: #005144;
  font-size: 19px;
}
.point p {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0;
}

/* =========================
SP/direct
========================= */
.direct {
  padding-top: 25px;
  padding-bottom: 40px;
  text-align: center;
}
.direct ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.direct li {
  color: #222;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
}
.direct span {
  font-size: 14px;
}
.direct strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  margin: 0 2px;
}
.direct .distance {
  font-size: 12px;
}
.direct .stress {
  font-size: 20px;
  margin-bottom: 10px;
}

/* =========================
SP/redirect
========================= */
.redirect {
  background: #003a2f;
  color: #fff;
  padding-bottom: 55px;
}
.redirect .contents-wrap {
  padding-inline: 5%;
}
.redirect .contents-wrap .redirect--item {
  margin-top: 40px;
  /* --Read more-- */
}
.redirect .contents-wrap .redirect--item .readmore {
  width: 140px;
  height: 27px;
  margin: 22px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.redirect .contents-wrap .redirect--item .readmore::before {
  content: ">";
  margin-right: 8px;
  font-size: 10px;
}
.redirect .contents-wrap .redirect--item .readmore:hover {
  background: rgba(255, 255, 255, 0.12);
}
.redirect .redirect--ttl {
  padding-top: 40px;
  margin-bottom: 18px;
  font-size: 29px;
  letter-spacing: 0.08em;
}
.redirect .redirect--copy {
  line-height: 1.8;
}
.redirect figure {
  position: relative;
  padding-top: 30px;
}

/* =========================
SP/information
========================= */
.info {
  margin-top: 100px;
}
.info .info__ttl {
  font-size: 19px;
}
.info .info__list {
  margin-top: 10px;
  padding-bottom: 80px;
  border-top: 1px solid #000;
}
.info .info__list dl {
  padding-top: 30px;
}
.info .info__list dl dt {
  margin-right: 20px;
}
.info .info__list dl a {
  text-decoration: underline;
}

/* =========================
SP/label
========================= */
.label__wrap {
  padding: 0 30px;
}
.label__wrap .bels {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 80px;
}
.label__wrap .bels p {
  padding-top: 5px;
  font-size: 11px;
}

/* ==================================================
PC(min-width: 1024px)
================================================== */
@media print, screen and (min-width: 1024px) {
  /* =========================
  PC/appeal
  ========================= */
  .appeal {
    background-position: center -215px;
  }
  .appeal .logo_tower {
    width: 100%;
    padding-top: 140px;
    margin: 0 auto;
  }
  .appeal .component-main-lead {
    margin: 50px auto 50px;
  }
  /* =========================
  PC/point
  ========================= */
  .point {
    margin-top: 90px;
  }
  .point .contents-wrap {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .point .point_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 160px;
    padding: 18px 15px;
  }
  .point p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
  }
  /* =========================
  PC/direct
  ========================= */
  .direct {
    padding-top: 70px;
    padding-bottom: 120px;
  }
  .direct ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .direct li {
    color: #222;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    font-family: "Zen Old Mincho", serif;
  }
  .direct {
    /* 1つ目だけ1行使う */
  }
  .direct .stress {
    grid-column: 1/-1;
  }
  .direct {
    /* 2～5つ目 */
  }
  .direct li:not(.stress) {
    position: relative;
    margin-bottom: 0;
  }
  .direct .stress {
    font-size: 30px;
  }
  .direct .stress strong {
    font-size: 33px;
  }
  .direct li {
    font-size: 24px;
    line-height: 1.4;
  }
  .direct {
    /* 2～4番目だけ右側に線を引く */
  }
  .direct li:not(.stress):not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background: #999;
  }
  /* =========================
  PC/redirect
  ========================= */
  .redirect {
    padding-top: 10px;
    padding-bottom: 80px;
  }
  .redirect .contents-wrap .redirect--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-top: 70px;
  }
  .redirect .contents-wrap .redirect--item > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 2);
            flex: 0 0 calc((100% - 40px) / 2);
  }
  .redirect .contents-wrap .redirect--item {
    /* --Read more-- */
  }
  .redirect .contents-wrap .redirect--item .readmore {
    width: 250px;
    height: 48px;
    font-size: 15px;
  }
  .redirect .contents-wrap .redirect--item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .redirect .contents-wrap .redirect--ttl {
    padding-top: 0;
    font-size: 42px;
  }
  .redirect .contents-wrap .redirect--copy {
    line-height: 2.1;
  }
  /* =========================
  PC/information
  ========================= */
  .info .info__ttl {
    font-size: 22px;
  }
}