@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
#page-ttl {
  background-size: cover;
}
#page-ttl.__dismantle {
  background-image: url(../images/dismantle/pgttl-bgimg.jpg);
  background-position: 50% 50%;
}
#page-ttl.__service {
  background-image: url(../images/service/pgttl-bgimg.jpg);
  background-position: 50% 50%;
}
#page-ttl.__staffing {
  background-image: url(../images/staffing/pgttl-bgimg.jpg);
  background-position: 50% 50%;
}
#page-ttl.__company {
  background-image: url(../images/company/pgttl-bgimg.jpg);
  background-position: 50% 50%;
}
#page-ttl.__equipment {
  background-image: url(../images/company/equipment/pgttl-bgimg.jpg);
  background-position: 50% 50%;
}
#page-ttl.__environment {
  background-image: url(../images/company/environment/pgttl-bgimg.jpg);
  background-position: 50% 50%;
}
#page-ttl.__recruit {
  background-image: url(../images/recruit/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl.__faq {
  background-image: url(../images/faq/pgttl-bgimg.jpg);
  background-position: 50% 50%;
}
#page-ttl.__information {
  background-image: url(../images/information/pgttl-bgimg.jpg);
  background-position: 50% 50%;
}
#page-ttl.__contact {
  background-image: url(../images/contact/pgttl-bgimg.jpg);
  background-position: 50% 50%;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .page-group p {
    font-size: 0.8em;
  }
}
#page-ttl .pgttl-inner h2 {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-inner h2 {
    display: block;
  }
}
#page-ttl .pgttl-inner h2 span.__jp {
  font-weight: 600;
  font-size: max(4rem, 2.645em);
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__jp {
    font-size: 1.75em;
  }
}
#page-ttl .pgttl-inner h2 span.__en {
  font-size: max(1.5rem, 1.125em);
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-inner h2 span.__en {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 1em;
  }
}

.__breadcrumbs {
  padding: 0.1em 0;
}
@media screen and (max-width: 1199px) {
  .__breadcrumbs {
    padding: 0.2em 0;
  }
}
.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  font-size: 0.875em;
  padding: 0.2em 0;
  margin-left: 0.8em;
}
@media screen and (max-width: 767px) {
  .__breadcrumbs ul li {
    font-size: 0.8em;
  }
}
.__breadcrumbs ul li::after {
  content: "｜";
  opacity: 0.6;
  margin-left: 0.8em;
}
.__breadcrumbs ul li a {
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.__table-style01 dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__table-style01 dl {
    display: block;
  }
}
.__table-style01 dl dt, .__table-style01 dl dd {
  font-weight: 600;
}
.__table-style01 dl dt {
  flex-shrink: 0;
  color: #093c70;
  width: 8em;
  padding: 1.4em 0;
  border-bottom: solid 1px #bbb;
}
@media screen and (max-width: 767px) {
  .__table-style01 dl dt {
    width: 100%;
    font-size: 0.9em;
    padding-top: 1.4em;
    padding-bottom: 0.6em;
    border-bottom: none;
  }
  .__table-style01 dl dt::before {
    content: "-";
    margin-right: 0.2em;
  }
}
.__table-style01 dl dd {
  width: 100%;
  padding: 1.4em 0;
  padding-left: max(3.75rem, 2em);
  border-bottom: solid 1px #bbb;
}
@media screen and (max-width: 767px) {
  .__table-style01 dl dd {
    font-size: 0.95em;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 1.2em;
    line-height: 1.4em;
  }
}
.__table-style01 dl dd > p + p {
  margin-top: 1.2em;
}
.__table-style01 dl dd p {
  font-size: 1em;
}
.__table-style01 dl dd a {
  display: inline;
  font-size: 1em;
}

