@charset "UTF-8";
/* 事業内容
================================================== */
/* 共通
-------------------------------------------------- */
/* kv
-------------------------------------------------- */
.kv__ttl {
  color: #fff;
  text-shadow: 0 0 10px #002A72;
}

/* about
-------------------------------------------------- */
.about__list {
  display: flex;
  flex-direction: column;
  gap: 64px 0;
}
@media screen and (min-width: 768px) {
  .about__list {
    gap: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .about__list li {
    display: flex;
    gap: 0 3.33334%;
  }
}

@media screen and (min-width: 768px) {
  .about__img {
    width: 42.25%;
  }
}

.about__txtWrap {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .about__txtWrap {
    margin: 0;
    width: 54.4166667%;
  }
}
.about__txtWrap dt {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .about__txtWrap dt {
    font-size: 2.5rem;
    line-height: 1.44;
    margin-bottom: 16px;
  }
}

/* 所持資格 licences
-------------------------------------------------- */
.licences__inner {
  padding-top: 72px;
}
@media screen and (min-width: 768px) {
  .licences__inner {
    padding-top: 150px;
  }
}

.licences dl {
  border-top: 1px solid #B3D2E3;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .licences dl {
    border-top: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 3.33334%;
    margin-top: 16px;
  }
}
.licences dl div {
  border-bottom: 1px solid #B3D2E3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 16px;
}
@media screen and (min-width: 768px) {
  .licences dl div {
    justify-content: flex-start;
    gap: 0 8.6206896%;
    width: 48.33334%;
  }
}
@media screen and (min-width: 768px) {
  .licences dl div:nth-of-type(-n+2) {
    border-top: 1px solid #B3D2E3;
  }
}
.licences dl dt {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .licences dl dt {
    width: 43.7931034%;
  }
}
.licences dl dd {
  flex-shrink: 0;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .licences dl dd {
    margin: 0;
  }
}

/* 工事実績 projects
-------------------------------------------------- */
.projects__inner {
  padding-top: 76px;
}
@media screen and (min-width: 768px) {
  .projects__inner {
    padding-top: 154px;
  }
}

.projects__list {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .projects__list {
    margin-top: 6px;
  }
}

/* pc */
.projects__list--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .projects__list--pc {
    display: block;
  }
}
.projects__list--pc table {
  text-align: left;
}
.projects__list--pc table tr {
  border-bottom: 1px solid #B3D2E3;
}
.projects__list--pc table th,
.projects__list--pc table td {
  padding: 16px 1rem 15px 0;
}
.projects__list--pc table th:nth-of-type(2),
.projects__list--pc table td:nth-of-type(2) {
  padding-right: 80px;
}
.projects__list--pc table th:nth-of-type(1) {
  width: 166px;
}
.projects__list--pc table th:nth-of-type(2) {
  padding-right: 80px;
  width: 514px;
}
.projects__list--pc table th:nth-of-type(3) {
  width: 520px;
}
.projects__list--pc table td:nth-of-type(2) {
  font-weight: 700;
}
.projects__list--pc thead tr {
  color: #395E9E;
  border-bottom: 1px solid #395E9E;
}
.projects__list--pc thead th, .projects__list--pc thead td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.projects__list--pc tbody tr:last-child {
  border-bottom: 1px solid rgba(225, 225, 225, 0);
}

