@charset "UTF-8";
* {
  word-break: break-word;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8;
}

p {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  color: #080808;
}

a {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  color: #080808;
}
a:hover {
  cursor: pointer;
}

a:hover {
  opacity: 0.5;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
}

table {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
}

.pc-block {
  display: block;
}
@media (max-width: 820px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media (max-width: 820px) {
  .sp-block {
    display: block;
  }
}

.main {
  padding: 88px 0 0;
}
@media (max-width: 820px) {
  .main {
    padding: 60px 0 0 0;
  }
}
.main__section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}

.fade-in-js {
  transform: scale(0.9);
  transition: all 0.3s 0s linear;
  opacity: 0;
}
.fade-in-js.action {
  transform: scale(1);
  opacity: 1;
}

.top-style__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}
.top-style__ttl {
  max-width: 450px;
  margin: 0 auto;
}

.main-top__ttl-wrap {
  max-width: 1360px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  position: relative;
  padding: 120px 0 80px;
}
@media (max-width: 820px) {
  .main-top__ttl-wrap {
    padding: 60px 0 20px;
  }
}
.main-top__ttl-wrap--company {
  background-image: url(../img/subpage/main-top-company.jpg);
}
.main-top__ttl-wrap--works {
  background-image: url(../img/subpage/main-top-works.jpg);
}
.main-top__ttl-wrap--contact {
  background-image: url(../img/subpage/main-top-contact.jpg);
}
.main-top__ttl-wrap--recruit {
  background-image: url(../img/subpage/main-top-recruit.jpg);
}
.main-top__ttl-wrap--information {
  background-image: url(../img/subpage/main-top-information.jpg);
}
.main-top__ttl-wrap--recruit {
  background-image: url(../img/subpage/main-top-recruit.jpg);
}
.main-top__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: clamp(1.25rem, 0.62rem + 3.15vw, 3.375rem);
  white-space: nowrap;
  letter-spacing: 0.5rem;
}
.main-top__breadcrumb-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 2px 12px;
  font-size: 13px;
  color: #545454;
}

.sub-page-ttl {
  position: relative;
  padding: 0 8px 2px;
  border-bottom: 2px solid #b3b3b3;
}
.sub-page-ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 80px;
  height: inherit;
  border-bottom: 2px solid #dc0000;
}

