main {
  padding-top: 9.4270833333vw;
  position: relative;
}
main:after {
  content: "";
  background: url(../img/bg_page.webp) top right no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 37.15625vw;
  height: 18.3333333333vw;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 75px;
  }
  main:after {
    width: 60vw;
    height: 29.5vw;
  }
  #header {
    background: rgba(255, 255, 255, 0.7);
  }
  .txt-a {
    width: 240px;
    height: 60px;
    border-radius: 10px;
    gap: 10px;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 100px;
  }
  .txt-a span {
    font-size: 16px;
  }
  .txt-a svg {
    width: 16px;
    height: 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 .breadcrumbs {
  display: flex;
  gap: 0.3vw;
  color: #253E54;
  font-size: 0.625vw;
}
section#lead_area .breadcrumbs > span > span {
  color: #253E54;
  font-size: 0.625vw;
  font-family: "font-ZMGb", "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
section#lead_area .breadcrumbs > span > a {
  color: #253E54;
  font-size: 0.625vw;
  font-family: "font-ZMGb", "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
}
section#lead_area .ttl-box {
  margin-top: 1.5625vw;
}
section#lead_area .ttl-box .txt-h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin: 0;
  color: #1A6271;
}
section#lead_area .ttl-box .txt-h1 span {
  display: block;
  line-height: 1;
  color: #253E54;
  margin-top: 0.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}
section#lead_area .ttl-box .txt-h1 span::after {
  content: "";
  background: #F2EF33;
  height: 0.2604166667vw;
  display: block;
  border-radius: 5px;
  max-height: 5px;
  flex: auto;
}
section#lead_area .ttl-box .txt-h2 {
  margin-top: 5.2083333333vw;
  color: #1A6271;
  text-decoration: underline;
  -webkit-text-decoration-color: #F2EF33;
          text-decoration-color: #F2EF33;
  text-decoration-thickness: 0.5208333333vw;
  text-underline-offset: -1px;
}
section#lead_area .ttl-box .txt-p {
  margin-top: 2.6041666667vw;
  line-height: 1.8em;
}

.txt-a {
  box-sizing: border-box;
  border: solid 2px #1A6271;
  background: #1A6271;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.9583333333vw;
  height: 2.8645833333vw;
  border-radius: 3vw;
  margin: 0;
  gap: 0.5vw;
}
.txt-a svg {
  display: flex;
  width: 1.25vw;
  height: 1.25vw;
}
.txt-a svg path {
  transition: 1s;
}
.txt-a:hover {
  background: #ffffff;
  color: #253E54;
}
.txt-a:hover svg path {
  fill: #253E54;
}

@media screen and (max-width: 767px) {
  section#lead_area .inner {
    padding-top: 30px;
  }
  section#lead_area .breadcrumbs {
    display: flex;
    gap: 10px;
    font-size: 12px;
  }
  section#lead_area .breadcrumbs > span > span {
    font-size: 12px;
  }
  section#lead_area .breadcrumbs > span > a {
    font-size: 12px;
  }
  section#lead_area .ttl-box {
    margin-top: 30px;
  }
  section#lead_area .ttl-box .txt-h1 {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 5px;
    font-size: 32px;
  }
  section#lead_area .ttl-box .txt-h1 span {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
    position: relative;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  section#lead_area .ttl-box .txt-h1 span::after {
    width: auto;
    height: 2px;
    margin-top: 1px;
  }
  section#lead_area .ttl-box .txt-h2 {
    margin-top: 50px;
    font-size: 22px;
    text-decoration-thickness: 4px;
    text-underline-offset: 0;
  }
  section#lead_area .ttl-box .txt-p {
    font-size: 14px;
    margin-top: 20px;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  position: relative;
  background: #F9F8F2;
}
section#contact_area .inner {
  padding: 7.8125vw 0;
}
section#contact_area .box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5208333333vw;
}
section#contact_area .ttl-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section#contact_area .ttl-box .txt-h2 {
  line-height: 1;
  margin: 0;
  color: #253E54;
}
section#contact_area .ttl-box .txt-h2 span {
  display: block;
  line-height: 1;
  color: #253E54;
  margin-top: 0.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}
