@charset "UTF-8";
body {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Serif JP", serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #101010;
  scroll-behavior: smooth;
  background: url("/img/common/ptn-paper-wht.jpg");
}
@media screen and (max-width: 768px) {
  body {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 18.8235294118px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #101010 !important;
}
.col-grn {
  color: #669e45 !important;
}
.col-gry {
  color: #fdfbee !important;
}
.col-beg {
  color: #c9bf9a !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #101010 !important;
}
.bg-grn {
  background-color: #669e45 !important;
}
.bg-gry {
  background-color: #fdfbee !important;
}
.bg-beg {
  background-color: #c9bf9a !important;
}

.ptn-paper-wht {
  background: url("/img/common/ptn-paper-wht.jpg");
}
.ptn-paper-beg {
  background: url("/img/common/ptn-paper-beg.jpg");
}

.btn-ptn1 .btn-link, .btn-ptn2 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 900;
  background: #fff;
  border: solid 2px #669e45;
  color: #669e45;
}
.btn-ptn2 .btn-link {
  border: none;
  font-weight: 500;
  background: #669e45;
  color: #fff;
}
.btn-ptn2 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

[id^=side-] {
  position: fixed;
  z-index: 88;
}

#side-totop {
  right: 0;
  bottom: 0;
}
#side-sns {
  top: 50%;
  right: 30px;
  transform: translate(0, 30%);
}

