<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  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: #292929;
}

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

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

.col-blue {
  color: #166ad3 !important;
}

.col-skyBlue {
  color: #17a5ff !important;
}

.col-lightBlue {
  color: #c2e8ff !important;
}

.col-pastelBlue {
  color: #e3f1ff !important;
}

.col-yellow {
  color: #f8ff1b !important;
}

.col-ig {
  color: #e41581 !important;
}

.col-fb {
  color: #1877f2 !important;
}

.col-ln {
  color: #06c755 !important;
}

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

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

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

.bg-blue {
  background-color: #166ad3 !important;
}

.bg-skyBlue {
  background-color: #17a5ff !important;
}

.bg-lightBlue {
  background-color: #c2e8ff !important;
}

.bg-pastelBlue {
  background-color: #e3f1ff !important;
}

.bg-yellow {
  background-color: #f8ff1b !important;
}

.bg-ig {
  background-color: #e41581 !important;
}

.bg-fb {
  background-color: #1877f2 !important;
}

.bg-ln {
  background-color: #06c755 !important;
}

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

.bg-gra-blue1 {
  background: #17a5ff;
  background: linear-gradient(130deg, #166ad3 5%, #17a5ff 60%);
}

.bg-gra-blue2 {
  background: #17a5ff;
  background: linear-gradient(-30deg, #166ad3 5%, #17a5ff 60%);
}

.bg-polygon {
  background: url("/img/common/bg-polygon.png") center top no-repeat;
  background-size: 100%;
}

.bg-greeting {
  background: url("/img/common/bg-sky.png") top center no-repeat;
  background-size: 100%;
}

.bg-works {
  background: url("/img/common/bg-staff.png") right top no-repeat;
  background-size: 72.71%;
}

.bg-entrust {
  position: relative;
  z-index: 1;
}
.bg-entrust::before, .bg-entrust::after {
  content: "";
  display: block;
  width: 1097px;
  max-width: 100%;
  max-width: 57.1354166667%;
  aspect-ratio: 1097/673;
  background-image: url("/img/common/entrust-bg-01.png");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.bg-entrust::after {
  width: 1425px;
  max-width: 100%;
  max-width: 74.21875%;
  aspect-ratio: 1425/814;
  background-image: url("/img/common/entrust-bg-02.png");
  background-size: cover;
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
}

#sidebar {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 88;
}

.totop-btn {
  aspect-ratio: 1/1;
}
.totop-btn::before {
  content: "";
  display: block;
  width: 16px;
  max-width: 100%;
  aspect-ratio: 16/13;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: 0.3s;
}
.totop-btn:hover::before {
  opacity: 0.8;
  transform: translateY(-3px);
}

.btn-ptn1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
}

.ic-mail {
  position: relative;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 35px;
  max-width: 100%;
  aspect-ratio: 35/28;
  background-image: url("/img/common/ic-mail.png");
  background-size: cover;
  margin: 0 auto 20px auto;
}

.obj-buill {
  position: relative;
  z-index: -1;
}
.obj-buill::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1919/596;
  background-image: url("/img/common/obj-buill.png");
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.obj-arw {
  position: relative;
}
.obj-arw::after {
  content: "";
  display: block;
  width: 125px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw.png");
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -62.5px;
  margin: 0 auto;
  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 th, .table td {
  letter-spacing: 0.05em;
}
.table-ptn1 {
  background: #fff;
}
.table-ptn1 th, .table-ptn1 td {
  line-height: 1.4;
  vertical-align: middle;
}
.table-ptn1 th {
  width: 28%;
  background: #17a5ff;
  color: #fff;
  font-weight: 600;
  padding: 25px;
}
.table-ptn1 td {
  font-weight: 500;
  padding: 25px 4%;
}
.table-ptn1 tr:not(:last-child) th {
  border-bottom: solid 2px #fff;
}
.table-ptn1 tr:not(:last-child) td {
  border-bottom: solid 2px #c2e8ff;
}
.table-ptn2 {
  border-bottom: solid 4px #166ad3;
}
.table-ptn2 th, .table-ptn2 td {
  vertical-align: bottom;
}
.table-ptn2 th {
  width: 80%;
  font-weight: 800;
  padding: 24px 2% 24px 0;
  white-space: pre-wrap;
}
.table-ptn2 td {
  font-weight: 500;
  padding: 24px 0 24px 2%;
  text-align: right;
}
.table-ptn2 tr:not(:last-child) th, .table-ptn2 tr:not(:last-child) td {
  border-bottom: solid 2px #bdbdbd;
}
.table-ptn2 tr:first-child th, .table-ptn2 tr:first-child td {
  padding-top: 0;
}

#hdbar {
  position: sticky;
  top: 0;
  left: 0;
  padding-left: 6.77%;
  z-index: 88;
}
#hdbar .hdbar-item-01 {
  max-width: 25%;
}
#hdbar .tel-caution {
  height: 12px;
}
#hdbar .sns-link {
  width: 38px;
  max-width: 100%;
}
#hdbar .contact-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #17a5ff;
  background: linear-gradient(130deg, #166ad3 5%, #17a5ff 60%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
#hdbar .contact-btn:hover::after {
  opacity: 0;
}

