@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #000000;
  font-feature-settings: "palt";
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt";
}

.en {
  font-family: "Clash Display", sans-serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02em;
}

/* 事業紹介一覧
--------------------------------------------------*/
/* 導入
--------------------------------------------------*/
#message {
  padding: 100px 0 60px;
}
@media screen and (max-width: 999px) {
  #message {
    padding: 60px 0 40px;
  }
}
#message .wrap_message .main_txt {
  font-size: clamp(3.2rem, 3.2vw, 4rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #message .wrap_message .main_txt {
    font-size: clamp(2.4rem, 6.15vw, 3.2rem);
    margin-bottom: 30px;
  }
}
/* 各事業紹介
--------------------------------------------------*/
#service {
  padding-bottom: 120px;
}
@media screen and (max-width: 999px) {
  #service {
    padding-bottom: 80px;
  }
}
#service .wrap_service .service_list .item {
  display: grid;
  grid-template-columns: 1fr 36.2%;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding-top: 40px;
  border-top: 1px dashed #0976BC;
  margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
  #service .wrap_service .service_list .item {
    grid-template-columns: auto;
    row-gap: 25px;
    padding-top: 30px;
    margin-bottom: 60px;
  }
}
#service .wrap_service .service_list .item:last-child {
  margin-bottom: 0;
}
#service .wrap_service .service_list .item .left .wrap_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #service .wrap_service .service_list .item .left .wrap_ttl {
    margin-bottom: 20px;
  }
}
#service .wrap_service .service_list .item .left .wrap_ttl .en {
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  #service .wrap_service .service_list .item .left .wrap_ttl .en {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#service .wrap_service .service_list .item .left .wrap_ttl .service_ttl {
  font-size: clamp(3.4rem, 3.4vw, 4.2rem);
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  #service .wrap_service .service_list .item .left .wrap_ttl .service_ttl {
    font-size: clamp(2.6rem, 6.66vw, 3.4rem);
  }
}
#service .wrap_service .service_list .item .left .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #service .wrap_service .service_list .item .left .txt {
    margin-bottom: 20px;
  }
}
#service .wrap_service .service_list .item > .right {
  aspect-ratio: 362/370;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #service .wrap_service .service_list .item > .right {
    aspect-ratio: 310/200;
  }
}
#service .wrap_service .service_list .item > .right img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#construction {
  display: block !important;
}
#construction .top {
  display: grid;
  grid-template-columns: 1fr 36.2%;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #construction .top {
    grid-template-columns: auto;
    row-gap: 20px;
  }
}
#construction .top > .right {
  aspect-ratio: 362/370;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #construction .top > .right {
    aspect-ratio: 310/200;
  }
}
#construction .top > .right img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#construction .bottom {
  padding: 40px;
}
@media screen and (max-width: 999px) {
  #construction .bottom {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #construction .bottom {
    padding: 20px;
  }
}
#construction .bottom #finishing {
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  #construction .bottom #finishing {
    margin-bottom: 30px;
  }
}
#construction .bottom .wrap_construction .ttl {
  font-size: 2rem;
  line-height: 1;
  padding-left: 19px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
  #construction .bottom .wrap_construction .ttl {
    margin-bottom: 15px;
  }
}
#construction .bottom .wrap_construction .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 20px;
  background: linear-gradient(to top right, #0065A3, #0982CC);
}
@media screen and (max-width: 999px) {
  #construction .bottom .wrap_construction .construction_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  #construction .bottom .wrap_construction .construction_list {
    grid-template-columns: auto;
  }
}
#construction .bottom .wrap_construction .construction_list li {
  margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
  #construction .bottom .wrap_construction .construction_list li {
    margin-bottom: 15px;
  }
}
#construction .bottom .wrap_construction .construction_list li:last-child {
  margin-bottom: 0;
}
#construction .bottom .wrap_construction .construction_list li a {
  background-color: #fff;
  padding: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: 19.5% 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 999px) {
  #construction .bottom .wrap_construction .construction_list li a {
    grid-template-columns: auto;
    row-gap: 15px;
    align-content: start;
    height: 100%;
  }
}
#construction .bottom .wrap_construction .construction_list li a .left {
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 999px) {
  #construction .bottom .wrap_construction .construction_list li a .left {
    aspect-ratio: 310/200;
  }
}
#construction .bottom .wrap_construction .construction_list li a .left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
#construction .bottom .wrap_construction .construction_list li a .right .wrap_construction_ttl {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  #construction .bottom .wrap_construction .construction_list li a .right .wrap_construction_ttl {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
#construction .bottom .wrap_construction .construction_list li a .right .wrap_construction_ttl .construction_ttl {
  font-size: clamp(2rem, 2vw, 2.6rem);
  text-decoration: underline;
  transition: color 0.4s ease;
}
@media screen and (max-width: 768px) {
  #construction .bottom .wrap_construction .construction_list li a .right .txt {
    font-size: 1.4rem;
  }
}
#construction .bottom .wrap_construction .construction_list li a:hover .left img {
  transform: scale(1.1);
}
#construction .bottom .wrap_construction .construction_list li a:hover .right .construction_ttl {
  color: #0CA0FF;
}
#construction .bottom .wrap_construction .construction_list li a:hover .right .arrow::before {
  opacity: 1;
}/*# sourceMappingURL=service.css.map */