@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  /* font-size: 1em; */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select, option {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

/* a:hover,
a:hover img{
    opacity: 0.80;
    filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
} */
img {
  max-width: 100%;
}

button {
  font-family: inherit;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table p {
  line-height: 1.5;
}

#__next {
  height: 100%;
}

::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

::-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

::placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

:-ms-input-placeholder {
  color: #9b9b9b;
  /* font-size: 1.4rem; */
}

::-webkit-input-placeholder {
  color: #9b9b9b;
  /* font-size: 1.4rem; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

button:disabled,
input:disabled,
select:disabled {
  pointer-events: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: .02em;
  color: #5b6874;
  line-height: 1.85;
}

.section {
  padding: 112px 24px;
}
.section article + article {
  margin-top: 56px;
  padding-top: 52px;
  border-top: 1px solid #dde5eb;
}

.l-container {
  max-width: 1160px;
  margin: 0 auto;
}

.icon-font, .cases .customer__challenges .item .label:before {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
}

/*=============================================
 COMMON
==============================================*/
h1, h2, h3, h4, h5, h6 {
  color: #141b21;
}

.c-heading {
  display: grid;
  grid-template-columns: 186px 1fr;
  gap: 40px;
  margin-bottom: 58px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 840px) {
  .c-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 42px;
  }
}
.c-heading__num {
  margin-top: 10px;
}
@media (max-width: 840px) {
  .c-heading__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 14px;
    margin-top: 0;
  }
}
.c-heading__num:after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  background: #0068b7;
  margin-top: 18px;
}
@media (max-width: 840px) {
  .c-heading__num:after {
    display: none;
  }
}
.c-heading__num .no {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  color: #0068b7;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
}
@media (max-width: 840px) {
  .c-heading__num .no {
    font-size: 28px;
  }
}
.c-heading__num .label {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  color: #5b6874;
}
@media (max-width: 840px) {
  .c-heading__num .label {
    margin-top: 0;
  }
}
.c-heading__content p:not(.desc) {
  display: block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #0068b7;
  line-height: 1.45;
  margin-bottom: 8px;
}
.c-heading__content h2 {
  font-size: clamp(26px, 3.3vw, 40px);
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: .005em;
}
.c-heading__content .desc {
  margin: 22px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
}

.c-subheading {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.c-subheading:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #0068b7;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c-subheading + .example-title {
  margin-top: -12px;
  font-size: 14px;
  line-height: 1.6;
}

.c-note {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.85;
  color: #8b98a3;
}

