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

html {
  font-size: 62.5%;
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  overflow-x: clip;
}

body {
  min-width: 320px;
  font-size: clamp(1.6rem, 0.6rem + 1.9vw, 2.2rem);
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  background: rgb(25, 24, 26);
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.35;
  font-size: inherit;
}

div,
main,
section {
  position: relative;
}

video {
  outline: none;
  border: none;
  -webkit-filter: drop-shadow(0px 0px rgba(255, 255, 255, 0));
          filter: drop-shadow(0px 0px rgba(255, 255, 255, 0));
}

ul,
ol,
li {
  list-style: none;
}

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

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

.wrapper {
  margin: 0 auto;
  max-width: 1620px;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=image],
button {
  cursor: pointer;
}

/* 幅設定
================================================== */
.u-inner {
  padding-left: 25px;
  padding-right: 25px;
}
@media all and (min-width: 900px) {
  .u-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* 改行設定
================================================== */
.br-sp {
  display: block;
}
@media all and (min-width: 480px) {
  .br-sp {
    display: none;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-faq {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .js-faq:hover {
    opacity: 0.7;
  }
}

.js-video-btn {
  display: block;
}
.js-video-btn.play {
  display: none;
}

.c-fixed-button {
  z-index: 999999999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  padding: 0 0px;
}
.c-fixed-button a {
  padding: 15px 15px 18px;
  width: 50%;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
  display: block;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.c-fixed-button a p {
  font-size: clamp(1.6rem, 0.6rem + 1.2vw, 2.2rem);
}
@media all and (min-width: 900px) {
  .c-fixed-button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    bottom: initial;
    top: 63px;
    left: initial;
    right: 0;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-fixed-button a {
    padding: 15px 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 10px 0 0 10px;
  }
  .c-fixed-button a p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    height: 8em;
  }
}
@media (min-width: 900px) and (hover: hover) and (pointer: fine) {
  .c-fixed-button a:hover {
    opacity: 0.7;
    padding: 15px 22px 15px 12px;
  }
}

.c-head-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
  font-size: clamp(2.6rem, 1.3rem + 3.3vw, 5.5rem);
  position: relative;
  padding-bottom: clamp(20px, 15px + 1.5vw, 30px);
  margin-bottom: clamp(40px, 20px + 5vw, 70px);
}
.c-head-01 span {
  font-size: clamp(1.6rem, 0.8rem + 2vw, 3.3rem);
  padding-bottom: 0.56em;
}
.c-head-01::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 24, 26, 0)), color-stop(20%, rgb(181, 10, 20)), color-stop(50%, rgb(230, 0, 18)), color-stop(80%, rgb(181, 10, 20)), to(rgba(25, 24, 26, 0)));
  background: linear-gradient(to right, rgba(25, 24, 26, 0) 0%, rgb(181, 10, 20) 20%, rgb(230, 0, 18) 50%, rgb(181, 10, 20) 80%, rgba(25, 24, 26, 0) 100%);
}

.c-head-02 {
  margin: 0 auto;
  width: 100%;
  height: clamp(60px, 20px + 10vw, 110px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.c-head-02::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgb(255, 255, 255)), color-stop(80%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
}
.c-head-02 > span {
  font-size: clamp(1.4rem, 0.6rem + 1.5vw, 2rem);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-120%);
  -webkit-transform: translateX(-50%) translateY(-120%);
  -ms-transform: translateX(-50%) translateY(-120%);
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(180, 182, 183)), color-stop(92%, rgb(96, 98, 99)));
  background: linear-gradient(180deg, rgb(180, 182, 183) 0%, rgb(96, 98, 99) 92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.3em;
  font-family: "Lato", serif;
}
.c-head-02 h3 {
  font-size: clamp(2rem, 1rem + 2.5vw, 4rem);
  font-weight: 700;
  background: rgb(255, 255, 255);
  color: rgb(25, 24, 26);
  line-height: 1.3;
  letter-spacing: 0.1em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-head-02 h3 span {
  font-size: clamp(1.2rem, 0.6rem + 1.5vw, 2.2rem);
}
.c-head-02 img {
  width: auto;
  height: 100%;
}

.c-head-03 {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: clamp(40px, 20px + 3.5vw, 50px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.c-head-03 p {
  font-size: clamp(1.4rem, 1rem + 1vw, 2rem);
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
  height: 100%;
  padding: 0.85em 0.5em 0.85em;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-head-03 p span {
  font-size: clamp(1.2rem, 0.8rem + 1vw, 1.8rem);
}
.c-head-03 img {
  width: auto;
  height: 100%;
}

.c-head-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin-bottom: 1.5em;
  font-size: clamp(2rem, 1rem + 2.5vw, 4rem);
}
.c-head-04 > span {
  font-size: clamp(1.4rem, 0.6rem + 1.5vw, 2rem);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-120%);
  -webkit-transform: translateX(-50%) translateY(-120%);
  -ms-transform: translateX(-50%) translateY(-120%);
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.3em;
  font-family: "Lato", serif;
}

.cta {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100vw;
  height: auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: clamp(30px, 20px + 3vw, 60px);
}
.cta-imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  height: clamp(150px, 73px + 20vw, 273px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cta-imgarea img {
  bottom: 0;
  width: auto;
  height: clamp(227px, 150px + 20vw, 350px);
  -webkit-filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.4));
}
.cta-textarea {
  text-align: center;
  margin: -1em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta-textarea h4 {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.07em;
  font-size: clamp(2rem, 0.8rem + 3vw, 5rem);
}
.cta-textarea h4 b {
  display: inline-block;
  position: relative;
  bottom: -3px;
  font-size: clamp(5rem, 2.8rem + 5vw, 8rem);
}
.cta-textarea h4 img {
  position: absolute;
  right: 0.7em;
  top: 0;
  width: 0.7em;
  max-width: 23px;
  height: auto;
}
.cta-textarea > p {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media all and (min-width: 900px) {
  .cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: clamp(20px, -80px + 10vw, 60px);
  }
  .cta-imgarea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 0;
  }
  .cta-imgarea img {
    height: clamp(227px, 150px + 20vw, 500px);
    display: block;
    -webkit-filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.4));
  }
  .cta-textarea {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    gap: 0.5em;
    margin: 0;
    padding: clamp(40px, 10px + 3vw, 65px) 0 clamp(50px, 20px + 3vw, 75px);
  }
}

