.txt-a {
  position: relative;
  box-sizing: border-box;
  border: solid 2px #ffffff;
  background: #ffffff;
  color: #544C42;
  display: flex;
  align-items: center;
  width: 13.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  margin: 0 auto;
  gap: 0.8vw;
  transition: 1s;
  padding: 0 1.5625vw;
  box-sizing: border-box;
}
.txt-a .icon {
  width: 1.71875vw;
  height: 1.71875vw;
  border-radius: 1.71875vw;
  background: #544C42;
  border: solid 1px #544C42;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 2.2395833333vw;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.txt-a .icon svg {
  display: flex;
  width: 0.78125vw;
  height: 0.78125vw;
}
.txt-a .icon svg path {
  transition: 1s;
  fill: #ffffff;
}
.txt-a:hover {
  background: #544C42;
  color: #ffffff;
}
.txt-a:hover .icon {
  border-color: #ffffff;
}

.ttl-box {
  position: relative;
  margin-bottom: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
}
.ttl-box .txt-h2 {
  color: #ffffff;
  line-height: 1;
}
.ttl-box .txt-h2 .txt-e {
  color: #87827B;
  display: block;
  line-height: 1;
  margin-bottom: 1.5625vw;
}
.ttl-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5625vw;
  height: 2px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .txt-a {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    gap: 10px;
    margin: 0 auto;
    font-size: 16px;
    padding: 0 20px;
  }
  .txt-a .icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    right: 20px;
  }
  .txt-a .icon svg {
    width: 12px;
    height: 12px;
  }
  .txt-a:hover {
    background: #ffffff;
    color: #000000;
  }
  .txt-a:hover svg path {
    fill: #000000;
  }
  .ttl-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .ttl-box:after {
    width: 30px;
  }
  .ttl-box .txt-h2 {
    font-size: 14px;
  }
  .ttl-box .txt-h2 .txt-e {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area .box {
  position: relative;
}
section#lead_area .img-box {
  width: 100%;
  height: 28.3333333333vw;
}
section#lead_area .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section#lead_area .txt-box {
  position: absolute;
  bottom: 5.2083333333vw;
  left: 10.42%;
  z-index: 1;
}
section#lead_area .txt-box .txt-h1 {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  gap: 1.05vw;
  z-index: 1;
  color: #168F5F;
}
section#lead_area .txt-box .txt-h1 span {
  line-height: 1;
  color: #ffffff;
}
section#lead_area .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8vw;
  z-index: 4;
  width: 79.12%;
  margin: 0 auto;
  margin-top: 1.5625vw;
  font-size: 0.625vw;
  font-family: "font-ZKGNr", "Zen Kaku Gothic New", sans-serif;
  color: #ffffff;
}
section#lead_area .breadcrumbs > span {
  font-size: 0.625vw;
  font-family: "font-ZKGNr", "Zen Kaku Gothic New", sans-serif;
}
section#lead_area .breadcrumbs > span > a {
  color: #168F5F;
  font-size: 0.625vw;
  font-family: "font-ZKGNr", "Zen Kaku Gothic New", sans-serif;
  text-decoration: underline;
}
section#lead_area .breadcrumbs > span > span {
  color: #ffffff;
  font-size: 0.625vw;
  font-family: "font-ZKGNr", "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 767px) {
  section#lead_area .img-box {
    width: 100%;
    height: 60vw;
    margin-bottom: 0;
  }
  section#lead_area .txt-box {
    bottom: 20%;
    left: 10%;
  }
  section#lead_area .txt-box .txt-h1 {
    gap: 10px;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  section#lead_area .txt-box .txt-h1 span {
    font-size: 14px;
  }
  section#lead_area .txt-box .txt-h1 span.txt-e {
    font-size: 38px;
  }
  section#lead_area .breadcrumbs {
    gap: 10px;
    font-size: 10px;
    margin-top: 15px;
  }
  section#lead_area .breadcrumbs > span {
    font-size: 10px;
  }
  section#lead_area .breadcrumbs > span > a {
    font-size: 10px;
  }
  section#lead_area .breadcrumbs > span > span {
    font-size: 10px;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  background: #544C42;
  position: relative;
}
section#contact_area .inner {
  padding: 7.8125vw 0;
}
section#contact_area .box {
  position: relative;
  z-index: 2;
  align-items: flex-end;
  justify-content: space-between;
}
section#contact_area .box .ttl-box .txt-h2 .txt-e {
  color: #ffffff;
}
section#contact_area .box .txt-a {
  background: #168F5F;
  color: #ffffff;
  border-color: #168F5F;
  width: 23.6979166667vw;
  margin: 0;
  justify-content: center;
}
section#contact_area .box .txt-a .icon {
  background: #ffffff;
  border-color: #ffffff;
}
section#contact_area .box .txt-a .icon svg path {
  fill: #168F5F;
}
section#contact_area .box .txt-a:hover {
  background: #ffffff;
  color: #168F5F;
}
section#contact_area .box .txt-a:hover .icon {
  border-color: #168F5F;
}
section#contact_area .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#contact_area .bg::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  section#contact_area .inner {
    padding: 80px 0;
  }
  section#contact_area .box {
    position: relative;
    z-index: 2;
    align-items: flex-end;
    justify-content: space-between;
  }
  section#contact_area .box .txt-p {
    font-size: 14px;
  }
  section#contact_area .box .txt-a {
    width: 100%;
    margin-top: 50px;
  }
  section#contact_area .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section#contact_area .bg::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*# sourceMappingURL=page.css.map */