main {
  padding-top: 12.1527777778vw;
  box-sizing: border-box;
  position: relative;
}
main::before {
  content: "";
  background: url(../img/mizwa_icon_bl.svg) center no-repeat;
  background-size: cover;
  width: 62vw;
  height: 57.6vw;
  position: absolute;
  z-index: -1;
  top: -1.2vw;
  left: -6.6vw;
}

.txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18469D;
  gap: 1.0416666667vw;
  transition: 0.5s;
  width: 12.34375vw;
  height: 3.6458333333vw;
  border: solid 1px #18469D;
  border-radius: 70px;
}
.txt-a svg {
  width: 0.9375vw;
  height: 0.3645833333vw;
  display: flex;
}
.txt-a svg path {
  transition: 0.5s;
}
.txt-a:hover {
  background: #18469D;
  color: #ffffff;
}
.txt-a:hover svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 70px;
  }
  main::before {
    top: 59vw;
    left: initial;
    right: -100px;
    width: 280px;
    height: 261px;
  }
  .txt-a {
    gap: 5px;
    width: 170px;
    height: 55px;
    border-radius: 55px;
    font-size: 14px;
    gap: 15px;
    box-sizing: border-box;
  }
  .txt-a svg {
    width: 15px;
    height: 7px;
  }
}
/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area {
  position: relative;
}
section#lead_area .inner {
  margin-bottom: 5.2083333333vw;
}
section#lead_area .box {
  justify-content: space-between;
  padding-left: 12.8vw;
  box-sizing: border-box;
}
section#lead_area .img-box {
  width: 71.6%;
  height: 32vw;
}
section#lead_area .img-box img {
  border-radius: 1.2vw 0 0 1.2vw;
}
section#lead_area .txt-box {
  padding-top: 7.5231481481vw;
  box-sizing: border-box;
}
section#lead_area .txt-box .txt-h1 {
  color: #18469D;
}
section#lead_area .txt-box .txt-h1s {
  color: #000000;
  display: block;
  margin-bottom: 5px;
}
section#lead_area .breadcrumbs {
  width: 85%;
  margin: 0 auto;
  text-align: end;
  margin-top: 1vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1vw;
  color: #18469D;
  font-size: 0.75vw;
        flex-wrap: wrap;
}
section#lead_area .breadcrumbs > span {
  color: #18469D;
  font-size: 0.75vw;
}
section#lead_area .breadcrumbs > span a {
  color: #18469D;
  text-decoration: underline;
  font-size: 0.75vw;
}
section#lead_area .breadcrumbs > span span {
  color: #18469D;
  font-size: 0.75vw;
}
section#lead_area .breadcrumbs > span span br {
    display: none;
}

@media screen and (max-width: 767px) {
  section#lead_area .inner {
    margin-bottom: 30px;
  }
  section#lead_area .box {
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  section#lead_area .img-box {
    width: 95%;
    height: 65vw;
    margin: 0 auto;
    order: 1;
  }
  section#lead_area .img-box img {
    border-radius: 10px;
  }
  section#lead_area .txt-box {
    padding-top: 0;
    order: 2;
    margin-top: -60px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
  }
  section#lead_area .txt-box .txt-h1 {
    font-size: 16px;
  }
  section#lead_area .txt-box .txt-h1s {
    font-size: 36px;
    margin: 0;
    letter-spacing: 0;
  }
  section#lead_area .breadcrumbs {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    gap: 10px;
    font-size: 12px;
    text-align: start;
    justify-content: flex-start;
    padding: 0 20px;
    box-sizing: border-box;
  }
  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;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  position: relative;
  background: url(../img/contact_bg002.jpg) center no-repeat;
  background-size: cover;
}
section#contact_area::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section#contact_area .inner {
  padding: 5.46875vw 0;
}
section#contact_area .txt-h2 {
  color: #ffffff;
  margin-bottom: 2.4479166667vw;
  position: relative;
  text-align: center;
}
section#contact_area .txt-h2:before {
  content: "";
  background: url(../img/ttl_bg2.svg) center no-repeat;
  background-size: cover;
  width: 5.73vw;
  height: 5.37vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section#contact_area .txt-h2s {
  display: block;
  margin-bottom: 0.5vw;
  color: #ffffff;
}
section#contact_area .box {
  position: relative;
  justify-content: center;
  align-items: center;
}
section#contact_area .line {
  width: 1px;
  height: 6.25vw;
  background: #ffffff;
}
section#contact_area .tel-box, section#contact_area .form-box {
  padding: 0 6.25vw;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
}
section#contact_area .tel-box .txt-h3, section#contact_area .form-box .txt-h3 {
  margin-bottom: 1.6vw;
  color: #ffffff;
}
section#contact_area .tel-box .txt-a, section#contact_area .form-box .txt-a {
  gap: 0;
  color: #ffffff;
  border-color: #ffffff;
  margin: 0;
}
section#contact_area .tel-box .txt-a {
  width: initial;
  height: initial;
  border: none;
  gap: 0.5vw;
  position: relative;
}
section#contact_area .tel-box .txt-a::after {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
section#contact_area .tel-box .txt-a:hover {
  background: none;
}
section#contact_area .tel-box .txt-a:hover::after {
  transform: scale(1, 1);
}
section#contact_area .form-box .txt-a {
  width: 16.8vw;
}

@media screen and (max-width: 767px) {
  section#contact_area {
    position: relative;
    background: url(../img/contact_bg_sp.jpg) center no-repeat;
    background-size: cover;
  }
  section#contact_area::before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  section#contact_area .inner {
    padding: 85px 0 100px;
  }
  section#contact_area .txt-h2 {
    font-size: 16px;
    margin-bottom: 50px;
  }
  section#contact_area .txt-h2:before {
    width: 96px;
    height: 90px;
    left: -5%;
    top: -20px;
  }
  section#contact_area .txt-h2s {
    font-size: 36px;
    margin: 0;
  }
  section#contact_area .box {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    gap: 50px;
  }
  section#contact_area .line {
    width: 150px;
    height: 1px;
  }
  section#contact_area .tel-box, section#contact_area .form-box {
    padding: 0;
    width: 90%;
  }
  section#contact_area .tel-box .txt-h3, section#contact_area .form-box .txt-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#contact_area .tel-box .txt-a, section#contact_area .form-box .txt-a {
    font-size: 38px;
  }
  section#contact_area .tel-box .txt-a span, section#contact_area .form-box .txt-a span {
    font-size: 28px;
  }
  section#contact_area .tel-box .txt-a {
    width: initial;
    height: initial;
    border: none;
    gap: 0.5vw;
  }
  section#contact_area .form-box .txt-a {
    font-size: 20px;
    width: 90%;
    max-width: 324px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=page.css.map */