@charset "UTF-8";

:root {
  --low-bg: #eaf0f3;
  --low-title: #1E353E;
  --low-text: #1E353E;
  --color-red: #96221E;
}

.about-page {
  background: var(--low-bg);
  color: var(--low-text);
}

.low-kv {
  padding: 60px 0 56px;
  background: url(../images/common/page_title.png) no-repeat center;
  background-size: cover;
}

.low-kv__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.low-kv h1 {
  margin: 0;
  font-weight: 700;
  font-size: clamp(30px, 2.77vw, 40px);
  line-height: 1.35;
}

.low-kv p {
  margin-top: 5px;
  color: var(--color-red);
  font-weight: 700;
  font-size: min(1.1vw, 16px);
}

.low-content {
  padding: 16px 0 110px;
}
.about-page .low-content {
  padding-bottom: 30px;
}

.low-content__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.low-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 70px;
  font-size: min(0.9vw, 13px);
  font-weight: 500;
}

.low-breadcrumb > * {
  display: inline-flex;
  align-items: center;
}

.low-breadcrumb > * + *::before {
  content: "";
  width: 5px;
  height: 9px;
  display: inline-block;
  margin-right: 12px;
  background: url(../images/common/vector.svg) no-repeat center / contain;
}

.low-breadcrumb a {
  color: var(--low-text);
}

.low-breadcrumb span {
  color: #536772;
}

.low-block + .low-block {
  /* margin-top: 78px; */
}

.low-title {
  margin: 50px 0 30px;
  padding-left: 16px;
  font-size: clamp(24px, 2.1vw, 30px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--low-title);
  border-left: 4px solid var(--color-red);
}

.low-title span.i-new {
  padding: 4px 10px;
  background: #D3BF66;
  color: #FFF;
  font-size: medium;
  vertical-align: baseline;
  margin-right: 5px;
  border-radius: 999px;
  position: relative;
  top: -5px;
}

.low-core-card {
  margin-top: 34px;
  padding: 100px 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.low-core-card img {
  width: 340px;
  height: auto;
}

.low-core-card p img {
  width: 430px;
}

.low-center-text {
  margin-top: 44px;
  text-align: center;
  font-size: min(1.11vw, 16px);
  font-weight: 600;
  line-height: 2;
}
.low-left-text {
  margin-top: 44px;
  text-align: left;
  font-size: min(1.11vw, 16px);
  font-weight: 600;
  line-height: 2;
}

.low-inline-em {
  font-weight: 700;
  font-size: calc(1em + 2px);
}

.low-story {
  margin-top: 25px;
  text-align: left;
  margin-bottom: 40px;
}

.low-story p {
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
}

.low-story p + p {
  margin-top: 20px;
}

.low-story .emphasis {
  color: var(--color-red);
  font-weight: 700;
  font-size: calc(1em + 2px);
}


@media screen and (max-width: 768px) {
  .low-kv__inner,
  .low-content__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .low-kv {
    padding: 50px 0 40px;
  }

  .low-kv h1 {
    font-size: 8vw;
  }

  .low-kv p {
    font-size: 2.8vw;
    margin-top: 0;
  }

  .low-content {
    padding: 18px 0 72px;
  }

  .low-breadcrumb {
    margin-bottom: 34px;
    font-size: 2.4vw;
    gap: 10px;
  }

  .low-block + .low-block {
    margin-top: 15.75%;
  }

  .low-title {
    padding-left: 20px;
    font-size: 5.8vw;
  }
  .low-title span.i-new {
    top: 0px;
    display: block;
    width: fit-content;
    margin-bottom: 5px;
  }

  .low-title--line {
    padding: 0 0 14px;
    font-size: 9vw;
    border-bottom-width: 2px;
  }

  .low-core-card {
    margin-top: 22px;
    padding: 13.5% 10%;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .low-core-card p {
    font-size: 6.8vw;
    line-height: 1.45;
    padding: 0 10px;
  }

  .low-center-text {
    margin-top: 26px;
    font-size: 3.45vw;
    line-height: 1.9;
  }
  .low-left-text {
    margin-top: 26px;
    font-size: 3.45vw;
    line-height: 1.9;
  }

  .low-center-text br,
  .low-story br {
    display: none;
  }

  .low-story {
    margin-top: 24px;
  }

  .low-story p {
    font-size: 3.45vw;
    line-height: 1.9;
  }

  .low-story p + p {
    margin-top: 14px;
  }

}

/* ======================================
   Sheet Shutter Opening/Closing Eco-System
====================================== */

.eco-lead {
  margin: 0;
  font-size: clamp(24px, 2.08vw, 30px);
  font-weight: 700;
  line-height: 1.45;
  color: #1e353e;
}

section.eco-section {
  margin-top: 70px;
}
.eco-section .low-title {
  margin-bottom: 22px;
}

.eco-desc {
  margin: 0;
  font-weight: 600;
  line-height: 1.9;
}

.eco-compare {
  margin-top: 20px;
}

.eco-problem-box {
  background: #fff;
  border: 1px solid #d6dfe5;
  padding: 20px 22px;
}

.ymillai-product__body .eco-problem-box h3 {
  margin: 0 0 8px;
  font-size: min(1.18vw, 17px);
  font-weight: 700;
}

.eco-problem-box h3 {
  font-size: large;
}
/* .eco-problem-box h3 + p,
.eco-problem-box p + h3 {
  margin-top: 8px;
} */

.eco-problem-box ul {
  font-size: 14px;
}
.eco-problem-box ul li {
  line-height: 1.8;
  font-weight: 500;
  text-indent: -0.5em;
  padding-left: 2.2em;
  margin-bottom: 1.2em;
}
.eco-problem-box .ns-feature-block ul li {
  margin-bottom: 0;
  text-indent: 0.5em;
  padding-left: 1em;
}
.eco-problem-box p {
  margin: 0 0 20px;
  font-size: min(0.97vw, 14px);
  line-height: 1.8;
  font-weight: 500;
  text-indent: -1.4em;
  padding-left: 2.8em;
}
.ymillai-product .eco-problem-box {
  padding-bottom: 10px;
}
.ymillai-product .eco-problem-box.y-scope {
  padding-top: 10px;
  padding-bottom: 20px;
}
.ymillai-product .eco-problem-box p {
  margin-bottom: 15px;
  font-size: min(1.11vw, 16px);
}
@media screen and (max-width: 768px) { 
  .ymillai-product .eco-problem-box p {
    font-size: 2.8vw;
  }
}

.eco-problem-box span {
  color: #c4322d;
  font-weight: 700;
}

.eco-result {
  border: 1px solid #CDD6DA;
  display: flex;
  padding: 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  margin-bottom: 70px;
}

.eco-result h3 {
  margin: 0 0 0;
  font-size: min(1.25vw, 18px);
  font-weight: 700;
}
.eco-result h3::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}
.eco-result p {
  margin: 0 0 8px;
  line-height: 1.8;
  padding-left: 1.4em;
  text-indent: -0.5em;
  font-size: min(0.97vw, 14px);
}
.eco-result p.noindent {
  padding-left: 0;
  text-indent: 0;
  font-size: min(1.11vw, 16px);
}

@media screen and (max-width: 768px) { 
  .eco-result p,
  .eco-result p.noindent {
    font-size: 3.2vw;
  }
}
.eco-result p.noindent::before {
  content: none;
}
.eco-result p::before {
  content: "\2022";
  color: #000;
  font-size: 14px;
  line-height: 1;
  margin-right: 0.5em;
  vertical-align: baseline;
  display: inline-block;
}

.eco-walert-block {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 76px;
  align-items: start;
}

@media screen and (max-width: 768px) { 
  .eco-walert-block {
    grid-template-columns: 1fr;
  }

  .eco-walert-block .eco-walert-side {
    order: -1;
  }
}

.eco-walert-main h2 {
  margin: 0;
  font-size: clamp(26px, 2.22vw, 32px);
  line-height: 1.5;
  color: #1d3642;
}

.eco-walert-main p {
  margin-top: 14px;
  line-height: 1.7;
}

.eco-small-btn {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3962ad 0%, #54c5c7 50%, #3962ad 100%);
  background-position: 200% 50%;
  background-size: 200% auto;
  color: #fff;
  font-weight: 700;
}

.eco-walert-buttons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}