/*=============================================
 HEADER
==============================================*/
.c-header {
  padding: 12.5px 24px;
  border-bottom: 1px solid #dde5eb;
  z-index: 999;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.c-header .l-container {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 980px) {
  .c-header .l-container {
    padding: 0;
  }
}
.c-header__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.c-header__brand span {
  padding-left: 16px;
  border-left: 1px solid #dde5eb;
  color: #8b98a3;
  font-size: 11px;
  letter-spacing: .1em;
}
@media (max-width: 1080px) {
  .c-header__brand span {
    display: none;
  }
}
.c-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 18px;
  background-color: #fff;
  overflow: auto;
}
@media (max-width: 980px) {
  .c-header__main {
    display: none;
    height: calc(100vh - 68px);
    max-height: calc(100vh - 68px);
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 0;
    padding: 24px;
    counter-reset: nav;
  }
  .c-header__main.is-opening {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-header .c-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (max-width: 980px) {
  .c-header .c-gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 0;
    counter-reset: nav;
  }
}
.c-header .c-gnav a {
  font-size: 13px;
  font-weight: 700;
  color: #141b21;
}
@media (max-width: 980px) {
  .c-header .c-gnav a {
    padding: 15px 0;
    border-bottom: 1px solid #dde5eb;
    font-size: 16px;
    counter-increment: nav;
  }
}
.c-header .c-gnav a:hover {
  color: #0068b7;
}
@media (max-width: 980px) {
  .c-header .c-gnav a:hover {
    color: #141b21;
  }
}
@media (max-width: 980px) {
  .c-header .c-gnav a:before {
    content: counter(nav,decimal-leading-zero);
    margin-right: 12px;
    font-size: 12px;
    color: #0068b7;
    font-family: Georgia, serif;
    font-weight: 700;
  }
}
.c-header .c-gnav a.btn {
  padding: 10px 22px;
  background: -webkit-gradient(linear, left top, right top, from(#4DC5C8), to(#0068B7));
  background: linear-gradient(90deg, #4DC5C8 0%, #0068B7 100%);
  color: #fff;
  border-radius: 23px;
}
@media (max-width: 980px) {
  .c-header .c-gnav a.btn {
    padding: 15px 0;
    background: unset;
    border-radius: 0;
    font-size: 16px;
    color: #141b21;
  }
}
@media (max-width: 980px) {
  .c-header .c-gnav a.btn:before {
    display: none;
  }
}
.c-header .c-gnav a.btn:hover {
  -webkit-filter: brightness(0.93);
          filter: brightness(0.93);
}
.c-header .switch-language {
  padding: 3px;
  border-radius: 18px;
  background-color: #f1f5f9;
}
@media (max-width: 980px) {
  .c-header .switch-language {
    margin-top: 26px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-header .switch-language a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 980px) {
  .c-header .switch-language a {
    width: 38px;
    height: 38px;
  }
}
.c-header .switch-language a.is-current {
  background-color: #0068b7;
  color: #fff;
}
.c-header .switch-language a:not(.is-current):hover {
  background: rgba(8, 30, 50, 0.07);
}

.hamburger {
  display: none;
}
@media (max-width: 980px) {
  .hamburger {
    display: block;
    padding: 19px 11px;
    border: 1px solid #dde5eb;
    border-radius: 8px;
  }
  .hamburger span {
    display: block;
    height: 2px;
    width: 18px;
    background-color: #141b21;
    position: relative;
  }
  .hamburger span:before {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background-color: #141b21;
    position: absolute;
    left: 0;
    top: -6px;
  }
  .hamburger span:after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background-color: #141b21;
    position: absolute;
    left: 0;
    top: 6px;
  }
}

/*=============================================
 FOOTER
==============================================*/
.c-footer {
  padding: 42px 24px;
  background-color: #0a1b2a;
  font-size: 13px;
  color: #9db2c1;
}
.c-footer .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.c-footer a {
  color: #9db2c1;
}
.c-footer a:hover {
  color: #fff;
}
.c-footer .copyright {
  color: #9db2c1;
  text-transform: uppercase;
}

/*=============================================
 MAINVISUAL
==============================================*/
.mv {
  margin-top: 70px;
  position: relative;
  min-height: 630px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #12161A;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .mv {
    margin-top: 68px;
  }
}
.mv:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(96deg, rgba(6, 14, 22, 0.86) 0%, rgba(6, 14, 22, 0.66) 34%, rgba(6, 14, 22, 0.22) 62%, rgba(6, 14, 22, 0) 88%), url(img/hero_bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.mv:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 68% 52%, rgba(77, 197, 200, 0.1), transparent 42%);
}
.mv .l-container {
  padding: 56px 24px 60px;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (max-width: 640px) {
  .mv .l-container {
    padding: 60px 24px 68px;
  }
}
.mv__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #7fd8ff;
}
.mv__title {
  margin: 18px 0 0;
  font-size: clamp(46px, 7vw, 96px);
  line-height: 1.08;
  font-weight: 800;
  color: #85dcff;
  letter-spacing: -.035em;
  font-family: "Roboto", Arial, sans-serif;
}
@media (max-width: 640px) {
  .mv__title {
    letter-spacing: -.025em;
  }
}
.mv__title span {
  color: #fff;
}
.mv__subtitle {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .16em;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .mv__subtitle {
    margin-top: 24px;
    font-size: 15px;
    gap: 14px;
    white-space: unset;
  }
}
@media (max-width: 330px) {
  .mv__subtitle {
    gap: 10px;
  }
}
.mv__subtitle:before {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 640px) {
  .mv__subtitle:before {
    width: 28px;
  }
}
.mv__subtitle:after {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 640px) {
  .mv__subtitle:after {
    width: 28px;
  }
}
.mv__desc {
  margin-top: 8px;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.85;
  color: #fff;
}
@media (max-width: 420px) {
  .mv__desc {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .mv__desc br:not(.break) {
    display: none;
  }
}
.mv__actions {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 36px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#4dc5c8), to(#0068b7));
  background: linear-gradient(90deg, #4dc5c8 0%, #0068b7 100%);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  -webkit-box-shadow: 0 10px 28px rgba(0, 104, 183, 0.34);
          box-shadow: 0 10px 28px rgba(0, 104, 183, 0.34);
  -webkit-transition: -webkit-transform .2s, -webkit-filter .2s;
  transition: -webkit-transform .2s, -webkit-filter .2s;
  transition: transform .2s, filter .2s;
  transition: transform .2s, filter .2s, -webkit-transform .2s, -webkit-filter .2s;
}
.c-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: brightness(1.06);
          filter: brightness(1.06);
}

.c-btn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 30px;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  -webkit-transition: .2s;
  transition: .2s;
}
.c-btn2:hover {
  background: rgba(255, 255, 255, 0.1);
}

/*=============================================
 Video
==============================================*/
.technology-video {
  background: linear-gradient(135deg, #EDF4FA 0%, #F6F1F5 55%, #EEF6F7 100%);
  border-radius: 20px;
  padding: 26px;
}
@media (max-width: 900px) {
  .technology-video {
    padding: 16px;
  }
}
.technology-video__frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0B141C;
  display: grid;
  place-items: center;
}
.technology-video__frame.is-playing .playbtn {
  display: none;
}
.technology-video__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 34px;
}
@media (max-width: 900px) {
  .technology-video__steps {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
}
@media (max-width: 560px) {
  .technology-video__steps {
    grid-template-columns: 1fr;
  }
}
.technology-video__steps .button-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: none;
  border: none;
  padding: 16px 0 0;
  text-align: left;
  border-top: 2px solid #C3DCEE;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
  cursor: pointer;
  letter-spacing: 0;
}
.technology-video__steps .button-step:hover h4 {
  color: #0068b7;
}
.technology-video__steps .button-step.is-on {
  border-top-color: #0068b7;
  border-top-width: 3px;
  padding-top: 15px;
}
.technology-video__steps .button-step.is-on h4 {
  color: #141b21;
  font-weight: 800;
}
.technology-video__steps h4 {
  min-height: 51px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #7C93A6;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.technology-video__steps p {
  font-size: 14px;
  color: #5b6874;
}
.technology-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #0B141C;
  overflow-clip-margin: content-box;
  overflow: clip;
  position: relative;
  z-index: 1;
}
.technology-video .playbtn {
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: none;
  background: #0068b7;
  -webkit-box-shadow: 0 8px 24px rgba(0, 60, 110, 0.28);
          box-shadow: 0 8px 24px rgba(0, 60, 110, 0.28);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .2s, -webkit-filter .2s;
  transition: -webkit-transform .2s, -webkit-filter .2s;
  transition: transform .2s, filter .2s;
  transition: transform .2s, filter .2s, -webkit-transform .2s, -webkit-filter .2s;
}
.technology-video .playbtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-left: 20px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
@media (max-width: 900px) {
  .technology-video .playbtn {
    width: 58px;
    height: 58px;
  }
}

