@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;
}

/* 事業紹介詳細
--------------------------------------------------*/
/* KV
--------------------------------------------------*/
.kv_service-detail {
  height: 440px;
}
@media screen and (max-width: 768px) {
  .kv_service-detail {
    height: 380px;
  }
}
.kv_service-detail::before {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0.75;
  z-index: 2;
  inset: 0;
}
.kv_service-detail .wrap_service_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.kv_service-detail .wrap_service_ttl .const_type {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 19px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .kv_service-detail .wrap_service_ttl .const_type {
    font-size: 1.6rem;
    padding-left: 15px;
  }
}
.kv_service-detail .wrap_service_ttl .const_type::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 20px;
  background: linear-gradient(to top right, #0065A3, #0982CC);
}
@media screen and (max-width: 768px) {
  .kv_service-detail .wrap_service_ttl .const_type::before {
    height: 16px;
  }
}
.kv_service-detail .wrap_service_ttl .service_ttl {
  font-size: clamp(4rem, 4vw, 4.8rem);
}
@media screen and (max-width: 768px) {
  .kv_service-detail .wrap_service_ttl .service_ttl {
    font-size: clamp(2.4rem, 6.15vw, 3rem);
  }
}

/* 概要
--------------------------------------------------*/
#overview {
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  #overview {
    padding: 60px 0;
  }
}
#overview .wrap_overview {
  display: grid;
  grid-template-columns: 1fr 40%;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 999px) {
  #overview .wrap_overview {
    grid-template-columns: auto;
    row-gap: 30px;
  }
}
#overview .wrap_overview .left .txt:not(:first-child) {
  margin-top: 20px;
}
#overview .wrap_overview .right {
  overflow: hidden;
  aspect-ratio: 400/256;
}
#overview .wrap_overview .right img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#overview .wrap_overview .right.border_img {
  border: solid 1px #C6D9E6;
}

/* お悩み
--------------------------------------------------*/
#worries {
  padding: 80px 0;
}
@media screen and (max-width: 999px) {
  #worries {
    padding: 60px 0;
  }
}
#worries .worries_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #worries .worries_list {
    grid-template-columns: auto;
    gap: 10px;
  }
}
#worries .worries_list .item {
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 999px) {
  #worries .worries_list .item {
    padding: 15px;
  }
}
#worries .worries_list .txt {
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 999px) {
  #worries .worries_list .txt {
    font-size: 1.4rem;
    padding-left: 17px;
  }
}
#worries .worries_list .txt::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 16px;
  height: 15px;
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.60004 15C1.15867 15 0.781619 14.8442 0.468883 14.5326C0.156294 14.2208 0 13.8449 0 13.4049V1.59507C0 1.15507 0.156294 0.779191 0.468883 0.467427C0.781619 0.155809 1.15867 0 1.60004 0H13.4467C13.5818 0 13.7095 0.0166916 13.8297 0.050074C13.95 0.0834563 14.0646 0.13353 14.1736 0.200294L12.9871 1.38287C12.9701 1.36596 12.9489 1.35184 12.9234 1.34052C12.8979 1.32919 12.8681 1.32353 12.834 1.32353H1.60004C1.52053 1.32353 1.45526 1.34897 1.40422 1.39985C1.35317 1.45074 1.32765 1.51581 1.32765 1.59507V13.4049C1.32765 13.4842 1.35317 13.5493 1.40422 13.6001C1.45526 13.651 1.52053 13.6765 1.60004 13.6765H13.4467C13.5262 13.6765 13.5915 13.651 13.6425 13.6001C13.6936 13.5493 13.7191 13.4842 13.7191 13.4049V7.49493L15.0467 6.1714V13.4049C15.0467 13.8449 14.8905 14.2208 14.5779 14.5326C14.2651 14.8442 13.8881 15 13.4467 15H1.60004ZM7.10295 11.5979L2.58716 7.0961L3.52005 6.16632L7.11136 9.74669L15.062 1.82073L16 2.72846L7.10295 11.5979Z' fill='black'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.60004 15C1.15867 15 0.781619 14.8442 0.468883 14.5326C0.156294 14.2208 0 13.8449 0 13.4049V1.59507C0 1.15507 0.156294 0.779191 0.468883 0.467427C0.781619 0.155809 1.15867 0 1.60004 0H13.4467C13.5818 0 13.7095 0.0166916 13.8297 0.050074C13.95 0.0834563 14.0646 0.13353 14.1736 0.200294L12.9871 1.38287C12.9701 1.36596 12.9489 1.35184 12.9234 1.34052C12.8979 1.32919 12.8681 1.32353 12.834 1.32353H1.60004C1.52053 1.32353 1.45526 1.34897 1.40422 1.39985C1.35317 1.45074 1.32765 1.51581 1.32765 1.59507V13.4049C1.32765 13.4842 1.35317 13.5493 1.40422 13.6001C1.45526 13.651 1.52053 13.6765 1.60004 13.6765H13.4467C13.5262 13.6765 13.5915 13.651 13.6425 13.6001C13.6936 13.5493 13.7191 13.4842 13.7191 13.4049V7.49493L15.0467 6.1714V13.4049C15.0467 13.8449 14.8905 14.2208 14.5779 14.5326C14.2651 14.8442 13.8881 15 13.4467 15H1.60004ZM7.10295 11.5979L2.58716 7.0961L3.52005 6.16632L7.11136 9.74669L15.062 1.82073L16 2.72846L7.10295 11.5979Z' fill='black'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media screen and (max-width: 999px) {
  #worries .worries_list .txt::before {
    width: 12px;
    height: 11px;
  }
}