.btn-style {
  width: 320px;
  margin: 0 auto;
}
.btn-style__btn {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #dc0000;
  border: 1px solid #dc0000;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
.btn-style__btn:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.btn-style__btn:hover {
  background: #fff;
  color: #dc0000;
}
.btn-style__btn:hover:before {
  border-top: 2px solid #dc0000;
  border-right: 2px solid #dc0000;
}

.pagenation-single {
  position: relative;
  margin: 0 auto 40px;
  width: 280px;
}
.pagenation-single a:first-child {
  position: absolute;
  left: 32px;
  transform: translateX(-50%);
}
.pagenation-single a:last-child {
  position: absolute;
  right: 1px;
  transform: translateX(-50%);
}
.pagenation-single__center {
  position: absolute;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

.slick-prev:before {
  background: url(../img/top/slick-arrow_l.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  font-size: 40px;
  opacity: 1 !important;
  color: transparent;
}

.slick-next:before {
  background: url(../img/top/slick-arrow_r.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  font-size: 40px;
  opacity: 1 !important;
  color: transparent;
}

.slick-dots li.slick-active button:before {
  color: #1b1464 !important;
  opacity: 1 !important;
}

.page-style__block {
  margin: 0 0 40px;
}
.page-style .aligncenter {
  display: block;
  margin: 0 auto;
}
.page-style .alignright {
  display: block;
  margin-left: auto;
}
.page-style img {
  width: auto;
}
.page-style p {
  margin: 0 0 12px;
  line-height: 24px;
}
.page-style h1 {
  font-size: 28px;
  margin: 24px 0 32px;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
.page-style h2 {
  font-size: 24px;
  margin: 24px 0 20px;
  color: #0b5394;
  font-weight: bold;
}
@media (max-width: 600px) {
  .page-style h2 {
    font-size: 20px;
  }
}
.page-style h3 {
  font-size: 20px;
  margin: 24px 0 16px;
}
@media (max-width: 600px) {
  .page-style h3 {
    font-size: 18px;
  }
}
.page-style a {
  text-decoration: underline;
}
.page-style ol {
  margin: 0 0 12px 24px;
  line-height: 24px;
}
.page-style ol li {
  list-style: decimal;
}
.page-style ul {
  margin: 0 0 12px 24px;
  line-height: 24px;
}
.page-style ul li {
  list-style: disc;
}

/* =================================
会社概要
 ================================= */
.page-company__map-img {
  max-width: 1120px;
  margin: 80px auto 20px;
  padding: 0 4px;
}
@media (max-width: 600px) {
  .page-company__map-img {
    margin: 40px auto 0;
  }
}
.company-section01 {
  padding: 0 0 80px;
}
@media (max-width: 600px) {
  .company-section01 {
    padding: 0 0 40px;
  }
}
.company-section01__lead {
  font-size: clamp(1rem, 0.481rem + 2.59vw, 2.75rem);
  text-align: center;
  font-weight: bold;
  color: #0b5394;
  letter-spacing: 0.3rem;
  padding: 24px 0 54px;
}
@media (max-width: 600px) {
  .company-section01__lead {
    letter-spacing: 0.1rem;
    padding: 20px 0;
  }
}
.company-section01__content {
  max-width: 960px;
  margin: 0 auto 80px;
  padding: 0 12px;
  display: flex;
  gap: 40px;
}
@media (max-width: 820px) {
  .company-section01__content {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 0 auto 40px;
  }
}
.company-section01__img {
  width: 280px;
}
@media (max-width: 820px) {
  .company-section01__img {
    width: 320px;
  }
}
.company-section01__name-wrap {
  line-height: 1.5;
  margin: 20px 0 0;
}
.company-section01__name-text {
  margin: 12px 0 0;
  font-size: 16px;
}
.company-section01__name-span {
  font-size: 160%;
  margin: 0 0 0 12px;
}
.company-section01__text-wrap {
  flex: 1;
  padding: 3% 0 0 0;
}
@media (max-width: 820px) {
  .company-section01__text-wrap {
    padding: 0;
  }
}
.company-section01__text {
  margin: 0 0 24px;
}
.company-section01__text--right {
  text-align: right;
  margin: 40px 0 0;
  font-weight: 500;
}
.company-section01__text-span {
  font-size: 150%;
  margin: 0 0 0 16px;
  display: inline-block;
}
.company-section01__content02 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 12px;
}
.company-section01__content02-img {
  max-width: 960px;
  margin: 0 auto 24px;
}
.company-section01__content02-name-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .company-section01__content02-name-wrap {
    max-width: 400px;
  }
}
.company-section01__content02-name {
  line-height: 1.5;
}
.company-section01__content02-name-span {
  font-size: 150%;
}
.company-section02 {
  background-color: #f2f2f2;
  padding: 60px 12px;
}
@media (max-width: 600px) {
  .company-section02 {
    padding: 32px 12px;
  }
}
.company-section02__ttl {
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  font-weight: 500;
}
@media (max-width: 600px) {
  .company-section02__ttl {
    margin: 0 auto 24px;
  }
}
.company-section02__content {
  max-width: 740px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 34px;
}
@media (max-width: 600px) {
  .company-section02__content {
    padding: 24px 12px;
  }
}
.company-section02__table {
  width: 100%;
  font-size: 15px;
}
.company-section02__table tr {
  border-bottom: #1a7fbb dotted 1px;
}
.company-section02__table th {
  color: #1a7fbb;
  text-align: left;
  vertical-align: middle;
  padding: 4px 0 4px 28px;
  font-weight: 500;
  width: 160px;
}
@media (max-width: 820px) {
  .company-section02__table th {
    padding: 4px 0 4px 2px;
    width: 90px;
  }
}
@media (max-width: 600px) {
  .company-section02__table th {
    font-size: 13px;
  }
}
.company-section02__table td {
  color: #080808;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .company-section02__table td {
    font-size: 13px;
  }
}
/* =================================
施工事例一覧
 ================================= */
.page-works__pager {
  margin: 40px 0;
  text-align: center;
}
.page-works__section02 {
  background-color: #f2f2f2;
  padding: 40px 12px;
}
.page-works__section02-inner {
  max-width: 740px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 40px 20px 40px;
  border-radius: 34px;
}
@media (max-width: 600px) {
  .page-works__section02-inner {
    padding: 20px 8px;
    border-radius: 12px;
  }
}
.page-works__section02-ttl {
  max-width: 860px;
  margin: 0 auto 22px;
  font-size: 19px;
  font-weight: 500;
  padding: 0 0 0 8px;
}
.works-table table {
  width: 100%;
  font-size: 15px;
  border-top: #1a7fbb solid 1px;
  margin: 0 0 40px;
}
@media (max-width: 600px) {
  .works-table table {
    margin: 0 0 24px;
  }
}
.works-table tr {
  border-bottom: #1a7fbb solid 1px;
}
.works-table tr:first-child {
  background-color: #f2f2f2;
}
.works-table tr:first-child th {
  padding: 8px 0;
}
.works-table tr:first-child td {
  padding: 8px 0 8px 24px;
}
.works-table th {
  border-right: #1a7fbb solid 1px;
  color: #1a7fbb;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
  font-weight: 500;
  width: 160px;
}
@media (max-width: 820px) {
  .works-table th {
    padding: 4px 0 4px 2px;
    width: 90px;
  }
}
@media (max-width: 600px) {
  .works-table th {
    font-size: 13px;
  }
}
.works-table td {
  color: #080808;
  text-align: left;
  vertical-align: middle;
  padding: 5px 0 5px 24px;
}
@media (max-width: 600px) {
  .works-table td {
    font-size: 13px;
  }
}
.works-table__link {
  font-size: 15px;
  text-decoration: underline;
}
.works-menu {
  padding: 0 12px;
}
.works-menu__ttl {
  max-width: 400px;
  margin: 0 auto 40px;
  position: relative;
  padding: 0 8px 2px;
  border-bottom: 2px solid #b3b3b3;
  text-align: center;
}
.works-menu__ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 80px;
  height: inherit;
  border-bottom: 2px solid #dc0000;
}
.works-menu__cat-wrap {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 0 0 40px;
  flex-wrap: wrap;
}
.works-menu__cat {
  border: solid 1px #0b5394;
  text-align: center;
  width: 120px;
}
.works-menu__cat--construction {
  border: solid 1px #f7931e;
}
.works-menu__cat--civil {
  border: solid 1px #29abe2;
}
.works-menu__cat--environmental {
  border: solid 1px #39b54a;
}
.works-menu__key-wrap {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto 80px;
}
@media (max-width: 600px) {
  .works-menu__key-wrap {
    margin: 0 auto 40px;
  }
}
.works-menu__key {
  border: solid 1px #9b9b9b;
  text-align: center;
  width: 120px;
}
/* =================================
施行事例詳細
 ================================= */
.single-works__ttl {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  background-color: #0b5394;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5rem;
  padding: 12px;
  margin: 12px 0 0;
  max-width: 1360px;
  margin: 12px auto 0;
}
.single-works__breadcrumb-wrap {
  max-width: 1360px;
  margin: 0 auto 60px;
  padding: 2px 12px;
  font-size: 13px;
  color: #545454;
}
.works-section01 {
  padding: 0 12px 60px;
}
@media (max-width: 600px) {
  .works-section01 {
    padding: 0 12px 40px;
  }
}
.works-section01__ttl-wrap {
  display: inline-block;
  margin: 0 0 40px;
}
.works-section01__lead {
  border: #dc0000 solid 2px;
  position: relative;
  padding: 4px 24px 4px 32px;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 0 0;
  min-height: 72px;
  background-color: #fff;
  filter: drop-shadow(8px 6px 0px rgba(0, 0, 0, 0.1));
}
@media (max-width: 600px) {
  .works-section01__lead {
    font-size: 16px;
  }
}
.works-section01__lead::before {
  content: url(../img/top/top-works-square.png);
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  filter: none;
}
.works-section01__lead:after {
  content: url(../img/top/top-works-triangle.png);
  position: absolute;
  bottom: -29px;
  left: 0;
}
@media (max-width: 600px) {
  .works-section01__lead:after {
    bottom: -26px;
  }
}
.works-section01__ttl {
  color: #4d4d4d;
  margin: 0 0 8px;
  font-size: 17px;
}
@media (max-width: 600px) {
  .works-section01__ttl {
    font-size: 16px;
  }
}
.works-slider__top-wrap {
  display: flex;
  gap: 16px;
  margin: 0 0 24px;
}
@media (max-width: 820px) {
  .works-slider__top-wrap {
    flex-direction: column;
  }
}
.works-slider__top-sub {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 248px;
  align-content: flex-start;
}
@media (max-width: 820px) {
  .works-slider__top-sub {
    width: 100%;
  }
}
.works-slider__top-sub-img {
  width: 120px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 820px) {
  .works-slider__top-sub-img {
    width: calc((100% - 24px) / 4);
  }
}
.works-slider__top-sub-img img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-slider__top-sub-img:hover {
  opacity: 0.7;
}
.works-slider__top-sub-img.active {
  border: 2px solid red;
  transition: border 0.5s;
}
.works-slider__main {
  flex: 1;
  position: relative;
  aspect-ratio: 4/3;
}
@media (max-width: 820px) {
  .works-slider__main {
    order: -1;
    flex: auto;
  }
}
.works-slider__main img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-slider__cat {
  color: #fff;
  padding: 0 6px;
  background-color: #a3a3a3;
  position: absolute;
  right: 0;
  top: -28px;
}
.works-slider__cat--construction {
  background-color: #f7931e;
}
.works-slider__cat--civil {
  background-color: #29abe2;
}
.works-slider__cat--environmental {
  background-color: #39b54a;
}
.works-slider__bottom-wrap {
  display: flex;
  gap: 12px;
  max-width: 929px;
  margin-left: auto;
  flex-wrap: wrap;
}
@media (max-width: 1120px) {
  .works-slider__bottom-wrap {
    margin: 0 auto;
    max-width: 860px;
  }
}
@media (max-width: 820px) {
  .works-slider__bottom-wrap {
    justify-content: flex-start;
  }
}
@media (max-width: 820px) {
  .works-slider__bottom-wrap {
    gap: 6px;
  }
}
.works-slider__bottom-sub-img {
  width: 220px;
  height: 150px;
  position: relative;
  cursor: pointer;
}
.works-slider__bottom-sub-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-slider__bottom-sub-img:hover {
  opacity: 0.7;
}
@media (max-width: 1120px) {
  .works-slider__bottom-sub-img {
    width: 160px;
    height: 112px;
  }
}
@media (max-width: 600px) {
  .works-slider__bottom-sub-img {
    width: calc((100% - 18px) / 4);
    height: 60px;
  }
}
.works-slider__bottom-sub-img.active {
  border: 2px solid red;
  transition: border 0.5s;
}
.works-slider__bottom-bg {
  position: relative;
}
.works-slider__bottom-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #f8f8f8;
  top: 50%;
  transform: translateY(-50%);
  z-index: -10;
}
.works-section02 {
  padding: 0 12px 120px;
}
@media (max-width: 820px) {
  .works-section02 {
    padding: 0 12px 0;
  }
}
.works-section02__item {
  display: flex;
  gap: 12px;
  border-top: #b3b3b3 solid 1px;
  padding: 24px 0;
  align-items: flex-start;
}
@media (max-width: 820px) {
  .works-section02__item {
    align-items: center;
    flex-direction: column;
  }
}
.works-section02__img {
  flex: 1;
}
@media (max-width: 820px) {
  .works-section02__img {
    width: 100%;
    max-width: 540px;
  }
}
.works-section02__text-wrap {
  width: 580px;
  padding: 20px 0 0 0;
}
@media (max-width: 1120px) {
  .works-section02__text-wrap {
    width: 50%;
    padding: 0 0 0 0;
  }
}
@media (max-width: 820px) {
  .works-section02__text-wrap {
    width: 100%;
  }
}
.works-section02__point {
  width: 160px;
  margin: 0 0 12px;
}
.works-section02__ttl {
  margin: 0 0 24px 28px;
}
@media (max-width: 820px) {
  .works-section02__ttl {
    margin: 0 8px 24px;
  }
}
.works-section02__text {
  margin: 0 0 0 28px;
}
@media (max-width: 820px) {
  .works-section02__text {
    margin: 0 8px;
  }
}
.works-section02__text p {
  margin: 0 0 24px;
}
.works-section03 {
  background-color: #f8f8f8;
  padding: 80px 12px;
  max-width: 1360px;
  margin: 12px auto 80px;
}
@media (max-width: 820px) {
  .works-section03 {
    padding: 40px 12px;
  }
}
.works-section03__table {
  background-color: #fff;
  border: 1px solid #0b5394;
  border-collapse: collapse;
  width: 720px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .works-section03__table {
    width: 100%;
  }
}
.works-section03__table th {
  border: 1px solid #0b5394;
  border-collapse: collapse;
  font-weight: 300;
  width: 120px;
  padding: 8px;
  vertical-align: middle;
}
.works-section03__table td {
  border: 1px solid #0b5394;
  border-collapse: collapse;
  font-weight: 300;
  padding: 8px;
}

