@charset "UTF-8";
body {
  width: 100%;
  min-width: 1260px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #483631;
  letter-spacing: 0.08em;
  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: 17.3333333333px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #483631 !important;
}
.col-main {
  color: #00a363 !important;
}
.col-sub {
  color: #4eacc0 !important;
}
.col-accent {
  color: #fe844e !important;
}
.col-accent2 {
  color: #5a639e !important;
}
.col-accent3 {
  color: #fabe00 !important;
}
.col-bdr {
  color: #d9d9d9 !important;
}
.col-bg {
  color: #e5f6ef !important;
}
.col-bg2 {
  color: #ebf1f2 !important;
}
.col-bg3 {
  color: #dceef2 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #483631 !important;
}
.bg-main {
  background-color: #00a363 !important;
}
.bg-sub {
  background-color: #4eacc0 !important;
}
.bg-accent {
  background-color: #fe844e !important;
}
.bg-accent2 {
  background-color: #5a639e !important;
}
.bg-accent3 {
  background-color: #fabe00 !important;
}
.bg-bdr {
  background-color: #d9d9d9 !important;
}
.bg-bg {
  background-color: #e5f6ef !important;
}
.bg-bg2 {
  background-color: #ebf1f2 !important;
}
.bg-bg3 {
  background-color: #dceef2 !important;
}

.ptn-stripe-grn {
  background: url("/img/common/ptn-stripe-grn.png");
}
.ptn-grid-grn {
  background: url("/img/common/ptn-grid-grn.jpg");
}

.btn-hdbar__link, .btn-01__link, .btn-02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #00a363;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.btn-hdbar__link:hover, .btn-01__link:hover, .btn-02__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-hdbar__link {
  border-radius: 0 0 0 20px;
}
.btn-01__link, .btn-02__link {
  border-radius: 20px;
}
.btn-02__link {
  background: #fff;
  color: #00a363;
}
.btn-02__link:hover {
  color: rgba(0, 163, 99, 0.8);
}

.side-totop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99;
}

.ic-mail-wht, .ic-mail-grn {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-mail-wht::before, .ic-mail-grn::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/11;
  background-image: url("/img/common/ic-mail-wht.png");
  background-size: 100%;
}
.ic-mail-grn::before {
  background-image: url("/img/common/ic-mail-grn.png");
  background-size: 100%;
}
.ic-pin {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-pin::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/19;
  background-image: url("/img/common/ic-pin.png");
  background-size: 100%;
}

