@charset "UTF-8";:root {
  --color-01: #000080;
  /* --color-02: #0071bc;
  --color-03: #000;
  --accent-01: #3cad85; */
  --txt-white: #fff;
  --txt-lh: 1.7;
  --fs-custom1: 30px;
  --fs-custom2: 34px;
  --fs-custom3: 36px;
  --window-py: 80px;
  --window-px: 25px;
  --gap-pb: 60px;
  --gap-pt: 60px;
  --inner-box: 1400px;
  --inner-box2: 1200px;
}

a.anchor {
  width: 0;
  height: 0;
  opacity: 0;
  appearance: none;
  visibility: hidden;
  position: relative;
  top: -80px;
}

.cbg1 {
  background-color: var(--color-01);
}

.tw {
  color: var(--txt-white);
}

.pd-px {
  padding-left: var(--window-px);
  padding-right: var(--window-px);
}

.pd-py {
  padding-top: var(--window-py);
  padding-bottom: var(--window-py);
}

.pd-pb {
  padding-bottom: var(--gap-pb);
}

.pd-pt {
  padding-top: var(--gap-pt);
}

.mini-py {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sub .inner {
  max-width: var(--inner-box2);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner-md {
  max-width: var(--inner-box2);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.inner-fw {
  max-width: 100%;
  width: 100%;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.full-w {
  width: 100%;
}

.full-h {
  height: 100%;
}

.full-vh {
  height: 100vh;
}

.fit-w {
  max-width: fit-content;
  width: 100%;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.start-x {
  justify-content: flex-start;
}

.center-x {
  justify-content: center;
}

.between-x {
  justify-content: space-between;
}

.around-x {
  justify-content: space-around;
}

.even-x {
  justify-content: space-evenly;
}

.end-x {
  justify-content: flex-end;
}

.stretch-x {
  justify-content: stretch;
}

.start-y {
  align-items: flex-start;
}

.center-y {
  align-items: center;
}

.end-y {
  align-items: flex-end;
}

.stretch-y {
  align-items: stretch;
}

.f-wrap {
  flex-wrap: wrap;
}

.f-nwrap {
  flex-wrap: nowrap;
}

.gpx10 {
  column-gap: 10px;
}

.gpx20 {
  column-gap: 20px;
}

.gpx30 {
  column-gap: 30px;
}

.gpx40 {
  column-gap: 40px;
}

.w {
  column-gap: 50px;
}

.gpy10 {
  row-gap: 10px;
}

.gpy20 {
  row-gap: 20px;
}

.gpy30 {
  row-gap: 30px;
}

.gpy40 {
  row-gap: 40px;
}

.gpy50 {
  row-gap: 50px;
}

.gpy60 {
  row-gap: 60px;
}

.gpxy10 {
  gap: 10px;
}

.gpxy20 {
  gap: 20px;
}

.gpxy30 {
  gap: 30px;
}

.gpxy40 {
  gap: 40px;
}

.gpxy50 {
  gap: 50px;
}

.sub {
  margin-top: 100px;
}

.sub-section_ttl {
  font-size: 36px;
  padding-bottom: 30px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: fit-content;
  position: relative;
}

.sub-section_ttl2 {
  font-size: 22px;
  /* padding-bottom: 30px; */
  margin: 0 auto;
  /* margin-bottom: -22px; */
  width: fit-content;
  position: relative;
}

.sub-section_ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 50px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--accent-color);
}

.lower-mv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 3%;
  height: 361px;
  position: relative;
}

.lower-mv::before {
  content: "";
  background: #00000066;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.lower-mv .inner {
  position: relative;
  justify-content: flex-start;
  max-width: 1000px;
}

.lower-mv .mv-box {
  text-align: start;
  line-height: 1.5;
  color: #fff;
}

.lower-mv h2 {
  font-size: 96px;
}

.lower-mv h3 {
  font-size: 20px;
  margin-left: 7px;
}

.breadcrumb {
  border-bottom: solid 1px #3333;
  height: 50px;
}

.breadcrumb ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  justify-content: end;
  padding: 0 25px;
  border-right: solid 1px #3333;
  border-left: solid 1px #3333;
}

.breadcrumb ul li {
}

/* faq-start */
.hide {
  display: none;
}

#expand1:checked ~ .flex-col .item.item01 label span:nth-of-type(2), #expand2:checked ~ .flex-col .item.item02 label span:nth-of-type(2), #expand3:checked ~ .flex-col .item.item03 label span:nth-of-type(2), #expand4:checked ~ .flex-col .item.item04 label span:nth-of-type(2), #expand5:checked ~ .flex-col .item.item05 label span:nth-of-type(2), #expand6:checked ~ .flex-col .item.item06 label span:nth-of-type(2), #expand7:checked ~ .flex-col .item.item07 label span:nth-of-type(2), #expand8:checked ~ .flex-col .item.item08 label span:nth-of-type(2), #expand9:checked ~ .flex-col .item.item09 label span:nth-of-type(2), #expand10:checked ~ .flex-col .item.item10 label span:nth-of-type(2), #expand11:checked ~ .flex-col .item.item11 label span:nth-of-type(2), #expand12:checked ~ .flex-col .item.item12 label span:nth-of-type(2), #expand13:checked ~ .flex-col .item.item13 label span:nth-of-type(2), #expand14:checked ~ .flex-col .item.item14 label span:nth-of-type(2), #expand15:checked ~ .flex-col .item.item15 label span:nth-of-type(2), #expand16:checked ~ .flex-col .item.item16 label span:nth-of-type(2), #expand17:checked ~ .flex-col .item.item17 label span:nth-of-type(2), #expand18:checked ~ .flex-col .item.item18 label span:nth-of-type(2) {
  transform: rotate(90deg);
}