.eco-small-btn::after {
  content: "";
  width: 1.35em;
  height: 1.35em;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/common/link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.72em 0.72em;
  display: inline-flex;
  flex-shrink: 0;
}

.eco-walert-side {
  display: grid;
  gap: 14px;
}

.eco-bottom-btns {
  margin-top: 80px;
  background: #fff;
  border: 1px solid #d5dee5;
  padding: 37px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.eco-action-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 86px;
  border-radius: 8px;
  background: linear-gradient(90deg, #3962ad 0%, #54c5c7 50%, #3962ad 100%);
  background-position: 200% 50%;
  background-size: 200% auto;
  color: #fff;
  font-size: min(1.11vw, 16px);
  font-weight: 700;
}

.merit {
  margin-top: 5.35%;
}

@media screen and (max-width: 768px) {
  .eco-page .low-content {
    padding-bottom: 72px;
  }

  .eco-lead {
    font-size: 5.4vw;
    line-height: 1.4;
  }

  .eco-section .low-title {
    margin-bottom: 16px;
  }

  .eco-desc {
    font-size: 3.45vw;
  }

  .eco-compare {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .eco-card {
    padding: 0 12px 14px;
  }

  .eco-card h3 {
    margin-top: -8px;
    font-size: 3.3vw;
    padding: 6px 12px;
  }

  .eco-illust {
    height: 132px;
  }

  .eco-card p {
    font-size: 3.2vw;
  }

  .eco-problem-box {
    padding: 16px;
  }

  .eco-problem-box h3 {
    font-size: 3.6vw!important;
  }

  .eco-problem-box p {
    font-size: 3.2vw;
    margin-bottom: 5%;
  }

  .eco-system-map {
    padding: 16px;
  }

  .eco-system-circle {
    width: 74vw;
    height: 74vw;
  }

  .eco-system-grid {
    inset: 16px;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .eco-system-grid span {
    font-size: 2.8vw;
    padding: 6px 8px;
  }

  .eco-result h3 {
    font-size: 3.8vw;
  }

  .eco-walert {
    margin-top: 56px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .eco-walert-main h2 {
    font-size: 7.2vw;
  }

  .eco-walert-main p {
    margin-top:  20px;
    font-size: 3.2vw;
  }

  .eco-small-btn {
    width: 100%;
    margin-top: 14px;
    font-size: 3.1vw;
    padding: 12px 16px;
  }

  .eco-walert-buttons {
    row-gap: 8px;
  }

  .walert-thumb {
    height: 124px;
  }

  .walert-thumb.small {
    height: 94px;
  }

  .eco-bottom-btns {
    margin-top: 80px;
    padding: 40px 20px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .eco-action-btn {
    min-height: 80px;
    font-size: 3.6vw;
  }
}

/* ======================================
   N-Sensing page
====================================== */
.ns-page .low-content {
  padding-bottom: 96px;
}

.ns-lead {
  margin: 0;
  color: #1d3642;
  font-size: clamp(22px, 2.08vw, 28px);
  line-height: 1.5;
  font-weight: 700;
}

.ns-hero-grid {
  display: grid;
  grid-template-columns: 404px 1.2fr;
  gap: 45px;
  align-items: stretch;
  margin: 70px 0;
}

.ns-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns-visual img {
  width: 100%;
  max-width: 420px;
  height: auto;
}

.ns-card h5 {
  font-size: 22px;
}
.ns-card h3 {
  margin: 0;
  color: #1d3642;
  font-size: min(1.18vw, 17px);
  line-height: 1.6;
  font-weight: 700;
}

.ns-check-list {
  margin-top: 35px;
  border: 1px solid #d6dfe5;
  padding: 16px;
}

.ns-check-list li {
  position: relative;
  margin: 0;
  padding-left: 1.1em;
  line-height: 1.9;
  font-weight: 500;
}

.ns-check-list li + li {
  margin-top: 16px;
}

.ns-check-list li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0.25em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c4322d;
  font-size: 0.8em;
}

.ns-section .low-title {
  margin-bottom: 22px;
}

.ns-about {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: center;
}

.ns-about-text p {
  margin: 0;
  font-size: min(1.04vw, 15px);
  line-height: 1.95;
  font-weight: 500;
}

.ns-about-text p + p {
  margin-top: 10px;
}

.ns-about-image {
  background: #fff;
  border: 1px solid #d6dfe5;
  padding: 12px;
}

.ns-about-image img {
  width: 100%;
  height: auto;
}

.ns-card--wide {
  padding: 28px 30px;
}

.ha-basic-info .ns-feature-block li {
  margin-left: 2em;
}
.ha-basic-info .ns-spec-row li {
  margin-left: 2em;
}
.ns-spec02.ha-basic-info .ns-spec-row li {
  margin-left: 1em;
}

.ns-feature-block + .ns-feature-block,
.ns-spec-row + .ns-spec-row,
.ns-usecase-item + .ns-usecase-item {
  margin-top: 18px;
}

.ns-feature-block ul,
.ns-spec-row ul,
.ns-usecase-item ul {
  margin-top: 8px;
}

.ns-feature-block li,
.ns-spec-row li,
.ns-usecase-item li {
  position: relative;
  margin: 0;
  padding-left: 1.1em;
  font-size: min(0.97vw, 14px);
  line-height: 1.9;
  font-weight: 500;
}

.ns-feature-block li + li,
.ns-spec-row li + li,
.ns-usecase-item li + li {
  margin-top: 6px;
}

.ns-feature-block li::before,
.ns-spec-row li::before,
.ns-usecase-item li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1em;
}

.ns-bottom-btns {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .ns-page .low-content {
    padding-bottom: 72px;
  }

  .ns-lead {
    font-size: 6.6vw;
    line-height: 1.45;
  }

  .ns-hero-grid,
  .ns-about {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ns-card,
  .ns-card--wide {
    padding: 18px 16px;
  }

  .ns-card h3 {
    font-size: 3.2vw;
  }

  .ns-check-list {
    margin-top: 10px;
  }

  .ns-check-list li,
  .ns-about-text p,
  .ns-feature-block li,
  .ns-spec-row li,
  .ns-usecase-item li {
    font-size: 3.3vw;
    line-height: 1.8;
  }

  .ns-section .low-title {
    margin-bottom: 14px;
  }
}

/* ======================================
   Harness Alert page
====================================== */
.ha-page .low-content {
  padding-bottom: 96px;
}

.ha-lead {
  margin: 34px 0 0;
  color: #1d3642;
  font-size: clamp(24px, 2.63vw, 38px);
  line-height: 1.45;
  font-weight: 700;
}

.ha-top-nav {
  background: #fff;
  border: 1px solid #d6dfe5;
  padding: 22px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.ha-top-nav a {
  color: #1f3743;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ha-hero-title {
  margin: 30px 0 14px;
  color: #1d3642;
  font-size: clamp(28px, 2.22vw, 32px);
  line-height: 1.4;
  font-weight: 700;
}

.ha-logo-strip {
  margin-top: 28px;
  background: #fff;
  border: 1px solid #d6dfe5;
  padding: 32px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.ha-logo-strip img {
  max-width: 280px;
  width: 100%;
  height: auto;
}
.ha-logo-strip img:nth-of-type(2) {
  max-width: 138px;
}

.ha-problem-list {
  padding: 20px 24px;
}

.ha-check-list li {
  position: relative;
  margin: 0;
  padding-left: 1.1em;
  color: #1f3743;
  line-height: 1.85;
  font-weight: 600;
}

.ha-check-list li + li {
  margin-top: 10px;
}

.ha-check-list li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0.25em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #9e1f1f;
  font-size: 0.8em;
}

.ha-section .low-title {
  margin-bottom: 22px;
}

.ha-card {
  background: #fff;
  border: 1px solid #d6dfe5;
  padding: 24px 26px;
}

.ha-card p {
  margin: 0;
  font-size: min(1.04vw, 15px);
  line-height: 1.9;
  font-weight: 500;
}

.ha-card p + p {
  margin-top: 10px;
}

.ha-movie {
  display: block;
  position: relative;
  border: 1px solid #d6dfe5;
  background: #fff;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.ha-movie iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.result-arrow {
  display: inline-block;
  width: 0.95em;
  height: 0.95em;
  margin-right: 0.42em;
  vertical-align: -0.08em;
  background: url("../images/common/arrow.svg") center/contain no-repeat;
}

.ha-movie-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(201, 0, 38, 0.9);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

/*  ========================
	*********  movie  *********
=============================================  */
#movie .movieWrap {
  position: relative;
}
#movie .movieWrap video {
  width: 100%;
  position: relative;
}
#movie .movieWrap p {
	margin-top: 30px;
}
#movie .movieWrap span {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-right: 0;
  border-left: 32px solid #FFF;
  border-bottom: 22px solid transparent;
}

@media screen and (max-width: 768px) {
  #movie .inner02 {
    width: 100%;
  }
  #movie .movieWrap p {
	width: 90%;
	margin: 1em auto 0;
  }
  #movie .movieWrap {
    width: 80%;
    margin: 0 auto;
  }
}