.c-button {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 100px;
  background: rgb(25, 24, 26);
  position: relative;
  text-align: center;
  font-weight: 700;
}
.c-button p {
  padding: 1em 1.2em 1.1em 0.7em;
}
.c-button span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 1.8em;
  width: 0.4em;
  height: 0.4em;
}
.c-button span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-button.is-red {
  background: rgb(230, 0, 18);
}
.c-button .pc-text {
  display: none;
}
@media all and (min-width: 900px) {
  .c-button .pc-text {
    display: block;
  }
}

.c-function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgb(255, 255, 255);
  height: 52px;
}
.c-function-img {
  min-width: 52px;
  max-width: 52px;
  min-height: 52px;
  max-height: 52px;
}
.c-function-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-function-text {
  width: 100%;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.6rem + 2vw, 1.6rem);
  padding: 0 1em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-function-text.is-strong {
  font-size: clamp(1.4rem, 0.6rem + 2.5vw, 2rem);
  background: rgb(255, 255, 255);
  color: rgb(25, 24, 26);
}

.c-function-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgb(255, 255, 255);
  height: 44px;
  width: calc(50% - 0.5px);
  background: rgb(255, 255, 255);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.c-function-app-img {
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
}
.c-function-app-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-function-app-text {
  color: rgb(25, 24, 26);
  width: 100%;
  font-weight: 500;
  font-size: clamp(1rem, 0.6rem + 1vw, 1.4rem);
  letter-spacing: 0.01em;
  padding: 0;
  line-height: 1.2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 480px) {
  .c-function-app {
    height: 56px;
  }
  .c-function-app-img {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }
}
@media all and (min-width: 1150px) {
  .c-function-app {
    width: calc(33.333% - 1px);
  }
}

.c-annotation {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  display: block;
}

.hero {
  width: 100%;
  padding-top: 100px;
  padding-bottom: clamp(60px, 37px + 3vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1vw;
}
.hero::after {
  z-index: 1;
  content: "";
  display: block;
  top: 0;
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 24, 26, 0.2)), color-stop(10%, rgba(25, 24, 26, 0)), color-stop(90%, rgba(25, 24, 26, 0)), to(rgba(25, 24, 26, 0.2)));
  background: linear-gradient(to right, rgba(25, 24, 26, 0.2) 0%, rgba(25, 24, 26, 0) 10%, rgba(25, 24, 26, 0) 90%, rgba(25, 24, 26, 0.2) 100%);
}
.hero-back {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  width: 100vw;
  height: clamp(280px, 130px + 60vw, 965px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, rgb(25, 24, 26)), color-stop(55%, rgb(255, 255, 255)));
  background: linear-gradient(rgb(25, 24, 26) 12%, rgb(255, 255, 255) 55%);
}
.hero-back::after {
  z-index: 1;
  pointer-events: none;
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45.05%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(52%, rgba(92, 91, 92, 0.75)), color-stop(93%, rgb(25, 24, 26))), -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgba(25, 24, 26, 0.35)), color-stop(46%, rgba(255, 255, 255, 0.35))), -webkit-gradient(linear, left top, left bottom, from(rgba(118, 118, 118, 0.7)), color-stop(35%, rgba(170, 169, 168, 0.7)), color-stop(77%, rgba(25, 24, 26, 0.7)));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(92, 91, 92, 0.75) 52%, rgb(25, 24, 26) 93%), linear-gradient(rgba(25, 24, 26, 0.35) 6%, rgba(255, 255, 255, 0.35) 46%), linear-gradient(rgba(118, 118, 118, 0.7) 0%, rgba(170, 169, 168, 0.7) 35%, rgba(25, 24, 26, 0.7) 77%);
}
.hero-back::before {
  z-index: 2;
  pointer-events: none;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/content/dam/kenwood/jp/car/option/alcohol-detector/web-2502/img/01_hero/noise.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 300px 300px;
  mix-blend-mode: multiply;
}
.hero-title {
  width: 100%;
  height: auto;
}
.hero-title picture img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100vw;
  max-width: 640px;
  height: auto;
}
.hero-mv {
  width: 100%;
}
.hero-mv-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 111vw;
  height: auto;
  z-index: 10;
}
.hero-mv::before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 3.7%;
  width: 100%;
  height: 27.7%;
  background: radial-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0));
  border-radius: 50%;
  -webkit-filter: blur(40px);
          filter: blur(40px);
}
.hero-mv-bubble {
  position: absolute;
  right: clamp(-13px, -50px + 11vw, 7px);
  top: clamp(0px, -18px + 5vw, 37px);
  width: clamp(110px, -17px + 29vw, 210px);
  z-index: 11;
}
.hero-announcement {
  position: absolute;
  left: 19px;
  top: 19px;
  z-index: 10;
}
.hero-announcement-en {
  position: absolute;
  top: -13px;
  left: -5px;
  background: rgb(25, 24, 26);
}
.hero-announcement-en img {
  width: clamp(42px, 30px + 2vw, 65px);
}
.hero-announcement-text {
  font-weight: 700;
  font-size: clamp(1.2rem, 0.6rem + 1vw, 1.9rem);
  border: 1px solid rgb(255, 255, 255);
  padding: 0.75em 1.3em;
}
@media all and (min-width: 900px) {
  .hero {
    gap: clamp(0px, 1vw, 100px);
  }
  .hero-back {
    height: clamp(280px, 139px + 57.4vw, 1066px);
  }
  .hero-title picture img {
    width: 100%;
    max-width: none;
    padding: 0 15px;
  }
  .hero-mv-img {
    width: 100%;
  }
  .hero-mv-bubble {
    position: absolute;
    right: clamp(62px, -50px + 11vw, 111px);
    top: clamp(-10px, -18px + 4vw, 42px);
    width: clamp(200px, -17px + 22vw, 330px);
    z-index: 11;
  }
  .hero-announcement {
    top: 30px;
    left: 30px;
  }
}

