@charset "UTF-8";
.technology-detail-mv {
  padding: 0;
  max-width: 1440px;
  position: relative;
  overflow: hidden;
}

/* 背景写真：幅1440px未満から縮小が始まる（1440×670） */
.technology-detail-mv-bg {
  display: block;
  aspect-ratio: 1440/650;
  overflow: hidden;
  position: relative;
}
.technology-detail-mv-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.technology-detail-mv-bg {
  /* スマホ：一体化画像（mv_sp.png）を拡大せず表示 */
}
@media screen and (max-width: 768px) {
  .technology-detail-mv-bg {
    min-width: 0;
    left: 0;
    transform: none;
    aspect-ratio: auto;
  }
  .technology-detail-mv-bg img {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }
}

/* 手前のタイトル：1024pxで表示、画像高さの中央に配置、1024px以下で全幅・縮小 */
.technology-detail-mv-title {
  position: absolute;
  top: 110px;
  right: -40px;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 113px;
}
.technology-detail-mv-title img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .technology-detail-mv-title {
    top: 93px;
    right: -5px;
    transform: translateY(-50%);
    width: 100%;
    max-width: 130px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .technology-detail-mv-title img {
    width: 100%;
  }
}
.technology-detail-mv-title {
  /* スマホ：一体化画像のため非表示 */
}
@media screen and (max-width: 768px) {
  .technology-detail-mv-title {
    display: none;
  }
}