.ha-feature-grid {
  display: grid;
  gap: 16px;
}

.ha-feature-grid article h3 {
  margin: 0;
  color: #1d3642;
  font-size: min(1.18vw, 17px);
  font-weight: 700;
}

.ha-feature-grid article p {
  margin-top: 6px;
}

.ymillai-alert-grid.col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ymillai-alert-grid.col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 768px) { 
  .ymillai-alert-grid.col2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ymillai-alert-grid.col3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.ymillai-alert-grid.ha p {
  font-weight: normal;
}

.ha-device-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ha-device-grid figure {
  margin: 0;
}

.ha-device-grid figcaption {
  margin-top: 8px;
  font-size: min(0.97vw, 14px);
  font-weight: 600;
}

.ha-table-wrap {
  border: 1px solid #d6dfe5;
  background: #fff;
}

.ha-table {
  width: 100%;
  border-collapse: collapse;
}

.ha-table th,
.ha-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e1e8ed;
  font-size: min(0.97vw, 14px);
  line-height: 1.8;
  text-align: left;
}

.ha-table tr:last-child th,
.ha-table tr:last-child td {
  border-bottom: 0;
}

.ha-table th {
  width: 180px;
  color: #1d3642;
  font-weight: 700;
  background: #f7fafc;
}

.ha-table td {
  font-weight: 500;
}

.ha-area-spec-wrap {
  margin: 18px 0 50px;
  overflow-x: auto;
}

.ha-area-spec {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 4px;
}

.ha-area-spec th,
.ha-area-spec td {
  padding: 14px 18px;
  color: #243a46;
  background: #FFF;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}

.ha-area-spec thead th {
  background: #1E353E;
  color: #fff;
  font-weight: 700;
}

.ha-area-spec tbody th {
  background: #1E353E;
  color: #fff;
  width: 24%;
  white-space: nowrap;
}

.ha-subspec-wrap {
  margin: 18px 0  20px;
  overflow-x: auto;
}

.ha-subspec {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 4px;
}

.ha-subspec th,
.ha-subspec td {
  padding: 14px 18px;
  background: #FFF;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}

.ha-subspec th {
  width: 24%;
  background: #1E353E;
  color: #fff;
  white-space: nowrap;
}

.ha-cloud-overview {
  display: grid;
  grid-template-columns: 1.5fr 404px;
  gap: 50px;
  align-items: start;
  margin: 35px 0px 60px;
}

.ha-cloud-overview__lead {
  margin-bottom: 10px !important;
}

.ha-cloud-overview__image img {
  width: 100%;
  height: auto;
}

.ha-cloud-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 300px);
  gap: 16px;
  margin-bottom: 50px;
}

