body {
  width: 100%;
  min-width: 1260px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #513f25;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.2941176471px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #513f25 !important;
}
.col-main {
  color: #579d32 !important;
}
.col-sub {
  color: #ee9200 !important;
}
.col-accent {
  color: #f2bb45 !important;
}
.col-bdr {
  color: #ddd !important;
}
.col-bg {
  color: #e7f3e1 !important;
}
.col-bmarker {
  color: #faeab9 !important;
}
.col-grn1 {
  color: #6aab48 !important;
}
.col-grn2 {
  color: #6ead4d !important;
}
.col-grn3 {
  color: #85be67 !important;
}
.col-grn4 {
  color: #94c977 !important;
}
.col-grn5 {
  color: #c3eaae !important;
}
.col-grn6 {
  color: #408f16 !important;
}
.col-grn7 {
  color: #5eac35 !important;
}
.col-grn8 {
  color: #73bc4d !important;
}
.col-grn9 {
  color: #e4ecd5 !important;
}
.col-ylw1 {
  color: #fae9b5 !important;
}
.col-gry1 {
  color: #f8f6f1 !important;
}
.col-gra-grn1 {
  background: linear-gradient(0deg, #408f16 0%, #5eac35 58%, #73bc4d 95%);
  background: -webkit-linear-gradient(0deg, #408f16 0%, #5eac35 58%, #73bc4d 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #513f25 !important;
}
.bg-main {
  background-color: #579d32 !important;
}
.bg-sub {
  background-color: #ee9200 !important;
}
.bg-accent {
  background-color: #f2bb45 !important;
}
.bg-bdr {
  background-color: #ddd !important;
}
.bg-bg {
  background-color: #e7f3e1 !important;
}
.bg-marker {
  background-color: #faeab9 !important;
}
.bg-grn1 {
  background-color: #6aab48 !important;
}
.bg-grn2 {
  background-color: #6ead4d !important;
}
.bg-grn3 {
  background-color: #85be67 !important;
}
.bg-grn4 {
  background-color: #94c977 !important;
}
.bg-grn5 {
  background-color: #c3eaae !important;
}
.bg-grn6 {
  background-color: #408f16 !important;
}
.bg-grn7 {
  background-color: #5eac35 !important;
}
.bg-grn8 {
  background-color: #73bc4d !important;
}
.bg-grn9 {
  background-color: #e4ecd5 !important;
}
.bg-ylw1 {
  background-color: #fae9b5 !important;
}
.bg-gry1 {
  background-color: #f8f6f1 !important;
}
.bg-gra-grn1 {
  background: #6ead4d;
  background: linear-gradient(-130deg, #6ead4d 0%, #94c977 100%);
}
.bg-gra-grn2 {
  background: #e7f3e1;
  background: linear-gradient(-90deg, #e7f3e1 0%, #fff 100%);
}
.bg-gra-grn3 {
  background: #e7f3e1;
  background: linear-gradient(0deg, #e7f3e1 0%, #fff 100%);
}
.bg-gra-grn4 {
  background: #6aab48;
  background: linear-gradient(130deg, #6aab48 0%, #85be67 30%, #85be67 50%, #c3eaae 100%);
}
.bg-gra-grn5 {
  background: #fff;
  background: linear-gradient(0deg, #fff 0%, #e7f3e1 64%);
}
.bg-gra-grn6 {
  background: #6ead4d;
  background: linear-gradient(90deg, #6ead4d 0%, #94c977 100%);
}
.bg-gra-orn1 {
  background: #fae9b5;
  background: linear-gradient(0deg, #fae9b5 0%, #fff 100%);
}
.bg-faq {
  background: url("/img/price_faq/faq-bg.png") center bottom no-repeat;
  background-size: 100%;
}

.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50rem;
  font-weight: bold;
  color: #fff;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-01__link.col-blk:hover {
  color: rgba(81, 63, 37, 0.8) !important;
}
.btn-02 {
  display: flex;
}
.btn-02__link {
  letter-spacing: 0.04em;
  font-weight: bold;
}
.btn-02__link:hover {
  color: rgba(81, 63, 37, 0.8);
}

.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-line-top, .ic-mail-top-wht {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-line-top::before, .ic-mail-top-wht::before {
  content: "";
  display: block;
  width: 31px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-mail-top-wht::before {
  width: 24px;
  aspect-ratio: 24/17;
  background-image: url("/img/common/ic-mail-wht.png");
  background-size: 100%;
}
.ic-outlink {
  position: relative;
}
.ic-outlink::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-outlink.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.ic-outlink:hover::after {
  transform: translate(1px, calc(-50% - 1px));
}
.ic-mail-grn, .ic-line {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-mail-grn::before, .ic-line::before {
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 27/20;
  background-image: url("/img/common/ic-mail-grn.png");
  background-size: 100%;
}
.ic-line::before {
  width: 31px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}

.arw-circle-grn, .arw-circle-orn {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.arw-circle-grn::after, .arw-circle-orn::after {
  content: "";
  display: block;
  width: 77px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-grn.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-circle-grn:hover::after, .arw-circle-orn:hover::after {
  transform: translateX(-5px) scale(0.8);
}
.arw-circle-orn::after {
  background-image: url("/img/common/arrow-circle-orn.png");
  background-size: 100%;
}
.arw-solid-wht {
  position: relative;
}
.arw-solid-wht::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-solid-wht:hover::after {
  transform: translate(-2px, -50%);
}

.obj-staff {
  position: relative;
  z-index: 1;
}
.obj-staff::after {
  content: "";
  display: block;
  width: 106px;
  aspect-ratio: 106/128;
  background-image: url("/img/common/illust-staff.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-bg-layer {
  position: relative;
  z-index: 1;
}
.obj-bg-layer::after {
  content: "";
  display: block;
  width: 1600px;
  height: 335px;
  background: #e7f3e1;
  background: linear-gradient(-90deg, #e7f3e1 0%, #fff 100%);
  border-radius: 0 30px 30px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-420px);
  z-index: -1;
}
.obj-bg-layer:nth-child(even)::after {
  border-radius: 30px 0 0 30px;
  left: inherit;
  right: 0;
  transform: translateX(420px);
}

.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);
}
.hov-side a:hover {
  transform: translateX(2px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td {
  padding: 15px 0;
  line-height: 2;
}
.tbl-01 th {
  width: 18%;
  font-weight: bold;
}
.tbl-01 th span {
  display: block;
  padding-left: 10px;
  position: relative;
}
.tbl-01 th span::before {
  content: "";
  display: block;
  width: 3px;
  height: 50%;
  background: #579d32;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tbl-01 td {
  font-weight: 500;
  padding-left: 4%;
}
.tbl-02 {
  background: #fff;
}
.tbl-02 th {
  font-weight: bold;
}
.tbl-02 th, .tbl-02 td {
  width: 33.3333333333%;
  text-align: center;
  vertical-align: middle;
}
.tbl-02 th {
  font-size: 20px;
  font-size: 2rem;
}
@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 td {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .tbl-02 td {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-02 td {
    font-size: 27.0588235294px;
  }
}
.tbl-02 thead th {
  background: #579d32;
  color: #fff;
  padding: 35px 4%;
}
.tbl-02 thead th:not(:last-child) {
  border-right: solid 1px #c3eaae;
}
.tbl-02 tbody th, .tbl-02 tbody td {
  padding: 12px 4%;
}
.tbl-02 tbody th {
  background: #e7f3e1;
}
.tbl-02 tbody td:not(:last-child) {
  border-right: solid 1px #c3eaae;
}
.tbl-02 tbody tr:not(:last-child) th, .tbl-02 tbody tr:not(:last-child) td {
  border-bottom: solid 1px #fff;
}
.tbl-02 tbody tr:not(:last-child) td {
  border-bottom-color: #c3eaae;
}

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

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

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

.list-blog .list-item, .list-privacy .list-item, .list-flow .list-item, .list-price .list-item, .list-faq .list-item {
  width: 100%;
}
.list-trouble__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-trouble__item:not(:last-child):not(:nth-last-child(2)) {
  position: absolute;
}
.list-trouble__item:nth-last-child(-n+2) .list-trouble__link {
  flex-direction: column-reverse;
}
.list-trouble__item:first-child {
  top: 0;
  left: 0;
  transform: translateX(112px);
}
.list-trouble__item:nth-child(2) {
  top: 0;
  right: 0;
  transform: translateX(-112px);
}
.list-trouble__item:nth-child(3) {
  top: 0;
  left: 0;
  transform: translateY(330px);
}
.list-trouble__item:nth-child(4) {
  top: 0;
  right: 0;
  transform: translateY(330px);
}
.list-trouble__item:nth-child(5) {
  margin-left: 150px;
}
.list-trouble__item:nth-child(6) {
  margin-left: 45px;
}
.list-trouble__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-trouble__ttl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-trouble__ttl {
    font-size: 18.8235294118px;
  }
}
.list-reason {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
.list-reason__item {
  padding-left: 30px;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
  border-bottom: solid 1px #e4ecd5;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.list-reason__item:nth-child(even) {
  margin-left: 60px;
}
.list-reason__item::before {
  content: "";
  display: block;
  width: 86px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: rgba(133, 190, 103, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-55%);
  z-index: -1;
}
.list-reason__item::after {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  background: #579d32;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(1px);
  z-index: 1;
}
.list-reason__num {
  color: #579d32;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-reason__num {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__num {
    font-size: 24.7058823529px;
  }
}
.list-reason__txt {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-reason__txt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__txt {
    font-size: 17.6470588235px;
  }
}
.list-news time {
  font-family: "Lato", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 14.1176470588px;
  }
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-news__img {
  width: 100%;
  aspect-ratio: 320/220;
  border-radius: 10px;
  overflow: hidden;
}
.list-flow__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 27/18;
  background-image: url("/img/common/arrow-solid-orn.png");
  background-size: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 150%);
  z-index: -1;
}
.list-flow__bx {
  width: 820px;
  max-width: 100%;
  margin-top: 35px;
}
.list-flow dt {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  border-bottom: solid 1px #579d32;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.list-flow__num {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .list-flow__num {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__num {
    font-size: 14.7058823529px;
  }
}
.list-flow__num em {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #579d32;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-flow__num em {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__num em {
    font-size: 17.6470588235px;
  }
}
.list-flow h4 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-flow h4 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow h4 {
    font-size: 21.1764705882px;
  }
}
.list-price__item {
  border-bottom: solid 1px #513f25;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-price dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-left: solid 5px #579d32;
  padding-left: 20px;
}
.list-price dt {
  position: relative;
  max-width: 75%;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-price dt {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price dt {
    font-size: 20px;
  }
}
.list-price dd {
  max-width: 25%;
  text-align: right;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-price dd {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price dd {
    font-size: 17.6470588235px;
  }
}
.list-faq__item {
  background: #fff;
  border: solid 1px #f8f6f1;
  padding: 40px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-faq dt, .list-faq dd {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-faq dt::before, .list-faq dd::before {
  content: "Q.";
  display: block;
  color: #ee9200;
  line-height: 1;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 34.1176470588px;
  }
}
.list-faq dt span, .list-faq dd span {
  transform: translateY(15px);
}
.list-faq dt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 18.8235294118px;
  }
}
.list-faq dd {
  white-space: pre-wrap;
}
.list-faq dd::before {
  content: "A.";
}
.list-case {
  row-gap: 60px;
}
.list-case__link {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-case__img {
  width: 100%;
  aspect-ratio: 500/340;
  border-radius: 30px;
  overflow: hidden;
}
.list-case__txt {
  line-height: 1.6;
}

.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: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
}
.com-shadow-bx {
  box-shadow: -4.596px 3.857px 0px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .com-shadow-bx {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  }
}
.com-contact {
  padding: 120px 0 20px 0 !important;
}
.com-contact .ttl-01 {
  row-gap: 15px;
  text-align: center;
  margin-bottom: 35px !important;
}
.com-contact .ttl-01__eng, .com-contact .ttl-01__ruby {
  color: #fff;
}
.com-contact .ttl-01__ruby {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-contact .ttl-01__ruby {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-contact .ttl-01__ruby {
    font-size: 23.5294117647px;
  }
}
.com-contact__bx {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  background: #6aab48;
  background: linear-gradient(130deg, #6aab48 0%, #85be67 30%, #85be67 50%, #c3eaae 100%);
  padding: 45px 0 100px 0;
  border-radius: 30px;
}
.com-contact .btn {
  width: 320px;
  max-width: 100%;
}
.com-contact .btn a {
  width: 100%;
  height: 78px;
}
.com-contact .obj-illust-01::before, .com-contact .obj-illust-02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.com-contact .obj-illust-01::before {
  width: 290px;
  max-width: 100%;
  aspect-ratio: 290/151;
  background-image: url("/img/common/contact-illust-01.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translateY(-50px);
}
.com-contact .obj-illust-02::after {
  width: 189px;
  max-width: 100%;
  aspect-ratio: 189/198;
  background-image: url("/img/common/contact-illust-02.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(20px);
}
.com-comment.obj-staff::after {
  right: 0;
  bottom: 0;
  transform: translateX(45px);
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 16.4705882353px;
  }
}
.tag-main__link {
  display: block;
  background: #579d32;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 14.1176470588px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #85be67;
  color: #fff;
  padding: 3px 10px 5px 10px;
  border-radius: 50rem;
}

.ttl-sub {
  border-left: solid #579d32 6px;
  border-bottom: solid 1px #e4ecd5;
  background: #e7f3e1;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@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;
  }
}
.ttl-comment {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  background: #f2bb45;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ttl-comment::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #f2bb45;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -1px);
}
.ttl-01 {
  display: flex;
  flex-direction: column;
}
.ttl-01__eng {
  font-family: "Playwrite AU TAS", cursive;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  color: #85be67;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-01__eng {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01__eng {
    font-size: 20px;
  }
}
.ttl-01__ruby {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
.ttl-02 {
  margin-bottom: 30px;
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
  background: #6ead4d;
  background: linear-gradient(-130deg, #6ead4d 0%, #94c977 100%);
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 18.8235294118px;
  }
}
.ttl-03 {
  color: #579d32;
  border-bottom: solid 1px #579d32;
  padding-bottom: 25px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 21.1764705882px;
  }
}

.txt-plain {
  line-height: 2.25;
}
.txt-01 {
  line-height: 1.75;
}

.header-nav__list,
.drawer-nav__list,
.footer-nav__list {
  font-weight: bold;
}
.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}

.side-bar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-25%);
  z-index: 88;
  width: 60px;
  max-width: 100%;
}
.side-bar__item {
  width: 100%;
  aspect-ratio: 60/270;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .side-bar__item {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .side-bar__item {
    font-size: 14.1176470588px;
  }
}
.side-bar__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -4.596px 3.857px 0px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .side-bar__link {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  }
}

.marker-orn {
  background: linear-gradient(transparent 50%, #faeab9 50%);
}

.header-bar {
  padding: 20px 3.39% 10px 3.39%;
}

.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header-nav__link:hover {
  color: #579d32;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 2;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv::before, .sv::before {
  content: "";
  display: block;
  width: 320px;
  max-width: 16.6666666667%;
  aspect-ratio: 320/72;
  background-image: url("/img/common/mv-illust.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.mv {
  padding-bottom: 5vw;
}
.mv-img-01 {
  width: 1660px;
  max-width: 86.4583333333%;
}
.mv-img-02 {
  width: 563px;
  max-width: 29.3229166667%;
  margin: -3.5vw 9.06% 0 auto;
}
.mv-cc {
  row-gap: 0.8vw;
  position: absolute;
  left: 16.67%;
  bottom: 0;
  transform: translateY(-85%);
  z-index: 1;
  font-size: 34px;
  font-size: 1.7708333333vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc {
    font-size: 34px;
  }
}
.mv-cc span {
  letter-spacing: 0.16em;
  border-bottom: solid 1px #85be67;
  padding-bottom: 0.55vw;
}
.mv::before {
  left: 13.54%;
}

.sv {
  padding-bottom: 60px;
}
.sv-img {
  width: 1200px;
  max-width: 62.5%;
}
.sv-ttl {
  position: absolute;
  left: 21.88%;
  top: 50%;
  transform: translateY(15%);
  z-index: 1;
  min-width: 460px;
  padding: 15px 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl {
    font-size: 25.8823529412px;
  }
}
.sv::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/308;
  background: #e7f3e1;
  background: linear-gradient(-90deg, #e7f3e1 0%, #fff 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.top-contact, .top-troubler {
  padding: 100px 0;
}
.top-image {
  padding: 100px 0 0;
}
.top-contact .ttl-01, .top-trouble .ttl-01 {
  row-gap: 15px;
}
.top-about .ttl-01, .top-reason .ttl-01, .top-news .ttl-01 {
  row-gap: 30px;
}
.top-about .about-bx {
  border-radius: 30px 0 0;
}

.top-contact .ttl-01 {
  margin-bottom: 30px;
}
.top-contact h3 {
  font-weight: 500;
}
.top-contact .img {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: -1;
}
.top-contact .obj-illust::after {
  content: "";
  display: block;
  width: 209px;
  max-width: 100%;
  aspect-ratio: 209/187;
  background-image: url("/img/top/contact-illust.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(95px, 50px);
  z-index: -1;
}
.top-contact.obj-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 306px;
  background: #e7f3e1;
  background: linear-gradient(-90deg, #e7f3e1 0%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.top-contact.obj-eng::after {
  content: "";
  display: block;
  width: 830px;
  max-width: 43.2291666667%;
  aspect-ratio: 830/76;
  background-image: url("/img/top/contact-eng.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.top-about {
  background: url("/img/top/about-img.png") left top no-repeat;
  background-size: 58.65%;
}
.top-about .ttl-01 {
  margin-bottom: 40px;
}
.top-about .txt {
  line-height: 2.25;
}
.top-about::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/325;
  position: relative;
  z-index: -1;
}

.top-image .img {
  width: 1500px;
  max-width: 78.125%;
}
.top-image.obj-eng::before {
  content: "";
  display: block;
  width: 1184px;
  max-width: 61.6666666667%;
  aspect-ratio: 1184/93;
  background-image: url("/img/top/image-eng.png");
  background-size: 100%;
  margin-left: auto;
}

.top-trouble {
  padding: 120px 0 0;
  background: url("/img/top/trouble-bg.png") center top no-repeat;
  background-size: 100%;
}
.top-trouble .ttl-01 {
  margin-bottom: 55px;
}
.top-trouble .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(-80px);
  z-index: 1;
}
.top-trouble .obj-illust::before {
  content: "";
  display: block;
  width: 168px;
  max-width: 100%;
  aspect-ratio: 168/186;
  background-image: url("/img/top/trouble-illust.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 245px);
  z-index: -1;
}

.top-reason {
  padding: 260px 0 0;
}
.top-reason .ttl-01 {
  margin-bottom: 80px;
}
.top-reason.obj-img::after {
  content: "";
  display: block;
  width: 1439px;
  max-width: 74.9479166667%;
  aspect-ratio: 1439/982;
  background-image: url("/img/top/reason-img.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.top-bnr {
  padding: 130px 0;
}
.top-bnr .bnr-bx {
  position: relative;
}
.top-bnr .bnr-link {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
}
.top-bnr .bnr-link:hover .arw-circle-grn::after,
.top-bnr .bnr-link:hover .arw-circle-orn::after {
  transform: translateX(-5px) scale(0.8);
}
.top-bnr .bnr-ttl {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  font-family: "Lato", sans-serif;
  line-height: 1;
  font-weight: 900;
  font-size: 72px;
  font-size: 7.2rem;
}
@media screen and (max-width: 768px) {
  .top-bnr .bnr-ttl {
    font-size: 82px;
    font-size: 10.6770833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr .bnr-ttl {
    font-size: 48.2352941176px;
  }
}
.top-bnr .price {
  margin-top: 40px;
}
.top-bnr .btn {
  justify-content: flex-end;
}
.top-bnr .case .bnr-link {
  flex-direction: column-reverse;
}
.top-bnr .case .bnr-ttl {
  top: inherit;
  bottom: 0;
  transform: translateY(50%);
}
.top-bnr .obj-illust::after {
  content: "";
  display: block;
  width: 350px;
  max-width: 100%;
  aspect-ratio: 350/91;
  background-image: url("/img/top/bnr-illust.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(130px);
  z-index: -1;
}

.top-news {
  padding: 120px 0;
}
.top-news .ttl-01 {
  margin-bottom: 55px;
}
.top-news .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#ctn-lower section {
  padding: 120px 0;
}
#ctn-lower .ttl-01 {
  text-align: center;
  row-gap: 25px;
  margin-bottom: 80px;
}
#ctn-lower .ttl-01__ruby {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-01__ruby {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-01__ruby {
    font-size: 23.5294117647px;
  }
}

.lower-area {
  background: url("/img/guide/area-bg.png") center center no-repeat;
  background-size: cover;
}
.lower-area .ttl-01 {
  text-align: left !important;
}
.lower-area .img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-80px, -50%);
  z-index: -1;
}

.lower-comparison .obj-staff::after {
  position: absolute;
  right: 0;
  bottom: 100%;
  transform: translateX(-100px);
}

.lower-case_detail .wrp-img {
  position: relative;
  z-index: 1;
}
.lower-case_detail .wrp-img__before {
  width: 380px;
  max-width: 100%;
}
.lower-case_detail .wrp-img__before .wrp-img__img {
  width: 100%;
  aspect-ratio: 380/250;
}
.lower-case_detail .wrp-img__after {
  width: 570px;
  max-width: 100%;
}
.lower-case_detail .wrp-img__after .wrp-img__img {
  width: 100%;
  aspect-ratio: 570/390;
}
.lower-case_detail .wrp-img__img {
  border-radius: 30px;
  overflow: hidden;
}
.lower-case_detail .wrp-img__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 36/27;
  background-image: url("/img/case/arrow.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-300%);
  z-index: -1;
}
.lower-case_detail h5 {
  margin-bottom: 15px;
  color: #ee9200;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .lower-case_detail h5 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .lower-case_detail h5 {
    font-size: 18.8235294118px;
  }
}
.lower-case_detail dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.lower-case_detail dt {
  background: #579d32;
  color: #fff;
  border-radius: 8px;
  padding: 3px 15px 5px 15px;
}
.lower-case_detail dd {
  white-space: pre-wrap;
}
.lower-case_detail .com-base {
  background: #e7f3e1;
  padding: 45px;
  border-radius: 30px;
}

#footer {
  padding: 130px 0 100px 0;
}

.footer-nav {
  width: 410px;
  max-width: 100%;
}
.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 140px 190px;
  grid-template-rows: repeat(5, auto);
  gap: 35px 85px;
}
.footer-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer-nav__link::before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 2/3;
  background-image: url("/img/common/arrow-solid-grn.png");
  background-size: 100%;
  transition: 0.3s;
}
.footer-nav__link:hover {
  opacity: 0.8;
}
.footer-nav__link:hover::before {
  transform: translateX(2px);
}/*# sourceMappingURL=style.css.map */