/* うるケア：アンカーナビのテキストを左寄せ（SP） */
@media screen and (max-width: 768px) {
  .technology-comfortable .technology-detail-nav-item {
    justify-content: flex-start;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .technology-comfortable .technology-detail-nav-item a {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .technology-comfortable .technology-detail-nav-item-text {
    margin: 0;
    text-align: left;
  }
}
.technology-comfortable {
  /* detail の .technology-detail-block-text p(15px) より優先（このページのみ） */
}
.technology-comfortable .technology-detail-block-text p.technology-detail-block-notes {
  font-size: 13px;
  line-height: 1.75;
}

.technology-detail-mv {
  padding: 0;
  max-width: 1440px;
}

/* 注釈：ブロック全体は中央、※行同士は左揃え（幅は内容に収まる） */
.technology-detail-header-notes {
  font-size: 13px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .technology-detail-header-notes {
    order: 4;
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
    text-align: left;
    box-sizing: border-box;
  }
}

.technology-detail-entry {
  padding: 60px 73px;
}
@media screen and (max-width: 768px) {
  .technology-detail-entry {
    margin-top: 40px;
    padding: 30px 20px;
  }
}

.technology-detail-entry-inner {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .technology-detail-entry-inner {
    gap: 0;
  }
}

/* パナソニック共同開発エントリのみ、見出し上余白ゼロ（detail 既定の margin-top は他ブロックはそのまま） */
.urucare-entry--panasonic .technology-detail-entry-heading {
  margin-top: 0;
}

/* パナソニック共同開発エントリ：右カラム（detail の % 幅を上書き）。SP は detail どおり */
.urucare-entry--panasonic .technology-detail-entry-text {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}
.urucare-entry--panasonic .technology-detail-entry-image {
  flex: 0 0 49%;
  width: 100%;
  max-width: 500px;
}
.urucare-entry--panasonic .technology-detail-entry-image picture,
.urucare-entry--panasonic .technology-detail-entry-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .urucare-entry--panasonic .technology-detail-entry-text {
    flex: unset;
    min-width: 0;
  }
  .urucare-entry--panasonic {
    /* Expert Comment → 見出し → 本文 → 画像 → ボタン（tag は order 0 のまま） */
  }
  .urucare-entry--panasonic .technology-detail-section-column-02-heading-tag {
    order: 0;
  }
  .urucare-entry--panasonic .technology-detail-entry-heading {
    order: 1;
  }
  .urucare-entry--panasonic .technology-detail-entry-lead {
    order: 2;
  }
  .urucare-entry--panasonic .technology-detail-entry-image {
    flex: unset;
    order: 3;
    margin-top: 20px;
    width: 100%;
    max-width: none;
  }
  .urucare-entry--panasonic .technology-detail-entry-button {
    order: 4;
  }
}

/* パナソニック動画エントリのみ円＋三角（インタビュー用）。関連テクノロジー・related-band 内は detail 既定の矢印アイコン */
.technology-detail-entry:not(.technology-related-band__entry):not(.urucare-entry--related) .technology-detail-entry-button {
  max-width: 316px;
  width: 100%;
  margin-top: 32px;
  padding: 19px 24px;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
@media screen and (max-width: 768px) {
  .technology-detail-entry:not(.technology-related-band__entry):not(.urucare-entry--related) .technology-detail-entry-button {
    margin: 30px auto 0;
  }
}
.technology-detail-entry:not(.technology-related-band__entry):not(.urucare-entry--related) .technology-detail-entry-button::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 51%;
  right: 22px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ffffff;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .technology-detail-entry:not(.technology-related-band__entry):not(.urucare-entry--related) .technology-detail-entry-button::before {
    right: 15px;
  }
}
.technology-detail-entry:not(.technology-related-band__entry):not(.urucare-entry--related) .technology-detail-entry-button::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #cb3523;
  transform: translateY(-50%);
  z-index: 1;
  background: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .technology-detail-entry:not(.technology-related-band__entry):not(.urucare-entry--related) .technology-detail-entry-button::after {
    right: 21px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .technology-detail-entry:not(.technology-related-band__entry):not(.urucare-entry--related) .technology-detail-entry-button:hover {
    opacity: 1;
    color: #cb3523;
    background: #fff;
    border-color: #cb3523;
  }
  .technology-detail-entry:not(.technology-related-band__entry):not(.urucare-entry--related) .technology-detail-entry-button:hover::before {
    background: #cb3523;
  }
  .technology-detail-entry:not(.technology-related-band__entry):not(.urucare-entry--related) .technology-detail-entry-button:hover::after {
    border-color: transparent transparent transparent #fff;
  }
}

.technology-detail-section-content.uc-s1-mist {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .technology-detail-section-content.uc-s1-mist {
    margin-top: 40px;
  }
}

.technology-detail-section-image.uc690 {
  /* detail 既定 40px をこのブロックのみ 30px（SP は detail どおり 23px） */
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .technology-detail-section-image.uc690 {
    margin-top: 23px;
  }
}
.technology-detail-section-image.uc690 picture,
.technology-detail-section-image.uc690 img {
  max-width: 690px;
  width: 100%;
  height: auto;
}
.technology-detail-section-image.uc690 picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.urucare-s1-video {
  max-width: 556px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .urucare-s1-video {
    margin-top: 30px;
  }
}

.urucare-s1-video__trigger {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  padding: 20px 30px;
  margin: 0;
  border: none;
  border-radius: 12px;
  background: #f5f5f5;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .urucare-s1-video__trigger {
    align-items: stretch;
    padding: 10px 10px;
    gap: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .urucare-s1-video__trigger:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }
  .urucare-s1-video__trigger:hover .urucare-s1-video__play-btn {
    background: #cb3523;
    color: #fff;
    border-color: #cb3523;
  }
  .urucare-s1-video__trigger:hover .urucare-s1-video__play-btn .urucare-s1-video__play-icon {
    background: #fff;
  }
  .urucare-s1-video__trigger:hover .urucare-s1-video__play-btn .urucare-s1-video__play-icon::after {
    border-color: transparent transparent transparent #cb3523;
  }
}

.urucare-s1-video__thumb-wrap {
  flex: 0 1 59.3%;
  min-width: 0;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .urucare-s1-video__thumb-wrap {
    flex: 0 0 52%;
    max-width: 52%;
    align-self: stretch;
  }
}

.urucare-s1-video__thumb {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 8px;
}

.urucare-s1-video__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .urucare-s1-video__body {
    gap: 10px;
    padding: 2px 0;
    justify-content: center;
  }
}

.urucare-s1-video__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  color: #2c2b26;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .urucare-s1-video__text {
    font-size: 14px;
  }
}

.urucare-s1-video__line {
  display: block;
  letter-spacing: -0.02rem;
}

.urucare-s1-video__play-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 22px 8px 20px;
  border: 1px solid #cb3523;
  border-radius: 10px;
  color: #cb3523;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.urucare-s1-video__play-label {
  pointer-events: none;
}

.urucare-s1-video__play-icon {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #cb3523;
  transition: background 0.2s ease;
}
.urucare-s1-video__play-icon::after {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
  transition: border-color 0.2s ease;
}

.urucare-s1-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: min(32px, 5vw);
  box-sizing: border-box;
}
.urucare-s1-video-modal.is-open {
  display: flex;
}

