@charset "UTF-8";
/*-----------------------
reset
-----------------------*/
*:focus {
  outline: none;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

:where(body) {
  line-height: 1.5;
}

address {
  font-style: inherit;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img) {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

:where(ul, ol) {
  list-style: none;
}

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

:where(summary) {
  display: list-item;
}

:where(a) {
  border: none;
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2ex;
}

:where(a:link, a:active, a:visited, a:hover) {
  color: inherit;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  word-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem); /* 見出しの行の高さを減らす */
}

:where(p) {
  margin: 0;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

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

:where(caption, th, td) {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

/*color*/
/*mediaquery*/
/*mixin*/
/* function */
/*-----------------------
base
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  margin-top: 0 !important;
}

body {
  position: relative;
  color: #3F3A34;
  font-size: clamp(1.4rem, 1.5609756098vw, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/*-----------------------
tag
-----------------------*/
section {
  margin: min(11.6071428571vw, 13rem) 0;
}

img {
  height: auto;
  max-width: 100%;
}

:where(a) {
  color: inherit;
  transition: 0.3s;
}

blockquote {
  font-size: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

h2 {
  margin-bottom: 1em;
  font-size: clamp(1.4rem, 4.8780487805vw, 5rem);
  font-weight: 500;
  line-height: 1.44;
}

h3 {
  font-size: clamp(1.4rem, 3.3170731707vw, 3.4rem);
  font-weight: 500;
  line-height: 1.5;
}

table {
  width: 100%;
}
table th, table td {
  padding: 0.875em 0.625em;
  border-bottom: 1px solid #EAECF0;
  vertical-align: middle;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.6;
}
table th {
  width: 9.375em;
  border-bottom: 1px solid #506AB0;
}
/*-----------------------
common
-----------------------*/
.inner {
  width: 92%;
  max-width: 1120px;
  margin: 0 auto;
}

/* Top */
.mT10 {
  margin-top: 1rem;
}

.mT20 {
  margin-top: 2rem;
}

.mT30 {
  margin-top: 3rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT50 {
  margin-top: 5rem;
}

.mT60 {
  margin-top: 6rem;
}

.mT70 {
  margin-top: 7rem;
}

.mT80 {
  margin-top: 8rem;
}

.mT90 {
  margin-top: 9rem;
}

.mT100 {
  margin-top: 10rem;
}

.mT110 {
  margin-top: 11rem;
}

.mT120 {
  margin-top: 12rem;
}

.mT130 {
  margin-top: 13rem;
}

.mT140 {
  margin-top: 14rem;
}

.mT150 {
  margin-top: 15rem;
}

.mT160 {
  margin-top: 16rem;
}

.mT170 {
  margin-top: 17rem;
}

.mT180 {
  margin-top: 18rem;
}

.mT190 {
  margin-top: 19rem;
}

.mT200 {
  margin-top: 20rem;
}

/* Bottom */
.mB10 {
  margin-bottom: 1rem;
}

.mB20 {
  margin-bottom: 2rem;
}

.mB30 {
  margin-bottom: 3rem;
}

.mB40 {
  margin-bottom: 4rem;
}

.mB50 {
  margin-bottom: 5rem;
}

.mB60 {
  margin-bottom: 6rem;
}

.mB70 {
  margin-bottom: 7rem;
}

.mB80 {
  margin-bottom: 8rem;
}

.mB90 {
  margin-bottom: 9rem;
}

.mB100 {
  margin-bottom: 10rem;
}

.mB110 {
  margin-bottom: 11rem;
}

.mB120 {
  margin-bottom: 12rem;
}

.mB130 {
  margin-bottom: 13rem;
}

.mB140 {
  margin-bottom: 14rem;
}

.mB150 {
  margin-bottom: 15rem;
}

.mB160 {
  margin-bottom: 16rem;
}

.mB170 {
  margin-bottom: 17rem;
}

.mB180 {
  margin-bottom: 18rem;
}

.mB190 {
  margin-bottom: 19rem;
}

.mB200 {
  margin-bottom: 20rem;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.flex {
  display: flex;
}

.float--L {
  float: left;
}

.float--R {
  float: right;
}

/* font */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.en {
  font-family: "Roboto", sans-serif;
}

.txt--white {
  color: #fff;
}

.txt--accent {
  color: #506AB0;
}

.marker {
  text-decoration: underline;
  text-underline-offset: 0;
  text-decoration-thickness: 0.25em;
  -webkit-text-decoration-color: #FFF100;
          text-decoration-color: #FFF100;
}

:root {
  --btn-color: #fff;
  --btn-color-txt: #242424;
  --btn-color-hover: #242424;
  --btn-color-txt-hover: #fff;
}

.btn--right {
  text-align: right;
  position: relative;
  z-index: 5;
}
.btn--left {
  text-align: left;
  position: relative;
  z-index: 5;
}
.btn--center {
  text-align: center;
  position: relative;
  z-index: 5;
}

.btn {
  min-width: 39rem;
  max-width: 100%;
  min-height: 3.7em;
  padding: 0.5em 3.75em;
  background: #506AB0;
  color: #fff;
  border: 2px solid #506AB0;
  border-radius: 1.5rem;
  font-size: clamp(1.4rem, 1.9512195122vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.btn::before, .btn::after {
  transition: 0.3s;
}
.btn .btn__icon {
  width: 1.1em;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 2.25em;
  z-index: 5;
  translate: 0 -50%;
}
.btn .btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.btn .btn__arrow {
  width: 0.5em;
  aspect-ratio: 10/16;
  position: absolute;
  top: 50%;
  right: 2.25em;
  z-index: 5;
  translate: 0 -50%;
}
.btn .btn__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.btn:hover {
  background: #fff;
  color: #506AB0;
  opacity: 1;
}

.btn--w100 {
  width: 100%;
}

.btn--non-min {
  min-width: auto;
}

.btn--large {
  min-width: 63.4rem;
  min-height: 4.3em;
  padding: 0.5em 2.7em;
  border-width: 3px;
  font-size: clamp(1.4rem, 3.3170731707vw, 3.4rem);
}
.btn--large .btn__arrow {
  right: 2.64em;
}

.btn--download {
  min-width: 63.4rem;
  min-height: 5.25em;
  padding: 0.5em 3.85em;
  padding-left: 4.82em;
  border-width: 3px;
  background: #fff;
  color: #506AB0;
  font-size: clamp(1.4rem, 2.7317073171vw, 2.8rem);
}
.btn--download .download__img {
  width: 3.3em;
  position: absolute;
  top: 50%;
  left: 1em;
  translate: 0 -50%;
}
.btn--download .download__logo {
  height: 1.53em;
  transition: 0.3s;
}
.btn--download .btn__icon {
  width: 1.5em;
  right: 1.5em;
}
.btn--download:hover {
  background: #506AB0;
  color: #fff;
}
.btn--download:hover .download__logo {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0) invert(1);
}

.btn--square {
  border-radius: 0;
}

:where(.btn--wrap) {
  container-type: inline-size;
  container-type: inline-size;
}
@container (max-width: 390px) {
  :where(.btn--wrap) .btn {
    width: 100%;
    min-width: auto;
  }
}
@container (max-width: 634px) {
  :where(.btn--wrap) .btn--large, :where(.btn--wrap) .btn--download {
    width: 100%;
    min-width: auto;
  }
}

.link-line {
  padding-bottom: 0.3rem;
  will-change: background-size;
  background: linear-gradient(transparent 0%, blue 0%) no-repeat right bottom;
  background-size: 0 1px;
  transition: background-size 0.3s cubic-bezier(0.4, 0, 0, 1) 0s;
}
:where(a) {
  transition: 0.3s;
}

.link-blue {
  transition: 0.3s;
}

:where(a) {
  transition: 0.3s;
}

.list {
  padding-left: 1em;
}
.list:where(:not(:last-child)) {
  margin-bottom: 1.4em;
}
.list > li {
  display: list-item;
}
.list > li:where(:not(:last-child)) {
  margin-bottom: 1.4em;
}
.list--dot > li {
  list-style-type: "・";
}
.list--order > li {
  list-style-type: decimal;
}
.list--tree > li {
  margin-bottom: 0;
  list-style-type: "├";
}
.list--tree > li:last-child {
  list-style-type: "└";
}

.slide-in {
  transition: 0.7s;
  opacity: 0;
  transform: translate(-10rem, 0);
}
.slide-in.anime-on {
  opacity: 1;
}
.slide-in.anime-on {
  transform: translate(0, 0);
}

.slide-in__wrap .slide-unit {
  transform: translate(-10rem, 0);
}
.slide-in__wrap.anime-on .slide-unit {
  transform: translate(0, 0);
}
.slide-in__wrap .slide-unit {
  transition: 0.7s;
}
.slide-in__wrap .slide-unit:nth-child(1) {
  transition-delay: 0s;
}
.slide-in__wrap .slide-unit:nth-child(2) {
  transition-delay: 0.2s;
}
.slide-in__wrap .slide-unit:nth-child(3) {
  transition-delay: 0.4s;
}
.slide-in__wrap .slide-unit:nth-child(4) {
  transition-delay: 0.6s;
}
.slide-in__wrap .slide-unit:nth-child(5) {
  transition-delay: 0.8s;
}
.slide-in__wrap .slide-unit:nth-child(6) {
  transition-delay: 1s;
}

.slide-in-clip {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: -webkit-clip-path 0.3s linear 0.7s;
  transition: clip-path 0.3s linear 0.7s;
  transition: clip-path 0.3s linear 0.7s, -webkit-clip-path 0.3s linear 0.7s;
}
.slide-in-clip.anime-on {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.slide-in-clip__wrap .slide-unit {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: -webkit-clip-path 0.3s linear 0.7s;
  transition: clip-path 0.3s linear 0.7s;
  transition: clip-path 0.3s linear 0.7s, -webkit-clip-path 0.3s linear 0.7s;
}
.slide-in-clip__wrap.anime-on .slide-unit {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.slide-in-clip__wrap .slide-unit:nth-child(1) {
  transition-delay: 0s;
}
.slide-in-clip__wrap .slide-unit:nth-child(2) {
  transition-delay: 0.5s;
}
.slide-in-clip__wrap .slide-unit:nth-child(3) {
  transition-delay: 1s;
}
.slide-in-clip__wrap .slide-unit:nth-child(4) {
  transition-delay: 1.5s;
}
.slide-in-clip__wrap .slide-unit:nth-child(5) {
  transition-delay: 2s;
}
.slide-in-clip__wrap .slide-unit:nth-child(6) {
  transition-delay: 2.5s;
}

.fade-up {
  display: block;
  transition: 1s;
  opacity: 0;
  transform: translate(0, 100px);
}
.fade-up.anime-on {
  opacity: 1;
}
.fade-up.anime-on {
  transform: translate(0, 0);
}

.fade-up__wrap .fade-unit {
  opacity: 0;
}
.fade-up__wrap.anime-on .fade-unit {
  opacity: 1;
}
.fade-up__wrap .fade-unit {
  transform: translate(0, 100px);
}
.fade-up__wrap.anime-on .fade-unit {
  transform: translate(0, 0);
}
.fade-up__wrap .fade-unit {
  display: inline-block;
  transition: 1s;
}
.fade-up__wrap .fade-unit:nth-child(1) {
  transition-delay: 0s;
}
.fade-up__wrap .fade-unit:nth-child(2) {
  transition-delay: 0.5s;
}
.fade-up__wrap .fade-unit:nth-child(3) {
  transition-delay: 1s;
}
.fade-up__wrap .fade-unit:nth-child(4) {
  transition-delay: 1.5s;
}
.fade-up__wrap .fade-unit:nth-child(5) {
  transition-delay: 2s;
}
.fade-up__wrap .fade-unit:nth-child(6) {
  transition-delay: 2.5s;
}
.fade-up__wrap .fade-unit:nth-child(7) {
  transition-delay: 3s;
}
.fade-up__wrap .fade-unit:nth-child(8) {
  transition-delay: 3.5s;
}
.fade-up__wrap .fade-unit:nth-child(9) {
  transition-delay: 4s;
}
.fade-up__wrap .fade-unit:nth-child(10) {
  transition-delay: 4.5s;
}
.fade-up__wrap .fade-unit:nth-child(11) {
  transition-delay: 5s;
}

.svg-symbol {
  display: none;
}

:where(svg) {
  fill: currentColor;
  stroke: currentColor;
}

#header {
  width: 100%;
  padding: 2rem 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#header .inner {
  max-width: 162rem;
}
#header .contents--flex {
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.4rem, 1.5609756098vw, 1.6rem);
  line-height: 1.44;
}
.header__logo a {
  max-width: 25rem;
}

.footer {
  padding: min(3.5714285714vw, 4rem) 0 min(1.7857142857vw, 2rem);
  background: #D4D2CD;
  text-align: center;
}
.footer__logo {
  width: min(22.3214285714vw, 25rem);
  margin: 0 auto min(9.5535714286vw, 10.7rem);
}
.footer__nav {
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.footer__nav li:not(:last-child)::after {
  content: "｜";
  margin-left: 0.5em;
}
.footer__nav a:hover {
  opacity: 0.6;
}
.footer__copyright {
  margin-top: min(5.7142857143vw, 6.4rem);
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  list-style: 1.2;
}

#top {
  overflow-x: clip;
  overflow-y: visible;
  overflow-y: initial;
}

.fv {
  padding-top: 4.4791666667vw;
  padding-bottom: 2.7083333333vw;
  background: url(../img/fv.jpg) no-repeat right center/cover;
}
.fv .inner {
  width: 82.3%;
  max-width: 158rem;
  padding-left: 7.3958333333vw;
  position: relative;
}
.fv__title {
  margin-bottom: 1em;
  font-size: 3.125vw;
}
.fv__title .font--large {
  font-size: 3.90625vw;
}
.fv__logo {
  font-size: 1.25vw;
}
.fv__logo img {
  margin-top: 1rem;
  width: 20.8333333333vw;
}
.fv__balloon {
  padding: 0.58em;
  aspect-ratio: 1/1;
  background: #FFF100;
  border-radius: 50%;
  font-size: 1.25vw;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.25vw;
  right: 0;
}

.introduction {
  position: relative;
}
.introduction .inner {
  position: relative;
  z-index: 1;
}
.introduction__grid {
  display: grid;
  grid-template-columns: 18.0357142857% 1fr;
  align-items: center;
  -moz-column-gap: 8.9285714286%;
       column-gap: 8.9285714286%;
}
.introduction__back {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.bubbling {
  overflow-x: clip;
  overflow-y: visible;
  overflow-y: initial;
}
.bubbling .inner {
  max-width: 118.4rem;
}
.bubbling h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
.bubbling h2 .heading__icon {
  width: 1.6em;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.bubbling__grid {
  display: grid;
  grid-template-columns: 1fr 63.3445945946%;
  -moz-column-gap: 5.2364864865%;
       column-gap: 5.2364864865%;
  align-items: center;
}
.bubbling__img {
  aspect-ratio: 372/480;
  position: relative;
}
.bubbling__img img {
  width: calc(100% + (100vw - min(92vw, 118.4rem)) / 2);
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  position: absolute;
  top: 0;
  right: 0;
}
.bubbling__details {
  margin-top: min(4.4642857143vw, 5rem);
  padding: min(3.5714285714vw, 4rem) min(2.2321428571vw, 2.5rem);
  background: #EAECF0;
  border-radius: 1rem;
  position: relative;
}
.bubbling__details h3 {
  position: absolute;
  top: 0;
  left: min(2.2321428571vw, 2.5rem);
  translate: 0 -50%;
}
.bubbling__details .p1--pc {
  margin-bottom: 0.8em;
  line-height: 1.5;
}
.bubbling__img02 {
  margin-top: min(4.4642857143vw, 5rem);
}

.about {
  padding: min(11.6071428571vw, 13rem) 0;
  background: #EAECF0;
}
.about h2 span {
  font-size: 0.64em;
}
.about__features, .about__effects {
  background: #fff;
  border-radius: 1rem;
  position: relative;
}
.about__features {
  padding: min(1.7857142857vw, 2rem) min(5.9821428571vw, 6.7rem) min(5.3571428571vw, 6rem);
}
.about__features::before {
  content: "";
  width: min(6.25vw, 7rem);
  background: url(../img/about-img01.png) no-repeat center/contain;
  aspect-ratio: 70/150;
  position: absolute;
  top: 0;
  right: 1.7857142857%;
  translate: 0 -40%;
  pointer-events: none;
}
.about__features h3 {
  margin-bottom: 0.3em;
}
.about__features h3 span {
  font-size: 1.4em;
  line-height: 1;
}
.about__features-list {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 4.0567951318%;
       column-gap: 4.0567951318%;
}
.about__feature-title {
  margin-bottom: 0.3em;
  padding-top: 1.8em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about__feature-title:before {
  counter-increment: number 1;
  content: "0" counter(number);
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 3.75em;
  font-weight: bold;
  line-height: 1;
  color: #EAECF0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.about__feature-icon {
  margin-bottom: min(1.7857142857vw, 2rem);
  text-align: center;
}
.about__feature-icon img {
  display: inline-block;
}
.about__feature-note {
  margin-top: 1rem;
}
.about__effects {
  margin-top: min(4.4642857143vw, 5rem);
  padding: min(4.9107142857vw, 5.5rem) min(5.3571428571vw, 6rem) min(8.9285714286vw, 10rem);
}
.about__effects-balloon {
  width: 9.8214285714%;
  aspect-ratio: 1/1;
  background: #506AB0;
  border-radius: 50%;
  font-size: clamp(1.4rem, 1.756097561vw, 1.8rem);
  line-height: 1.4444444444;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2.5rem;
  right: min(5.3571428571vw, 6rem);
}
.about__effects h3 {
  margin-bottom: 0.58em;
}
.about__effects h3 + p {
  text-align: center;
}
.about__strength {
  margin-top: 4.7rem;
  /*
  &-level {
  	padding: .3rem 1.25em;
  	@include bg-gradient(90deg, $yellow-gray, #6E6D6A);
  	color: $white;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	clip-path: polygon(1em 0, calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 1em 100%, 0 50%);
  	@include sp {
  		writing-mode: vertical-lr;
  		padding: 1.56em 0;
  		@include bg-gradient(180deg, $yellow-gray, #6E6D6A);
  		clip-path: polygon(0 0.8em, 50% 0, 100% 0.8em, 100% calc(100% - 0.8em), 50% 100%, 0 calc(100% - 0.8em));
  	}
  }
  */
}
.about__strength-list {
  max-width: 82rem;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid #EAECF0;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.about__bacillus-img {
  margin: 1rem auto 0;
}

.howtouse__flow {
  max-width: 93.2rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 3rem;
  counter-reset: number 0;
}
.howtouse__flow li {
  padding: 3.2188841202% 4.2918454936%;
  background: #fff;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 41.3145539906% 1fr;
  -moz-column-gap: 4.6948356808%;
       column-gap: 4.6948356808%;
  align-items: flex-start;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
  position: relative;
  z-index: 1;
}
.howtouse__flow li::after {
  content: "";
  height: 2.5rem;
  aspect-ratio: 143/35;
  background: #EAECF0;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  translate: -50% 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.howtouse__flow li:last-child::after {
  content: none;
}
.howtouse__flow-img {
  width: 100%;
  aspect-ratio: 352/234;
  border-radius: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}
.howtouse__flow-txt {
  letter-spacing: 0.05em;
}
.howtouse__flow-txt h3 {
  margin-bottom: 0.4em;
  padding-top: 1.66em;
  position: relative;
  z-index: 1;
}
.howtouse__flow-txt h3::before {
  counter-increment: number 1;
  content: "0" counter(number);
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 3.75em;
  font-weight: bold;
  line-height: 1;
  color: #EAECF0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/*-----------------------
youtube
-----------------------*/
.yt {
  margin: 10% auto 0;
  width: 100%;
}

.youtube iframe {
  width: 100%;
  max-width: 78.5rem;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

.lighting {
  padding: min(11.6071428571vw, 13rem) 0;
  background: #EAECF0;
}
.lighting h2 .heading__sub {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.8rem;
  padding: 0 0.7em;
  background: #fff;
  border-radius: 20em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lighting h2 .heading__sub::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  margin-right: 0.4rem;
  aspect-ratio: 1/1;
  background: url(../img/icon-lamp.svg) no-repeat center/contain;
}
.lighting h2 .heading__sub::after {
  content: "";
  width: 2rem;
  aspect-ratio: 20/8;
  background: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
}
.lighting__display {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  -moz-column-gap: 1.7857142857%;
       column-gap: 1.7857142857%;
}
.lighting__display li {
  grid-row: span 2;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: subgrid;
  row-gap: 1.4rem;
  align-items: center;
}
.lighting__display .blue {
  --box-color: #2656D7;
}
.lighting__display .red {
  --box-color: #DB1852;
}
.lighting__display .yellow {
  --box-color: #EED242;
}
.lighting__display-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lighting__display-color {
  width: 2.08em;
  aspect-ratio: 1/1;
  margin-right: 1rem;
  background: #fff;
  border-radius: 50%;
  color: var(--box-color);
  font-size: clamp(1.4rem, 2.3414634146vw, 2.4rem);
  line-height: 1;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.supportedModels__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 5.3571428571%;
       column-gap: 5.3571428571%;
}
.supportedModels__note {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: center;
}

.supportedModel {
  padding: 3.2075471698% 8.4905660377% 5.6603773585%;
  border: 2px solid #EAECF0;
  border-radius: 1rem;
  text-align: center;
}
.supportedModel__img {
  height: min(51.6964285714vw, 57.9rem);
  margin: 0 auto min(1.7857142857vw, 2rem);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.specification h3 {
  padding: 0.2em 0;
  background: #506AB0;
  color: #fff;
  text-align: center;
}
.specification__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em 5.3571428571%;
}
.specification__grid table + table {
  margin-top: min(3.5714285714vw, 4rem);
}

.shi-tect {
  margin-bottom: 0;
  padding: min(7.1428571429vw, 8rem) 0 min(8.0357142857vw, 9rem);
  background-image: linear-gradient(122.27deg, #EAECF0, #76777A);
  position: relative;
}
.shi-tect__back {
  height: min(7.6785714286vw, 8.6rem);
  position: absolute;
  left: 0;
  bottom: 0;
}
.shi-tect .inner {
  max-width: 100rem;
}
.shi-tect__main {
  padding: 5% 8.4%;
  background: #fff;
  border-radius: 1rem;
  position: relative;
  z-index: 5;
}
.shi-tect__main h2 {
  text-align: center;
  color: #BBBDC0;
}
.shi-tect__main h2 span {
  color: #3F3A34;
  font-size: 0.7em;
}
.shi-tect__logo {
  width: min(45.3vw, 45.3rem);
  margin-top: min(2vw, 2rem);
  margin-bottom: min(3vw, 3rem);
}
.shi-tect__balloon {
  padding: 1em;
  aspect-ratio: 1/1;
  background: #FFF100;
  border-radius: 50%;
  font-size: clamp(1.4rem, 1.756097561vw, 1.8rem);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: min(16.5vw, 16.5rem);
  right: -1.5%;
  z-index: -2;
}
.shi-tect__bg {
  width: 39%;
  position: absolute;
  top: min(1.5vw, 1.5rem);
  right: 0;
  z-index: -1;
}
.shi-tect__grid {
  margin-top: min(2.5vw, 2.5rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 4.8076923077%;
       column-gap: 4.8076923077%;
}
.shi-tect__feature {
  padding: 5.0505050505% 4.0404040404%;
  border: 2px solid #EAECF0;
  border-radius: 1rem;
}
.shi-tect__feature-title {
  margin-bottom: 0.33em;
}
.shi-tect__feature-note {
  font-size: clamp(1.4rem, 1.3658536585vw, 1.4rem);
  font-weight: normal;
}
.shi-tect .btn--center {
  margin-top: min(4vw, 4rem);
}

.maintenance {
  margin-bottom: 0;
  padding: min(11.9642857143vw, 13.4rem) 0 min(8.9285714286vw, 10rem);
  background: #D4D2CD;
  position: relative;
}
.maintenance .inner {
  max-width: 100rem;
}
.maintenance__main {
  padding: 3.5% 7.7%;
  background: #fff;
  border-radius: 1rem;
  position: relative;
  z-index: 5;
}
.maintenance__main::before {
  content: "";
  width: 36.9%;
  aspect-ratio: 369/460;
  background: url(../img/maintenance-bg.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  translate: -27.1002710027% -15%;
  z-index: -1;
}
.maintenance__main > :where(*) {
  position: relative;
  z-index: 5;
}
.maintenance__main h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.maintenance__main h3 .en-title {
  font-family: "Roboto", sans-serif;
  color: #D4D2CD;
  font-size: clamp(1rem, 1.3658536585vw, 1.4rem);
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.maintenance__main h3 .en-title::before, .maintenance__main h3 .en-title::after {
  content: "";
  flex-grow: 1;
  width: 1em;
  height: 0;
  border-bottom: 1px solid currentColor;
}
.maintenance__packContents {
  max-width: 60rem;
  margin: 1em auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.maintenance__packContents li {
  padding: 0.75em;
  background: #EAECF0;
  border-radius: 20em;
  font-weight: bold;
  color: #506AB0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  position: relative;
}
.maintenance__packContents li:nth-child(odd)::after {
  content: "";
  width: 2em;
  aspect-ratio: 1/1;
  background: url(../img/maintenance-icon-plus.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  translate: 50% -50%;
}
.maintenance__packContents-icon {
  width: 2.25em;
}
.maintenance__features {
  margin-top: min(2.5vw, 2.5rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.maintenance__features li {
  position: relative;
}
.maintenance__features-point {
  width: 4.4rem;
  aspect-ratio: 1/1;
  background: #506AB0;
  border-radius: 0 0.5rem 0.5rem 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.8rem;
  left: -1rem;
  z-index: 1;
}
.maintenance__features-point::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1/1;
  background: #82817C;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  bottom: -1rem;
  left: 0;
  z-index: -1;
}
.maintenance__features-point span {
  display: block;
  font-size: clamp(1.4rem, 2.1463414634vw, 2.2rem);
  line-height: 1;
}
.maintenance__features-card {
  padding: 0 1rem;
}
.maintenance__features-card-body {
  max-width: 25rem;
  margin: 0 auto;
  padding: 3.2rem 0.5rem;
  background: #EAECF0;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
}
.maintenance__features-note {
  margin-top: 0.8rem;
  font-size: clamp(1.1rem, 1.2682926829vw, 1.3rem);
  text-align: center;
}
.maintenance__features-note span {
  display: inline-block;
}
.maintenance__features-liquid {
  width: 53.5460992908%;
  aspect-ratio: 151/155;
  position: absolute;
  bottom: 100%;
  right: 0;
  translate: 31.7880794702% 20.6451612903%;
}
.maintenance__features-liquid-balloon {
  width: 66.2251655629%;
  aspect-ratio: 1/1;
  background: #506AB0;
  border-radius: 50%;
  font-size: clamp(1.2rem, 1.3658536585vw, 1.4rem);
  line-height: 1.5;
  color: #fff;
  font-weight: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -1em;
  right: 0;
  z-index: 1;
}
.maintenance__features-liquid-balloon::before {
  content: "";
  width: 119%;
  height: 119%;
  background: #506AB0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  translate: -50% -50%;
  -webkit-clip-path: polygon(50% 0, calc(50% - 0.5em) 1em, calc(50% - 0.5em) 50%, calc(50% + 0.5em) 50%, calc(50% + 0.5em) 1em);
          clip-path: polygon(50% 0, calc(50% - 0.5em) 1em, calc(50% - 0.5em) 50%, calc(50% + 0.5em) 50%, calc(50% + 0.5em) 1em);
  rotate: 0deg;
}
.maintenance__features-liquid-balloon .bold {
  display: block;
  font-size: 1.4em;
}
.maintenance__details {
  margin-top: 2em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 0.8rem;
  align-items: center;
}
.maintenance__details dt {
  padding: 0.3em 1em;
  background: #506AB0;
  color: #fff;
  font-size: clamp(1.2rem, 1.3658536585vw, 1.4rem);
  text-align: center;
}
.maintenance__details dd {
  font-size: clamp(1.4rem, 1.4634146341vw, 1.5rem);
}
.maintenance__notCovered {
  margin-top: 1em;
  font-size: clamp(1.4rem, 1.4634146341vw, 1.5rem);
}
.maintenance__notCovered ol {
  list-style: none;
  counter-reset: item;
}
.maintenance__notCovered ol li {
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
}
.maintenance__notCovered ol li:before {
  counter-increment: item;
  content: counter(item);
  width: 1.05em;
  height: 1.05em;
  padding-bottom: 0.07em;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.95em;
  line-height: 1;
  text-indent: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta {
  margin: 0;
  padding: min(11.6071428571vw, 13rem) 0;
  background: url(../img/cta-bg.png) no-repeat right center/auto 100%;
}
.cta .inner {
  max-width: 84.4rem;
  padding-left: min(8.9285714286vw, 10rem);
}
.cta .btn--wrap {
  margin-bottom: min(2.6785714286vw, 3rem);
  padding-right: min(8.9285714286vw, 10rem);
}
.cta__jqa {
  display: flex;
  align-items: flex-start;
  font-weight: normal;
}
.cta__jqa-tg {
  width: 15.0537634409%;
  margin-right: 2rem;
}
.cta__jqa-iso {
  width: 14.5161290323%;
  margin-right: 1rem;
}
.cta__note {
  margin-top: min(1.7857142857vw, 2rem);
  font-size: clamp(1.4rem, 1.3658536585vw, 1.4rem);
  font-weight: normal;
}

.comingSoon {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6em;
}
.comingSoon__logo:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  section {
    margin: 16vw 0;
  }
  h2 {
    margin-bottom: 1.25em;
    font-size: 6.4vw;
  }
  h3 {
    font-size: 5.3333333333vw;
  }
  table th, table td {
    padding: 0.64em 0.35em;
    padding-right: 0;
  }
  table th {
    width: 8.2em;
  }
  .sp {
    display: block;
  }
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .p1--sp {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .p2--sp {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .p3--sp {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .p4--sp {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .btn {
    width: 100%;
    min-width: auto;
    min-height: 4.1em;
    padding-left: 3.3em;
    padding-right: 3.3em;
    font-size: 4.8vw;
  }
  .btn .btn__arrow {
    width: 0.55em;
    right: 2.22em;
  }
  .btn--large {
    border-width: 2px;
  }
  .btn--download {
    min-height: 5em;
    padding-left: 4.25em;
    padding-right: 3.125em;
    border-width: 2px;
    font-size: 4.2666666667vw;
  }
  .btn--download .download__img {
    width: 3.125em;
  }
  .btn--download .btn__icon {
    right: 1.25em;
  }
  #header {
    padding: 4.2666666667vw 0;
  }
  .header__logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 3.2vw;
  }
  .header__logo a {
    display: block;
    width: 37.3333333333vw;
  }
  .footer {
    padding: 9.3333333333vw 0 2.6666666667vw;
  }
  .footer__logo {
    width: 48vw;
    margin-bottom: 13.3333333333vw;
  }
  .fv {
    height: 154.6666666667vw;
    padding-top: 35.2vw;
    padding-bottom: 2.6666666667vw;
    background: url(../img/fv-sp.jpg) no-repeat right center/cover;
  }
  .fv .inner {
    width: 92%;
    height: 100%;
    padding-left: 0;
  }
  .fv__blur--sp {
    position: relative;
    z-index: 1;
  }
  .fv__blur--sp::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    filter: blur(3.4666666667vw);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .fv__title {
    font-size: 5.8666666667vw;
    writing-mode: vertical-rl;
    letter-spacing: 0.05em;
  }
  .fv__title .font--large {
    font-size: 6.9333333333vw;
  }
  .fv__logo {
    font-size: 3.2vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .fv__logo img {
    margin-top: 0;
    width: 85.3333333333vw;
  }
  .fv__balloon {
    padding: 1.3333333333vw;
    font-size: 3.2vw;
    top: auto;
    bottom: 14.4vw;
  }
  .introduction__grid {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 2.6666666667vw;
  }
  .introduction h2 {
    margin-bottom: 2.6666666667vw;
  }
  .introduction__img {
    width: 21.3333333333vw;
  }
  .bubbling h2 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .bubbling h2 .heading__icon {
    width: 1.875em;
  }
  .bubbling__grid {
    grid-template-columns: 100%;
    row-gap: 4vw;
  }
  .bubbling__img {
    aspect-ratio: 345/245;
  }
  .bubbling__img img {
    width: 100vw;
    right: 50%;
    -o-object-position: center;
       object-position: center;
    translate: 50% 0;
  }
  .bubbling__details {
    margin-top: 9.3333333333vw;
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
  .bubbling__details h3 {
    left: 5.3333333333vw;
  }
  .bubbling__img02 {
    margin-top: 8vw;
  }
  .about {
    padding: 16vw 0;
  }
  .about__features h3, .about__effects h3 {
    font-size: 6.4vw;
  }
  .about__features {
    padding: 8vw 4vw;
  }
  .about__features::before {
    width: 10.4vw;
    right: 5.3333333333vw;
    translate: 0 -8vw;
  }
  .about__features-list {
    grid-template-columns: 100%;
    row-gap: 6.6666666667vw;
  }
  .about__feature-title {
    margin-bottom: 0.2em;
    padding-top: 1.5em;
    font-size: 5.3333333333vw;
  }
  .about__feature-title:before {
    font-size: 3em;
  }
  .about__feature-icon {
    margin-bottom: 1rem;
  }
  .about__feature-icon img {
    width: 18.6666666667vw;
  }
  .about__effects {
    margin-top: 8vw;
    padding: 8vw 8vw 5.3333333333vw;
  }
  .about__effects-balloon {
    width: 21.3333333333vw;
    font-size: 3.7333333333vw;
    top: -5.3333333333vw;
    right: 0;
    z-index: 1;
  }
  .about__effects-balloon::before {
    content: "";
    width: 119%;
    height: 119%;
    background: #506AB0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    translate: -50% -50%;
    -webkit-clip-path: polygon(50% 0, calc(50% - 0.5em) 1em, calc(50% - 0.5em) 50%, calc(50% + 0.5em) 50%, calc(50% + 0.5em) 1em);
            clip-path: polygon(50% 0, calc(50% - 0.5em) 1em, calc(50% - 0.5em) 50%, calc(50% + 0.5em) 50%, calc(50% + 0.5em) 1em);
    rotate: -135deg;
  }
  .about__effects h3 + p {
    text-align: left;
  }
  .about__strength {
    margin-top: 1.3333333333vw;
    display: flex;
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
  }
  .about__strength-list {
    flex-grow: 1;
    padding-top: 0;
    grid-template-columns: 100%;
    justify-content: initial;
    justify-items: center;
  }
  .about__bacillus {
    width: 77.1929824561%;
    padding: 6.8181818182% 0;
    border-bottom: 2px dashed #EAECF0;
  }
  .about__bacillus:last-child {
    border-bottom: none;
  }
  .about__bacillus-img {
    width: 32vw;
  }
  .howtouse__flow {
    row-gap: 8vw;
  }
  .howtouse__flow li {
    padding: 4vw;
    grid-template-columns: 100%;
  }
  .howtouse__flow li::after {
    height: 6.6666666667vw;
  }
  .howtouse__flow-txt h3::before {
    font-size: 3.33em;
  }
  .lighting {
    padding: 16vw 0;
  }
  .lighting h2 .heading__sub {
    width: 100%;
  }
  .lighting__display {
    margin-top: 4vw;
    grid-template-columns: 100%;
    row-gap: 5.3333333333vw;
  }
  .lighting__display li {
    row-gap: 2.6666666667vw;
  }
  .lighting__display-color {
    width: 2em;
    font-size: 5.3333333333vw;
  }
  .supportedModels__list {
    grid-template-columns: 100%;
    row-gap: 8vw;
  }
  .supportedModels__note {
    font-size: 3.2vw;
    text-align: left;
  }
  .supportedModel {
    padding: 2.6086956522% 8.6956521739% 8.6956521739%;
  }
  .supportedModel__img {
    height: 100vw;
    margin-bottom: 4vw;
  }
  .specification__grid {
    grid-template-columns: 100%;
    row-gap: 8vw;
  }
  .specification__grid table + table {
    margin-top: 8vw;
  }
  .shi-tect {
    margin-bottom: 0;
    padding: 16vw 0;
  }
  .shi-tect__back {
    display: none;
  }
  .shi-tect__main {
    padding: 10.6666666667vw 2.6666666667vw;
  }
  .shi-tect__main h2 {
    font-size: 6.9333333333vw;
  }
  .shi-tect__main h2 span {
    font-size: 0.77em;
  }
  .shi-tect__logo {
    width: 72vw;
    margin: 4vw auto 5.3333333333vw;
  }
  .shi-tect__img {
    aspect-ratio: 321/196;
    position: relative;
  }
  .shi-tect__balloon {
    padding: 3.7333333333vw;
    font-size: 3.2vw;
    line-height: 1.4;
    top: 25.6vw;
    right: 0;
  }
  .shi-tect__bg {
    width: 92vw;
    max-width: none;
    top: -5.3333333333vw;
    right: -2.6666666667vw;
  }
  .shi-tect__grid {
    margin-top: 4vw;
    grid-template-columns: 100%;
    row-gap: 5.3333333333vw;
  }
  .shi-tect__feature {
    padding: 2.6666666667vw 4vw;
  }
  .shi-tect__feature-note {
    font-size: 3.2vw;
  }
  .shi-tect .btn--center {
    margin-top: 8vw;
  }
  .maintenance {
    margin-bottom: 0;
    padding: 16vw 0;
  }
  .maintenance__main {
    padding: 10.6666666667vw 5.8666666667vw;
  }
  .maintenance__main::before {
    width: 26.6666666667vw;
    translate: 0 -10.5691056911%;
  }
  .maintenance__main h3 {
    width: auto;
    padding: 0 2.6666666667vw;
  }
  .maintenance__main h3 .en-title {
    font-size: 0.7rem;
  }
  .maintenance__packContents {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 8vw;
    grid-template-columns: 100%;
    row-gap: 1.1em;
  }
  .maintenance__packContents li {
    justify-content: flex-start;
  }
  .maintenance__packContents li:nth-child(odd)::after {
    top: 100%;
    right: 50%;
    translate: 50% -30%;
  }
  .maintenance__features {
    margin-top: 10.1333333333vw;
    grid-template-columns: 100%;
    row-gap: 1em;
  }
  .maintenance__features-point {
    width: 11.7333333333vw;
    font-size: 2.1333333333vw;
    top: -2.1333333333vw;
    left: -2.6666666667vw;
  }
  .maintenance__features-point::before {
    width: 2.6666666667vw;
    bottom: -2.6666666667vw;
  }
  .maintenance__features-point span {
    font-size: 5.8666666667vw;
  }
  .maintenance__features-card {
    padding: 0 2.6666666667vw;
  }
  .maintenance__features-card-body {
    padding: 7.7333333333vw 1.3333333333vw;
  }
  .maintenance__features-note {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.2vw;
    text-align: left;
  }
  .maintenance__features-liquid {
    width: 19.4666666667vw;
    bottom: 0;
    translate: -2.6666666667vw 33.3333333333%;
  }
  .maintenance__features-liquid-balloon {
    width: 13.3333333333vw;
    font-size: 1.8666666667vw;
    bottom: calc(100% + 1em);
  }
  .maintenance__features-liquid-balloon::before {
    rotate: 180deg;
  }
  .maintenance__details {
    margin-top: 14.6666666667vw;
    gap: 0;
  }
  .maintenance__details dt, .maintenance__details dd {
    font-size: 3.2vw;
  }
  .maintenance__details dd {
    grid-column: span 2;
  }
  .maintenance__notCovered {
    margin-top: 8vw;
    font-size: 3.2vw;
  }
  .maintenance__notCovered ol li {
    padding-left: 0;
    text-indent: 0;
  }
  .cta {
    margin: 0;
    padding: 16vw 0;
    background: none;
  }
  .cta .inner {
    padding-left: 0;
  }
  .cta .btn--wrap {
    margin-bottom: 5.3333333333vw;
    padding-right: 0;
  }
  .cta__jqa {
    margin-top: 8vw;
    font-size: 2.6666666667vw;
  }
  .cta__jqa-tg {
    width: 17.0666666667vw;
    margin-right: 2.6666666667vw;
  }
  .cta__jqa-iso {
    width: 16.5333333333vw;
    margin-right: 1.8666666667vw;
  }
  .cta__note {
    margin-top: 4vw;
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
  .pc {
    display: block;
  }
  .bubbling__grid br.pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .p1--pc {
    font-size: clamp(1.4rem, 2.3414634146vw, 2.4rem);
    line-height: 1.79;
  }
  .p2--pc {
    font-size: clamp(1.4rem, 1.9512195122vw, 2rem);
    line-height: 1.5;
  }
  .p3--pc {
    font-size: clamp(1.4rem, 1.756097561vw, 1.8rem);
    line-height: 1.5;
  }
  .p4--pc {
    font-size: clamp(1.4rem, 1.5609756098vw, 1.6rem);
    line-height: 1.5;
  }
  .fv__blur--pc {
    width: 39.6875vw;
    aspect-ratio: 1/1;
    padding: 0 4.5833333333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .fv__blur--pc::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    border-radius: 50%;
    filter: blur(3.2291666667vw);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .specification__grid .pc-row-span2 {
    grid-row: span 2;
  }
  .maintenance__features li {
    container-type: inline-size;
  }
  @container (max-width: 230px) {
    .maintenance__features li .maintenance__features-liquid {
      margin-left: auto;
      position: relative;
      bottom: auto;
      right: auto;
      translate: 0 0;
    }
  }
}
@media (min-width: 769px) {
  :where(a):hover:hover .link-line {
    background-position: left bottom;
    background-size: 100% 1px;
  }
  :where(a):hover:hover .link-blue {
    color: blue;
  }
}
@media (max-width: 1400px) {
  .bubbling__img img {
    -o-object-position: 75% center;
       object-position: 75% center;
  }
}
/*# sourceMappingURL=maps/style.css.map */