#expand1:checked ~ .flex-col .item.item01, #expand2:checked ~ .flex-col .item.item02, #expand3:checked ~ .flex-col .item.item03, #expand4:checked ~ .flex-col .item.item04, #expand5:checked ~ .flex-col .item.item05, #expand6:checked ~ .flex-col .item.item06, #expand7:checked ~ .flex-col .item.item07, #expand8:checked ~ .flex-col .item.item08, #expand9:checked ~ .flex-col .item.item09, #expand10:checked ~ .flex-col .item.item10, #expand11:checked ~ .flex-col .item.item11, #expand12:checked ~ .flex-col .item.item12, #expand13:checked ~ .flex-col .item.item13, #expand14:checked ~ .flex-col .item.item14, #expand15:checked ~ .flex-col .item.item15, #expand16:checked ~ .flex-col .item.item16, #expand17:checked ~ .flex-col .item.item17, #expand18:checked ~ .flex-col .item.item18 {
  height: unset;
}

#expand1:checked ~ .flex-col .item.item01 .middle, #expand2:checked ~ .flex-col .item.item02 .middle, #expand3:checked ~ .flex-col .item.item03 .middle, #expand4:checked ~ .flex-col .item.item04 .middle, #expand5:checked ~ .flex-col .item.item05 .middle, #expand6:checked ~ .flex-col .item.item06 .middle, #expand7:checked ~ .flex-col .item.item07 .middle, #expand8:checked ~ .flex-col .item.item08 .middle, #expand9:checked ~ .flex-col .item.item09 .middle, #expand10:checked ~ .flex-col .item.item10 .middle, #expand11:checked ~ .flex-col .item.item11 .middle, #expand12:checked ~ .flex-col .item.item12 .middle, #expand13:checked ~ .flex-col .item.item13 .middle, #expand14:checked ~ .flex-col .item.item14 .middle, #expand15:checked ~ .flex-col .item.item15 .middle, #expand16:checked ~ .flex-col .item.item16 .middle, #expand17:checked ~ .flex-col .item.item17 .middle, #expand18:checked ~ .flex-col .item.item18 .middle {
  height: 0;
  opacity: 0;
  appearance: none;
  display: none;
}

#faq label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  height: 100%;
}

#faq label span {
  width: 20px;
  height: 2px;
  background-color: var(--accent-color);
  display: block;
  transition: 0.3s ease;
}

#faq label span:nth-of-type(1) {
  margin-bottom: -2px;
}

#faq label span:nth-of-type(2) {
  transform: rotate(0);
}

#faq .subttl {
  color: #000080;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 15px auto;
}

#faq .subttl span {
  width: 25px;
  height: 25px;
  background-color: #000080;
  display: block;
}

.sub-faq .item {
  padding-bottom: 25px;
  padding-top: 25px;
  transition: 0.5s ease;
  overflow: hidden;
  border-bottom: solid 1px;
}

.sub-faq .item:nth-child(1) {
  border-top: solid 1px;
}

.sub-faq .item .upper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 15px;
  gap: 15px;
}

.sub-faq .item .upper h3 {
  font-size: 16px;
  color: #000;
}