.urucare-s1-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.urucare-s1-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(96vw, 1152px);
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.urucare-s1-video-modal__close {
  position: fixed;
  top: max(12px, env(safe-area-inset-top, 0px));
  right: max(12px, env(safe-area-inset-right, 0px));
  z-index: 10052;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.urucare-s1-video-modal__close::before, .urucare-s1-video-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #2c2b26;
}
.urucare-s1-video-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.urucare-s1-video-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.urucare-s1-video-modal__frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.urucare-s1-video-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

body.is-urucare-video-open {
  overflow: hidden;
}

/* section2 自動洗浄の流れ（PC:3カラム / SP:縦＋矢印） */
.urucare-cleanflow {
  width: 100%;
  max-width: 976px;
  background: #F8F2ED;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .urucare-cleanflow {
    margin-top: 40px;
    border-radius: 10px;
  }
}

.urucare-cleanflow__head {
  background: #F26A02;
  padding: 14px 16px;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 768px) {
  .urucare-cleanflow__head {
    padding: 12px 14px;
    border-radius: 15px 15px 0 0;
  }
}

.urucare-cleanflow__title {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .urucare-cleanflow__title {
    font-size: 20px;
  }
}

.urucare-cleanflow__inner {
  padding: 60px 60px 60px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .urucare-cleanflow__inner {
    padding: 30px 20px 30px 20px;
  }
}

.urucare-cleanflow__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 16px 5px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .urucare-cleanflow__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.urucare-cleanflow__step {
  margin: 0;
  min-width: 0;
}

.urucare-cleanflow__step-title {
  margin: 0 0 12px;
  padding: 4px 12px;
  background: #5B3219;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .urucare-cleanflow__step-title {
    font-size: 20px;
    padding: 4px 10px;
    margin: 0;
  }
}

.urucare-cleanflow__step-figure {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .urucare-cleanflow__step-figure {
    margin: 0 0 0px;
  }
}
.urucare-cleanflow__step-figure picture {
  display: block;
  width: 100%;
}
.urucare-cleanflow__step-figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 4px;
}

.urucare-cleanflow__step-text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  color: #2c2b26;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .urucare-cleanflow__step-text {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* PC: 矢印は h4.step-title と同じ高さの帯の中央。SP: 従来どおりステップ間の区切り */
.urucare-cleanflow__between {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  box-sizing: border-box;
  color: #5b3219;
  font-size: 13px;
  line-height: 1;
  /* .urucare-cleanflow__step-title と同じ縦パディング・1行分の行高（PC） */
  padding: 4px 0;
  min-height: 35px;
}
@media screen and (max-width: 768px) {
  .urucare-cleanflow__between {
    min-height: 0;
    height: auto;
    padding: 10px 0 14px;
    align-self: stretch;
  }
}

.urucare-cleanflow__between-pc {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .urucare-cleanflow__between-pc {
    display: none;
  }
}

.urucare-cleanflow__between-sp {
  display: none;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .urucare-cleanflow__between-sp {
    display: block;
  }
}

.urucare-cleanflow__notes {
  max-width: 976px;
  margin: 16px auto 0;
  padding: 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .urucare-cleanflow__notes {
    margin-top: 16px;
    padding: 0 20px;
  }
}

.urucare-cleanflow__note {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.75;
  text-align: left;
}
.urucare-cleanflow__note:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .urucare-cleanflow__note {
    font-size: 13px;
    line-height: 1.7;
  }
}

.technology-detail-entry-note {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .technology-detail-entry-note {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .technology-detail-section-image.uc412 {
    margin-top: 48px;
  }
}
.technology-detail-section-image.uc412 picture,
.technology-detail-section-image.uc412 img {
  max-width: 412px;
  width: 100%;
  height: auto;
}
.technology-detail-section-image.uc412 picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.technology-detail-section-image.uc412 .technology-detail-section-image-caption {
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .technology-detail-section-image.uc412 .technology-detail-section-image-caption {
    margin-top: 30px;
    text-align: left;
  }
}

.uc-ventilation-feature {
  margin-top: 120px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .uc-ventilation-feature {
    margin-top: 40px;
  }
}

.uc-ventilation-feature__heading-wrap {
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .uc-ventilation-feature__heading-wrap {
    padding: 0;
  }
}

.uc-ventilation-feature__panel {
  width: 100%;
  background: #f2f2f2;
  padding: 60px 0;
  box-sizing: border-box;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .uc-ventilation-feature__panel {
    padding: 40px 0 40px;
    margin-top: 30px;
  }
}

.uc-ventilation-feature__panel-inner {
  box-sizing: border-box;
}

.uc-ventilation-feature__catch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 4px 6px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .uc-ventilation-feature__catch {
    flex-direction: column;
    align-items: center;
    gap: 6px 0;
    font-size: 34px;
    width: 100%;
  }
}

