@charset "UTF-8";

/**
 * service.css
 *
 * 事業紹介ページ
 *
 *  #Global
 *  #FV (First View)
 */


/* ==========================================================================
   Global (service page)
   ========================================================================== */
body.service {
  overflow-x: hidden;
}


/* ==========================================================================
   FV (First View)
   ========================================================================== */
.l-service-fv {
  position: relative;
  width: 100%;
  height: 736px;
  overflow: hidden;
  background-color: #d9dcdc;
}

.service-fv-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 240px 160px 0;
  z-index: 2;
}

.service-fv-label {
  margin: 0;
  font-family: "ZenKakuGothicNew";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: 0.02em;
  color: #081a00;
}

.service-fv-ttl {
  margin: 8px 0 0;
  font-family: "ZenKakuGothicNew";
  font-weight: 700;
  font-size: 58px;
  line-height: 1.34;
  letter-spacing: -0.04em;
  background: linear-gradient(-78.64deg, #135837 0.41%, #22a164 96.81%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}

.service-fv-ttl span {
  display: block;
}

.service-fv-desc {
  margin: 24px 0 0;
  font-family: "ZenKakuGothicNew";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #081a00;
}

.service-fv-desc p {
  margin: 0;
}

.service-fv-desc p + p {
  margin-top: 0.5em;
}

.service-fv-en {
  position: absolute;
  top: 291px;
  left: 880px;
  z-index: 0;
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 160px;
  line-height: 1.12;
  letter-spacing: 0;
  white-space: nowrap;
  background: linear-gradient(90deg, #e0e3e3 3.42%, #dddede 98.01%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  pointer-events: none;
  user-select: none;
}

.l-service-fv::before,
.l-service-fv::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.l-service-fv::before {
  top: 0;
  right: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/logo_right_top.svg") no-repeat 0 0 / contain;
}

.l-service-fv::after {
  bottom: 0;
  left: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/logo_left_bottom.svg") no-repeat 0 0 / contain;
}


/* ==========================================================================
   Engine (SoleBrain Growth Engine)
   ========================================================================== */
.l-service-engine {
  position: relative;
  width: 100%;
  height: 836px;
  overflow: hidden;
  background-color: #31c47d;
}

.service-engine-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 94px;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 160px;
}

.service-engine-text {
  flex-shrink: 0;
  width: 466px;
  align-self: flex-start;
  padding-top: 126px;
}

.service-engine-ttl {
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1.16;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, #e9e9e9 3.41%, #e2e3e3 98.86%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}

.service-engine-ttl span {
  display: block;
}

.service-engine-desc {
  margin-top: 32px;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.89;
  letter-spacing: 0.06em;
  color: #081a00;
}

.service-engine-figure {
  margin-top: -95px;
  margin-left: -20px;
  flex-shrink: 0;
  width: 652px;
  max-width: 100%;
}

.service-engine-figure img {
  display: block;
  width: 100%;
  height: auto;
}


/* ==========================================================================
   Dig (AI Deep Dig)
   ========================================================================== */
.l-service-dig {
  position: relative;
  display: flow-root;
  background-color: #d9dcdc;
  padding-bottom: 469px;
}

.service-dig-block-wrap {
  position: relative;
  width: 100%;
  max-width: none;
  margin: -118px 0 0;
  padding-left: max(240px, calc((100% - 1440px) / 2 + 240px));
  z-index: 1;
}

.service-dig-block {
  position: relative;
  height: auto;
  min-height: 520px;
  background-color: #3a3a3a;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.service-dig-block-inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1440px;
  margin-right: auto;
  padding: 80px 0 80px 80px;
}

.service-dig-text {
  max-width: 516px;
}

.service-dig-num {
  font-family: "ZenKakuGothicNew", "NotoSansJP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: 0.02em;
  color: #22a164;
}

.service-dig-ttl {
  margin-top: 11px;
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  background: linear-gradient(-62.07deg, #135837 14.08%, #22a164 90.23%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}

.service-dig-sub {
  margin-top: 16px;
  font-family: "ZenKakuGothicNew", "NotoSansJP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #d9dcdc;
}

.service-dig-desc {
  margin-top: 36px;
  margin-bottom: 0;
  max-width: 483px;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.81;
  letter-spacing: 0.06em;
  color: #fff;
}

.service-dig-photo {
  position: absolute;
  top: 80px;
  right: 0;
  width: clamp(280px, calc(100vw * 450 / 1440), 450px);
  height: 360px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}

.service-dig-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dig - 3 cards */
.service-dig-cards-wrap {
  position: relative;
  max-width: 1440px;
  margin: -50px auto 0;
  padding: 0 160px;
  z-index: 2;
}

.service-dig-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.service-dig-card {
  display: flex;
  flex-direction: column;
  width: 360px;
  height: 450px;
  padding: 16px 22px 60px;
  background-color: #fff;
  border-radius: 24px;
}

.service-dig-card-img {
  width: 100%;
  height: 179px;
  border-radius: 16px;
  overflow: hidden;
}

.service-dig-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-dig-card-body {
  margin-top: 30px;
  text-align: center;
}

.service-dig-card-ttl {
  font-family: "ZenKakuGothicNew", "NotoSansJP", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.4;
  color: #31c47d;
}

.service-dig-card-desc {
  margin-top: 16px;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #081a00;
}


/* ==========================================================================
   Suite (Agentic Suite)
   ========================================================================== */
.l-service-suite {
  position: relative;
  display: flow-root;
  background-color: #b7c5c5;
  padding: 0 0 100px;
}

.service-suite-block-wrap {
  position: relative;
  width: 100%;
  max-width: none;
  margin: -315px 0 0;
  padding-left: 0;
  padding-right: max(240px, calc((100% - 1440px) / 2 + 240px));
  z-index: 1;
}

.service-suite-block {
  position: relative;
  height: auto;
  min-height: 520px;
  background-color: #3a3a3a;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}

.service-suite-block-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 80px 160px 80px max(160px, calc((100vw - 1440px) / 2 + 160px));
}

.service-suite-text {
  max-width: 512px;
}

.service-suite-num {
  font-family: "ZenKakuGothicNew", "NotoSansJP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: 0.02em;
  color: #22a164;
}

.service-suite-ttl {
  margin-top: 11px;
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 76px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  background: linear-gradient(-74.16deg, #135837 0.41%, #22a164 96.81%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}

.service-suite-sub {
  margin-top: 16px;
  font-family: "ZenKakuGothicNew", "NotoSansJP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #d9dcdc;
}

.service-suite-desc {
  margin-top: 36px;
  margin-bottom: 0;
  max-width: 512px;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.81;
  letter-spacing: 0.06em;
  color: #fff;
}

.service-suite-more-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
  padding: 26px 32px 26px 48px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 80px;
  transition: opacity 0.3s;
}

.service-suite-more-btn:hover {
  opacity: 0.7;
}

.service-suite-more-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../images/parts/ico_arrow_green.svg") no-repeat 0 0 / contain;
}

.service-suite-more-btn-txt {
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #081a00;
}

.service-suite-photo {
  position: absolute;
  top: 80px;
  right: -60px;
  width: clamp(280px, calc(100vw * 450 / 1440), 450px);
  height: 360px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}

.service-suite-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Suite - Products diagram */
.service-suite-products {
  position: relative;
  margin-top: -50px;
  padding: 0 160px 254px;
  z-index: 2;
}

.service-suite-products-inner {
  max-width: 980px;
  margin: 0 auto;
}

.service-suite-products-diagram {
  width: 100%;
}

.service-suite-products-diagram img {
  display: block;
  width: 100%;
  height: auto;
}

.l-service-suite::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/logo_left_bottom.svg") no-repeat 0 0 / contain;
}


/* ==========================================================================
   Gene (AI Demand Generation)
   ========================================================================== */
.l-service-gene {
  position: relative;
  display: flow-root;
  background-color: #d9dcdc;
  padding-bottom: 120px;
}

.service-gene-block-wrap {
  position: relative;
  width: 100%;
  max-width: none;
  margin: -285px 0 0;
  padding-left: max(240px, calc((100% - 1440px) / 2 + 240px));
  z-index: 1;
}

.service-gene-block {
  position: relative;
  height: auto;
  min-height: 520px;
  background-color: #3a3a3a;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.service-gene-block-inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1440px;
  margin-right: auto;
  padding: 80px 0 80px 80px;
}

.service-gene-text {
  max-width: 516px;
}

.service-gene-num {
  font-family: "ZenKakuGothicNew", "NotoSansJP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: 0.02em;
  color: #22a164;
}

.service-gene-ttl {
  margin-top: 11px;
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 1.04;
  letter-spacing: 0.01em;
  background: linear-gradient(-82.15deg, #135837 0.41%, #22a164 96.81%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}

.service-gene-ttl span {
  display: block;
}

.service-gene-sub {
  margin-top: 16px;
  font-family: "ZenKakuGothicNew", "NotoSansJP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #d9dcdc;
}

.service-gene-desc {
  margin-top: 36px;
  margin-bottom: 0;
  max-width: 516px;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.81;
  letter-spacing: 0.06em;
  color: #fff;
}

.service-gene-photo {
  position: absolute;
  top: 80px;
  right: 0;
  width: clamp(280px, calc(100vw * 450 / 1440), 450px);
  height: 360px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}

.service-gene-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gene - 3 cards */
.service-gene-cards-wrap {
  position: relative;
  max-width: 1440px;
  margin: -50px auto 0;
  padding: 0 160px;
  z-index: 2;
}

.service-gene-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.service-gene-card {
  display: flex;
  flex-direction: column;
  width: 360px;
  height: 400px;
  padding: 16px 22px 60px;
  background-color: #fff;
  border-radius: 24px;
}

.service-gene-card-img {
  width: 100%;
  height: 179px;
  border-radius: 16px;
  overflow: hidden;
}

.service-gene-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-gene-card-body {
  margin-top: 30px;
  text-align: center;
}

.service-gene-card-ttl {
  font-family: "ZenKakuGothicNew", "NotoSansJP", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.4;
  color: #31c47d;
}

.service-gene-card-desc {
  margin-top: 16px;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #081a00;
}

/* Gene - Case (おうちキャンバス) */
.service-gene-case-wrap {
  position: relative;
  max-width: 1440px;
  margin: 40px auto 0;
  padding: 0 155px;
  z-index: 2;
}

.service-gene-case {
  position: relative;
  padding: 60px;
  background-color: #fff;
  border-radius: 24px;
}

.service-gene-case-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.service-gene-case-head {
  padding-right: calc(416px + 24px);
  box-sizing: border-box;
}

.service-gene-case-ttl {
  font-family: "ZenKakuGothicNew", "NotoSansJP", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.4;
  color: #31c47d;
}

.service-gene-case-desc {
  margin-top: 7px;
  max-width: 100%;
  width: 100%;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.01em;
  color: #081a00;
}

.service-gene-case-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 24px 40px;
  margin-top: 24px;
  padding-right: calc(416px + 24px);
  box-sizing: border-box;
}

.service-gene-case-detail {
  min-width: 0;
  width: 100%;
}


.service-gene-case-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #31c47d;
  background-color: #f1f1ec;
  border-radius: 30px;
}

.service-gene-case-detail-txt {
  margin-top: 11px;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.01em;
  color: #081a00;
}

.service-gene-case-img {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 416px;
  height: 349px;
  border-radius: 16px;
  overflow: hidden;
}

.service-gene-case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ==========================================================================
   Responsive
   ========================================================================== */
@media screen and (max-width: 1200px) {
  .l-service-fv {
    height: 560px;
  }

  .service-fv-inner {
    padding: 180px 40px 120px;
  }

  .service-fv-en {
    top: 210px;
    left: auto;
    right: -40px;
    font-size: 110px;
    z-index: -1;
  }

  .service-fv-ttl {
    font-size: 44px;
  }

  .service-fv-label {
    font-size: 20px;
  }

  .service-fv-desc {
    font-size: 16px;
  }

  .l-service-fv::before,
  .l-service-fv::after {
    width: 400px;
    height: 390px;
  }

  .l-service-engine {
    height: auto;
  }

  .service-engine-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 80px 80px 150px;
  }

  .service-engine-text {
    width: 100%;
    padding-top: 0;
  }

  .service-engine-ttl {
    font-size: 60px;
  }

  .service-engine-ttl span:nth-child(2),
  .service-engine-ttl span:nth-child(3) {
    display: inline;
  }

  .service-engine-figure {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .l-service-dig {
    padding-bottom: 390px;
  }

  .service-dig-block-wrap {
    margin-top: -80px;
    padding-left: 80px;
  }

  .service-dig-block {
    min-height: 0;
    overflow: hidden;
    isolation: isolate;
  }

  .service-dig-block::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../../images/service/pic_dig.png");
    background-repeat: no-repeat;
    background-size: 120% 120%;
    background-position: center;
    opacity: 0.2;
    pointer-events: none;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .service-dig-block-inner {
    position: relative;
    z-index: 1;
    padding: 60px 0 60px 60px;
  }

  .service-dig-text {
    position: relative;
    z-index: 1;
  }

  .service-dig-ttl {
    margin-top: 30px;
    font-size: 64px;
  }
  
  .service-dig-num {
    font-size: 3.75vw;
  }

  .service-dig-photo {
    display: none;
  }

  .service-dig-cards-wrap {
    padding: 0 80px;
  }

  .service-dig-cards {
    gap: 16px;
  }

  .service-dig-card {
    width: calc((100% - 32px) / 3);
    min-width: 0;
  }

  .service-suite-block-wrap {
    margin-top: -260px;
    padding-left: 0;
    padding-right: 80px;
  }

  .service-suite-block {
    min-height: 0;
    isolation: isolate;
  }

  .service-suite-block::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../../images/service/pic_suite.png");
    background-repeat: no-repeat;
    background-size: 200% 120%;
    background-position: center;
    opacity: 0.1;
    pointer-events: none;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .service-suite-block-inner {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 80px;
  }

  .service-suite-text {
    position: relative;
    z-index: 1;
  }

  .service-suite-ttl {
    margin-top: 30px;
    font-size: 60px;
  }

  .service-suite-num {
    font-size: 3.75vw;
  }

  .service-suite-photo {
    display: none;
  }

  .service-suite-products {
    margin-top: -40px;
    padding: 0 80px 200px;
  }

  .service-gene-block-wrap {
    margin-top: -230px;
    padding-left: 80px;
  }

  .service-gene-block {
    min-height: 0;
    overflow: hidden;
    isolation: isolate;
  }

  .service-gene-block::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../../images/service/pic_gene.png");
    background-repeat: no-repeat;
    background-size: 120% 120%;
    background-position: center;
    opacity: 0.2;
    pointer-events: none;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .service-gene-block-inner {
    position: relative;
    z-index: 1;
    padding: 60px 0 60px 60px;
  }

  .service-gene-text {
    position: relative;
    z-index: 1;
  }

  .service-gene-ttl {
    margin-top: 20px;
    font-size: 64px;
  }

  .service-gene-num {
    font-size: 3.75vw;
  }

  .service-gene-photo {
    display: none;
  }

  .service-gene-cards-wrap {
    padding: 0 80px;
  }

  .service-gene-cards {
    gap: 16px;
  }

  .service-gene-card {
    width: calc((100% - 32px) / 3);
    min-width: 0;
  }

  .service-gene-case-wrap {
    padding: 0 80px;
  }

  .service-gene-case {
    padding: 48px;
  }

  .service-gene-case-head {
    display: block;
    padding-right: 0;
    min-height: 0;
  }

  .service-gene-case-img {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    height: 300px;
    margin-top: 16px;
  }

  .service-gene-case-desc {
    margin-top: 20px;
  }

  .service-gene-case-details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-service-fv {
    height: auto;
    min-height: calc(500 / 414 * 100vw);
  }

  .service-fv-inner {
    padding: 29.167vw 5vw 16.667vw;
  }

  .service-fv-label {
    font-size: 3.75vw;
  }

  .service-fv-ttl {
    font-size: 7.5vw;
    line-height: 1.4;
  }

  .service-fv-desc {
    margin-top: 20px;
    font-size: 3.333vw;
    line-height: 1.6;
  }

  .service-fv-en {
    display: none;
  }

  .l-service-fv::before,
  .l-service-fv::after {
    width: 280px;
    height: 273px;
  }

  .l-service-suite::after {
    width: 280px;
    height: 273px;
  }

  .l-service-engine {
    height: auto;
  }

  .service-engine-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 16.667vw 5vw;
  }

  .service-engine-text {
    width: 100%;
    padding-top: 0;
  }

  .service-engine-ttl {
    font-size: 9.167vw;
  }

  .service-engine-desc {
    margin-top: 5vw;
    font-size: 3.333vw;
    line-height: 1.8;
  }

  .service-engine-figure {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .l-service-dig {
    padding-bottom: 0;
  }

  .service-dig-block-wrap {
    margin-top: 0;
    padding-left: 0;
  }

  .service-dig-block {
    height: auto;
    border-radius: 0;
  }

  .service-dig-block::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .service-dig-block-inner {
    max-width: none;
    margin-right: 0;
    padding: 12.5vw 5vw;
  }

  .service-dig-ttl {
    margin-top: 2.083vw;
    font-size: 9.167vw;
  }

  .service-dig-sub {
    margin-top: 3.333vw;
    font-size: 3.75vw;
  }

  .service-dig-desc {
    margin-top: 24px;
    font-size: 3.333vw;
    max-width: none;
  }

  .service-dig-text {
    max-width: none;
    width: 100%;
  }

  .service-dig-photo {
    display: none;
  }

  .service-dig-cards-wrap {
    margin-top: 40px;
    padding: 0 24px;
  }

  .service-dig-cards {
    flex-direction: column;
    align-items: center;
    gap: 5vw;
  }

  .service-dig-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 16px 22px 40px;
    box-sizing: border-box;
  }

  .service-dig-card-ttl {
    font-size: 3.75vw;
  }

  .service-dig-card-desc {
    font-size: 3.333vw;
  }

  .service-dig-card-img {
    flex-shrink: 0;
    width: auto;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
  }

  .service-dig-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-dig-card-body {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  .l-service-suite {
    padding: 0 0 60px;
  }

  .service-suite-block-wrap {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-suite-block {
    height: auto;
    border-radius: 0;
  }

  .service-suite-block::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .service-suite-block-inner {
    max-width: none;
    width: auto;
    margin: 0;
    padding: 12.5vw 5vw;
  }

  .service-suite-ttl {
    margin-top: 2.083vw;
    font-size: 9.167vw;
  }

  .service-suite-sub {
    margin-top: 3.333vw;
    font-size: 3.75vw;
  }

  .service-suite-desc {
    margin-top: 24px;
    font-size: 3.333vw;
    max-width: none;
  }

  .service-suite-text {
    max-width: none;
    width: 100%;
  }

  .service-suite-more-btn {
    margin-top: 40px;
    padding: 20px 24px 20px 32px;
    gap: 24px;
  }

  .service-suite-more-btn-txt {
    font-size: 3.333vw;
  }

  .service-suite-photo {
    display: none;
  }

  .service-suite-products {
    margin-top: 0;
    padding: 40px 24px 0;
  }

  .l-service-gene {
    padding-bottom: 60px;
  }

  .service-gene-block-wrap {
    margin-top: 0;
    padding-left: 0;
  }

  .service-gene-block {
    height: auto;
    border-radius: 0;
  }

  .service-gene-block::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .service-gene-block-inner {
    max-width: none;
    margin-right: 0;
    padding: 12.5vw 5vw;
  }

  .service-gene-ttl {
    margin-top: 2.083vw;
    font-size: 9.167vw;
  }

  .service-gene-sub {
    margin-top: 3.333vw;
    font-size: 3.75vw;
  }

  .service-gene-sub br {
    display: none;
  }

  .service-gene-desc {
    margin-top: 24px;
    font-size: 3.333vw;
    max-width: none;
  }

  .service-gene-text {
    max-width: none;
    width: 100%;
  }

  .service-gene-photo {
    display: none;
  }

  .service-gene-cards-wrap {
    margin-top: 40px;
    padding: 0 24px;
  }

  .service-gene-cards {
    flex-direction: column;
    align-items: stretch;
    gap: 5vw;
  }

  .service-gene-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 2.917vw;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    box-sizing: border-box;
  }

  .service-gene-card-img {
    flex: 0 0 44%;
    width: 44%;
    max-width: 44%;
    min-width: 0;
    height: auto;
    min-height: 120px;
    align-self: stretch;
    border-radius: 12px;
    overflow: hidden;
  }

  .service-gene-card-img img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  .service-gene-card-body {
    flex: 1 1 0;
    min-width: 0;
    margin-top: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .service-gene-card-ttl {
    font-size: 3.75vw;
  }

  .service-gene-card-desc {
    font-size: 3.333vw;
    margin-top: 2.083vw;
  }

  .service-gene-case-wrap {
    margin-top: 40px;
    padding: 0 24px;
  }

  .service-gene-case {
    padding: 6.667vw 5vw;
  }

  .service-gene-case-head {
    display: block;
    padding-right: 0;
    min-height: 0;
  }

  .service-gene-case-img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 416 / 349;
    margin-top: 16px;
  }

  .service-gene-case-ttl {
    font-size: 5vw;
  }

  .service-gene-case-desc {
    margin-top: 16px;
    max-width: none;
    width: 100%;
    font-size: 3.333vw;
  }

  .service-gene-case-detail-txt {
    width: 100%;
    max-width: 100%;
    font-size: 3.333vw;
  }

  .service-gene-case-badge {
    font-size: 3.333vw;
    padding: 2.083vw 5.417vw;
  }

  .service-gene-case-details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
    padding-right: 0;
  }

  .service-gene-case-detail:nth-child(1),
  .service-gene-case-detail:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
}

/* ==========================================================================
   Wide screen (1440px and up)
   ========================================================================== */
@media screen and (min-width: 1440px) {
  .l-service-fv::before,
  .l-service-fv::after,
  .l-service-suite::after {
    width: calc(520 / 1440 * 100vw);
    height: calc(507 / 1440 * 100vw);
  }

  .service-dig-photo,
  .service-gene-photo {
    right: min(calc((100vw - 1440px) / 2), 240px);
  }
}

@media screen and (min-width: 1441px) {
  .service-dig-photo,
  .service-gene-photo {
    border-radius: 30px;
  }
}
