body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  font-feature-settings: "pkna" 1;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1120px;
  color: #312b24;
}
body.body-entrance {
  height: 100vh;
}

.col-wht {
  color: #fff !important;
}

.col-blk {
  color: #312b24 !important;
}

.col-brown {
  color: #695136 !important;
}

.col-green1 {
  color: #f6ffc3 !important;
}

.col-green2 {
  color: #b6d300 !important;
}

.col-green3 {
  color: #8ec900 !important;
}

.col-green4 {
  color: #68b900 !important;
}

.col-red {
  color: #d84444 !important;
}

.col-beige {
  color: #f1e8dd !important;
}

.col-gray {
  color: #f7f7f7 !important;
}

.bg-wht {
  background-color: #fff !important;
}

.bg-blk {
  background-color: #312b24 !important;
}

.bg-brown {
  background-color: #695136 !important;
}

.bg-green1 {
  background-color: #f6ffc3 !important;
}

.bg-green2 {
  background-color: #b6d300 !important;
}

.bg-green3 {
  background-color: #8ec900 !important;
}

.bg-green4 {
  background-color: #68b900 !important;
}

.bg-red {
  background-color: #d84444 !important;
}

.bg-beige {
  background-color: #f1e8dd !important;
}

.bg-gray {
  background-color: #f7f7f7 !important;
}

.ptn-wall-wht {
  background: url("/img/common/ptn-wall-wht.png") !important;
}

.ptn-wall-gray {
  background: url("/img/common/ptn-wall-gray.png") !important;
}

.ptn-wall-green {
  background: url("/img/common/ptn-wall-green.png") !important;
}