/* =================================
お問合せ
 ================================= */
.page-contact__section01 {
  max-width: 780px;
  margin: 40px auto 80px;
  padding: 0 12px;
}
@media (max-width: 600px) {
  .page-contact__section01 {
    margin: 40px auto;
  }
}
.page-contact__section02 {
  max-width: 780px;
  margin: 0 auto 80px;
  padding: 0 12px;
}
@media (max-width: 600px) {
  .page-contact__section02 {
    margin: 0 auto 40px;
  }
}
.contact-section01__ttl {
  margin: 0 0 24px;
}
.contact-section01__text {
  font-size: 16px;
  margin: 0 0 8px;
}
.contact-section01__text02 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  font-weight: bold;
  line-height: 1.2;
}
.contact-section01__text02 a {
  font-size: inherit;
}
.contact-section02__ttl {
  margin: 0 0 40px;
}
.contact-section02__table {
  width: 94%;
  font-size: 15px;
  margin: 0 24px 40px;
}
@media (max-width: 820px) {
  .contact-section02__table {
    width: 98%;
    margin: 0 auto 40px;
  }
}
.contact-section02__table tr {
  border-bottom: #1a7fbb dotted 1px;
}
.contact-section02__table tr:first-of-type {
  border-top: #1a7fbb dotted 1px;
}
.contact-section02__table th {
  color: #1a7fbb;
  text-align: left;
  vertical-align: middle;
  padding: 8px 20px 8px 28px;
  font-weight: 500;
  width: 200px;
}
@media (max-width: 820px) {
  .contact-section02__table th {
    padding: 12px 0 4px 2px;
    display: block;
    width: 200px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .contact-section02__table th {
    font-size: 13px;
  }
}
.contact-section02__table td {
  color: #080808;
  text-align: left;
  vertical-align: middle;
  padding: 8px 20px 8px 28px;
}
@media (max-width: 820px) {
  .contact-section02__table td {
    display: block;
    padding: 8px;
  }
}
@media (max-width: 600px) {
  .contact-section02__table td {
    font-size: 13px;
  }
}
.contact-section02__table input,
.contact-section02__table textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .contact-section02__table input,
  .contact-section02__table textarea {
    font-size: 14px;
  }
}
.contact-section02__table-span {
  color: #fff;
  background-color: #dc0000;
  padding: 0 4px;
  font-size: 12px;
  border-radius: 4px;
  margin-left: auto;
  display: inline-block;
  float: right;
}
@media (max-width: 820px) {
  .contact-section02__table-span {
    margin: 0 12px 0;
  }
}
.contact-section02__btn {
  display: block;
  text-align: center;
  width: 160px;
  margin: 0 auto;
  background-color: #29abe2;
  color: #f2f2f2;
  border: none;
  padding: 12px;
  cursor: pointer;
  font-size: 16px;
}

