/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  padding-right: 20px;
  overflow: hidden;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.btn-01__link::before {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: dashed 2px #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-01__link .obj-circle-orn::after, .btn-01__link .obj-circle-brw::after {
  content: "";
  display: block;
  width: 163px;
  aspect-ratio: 163/158;
  background-image: url("/img/common/obj-circle-orn.png");
  background-size: 100%;
  mix-blend-mode: lighten;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(45%, -50%);
  z-index: -2;
}
.btn-01__link .obj-circle-brw::after {
  background-image: url("/img/common/obj-circle-brw.png");
  background-size: 100%;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.btn-contact a {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  overflow: hidden;
}

.ic-mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 40/26;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}

.arw-circle-orn, .arw-circle-blk {
  position: relative;
}
.arw-circle-orn::after, .arw-circle-blk::after {
  content: "";
  display: block;
  width: 35px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-orn.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-circle-orn:hover::after, .arw-circle-blk:hover::after {
  transform: translate(-2px, -50%);
}
.arw-circle-blk::after {
  background-image: url("/img/common/arrow-circle-blk.png");
  background-size: 100%;
}
.arw-sq-orn, .arw-sq-blk {
  position: relative;
  z-index: 1;
}
.arw-sq-orn::after, .arw-sq-blk::after {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-sq-orn.png");
  background-size: 100%;
  border-radius: 15px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.arw-sq-blk::after {
  background-image: url("/img/common/arrow-sq-blk.png");
  background-size: 100%;
}
.arw-solid-wht {
  position: relative;
}
.arw-solid-wht::after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-wht:hover::after {
  transform: translate(-2px, -50%);
}

.wave-btm-wht, .wave-btm-beg {
  position: relative;
  z-index: 1;
}
.wave-btm-wht::after, .wave-btm-beg::after {
  content: "";
  display: block;
  width: 100%;
  height: 47px;
  aspect-ratio: 408/47;
  background-image: url("/img/common/frame-wave-wht.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(1px);
  z-index: -1;
}
.wave-btm-beg::after {
  background-image: url("/img/common/frame-wave-beg.png");
}
.wave-top-wht, .wave-top-beg {
  position: relative;
  z-index: 1;
}
.wave-top-wht::before, .wave-top-beg::before {
  content: "";
  display: block;
  width: 100%;
  height: 47px;
  aspect-ratio: 408/47;
  background-image: url("/img/common/frame-wave-wht.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-1px) scaleY(-1);
  z-index: -1;
}
.wave-top-beg::before {
  background-image: url("/img/common/frame-wave-beg.png");
}

.deco-seed::after {
  content: "";
  display: block;
  width: 145px;
  aspect-ratio: 145/19;
  background-image: url("/img/common/deco-seed.png");
  background-size: 100%;
  margin: 10px auto 0 auto;
}
.deco-pin-top, .deco-pin-btm {
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.deco-pin-top::before, .deco-pin-top::after, .deco-pin-btm::before, .deco-pin-btm::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #c6a886;
}
.deco-pin-top {
  top: 20px;
}
.deco-pin-btm {
  bottom: 20px;
}

.com-obj-sun {
  position: relative;
  z-index: 1;
}
.com-obj-sun::before {
  content: "";
  display: block;
  width: 167px;
  aspect-ratio: 167/164;
  background-image: url("/img/top/about-illust-01.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.com-obj-vege1 {
  position: relative;
  z-index: 1;
}
.com-obj-vege1::before {
  content: "";
  display: block;
  width: 143px;
  aspect-ratio: 143/179;
  background-image: url("/img/common//illust-vege-01.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.com-obj-vege2 {
  position: relative;
  z-index: 1;
}
.com-obj-vege2::after {
  content: "";
  display: block;
  width: 192px;
  aspect-ratio: 192/117;
  background-image: url("/img/common//illust-vege-02.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.com-obj-green1 {
  position: relative;
  z-index: 1;
}
.com-obj-green1::before {
  content: "";
  display: block;
  width: 152px;
  aspect-ratio: 152/599;
  background-image: url("/img/common/illust-green.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.com-obj-green2 {
  position: relative;
  z-index: 1;
}
.com-obj-green2::after {
  content: "";
  display: block;
  width: 152px;
  aspect-ratio: 152/599;
  background-image: url("/img/common/illust-green.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.com-obj-circle-ylw {
  position: relative;
  z-index: 1;
}
.com-obj-circle-ylw::before {
  content: "";
  display: block;
  width: 150px;
  aspect-ratio: 150/164;
  background-image: url("/img/top/bnr-obj-01.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.com-obj-circle-grn {
  position: relative;
  z-index: 1;
}
.com-obj-circle-grn::after {
  content: "";
  display: block;
  width: 143px;
  aspect-ratio: 143/128;
  background-image: url("/img/top/bnr-obj-02.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.com-obj-kakashi {
  position: relative;
  z-index: 1;
}
.com-obj-kakashi::after {
  content: "";
  display: block;
  width: 161px;
  aspect-ratio: 161/201;
  background-image: url("/img/top/bnr-illust-02.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.tbl-01 dl {
  width: 100%;
  background: #fff;
  border: solid 3px #599c10;
  border-radius: 8px;
  display: flex;
}
.tbl-01 dt, .tbl-01 dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tbl-01 dt {
  width: 130px;
  max-width: 100%;
  padding: 24px 10px;
  background: #599c10;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 dt {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 dt {
    font-size: 21.3333333333px;
  }
}
.tbl-01 dd {
  width: 100%;
  max-width: calc(100% - 130px);
  padding: 24px 20px;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 dd {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 dd {
    font-size: 18.6666666667px;
  }
}
.tbl-02 {
  background: #fff;
}
.tbl-02 th, .tbl-02 td {
  font-weight: 500;
  padding: 24px 4%;
  vertical-align: middle;
}
.tbl-02 th {
  width: 30%;
  background: #599c10;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .tbl-02 th {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-02 th {
    font-size: 21.3333333333px;
  }
}
.tbl-02 td {
  line-height: 1.7647058824;
  white-space: pre-wrap;
}
.tbl-02 tr:not(:first-child) th, .tbl-02 tr:not(:first-child) td {
  border-top: solid 3px #fff;
}
.tbl-02 tr:not(:first-child) td {
  border-top-color: #599c10;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-txtbx {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

#main-contents {
  position: relative;
  z-index: 10;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 60px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 60px) / 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-flow .list-item, .list-voice .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 20px;
  }
}
.list-news__link {
  background: #f8f5f1;
  border-radius: 8px;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.list-news__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-info dl {
  display: flex;
}
.list-merchandise__item {
  background: #f8f5f1;
  border-radius: 15px;
  padding: 25px 30px;
}
.list-merchandise__item, .list-merchandise__bx {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-merchandise__img {
  width: 100%;
  aspect-ratio: 280/260;
  border: dashed 2px #c6a886;
  border-radius: 15px;
  overflow: hidden;
}
.list-merchandise__bx {
  width: 100%;
}
.list-merchandise__price {
  text-align: right;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-merchandise__price {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-merchandise__price {
    font-size: 20px;
  }
}
.list-merchandise__txt {
  white-space: pre-wrap;
}
.list-history__item {
  background: #f8f5f1;
  border-radius: 20px;
  padding: 50px 60px;
  position: relative;
  z-index: 1;
}
.list-history__txt {
  white-space: pre-wrap;
}
.list-farm {
  row-gap: 50px;
}
.list-farm__item {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.list-farm__img {
  width: 100%;
  aspect-ratio: 420/300;
  border-radius: 20px;
  overflow: hidden;
  background: url("/img/about/frame-dashed.png") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-farm__img img {
  max-width: calc(100% - 4px);
  max-height: calc(100% - 4px);
  border-radius: 20px;
}
.list-commit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.list-commit .list-item,
.list-commit .layout-item {
  width: calc((100% - 90px) / 3);
}
.list-commit {
  row-gap: 70px;
}
.list-commit__item {
  background: #fff;
  border: solid 5px #599c10;
  border-radius: 15px;
  padding: 60px 25px 25px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
}
.list-commit__item::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "00";
  display: block;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  padding: 0 0 5px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #599c10;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 1;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-commit__item::before {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-commit__item::before {
    font-size: 30px;
  }
}
.list-commit__item:nth-child(1)::before {
  content: "01";
}
.list-commit__item:nth-child(2)::before {
  content: "02";
}
.list-commit__item:nth-child(3)::before {
  content: "03";
}
.list-commit__item:nth-child(4)::before {
  content: "04";
}
.list-commit__item:nth-child(5)::before {
  content: "05";
}
.list-commit__item:nth-child(6)::before {
  content: "06";
}
.list-commit__item:nth-child(7)::before {
  content: "07";
}
.list-commit__item:nth-child(8)::before {
  content: "08";
}
.list-commit__item:nth-child(9)::before {
  content: "09";
}
.list-commit__item:nth-child(10)::before {
  content: "10";
}
.list-commit__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.3333333333;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-commit__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-commit__ttl {
    font-size: 26.6666666667px;
  }
}
.list-flow {
  position: relative;
  z-index: 1;
}
.list-flow dl {
  display: flex;
  justify-content: space-between;
}
.list-flow dt img {
  border: solid 10px #f8f5f1;
}
.list-flow dd {
  width: 800px;
  max-width: 100%;
  background: #fff;
  border-radius: 11px;
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-flow::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  border-left: dotted 5px #f47c11;
  position: absolute;
  top: 0;
  left: 70px;
  z-index: -1;
}
.list-label {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.list-label .list-item,
.list-label .layout-item {
  width: calc((100% - 48px) / 3);
}
.list-label {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .list-label {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-label {
    font-size: 33.3333333333px;
  }
}
.list-label__item {
  background-color: #f47c11;
  background-image: linear-gradient(transparent 95%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1)), linear-gradient(90deg, transparent 95%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1));
  background-size: 20px 20px;
  background-repeat: repeat;
}
@media (max-width: 768px) {
  .list-label__item {
    background-color: #f47c11;
    background-image: linear-gradient(transparent 95%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1)), linear-gradient(90deg, transparent 95%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1));
    background-size: 10px 10px;
    background-repeat: repeat;
  }
}
.list-label__item {
  color: #fff;
  border-radius: 10px;
  display: flex;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.list-merit__item {
  aspect-ratio: 510/500;
  background: url("/img/top/about-txt-base.png") center center no-repeat;
  background-size: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
}
.list-merit__item::before {
  content: "Merit00";
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  color: #599c10;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-merit__item::before {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-merit__item::before {
    font-size: 22.6666666667px;
  }
}
.list-merit__item:nth-child(1)::before {
  content: "Merit01";
}
.list-merit__item:nth-child(2)::before {
  content: "Merit02";
}
.list-merit__item:nth-child(3)::before {
  content: "Merit03";
}
.list-merit__item:nth-child(4)::before {
  content: "Merit04";
}
.list-merit__item:nth-child(5)::before {
  content: "Merit05";
}
.list-merit__item:nth-child(6)::before {
  content: "Merit06";
}
.list-merit__item:nth-child(7)::before {
  content: "Merit07";
}
.list-merit__item:nth-child(8)::before {
  content: "Merit08";
}
.list-merit__item:nth-child(9)::before {
  content: "Merit09";
}
.list-merit__item:nth-child(10)::before {
  content: "Merit10";
}
.list-merit dt {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  line-height: 1.2352941176;
  font-weight: 600;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .list-merit dt {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-merit dt {
    font-size: 29.3333333333px;
  }
}
.list-first {
  row-gap: 45px;
}
.list-first__item {
  background: #fff;
  padding: 45px 40px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.list-first dl {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-first dt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .list-first dt {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-first dt {
    font-size: 29.3333333333px;
  }
}
.list-commit-farm {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.list-commit-farm .list-item,
.list-commit-farm .layout-item {
  width: calc((100% - 90px) / 3);
}
.list-commit-farm__item {
  background: #f8f5f1;
  border-radius: 15px;
  padding: 60px 30px 30px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  position: relative;
}
.list-commit-farm__item::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "00";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  padding: 0 0 3px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #c6a886;
  color: #fff;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-commit-farm__item::before {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-commit-farm__item::before {
    font-size: 26.6666666667px;
  }
}
.list-commit-farm__item:nth-child(1)::before {
  content: "01";
}
.list-commit-farm__item:nth-child(2)::before {
  content: "02";
}
.list-commit-farm__item:nth-child(3)::before {
  content: "03";
}
.list-commit-farm__item:nth-child(4)::before {
  content: "04";
}
.list-commit-farm__item:nth-child(5)::before {
  content: "05";
}
.list-commit-farm__item:nth-child(6)::before {
  content: "06";
}
.list-commit-farm__item:nth-child(7)::before {
  content: "07";
}
.list-commit-farm__item:nth-child(8)::before {
  content: "08";
}
.list-commit-farm__item:nth-child(9)::before {
  content: "09";
}
.list-commit-farm__item:nth-child(10)::before {
  content: "10";
}
.list-commit-farm__ic, .list-commit-farm__ttl {
  text-align: center;
}
.list-commit-farm__ttl {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.2666666667;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-commit-farm__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-commit-farm__ttl {
    font-size: 26.6666666667px;
  }
}
.list-voice__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 40px 55px;
}
.list-voice__ic {
  width: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  overflow: hidden;
}
.list-voice dl {
  width: 740px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.list-voice dt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  color: #599c10;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-voice dt {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice dt {
    font-size: 22.6666666667px;
  }
}
.list-voice dd {
  white-space: pre-wrap;
}

.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: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  background: #599c10;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 16.6666666667px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #599c10;
  color: #fff;
  padding: 3px 10px 5px 10px;
  border-radius: 4px;
}

.ttl-main {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 12px;
}
.ttl-main .en {
  line-height: 1;
  color: #599c10;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 25.3333333333px;
  }
}
.ttl-main .rb {
  font-size: 55px;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .rb {
    font-size: 65px;
    font-size: 8.4635416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .rb {
    font-size: 43.3333333333px;
  }
}
.ttl-main .rb:first-letter {
  color: #599c10;
}
.ttl-sub {
  font-family: "Zen Maru Gothic", serif;
  border-left: solid #599c10 6px;
  background: #fff;
  padding: 10px 20px 15px 20px;
  overflow: hidden;
  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: 22.6666666667px;
  }
}
.ttl-01 {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Zen Maru Gothic", serif;
  color: #599c10;
  font-weight: 600;
  line-height: 1.5;
  font-size: 27px;
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 37px;
    font-size: 4.8177083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 24.6666666667px;
  }
}
.ttl-01::before {
  content: "";
  display: block;
  width: 4px;
  min-width: 4px;
  aspect-ratio: 1/6;
  border-radius: 50rem;
  background: #599c10;
}

.txt-plain {
  line-height: 2.0588235294;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .txt-plain {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-plain {
    font-size: 18px;
  }
}
.txt-01 {
  line-height: 1.8;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .txt-01 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-01 {
    font-size: 20px;
  }
}
.txt-02 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .txt-02 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-02 {
    font-size: 21.3333333333px;
  }
}
.txt-03 {
  line-height: 1.875;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .txt-03 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-03 {
    font-size: 17.3333333333px;
  }
}
.txt-04 {
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .txt-04 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-04 {
    font-size: 18.6666666667px;
  }
}
.txt-05 {
  line-height: 1.8947368421;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .txt-05 {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-05 {
    font-size: 19.3333333333px;
  }
}
.txt-06 {
  line-height: 2.3529411765;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .txt-06 {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-06 {
    font-size: 18px;
  }
}
.txt-07 {
  line-height: 1.9411764706;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .txt-07 {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-07 {
    font-size: 18px;
  }
}
.txt-08 {
  line-height: 1.8823529412;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .txt-08 {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-08 {
    font-size: 18px;
  }
}
.txt-09 {
  line-height: 1.3636363636;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .txt-09 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-09 {
    font-size: 21.3333333333px;
  }
}
.txt-10 {
  line-height: 2.1111111111;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .txt-10 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-10 {
    font-size: 18.6666666667px;
  }
}
.txt-11 {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .txt-11 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-11 {
    font-size: 17.3333333333px;
  }
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item,
.footer-sub__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover,
.footer-sub__link:hover {
  opacity: 0.8;
}

.header-nav {
  position: absolute;
  left: 50%;
  z-index: 1;
}
.header-nav__list {
  width: 1080px;
  max-width: 100%;
  height: 90px;
  background: #f8f5f1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 22px;
  }
}
.header-nav__item {
  padding: 0 24px;
}
.header-nav__item:not(:first-child) {
  border-left: dotted 3px #599c10;
}
.header-nav .current {
  color: #599c10;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 130px 130px;
  grid-template-rows: repeat(4, auto);
  gap: 25px 50px;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 18px;
  }
}
.footer-nav__link {
  color: #fff;
}

.footer-sub__list {
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 16.6666666667px;
  }
}
.footer-sub__item {
  padding: 0 20px;
}
.footer-sub__item:not(:first-child) {
  border-left: solid 1px #fff;
}
.footer-sub__item:first-child {
  padding-left: 0 !important;
}
.footer-sub__item:last-child {
  padding-right: 0 !important;
}
.footer-sub__link {
  color: #fff;
}

#header {
  width: 100%;
  position: relative;
  z-index: 10;
}
#header .btn-contact {
  width: 100px;
  max-width: 5.2083333333%;
  position: absolute;
  top: 40px;
  right: 2.6%;
  z-index: 1;
}
#header .btn-contact a {
  width: 100%;
}
#header.bg-top {
  background: url("/img/top/mv-img.png") center center no-repeat;
  background-size: cover;
}
#header.bg-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
#header.bg-concept {
  background: url("/img/concept/sv.png") center center no-repeat;
  background-size: cover;
}
#header.bg-business_customers {
  background: url("/img/business_customers/sv.png") center center no-repeat;
  background-size: cover;
}
#header.bg-general_customers {
  background: url("/img/general_customers/sv.png") center center no-repeat;
  background-size: cover;
}
#header.bg-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
#header.bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
#header.bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
#header.bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
#header.bg-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
#header.bg-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

#ctn-top #header {
  aspect-ratio: 1920/1124;
}
#ctn-top #header .header-nav {
  top: 50%;
  transform: translate(-50%, 235%);
}
#ctn-top #header::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/540;
  background-image: url("/img/top/mv-illust.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

#ctn-low #header {
  aspect-ratio: 1920/900;
}
#ctn-low #header .header-nav {
  bottom: 0;
  transform: translate(-50%, -180%);
}
#ctn-low #header::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/475;
  background-image: url("/img/common/sv-illust-03.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -2;
}

