@charset "UTF-8";
body {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  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: 1260px;
  color: #161616;
  scroll-behavior: smooth;
}
@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: #161616 !important;
}
.col-grn1 {
  color: #1f7d53 !important;
}
.col-grn2 {
  color: #bbcb7c !important;
}
.col-grn3 {
  color: #e4edbe !important;
}
.col-grn4 {
  color: #eef5f2 !important;
}
.col-gry {
  color: #949494 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #161616 !important;
}
.bg-grn1 {
  background-color: #1f7d53 !important;
}
.bg-grn2 {
  background-color: #bbcb7c !important;
}
.bg-grn3 {
  background-color: #e4edbe !important;
}
.bg-grn4 {
  background-color: #eef5f2 !important;
}
.bg-gry {
  background-color: #949494 !important;
}

.btn-ptn1 .btn-link, .btn-ptn2 .btn-link {
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #1f7d53;
  color: #fff;
}
.btn-ptn1 .btn-link:hover, .btn-ptn2 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-ptn2 .btn-link {
  background: none;
  border: solid 1px #fff;
}

.ic-tel, .ic-mail, .ic-line {
  display: flex;
  align-items: flex-end;
}
.ic-tel::before, .ic-mail::before, .ic-line::before {
  content: "";
  display: block;
  width: 39px;
  aspect-ratio: 39/33;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
  margin-right: 10px;
}
.ic-mail::before {
  width: 31px;
  aspect-ratio: 31/23;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-line::before {
  width: 46px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}

.arw-solid-wht {
  position: relative;
}
.arw-solid-wht::after {
  content: "";
  display: block;
  width: 33px;
  aspect-ratio: 33/17;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-wht:hover::after {
  transform: translate(-2px, -50%);
}
.arw-sq-wht {
  position: relative;
}
.arw-sq-wht::after {
  content: "";
  display: block;
  width: 69px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-sq-wht.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.line-grn-rt {
  display: flex;
  align-items: center;
}
.line-grn-rt::after {
  content: "";
  display: block;
  width: 64px;
  aspect-ratio: 64/1;
  background-image: url("/img/common/line-grn.png");
  background-size: 100%;
  margin-left: 15px;
}
.line-grn-side, .line-blk-side, .line-wht-side {
  display: flex;
  align-items: center;
}
.line-grn-side::before, .line-grn-side::after, .line-blk-side::before, .line-blk-side::after, .line-wht-side::before, .line-wht-side::after {
  content: "";
  display: block;
  width: 64px;
  aspect-ratio: 64/1;
  background-image: url("/img/common/line-blk.png");
  background-size: 100%;
  margin-left: 15px;
}
.line-grn-side::before, .line-blk-side::before, .line-wht-side::before {
  margin: 0 15px 0 0;
  transform: scaleX(-1);
}
.line-grn-side::before, .line-grn-side::after {
  background-image: url("/img/common/line-grn.png");
  background-size: 100%;
}
.line-wht-side::before, .line-wht-side::after {
  background-image: url("/img/common/line-wht.png");
  background-size: 100%;
}

.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: 20px 0;
  vertical-align: middle;
}
.tbl-ptn1 th {
  width: 20%;
  color: #1f7d53;
}
.tbl-ptn1 td {
  white-space: pre-wrap;
  padding-left: 4%;
}
.tbl-ptn1 tr:not(:first-child) th, .tbl-ptn1 tr:not(:first-child) td {
  border-top: solid 1px #949494;
}

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

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

.list-clm-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.list-clm-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.list-clm-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.list-clm-4-c {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.list-clm-4-c .list-item {
  width: calc((100% - 120px) / 4);
}
.list-nav {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-nav {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-nav {
    font-size: 16.4705882353px;
  }
}
.list-nav .nav-item {
  line-height: 1;
}
.list-news time {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
@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 .list-item {
  width: 100%;
}
.list-news .list-item:not(:first-child) {
  border-top: solid 1px #949494;
  padding-top: 40px;
}
.list-news .list-inner {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.list-news .list-ttl {
  margin-top: 12px;
}
.list-info .list-item {
  width: 100%;
  display: flex;
}
.list-service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.2%;
}
.list-service .list-ttl {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 5px 0;
}
.list-service .list-ttl .num {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-service .list-ttl .num {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service .list-ttl .num {
    font-size: 21.1764705882px;
  }
}
.list-service .list-ttl .ruby {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .list-service .list-ttl .ruby {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service .list-ttl .ruby {
    font-size: 27.0588235294px;
  }
}
.list-service .list-item {
  aspect-ratio: 580/480;
  border: solid 2px #1f7d53;
}
.list-service .list-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2vw;
  position: relative;
  z-index: 1;
}
.list-service .list-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.list-service .list-link:hover::before {
  background: rgba(22, 22, 22, 0.2);
}
.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-anchor {
  gap: 35px 40px;
}
.list-anchor .btn-link {
  height: 70px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-anchor .btn-link {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-anchor .btn-link {
    font-size: 21.1764705882px;
  }
}
.list-anchor .arw-solid-wht::after {
  transform: translate(0, -50%) rotate(90deg);
}
.list-anchor .arw-solid-wht:hover::after {
  transform: translate(0, calc(-50% + 2px)) rotate(90deg);
}
.list-check .list-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.list-check .list-item::before {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  margin-right: 20px;
}
.list-check .list-item span {
  max-width: calc(100% - 46px);
}
.list-works .list-item, .list-staff .list-item, .list-voice .list-item {
  width: 100%;
}
.list-works .com-layout, .list-staff .com-layout, .list-voice .com-layout {
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.list-works .img, .list-staff .img, .list-voice .img {
  width: 500px;
  min-width: 500px;
  aspect-ratio: 500/305;
}
.list-works time, .list-staff time, .list-voice time {
  display: block;
}
.list-works .txt-plain, .list-staff .txt-plain, .list-voice .txt-plain {
  white-space: pre-wrap;
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: #bbcb7c;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.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: #bbcb7c;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px 7px 10px;
  border-radius: 50rem;
}
@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 {
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}
.ttl-main .eng,
.ttl-main .ruby {
  letter-spacing: 0.05em;
}
.ttl-main .eng {
  line-height: 1;
  font-weight: 500;
}
.ttl-main .ruby {
  display: flex;
  align-items: center;
}
.ttl-sub {
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #1f7d53 6px;
  border-bottom: solid 1px #e4edbe;
  background: #eef5f2;
  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-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  background: #eef5f2;
  color: #1f7d53;
  border-top: solid 1px #1f7d53;
  padding: 20px 4%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-bar {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bar {
    font-size: 23.5294117647px;
  }
}

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

#ctn-top {
  position: relative;
  z-index: 1;
}
#ctn-top::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url("/img/top/para.jpg");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#com-contact {
  padding: 310px 0 !important;
  position: relative;
  z-index: 1;
}
#com-contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#com-contact .ttl-main {
  margin-bottom: 75px;
}
#com-contact .ttl-main .eng {
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #com-contact .ttl-main .eng {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .ttl-main .eng {
    font-size: 41.1764705882px;
  }
}
#com-contact .ttl-main .ruby {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #com-contact .ttl-main .ruby {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .ttl-main .ruby {
    font-size: 21.1764705882px;
  }
}
#com-contact .btn-link {
  width: 100%;
  height: 100px;
}
#com-contact.lower-contact {
  background: url("/img/common/contact-bg.png") center center no-repeat;
  background-size: cover;
}
#com-contact.lower-contactform {
  background: url("/img/contact/contact-img.png") right bottom no-repeat;
  background-size: 52.6%;
  padding: 140px 0 !important;
}
#com-contact.lower-contactform .list-btn {
  display: block;
}
#com-contact.lower-contactform .list-item {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  border: solid 1px #1f7d53;
  padding: 20px 0;
}
#com-contact.lower-contactform .btn-link {
  height: auto;
}
#com-contact.lower-contactform .tel {
  color: #1f7d53 !important;
}
#com-contact.lower-contactform .ic-tel::before {
  background-image: url("/img/common/ic-tel-grn.png");
  background-size: 100%;
}
#com-contact.lower-contactform::before {
  content: none;
}

