@charset "UTF-8";
body {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #323731;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 16.4705882353px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #323731 !important;
}
.col-main {
  color: #39a52b !important;
}
.col-sub {
  color: #ff942d !important;
}
.col-accent {
  color: #ffae00 !important;
}
.col-bdr {
  color: #d5d9d4 !important;
}
.col-orn {
  color: #ffe6ce !important;
}
.col-ylw {
  color: #ffecc0 !important;
}
.col-beg {
  color: #fcf5e6 !important;
}
.col-grn1 {
  color: #c6ebc1 !important;
}
.col-grn2 {
  color: #e9f8e6 !important;
}
.col-gry1 {
  color: #848d83 !important;
}
.col-gry2 {
  color: #a2a7a1 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #323731 !important;
}
.bg-main {
  background-color: #39a52b !important;
}
.bg-sub {
  background-color: #ff942d !important;
}
.bg-accent {
  background-color: #ffae00 !important;
}
.bg-bdr {
  background-color: #d5d9d4 !important;
}
.bg-orn {
  background-color: #ffe6ce !important;
}
.bg-ylw {
  background-color: #ffecc0 !important;
}
.bg-beg {
  background-color: #fcf5e6 !important;
}
.bg-grn1 {
  background-color: #c6ebc1 !important;
}
.bg-grn2 {
  background-color: #e9f8e6 !important;
}
.bg-gry1 {
  background-color: #848d83 !important;
}
.bg-gry2 {
  background-color: #a2a7a1 !important;
}