.arw-grn {
  position: relative;
}
.arw-grn::after {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 6/10;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #00a363;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-grn:hover::after {
  transform: translate(-2px, -50%);
}
.arw-sq-grn {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.arw-sq-grn::before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-sq-grn.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-sq-grn:hover::before {
  transform: translateX(-2px);
}

.deco-point-wht, .deco-point-grn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.deco-point-wht::before, .deco-point-wht:after, .deco-point-grn::before, .deco-point-grn:after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 24/41;
  background-image: url("/img/common/deco-point-wht.png");
  background-size: 100%;
  transform: translateY(-20%);
}
.deco-point-wht::after, .deco-point-grn::after {
  transform: translateY(-20%) scaleX(-1);
}
.deco-point-grn::before, .deco-point-grn::after {
  background-image: url("/img/common/deco-point-grn.png");
  background-size: 100%;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 {
  background: #fff;
}
.tbl-01 th, .tbl-01 td {
  padding: 20px 4%;
  vertical-align: middle;
}
.tbl-01 th:not(:last-child), .tbl-01 td:not(:last-child) {
  border-right: solid 1px #d9d9d9;
}
.tbl-01 th {
  text-align: center;
  width: 30%;
  background: #00a363;
  color: #fff;
  font-weight: 800;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 th {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 th {
    font-size: 22.6666666667px;
  }
}
.tbl-01 td {
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 td {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 td {
    font-size: 18px;
  }
}
.tbl-01 tr:not(:first-child) {
  border-top: solid 1px #d9d9d9;
}
.tbl-02 {
  border-radius: 5px;
  overflow: hidden;
}
.tbl-02 th, .tbl-02 td {
  background: #fff;
  vertical-align: middle;
}
.tbl-02 th {
  text-align: center;
  font-weight: 800;
  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 th:first-child {
  width: 210px;
  max-width: 100%;
}
.tbl-02 td {
  line-height: 1.625;
  font-weight: 500;
}
.tbl-02 thead th:not(:first-child),
.tbl-02 tbody td {
  width: 290px;
  max-width: 100%;
}
.tbl-02 thead {
  border-radius: 10px 10px 0 0;
}
.tbl-02 thead th {
  padding: 25px 0;
}
.tbl-02 thead th:first-child {
  background: none;
}
.tbl-02 thead th:nth-child(2) {
  border-radius: 5px 0 0;
  background: #00a363;
  color: #fff;
}
.tbl-02 thead th:not(:last-child) {
  border-right: solid 1px #d9d9d9;
}
.tbl-02 tbody th {
  background: #4eacc0;
  color: #fff;
}
.tbl-02 tbody th, .tbl-02 tbody td {
  padding: 20px 10px;
  border-top: solid 1px #d9d9d9;
}
.tbl-02 tbody th:not(:last-child), .tbl-02 tbody td:not(:last-child) {
  border-right: solid 1px #d9d9d9;
}
.tbl-02 tbody tr:first-child th {
  border-top: none;
  border-radius: 5px 0 0;
}
.tbl-02 .ic-01, .tbl-02 .ic-02, .tbl-02 .ic-03, .tbl-02 .ic-04 {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.tbl-02 .ic-01::before, .tbl-02 .ic-02::before, .tbl-02 .ic-03::before, .tbl-02 .ic-04::before {
  content: "";
  display: block;
  font-weight: 800;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .tbl-02 .ic-01::before, .tbl-02 .ic-02::before, .tbl-02 .ic-03::before, .tbl-02 .ic-04::before {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-02 .ic-01::before, .tbl-02 .ic-02::before, .tbl-02 .ic-03::before, .tbl-02 .ic-04::before {
    font-size: 26.6666666667px;
  }
}
.tbl-02 .ic-01:before {
  content: "◎";
  color: #ed3301;
}
.tbl-02 .ic-02::before {
  content: "○";
  color: #fe844e;
}
.tbl-02 .ic-03::before {
  content: "△";
  color: #50a852;
}
.tbl-02 .ic-04::before {
  content: "×";
  color: #5a639e;
}
.tbl-03 {
  border-top: solid 1px #00a363;
  border-bottom: solid 1px #00a363;
}
.tbl-03 th, .tbl-03 td {
  padding: 15px 20px;
}
.tbl-03 th {
  width: 120px;
  max-width: 100%;
  background: #00a363;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tbl-03 th {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-03 th {
    font-size: 18.6666666667px;
  }
}
.tbl-03 td {
  font-weight: 500;
}
.tbl-03 tr:not(:first-child) th, .tbl-03 tr:not(:first-child) td {
  border-top: solid 1px #fff;
}
.tbl-03 tr:not(:first-child) td {
  border-top-color: #00a363;
}
.tbl-04 th, .tbl-04 td {
  vertical-align: middle;
  padding: 15px;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .tbl-04 th, .tbl-04 td {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-04 th, .tbl-04 td {
    font-size: 18px;
  }
}
.tbl-04 th {
  width: 15%;
}
.tbl-04 tr:not(:last-child) th, .tbl-04 tr:not(:last-child) td {
  border-bottom: solid 1px #d9d9d9;
}
.tbl-04 tr:not(:last-child) th {
  border-bottom-color: #00a363;
}

[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: 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: 40px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 80px) / 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-item, .list-case .list-item {
  width: 100%;
}
.list-news {
  color: #fff;
}
.list-news a {
  color: #fff;
}
.list-news__item {
  padding: 25px 0;
}
.list-news__item:not(:first-child) {
  border-top: solid 1px #fff;
}
.list-news__item:first-child {
  padding-top: 0 !important;
}
.list-news__item:last-child {
  padding-bottom: 0 !important;
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-news time {
  border-right: solid 1px #fff;
  padding-right: 10px;
  display: block;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 16.6666666667px;
  }
}
.list-news__bx {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.list-news__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .list-news__ttl {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news__ttl {
    font-size: 16.6666666667px;
  }
}
.list-worries {
  padding-top: 80px;
}
.list-worries__item:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.list-worries__item:nth-child(4) {
  transform: translate(30px, -20px);
}
.list-worries__item:last-child {
  transform: translateX(-30px);
}
.list-worries__txt {
  display: none;
}
.list-leave__item {
  width: 300px;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-leave__item:nth-child(even) {
  margin-top: 65px;
}
.list-leave__ttl {
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .list-leave__ttl {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-leave__ttl {
    font-size: 19.3333333333px;
  }
}
.list-leave__ttl em {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-leave__ttl em {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-leave__ttl em {
    font-size: 24px;
  }
}
.list-bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.list-bnr .list-item,
.list-bnr .layout-item {
  width: calc((100% - 120px) / 3);
}
.list-bnr {
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-bnr {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr {
    font-size: 28px;
  }
}
.list-bnr__item {
  aspect-ratio: 320/140;
}
.list-bnr__link {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e5f6ef;
  color: #00a363;
  outline: solid 4px #00a363;
  border: solid 4px #fff;
}
.list-bnr__link:hover {
  color: rgba(0, 163, 99, 0.8);
}
.list-bnr .obj-en-flow, .list-bnr .obj-en-faq, .list-bnr .obj-en-case {
  position: relative;
  z-index: 1;
}
.list-bnr .obj-en-flow::after, .list-bnr .obj-en-faq::after, .list-bnr .obj-en-case::after {
  content: "Flow";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  z-index: -1;
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  font-size: 84px;
  font-size: 8.4rem;
}
@media screen and (max-width: 768px) {
  .list-bnr .obj-en-flow::after, .list-bnr .obj-en-faq::after, .list-bnr .obj-en-case::after {
    font-size: 94px;
    font-size: 12.2395833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr .obj-en-flow::after, .list-bnr .obj-en-faq::after, .list-bnr .obj-en-case::after {
    font-size: 62.6666666667px;
  }
}
.list-bnr .obj-en-faq::after {
  content: "Q&A";
}
.list-bnr .obj-en-case::after {
  content: "Works";
}
.list-flow {
  position: relative;
  z-index: 1;
}
.list-flow .ttl-01 {
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-flow .ttl-01 {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .ttl-01 {
    font-size: 25.3333333333px;
  }
}
.list-flow__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list-flow__num {
  width: 140px;
  max-width: 100%;
  aspect-ratio: 140/50;
  border-radius: 5px;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #00a363;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-flow__num {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__num {
    font-size: 25.3333333333px;
  }
}
.list-flow__bx {
  width: 920px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-flow::after {
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 150px);
  background: #e5f6ef;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(calc(70px - 50%));
  z-index: -1;
}
.list-flow.line-col-sub::after {
  background: #dceef2;
}
.list-faq dl {
  background: #fff;
  border-radius: 20px;
  border: solid 4px #4eacc0;
  padding: 5px;
}
.list-faq dt, .list-faq dd {
  position: relative;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-faq dt span, .list-faq dd span {
  display: block;
  padding-top: 5px;
}
.list-faq dt::before, .list-faq dd::before {
  width: 50px;
  min-width: 50px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 5px;
  line-height: 1;
  font-weight: 800;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 30.6666666667px;
  }
}
.list-faq dt {
  border-radius: 15px;
  background: #e5f6ef;
  color: #00a363;
  font-weight: 800;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 25.3333333333px;
  }
}
.list-faq dt::before {
  content: "Q";
  color: #00a363;
}
.list-faq dd::before {
  content: "A";
  background: #4eacc0;
  color: #fff;
}
.list-case__item {
  background: #fff;
  border: solid 4px #00a363;
  border-radius: 20px;
  padding: 5px;
}
.list-case .ttl-02 {
  margin-bottom: 0;
}
.list-case .com-layout {
  width: 100%;
  padding: 30px;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.list-case .txtbx {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-case .txt-plain {
  white-space: pre-wrap;
}
.list-case .img {
  width: 500px;
  max-width: 100%;
  min-width: 500px;
  aspect-ratio: 500/450;
  border-radius: 5px;
  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: 800;
  line-height: 1;
}
.com-blog .tag-sub__item {
  background: #00a363;
  border-radius: 4px;
  padding: 5px 10px;
}

.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: #00a363;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.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;
  color: #fff;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ttl-main__en {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.ttl-main__rb {
  font-weight: 800;
  letter-spacing: 0.08em;
}
.ttl-main__sub {
  font-weight: 600;
}
.ttl-main.txt-aln-c {
  align-items: center;
}
.ttl-low {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 5px;
  margin-bottom: 60px;
}
.ttl-low__en {
  position: relative;
  z-index: 1;
  transform: rotate(-5deg);
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  letter-spacing: 0;
  color: #4eacc0;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-low__en {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-low__en {
    font-size: 28px;
  }
}
.ttl-low__en::after {
  content: "";
  display: block;
  width: 116px;
  aspect-ratio: 116/10;
  background-image: url("/img/common/deco-line-blu.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}
.ttl-low__rb {
  color: #00a363;
  font-weight: 800;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .ttl-low__rb {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-low__rb {
    font-size: 40px;
  }
}
.ttl-sub {
  border-left: solid #00a363 6px;
  border-bottom: solid 1px #d9d9d9;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 500;
  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 {
  position: relative;
  z-index: 1;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 15px;
  color: #00a363;
}
.ttl-01::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #00a363;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
}
.ttl-01.bdr-col-sub {
  color: #4eacc0;
}
.ttl-01.bdr-col-sub::before {
  background: #4eacc0;
}
.ttl-02 {
  margin-bottom: 60px;
  padding: 10px;
  padding: 14px 30px;
  border-radius: 10px;
  background: #e5f6ef;
  color: #00a363;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 25.3333333333px;
  }
}

.txt-01 {
  line-height: 2.375;
}
.txt-plain {
  line-height: 2;
}

.marker-grn {
  background: linear-gradient(transparent 80%, #e5f6ef 80%);
}
.marker-bdr-grn {
  position: relative;
  z-index: 1;
}
.marker-bdr-grn::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: url("/img/common/ptn-stripe-grn.png");
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.4;
}

.outline-wht-6 {
  position: relative;
  z-index: 1;
}
.outline-wht-6::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;
}

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

.header-nav {
  margin: 20px 1.3vw 0 0;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 35px;
       column-gap: 35px;
  font-weight: 800;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 18px;
  }
}

.drawer-nav__list {
  flex-direction: column;
}

.footer-nav {
  border-top: solid 1px #fff;
  padding-top: 40px;
}
.footer-nav__list {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 16px;
  }
}
.footer-nav__item {
  padding: 0 20px;
}
.footer-nav__item:not(:first-child) {
  border-left: solid 1px #fff;
}
.footer-nav__item:nth-child(6) {
  border-left: none;
}
.footer-nav__link {
  color: #fff;
}

.footer-copy small {
  letter-spacing: 0;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  padding: 0 0 0 1.3%;
  z-index: 9999;
}

.mv, .sv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  aspect-ratio: 1920/840;
  background: url("/img/top/mv-bg.png") center center no-repeat;
  background-size: cover;
}
.mv-cc {
  width: 730px;
  max-width: 38.0208333333%;
}
.mv .obj-illust {
  position: relative;
  z-index: 1;
}
.mv .obj-illust::before {
  content: "";
  display: block;
  width: 26.44%;
  aspect-ratio: 193/171;
  background-image: url("/img/top/mv-illust.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-45%, -45%);
  z-index: 1;
}

.sv {
  height: 360px;
}
.sv-ttl, .sv-ttl__inner, .sv-ttl::after {
  border-radius: 20px;
}
.sv-ttl {
  position: relative;
  z-index: 1;
  width: 720px;
  max-width: 100%;
  aspect-ratio: 720/130;
  background: #fff;
  color: #00a363;
  font-weight: 800;
  line-height: 1;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl {
    font-size: 38.6666666667px;
  }
}
.sv-ttl__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("/img/common/sv-illust.png") center bottom no-repeat;
  background-size: 100%;
  background-color: #fff;
}
.sv-ttl::after {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: url("/img/common/ptn-stripe-grn.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sv-bg-guide {
  background: url("/img/guide/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-case {
  background: url("/img/case/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-company {
  background: url("/img/company/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

.top-about {
  padding: 110px 0 220px 0;
  background: url("/img/top/about-bg.png") center center no-repeat;
  background-size: cover;
}
.top-about .ttl-main {
  margin-bottom: 40px;
}
.top-about .txt {
  line-height: 2.2352941176;
}
.top-about .img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(420px, -50%);
}
.top-about.frame-btm {
  position: relative;
  z-index: 1;
}
.top-about.frame-btm::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/50;
  background-image: url("/img/common/frame-moon-grn.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(1px);
}

.top-worries {
  padding: 30px 0 70px 0;
}
.top-worries .ttl-main {
  margin-bottom: 45px;
}
.top-worries .ttl-main__en {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(20%);
  z-index: 1;
}
.top-worries .ttl-main em {
  position: relative;
  z-index: 1;
}
.top-worries .ttl-main em::after {
  content: "";
  display: block;
  width: 198px;
  aspect-ratio: 198/22;
  background-image: url("/img/top/worries-deco.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.top-worries.obj-illust::after {
  content: "";
  display: block;
  width: 391px;
  aspect-ratio: 391/267;
  background-image: url("/img/top/worries-illust.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(calc(-50% - 30px));
  z-index: -1;
}

.top-leave {
  background: url("/img/top/leave-bg.png") center top no-repeat;
  background-size: cover;
  padding: 60px 0 100px 0;
}
.top-leave .ttl-main {
  margin-bottom: 60px;
}
.top-leave .obj-illust-01, .top-leave .obj-illust-02 {
  position: relative;
  z-index: 1;
}
.top-leave .obj-illust-01::before {
  content: "";
  display: block;
  width: 121px;
  aspect-ratio: 121/145;
  background-image: url("/img/top/leave-illust-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-80px, 60px);
  z-index: -1;
}
.top-leave .obj-illust-02::after {
  content: "";
  display: block;
  width: 147px;
  aspect-ratio: 147/127;
  background-image: url("/img/top/leave-illust-02.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-62px, 24px);
  z-index: -1;
}
.top-leave .list-01 li {
  padding: 0 20px;
}
.top-leave .list-01 li:not(:first-child) {
  border-left: solid 1px #00a363;
}
.top-leave .list-02 li {
  padding: 0 10px;
}
.top-leave .list-02 li:not(:first-child) {
  border-left: solid 1px #483631;
}

.top-greeting {
  background: url("/img/top/greeting-bg.png") center top no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.top-greeting .ttl-main {
  flex-direction: row;
}
.top-greeting .ttl-main__en {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .top-greeting .ttl-main__en {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-greeting .ttl-main__en {
    font-size: 18.6666666667px;
  }
}
.top-greeting .img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-20px);
  z-index: -1;
}

.top-news {
  padding: 60px 0 80px 0;
}
.top-news .cts-1080 {
  min-height: 260px;
}
.top-news .ttl-main__rb {
  line-height: 1.35;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-news .obj-illust {
  position: relative;
  z-index: 1;
}
.top-news .obj-illust::after {
  content: "";
  display: block;
  width: 300px;
  aspect-ratio: 300/195;
  background-image: url("/img/top/news-illust.png");
  background-size: 100%;
  position: absolute;
  left: 100%;
  bottom: 0;
  transform: translateY(93px);
  z-index: -1;
}

.top-bnr {
  padding: 100px 0;
}

#ctn-lower section {
  padding: 100px 0;
}

.lower-bnr .list-bnr {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .lower-bnr .list-bnr {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .lower-bnr .list-bnr {
    font-size: 25.3333333333px;
  }
}

.lower-flow .illust-01, .lower-flow .illust-02 {
  position: relative;
  z-index: 1;
}
.lower-flow .illust-01::after, .lower-flow .illust-02::after {
  content: "";
  display: block;
  width: 110px;
  aspect-ratio: 110/96;
  background-image: url("/img/guide/flow-illust-01.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(308px, 0);
  z-index: -1;
}
.lower-flow .illust-02::after {
  width: 67px;
  aspect-ratio: 67/95;
  background-image: url("/img/guide/flow-illust-02.png");
  background-size: 100%;
  left: inherit;
  right: 0;
  transform: translate(-370px, -10px);
}

.lower-cost {
  background: url("/img/guide/cost-bg.png") center top no-repeat;
  background-size: cover;
}

.lower-faq .ttl-low {
  flex-direction: row;
}
.lower-faq .ttl-low__rb span {
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .lower-faq .ttl-low__rb span {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .lower-faq .ttl-low__rb span {
    font-size: 46.6666666667px;
  }
}
.lower-faq .ttl-low__rb span span {
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .lower-faq .ttl-low__rb span span {
    font-size: 56px;
    font-size: 7.2916666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .lower-faq .ttl-low__rb span span {
    font-size: 37.3333333333px;
  }
}
.lower-faq .illust-01, .lower-faq .illust-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.lower-faq .illust-01::before, .lower-faq .illust-02::after {
  content: "";
  display: block;
  width: 106px;
  aspect-ratio: 106/145;
  background-image: url("/img/guide/faq-illust-01.png");
  background-size: 100%;
}
.lower-faq .illust-02::after {
  width: 104px;
  aspect-ratio: 104/136;
  background-image: url("/img/guide/faq-illust-02.png");
  background-size: 100%;
}

.lower-comparison {
  background: url("/img/about/comparison-bg.png") center center no-repeat;
  background-size: cover;
}

.lower-area {
  background: url("/img/company/area-bg.png") center top no-repeat;
  background-size: cover;
}
.lower-area .illust {
  position: relative;
  z-index: 1;
}
.lower-area .illust::before {
  content: "";
  display: block;
  width: 121px;
  aspect-ratio: 121/145;
  background-image: url("/img/company/area-illust.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-230px, -30px);
  z-index: -1;
}
.lower-area .com-base__inner {
  padding: 0 20px 20px;
}
.lower-area dl {
  display: flex;
}
.lower-area dl dt, .lower-area dl dd {
  line-height: 2;
}
.lower-area dl dt {
  display: flex;
  white-space: nowrap;
}
.lower-area dl dt::after {
  content: ":";
  display: block;
  margin: 0 5px;
}

#footer {
  padding: 50px 0 35px 0;
}/*# sourceMappingURL=style.css.map */