.contact-section02__table .wpcf7-radio input {
  width: auto;
  margin: 0 0 4px;
}

@media (max-width: 600px) {
  .wpcf7-list-item {
    width: 40%;
  }
}
/* =================================
記事一覧
 ================================= */
/* =================================
記事詳細
 ================================= */
.single__ttl {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  background-color: #0b5394;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5rem;
  padding: 12px;
  margin: 12px 0 0;
  max-width: 1360px;
  margin: 12px auto 0;
}
.single__breadcrumb-wrap {
  max-width: 1360px;
  margin: 0 auto 60px;
  padding: 2px 12px;
  font-size: 13px;
  color: #545454;
}
.single__section01 {
  max-width: 1020px;
  margin: 40px auto;
  padding: 0 12px;
}
.single-section01 {
  padding: 0 12px 120px;
}
@media (max-width: 600px) {
  .single-section01 {
    padding: 0 12px 60px;
  }
}
.single-section01__ttl-wrap {
  display: inline-block;
  margin: 0 0 40px 20px;
}
.single-section01__lead {
  border: #dc0000 solid 2px;
  position: relative;
  padding: 4px 24px 4px 32px;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 0 0;
  min-height: 72px;
  background-color: #fff;
  filter: drop-shadow(8px 6px 0px rgba(0, 0, 0, 0.1));
}
@media (max-width: 600px) {
  .single-section01__lead {
    font-size: 16px;
  }
}
.single-section01__lead::before {
  content: url(../img/top/top-works-square.png);
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  filter: none;
}
.single-section01__lead:after {
  content: url(../img/top/top-works-triangle.png);
  position: absolute;
  bottom: -29px;
  left: 0;
}
@media (max-width: 600px) {
  .single-section01__lead:after {
    bottom: -26px;
  }
}
.single-section01__date {
  color: #4d4d4d;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .single-section01__date {
    font-size: 15px;
  }
}
.single-section01__content {
  margin: 24px 0 0;
}
/* =================================
固定ページ
 ================================= */
.page__ttl {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  background-color: #0b5394;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5rem;
  padding: 12px;
  margin: 12px 0 0;
  max-width: 1360px;
  margin: 12px auto 0;
}
.page__breadcrumb-wrap {
  max-width: 1360px;
  margin: 0 auto 60px;
  padding: 2px 12px;
  font-size: 13px;
  color: #545454;
}
.page__content {
  max-width: 1020px;
  margin: 40px auto;
  padding: 0 12px;
}
/* =================================
お知らせ一覧
 ================================= */
.page-information__content {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 12px;
}
@media (max-width: 600px) {
  .page-information__content {
    margin: 40px auto 0;
  }
}
.page-information__content-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
}
@media (max-width: 820px) {
  .page-information__content-inner {
    gap: 32px;
  }
}
@media (max-width: 600px) {
  .page-information__content-inner {
    gap: 16px;
  }
}
.page-information__item {
  width: calc((100% - 108px) / 3);
  margin: 0 0 40px !important;
}
@media (max-width: 820px) {
  .page-information__item {
    width: calc((100% - 32px) / 2);
    margin: 0 !important;
  }
}
@media (max-width: 600px) {
  .page-information__item {
    width: calc((100% - 16px) / 2);
  }
}
.page-information__pager {
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 600px) {
  .page-information__item-ttl {
    font-size: 15px !important;
  }
}
/* =================================
採用情報
 ================================= */
