body {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  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: #59412a;
  scroll-behavior: smooth;
}
@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: #59412a !important;
}
.col-main {
  color: #26802b !important;
}
.col-sub {
  color: #ecf0a7 !important;
}
.col-accent {
  color: #bee3c0 !important;
}
.col-bdr {
  color: #b5bab8 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #59412a !important;
}
.bg-main {
  background-color: #26802b !important;
}
.bg-sub {
  background-color: #ecf0a7 !important;
}
.bg-accent {
  background-color: #bee3c0 !important;
}
.bg-bdr {
  background-color: #b5bab8 !important;
}
.bg-ptn-paper {
  background: url("/img/common/ptn-paper.jpg") center center;
}
.bg-ptn-wood {
  background: url("/img/common/ptn-wood.jpg") center top;
  background-size: 100%;
}
.bg-gra-wht {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0) 100%);
}

.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border: solid 1px #26802b;
  border-radius: 50rem;
  color: #26802b;
}
.btn-01__link:hover {
  color: rgba(38, 128, 43, 0.8);
}
.btn-02__link {
  display: block;
  color: #26802b;
  border-bottom: solid 1px #26802b;
  padding-bottom: 10px;
}
.btn-02__link:hover {
  color: rgba(38, 128, 43, 0.8);
}

.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 35px;
  aspect-ratio: 35/31;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-outlink {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ic-outlink::after {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-outlink.png");
  background-size: 100%;
  transition: 0.3s;
}
.ic-outlink:hover::after {
  transform: translate(1px, -2px);
}
.ic-line, .ic-mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-line::before, .ic-mail::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-mail::before {
  width: 26px;
  aspect-ratio: 26/19;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}

.arw-main, .arw-main-flx {
  position: relative;
}
.arw-main::after, .arw-main-flx::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-main.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-main:hover::after, .arw-main-flx:hover::after {
  transform: translate(-2px, -50%);
}
.arw-main-flx {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.arw-main-flx::after {
  position: static;
  transform: none;
  min-width: 16px;
}
.arw-main-flx:hover::after {
  transform: translateX(-2px);
}
.arw-handwrite-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arw-handwrite-line::before, .arw-handwrite-line::after {
  content: "";
  display: block;
  width: calc(50% - 70px);
  height: 2px;
  background: #26802b;
}

.obj-leaf-01__side {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.obj-leaf-01__side::before, .obj-leaf-01__side::after {
  content: "";
  display: block;
  width: 74px;
  min-width: 74px;
  aspect-ratio: 74/79;
  background-image: url("/img/common/obj-leaf-01.png");
  background-size: 100%;
}
.obj-leaf-01__side:after {
  transform: scaleX(-1);
}
.obj-leaf-01__rt-flx {
  display: flex;
  align-items: center;
}
.obj-leaf-01__rt-flx::after {
  content: "";
  display: block;
  width: 74px;
  min-width: 74px;
  aspect-ratio: 74/79;
  background-image: url("/img/common/obj-leaf-01.png");
  background-size: 100%;
  transform: scaleX(-1);
}
.obj-leaf-02 {
  position: relative;
  z-index: 1;
}
.obj-leaf-02::after {
  content: "";
  display: block;
  width: 328px;
  aspect-ratio: 328/207;
  background-image: url("/img/common/obj-leaf-02.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.obj-leaf-02__tl, .obj-leaf-02__rb, .obj-leaf-02__lb {
  position: relative;
  z-index: 1;
}
.obj-leaf-02__tl::before, .obj-leaf-02__rb::after, .obj-leaf-02__lb::after {
  content: "";
  display: block;
  width: 328px;
  aspect-ratio: 328/207;
  background-image: url("/img/common/obj-leaf-02.png");
  background-size: 100%;
  opacity: 0.9;
  position: absolute;
  z-index: 1;
}
.obj-leaf-02__tl::before {
  top: 0;
  left: 0;
  transform: translate(-20%, -3%) scaleY(-1) rotate(60deg);
}
.obj-leaf-02__rb::after {
  right: 0;
  bottom: 0;
  transform: translate(25%, 10%) rotate(-30deg);
}
.obj-leaf-02__lb::after {
  left: 0;
  bottom: 0;
  transform: translate(-15%, 5%) rotate(20deg) scaleX(-1);
}
.obj-leaf-03 {
  position: relative;
  z-index: 1;
}
.obj-leaf-03::after {
  content: "";
  display: block;
  width: 121px;
  max-width: 18.62%;
  aspect-ratio: 121/122;
  background-image: url("/img/common/obj-leaf-03.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(15%, 15%);
  z-index: -1;
}
.obj-leaf-04 {
  position: relative;
  z-index: 1;
}
.obj-leaf-04::before {
  content: "";
  display: block;
  width: 70px;
  aspect-ratio: 70/65;
  background-image: url("/img/common/obj-leaf-04.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-leaf-05 {
  position: relative;
  z-index: 1;
}
.obj-leaf-05::after {
  content: "";
  display: block;
  width: 70px;
  aspect-ratio: 70/83;
  background-image: url("/img/common/obj-leaf-05.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-leaf-06 {
  position: relative;
  z-index: 1;
}
.obj-leaf-06::before {
  content: "";
  display: block;
  width: 254px;
  max-width: 13.2291666667%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/obj-leaf-06.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.obj-leaf-07 {
  position: relative;
  z-index: 1;
}
.obj-leaf-07::before {
  content: "";
  display: block;
  width: 168px;
  max-width: 8.75%;
  aspect-ratio: 168/190;
  background-image: url("/img/common/obj-leaf-07.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(calc(350px - 50%));
  z-index: -1;
}

.obj-corner-suisai {
  position: relative;
  z-index: 1;
}
.obj-corner-suisai::after {
  content: "";
  display: block;
  width: 649px;
  max-width: 33.8020833333%;
  aspect-ratio: 649/313;
  background-image: url("/img/common/obj-corner-suisai.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  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 {
  vertical-align: middle;
  padding: 12px 0;
}
.tbl-01 th {
  font-size: 18px;
  font-size: 1.8rem;
  width: 10%;
  color: #26802b;
}
@media screen and (max-width: 768px) {
  .tbl-01 th {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 th {
    font-size: 16.4705882353px;
  }
}
.tbl-01 tr:first-child th, .tbl-01 tr:first-child td {
  padding-top: 0;
}
.tbl-02 th, .tbl-02 td {
  padding: 20px 0;
  border-bottom: solid 1px #26802b;
  vertical-align: middle;
}
.tbl-02 th {
  width: 15%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #26802b;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .tbl-02 th {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .tbl-02 th {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-02 th {
    font-size: 16.4705882353px;
  }
}
.tbl-02 td {
  padding-left: 4%;
}
.tbl-02 tr:first-child th, .tbl-02 tr:first-child td {
  padding-top: 0;
}

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

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

.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: 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-news .list-item, .list-privacy .list-item, .list-faq .list-point .list-item, .list-price .list-item {
  width: 100%;
}
.list-news {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.list-news .list-item,
.list-news .layout-item {
  width: calc((100% - 40px) / 3);
}
.list-news time {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  color: #26802b;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 16.4705882353px;
  }
}
.list-news time span {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .list-news time span {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time span {
    font-size: 12.9411764706px;
  }
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news__img {
  width: 100%;
  aspect-ratio: 230/170;
}
.list-info__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-info__ttl {
  width: 70px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  background: #26802b;
  color: #fff;
  padding: 4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-info__ttl {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-info__ttl {
    font-size: 12.9411764706px;
  }
}
.list-check {
  grid-template-columns: 1fr 1.1fr;
  line-height: 1.6666666667;
}
.list-check__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 35px;
  min-width: 35px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
}
.list-num__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  text-align: center;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .list-num__ttl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-num__ttl {
    font-size: 18.8235294118px;
  }
}
.list-num__txt {
  line-height: 1.5625;
}
.list-faq__q {
  color: #26802b;
  position: relative;
}
.list-faq__q::before {
  content: "";
  display: block;
  width: 35px;
  min-width: 35px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-q.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  transform: translateX(-12px);
}
.list-faq__a {
  margin-top: 15px;
  white-space: pre-wrap;
}
.list-point__ttl {
  font-size: 26px;
  font-size: 2.6rem;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .list-point__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl {
    font-size: 21.1764705882px;
  }
}
.list-point__ttl-eng {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl-eng {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl-eng {
    font-size: 18.8235294118px;
  }
}
.list-price__menu {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-price__menu {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price__menu {
    font-size: 16.4705882353px;
  }
}
.list-price__data {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .list-price__data {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price__data {
    font-size: 18.8235294118px;
  }
}
.list-voice__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 6px 4.75px 0.25px rgba(89, 65, 42, 0.2);
}
@media screen and (max-width: 768px) {
  .list-voice__item {
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  }
}
.list-voice__ttl {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-voice__ttl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__ttl {
    font-size: 18.8235294118px;
  }
}
.list-voice__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-voice__data-ttl {
  width: 30%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  color: #26802b;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .list-voice__data-ttl {
    letter-spacing: 0.1em;
  }
}
.list-voice__data-txt {
  width: calc(70% - 20px);
}
.list-voice__img {
  width: 100%;
  aspect-ratio: 460/550;
  border: solid 1px #26802b;
  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-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
.com-tel__ttl {
  font-weight: bold;
  width: 145px;
  aspect-ratio: 145/41;
  background: url("/img/common/marker-01.png") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.com-sdw-bx1 {
  box-shadow: 4.596px 3.857px 4.75px 0.25px rgba(89, 65, 42, 0.2);
}
.com-sdw-bx2 {
  box-shadow: 0px 6px 4.75px 0.25px rgba(89, 65, 42, 0.2);
}
.com-marker {
  position: relative;
  z-index: 1;
}
.com-marker::after {
  content: "";
  display: block;
  width: 291px;
  aspect-ratio: 291/41;
  background-image: url("/img/common/marker-02.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -10%);
  z-index: -1;
}

.tag-main__list {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    letter-spacing: 0.1em;
  }
}
@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: #26802b;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-size: 12px;
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 12.9411764706px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #26802b;
}

.ttl-main {
  display: flex;
  flex-direction: column;
}
.ttl-main__ruby {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 600;
  color: #26802b;
}
@media screen and (max-width: 768px) {
  .ttl-main__ruby {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .ttl-main__ruby {
    font-size: 55px;
    font-size: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__ruby {
    font-size: 32.3529411765px;
  }
}
.ttl-main__eng {
  font-family: "Allison", cursive;
  letter-spacing: 0;
  font-size: 120px;
  font-size: 12rem;
  line-height: 60px;
  color: #ecf0a7;
}
@media screen and (max-width: 768px) {
  .ttl-main__eng {
    font-size: 130px;
    font-size: 16.9270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__eng {
    font-size: 76.4705882353px;
  }
}
.ttl-main__eng::first-letter {
  text-transform: uppercase;
}
.ttl-bdr {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #26802b;
  border-bottom: solid 1px #26802b;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ttl-bdr {
    letter-spacing: 0.1em;
  }
}
.ttl-sub {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  border-left: solid #26802b 6px;
  border-bottom: solid 1px #bee3c0;
  background: rgba(190, 227, 192, 0.1);
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 18.8235294118px;
  }
}

.txt-plain {
  line-height: 1.875;
}

.header-bar {
  width: 100%;
  padding: 15px 1.56%;
}
.header-bar .com-tel__txt {
  border-left: solid 1px #ecf0a7;
  padding-left: 10px;
  margin-left: 10px;
}

.header-nav__list,
.footer-nav__list {
  display: flex;
}
.header-nav__item,
.footer-nav__item {
  line-height: 1;
  display: flex;
  align-items: center;
}
.header-nav__item:not(:first-child)::before,
.footer-nav__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 7px;
  min-width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50em;
  background: #bee3c0;
  margin: 0 10px;
}
.header-nav__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}

.header-nav {
  margin-top: 15px;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
}

.mv, .sv {
  padding: 20px 0;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  background: url("/img/top/mv-bg.png") left bottom no-repeat;
  background-size: 50.47%;
  position: relative;
  z-index: 1;
}
.mv-cc {
  width: 789px;
  max-width: 41.09375%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(7.29%, 10%);
  z-index: 1;
}
.mv-img {
  margin-right: 7.81%;
}
.mv-img__01 {
  width: 560px;
  max-width: 29.1666666667%;
  transform: translateX(45%);
}
.mv-img__02 {
  width: 860px;
  max-width: 44.7916666667%;
  margin-bottom: 3.5%;
}
.mv::before {
  content: "";
  display: block;
  width: 869px;
  max-width: 45.2604166667%;
  aspect-ratio: 869/269;
  background-image: url("/img/top/mv-corner.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.sv {
  background: url("/img/common/sv-bg.png") left bottom no-repeat;
  background-size: 49.79%;
  position: relative;
  z-index: 1;
}
.sv-cc {
  width: 800px;
  max-width: 41.6666666667%;
  aspect-ratio: 800/100;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 5.73%;
  transform: translate(0, -50%);
  z-index: 1;
}
.sv-cc__eng {
  font-family: "Allison", cursive;
  letter-spacing: 0;
  font-size: 120px;
  font-size: 6.25vw;
  line-height: 1;
  color: #ecf0a7;
  position: absolute;
  left: 0;
  bottom: 100%;
  transform: rotate(-20deg);
}
@media screen and (max-width: 1120px) {
  .sv-cc__eng {
    font-size: 70.5882352941px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-cc__eng {
    font-size: 120px;
  }
}
.sv-cc__ruby {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  font-size: 45px;
  font-size: 2.34375vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .sv-cc__ruby {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1120px) {
  .sv-cc__ruby {
    font-size: 26.4705882353px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-cc__ruby {
    font-size: 45px;
  }
}
.sv-img {
  width: 900px;
  max-width: 46.875%;
  margin-left: auto;
}
.sv .obj-leaf::before {
  content: "";
  display: block;
  width: 179px;
  max-width: 22.38%;
  aspect-ratio: 179/157;
  background-image: url("/img/common/sv-illust-leaf.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(40%, -50%);
  z-index: 1;
}

.top-worrie .ttl-main, .top-about .ttl-main, .top-service .ttl-main, .top-news .ttl-main {
  position: relative;
  z-index: 1;
}
.top-worrie .ttl-main__eng, .top-about .ttl-main__eng, .top-service .ttl-main__eng, .top-news .ttl-main__eng {
  transform: rotate(-15deg);
  position: relative;
  z-index: -1;
}
.top-worrie .ttl-main, .top-about .ttl-main {
  margin-bottom: 25px;
}

.top-worrie {
  padding: 70px 0 80px 0;
}
.top-worrie .worrie-cts__list .cts-1280 {
  padding-top: 50px;
  padding-bottom: 150px;
}
.top-worrie .worrie-cts__list .cts-1080 {
  padding-left: 40px;
  padding-right: 40px;
}
.top-worrie .worrie-cts__guide {
  margin-top: 20px;
}
.top-worrie .arw-handwrite-line {
  margin-bottom: 40px;
}
.top-worrie .guide-ttl {
  line-height: 1.5;
}
.top-worrie .obj-illust {
  position: relative;
  z-index: 1;
}
.top-worrie .obj-illust::after {
  content: "";
  display: block;
  width: 347px;
  max-width: 100%;
  aspect-ratio: 347/222;
  background-image: url("/img/top/worries-illust.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-110px, 150px);
  z-index: -1;
}
.top-worrie .obj-comment {
  position: relative;
  z-index: 1;
}
.top-worrie .obj-comment::before {
  content: "";
  display: block;
  width: 176px;
  aspect-ratio: 176/93;
  background-image: url("/img/top/worrie-comment.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(100px, -40px);
  z-index: -1;
}
.top-worrie .obj-leaf-04::before {
  top: 0;
  left: 0;
  transform: translate(24px, 80px);
}
.top-worrie .obj-leaf-05::after {
  top: 0;
  right: 0;
  transform: translate(-24px, 100px);
}

.top-about {
  padding: 0 0 100px 0;
}
.top-about .cts-1160 {
  padding-bottom: 70px;
}
.top-about .btn {
  margin-top: 30px;
}
.top-about::after {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  background: url("/img/common/ptn-wood.jpg") center top no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.top-service {
  background: url("/img/top/service-bg.png") center center no-repeat;
  background-size: cover;
  padding: 50px 0 60px 0;
}
.top-service .ttl-main {
  margin-bottom: 15px;
}
.top-service .txt-plain {
  line-height: 1.875;
}
.top-service .btn {
  margin-top: 50px;
}
.top-service .img {
  margin-right: -100px;
}
.top-service .obj-leaf-02::after {
  transform: translate(70px, 40px);
}

.top-bnr .bnr {
  width: 50%;
  aspect-ratio: 960/450;
}
.top-bnr .bnr-link {
  width: 100%;
  height: 100%;
  outline: solid 1px #fff;
  outline-offset: -10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/img/top/bnr-overlay.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.top-bnr .bnr-link::after {
  content: "";
  display: block;
  width: 57.5%;
  aspect-ratio: 552/196;
  background-image: url("/img/top/bnr-corner.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.top-bnr .bnr-link:hover .ttl-main {
  opacity: 0.8;
  transform: translateY(-3px);
}
.top-bnr .bnr-voice {
  background: url("/img/top/bnr-img-voice.png") center center no-repeat;
  background-size: cover;
}
.top-bnr .bnr-info {
  background: url("/img/top/bnr-img-info.png") center center no-repeat;
  background-size: cover;
}
.top-bnr .ttl-main {
  width: 67.71%;
  aspect-ratio: 650/130;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.top-bnr .ttl-main__ruby {
  font-size: 45px;
  font-size: 2.34375vw;
}
@media screen and (max-width: 1120px) {
  .top-bnr .ttl-main__ruby {
    font-size: 26.4705882353px;
  }
}
@media screen and (min-width: 1920px) {
  .top-bnr .ttl-main__ruby {
    font-size: 45px;
  }
}
.top-bnr .ttl-main__eng {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-60%) rotate(-15deg);
  z-index: -1;
}

.top-news {
  padding: 60px 0 0;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.top-app {
  padding: 100px 0;
}
.top-app .ttl-main__eng {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-25px, 10px) rotate(-15deg);
  z-index: 2;
}
.top-app .com-base {
  padding: 20px 70px 0 30px;
  position: relative;
  z-index: 1;
}
.top-app .com-base::before {
  content: "";
  display: block;
  width: 1110px;
  aspect-ratio: 1110/488;
  background-image: url("/img/top/app-bg.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(35%, -8%);
  z-index: -1;
}
.top-app .obj-leaf-01__rt-flx::after {
  transform: translateX(-20px) scaleX(-1);
}

#ctn-lower section {
  padding: 120px 0;
}
#ctn-lower .ttl-main {
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
#ctn-lower .ttl-main__eng {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%) rotate(-15deg);
  z-index: -1;
}

.lower-staff .cts-1160 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.lower-price .obj-leaf-04::before {
  top: 0;
  left: 0;
  transform: translate(24px, 60px);
}
.lower-price .obj-leaf-05::after {
  top: 0;
  right: 0;
  transform: translate(-24px, 50px);
}

#com-contact {
  padding: 80px 0;
  background: url("/img/common/contact-bg.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#com-contact .cts-1080 {
  padding-top: 60px;
  padding-bottom: 50px;
  background: rgba(255, 255, 255, 0.9);
}
#com-contact .ttl-main {
  margin-bottom: 30px;
}
#com-contact .ttl-main__eng {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-40%) rotate(-3deg);
  z-index: -1;
}
#com-contact .contact-bx {
  margin-top: 30px;
}
#com-contact .btn {
  width: 320px;
  max-width: 100%;
}
#com-contact .obj-dog {
  position: relative;
  z-index: 2;
}
#com-contact .obj-dog::before {
  content: "";
  display: block;
  width: 173px;
  aspect-ratio: 173/172;
  background-image: url("/img/common/contact-illust.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-20px, -120px);
  z-index: -1;
}
#com-contact::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/359;
  background-image: url("/img/common/contact-btm.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.footer-cts__main {
  padding: 80px 0;
}
.footer-cts__link {
  margin-top: 70px;
}
.footer-cts__copy {
  padding: 10px 0;
}

.footer-nav__list {
  width: 680px;
  max-width: 100%;
  flex-wrap: wrap;
  row-gap: 35px;
}
.footer-nav__item:nth-child(6)::before {
  content: none;
}/*# sourceMappingURL=style.css.map */