.intro {
  padding-top: 10px;
}
.intro-worries {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.intro-worries-block {
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 0 20px 30px;
}
.intro-worries-title {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: clamp(44px, 35px + 2vw, 66px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.intro-worries-title p {
  font-size: clamp(1.6rem, 0.6rem + 1.9vw, 2.5rem);
  font-weight: 500;
  background: rgb(25, 24, 26);
  height: 100%;
  padding: 0 1em 0.7em;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-worries-title img {
  width: auto;
  height: 100%;
}
.intro-worries-lead {
  font-size: clamp(1.6rem, 0.6rem + 1.9vw, 2.5rem);
  color: rgb(25, 24, 26);
  text-align: center;
  padding: 1.3em 0 1.3em;
  font-weight: 500;
  letter-spacing: 0.015em;
}
.intro-worries-list {
  color: rgb(25, 24, 26);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(15px, 5px + 2vw, 40px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.intro-worries-list-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.intro-worries-list-item img {
  width: clamp(80px, 10px + 20vw, 370px);
  height: auto;
}
.intro-worries-list-item p {
  font-size: clamp(1.6rem, 0.6rem + 2.5vw, 2.2rem);
  line-height: 1.4;
}
.intro-worries-list-item p span {
  color: rgb(230, 0, 18);
}
.intro-worries-arrow-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.intro-worries-arrow-line span {
  display: block;
  width: 2px;
  height: 6px;
  background: rgb(255, 255, 255);
  border-radius: 50px;
}
.intro-worries-arrow p {
  margin: 0.6em auto;
  padding: 0.5em 1.15em 0.6em;
  border: 2px solid rgb(255, 255, 255);
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  font-size: clamp(1.8rem, 0.6rem + 1.3vw, 2.2rem);
}
.intro-worries-arrow::after {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  border-left: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.intro-worries-solution {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}
.intro-worries-solution span {
  margin-bottom: 0.5em;
}
.intro-worries-solution b {
  font-size: clamp(2.4rem, 1.4rem + 3vw, 4rem);
  padding: 0.4em 0.85em;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
}
.intro-solution {
  padding-top: clamp(130px, 90px + 13vw, 250px);
  padding-bottom: clamp(130px, 90px + 13vw, 250px);
}
.intro-solution-title {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.intro-solution-title > span {
  font-size: clamp(1.4rem, 0.35rem + 2.4vw, 2.7rem);
}
.intro-solution-title h3 {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  position: relative;
  font-size: clamp(2.7rem, 0.5rem + 6vw, 6rem);
}
.intro-solution-title h3 span {
  font-size: clamp(1.6rem, 0.2rem + 5vw, 4.1rem);
}
.intro-solution-title h3 b {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.05;
  margin: 0 auto;
  display: block;
  font-size: clamp(7.7rem, 7rem + 5vw, 11.5rem);
  position: relative;
  padding-bottom: 0.15em;
}
.intro-solution-title h3 b::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.05em;
  left: 0;
  width: 100%;
  height: 0.2em;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
  z-index: -1;
}
.intro-solution-title h3 b::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-112%, 0);
          transform: translate(-112%, 0);
  width: clamp(56px, 40px + 4vw, 85px);
  height: 100%;
  background-image: url("/content/dam/kenwood/jp/car/option/alcohol-detector/web-2502/img/02_intro/solution-bubble.png");
  background-position: 100% 18%;
  background-size: contain;
  background-repeat: no-repeat;
}
.intro-solution-img {
  margin: 0 auto clamp(25px, 15px + 3vw, 50px);
  padding-top: clamp(15px, 5px + 5vw, 40px);
  padding-left: 10px;
  padding-right: 10px;
  width: clamp(270px, 85vw, 650px);
}
.intro-solution-img img {
  width: 100%;
  height: auto;
  display: block;
  width: 100%;
  z-index: 10;
}
.intro-solution-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 1%;
  width: 110%;
  height: 20%;
  opacity: 0.65;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.intro-solution > P {
  font-size: clamp(1.4rem, 0.65rem + 2vw, 2.7rem);
  text-align: center;
  margin: 0 auto;
  width: clamp(270px, 76vw, 590px);
  border: 1px solid rgb(255, 255, 255);
  padding: 0.6em 1em;
  position: relative;
}
.intro-solution > P span {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: clamp(7.5%, 199px - 50.5vw, 13%);
  width: 1px;
  height: clamp(30px, 20px + 2vw, 40px);
  background: rgb(255, 255, 255);
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.intro-solution > P span::after {
  content: "";
  display: block;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: rgb(255, 255, 255);
  border-radius: 50px;
}
.intro-solution-back {
  z-index: -10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 0;
  width: 100vw;
  max-width: 1820px;
  margin: 0 auto;
  height: 100%;
}
.intro-solution-back img {
  width: clamp(100px, 18vw + 50px, 360px);
  height: auto;
  position: absolute;
}
.intro-solution-back img:nth-child(1) {
  top: 2%;
  left: -1%;
}
.intro-solution-back img:nth-child(2) {
  top: 5%;
  right: -1%;
}
.intro-solution-back img:nth-child(3) {
  bottom: 3%;
  left: -1%;
}
.intro-solution-back img:nth-child(4) {
  bottom: 0;
  right: -1%;
}
@media all and (min-width: 650px) {
  .intro-worries-block {
    padding: 0 20px clamp(40px, 25px + 3vw, 80px);
  }
  .intro-worries-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(40px, 20px + 3vw, 70px);
  }
  .intro-worries-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .intro-worries-list-item p {
    font-size: clamp(1.6rem, 0.6rem + 1.5vw, 2.7rem);
    text-align: center;
  }
  .intro-solution-title h3 b {
    display: inline-block;
  }
}
@media all and (min-width: 1150px) {
  .intro .intro-solution {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .intro .intro-solution-back img {
    width: clamp(100px, 23vw + 15px, 460px);
  }
  .intro .intro-solution-back img:nth-child(1) {
    top: clamp(30px, 40vw - 500px, 100px);
  }
  .intro .intro-solution-back img:nth-child(2) {
    top: clamp(40px, 32vw - 300px, 160px);
  }
  .intro .intro-solution-back img:nth-child(3) {
    bottom: clamp(70px, 32vw - 270px, 100px);
  }
  .intro .intro-solution-back img:nth-child(4) {
    bottom: clamp(0px, 40vw - 450px, 30px);
  }
}

.video {
  padding-top: clamp(80px, 30px + 7vw, 140px);
  padding-bottom: clamp(40px, -30px + 7vw, 80px);
}
.video video {
  cursor: pointer;
  display: block;
  width: 100%;
  height: auto;
  background: rgb(255, 255, 255);
}
@media (hover: hover) and (pointer: fine) {
  .video video:hover + span {
    opacity: 0.7;
  }
}
.video span {
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
  border-radius: 50%;
}
.video span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-43%, -50%);
          transform: translate(-43%, -50%);
  display: block;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid rgb(255, 255, 255);
  border-right: 0;
}

.cost {
  padding-top: clamp(60px, 30px + 5vw, 100px);
  padding-bottom: clamp(60px, 30px + 5vw, 100px);
}
.cost-table {
  background: rgb(255, 255, 255);
}
.cost-table-title {
  font-weight: 700;
  width: 100%;
  height: auto;
  padding: 0.5em 1em 0.7em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
  margin-bottom: 1em;
}
.cost-table-content {
  color: rgb(25, 24, 26);
  padding: 0 clamp(15px, -17px + 8vw, 80px);
}
.cost-table-content > span {
  font-weight: 500;
  font-size: clamp(1.4rem, 0.5rem + 2vw, 2rem);
  padding: 0.3em 1em 0.3em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1em;
  display: block;
  border: 1px solid rgb(25, 24, 26);
}
.cost-table-content table {
  width: 100%;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.cost-table-content table tr td {
  height: 52px;
}
.cost-table-content table tr:last-child td {
  height: 70px;
}
.cost-table-content table tr:not(:first-child) td {
  border-top: 1px solid rgb(186, 186, 186);
}
.cost-table-content table tr:not(:first-child) td + .is-cloud {
  border-top: 1px solid rgb(247, 178, 184);
  width: 50%;
}
.cost-table-content table td,
.cost-table-content table th {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
}
.cost-table-content table th {
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-size: clamp(1.4rem, 1rem + 1vw, 2rem);
  position: relative;
}
.cost-table-content table th span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
.cost-table-content table th span::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 7px solid rgb(25, 24, 26);
  border-bottom: 0;
}
.cost-table-content table th + .is-simple {
  background: rgb(25, 24, 26);
  width: 50%;
}
.cost-table-content table th + .is-cloud {
  background: rgb(230, 0, 18);
  width: 50%;
}
.cost-table-content table th + .is-cloud span::before {
  border-top: 7px solid rgb(230, 0, 18);
}
.cost-table-content table td {
  font-size: clamp(1.2rem, 0.8rem + 1.4vw, 2.2rem);
  text-align: center;
}
.cost-table-content table td:first-child {
  font-size: clamp(1.2rem, 0.8rem + 1vw, 1.8rem);
  text-align: left;
  min-width: clamp(76px, -10px + 20vw, 250px);
  font-weight: 500;
}
.cost-table-content table td b {
  font-size: clamp(1.6rem, 0.9rem + 2vw, 2.8rem);
}
.cost-table-content table td + .is-cloud {
  color: rgb(230, 0, 18);
}
.cost-table-content table .result td {
  background: rgb(235, 235, 235);
}
.cost-table-content table .result td + .is-cloud {
  background: rgb(255, 233, 235);
}
.cost-table-content table .result td:not(:first-child) {
  font-weight: 700;
}
.cost-table-content table .result td b {
  font-size: clamp(2.2rem, 0.8rem + 3vw, 4rem);
}
.cost-result {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(2rem, 0.8rem + 3vw, 4rem);
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  padding: 1.2em 0 1.4em;
}
.cost-result b {
  font-size: clamp(2.6rem, 1.4rem + 3vw, 5rem);
  position: relative;
  z-index: 1;
  display: inline-block;
}
.cost-result b::before {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  bottom: -0.2em;
  left: 0;
  width: 100%;
  height: 0.3em;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
}
@media all and (min-width: 480px) {
  .cost-table-content table th,
  .cost-table-content table td {
    padding: 1em;
  }
}
@media all and (min-width: 900px) {
  .cost-table-title {
    margin-bottom: 1.5em;
  }
  .cost-table-content > span {
    margin: 0 auto 1.5em;
  }
  .cost-result {
    padding: 1.3em 0 1.6em;
  }
}

.reason {
  padding-top: clamp(60px, 30px + 5vw, 100px);
  padding-bottom: clamp(60px, 30px + 5vw, 100px);
}
.reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(30px, 10px + 6vw, 80px) 0;
}
.reason-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason-list-item-textarea {
  text-align: center;
}
.reason-list-item-textarea span {
  display: block;
  margin: clamp(13px, 5px + 2vw, 30px) auto;
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 24, 26, 0)), color-stop(20%, rgb(181, 10, 20)), color-stop(50%, rgb(230, 0, 18)), color-stop(80%, rgb(181, 10, 20)), to(rgba(25, 24, 26, 0)));
  background: linear-gradient(to right, rgba(25, 24, 26, 0) 0%, rgb(181, 10, 20) 20%, rgb(230, 0, 18) 50%, rgb(181, 10, 20) 80%, rgba(25, 24, 26, 0) 100%);
}
.reason-list-item-textarea img {
  width: clamp(39px, 9px + 8vw, 90px);
  height: auto;
  display: block;
  margin: 0 auto -2%;
  z-index: -1;
}
.reason-list-item-title {
  font-size: clamp(1.8rem, 0.6rem + 3vw, 3.6rem);
  font-weight: 700;
}
.reason-list-item-text {
  font-size: clamp(1.2rem, 0.8rem + 1.4vw, 2.2rem);
}
.reason-list-item-imgarea {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100vw;
  height: auto;
}
.reason-list-item-imgarea img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 900px) {
  .reason-list {
    gap: 60px;
  }
  .reason-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reason-list-item-textarea {
    margin-left: clamp(20px, -140px + 18vw, 160px);
    text-align: left;
    max-width: 570px;
  }
  .reason-list-item-textarea span {
    background: -webkit-gradient(linear, left top, right top, color-stop(3%, rgb(181, 10, 20)), color-stop(28%, rgb(230, 0, 18)), color-stop(62%, rgb(181, 10, 20)), to(rgba(25, 24, 26, 0)));
    background: linear-gradient(to right, rgb(181, 10, 20) 3%, rgb(230, 0, 18) 28%, rgb(181, 10, 20) 62%, rgba(25, 24, 26, 0) 100%);
    margin: clamp(13px, 5px + 2vw, 30px) 0;
  }
  .reason-list-item-textarea img {
    width: clamp(39px, 9px + 6vw, 90px);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
  }
  .reason-list-item-title {
    font-size: clamp(1.8rem, 0.5rem + 2vw, 3.6rem);
  }
  .reason-list-item-text {
    font-size: clamp(1.2rem, 0.8rem + 0.9vw, 2rem);
  }
  .reason-list-item-imgarea {
    z-index: -1;
    left: initial;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 45%;
    min-width: 400px;
  }
  .reason-list-item-imgarea img {
    -webkit-transform: scale(1.3) translateX(-1%);
            transform: scale(1.3) translateX(-1%);
  }
}