.__table-style02 table {
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.__table-style02 td, .__table-style02 th {
  font-size: 0.95em;
  padding: 0.6em 1.2em;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
}
.__table-style02 th {
  color: #fff;
  background-color: #1685bc;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.viewer-img, .viewer-gallery-img {
  position: relative;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: clip;
  background-color: #666;
}
.viewer-img::after, .viewer-gallery-img::after {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  margin: 0.6em;
  content: "\f065";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1em;
}
.viewer-img img, .viewer-gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.viewer-img img:hover, .viewer-gallery-img img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-button {
  top: 16px !important;
  right: 16px !important;
  width: 56px !important;
  height: 56px !important;
  background-color: initial !important;
  border: solid 1px #fff;
  transition: all 0.24s !important;
}
.viewer-button::before {
  bottom: initial !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1.25);
}
.viewer-button:hover {
  opacity: 0.6;
}

.viewer-footer {
  margin-bottom: 2vh;
}

.viewer-title {
  color: #fff !important;
  font-size: 1em !important;
}

.viewer-toolbar {
  margin-top: 1em;
}
.viewer-toolbar .viewer-prev,
.viewer-toolbar .viewer-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin: 0 0.4em;
}
@media screen and (max-width: 767px) {
  .viewer-toolbar .viewer-prev,
  .viewer-toolbar .viewer-next {
    width: 3em;
    height: 3em;
    margin: 0 1em;
  }
}

.__link-list {
  position: relative;
  z-index: 4;
  margin-top: 36px;
  margin-bottom: -20px;
}
@media screen and (max-width: 1199px) {
  .__link-list {
    margin-top: 48px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .__link-list {
    margin-top: 30px;
  }
}
.__link-list ul {
  display: flex;
  flex-wrap: wrap;
}
.__link-list ul li {
  width: calc(25% - 6px);
  margin-right: 8px;
  margin-top: 8px;
}
.__link-list ul li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .__link-list ul li {
    width: calc(50% - 4px);
  }
  .__link-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .__link-list ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 6px;
  }
}
.__link-list ul li a {
  border: solid 2px rgba(187, 187, 187, 0.4);
  font-size: 0.95em;
  padding-top: 0.48em;
  padding-bottom: 0.48em;
}
@media screen and (max-width: 991px) {
  .__link-list ul li a {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
}
.__link-list ul li a span.__txt {
  justify-content: space-between;
}
.__link-list ul li a span.__txt::after {
  margin-left: 1em;
}
.__link-list ul li:not(.__current) a {
  color: #093c70;
  background-color: #f6f6f6;
}
.__link-list ul li:not(.__current) a::before {
  background-color: #fff;
  opacity: 0.6;
}
.__link-list ul li:not(.__current) a span.__txt::after {
  background-image: url(../images/arrow-right.png);
}
.__link-list ul li.__current a {
  background-color: #165c96;
  border-color: #165c96;
}
.__link-list ul li.__current a::before {
  background-color: #0a4b8b;
}
.__link-list.__category ul li {
  width: calc(33.3333333333% - 5.3333333333px);
}
.__link-list.__category ul li:nth-of-type(4n) {
  margin-right: 8px;
}
.__link-list.__category ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .__link-list.__category ul li {
    width: calc(50% - 4px);
  }
  .__link-list.__category ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .__link-list.__category ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .__link-list.__category ul li:nth-of-type(3n) {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .__link-list.__category ul li {
    width: 100%;
    margin-right: 0;
  }
  .__link-list.__category ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.__link-list.__category ul li:not(.__current) a {
  color: #04754c;
  background-color: #fff;
}
.__link-list.__category ul li:not(.__current) a::before {
  background-color: #f6f6f6;
}
.__link-list.__category ul li:not(.__current) a span.__txt::after {
  background-image: url(../images/arrow-right_green.png);
}
.__link-list.__category ul li.__current a {
  background-color: #04754c;
  border-color: #04754c;
}
.__link-list.__category ul li.__current a::before {
  background-color: #118e69;
}
.__link-list.__anchor ul li a span.__txt::after {
  width: 0.4em;
  aspect-ratio: 1/2;
  transform: rotate(90deg);
  background-size: 100% 100%;
}
.__link-list.__anchor ul li a:hover span.__txt::after {
  transform: rotate(90deg);
}

.back-btn .__linkbtn01 {
  margin: 0 auto;
}/*# sourceMappingURL=sub.css.map */