/* ==========================================================================
  固液混合・分散システム LP - 共通スタイル
========================================================================== */
:root {
  --c-main: #00ac97;
  --c-main-dark: #00907e;
  --c-text: #101010;
  --c-text-sub: #2c2c2c;
  --c-bg-gray: #f5f5f5;
  --c-bg-mint: #e9f5f2;
  --c-footer-bg: #2e2e2e;
  --content-width: 1240px; /* 1200+20*2 */
  --content-width-sm: 1020px; /* 980+20*2 */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--c-text);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
ul {
  list-style: none;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 6px;
}
.l-inner {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 20px;
}
.l-inner--sm {
  max-width: var(--content-width-sm);
}
.l-inner .l-inner--sm {
  padding: 0;
}
.only-sp {
  display: none;
}
@media (max-width: 768px) {
  .l-inner {
    max-width: 100%;
    padding: 0 30px;
  }
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block;
  }
}
/* ==========================================================================
  Common Parts
========================================================================== */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 16px;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 1px;
  background: var(--c-main);
  position: relative;
  top: 1px;
}
.eyebrow span {
}
.sec-title {
  font-size: clamp(30px, 1.9791666vw, 38px);
  font-weight: 600;
  color: var(--c-main);
  line-height: 1.5;
}
.sec-title + *:not(.sec-lead) {
  margin-top: 58px;
}
.sec-lead {
  font-size: 18px;
  color: var(--c-text-sub);
  margin-top: 18px;
  margin-bottom: 58px;
  font-weight: 400;
  line-height: 1.7777778;
}
.sec-main-img {
  margin-bottom: 12px;
}
.check-list {
  margin: 40px 0;
  text-align: left;
}
.check-list li {
  position: relative;
  padding-left: 18px;
  font-weight: 700;
  font-size: 18px;
  color: var(--c-main);
  margin-bottom: 4px;
}
.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--c-main);
  font-weight: 700;
}
.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 9px 60px 10px 34px;
  border-radius: 5em;
  font-weight: 400;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  position: relative;
  background-color: var(--c-main);
  color: #fff;
  line-height: 1.5;
  transition-property: background, color, opacity;
}
.c-btn--sm {
  padding-right: 48px;
  padding-left: 24px;
}
.c-btn--gray {
  background-color: #efefef;
  color: var(--c-text);
}
.c-btn--gray:hover {
  background-color: var(--c-main);
  color: #fff;
  opacity: 1;
}
.c-btn--onmain {
  background-color: #fff;
  color: var(--c-main);
}
.c-btn--onmain:hover {
  opacity: 0.7;
}
.c-btn::before {
  content: "";
  display: block;
  color: var(--c-main);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 24px;
  height: 24px;
  margin: auto 0;
  z-index: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px auto;
  border-radius: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.986' height='10.828' viewBox='0%200%206.986%2010.828'%3E%3Cpath d='M-.584-.175,3.55,3.779-.584,7.825' transform='translate(1.998%201.589)' fill='none' stroke='%2300ac97' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
  transition-property: background, color, opacity;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.c-btn--gray::before {
  background-color: var(--c-main);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.986' height='10.828' viewBox='0%200%206.986%2010.828'%3E%3Cpath d='M-.584-.175,3.55,3.779-.584,7.825' transform='translate(1.998%201.589)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
}
.c-btn--gray:hover::before {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.986' height='10.828' viewBox='0%200%206.986%2010.828'%3E%3Cpath d='M-.584-.175,3.55,3.779-.584,7.825' transform='translate(1.998%201.589)' fill='none' stroke='%2300ac97' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
}
.c-btn--onmain::before {
  background-color: var(--c-main);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.986' height='10.828' viewBox='0%200%206.986%2010.828'%3E%3Cpath d='M-.584-.175,3.55,3.779-.584,7.825' transform='translate(1.998%201.589)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .sec-title {
    font-size: 25px;
  }
  .sec-title + *:not(.sec-lead) {
    margin-top: 32px;
  }
  .sec-lead {
    font-size: 14px;
    margin-bottom: 35px;
    margin-top: 12px;
  }
  .check-list {
    margin: 20px 0 30px;
  }
  .check-list li {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.c-table {
  border-top: 1px solid #adadad;
  border-left: 1px solid #adadad;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.u-table-wide {
  width: 100%;
}
.u-table-scroll {
}
.c-table tr th,
.c-table tr td {
  border-bottom: 1px solid #adadad;
  border-right: 1px solid #adadad;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 19px 1em 17px;
}
.c-table tr th {
  background-color: #e9f7f3;
}
.c-table tr td {
}
@media (max-width: 768px) {
  .c-scroll-wrap {
    overflow-x: auto;
    margin-bottom: 24px;
  }
  .c-scroll-wrap > *:last-child,
  .c-scroll-wrap > *:nth-last-child(2) {
    margin-bottom: 0;
  }
  .u-table-scroll {
  }
  .u-table-scroll {
    min-width: var(--content-width);
  }
  .l-inner--sm .u-table-scroll {
    min-width: var(--content-width-sm);
  }
}

.u-align-center {
  text-align: center;
}
.u-align-right {
  text-align: right;
}
.u-align-left {
  text-align: left;
}

/* ==========================================================================
  Header
========================================================================== */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--c-main);
}
.lp-header .l-inner {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  gap: 24px;
  padding: 0 35px;
}
.lp-header__brand {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  flex-shrink: 0;
}
.lp-header__logo img {
}
.lp-header__brand-divider {
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}
.lp-header__title {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.25;
}
.lp-header__nav-wrap {
  display: flex;
  align-items: center;
  gap: 0 clamp(32px, 3.333334vw, 64px);
}
.lp-header__nav {
}
.lp-header__nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0 clamp(14px, 1.666667vw, 32px);
  margin: 0;
  padding: 0;
}
.lp-header__nav ul li {
  margin: 0;
  padding: 0;
}
.lp-header__nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  line-height: 1.25;
}
.lp-header__contact {
  background: #fff;
  color: var(--c-main);
  font-weight: 700;
  padding: 14px 26px;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.25;
}
.lp-header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  background: none;
  border: none;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.lp-header__burger p {
  width: 22px;
  height: 18px;
  margin: auto;
  position: absolute;
  z-index: 1;
  inset: 0;
}
.lp-header__burger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.5s;
  z-index: 1;
  top: 0;
  left: 0;
}
.lp-header__burger span:nth-child(1) {
}
.lp-header__burger span:nth-child(2) {
  width: 75%;
  top: 50%;
  transform: translateY(-50%);
}
.lp-header__burger span:nth-child(3) {
  width: 50%;
  top: calc(100% - 2px);
}
.lp-header__burger.is-open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.lp-header__burger.is-open span:nth-of-type(2) {
  opacity: 0;
  transform: translateY(-50%) translateX(100%);
}
.lp-header__burger.is-open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 100%;
}
@media (max-width: 1001px) {
  .lp-header .l-inner {
    height: 60px;
    padding: 0 10px 0 20px;
  }
  .lp-header__logo img {
    max-height: 30px;
  }
  .lp-header__title {
    font-size: 14px;
  }
  .lp-header__nav-wrap {
    position: fixed;
    inset: 60px 0 0 0;
    background: var(--c-main-dark);
    padding: 24px;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      visibility 0.2s;
    overflow-y: auto;
    display: none;
  }
  .lp-header__nav-wrap.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
  }
  .lp-header__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .lp-header__nav ul {
    display: block;
  }
  .lp-header__nav a {
    display: block;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
  }
  .lp-header__contact {
    display: block;
    text-align: center;
    margin-top: 24px;
  }
  .lp-header__burger {
    display: flex;
  }
}
@media (max-width: 768px) {
  .lp-header__brand {
    gap: 0;
  }
  .lp-header__brand-divider {
    margin: 0 12px 0 4px;
    height: 30px;
  }
}
/* ==========================================================================
  Hero
========================================================================== */
.lp-hero {
  background: url(../images/index/img_hero_bg.jpg) center center no-repeat;
  padding: 50px 0 60px;
  overflow: hidden;
  background-size: cover;
}
.lp-hero .l-inner {
  display: flex;
  align-items: center;
  gap: 0 clamp(36px, 3.75vw, 72px);
  justify-content: space-between;
}
.lp-hero__body {
  flex: 1 1 auto;
  min-width: 0;
}
.lp-hero__body h1 {
  font-size: clamp(32px, 2.6041666vw, 50px);
  font-weight: 700;
  color: var(--c-main);
  margin-bottom: 24px;
  line-height: 1.2;
}
.lp-hero__body p {
  color: var(--c-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7777778;
}
.lp-hero__image {
  flex: 1 0 auto;
  min-width: 0;
}
@media (max-width: 1001px) {
  .lp-hero__body {
    flex: 1 2 auto;
  }
  .lp-hero__image {
    flex: 1 1 auto;
  }
}
@media (max-width: 768px) {
  .lp-hero {
    padding: 0;
    background: none transparent;
  }
  .lp-hero__image {
    position: relative;
    order: 1;
    width: 100%;
    overflow: hidden;
  }
  .lp-hero__image img {
    border-radius: 0;
    aspect-ratio: 1 / 0.74;
    object-fit: cover;
    width: 100%;
  }
  .lp-hero__image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    z-index: 3;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
  .lp-hero .l-inner {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .lp-hero__body {
    padding: 30px clamp(30px, 6.97674418vw, 60px);
    order: 2;
    background: url(../images/index/img_hero_bg.jpg) center center no-repeat;
  }
  .lp-hero__body h1 {
    display: none;
  }
  .lp-hero__body p {
    font-size: 14px;
    line-height: 2;
  }
}
/* ==========================================================================
  Hero lower
========================================================================== */
.lp-hero-lower {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.lp-hero-lower .l-inner {
}
.lp-hero-lower__image,
.lp-hero-lower__body {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}
.lp-hero-lower__image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 400px;
  max-height: 540px;
}
.lp-hero-lower__body {
  display: flex;
  align-items: center;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
.lp-hero-lower__body p:not(.lp-hero-lower__icon) {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}
.lp-hero-lower__body h1 {
  line-height: 1.1;
  font-size: clamp(40px, 2.6041666vw, 50px);
  font-weight: 700;
}
.lp-hero-lower__icon {
  margin-top: 48px;
  background-color: var(--c-main);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0 11px;
  line-height: 1.5;
  padding: 9px 21px 10px 27px;
  border-radius: 5em;
}
.lp-hero-lower__icon::after {
  content: "";
  display: inline-block;
  background: url(../images/common/img_check_icon.png) 0 0 no-repeat;
  width: 23px;
  height: 20px;
  vertical-align: middle;
}
@media (max-width: 1001px) {
}
@media (max-width: 768px) {
  .lp-hero-lower__image img {
    aspect-ratio: 14 / 16.93;
    min-height: 520px;
  }
  .lp-hero-lower__body {
    padding-bottom: 60px;
  }
  .lp-hero-lower__body p {
    margin-bottom: 4px;
  }
  .lp-hero-lower__body h1 {
    line-height: 1.1;
    font-size: clamp(38px, 6.25vw, 48px);
    font-weight: 700;
  }
  .lp-hero-lower__icon {
    margin-top: 40px;
  }
}
/* ==========================================================================
  Section common
========================================================================== */
.lp-section {
  padding: 100px 0 30px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .lp-section {
    padding: 45px 0;
    font-size: 14px;
  }
}
/* ==========================================================================
  Materials grid (素材を選ばない、混合・分散)
========================================================================== */
.material-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 40px;
}
.material-card__image {
  margin-bottom: 20px;
}
.material-card__image img {
  width: 100%;
  aspect-ratio: 18 / 10.52;
  object-fit: cover;
}
.material-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--c-main);
  line-height: 1.25;
}
.material-card__text {
  font-size: 18px;
  font-weight: 400;
  color: var(--c-text-sub);
  line-height: 1.6111111;
}
@media (max-width: 768px) {
  .material-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .material-card {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .material-card__image {
    width: 130px;
    flex-shrink: 1;
    margin-bottom: 0;
  }
  .material-card__image img {
    aspect-ratio: 1/1;
  }
  .material-card__body {
    flex: 1;
    min-width: 0;
  }
  .material-card__title {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .material-card__text {
    font-size: 14px;
  }
}
/* ==========================================================================
  Strengths (シブヤが選ばれる理由)
========================================================================== */
.strength-block {
  display: flex;
  align-items: flex-start;
  gap: 32px clamp(45px, 4.6875vw, 90px);
  margin-bottom: 115px;
}
.strength-block:last-of-type {
  margin-bottom: 0;
}
.strength-block--current {
}
.strength-block--reverse {
  flex-direction: row-reverse;
}
.strength-block__image,
.strength-block__body {
  flex: 0 0 auto;
  min-width: 0;
}
.strength-block__image img {
  object-fit: cover;
}
.strength-block__body {
  flex: 1 1 auto;
}
.strength-block__body h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2857142;
}
.strength-block__body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.strength-block__body p.eyebrow {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .strength-block,
  .strength-block--reverse {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 84px;
  }
  .strength-block__body {
    text-align: right;
  }
  .strength-block__body h3 {
    font-size: 25px;
    margin-bottom: 16px;
    text-align: left;
  }
  .strength-block__body p {
    font-size: 14px;
    text-align: left;
  }
  .strength-block__body p.eyebrow {
    margin-bottom: 12px;
  }
  .strength-block__image img {
    aspect-ratio: 1 / 0.619;
    width: 100%;
  }
  .strength-block__body a {
    text-align: right;
    margin-right: auto;
  }
}
/* summary cards */
.strength-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 26px;
  margin-top: 54px;
}
.strength-summary__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.strength-summary__head {
  background: var(--c-main);
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 21px;
  padding: 13px 20px;
  line-height: 1.5;
}
.strength-summary__card--current .strength-summary__head {
  background-color: #e9f7f3;
  color: #789a9d;
}
.strength-summary__card--current .c-btn {
  pointer-events: none;
  display: none;
}
.strength-summary__body {
  padding: 24px clamp(24px, 10%, 42px) 20px;
  text-align: center;
  border: 1px solid #707070;
  border-top: none;
  flex-grow: 1;
}
.strength-summary__body p {
  color: var(--c-text-sub);
  font-size: 18px;
  margin-bottom: 48px;
  text-align: left;
}
@media (max-width: 768px) {
  .strength-summary {
    grid-template-columns: 1fr;
    margin-top: 48px;
    gap: 16px 0;
  }
  .strength-summary__card {
    margin-top: 0;
  }
}
/* ==========================================================================
  Products (製品&ソリューションから探す)
========================================================================== */
.lp-divider {
  border: none;
  border-top: 1px solid #707070;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .lp-divider {
    margin: 56px 0;
  }
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 12px;
  margin-top: 52px;
}
.product-card {
  border-radius: 6px;
  padding: 5px 6px;
  background-color: #f0f0f0;
  color: var(--color, #101010);
  display: grid;
  grid-template-columns: 98px 1fr;
  overflow: hidden;
  position: relative;
  gap: 0;
}
.product-card::after {
  background-color: var(--primary-color, #00ac97);
  bottom: 2px;
  content: "";
  display: block;
  height: 15px;
  margin: auto 0;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.986' height='10.828' viewBox='0%200%206.986%2010.828'%3E%3Cpath d='M-.584-.175,3.55,3.779-.584,7.825' transform='translate(1.998%201.589)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
  mask-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  width: 9px;
}
.product-card__image {
  width: 98px;
  min-height: 98px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card__title {
  flex: 1;
  align-items: center;
  display: flex;
  line-height: 1.5;
  padding: 16px 44px 16px 16px;
}
.product-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--c-main);
  color: #fff;
  flex-shrink: 0;
}
.product-card__arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg) translateX(-1px);
}
@media (max-width: 1001px) {
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}
/* ==========================================================================
  Resources (お役立ち情報)
========================================================================== */
.resources-box {
  background: var(--c-bg-mint);
  padding: 40px 36px;
  margin-top: 10px;
  position: relative;
}
.resources-box:last-child {
  margin-bottom: 26px;
}
.resources-box:last-child::after {
  content: "";
  display: block;
  width: 105px;
  height: 56px;
  margin: 0 auto;
  background: var(--c-bg-mint);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.resources-row {
  gap: 32px;
  margin-bottom: 60px;
}
.resources-row:last-child {
  margin-bottom: 0;
}
.resources-row__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.resources-row__body {
  flex: 1;
  min-width: 0;
}
.resources-row__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 32px;
  margin: 0 0 28px;
}
.resources-row__head:last-child {
  margin-bottom: 0;
}
.resources-row__head h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--c-main);
  line-height: 1.25;
  margin: 0;
}
.resources-row__head p {
  color: var(--c-text-sub);
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 8px;
  margin-top: 24px;
  counter-reset: number 0;
}
.video-card__thumb {
}
.video-card__num {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: var(--c-main);
  font-size: 12px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-card__caption {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.5;
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1em;
}
.video-card__caption:before {
  counter-increment: number 1;
  content: "#" counter(number) "";
}
.resources-note {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text-sub);
}
.resources-row__link {
  flex-shrink: 0;
  margin-left: auto;
}
.mail-quote {
  margin-left: 122px;
  margin-bottom: 24px;
}
.mail-quote li {
  position: relative;
  font-size: 18px;
  color: var(--c-text-sub);
  margin-bottom: 9px;
  font-weight: 700;
  line-height: 1.5;
}
.mail-quote li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .resources-box {
    padding: 24px;
  }
  .resources-row {
    flex-direction: column;
  }
  .resources-row__head {
    gap: 20px 16px;
    flex-wrap: wrap;
  }
  .resources-row__icon {
    width: 76px;
    height: 76px;
    order: 1;
  }
  .resources-row__head > div:not(.resources-row__icon) {
    display: contents;
  }
  .resources-row__head h3 {
    flex: 1 1 auto;
    font-size: 18px;
    order: 2;
  }
  .resources-row__head p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.7142857;
    order: 4;
    flex: 1 1 100%;
  }
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 6px;
  }
  .resources-row__link {
    margin-top: 8px;
    order: 3;
    margin: 0 auto;
  }
  .mail-quote {
    margin-left: 0;
  }
  .mail-quote li {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
/* ==========================================================================
  CTA
========================================================================== */
.lp-cta {
  background: var(--c-main);
  color: #fff;
  text-align: center;
  padding: 76px 20px 60px;
}
.lp-cta h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 1.25;
}
.lp-cta p {
  font-size: 18px;
  margin-bottom: 56px;
  line-height: 1.7777778;
}
.lp-cta .c-btn {
  padding: 18px 78px 19px 70px;
  font-size: 22px;
  font-weight: 600;
}
.lp-cta .c-btn::before {
  right: 20px;
}
.lp-cta .c-btn::hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .lp-cta {
    padding: 56px 0;
  }
  .lp-cta h2 {
    font-size: 22px;
  }
}
/* ==========================================================================
  Footer
========================================================================== */
.lp-footer__top {
  background: var(--c-footer-bg);
  color: #fff;
  text-align: center;
  padding: 45px 0 52px;
}
.lp-footer__logo {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-footer__logo a {
  display: block;
}
.lp-footer__logo img {
  margin: 0 auto;
}
.lp-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 60px;
}
.lp-footer__sns img {
}
.lp-footer__bottom {
  background: #d0d0d0;
  padding: 25px 32px;
}
.lp-footer__bottom .l-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #333;
  max-width: 100%;
  padding: 0;
}
.lp-footer__link {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 0.5em;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2307692;
}
.lp-footer__link li {
  margin: 0;
  padding: 0;
}
.lp-footer__link li a {
  display: block;
}
.lp-footer__copyright {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.2857142;
}
@media (max-width: 768px) {
  .lp-footer__bottom .l-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .lp-footer__sns {
    gap: 10px 30px;
  }
}
/* ==========================================================================
  process-design.html
========================================================================== */
.process-flow {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin-bottom: 34px;
}
.process-flow__item {
  flex: 1 1 20%;
  border: 3px solid transparent;
  position: relative;
  padding: 46px 24px 64px 52px;
  color: #fff;
  margin: 0;
}
.process-flow__item:not(:last-child):after,
.process-flow__item--markup:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  border: 3px solid transparent;
  pointer-events: none;
  right: inherit;
  left: 100%;
  transform: translateX(-50%) rotate(45deg);
}
.process-flow__item--01,
.process-flow__item--01:after {
  background-color: #789a9d;
}
.process-flow__item--02,
.process-flow__item--02:after {
  background-color: #485b61;
}
.process-flow__item--03,
.process-flow__item--03:after {
  background-color: #005a87;
}
.process-flow__item--04,
.process-flow__item--04:after {
  background-color: #005b5b;
}
.process-flow__item--05,
.process-flow__item--05:after {
  background-color: #00ac97;
}
.process-flow__item--markup {
  border-color: #ffd400;
}
.process-flow__item--markup:is([class*="process-flow__item--0"]):after {
  border-right-color: #ffd400;
  border-top-color: #ffd400;
}
.process-flow__item--markup:is([class*="process-flow__item--0"]):before {
  left: -3px;
  border-right-color: #ffd400;
  border-top-color: #ffd400;
}
.process-flow__step {
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
}
.process-flow__ttl {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.25;
}
.process-flow__list {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.process-flow__list li {
  margin-bottom: 15px;
}
.process-flow__list li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1001px) {
  .process-flow {
    flex-direction: column;
    margin-bottom: 28px;
  }
  .process-flow__item {
    border-radius: 10px;
    padding: 24px 12px;
    display: flex;
    align-items: center;
  }
  .process-flow__item:not(:last-child):after,
  .process-flow__item--markup:not(:last-child):before {
    top: 100%;
    bottom: inherit;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%) rotate(45deg) skew(20deg, 20deg);
    width: 16px;
    height: 16px;
  }
  .process-flow__item--markup {
    border-color: transparent;
  }
  .process-flow__item--markup:is([class*="process-flow__item--0"]):after {
    border-color: transparent;
    /* border-right-color: #ffd400; */
    /* border-bottom-color: #ffd400; */
  }
  .process-flow__item--markup:is([class*="process-flow__item--0"]):before {
    border-color: transparent;
    /* border-right-color: #ffd400; */
    /* border-bottom-color: #ffd400; */
    top: 0;
    bottom: inherit;
  }
  .process-flow__step {
    font-size: 14px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    line-height: 1.25;
  }
  .process-flow__step:after {
    content: "";
    display: block;
    background-color: #fff;
    height: 38px;
    width: 1px;
    margin: 0 16px;
  }
  .process-flow__ttl {
    margin: 0;
    font-size: 20px;
  }
  .process-flow__list {
    font-size: 14px;
    margin-left: auto;
    flex-basis: 44%;
  }
  .process-flow__list li {
    margin-bottom: 0;
    display: inline;
  }
  .process-flow__list li:after {
    content: "、";
  }
  .process-flow__list li:last-child {
  }
  .process-flow__list li:last-child:after {
    display: none;
  }
}
.assignment-list {
  margin: 32px 0 24px;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 18px;
}
.assignment-list__item {
  border: 3px solid #e9f7f3;
  padding: 26px 30px 26px 40px;
  display: flex;
  gap: 0 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
.assignment-list__icon {
  padding: 2px 0 0;
}
.assignment-list__desc {
}
.assignment-list__ttl {
  font-size: 25px;
  font-weight: 600;
  color: var(--c-main);
}
.assignment-list__txt {
  font-size: 18px;
  font-weight: 400;
  margin-top: 12px;
  line-height: 1.7777777;
}
@media (max-width: 768px) {
  .assignment-list {
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 20px 0;
  }
  .assignment-list__item {
    padding: 16px 24px 32px;
    gap: 12px;
  }
  .assignment-list__icon {
  }
  .assignment-list__icon img {
    display: block;
    max-width: 32px;
  }
  .assignment-list__desc {
  }
  .assignment-list__ttl {
    font-size: 16px;
  }
  .assignment-list__txt {
    font-size: 14px;
    margin-top: 4px;
  }
}
/* ==========================================================================
  scale-up.html
========================================================================== */
.scaleup-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(22px, 2.29166666vw, 44px);
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.scaleup-flow::before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  width: calc(100% - 23px);
  background-color: #d1e8e4;
  height: 6px;
  z-index: 1;
}
.scaleup-flow::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 23px;
  height: 20px;
  background: #d1e8e4;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 1;
}
.scaleup-flow__item {
  position: relative;
  padding: 50px 0 0 0;
  margin: 0;
}
.scaleup-flow__item:before {
  content: "";
  display: block;
  background-color: #d1e8e4;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 40px;
  height: 40px;
}
.scaleup-flow__item--green {
  color: var(--c-main);
}
.scaleup-flow__item.scaleup-flow__item--green:before {
  background-color: var(--c-main);
}
.scaleup-flow__ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 7px;
}
.scaleup-flow__ttl-sub {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
.scaleup-flow__thumb {
  margin-bottom: 23px;
}
.scaleup-flow__txt {
  font-size: 18px;
  line-height: 1.7777777;
  font-weight: 400;
  color: var(--c-text);
}
.scaleup-flow__item--green {
}
@media (max-width: 768px) {
  .scaleup-flow {
    grid-template-columns: 1fr;
    padding: 0 0 58px;
  }
  .scaleup-flow:before {
    left: 17px;
    top: 0;
    height: calc(100% - 23px);
    width: 6px;
  }
  .scaleup-flow:after {
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 20px;
    height: 23px;
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 10px;
  }
  .scaleup-flow__item {
    padding: 0 0 0 70px;
    margin-top: 58px;
  }
  .scaleup-flow__item:before {
    right: inherit;
    left: 0;
  }
  .scaleup-flow__ttl {
    text-align: left;
    font-size: 22px;
  }
  .scaleup-flow__ttl-sub {
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .scaleup-flow__thumb {
    margin-bottom: 15px;
  }
  .scaleup-flow__txt {
    font-size: 14px;
  }
  .scaleup-flow__item--green {
  }
}

.scaleup-tecdata {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 56px;
}
.scaleup-tecdata__ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
  line-height: 1.25;
}
.scaleup-tecdata__img {
}
.scaleup-tecdata__img img {
  display: block;
}
@media (max-width: 768px) {
  .scaleup-tecdata {
    grid-template-columns: 1fr;
  }
  .scaleup-tecdata__ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .scaleup-tecdata__img {
  }
}

/* ==========================================================================
  line-plant.html
========================================================================== */
.lineplant-equipment-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px 14px;
}
.lineplant-equipment-list__item {
  padding: 25px 1em 30px;
  margin: 0;
  border: 6px solid #e9f7f3;
  text-align: center;
}
.lineplant-equipment-list__ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--c-main);
  margin-bottom: 16px;
}
.lineplant-equipment-list__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
}
@media (max-width: 768px) {
  .lineplant-equipment-list {
    grid-template-columns: 1fr;
  }
  .lineplant-equipment-list__item {
    text-align: left;
    padding: 20px 20px;
  }
  .lineplant-equipment-list__ttl {
    margin-bottom: 7px;
  }
  .lineplant-equipment-list__txt {
  }
  .lineplant-equipment-list__txt br {
    display: none;
  }
}

