@charset "UTF-8";
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# フォント
=============================================== */
/* ===============================================
# ブレイクポイント
=============================================== */
/* ===============================================
# 共通
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# remのclamp
=============================================== */
.primary-btn {
  display: block;
  overflow: hidden;
  margin: auto;
}
.primary-btn a {
  display: block;
  color: #fff;
  background: #F79E52;
  padding: 1.1111111111em 2.2222222222em;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.4;
  position: relative;
  border-radius: 100px;
  font-size: clamp(1.6rem, 1.2445095168vw, 1.8rem);
  font-family: "Kaisei Opti", serif;
  font-weight: bold;
}
.primary-btn a:hover {
  background-color: rgb(245.6475138122, 141.6011049724, 52.7524861878);
}
.primary-btn a:hover .arrow {
  right: 0.5555555556em;
}
.primary-btn a:hover .arrow.anchor {
  right: 0.8333333333em;
  top: 55%;
}
.primary-btn a .arrow {
  width: 1.3888888889em;
  height: 1.3888888889em;
  border-radius: 50%;
  position: absolute;
  right: 0.8333333333em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.primary-btn a .arrow::before {
  content: "";
  display: inline-block;
  width: 0.6666666667em;
  height: 0.6666666667em;
  background: #F79E52;
  -webkit-mask-image: url(/wp-content/uploads/arrow_icon.svg);
          mask-image: url(/wp-content/uploads/arrow_icon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.primary-btn a .arrow.anchor::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.primary-btn a .out-link {
  width: 1.3888888889em;
  height: 1.3888888889em;
  border-radius: 50%;
  position: absolute;
  right: 0.8333333333em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.primary-btn a .out-link::before {
  content: "";
  display: inline-block;
  width: 0.6666666667em;
  height: 0.7222222222em;
  background: #F79E52;
  -webkit-mask-image: url(/wp-content/uploads/outlink_icon.svg);
          mask-image: url(/wp-content/uploads/outlink_icon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .primary-btn.pc-left a {
    margin-left: 0;
  }
}
.primary-btn.line a {
  background: #46AA36;
}
.primary-btn.line a .out-link::before {
  background: #46AA36;
}
.primary-btn.line:hover a {
  background-color: rgb(60.4375, 146.7767857143, 46.6232142857);
}
.primary-btn.large a {
  max-width: 350px;
}
.primary-btn.blue a {
  background: #fff;
  color: #6CAAE6;
}
.primary-btn.blue a .arrow {
  background: #6CAAE6;
}
.primary-btn.blue a .arrow::before {
  background: #fff;
}
.primary-btn.blue:hover a {
  background: #fff;
}

.arrow-btn a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
  font-family: "Kaisei Opti", serif;
  gap: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .arrow-btn a {
    font-size: 1.6rem;
  }
}
.arrow-btn a:hover {
  color: #F79E52;
}
.arrow-btn a:hover .out-link,
.arrow-btn a:hover .arrow {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.arrow-btn a .arrow {
  width: 3.0555555556em;
  height: 3.0555555556em;
  background: #F79E52;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}
.arrow-btn a .arrow::before {
  content: "";
  display: inline-block;
  width: 0.8888888889em;
  height: 0.8888888889em;
  vertical-align: middle;
  background: #fff;
  -webkit-mask-image: url(/wp-content/uploads/arrow_icon.svg);
          mask-image: url(/wp-content/uploads/arrow_icon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.arrow-btn a .out-link {
  width: 3.0555555556em;
  height: 3.0555555556em;
  background: #F79E52;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}
.arrow-btn a .out-link::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.0555555556em;
  vertical-align: middle;
  background: #fff;
  -webkit-mask-image: url(/wp-content/uploads/outlink_icon.svg);
          mask-image: url(/wp-content/uploads/outlink_icon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.arrow-btn.inst a:hover {
  color: #F88484;
}
.arrow-btn.inst a .out-link {
  background: #F88484;
}
.arrow-btn.small a .arrow {
  width: 2.2222222222em;
  height: 2.2222222222em;
}
.arrow-btn.small a .arrow::before {
  content: "";
  display: inline-block;
  width: 0.7777777778em;
  height: 0.7777777778em;
  vertical-align: middle;
  background: #fff;
  -webkit-mask-image: url(/wp-content/uploads/arrow_icon.svg);
          mask-image: url(/wp-content/uploads/arrow_icon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.line-btn a {
  display: block;
  color: #fff;
  background: #46AA36;
  padding: 0.9333333333em 1.6em;
  margin: 0 auto;
  max-width: 216px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.4;
  position: relative;
  border-radius: 100px;
  font-size: 1.5rem;
  font-weight: 500;
}
.line-btn a:hover {
  background: rgb(60.4375, 146.7767857143, 46.6232142857);
}
.line-btn a::before {
  content: "";
  display: block;
  width: 0.6666666667em;
  height: 0.7333333333em;
  background: url(/wp-content/uploads/outlink_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0.9333333333em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.scroll-prevent {
  width: 100%;
  height: auto !important;
  overflow: hidden;
}

main {
  padding-top: max(6.7708333333vw, 120px);
}
@media (max-width: 1249px) {
  main {
    padding-top: 60px;
  }
}

/* ===============================================
# header追従
=============================================== */
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ===============================================
# header
=============================================== */
.header {
  width: 100%;
  height: max(6.7708333333vw, 120px);
  background: #F8F8F1;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1249px) {
  .header {
    height: 60px;
  }
}
.header.--upMove {
  -webkit-animation: UpAnime 0.4s forwards;
          animation: UpAnime 0.4s forwards;
}
.header.--downMove {
  -webkit-animation: DownAnime 0.4s forwards;
          animation: DownAnime 0.4s forwards;
}
.header.--active {
  -webkit-filter: drop-shadow(0px 4px 10px rgba(226, 230, 233, 0.5));
          filter: drop-shadow(0px 4px 10px rgba(226, 230, 233, 0.5));
}
.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 3.90625%;
}
@media (max-width: 1249px) {
  .header__container {
    padding: 0 5.3333333333%;
  }
}
.header__logo {
  display: block;
  width: max(22.9166666667vw, 300px);
}
@media (max-width: 1249px) {
  .header__logo {
    width: 270px;
  }
}
.header__title {
  position: relative;
  z-index: 100;
}
.header__title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navInner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media (max-width: 1249px) {
  .header__navInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    gap: 20px;
  }
}
.header__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1249px) {
  .header__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.header__info .info-addTxt {
  font-size: 1.5rem;
  display: block;
  padding-left: 2.1333333333em;
  background: url(/wp-content/uploads/map_icon.svg) no-repeat left center/1.7333333333em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .header__info .info-addTxt {
    font-size: 1.3rem;
  }
}
.header__info .info-tel .info-num {
  display: table;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: bold;
  color: #F79E52;
  font-size: clamp(2.4rem, 1.9033674963vw, 2.8rem);
  line-height: 1;
  letter-spacing: 0.06em;
  padding-left: 1.3571428571em;
  background: url(/wp-content/uploads/tel_icon.svg) no-repeat left center/0.9285714286em;
  margin: 0 auto;
}
@media (max-width: 1249px) {
  .header__info .info-tel .info-num {
    font-size: 2.8rem;
  }
}
.header__info .info-tel .info-time {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  margin-top: 2px;
}
@media (min-width: 1250px) {
  .header__nav {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: max(2.6041666667vw, 20px);
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1249px) {
  .header__nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 50px 6% 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 1250px) {
  .header__nav nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__nav nav > ul > li {
  position: relative;
}
@media (min-width: 1250px) {
  .header__nav nav > ul > li {
    border-right: solid 1px #C4C4C4;
  }
  .header__nav nav > ul > li:first-child > a {
    padding-left: 0;
  }
  .header__nav nav > ul > li:last-child {
    border: 0;
  }
  .header__nav nav > ul > li:last-child > a {
    padding-right: 0;
  }
}
@media (max-width: 1249px) {
  .header__nav nav > ul > li {
    display: block;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }
}
.header__nav nav > ul > li > a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  line-height: 1.5;
  text-decoration: none;
  padding: 0em max(1.0416666667vw, 6px);
  font-size: clamp(1.3rem, 0.9516837482vw, 1.6rem);
  font-weight: 500;
  white-space: nowrap;
}
.header__nav nav > ul > li > a:hover {
  color: #F79E52;
}
@media (max-width: 1249px) {
  .header__nav nav > ul > li > a {
    padding: 12px 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 1249px) {
  .header.menu_open .header__nav {
    right: 0;
  }
}
.header__contact {
  background: #46AA36;
  text-decoration: none;
}
@media (min-width: 1250px) {
  .header__contact {
    height: 100%;
    width: max(6.25vw, 100px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header__contact:hover {
    background: rgb(60.4375, 146.7767857143, 46.6232142857);
  }
}
@media (max-width: 1249px) {
  .header__contact {
    width: 300px;
    max-width: 100%;
    position: relative;
    display: block;
    margin: auto;
    border-radius: 100px;
    padding: 0.5555555556em 0.5555555556em;
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.header__contact .sp-outLink {
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: #fff;
}
@media (min-width: 1250px) {
  .header__contact .sp-outLink {
    display: none !important;
  }
}
.header__contact .sp-outLink::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  background: #46AA36;
  -webkit-mask-image: url(/wp-content/uploads/outlink_icon.svg);
          mask-image: url(/wp-content/uploads/outlink_icon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.header__contact .contact-txt {
  display: block;
  color: #fff;
  font-family: "Kaisei Opti", serif;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (min-width: 1250px) {
  .header__contact .contact-txt {
    font-size: clamp(14px, 1.0248901903vw, 18px);
    padding-top: 1.9444444444em;
    background: url(/wp-content/uploads/mail_icon.svg) no-repeat center top/1.6666666667em;
    line-height: 1;
  }
}
@media (max-width: 1249px) {
  .header__contact .contact-txt {
    text-align: center;
  }
}
@media (min-width: 1250px) {
  .header .btn-gnavi {
    display: none;
  }
}
.header .btn-gnavi {
  width: 22px;
  height: 100%;
  position: relative;
  z-index: 1002;
}
.header .btn-gnavi__hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  bottom: auto;
  right: 2%;
  margin: 0 auto;
  display: block;
  width: 22px;
  height: 18px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
  z-index: 1001;
}
.header .btn-gnavi__hamburger:after, .header .btn-gnavi__hamburger:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #F79E52;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.header .btn-gnavi__hamburger:before {
  top: 0;
}
.header .btn-gnavi__hamburger:after {
  bottom: 0;
}
.header .btn-gnavi__hamburger span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #F79E52;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.header .btn-gnavi.close:not(.fix) .btn-gnavi__hamburger {
  background: none;
}
.header .btn-gnavi.close:not(.fix) .btn-gnavi__hamburger:before {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  background: #F79E52;
}
.header .btn-gnavi.close:not(.fix) .btn-gnavi__hamburger:after {
  bottom: 50%;
  -webkit-transform: translate(0, 50%) rotate(-45deg);
          transform: translate(0, 50%) rotate(-45deg);
  background: #F79E52;
}
.header .btn-gnavi.close:not(.fix) .btn-gnavi__hamburger span {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.footer {
  background: #FCFCFC;
}
.footer__container {
  max-width: calc(1400px + 12%);
  padding: 110px 6%;
  margin: auto;
}
@media (max-width: 1250px) {
  .footer__container {
    padding: 70px 6%;
  }
}
@media (max-width: 767px) {
  .footer__container {
    padding: 50px 6%;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__inner {
    gap: 45px;
  }
}
.footer .f-info {
  width: calc(100% - 796px);
}
@media (max-width: 1250px) {
  .footer .f-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .footer .f-info {
    display: block;
  }
}
.footer .f-info__logo {
  width: 100%;
  max-width: 383px;
  display: block;
  margin: 0;
}
@media (max-width: 1250px) {
  .footer .f-info__logo {
    max-width: 348.1818181818px;
  }
}
@media (max-width: 767px) {
  .footer .f-info__logo {
    max-width: 294.6153846154px;
  }
}
.footer .f-info__add {
  margin-top: 40px;
  display: table;
  font-size: 1.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.5;
}
@media (max-width: 1250px) {
  .footer .f-info__add {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer .f-info__add {
    font-size: 1.3rem;
  }
}
.footer .f-info__add:hover {
  color: #F79E52;
}
.footer .f-info__inst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-top: 32px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 1250px) {
  .footer .f-info__inst {
    margin-top: 20px;
  }
}
.footer .f-info__inst:hover {
  opacity: 0.7;
}
.footer .f-info__inst img {
  width: 30px;
}
.footer .f-info__inst span {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.4rem;
}
.footer .f-info .arrow-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer .f-info .arrow-btn {
    margin-top: 24px;
  }
}
.footer .f-info .arrow-btn_sub {
  font-size: 1.3rem;
  color: #888;
  display: block;
  margin-top: 10px;
  line-height: 1.5;
}
.footer__sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.2083333333vw;
  width: 766px;
}
@media (max-width: 1250px) {
  .footer__sitemap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer__sitemap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  .footer__sitemap > * {
    width: 100%;
  }
}
.footer .f-nav nav ul {
  list-style: none;
  padding-left: 0;
  margin: auto;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  gap: 24px 3.6458333333vw;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.footer .f-nav nav ul li {
  margin-bottom: 0;
}
.footer .f-nav nav ul li a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-left: 1.4375em;
  position: relative;
  white-space: nowrap;
}
.footer .f-nav nav ul li a::before {
  content: "";
  display: block;
  width: 0.875em;
  height: 0.875em;
  background: #F79E52;
  position: absolute;
  top: 0.4em;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}
.footer .f-nav nav ul li a:hover {
  color: #F79E52;
}
.footer .f-nav__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .footer .f-nav__sub {
    margin-top: 20px;
  }
}
.footer .f-nav__sub li a {
  color: #888;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .footer .f-nav__sub li a {
    font-size: 1.3rem;
  }
}
.footer .f-nav__sub li a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .footer .f-contact {
    border-left: solid 1px #D6D6D6;
    padding-left: 2.0833333333vw;
  }
}
.footer .f-contact__ttl {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.25em;
  font-family: "Kaisei Opti", serif;
}
@media (max-width: 767px) {
  .footer .f-contact__ttl {
    font-size: 1.4rem;
  }
}
.footer .f-contact__tel {
  padding-bottom: 35px;
  border-bottom: solid 1px #D6D6D6;
}
@media (max-width: 767px) {
  .footer .f-contact__tel {
    padding-bottom: 26px;
  }
}
.footer .f-contact__line {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .footer .f-contact__line {
    padding-top: 20px;
  }
}
.footer .f-contact .tel-num {
  display: table;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: bold;
  color: #F79E52;
  font-size: clamp(2.6rem, 2.0497803807vw, 3rem);
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.06em;
  padding-left: 1.4em;
  background: url(/wp-content/uploads/tel_icon.svg) no-repeat left center/1em;
  margin: 0 auto;
}
@media (max-width: 1249px) {
  .footer .f-contact .tel-num {
    font-size: 2.8rem;
  }
}
.footer .f-contact .tel-time {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  margin-top: 6px;
}
.footer .f-contact .primary-btn a {
  font-size: 1.6rem;
}
.footer__copy {
  text-align: center;
  padding-bottom: 40px;
  font-size: 1.2rem;
}

.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #F79E52;
  opacity: 0;
  z-index: 11;
  border: solid 1px #fff;
}
@media (max-width: 767px) {
  .pagetop {
    right: 4vw;
    bottom: 4vw;
    width: 40px;
    height: 40px;
  }
  .pagetop.business-pagetop {
    bottom: 56px;
  }
}
.pagetop:hover .pagetop__arrow::before {
  -webkit-animation: pagetop 0.5s ease-in-out;
          animation: pagetop 0.5s ease-in-out;
}
.pagetop__arrow {
  position: relative;
}
.pagetop__arrow:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: #fff;
  -webkit-mask-image: url(/wp-content/uploads/pagetop_arrow.svg);
          mask-image: url(/wp-content/uploads/pagetop_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .pagetop__arrow:before {
    width: 12px;
    height: 12px;
    -webkit-mask-size: 12px;
            mask-size: 12px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  overflow: clip;
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #333333;
  margin: 0;
  line-height: 2;
  letter-spacing: 0.02em;
  min-width: 960px;
  font-size: 16px;
  word-break: break-all;
  font-weight: 500;
  background: #F8F8F1;
}
@media (max-width: 767px) {
  body {
    min-width: initial;
    font-size: 14px;
    line-height: 1.8;
  }
}

main {
  display: flow-root;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-family: "Kaisei Opti", serif;
  position: relative;
}

p {
  margin: 0.375em 0 1.25em;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #333333;
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  padding: 0;
  list-style: none;
}

ol.decimal {
  display: block;
  list-style-type: decimal;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
ol.decimal li {
  display: list-item;
  list-style-type: decimal;
}
ol.decimal li:not(:first-child) {
  margin-top: 0.2em;
}

ul.disc {
  display: block;
  list-style-type: disc;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
ul.disc li {
  display: list-item;
  list-style-type: disc;
}
ul.disc li:not(:first-child) {
  margin-top: 0.2em;
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pc-text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .pc-text-center {
    text-align: left;
  }
}

.pc-text-left {
  text-align: left;
}

.pc-text-right {
  text-align: right;
}
@media (max-width: 767px) {
  .pc-text-right {
    text-align: left;
  }
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 768px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

/* ===============================================
# マージン
=============================================== */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt10 {
  margin-top: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

/* ===============================================
# 追加
=============================================== */
.c-faq {
  background: #fff;
  border-radius: 10px;
}
.c-faq:not(:first-of-type) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .c-faq:not(:first-of-type) {
    margin-top: 20px;
  }
}
.c-faq__q {
  position: relative;
  padding: 30px 60px 30px 40px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-faq__q {
    padding: 20px 46px 20px 20px;
  }
}
.c-faq__q::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #46AA36;
  border-right: 3px solid #46AA36;
  content: "";
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 50%;
  right: 40px;
}
@media (max-width: 767px) {
  .c-faq__q::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}
.c-faq__q.close::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
.c-faq__qTtl {
  position: relative;
  padding: 10px 0 10px 78px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-faq__qTtl {
    padding: 6px 0 6px 50px;
    font-size: 1.4rem;
  }
}
.c-faq__qTtl::before {
  content: "Q";
  display: block;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  background: #46AA36;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Kumbh Sans", sans-serif;
}
@media (max-width: 767px) {
  .c-faq__qTtl::before {
    font-size: 15px;
    width: 36px;
    height: 36px;
  }
}
.c-faq__a {
  position: relative;
  padding: 0px 40px 30px;
}
@media (max-width: 767px) {
  .c-faq__a {
    padding: 6px 20px 20px;
  }
}
.c-faq__aText {
  position: relative;
  padding: 8px 0 8px 78px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-faq__aText {
    padding: 2px 0 6px 50px;
    font-size: 1.4rem;
  }
}
.c-faq__aText::before {
  content: "A";
  display: block;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  background: #F79E52;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Kumbh Sans", sans-serif;
}
@media (max-width: 767px) {
  .c-faq__aText::before {
    font-size: 15px;
    width: 36px;
    height: 36px;
  }
}/*# sourceMappingURL=common.css.map */