.page-recruit__top-img {
  max-width: 1080px;
  margin: 80px auto;
  padding: 12px 0;
}
.recruit-section02__ttl {
  max-width: 840px;
  margin: 80px auto 40px;
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  font-weight: 500;
}
@media (max-width: 600px) {
  .recruit-section02__ttl {
    margin: 40px auto 24px;
  }
}
.recruit-section02__content {
  background-color: #f2f2f2;
  padding: 60px 12px;
}
@media (max-width: 600px) {
  .recruit-section02__content {
    padding: 32px 12px;
  }
}
.recruit-section02__content-inner {
  max-width: 780px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 34px;
}
@media (max-width: 600px) {
  .recruit-section02__content-inner {
    padding: 24px;
  }
}
.recruit-section02__table {
  width: 100%;
  font-size: 15px;
}
.recruit-section02__table tr {
  border-bottom: #1a7fbb dotted 1px;
}
.recruit-section02__table th {
  color: #1a7fbb;
  text-align: left;
  vertical-align: middle;
  padding: 4px 0 4px 28px;
  font-weight: 500;
  width: 160px;
}
@media (max-width: 820px) {
  .recruit-section02__table th {
    padding: 4px 0 4px 2px;
    width: 90px;
  }
}
@media (max-width: 600px) {
  .recruit-section02__table th {
    font-size: 13px;
  }
}
.recruit-section02__table td {
  color: #080808;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .recruit-section02__table td {
    font-size: 13px;
  }
}
/* =================================
ブログ一覧
 ================================= */
.blog-header__ttl {
  position: absolute;
  top: 45%;
  right: 10%;
  transform: translateY(-50%);
  width: 25%;
}
.blog-header__top-img {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  display: block;
}
.blog-header__bottom-img {
  max-width: 1360px;
  margin: -46px auto 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 1120px) {
  .blog-header__bottom-img {
    margin: -30px auto 0;
  }
}
@media (max-width: 600px) {
  .blog-header__bottom-img {
    margin: -15px auto 0;
  }
}
.page-blog__content {
  max-width: 1080px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
  padding: 0 12px;
}
@media (max-width: 820px) {
  .page-blog__content {
    gap: 32px;
  }
}
@media (max-width: 600px) {
  .page-blog__content {
    padding: 0 24px;
  }
}
.page-blog__item {
  width: calc((100% - 108px) / 3);
  margin: 0 0 40px !important;
}
@media (max-width: 820px) {
  .page-blog__item {
    width: calc((100% - 32px) / 2);
    margin: 0 !important;
  }
}
@media (max-width: 600px) {
  .page-blog__item {
    width: 100%;
  }
}
.blog-footer__line {
  max-width: 1360px;
  margin: 0 auto;
  height: 5px;
}
.blog-footer__content {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 12px;
  display: flex;
  gap: 140px;
}
@media (max-width: 820px) {
  .blog-footer__content {
    gap: 60px;
  }
}
@media (max-width: 600px) {
  .blog-footer__content {
    flex-direction: column;
    align-items: center;
    margin: 20px auto 20px;
    gap: 28px;
  }
}
@media (max-width: 600px) {
  .blog-footer__ttl {
    max-width: 240px;
  }
}
@media (max-width: 600px) {
  .blog-footer__link {
    max-width: 240px;
  }
}
.blog-footer__bottom {
  text-align: center;
  color: #4bbb56;
  font-size: 12px;
  padding: 8px 12px;
}
.blog-footer__address {
  font-size: 15px;
  margin: 14px auto;
  line-height: 1.3;
  width: 270px;
}