/* 01 – 技術基盤
-----------------------------------------------*/
.technology .compare {
  background-color: #0068b7;
  border-radius: 20px;
  padding: 40px 36px;
  color: #fff;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .technology .compare {
    padding: 30px 24px;
  }
}
.technology .compare__inner {
  display: grid;
  grid-template-columns: 1fr 104px 1fr;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 900px) {
  .technology .compare__inner {
    grid-template-columns: 1fr;
  }
}
.technology .compare .arrow {
  display: grid;
  place-items: center;
  opacity: .92;
}
@media (max-width: 900px) {
  .technology .compare .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.technology .compare .arrow svg {
  width: 92px;
  height: auto;
  display: block;
}
@media (max-width: 374px) {
  .technology .compare .arrow svg {
    width: 60px;
    margin: 20px 0;
  }
}
.technology .compare .item {
  padding: 24px 20px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 374px) {
  .technology .compare .item {
    padding: 0;
  }
}
.technology .compare .item h3 {
  font-size: 23px;
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
  letter-spacing: .04em;
}
.technology .compare .item p:not(.img-caption) {
  font-size: 13px;
  color: #fff;
  margin-bottom: 14px;
}
.technology .compare .item .img-caption {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}
.technology .compare .item figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
  min-height: 150px;
  display: grid;
  place-items: center;
}
.technology .compare .item figure img {
  max-height: 320px;
  width: auto;
}
.technology .mechanism {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 32px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 16px;
  background: linear-gradient(160deg, #0a1b2a 0%, #122c42 100%);
  border-radius: 14px;
  padding: 30px 24px;
}
@media (max-width: 900px) {
  .technology .mechanism {
    grid-template-columns: 1fr;
  }
}
.technology .mechanism__thumb {
  min-height: 240px;
  padding-left: 20px;
  display: grid;
  place-items: center;
  gap: 6px;
}
@media (max-width: 900px) {
  .technology .mechanism__thumb {
    padding-left: 0;
    max-width: 627px;
    margin-left: auto;
    margin-right: auto;
  }
}
.technology .mechanism__thumb .img-caption {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}
.technology .mechanism__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.technology .mechanism__body h4 {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: .16em;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}
.technology .mechanism__body .item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 0;
  counter-increment: step;
}
.technology .mechanism__body .item + .item {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.technology .mechanism__body .item::before {
  content: counter(step,decimal-leading-zero);
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0068b7;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.technology .mechanism__body .item h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
  color: #fff;
}
@media (max-width: 900px) {
  .technology .mechanism__body .item h5 {
    white-space: normal;
    font-size: 15px;
  }
}
.technology .mechanism__body .item span {
  color: #85dcff;
}
.technology .product-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 22px;
}
@media (max-width: 900px) {
  .technology .product-list {
    grid-template-columns: 1fr;
  }
}
.technology .product-list .card {
  background: #f8fafc;
  border: 1px solid #dde5eb;
  border-radius: 14px;
  padding: 22px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 440px) {
  .technology .product-list .card {
    padding: 22px 12px 22px 16px;
    gap: 16px;
  }
}
.technology .product-list .card__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  height: 120px;
  display: grid;
  place-items: center;
}
@media (max-width: 440px) {
  .technology .product-list .card__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    height: 80px;
  }
}
.technology .product-list .card__thumb img {
  max-width: 120px;
  max-height: 120px;
  width: auto;
  height: auto;
}
@media (max-width: 440px) {
  .technology .product-list .card__thumb img {
    max-width: 80px;
    max-height: 80px;
  }
}
.technology .product-list .card__body h4 {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 8px;
}
.technology .product-list .card__body p {
  font-size: 14px;
  color: var(--muted);
}