.ptn-bd-brown {
  background-image: linear-gradient(-45deg, #6f5639 25%, #695136 25%, #695136 50%, #6f5639 50%, #6f5639 75%, #695136 75%, #695136);
  background-size: 40px 40px;
  background-attachment: fixed;
}

.ptn-bd-green {
  background-image: linear-gradient(-45deg, #97cd00 25%, #8ec900 25%, #8ec900 50%, #97cd00 50%, #97cd00 75%, #8ec900 75%, #8ec900);
  background-size: 40px 40px;
  background-attachment: fixed;
}

.bd1-green1 {
  border: solid 1px #f6ffc3;
}

.bd1-green2 {
  border: solid 1px #b6d300;
}

.bd1-green3 {
  border: solid 1px #8ec900;
}

.bd1-green4 {
  border: solid 1px #68b900;
}

.ff-round {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

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

.bd1-btm-brown {
  border-bottom: solid 1px #695136;
}

.opa4 {
  opacity: 0.4;
}

.tel-btn .tel {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1em;
  font-weight: 600;
}
.tel-btn .tel span {
  font-size: 20px;
  font-size: 2rem;
}

.btn-ptn1 a {
  display: block;
  width: 280px;
  max-width: 100%;
  height: 60px;
  border-radius: 50rem;
  background: #695136;
  color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.14em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.obj-dot::after {
  content: "";
  display: block;
  width: 70px;
  max-width: 100%;
  aspect-ratio: 70/10;
  background-image: url("/img/common/obj-dot.png");
  background-size: contain;
  margin: 30px auto 0 auto;
}
.obj-v-wht, .obj-v-green, .obj-v-green3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.obj-v-wht::before, .obj-v-wht::after, .obj-v-green::before, .obj-v-green::after, .obj-v-green3::before, .obj-v-green3::after {
  content: "";
  display: block;
  width: 8px;
  height: 40px;
  border-radius: 50rem;
  margin-right: 30px;
  transform: rotate(-30deg);
}
.obj-v-wht::after, .obj-v-green::after, .obj-v-green3::after {
  transform: rotate(30deg);
  margin-right: 0;
  margin-left: 30px;
}
.obj-v-wht::before, .obj-v-wht::after {
  background: #fff;
}
.obj-v-green::before, .obj-v-green::after {
  background: #b6d300;
}
.obj-v-green3::before, .obj-v-green3::after {
  background: #8ec900;
  height: 50px;
  width: 5px;
}
.obj-corner {
  position: relative;
  z-index: 1;
}
.obj-corner::before {
  content: "";
  display: block;
  width: 863px;
  max-width: 100%;
  max-width: 44.9479166667%;
  aspect-ratio: 863/556;
  background-image: url("/img/common/obj-corner.png");
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.obj-leaf-rb {
  position: relative;
  z-index: 1;
}
.obj-leaf-rb::after {
  content: "";
  display: block;
  width: 198px;
  max-width: 100%;
  aspect-ratio: 198/95;
  background-image: url("/img/common/obj-leaf-green.png");
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: -1;
}

.arw-green,
.arw-blk {
  position: relative;
}
.arw-green::after,
.arw-blk::after {
  content: "";
  display: block;
  width: 20px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-green.png");
  background-size: contain;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s;
}
.arw-green:hover,
.arw-blk:hover {
  color: rgba(255, 255, 255, 0.7);
}
.arw-green:hover::after,
.arw-blk:hover::after {
  right: 15px;
}

.arw-blk::after {
  background-image: url("/img/common/arrow-blk.png");
}

.side-leaf-brown {
  position: relative;
  z-index: 1;
}
.side-leaf-brown::before, .side-leaf-brown::after {
  content: "";
  display: block;
  width: 211px;
  max-width: 100%;
  max-width: 10.9895833333%;
  aspect-ratio: 211/589;
  background-image: url("/img/common/obj-leaf1-blk.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}
.side-leaf-brown::after {
  left: inherit;
  right: 0;
  transform: scale(-1, -1);
}
.side-leaf-wht, .side-leaf-green {
  position: relative;
  z-index: 1;
}
.side-leaf-wht::before, .side-leaf-wht::after, .side-leaf-green::before, .side-leaf-green::after {
  content: "";
  display: block;
  width: 198px;
  max-width: 100%;
  aspect-ratio: 198/95;
  background-image: url("/img/common/obj-leaf3-wht.png");
  background-size: contain;
  margin-right: 50px;
  z-index: -1;
}
.side-leaf-wht::after, .side-leaf-green::after {
  transform: scale(-1, 1);
  margin-right: 0;
  margin-left: 50px;
}
.side-leaf-green::before, .side-leaf-green::after {
  background-image: url("/img/common/obj-leaf-green.png");
}

.tl-leaf {
  position: relative;
  z-index: 1;
}
.tl-leaf::before {
  content: "";
  display: block;
  width: 570px;
  max-width: 100%;
  max-width: 29.6875%;
  aspect-ratio: 570/204;
  background-image: url("/img/common/obj-leaf2-blk.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hov-opa a:hover {
  opacity: 0.8;
}

.hov-img a:hover img {
  opacity: 0.8;
}

.hov-scale a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img {
  transform: scale(0.98);
}

.table {
  width: 100%;
}
.table-plain {
  background: #fff;
}
.table-plain tr th, .table-plain tr td {
  padding: 20px;
  vertical-align: middle;
}
.table-plain tr th {
  width: 26.92%;
  background: #695136;
  color: #fff;
  text-align: center;
  font-weight: 600;
  white-space: pre-wrap;
}
.table-plain tr td {
  white-space: pre-wrap;
}
.table-plain tr:not(:last-child) th {
  border-bottom: solid 1px #fff;
}
.table-plain tr:not(:last-child) td {
  border-bottom: solid 1px #695136;
}

header .hd-bar {
  width: 100%;
}
header .hd-bar-entrance {
  height: 80px;
  padding: 0 30px;
}
header .hd-bar-top {
  height: 100px;
  padding: 0 0 0 30px;
}
header .hd-bar-top .list-sns {
  margin-left: 30px;
}
header .hd-bar-top .hc-btn a {
  display: block;
  width: 240px;
  max-width: 100%;
  height: 100px;
  border-radius: 50rem 0 0 50rem;
  background: #8ec900;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  font-weight: 900;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header .hd-bar-top .hc-btn a .txt::after {
  content: "";
  display: inline-block;
  width: 20px;
  min-width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-blk.png");
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}
header .hd-bar-top .hc-btn a:hover {
  background: #b6d300;
}
header #hd-nav ul {
  display: flex;
}
header #hd-nav ul li {
  flex: 1;
}
header #hd-nav ul li a {
  display: block;
  width: 100%;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 26px;
  font-weight: 600;
}
header #hd-nav ul li a:hover {
  background: #68b900;
}
header .mv-top {
  width: 100%;
  aspect-ratio: 1920/700;
  background: url("/img/top/mv-img.png") center center no-repeat;
  background-size: cover;
}
header .mv-lower {
  width: 100%;
  height: 352px;
}
header .mv-lower.bg-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
header .mv-lower.bg-house {
  background: url("/img/house/sv.png") center center no-repeat;
  background-size: cover;
}
header .mv-lower.bg-office {
  background: url("/img/office/sv.png") center center no-repeat;
  background-size: cover;
}
header .mv-lower.bg-case {
  background: url("/img/case/sv.png") center center no-repeat;
  background-size: cover;
}
header .mv-lower.bg-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
header .mv-lower.bg-sitemap {
  background: url("/img/sitemap/sv.png") center center no-repeat;
  background-size: cover;
}
header .mv-lower.bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
header .mv-lower.bg-e404, header .mv-lower.bg-contact, header .mv-lower.bg-complete {
  background: url("/img/e404/sv.png") center center no-repeat;
  background-size: cover;
}

.ctn {
  width: 1080px;
  margin: 0 auto;
}

.list-column {
  display: flex;
  flex-wrap: wrap;
}
.list-column-3 li {
  width: calc(33.3333333333% - 13.3333333333px);
}
.list-column-3 li:not(:nth-child(3n-2)) {
  margin-left: 20px;
}
.list-column-4 li {
  width: calc(25% - 15px);
}
.list-column-4 li:not(:nth-child(4n-3)) {
  margin-left: 20px;
}
.list-half li {
  width: 520px;
  max-width: 100%;
}
.list-news li {
  background: #fff;
  border-radius: 20px;
}
.list-news li:not(:first-child) {
  margin-top: 30px;
}
.list-news li a {
  display: block;
  padding: 20px 30px;
}
.list-news li a:hover {
  color: rgba(49, 43, 36, 0.8);
}
.list-news li .inner {
  max-width: calc(100% - 50px);
}
.list-news li .in {
  display: flex;
  flex-wrap: wrap;
}
.list-news li time {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #695136;
  margin-right: 30px;
}

.layout-half {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.layout-half .box {
  width: calc(50% - 20px);
}
.layout-half .box:nth-child(even) {
  margin-left: 40px;
}
.layout-ptn1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout-ptn1 .box2 {
  width: 640px;
  max-width: 100%;
}

.overframe {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.overframe .frame {
  width: 100%;
  margin: 0 auto;
}
.overframe .ctn {
  width: 100%;
  max-width: 1080px;
}

.cmn-tag-main {
  border-top: double #695136;
  border-bottom: double #695136;
  padding: 10px;
}
.cmn-tag-main .ttl {
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}
.cmn-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cmn-tag-main .list-tag .tag {
  margin: 5px;
}
.cmn-tag-main .list-tag .tag a {
  display: block;
  background: #f1e8dd;
  color: #695136;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 20px;
  border-radius: 5px;
}
.cmn-tag-main .list-tag .tag a:hover {
  opacity: 0.8;
}
.cmn-tag-sub {
  display: flex;
  flex-wrap: wrap;
}
.cmn-tag-sub .tag {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1em;
  background: #f1e8dd;
  color: #695136;
  font-weight: 600;
  padding: 5px 10px 7px 10px;
  border-radius: 5px;
  margin: 0 15px 5px 0;
}
.cmn-gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.cmn-blog-list li {
  display: flex;
  align-items: center;
}
.cmn-blog-list li:not(:last-child) {
  border-bottom: solid 1px #e3dbd5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cmn-blog-list li .image {
  width: 25%;
  min-width: 25%;
  border: solid 1px #e3dbd5;
  aspect-ratio: 2/1.5;
  margin-right: 20px;
}
.cmn-blog-list li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmn-blog-list li .inner {
  width: 100%;
}
.cmn-blog-list li time {
  display: block;
  color: #888;
  margin-bottom: 10px;
}
.cmn-blog-list li .ttl {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 10px;
}
.cmn-blog-list li .txt {
  line-height: 1.5em;
  margin-top: 15px;
}
.cmn-info .txt-worktime {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1em;
  font-weight: 500;
}
.cmn-ttl-wide {
  height: 160px;
}

#container-entrance {
  height: calc(100vh - 130px);
}
#container-entrance .entrance {
  height: 100%;
}
#container-entrance .wrap {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#container-entrance .wrap h2 {
  width: 48.23%;
}
#container-entrance .wrap-ac {
  background: url("/img/entrance/ac-bg.png") center center no-repeat;
  background-size: cover;
}
#container-entrance .wrap-hc {
  background: url("/img/entrance/hc-bg.png") center center no-repeat;
  background-size: cover;
}

#container-top article,
#container-lower article {
  padding: 100px 0;
}

