@charset "UTF-8";
:root {
  --c-base: #fff;
  --c-primary: #008080;
  --c-primary-rgb: 170,217,69;
  --c-secondary: #06b8b8;
  --c-tertiary: #f9faf0;
  --c-accent: #ffd511;
  --c-gra: linear-gradient(90deg, #a4c217, #64cc33);
  --c-text: #444;
  --c-text-reversal: #fff;
  --c-body-bg: #eee;
  --c-hover: var(--c-primary);
  --c-h1-text: var(--c-white);
  --c-h1-bg: var(--c-secondary);
  --c-h2-text: var(--c-white);
  --c-h2-bg: var(--c-primary);
  --c-h3-text: var(--c-primary);
  --c-h3-bg: var(--c-primary);
  --c-h4-text: var(--c-primary);
  --c-h4-bg: var(--c-primary);
  --c-white: #fff;
  --c-white-rgb: 255,255,255;
  --c-red: #ff2626;
  --c-pink: #ffe1e1;
  --c-blue: #e8e9ff;
  --c-green: #edffe8;
  --c-gray: #efefef;
  --c-black: #000;
  --c-black-rgb: 0,0,0;
  --ff-base: var(--ff-serif);
  --ff-gothic: "Zen Kaku Gothic New","游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  --ff-midashi: "Kaisei HarunoUmi", serif;
  --ff-serif: "Zen Old Mincho","游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.recaptcha-text {
  margin-bottom: 20px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .recaptcha-text {
    font-size: 14px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7 .required {
  margin-left: 5px;
  color: var(--c-red);
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.bold {
  font-weight: bold;
}

@media (max-width: 992px) {
  .lg-only {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .sm-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.note-box {
  margin-bottom: min(4vw, 40px);
}
.note-box p {
  margin-bottom: 0;
  line-height: 1.5;
}

.note {
  position: relative;
  padding-left: 1.3em;
}
.note + .note {
  margin-top: 8px;
}
.note::before {
  content: "※";
  position: absolute;
  left: 0;
  margin: 0;
  top: 0.4px;
}

.anchor-links {
  max-width: 1000px;
  margin: auto;
}
.anchor-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0 !important;
  list-style: none;
}
.anchor-links ul a {
  display: block;
  padding: 15px 20px;
  background-color: var(--c-primary);
  border: 2px solid var(--c-primary);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .anchor-links ul a {
    padding: 15px 15px;
    font-size: 14px;
  }
}
.anchor-links ul a:hover {
  background-color: #fff;
  color: var(--c-primary);
}
@media (max-width: 576px) {
  .anchor-links.sm-1-col ul li {
    width: 100%;
    text-align: center;
  }
  .anchor-links.sm-1-col ul li a {
    max-width: 300px;
    margin: auto;
  }
}
/*# sourceMappingURL=custom.css.map */