section#contact_area .ttl-box .txt-h2 span::after {
  content: "";
  background: #F2EF33;
  height: 0.2604166667vw;
  display: block;
  border-radius: 5px;
  max-height: 5px;
  flex: auto;
}
section#contact_area .txt-box {
  width: auto;
}
section#contact_area .txt-box .ttl-box {
  margin-bottom: 1.5625vw;
}
section#contact_area .txt-box .txt-p {
  color: #253E54;
  padding-bottom: 1.5625vw;
  margin-bottom: 1.5625vw;
  border-bottom: solid 2px #1A6271;
}
section#contact_area .txt-box .txt-t {
  color: #253E54;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5vw;
  line-height: 1;
  pointer-events: none;
}
section#contact_area .txt-box .txt-t svg {
  display: flex;
  width: 1.9114583333vw;
  height: 1.875vw;
}
section#contact_area .txt-box .txt-n {
  text-align: center;
  color: #253E54;
  margin-top: 1vw;
}
section#contact_area .link-box {
  width: 61.5%;
  flex-flow: column;
  gap: 1.05vw;
}
section#contact_area .link-box .txt-l {
  width: 100%;
  height: 8.3333333333vw;
  border: solid 2px #1A6271;
  background: #1A6271;
  color: #ffffff;
  border-radius: 0.5208333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 1s;
  gap: 1.05vw;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.25);
}
section#contact_area .link-box .txt-l svg {
  display: flex;
  width: auto;
  height: 1.7604166667vw;
}
section#contact_area .link-box .txt-l svg path {
  transition: 1s;
  fill: #ffffff;
}
section#contact_area .link-box .txt-l:hover {
  background: #ffffff;
  color: #253E54;
}
section#contact_area .link-box .txt-l:hover svg path {
  fill: #253E54;
}
section#contact_area .link-box .bot {
  justify-content: space-between;
}
section#contact_area .link-box .bot .txt-q {
  height: 8.3333333333vw;
  border: solid 2px #1A6271;
  border-radius: 0.5208333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  box-sizing: border-box;
  transition: 1s;
  gap: 1.05vw;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.25);
  width: 48%;
  background: #ffffff;
  border-color: #ffffff;
  color: #1A6271;
}
section#contact_area .link-box .bot .txt-q svg {
  display: flex;
  width: auto;
  height: 2.1875vw;
}
section#contact_area .link-box .bot .txt-q:hover {
  background: #1A6271;
  border-color: #1A6271;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  section#contact_area .inner {
    padding: 80px 0;
  }
  section#contact_area .ttl-box .txt-h2 {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 5px;
    font-size: 32px;
  }
  section#contact_area .ttl-box .txt-h2 span {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
    position: relative;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  section#contact_area .ttl-box .txt-h2 span::after {
    width: auto;
    height: 2px;
    margin-top: 1px;
  }
  section#contact_area .ttl-box .txt-p {
    font-size: 14px;
  }
  section#contact_area .ttl-box .txt-p br {
    display: none;
  }
  section#contact_area .box {
    border-radius: 0;
    flex-wrap: wrap;
  }
  section#contact_area .txt-box {
    width: 100%;
  }
  section#contact_area .txt-box .ttl-box {
    margin-bottom: 20px;
  }
  section#contact_area .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  section#contact_area .txt-box .txt-t {
    gap: 10px;
    font-size: 40px;
    align-items: center;
    pointer-events: painted;
  }
  section#contact_area .txt-box .txt-t svg {
    display: flex;
    width: 36px;
    height: 36px;
  }
  section#contact_area .txt-box .txt-n {
    margin-top: 10px;
    font-size: 12px;
  }
  section#contact_area .link-box {
    gap: 15px;
    margin-top: 30px;
    width: 100%;
  }
  section#contact_area .link-box .txt-l {
    height: 80px;
    border-radius: 5px;
    gap: 15px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  section#contact_area .link-box .txt-l svg {
    display: flex;
    width: auto;
    height: 16px;
  }
  section#contact_area .link-box .bot {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 15px;
  }
  section#contact_area .link-box .bot .txt-q {
    height: 80px;
    border-radius: 5px;
    gap: 5px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  section#contact_area .link-box .bot .txt-q svg {
    display: flex;
    width: auto;
    height: 20px;
  }
}
/*# sourceMappingURL=page.css.map */