@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #5b3c21;
  background: #f9f0e3;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 17.6470588235px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #5b3c21 !important;
}
.col-beg1 {
  color: #f7e4c8 !important;
}
.col-beg2 {
  color: #f9f0e3 !important;
}
.col-ylw {
  color: #fdd23c !important;
}
.col-grn1 {
  color: #6bb035 !important;
}
.col-grn2 {
  color: #e8f5cb !important;
}
.col-ylw2 {
  color: #fff1c0 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #5b3c21 !important;
}
.bg-beg1 {
  background-color: #f7e4c8 !important;
}
.bg-beg2 {
  background-color: #f9f0e3 !important;
}
.bg-ylw {
  background-color: #fdd23c !important;
}
.bg-grn1 {
  background-color: #6bb035 !important;
}
.bg-grn2 {
  background-color: #e8f5cb !important;
}
.bg-ylw2 {
  background-color: #fff1c0 !important;
}

.btn-ptn1 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #6bb035;
  color: #fff;
  border-radius: 50rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn-ptn1 .btn-link {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .btn-ptn1 .btn-link {
    font-size: 17.6470588235px;
  }
}
.btn-ptn1 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

#side-bar {
  position: fixed;
  right: 2.34%;
  bottom: 2vw;
  z-index: 77;
}

