body {
  width: 100%;
  min-width: 1260px;
  color: #000;
  background: url("/img/common/ptn-paper.png") center;
  scroll-behavior: smooth;
  font-family: "Zen Kaku Gothic New", system-ui;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 16.4705882353px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #000 !important;
}
.col-main {
  color: #000 !important;
}
.col-sub {
  color: #d1a26b !important;
}
.col-accent {
  color: #d1a26b !important;
}
.col-bdr {
  color: #bbbbbb !important;
}
.col-bg {
  color: #e1e1e1 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #000 !important;
}
.bg-main {
  background-color: #000 !important;
}
.bg-sub {
  background-color: #d1a26b !important;
}
.bg-accent {
  background-color: #d1a26b !important;
}
.bg-bdr {
  background-color: #bbbbbb !important;
}
.bg-bg {
  background-color: #e1e1e1 !important;
}

.ptn-paper {
  background: url("/img/common/ptn-paper.png") center;
}

.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  border: solid 1px #fff;
  border-radius: 50rem;
  line-height: 1;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.75) !important;
}
.btn-02 {
  display: flex;
}
.btn-02__link {
  display: flex;
}
.btn-02__link:hover {
  color: rgba(0, 0, 0, 0.75);
}

.ic-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 19/16;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}

.arw-circle-30, .arw-circle-55 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arw-circle-30::after, .arw-circle-55::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle-30.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-circle-30:hover::after, .arw-circle-55:hover::after {
  transform: translateX(-2px);
}
.arw-circle-55 {
  justify-content: flex-start;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.arw-circle-55::after {
  width: 55px;
  background-image: url("/img/common/arw-circle-55.png");
  background-size: 100%;
}
.arw-circle-55:hover::after {
  transform: translateX(-2px) scale(98%);
}
.arw-half-60, .arw-half-75 {
  position: relative;
  overflow: hidden;
}
.arw-half-60::after, .arw-half-75::after {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 75/150;
  background-image: url("/img/common/arw-half.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s;
}
.arw-half-60:hover::after, .arw-half-75:hover::after {
  transform: translate(3px, -50%) scale(98%);
  opacity: 0.8;
}
.arw-half-75::after {
  width: 75px;
}

.obj-illust-green {
  position: relative;
  z-index: 1;
}
.obj-illust-green::after {
  content: "";
  display: block;
  width: 386px;
  aspect-ratio: 386/300;
  background-image: url("/img/top/greeting-illust.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.obj-illust-truck {
  position: relative;
  z-index: 1;
}
.obj-illust-truck::after {
  content: "";
  display: block;
  width: 315px;
  aspect-ratio: 315/173;
  background-image: url("/img/common/illust-truck.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-illust-tool {
  position: relative;
  z-index: 1;
}
.obj-illust-tool::after {
  content: "";
  display: block;
  width: 120px;
  aspect-ratio: 120/116;
  background-image: url("/img/common/illust-tool.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-illust-tree {
  position: relative;
  z-index: 1;
}
.obj-illust-tree::after {
  content: "";
  display: block;
  width: 239px;
  aspect-ratio: 239/111;
  background-image: url("/img/demolition/about-illust-tree.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.obj-illust-machinery {
  position: relative;
  z-index: 1;
}
.obj-illust-machinery::after {
  content: "";
  display: block;
  width: 237px;
  aspect-ratio: 237/180;
  background-image: url("/img/company/greeting-illust.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(160px, 40px);
  z-index: -1;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01, .tbl-02 {
  display: grid;
  row-gap: 10px;
}
.tbl-01 dt, .tbl-01 dd, .tbl-02 dt, .tbl-02 dd {
  padding: 15px 4%;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tbl-01 dt, .tbl-02 dt {
  width: 32%;
  background: #000;
  color: #fff;
  text-align: center;
}
.tbl-01 dd, .tbl-02 dd {
  width: 68%;
}
.tbl-01 dl, .tbl-02 dl {
  width: 100%;
  background: #fff;
  display: flex;
}
.tbl-02 dt {
  width: 25%;
  background: #d1a26b;
}
.tbl-02 dd {
  width: 75%;
}

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

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

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 120px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 120px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-service .list-item, .list-flow .list-item, .list-demorition .list-item, .list-reason .list-item, .list-merit .list-item, .list-tbl .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  line-height: 1;
  color: #d1a26b;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 18.8235294118px;
  }
}
.list-news__item {
  border-bottom: solid 1px #bbbbbb;
  padding-bottom: 40px;
}
.list-news__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.list-news .tag-sub__list {
  flex-direction: column !important;
}
.list-service__item {
  border-bottom: solid 1px #bbbbbb;
  padding-bottom: 90px;
}
.list-service__bx {
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-service__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 35px;
}
.list-service__num, .list-service__eng, .list-service__ttl {
  line-height: 1;
}
.list-service__num {
  font-weight: 900;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  paint-order: stroke;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-service__num {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__num {
    font-size: 26.4705882353px;
  }
}
.list-service__eng {
  font-family: "Arimo", sans-serif;
  font-weight: bold;
}
.list-service__ttl {
  background: #fff;
  padding: 5px;
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl {
    font-size: 48px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl {
    font-size: 28.2352941176px;
  }
}
.list-flow__txt, .list-reason__txt, .list-merit__txt {
  line-height: 1.8888888889;
}
.list-flow__item {
  background: url("/img/common/ptn-paper.png") center;
  padding: 50px 60px;
  position: relative;
  z-index: 1;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 50/25;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #d1a26b;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 80%);
  z-index: -1;
}
.list-demolition__item:nth-child(even) .com-base {
  flex-direction: row-reverse;
}
.list-demolition .com-base {
  justify-content: space-between;
  align-items: center;
  padding: 50px 70px;
  background: #fff;
}
.list-reason__item, .list-merit__item {
  background: #fff;
  border: solid 1px #000;
  display: flex;
}
.list-reason__ic, .list-reason__bx, .list-merit__ic, .list-merit__bx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
}
.list-reason__ic, .list-merit__ic {
  width: 220px;
  max-width: 100%;
  align-items: center;
  border-right: solid 1px #000;
}
.list-reason__bx, .list-merit__bx {
  width: calc(100% - 220px);
  padding: 40px 60px;
}
.list-reason__ttl, .list-merit__ttl {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .list-reason__ttl, .list-merit__ttl {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__ttl, .list-merit__ttl {
    font-size: 27.0588235294px;
  }
}
.list-works__img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.list-works__day {
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-works__day {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works__day {
    font-size: 17.6470588235px;
  }
}
.list-thumb__item {
  aspect-ratio: 1/1;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.list-merit__ic span {
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #e1e1e1;
  transform: translateY(-15px);
  font-size: 160px;
  font-size: 16rem;
}
@media screen and (max-width: 768px) {
  .list-merit__ic span {
    font-size: 170px;
    font-size: 22.1354166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-merit__ic span {
    font-size: 100px;
  }
}
.list-recruit__item {
  background: #fff;
  aspect-ratio: 310/320;
  position: relative;
  padding: 30px;
  display: grid;
  grid-template-rows: 1fr 2fr;
  row-gap: 10px;
}
.list-recruit__ic {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.list-recruit__bx {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-recruit__num, .list-recruit__ic, .list-recruit__ttl {
  text-align: center;
}
.list-recruit__num {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  paint-order: stroke;
  font-weight: 900;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-recruit__num {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-recruit__num {
    font-size: 26.4705882353px;
  }
}
.list-recruit__ttl {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-recruit__ttl {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-recruit__ttl {
    font-size: 26.4705882353px;
  }
}
.list-recruit__txt {
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-recruit__txt {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-recruit__txt {
    font-size: 15.2941176471px;
  }
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  line-height: 1;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 17.6470588235px;
  }
}
.tag-main__link {
  display: block;
  background: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 14.7058823529px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #fff;
  padding: 3px 10px 5px 10px;
  font-weight: bold;
  text-align: center;
}

.ttl-01 {
  position: relative;
  z-index: 1;
}
.ttl-01__eng {
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.ttl-01__ruby {
  display: block;
}
.ttl-01__ruby.ft-55 {
  line-height: 1.4545454545;
}
.ttl-02 {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.ttl-02__eng {
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-02__eng {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02__eng {
    font-size: 23.5294117647px;
  }
}
.ttl-03 {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 25px 4%;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 27.0588235294px;
  }
}
.ttl-04 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-04 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-04 {
    font-size: 23.5294117647px;
  }
}
.ttl-04::before {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 1/7;
  background: #000;
  margin-right: 10px;
}
.ttl-sub {
  font-weight: 600;
  border-left: solid #000 6px;
  border-bottom: solid 1px #bbbbbb;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
}
@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;
  }
}

.txt-plain {
  line-height: 2;
}
.txt-plain.ft-17 {
  line-height: 2.0588235294;
}
.txt-plain.ft-20 {
  line-height: 1.9;
}

.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 17.6470588235px;
  }
}
.header-nav__item {
  line-height: 1;
}
.header-nav__link {
  border-bottom: solid 2px rgba(209, 162, 107, 0);
  padding-bottom: 2px;
}
.header-nav__link:hover {
  opacity: 0.8;
}
.header-nav .current {
  border-bottom-color: #d1a26b;
}

.mv, .sv {
  width: 100%;
  position: relative;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv-cc {
  width: 415px;
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-6.77vw, -6.77vw);
  z-index: 1;
}

.sv {
  aspect-ratio: 1920/650;
}
.sv-ttl {
  width: 730px;
  max-width: 38.0208333333%;
  aspect-ratio: 730/95;
  font-size: 55px;
  font-size: 2.8645833333vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 32.3529411765px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 55px;
  }
}
.sv-demolition {
  background: url("/img/demolition/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-asbestos {
  background: url("/img/asbestos/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-shipbuilding {
  background: url("/img/shipbuilding/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-recruit {
  background: url("/img/recruit/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-reason {
  background: url("/img/reason/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-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-site {
  background: url("/img/site/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-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

.side-bar {
  aspect-ratio: 1/1;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media screen and (max-width: 1340px) {
  .header-bar .com-logo a {
    width: 320px;
    max-width: 100%;
  }
  .header-nav__list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.top-greeting {
  padding: 260px 0 200px 0;
}
.top-greeting .ttl-01 {
  margin-bottom: 60px;
}

.top-service {
  padding: 200px 0 220px 0;
}
.top-service .ttl-02 {
  margin-bottom: 80px;
}

.top-recruit .img {
  margin-left: -160px;
}
.top-recruit .layout-bx {
  margin-top: 120px;
}
.top-recruit .obj-illust-truck::after {
  right: 0;
  bottom: 0;
  transform: translateX(100px);
}

.top-company {
  padding: 180px 0;
}
.top-company .ttl-02 {
  margin-bottom: 60px;
}

.top-blog {
  padding: 250px 0 200px 0;
}
.top-blog .ttl-01 {
  margin-bottom: 50px;
}
.top-blog .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.top-blog .obj-illust-tool::after {
  top: 0;
  left: 0;
  transform: translate(210px, -50px);
}

#ctn-lower section {
  padding: 200px 0;
}
#ctn-lower .ttl-02 {
  margin-bottom: 40px;
}
#ctn-lower .ttl-02__ruby {
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-02__ruby {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-02__ruby {
    font-size: 41.1764705882px;
  }
}

.asbestos-about .obj-illust-tool::after {
  top: 0;
  left: 0;
  transform: translateX(470px);
}

.shipbuilding-about .obj-illust-truck::after {
  right: 0;
  bottom: 0;
  transform: translate(100px, 30px);
}

#com-bnr .ttl-02 {
  margin-bottom: 0 !important;
}
#com-bnr .ttl-02__eng, #com-bnr .ttl-02__ruby {
  transition: 0.3s;
}
#com-bnr .bnr-link {
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4vw;
}
#com-bnr .bnr-link:hover .ttl-02__eng {
  color: #d1a26b;
}
#com-bnr .bnr-link:hover .ttl-02__ruby {
  opacity: 0.8;
}
#com-bnr .bnr-01 {
  width: 100%;
  aspect-ratio: 1080/300;
}
#com-bnr .bnr-02 {
  width: 510px;
  max-width: 100%;
  aspect-ratio: 510/280;
}
#com-bnr .bnr-02 .ttl-02__ruby {
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  #com-bnr .bnr-02 .ttl-02__ruby {
    font-size: 56px;
    font-size: 7.2916666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-bnr .bnr-02 .ttl-02__ruby {
    font-size: 32.9411764706px;
  }
}

#footer {
  padding: 170px 0 0;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/367;
  background-image: url("/img/common/footer-eng.png");
  background-size: 100%;
  margin-top: 100px;
}

.footer-nav__item, .nav-menu__item, .footer-sub__item {
  line-height: 1;
}
.footer-nav__link:hover, .nav-menu__link:hover, .footer-sub__link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.footer-nav__list {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 18.8235294118px;
  }
}
.footer-nav__item {
  width: 220px;
  max-width: 100%;
}
.footer-nav__link {
  border-bottom: solid 1px #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.nav-menu {
  margin-top: 20px;
}
.nav-menu__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .nav-menu__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .nav-menu__list {
    font-size: 15.2941176471px;
  }
}

.footer-sub__list {
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 14.7058823529px;
  }
}
.footer-sub__item:not(:first-child) {
  border-left: solid 1px #fff;
  padding-left: 35px;
  margin-left: 35px;
}/*# sourceMappingURL=style.css.map */