main {
  padding-top: 8.23vw;
}

.txt-a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: 1s;
}
.txt-a span {
  transition: 1s;
  display: flex;
  color: #000000;
  text-decoration: underline;
  -webkit-text-decoration-color: #D20B1B;
          text-decoration-color: #D20B1B;
  text-underline-offset: 0.4vw;
  text-decoration-thickness: 2px;
}
.txt-a svg {
  display: flex;
  width: 1.875vw;
  height: 1.875vw;
}
.txt-a svg path {
  transition: 1s;
}
.txt-a:hover {
  gap: 1vw;
}
.txt-a:hover span {
  color: #D20B1B;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 75px;
  }
  .txt-a {
    gap: 5px;
  }
  .txt-a span {
    text-underline-offset: 6px;
    font-size: 16px;
  }
  .txt-a svg {
    display: flex;
    width: 20px;
    height: 20px;
  }
}
/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area .ttl-box {
  background: #F6F4ED;
  padding: 3.75vw 0;
  box-sizing: border-box;
}
section#lead_area .ttl-box .txt-e {
  text-transform: uppercase;
}
section#lead_area .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8vw;
  color: #000000;
  font-size: 0.625vw;
  margin-top: 1.05vw;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
section#lead_area .breadcrumbs > span > span {
  color: #000000;
  font-size: 0.625vw;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
section#lead_area .breadcrumbs > span > a {
  color: #D20B1B;
  font-size: 0.625vw;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  section#lead_area .ttl-box {
    padding: 20px 0;
  }
  section#lead_area .ttl-box .txt-e {
    text-transform: uppercase;
    font-size: 32px;
  }
  section#lead_area .ttl-box .txt-h1 {
    font-size: 14px;
  }
  section#lead_area .breadcrumbs {
    gap: 5px 10px;
    margin-top: 20px;
    font-size: 12px;
  }
  section#lead_area .breadcrumbs > span > span {
    font-size: 12px;
  }
  section#lead_area .breadcrumbs > span > a {
    font-size: 12px;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  position: relative;
  z-index: 1;
}
section#contact_area .inner {
  padding: 7.8125vw 0;
}
section#contact_area .box {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
section#contact_area .txt-box {
  width: 50%;
  background: #248C61;
  box-sizing: border-box;
  padding: 3.3854166667vw;
  border-radius: 1.05vw 0 0 1.05vw;
}
section#contact_area .txt-box .txt-h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  margin-bottom: 1.5625vw;
  color: #ffffff;
}
section#contact_area .txt-box .txt-h2 img {
  width: auto;
  height: 1.8229166667vw;
}
section#contact_area .txt-box .txt-p {
  color: #ffffff;
  text-align: center;
}
section#contact_area .txt-box .txt-a {
  margin-top: 1.5625vw;
  box-sizing: border-box;
  border: solid 2px #ffffff;
  color: #248C61;
  background: #ffffff;
  width: 13.0208333333vw;
  height: 3.6458333333vw;
  max-height: 70px;
  border-radius: 70px;
  transition: 1s;
}
section#contact_area .txt-box .txt-a:hover {
  background: #248C61;
  color: #ffffff;
}
section#contact_area .img-box {
  width: 50%;
}
section#contact_area .img-box img {
  border-radius: 0 1.05vw 1.05vw 0;
}

@media screen and (max-width: 767px) {
  section#contact_area .inner {
    padding: 60px 0;
  }
  section#contact_area .box {
    flex-wrap: wrap;
  }
  section#contact_area .txt-box {
    width: 100%;
    order: 2;
    background: #248C61;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }
  section#contact_area .txt-box .txt-h2 {
    font-size: 22px;
    gap: 10px;
    margin-bottom: 20px;
  }
  section#contact_area .txt-box .txt-h2 img {
    width: auto;
    height: 25px;
  }
  section#contact_area .txt-box .txt-p {
    font-size: 14px;
    text-align: start;
  }
  section#contact_area .txt-box .txt-a {
    margin-top: 20px;
    width: 200px;
    height: 50px;
    font-size: 14px;
  }
  section#contact_area .img-box {
    width: 100%;
    order: 1;
    height: 46vw;
  }
  section#contact_area .img-box img {
    border-radius: 10px 10px 0 0;
  }
}
/*# sourceMappingURL=page.css.map */