nav .nav-item {
  line-height: 1em;
  display: flex;
  align-items: center;
}
nav .nav-item:not(:first-child) {
  margin-left: 20px;
}
nav .nav-item::before {
  content: "";
  display: block;
  width: 6px;
  max-width: 100%;
  height: 8px;
  background: #166ad3;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-right: 5px;
}
nav .nav-link {
  font-weight: 600;
}

.mv-top {
  width: 100%;
  aspect-ratio: 1920/810;
  background: url("/img/top/mv-img.png") center center no-repeat;
  background-size: cover;
}
.mv-top .cc {
  max-width: 38.1770833333%;
}
.mv-lower {
  width: 100%;
  aspect-ratio: 1920/500;
}
.mv-lower h2 {
  width: 733px;
  max-width: 100%;
  max-width: 38.1770833333%;
}
.mv-lower.bg-corporation {
  background: url("/img/corporation/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower.bg-individual {
  background: url("/img/individual/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower.bg-works {
  background: url("/img/works/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower.bg-company {
  background: url("/img/company/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower.bg-blog {
  background: url("/img/blog/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower.bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower.bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower.bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower.bg-sitemap {
  background: url("/img/sitemap/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower.bg-e404 {
  background: url("/img/e404/sv.png") center center no-repeat;
  background-size: cover;
}

.cts-1080 {
  width: 1080px;
  margin: 0 auto;
}

.list-clm3, .list-clm4 {
  display: flex;
  flex-wrap: wrap;
}
.list-clm3 .list-item {
  width: calc(33.3333333333% - 13.3333333333px);
}
.list-clm3 .list-item:not(:nth-child(3n-2)) {
  margin-left: 20px;
}
.list-clm4 .list-item {
  width: calc(25% - 15px);
}
.list-clm4 .list-item:not(:nth-child(4n-3)) {
  margin-left: 20px;
}
.list-blog .blog-item:not(:last-child) {
  border-bottom: solid 2px #bdbdbd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.list-blog .inner {
  display: flex;
  align-items: center;
}
.list-blog time {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-right: 20px;
}
.list-blog .ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 5px;
}
.list-works .works-item,
.list-works .user-item, .list-user .works-item,
.list-user .user-item {
  width: 330px;
  max-width: 100%;
}
.list-works .works-item:not(:nth-child(3n-2)),
.list-works .user-item:not(:nth-child(3n-2)), .list-user .works-item:not(:nth-child(3n-2)),
.list-user .user-item:not(:nth-child(3n-2)) {
  margin-left: 45px;
}
.list-works .works-item:nth-child(n+4) {
  margin-top: 50px;
}
.list-works .img {
  width: 100%;
  aspect-ratio: 330/260;
  border: solid 6px #fff;
}
.list-works .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-works .ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 20px;
  text-align: left;
}
.list-works .com-tag-sub {
  margin-top: 20px;
}
.list-user .user-item {
  text-align: center;
}
.list-user .txt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  background: #fff;
  padding: 20px;
  position: relative;
}
.list-user .txt::after {
  content: "";
  display: block;
  width: 22px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
  margin: 0 auto;
}
.list-user .txt .col-blue {
  font-weight: 600;
}
.list-user .img {
  margin: 30px 0;
}
.list-user .ttl {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
}
.list-user .ttl span {
  font-size: 28px;
  font-size: 2.8rem;
}
.list-card .card-item {
  width: 320px;
  max-width: 100%;
  background: #166ad3;
  text-align: center;
  padding: 50px 0;
}
.list-card .card-item:not(:nth-child(3n-2)) {
  margin-left: 60px;
}
.list-card .ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.list-card .ttl .num {
  font-size: 34px;
  font-size: 3.4rem;
}
.list-card .ttl::before, .list-card .ttl:after {
  content: "";
  display: block;
  width: 18px;
  max-width: 100%;
  min-width: 18px;
  aspect-ratio: 18/27;
  background-image: url("/img/common/obj-slash.png");
  background-size: cover;
}
.list-card .ttl::before {
  margin-right: 15px;
}
.list-card .ttl::after {
  margin-left: 15px;
}
.list-card .ic {
  width: 140px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 30px auto 20px auto;
}
.list-card .txt {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
}
.list-card .txt span {
  display: block;
}
.list-thumb .thumb-item {
  width: calc(16.6666666667% - 0.8333333333px);
  aspect-ratio: 1/1;
}
.list-thumb .thumb-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-thumb .thumb-item:not(:nth-child(6n-5)) {
  margin-left: 1px;
}
.list-thumb .thumb-item:nth-child(n+7) {
  margin-top: 1px;
}

.layout-half {
  display: flex;
  justify-content: center;
}
.layout-half .half-item {
  min-width: calc(50% - 20px);
}
.layout-half .half-item:nth-child(even) {
  margin-left: 40px;
}

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

.com-tag-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.com-tag-main .tag-item {
  margin: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: #166ad3;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 20px;
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-sub .tag-item {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  background: #fff;
  border: solid 1px #166ad3;
  color: #166ad3;
  border-radius: 50rem;
  font-weight: 600;
  padding: 5px 17px 7px 17px;
  margin: 0 5px 5px 0;
}
.com-gmap {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1080/400;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-contact {
  padding: 150px 0;
  background: url("/img/common/contact-bg-01.png") left center no-repeat;
  background-size: auto 100%;
}
.com-contact::before {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 868/788;
  background-image: url("/img/common/contact-bg-02.png");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.com-contact h2 {
  margin-bottom: 70px;
}
.com-contact .btn {
  margin-left: 70px;
}
.com-contact .ic-mail::before {
  margin: 0 20px 0 0;
}
.com-contact .list-sns {
  margin-top: 30px;
  padding: 30px;
}
.com-contact .list-sns .sns-link {
  display: flex;
  align-items: center;
}
.com-contact .list-sns .sns-link:not(:first-child) {
  margin-left: 40px;
  border-left: solid 3px #e5e5e5;
  padding-left: 40px;
}
.com-contact .list-sns .txt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1em;
  margin-right: 20px;
}
.com-bnr {
  padding: 110px 0 !important;
}
.com-bnr .bnr {
  width: 330px;
  max-width: 100%;
  aspect-ratio: 330/200;
  background: #fff;
  border: solid 6px #166ad3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 800;
  color: #166ad3;
  line-height: 1em;
}
.com-bnr .bnr:not(:first-child) {
  margin-left: 45px;
}
.com-bnr .bnr::before {
  content: "";
  display: block;
  margin: 0 auto 20px auto;
}
.com-bnr .bnr-corporation::before {
  width: 45px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-company.png");
  background-size: cover;
}
.com-bnr .bnr-individual::before {
  width: 49px;
  max-width: 100%;
  aspect-ratio: 49/43;
  background-image: url("/img/common/ic-home.png");
  background-size: cover;
}
.com-bnr .bnr-works::before {
  width: 34px;
  max-width: 100%;
  aspect-ratio: 34/43;
  background-image: url("/img/common/ic-recycle.png");
  background-size: cover;
}
.com-bnr .bnr-company::before {
  width: 68px;
  max-width: 100%;
  aspect-ratio: 68/42;
  background-image: url("/img/common/ic-truck.png");
  background-size: cover;
}
.com-bnr .bnr:hover {
  background: #e3f1ff;
}

.ttl-main .eng, .ttl-main .ruby {
  display: block;
  line-height: 1;
  font-weight: 800;
}
.ttl-main .eng {
  font-family: "Roboto", sans-serif;
  margin-bottom: 25px;
}

.ttl-bnr {
  font-size: 50px;
  font-size: 5rem;
  background: #166ad3;
  color: #fff;
  font-weight: 800;
  text-align: center;
  padding: 30px 4%;
  margin-bottom: 30px;
}

.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #166ad3 6px;
  border-bottom: solid 1px #bdbdbd;
  padding: 10px 0 15px 20px;
  margin-bottom: 30px;
  background: #f5f5f5;
}

#ctn-top {
  position: relative;
  z-index: 1;
}

.top-greeting {
  padding: 174px 0 224px 0;
}
.top-greeting h2 {
  margin-bottom: 70px;
}
.top-greeting h2 .eng {
  margin-bottom: 45px;
}
.top-greeting .txt {
  line-height: 1.7;
}
.top-greeting .wrp-video {
  padding: 25px;
  margin-top: 80px;
}
.top-greeting .wrp-video .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  outline: solid 15px #fff;
}
.top-greeting .wrp-video .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.top-policy {
  padding: 160px 0;
}
.top-policy h2, .top-policy .policy {
  margin-bottom: 75px;
}
.top-policy .policy-txt {
  padding: 15px 25px;
}
.top-policy .policy-txt:not(:first-child) {
  margin-top: 10px;
}

.top-works {
  padding: 180px 0 170px 0;
}
.top-works h2 {
  margin-bottom: 80px;
}
.top-works .btn {
  margin-top: 80px;
}

.top-access {
  padding: 150px 0;
}
.top-access h2 {
  margin-bottom: 70px;
}
.top-access .btn {
  margin-top: 80px;
}

.top-blog {
  padding: 170px 0;
}

.top-bnr {
  background: url("/img/top/bnr-bg.png") left center no-repeat;
  background-size: auto 100%;
  padding: 110px 0;
}
.top-bnr .bnr {
  width: 470px;
  max-width: 100%;
  background: #fff;
  text-align: center;
  padding: 20px 20px 50px 20px;
  position: relative;
  z-index: 1;
}
.top-bnr .bnr::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-left: solid 2px rgba(227, 241, 255, 0.5);
  border-bottom: solid 2px rgba(227, 241, 255, 0.5);
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
  transition: 0.3s;
}
.top-bnr .bnr:hover .ttl, .top-bnr .bnr:hover .list-item {
  opacity: 0.8;
}
.top-bnr .bnr:hover:before {
  left: 0;
  bottom: 0;
}
.top-bnr .img {
  width: 100%;
  text-align: center;
}
.top-bnr .ttl {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 25px 0 30px 0;
}
.top-bnr .ttl span {
  display: block;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 800;
}
.top-bnr .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-bnr .list-item {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 50rem;
  padding: 8px 15px 10px 15px;
  margin: 4.5px;
}
.top-bnr .list-item span {
  font-size: 20px;
  font-size: 2rem;
}
.top-bnr .ttl, .top-bnr .list-item {
  transition: 0.4s;
}

#ctn-lower article {
  padding: 150px 0;
}
#ctn-lower .ttl-main {
  text-align: center;
  margin-bottom: 70px;
}
#ctn-lower .ttl-main .eng {
  font-size: 110px;
  font-size: 11rem;
  margin-bottom: 20px;
}
#ctn-lower .ttl-main .ruby {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
}
#ctn-lower .txt-plain {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
}
#ctn-lower .list-card .card-item {
  padding: 50px 30px;
  text-align: left;
}
#ctn-lower .list-card .card-item:nth-child(n+4) {
  margin-top: 65px;
}
#ctn-lower .list-card .img, #ctn-lower .list-card .txt-01 {
  text-align: center;
}
#ctn-lower .list-card .txt-01 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 800;
}
#ctn-lower .table-ptn1 td {
  white-space: pre-wrap;
}

.lower-price .tbl-item:not(:last-child) {
  margin-bottom: 60px;
}

.lower-worksDetail .main-img img {
  max-height: 600px;
}

.lower-greeting .txt {
  line-height: 1.8;
}

footer#footer {
  background: url("/img/common/ft-bg.png") center center no-repeat;
  background-size: cover;
  padding: 60px 0 50px 0;
}

#ft-nav .nav-item::before {
  background: #fff;
}
#ft-nav .nav-item:not(:first-child) {
  margin-left: 30px;
}
#ft-nav .nav-link {
  color: #fff;
}/*# sourceMappingURL=style.css.map */</pre></body></html>