.ha-cloud-feature__image img {
  width: 100%;
  height: auto;
  display: block;
}

.ha-cloud-row {
  display: grid;
  grid-template-columns: 180px 24px 1fr;
  align-items: start;
  color: #1f3743;
  /* font-size: min(1.25vw, 18px); */
  line-height: 1.7;
  font-weight: 500;
}

.ha-cloud-row + .ha-cloud-row {
  margin-top: 8px;
}


/* .ha-cloud-key {
  font-weight: 700;
} */

.ha-basic-info {
  margin: 40px 0 70px;
  background: #FFF;
  padding: 30px 30px 30px;
  font-size: 14px;
}
.ns-spec.ha-basic-info {
  margin-top: 70px;
}
.ns-spec.ha-basic-info h3 {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) { 
  .ns-spec.ha-basic-info h3 {
    font-size: 3.6vw;
  }
}

.ha-basic-info h6 {
  margin: 20px 0 10px;
  color: #1f3743;
  font-size: min(1.11vw, 16px);
  line-height: 1.5;
  font-weight: 700;
}

.ha-basic-info p {
  margin: 0;
  color: #1f3743;
  line-height: 1.7;
}

.ha-basic-info p + p {
  margin-top: 4px;
}

.ha-basic-info ul {
  margin-top: 3px;
}

.ha-basic-info li {
  margin: 0;
  color: #1f3743;
  line-height: 1.75;
  font-weight: 600;
}

.ha-basic-info li + li {
  margin-top: 4px;
}

.ha-basic-table {
  display: grid;
  gap: 4px;
}

.ha-basic-row {
  display: grid;
  grid-template-columns: 200px 24px 1fr;
  align-items: start;
  color: #1f3743;
  line-height: 1.7;
}

.ha-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ha-case-grid article {
  margin: 0;
  background: #fff;
  border: 1px solid #d6dfe5;
}

.ha-case-grid article img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.ha-case-grid article h3 {
  margin: 10px 12px 12px;
  font-size: min(1.04vw, 15px);
  color: #1d3642;
  line-height: 1.5;
}

.detection_system .ymillai-alert-grid {
  gap: 10px 80px;
}
.ymillai-alert-grid.col2.gap40 {
  gap: 40px;
}

.ha-flow-grid .ymillai-alert-card {
  position: relative;
}

.ha-flow-grid .ymillai-alert-card:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid #cfd6dc;
  position: absolute;
  right: -16%;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .ha-page .low-content {
    padding-bottom: 72px;
  }

  .ha-lead {
    margin-top: 18px;
    font-size: 6.8vw;
    line-height: 1.45;
  }

  .ha-top-nav {
    padding: 12px 14px;
    gap: 8px 12px;
  }

  .ha-top-nav a {
    font-size: 3.2vw;
  }

  .ha-hero-title {
    margin: 20px 0 12px;
    font-size: 7vw;
  }

  .ha-logo-strip {
    margin-top: 18px;
    padding: 60px 0;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .ha-logo-strip img {
    max-width: 80%;
  }
  .ha-logo-strip img:nth-of-type(2) {
    max-width: 40%;
  }

  .ha-problem-list {
    padding: 14px;
  }

  .ha-check-list li {
    font-size: 3.2vw;
    line-height: 1.8;
  }

  .ha-section .low-title {
    margin-bottom: 30px;
  }

  .ha-card {
    padding: 16px;
  }

  .ha-card p {
    font-size: 3.3vw;
    line-height: 1.85;
  }

  .ha-movie {
    width: 80%;
    margin: 0 auto;
  }

  .ha-movie-play {
    width: 56px;
    height: 56px;
    font-size: 20px;
  }

  .ha-feature-grid article h3 {
    font-size: 3.8vw;
  }

  .ha-device-grid,
  .ha-case-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ha-device-grid figcaption,
  .ha-table th,
  .ha-table td,
  .ha-case-grid article h3 {
    font-size: 3.1vw;
  }

  .ha-area-spec th,
  .ha-area-spec td {
    padding: 10px 12px;
    font-size: 3.2vw;
  }

  .ha-area-spec thead th {
    font-size: 3.4vw;
  }

  .ha-subspec th,
  .ha-subspec td {
    padding: 10px 12px;
    font-size: 3.2vw;
  }

  .ha-cloud-list {
    margin-top: 10px;
    padding: 14px 0;
  }

  .ha-cloud-overview {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ha-cloud-feature {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ha-cloud-feature > :first-child,
  .ha-cloud-feature__image {
    min-width: 0;
  }

  .ha-cloud-row {
    display: block;
    line-height: 1.6;
  }

  .ha-cloud-row > span:nth-child(2) {
    display: inline;
    line-height: 1.2;
  }

  .ha-cloud-row > span:nth-child(2)::after {
    content: "";
    display: block;
  }

  .ha-cloud-row + .ha-cloud-row {
    margin-top: 10px;
  }

  .ha-basic-info h6 {
    font-size: 3.6vw;
  }

  .ha-basic-info p,
  .ha-basic-info li {
    font-size: 3vw;
  }

  .ha-basic-row {
    font-size: 3vw;
    grid-template-columns: 20% 24px 1fr;
  }

  .ha-table th {
    width: 34%;
    padding: 10px;
  }

  .ha-table td {
    padding: 10px;
  }

  .detection_system .ymillai-alert-grid {
    gap: 5% 0;
    margin-bottom: 35%;
  }

  .ha-flow-grid .ymillai-alert-card:not(:last-child)::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #cfd6dc;
    border-bottom: 0;
    right: 50%;
    top: auto;
    bottom: -10%;
    transform: translateX(50%);
  }

}

/* ======================================
   Company page
====================================== */
.company-page .low-content {
  padding-bottom: 84px;
}

.company-page .low-content__inner {
  max-width: 1024px;
}

.company-table-wrap {
  border-top: 1px solid #cdd8e0;
}

.company-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: start;
  padding: 22px 20px;
  border-bottom: 1px solid #cdd8e0;
}

.company-row:last-child {
  border-bottom: 0;
}

.company-label,
.company-value {
  margin: 0;
}

.company-label {
  font-size: min(1.11vw, 16px);
  font-weight: 500;
}

.company-value {
  font-size: min(1.11vw, 16px);
  line-height: 1.8;
  font-weight: 500;
}

.company-value a {
  color: #1f3743;
  text-decoration: underline;
}

.company-location-wrap {
  display: grid;
  gap: 18px;
}

.company-location-item {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 24px;
  align-items: stretch;
}

.company-address h3 {
  margin: 0 0 10px;
  font-size: min(1.11vw, 16px);
  font-weight: 500;
  line-height: 1.6;
}