/* 特徴
--------------------------------------------------*/
#features {
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  #features {
    padding-top: 60px;
  }
}
#features .wrap_features .surface_ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .surface_ttl {
    font-size: clamp(1.8rem, 5.29vw, 2.8rem);
    margin-bottom: 15px;
  }
}
#features .wrap_features .ttl_bottom_txt {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .ttl_bottom_txt {
    margin-bottom: 30px;
  }
}
#features .wrap_features .features_list .item {
  display: grid;
  grid-template-columns: 1fr 30%;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding-top: 40px;
  border-top: dashed 1px #0976BC;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .features_list .item {
    grid-template-columns: auto;
    row-gap: 25px;
    padding-top: 30px;
  }
}
#features .wrap_features .features_list .item .left .number {
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .features_list .item .left .number {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
#features .wrap_features .features_list .item .left .number > span {
  font-size: 2.4rem;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .features_list .item .left .number > span {
    font-size: 2rem;
  }
}
#features .wrap_features .features_list .item .left .ttl {
  font-size: clamp(2.8rem, 28vw, 3.2rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .features_list .item .left .ttl {
    font-size: clamp(2.2rem, 5.64vw, 2.8rem);
    margin-bottom: 20px;
  }
}
#features .wrap_features .features_list .item .left .link_txt {
  display: inline-block;
  text-decoration: underline;
  margin-top: 10px;
  position: relative;
  transition: color 0.4s ease;
}
#features .wrap_features .features_list .item .left .link_txt::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: var(--sub-arrow) no-repeat center/contain;
  mask: var(--sub-arrow) no-repeat center/contain;
  transform: rotate(-135deg);
}
#features .wrap_features .features_list .item .left .link_txt:hover {
  color: #0CA0FF;
}
#features .wrap_features .features_list .item .left .service_ttl {
  font-size: clamp(2.8rem, 28vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  padding-left: 33px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .features_list .item .left .service_ttl {
    font-size: clamp(2.2rem, 5.64vw, 2.8rem);
    padding-left: 25px;
    margin-bottom: 20px;
  }
}
#features .wrap_features .features_list .item .left .service_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 1px;
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
}
@media screen and (max-width: 999px) {
  #features .wrap_features .features_list .item .left .service_ttl::before {
    width: 15px;
    height: 15px;
  }
}
#features .wrap_features .features_list .item .left .ec_banner {
  display: block;
  max-width: 420px;
  box-shadow: 0 0 40px rgba(0, 19, 69, 0.1);
  margin-top: 30px;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .features_list .item .left .ec_banner {
    margin-top: 20px;
  }
}
#features .wrap_features .features_list .item .left .ec_banner:hover {
  all: unset;
}
#features .wrap_features .features_list .item .left .btn {
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .features_list .item .left .btn {
    margin-top: 20px;
  }
}
#features .wrap_features .features_list .item .right {
  overflow: hidden;
  aspect-ratio: 300/307;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .features_list .item .right {
    aspect-ratio: 310/200;
  }
}
#features .wrap_features .features_list .item .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#features .wrap_features .features_list .item:last-child {
  margin-bottom: 0;
}
#features .wrap_features .baloon {
  width: 80%;
  padding: 15px 20px 20px;
  margin: 48px auto 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .baloon {
    width: 100%;
    margin-top: 38px;
  }
}
#features .wrap_features .baloon::after {
  content: "";
  position: absolute;
  left: 10%;
  top: -24px;
  width: 37px;
  height: 28px;
  background: #E9F1F6;
  clip-path: polygon(100% 0, 74% 100%, 0 100%);
}
@media screen and (max-width: 999px) {
  #features .wrap_features .baloon::after {
    top: -14px;
    width: 27px;
    height: 18px;
  }
}
#features .wrap_features .baloon p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  border-bottom: dashed 1px #0976BC;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .baloon p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 449px) {
  #features .wrap_features .baloon p {
    flex-direction: column;
    align-items: center;
    border-bottom: none;
  }
  #features .wrap_features .baloon p .line_txt {
    border-bottom: dashed 1px #0976BC;
  }
}