#container-top h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 50px;
}
#container-top h2.ptn1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#container-top h2.ptn1 .ic {
  margin-bottom: 30px;
}
#container-top h2.ptn1 .ruby, #container-top h2.ptn1 .ttl, #container-top h2.ptn1 .ttl-sub {
  font-weight: 600;
  line-height: 1em;
}
#container-top h2.ptn1 .ruby {
  font-size: 26px;
  font-size: 2.6rem;
  color: #b6d300;
  margin-bottom: 17px;
}
#container-top h2.ptn1 .ttl {
  font-size: 45px;
  font-size: 4.5rem;
  color: #695136;
}
#container-top h2.ptn1 .ttl-sub {
  font-size: 40px;
  font-size: 4rem;
  color: #b6d300;
  margin-top: 20px;
}
#container-top .txt-plain {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 34px;
}

#container-lower h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.4em;
  font-weight: 600;
  color: #695136;
  text-align: center;
  margin-bottom: 50px;
}
#container-lower h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  background: #b6d300;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}
#container-lower h5 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#container-lower h5::before, #container-lower h5::after {
  content: "";
  width: 3px;
  height: 30px;
  background: #b6d300;
  transform: rotate(-30deg);
  margin-right: 30px;
}
#container-lower h5::after {
  transform: rotate(30deg);
  margin-right: 0;
  margin-left: 30px;
}
#container-lower h5 .in {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #695136;
}
#container-lower .obj-dot::after {
  margin: 20px auto 0 auto;
}
#container-lower .txt-plain {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 32px;
}