.ic-tel, .ic-phone, .ic-mail, .ic-line {
  display: flex;
  align-items: center;
}
.ic-tel::before, .ic-phone::before, .ic-mail::before, .ic-line::before {
  content: "";
  display: block;
  width: 49px;
  aspect-ratio: 49/45;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
  margin-right: 20px;
}
.ic-phone::before {
  width: 31px;
  aspect-ratio: 31/55;
  background-image: url("/img/common/ic-phone.png");
  background-size: 100%;
}
.ic-mail::before {
  width: 34px;
  aspect-ratio: 34/26;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-line::before {
  width: 45px;
  aspect-ratio: 50/49;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-dia {
  display: flex;
  align-items: flex-start;
}
.ic-dia::before {
  content: "◆";
  display: block;
  margin-right: 10px;
}

.arw-solid-wht, .arw-solid-grn {
  position: relative;
}
.arw-solid-wht::after, .arw-solid-grn::after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/6;
  background-image: url("/img/common/arw-solid-grn.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-wht:hover, .arw-solid-grn:hover {
  color: rgba(102, 158, 69, 0.8);
}
.arw-solid-wht:hover::after, .arw-solid-grn:hover::after {
  transform: translate(-2px, -50%);
}
.arw-solid-wht::after {
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
  right: 10px;
}
.arw-solid-under {
  position: relative;
}
.arw-solid-under::after {
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 19/8;
  background-image: url("/img/common/arw-solid-under.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translate(-50%, 0);
  transition: 0.3s;
}
.arw-solid-under:hover::after {
  transform: translate(-50%, 2px);
}

.line-dbl, .line-dbl-rev {
  width: 1750px;
  max-width: 91.1458333333%;
  margin-left: auto;
  height: 7px;
  border-bottom: solid 1px #c9bf9a;
  position: relative;
}
.line-dbl::before, .line-dbl-rev::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  background: #c9bf9a;
  position: absolute;
  top: 0;
  right: 0;
}
.line-dbl-rev {
  transform: scaleY(-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.96);
}
.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: 20px 4%;
  vertical-align: middle;
  border-bottom: solid 1px #c9bf9a;
}
.tbl-ptn1 th {
  width: 30%;
}
.tbl-ptn1 td {
  white-space: pre-wrap;
}

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

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

.list-clm-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.list-clm-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.list-nav .nav-item {
  line-height: 1;
}
.list-news time {
  display: block;
  line-height: 1;
}
.list-news .list-item {
  width: 100%;
  border-bottom: solid 1px #101010;
  padding-bottom: 30px;
}
.list-news .list-inner {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
}
.list-news .list-ttl {
  margin-top: 5px;
}
.list-service .list-item {
  width: calc(33.3333333333% - 13.3333333333px);
  aspect-ratio: 414/564;
  text-align: center;
}
.list-service .list-link {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.list-service .list-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background: #2b5413;
  background: linear-gradient(0, #2b5413 0%, rgba(43, 84, 19, 0) 100%);
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s;
}
.list-service .list-link:hover::after {
  height: 100%;
  mix-blend-mode: multiply;
}
.list-service .list-link:hover .list-inner {
  transform: translateY(-3px);
  opacity: 0.8;
}
.list-service .list-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
.list-service .list-ttl {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.2857142857;
}
@media screen and (max-width: 768px) {
  .list-service .list-ttl {
    font-size: 80px;
    font-size: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service .list-ttl {
    font-size: 47.0588235294px;
  }
}
.list-service .list-btn {
  border-bottom: solid 2px #fff;
  padding-bottom: 10px;
  margin-top: 30px;
}
.list-service .service-01 {
  background: url("/img/top/service-img-01.png") center center no-repeat;
  background-size: cover;
}
.list-service .service-02 {
  background: url("/img/top/service-img-02.png") center center no-repeat;
  background-size: cover;
}
.list-service .service-03 {
  background: url("/img/top/service-img-03.png") center center no-repeat;
  background-size: cover;
}
.list-service .service-04 {
  background: url("/img/top/service-img-04.png") center center no-repeat;
  background-size: cover;
}
.list-service .service-05 {
  background: url("/img/top/service-img-05.png") center center no-repeat;
  background-size: cover;
}
.list-service .service-06 {
  background: url("/img/top/service-img-06.png") center center no-repeat;
  background-size: cover;
}
.list-works-slider .list-img {
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
}
.list-works-slider .list-inner {
  margin-top: 30px;
}
.list-works-slider .list-ttl {
  margin-top: 8px;
}
.list-anchor {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-anchor {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-anchor {
    font-size: 16.4705882353px;
  }
}
.list-anchor .list-item {
  width: 170px;
  max-width: 100%;
}
.list-anchor .list-link {
  width: 100%;
  height: 100%;
  font-weight: bold;
  background: #669e45;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 10px 30px 10px;
}
.list-anchor .list-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.list-price .list-item {
  width: 100%;
  background: url("/img/common/ptn-paper-beg.jpg");
}
.list-price dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: solid 1px #c9bf9a;
  padding-bottom: 30px;
}
.list-price dt {
  font-size: 30px;
  font-size: 3rem;
  max-width: 45%;
}
@media screen and (max-width: 768px) {
  .list-price dt {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price dt {
    font-size: 23.5294117647px;
  }
}
.list-price dd {
  max-width: 50%;
  text-align: right;
}
.list-price .txt-plain {
  margin-top: 20px;
}
.list-price .img-box {
  width: 340px;
  max-width: 100%;
  min-width: 340px;
}
.list-price .img-price {
  width: 100%;
  aspect-ratio: 1/1;
}
.list-price .com-base {
  padding: 60px 50px;
}
.list-price .btn {
  margin-top: 50px;
}
.list-faq .list-item {
  width: 100%;
  background: #fff;
}
.list-faq dt {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  background: #669e45;
  padding: 25px 35px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 23.5294117647px;
  }
}
.list-faq dt::before {
  font-family: "Libre Baskerville", serif;
  content: "Q";
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  width: 50px;
  min-width: 50px;
  aspect-ratio: 1/1;
  background: #fff;
  color: #669e45;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50rem;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before {
    font-size: 18.8235294118px;
  }
}
.list-faq dd {
  padding: 30px 45px;
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
}
.com-tag-main .tag-link {
  display: block;
  background: #c9bf9a;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .com-tag-main .tag-link {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-main .tag-link {
    font-size: 16.4705882353px;
  }
}
.com-tag-main .tag-link:hover {
  background: #669e45;
}
.com-tag-sub .list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.com-tag-sub .tag-item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  background: #101010;
  color: #fff;
  padding: 7px 12px 9px 12px;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .tag-item {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .tag-item {
    font-size: 14.1176470588px;
  }
}
.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;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.ttl-main .eng, .ttl-main .ruby {
  display: block;
  letter-spacing: 0.1em;
}
.ttl-main .eng {
  font-family: "Libre Baskerville", serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ttl-main .eng {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .eng {
    font-size: 20.5882352941px;
  }
}
.ttl-main .ruby {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .ttl-main .ruby {
    font-size: 56px;
    font-size: 7.2916666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .ruby {
    font-size: 32.9411764706px;
  }
}
.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #669e45 6px;
  border-bottom: solid 1px #fdfbee;
  background: #fff;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
}
@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: 20px;
  }
}
.ttl-bar {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  background: #669e45;
  color: #fff;
  text-align: center;
  padding: 18px 15px;
}
@media screen and (max-width: 768px) {
  .ttl-bar {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bar {
    font-size: 21.1764705882px;
  }
}
.ttl-sand {
  font-size: 40px;
  font-size: 4rem;
  border-top: solid 1px #101010;
  border-bottom: solid 1px #101010;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ttl-sand {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sand {
    font-size: 29.4117647059px;
  }
}
.ttl-side {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ttl-side {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-side {
    font-size: 29.4117647059px;
  }
}
.ttl-side .inner {
  padding: 0 70px;
}
.ttl-side::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  border-top: solid 1px #c9bf9a;
  border-bottom: solid 1px #c9bf9a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}

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

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

#com-contact {
  padding: 340px 0 120px 0 !important;
  z-index: -1;
}
#com-contact .ttl-main {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(100px, -150px);
}
#com-contact .layout-item {
  width: 483px;
  max-width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
