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

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

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

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

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

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

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.blue {
  color: #2953ED;
}

.orange {
  color: #D56300;
}

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

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  body,
  ul,
  ol,
  dl,
  li,
  dt,
  dd,
  p,
  div,
  img,
  svg,
  a,
  table,
  tr,
  th,
  td,
  figure {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}

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

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

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

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

-----------------------------------------*/
/* 共通
--------------------------------------------------*/
body {
  word-break: break-word;
}

a {
  transition-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}

span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

section {
  position: relative;
  z-index: 1;
}

span.word {
  display: inline-block;
}

/* 404
--------------------------------------------------*/
/* ---------- Service Intro ---------- */
.service-intro {
  background: #fff;
  padding: 72px 0 80px;
}
@media screen and (max-width: 768px) {
  .service-intro {
    padding: 60px 0;
  }
}
.service-intro .container {
  width: calc(100% - 28.57vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .service-intro .container {
    width: 90%;
  }
}
.service-intro .title-ja {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: clamp(22px, 3vw, 31px);
  margin-bottom: 30px;
}
.service-intro .title-ja .service-intro-br {
  display: none;
}
@media screen and (max-width: 340px) {
  .service-intro .title-ja .service-intro-br {
    display: block;
  }
}
.service-intro .lead {
  font-weight: 500;
  line-height: 1.9;
}

/* ---------- Service Steps ---------- */
.service-steps {
  position: relative;
  background: #F5F6F9;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .service-steps {
    padding: 60px 0;
  }
}
.service-steps .steps-bg {
  position: absolute;
  inset: 0;
  background: #F5F6F9;
  z-index: -1;
}
.service-steps .container {
  width: calc(100% - 14.2857vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .service-steps .container {
    width: 90%;
  }
}
.service-steps .steps-ttl {
  width: calc(100% - 14.2857vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .service-steps .steps-ttl {
    width: 100%;
  }
}
.service-steps .title-ja {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: clamp(22px, 3vw, 31px);
  margin-bottom: 40px;
}
.service-steps .title-ja span {
  font-size: clamp(18px, 2.4vw, 24px);
}
@media screen and (max-width: 768px) {
  .service-steps .title-ja span {
    font-size: 16px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .service-steps .title-ja {
    margin-bottom: 20px;
  }
}
.service-steps .subtitle {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-size: clamp(18px, 2.4vw, 24px);
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.service-steps #js-gallery .zoom-hint-row {
  display: none;
  align-items: center;
  gap: 3px;
  margin-top: 8px;
  color: #2953ED;
  font-size: 12px;
  font-weight: 500;
}
.service-steps #js-gallery .zoom-hint-row svg {
  width: 16px;
  height: 16px;
  color: #2953ED;
}
@media screen and (max-width: 768px) {
  .service-steps #js-gallery .zoom-hint-row {
    display: inline-flex;
  }
  .service-steps #js-gallery a {
    cursor: zoom-in;
  }
}
@media screen and (min-width: 769px) {
  .service-steps #js-gallery a[aria-disabled=true] {
    pointer-events: none;
    cursor: default;
  }
}
.service-steps .steps-cards {
  background-color: #fff;
  padding: 50px 7.1428vw;
  margin-top: clamp(24px, 3vw, 40px);
  display: grid;
  grid-template-columns: 1fr; /* Figmaは左右2カラム構成の縦積みカード */
  gap: 0;
}
@media screen and (max-width: 768px) {
  .service-steps .steps-cards {
    padding: 20px 5%;
  }
}
.service-steps .steps-cards .step-card {
  display: grid;
  grid-template-columns: clamp(250px, 25vw, 400px) 1fr;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid #2953ED;
}
.service-steps .steps-cards .step-card:first-child {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .service-steps .steps-cards .step-card {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.service-steps .steps-cards .step-card .step-left .step-en {
  color: #D56300;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .service-steps .steps-cards .step-card .step-left .step-en {
    margin-bottom: 0;
  }
}
.service-steps .steps-cards .step-card .step-left .step-ja {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .service-steps .steps-cards .step-card .step-left .step-ja {
    font-size: 20px;
  }
}
.service-steps .steps-cards .step-card .step-right .step-lead {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .service-steps .steps-cards .step-card .step-right .step-lead {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.service-steps .steps-cards .step-card .step-right .step-list {
  margin: 0;
  list-style: none;
}
.service-steps .steps-cards .step-card .step-right .step-list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
  font-weight: 500;
}
.service-steps .steps-cards .step-card .step-right .step-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* ---------- Service DB ---------- */
.service-db {
  background: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .service-db {
    padding: 60px 0;
  }
}
.service-db .db-inner {
  width: calc(100% - 28.57vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .service-db .db-inner {
    width: 90%;
  }
}
.service-db .db-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1300px) {
  .service-db .db-row {
    gap: 60px;
  }
}
@media screen and (max-width: 999px) {
  .service-db .db-row {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.service-db .db-ttl {
  position: relative;
}
.service-db .db-ttl .title-ja {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  letter-spacing: 0.15em;
  font-size: clamp(20px, 2.5vw, 31px);
  line-height: 1.8;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service-db .db-ttl .title-ja {
    font-size: 22px;
  }
}
.service-db .db-ttl .title-ja.en_ttl {
  white-space: break-spaces;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .service-db .db-ttl .title-ja.en_ttl {
    font-size: 22px;
  }
}
.service-db .db-ttl .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 1px, 1px);
  white-space: nowrap;
  border: 0;
}
.service-db .db-ttl .db-ttl-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
}
@media screen and (max-width: 999px) {
  .service-db .db-ttl .db-ttl-img {
    max-width: 400px;
  }
}
.service-db .db-lead {
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.9;
}

html[lang=en-US] .service-intro .title-ja,
html[lang=en-US] .service-steps .title-ja,
html[lang=en-US] .service-db .title-ja {
  font-family: "EB Garamond", serif !important;
}
html[lang=en-US] .db-ttl .title-ja {
  letter-spacing: 0.05em;
}/*# sourceMappingURL=service.css.map */