.line-plant-system {
  margin-top: 92px;
}
.line-plant-system__ttl {
  font-size: 24px;
  font-weight: 600;
}
.line-plant-system__img {
}
@media (max-width: 768px) {
  .line-plant-system {
    margin-top: 58px;
  }
  .line-plant-system__ttl {
    font-size: 18px;
  }
  .line-plant-system__img {
  }
}
.line-plant-method {
  margin-top: 156px;
}
.line-plant-method__ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}
.line-plant-method__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
}
.line-plant-method__item {
  border: 0.5px solid #707070;
}
.line-plant-method__name {
  text-align: center;
  background-color: var(--c-main);
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3076923;
  padding: 13px 1em;
}
.line-plant-method__txt {
  padding: 30px 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7777777;
}
.line-plant-method__txt ul {
  margin-top: 24px;
  list-style-type: none;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--c-main);
}
.line-plant-method__txt ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.25em;
  line-height: 1.25;
  margin-bottom: 8px;
}
.line-plant-method__txt ul li:last-child {
  margin-bottom: 0;
}
.line-plant-method__txt ul li:before {
  content: "✓";
  display: block;
}
@media (max-width: 768px) {
  .line-plant-method {
  }
  .line-plant-method__ttl {
  }
  .line-plant-method__wrap {
    grid-template-columns: 1fr;
  }
  .line-plant-method__item {
  }
  .line-plant-method__name {
    font-size: 20px;
    padding: 17px 1em 18px;
    line-height: 1.25;
  }
  .line-plant-method__txt {
    padding: 32px 24px;
  }
  .line-plant-method__txt ul {
  }
  .line-plant-method__txt ul li {
  }
}

