/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area {
  position: relative;
}
section#lead_area .box {
  padding-bottom: 0;
}
section#lead_area .img-box {
  width: 100%;
  height: calc(100svh - 6.2989583333vw - 1.40625vw - 2vw);
}
section#lead_area .in-box {
  position: absolute;
  right: initial;
  top: initial;
  bottom: 0;
  left: 0;
}
section#lead_area .in-box .txt-box {
  box-sizing: border-box;
  padding: 2.6041666667vw 4.1666666667vw;
  background: url(../img/bg_pagettl_two.svg) bottom right no-repeat;
  background-size: cover;
}
section#lead_area .in-box .txt-box::before {
  content: none;
}
section#lead_area .in-box .txt-h1 {
  font-size: 2.2916666667vw;
  color: #2A2F4E;
}
section#lead_area .in-box .txt-h1 .txt-s {
  display: none;
}
section#lead_area .breadcrumbs {
  display: flex;
  align-items: center;
  position: absolute;
  left: 4.1666666667vw;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  section#lead_area {
    position: relative;
  }
  section#lead_area .box {
    padding-bottom: 10px;
  }
  section#lead_area .img-box {
    height: calc(70svh - 28px - 10px);
  }
  section#lead_area .img-box:before {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  section#lead_area .in-box {
    position: absolute;
    right: initial;
    top: initial;
    left: 0;
    bottom: 0;
    bottom: 9.8px;
  }
  section#lead_area .in-box .txt-box {
    border-top-right-radius: 10px;
    width: 100%;
    padding: 20px 4vw;
    padding-right: 10vw;
    background: url(../img/bg_page_ttl001_sp.svg) no-repeat;
    background-position: bottom right;
    background-size: cover;
  }
  section#lead_area .in-box .txt-h1 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
  }
  section#lead_area .in-box .txt-h1 .txt-s {
    font-size: 32px;
    line-height: 1.3em;
    margin: 0;
  }
  section#lead_area .breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 8px;
    font-size: 12px;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    width: 92%;
    margin: 0 auto;
    bottom: -12px;
  }
  section#lead_area .breadcrumbs > span {
    font-size: 12px;
  }
  section#lead_area .breadcrumbs > span > a {
    font-size: 12px;
  }
  section#lead_area .breadcrumbs > span > span {
    font-size: 12px;
  }
}
/*# sourceMappingURL=page-two.css.map */