.uc-ventilation-feature__catch-group--1 {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.uc-ventilation-feature__catch-group--2 {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .uc-ventilation-feature__catch-group--2 {
    align-items: flex-end;
  }
}

.uc-ventilation-feature__catch-line {
  display: inline-block;
  flex-shrink: 0;
  width: 2px;
  height: 1.05em;
  margin: 0 4px;
  background-color: #5b3219;
  border-radius: 1px;
  vertical-align: middle;
  align-self: center;
}
.uc-ventilation-feature__catch-line--left {
  transform: rotate(-22deg);
  transform-origin: center center;
}
.uc-ventilation-feature__catch-line--right {
  transform: rotate(22deg);
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .uc-ventilation-feature__catch-line--onlyPc {
    display: none;
  }
}
.uc-ventilation-feature__catch-line--onlySp {
  display: none;
}
@media screen and (max-width: 768px) {
  .uc-ventilation-feature__catch-line--onlySp {
    display: inline-block;
  }
}

.uc-ventilation-feature__catch-prefix {
  font-size: inherit;
  line-height: 1.3;
  color: #5B3219;
}

.uc-ventilation-feature__catch-em {
  font-size: inherit;
  line-height: 1.2;
  color: #5b3219;
}

.uc-ventilation-feature__sub {
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  color: #2c2b26;
}

.uc-ventilation-feature__slider-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .uc-ventilation-feature__slider-wrap {
    margin-top: 36px;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 16px;
    container-type: inline-size;
    container-name: uc-ventilation-slider;
  }
}

.uc-ventilation-feature__swiper {
  overflow: hidden;
}

.uc-ventilation-feature__swiper .swiper-slide {
  height: auto;
  display: flex;
}

.uc-ventilation-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .uc-ventilation-card {
    /* ナビはイラスト左右に配置のため、下は本文分のみ */
    padding: 20px;
  }
}

.uc-ventilation-card__figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}
.uc-ventilation-card__figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.uc-ventilation-card__title {
  margin: 35px 0 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: #2c2b26;
}
@media screen and (max-width: 768px) {
  .uc-ventilation-card__title {
    margin-top: 16px;
    font-size: 17px;
  }
}

.uc-ventilation-card__text {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: #2c2b26;
}

.uc-ventilation-feature__nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .uc-ventilation-feature__nav {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 85px;
    /* カード左右 padding 20px×2 を除いた図の高さ（360×240）ぶんの帯＝矢印の縦位置基準 */
    height: min(240px, 56vw);
    height: calc((100cqi - 40px) * 240 / 360);
    z-index: 2;
    pointer-events: none;
  }
}

.uc-ventilation-feature__nav-btn {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent no-repeat center center/cover;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .uc-ventilation-feature__nav-btn {
    position: absolute;
    top: 50%;
    pointer-events: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .uc-ventilation-feature__nav-btn:hover {
    opacity: 0.7;
  }
}
.uc-ventilation-feature__nav-btn--prev {
  background-image: url(/technology/img/common/slider_icon_prev.png);
}
@media screen and (max-width: 768px) {
  .uc-ventilation-feature__nav-btn--prev {
    left: 0;
    transform: translate(-38%, -50%);
  }
}
.uc-ventilation-feature__nav-btn--next {
  background-image: url(/technology/img/common/slider_icon_next.png);
}
@media screen and (max-width: 768px) {
  .uc-ventilation-feature__nav-btn--next {
    right: 0;
    transform: translate(38%, -50%);
  }
}
.uc-ventilation-feature__nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.uc-ventilation-feature__cta-wrap {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .uc-ventilation-feature__cta-wrap {
    margin-top: 30px;
  }
}
.uc-ventilation-feature__cta-wrap .technology-detail-entry-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 20px 24px;
  text-align: left;
  max-width: 366px;
  width: 100%;
}