/* 02 – 導入効果
-----------------------------------------------*/
.benefits {
  background-color: #f1f5f9;
  padding-bottom: 124px;
}
.benefits .c-heading {
  margin-bottom: 28px;
}
.benefits article + article {
  border-top: 0;
  padding-top: 0;
}
.benefits .process .example-title {
  color: #5b6874;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
.benefits .process-comparison {
  margin-top: 12px;
  background: #fff;
  border: 1px solid #dde5eb;
  border-radius: 14px;
  padding: 18px 28px;
  -webkit-box-shadow: 0 4px 16px rgba(8, 30, 50, 0.06);
          box-shadow: 0 4px 16px rgba(8, 30, 50, 0.06);
}
@media (max-width: 767px) {
  .benefits .process-comparison {
    padding: 18px 24px;
  }
}
.benefits .process-comparison__outer {
  overflow-x: auto;
}
.benefits .process-comparison__outer::-webkit-scrollbar {
  height: 7px;
}
.benefits .process-comparison__outer::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-top: 1px solid #dde5eb;
  border-bottom: 1px solid #dde5eb;
}
.benefits .process-comparison__outer::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 999px;
}
.benefits .process-comparison__outer::-webkit-scrollbar-thumb:hover {
  background: #8b98a3;
}
.benefits .process-comparison__inner {
  min-width: 1000px;
  container-type: inline-size;
}
.benefits .process-comparison .flow__label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 24px;
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  background-color: #0068b7;
}
.benefits .process-comparison .flow__label--gray {
  background-color: #5b6874;
}
.benefits .process-comparison .flow__heading {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 6px;
}
.benefits .process-comparison .flow__heading p {
  white-space: nowrap;
  text-align: center;
  font-size: clamp(10px, 1.08cqw, 14px);
  font-weight: 700;
  line-height: 1.6;
}
.benefits .process-comparison .flow__heading p.span5 {
  grid-column: span 5;
}
.benefits .process-comparison .flow__heading p:last-child {
  grid-column: span 2;
}
.benefits .process-comparison .flow__visual {
  position: relative;
  container-type: inline-size;
}
.benefits .process-comparison .flow__visual .img-caption {
  position: absolute;
  left: 28.5%;
  bottom: 56%;
  font-size: clamp(13px, 1.35cqw, 20px);
  font-weight: 700;
  color: #141b21;
  line-height: 1.6;
}
.benefits .process-comparison .flow__visual .img-bar {
  position: absolute;
  left: 28.5%;
  top: 46.6%;
  height: 26.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 1.54cqw, 17px);
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
.benefits .process-comparison .flow__note {
  margin-top: 10px;
  width: 69%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.benefits .process-comparison .flow--2 {
  margin-top: 32px;
}
.benefits .process-comparison .flow--2 .flow__heading {
  position: relative;
  top: 3.94cqw;
}
.benefits .cost-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 0;
}
@media (max-width: 900px) {
  .benefits .cost-benefits {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .benefits .cost-benefits {
    grid-template-columns: 1fr;
  }
}
.benefits .cost-benefits__item {
  background: #fff;
  border: 1px solid #dde5eb;
  border-radius: 14px;
  padding: 26px 20px;
}
.benefits .cost-benefits__item:nth-child(2) .cost-benefits__visual img {
  height: 61px;
}
.benefits .cost-benefits__heading {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 16px;
}
.benefits .cost-benefits__visual {
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.benefits .cost-benefits__visual img {
  height: 52px;
  width: auto;
}
.benefits .cost-benefits__value {
  font-size: 64px;
  font-weight: 800;
  color: #0068b7;
  line-height: 1;
  letter-spacing: -.045em;
}
@media (max-width: 820px) {
  .benefits .cost-benefits__value {
    font-size: 44px;
  }
}
.benefits .cost-benefits__value small {
  font-size: .44em;
  letter-spacing: 0;
}
.benefits .cost-benefits__note {
  display: block;
  color: #8b98a3;
  font-size: 13px;
  margin-top: 12px;
  line-height: 1.6;
}

/* 03 – 製品ラインアップ
-----------------------------------------------*/
.products {
  background-color: #0a1b2a;
  color: #9db2c1;
}
.products h1, .products h2, .products h3, .products h4, .products h5, .products h6 {
  color: #fff;
}
.products .c-heading__num:after {
  background-color: #6fe0e3;
}
.products .no {
  color: #6fe0e3;
}
.products .label {
  color: #9db2c1;
}
.products .product-scale {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 81px;
}
@media (max-width: 760px) {
  .products .product-scale {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-left: 68px;
  }
}
.products .product-scale:before {
  content: '';
  width: 70%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#bff2ee), color-stop(50%, #6fe0e3), to(#2fa9af));
  background: linear-gradient(90deg, #bff2ee 0%, #6fe0e3 50%, #2fa9af 100%);
  position: absolute;
  z-index: 1;
  top: 28px;
  left: 15%;
  right: 15%;
}
@media (max-width: 760px) {
  .products .product-scale:before {
    top: 6px;
    bottom: 6px;
    left: 24px;
    right: auto;
    height: auto;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#bff2ee), color-stop(50%, #6fe0e3), to(#2fa9af));
    background: linear-gradient(180deg, #bff2ee 0%, #6fe0e3 50%, #2fa9af 100%);
  }
}
.products .product-scale__item {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 760px) {
  .products .product-scale__item {
    text-align: left;
  }
}
.products .product-scale .dotted {
  display: inline-block;
  min-height: 87px;
}
@media (max-width: 760px) {
  .products .product-scale .dotted {
    position: absolute;
    left: -68px;
  }
}
.products .product-scale .dotted:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  position: relative;
  background: #0a1b2a;
  border: 7px solid #6fe0e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 760px) {
  .products .product-scale .dotted--1 {
    left: -57px;
  }
}
.products .product-scale .dotted--1:before {
  width: 36px;
  height: 36px;
  border-color: #bff2ee;
  margin-top: 11px;
}
@media (max-width: 760px) {
  .products .product-scale .dotted--1:before {
    margin-top: 0;
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 760px) {
  .products .product-scale .dotted--2 {
    left: -62px;
  }
}
.products .product-scale .dotted--2:before {
  width: 46px;
  height: 46px;
  border-width: 9px;
  border-color: #6fe0e3;
  margin-top: 6px;
}
@media (max-width: 760px) {
  .products .product-scale .dotted--2:before {
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
}
.products .product-scale .dotted--3:before {
  width: 58px;
  height: 58px;
  border-width: 11px;
  border-color: #2fa9af;
}
@media (max-width: 760px) {
  .products .product-scale .dotted--3:before {
    width: 50px;
    height: 50px;
  }
}
.products .product-scale .vol {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.08;
  color: #fff;
}
@media (max-width: 820px) {
  .products .product-scale .vol {
    font-size: 24px;
  }
}
.products .product-scale .cat {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #DCE7EF;
}
.products .product-scale .tag {
  display: inline-block;
  margin-top: 12px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 800;
  color: #0a1b2a;
  letter-spacing: 0.06em;
  border-radius: 8px;
  background-color: #6fe0e3;
  border: 1px solid #6fe0e3;
}
.products .product-scale .tag--white {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #fff;
}
.products .product {
  padding: 32px 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 767px) {
  .products .product {
    padding: 32px 24px;
  }
}
.products .product + .product {
  margin-top: 22px;
}
.products .product__title {
  margin-bottom: 14px;
  line-height: 1.45;
}
.products .product__title strong {
  font-size: 34px;
  color: #6fe0e3;
  font-weight: 700;
  font-family: Georgia, serif;
  margin-right: 14px;
}
@media (max-width: 800px) {
  .products .product__title strong {
    font-size: 24px;
  }
}
.products .product__title small {
  display: inline-block;
  font-size: 14px;
  color: #B4C6D3;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
.products .product__desc {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #C7D6E1;
}
.products .product__spec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}
@media (max-width: 900px) {
  .products .product__spec {
    grid-template-columns: 1fr;
  }
}
.products .product__spec .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 18px 22px;
}
@media (max-width: 1160px) {
  .products .product__spec .item {
    gap: 12px;
    padding: 16px 16px;
  }
}
.products .product__spec .item + .item {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
@media (max-width: 900px) {
  .products .product__spec .item + .item {
    border-left: 0;
  }
}
.products .product__spec img {
  width: 54px;
  height: 54px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1160px) {
  .products .product__spec img {
    width: 46px;
    height: 46px;
  }
}
.products .product__spec p:nth-child(1) {
  font-size: 14px;
  color: #9DB2C1;
  margin-bottom: 3px;
}
.products .product__spec p:nth-child(2) {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #fff;
}
@media (max-width: 1160px) {
  .products .product__spec p:nth-child(2) {
    font-size: 26px;
  }
}
.products .product__spec p:nth-child(2) small {
  font-size: 14px;
  font-weight: 700;
  color: #B4C6D3;
  margin-left: 4px;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 1160px) {
  .products .product__spec p:nth-child(2) small {
    font-size: 13px;
  }
}
.products .product__info {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 900px) {
  .products .product__info {
    grid-template-columns: 1fr;
  }
}
.products .product__info figure {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 14px;
  display: grid;
  place-items: center;
  color: #8FA4B4;
  height: 250px;
}
.products .product__info figure img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 218px;
}
.products .product__info figure._large {
  height: 540px;
  padding: 20px 20px 10px;
}
@media (max-width: 440px) {
  .products .product__info figure._large {
    height: 350px;
  }
}
.products .product__info figure._large img {
  max-height: 510px;
}
@media (max-width: 440px) {
  .products .product__info figure._large img {
    max-height: 310px;
  }
}
.products .product__info dl + dl {
  margin-top: 15px;
}
.products .product__info dt {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #6fe0e3;
}
.products .product__info dd {
  margin-top: 5px;
  font-size: 14px;
  color: #DCE7EF;
}

/* 04 – 検証事例
-----------------------------------------------*/
.cases {
  background-color: #f1f5f9;
}
.cases .customer {
  background: #fff;
  border: 1px solid #dde5eb;
  border-radius: 20px;
  padding: 38px 34px;
  -webkit-box-shadow: 0 4px 16px rgba(8, 30, 50, 0.06);
          box-shadow: 0 4px 16px rgba(8, 30, 50, 0.06);
}
@media (max-width: 767px) {
  .cases .customer {
    padding: 38px 24px;
  }
}
.cases .customer__info {
  display: inline-block;
  margin-bottom: 24px;
  padding: 16px 24px;
  border-radius: 8px;
  background: #0068b7;
  -webkit-box-shadow: 0 4px 16px rgba(8, 30, 50, 0.06);
          box-shadow: 0 4px 16px rgba(8, 30, 50, 0.06);
}
.cases .customer__info p:not(.tag) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: .02em;
}
.cases .customer__info small {
  font-size: 17px;
  font-weight: 800;
}
.cases .customer__info .icon {
  font-size: 23px;
  color: #fff;
  font-weight: 400;
}
.cases .customer__info .tag {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .04em;
}
.cases .customer__title {
  font-size: clamp(22px, 2.9vw, 31px);
  color: #0068b7;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 20px;
}
.cases .customer__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 34px;
  background-color: #f8fafc;
  border-radius: 8px;
  border: 1px solid #dde5eb;
}
@media (max-width: 860px) {
  .cases .customer__meta {
    grid-template-columns: 1fr;
  }
}
.cases .customer__meta p {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #141b21;
}
.cases .customer__meta p + p {
  border-left: 1px solid #dde5eb;
}
@media (max-width: 860px) {
  .cases .customer__meta p + p {
    border-left: 0;
    border-top: 1px solid #dde5eb;
  }
}
.cases .customer__meta span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  color: #8b98a3;
  margin-bottom: 6px;
  line-height: 1.85;
}
.cases .customer__challenges {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  gap: 18px;
  padding: 26px 0;
  border-top: 1px solid #dde5eb;
}
@media (max-width: 820px) {
  .cases .customer__challenges {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cases .customer__challenges .item .label {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cases .customer__challenges .item .label:before {
  content: '\f22f';
  font-size: 16px;
  width: 19px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #8b98a3;
  border-radius: 50%;
  line-height: 1;
}
.cases .customer__challenges .item .ttl {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 10px;
}
.cases .customer__challenges .item p:not(.label) {
  font-size: 14px;
}
.cases .customer__challenges .item--blue .label {
  color: #0068b7;
}
.cases .customer__challenges .item--blue .label:before {
  content: '\e5ca';
  background-color: #0068b7;
}
.cases .customer__challenges .item--blue .ttl {
  color: #0068b7;
}
.cases .customer__challenges .arrow {
  font-size: 40px;
  font-weight: 400;
  color: #B7C4CE;
  display: grid;
  place-items: center;
}
@media (max-width: 820px) {
  .cases .customer__challenges .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.cases .customer__compare__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
  margin-top: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 820px) {
  .cases .customer__compare__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.cases .customer__compare .item {
  text-align: center;
}
.cases .customer__compare .item .ttl {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .04em;
  color: #5b6874;
}
.cases .customer__compare .item p {
  font-size: clamp(46px, 7vw, 86px);
  font-weight: 800;
  color: #8b98a3;
  letter-spacing: -.045em;
  line-height: 1;
}
@media (max-width: 820px) {
  .cases .customer__compare .item p {
    font-size: 46px;
  }
}
.cases .customer__compare .item p small {
  font-style: normal;
  font-size: .36em;
  font-weight: 800;
  margin-left: .06em;
  letter-spacing: 0;
}
.cases .customer__compare .item--blue p {
  color: #0068b7;
}
.cases .customer__compare .arrow {
  font-size: 40px;
  font-weight: 700;
  color: #B7C4CE;
  padding-bottom: 12px;
  line-height: 1;
}
@media (max-width: 820px) {
  .cases .customer__compare .arrow {
    font-size: 28px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    padding: 0;
  }
}
.cases .customer__compare .note {
  margin-top: 16px;
  font-size: 12px;
  color: #8b98a3;
  text-align: right;
}
@media (max-width: 820px) {
  .cases .customer__compare .note {
    text-align: left;
  }
}
.cases .customer__result {
  margin-top: 32px;
  padding: 26px 30px;
  border-radius: 14px;
  background: linear-gradient(105deg, #E7F2FB 0%, #DCEDF9 58%, #E2F4F5 100%);
  border: 1px solid #C3DEF2;
  color: #141b21;
  font-size: 14px;
}
@media (max-width: 767px) {
  .cases .customer__result {
    padding: 26px 20px;
  }
}
.cases .customer__result .ttl {
  margin-bottom: 12px;
  color: #00538f;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 800;
}
.cases .customer__result p {
  color: #5b6874;
}
.cases .customer--other {
  margin-top: 20px;
  padding: 24px 30px 22px;
}
.cases .customer--other .customer__info {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 13px 18px;
  margin-bottom: 9px;
}
.cases .customer--other .customer__info p:not(.tag) {
  font-size: 24px;
}
.cases .customer--other .customer__info p:not(.tag) small {
  font-size: 14px;
}
.cases .customer__note {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #8b98a3;
}
.cases .customer__body {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #dde5eb;
}
@media (max-width: 820px) {
  .cases .customer__body {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cases .customer__status {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 800;
  color: #0068b7;
  letter-spacing: 0.08em;
}
.cases .customer__desc {
  font-size: 15px;
}
.cases .customer__cmt {
  padding-top: 16px;
  border-top: 1px solid #dde5eb;
  font-size: 14px;
}
.cases .cta {
  margin-top: 24px;
  padding: 32px 36px;
  background: linear-gradient(150deg, #0a1b2a 0%, #122c42 100%);
  border-radius: 20px;
  -webkit-box-shadow: 0 16px 38px rgba(8, 30, 50, 0.2);
          box-shadow: 0 16px 38px rgba(8, 30, 50, 0.2);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .cases .cta {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px 22px;
  }
}
.cases .cta__eyebrow {
  margin-bottom: 9px;
  font-size: 11px;
  color: #6fe0e3;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.cases .cta__title {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.45;
  color: #fff;
}
.cases .cta__txt {
  max-width: 620px;
  font-size: 14px;
  color: #c2d3df;
}
.cases .cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cases .cta .c-btn {
  font-size: 14px;
  padding: 16px 32px;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .cases .cta .c-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 374px) {
  .cases .cta .c-btn {
    padding: 16px 10px;
  }
}
.cases .cta .c-btn2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 16px 30px;
}
@media (max-width: 900px) {
  .cases .cta .c-btn2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 374px) {
  .cases .cta .c-btn2 {
    padding: 16px 10px;
  }
}

/* 05 – 評価プロセス
-----------------------------------------------*/
.evaluation .steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  counter-reset: step;
}
@media (max-width: 980px) {
  .evaluation .steps {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .evaluation .steps {
    grid-template-columns: 1fr;
  }
}
.evaluation .card {
  padding: 24px 20px;
  background: #fff;
  border: 1px solid #dde5eb;
  border-radius: 14px;
  counter-increment: step;
}
.evaluation .card h3 {
  margin-bottom: 8px;
  font-size: 16px;
}
.evaluation .card h3:before {
  content: "STEP " counter(step,decimal-leading-zero);
  display: block;
  margin-bottom: 11px;
  font-size: 12px;
  letter-spacing: .14em;
  color: #0068b7;
  font-weight: 700;
}
.evaluation .card p {
  font-size: 13px;
}
.evaluation .actions {
  margin-top: 44px;
  text-align: center;
}
.evaluation .actions .c-btn {
  padding: 16px 38px;
}

/* お問い合わせ
-----------------------------------------------*/
.contact {
  padding: 112px 24px;
  background: #f8fafc;
}
.contact__title h2 {
  text-align: center;
  font-size: clamp(21px, 2.8vw, 29px);
  line-height: 1.45;
  font-weight: 800;
  color: #0068b7;
  margin-bottom: 12px;
}
.contact__title p {
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.contact form {
  max-width: 880px;
  margin: 0 auto;
}
.contact form .field {
  margin-bottom: 18px;
}
.contact form .field._mb0 {
  margin-bottom: 0;
}
.contact form .field label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #141b21;
}
.contact form .field label .is-required {
  color: #FC684A;
  margin-left: 3px;
  font-size: 14px;
}
.contact form .field label .is-optional {
  color: #8b98a3;
  font-size: 12px;
  margin-left: 5px;
}
.contact form .field input, .contact form .field textarea {
  width: 100%;
  border: 1px solid #B5B5B5;
  border-radius: 8px;
  padding: 13px 15px;
  font: inherit;
  font-size: 14px;
  background: #fff;
}
.contact form .field input:focus-visible, .contact form .field textarea:focus-visible {
  outline: 3px solid #6fe0e3;
  outline-offset: 3px;
}
.contact form .field input.is-error, .contact form .field textarea.is-error {
  border-color: #FC684A;
  background: rgba(252, 104, 74, 0.05);
}
.contact form .field textarea {
  min-height: 157px;
  resize: vertical;
}
.contact form .field-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
}
@media (max-width: 760px) {
  .contact form .field-group {
    grid-template-columns: 1fr;
  }
}
.contact form .field-group-radio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-bottom: 32px;
}
@media (max-width: 760px) {
  .contact form .field-group-radio {
    grid-template-columns: 1fr 1fr;
  }
}
.contact form .field-group-radio label {
  margin-bottom: 0;
  padding: 12px 10px;
  border: 1.5px solid #dde5eb;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  text-align: center;
  color: #5b6874;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
}
.contact form .field-group-radio label:has(input:checked) {
  border-color: #0068b7;
  color: #0068b7;
  background-color: #EAF4FC;
}
.contact form .field-group-radio input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.contact form .field-group-radio span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.contact form .field-note {
  font-size: 13px;
  color: #6A6A6A;
  margin-bottom: 24px;
}
.contact form .agree {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  color: #141b21;
}
.contact form .agree a {
  color: #0068b7;
  font-weight: 700;
  text-decoration: underline;
}
.contact form .agree input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1.5px solid #B5B5B5;
  border-radius: 2px;
  margin-right: 3px;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact form .agree input:checked {
  border-color: #0068b7;
  background: #0068b7;
}
.contact form .agree input:checked:after {
  -webkit-transform: translate(-50%, -60%) rotate(-45deg) scale(1);
          transform: translate(-50%, -60%) rotate(-45deg) scale(1);
}
.contact form .agree input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 3px;
  border-radius: 1px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -60%) rotate(-45deg) scale(0);
          transform: translate(-50%, -60%) rotate(-45deg) scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact form button[type=submit] {
  display: block;
  margin: auto;
  padding: 15px 58px;
  border-radius: 30px;
  border: none;
  background: #CFD5E1;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
}
.contact form button[type=submit].is-active {
  background: -webkit-gradient(linear, left top, right top, from(#4dc5c8), to(#0068b7));
  background: linear-gradient(90deg, #4dc5c8 0%, #0068b7 100%);
  color: #fff;
  cursor: pointer;
  pointer-events: all;
}
.contact form button[type=submit].is-active:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: brightness(1.06);
          filter: brightness(1.06);
}
.contact form .error-msg {
  color: #FC684A;
  font-size: 14px;
  font-weight: 500;
}

.p-thanks main {
  padding-top: 70px;
  min-height: calc(100vh - 108px);
  background: #f8fafc;
  background-color: #0068b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-thanks .contact {
  background-color: #0068b7;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#contact-thanks {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 24px;
  background: #fff;
  border-radius: 12px;
}
#contact-thanks h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #0068b7;
  text-align: center;
  line-height: 1.45;
}
#contact-thanks p {
  max-width: 540px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.85;
}
#contact-thanks .action {
  text-align: center;
  margin-top: 40px;
}

.reveal.visible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.reveal {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
  transition: opacity .7s ease, -webkit-transform .7s ease;
  transition: opacity .7s ease, transform .7s ease;
  transition: opacity .7s ease, transform .7s ease, -webkit-transform .7s ease;
}