.company-address p {
  margin: 0;
  font-size: min(0.9vw, 14px);
  line-height: 1.8;
  font-weight: 500;
}

.company-address .small-note {
  margin-top: 12px;
  font-size: min(0.8vw, 12px);
  line-height: 1.7;
  color: #435e6a;
}

.company-map-placeholder {
  border: 1px solid #d2dce3;
  background: #fff;
  min-height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.38vw, 20px);
  font-weight: 700;
}

.company-map-iframe {
  width: 100%;
  min-height: 206px;
  border: 1px solid #d2dce3;
  background: #fff;
}

.company-cert-wrap {
  display: grid;
  gap: 28px;
}

.company-cert-item + .company-cert-item {
  padding-top: 26px;
}

.company-cert-header {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}

.company-cert-badge {
  width: 100px;
  height: 125px;
  object-fit: contain;
  background: #fff;
}

.company-cert-badge-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #31505f;
  font-size: min(0.97vw, 14px);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 0 8px;
}

.company-cert-code {
  margin: 0 0 8px;
  color: #1f3743;
  font-size: min(1.11vw, 16px);
  font-weight: 700;
}

.company-cert-office {
  margin: 0 0 10px;
  white-space: pre-line;
  font-size: min(0.97vw, 14px);
  line-height: 1.8;
  font-weight: 500;
}

.company-cert-details {
  margin: 0;
}

.company-cert-detail-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 14px 0;
  border-top: 1px solid #d2dce3;
}

.company-cert-detail-row:last-child {
  border-bottom: 1px solid #d2dce3;
}

.company-cert-detail-row dt,
.company-cert-detail-row dd {
  margin: 0;
}