.blog-pager {
  max-width: 1200px;
  margin: 60px auto;
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 820px) {
  .blog-pager {
    flex-wrap: wrap;
    margin: 40px auto;
  }
}
@media (max-width: 600px) {
  .blog-pager {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.blog-pager__select select {
  padding: 4px;
}
.selectbox-2 {
  position: relative;
}
.selectbox-2::before, .selectbox-2::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.selectbox-2::before {
  right: 0;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 0 3px 3px 0;
  background-color: #5c5c5c;
  content: "";
}
.selectbox-2::after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.selectbox-2 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 200px;
  height: 2em;
  padding: 0.4em 3.6em 0.4em 0.8em;
  border: 1px solid #000000;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
.selectbox-2 select:focus {
  outline: 1px solid #000000;
}

.blog-pager__pager .current {
  padding: 5px 9px;
  color: #fff;
  background: #000;
  margin: 0 8px;
}

.current,
.blog-pager__pager .nextpostslink {
  padding: 6px;
  border: none;
  margin: 0 0 0 12px;
}

.current,
.blog-pager__pager .previouspostslink {
  padding: 6px;
  border: none;
  margin: 0 12px 0 0;
}

.current,
.blog-pager__pager .page {
  padding: 6px 10px;
}

/* =================================
ブログ記事詳細
 ================================= */
.single-blog__section {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 12px;
}
.single-blog__ttl {
  margin: 40px 0 4px 0;
  font-size: 20px;
}
@media (max-width: 600px) {
  .single-blog__ttl {
    font-size: 17px;
  }
}
.single-blog__time {
  text-align: right;
  display: block;
  color: #b3b3b3;
  font-size: 14px;
  padding: 0 4px;
}
@media (max-width: 600px) {
  .single-blog__time {
    font-size: 13px;
  }
}
.single-blog__content {
  max-width: 720px;
  margin: 32px auto 80px;
}
@media (max-width: 600px) {
  .single-blog__content {
    margin: 32px auto 40px;
  }
}
.single-blog__pager {
  border-top: #b3b3b3 1px solid;
  border-bottom: #b3b3b3 1px solid;
  padding: 40px 0;
  margin: 0 0 40px;
}
.single-blog__pager-inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  height: 350px;
}
@media (max-width: 820px) {
  .single-blog__pager-inner {
    max-width: 460px;
    height: 240px;
  }
}
@media (max-width: 600px) {
  .single-blog__pager-inner {
    height: 220px;
  }
}
.single-blog__pager-item {
  width: 280px;
  display: block;
  position: absolute;
}
@media (max-width: 820px) {
  .single-blog__pager-item {
    width: 180px;
  }
}
@media (max-width: 600px) {
  .single-blog__pager-item {
    width: 140px;
  }
}
.single-blog__pager-item--prev {
  left: 0;
}
.single-blog__pager-item--next {
  right: 0;
}
.single-blog__pager-time {
  display: block;
  color: #b3b3b3;
  font-size: 14px;
}
@media (max-width: 600px) {
  .single-blog__pager-time {
    display: none;
  }
}
.single-blog__item-ttl {
  font-weight: normal;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .single-blog__item-ttl {
    font-size: 13px;
  }
}
.single-blog__pager-btn {
  border: #dc0000 solid 1px;
  position: relative;
  width: 200px;
  margin: 32px auto 0;
  text-align: center;
  padding: 4px 0;
}
@media (max-width: 820px) {
  .single-blog__pager-btn {
    width: 160px;
  }
}
@media (max-width: 600px) {
  .single-blog__pager-btn {
    width: 120px;
  }
}
.single-blog__pager-btn:after {
  content: url(../img/top/top-news-arrow.png);
  position: absolute;
  top: 0px;
  right: 16px;
  transform: scale(0.8);
}
@media (max-width: 820px) {
  .single-blog__pager-btn:after {
    right: 9px;
  }
}
@media (max-width: 600px) {
  .single-blog__pager-btn:after {
    right: 4px;
  }
}
.single-blog__pager-btn--prev:after {
  top: -7px;
  left: -134px;
  transform: scale(0.8) rotate(-180deg);
}
@media (max-width: 820px) {
  .single-blog__pager-btn--prev:after {
    left: -100px;
  }
}
@media (max-width: 600px) {
  .single-blog__pager-btn--prev:after {
    left: -89px;
  }
}
.single-blog__link {
  display: block;
  max-width: 360px;
  margin: 40px auto;
  padding: 0 12px;
}
/* =================================
header
 ================================= */
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  transition: transform 0.3s;
  background-color: #fff;
  height: 88px;
}
@media (max-width: 820px) {
  .header {
    height: 60px;
  }
}
.header.is-hide {
  transform: translateY(-100%);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .header__inner {
    justify-content: space-between;
  }
}
.header__item {
  height: 88px;
  display: grid;
  place-items: center;
}
@media (max-width: 820px) {
  .header__item {
    height: 60px;
  }
}
.header__ttl-wrap {
  background-color: #fff;
  padding: 8px 0 8px 3%;
  max-width: 320px;
  margin: 0 auto 0 0;
}
@media (max-width: 820px) {
  .header__ttl-wrap {
    max-width: 180px;
  }
}
@media (max-width: 820px) {
  .header__ttl-wrap {
    padding: 16px;
  }
}
.header__tel-wrap {
  background-color: #fff;
  margin: 0 24px 0 3%;
}
@media (max-width: 1120px) {
  .header__tel-wrap {
    margin: 0 24px 0 2%;
  }
}
@media (max-width: 820px) {
  .header__tel-wrap {
    display: none;
  }
}
.header__tel {
  display: block;
  max-width: 200px;
}
.header__menu-wrap {
  background-color: #0b5394;
}
@media (max-width: 820px) {
  .header__menu-wrap {
    display: none;
  }
}
.header__menu-inner {
  display: flex;
}
.header__menu {
  border-right: #fff 1px solid;
  padding: 4px 3%;
  display: block;
  width: 140px;
}
@media (max-width: 1120px) {
  .header__menu {
    width: 110px;
    padding: 4px 2%;
  }
}
.header__menu:last-child {
  border-right: none;
}
.header__menu-img {
  vertical-align: middle;
}
.header__btn-wrap {
  background-color: #dc0000;
  cursor: pointer;
  padding: 0 1%;
}
@media (max-width: 820px) {
  .header__btn-wrap {
    padding: 0 12px;
  }
}
.header__btn-wrap {
  width: 72px;
}
@media (max-width: 820px) {
  .header__btn-wrap {
    width: 54px;
  }
}

