main {
  padding-top: 5.4166666667vw;
}

.txt-a {
  box-sizing: border-box;
  border: solid 0.1041666667vw #000000;
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.0625vw;
  height: 4.1666666667vw;
  border-radius: 0.5208333333vw;
  gap: 0.5208333333vw;
  margin: 0 auto;
  transition: 1s;
}
.txt-a svg path {
  transition: 1s;
}
.txt-a:hover {
  background: #ffffff;
  color: #000000;
}
.txt-a:hover svg path {
  fill: #000000;
}

@media screen and (max-width: 767px) {
  main {
    padding: 0;
  }
  .txt-a {
    width: 240px;
    height: 60px;
    border-radius: 10px;
    gap: 10px;
    margin: 0 auto;
    transition: 1s;
    font-size: 16px;
  }
  .txt-a svg path {
    transition: 1s;
  }
  .txt-a:hover {
    background: #ffffff;
    color: #000000;
  }
  .txt-a:hover svg path {
    fill: #000000;
  }
}
/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area {
  position: relative;
}
section#lead_area .box {
  position: relative;
  align-items: flex-end;
}
section#lead_area .img-box {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 5.2083333333vw;
  width: 70.84%;
  height: calc(100% - 5.2083333333vw);
  z-index: 2;
}
section#lead_area .img-box:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
section#lead_area .txt-box {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding-top: 16.25vw;
  padding-bottom: 5.2083333333vw;
}
section#lead_area .txt-box:before {
  background: #000000;
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90.9%;
  height: 21.7708333333vw;
}
section#lead_area .txt-box .txt-h1 {
  position: relative;
  z-index: 2;
  padding-bottom: 2.34375vw;
  box-sizing: border-box;
  width: 29.16%;
}
section#lead_area .txt-box .txt-h1 .item {
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
section#lead_area .txt-box .txt-h1 .item.jp {
  margin-top: 1.5vw;
}
section#lead_area .breadcrumbs {
  margin-top: 1.05vw;
  display: flex;
  gap: 0.6vw;
  font-size: 0.625vw;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
section#lead_area .breadcrumbs > span > span {
  color: #000000;
  font-size: 0.625vw;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
section#lead_area .breadcrumbs > span > a {
  font-size: 0.625vw;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  section#lead_area {
    position: relative;
  }
  section#lead_area .box {
    display: flex;
    flex-wrap: wrap;
  }
  section#lead_area .img-box {
    position: relative;
    margin-left: auto;
    width: 100%;
    height: 50vw;
    order: 1;
  }
  section#lead_area .txt-box {
    width: 100%;
    order: 2;
    padding: 20px;
    padding-bottom: 30px;
  }
  section#lead_area .txt-box .txt-h1 {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  section#lead_area .txt-box .txt-h1 .item {
    line-height: 1.2em;
    font-size: 40px;
    text-align: start;
  }
  section#lead_area .txt-box .txt-h1 .item.jp {
    margin-top: 5px;
    font-size: 18px;
  }
  section#lead_area .txt-box:before {
    background: #000000;
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  section#lead_area .breadcrumbs {
    margin-top: 10px;
    gap: 5px;
    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;
  margin-bottom: -8.6979165vw;
  z-index: 1;
}
section#contact_area .inner {
  padding: 0;
}
section#contact_area .box {
  background: #000000;
  padding: 3.125vw 5.2083333333vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5208333333vw;
}
section#contact_area .txt-box {
  width: 40%;
}
section#contact_area .txt-box .txt-h2 {
  color: #ffffff;
  margin-bottom: 1.5625vw;
  line-height: 1;
}
section#contact_area .txt-box .txt-h2 span {
  display: block;
  line-height: 1;
  margin-bottom: 0.5vw;
}
section#contact_area .txt-box .txt-p {
  color: #ffffff;
}
section#contact_area .link-box {
  width: 52%;
  flex-flow: column;
  gap: 0.7291666667vw;
}
section#contact_area .link-box .txt-l {
  width: 100%;
  height: 5.2083333333vw;
  border: solid 0.1041666667vw #ffffff;
  background: #ffffff;
  border-radius: 0.5208333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 1s;
}
section#contact_area .link-box .txt-l .txt-f {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  transition: 1s;
}
section#contact_area .link-box .txt-l .txt-f svg {
  display: flex;
  width: 1.4322916667vw;
  height: 1.4322916667vw;
}
section#contact_area .link-box .txt-l .txt-f svg path {
  transition: 1s;
}
section#contact_area .link-box .txt-l .txt-f svg#mail {
  width: auto;
  height: 1.1458333333vw;
}
section#contact_area .link-box .txt-l .txt-n {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.5208333333vw;
}
section#contact_area .link-box .txt-l .txt-t {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #ffffff;
}
section#contact_area .link-box .txt-l .txt-t svg {
  display: flex;
  margin-right: 0.5208333333vw;
  width: auto;
  height: 1.8229166667vw;
}
section#contact_area .link-box .txt-l .txt-t span {
  display: block;
  line-height: 1;
  margin-left: 1.5625vw;
  letter-spacing: 0;
}
section#contact_area .link-box .txt-l:hover {
  background: #000000;
}
section#contact_area .link-box .txt-l:hover .txt-f {
  color: #ffffff;
}
section#contact_area .link-box .txt-l:hover .txt-f svg path {
  fill: #ffffff;
}
section#contact_area .link-box .txt-l.tels {
  flex-flow: column;
  background: #808080;
  border-color: #808080;
}
section#contact_area .link-box .txt-l.tels:hover {
  background: #000000;
}