.product {
  padding-bottom: clamp(60px, 30px + 5vw, 100px);
}
.product-list {
  padding: clamp(30px, 10px + 6vw, 80px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
.product-list-item {
  width: 100%;
}
.product-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-img > img {
  width: 100%;
  height: clamp(360px, 250px + 49vw, 780px);
  -o-object-fit: cover;
     object-fit: cover;
}
.product-img::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
}
.product-img-textarea {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: clamp(40px, 20px + 3.5vw, 50px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.product-img-textarea p {
  font-size: clamp(1.4rem, 1rem + 1vw, 2rem);
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
  height: 100%;
  padding: 0.85em 0.5em 0.85em;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-img-textarea p span {
  font-size: clamp(1.2rem, 0.8rem + 1vw, 1.8rem);
}
.product-img-textarea img {
  width: auto;
  height: 100%;
}
.product-content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 3px;
  font-size: clamp(1.4rem, 1rem + 1vw, 2rem);
}
.product-content-head-type {
  font-weight: 500;
  opacity: 0.8;
}
.product-content-head span {
  display: block;
  margin: clamp(13px, 5px + 2vw, 20px) auto;
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 24, 26, 0)), color-stop(20%, rgb(181, 10, 20)), color-stop(50%, rgb(230, 0, 18)), color-stop(80%, rgb(181, 10, 20)), to(rgba(25, 24, 26, 0)));
  background: linear-gradient(to right, rgba(25, 24, 26, 0) 0%, rgb(181, 10, 20) 20%, rgb(230, 0, 18) 50%, rgb(181, 10, 20) 80%, rgba(25, 24, 26, 0) 100%);
}
.product-content-head img {
  width: auto;
  height: clamp(25px, 18px + 2vw, 40px);
}
.product-content-head-text {
  margin: 1.2em auto;
}
.product-content-info {
  padding-bottom: clamp(20px, -10px + 10vw, 60px);
  max-width: 520px;
  margin: 0 auto;
}
.product-content-info-function > div {
  margin-bottom: 10px;
}
.product-content-info-icon {
  background: rgb(255, 255, 255);
  width: 100%;
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.product-content-info-icon img {
  height: clamp(70px, 40px + 10vw, 100px);
  width: auto;
}
.product-content a {
  margin: 0 auto;
}
.product-common {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.product-common-function-title {
  text-align: center;
  font-weight: 500;
}
.product-common-function-title span {
  font-size: clamp(1.6rem, 0.6rem + 2.5vw, 2.2rem);
}
.product-common-function-title p {
  font-size: clamp(2.4rem, 0.6rem + 4vw, 3.6rem);
  margin-bottom: 1.1em;
}
.product-common-function-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 520px;
  margin: 0 auto;
}
.product-common-function-list li {
  width: 100%;
  margin-bottom: -1px;
}
.product-common-flow, .product-common-app {
  padding: 0 clamp(20px, 10vw - 25px, 75px);
  padding-bottom: clamp(30px, 10vw - 25px, 75px);
  background: rgb(67, 65, 69);
}
.product-common-flow::after, .product-common-app::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
  z-index: 0;
}
.product-common-flow-content, .product-common-app-content {
  padding: 20px 0 0;
}
.product-common-flow-title, .product-common-app-title {
  z-index: 1;
}
.product-common-flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 5px + 5vw, 40px);
}
.product-common-flow .flow-list {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: clamp(1.4rem, 1rem + 1vw, 2.2rem);
  font-weight: 500;
  padding: 10px 0;
}
.product-common-flow .flow-list img {
  width: 95%;
  margin-bottom: -4px;
}
.product-common-flow .flow-line {
  z-index: 0;
  width: 100%;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.5);
}
.product-common-flow .flow-cloud {
  position: absolute;
  right: clamp(0px, -43px + 14vw, 65px);
  top: calc(50% - 30px);
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
}
.product-common-flow .flow-cloud img {
  width: clamp(170px, 120px + 12vw, 342px);
}
.product-common-flow .flow-arrow {
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.product-common-flow .flow-arrow img {
  width: 40px;
  height: auto;
}
.product-common-flow-annotation {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
}
.product-common-app-content {
  max-width: 500px;
  margin: 0 auto;
  padding-top: clamp(30px, 10vw - 25px, 75px);
}
.product-common-app-content .app-2col {
  padding-bottom: clamp(30px, 10vw - 25px, 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-common-app-content .app-2col > img {
  position: absolute;
  right: clamp(-20px, -45px + 4vw, 50px);
  top: -15px;
  display: block;
  width: clamp(95px, 67px + 18vw, 160px);
  height: auto;
}
.product-common-app-content .app-2col-title {
  font-size: clamp(1.6rem, 0.6rem + 2.5vw, 2.6rem);
  margin-bottom: 0.8em;
  display: block;
}
.product-common-app-content .app-2col-title span {
  display: inline-block;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(25, 24, 26)), to(rgb(25, 24, 26)));
  background-image: linear-gradient(rgb(25, 24, 26) 0%, rgb(25, 24, 26) 100%);
  z-index: 1;
  padding: 0.1em 0.3em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.product-common-app-content .app-2col-list {
  margin-bottom: 25px;
}
.product-common-app-content .app-2col-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  font-size: clamp(1.4rem, 1rem + 0.7vw, 2rem);
}
.product-common-app-content .app-2col-list-item-checkmark {
  min-width: 15px;
  min-height: 15px;
  max-width: 15px;
  max-height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(25, 24, 26);
  top: 0.4em;
}
.product-common-app-content .app-2col-list-item-checkmark img {
  position: absolute;
  top: 36%;
  left: 52%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 23px;
  height: auto;
}
.product-common-app-content .app-2col-annotation {
  margin-bottom: 25px;
}
.product-common-app .app-function-title {
  font-size: clamp(1.6rem, 0.8rem + 1vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 0.6em;
}
.product-common-app .app-function-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
}
.product-50 {
  padding-top: clamp(60px, 30px + 5vw, 100px);
  padding-bottom: clamp(60px, 30px + 5vw, 100px);
  max-width: 420px;
  margin: 0 auto;
}
.product-50-title {
  text-align: center;
}
.product-50-title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-50-title p {
  display: block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  z-index: 1;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0.1em 0.5em;
  font-size: clamp(1.4rem, 0.8rem + 1vw, 2rem);
}
.product-50-title span {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 255, 255);
  z-index: -1;
}
.product-50-title b {
  font-size: clamp(2rem, 0.6rem + 1.9vw, 3.1rem);
  padding: 0.9em 0 1.2em;
  display: block;
}
.product-50-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.product-50-content > img {
  width: 100%;
  height: clamp(320px, 250px + 49vw, 420px);
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.product-50-content-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
}
.product-50-content-marker {
  display: block;
  font-size: clamp(1.2rem, 0.7rem + 1vw, 1.8rem);
  font-weight: 700;
  padding: 0.2em 0.5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.product-50-content-type {
  opacity: 0.8;
  font-size: clamp(1.2rem, 0.7rem + 1vw, 1.8rem);
}
.product-50-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.product-50-content-title span {
  display: block;
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 24, 26, 0)), color-stop(20%, rgb(181, 10, 20)), color-stop(50%, rgb(230, 0, 18)), color-stop(80%, rgb(181, 10, 20)), to(rgba(25, 24, 26, 0)));
  background: linear-gradient(to right, rgba(25, 24, 26, 0) 0%, rgb(181, 10, 20) 20%, rgb(230, 0, 18) 50%, rgb(181, 10, 20) 80%, rgba(25, 24, 26, 0) 100%);
}
.product-50-content-title img {
  width: auto;
  height: clamp(25px, 18px + 2vw, 33px);
}
.product-50-content-function {
  font-size: clamp(1.2rem, 0.6rem + 2vw, 1.6rem);
  text-align: center;
}
.product-50-content-function p {
  margin-bottom: 0.2em;
}
.product-50-content-icon {
  background: rgb(255, 255, 255);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  margin-bottom: 5px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.product-50-content-icon img {
  height: 100%;
  width: auto;
}
.product-50-annotation {
  text-align: right;
  margin-top: 2em;
}
.product-50 a {
  margin: 0 auto;
  width: 100%;
}
@media all and (min-width: 480px) {
  .product-50-content-icon {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 650px) {
  .product-common-flow .flow-list img {
    max-width: 494px;
  }
  .product-common-flow .flow-cloud {
    right: calc(38% - 120px);
  }
  .product-common-app-content .app-2col > img {
    right: clamp(-30px, -45px + 1vw, 70px);
  }
}
@media all and (min-width: 900px) {
  .product-common-function-list {
    max-width: none;
  }
  .product-common-function-list li {
    width: 50%;
  }
  .product-common-function-list li:nth-child(even) {
    margin-left: -1px;
  }
  .product-common-flow-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  .product-common-flow .flow-line {
    z-index: 0;
    width: 0;
    height: clamp(260px, 110px + 16vw, 423px);
    border-left: 2px dashed rgba(255, 255, 255, 0.5);
  }
  .product-common-flow .flow-list {
    font-size: clamp(1.4rem, 0.5rem + 1vw, 2.2rem);
    padding: 0;
  }
  .product-common-flow .flow-list img {
    margin-bottom: 0;
  }
  .product-common-flow .flow-arrow {
    top: calc(40% + 5px);
  }
  .product-common-flow .flow-arrow img {
    width: clamp(60px, 40px + 4vw, 120px);
  }
  .product-common-flow .flow-cloud {
    position: absolute;
    right: 0;
    top: 14%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
  }
  .product-common-flow .flow-cloud img {
    width: clamp(180px, 100px + 9vw, 252px);
  }
  .product-common-flow {
    padding: 0 clamp(20px, 5vw - 25px, 75px);
    padding-bottom: clamp(30px, 5vw - 25px, 75px);
  }
  .product-common-app-content {
    max-width: none;
  }
  .product-common-app-content .app-2col {
    width: 100%;
  }
  .product-common-app-content .app-2col > img {
    position: relative;
    right: 0;
    width: clamp(270px, 52vw - 190px, 400px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    display: block;
  }
  .product-50 {
    max-width: 769px;
  }
  .product-50-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .product-50-content > img {
    width: 450px;
    height: 450px;
  }
  .product-50-content-textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    width: 50%;
  }
  .product-50-content-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-50-content-title span {
    height: 60px;
    width: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 24, 26, 0)), color-stop(20%, rgb(181, 10, 20)), color-stop(50%, rgb(230, 0, 18)), color-stop(80%, rgb(181, 10, 20)), to(rgba(25, 24, 26, 0)));
    background: linear-gradient(to bottom, rgba(25, 24, 26, 0) 0%, rgb(181, 10, 20) 20%, rgb(230, 0, 18) 50%, rgb(181, 10, 20) 80%, rgba(25, 24, 26, 0) 100%);
  }
  .product-50-content-function {
    text-align: left;
  }
  .product-50-content-function p {
    padding-left: 0.7em;
    position: relative;
  }
  .product-50-content-function p::after {
    content: "";
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    left: 0;
    width: 8px;
    height: 8px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
  }
}
@media all and (min-width: 1150px) {
  .product-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
  .product-list-item {
    width: 50%;
  }
  .product-img {
    margin-bottom: 20px;
  }
  .product-img > img {
    width: 100%;
    height: clamp(450px, 150px + 26vw, 610px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-content-head {
    font-size: clamp(1.4rem, 1rem + 0.7vw, 2rem);
  }
  .product-content-head-text {
    height: 3.25em;
  }
  .product-common-function-list li {
    width: 33.3333%;
  }
  .product-common-function-list li:nth-child(even) {
    margin-left: 0;
  }
  .product-common-function-list li:not(:nth-child(3n-2)) {
    margin-left: -1px;
  }
  .product-common-flow, .product-common-app {
    padding: 0 clamp(20px, 10vw - 25px, 75px);
    padding-bottom: clamp(30px, 10vw - 25px, 75px);
  }
  .product-common-app-content .app-2col {
    max-width: 1100px;
    margin: 0 auto;
  }
  .product-common-app-content .app-2col > img {
    padding-top: 50px;
    width: calc(65% - 160px);
  }
}

.maintenance {
  padding-bottom: clamp(100px, 70px + 5vw, 140px);
}
.maintenance-head {
  margin-bottom: clamp(40px, 5vw - 25px, 75px);
}
.maintenance-content {
  background: rgb(255, 255, 255);
}
.maintenance-content-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: clamp(68px, 20px + 3.5vw, 80px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.maintenance-content-title p {
  font-size: clamp(1.4rem, 1rem + 1vw, 2rem);
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
  height: 100%;
  padding: 0.85em 0.5em 0.85em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.maintenance-content-title p span {
  font-size: clamp(1.2rem, 0.8rem + 1vw, 1.8rem);
}
.maintenance-content-title img {
  display: none;
  width: auto;
  height: 100%;
}
.maintenance-content-textarea {
  padding: 25px clamp(20px, 10vw - 25px, 75px) clamp(20px, 10vw - 25px, 75px);
  font-size: clamp(1.4rem, 1rem + 1vw, 2rem);
}
.maintenance-content-textarea > img {
  width: 100px;
  margin: 0 auto 20px;
  display: block;
  height: auto;
}
.maintenance-content-text {
  color: rgb(25, 24, 26);
  margin-bottom: 20px;
}
.maintenance-content .comparison-flow {
  width: 100%;
  border: 1px solid rgb(230, 0, 18);
  font-size: clamp(1rem, 0.6rem + 1vw, 1.8rem);
  text-align: center;
  line-height: 1.35;
  background: rgb(255, 233, 235);
}
.maintenance-content .comparison-flow:first-child {
  margin-bottom: 15px;
}
.maintenance-content .comparison-flow-text {
  padding: 0.7em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(230, 0, 18);
  font-weight: 700;
}
.maintenance-content .comparison-flow-text p {
  width: 33.333%;
}
.maintenance-content .comparison-flow.is-general {
  background: none;
  border: 1px solid rgb(25, 24, 26);
}
.maintenance-content .comparison-flow.is-general .comparison-flow-text {
  background: rgb(25, 24, 26);
  font-weight: 500;
}
.maintenance-content .comparison-flow-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maintenance-content .comparison-flow-img-illust {
  width: 33.333%;
  height: auto;
}
.maintenance-content .comparison-flow-img-illust img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 240px;
}
.maintenance-content .comparison-flow-img-line {
  position: relative;
  z-index: 1;
  width: 0;
  height: calc(34vw - 30px);
  max-height: 240px;
  border-left: 2px dashed rgba(25, 24, 26, 0.25);
}
.maintenance-content .comparison-flow-img-line img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: clamp(10px, -1px + 3vw, 18px);
  height: auto;
}
.maintenance-content .comparison-flow-img-bubble {
  width: calc(25px + 8vw);
  min-width: 70px;
  position: absolute;
  right: clamp(-20px, -35px + 10vw, 30px);
  top: 2%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.maintenance-content .comparison-flow.is-general .comparison-flow-img-bubble {
  top: clamp(2px, 15vw - 48px, 50px);
}
@media all and (min-width: 650px) {
  .maintenance .comparison-flow-img-bubble {
    width: 100px;
    top: 3%;
    right: 2%;
  }
  .maintenance .comparison-flow.is-general .comparison-flow-img-bubble {
    top: 8%;
    right: 5%;
  }
}
@media all and (min-width: 900px) {
  .maintenance-content::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
    background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
    z-index: 0;
  }
  .maintenance-content-textarea > img {
    position: absolute;
    right: 23px;
    top: -50px;
  }
  .maintenance-content-title {
    z-index: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
  }
  .maintenance-content-title p {
    font-size: 2.1rem;
    padding: 0 0.5em 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .maintenance-content-title img {
    display: block;
  }
  .maintenance .comparison-flow.is-general .comparison-flow-img-bubble {
    top: 8%;
    right: calc(-15px + 3vw);
  }
  .maintenance .comparison-flow-img-line img {
    width: clamp(60px, 35px + 5vw, 130px);
    left: calc(50% - 5px);
  }
}
@media all and (min-width: 1150px) {
  .maintenance .comparison-flow-img-bubble {
    width: 120px;
    right: clamp(10px, 10vw - 71px, 90px);
  }
  .maintenance .comparison-flow.is-general .comparison-flow-img-bubble {
    top: 8%;
    right: clamp(10px, 10vw - 71px, 90px);
  }
}

.contribution {
  padding-top: clamp(60px, 30px + 5vw, 100px);
  padding-bottom: clamp(60px, 30px + 5vw, 100px);
}
.contribution-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  font-size: clamp(2rem, 0.6rem + 1.9vw, 3.1rem);
}
.contribution-title b {
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
  display: inline-block;
  margin: 0.2em auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.1;
  padding: 0.1em 0.2em 0.2em;
  font-size: clamp(2.8rem, 1.5rem + 1.9vw, 4rem);
}
.contribution-img {
  width: 100vw;
  max-width: 1500px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contribution-img p {
  width: 28%;
  position: relative;
}
.contribution-img p::after {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 105%;
  height: 15%;
  opacity: 0.5;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  border-radius: 50%;
  background: rgb(255, 255, 255);
}
.contribution-img p img {
  z-index: 1;
  width: 100%;
  height: auto;
}
.contribution-img p:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 38%;
  z-index: 2;
}
.contribution-img p:nth-child(2) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  z-index: 1;
}
.contribution-img p:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 1;
}