/* ==========================================================================
  line-plant.html
========================================================================== */
.labtest-equipment {
  margin: 42px 0 180px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
  padding: 0;
  gap: 52px 40px;
}
.labtest-equipment__item {
  padding: 0;
  margin: 0;
}
.labtest-equipment__img {
  border: 1px solid #707070;
  margin-bottom: 16px;
}
.labtest-equipment__img img {
  display: block;
}
.labtest-equipment__ttl {
  color: var(--c-main);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .labtest-equipment {
    margin: 16px 0 62px;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 14px;
  }
  .labtest-equipment__item {
  }
  .labtest-equipment__img {
    margin-bottom: 8px;
  }
  .labtest-equipment__ttl {
    font-size: 14px;
    line-height: 1.5;
  }
}

.labtest-evaluation-criteria {
  margin: 40px 0 50px;
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 12px;
}
.labtest-evaluation-criteria__item {
  border: 6px solid #e9f7f3;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.labtest-evaluation-criteria__icon {
  border-radius: 12px;
  background-color: #e9ecf0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.labtest-evaluation-criteria__icon img {
  display: block;
}
.labtest-evaluation-criteria__name {
  font-size: 24px;
  color: var(--c-main);
  font-weight: 600;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .labtest-evaluation-criteria {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    margin: 40px 0 86px;
  }
  .labtest-evaluation-criteria__item {
    padding: 16px;
    gap: 0 28px;
  }
  .labtest-evaluation-criteria__icon {
    width: 40px;
    height: 40px;
  }
  .labtest-evaluation-criteria__icon img {
    max-height: 40%;
    max-width: 40%;
  }
  .labtest-evaluation-criteria__name {
    font-size: 18px;
  }
}