.sub-faq .item .question {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.sub-faq .item .middle {
  max-width: calc(100% - 50px);
  width: 100%;
  margin-right: auto;
  border-radius: 10px;
  padding: 25px 15px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.sub-faq .item .answer {
  font-size: 16px;
  font-weight: bold;
  color: var(--accent-color);
}

.sub-faq .middle .bdy-txt p {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: bold;
}

.sub-faq .sub-section_ttl {
  margin-bottom: 80px;
}

.subttl {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}

/* sub-project */
#projects-details .sub-projects .inner {
  row-gap: 30px;
}

.sub-projects .prev-next__wrapper .prev {
  background: url(../img/shape01.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-projects .prev-next__wrapper .next {
  background: url(../img/shape02.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-projects .prev-next__wrapper .next span {
  color: #fff;
}

.sub-projects .prev-next__wrapper .prev span {
  color: #fff;
}

.sub-projects .prev-next__wrapper .top {
  background-color: var(--accent-color);
  color: #fff;
  max-width: 300px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  border-radius: 100vh;
}

.sub-projects .prev-next__wrapper .top::after {
  content: "";
  position: absolute;
  background-image: url(../img/projects/arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}

.box-inner .custom-dots-container {
  position: relative;
}

.box-inner .custom-dots-container .slick-dots {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}

.box-inner .slick-dots li {
  width: 8px;
  height: 8px;
}

.box-inner .slick-dots li button {
  background-color: #ddd;
  border-radius: 50vw;
  width: 8px;
  height: 8px;
  z-index: 9999;
}

.box-inner .slick-dots li.slick-active button {
  background-color: var(--accent-color);
}

.box-inner .slick-dots li button::before {
  display: none;
}

.slider-details .slick-prev, .slider-details .slick-next {
  position: absolute;
  z-index: 9999;
  opacity: 1;
}

.slider-details .slick-prev:before, .slider-details .slick-next::after {
  color: var(--accent-color);
  font-size: 30px;
  z-index: 9999;
  opacity: 1;
}

.slider-details .slick-prev:before {
  position: absolute;
  left: 100px;
  z-index: 9999;
}

.slider-details .slick-next::after {
  content: "→";
  font-family: "slick";
  position: absolute;
  right: 100px;
}

.slider-details .slick-dots {
  bottom: 50px;
}

.box-inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.box-inner {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.box-inner .box-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.box-inner .box-flex span {
  font-size: 14px;
}

.slider-details {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 60px 0 100px;
  position: relative;
}

.slider-details img {
  max-width: 700px;
  width: 100%;
  aspect-ratio: 3/2;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.sub-projects .inner {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.sub-projects img {
  width: 100%;
  object-fit: cover;
}

.sub-projects .category {
  background-color: #000;
  font-size: 15px;
  color: #fff;
  padding: 5px 7px;
  max-width: fit-content;
  line-height: 1.7;
  position: absolute;
  left: 0;
  top: 0;
}

.sub-projects .postTitle {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 2px;
}

.sub-projects .postDescription {
  font-size: 14px;
  color: #702178;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 0 0px;
}

.sub-projects .project-list {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  flex-wrap: wrap;
}
.sub-projects .project-list::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.sub-projects .project-list::after{
  content:"";
  display: block;
  width:23%;
}
.sub-projects .project-list li {
  max-width: calc(100% / 4 - (8.5px * 3));
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.sub-projects .project-list li a {
  display: flex;
  flex-direction: column;
  /* row-gap: 15px; */
  position: relative;
}

.sub-projects .project-list li .img-box {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin: 0 0 10px;
}

.projects__pagination {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.projects__pagination li {
  width: 40px;
  aspect-ratio: 1;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-color);
}

.projects__pagination li a {
  border: 1px solid #00000080;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.projects__pagination li a:where([aria-current]) {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--accent-color);
  color: #fff;
}

.pagibox ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pagibox ul li {
  width: 40px;
  aspect-ratio: 1;
  border: 1px solid #00000080;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-color);
}

.pagibox ul li.active {
  background-color: var(--accent-color);
  color: #fff;
}

/* sub-project-end */
/* thanks */
.sub-thanks .inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.sub-thanks p {
  text-align: center;
  line-height: 1.7;
}

.sub-thanks .flow-box .inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.sub-thanks .flow-box img {
  max-width: calc(100% / 3);
}

.sub-thanks .pp-btn {
  margin-top: 50px;
}

/* sub-company */
.sub-company.sec01 .wrap01 {
  display: flex;
  margin-bottom: 10px;
}

.sub-company.sec01 .wrap01 .img_box {
  width: 100%;
  max-width: 345px;
}

.sub-company.sec01 .wrap01 .img_box img {
  width: 100%;
}

.sub-company.sec01 .wrap01 .txt_box {
  width: 100%;
  padding-top: 50px;
  padding-left: 3%;
}

.sub-company.sec01 .wrap01 .txt_box h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.sub-company.sec01 .wrap01 .txt_box h2 {
  font-size: 45px;
  margin-bottom: 40px;
}

.sub-company.sec01 .wrap01 .txt_box h2 span {
  color: var(--accent-color);
  font-size: 18px;
}

.sub-company.sec01 .wrap01 .txt_box p, .sub-company.sec01 .wrap02 p {
  margin-bottom: 30px;
  line-height: 36px;
  letter-spacing: 3px;
}

.sub-company.sec01 .wrap01 .txt_box p:nth-last-child(1), .sub-company.sec01 .wrap02 p:nth-last-child(1) {
  margin-bottom: 0;
}

.sub-company.sec02 {
  background-image: url(../img/company/sec01_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
}

.sub-company.sec02 h3 {
  font-size: 30px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 25px;
}

.sub-company.sec02 h3::after {
  content: "";
  width: 40%;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.sub-company.sec02 h2 {
  font-size: 64px;
  margin-bottom: 40px;
  font-family: var(--font-family-1);
}

.sub-company.sec02 p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 50px;
}

.sub-company.sec02 ul li {
  display: flex;
  font-size: 22px;
  text-align: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.sub-company.sec02 ul li span {
  font-size: 40px;
  font-family: var(--font-family-1);
  width: 10%;
  width: 80px;
  display: block;
}

.sub-company.sec02 ul li p {
  margin: 0;
  width: calc(100% - 100px);
  line-height: 1.8;
}

.sub-company.sec03 ul li {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #3333;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sub-company.sec03 ul li:nth-last-child(1), .sub-company.sec03 ul li:nth-last-child(2) {
  align-items: unset;
}

.sub-company.sec03 ul li span:nth-child(1) {
  width: 20%;
  font-weight: 600;
}

.sub-company.sec03 ul li span:nth-child(2), .sub-company.sec03 ul li .grp01, .sub-company.sec03 ul li .grp02 {
  width: 100%;
  line-height: 2;
}

.sub-company.sec03 ul li span.circle {
  font-size: 7px;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.sub-company.sec03 ul li .grp02 div {
  display: flex;
}

.sub-company.sec03 ul li .grp02 div span:nth-child(1) {
  width: 100%;
  font-weight: 400;
}

.sub-company.sec03 ul li .grp02 div span:nth-child(2) {
  width: 100%;
}

.sub-company.sec04 {
  background-color: #f4f4f4;
}

.sub-company.sec04 ul {
  border-top: solid 1px #3333;
  border-bottom: solid 1px #3333;
  padding: 50px 0;
}

.sub-company.sec04 ul li {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.sub-company.sec04 ul li span:nth-child(1) {
  font-weight: 600;
}

.sub-company.sec05 p {
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 16px;
}

.sub-company.sec05 iframe {
  width: 100%;
  height: 400px;
}

/* construction */
.sub-construction.sec01 .wrap .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.sub-construction.sec01 .wrap .cards .card {
  width: 32%;
  height: 171px;
  position: relative;
}

.sub-construction.sec01 .wrap .cards .card a {
  display: flex;
  height: 100%;
  translate: all 0.3s;
}

.sub-construction.sec01 .wrap .cards .card a:hover {
  opacity: 0.5;
  translate: all 0.3s;
}

.sub-construction.sec01 .wrap .cards .card::after {
  content: "";
  background-image: url(../img/construction/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  pointer-events: none;
}

.sub-construction.sec01 .wrap .cards .card span {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  line-height: 25px;
}

.sub-construction.sec01 .wrap .card {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sub-construction.sec01 .wrap .card::before {
  content: "";
  background: #00000038;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub-construction.sec01 p {
  text-align: center;
  line-height: 30px;
  margin-bottom: 40px;
}

.sub-construction.sec02 .wrap {
  display: flex;
  margin-bottom: 50px;
}

.sub-construction.wrap_bg {
  background-color: #f4f4f4;
}

.sub-construction.wrap_bg2 {
  background-color: #e2e2e2;
}

.sub-construction.sec02 .wrap .img_box, .sub-construction.sec02 .wrap .txt_box {
  width: 100%;
}

.sub-construction.sec02 .wrap .img_box img {
  width: 100%;
}

.sub-construction.sec02 .wrap .img_box {
  padding: 0 50px 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(201, 173, 210, 1) 30%);
}

.sub-construction.wrap_bg .wrap .img_box {
  background: linear-gradient(180deg, rgba(244, 244, 244, 1) 30%, rgba(201, 173, 210, 1) 30%);
}

.sub-construction.wrap_bg2 .wrap .img_box {
  background: linear-gradient(180deg, rgba(226, 226, 226, 1) 30%, rgba(201, 173, 210, 1) 30%);
}

.sub-construction.sec02 .wrap .txt_box {
  padding: 0 50px 0;
}

.sub-construction.sec02 .wrap .txt_box h2 {
  font-family: var(--font-family-1);
  font-size: 33px;
  margin-bottom: 40px;
  line-height: 43px;
}

.sub-construction.sec02 .wrap .txt_box p {
  line-height: 31px;
}

.sub-construction.sec02 .inner .sub-section_ttl {
  margin-bottom: 80px;
}

/* transportations */
/* snow-removal */
.sub-transportations.sec01 .wrap, .sub-snow-removal.sec01 .wrap {
  display: flex;
  margin-bottom: 50px;
}

.sub-transportations.sec01 .wrap .img_box, .sub-transportations.sec01 .wrap .txt_box, .sub-snow-removal.sec01 .wrap .img_box, .sub-snow-removal.sec01 .wrap .txt_box {
  width: 100%;
}

.sub-transportations.sec01 .wrap .img_box img, .sub-snow-removal.sec01 .wrap .img_box img {
  width: 100%;
}

.sub-transportations.sec01 .wrap .img_box, .sub-snow-removal.sec01 .wrap .img_box {
  padding: 0 50px 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(201, 173, 210, 1) 30%);
}

.sub-transportations.sec01 .wrap .txt_box, .sub-snow-removal.sec01 .wrap .txt_box {
  padding: 0 50px 0;
}

.sub-transportations.sec01 .wrap .txt_box h2, .sub-snow-removal.sec01 .wrap .txt_box h2 {
  font-family: var(--font-family-1);
  font-size: 33px;
  margin-bottom: 40px;
  line-height: 43px;
}

.sub-transportations.sec01 .wrap .txt_box p, .sub-snow-removal.sec01 .wrap .txt_box p {
  line-height: 31px;
}

.sub-transportations.sec01 .inner .sub-section_ttl, .sub-snow-removal.sec01 .inner .sub-section_ttl {
  margin-bottom: 80px;
}

.sub-transportations.sec02 p, .sub-snow-removal.sec02 p {
  margin-bottom: 50px;
  text-align: center;
}

.sub-transportations.sec02 .wrap, .sub-snow-removal.sec02 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.sub-transportations.sec02 .wrap .img_box, .sub-snow-removal.sec02 .wrap .img_box {
  width: 49%;
  height: 400px;
}

.sub-transportations.sec02 .wrap .img_box img, .sub-snow-removal.sec02 .wrap .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  animation: zoom 0.3s ease;
}

@keyframes zoom {
  from {
    transform: scale(0.7);
  }

  to {
    transform: scale(1);
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #ccc;
}

/* news-start */
.sub-news {
  max-width: var(--inner-box2);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.sub-news p {
  line-height: 2;
  border-bottom: solid 1px;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.news-list a .news-group {
  display: flex;
  border-bottom: solid 1px #686868;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 3%;
  align-items: center;
}

.news-list .news-item:nth-child(1) a .news-group {
  border-top: solid 1px #686868;
  padding-top: 20px;
}

.news-list .news-item a {
  position: relative;
}

.news-list .news-item a::after {
  content: "";
  position: absolute;
  background-image: url(../img/news/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}

.news-list a .news-group .news-date {
  color: #6e6e6e;
  margin: 0;
  padding: 0;
  border: 0;
}

.news-category {
  width: 130px;
  text-align: center;
  border: solid 1px #6e6e6e;
  font-size: 12px;
  display: flex;
  justify-content: center;
  margin: 0 30px 0 20px;
  color: #6e6e6e;
  align-items: center;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.news-list a .news-group .ttl {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border: 0;
}

.news_btns {
  margin-bottom: 50px;
  display: flex;
  width: 100%;
  max-width: 600px;
  gap: 20px;
  align-items: center;
}

.news_btns a {
  display: flex;
  width: 100%;
  border: solid 1px;
  padding: 12px 10px;
  font-size: 14px;
  justify-content: center;
}

.news_btns a.active {
  background-color: #000;
  color: #fff;
}

.news__pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.news__pagination li a {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: solid 1px #6d6d6d;
  color: #6d6d6d;
}

.news__pagination li a.current_page {
  background-color: var(--accent-color);
  color: #fff;
  border: solid 1px var(--accent-color);
}

.news__pagination li a.prev-page {
  margin-right: 50px;
}

.news__pagination li a.next-page {
  margin-left: 50px;
}

/* news-details */
.sub-news .news-date_details {
  font-weight: 600;
  font-size: 18px;
}

.sub-news .news-category_details {
  font-size: 16px;
  margin: 0 !important;
  padding-bottom: 0;
  width: 130px;
  text-align: center;
  border: solid 1px #6e6e6e;
  display: flex;
  justify-content: center;
  margin: 0 30px 0 20px;
  color: #6e6e6e;
  align-items: center;
}

.sub-news .ttl_details {
  font-size: 38px;
  border-bottom: solid 1px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.prev-next__wrapper {
  width: 100%;
  position: relative;
}

.prev-next__wrapper .prev, .prev-next__wrapper .top, .prev-next__wrapper .next {
  padding: 20px;
  color: #5b5b5b;
  display: flex;
  gap: 20px;
}

.prev-next__wrapper .prev {
  width: 200px;
}

.prev-next__wrapper .top {
  border: solid 1px #5b5b5b;
  max-width: 200px;
  text-align: center;
  gap: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.prev-next__wrapper .next {
  justify-content: end;
  width: 200px;
  top: 0;
  position: absolute;
  right: 0;
}

/* privacy */
.sub-privacy {
  padding-top: 80px;
  padding-bottom: 40px;
}

.sub-privacy p {
  margin-bottom: 30px;
  line-height: 30px;
}

.sub-privacy h3 {
  font-weight: 100;
  font-size: 16px;
}

/* contact-start */
.sub-contact p {
  line-height: 1.7;
}

span.must {
  display: block;
  background-color: white;
  border: none;
  text-shadow: none;
  padding: revert;
  font-size: 10px;
  color: #cd0808;
  float: none;
  margin: 0px 0px;
  border-radius: unset;
  box-shadow: none;
  background-image: none;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 16px;
}

p.mb99 a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.right_flex_box {
  width: 50%;
}

.left_flex_box {
  width: 50%;
}

.font-w {
  font-weight: bold;
}

dl.contact__form--item.flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.center.mb70 {
  text-align: center;
  padding-bottom: var(--half-padding);
}

.sub-contact .c-red {
  color: #cd0808;
  font-weight: 600;
}

.sub-contact .section__ttl {
  color: #000;
}

.contact__form .submit_wap label a {
  color: var(--main-bg-color);
  text-decoration: underline;
}

.contact__form .submit_wap .btn01 {
  background-color: var(--main-bg-color);
  font-weight: 600;
  padding: 20px 0;
  color: #fff;
  border: unset;
}

.contact__form {
  display: flex;
  justify-content: center;
}

dl.contact__form--item.flex {
  display: flex;
  justify-content: space-between;
}

dl.contact__form--item.flex dt {
  display: flex;
}

p {
  line-height: var(--def-line-height);
}

.defalt_lineheight {
  line-height: var(--def-line-height);
}

.font-w {
  padding-top: var(--quarter-padding);
  padding-bottom: var(--quarter-padding);
}

dl.contact__form--item.flex .text2 {
  height: 100%;
  width: 100%;
  padding: 12px;
}

dl.contact__form--item.flex .text3 {
  height: 100%;
  width: 100%;
  padding: 12px;
}

textarea.textarea {
  height: 100%;
  width: 100%;
  padding: 12px;
  min-height: 200px;
}

form#mailformpro {
  width: 1000px;
}

form#mailformpro dl dt, form#mailformpro dl dd {
  width: 100%;
}

form#mailformpro dl dd {
  height: 100%;
}

form#mailformpro dl dt {
  display: flex;
  align-content: center;
  align-items: center;
  width: 300px;
}

.lower-mv__text--box {
  display: flex;
  justify-content: center;
  width: 100%;
}

p.t4.mb40 {
  text-align: center;
}

.submit_wap {
  display: flex;
  justify-content: center;
  margin-top: var(--half-padding);
}

/* recruit start */
.sub-recruit .section01 .inner {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.sub-recruit .section01 {
  line-height: 1.7;
}

.sub-recruit .section01 p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.pp-btn {
  width: 340px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--accent-color);
  color: #fff;
  margin: auto;
}

.pp-btn span {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.sub-recruit .section02 .inner {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.sub-recruit .section02 .detail-box {
  display: flex;
  flex-direction: column;
}

.sub-recruit .section02 dl p {
  font-size: 28px;
  font-weight: 600;
}

.sub-recruit .section02 dl {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  border-top: 1px solid #000;
  line-height: 1.7;
}

.sub-recruit .section02 dl:first-of-type {
  border-top: none;
}

.sub-recruit .section02 dl:last-of-type {
  border-bottom: 1px solid #000;
}

.sub-recruit .section02 dl dt {
  min-width: 250px;
}

.sub-recruit .section03 .chart-box {
  display: flex;
  justify-content: space-between;
  /* column-gap: 15px; */
}

.sub-recruit .section03 .chart {
  max-width: calc((100% / 5) - 10px);
  background-color: var(--accent-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 15px;
  padding: 40px 35px;
  line-height: 1.7;
}

.sub-recruit .section03 .chart img {
  height: 100px;
  aspect-ratio: 1/1;
}

.sub-recruit .section03 .chart p {
  font-size: 12px;
}

.sub-recruit .section03 .chart .number {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

/* recruiit end */
@media screen and (max-width: 1400px) {
  .sub {
    margin-top: 80px;
  }

  .contactbnr {
    height: 250px;
  }

  .contactbnr .inner {
    max-width: 1100px;
  }

  .contactbnr h2 {
    font-size: 75px;
  }

  .sub .inner {
    max-width: 1000px;
  }

  .sub-company.sec01 .wrap01 .img_box {
    max-width: 245px;
  }

  .sub-company.sec01 .wrap01 .txt_box h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .sub-company.sec01 .wrap01 .txt_box p, .sub-company.sec01 .wrap02 p {
    margin-bottom: 20px;
    line-height: 22px;
    letter-spacing: unset;
  }

  .sub-company.sec02 ul li {
    font-size: 16px;
  }

  .sub-company.sec02 ul li span {
    font-size: 35px;
  }

  .sub-company.sec02 p {
    font-size: 16px;
  }

  .sub-company.sec02 h2 {
    font-size: 54px;
  }

  .sub-construction.sec02 .wrap .txt_box h2 {
    font-size: 28px;
    line-height: 33px;
  }

  .sub-construction.sec02 .wrap .txt_box p {
    line-height: 30px;
    font-size: 14px;
  }

  .sub-projects .category {
    font-size: 13px;
  }
}

@media screen and (max-width: 1000px) {
  .contactbnr h2 {
    font-size: 55px;
  }

  .sub-projects .project-list li {
    max-width: calc(100% / 3 - (8.5px * 2));
  }

  .sub-recruit .section03 .chart {
    max-width: calc((100% / 3) - 20px);
  }

  .sub-recruit .section03 .chart-box {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
  }

  .sub-company.sec01 .wrap01 .txt_box {
    padding-top: 0;
    padding-left: 0;
  }

  .sub-construction.sec01 .wrap .cards .card {
    width: 48%;
  }

  .sub-construction.sec02 .wrap .txt_box h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
  :root {
    --window-py: 50px;
    --window-px: 3%;
    --gap-pb: 40px;
    --gap-pt: 40px;
  }

  .slider-details img {
    max-width: 80%;
  }

  .slider-details .slick-prev:before {
    left: 25px;
    line-height: 1;
  }

  .slider-details .slick-next:after {
    right: 25px;
    line-height: 1;
  }

  .contactbnr {
    height: 400px;
    padding: 40px 25px;
  }

  .contactbnr .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 25px;
  }

  .contactbnr .inner h2 {
    line-height: 1;
    font-size: 42px;
  }

  .contactbnr .inner h2 span {
    width: 100%;
  }

  .subttl {
    font-size: 24px;
  }

  .lower-mv h3 {
    font-size: 26px;
  }

  .lower-mv {
    height: 200px;
  }

  .lower-mv .mv-box {
    padding: 0;
  }

  .lower-mv .breadcrumb ul li {
    font-size: 12px;
  }

  .lower-mv h2 {
    font-size: 50px;
  }

  .lower-mv h3 {
    font-size: 18px;
    text-align: center;
    margin: 0;
  }

  .lower-mv .inner {
    justify-content: center;
  }

  .sub-faq .item .upper h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .sub-faq .item .question {
    min-width: 60px;
    width: 60px;
    font-size: 24px;
    background-position: top right;
    padding-left: 5px;
    padding-bottom: 5px;
  }

  .sub-projects .project-list li {
    max-width: calc(100% / 2 - 8.5px);
  }

  /* .sub-projects .category,
  .sub-projects span {
    font-size: 12.5px;
  } */
  .sub-recruit .section02 dl p {
    font-size: 20px;
  }

  .sub-recruit .section02 dl {
    flex-direction: column;
  }

  .sub-recruit .section03 .chart {
    max-width: 400px;
    width: 100%;
    margin: auto;
  }

  #recruit .sub-section_ttl {
    font-size: 26px;
  }

  .sub-construction.sec02 .wrap {
    margin-bottom: 0;
  }

  .sub-construction.sec02 .wrap {
    flex-direction: column;
    gap: 30px;
  }

  .sub-construction.flex_rev .wrap {
    flex-direction: column-reverse;
  }

  .sub-construction.sec02 .wrap .img_box {
    padding: 0 50px 50px;
  }

  .sub-construction.sec02 .wrap .txt_box {
    padding: 0 3% 0;
  }

  .sub-transportations.sec01 .wrap, .sub-snow-removal.sec01 .wrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }

  .sub-transportations.sec02 .wrap .img_box, .sub-snow-removal.sec02 .wrap .img_box {
    width: 100%;
    height: auto;
  }

  .sub-transportations.sec01 .wrap .img_box, .sub-snow-removal.sec01 .wrap .img_box {
    padding: 0 3% 40px;
  }

  .sub-transportations.sec01 .wrap .txt_box, .sub-snow-removal.sec01 .wrap .txt_box {
    padding: 0 3% 0;
  }
}

@media screen and (max-width: 576px) {
  .breadcrumb ul li {
    font-size: 14px;
  }

  .sub-section_ttl {
    font-size: 27px;
    padding-bottom: 25px;
    line-height: 30px;
  }

  .sub-faq .item .question {
    min-width: 50px;
    width: 50px;
    font-size: 24px;
    background-position: top right;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: -5px;
  }

  .sub-faq .item .answer {
    min-width: 50px;
    width: 50px;
    font-size: 24px;
    background-position: top right;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: -5px;
  }

  .sub-faq .item .upper h3 {
    padding-right: 60px;
  }

  .sub-faq .middle .bdy-txt p {
    font-size: 14px;
    line-height: 1.5;
  }

  .sub-faq .item .upper {
    gap: 10px;
  }

  .sub-projects .project-list li {
    max-width: 100%;
  }

  .sub-company.sec01 .wrap01 {
    flex-direction: column;
    gap: 30px;
  }

  .sub-company.sec01 .wrap01 .img_box {
    margin: 0 auto;
  }

  .sub-company.sec02 ul li {
    flex-direction: column;
    gap: 10px;
    align-items: start;
    font-size: 14px;
  }

  .sub-company.sec02 ul li span {
    width: 100%;
  }

  .sub-company.sec02 ul li p {
    width: 100%;
  }

  .sub-company.sec03 ul li {
    align-items: start;
    padding-bottom: 10px;
    flex-direction: column;
  }

  .sub-company.sec03 ul li span:nth-child(1) {
    width: 100%;
  }

  .sub-company.sec03 ul li .grp02 div span:nth-child(2) {
    width: 40%;
    text-align: end;
  }

  .sub-company.sec04 ul li {
    gap: 10px;
    flex-direction: column;
    line-height: 25px;
  }

  .sub-company.sec05 p {
    font-size: 16px;
  }

  .sub-company.sec02 h2 {
    font-size: 34px;
  }

  .sub-company.sec02 p br {
    display: none;
  }

  .sub-construction.sec02 .inner .sub-section_ttl {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 40px;
  }

  .sub-construction.sec02 .wrap .txt_box p br {
    display: none;
  }

  .sub-construction.sec02 .wrap .img_box {
    padding: 0 3% 30px;
  }

  .sub-construction.sec01 .wrap .cards .card {
    width: 100%;
  }

  .sub-construction.sec01 p {
    text-align: start;
    line-height: 25px;
    font-size: 14px;
  }

  .sub-construction.sec01 p br {
    display: none;
  }

  .sub-news .ttl_details {
    font-size: 27px;
    line-height: 40px;
  }

  .sub-news {
    padding-bottom: 200px;
  }

  .prev-next__wrapper .top {
    top: 100px;
    margin-top: 20px;
  }

  .news_btns {
    max-width: 200px;
    flex-direction: column;
    margin: 0 auto 30px;
  }

  .news-list .news-item a::after {
    right: 3%;
  }

  .news-list a .news-group {
    flex-wrap: wrap;
    gap: 10px 0;
  }

  .news-list a .news-group .ttl {
    font-size: 14px;
  }

  .news__pagination {
    gap: 10px;
    margin-top: 30px;
  }

  .news__pagination li a.next-page {
    margin-left: 0;
  }

  .news__pagination li a {
    width: 30px;
    height: 30px;
  }

  .news__pagination li a.prev-page {
    margin-right: 0;
  }

  .footer .copyright {
    text-align: center;
    line-height: 25px;
  }

  .prev-next__wrapper .prev, .prev-next__wrapper .next {
    width: 100px;
  }
}