#hd-bar {
  padding: 0 2.6%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 88;
}

#hd-nav .nav-link:hover {
  color: #1f7d53;
}

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

.mv-cc {
  width: 641px;
  max-width: 33.3854166667%;
  position: absolute;
  left: 3.65%;
  bottom: 0;
  transform: translate(0, -38%);
}
.mv::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/150;
  background: #eef5f2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sv-ttl {
  position: absolute;
  top: 50%;
  left: 3.65%;
  transform: translate(0, -50%);
  z-index: 1;
}
.sv-ttl-blog {
  width: 278px;
  max-width: 14.4791666667%;
}
.sv-ttl-company {
  width: 439px;
  max-width: 22.8645833333%;
}
.sv-ttl-complate {
  width: 582px;
  max-width: 30.3125%;
}
.sv-ttl-contact {
  width: 483px;
  max-width: 25.15625%;
}
.sv-ttl-e404 {
  width: 563px;
  max-width: 29.3229166667%;
}
.sv-ttl-privacy {
  width: 602px;
  max-width: 31.3541666667%;
}
.sv-ttl-recruit {
  width: 404px;
  max-width: 21.0416666667%;
}
.sv-ttl-service {
  width: 533px;
  max-width: 27.7604166667%;
}
.sv-ttl-sitemap {
  width: 497px;
  max-width: 25.8854166667%;
}
.sv-ttl-works {
  width: 387px;
  max-width: 20.15625%;
}
.sv::after {
  content: "";
  display: block;
  width: 583px;
  max-width: 30.3645833333%;
  aspect-ratio: 583/64;
  background-image: url("/img/common/sv-illust.png");
  background-size: 100%;
  position: absolute;
  left: 3.65%;
  bottom: 0;
  transform: translate(0, -100%);
  z-index: -1;
}