.labtest-report {
  background-color: var(--c-main);
  color: #fff;
  padding: 34px 48px 26px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1em;
  margin: 0 0 156px;
}
.labtest-report__desc {
}
.labtest-report__ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
.labtest-report__txt {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 400;
}
.labtest-report__btn {
}
.labtest-report__btn a:hover {
  opacity: 0.7;
  background-color: #efefef;
  color: var(--c-text);
}
.labtest-report__btn a:hover:before {
  background-color: var(--c-main);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.986' height='10.828' viewBox='0%200%206.986%2010.828'%3E%3Cpath d='M-.584-.175,3.55,3.779-.584,7.825' transform='translate(1.998%201.589)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
}
.labtest-report__img {
}
@media (max-width: 768px) {
  .labtest-report {
    margin: 86px 0 96px;
    padding: 36px 22px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .labtest-report__desc {
    display: contents;
  }
  .labtest-report__ttl {
    order: 1;
    width: 100%;
    margin-bottom: 18px;
  }
  .labtest-report__txt {
    order: 2;
    width: 100%;
    margin-bottom: 22px;
  }
  .labtest-report__btn {
    order: 4;
  }
  .labtest-report__img {
    display: contents;
  }
  .labtest-report__img img {
    order: 3;
    margin-bottom: 36px;
  }
}

.labtest-flow {
  margin: 62px 0 124px;
  list-style-type: none;
  padding: 0 70px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  position: relative;
}
.labtest-flow::before {
  content: "";
  display: block;
  width: calc(100% - 23px);
  height: 6px;
  background-color: #d1e8e4;
  position: absolute;
  z-index: 1;
  top: 19px;
  left: 0;
}
.labtest-flow::after {
  content: "";
  display: block;
  width: 23px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 12px;
  background-color: #d1e8e4;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.labtest-flow__item {
  position: relative;
  z-index: 3;
}
.labtest-flow__num {
  width: 44px;
  height: 44px;
  background-color: var(--c-main);
  border-radius: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin: 0 auto 20px;
}
.labtest-flow__name {
  line-height: 1.4444444;
  font-size: 18px;
  font-weight: 400;
}
.labtest-flow__num--blue {
  background-color: #005a87;
}
.labtest-flow__num--dashed {
  border: 1px dashed #00ac97;
  background-color: #fff;
}
.labtest-flow__num--dashed:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.986' height='10.828' viewBox='0%200%206.986%2010.828'%3E%3Cpath d='M-.584-.175,3.55,3.779-.584,7.825' transform='translate(1.998%201.589)' fill='none' stroke='%2300ac97' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 14px;
}
.labtest-flow__item--next {
}
@media (max-width: 768px) {
  .labtest-flow {
    max-width: 60%;
    margin: 20px auto 80px;
    display: grid;
    grid-template-columns: 1fr;
    padding: 20px 0 50px;
    gap: 20px;
  }
  .labtest-flow::before {
    height: calc(100% - 23px);
    width: 6px;
    top: 0;
    left: 19px;
  }
  .labtest-flow::after {
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 12px;
    height: 24px;
    width: 20px;
  }
  .labtest-flow__item {
    display: flex;
    align-items: center;
    gap: 0 48px;
  }
  .labtest-flow__num {
    margin: 0;
  }
  .labtest-flow__name {
  }
  .labtest-flow__name br {
    display: none;
  }
  .labtest-flow__num--dashed:before {
    transform: rotate(90deg);
    position: relative;
    top: 2px;
  }
}

.labtest-movie {
  margin: 62px 0 0;
}
.labtest-movie__wrap {
  gap: 24px;
  display: flex;
  justify-content: center;
}
.labtest-movie__item {
}
.labtest-movie__thumb {
  border: 1px solid #707070;
  margin-bottom: 15px;
}
.labtest-movie__txt {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .labtest-movie {
  }
  .labtest-movie__wrap {
  }
  .labtest-movie__item {
  }
  .labtest-movie__thumb {
  }
  .labtest-movie__txt {
  }
}