.company-cert-detail-row dt {
  font-size: min(0.9vw, 14px);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.company-cert-detail-row dd {
  font-size: min(0.9vw, 14px);
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .company-page .low-content {
    padding-bottom: 64px;
  }

  .company-row {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px 5%;
  }

  .company-label {
    font-size: 3.2vw;
  }

  .company-value {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .company-location-wrap {
    gap: 50px;
    padding-bottom: 10%;
  }

  .company-location-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .company-address h3 {
    font-size: 3.2vw;
  }

  .company-address p {
    font-size: 3.2vw;
    line-height: 25.6px;
  }

  .company-address .small-note {
    font-size: 2.8vw;
    margin-bottom: 10px;
  }

  .company-map-placeholder {
    min-height: 160px;
    font-size: 4.1vw;
  }

  .company-map-iframe {
    min-height: 160px;
  }

  .company-cert-item + .company-cert-item {
    padding-top: 18px;
  }

  .company-cert-header {
    gap: 12px;
    margin-bottom: 10px;
  }

  .company-cert-badge-placeholder {
    font-size: 2.4vw;
    padding: 0 4px;
  }

  .company-cert-code {
    font-size: 3.2vw;
    margin-bottom: 4px;
  }

  .company-cert-office {
    font-size: 3vw;
    line-height: 1.7;
  }

  .company-cert-detail-row {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px 0;
  }

  .company-cert-detail-row dt,
  .company-cert-detail-row dd {
    font-size: 3vw;
    line-height: 1.7;
  }
}

/* ======================================
   FAQ page
====================================== */
.faq-page .low-content {
  padding-bottom: 86px;
}

.faq-page .low-content__inner {
  max-width: 1024px;
}

.faq-intro {
  margin-bottom: 48px;
}

.faq-intro p {
  margin: 0;
  line-height: 1.9;
  color: #1f3743;
}

.faq-intro a {
  color: #c4322d;
  text-decoration: underline;
  font-weight: 700;
}

.faq-section + .faq-section {
  margin-top: 56px;
}

.faq-title {
  margin: 0 0 22px;
  padding-left: 14px;
  border-left: 4px solid #1f3743;
  color: #1d3642;
  font-size: clamp(24px, 2.08vw, 30px);
  line-height: 1.3;
  font-weight: 700;
}

.faq-subtitle {
  margin: 50px 0 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.faq-subtitle span {
  color: #b21e1e;
}

.faq-subtitle + .faq-list {
  margin-top: 0;
}

.faq-list {
  margin: 0;
}

.faq-item + .faq-item {
  margin-top: 18px;
}

.faq-item dt,
.faq-item dd {
  margin: 0;
  color: #1f3743;
  font-size: min(1.25vw, 18px);
}
.faq-item dd {
  font-size: min(1.11vw, 16px);
}
.faq-item dd::before {
  font-size: min(1.25vw, 18px);
}

.faq-item dt {
  position: relative;
  padding-left: 1.5em;
  font-weight: 700;
  line-height: 1.8;
}

.faq-item dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  font-family: Poppins;
}

.faq-item dd {
  position: relative;
  margin-top: 6px;
  padding-left: 1.5em;
  font-weight: 500;
  line-height: 1.9;
}

.faq-item dd::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .faq-page .low-content {
    padding-bottom: 64px;
  }

  .faq-intro {
    margin-bottom: 34px;
  }

  .faq-intro p {
    font-size: 3.2vw;
    line-height: 1.9;
  }

  .faq-section + .faq-section {
    margin-top: 40px;
  }

  .faq-title {
    margin-bottom: 9%;
    padding-left: 12px;
  }

  .faq-subtitle {
    font-size: 4.2vw;
    margin: 10% 0 6%;
  }

  .faq-item + .faq-item {
    margin-top: 14px;
  }

  .faq-item dt {
    font-size: 3.6vw;
    line-height: 1.8;
  }

  .faq-item dd {
    margin-top: 4.5%;
    font-size: 3.2vw;
    line-height: 1.85;
  }
  .faq-item dd::before {
    font-size: 3.6vw;
  }
}

/* ======================================
   Privacy page
====================================== */
.privacy-page .low-content {
  padding-bottom: 84px;
}

.privacy-page .low-content__inner {
  max-width: 1024px;
}

.privacy-section + .privacy-section {
  margin-top: 44px;
}

.privacy-intro {
  margin-bottom: 10px;
}

.privacy-title {
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 4px solid #1f3743;
  color: #1d3642;
  font-size: clamp(24px, 2.08vw, 30px);
  line-height: 1.3;
  font-weight: 700;
}

.privacy-subtitle {
  margin: 0 0 12px;
  color: #1f3743;
  font-size: min(1.38vw, 20px);
  line-height: 1.5;
  font-weight: 700;
}

.privacy-section p,
.privacy-section li {
  margin: 0;
  color: #1f3743;
  font-size: min(1.04vw, 15px);
  line-height: 1.95;
  font-weight: 500;
}

.privacy-section p + p,
.privacy-section p + ul,
.privacy-section ul + p,
.privacy-section ul + ul {
  margin-top: 16px;
}

.privacy-section ul {
  margin: 0;
  padding-left: 1.4em;
}

.privacy-section li + li {
  margin-top: 4px;
}

.privacy-contact {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .privacy-page .low-content {
    padding-bottom: 64px;
  }

  .privacy-section + .privacy-section {
    margin-top: 11.25%;
  }

  .privacy-title {
    margin-bottom: 16px;
    padding-left: 12px;
  }

  .privacy-subtitle {
    margin: 0 0 12px;
    padding-top: 20px;
    font-size: 4.2vw;
  }

  .privacy-section p,
  .privacy-section li {
    font-size: 3.2vw;
    line-height: 1.9;
  }

  .privacy-section p + p,
  .privacy-section p + ul,
  .privacy-section ul + p,
  .privacy-section ul + ul {
    margin-top: 20px;
  }

  .privacy-section li + li {
    margin-top: 2px;
  }

  .privacy-contact {
    margin-top: 42px;
  }
}

/* ======================================
   Information page
====================================== */
.information-page .low-content {
  padding-bottom: 84px;
}

.information-page .low-content__inner {
  max-width: 1024px;
}

.info-list-wrap {
  min-height: 620px;
}

.info-list {
  margin: 0;
  border-top: 1px solid #cdd8e0;
  border-bottom: 1px solid #cdd8e0;
}

.info-item {
  border-bottom: 1px solid #d5dfe6;
}

.info-item:last-child {
  border-bottom: 0;
}

.info-link {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  align-items: center;
  padding: 16px 20px;
  color: #1f3743;
}

.info-date {
  font-size: min(1.11vw, 16px);
  font-weight: 700;
  line-height: 1.6;
  color: #4a626e;
}

.info-text {
  font-size: min(1.18vw, 17px);
  font-weight: 700;
  line-height: 1.7;
}

.info-pagination {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.info-pagination a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #cad5dc;
  color: #fff;
  font-size: min(1.11vw, 16px);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.info-pagination a.is-current,
.info-pagination a[aria-current="page"] {
  background: linear-gradient(135deg, #3f67c5 0%, #55ccd1 100%);
}

@media screen and (max-width: 768px) {
  .information-page .low-content {
    padding-bottom: 10%;
  }

  .info-list-wrap {
    margin-top: 15.75%;
    min-height: auto;
  }

  .info-item {
    padding: 0 4.5%;
  }

  .info-link {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 0;
  }

  .info-date {
    font-size: 2.4vw;
  }

  .info-text {
    font-size: 3.55vw;
    line-height: 1.7;
  }

  .info-pagination {
    margin-top: 13.5%;
    gap: 8px;
  }

  .info-pagination a {
    width: 38px;
    height: 38px;
    font-size: 3.2vw;
  }
}

/* ======================================
   Information detail page
====================================== */
.info-detail-page .info-detail-content {
  padding-top: 56px;
  padding-bottom: 86px;
}

.info-detail-page .low-content__inner {
  max-width: 1024px;
}

.info-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1f3743;
  font-size: min(1.18vw, 17px);
  font-weight: 700;
  line-height: 1.5;
}

.info-back-link i {
  font-size: min(1.66vw, 24px);
}

.info-detail-article {
  margin-top: 24px;
  padding-top: 34px;
  border-top: 1px solid #ccd7de;
}

.info-detail-date {
  display: block;
  margin-bottom: 16px;
  font-size: min(1.25vw, 18px);
  font-weight: 700;
  color: #4a616d;
}

.info-detail-title {
  margin: 0;
  padding-left: 16px;
  border-left: 4px solid #c4322d;
  color: #1c3441;
  font-size: clamp(28px, 2.65vw, 36px);
  font-weight: 700;
  line-height: 1.35;
}

.info-detail-article .low-breadcrumb {
  margin-top: 14px;
  margin-bottom: 30px;
}

.info-detail-article .low-breadcrumb span a {
  color: #1f3743;
}

.info-detail-body {
  background: #fff;
  border: 1px solid #d5dfe6;
  padding: 46px 42px;
  font-weight: 500;
}

.info-detail-body > * {
  margin: 0;
}

.info-detail-body > * + * {
  margin-top: 18px;
}

.info-detail-body p {
  color: #1f3743;
  line-height: 2;
}

.info-detail-body a {
  color: #0693e3 !important;
  text-decoration: underline;
}

.info-detail-body strong,
.info-detail-body b {
  font-weight: bold;
}

.info-detail-body ul {
  list-style: disc;
  padding-left: 1.5em;
}

.info-detail-body ul li::marker {
  color: #000;
}

.info-detail-body ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.info-detail-body li + li {
  margin-top: 8px;
}

.info-detail-body .note {
  margin-top: 22px;
  font-size: min(2vw, 14px);
  color: #4d636f;
}

.info-detail-nav {
  margin-top: 38px;
  padding: 0 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.info-detail-nav a {
  color: #1f3743;
  font-size: min(1.25vw, 18px);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.info-detail-nav .next {
  margin-left: auto;
}

.info-detail-nav a i {
  font-size: min(1.52vw, 22px);
}

.info-detail-list-btn-wrap {
  margin-top: 28px;
  padding-top: 34px;
  border-top: 1px solid #ccd7de;
  text-align: center;
}

.info-detail-list-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  min-height: 52px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3f67c5 0%, #55ccd1 100%);
  color: #fff;
  font-size: min(1.11vw, 16px);
  font-weight: 700;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .info-detail-page .info-detail-content {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .info-back-link {
    gap: 8px;
    font-size: 3.4vw;
  }

  .info-back-link i {
    font-size: 4.2vw;
  }

  .info-detail-article {
    margin-top: 18px;
    padding-top: 11.25%;
  }

  .info-detail-date {
    margin-bottom: 20px;
    font-size: 2.8vw;
  }

  .info-detail-title {
    padding-left: 12px;
    font-size: 7.2vw;
  }

  .info-detail-article .low-breadcrumb {
    margin-top: 14px;
    margin-bottom: 9%;
  }

  .info-detail-body {
    padding: 24px 18px;
  }

  .info-detail-body > * + * {
    margin-top: 18px;
  }

  .info-detail-body p {
    font-size: 3.45vw;
    line-height: 1.9;
  }

  .info-detail-body ul,
  .info-detail-body ol {
    padding-left: 1.3em;
  }

  .info-detail-body .note {
    margin-top: 16px;
    font-size: 3.15vw;
  }

  .info-detail-nav {
    margin-top: 10.8%;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .info-detail-nav a {
    font-size: 3.8vw;
  }

  .info-detail-nav .next {
    margin-left: 0;
  }

  .info-detail-nav a i {
    font-size: 4.4vw;
  }

  .info-detail-list-btn-wrap {
    margin-top: 10.8%;
    padding-top: 22px;
  }

  .info-detail-list-btn {
    width: 60%;
    min-width: auto;
    min-height: 48px;
    font-size: 3.5vw;
  }
}

/* ======================================
   Y-MillAI brand page
====================================== */
.ymillai-page .low-content {
  padding-top: 12px;
}

.ymillai-page .low-title.intro {
  margin-top: 120px;
}
@media screen and (max-width: 768px) { 
  .ymillai-page .low-title.intro {
    margin-top: 10vw;
  }
}
.ymillai-page .ymillai-system-feature .low-title {
  margin: 70px 0 23px;
}
@media screen and (max-width: 768px) { 
  .ymillai-page .ymillai-system-feature .low-title {
    margin-top: 40px;
  }
}
.ymillai-page .minimum .low-title {
  margin-top: 50px;
}

.ymillai-intro {
  padding: 0;
}

.ymillai-intro p {
  margin: 28px 0 0;
  line-height: 1.85;
  font-weight: 700;
  color: #1e313c;
}

.ymillai-intro-nav {
  margin-top: 24px;
  padding: 14px 24px;
  border: 1px solid #cfd8de;
  background: #f6f8f9;
  display: flex;
  align-items: center;
  gap: 24px;
}

.ymillai-intro-nav a {
  color: #203642;
  font-size: min(1.11vw, 16px);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ymillai-intro-nav a i {
  font-size: 12px;
}

section.ymillai-product {
  background: #fff;
  border: 1px solid #ced9df;
  overflow: hidden;
  margin-top: 80px;
}

.ymillai-product + .ymillai-product {
  margin-top: 80px;
}

.ymillai-product__hero {
  min-height: 180px;
  padding: 18px 24px;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#ymillai-alert .ymillai-product__hero {
  background-image: url('../images/y-millAi/page_title.png');
}
#ymillai-scope .ymillai-product__hero {
  background-image: url('../images/y-millAi/page_title_scope.png');
}

.ymillai-product__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 23, 33, 0.45);
}

.ymillai-product__hero h2,
.ymillai-product__hero p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.ymillai-product__hero h2 {
  font-size: clamp(26px, 2.36vw, 34px);
  line-height: 1.3;
}

.ymillai-product__hero p {
  margin-top: 4px;
  font-size: min(1.04vw, 15px);
  letter-spacing: 0.08em;
}

.ymillai-product__hero br {
  display: block;
}
@media screen and (min-width: 769px) { 
  .ymillai-product__hero br {
    display: none;
  }
}
.ymillai-product__body {
  padding: 50px 60px;
}

.ymillai-product__body h3 {
  margin: 0;
  /* font-size: min(1.53vw, 22px); */
  line-height: 1.3;
  color: #1b3442;
  font-weight: 700;
}

.ymillai-copy-red {
  color: #c4322d;
}

.ymillai-alert-title {
  font-size: min(2.08vw, 30px);
  line-height: 1.45;
}

.ymillai-alert-subtitle {
  padding: 60px 0 20px 0;
  color: #1d3442;
  font-size: min(1.54vw, 22px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) { 
  .ymillai-product .ymillai-alert-subtitle {
    padding: 20px 0 10px 0;
  }
}
.ymillai-alert-subtitle.mt0 {
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 768px) { 
  .ymillai-product .ymillai-alert-subtitle {
    padding: 30px 0 0 0;
  }
  .eco-page .ymillai-alert-subtitle {
    padding: 0 0 20px 0;
  }
}

.ymillai-alert-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 12px;
}

.ymillai-alert-card div {
  margin: 0 0 0;
  padding: 10px 8px;
  background: #1E353E;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.ymillai-alert-card div.obno {
  background: none;
  color: #1E353E;
  padding: 10px 8px 4px;
}

@media screen and (max-width: 768px) { 
  .ymillai-alert-card div.obno {
    font-size: 4vw;
  }
}

.ymillai-alert-card img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: block;
}

.ymillai-alert-card p {
  margin: 8px 0 0;
  color: #1f3743;
  font-size: min(1.04vw, 15px);
  line-height: 1.55;
}

.ymillai-diagram-grid {
  margin-top: 24px;
  margin-bottom: 0;
  gap: 20px;
}

.ymillai-diagram-card {
  border: 1px solid #d5dee5;
  background: #fff;
}

.ymillai-diagram-card div {
  padding: 12px 14px;
}

.ymillai-diagram-card img {
  margin-top: 0;
  padding: 0 5%;
}

.ymillai-feature-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ymillai-feature-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ymillai-tile {
  background: #f2f7fa;
  border: 1px solid #d9e3ea;
  padding: 16px 12px;
}

.ymillai-tile strong {
  display: block;
  font-size: min(1.04vw, 15px);
  color: #1c3441;
}

.ymillai-tile span {
  display: block;
  margin-top: 4px;
  font-size: min(0.9vw, 13px);
  color: #334955;
}

.ymillai-desc {
  margin: 22px 0 0;
  line-height: 1.9;
  font-size: min(0.97vw, 14px);
  color: #1f3743;
}

.ymillai-desc--large {
  margin-top: 22px;
  color: #1d3442;
  font-size: min(2.08vw, 30px);
  font-weight: 700;
  line-height: 1.55;
}

.ymillai-logo-box {
  margin: 8.6% 0 2.6%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.ymillai-logo-box.v-scope {
  margin: 6.6% 0 10%;
}

.ymillai-logo-box img {
  width: 406px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.ymillai-spec-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ymillai-spec-grid div {
  border-left: 3px solid #c4322d;
  background: #fff;
  padding: 12px 12px 12px 14px;
  border-top: 1px solid #dde5ea;
  border-right: 1px solid #dde5ea;
  border-bottom: 1px solid #dde5ea;
}

.ymillai-spec-grid h4 {
  margin: 0;
  color: #1c3441;
  font-size: min(0.97vw, 14px);
}

.ymillai-spec-grid p {
  margin: 6px 0 0;
  font-size: min(0.9vw, 13px);
  line-height: 1.7;
  color: #2d4551;
}

.list-container {
  max-width: 640px;
  padding: 40px 0;
}

@media screen and (max-width: 768px) { 
  .harness .list-container {
    padding: 0;
  }
}

.list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
}

.list-item:last-child {
  border-bottom: none;
}

.item-number {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #96221E;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-top: 1.8px; /* 行高に合わせた微調整 */
  border-radius: 3px;
}

.item-text {
  font-size: 16px;
  line-height: 25.6px;
}

.item-text em {
  font-style: normal;
  font-weight: bold;
  color: #96221E;
}

.ymillai-flow {
  margin-top: 20px;
}
.ymillai-page .ymillai-flow .low-title {
  margin-top: 0;
}
.ymillai-page .low-title.m-adj {
  margin-top: 60px;
}

.ymillai-flow h4 {
  margin: 0;
  color: #1c3441;
}

.ymillai-flow ol {
  margin: 10px 0 0;
  padding-left: 1.3em;
  line-height: 1.9;
  font-size: min(0.97vw, 14px);
}

/*  ========================
  *********  ミニマム構成  *********
=============================================  */
.minimum {
  margin: 50px 0;
}

.minimum-option-title {
  margin: 30px 0 20px;
  font-weight: 700;
  font-size: min(1.25vw, 18px);
}
.minimum-option-title.large {
  font-size: min(5.33vw, 22px);
}
.minimum-option-title.mt0 {
  margin-top: 0;
}

.minimum-option-table {
  margin: 0;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 3px 14px;
  align-items: stretch;
}

.minimum-option-table dt {
  margin: 0;
}

.minimum img {
  margin: 5% auto;
}

.minimum-option-label {
  background: #1d3d49;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0 16px;
  min-height: 58px;
}

.minimum-option-table dd {
  margin: 0;
  color: #1f3743;
  font-weight: 700;
  padding: 10px 16px;
  background: #FFF;
  display: flex;
  align-items: center;
}
.minimum-option-table dd a {
  text-decoration: underline;
}
/*  ========================
  *********  END  *********
=============================================  */

.ymillai-scope-diagram {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #f2f7fa;
  border: 1px solid #d9e3ea;
  padding: 12px;
}

.ymillai-scope-diagram div {
  border-radius: 999px;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid #cad6df;
  font-size: min(0.9vw, 13px);
  color: #1f3743;
  font-weight: 700;
}

.ymillai-scope-diagram span {
  color: #61818f;
  font-weight: 700;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 900px;
}
.grid-item {
    padding:  7px 20px 0 0;
}
.item-heading {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}
.item-number {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background-color: #96221E;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-top: 3px;
}
.item-title {
    font-size: min(1.53vw, 22px);
    font-weight: bold;
    line-height: 25.6px;
}
.item-body {
    line-height: 25.6px;
    padding-bottom: 20px;
    /* padding-left: 32px; */
    /* number幅+gap分インデント */
}
/* スマホ：1カラム */
@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width: 768px) {
  .ymillai-page .low-content {
    padding-top: 18px;
  }

  .ymillai-intro {
    padding: 0;
    margin-top: 0;
  }

  .ymillai-intro p {
    margin-top: 18px;
    font-size: 3.45vw;
    line-height: 1.9;
  }

  .ymillai-intro-nav {
    margin-top: 6.8%;
    padding: 12px 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .ymillai-intro-nav a {
    font-size: 3.7vw;
  }

  .ymillai-product + .ymillai-product {
    margin-top: 40px;
  }

  .ymillai-product__hero {
    min-height: 104px;
    padding: 6%;
  }

  .ymillai-product__hero h2 {
    font-size: 6vw;
  }

  .ymillai-product__hero p {
    margin-top: 2px;
    font-size: 3.2vw;
  }

  .ymillai-product__body {
    padding: 6%;
  }

  .ymillai-product__body h3 {
    font-size: 4.4vw;
  }

  .eco-problem-box h3,
  .eco-problem-box p + h3 {
    margin-top: 6%;
  }

  .ymillai-alert-title {
    font-size: 8vw;
    line-height: 1.45;
  }

  /* ハーネスアラート用 */
  .harness .ymillai-alert-subtitle {
    margin-top: 18px;
    font-size: 4.4vw;
    padding: 60px 0 20px 0;
  }

  .harness .ymillai-alert-grid {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 25%;
  }

  .harness .ymillai-alert-card div {
    font-size: 3.2vw;
    /* font-size: 4vw; */
    padding: 14px 10px;
  }
  .harness .ymillai-alert-card p b {
    font-size: 3.6vw;
  }

  .harness .ymillai-alert-card p {
    font-size:2.8vw;
  }

  /* Ymillaiページ用 */
  h3.ymillai-alert-title {
    font-size: 5.6vw;
    line-height: 1.45;
  }

  .ymillai-alert-subtitle {
    margin-top: 0;
    font-size: 4.4vw;
    padding: 40px 0 20px 0;
  }

  .ymillai-alert-grid {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 0%;
  }

  .ymillai-alert-card div {
    font-size: 3.6vw;
    /* font-size: 4vw; */
    padding: 14px 10px;
  }
  .ymillai-alert-card p b {
    font-size: 3.6vw;
  }

  .ymillai-alert-card p {
    font-size:3.2vw;
  }

  .ymillai-page .ymillai-product .eco-problem-box p {
    font-size: 3.2vw;
  }

  .ymillai-feature-grid,
  .ymillai-feature-grid--three,
  .ymillai-spec-grid {
    grid-template-columns: 1fr;
  }

  .ymillai-tile strong {
    font-size: 3.7vw;
  }

  .ymillai-tile span {
    font-size: 3.2vw;
  }

  .ymillai-desc {
    margin-top: 16px;
    font-size: 3.35vw;
    line-height: 1.85;
  }

  .ymillai-desc--large {
    margin-top: 16px;
    font-size: 6.4vw;
    line-height: 1.5;
  }

  .ymillai-system-feature {
    margin-top: 20px;
    padding-top: 14px;
  }

  .ymillai-system-feature__title {
    padding-left: 10px;
    font-size: 7vw;
  }

  .ymillai-logo-box {
    margin-top: 30px;
    padding: 12px;
    gap: 12px;
  }

  .ymillai-spec-grid h4 {
    font-size: 3.5vw;
  }

  .ymillai-spec-grid p {
    font-size: 3.2vw;
  }

  .ymillai-flow ol {
    font-size: 3.25vw;
  }

  .minimum-option-title {
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 4.4vw;
  }
  #harness-alert-cloud .minimum-option-title {
    font-size: 3.6vw;
  }
  .minimum-option-title.mt0 {
    margin-top: 0;
  }

  .minimum-option-table {
    grid-template-columns: 32% 1fr;
    gap: 2px;
  }

  .minimum-option-label {
    min-height: 44px;
    font-size: 3.2vw;
    padding: 0 12px;
  }

  .minimum-option-table dd {
    padding: 8px 12px 12px;
    font-size: 3.2vw;
    line-height: 1.65;
  }

  .ymillai-scope-diagram {
    flex-direction: column;
    gap: 6px;
  }

  .ymillai-scope-diagram div {
    width: 100%;
    text-align: center;
    font-size: 3.2vw;
  }

  .ymillai-scope-diagram span {
    transform: rotate(90deg);
  }
}
