@charset "UTF-8";
/* company.html（会社案内）
---------------------------------------------------- */
.sec-company_message {
  overflow-x: clip;
}
.sec-company_message .sec-inner {
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-company_message .sec-inner {
    margin-top: 0;
  }
}
.sec-company_message .sec-inner .txt-wrap {
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-company_message .sec-inner .txt-wrap {
    margin-bottom: 3em;
  }
}
.sec-company_message .sec-inner .txt-wrap .sec-ttl .__large-en-txt {
  position: relative;
  z-index: -1;
  color: #165c96;
  font-size: min(12.5vw, 240px);
  opacity: 0.1;
  margin-top: -0.1em;
  margin-bottom: -0.4em;
  margin-left: -6.25rem;
}
@media screen and (max-width: 991px) {
  .sec-company_message .sec-inner .txt-wrap .sec-ttl .__large-en-txt {
    margin-top: -0.4em;
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_message .sec-inner .txt-wrap .sec-ttl .__large-en-txt {
    margin-left: -20px;
  }
}
.sec-company_message .sec-inner .txt-wrap .sec-ttl span.__en {
  color: #118e69;
}
.sec-company_message .sec-inner .txt-wrap .sec-txt p.__name {
  text-align: end;
  font-size: 0.9em;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-company_message .sec-inner .txt-wrap .sec-txt p.__name {
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_message .sec-inner .txt-wrap .sec-txt p.__name {
    margin-top: 3em;
  }
}
.sec-company_message .sec-inner .txt-wrap .sec-txt p.__name em {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec-company_message .sec-inner .txt-wrap .sec-txt p.__name em {
    font-size: 1.375em;
  }
}
.sec-company_message .sec-inner .img-wrap {
  width: 32.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-company_message .sec-inner .img-wrap {
    width: min(80%, 400px);
  }
}

.sec-company_outline {
  margin-top: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .sec-company_outline {
    margin-top: 48px;
    padding-top: 40px;
  }
}
.sec-company_outline > .__bg-gradation {
  bottom: initial;
  height: calc(100% - 25 * 1rem);
}
@media screen and (max-width: 1199px) {
  .sec-company_outline > .__bg-gradation {
    height: calc(100% - 240px);
  }
}
.sec-company_outline > .__bg-gradation::after {
  opacity: 0.8;
}
.sec-company_outline .sec-inner {
  background-color: #fefefe;
  border: solid 6px #ddd;
  padding-left: max(5rem, 3em);
  padding-right: max(5rem, 3em);
}
@media screen and (max-width: 767px) {
  .sec-company_outline .sec-inner {
    border-width: 4px;
    padding: 24px 20px;
  }
}
.sec-company_outline .sec-ttl {
  text-align: center;
  margin-top: -0.6em;
}
@media screen and (max-width: 767px) {
  .sec-company_outline .sec-ttl {
    margin-top: 0;
  }
}
.sec-company_outline .sec-ttl span.__en {
  color: #118e69;
}
.sec-company_outline .table-content {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-company_outline .table-content {
    margin-top: 0;
  }
}
.sec-company_outline .map-content .map-wrap {
  background-color: #bbb;
  width: 100%;
  height: 37.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-company_outline .map-content .map-wrap {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_outline .map-content .map-wrap {
    height: 300px;
  }
}
.sec-company_outline .map-content .map-wrap iframe {
  filter: brightness(0.98);
  width: 100%;
  height: 100%;
}

.sec-company_history .sec-inner {
  color: #fff;
  position: relative;
  padding: max(5rem, 3em);
  border: solid 6px #04754c;
}
@media screen and (max-width: 767px) {
  .sec-company_history .sec-inner {
    border-width: 4px;
    padding: 24px 20px;
  }
}
.sec-company_history .sec-inner .sec-ttl {
  text-align: center;
  margin-top: -0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-company_history .sec-inner .sec-ttl {
    margin-top: 0;
  }
}
.sec-company_history .sec-inner .history-content {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2em;
}
.sec-company_history .sec-inner .history-content ul li {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-company_history .sec-inner .history-content ul li {
    font-size: 0.95em;
    padding-top: 1.4em;
  }
}
.sec-company_history .sec-inner .history-content ul li:nth-of-type(1) {
  padding-top: 0;
}
.sec-company_history .sec-inner .history-content ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-left: 6px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .sec-company_history .sec-inner .history-content ul li::before {
    margin-left: 4px;
  }
}
.sec-company_history .sec-inner .history-content ul li .item-point {
  font-size: 1em;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 0.4em;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .sec-company_history .sec-inner .history-content ul li .item-point {
    width: 8px;
    height: 8px;
    margin-right: 1em;
  }
}
.sec-company_history .sec-inner .history-content ul li .item-content {
  font-size: 1em;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .sec-company_history .sec-inner .history-content ul li .item-content {
    display: block;
  }
}
.sec-company_history .sec-inner .history-content ul li .item-content p {
  font-size: 1em;
}
.sec-company_history .sec-inner .history-content ul li .item-content p.__year {
  flex-shrink: 0;
  width: 8em;
}

/* staff.html（スタッフ紹介）
---------------------------------------------------- */
.sec-staff01 .staff-list {
  margin-top: 1em;
}
.sec-staff01 .staff-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-staff01 .staff-list ul .staff-list-item {
  position: relative;
  z-index: 2;
  width: calc(50% - max(5rem, 2em) * 1 / 2);
  padding: 2em;
  margin-right: max(5rem, 2em);
  margin-top: max(5rem, 2em);
}
.sec-staff01 .staff-list ul .staff-list-item:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-staff01 .staff-list ul .staff-list-item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-staff01 .staff-list ul .staff-list-item {
    width: 100%;
    margin-right: 0;
  }
}
.sec-staff01 .staff-list ul .staff-list-item .__bg-gradation {
  bottom: initial;
  clip-path: polygon(0 0, 100% 0, 0 40%);
}
.sec-staff01 .staff-list ul .staff-list-item .item-img {
  width: 100%;
}
.sec-staff01 .staff-list ul .staff-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-staff01 .staff-list ul .staff-list-item .item-content {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-staff01 .staff-list ul .staff-list-item .item-content {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-staff01 .staff-list ul .staff-list-item .item-content .item-name h3 span.__jp {
    font-size: 1em;
  }
}
.sec-staff01 .staff-list ul .staff-list-item .item-content .item-name h3 span.__jp em {
  display: inline-block;
  font-weight: 700;
  font-size: max(2.5rem, 1.5em);
  line-height: 1.2em;
  margin-left: 0.48em;
}
@media screen and (max-width: 767px) {
  .sec-staff01 .staff-list ul .staff-list-item .item-content .item-name h3 span.__jp em {
    display: block;
  }
}
.sec-staff01 .staff-list ul .staff-list-item .item-content .item-name h3 span.__en {
  display: block;
  color: #1685bc;
  font-weight: 700;
  font-size: 1.105em;
}
@media screen and (max-width: 767px) {
  .sec-staff01 .staff-list ul .staff-list-item .item-content .item-name h3 span.__en {
    font-size: 1em;
    margin-top: 0.4em;
  }
}
.sec-staff01 .staff-list ul .staff-list-item .item-content .item-txt {
  border-top: solid 1px #bbb;
  margin-top: 1em;
}
.sec-staff01 .staff-list ul .staff-list-item .item-content .item-txt dl {
  margin-top: 1em;
}
.sec-staff01 .staff-list ul .staff-list-item .item-content .item-txt dl dt {
  font-weight: 600;
  font-size: 0.9em;
  margin-bottom: 0.4em;
}

.sec-staff02 .sec-ttl {
  text-align: center;
  margin-top: -0.6em;
}
@media screen and (max-width: 991px) {
  .sec-staff02 .sec-ttl {
    margin-top: 0;
  }
}
.sec-staff02 .sec-ttl .__txtAnimation {
  line-height: 1.4em;
}
.sec-staff02 .sec-content {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-staff02 .sec-content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-staff02 .sec-content {
    margin-top: 2em;
  }
}
.sec-staff02 .sec-content dl {
  width: calc(33.3333333333% - max(3.75rem, 2em) * 2 / 3);
}
@media screen and (max-width: 991px) {
  .sec-staff02 .sec-content dl {
    width: 100%;
    margin-top: 1em;
  }
}
.sec-staff02 .sec-content dl dt {
  color: #0a4b8b;
}
@media screen and (max-width: 991px) {
  .sec-staff02 .sec-content dl dt {
    display: flex;
  }
}

/* equipment.html（自社保有車両・重機）
---------------------------------------------------- */
.sec-equipment-list .equipment-list-wrap .content-ttl {
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .sec-equipment-list .equipment-list-wrap .content-ttl {
    margin-top: 0;
  }
}
.sec-equipment-list .equipment-list-wrap:not(:nth-of-type(1)) {
  border-top: solid 2px #ddd;
  padding-top: 60px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .sec-equipment-list .equipment-list-wrap:not(:nth-of-type(1)) {
    padding-top: 24px;
    margin-top: 30px;
  }
}
.sec-equipment-list .equipment-list-wrap .flex-wrap {
  display: flex;
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-equipment-list .equipment-list-wrap .flex-wrap {
    display: block;
    margin-top: 1em;
  }
}
.sec-equipment-list .equipment-list-wrap .flex-wrap .txt-wrap {
  flex-shrink: 0;
  width: max(15rem, 15em);
  margin-right: max(5rem, 2em);
}
@media screen and (max-width: 767px) {
  .sec-equipment-list .equipment-list-wrap .flex-wrap .txt-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.sec-equipment-list .equipment-list-wrap .flex-wrap .txt-wrap table tr th:nth-child(2), .sec-equipment-list .equipment-list-wrap .flex-wrap .txt-wrap table tr td:nth-child(2) {
  width: 5em;
  text-align: center;
}
.sec-equipment-list .equipment-list-wrap .flex-wrap .img-wrap {
  width: 100%;
}
.sec-equipment-list .equipment-list-wrap .flex-wrap .img-wrap .swiper-img {
  aspect-ratio: 80/52;
}

/* environment.html（環境方針）
---------------------------------------------------- */
.sec-intro.__environment {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .sec-intro.__environment {
    text-align: start;
  }
}
.sec-intro.__environment .sec-txt {
  margin-top: 1.6em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-intro.__environment .sec-txt {
    margin-bottom: 0;
  }
}

.sec-environment_policy {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-environment_policy .sec-inner .txt-wrap {
    margin-bottom: 2.4em;
  }
}
.sec-environment_policy .sec-inner .txt-wrap .sec-ttl {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .sec-environment_policy .sec-inner .txt-wrap .sec-ttl {
    margin-top: -2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-environment_policy .sec-inner .txt-wrap .sec-ttl {
    margin-top: -1.6em;
  }
}
.sec-environment_policy .sec-inner .txt-wrap .sec-ttl .__large-en-txt {
  text-align: end;
  opacity: 0.1;
  margin-top: -0.2em;
  margin-bottom: -0.48em;
}
@media screen and (max-width: 1199px) {
  .sec-environment_policy .sec-inner .txt-wrap .sec-ttl .__large-en-txt {
    text-align: start;
    margin-top: 0;
    margin-left: -6.25rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-environment_policy .sec-inner .txt-wrap .sec-ttl .__large-en-txt {
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-environment_policy .sec-inner .txt-wrap .sec-ttl .__large-en-txt {
    margin-left: -20px;
  }
}
.sec-environment_policy .sec-inner .txt-wrap .sec-txt ul li {
  display: flex;
  line-height: 1.6em;
  margin-top: 0.6em;
}
.sec-environment_policy .sec-inner .txt-wrap .sec-txt ul li::before {
  content: "\f058";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.sec-environment_policy .sec-inner .img-wrap::before {
  background-image: none;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .sec-environment_policy .sec-inner .img-wrap {
    width: 100%;
    aspect-ratio: 5/2;
  }
}
@media screen and (max-width: 767px) {
  .sec-environment_policy .sec-inner .img-wrap {
    aspect-ratio: 5/3;
  }
}

.sec-environment_management {
  overflow-x: clip;
}
.sec-environment_management .sec-ttl {
  position: relative;
  margin-top: -2em;
}
@media screen and (max-width: 767px) {
  .sec-environment_management .sec-ttl {
    margin-top: -1.6em;
  }
}
.sec-environment_management .sec-ttl .__large-en-txt {
  color: #bbb;
  opacity: 0.2;
  margin-top: -0.2em;
  margin-bottom: -0.48em;
  margin-left: -7.5rem;
}
@media screen and (max-width: 991px) {
  .sec-environment_management .sec-ttl .__large-en-txt {
    margin-top: 0;
    margin-bottom: -0.48em;
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-environment_management .sec-ttl .__large-en-txt {
    margin-left: -20px;
  }
}
.sec-environment_management .sec-inner {
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .sec-environment_management .sec-inner {
    margin-top: 2em;
  }
}
.sec-environment_management .sec-inner .txt-wrap .sec-txt {
  margin-top: 0;
}
.sec-environment_management .sec-inner .img-wrap {
  width: min(98%, 26em);
  padding: 10px;
}
@media screen and (max-width: 1199px) {
  .sec-environment_management .sec-inner .img-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-environment_management .sec-inner .img-wrap {
    padding: 10px;
  }
}
.sec-environment_management .sec-inner .img-wrap img {
  width: 100%;
  height: auto;
}
.sec-environment_management .sec-content {
  border-top: solid 2px #ddd;
  padding-top: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .sec-environment_management .sec-content {
    padding-top: 30px;
    margin-top: 36px;
  }
}
.sec-environment_management .sec-content .content-ttl span.__jp {
  color: #333;
}
.sec-environment_management .sec-content .content-ttl span.__en {
  color: #118e69;
}
.sec-environment_management .sec-content .content-txt h5 {
  margin-top: 1em;
}
.sec-environment_management .sec-content .content-txt p {
  margin-top: 1em;
}
.sec-environment_management .e-manifest {
  padding: 2em;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .sec-environment_management .e-manifest {
    padding: 20px;
    margin-top: 40px;
  }
}
.sec-environment_management .e-manifest .flex-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .sec-environment_management .e-manifest .flex-wrap {
    display: block;
  }
}
.sec-environment_management .e-manifest .flex-wrap .left-content {
  width: 100%;
}
.sec-environment_management .e-manifest .flex-wrap .left-content .content-ttl {
  font-size: 1em;
}
@media screen and (max-width: 991px) {
  .sec-environment_management .e-manifest .flex-wrap .left-content .content-ttl {
    margin-bottom: 1em;
  }
}
.sec-environment_management .e-manifest .flex-wrap .left-content .content-txt {
  margin-top: -1em;
}
.sec-environment_management .e-manifest .flex-wrap .left-content .content-txt p {
  margin-top: 1em;
}
.sec-environment_management .e-manifest .flex-wrap .right-content {
  flex-shrink: 0;
  display: flex;
  width: max(37.5rem, 27em);
  margin-left: max(5rem, 2em);
}
@media screen and (max-width: 991px) {
  .sec-environment_management .e-manifest .flex-wrap .right-content {
    margin: 0 auto;
    margin-top: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-environment_management .e-manifest .flex-wrap .right-content {
    display: block;
    width: 100%;
  }
}
.sec-environment_management .e-manifest .flex-wrap .right-content .pdf-wrap {
  width: calc(50% - 1em);
  margin-right: 2em;
  margin-top: 0.6em;
}
.sec-environment_management .e-manifest .flex-wrap .right-content .pdf-wrap:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec-environment_management .e-manifest .flex-wrap .right-content .pdf-wrap {
    width: 100%;
    margin-right: 0;
    margin-top: 2em;
  }
}
.sec-environment_management .e-manifest .flex-wrap .right-content .pdf-wrap .pdf-img {
  border: solid 1px #ddd;
  aspect-ratio: unset;
}
@media screen and (max-width: 767px) {
  .sec-environment_management .e-manifest .flex-wrap .right-content .pdf-wrap .pdf-img {
    width: 80%;
    margin: 0 auto;
  }
}
.sec-environment_management .e-manifest .flex-wrap .right-content .pdf-wrap .pdf-img::after {
  color: #bbb;
}
.sec-environment_management .e-manifest .flex-wrap .right-content .pdf-wrap .pdf-img img {
  height: auto;
}
.sec-environment_management .e-manifest .flex-wrap .right-content .pdf-wrap p {
  text-align: center;
  font-size: 0.95em;
  margin-top: 0.4em;
}
.sec-environment_management .green-site-flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-environment_management .green-site-flow {
    display: block;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-environment_management .green-site-flow .illust-wrap {
    border: solid 2px #165c96;
    padding: 20px;
  }
}
.sec-environment_management .green-site-flow .illust-wrap img {
  width: auto;
  height: max(16.875rem, 8.5em);
  filter: drop-shadow(4px 4px 2px rgba(51, 51, 51, 0.2));
}
@media screen and (max-width: 767px) {
  .sec-environment_management .green-site-flow .illust-wrap img {
    height: 7em;
    margin: 0 auto;
  }
}
.sec-environment_management .green-site-flow .illust-wrap p {
  font-size: 0.95em;
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-environment_management .green-site-flow .illust-wrap p {
    border: none;
    width: 100%;
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: -0.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-environment_management .green-site-flow .arrow-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    margin: 1.6em 0 1em;
  }
}
.sec-environment_management .green-site-flow .arrow-wrap img {
  width: 3em;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec-environment_management .green-site-flow .arrow-wrap img {
    width: 2em;
    transform: rotate(90deg);
  }
}
.sec-environment_management .green-site-flow .arrow-wrap p {
  color: #0a4b8b;
  font-weight: 700;
  font-size: 0.9em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-environment_management .green-site-flow .arrow-wrap p {
    width: 6em;
    margin-left: 1em;
  }
}/*# sourceMappingURL=company.css.map */