.ic-mail, .ic-line {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.ic-mail::before, .ic-line::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 24/18;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-line::before {
  width: 23px;
  aspect-ratio: 23/21;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}

.arw-solid-wht {
  position: relative;
}
.arw-solid-wht::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/13;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-wht:hover::after {
  transform: translate(-2px, -50%);
}
.arw-circle-grn {
  position: relative;
}
.arw-circle-grn::after {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle-grn.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-circle-grn:hover::after {
  transform: translate(-2px, -50%);
}

.dot_bx-bf::before, .dot_bx-af::after {
  content: "";
  display: block;
  width: 212px;
  max-width: 100%;
  aspect-ratio: 212/148;
  background-image: url("/img/common/obj-dot-bx.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.dot_wave-tr-bf::before, .dot_wave-tr-af::after, .dot_wave-tl-bf::before, .dot_wave-tl-af::after {
  content: "";
  display: block;
  width: 774px;
  max-width: 40.3125%;
  aspect-ratio: 774/276;
  background-image: url("/img/common/obj-dot_wave-wht.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(-1);
  z-index: -1;
}
.dot_wave-tl-bf::before, .dot_wave-tl-af::after {
  right: inherit;
  left: 0;
  transform: none;
}

.wave_grn-lb-bf::before, .wave_grn-lb-af::after, .wave_grn-rb-bf::before, .wave_grn-rb-af::after, .wave_grn-tl-bf::before, .wave_grn-tl-af::after, .wave_grn_lt-lb-bf::before, .wave_grn_lt-lb-af::after, .wave_grn_lt-rb-bf::before, .wave_grn_lt-rb-af::after, .wave_grn_lt-tl-bf::before, .wave_grn_lt-tl-af::after, .wave_orn-lb-bf::before, .wave_orn-lb-af::after, .wave_orn-rb-bf::before, .wave_orn-rb-af::after, .wave_orn-tl-bf::before, .wave_orn-tl-af::after, .wave_wht-lb-bf::before, .wave_wht-lb-af::after, .wave_wht-rb-bf::before, .wave_wht-rb-af::after, .wave_wht-tl-bf::before, .wave_wht-tl-af::after {
  content: "";
  display: block;
  width: 471px;
  max-width: 24.53125%;
  aspect-ratio: 471/360;
  background-image: url("/img/common/obj-wave-grn.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.wave_grn-rb-bf::before, .wave_grn-rb-af::after, .wave_grn_lt-rb-bf::before, .wave_grn_lt-rb-af::after, .wave_orn-rb-bf::before, .wave_orn-rb-af::after, .wave_wht-rb-bf::before, .wave_wht-rb-af::after {
  left: inherit;
  right: 0;
  transform: scaleX(-1);
}
.wave_grn-tl-bf::before, .wave_grn-tl-af::after, .wave_grn_lt-tl-bf::before, .wave_grn_lt-tl-af::after, .wave_orn-tl-bf::before, .wave_orn-tl-af::after, .wave_wht-tl-bf::before, .wave_wht-tl-af::after {
  bottom: inherit;
  top: 0;
  transform: scaleY(-1);
}
.wave_grn_lt-lb-bf::before, .wave_grn_lt-lb-af::after, .wave_grn_lt-rb-bf::before, .wave_grn_lt-rb-af::after, .wave_grn_lt-tl-bf::before, .wave_grn_lt-tl-af::after {
  width: 609px;
  max-width: 31.71875%;
  aspect-ratio: 609/424;
  background-image: url("/img/common/obj-wave-grn_lt.png");
  background-size: 100%;
}
.wave_orn-lb-bf::before, .wave_orn-lb-af::after, .wave_orn-rb-bf::before, .wave_orn-rb-af::after, .wave_orn-tl-bf::before, .wave_orn-tl-af::after {
  width: 519px;
  max-width: 27.03125%;
  aspect-ratio: 519/385;
  background-image: url("/img/common/obj-wave-orn.png");
  background-size: 100%;
}
.wave_wht-lb-bf::before, .wave_wht-lb-af::after, .wave_wht-rb-bf::before, .wave_wht-rb-af::after, .wave_wht-tl-bf::before, .wave_wht-tl-af::after {
  width: 619px;
  max-width: 32.2395833333%;
  aspect-ratio: 619/451;
  background-image: url("/img/common/obj-wave-wht.png");
  background-size: 100%;
}

.illust-sofa::after {
  content: "";
  display: block;
  width: 397px;
  max-width: 100%;
  aspect-ratio: 397/161;
  background-image: url("/img/common/illust-sofa.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-90px, 130px);
  z-index: -1;
}
.illust-user {
  position: relative;
  z-index: 1;
}
.illust-user::before, .illust-user::after {
  content: "";
  display: block;
  width: 322px;
  max-width: 100%;
  aspect-ratio: 322/227;
  background-image: url("/img/common/illust-user-01.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 130px);
  z-index: -1;
}
.illust-user::after {
  width: 329px;
  max-width: 100%;
  aspect-ratio: 329/201;
  background-image: url("/img/common/illust-user-02.png");
  background-size: 100%;
  left: inherit;
  right: 0;
}
.illust-staff::after {
  content: "";
  display: block;
  width: 126px;
  aspect-ratio: 126/236;
  background-image: url("/img/common/illust-staff.png");
  background-size: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translate(25px, 4px);
  z-index: -1;
}
.illust-cafe::after {
  content: "";
  display: block;
  width: 358px;
  max-width: 100%;
  aspect-ratio: 358/240;
  background-image: url("/img/common/illust-cafe.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(60px, 20px);
  z-index: -1;
}
.illust-town {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.illust-town::before, .illust-town::after {
  content: "";
  display: block;
  width: 300px;
  max-width: 15.625%;
  aspect-ratio: 300/181;
  background-image: url("/img/common/illust-town-lft.png");
  background-size: 100%;
}
.illust-town::after {
  width: 322px;
  max-width: 16.7708333333%;
  aspect-ratio: 322/175;
  background-image: url("/img/common/illust-town-rt.png");
  background-size: 100%;
  position: absolute;
  right: 1.93%;
  bottom: 0;
}

.side-point {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.side-point::before, .side-point::after {
  content: "";
  display: block;
  width: 53px;
  aspect-ratio: 53/109;
  background-image: url("/img/common/obj-line-double.png");
  background-size: 100%;
}
.side-point::after {
  transform: scaleX(-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-ptn1 th, .tbl-ptn1 td {
  padding: 26px 0;
  vertical-align: middle;
}
.tbl-ptn1 th {
  width: 20%;
  font-weight: bold;
}
.tbl-ptn1 td {
  font-weight: 500;
  padding-left: 4%;
}
.tbl-ptn1 tr:not(:last-child) th, .tbl-ptn1 tr:not(:last-child) td {
  border-bottom: solid 1px #a18c79;
}
.tbl-ptn1 tr:first-child th, .tbl-ptn1 tr:first-child td {
  padding-top: 0;
}
.tbl-ptn1 tr:last-child th, .tbl-ptn1 tr:last-child td {
  padding-bottom: 0;
}

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

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}
.cts-1660 {
  width: 100%;
  max-width: 1660px;
}
.cts-full-1660 {
  width: 1660px;
  max-width: 86.4583333333%;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.layout-clm-2 .list-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 {
  width: calc((100% - 60px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.layout-clm-3 .list-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.layout-clm-3-c .list-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-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 {
  width: calc((100% - 120px) / 4);
}

.list-nav .nav-item {
  line-height: 1;
}
.list-news .list-item, .list-flow .list-item, .list-case .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #a18c79;
  white-space: nowrap;
}
@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 .news-item {
  border-bottom: solid 1px #a18c79;
}
.list-news .news-item:first-child {
  border-top: solid 1px #a18c79;
}
.list-news .news-link {
  display: block;
  padding: 35px 0;
}
.list-news .news-bx {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-news .news-ttl {
  margin-top: 5px;
}
.list-problem .pr-item, .list-problem-visa .pr-item, .list-problem-business .pr-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 291px;
  max-width: 100%;
  aspect-ratio: 291/191;
  background: url("/img/common/obj-comment.png") center center no-repeat;
  background-size: cover;
}
.list-problem .pr-txt, .list-problem-visa .pr-txt, .list-problem-business .pr-txt {
  line-height: 1.8;
}
.list-problem .bg-com-02, .list-problem-visa .bg-com-02, .list-problem-business .bg-com-02 {
  width: 340px;
  max-width: 100%;
}
.list-problem .bg-com-03, .list-problem-visa .bg-com-03, .list-problem-business .bg-com-03 {
  width: 254px;
  max-width: 100%;
}
.list-problem .bg-com-04, .list-problem-visa .bg-com-04, .list-problem-business .bg-com-04 {
  width: 330px;
  max-width: 100%;
}
.list-problem-visa, .list-problem-business {
  position: relative;
  z-index: 1;
}
.list-problem-visa::after, .list-problem-business::after {
  content: "";
  display: block;
  width: 320px;
  max-width: 100%;
  aspect-ratio: 322/227;
  background-image: url("/img/common/illust-user-01.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}
.list-problem-visa .pr-item:nth-child(2) {
  margin: 0 45px;
}
.list-problem-visa .pr-item:nth-child(5) {
  margin-left: 390px;
}
.list-problem-business::after {
  width: 329px;
  max-width: 100%;
  aspect-ratio: 329/201;
  background-image: url("/img/common/illust-user-02.png");
  background-size: 100%;
  position: static;
  transform: none;
  margin: -50px auto 0 auto;
}
.list-reason .reason-ic, .list-reason-lower .reason-ic {
  text-align: center;
}
.list-reason .reason-ttl, .list-reason-lower .reason-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .list-reason .reason-ttl, .list-reason-lower .reason-ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason .reason-ttl, .list-reason-lower .reason-ttl {
    font-size: 20px;
  }
}
.list-reason .reason-num, .list-reason-lower .reason-num {
  font-family: "Oooh Baby", cursive;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #6bb035;
}
@media screen and (max-width: 768px) {
  .list-reason .reason-num, .list-reason-lower .reason-num {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason .reason-num, .list-reason-lower .reason-num {
    font-size: 29.4117647059px;
  }
}
.list-reason .reason-txt, .list-reason-lower .reason-txt {
  margin-top: 20px;
}
.list-reason-lower .reason-item {
  display: grid;
  grid-template-rows: 1fr 0.75fr 1fr;
}
.list-reason-lower .reason-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .list-reason-lower .reason-ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason-lower .reason-ttl {
    font-size: 23.5294117647px;
  }
}
.list-service .service-item, .list-service-business .service-item {
  background: #fff;
  border-radius: 20px;
  padding: 40px 25px;
  position: relative;
}
.list-service .service-item::before, .list-service-business .service-item::before {
  content: "";
  display: block;
  width: 110px;
  max-width: 100%;
  aspect-ratio: 110/4;
  border-radius: 2px;
  background: #6bb035;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.list-service .service-ttl, .list-service-business .service-ttl {
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list-service .service-ttl, .list-service-business .service-ttl {
    font-size: 39px;
    font-size: 5.078125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service .service-ttl, .list-service-business .service-ttl {
    font-size: 22.9411764706px;
  }
}
.list-service-business .service-item {
  padding: 45px;
}
.list-flow .flow-item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
}
.list-flow .flow-item::before {
  content: "01";
  display: block;
  line-height: 1;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fdd23c;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 4px 4px;
  position: absolute;
  top: 0;
  right: 100%;
  transform: translate(-20px, -20%);
}
@media screen and (max-width: 768px) {
  .list-flow .flow-item::before {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .flow-item::before {
    font-size: 23.5294117647px;
  }
}
.list-flow .flow-item:nth-child(2)::before {
  content: "02";
}
.list-flow .flow-item:nth-child(3)::before {
  content: "03";
}
.list-flow .flow-item:nth-child(4)::before {
  content: "04";
}
.list-flow .flow-item:nth-child(5)::before {
  content: "05";
}
.list-flow .flow-item:nth-child(6)::before {
  content: "06";
}
.list-flow .flow-item:nth-child(7)::before {
  content: "07";
}
.list-flow .flow-item:nth-child(8)::before {
  content: "08";
}
.list-flow .flow-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .list-flow .flow-ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .flow-ttl {
    font-size: 20px;
  }
}
.list-flow .com-base {
  padding: 30px;
}
.list-flow .ic-mail, .list-flow .ic-line {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-flow::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-left: dashed 2px #fdd23c;
  position: absolute;
  right: 100%;
  top: 0;
  transform: translate(-49px, 0);
  z-index: -1;
}
.list-case .case-item {
  background: #fff;
  border-radius: 20px;
  padding: 40px 45px;
}
.list-case .case-bx {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
.list-case dl, .list-case dt, .list-case dd {
  width: 100%;
}
.list-case dt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  background: #e8f5cb;
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .list-case dt {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-case dt {
    font-size: 20px;
  }
}
.list-case dt::before {
  content: "Q";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #6bb035;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 2px 2px;
}
@media screen and (max-width: 768px) {
  .list-case dt::before {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-case dt::before {
    font-size: 20px;
  }
}
.list-case dd {
  white-space: pre-wrap;
}
.list-case dl {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-case dl:first-child dd {
  font-weight: bold;
}
.list-case dl:last-child dt {
  background: #fff1c0;
}
.list-case dl:last-child dt::before {
  background: #fdd23c;
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-main .tag-item {
  line-height: 1;
}
.com-tag-main .tag-link {
  display: block;
  background: #6bb035;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .list-tag {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .list-tag {
    font-size: 15.2941176471px;
  }
}
.com-tag-sub .tag-item {
  line-height: 1;
  background: #a18c79;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.com-tag-sub .list-tag-case {
  gap: 10px;
}
.com-tag-sub .list-tag-case .tag-item {
  background: none;
  border: solid 1px #a18c79;
  color: #a18c79;
  padding: 15px 20px;
  border-radius: 10px;
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
  font-weight: bold;
}
.com-tel .tel span {
  font-weight: normal;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.ttl-main .eng, .ttl-main .ruby {
  font-weight: bold;
}
.ttl-main .eng {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #6bb035;
}
@media screen and (max-width: 768px) {
  .ttl-main .eng {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .eng {
    font-size: 17.6470588235px;
  }
}
.ttl-main .ruby {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .ttl-main .ruby {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .ruby {
    font-size: 34.1176470588px;
  }
}
.ttl-main.txt-aln-c {
  align-items: center;
}
.ttl-sub {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  border-left: solid #6bb035 6px;
  background: #fff;
  padding: 10px 20px 15px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 21.1764705882px;
  }
}

.marker-ylw {
  background: linear-gradient(transparent 60%, #fdd23c 60%);
}

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

.over-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  transform: translate(0, -15px);
}

#ctn-top #header {
  padding: 25px 0 110px 0;
}
#ctn-lower #header {
  padding: 25px 0 40px 0;
}

#header {
  width: 100%;
}
#header.dot_bx-af::after {
  width: 212px;
  max-width: 11.0416666667%;
  top: 0;
  left: 4.69%;
  transform: translate(0, 130%);
}
#header .dot_bx-af::after {
  width: 212px;
  max-width: 11.0416666667%;
  right: 5.21%;
  bottom: 0;
  transform: translate(0, 25%);
}

#hd-nav .list-nav {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 768px) {
  #hd-nav .list-nav {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #hd-nav .list-nav {
    font-size: 16.4705882353px;
  }
}

.mv, .sv {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv-img, .sv-img {
  width: 925px;
  max-width: 55.7228915663%;
}
.mv-cc, .sv-cc {
  width: 730px;
  max-width: 43.9759036145%;
  font-weight: bold;
}
.mv-cc::after, .sv-cc::after {
  content: "";
  display: block;
  width: 59.04%;
  aspect-ratio: 431/217;
  background-image: url("/img/common/illust-consul.png");
  background-size: 100%;
  margin: 2vw 0 0 auto;
}

.mv-cc-main {
  font-size: 50px;
  font-size: 2.6041666667vw;
  line-height: 1.8;
}
@media screen and (max-width: 1120px) {
  .mv-cc-main {
    font-size: 29.4117647059px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-main {
    font-size: 50px;
  }
}
.mv-cc-sub {
  font-size: 33px;
  font-size: 1.71875vw;
  line-height: 1;
  -moz-column-gap: 2.94%;
       column-gap: 2.94%;
  margin-top: 2vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-sub {
    font-size: 19.4117647059px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-sub {
    font-size: 33px;
  }
}
.mv-cc-sub-item {
  width: 42.47%;
  aspect-ratio: 350/67;
  background: #6bb035;
  color: #fff;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sv-cc {
  font-size: 50px;
  font-size: 2.6041666667vw;
}
@media screen and (max-width: 1120px) {
  .sv-cc {
    font-size: 29.4117647059px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-cc {
    font-size: 50px;
  }
}
.sv-cc::after {
  transform: translate(23%, 0);
}

.top-service .ttl-main, .top-access .ttl-main, .top-problem .ttl-main {
  margin-bottom: 50px;
}

.top-news {
  padding: 70px 0 130px 0;
}
.top-news .list-news {
  min-height: 230px;
}
.top-news .btn {
  position: absolute;
  top: 164px;
  left: 0;
}

.top-problem {
  padding: 115px 0 130px 0;
}
.top-problem .btn {
  margin-top: 60px;
}
.top-problem::after {
  content: "";
  display: block;
  width: 400px;
  max-width: 100%;
  aspect-ratio: 400/90;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #f7e4c8;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -1px);
  z-index: -1;
}

.top-about {
  padding: 165px 0;
}
.top-about .side-point {
  margin-bottom: 70px;
}
.top-about .dot_bx-af::after {
  right: 0;
  bottom: 0;
  transform: translate(180px, 10px);
}

.top-reason .cts-1660 {
  padding: 150px 0 100px 0;
}
.top-reason .ttl-main {
  transform: translate(0, -50px);
}
.top-reason .dot_bx-bf::before {
  top: 0;
  left: 0;
  transform: translate(-120px, -50px);
}
.top-reason .wave_grn_lt-rb-af::after {
  width: 609px;
  max-width: 36.686746988%;
}

.top-service {
  padding: 150px 0 0;
}

.top-access {
  padding: 130px 0 100px 0;
}
.top-access .com-gmap {
  margin-top: 60px;
}
.top-access .dot_bx-af::after {
  right: 0;
  bottom: 0;
  transform: translate(150px, 10px);
}

#ctn-lower article {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
#ctn-lower .ttl-main {
  margin-bottom: 50px;
}
#ctn-lower #com-service {
  padding-bottom: 0;
}

.lower-greeting.wave_grn-tl-bf::before {
  transform: none;
}
.lower-greeting.wave_grn-tl-af::after {
  transform: translate(0, 100%) scaleY(-1);
}
.lower-greeting .illust-sofa::after {
  transform: translate(-90px, 120px);
}

.lower-reason .dot_bx-bf::before {
  top: 0;
  left: 0;
  transform: translate(-120px, 125px);
}

.lower-info .dot_bx-af::after {
  right: 0;
  bottom: 0;
  transform: translate(145px, -350px);
}

.lower-service .cts-1080.dot_bx-bf::before {
  top: 50%;
  right: 0;
  transform: translate(300px, -50%);
}
.lower-service .cts-1080.dot_bx-af::after {
  left: 0;
  bottom: 0;
  transform: translate(-300px, -250%);
}
.lower-service .ttl-main.dot_bx-bf::before {
  right: 0;
  bottom: 0;
  transform: translate(300px, 0);
}

.lower-flow .cts-1660 {
  padding-top: 165px;
  padding-bottom: 145px;
}
.lower-flow .wave_grn_lt-rb-af::after {
  border-radius: 0 0 20px 0;
}
.lower-flow .dot_bx-bf::before {
  top: 0;
  left: 0;
  transform: translate(-120px, -70px);
}

.lower-howto .com-base {
  padding: 30px 0;
}
.lower-howto .illust-cafe::after {
  left: 0;
  bottom: 0;
  transform: translate(-45px, 75px);
  z-index: 1;
}
.lower-howto .dot_bx-bf::before {
  right: 0;
  bottom: 0;
  transform: translate(300px, 50px);
}

#com-service .service-link:hover img {
  transform: scale(101%);
  opacity: 0.8;
}
#com-service .service-link:hover .service-ttl {
  opacity: 0.8;
}
#com-service .service-link:hover .arw-circle-grn::after {
  transform: translate(-2px, -50%);
}
#com-service .service-img {
  width: 100%;
  border-radius: 20px;
  border: solid 3px #e6d0bd;
  overflow: hidden;
  background: #000;
}
#com-service .service-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  padding: 30px 0;
  border-bottom: dotted 3px #e6d0bd;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #com-service .service-ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-service .service-ttl {
    font-size: 23.5294117647px;
  }
}
#com-service .arw-circle-grn:hover::after {
  transform: translate(0, -50%);
}
#com-service::after {
  content: "";
  display: block;
  width: 100%;
  height: 265px;
  background: #f7e4c8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
#com-service.wave_orn-tl-bf::before {
  top: calc(100% - 265px);
}

#com-contact {
  padding: 130px 0;
}
#com-contact .cts-1080 {
  padding: 75px 85px;
}
#com-contact .list-btn {
  margin-top: 50px;
}
#com-contact .btn-item {
  width: 100%;
}
#com-contact .btn-link {
  width: 100%;
}

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

#ft-nav {
  width: 590px;
  max-width: 100%;
  margin-left: auto;
}
#ft-nav .list-nav {
  font-size: 18px;
  font-size: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  #ft-nav .list-nav {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ft-nav .list-nav {
    font-size: 16.4705882353px;
  }
}
#ft-nav .nav-item:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
}
#ft-nav .nav-item:nth-child(3) {
  grid-column-start: 1;
  grid-row-start: 3;
}
#ft-nav .nav-item:nth-child(4) {
  grid-column-start: 2;
  grid-row-start: 1;
}
#ft-nav .nav-item:nth-child(5) {
  grid-column-start: 2;
  grid-row-start: 2;
}
#ft-nav .nav-item:nth-child(6) {
  grid-column-start: 2;
  grid-row-start: 3;
}
#ft-nav .nav-item:nth-child(7) {
  grid-column-start: 3;
  grid-row-start: 1;
}
#ft-nav .nav-item:nth-child(8) {
  grid-column-start: 3;
  grid-row-start: 2;
}
#ft-nav .nav-link {
  color: #fff;
}

.ft-copy {
  margin-top: 85px;
}/*# sourceMappingURL=style.css.map */