/* 施工箇所例
--------------------------------------------------*/
#example-location {
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  #example-location {
    padding-top: 60px;
  }
}
#example-location .wrap_example-location .location_txt {
  font-size: 1.8rem;
  border: solid 1px #C6D9E6;
  padding: 20px 30px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #example-location .wrap_example-location .location_txt {
    font-size: 1.6rem;
    padding: 20px;
  }
}
#example-location .wrap_example-location .location_table {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #example-location .wrap_example-location .location_table {
    border-radius: 0;
  }
}
#example-location .wrap_example-location .location_table .item {
  display: grid;
  grid-template-columns: minmax(26%, 254px) 1fr;
}
@media screen and (max-width: 999px) {
  #example-location .wrap_example-location .location_table .item {
    grid-template-columns: 213px 1fr;
  }
}
@media screen and (max-width: 768px) {
  #example-location .wrap_example-location .location_table .item {
    grid-template-columns: auto;
    margin-bottom: 25px;
  }
  #example-location .wrap_example-location .location_table .item:last-child {
    margin: 0;
  }
}
#example-location .wrap_example-location .location_table .item dt, #example-location .wrap_example-location .location_table .item dd {
  border-bottom: solid 1px #C6D9E6;
}
#example-location .wrap_example-location .location_table .item dt {
  font-size: 2rem;
  font-weight: 700;
  background-color: #E9F1F6;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  #example-location .wrap_example-location .location_table .item dt {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  #example-location .wrap_example-location .location_table .item dt {
    justify-content: flex-start;
  }
}
#example-location .wrap_example-location .location_table .item dd {
  font-size: 1.8rem;
  border-right: solid 1px #C6D9E6;
  padding: 25px 30px;
}
@media screen and (max-width: 999px) {
  #example-location .wrap_example-location .location_table .item dd {
    font-size: 1.6rem;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #example-location .wrap_example-location .location_table .item dd {
    border: none;
    padding: 15px 15px 0;
  }
}
#example-location .wrap_example-location .location_table .item:first-child dd {
  border-top: solid 1px #C6D9E6;
  border-top-right-radius: 5px;
}
@media screen and (max-width: 768px) {
  #example-location .wrap_example-location .location_table .item:first-child dd {
    border: none;
    border-radius: 0;
  }
}
#example-location .wrap_example-location .location_table .item:last-child dt {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #example-location .wrap_example-location .location_table .item:last-child dt {
    border-bottom: solid 1px #C6D9E6;
  }
}
#example-location .wrap_example-location .location_table .item:last-child dd {
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 768px) {
  #example-location .wrap_example-location .location_table .item:last-child dd {
    border-radius: 0;
  }
}

/* 使用する機械
--------------------------------------------------*/
#machine {
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  #machine {
    padding-top: 60px;
  }
}
#machine .wrap_machine {
  padding-top: 60px;
  border-top: dashed 1px #C6D9E6;
}
@media screen and (max-width: 999px) {
  #machine .wrap_machine {
    padding-top: 30px;
  }
}
#machine .wrap_machine > .wrap_txt {
  text-align: center;
  margin-bottom: 30px;
}
#machine .wrap_machine > .wrap_txt .txt:last-child {
  margin-top: 10px;
}
#machine .wrap_machine > .wrap_txt .txt .link_txt {
  text-decoration: underline;
  transition: color 0.4s ease;
}
#machine .wrap_machine > .wrap_txt .txt .link_txt:hover {
  color: #0CA0FF;
}
#machine .wrap_machine .machine_list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media screen and (max-width: 999px) {
  #machine .wrap_machine .machine_list {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
}
#machine .wrap_machine .machine_list .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px) / 3);
  padding: 20px;
}
@media screen and (max-width: 999px) {
  #machine .wrap_machine .machine_list .item {
    width: 100%;
    max-width: 440px;
  }
}
#machine .wrap_machine .machine_list .item .machine_thum {
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 340/240;
}
#machine .wrap_machine .machine_list .item .bottom {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  flex-grow: 1;
}
#machine .wrap_machine .machine_list .item .bottom > .wrap_txt .name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: dashed 1px #C6D9E6;
}
#machine .wrap_machine .machine_list .item .bottom > .wrap_txt .ex {
  font-size: 1.4rem;
}
#machine .wrap_machine .machine_list .item .bottom > .wrap_txt .cat {
  font-size: 1.2rem;
  line-height: 1.2;
  background-color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  border-radius: 2px;
}
#machine .wrap_machine .machine_list .item .bottom .btn {
  width: 100%;
  max-width: none;
  margin-top: auto;
  pointer-events: none;
  cursor: default;
  color: #A7B7C2;
}
#machine .wrap_machine .machine_list .item .bottom .btn .arrow {
  background: #A7B7C2;
}
#machine .wrap_machine .machine_list .item .bottom .btn .arrow::after {
  transform: rotate(-45deg);
}
#machine .wrap_machine .machine_list .item .bottom .btn:hover {
  all: unset;
}