.header-sp {
  opacity: 0;
  transition: all 0.3s;
  background-color: rgba(22, 83, 148, 0.8705882353);
  transform: translate(0, -100%);
  z-index: -1;
  position: relative;
  padding: 40px;
}
@media (max-width: 600px) {
  .header-sp {
    padding: 24px;
  }
}
.header-sp.active {
  opacity: 1;
  transition: all 0.3s;
  transform: translate(0);
  z-index: 999;
}
.header-sp__inner {
  max-width: 880px;
  margin: 0 auto;
  background-color: #fff;
  padding: 12px;
}
.header-sp__nav-list {
  display: flex;
  gap: 90px;
  justify-content: center;
}
@media (max-width: 820px) {
  .header-sp__nav-list {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .header-sp__nav-item {
    border-bottom: #a3a3a3 1px dotted;
    padding: 0 0 12px;
  }
}
@media (max-width: 820px) {
  .header-sp__nav-item:first-of-type {
    border-top: #a3a3a3 1px dotted;
    padding: 12px 0 12px;
  }
}
.header-sp__nav-list-works {
  margin: 12px 0 0 20px;
}
/* =================================
メインビジュアル
 ================================= */
.main-visual {
  position: relative;
  padding: 0 0 160px;
}
@media (max-width: 1120px) {
  .main-visual {
    padding: 0 0 120px;
  }
}
@media (max-width: 820px) {
  .main-visual {
    padding: 0;
  }
}
.main-visual .slick-prev {
  left: 14px;
  z-index: 100;
}
@media (max-width: 820px) {
  .main-visual .slick-prev {
    left: 28px;
  }
}
@media (max-width: 600px) {
  .main-visual .slick-prev:before {
    font-size: 20px;
  }
}
.main-visual .slick-next {
  right: 35px;
}
@media (max-width: 1120px) {
  .main-visual .slick-next {
    right: 24px;
  }
}
@media (max-width: 600px) {
  .main-visual .slick-next {
    right: 12px;
  }
  .main-visual .slick-next:before {
    font-size: 20px;
  }
}
.main-visual__top {
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .main-visual__top {
    width: 100%;
  }
}
.main-visual__top-img {
  overflow: hidden;
}
.main-visual__thumbnail {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1120px) {
  .main-visual__thumbnail {
    bottom: -22px;
  }
}
@media (max-width: 820px) {
  .main-visual__thumbnail {
    display: none;
  }
}
.main-visual__thumbnail .slick-track {
  transform: unset !important;
}
.main-visual__thumbnail-item {
  cursor: pointer;
  width: 100px !important;
  margin: 0 4px;
  position: relative;
  margin: 0 0 30px 6px;
}
.main-visual__thumbnail-item:before {
  content: url(../img/top/thumbnail-dot.png);
  position: absolute;
  bottom: -30px;
  right: 42px;
}
.main-visual__thumbnail-item.slick-current:before {
  content: url(../img/top/thumbnail-dot-active.png);
}
.main-visual__thumbnail-item.slick-current img {
  opacity: 1;
  border: red solid 2px;
}
.main-visual__thumbnail-img {
  width: 100px !important;
  opacity: 0.5;
  padding: 1px;
}
@media (max-width: 600px) {
  .main-visual__thumbnail-img {
    width: 120px;
  }
}
.main-visual__img-wrap {
  position: absolute;
  bottom: 0;
  right: 40%;
  transform: translateX(50%);
}
@media (max-width: 1120px) {
  .main-visual__img-wrap {
    right: 20%;
  }
}
@media (max-width: 820px) {
  .main-visual__img-wrap {
    transform: translateX(0);
    right: 7%;
  }
}
.main-visual__img {
  width: 480px;
}
@media (max-width: 1120px) {
  .main-visual__img {
    width: 280px;
  }
}
@media (max-width: 820px) {
  .main-visual__img {
    width: 180px;
  }
}
@media (max-width: 600px) {
  .main-visual__img {
    width: 120px;
  }
}

/* =================================
いつもそばに安心がある暮らし
 ================================= */
.top-life {
  padding: 40px 12px 80px;
}
@media (max-width: 600px) {
  .top-life {
    padding: 40px 12px;
  }
}
.top-life__ttl {
  margin: 0 auto 24px;
}

/* =================================
地域とともに
 ================================= */
.top-community__ttl {
  margin: 0 auto 40px;
}
.top-community__text {
  max-width: 794px;
  margin: 0 auto 20px;
}
.top-community__text:last-of-type {
  margin: 0 auto 60px;
}

/* =================================
最新の施工事例
 ================================= */
.top-works {
  overflow: hidden;
}
.top-works__ttl {
  position: relative;
  margin: 200px auto 152px;
}
@media (max-width: 600px) {
  .top-works__ttl {
    display: none;
  }
}
.top-works__ttl:before {
  content: url(../img/top/top-works-ttl-bg.png);
  z-index: -10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-works__ttl-sp {
  display: none;
}
@media (max-width: 600px) {
  .top-works__ttl-sp {
    display: block;
  }
}
.top-works__content {
  padding: 100px 12px 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 820px) {
  .top-works__content {
    padding: 60px 12px 0;
    justify-content: center;
  }
}
.top-works-item {
  width: calc((100% - 48px) / 3);
  border: #000 solid 3px;
  border-radius: 10px;
  padding: 0 8px 12px;
  margin: 0 0 60px;
}
@media (max-width: 1120px) {
  .top-works-item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 820px) {
  .top-works-item {
    width: 100%;
    max-width: 420px;
  }
}
.top-works-item__ttl-wrap {
  width: 88%;
  max-width: 300px;
  margin: -60px auto 20px;
}
.top-works-item__cat {
  color: #fff;
  padding: 2px;
  background-color: #a3a3a3;
}
.top-works-item__cat--construction {
  background-color: #f7931e;
}
.top-works-item__cat--civil {
  background-color: #29abe2;
}
.top-works-item__cat--environmental {
  background-color: #39b54a;
}
.top-works-item__lead {
  border: #dc0000 solid 2px;
  position: relative;
  padding: 4px 4px 4px 24px;
  font-weight: bold;
  font-size: 18px;
  margin: -5px 0 0 0;
  min-height: 72px;
  background-color: #fff;
  filter: drop-shadow(8px 6px 0px rgba(0, 0, 0, 0.1));
}
@media (max-width: 600px) {
  .top-works-item__lead {
    font-size: 16px;
  }
}
.top-works-item__lead::before {
  content: url(../img/top/top-works-square.png);
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  filter: none;
}
.top-works-item__lead:after {
  content: url(../img/top/top-works-triangle.png);
  position: absolute;
  bottom: -25px;
  left: 0;
}
.top-works-item__ttl {
  color: #4d4d4d;
  margin: 0 0 8px 16px;
  font-size: 17px;
}
@media (max-width: 600px) {
  .top-works-item__ttl {
    font-size: 16px;
  }
}
.top-works-item__img01 {
  padding: 0 24px 0 0;
  margin: 0 0 16px;
  width: 90%;
}
@media (max-width: 820px) {
  .top-works-item__img01 {
    width: 80%;
  }
}
@media screen and (max-width: 380px) {
  .top-works-item__img01 {
    width: 280px;
  }
}
.top-works-item__img01 img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works-item__img02 {
  padding: 0 0 0 24px;
  margin: 0 0 16px;
  width: 90%;
  margin-left: auto;
  z-index: -1;
}
@media (max-width: 820px) {
  .top-works-item__img02 {
    width: 80%;
  }
}
@media screen and (max-width: 380px) {
  .top-works-item__img02 {
    width: 280px;
  }
}
.top-works-item__img02 img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works-item__point {
  max-width: 180px;
  margin: -50px 0 4px;
}
.top-works-item__point-ttl {
  border-top: #dc0000 dotted 3px;
  border-bottom: #dc0000 dotted 3px;
  padding: 2px 4px;
  color: #dc0000;
  font-size: 16px;
  margin: 0 0 8px;
}
.top-works-item__point-text {
  padding: 0 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}
/* =================================
お知らせ
 ================================= */
.top-news {
  overflow: hidden;
  padding: 0 0 80px;
}
@media (max-width: 600px) {
  .top-news {
    padding: 0 0 40px;
  }
}
.top-news__ttl {
  position: relative;
  margin: 240px auto 220px;
  padding: 80px 0 0;
}
@media (max-width: 600px) {
  .top-news__ttl {
    display: none;
  }
}
.top-news__ttl:before {
  content: url(../img/top/top-news-ttl-bg.png);
  z-index: -10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-news__ttl-sp {
  display: none;
}
@media (max-width: 600px) {
  .top-news__ttl-sp {
    display: block;
    margin: 40px 0;
  }
}
.top-news__content {
  max-width: 1080px;
  margin: 0 auto 60px !important;
}
.top-news__content .slick-prev {
  left: -37px;
  top: 30%;
}
.top-news__content .slick-next {
  right: -25px;
  top: 30%;
}
.top-news__item {
  margin: 0 12px;
}
.top-news__cat {
  background-color: #a3a3a3;
  color: #fff;
  padding: 0 2px;
  display: inline-block;
  margin: 0 0 8px;
}
.top-news__img {
  margin: 0 0 8px;
}
.top-news__img img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-news__item-ttl {
  font-weight: normal;
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.3;
}
.top-news__time {
  font-size: 14px;
  display: block;
  color: #a3a3a3;
  position: relative;
}
.top-news__time:after {
  content: url(../img/top/top-news-arrow.png);
  position: absolute;
  top: 0;
  right: 16px;
  transform: scale(0.8);
}
/* =================================
ブログ
 ================================= */
.top-blog {
  background-image: url(../img/top/top-blog-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  padding: 120px 0 80px;
}
.top-blog__inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1120px) {
  .top-blog__inner {
    flex-direction: column;
    align-items: center;
  }
}
.top-blog__ttl-wrap {
  width: 300px;
}
@media (max-width: 600px) {
  .top-blog__ttl-wrap {
    width: 100%;
    max-width: 300px;
  }
}
.top-blog__ttl {
  margin: 0 0 16px;
  display: block;
}
.top-blog__content {
  display: flex;
  gap: 24px;
}
@media (max-width: 820px) {
  .top-blog__content {
    flex-direction: column;
    align-items: center;
  }
}
.top-blog__item {
  width: 380px;
}
@media (max-width: 600px) {
  .top-blog__item {
    width: 100%;
    max-width: 380px;
  }
}
.top-blog__item-lead {
  font-size: 14px;
  color: #535353;
  margin: 0 0 12px;
}
.top-blog__img {
  margin: 0 0 12px;
}
.top-blog__img img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-blog__item-ttl {
  font-weight: normal;
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.3;
}
.top-blog__time {
  font-size: 14px;
  display: block;
  color: #a3a3a3;
  position: relative;
}
.top-blog__time:after {
  content: url(../img/top/top-news-arrow.png);
  position: absolute;
  top: 0;
  right: 16px;
  transform: scale(0.8);
}

/* =================================
採用情報
 ================================= */
.top-recruit {
  background-image: url(../img/top/top-recruit-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  max-width: 1360px;
  padding: 0 0 44px;
}
@media (max-width: 820px) {
  .top-recruit {
    background-color: #7f839a;
    background-blend-mode: multiply;
    background-image: url(../img/top/top-recruit-bg-sp.jpg);
    padding: 0;
  }
}
.top-recruit__content {
  width: 700px;
  margin-left: auto;
  padding: 40px 120px 40px 0;
}
@media (max-width: 820px) {
  .top-recruit__content {
    width: 100%;
    margin-left: auto;
    padding: 40px 12px 40px;
  }
}
.top-recruit__ttl {
  max-width: 380px;
  margin: 0 auto 40px;
}
.top-recruit__lead {
  margin: 0 0 32px;
}
@media (max-width: 820px) {
  .top-recruit__lead {
    margin: 0 auto 16px;
    max-width: 440px;
  }
}
.top-recruit__text {
  color: #fff;
  max-width: 330px;
  margin: 0 auto 32px;
}
.top-recruit__sp-img {
  max-width: 400px;
  margin: 0 auto 24px;
}

/* =================================
footer
 ================================= */
.footer__btn-wrap {
  padding: 80px 12px;
}
@media (max-width: 600px) {
  .footer__btn-wrap {
    padding: 12px 12px;
  }
}
.footer__btn-wrap--works {
  max-width: 1360px;
  margin: 0 auto;
  background-color: #f4f4f4;
}
.footer__btn-wrap--contact {
  display: none;
}
.footer__btn {
  display: block;
  max-width: 560px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .footer__btn {
    margin: 40px auto;
  }
}
.footer__map-wrap {
  max-width: 1360px;
  margin: 0 auto;
}
.footer__map {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 36.25%;
  overflow: hidden;
}
.footer__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__main {
  background-image: url(../img/top/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  max-width: 1360px;
  margin: 0 auto;
  padding: 24px 12px 240px;
}
@media (max-width: 820px) {
  .footer__main {
    padding: 24px 12px 80px;
  }
}
.footer__bottom {
  text-align: center;
  font-size: 11px;
  padding: 8px;
}

.footer-content__nav {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .footer-content__nav {
    gap: 8px;
    justify-content: flex-start;
  }
}
.footer-content__nav-item {
  color: #fff;
}
@media (max-width: 820px) {
  .footer-content__nav-item {
    width: 47%;
  }
}
.footer-content__ttl-wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.footer-content__top-btn {
  position: absolute;
  right: -92px;
  bottom: 0;
  cursor: pointer;
}
@media (max-width: 1120px) {
  .footer-content__top-btn {
    right: 20px;
    bottom: -46px;
  }
}
@media (max-width: 820px) {
  .footer-content__top-btn {
    width: 50px;
  }
}
@media (max-width: 600px) {
  .footer-content__top-btn {
    bottom: -63px;
    right: 2px;
  }
}
.footer-content__address {
  color: #fff;
  font-size: 16px;
  margin: 12px 0 0 auto;
  width: 270px;
}/*# sourceMappingURL=style.css.map */