.top-campaign .wrap {
  padding: 50px;
  border-radius: 20px;
}
.top-campaign .box-txt {
  width: 100%;
}
.top-campaign .box-txt h2 {
  font-family: "Noto Sans JP", sans-serif !important;
  margin-bottom: 15px !important;
}
.top-campaign .box-txt .txt {
  padding: 30px;
  margin-top: 25px;
  border-radius: 10px;
}
.top-campaign .img {
  min-width: 400px;
  margin-left: 50px;
}
.top-campaign .img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-greeting .txt {
  width: 460px;
  max-width: 100%;
}
.top-greeting .img {
  position: absolute;
  right: -420px;
  top: 100px;
  z-index: -1;
}

.top-service h2 {
  margin-bottom: 0 !important;
}
.top-service h2 .ruby {
  font-size: 30px !important;
}
.top-service h2 .ttl {
  font-size: 60px !important;
}
.top-service .wrap-contents {
  padding: 100px 0;
}
.top-service .wrap-contents .service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.top-service .wrap-contents .service-item .item-img {
  margin-left: -100px;
  position: relative;
  z-index: 2;
}
.top-service .wrap-contents .service-item .item-txt {
  width: 680px;
  max-width: 100%;
  min-height: 508px;
  background: #fff;
  border-radius: 30px 0 0 30px;
  margin-left: -80px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.top-service .wrap-contents .service-item .item-txt .inner {
  width: 540px;
  max-width: 100%;
  margin-left: auto;
  padding: 65px 0;
}
.top-service .wrap-contents .service-item .item-txt .inner h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 55px;
  font-weight: 600;
  color: #695136;
  margin-bottom: 15px;
}
.top-service .wrap-contents .service-item .item-txt .inner h3::first-letter {
  color: #b6d300;
}
.top-service .wrap-contents .service-item .item-txt .inner dl {
  background: #faffe1;
  border: solid 1px #b6d300;
  border-radius: 10px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.top-service .wrap-contents .service-item .item-txt .inner dl dt {
  font-size: 40px;
  font-size: 4rem;
  color: #8ec900;
  font-weight: 600;
}
.top-service .wrap-contents .service-item .item-txt .inner dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  font-weight: 600;
  margin-left: 20px;
}
.top-service .wrap-contents .service-item .item-txt .btn {
  margin-top: 35px;
}
.top-service .wrap-contents .service-item .item-txt::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 99%;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}
.top-service .wrap-contents .service-item::before {
  content: "";
  display: block;
  width: 176px;
  max-width: 100%;
  aspect-ratio: 176/533;
  background-image: url("/img/common/obj-leaf1-wht.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.top-service .wrap-contents .service-item:nth-child(even) {
  flex-direction: row-reverse;
}
.top-service .wrap-contents .service-item:nth-child(even)::before {
  left: inherit;
  right: calc(50% - 50vw);
  transform: scale(-1, 1);
}
.top-service .wrap-contents .service-item:nth-child(even) .item-img {
  margin-left: auto;
  margin-right: -100px;
}
.top-service .wrap-contents .service-item:nth-child(even) .item-txt {
  border-radius: 0 30px 30px 0;
  margin-left: 0;
  margin-right: -80px;
}
.top-service .wrap-contents .service-item:nth-child(even) .item-txt .inner {
  margin-left: 0;
}
.top-service .wrap-contents .service-item:nth-child(even) .item-txt::after {
  right: inherit;
  left: inherit;
  right: 99%;
}
.top-service .wrap-contents .service-item:not(:first-child) {
  margin-top: 100px;
}

.top-flow::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/780;
  background-image: url("/img/top/flow-bg.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-flow .list li {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  border: solid 1px #b6d300;
  padding: 40px 50px;
}
.top-flow .list li:nth-child(n+3) {
  margin-top: 40px;
}
.top-flow .list li .num {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1em;
  color: rgba(182, 211, 0, 0.3);
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.top-flow .list li h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 600;
  color: #695136;
}
.top-flow .list li .img {
  text-align: center;
  margin: 20px auto;
}

.top-area {
  background: url("/img/top/area-bg.png") center center no-repeat;
  background-size: cover;
}
.top-area .box-txt {
  width: 540px;
  max-width: 100%;
}
.top-area .box-txt h2 .ttl {
  font-size: 50px !important;
}
.top-area .box-txt .area {
  border: solid 2px #d9d9d9;
  border-radius: 20px;
  padding: 60px 30px 50px 30px;
  margin-top: 60px;
}
.top-area .box-txt .area .ttl {
  width: 200px;
  max-width: 100%;
  border-radius: 10px;
  margin: 0 auto;
  padding: 5px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.top-area .box-txt .area .txt-main {
  display: table;
  margin: 0 auto;
}

.top-bnr {
  background: url("/img/top/bnr-bg.png") center center no-repeat;
  background-size: cover;
}
.top-bnr .bnr {
  width: 50%;
  position: relative;
}
.top-bnr .bnr .btn {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 250px;
}

.top-line::after {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 960/646;
  background-image: url("/img/top/line-img.png");
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}
.top-line .box-txt {
  width: 690px;
  max-width: 100%;
}
.top-line h2 .ttl {
  font-size: 55px !important;
  line-height: 65px !important;
}
.top-line .base .illust {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.top-line .base .inner {
  width: 601px;
  max-width: 100%;
  height: 292px;
  background: url("/img/top/line-base.png") center center no-repeat;
  background-size: cover;
  padding: 0 60px;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-line .base .btn {
  margin-top: 20px;
}

.top-news .btn {
  margin-top: 50px;
}

.top-company {
  background: url("/img/top/company-bg.png") center center no-repeat;
  background-size: cover;
}
.top-company .wrap {
  background: rgba(255, 255, 255, 0.85);
  padding: 100px 0;
}
.top-company .wrap::before, .top-company .wrap::after {
  content: "";
  display: block;
  width: 100px;
  max-width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 30px 0 0 30px;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: -1;
}
.top-company .wrap::after {
  width: 100vw;
  left: inherit;
  right: -100%;
  border-radius: 0;
}
.top-company .box-txt {
  width: 520px;
  max-width: 100%;
}
.top-company .gmap {
  width: 520px;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: solid 5px #fff;
  outline: solid 1px #312b24;
}
.top-company .gmap iframe {
  border-radius: 15px;
}

.lower-about-recommend .list {
  width: 100%;
  background: url("/img/about/recommend-img.png") center bottom no-repeat;
}
.lower-about-recommend .list li {
  width: 50%;
  max-width: 349px;
  display: flex;
}
.lower-about-recommend .list li .in {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  background: #fff;
  border: solid 1px #b6d300;
  border-radius: 10px;
  padding: 15px 30px;
}
.lower-about-recommend .list li:nth-child(even) {
  margin-left: auto;
  justify-content: flex-end;
}
.lower-about-recommend .list li:nth-child(1) {
  margin-top: 45px;
}
.lower-about-recommend .list li:nth-child(2) {
  margin-right: 222px;
}
.lower-about-recommend .list li:nth-child(3) {
  margin-left: 35px;
  margin-top: 45px;
}
.lower-about-recommend .list li:nth-child(4) {
  margin-right: 124px;
}
.lower-about-recommend .list li:nth-child(5) {
  margin-top: 45px;
}
.lower-about-recommend .list li:nth-child(7) {
  max-width: 100%;
  margin-left: auto;
  justify-content: flex-end;
}
.lower-about-point .wrap-contents {
  padding: 50px 0 100px 0;
}
.lower-about-point .wrap-contents:before, .lower-about-point .wrap-contents::after {
  content: "";
  display: block;
  width: 894px;
  max-width: 100%;
  max-width: 46.5625%;
  aspect-ratio: 894/717;
  background-image: url("/img/about/point-bg-01.png");
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.lower-about-point .wrap-contents::after {
  width: 883px;
  max-width: 100%;
  max-width: 45.9895833333%;
  aspect-ratio: 883/855;
  background-image: url("/img/about/point-bg-02.png");
  background-size: contain;
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
}
.lower-about-point .list-point {
  width: 913px;
  max-width: 100%;
  margin: 0 auto;
}
.lower-about-point .list-point dl {
  width: 813px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lower-about-point .list-point dl dt {
  width: 380px;
  max-width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  background: #8ec900;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin-left: -60px;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}
.lower-about-point .list-point dl dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 15px 0;
  border-color: transparent #8ec900 transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
}
.lower-about-point .list-point dl dd {
  width: 750px;
  max-width: 100%;
  background: #fff;
  border: solid 1px #b6d300;
  border-radius: 20px;
  padding: 60px 70px 50px 70px;
  overflow: hidden;
}
.lower-about-point .list-point dl:nth-child(even) {
  margin-left: auto;
}
.lower-about-point .list-point dl:not(:first-child) {
  margin-top: 50px;
}

.lower-service .wrap-schedule {
  padding: 50px;
}
.lower-service .wrap-schedule .sd-time dl {
  display: flex;
  align-items: center;
}
.lower-service .wrap-schedule .sd-time dl dt {
  margin-right: 15px;
}
.lower-service .wrap-schedule .sd-time dl:not(:first-child) {
  margin-left: 45px;
}
.lower-service .wrap-schedule .sd-price .list-price li:not(:first-child) {
  margin-top: 50px;
}
.lower-service .wrap-schedule .sd-price .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -15px;
  position: relative;
  z-index: 2;
}
.lower-service .wrap-schedule .sd-price .ttl h5 {
  background: #fff;
  padding: 0 10px;
}
.lower-service .wrap-schedule .sd-price .price-item {
  border: solid 1px #b6d300;
  border-radius: 15px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
}
.lower-service .wrap-schedule .sd-price .price-item dl {
  width: 425px;
  max-width: 100%;
  background: #f6ffc3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 20px;
  border-radius: 5px;
}
.lower-service .wrap-schedule .sd-price .price-item dl:nth-child(n+3) {
  margin-top: 12px;
}
.lower-service .wrap-schedule .sd-price .price-item dl dt, .lower-service .wrap-schedule .sd-price .price-item dl dd {
  color: #695136;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.lower-service .wrap-schedule .sd-price .price-item dl dt {
  width: 70%;
}
.lower-service .wrap-schedule .sd-price .price-item dl dd {
  width: 28%;
  text-align: right;
}
.lower-service-works {
  background: url("/img/house/flow-bg-02.png") center bottom no-repeat;
  background-size: 100%;
}
.lower-service-works::before {
  content: "";
  display: block;
  width: 53.02%;
  aspect-ratio: 1018/674;
  background-image: url("/img/house/flow-bg-01.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lower-service-works .list-flow dl {
  background: url("/img/common/ptn-wall-gray.png");
  padding: 20px 30px;
  border-radius: 20px;
  position: relative;
}
.lower-service-works .list-flow dl:not(:first-child) {
  margin-top: 50px;
}
.lower-service-works .list-flow dl:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #b6d300 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: 0 auto;
}
.lower-service-works .list-flow dl dt {
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #b9b4ae;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.lower-service-works .list-flow dl dt .num {
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50rem;
  background: #b6d300;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin-right: 20px;
}
.lower-service-works .list-flow dl dt .ttl {
  font-size: 26px;
  font-size: 2.6rem;
  color: #695136;
}
.lower-service-works .list-flow dl dd ul li {
  width: 35%;
}
.lower-service-other {
  background: url("/img/office/contact-bg.png") center center no-repeat;
  background-size: cover;
}
.lower-service-other .wrap {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px;
  border-radius: 20px;
}
.lower-service-other .wrap:before, .lower-service-other .wrap::after {
  content: "";
  display: block;
  background-size: contain;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.lower-service-other .wrap:before {
  width: 85px;
  max-width: 100%;
  aspect-ratio: 85/100;
  background-image: url("/img/common/illust-01.png");
  transform: scale(-1, 1);
  left: -40px;
}
.lower-service-other .wrap::after {
  width: 85px;
  max-width: 100%;
  aspect-ratio: 85/98;
  background-image: url("/img/common/illust-02.png");
  right: -40px;
}
.lower-service-other h3 {
  font-size: 32px !important;
  margin-bottom: 30px !important;
}

.lower-case-list .list-case li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 515px;
  max-width: 100%;
}
.lower-case-list .list-case li:nth-child(n+3) {
  margin-top: 50px;
}
.lower-case-list .list-case li .ttl {
  width: 454px;
  max-width: 100%;
  margin: 0 auto -20px auto;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  background: #8ec900;
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  position: relative;
  z-index: 2;
}
.lower-case-list .list-case li .ttl::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #8ec900 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.lower-case-list .list-case li .box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  padding: 55px 30px 30px;
  position: relative;
}
.lower-case-list .list-case li .box::after {
  content: "";
  display: block;
  width: 16px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-green.png");
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}
.lower-case-list .list-case li .box:hover {
  background: #f6ffc3;
}
.lower-case-list .list-case li .inner .img {
  border-radius: 20px;
  overflow: hidden;
}
.lower-case-list .list-case li .inner .img img {
  display: block;
  width: 200px;
  max-width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-case-list .list-case li .inner .label {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
}
.lower-case-list .list-case li .inner:last-child .img {
  background: #8ec900;
  padding: 4px;
}
.lower-case-list .list-case li .inner:last-child .img img {
  border: solid 2px #fff;
  border-radius: 17px;
}
.lower-case-detail .box {
  padding: 20px;
  border-radius: 10px;
}
.lower-case-detail .list li {
  overflow: hidden;
}
.lower-case-detail .list li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-case-detail .list li:first-child {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 10px;
  margin-bottom: 5px;
}
.lower-case-detail .list li:not(:first-child) {
  width: calc(33.3333333333% - 5px);
  border-radius: 5px;
  margin: 2.5px;
}

footer .frame-ctn {
  padding: 60px 0;
}
footer .ctn::before, footer .ctn::after {
  content: "";
  display: block;
  width: 360px;
  max-width: 100%;
  aspect-ratio: 360/200;
  background-image: url("/img/common/ft-obj.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: -1;
}
footer .ctn::after {
  left: inherit;
  right: -100px;
  transform: scale(-1, 1);
}
footer .info {
  border-bottom: solid 1px #fff;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
footer .tel-btn .tel {
  font-size: 30px;
  font-size: 3rem;
}
footer .tel-btn .tel span {
  font-size: 22px;
  font-size: 2.2rem;
}
footer .ft-nav {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}
footer .ft-nav ul li {
  margin: 0 10px;
}
footer .ft-nav ul li:nth-child(n+6) {
  margin-top: 10px;
}
footer .ft-nav ul li a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 600;
  color: #fff;
}
footer .ft-nav ul li a::before {
  content: ">";
  display: inline-block;
  background-size: contain;
  margin-right: 5px;
}
footer .copy {
  display: block;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #b6d300;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
  letter-spacing: 0.14em;
}