@media screen and (max-width: 767px) {
  section#contact_area {
    position: relative;
    margin-bottom: -184px;
    z-index: 1;
  }
  section#contact_area .inner {
    padding: 0;
  }
  section#contact_area .box {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    flex-wrap: wrap;
  }
  section#contact_area .txt-box {
    width: 100%;
    margin-bottom: 30px;
  }
  section#contact_area .txt-box .txt-h2 {
    margin-bottom: 0;
    font-size: 14px;
    display: flex;
    flex-flow: column;
    gap: 5px;
    margin-bottom: 20px;
  }
  section#contact_area .txt-box .txt-h2 span {
    display: block;
    line-height: 1;
    margin-bottom: 0;
    font-size: 32px;
  }
  section#contact_area .txt-box .txt-p {
    font-size: 14px;
  }
  section#contact_area .txt-box .txt-p br {
    display: none;
  }
  section#contact_area .link-box {
    width: 100%;
    display: flex;
    gap: 15px;
  }
  section#contact_area .link-box .txt-l {
    width: 100%;
    height: initial;
    min-height: 60px;
    border-radius: 10px;
    padding: 15px 10px;
  }
  section#contact_area .link-box .txt-l .txt-f {
    gap: 5px;
    font-size: 14px;
  }
  section#contact_area .link-box .txt-l .txt-f svg {
    width: 14px;
    height: 14px;
  }
  section#contact_area .link-box .txt-l .txt-f svg#mail {
    width: auto;
    height: 16px;
  }
  section#contact_area .link-box .txt-l .txt-n {
    margin-bottom: 8px;
    font-size: 12px;
  }
  section#contact_area .link-box .txt-l .txt-t {
    font-size: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  section#contact_area .link-box .txt-l .txt-t svg {
    margin-right: 10px;
    height: 20px;
  }
  section#contact_area .link-box .txt-l .txt-t span {
    margin-left: 0;
    letter-spacing: 0;
    font-size: 10px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  section#contact_area .link-box .txt-l.tels {
    flex-flow: column;
    background: #808080;
    border-color: #808080;
  }
  section#contact_area .link-box .txt-l.tels:hover {
    background: #000000;
  }
}
/*# sourceMappingURL=page.css.map */