@charset "UTF-8";

/* ----------------
 VISUAL LAYER
---------------- */

.layout_visual {
  background: url(../images/mainvisual.svg) no-repeat top center;
  background-color: var(--bland-color);
}

/* ----------------
 TOP COPY
---------------- */

.layout_top-copy {
  padding-top: 50px;
}

.visual-copy {
  font-family: "ヒラギノ角ゴ ProN W6";
  font-weight: bold;
  color: #fff;
  font-size: 34px;
  line-height: 1.4;
  padding: 10px 0;
  overflow-wrap: anywhere;
  word-break: keep-all;
  width: 70%;
}

.visual-text {
  font-size: 16px;
  padding-bottom: 60px;
}

/* ----------------
 TOP REASON
---------------- */

.layout_top-reason {
  padding: 48px 0;
}

.layout_reason-navi {
  margin: 0 auto;
}

.reason-navi-box {
  box-sizing: border-box;
  width: 320px;
  padding: 0 24px;
  float: left;
}

.reason-navi-box.end {
  width: 270px;
  border-right: none;
}

.reason-navi-copy {
  font-size: 24px;
  line-height: 32px;
  margin: 16px 0 8px 0;
  font-weight: bold;
  color: var(--bland-color);
}

.reason-navi-copy span {
  font-size: 16px;
  color: var(--gray-600);
  display: block;
}

.reason-navi-img img {
  width: 48px;
  height: 48px;
  border: 1px solid var(--bland-color);
  border-radius: 24px;
}

.reason-navi-text {
  font-size: 14px;
  line-height: 24px;
}

/* ----------------
BNR
---------------- */

.layout_bnr {
  background: #f0f0f0;
  padding: 32px 0;
}

.layout_bnr-link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: flex;
  display: -ms-flexbox;
  gap: 1rem;
}

.layout_bnr-link li {
  height: 60px;
}

.layout_bnr-link li a {
  display: inline-block;
}

.layout_bnr-link li a:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 779px) {
  /* ----------------
   VISUAL LAYER
  ---------------- */

  .layout_visual {
    background: url(../images/mainvisual_sp.svg) no-repeat top right;
    background-color: var(--bland-color);
  }

  .layout_visual-inner {
    width: 100%;
  }

  .visual-text {
    padding-bottom: 40px;
  }

  /* ----------------
   TOP COPY
  ---------------- */
  .layout_top-copy {
    padding-top: 30px;
    top: auto;
    bottom: 20px;
  }

  .visual-copy {
    font-size: 24px;
    line-height: 1.35;
    margin: 0 20px;
    text-shadow: 2px 0 0 var(--bland-color), -2px 0 0 var(--bland-color), 0 2px 0 var(--bland-color), 0 -2px 0 var(--bland-color);
  }

  .visual-text {
    font-size: 14px;
    width: auto;
    margin: 0 20px;
    line-height: 1.6;
    text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0,
      #fff 1px -1px 0, #fff 0 1px 0, #fff 0 -1px 0, #fff -1px 0 0, #fff 1px 0 0;
  }

  .layout_hero-bnr {
    display: none;
    background-color: #f0f0f0;
    padding: 20px 0;
    margin-bottom: 20px;
  }

  /* ----------------
   TOP REASON
  ---------------- */
  .layout_top-reason {
    padding: 16px 0;
    background-size: auto 100%;
  }

  .layout_top-reason h3 {
    font-size: 20px;
    padding: 0;
  }

  .layout_reason-navi {
    width: auto;
    margin: 0;
    overflow: visible;
  }

  .reason-navi-box {
    width: auto;
    padding: 20px;
    float: none;
    border-right: none;
    margin-bottom: 0;
  }

  .reason-navi-box.end {
    width: auto;
    padding: 30px 20px 20px;
    border-bottom: none;
  }
}