/* コンサルティング
--------------------------------------------------*/
/* CTA
--------------------------------------------------*/
@media screen and (max-width: 768px) {
  #cta {
    padding-bottom: 40px;
  }
}
#cta {
  background: linear-gradient(to bottom, #E9F1F6 0, #E9F1F6 50px, transparent 50px);
}
#cta .wrap_cta {
  text-align: center;
}
#cta .wrap_cta .cta_box {
  background: linear-gradient(to top right, #0065A3, #0982CC);
  padding: 60px 20px 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  #cta .wrap_cta .cta_box {
    padding: 30px 20px 70px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 449px) {
  #cta .wrap_cta .cta_box {
    padding: 20px 20px 50px;
    margin-bottom: 20px;
  }
}
#cta .wrap_cta .cta_box {
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
@media screen and (max-width: 768px) {
  #cta .wrap_cta .cta_box {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
}
#cta .wrap_cta .cta_box .txt {
  font-size: clamp(3.6rem, 3.6vw, 4rem);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  #cta .wrap_cta .cta_box .txt {
    font-size: clamp(2rem, 4.28vw, 3.6rem);
  }
}
#cta .wrap_cta .wrap_txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #cta .wrap_cta .wrap_txt {
    margin-bottom: 30px;
  }
}
#cta .wrap_cta .wrap_txt .big_txt {
  display: inline-flex;
  align-items: center;
  font-size: clamp(4rem, 4vw, 4.6rem);
  font-weight: 700;
  line-height: 1.4;
  border-bottom: dashed 1px #0976BC;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #cta .wrap_cta .wrap_txt .big_txt {
    font-size: clamp(2.6rem, 5.77vw, 4rem);
  }
}
@media screen and (max-width: 449px) {
  #cta .wrap_cta .wrap_txt .big_txt {
    flex-direction: column;
    border-bottom: none;
    margin-bottom: 20px;
  }
  #cta .wrap_cta .wrap_txt .big_txt > span {
    border-bottom: dashed 1px #0976BC;
    line-height: 1.6;
  }
}
#cta .wrap_cta > .btn {
  font-size: clamp(2.4rem, 2.4vw, 2.8rem);
  width: 100%;
  max-width: 530px;
  padding: 12px 12px 12px 40px;
  margin-inline: auto;
}
@media screen and (max-width: 999px) {
  #cta .wrap_cta > .btn {
    font-size: clamp(2rem, 5.12vw, 2.4rem);
    padding: 10px 10px 10px 30px;
  }
}
#cta .wrap_cta > .btn .arrow {
  width: 100px;
}
@media screen and (max-width: 999px) {
  #cta .wrap_cta > .btn .arrow {
    width: 66px;
  }
}
#cta .wrap_cta > .btn .arrow::after {
  width: 25px;
  height: 29px;
}
@media screen and (max-width: 999px) {
  #cta .wrap_cta > .btn .arrow::after {
    width: 16px;
    height: 19px;
  }
}