/* sp */
@media screen and (max-width: 767px) {
  .projects__list--sp dl > div {
    border-bottom: 1px solid #B3D2E3;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 10px;
    padding: 16px 0 15px;
  }
  .projects__list--sp dl > div:last-child {
    border-bottom: 1px solid rgba(225, 225, 225, 0);
  }
  .projects__list--sp dl dt {
    color: #395E9E;
    font-weight: 500;
    flex-shrink: 0;
    width: 78px;
  }
  .projects__list--sp dl dd {
    width: calc(100% - 88px);
  }
  .projects__list--sp dl dd:nth-of-type(2) {
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .projects__list--sp {
    display: none;
  }
}

/* もっと見るボタン */
.btn_more {
  margin-top: 16px;
}
.btn_more a {
  background-color: #fff;
  border: 1px solid #395E9E;
  color: #395E9E;
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 2px 0 4px;
  margin: 0 auto;
  transition: 0.5s ease;
}
.btn_more span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.btn_more span::before, .btn_more span::after {
  content: "";
  border-top: 1.5px solid #395E9E;
  width: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.5s ease;
}
.btn_more span::after {
  transform: translateY(-50%) rotate(90deg);
}
.btn_more.is-active span::after {
  transform: translateY(-50%) rotate(0);
}
@media screen and (min-width: 768px) {
  .btn_more:hover a {
    color: #fff;
    background-color: #395E9E;
  }
  .btn_more:hover span::before, .btn_more:hover span::after {
    border-color: #fff;
  }
}

/* スライダー
-------------------------------------------------- */
.main-slider {
  margin-top: 80px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-slider {
    padding-bottom: 4px;
    width: 91.66667%;
  }
}

.nested-slider {
  display: flex;
  flex-direction: column;
  gap: 2.13334vw 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nested-slider {
    flex-direction: row;
    gap: 0 min(1.2903225vw, 16px);
    height: min(50.2419354vw, 623px);
  }
}

/* 大きい画像 */
.content-slider {
  flex-shrink: 0;
  height: 68.53334vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-slider {
    height: 100%;
    width: min(66.9354838vw, 830px);
  }
}

.content-slider img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* サムネイル */
.thumbs {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .thumbs {
    width: min(20.4838709vw, 254px);
  }
}

.thumbs .swiper-wrapper {
  flex-direction: row;
  gap: 0 2.13334vw;
}
@media screen and (min-width: 768px) {
  .thumbs .swiper-wrapper {
    flex-direction: column;
    gap: min(1.2903225vw, 16px) 0;
  }
}

.thumbs .swiper-slide {
  cursor: pointer;
  height: 21.86667vw !important;
  width: 29.06667vw;
}
@media screen and (min-width: 768px) {
  .thumbs .swiper-slide {
    height: min(15.4838709vw, 192px) !important;
    width: 100%;
  }
}

.thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* キャプションのスタイル */
.caption {
  background-color: #F0F4FA;
  color: #333;
  height: auto;
  margin-top: 16px;
  padding: 8px 16px;
}
@media screen and (min-width: 768px) {
  .caption {
    display: flex;
    align-items: center;
    gap: 0 16px;
    margin-top: min(1.2903225vw, 16px);
    padding: min(1.2903225vw, 16px);
  }
}

.caption__category {
  background-color: #3C667C;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42858;
  padding: 2px 10px;
  margin-bottom: 4px;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .caption__category {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.caption__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .caption__txt {
    font-size: 2rem;
    line-height: 1.45;
  }
}

/* メインスライダーのセット */
.swiper-navWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4.26667vw;
  margin-top: 24px;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .swiper-navWrap {
    gap: 0 min(1.2903225vw, 16px);
  }
}

/* メインスライダーのナビゲーションボタン */
.swiper-button-next,
.swiper-button-prev {
  display: block;
  background-color: #fff;
  border: 1px solid #395E9E;
  border-radius: 13px;
  height: 25px;
  width: 50px;
  position: relative;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  border-bottom: 1px solid #395E9E;
  border-right: 1px solid #395E9E;
  height: 8px;
  width: 8px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s;
}

.swiper-button-next::before {
  right: 8px;
  transform: translateY(-50%) rotate(-45deg);
}
.swiper-button-next:hover::before {
  transform: translateX(3px) translateY(-50%) rotate(-45deg);
}

.swiper-button-prev::before {
  left: 8px;
  transform: translateY(-50%) rotate(-225deg);
}
.swiper-button-prev:hover::before {
  transform: translateX(-3px) translateY(-50%) rotate(-225deg);
}

/* メインスライダーのページネーション */
.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    gap: 8px;
  }
}

.swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #395E9E;
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}

/* アクティブ */
.swiper-pagination-bullet-active {
  background-color: #395E9E;
}

.swiper-notification {
  display: none;
}

/* お問合せ
-------------------------------------------------- */
.sec.contact {
  background-color: #F0F4FA;
}/*# sourceMappingURL=business.css.map */