.voice {
  padding-top: clamp(60px, 30px + 5vw, 100px);
  padding-bottom: clamp(60px, 30px + 5vw, 100px);
}
.voice .swiper-slide {
  color: rgb(25, 24, 26);
  border-radius: 10px;
  background: rgb(255, 255, 255);
  padding: clamp(20px, 5px + 6vw, 65px);
  padding-top: clamp(20px, 5px + 5vw, 50px);
  cursor: -webkit-grab;
  cursor: grab;
}
.voice .slide-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(15px, 10px + 2vw, 35px);
}
.voice .slide-head-textarea {
  margin-left: 1em;
}
.voice .slide-head-product {
  color: rgb(230, 0, 18);
}
.voice .slide-head-product span {
  display: block;
  font-weight: 500;
}
.voice .slide-head-product b {
  font-weight: 700;
  font-size: clamp(2rem, 1.2rem + 2.5vw, 4.4rem);
}
.voice .slide-head img {
  width: clamp(50px, 12vw + 15px, 160px);
}
.voice .slide-head-company {
  font-weight: 700;
}
.voice .swiper-button-prev,
.voice .swiper-button-next {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(230, 0, 18)), color-stop(90%, rgb(181, 10, 20)));
  background: linear-gradient(to right, rgb(230, 0, 18) 22%, rgb(181, 10, 20) 90%);
  border-radius: 50%;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(25, 24, 26, 0.5));
          filter: drop-shadow(1px 1px 3px rgba(25, 24, 26, 0.5));
}
.voice .swiper-button-prev::after,
.voice .swiper-button-next::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
}
.voice .swiper-button-prev {
  left: -15px !important;
}
.voice .swiper-button-prev::after {
  top: 55%;
  left: 42%;
  border-bottom: 2px solid rgb(255, 255, 255);
  border-left: 2px solid rgb(255, 255, 255);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}