/* 研究開発・設計・製造
--------------------------------------------------*/
/* こんなものを設計・製造しました
--------------------------------------------------*/
#design-manufacturing .wrap_design-manufacturing .wrap_design {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item {
  display: grid;
  grid-template-columns: 1fr 30%;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding-top: 40px;
  border-top: dashed 1px #0976BC;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item {
    grid-template-columns: auto;
    row-gap: 25px;
    padding-top: 30px;
  }
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left, #design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .right {
  min-width: 0;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .number {
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  #design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .number {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .number > span {
  font-size: 2.4rem;
}
@media screen and (max-width: 999px) {
  #design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .number > span {
    font-size: 2rem;
  }
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .ttl {
  font-size: clamp(2.8rem, 28vw, 3.2rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .ttl {
    font-size: clamp(2.2rem, 5.64vw, 2.8rem);
    margin-bottom: 20px;
  }
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .link_txt {
  display: inline-block;
  text-decoration: underline;
  margin-top: 10px;
  position: relative;
  transition: color 0.4s ease;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .link_txt::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: var(--sub-arrow) no-repeat center/contain;
  mask: var(--sub-arrow) no-repeat center/contain;
  transform: rotate(-135deg);
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .link_txt:hover {
  color: #0CA0FF;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .service_ttl {
  font-size: clamp(2.8rem, 28vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  padding-left: 33px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .service_ttl {
    font-size: clamp(2.2rem, 5.64vw, 2.8rem);
    padding-left: 25px;
    margin-bottom: 20px;
  }
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .service_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 1px;
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
}
@media screen and (max-width: 999px) {
  #design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .service_ttl::before {
    width: 15px;
    height: 15px;
  }
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .ec_banner {
  display: block;
  max-width: 420px;
  box-shadow: 0 0 40px rgba(0, 19, 69, 0.1);
  margin-top: 30px;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 999px) {
  #design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .ec_banner {
    margin-top: 20px;
  }
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .ec_banner:hover {
  all: unset;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .btn {
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  #design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .left .btn {
    margin-top: 20px;
  }
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .right {
  aspect-ratio: 300/307;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .right:has(.productSwiper) {
  aspect-ratio: auto;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .productSwiper {
  width: 100%;
  position: relative;
  padding-bottom: 16px;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .productSwiper .swiper-slide {
  width: 100%;
  aspect-ratio: 300/307;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .productSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .productSwiper .swiper-fraction {
  font-size: 1.2rem;
  position: absolute;
  right: 10px;
  bottom: 26px;
  background: rgba(255, 255, 255, 0.8);
  width: 45px;
  height: 18px;
  border-radius: 100vh;
  display: grid;
  place-items: center;
  z-index: 2;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .productSwiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .productSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0;
  background-color: #D1D8DD;
  opacity: 1;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item .productSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0976BC;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item:nth-child(1) .right img, #design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item:nth-child(4) .right img {
  border: solid 1px #C6D9E6;
}
#design-manufacturing .wrap_design-manufacturing .wrap_design .design_list .item:last-child {
  margin-bottom: 0;
}
#design-manufacturing .wrap_design-manufacturing .wrap_togidashi > .ttl {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #design-manufacturing .wrap_design-manufacturing .wrap_togidashi > .ttl {
    margin-bottom: 20px;
  }
}
#design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content {
  display: grid;
  grid-template-columns: 340px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 20px 30px 20px 20px;
}
@media screen and (max-width: 1199px) {
  #design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content {
    grid-template-columns: 28.3% 1fr;
  }
}
@media screen and (max-width: 999px) {
  #design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content {
    grid-template-columns: auto;
    row-gap: 20px;
    padding: 20px;
  }
}
#design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content .left {
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 999px) {
  #design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content .left {
    aspect-ratio: 310/200;
    order: 2;
  }
}
#design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content .left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content .right {
  padding-top: 10px;
}
@media screen and (max-width: 999px) {
  #design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content .right {
    padding-top: 0;
  }
}
#design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content .right > .ttl {
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(2rem, 2vw, 2.4rem);
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: dashed 1px #C6D9E6;
}
#design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content .right .ex {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content .right .what .what_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4px;
}
#design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content .right .what .quote {
  padding-left: 20px;
  border-left: solid 4px #C6D9E6;
}
#design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content .right .what .quote > p {
  font-size: 1.4rem;
}
#design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content .right .what .quote .link_txt {
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: underline;
  margin-top: 4px;
  position: relative;
  transition: color 0.4s ease;
}
#design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content .right .what .quote .link_txt::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: var(--sub-arrow) no-repeat center/contain;
  mask: var(--sub-arrow) no-repeat center/contain;
  transform: rotate(-135deg);
}
#design-manufacturing .wrap_design-manufacturing .wrap_togidashi .content .right .what .quote .link_txt:hover {
  color: #0CA0FF;
}

/* 研究開発・設計・製造、販売・レンタル・修理・カスタマイズ
--------------------------------------------------*/
/* ECサイトバナー
--------------------------------------------------*/
.wrap_ec_banner {
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  .wrap_ec_banner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 449px) {
  .wrap_ec_banner {
    padding: 50px 0;
  }
}
.wrap_ec_banner .banner {
  display: block;
  box-shadow: 0 0 40px rgba(0, 19, 69, 0.1);
  pointer-events: none;
  cursor: default;
}
.wrap_ec_banner .banner:hover {
  all: unset;
}/*# sourceMappingURL=service-detail.css.map */