.top-news {
  padding: 140px 0;
}
.top-news .list-news {
  width: 62.5%;
  min-height: 260px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.top-greeting {
  padding: 160px 0 130px 0;
}
.top-greeting .com-layout {
  gap: 0 3.85%;
}
.top-greeting .ttl-main {
  margin-bottom: 60px;
}
.top-greeting .txt-box {
  width: 35.82%;
}
.top-greeting .img {
  width: 46.26%;
}
.top-greeting::after {
  content: "";
  display: block;
  width: 588px;
  max-width: 30.625%;
  aspect-ratio: 588/434;
  background-image: url("/img/top/greeting-bg.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 75px);
  z-index: -1;
}

.top-service {
  padding: 0 0 100px 0;
}
.top-service .ttl-main {
  margin-bottom: 60px;
}
.top-service .com-layout {
  gap: 0 4.67%;
}
.top-service .service-item {
  border: solid 3px #1f7d53;
}
.top-service .service-item-ttl {
  border-bottom: solid 1px #bbcb7c;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.top-service .service-item-ttl::after {
  content: "01";
  font-size: 87px;
  font-size: 8.7rem;
  line-height: 1;
  color: #e4edbe;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 7px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-service .service-item-ttl::after {
    font-size: 97px;
    font-size: 12.6302083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-service .service-item-ttl::after {
    font-size: 57.0588235294px;
  }
}
.top-service .service-item .img {
  width: 49.84%;
}
.top-service .service-item .layout-item {
  width: 40.11%;
  padding: 90px 0;
}
.top-service .service-item .btn {
  margin-top: 90px;
}
.top-service .list-service {
  margin-top: 45px;
}
.top-service::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 400px);
  background: #eef5f2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-works {
  padding: 170px 0 140px 0;
}
.top-works .ttl-main {
  margin-bottom: 60px;
}
.top-works .list-gallery {
  margin-top: 80px;
}
.top-works .btn {
  margin-top: 80px;
}
.top-works::before, .top-works::after {
  content: "";
  display: block;
  width: 863px;
  max-width: 44.9479166667%;
  aspect-ratio: 863/546;
  background-image: url("/img/top/works-bg-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-works::after {
  width: 1010px;
  max-width: 52.6041666667%;
  aspect-ratio: 1010/754;
  background-image: url("/img/top/works-bg-02.png");
  background-size: 100%;
  top: inherit;
  left: inherit;
  right: 0;
  bottom: 0;
}

.top-recruit {
  padding: 130px 0;
}
.top-recruit .bnr {
  border: solid 3px #1f7d53;
  padding: 0 70px;
  background: url("/img/top/recruit-img.png") center right no-repeat;
  background-size: cover;
}
.top-recruit .bnr::before {
  content: "";
  display: block;
  width: 516px;
  aspect-ratio: 516/153;
  background-image: url("/img/top/recruit-eng.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(220px, 90px);
  z-index: 1;
}
.top-recruit .ttl-main {
  margin-bottom: 25px;
}
.top-recruit .eng {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#ctn-lower article {
  padding: 140px 0;
}
#ctn-lower .ttl-main {
  align-items: center;
  text-align: center;
  margin-bottom: 70px;
}
#ctn-lower .ttl-main .eng {
  font-size: 60px;
  font-size: 6rem;
  color: #1f7d53;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main .eng {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main .eng {
    font-size: 41.1764705882px;
  }
}
#ctn-lower .ttl-main .ruby {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main .ruby {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main .ruby {
    font-size: 21.1764705882px;
  }
}
#ctn-lower .list-gallery {
  gap: 0 26.6666666667px;
  margin-top: 30px;
}

.service-item {
  width: 100%;
}

#footer {
  padding: 100px 0;
}
#footer .com-logo {
  margin-bottom: 55px;
}
#footer .list-sns {
  margin-top: 60px;
}

#ft-nav .nav-item:not(:first-child):not(:nth-child(6)):before {
  content: "/";
  display: inline-block;
  margin: 0 15px;
}
#ft-nav .nav-item:nth-child(n+6) {
  margin-top: 20px;
}

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