#com-contact .inner {
  height: 100%;
  padding: 45px;
}
#com-contact .com-info dl {
  display: flex;
}
#com-contact::after {
  content: "";
  display: block;
  width: 1323px;
  max-width: 68.90625%;
  aspect-ratio: 1323/1237;
  background-image: url("/img/common/contact-bg.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#com-contact.lower-contact .ttl-main {
  position: static;
  transform: none;
}

#hd-nav .nav-link {
  position: relative;
  padding-bottom: 5px;
}
#hd-nav .nav-link::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #101010;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: 0.3s;
}
#hd-nav .nav-link:hover::after {
  width: 100%;
}

.sv {
  aspect-ratio: 1920/420;
}
.sv-ttl {
  font-size: 50px;
  font-size: 2.6041666667vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 29.4117647059px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 50px;
  }
}
.sv-service {
  background: url("/img/service/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-works {
  background: url("/img/works/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-faq {
  background: url("/img/faq/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-company {
  background: url("/img/company/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-blog {
  background: url("/img/blog/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-sitemap {
  background: url("/img/sitemap/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-e404 {
  background: url("/img/e404/sv.png") center center no-repeat;
  background-size: cover;
}

.top-news {
  padding: 120px 0 0;
}
.top-news .list-news {
  min-height: 300px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.top-concept {
  background: url("/img/top/concept-bg.png") center bottom no-repeat;
  background-size: 100%;
  padding: 210px 0 0;
}
.top-concept .ttl-main {
  margin-bottom: 40px;
}
.top-concept .ttl-main .ruby {
  line-height: 2.1739130435;
}
.top-concept .wrp-img {
  margin-top: 130px;
}
.top-concept .img-01 {
  margin-left: -250px;
}
.top-concept .img-02 {
  margin: 70px -100px 0 0;
}

.top-service {
  padding: 150px 0 0;
}
.top-service .ttl-main {
  margin-bottom: 60px;
}

.top-area {
  padding: 135px 0 0;
  background: url("/img/top/area-bg.png") left top no-repeat;
  background-size: 100%;
}
.top-area .ttl-main {
  margin-bottom: 50px;
}
.top-area .layout-item {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, -174px);
  z-index: 1;
}
.top-area .img {
  margin-right: -190px;
}

.top-works {
  padding: 70px 0 0;
}
.top-works .cts-full {
  padding-top: 100px;
  padding-bottom: 100px;
}
.top-works .ttl-main {
  position: absolute;
  top: 100px;
  left: 19.79%;
}
.top-works .wrp-swiper {
  width: 1270px;
  max-width: 66.1458333333%;
}
.top-works .swiper-btn {
  width: 126px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 18.75%;
  bottom: 190px;
}
.top-works .swiper-button-prev, .top-works .swiper-button-next {
  position: static;
  width: 53px;
  height: 53px;
  background: url("/img/common/arw-circle-grn.png") center center no-repeat;
  background-size: 100%;
  margin: 0;
  transition: 0.3s;
}
.top-works .swiper-button-prev:hover {
  transform: translateX(-3px);
}
.top-works .swiper-button-next {
  transform: scaleX(-1);
}
.top-works .swiper-button-next:hover {
  transform: translateX(3px) scaleX(-1);
}
.top-works .btn {
  position: absolute;
  left: 16.67%;
  bottom: 100px;
}

.top-faq {
  padding: 180px 0 0;
}
.top-faq .faq-bnr {
  aspect-ratio: 1280/430;
  border: solid 6px #669e45;
  background: #101010;
}
.top-faq .bnr-link {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-faq .bnr-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/img/top/faq-img.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  z-index: -1;
}
.top-faq .bnr-link:hover::before {
  transform: translate(-50%, -50%) scale(101%);
  opacity: 0.8;
}
.top-faq .ttl-main {
  gap: 0;
}
.top-faq .ttl-main span {
  background: #fff;
  padding: 10px 30px;
}
.top-faq .ttl-main::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  background: #fff;
  position: absolute;
  top: 50%;
  right: 110px;
  transform: translate(0, -50%);
  z-index: -1;
}
.top-faq .arw-solid-wht::after {
  right: 40px;
}

#ctn-lower article {
  padding: 150px 0;
  position: relative;
}
#ctn-lower .ttl-main {
  text-align: center;
  margin-bottom: 60px;
}
#ctn-lower .line-dbl {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#ctn-lower .line-dbl.lft {
  right: inherit;
  left: 0;
  transform: scaleX(-1);
}

.wrp-service .service-item:first-child {
  padding-top: 70px;
}
.wrp-service .service-item:not(:first-child) {
  padding-top: 120px;
}
.wrp-service .com-layout {
  justify-content: center;
  align-items: flex-start;
  gap: 0 50px;
}
.wrp-service .img-service {
  width: 376px;
  max-width: 100%;
  min-width: 376px;
  aspect-ratio: 1/1;
}

.wrp-price {
  margin-top: 90px;
}

.wrp-works .works-item {
  width: 100%;
}
.wrp-works .works-item:first-child {
  padding-top: 80px;
}
.wrp-works .works-item:not(:first-child) {
  padding-top: 100px;
}
.wrp-works .com-layout {
  justify-content: center;
  gap: 0 100px;
  position: relative;
  z-index: 1;
}
.wrp-works .com-layout::before {
  content: "";
  display: block;
  width: 47px;
  aspect-ratio: 47/14;
  background-image: url("/img/common/arw-solid-blk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.wrp-works .layout-item {
  width: 490px;
  max-width: 100%;
}
.wrp-works .layout-item::after {
  font-family: "Libre Baskerville", serif;
  content: "BEFORE";
  display: block;
  width: 100%;
  background: #101010;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .wrp-works .layout-item::after {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .wrp-works .layout-item::after {
    font-size: 16.4705882353px;
  }
}
.wrp-works .after::after {
  content: "AFTER";
  background: #669e45;
}
.wrp-works .img {
  width: 100%;
  aspect-ratio: 1/1;
}
.wrp-works .txt-plain {
  margin-top: 45px;
}

#com-contact.lower-howto_contact .ttl-main {
  position: static;
  transform: none;
}
#com-contact.lower-howto_contact .com-layout {
  justify-content: center;
}

#footer {
  padding: 100px 0;
}
#footer .com-logo {
  margin-bottom: 75px;
}

.ft-info dl {
  display: flex;
}
.ft-copy {
  margin-top: 50px;
}

#ft-nav {
  padding-left: 20px;
}
#ft-nav .list-nav::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #101010;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-55px, 0);
  z-index: -1;
}