.voice .swiper-button-next {
  right: -15px !important;
}
.voice .swiper-button-next::after {
  top: 55%;
  right: 42%;
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}
.voice .swiper-pagination {
  bottom: 0;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
}
.voice .swiper-pagination-bullet {
  background: rgb(255, 255, 255);
}
@media all and (min-width: 480px) {
  .voice .swiper-button-next {
    right: 0 !important;
  }
  .voice .swiper-button-prev {
    left: 0 !important;
  }
}
@media all and (min-width: 900px) {
  .voice .swiper-button-prev,
  .voice .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
@media all and (min-width: 1150px) {
  .voice .swiper-button-next {
    right: 20% !important;
  }
  .voice .swiper-button-prev {
    left: 20% !important;
  }
}

.media {
  padding-top: clamp(60px, 30px + 5vw, 100px);
  padding-bottom: clamp(60px, 30px + 5vw, 100px);
}
.media-list {
  font-size: clamp(1.6rem, 0.8rem + 1.4vw, 2rem);
  font-weight: 700;
  color: rgb(25, 24, 26);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.35;
}
.media-list-item:not(:last-child) {
  margin-bottom: clamp(15px, 5px + 2vw, 40px);
}
.media-list a {
  min-height: 87px;
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.8em 1em;
}
.media-list a p {
  width: 100%;
}
.media-list a img {
  min-width: clamp(70px, 50px + 5vw, 100px);
  max-width: clamp(70px, 50px + 5vw, 100px);
}
@media all and (min-width: 650px) {
  .media-list a {
    min-height: 106px;
    padding: 0.8em 5%;
  }
}

.faq {
  padding-top: clamp(60px, 30px + 5vw, 100px);
  padding-bottom: clamp(60px, 30px + 5vw, 100px);
}
.faq-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq-list-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  gap: 10px;
  padding: 40px 0 35px;
  cursor: pointer;
}
.faq-question.open span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-question b {
  padding-bottom: 0.5em;
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  font-size: clamp(2.4rem, 1.6rem + 2vw, 3.5rem);
}
.faq-question p {
  min-height: 2em;
  width: 100%;
  font-size: clamp(1.6rem, 0.6rem + 1.5vw, 2.6rem);
}
.faq-question span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 23px;
  max-width: 23px;
  min-height: 23px;
  max-height: 23px;
  border: 1px solid rgb(255, 255, 255);
  position: relative;
  display: block;
  border-radius: 50%;
}
.faq-question span::after {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 25%;
  left: 56%;
  border-bottom: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}
.faq-answer {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-answer.open {
  visibility: visible;
  opacity: 1;
  max-height: 100vh;
  padding: 1px 0 45px;
}
.faq-answer b {
  padding-bottom: 0.25em;
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  color: rgb(230, 0, 18);
  font-size: clamp(2.4rem, 1.6rem + 2vw, 3.5rem);
}
.faq-answer p {
  font-size: clamp(1.4rem, 0.6rem + 1vw, 2rem);
}
.faq-answer p span {
  margin-top: 1em;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.faq-answer p span::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media all and (min-width: 650px) {
  .faq {
    width: 85vw;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media all and (min-width: 900px) {
  .faq-question b, .faq-answer b {
    min-width: 50px;
    max-width: 50px;
  }
}
/*# sourceMappingURL=style.css.map */