.header-logo {
  width: 342px;
  max-width: 17.8125%;
  aspect-ratio: 342/169;
  background: url("/img/common/header-logo-base.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-logo img {
  position: absolute;
  width: 73.1%;
  top: 0;
  left: 0;
  transform: translate(10%, 160%);
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv-cc {
  width: 915px;
  max-width: 47.65625%;
  margin: 0 auto;
  transform: translateY(37%);
}

.sv-ttl {
  width: 720px;
  max-width: 100%;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -190%);
  z-index: 1;
  background: #f8f5f1;
  border: solid 7px #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl {
    font-size: 40px;
  }
}
.sv-ttl::before, .sv-ttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.sv-ttl::before {
  width: 120px;
  aspect-ratio: 120/59;
  background-image: url("/img/common/sv-illust-01.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-40%, -60%);
}
.sv-ttl::after {
  width: 88px;
  aspect-ratio: 88/98;
  background-image: url("/img/common/sv-illust-02.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(40%, 40%);
}

.top-about {
  padding: 85px 0 160px 0;
}
.top-about .img {
  margin-right: -180px;
}
.top-about .obj-txt-base {
  position: relative;
  z-index: 1;
}
.top-about .obj-txt-base::after {
  content: "";
  display: block;
  width: 738px;
  aspect-ratio: 738/664;
  background-image: url("/img/top/about-txt-base.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-140px, 0);
  z-index: -1;
}
.top-about .obj-namarin {
  position: relative;
  z-index: 2;
}
.top-about .obj-namarin::before {
  content: "";
  display: block;
  width: 196px;
  aspect-ratio: 196/228;
  background-image: url("/img/top/about-illust-03.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-80px, 60px);
  z-index: 1;
}
.top-about .obj-circle {
  position: relative;
  z-index: 2;
}
.top-about .obj-circle::after {
  content: "";
  display: block;
  width: 163px;
  aspect-ratio: 738/664;
  background-image: url("/img/top/about-txt-base.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 70px);
  z-index: -1;
}
.top-about .obj-sun {
  position: relative;
  z-index: 2;
}
.top-about .obj-sun::before {
  content: "";
  display: block;
  width: 167px;
  aspect-ratio: 167/164;
  background-image: url("/img/top/about-illust-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-165px, 0);
  z-index: 2;
}
.top-about .obj-negi {
  position: relative;
  z-index: 2;
}
.top-about .obj-negi::after {
  content: "";
  display: block;
  width: 310px;
  aspect-ratio: 310/181;
  background-image: url("/img/top/about-illust-02.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-220px, 0);
  z-index: 2;
}
.top-about .btn-01__link {
  width: 515px;
  max-width: 100%;
  height: 125px;
}

.top-merchandise {
  padding: 100px 0 140px 0;
}
.top-merchandise .ttl-main {
  margin-bottom: 40px;
}
.top-merchandise .obj-illust-lft, .top-merchandise .obj-illust-rt {
  position: relative;
  z-index: 1;
}
.top-merchandise .obj-illust-lft::before, .top-merchandise .obj-illust-rt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.top-merchandise .obj-illust-lft::before {
  width: 198px;
  aspect-ratio: 198/1195;
  background-image: url("/img/top/merchandise-illust-01.png");
  background-size: 100%;
  left: 0;
  transform: translate(-220px, -100px);
}
.top-merchandise .obj-illust-rt::after {
  width: 151px;
  aspect-ratio: 151/1165;
  background-image: url("/img/top/merchandise-illust-02.png");
  background-size: 100%;
  right: 0;
  transform: translate(180px, 35px);
}

.top-bnr {
  padding: 190px 0;
  background: url("/img/top/bnr-bg.png") center center no-repeat;
  background-size: cover;
}
.top-bnr .bnr-item {
  width: 515px;
  max-width: 100%;
  aspect-ratio: 515/220;
}
.top-bnr .bnr-link {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: solid 6px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.top-bnr .bnr-link:hover .ttl-main {
  transform: translateY(-3%);
  opacity: 0.7;
}
.top-bnr .ttl-main {
  transition: 0.4s;
}
.top-bnr .ttl-main .en {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .top-bnr .ttl-main .en {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr .ttl-main .en {
    font-size: 24px;
  }
}
.top-bnr .ttl-main .rb {
  color: #fff;
  font-size: 44px;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .top-bnr .ttl-main .rb {
    font-size: 54px;
    font-size: 7.03125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr .ttl-main .rb {
    font-size: 36px;
  }
}
.top-bnr .ttl-main .rb::first-letter {
  color: #fff;
}
.top-bnr .obj-glass {
  position: relative;
}
.top-bnr .obj-glass::before {
  content: "";
  display: block;
  width: 68px;
  aspect-ratio: 1/1;
  background-image: url("/img/top/bnr-illust-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
  z-index: 2;
}
.top-bnr .obj-circle-ylw, .top-bnr .obj-circle-grn {
  position: relative;
  z-index: 1;
}
.top-bnr .obj-circle-ylw::after, .top-bnr .obj-circle-grn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.top-bnr .obj-circle-ylw::after {
  width: 150px;
  aspect-ratio: 150/164;
  background-image: url("/img/top/bnr-obj-01.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-80px, -50px);
}
.top-bnr .obj-circle-grn::after {
  width: 143px;
  aspect-ratio: 143/128;
  background-image: url("/img/top/bnr-obj-02.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(80px, 45px);
}
.top-bnr .obj-kakashi {
  position: relative;
  z-index: 1;
}
.top-bnr .obj-kakashi::after {
  content: "";
  display: block;
  width: 161px;
  aspect-ratio: 161/201;
  background-image: url("/img/top/bnr-illust-02.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-180px, 150px);
  z-index: -1;
}

.top-company {
  padding: 100px 0 180px 0;
}
.top-company .ttl-main {
  margin-bottom: 70px;
}
.top-company .wrp-gmap {
  min-width: 500px;
  background: url("/img/top/frame-dashed.png") center center no-repeat;
  background-size: cover;
}
.top-company .com-gmap {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.top-company .obj-green {
  position: relative;
  z-index: 1;
}
.top-company .obj-green::before {
  content: "";
  display: block;
  width: 117px;
  aspect-ratio: 117/57;
  background-image: url("/img/top/company-illust-01.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-150px, 0);
  z-index: -1;
}
.top-company .obj-namarin {
  position: relative;
  z-index: 1;
}
.top-company .obj-namarin::after {
  content: "";
  display: block;
  width: 201px;
  aspect-ratio: 201/260;
  background-image: url("/img/top/company-illust-02.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(210px, 30px);
  z-index: -1;
}

.top-news {
  padding: 100px 0 160px 0;
}
.top-news .cts-1080 {
  min-height: 405px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.top-news .obj-book::after {
  content: "";
  display: block;
  width: 150px;
  aspect-ratio: 150/99;
  background-image: url("/img/top/news-illust.png");
  background-size: 100%;
  margin: 30px 0 0 50px;
}

.top-contact {
  padding: 150px 0 130px 0;
}
.top-contact .ttl-main {
  margin-bottom: 50px;
}
.top-contact .ttl-main .rb {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .top-contact .ttl-main .rb {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-contact .ttl-main .rb {
    font-size: 40px;
  }
}

#ctn-low section {
  padding: 160px 0;
}
#ctn-low section.wave-btm-wht, #ctn-low section.wave-btm-beg {
  padding-bottom: 207px;
}
#ctn-low section.wave-btm-wht, #ctn-low section.wave-btm-beg {
  padding-top: 207px;
}
#ctn-low .ttl-main {
  margin-bottom: 60px;
}

.about-message .img {
  margin-left: -100px;
}
.about-message .obj-illust-lft {
  position: relative;
  z-index: 1;
}
.about-message .obj-illust-lft::before {
  content: "";
  display: block;
  width: 291px;
  aspect-ratio: 291/643;
  background-image: url("/img/about/message-obj-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-290px, -20px);
  z-index: -1;
}
.about-message .obj-illust-rt {
  position: relative;
  z-index: 1;
}
.about-message .obj-illust-rt::after {
  content: "";
  display: block;
  width: 238px;
  aspect-ratio: 238/644;
  background-image: url("/img/about/message-obj-02.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(270px, 120px);
  z-index: -1;
}

.about-farm .com-obj-sun::before {
  top: 0;
  left: 0;
  transform: translate(-100px, -260px);
}

.concept-commit .obj-illust-sat::before {
  content: "";
  display: block;
  width: 176px;
  aspect-ratio: 176/117;
  background-image: url("/img/concept/commitment-illust-01.png");
  background-size: 100%;
}
.concept-commit .obj-illust-seed::after {
  content: "";
  display: block;
  width: 120px;
  aspect-ratio: 120/142;
  background-image: url("/img/concept/commitment-illust-02.png");
  background-size: 100%;
}
.concept-commit .com-obj-vege1::before {
  left: 0;
  bottom: 0;
  transform: translate(-20px, 0);
}
.concept-commit .com-obj-vege2::after {
  right: 0;
  bottom: 0;
  transform: translate(60px, -15px);
}

.concept-flow .com-obj-green1::before {
  left: 0;
  bottom: 0;
  transform: translate(-230px, 35px);
}
.concept-flow .com-obj-green2::after {
  top: 0;
  right: 0;
  transform: translate(170px, -50px);
}

.concept-bnr .bnr-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.concept-bnr .bnr-txt-main em {
  position: relative;
  z-index: 1;
}
.concept-bnr .bnr-txt-main em::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  paint-order: stroke fill;
  stroke-linejoin: round;
}
.concept-bnr .com-obj-vege1::before {
  top: 0;
  right: 0;
  transform: translate(-50px, -50px);
}
.concept-bnr .com-obj-circle-ylw::before {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 30%) scaleY(-1);
}
.concept-bnr .com-obj-circle-grn::after {
  top: 0;
  right: 0;
  transform: translate(50%, -35%) scaleY(-1);
}

.business-result .com-base {
  background: url("/img/business_customers/frame-dashed.png") center center no-repeat;
}
.business-result .com-obj-sun::before {
  top: 0;
  left: 0;
  transform: translate(-45%, -45%);
}
.business-result .com-obj-kakashi::after {
  right: 0;
  bottom: 0;
  transform: translate(50%, 30%);
}

.business-merit .obj-illust-lft {
  position: relative;
  z-index: 1;
}
.business-merit .obj-illust-lft::before {
  content: "";
  display: block;
  width: 286px;
  aspect-ratio: 286/1119;
  background-image: url("/img/business_customers/merit-illust-lft.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-230px, -55px);
  z-index: -1;
}
.business-merit .obj-illust-rt {
  position: relative;
  z-index: 1;
}
.business-merit .obj-illust-rt::after {
  content: "";
  display: block;
  width: 212px;
  aspect-ratio: 212/1062;
  background-image: url("/img/business_customers/merit-illust-rt.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(170px, 0);
  z-index: -1;
}

.general-first .com-obj-green1::before {
  left: 0;
  bottom: 0;
  transform: translate(-220px, 0);
}
.general-first .com-obj-green2::after {
  right: 0;
  top: 0;
  transform: translate(170px, 75px);
}
.general-first .obj-illust-box {
  position: relative;
  z-index: 1;
}
.general-first .obj-illust-box::before {
  content: "";
  display: block;
  width: 224px;
  aspect-ratio: 224/118;
  background-image: url("/img/general_customers/first-illust-01.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.general-first .obj-illust-truck {
  position: relative;
  z-index: 1;
}
.general-first .obj-illust-truck::after {
  content: "";
  display: block;
  width: 170px;
  aspect-ratio: 170/122;
  background-image: url("/img/general_customers/first-illust-02.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-60px, 0);
  z-index: -1;
}

.general-commit .com-obj-circle-ylw::before {
  top: 0;
  left: 0;
  transform: translate(-100px, -55px);
}
.general-commit .com-obj-circle-grn::after {
  right: 0;
  bottom: 0;
  transform: translate(100px, 50px);
}

.general-tax {
  background: url("/img/general_customers/tax-bg.png") center center no-repeat;
  background-size: cover;
}
.general-tax h4 {
  line-height: 1.8;
}
.general-tax .com-obj-vege1::before {
  left: 0;
  bottom: 0;
  transform: translate(125px, 0);
}
.general-tax .com-obj-vege2::after {
  right: 0;
  bottom: 0;
  transform: translate(-90px, 0);
}

#footer {
  width: 100%;
  padding: 0 0 80px 0;
  position: relative;
  z-index: 1;
}
#footer::after {
  content: "";
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}

#ctn-top #footer::after {
  height: 1370px;
  background-image: url("/img/top/footer-bg.png");
}

#ctn-low #footer {
  width: 100%;
  height: 1067px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#ctn-low #footer::after {
  height: 1067px;
  background-image: url("/img/common/footer-bg.png");
}

.footer-logo {
  width: 315px;
  max-width: 100%;
  aspect-ratio: 315/100;
  background: url("/img/common/footer-logo-base.png") center center no-repeat;
  background-size: cover;
}
.footer-logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-logo img {
  width: 79.37%;
}

.footer-copy {
  position: absolute;
  left: 0;
  bottom: 0;
}/*# sourceMappingURL=style.css.map */