.ptn-stripe__grn1 {
  background-image: linear-gradient(-45deg, #effaec 25%, #e9f8e6 25%, #e9f8e6 50%, #effaec 50%, #effaec 75%, #e9f8e6 75%, #e9f8e6) !important;
  background-size: 26px 26px !important;
  /* デフォルトは固定 */
  background-attachment: fixed !important;
  /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
  /* Safariのレンダリングバグ回避 */
  transform: translateZ(0);
}
@supports (-webkit-overflow-scrolling: touch) {
  .ptn-stripe__grn1 {
    background-attachment: scroll !important;
  }
}
@media screen and (max-width: 768px) {
  .ptn-stripe__grn1 {
    background-image: linear-gradient(-45deg, #effaec 25%, #e9f8e6 25%, #e9f8e6 50%, #effaec 50%, #effaec 75%, #e9f8e6 75%, #e9f8e6) !important;
    background-size: 14px 14px !important;
    /* デフォルトは固定 */
    background-attachment: fixed !important;
    /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
    /* Safariのレンダリングバグ回避 */
    transform: translateZ(0);
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .ptn-stripe__grn1 {
      background-attachment: scroll !important;
    }
  }
}
.ptn-stripe__grn2 {
  background-image: linear-gradient(-45deg, #d4f0d1 25%, #c6ebc1 25%, #c6ebc1 50%, #d4f0d1 50%, #d4f0d1 75%, #c6ebc1 75%, #c6ebc1) !important;
  background-size: 26px 26px !important;
  /* デフォルトは固定 */
  background-attachment: fixed !important;
  /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
  /* Safariのレンダリングバグ回避 */
  transform: translateZ(0);
}
@supports (-webkit-overflow-scrolling: touch) {
  .ptn-stripe__grn2 {
    background-attachment: scroll !important;
  }
}
@media screen and (max-width: 768px) {
  .ptn-stripe__grn2 {
    background-image: linear-gradient(-45deg, #d4f0d1 25%, #c6ebc1 25%, #c6ebc1 50%, #d4f0d1 50%, #d4f0d1 75%, #c6ebc1 75%, #c6ebc1) !important;
    background-size: 14px 14px !important;
    /* デフォルトは固定 */
    background-attachment: fixed !important;
    /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
    /* Safariのレンダリングバグ回避 */
    transform: translateZ(0);
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .ptn-stripe__grn2 {
      background-attachment: scroll !important;
    }
  }
}
.ptn-stripe__grn3 {
  background-image: linear-gradient(-45deg, #49ac3c 25%, #39a52b 25%, #39a52b 50%, #49ac3c 50%, #49ac3c 75%, #39a52b 75%, #39a52b) !important;
  background-size: 26px 26px !important;
  /* デフォルトは固定 */
  background-attachment: fixed !important;
  /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
  /* Safariのレンダリングバグ回避 */
  transform: translateZ(0);
}
@supports (-webkit-overflow-scrolling: touch) {
  .ptn-stripe__grn3 {
    background-attachment: scroll !important;
  }
}
@media screen and (max-width: 768px) {
  .ptn-stripe__grn3 {
    background-image: linear-gradient(-45deg, #49ac3c 25%, #39a52b 25%, #39a52b 50%, #49ac3c 50%, #49ac3c 75%, #39a52b 75%, #39a52b) !important;
    background-size: 14px 14px !important;
    /* デフォルトは固定 */
    background-attachment: fixed !important;
    /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
    /* Safariのレンダリングバグ回避 */
    transform: translateZ(0);
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .ptn-stripe__grn3 {
      background-attachment: scroll !important;
    }
  }
}
.ptn-stripe__orn1 {
  background-image: linear-gradient(-45deg, #fdf8ec 25%, #fcf5e6 25%, #fcf5e6 50%, #fdf8ec 50%, #fdf8ec 75%, #fcf5e6 75%, #fcf5e6) !important;
  background-size: 26px 26px !important;
  /* デフォルトは固定 */
  background-attachment: fixed !important;
  /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
  /* Safariのレンダリングバグ回避 */
  transform: translateZ(0);
}
@supports (-webkit-overflow-scrolling: touch) {
  .ptn-stripe__orn1 {
    background-attachment: scroll !important;
  }
}
@media screen and (max-width: 768px) {
  .ptn-stripe__orn1 {
    background-image: linear-gradient(-45deg, #fdf8ec 25%, #fcf5e6 25%, #fcf5e6 50%, #fdf8ec 50%, #fdf8ec 75%, #fcf5e6 75%, #fcf5e6) !important;
    background-size: 14px 14px !important;
    /* デフォルトは固定 */
    background-attachment: fixed !important;
    /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
    /* Safariのレンダリングバグ回避 */
    transform: translateZ(0);
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .ptn-stripe__orn1 {
      background-attachment: scroll !important;
    }
  }
}
.ptn-stripe__orn2 {
  background-image: linear-gradient(-45deg, #ffecda 25%, #ffe6ce 25%, #ffe6ce 50%, #ffecda 50%, #ffecda 75%, #ffe6ce 75%, #ffe6ce) !important;
  background-size: 26px 26px !important;
  /* デフォルトは固定 */
  background-attachment: fixed !important;
  /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
  /* Safariのレンダリングバグ回避 */
  transform: translateZ(0);
}
@supports (-webkit-overflow-scrolling: touch) {
  .ptn-stripe__orn2 {
    background-attachment: scroll !important;
  }
}
@media screen and (max-width: 768px) {
  .ptn-stripe__orn2 {
    background-image: linear-gradient(-45deg, #ffecda 25%, #ffe6ce 25%, #ffe6ce 50%, #ffecda 50%, #ffecda 75%, #ffe6ce 75%, #ffe6ce) !important;
    background-size: 14px 14px !important;
    /* デフォルトは固定 */
    background-attachment: fixed !important;
    /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
    /* Safariのレンダリングバグ回避 */
    transform: translateZ(0);
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .ptn-stripe__orn2 {
      background-attachment: scroll !important;
    }
  }
}
.ptn-stripe__orn3 {
  background-image: linear-gradient(-45deg, #ff9c3d 25%, #ff942d 25%, #ff942d 50%, #ff9c3d 50%, #ff9c3d 75%, #ff942d 75%, #ff942d) !important;
  background-size: 26px 26px !important;
  /* デフォルトは固定 */
  background-attachment: fixed !important;
  /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
  /* Safariのレンダリングバグ回避 */
  transform: translateZ(0);
}
@supports (-webkit-overflow-scrolling: touch) {
  .ptn-stripe__orn3 {
    background-attachment: scroll !important;
  }
}
@media screen and (max-width: 768px) {
  .ptn-stripe__orn3 {
    background-image: linear-gradient(-45deg, #ff9c3d 25%, #ff942d 25%, #ff942d 50%, #ff9c3d 50%, #ff9c3d 75%, #ff942d 75%, #ff942d) !important;
    background-size: 14px 14px !important;
    /* デフォルトは固定 */
    background-attachment: fixed !important;
    /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
    /* Safariのレンダリングバグ回避 */
    transform: translateZ(0);
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .ptn-stripe__orn3 {
      background-attachment: scroll !important;
    }
  }
}
.ptn-stripe__ylw1 {
  background-image: linear-gradient(-45deg, #ffb414 25%, #ffae00 25%, #ffae00 50%, #ffb414 50%, #ffb414 75%, #ffae00 75%, #ffae00) !important;
  background-size: 26px 26px !important;
  /* デフォルトは固定 */
  background-attachment: fixed !important;
  /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
  /* Safariのレンダリングバグ回避 */
  transform: translateZ(0);
}
@supports (-webkit-overflow-scrolling: touch) {
  .ptn-stripe__ylw1 {
    background-attachment: scroll !important;
  }
}
@media screen and (max-width: 768px) {
  .ptn-stripe__ylw1 {
    background-image: linear-gradient(-45deg, #ffb414 25%, #ffae00 25%, #ffae00 50%, #ffb414 50%, #ffb414 75%, #ffae00 75%, #ffae00) !important;
    background-size: 14px 14px !important;
    /* デフォルトは固定 */
    background-attachment: fixed !important;
    /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
    /* Safariのレンダリングバグ回避 */
    transform: translateZ(0);
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .ptn-stripe__ylw1 {
      background-attachment: scroll !important;
    }
  }
}

.line-h-18_28 {
  line-height: 1.5555555556;
}
.line-h-18_34 {
  line-height: 1.8888888889;
}
.line-h-18_30 {
  line-height: 1.6666666667;
}
.line-h-18_32 {
  line-height: 1.7777777778;
}
.line-h-18_40 {
  line-height: 2.2222222222;
}
.line-h-20_30 {
  line-height: 1.5;
}
.line-h-20_38 {
  line-height: 1.9;
}
.line-h-20_35 {
  line-height: 1.25;
}
.line-h-20-38 {
  line-height: 1.9;
}
.line-h-20_44 {
  line-height: 2.2;
}
.line-h-22_38 {
  line-height: 1.7272727273;
}
.line-h-24_32 {
  line-height: 1.3333333333;
}

.btn-01__link {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.side-bar {
  width: 98px;
  height: 95px;
  border-radius: 10px 0 0;
  background: #39a52b;
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 77;
}
.side-bar__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-bar__link:hover img {
  transform: translateY(-2px) rotate(-90deg);
  opacity: 0.8;
}
.side-bar img {
  transform: rotate(-90deg);
}

.ic-tel-grn, .ic-tel-wht {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.ic-tel-grn::before, .ic-tel-wht::before {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 26/27;
  background-image: url("/img/common/ic-tel-grn.png");
  background-size: 100%;
}
.ic-tel-wht {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-tel-wht::before {
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel-wht.png");
}
.ic-mail-24, .ic-mail-30, .ic-mail-32, .ic-line-24, .ic-line-30, .ic-line-32 {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-mail-24::before, .ic-mail-30::before, .ic-mail-32::before, .ic-line-24::before, .ic-line-30::before, .ic-line-32::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 32/24;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-mail-30::before, .ic-line-30::before {
  width: 30px;
}
.ic-mail-32::before, .ic-line-32::before {
  width: 32px;
}
.ic-line-24::before, .ic-line-30::before, .ic-line-32::before {
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
}
.ic-outlink {
  position: relative;
}
.ic-outlink::after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-outlink.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.ic-outlink:hover::after {
  transform: translate(1px, calc(-50% - 1px));
}
.ic-pin_flx, .ic-pin_top {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-pin_flx::after, .ic-pin_top::after {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 60/64;
  background-image: url("/img/common/ic-pin.png");
  background-size: 100%;
}
.ic-pin_top {
  flex-direction: column-reverse;
}

.arw-wht-20, .arw-wht_btm {
  position: relative;
}
.arw-wht-20::after, .arw-wht_btm::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-wht-20:hover::after, .arw-wht_btm:hover::after {
  transform: translate(-2px, -50%);
}
.arw-wht-20_flx {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.arw-wht-20_flx::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-wht.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-wht-20_flx:hover::after {
  transform: translateX(-2px);
}
.arw-wht_btm::after {
  width: 16px;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}
.arw-wht_btm:hover::after {
  transform: translateY(calc(-50% + 2px)) rotate(90deg);
}
.arw-sq {
  position: relative;
}
.arw-sq::after {
  content: "";
  display: block;
  width: 90px;
  aspect-ratio: 1/1;
  border-radius: 10px 0 0;
  background-image: url("/img/common/arw-sq.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s;
}
.arw-sq:hover::after {
  transform: translate(2px, 2px);
}

.circle-01-225_bf, .circle-01-225_af {
  position: relative;
  z-index: 1;
}
.circle-01-225_bf::before, .circle-01-225_af::after {
  content: "";
  display: block;
  width: 225px;
  aspect-ratio: 225/221;
  background-image: url("/img/common/obj-circle-01.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.circle-01-235_bf, .circle-01-235_af {
  position: relative;
  z-index: 1;
}
.circle-01-235_bf::before, .circle-01-235_af::after {
  content: "";
  display: block;
  width: 235px;
  aspect-ratio: 225/221;
  background-image: url("/img/common/obj-circle-01.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.circle-02-250_bf, .circle-02-250_af {
  position: relative;
  z-index: 1;
}
.circle-02-250_bf::before, .circle-02-250_af::after {
  content: "";
  display: block;
  width: 250px;
  aspect-ratio: 250/230;
  background-image: url("/img/common/obj-circle-02.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.circle-02-225_bf, .circle-02-225_af {
  position: relative;
  z-index: 1;
}
.circle-02-225_bf::before, .circle-02-225_af::after {
  content: "";
  display: block;
  width: 225px;
  aspect-ratio: 250/230;
  background-image: url("/img/common/obj-circle-02.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.circle-03-244_bf, .circle-03-244_af {
  position: relative;
  z-index: 1;
}
.circle-03-244_bf::before, .circle-03-244_af::after {
  content: "";
  display: block;
  width: 244px;
  aspect-ratio: 244/251;
  background-image: url("/img/common/obj-circle-03.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.circle-04-281_bf, .circle-04-281_af {
  position: relative;
  z-index: 1;
}
.circle-04-281_bf::before, .circle-04-281_af::after {
  content: "";
  display: block;
  width: 281px;
  aspect-ratio: 281/255;
  background-image: url("/img/common/obj-circle-04.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.circle-05-210_bf, .circle-05-210_af {
  position: relative;
  z-index: 1;
}
.circle-05-210_bf::before, .circle-05-210_af::after {
  content: "";
  display: block;
  width: 210px;
  aspect-ratio: 253/209;
  background-image: url("/img/common/obj-circle-05.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.circle-05-253_bf, .circle-05-253_af {
  position: relative;
  z-index: 1;
}
.circle-05-253_bf::before, .circle-05-253_af::after {
  content: "";
  display: block;
  width: 253px;
  aspect-ratio: 253/209;
  background-image: url("/img/common/obj-circle-05.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.circle-06-140_bf, .circle-06-140_af {
  position: relative;
  z-index: 1;
}
.circle-06-140_bf::before, .circle-06-140_af::after {
  content: "";
  display: block;
  width: 140px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/obj-circle-06.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.circle-06-156_bf, .circle-06-156_af {
  position: relative;
  z-index: 1;
}
.circle-06-156_bf::before, .circle-06-156_af::after {
  content: "";
  display: block;
  width: 156px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/obj-circle-06.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.circle-06-218_bf, .circle-06-218_af {
  position: relative;
  z-index: 1;
}
.circle-06-218_bf::before, .circle-06-218_af::after {
  content: "";
  display: block;
  width: 218px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/obj-circle-06.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.circle-07-146_bf, .circle-07-146_af {
  position: relative;
  z-index: 1;
}
.circle-07-146_bf::before, .circle-07-146_af::after {
  content: "";
  display: block;
  width: 146px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/obj-circle-07.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}

.obj-point-grn {
  position: relative;
  z-index: 1;
}
.obj-point-grn::before {
  content: "";
  display: block;
  width: 85px;
  aspect-ratio: 85/55;
  background-image: url("/img/common/obj-point-grn.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.obj-point-orn {
  position: relative;
  z-index: 1;
}
.obj-point-orn::after {
  content: "";
  display: block;
  width: 66px;
  aspect-ratio: 66/42;
  background-image: url("/img/common/obj-point-orn.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.obj-point-wht {
  position: relative;
  z-index: 1;
}
.obj-point-wht::before {
  content: "";
  display: block;
  width: 66px;
  aspect-ratio: 66/42;
  background-image: url("/img/common/obj-point-wht.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-55%, -40%);
  z-index: -1;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td {
  font-weight: 600;
  line-height: 1.6666666667;
  padding: 15px 0;
  border-bottom: dotted 3px #d5d9d4;
}
.tbl-01 th {
  width: 15%;
}
.tbl-01 td {
  padding-left: 4%;
}
.tbl-01 tr:first-child th, .tbl-01 tr:first-child td {
  padding-top: 0;
}
.tbl-02 th, .tbl-02 td {
  font-weight: 600;
  padding: 20px 4%;
  vertical-align: middle;
}
.tbl-02 th {
  width: 30%;
  font-size: 20px;
  font-size: 2rem;
  background: #ffae00;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tbl-02 th {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-02 th {
    font-size: 17.6470588235px;
  }
}
.tbl-02 tr:not(:first-child) th, .tbl-02 tr:not(:first-child) td {
  border-top: solid 2px #fff;
}
.tbl-02 tr:not(:first-child) td {
  border-top-color: #ffae00;
}

.tbl-compare {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.tbl-compare li {
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 10px;
}
.tbl-compare li:first-child {
  width: 170px;
  max-width: 100%;
}
.tbl-compare li:not(:first-child) {
  width: 295px;
  max-width: 100%;
}
.tbl-compare__thead, .tbl-compare__tbody {
  display: flex;
  justify-content: space-between;
}
.tbl-compare .thead-th {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.0714285714;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .tbl-compare .thead-th {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-compare .thead-th {
    font-size: 21.1764705882px;
  }
}
.tbl-compare .thead-th:nth-child(2) {
  background: #39a52b;
}
.tbl-compare .thead-th:nth-child(3) {
  background: #848d83;
}
.tbl-compare .thead-th:last-child {
  background: #a2a7a1;
}
.tbl-compare .tbody-th {
  font-size: 26px;
  font-size: 2.6rem;
  background: #ff942d;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tbl-compare .tbody-th {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-compare .tbody-th {
    font-size: 21.1764705882px;
  }
}
.tbl-compare .tbody-td {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.5;
  border: solid 4px;
  background: #fff;
  padding: 20px 0;
  justify-content: stretch;
}
@media screen and (max-width: 768px) {
  .tbl-compare .tbody-td {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-compare .tbody-td {
    font-size: 15.8823529412px;
  }
}
.tbl-compare .tbody-td:nth-child(2) {
  border-color: #39a52b;
}
.tbl-compare .tbody-td:nth-child(3) {
  border-color: #848d83;
}
.tbl-compare .tbody-td:last-child {
  border-color: #a2a7a1;
}
.tbl-compare .tbody-td-ic {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tbl-compare .tbody-td-ic {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-compare .tbody-td-ic {
    font-size: 29.4117647059px;
  }
}

.tbl-plan {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.tbl-plan li {
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}
.tbl-plan__thead, .tbl-plan__tbody {
  display: flex;
  justify-content: space-between;
}
.tbl-plan__tbody li {
  border: solid 4px;
  background: #fff;
}
.tbl-plan .thead-th:first-child,
.tbl-plan .tbody-th {
  width: 24.07%;
}
.tbl-plan .thead-th:not(:first-child),
.tbl-plan .tbody-td {
  width: 37.04%;
}
.tbl-plan .thead-th,
.tbl-plan .tbody-th {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .tbl-plan .thead-th,
  .tbl-plan .tbody-th {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-plan .thead-th,
  .tbl-plan .tbody-th {
    font-size: 26.4705882353px;
  }
}
.tbl-plan .thead-th {
  color: #fff;
}
.tbl-plan .tbody-th {
  color: #ffae00;
}
.tbl-plan .tbody-td {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .tbl-plan .tbody-td {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-plan .tbody-td {
    font-size: 20px;
  }
}
.tbl-plan .tbody-td:nth-child(2) {
  border-color: #39a52b;
}
.tbl-plan .tbody-td:last-child {
  border-color: #ff942d;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}
.cts-1770 {
  width: 100%;
  max-width: 1770px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 90px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 90px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-point .list-item, .list-plan .list-item, .list-faq .list-item {
  width: 100%;
}
.list-blog time {
  display: block;
  line-height: 1;
}
.list-blog__item {
  border-bottom: dotted 3px #d5d9d4;
  padding: 25px 0;
}
.list-blog__item:first-child {
  padding-top: 0;
}
.list-blog__bx {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-blog__ttl {
  margin-top: 12px;
}
.list-info__item {
  display: flex;
}
.list-check__item, .list-compare__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-check__item::before, .list-compare__item::before {
  content: "";
  display: block;
  width: 26px;
  min-width: 26px;
  aspect-ratio: 26/27;
  background-size: 100%;
  transform: translateY(30%);
}
.list-check-grn .list-check__item::before,
.list-check-grn .list-compare__item::before, .list-compare-grn .list-check__item::before,
.list-compare-grn .list-compare__item::before {
  background-image: url("/img/common/ic-check-grn.png");
}
.list-check-gry .list-check__item::before,
.list-check-gry .list-compare__item::before, .list-compare-gry .list-check__item::before,
.list-compare-gry .list-compare__item::before {
  background-image: url("/img/common/ic-check-gry.png");
}
.list-check__item {
  background: #fcf5e6;
  padding: 20px 30px;
  border-radius: 6px;
}
.list-point__item {
  background: #fff;
  border-radius: 7px;
  padding: 40px 50px;
  position: relative;
  overflow: hidden;
}
.list-point__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .list-point__ttl {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl {
    font-size: 22.3529411765px;
  }
}
.list-point__txt {
  line-height: 1.8888888889;
}
.list-point__num {
  font-family: "Zen Maru Gothic", serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #ff942d;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-45px, -45px);
}
@media screen and (max-width: 768px) {
  .list-point__num {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__num {
    font-size: 20.5882352941px;
  }
}
.list-flow {
  row-gap: 60px;
}
.list-flow__item {
  background: #fff;
  border: solid 3px #39a52b;
  border-radius: 7px;
  padding: 55px 25px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  z-index: 1;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/20;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #39a52b;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(100%, -50%);
  z-index: -1;
}
.list-flow__num {
  position: absolute;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #39a52b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  padding: 0 0 3px 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-flow__num {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__num {
    font-size: 23.5294117647px;
  }
}
.list-flow__ic {
  text-align: center;
}
.list-flow__txt {
  line-height: 1.5555555556;
}
.list-anchor {
  row-gap: 15px;
}
.list-anchor .btn-01 {
  width: 350px;
  max-width: 100%;
}
.list-anchor .btn-01__link {
  font-size: 17px;
  font-size: 1.7rem;
  background: #39a52b;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .list-anchor .btn-01__link {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-anchor .btn-01__link {
    font-size: 15.8823529412px;
  }
}
.list-circle__item {
  width: 170px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background-image: linear-gradient(-45deg, #effaec 25%, #e9f8e6 25%, #e9f8e6 50%, #effaec 50%, #effaec 75%, #e9f8e6 75%, #e9f8e6) !important;
  background-size: 26px 26px !important;
  /* デフォルトは固定 */
  background-attachment: fixed !important;
  /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
  /* Safariのレンダリングバグ回避 */
  transform: translateZ(0);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #39a52b;
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
  paint-order: stroke fill;
}
@supports (-webkit-overflow-scrolling: touch) {
  .list-circle__item {
    background-attachment: scroll !important;
  }
}
@media screen and (max-width: 768px) {
  .list-circle__item {
    background-image: linear-gradient(-45deg, #effaec 25%, #e9f8e6 25%, #e9f8e6 50%, #effaec 50%, #effaec 75%, #e9f8e6 75%, #e9f8e6) !important;
    background-size: 14px 14px !important;
    /* デフォルトは固定 */
    background-attachment: fixed !important;
    /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
    /* Safariのレンダリングバグ回避 */
    transform: translateZ(0);
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .list-circle__item {
      background-attachment: scroll !important;
    }
  }
}
.list-circle__item:nth-child(odd) {
  margin-top: 30px;
}
.list-plan {
  position: relative;
  z-index: 1;
}
.list-plan__item {
  border: solid 3px;
  border-radius: 7px;
  text-align: center;
  padding: 15px;
  position: relative;
  background: #fff;
}
.list-plan__eng {
  position: absolute;
  font-size: 22px;
  font-size: 2.2rem;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  padding: 0 10px 5px 10px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .list-plan__eng {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-plan__eng {
    font-size: 18.8235294118px;
  }
}
.list-plan__txt {
  color: #323731;
}
.list-plan::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #39a52b;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.list-faq__item {
  background: #fff;
  border-radius: 6px;
  padding: 40px 50px;
}
.list-faq__q, .list-faq__a {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-faq__q::before, .list-faq__a::before {
  display: block;
  width: 55px;
  min-width: 55px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  padding: 0 0 6px 0;
}
@media screen and (max-width: 768px) {
  .list-faq__q::before, .list-faq__a::before {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__q::before, .list-faq__a::before {
    font-size: 29.4117647059px;
  }
}
.list-faq__q {
  font-family: "Zen Maru Gothic", serif;
  font-size: 25px;
  font-size: 2.5rem;
  color: #39a52b;
  border-bottom: dotted 3px #d5d9d4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list-faq__q {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__q {
    font-size: 20.5882352941px;
  }
}
.list-faq__q::before {
  content: "Q";
  background: #39a52b;
}
.list-faq__a {
  line-height: 1.7777777778;
}
.list-faq__a::before {
  content: "A";
  background: #ff942d;
}
.list-case {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  row-gap: 40px;
}
.list-case .list-item,
.list-case .layout-item {
  width: calc((100% - 90px) / 3);
}
.list-case__img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 7px;
  overflow: hidden;
}
.list-case__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .list-case__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-case__ttl {
    font-size: 20px;
  }
}
.list-case__bx {
  margin-top: 30px;
}
.list-thumb__item {
  aspect-ratio: 4/3;
  border-radius: 6px;
  overflow: hidden;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
}
.com-logo {
  width: 350px;
  max-width: 100%;
  height: 110px;
  background: #fff;
}
.com-logo__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tag-main__list {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 17.6470588235px;
  }
}
.tag-main__link {
  display: block;
  background: #ffae00;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-size: 13px;
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 13.5294117647px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #ffae00;
  color: #fff;
  padding: 5px 10px 7px 10px;
  border-radius: 2px;
}

.ttl-top {
  font-family: "Zen Maru Gothic", serif;
}
.ttl-main {
  font-family: "Zen Maru Gothic", serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.3333333333;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ttl-main {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main {
    font-size: 41.1764705882px;
  }
}
.ttl-comment {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  justify-content: center;
}
.ttl-comment__inner {
  background: #fff;
  border: solid 3px #39a52b;
  border-radius: 50rem;
  padding: 0 40px 10px 40px;
  position: relative;
}
.ttl-comment__inner::after {
  content: "";
  display: block;
  width: 4px;
  height: 40px;
  border-radius: 50rem;
  background: #39a52b;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translate(-80px, -5px) rotate(45deg);
}
.ttl-sideline {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ttl-sideline::before, .ttl-sideline::after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  border-radius: 50rem;
  background: #39a52b;
}
.ttl-sideline__inner {
  max-width: calc(100% - 80px);
}
.ttl-sidedot, .ttl-sidedot_grn, .ttl-sidedot_orn {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  color: #ff942d;
}
.ttl-sidedot::before, .ttl-sidedot::after, .ttl-sidedot_grn::before, .ttl-sidedot_grn::after, .ttl-sidedot_orn::before, .ttl-sidedot_orn::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #ff942d;
}
.ttl-sidedot__inner, .ttl-sidedot_grn__inner, .ttl-sidedot_orn__inner {
  max-width: calc(100% - 80px);
}
.ttl-sidedot_grn::before, .ttl-sidedot_grn::after {
  background: #39a52b;
}
.ttl-sidedot_orn::before, .ttl-sidedot_orn::after {
  background: #ff942d;
}
.ttl-dot {
  font-family: "Zen Maru Gothic", serif;
  border-bottom: dotted 3px #d5d9d4;
  padding-bottom: 10px;
}
.ttl-bar {
  font-family: "Zen Maru Gothic", serif;
  background: #39a52b;
  color: #fff;
  border-radius: 6px;
  padding: 15px 40px;
}
.ttl-sub {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #39a52b 6px;
  border-bottom: solid 1px #ddd;
  background: #f5f5f5;
  padding: 15px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}

.marker-grn {
  background: linear-gradient(transparent 50%, #c6ebc1 50%);
  padding-bottom: 4px;
}
.marker-orn {
  background: linear-gradient(transparent 70%, #ffe6ce 70%);
}

#header {
  padding: 0 3.65%;
  background: url("/img/common/mv-bg-01.png") left top no-repeat;
  background-size: 45.21%;
  position: relative;
  z-index: 1;
}
#header::before {
  content: "";
  display: block;
  width: 147px;
  max-width: 7.65625%;
  aspect-ratio: 147/218;
  background-image: url("/img/common/mv-bg-02.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-80%);
  z-index: -1;
}

.header-nav {
  margin-top: 30px;
}
.header-nav__list {
  font-family: "Zen Maru Gothic", serif;
  font-size: 21px;
  font-size: 2.1rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 31px;
    font-size: 4.0364583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 18.2352941176px;
  }
}
.header-nav__item {
  line-height: 1;
  display: flex;
  align-items: center;
}
.header-nav__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #39a52b;
  margin: 0 15px;
}
.header-nav__link:hover {
  opacity: 0.8;
}
.header-nav .current {
  color: #39a52b;
}

.mv, .sv {
  margin-top: 35px;
  position: relative;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv-cc__main, .sv-cc__main {
  font-family: "Zen Maru Gothic", serif;
}
.mv-cc__main-txt, .sv-cc__main-txt {
  font-size: 55px;
  font-size: 2.8645833333vw;
  letter-spacing: 0.05em;
  line-height: 1;
  background-image: linear-gradient(-45deg, #effaec 25%, #e9f8e6 25%, #e9f8e6 50%, #effaec 50%, #effaec 75%, #e9f8e6 75%, #e9f8e6) !important;
  background-size: 26px 26px !important;
  /* デフォルトは固定 */
  background-attachment: fixed !important;
  /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
  /* Safariのレンダリングバグ回避 */
  transform: translateZ(0);
  color: #39a52b;
  -webkit-text-stroke: 10px #fff;
  text-stroke: 10px #fff;
  paint-order: stroke fill;
  padding: 1vw;
  border-radius: 6px;
}
@media screen and (max-width: 1120px) {
  .mv-cc__main-txt, .sv-cc__main-txt {
    font-size: 32.3529411765px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__main-txt, .sv-cc__main-txt {
    font-size: 55px;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .mv-cc__main-txt, .sv-cc__main-txt {
    background-attachment: scroll !important;
  }
}
@media screen and (max-width: 768px) {
  .mv-cc__main-txt, .sv-cc__main-txt {
    background-image: linear-gradient(-45deg, #effaec 25%, #e9f8e6 25%, #e9f8e6 50%, #effaec 50%, #effaec 75%, #e9f8e6 75%, #e9f8e6) !important;
    background-size: 14px 14px !important;
    /* デフォルトは固定 */
    background-attachment: fixed !important;
    /* Safari / iOS 対応: fixed が不具合を起こす場合は scroll に切替 */
    /* Safariのレンダリングバグ回避 */
    transform: translateZ(0);
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .mv-cc__main-txt, .sv-cc__main-txt {
      background-attachment: scroll !important;
    }
  }
}

.mv-cc {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2vw;
  position: absolute;
  left: 3.93%;
  bottom: 0;
  z-index: 1;
  transform: translateY(-20%);
}
.mv-cc__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1.2vw;
}
.mv-cc__sub-txt {
  font-size: 30px;
  font-size: 1.5625vw;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #fff;
  border-radius: 3px;
  padding: 0.8vw 1vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__sub-txt {
    font-size: 17.6470588235px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__sub-txt {
    font-size: 30px;
  }
}

.sv-cc__main {
  width: 43.26%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.top-guide {
  padding: 155px 0 0;
}
.top-guide .ttl-top {
  margin-bottom: 50px;
}
.top-guide .ttl-top__sq-txt {
  line-height: 1;
  width: 90px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background: #e9f8e6;
  color: #39a52b;
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
  paint-order: stroke fill;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 4px 4px;
}
.top-guide .ttl-top__txt {
  line-height: 1.3333333333;
}
.top-guide h3 {
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke fill;
  margin-top: 60px;
}
.top-guide .btn {
  margin-top: 15px;
}
.top-guide .obj-first {
  position: relative;
  z-index: 1;
}
.top-guide .obj-first::after {
  content: "";
  display: block;
  width: 57px;
  aspect-ratio: 57/69;
  background-image: url("/img/top/guide-obj.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(20px, 50px);
  z-index: -1;
}
.top-guide .obj-point-grn::before {
  bottom: 100%;
  right: 100%;
  transform: translate(40%, 10px);
}
.top-guide .circle-01-225_bf::before {
  top: 0;
  right: 100%;
}
.top-guide .circle-02-250_af::after {
  left: 100%;
  bottom: 0;
  transform: translateX(40px);
}

.top-menu {
  padding: 100px 0 160px 0;
}
.top-menu .menu {
  font-family: "Zen Maru Gothic", serif;
  width: 512px;
  max-width: 100%;
  aspect-ratio: 512/290;
}
.top-menu .menu-link {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: solid 6px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  position: relative;
}
.top-menu .menu-link:hover {
  transform: translate(2px, 2px);
}
.top-menu .menu-link:hover .menu-btn {
  color: rgba(255, 255, 255, 0.8);
}
.top-menu .menu-link:hover .arw-wht-20_flx::after {
  transform: translateX(-2px);
}
.top-menu .menu-btn {
  width: 320px;
  max-width: 100%;
  height: 65px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  border-radius: 6px 0 0;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(5px);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-menu .menu-btn {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-menu .menu-btn {
    font-size: 18.8235294118px;
  }
}
.top-menu .menu-official .menu-link {
  border-color: #39a52b;
  box-shadow: 10px 10px #39a52b;
}
.top-menu .menu-official .menu-link:hover {
  box-shadow: 0px 0px rgba(57, 165, 43, 0);
  background: #e9f8e6;
}
.top-menu .menu-column .menu-link {
  border-color: #ff942d;
  box-shadow: 10px 10px #ff942d;
}
.top-menu .menu-column .menu-link:hover {
  box-shadow: 0px 0px rgba(255, 148, 45, 0);
  background: #fcf5e6;
}
.top-menu .ttl-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 15px;
}
.top-menu .ttl-top__sub {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .top-menu .ttl-top__sub {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-menu .ttl-top__sub {
    font-size: 21.1764705882px;
  }
}
.top-menu .ttl-top__main {
  font-size: 36px;
  font-size: 3.6rem;
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
  paint-order: stroke fill;
  padding: 5px 20px 7px 20px;
  border-radius: 50rem;
}
@media screen and (max-width: 768px) {
  .top-menu .ttl-top__main {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-menu .ttl-top__main {
    font-size: 27.0588235294px;
  }
}

.top-about {
  padding: 150px 0 135px 0;
}
.top-about .ttl-comment {
  margin-bottom: 25px;
}
.top-about .ttl-top {
  margin-bottom: 50px;
}
.top-about .list {
  margin-top: 50px;
}
.top-about .list-item {
  border-radius: 6px;
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
  paint-order: stroke fill;
  padding: 20px 0;
  text-align: center;
}
.top-about .btn {
  margin-top: 70px;
}
.top-about.obj-bg {
  position: relative;
  z-index: 1;
}
.top-about.obj-bg::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/245;
  background-image: url("/img/top/about-bg.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.top-strongth {
  padding: 140px 0 150px 0;
}
.top-strongth .ttl-top {
  margin-bottom: 40px;
}
.top-strongth h3 {
  margin-bottom: 50px;
}
.top-strongth .obj-point-orn::after {
  transform: translate(50%, -40%);
}
.top-strongth .obj-shine {
  position: relative;
  z-index: 1;
}
.top-strongth .obj-shine::before {
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 1/1;
  background-image: url("/img/top/strongth-obj.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(130px, -40px);
  z-index: -1;
}
.top-strongth .circle-03-244_bf::before {
  top: 0;
  left: 0;
  transform: translate(-170px, 50px);
}
.top-strongth .circle-04-281_af::after {
  right: 0;
  bottom: 0;
  transform: translate(200px, 80px);
}

.top-bnr .cts-1770 {
  padding: 100px 0;
}
.top-bnr .ttl-top {
  font-size: 50px;
  font-size: 5rem;
  color: #39a52b;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-bnr .ttl-top {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr .ttl-top {
    font-size: 35.2941176471px;
  }
}
.top-bnr .bnr {
  width: 500px;
  max-width: 100%;
  aspect-ratio: 500/340;
  text-align: center;
}
.top-bnr .bnr-link {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  border-radius: 8px;
  border: solid 5px #39a52b;
  box-shadow: 10px 10px #39a52b;
}
.top-bnr .bnr-link:hover {
  background: #e9f8e6;
  box-shadow: 0px 0px rgba(57, 165, 43, 0);
  transform: translate(2px, 2px);
}
.top-bnr .bnr-link:hover .ttl-top {
  opacity: 0.8;
}

.top-area {
  padding: 160px 0 140px 0;
}
.top-area .ttl-top {
  margin-bottom: 40px;
}
.top-area .img {
  margin-left: -100px;
}
.top-area::after {
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio: 1920/1248;
  background-image: url("/img/top/area-bg.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.top-blog {
  padding: 140px 0;
}
.top-blog .obj-note::after {
  content: "";
  display: block;
  width: 96px;
  aspect-ratio: 96/116;
  background-image: url("/img/top/blog-ic-note.png");
  background-size: 100%;
  margin: 30px auto;
}
.top-blog .circle-05-210_bf::before {
  top: 0;
  right: 100%;
  transform: scaleX(-1);
}
.top-blog .circle-06-140_af::after {
  right: 0;
  bottom: 0;
  transform: translate(190px, 55px);
}

#ctn-lower section {
  padding: 140px 0;
}
#ctn-lower .obj-point-grn::before {
  transform: translate(-20%, -55%);
}

.lower-about .circle-02-225_bf::before {
  top: 0;
  left: 0;
  transform: translate(-130px, 190px);
}
.lower-about .circle-01-225_af::after {
  right: 0;
  bottom: 0;
  transform: translate(145px, 80px) scaleX(-1);
}

.lower-compare .com-base {
  padding: 40px;
  border-radius: 6px;
  background: #fff;
  height: 100%;
}
.lower-compare .layout-item {
  display: flex;
  flex-direction: column;
}
.lower-compare .layout-item:last-child .com-base {
  border-color: #848d83;
}
.lower-compare .circle-06-218_bf::before {
  top: 0;
  left: 0;
  transform: translateX(-130px);
}
.lower-compare .circle-04-281_af::after {
  right: 0;
  bottom: 0;
  transform: translate(130px, 85px);
}

.lower-reason .circle-02-225_bf::before {
  top: 0;
  left: 0;
  transform: translate(-130px, 60px);
}
.lower-reason .circle-01-235_af::after {
  right: 0;
  bottom: 0;
  transform: translate(150px, 50px) scale(-1, -1);
}

.lower-howto .list-plan.col-sub::before {
  background: #ff942d;
}
.lower-howto .circle-02-250_bf::before {
  top: 0;
  right: 0;
  transform: translate(170px, 200px);
}
.lower-howto .circle-01-225_af::after {
  left: 0;
  bottom: 0;
  transform: translate(-170px, -500px);
}

.lower-trouble dl {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.lower-trouble dt {
  font-family: "Zen Maru Gothic", serif;
  font-size: 22px;
  font-size: 2.2rem;
  color: #ff942d;
}
@media screen and (max-width: 768px) {
  .lower-trouble dt {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .lower-trouble dt {
    font-size: 18.8235294118px;
  }
}
.lower-trouble dd {
  line-height: 1.5555555556;
  text-indent: -1em;
  padding-left: 1em;
}
.lower-trouble .circle-03-244_bf::before {
  top: 0;
  left: 0;
  transform: translate(-170px, 45px);
}
.lower-trouble .circle-02-250_af::after {
  right: 0;
  bottom: 0;
  transform: translate(150px, 70px);
}
.lower-trouble .circle-06-156_af::after {
  left: 0;
  bottom: 0;
  transform: translate(-100px, 50px);
}
.lower-trouble .circle-04-281_af::after {
  right: 0;
  bottom: 0;
  transform: translate(150px, 70px);
}

.lower-greeting .circle-07-146_bf::before {
  top: 0;
  left: 0;
  transform: translate(-50px, 0);
  z-index: 1;
}
.lower-greeting .circle-05-253_af::after {
  right: 0;
  bottom: 0;
  transform: translate(100px, 20px);
}

.lower-access .circle-06-218_bf::before {
  top: 0;
  left: 0;
  transform: translate(-100px, 150px);
}
.lower-access .circle-04-281_af::after {
  right: 0;
  bottom: 0;
  transform: translate(155px, 70px);
}

#com-contact .cts-1770 {
  border-radius: 10px;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
#com-contact .ttl-top {
  margin-bottom: 50px;
}
#com-contact .list-info {
  margin-top: 35px;
}
#com-contact .list-btn {
  margin-top: 45px;
}
#com-contact .pin-top, #com-contact .pin-btm {
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  z-index: -1;
}
#com-contact .pin-top::before, #com-contact .pin-top:after, #com-contact .pin-btm::before, #com-contact .pin-btm:after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #c6ebc1;
}
#com-contact .pin-top {
  top: 0;
}
#com-contact .pin-btm {
  bottom: 0;
}
#com-contact .com-tel {
  border-top: dotted 4px #fff;
  border-bottom: dotted 4px #fff;
  padding: 12px 0 20px 0;
}

#footer {
  padding: 100px 0 80px 0;
}
#footer .com-logo {
  margin-bottom: 50px;
}
#footer .com-tel,
#footer .list-info {
  margin-top: 25px;
}
#footer .list-btn {
  margin-top: 40px;
}

.footer-nav__list {
  font-family: "Zen Maru Gothic", serif;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 210px 190px;
  grid-template-rows: repeat(4, auto);
  gap: 30px 65px;
}
.footer-nav__item {
  line-height: 1;
}
.footer-nav__link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */