@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;600&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}
*:where(:not(progress, meter)),
*::before:where(:not(progress, meter)),
*::after:where(:not(progress, meter)) {
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
  border-style: solid;
  border-width: 0;
}

:where(body) {
  block-size: 100dvb;
}

:where(html) {
  font-family: sans-serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
}

:where(address) {
  font-style: normal;
}

:where(code, kbd, samp, pre) {
  font-family: monospace;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

:where(small, sub, sup) {
  font-size: 75%;
}

:where(sub, sup) {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.25em;
}

:where(ul, ol) {
  padding-left: 1.75em;
}

:where(table) {
  word-break: break-all;
  border-collapse: collapse;
}

:where(th, td) {
  padding: 0;
  border: solid 1px currentcolor;
}

:where(pre) {
  max-block-size: 100%;
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}

:where(details > summary:first-of-type),
:where(details[open] > summary:first-of-type) {
  list-style-type: none;
}

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

:where(img, picture, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
  max-inline-size: 100%;
  block-size: auto;
  vertical-align: bottom;
}

:where(iframe, embed, object) {
  inline-size: 100%;
}

:where(fieldset) {
  padding: 0;
  border: solid 1px currentcolor;
}

::file-selector-button,
:where(input:not([type=color], [type=range]), button, textarea, select) {
  max-inline-size: 100%;
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: initial;
}

::file-selector-button,
:where(input:not([type=file], [type=radio], [type=checkbox], [type=color], [type=range]), button, textarea, select) {
  border: solid 1px currentcolor;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:where(input, select) {
  accent-color: currentcolor;
}

:where(textarea, select) {
  vertical-align: top;
}

:where(textarea) {
  resize: vertical;
  inline-size: 100%;
}

:where(input[type=file], select) {
  inline-size: 100%;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
}

:where(input:not([type=text], [type=password], [type=url], [type=email], [type=tel], [type=search], [type=number]), area, button, label, select, summary, a[href], [role=button], [role=option]) {
  touch-action: manipulation;
  cursor: pointer;
}

:where(:disabled, label:has(> input:disabled), label:has(+ input:disabled), input:disabled + label) {
  cursor: not-allowed;
  opacity: 0.5;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.25;
}

::placeholder {
  color: inherit;
  opacity: 0.25;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background-color: #fff;
  font-size: clamp(1.382rem, 0rem + 3.85vw, 3rem);
}
@media screen and (min-width: 780px) {
  body {
    font-size: clamp(1.159rem, 0.01rem + 1.47vw, 1.6rem);
  }
}

:where(a:link, a:visited, a:hover) {
  color: #021b5b;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

a:hover {
  color: #008cd5;
}

:where(code, var, kbd, samp, pre) {
  font-family: "Courier New", courier, "Osaka－等幅", "Osaka-等幅", osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace;
  font-feature-settings: "zero";
}

:where(ul[class], ol[class]),
:where(nav > ul, nav > ol) {
  padding-left: 0;
  list-style-type: none;
}

:where(i, dfn, em) {
  font-style: normal;
}

:where(hr) {
  margin: 0.25em auto;
}

:where(mark) {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(255, 255, 0);
  text-underline-offset: -0.2em;
  color: inherit;
  background: none;
}

:where(:focus, :focus-visible) {
  outline-offset: 4px;
}

sup {
  font-size: 100%;
}

.nw {
  display: inline-block;
}

.sp {
  display: block;
}
.sp.-flex {
  display: flex;
}
.sp.-inline {
  display: inline;
}
.sp.-inlineblock {
  display: inline-block;
}
.sp.-inlineflex {
  display: inline-flex;
}
@media screen and (min-width: 780px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 780px) {
  .pc {
    display: block;
  }
  .pc.-flex {
    display: flex;
  }
  .pc.-inline {
    display: inline;
  }
  .pc.-inlineblock {
    display: inline-block;
  }
  .pc.-inlineflex {
    display: inline-flex;
  }
}

.is-invisible {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.ut-cleafix::after {
  display: block;
  clear: both;
  content: "";
}

.is-inline {
  display: inline;
  vertical-align: -0.125em;
}
.is-inline img {
  display: inline;
  vertical-align: -0.125em;
}

.sparse {
  font-feature-settings: normal;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
}

.dense {
  font-feature-settings: "palt";
  letter-spacing: -0.025em;
}

.ellipsis {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.mark {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(255, 255, 0);
  text-underline-offset: -0.2em;
}

.component {
  font-size: clamp(1.382rem, 0rem + 3.85vw, 3rem);
  padding: clamp(18.43px, -0.06px + 5.14vw, 40px);
}
@media screen and (min-width: 780px) {
  .component {
    font-size: clamp(1.159rem, 0.01rem + 1.47vw, 1.6rem);
  }
}
@media screen and (min-width: 780px) {
  .component {
    padding: clamp(57.97px, 0.69px + 7.34vw, 80px);
  }
}

/* 共通 */
.chap-block.-sidetoutch {
  margin: 2em;
  overflow: hidden;
  background-color: #d9ebfb;
}
.chap-block.-sidetoutch > .inner {
  padding: 2em;
}
.chap-block.-sidetoutch:where(.-b) {
  margin: 2em 0;
}
.chap-block.-sidetoutch:where(.-b) > .inner {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.chap-block.-sidetoutch:where(.-r), .chap-block.-sidetoutch:where(.-l) {
  width: calc(1400px + 50% - 700px);
  max-width: calc(100vw - (50% - 700px));
}
.chap-block.-sidetoutch:where(.-r) {
  padding-right: calc(50% - 700px);
  margin-right: 0;
  margin-left: calc(50% - 700px);
  border-radius: 1em 0 0 1em;
}
.chap-block.-sidetoutch:where(.-l) {
  padding-left: calc(50% - 700px);
  margin-right: calc(50% - 700px);
  margin-left: 0;
  border-radius: 0 1em 1em 0;
}
.chap-block.-legacy {
  margin: 2em 0;
}
.chap-block.-legacy > .inner {
  padding: 2em;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1439.98px) {
  .chap-block.-sidetoutch > .inner {
    padding: 2em 4em;
  }
  .chap-block.-sidetoutch:where(.-r), .chap-block.-sidetoutch:where(.-l) {
    width: calc(100% - 2em);
    margin: 2em;
  }
  .chap-block.-sidetoutch:where(.-r) {
    margin-right: 0;
  }
  .chap-block.-sidetoutch:where(.-r) > .inner {
    padding-left: 2em;
  }
  .chap-block.-sidetoutch:where(.-l) {
    margin-left: 0;
  }
  .chap-block.-sidetoutch:where(.-l) > .inner {
    padding-right: 2em;
  }
  .chap-block.-legacy > .inner {
    padding: 2em 4em;
  }
}
@media screen and (max-width: 779.98px) {
  .chap-block.-sidetoutch > .inner {
    padding: 0.8em 1.6em;
  }
  .chap-block.-sidetoutch:where(.-b) {
    margin: 0.8em 0;
  }
  .chap-block.-sidetoutch:where(.-r), .chap-block.-sidetoutch:where(.-l) {
    width: calc(100% - 0.8em);
    margin: 0.8em;
  }
  .chap-block.-sidetoutch:where(.-r) {
    margin-right: 0;
  }
  .chap-block.-sidetoutch:where(.-r) > .inner {
    padding-left: 0.8em;
  }
  .chap-block.-sidetoutch:where(.-l) {
    margin-left: 0;
  }
  .chap-block.-sidetoutch:where(.-l) > .inner {
    padding-right: 0.8em;
  }
  .chap-block.-legacy {
    margin: 0.8em 0;
  }
  .chap-block.-legacy > .inner {
    padding: 1.6em;
  }
}

.title-unit {
  margin: 2em 0;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.125;
  text-align: center;
}
.title-unit > .main {
  font-weight: 600;
  color: #008cd5;
  font-size: clamp(2.765rem, -0.01rem + 7.7vw, 6rem);
}
.title-unit > .sub {
  margin-top: 0.5em;
  font-weight: normal;
  color: #021b5b;
  font-size: clamp(1.382rem, 0rem + 3.85vw, 3rem);
}
.title-unit > .sub.-topinfo {
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 780px) {
  .title-unit > .main {
    font-size: clamp(4.058rem, 0.05rem + 5.14vw, 5.6rem);
  }
  .title-unit > .sub {
    font-size: clamp(1.884rem, 0.02rem + 2.39vw, 2.6rem);
  }
}

.link-unit {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.link-unit::after {
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background-image: url("../img/icon_arrl1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.25em;
}
.link-unit.-h1, .link-unit.-h2, .link-unit.-h3 {
  font-size: clamp(0.942rem, 0.01rem + 1.19vw, 1.3rem);
}
.link-unit.-h2 {
  padding: 0.25em 0.5em;
  background-color: #d9ebfb;
  border-radius: 100px;
}
.link-unit.-h3 {
  color: #008cd5;
}
.link-unit.-h3::after {
  background-image: url(../img/icon_arrl2.svg);
}
.link-unit.-sp {
  display: flex;
  justify-content: space-between;
  padding: 1em 2em;
  border-bottom: solid 1px #d9ebfb;
  font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
}
.link-unit.-sp::after {
  width: 0.75em;
  height: 0.75em;
}
.link-unit.-sph2 {
  background-color: #d9ebfb;
  border-bottom: solid 1px #fff;
}
.link-unit.-sph3temp {
  color: #008cd5;
}
.link-unit.-sph3temp::after {
  background-image: url(../img/icon_arrl2.svg);
}
.link-unit.-sph3 {
  padding: 1em 0.65em;
  color: #008cd5;
}
.link-unit.-sph3::after {
  background-image: url(../img/icon_arrl2.svg);
}
.link-unit.-f1 {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  border-bottom: solid 1px currentcolor;
  font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
}
.link-unit.-f1::after {
  width: 0.75em;
  height: 0.75em;
}
.link-unit.-f1.-child {
  font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
  padding-left: 1em;
  border-bottom: none;
}
.link-unit.-f1:hover {
  color: #008cd5;
}
.link-unit.-t1 {
  color: #008cd5;
}
.link-unit.-t1::after {
  background-image: url(../img/icon_arrl2.svg);
}
@media screen and (max-width: 779.98px) {
  .link-unit.-parent::after {
    background-image: url(../img/icon_plus.svg);
  }
  .is-active .link-unit.-parent::after {
    background-image: url(../img/icon_minus.svg);
  }
}
@media screen and (min-width: 780px) {
  .link-unit.-f1 {
    justify-content: space-between;
    padding: 1em 0;
    border-bottom: solid 1px currentcolor;
    font-size: clamp(1.087rem, 0.01rem + 1.38vw, 1.5rem);
  }
  .link-unit.-f1::after {
    width: 0.75em;
    height: 0.75em;
  }
  .link-unit.-f1.-child {
    font-size: clamp(0.942rem, 0.01rem + 1.19vw, 1.3rem);
    padding-left: 1em;
    border-bottom: none;
  }
  .link-unit.-f1.-single {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1440px) {
  .link-unit.-h1, .link-unit.-h2, .link-unit.-h3 {
    font-size: 1.4rem;
  }
}

.btn-unit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 80vw;
  padding: 1em 2em;
  margin: auto;
  font-weight: bold;
  color: #008cd5;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  background-image: url(../img/icon_arrl2.svg);
  background-position: center right 1em;
  background-size: 0.5em;
  border-radius: 100px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-unit.-b1 {
  font-weight: bold;
  color: #fff;
  background-color: #008cd5;
  background-image: url(../img/icon_arrl3.svg);
  border: none;
}
.btn-unit.-b2 {
  font-weight: bold;
  color: #fff;
  background-color: #008cd5;
  background-image: url(../img/icon_arrl3.svg);
  border: none;
}
.btn-unit.-b3 {
  width: 16em;
  height: 4em;
  font-weight: bold;
  color: #fff;
  background-color: #004ea8;
  background-image: url(../img/icon_arrl3.svg);
}
.btn-unit.-b4 {
  font-weight: bold;
  color: #fff;
  background-color: #004ea8;
  background-image: url(../img/icon_arrl3.svg);
}
.btn-unit.-t1 {
  font-weight: bold;
}
.btn-unit.-rental, .btn-unit.-contact {
  background-color: #ff6200;
}
.btn-unit.-tel1, .btn-unit.-tel2 {
  padding: 0.5em 2em;
  font-weight: 800;
  color: #fff;
  background-color: #021b5b;
  background-image: url(../img/icon_arrl3.svg);
  background-size: 0.25em;
  font-size: clamp(2.12rem, -0.01rem + 5.9vw, 4.6rem);
}
.btn-unit.-tel1::before, .btn-unit.-tel2::before {
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url("../img/icon_tel3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.125em;
}
.btn-unit.-tel2 {
  background-color: #008cd5;
}
.btn-unit.-b1:hover {
  color: #008cd5;
  background-color: #fff;
  background-image: url(../img/icon_arrl2.svg);
}
.btn-unit.-b2:hover {
  color: #008cd5;
  background-color: #fff;
  background-image: url(../img/icon_arrl2.svg);
}
.btn-unit.-b3:hover {
  color: #004ea8;
  background-color: #fff;
  background-image: url(../img/icon_arrl1.svg);
}
.btn-unit.-b4:hover {
  color: #004ea8;
  background-color: #fff;
  background-image: url(../img/icon_arrl1.svg);
}
.btn-unit.-t1:hover {
  color: #fff;
  background-color: #008cd5;
  background-image: url(../img/icon_arrl3.svg);
}
.btn-unit.-rental:hover, .btn-unit.-contact:hover {
  color: #ff6200;
  background-color: #fff;
  background-image: url(../img/icon_arrl4.svg);
}
.btn-unit:where(:not(.-tel1, .-tel2)) {
  width: 24em;
}
@media screen and (min-width: 780px) {
  .btn-unit {
    max-width: initial;
  }
}

.btn-block,
.btn-block > p {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin: 2em 0;
}

.qa-list {
  margin-bottom: 2em;
}

.prod-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin-bottom: 2em;
}
.prod-list > .item {
  flex: 0 1 calc(25% - 1.125em);
}
@media screen and (max-width: 779.98px) {
  .prod-list {
    gap: 1em;
  }
  .prod-list > .item {
    flex: 0 1 calc(50% - 0.5em);
  }
}

.entry-slide {
  flex-wrap: wrap;
  gap: 1.5em;
  overflow: visible;
}
.entry-slide > .item {
  flex: 0 1 calc(33.33% - 1em);
  margin: 0;
}
@media screen and (max-width: 779.98px) {
  .entry-slide {
    gap: 0;
  }
  .entry-slide > .item {
    flex: 0 1 auto;
  }
  .entry-slide > .item > * {
    margin: 0 0.5em;
  }
}

.card-unit2,
.card-unit {
  padding: 1em;
  overflow: hidden;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, color 0.3s ease;
}
.card-unit2 > .inner > .title,
.card-unit > .inner > .title {
  font-size: clamp(1.751rem, -0.01rem + 4.88vw, 3.8rem);
  margin: 0.5em 0;
  font-weight: 600;
}
.card-unit2 > .inner > .lead,
.card-unit > .inner > .lead {
  display: flex;
  align-items: center;
  height: 3em;
  margin: 0;
  font-weight: 600;
  color: #008cd5;
  font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
}
.card-unit2 > .inner > .lead.pc,
.card-unit > .inner > .lead.pc {
  display: none;
}
.card-unit2 > .inner > .name,
.card-unit > .inner > .name {
  display: flex;
  align-items: center;
  height: 3em;
  margin: 0;
  font-weight: 600;
  color: #008cd5;
  font-size: clamp(1.659rem, 0rem + 4.62vw, 3.6rem);
}
.card-unit2 > .inner > .name::after,
.card-unit > .inner > .name::after {
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background-image: url("../img/icon_arrl2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.5em;
}
.card-unit2 > .inner > .article-info,
.card-unit > .inner > .article-info {
  margin: 0.5em 0;
}
.card-unit2 > .inner > .desc,
.card-unit > .inner > .desc {
  font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
  margin: 1em 0;
  line-height: 1.5;
  color: #000;
  text-align: justify;
}
.card-unit2 > .inner > .image > img,
.card-unit > .inner > .image > img {
  width: 100%;
  aspect-ratio: 10/5.5625;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-unit2 > .inner > .upper > .image > img,
.card-unit > .inner > .upper > .image > img {
  width: 100%;
  aspect-ratio: 10/5.5625;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-unit2 > .inner > .upper > .title,
.card-unit > .inner > .upper > .title {
  font-size: clamp(1.751rem, -0.01rem + 4.88vw, 3.8rem);
  margin: 0.5em 0;
  font-weight: 600;
}
.card-unit2:not(.-s1):not(.-e1):not(.-n1):hover,
.card-unit:not(.-s1):not(.-e1):not(.-n1):hover {
  opacity: 0.8;
}
.card-unit2.-c1 > .inner,
.card-unit.-c1 > .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-unit2.-c1 > .inner > .tags,
.card-unit.-c1 > .inner > .tags {
  margin-top: auto;
}
.card-unit2.-c2 > .inner > .desc,
.card-unit.-c2 > .inner > .desc {
  line-height: 1.75;
  font-size: clamp(1.382rem, 0rem + 3.85vw, 3rem);
}
.card-unit2.-c3,
.card-unit.-c3 {
  padding: 0.5em;
  background-color: transparent;
  box-shadow: none;
}
.card-unit2.-c3.is-active,
.card-unit.-c3.is-active {
  background-color: #004ea8;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
.card-unit2.-c3 > .inner > .image,
.card-unit.-c3 > .inner > .image {
  margin: -0.5em -0.5em 0;
}
.card-unit2.-c3 > .inner > .title,
.card-unit.-c3 > .inner > .title {
  color: #fff;
  text-align: center;
  font-size: clamp(1.751rem, -0.01rem + 4.88vw, 3.8rem);
}
.card-unit2.-c3 > .inner > .upper > .title,
.card-unit.-c3 > .inner > .upper > .title {
  margin: 0 -0.5em;
  font-size: inherit;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #004ea8;
  border-radius: 0 0 1em 1em;
}
.card-unit2.-c3 > .inner > .upper > .title span,
.card-unit.-c3 > .inner > .upper > .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 0;
  font-size: clamp(1.751rem, -0.01rem + 4.88vw, 3.8rem);
}
.card-unit2.-c3 > .inner > .upper > .title span::after,
.card-unit.-c3 > .inner > .upper > .title span::after {
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background-image: url("../img/icon_arrd.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  flex: 0 0 1em;
  margin-left: 0.5em;
}
.card-unit2.-c3 > .inner > .upper > .image,
.card-unit.-c3 > .inner > .upper > .image {
  margin: -0.5em -0.5em 0;
  cursor: pointer;
}
.card-unit2.-c3 > .inner > .upper.is-active > .title > span::after,
.card-unit.-c3 > .inner > .upper.is-active > .title > span::after {
  background-image: url(../img/icon_arru.svg);
}
.card-unit2.-c3 > .inner > .content,
.card-unit.-c3 > .inner > .content {
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 780px) {
  .card-unit2 > .inner > .title,
  .card-unit > .inner > .title {
    font-size: clamp(1.304rem, 0.01rem + 1.65vw, 1.8rem);
  }
  .card-unit2 > .inner > .lead,
  .card-unit > .inner > .lead {
    font-size: clamp(1.449rem, 0.02rem + 1.84vw, 2rem);
  }
  .card-unit2 > .inner > .lead.pc,
  .card-unit > .inner > .lead.pc {
    display: flex;
  }
  .card-unit2 > .inner > .name,
  .card-unit > .inner > .name {
    font-size: clamp(1.449rem, 0.02rem + 1.84vw, 2rem);
  }
  .card-unit2 > .inner > .desc,
  .card-unit > .inner > .desc {
    font-size: clamp(0.87rem, 0.01rem + 1.1vw, 1.2rem);
  }
  .card-unit2 > .inner > .info,
  .card-unit > .inner > .info {
    font-size: clamp(0.87rem, 0.01rem + 1.1vw, 1.2rem);
  }
  .card-unit2.-c2 > .inner > .desc,
  .card-unit.-c2 > .inner > .desc {
    font-size: clamp(1.014rem, 0.01rem + 1.29vw, 1.4rem);
  }
  .card-unit2.-c3 > .inner > .title,
  .card-unit.-c3 > .inner > .title {
    font-size: clamp(1.884rem, 0.02rem + 2.39vw, 2.6rem);
  }
  .card-unit2.-c3 > .inner > .upper > .title span,
  .card-unit.-c3 > .inner > .upper > .title span {
    font-size: clamp(1.884rem, 0.02rem + 2.39vw, 2.6rem);
  }
}
@media screen and (max-width: 779.98px) {
  .card-unit2.-c1 > .inner > .lead,
  .card-unit.-c1 > .inner > .lead {
    font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
  }
  .card-unit2.-c1 > .inner > .desc,
  .card-unit.-c1 > .inner > .desc {
    font-size: clamp(1.198rem, 0rem + 3.34vw, 2.6rem);
  }
}

.article-info {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-bottom: 1em;
  font-size: clamp(1.198rem, 0rem + 3.34vw, 2.6rem);
}
.article-info > time {
  flex: 0 0 8em;
  color: #a3a3a3;
}
.article-info > .cate {
  flex: 0 0 9em;
  width: 9em;
  padding: 0.25em;
  color: #fff;
  text-align: center;
  background-color: #008cd5;
  border-radius: 0.25em;
}
.article-info > .cate > span {
  display: inline-block;
  max-width: 8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-info > .date {
  color: #a3a3a3;
}
@media screen and (min-width: 780px) {
  .article-info {
    justify-content: space-between;
    margin-bottom: 0;
    font-size: clamp(0.87rem, 0.01rem + 1.1vw, 1.2rem);
  }
}
@media screen and (max-width: 779.98px) {
  .article-info > .cate {
    display: none;
  }
}

.tag-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
}
.tag-unit > .item {
  flex: 0 0 calc(50% - 0.2em);
  width: calc(50% - 0.2em);
  padding: 0.25em;
  color: #fff;
  text-align: center;
  background-color: #008cd5;
  border-radius: 0.5em;
  font-size: clamp(0.922rem, 0rem + 2.57vw, 2rem);
}
.tag-unit > .item > span {
  display: inline-block;
  max-width: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 780px) {
  .tag-unit > .item {
    font-size: clamp(0.725rem, 0.01rem + 0.92vw, 1rem);
  }
  .tag-unit > .item:nth-child(1):nth-last-child(odd) {
    margin-right: 3em;
  }
  .tag-unit > .item > span {
    max-width: 8em;
  }
}

.info-unit {
  border-bottom: 1px solid #fff;
}
.info-unit > .inner {
  display: block;
  padding: 1em 0;
}
.info-unit > .inner > .article-info {
  flex: 0 0 18em;
}
.info-unit > .inner > .title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  line-height: 1.75;
}
.info-unit > .inner > .title::after {
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background-image: url("../img/icon_arrl2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  flex-shrink: 0;
  margin-left: 1em;
}
@media screen and (min-width: 780px) {
  .info-unit > .inner {
    display: flex;
    gap: 2em;
    padding: 1em;
  }
  .info-unit > .inner > .title::after {
    margin-left: 2em;
  }
  .info-unit > .inner > .title.-update::after {
    display: none;
  }
}

.info-list {
  margin-bottom: 2em;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 779.98px) {
  .info-list > .item[class*=order]:not(.order1) {
    display: none;
  }
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  overflow: visible;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.blog-list > .item {
  flex: 0 1 calc(33.33% - 1em);
  margin: 0;
}
@media screen and (max-width: 779.98px) {
  .blog-list > .item {
    flex: 0 1 100%;
  }
}

.single-article {
  padding: clamp(18.43px, -0.06px + 5.14vw, 40px) clamp(9.22px, -0.02px + 2.57vw, 20px);
  line-height: 1.5;
  text-align: justify;
}
.single-article > .head > .title {
  font-size: clamp(1.843rem, -0.01rem + 5.14vw, 4rem);
}
.single-article > .head > .article-info {
  justify-content: space-between;
  padding: clamp(9.22px, -0.02px + 2.57vw, 20px) 0;
}
.single-article > :where(.body) * + * {
  margin-top: 1.5em;
}
.single-article .body img {
  width: 100%;
}
.single-article h2 {
  font-size: clamp(1.751rem, -0.01rem + 4.88vw, 3.8rem);
}
.single-article h3 {
  font-size: clamp(1.659rem, 0rem + 4.62vw, 3.6rem);
}
.single-article h4 {
  font-size: clamp(1.567rem, 0rem + 4.36vw, 3.4rem);
}
.single-article p {
  line-height: 2;
  font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
}
.single-article ol,
.single-article ul {
  margin: 2em 0;
  font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
}
.single-article li {
  margin: 1em 0;
}
.single-article blockquote {
  font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
  padding: 1em;
  background-color: #f3f3f3;
}
@media screen and (min-width: 780px) {
  .single-article {
    padding: clamp(28.99px, 0.36px + 3.67vw, 40px) clamp(7.25px, 0.1px + 0.92vw, 10px);
    width: 100%;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }
  .single-article > .head > .title {
    font-size: clamp(2.319rem, 0.03rem + 2.94vw, 3.2rem);
  }
  .single-article > .head > .article-info {
    padding: clamp(14.49px, 0.16px + 1.84vw, 20px) 0;
  }
  .single-article h2 {
    font-size: clamp(1.884rem, 0.02rem + 2.39vw, 2.6rem);
  }
  .single-article h3 {
    font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
  }
  .single-article h4 {
    font-size: clamp(1.594rem, 0.02rem + 2.02vw, 2.2rem);
  }
  .single-article p {
    font-size: clamp(1.304rem, 0.01rem + 1.65vw, 1.8rem);
  }
  .single-article ol,
  .single-article ul {
    font-size: clamp(1.304rem, 0.01rem + 1.65vw, 1.8rem);
  }
  .single-article blockquote,
  .single-article blockquote p {
    font-size: clamp(1.159rem, 0.01rem + 1.47vw, 1.6rem);
  }
}

.results-detail > .inner {
  padding: 1em;
  background-color: #fff;
  border-radius: 0.5em;
}
.results-detail > .inner > .title {
  padding: 0.25em;
  margin: 2em 2em 0.5em;
  font-weight: 600;
  color: #021b5b;
  text-align: center;
  background-color: #d9ebfb;
  border-radius: 100px;
  font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
}
.results-detail > .inner > .title:first-child {
  margin-top: 0;
}
.results-detail > .inner > .desc {
  font-size: clamp(1.382rem, 0rem + 3.85vw, 3rem);
}
@media screen and (min-width: 780px) {
  .results-detail > .inner > .title {
    font-size: clamp(1.594rem, 0.02rem + 2.02vw, 2.2rem);
  }
  .results-detail > .inner > .desc {
    font-size: clamp(1.449rem, 0.02rem + 1.84vw, 2rem);
  }
}

.movie-embed > .item {
  width: 90%;
  margin: auto;
  text-align: center;
  transition: filter 0.3s ease, color 0.3s ease;
}
.movie-embed > .item > iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.movie-embed > .item > .caption {
  margin-top: 1em;
  color: #fff;
}
.movie-embed > .item + .item {
  margin-top: 2em;
}
.movie-embed > .item:hover {
  filter: brightness(125%) saturate(80%) opacity(90%);
}
@media screen and (min-width: 780px) {
  .movie-embed {
    display: flex;
    gap: 4em;
    justify-content: center;
  }
  .movie-embed > .item {
    width: 410px;
    margin: initial;
  }
  .movie-embed > .item + .item {
    margin-top: 0;
  }
}

.form-unit > .item > .title {
  padding: 0.25em 0.5em;
  margin-bottom: 0.5em;
  font-weight: 600;
  border-left: 0.25em solid currentcolor;
}
.form-unit > .item > .content input,
.form-unit > .item > .content textarea,
.form-unit > .item > .content > *:not(p) {
  width: 100%;
  padding: 0.5em;
  background-color: #fff;
  border: solid 1px #cfcfcf;
}
.form-unit > .item > .content textarea {
  height: 10em;
}
.form-unit > .item + .item {
  margin-top: 2em;
}

.confirm-wrap > .content {
  width: 100%;
  padding: 0.5em;
  background-color: #fff;
}

/* ヘッダ周り */
.role-banner {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 14vw;
  background-color: #fff;
}
.role-banner > .inner {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 1em;
}
.role-banner > .inner > .logo {
  flex: 0 0 52vw;
}
.role-banner > .inner > .logo > img {
  width: 100%;
}
@media screen and (min-width: 780px) {
  .role-banner {
    height: 7vw;
  }
  .role-banner > .inner > .logo {
    flex: 0 0 17vw;
    margin-top: 0.75em;
  }
}
@media screen and (min-width: 1440px) {
  .role-banner {
    height: 100px;
  }
  .role-banner > .inner {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
  .role-banner > .inner > .logo {
    flex: 0 0 280px;
  }
}

.header-nav.pc {
  margin-bottom: 0.75em;
}
.header-nav.sp {
  position: fixed;
  top: 14vw;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #d9ebfb;
}
.header-nav.sp > .inner {
  height: 100%;
  overflow: auto;
}
.header-nav.sp > .inner > .sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.header-nav.sp > .inner > .sub > .item {
  flex: 0 0 40%;
}
.header-nav.sp > .inner > .sub > .item:last-child {
  flex: 0 0 80%;
  margin-top: 2em;
}
.header-nav.sp > .inner > .sub > .item:last-child > .btn-unit {
  display: flex;
}
.header-nav > .main,
.header-nav > .sub {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: flex-end;
  margin: 0.5em 0;
}
.header-nav > .main > .item > .tel,
.header-nav > .sub > .item > .tel {
  display: flex;
  align-items: center;
}
.header-nav > .main > .item > .tel::before,
.header-nav > .sub > .item > .tel::before {
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url("../img/icon_tel1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.125em;
}
.header-nav > .main .link-unit {
  color: #021b5b;
}

.spnav-btn {
  position: relative;
  position: fixed;
  top: 3vw;
  right: 3vw;
  z-index: 1000;
  width: 8vw;
  height: 8vw;
  background: #fff;
  border: none;
}
.spnav-btn span {
  position: absolute;
  left: 1vw;
  display: inline-block;
  width: 6vw;
  height: 0.8vw;
  background: #000;
  border-radius: 100px;
  transition: transform 0.25s, opacity 0.5s;
  transform-origin: center left;
}
.spnav-btn span:nth-of-type(1) {
  top: 1vw;
}
.spnav-btn span:nth-of-type(2) {
  top: 3.6vw;
  transform-origin: center center;
}
.spnav-btn span:nth-of-type(3) {
  top: 6.2vw;
}
.spnav-btn.is-active span:nth-of-type(1) {
  transform: translateY(0.478vw) translateX(0.878vw) rotate(45deg);
}
.spnav-btn.is-active span:nth-of-type(2) {
  opacity: 0;
  transform: rotate(45deg);
}
.spnav-btn.is-active span:nth-of-type(3) {
  transform: translateY(-0.478vw) translateX(0.878vw) rotate(-45deg);
}
@media screen and (min-width: 780px) {
  .spnav-btn {
    display: none;
  }
}

.role-main {
  padding-top: 14vw;
}
@media screen and (min-width: 780px) {
  .role-main {
    padding-top: 7vw;
  }
}
@media screen and (min-width: 1440px) {
  .role-main {
    padding-top: 100px;
  }
}

.chap-block.-kv {
  position: relative;
  overflow: hidden;
}
.chap-block.-kv > .inner {
  display: flex;
  align-items: center;
  aspect-ratio: 78/30;
  background-size: cover;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.chap-block.-kv > .inner::before {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
  background-image: inherit;
  filter: blur(8px);
  background-size: cover;
}
.chap-block.-kv > .inner > .content {
  padding: 0 1.6em;
  color: #021b5b;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.chap-block.-kv > .inner > .content > .main {
  font-size: clamp(2.304rem, -0.01rem + 6.42vw, 5rem);
  font-weight: 500;
}
.chap-block.-kv > .inner > .content > .sub {
  margin-top: 0.5em;
  font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
}
@media screen and (min-width: 780px) {
  .chap-block.-kv > .inner {
    aspect-ratio: 144/22;
  }
  .chap-block.-kv > .inner > .content {
    padding: 0 4em;
  }
  .chap-block.-kv > .inner > .content > .main {
    font-size: clamp(2.899rem, 0.04rem + 3.67vw, 4rem);
  }
  .chap-block.-kv > .inner > .content > .sub {
    font-size: clamp(1.304rem, 0.01rem + 1.65vw, 1.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .chap-block.-kv > .inner > .content {
    padding: 0 3em;
  }
}
@media screen and (min-width: 1440px) {
  .chap-block.-kv > .inner > .content {
    padding: 0 2em;
  }
}

.path-nav {
  padding: 0.5em 0;
  background-color: #d9ebfb;
}
.path-nav > .inner > .path-list {
  padding: 0 1.6em;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 780px) {
  .path-nav > .inner > .path-list {
    padding: 0 4em;
  }
}
@media screen and (min-width: 1080px) {
  .path-nav > .inner > .path-list {
    padding: 0 3em;
  }
}
@media screen and (min-width: 1440px) {
  .path-nav > .inner > .path-list {
    padding: 0 2em;
  }
}

.path-list {
  display: flex;
  gap: 1em;
}
.path-list > .item {
  display: flex;
  align-items: center;
}
.path-list > .item > * {
  font-size: clamp(1.198rem, 0rem + 3.34vw, 2.6rem);
  color: #008cd5;
}
.path-list > .item:has(> a)::after {
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background-image: url("../img/icon_arrl2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.25em;
}
@media screen and (min-width: 780px) {
  .path-list > .item > * {
    font-size: clamp(0.87rem, 0.01rem + 1.1vw, 1.2rem);
  }
}

/* アサイド周り */
.contact-block > .inner {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(18.43px, -0.06px + 5.14vw, 40px) clamp(9.22px, -0.02px + 2.57vw, 20px) 0;
}
.contact-block > .inner > p {
  text-align: center;
  font-size: clamp(1.382rem, 0rem + 3.85vw, 3rem);
}
@media screen and (min-width: 780px) {
  .contact-block > .inner {
    padding: clamp(7.25px, 0.1px + 0.92vw, 10px) clamp(28.99px, 0.36px + 3.67vw, 40px) 0;
  }
  .contact-block > .inner > p {
    font-size: clamp(1.159rem, 0.01rem + 1.47vw, 1.6rem);
  }
}
@media screen and (min-width: 1440px) {
  .contact-block > .inner {
    padding: clamp(7.25px, 0.1px + 0.92vw, 10px) clamp(14.49px, 0.16px + 1.84vw, 20px) 0;
  }
}

.contact-list {
  display: flex;
  gap: 1.5em;
  justify-content: center;
  margin-top: 2em;
}
.contact-list > .item {
  flex: 0 1 25%;
}
.contact-list > .item > .link {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 24/20;
  overflow: hidden;
  background-position: bottom 3em center;
  background-size: cover;
  border-radius: 1em;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
.contact-list > .item > .link.-cntc {
  background-image: url(../img/contact_img1.webp);
}
.contact-list > .item > .link.-estm {
  background-image: url(../img/contact_img2.webp);
}
.contact-list > .item > .link.-rent {
  background-image: url(../img/contact_img3.webp);
}
.contact-list > .item > .link.-repa {
  background-image: url(../img/contact_img4.webp);
}
.contact-list > .item > .link > .inner {
  width: 100%;
  padding: 1em 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #008cd5;
  background-image: url(../img/icon_arrl3.svg);
  background-position: center right 1em;
  background-size: 0.5em;
}
.contact-list > .item > .link:hover > .inner {
  color: #008cd5;
  background-color: #fff;
  background-image: url(../img/icon_arrl2.svg);
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 779.98px) {
  .contact-list {
    flex-wrap: wrap;
    gap: 1em;
  }
  .contact-list > .item {
    flex: 1 1 calc(50% - 0.5em);
  }
}

.tel-unit {
  margin: 2em auto;
  color: #008cd5;
  text-align: center;
}
.tel-unit > .main {
  font-size: clamp(1.382rem, 0rem + 3.85vw, 3rem);
  font-weight: 600;
}
.tel-unit > .btn-unit.-tel2 {
  margin: 0.5em auto;
}
.tel-unit > .sub {
  font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
}
@media screen and (min-width: 780px) {
  .tel-unit {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tel-unit > .main {
    font-size: clamp(1.159rem, 0.01rem + 1.47vw, 1.6rem);
  }
  .tel-unit > .btn-unit.-tel2 {
    display: inline-flex;
    padding: 0;
    margin: 0 0.5em;
    color: inherit;
    pointer-events: none;
    background: none;
    box-shadow: none;
    font-size: clamp(3.043rem, 0.03rem + 3.86vw, 4.2rem);
  }
  .tel-unit > .btn-unit.-tel2::before {
    display: block;
    width: 1em;
    height: 1em;
    content: "";
    background-image: url("../img/icon_tel2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 0.125em;
  }
  .tel-unit > .sub {
    font-size: clamp(1.449rem, 0.02rem + 1.84vw, 2rem);
  }
}

.sns-list {
  display: flex;
  gap: clamp(47.93px, -0.13px + 13.35vw, 104px);
  justify-content: center;
  margin: clamp(47.93px, -0.13px + 13.35vw, 104px) auto;
}
.sns-list > .item {
  width: clamp(47.93px, -0.13px + 13.35vw, 104px);
  transition: opacity 0.3s ease, color 0.3s ease;
}
.sns-list > .item > .link img {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
}
.sns-list > .item:hover {
  opacity: 0.8;
}
@media screen and (min-width: 780px) {
  .sns-list {
    gap: clamp(43.48px, 0.53px + 5.51vw, 60px);
    margin: clamp(43.48px, 0.53px + 5.51vw, 60px) auto;
  }
  .sns-list > .item {
    width: clamp(43.48px, 0.53px + 5.51vw, 60px);
  }
}

.chap-block.-recommendpost {
  background-color: #d9ebfb;
}
.chap-block.-recommendpost > .inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.chap-block.-recommendpost > .inner > .inner {
  padding: 1em 0;
  margin-top: -1em;
}
@media screen and (max-width: 779.98px) {
  .chap-block.-recommendpost {
    padding: clamp(18.43px, -0.06px + 5.14vw, 40px) 0;
  }
  .chap-block.-recommendpost > .inner {
    padding-right: 0;
    padding-left: 0;
  }
  .chap-block.-recommendpost > .inner .glide__bullets {
    bottom: -1em;
  }
  .chap-block.-recommendpost > .inner > .btn-block {
    margin-top: 4em;
  }
}

/* フッタ周り */
.role-contentinfo {
  background-color: #f7f7f7;
}
.role-contentinfo > .inner {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.role-contentinfo > .inner > .colophone {
  padding-bottom: 5em;
  color: #004ea8;
  text-align: center;
}

.footer-nav {
  padding: 3em 1em;
}
.footer-nav a {
  color: #021b5b;
}
@media screen and (min-width: 780px) {
  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    padding: 5em 1em;
  }
  .footer-nav > .footnav-unit {
    flex: 0 0 calc(33.33% - 0.67em);
  }
}

.footnav-unit {
  height: 100%;
  overflow: hidden;
  background-color: #f7f7f7;
}
.footnav-unit > .content {
  display: none;
}
@media screen and (min-width: 780px) {
  .footnav-unit {
    padding: 0 1em;
  }
  .footnav-unit > .content {
    display: block;
  }
}

@media screen and (min-width: 780px) {
  .footnav-list {
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    gap: 1em;
  }
  .footnav-list > .item {
    padding: 0 1em;
  }
  .footnav-list > .item {
    flex: 0 0 calc(33.33% - 0.67em);
  }
}

.error404 .sect-block.-p404 {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}
.error404 .sect-block.-p404 > .content {
  margin-top: 2em;
}
.error404 .sect-block.-p404 > .content h2 {
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.25;
  color: #008cd5;
}
.error404 .sect-block.-p404 > .content > * {
  line-height: 2;
}
.error404 .sect-block.-p404 > .content > * + * {
  margin-top: 2em;
}

.layout {
  background-color: #800;
}

:root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}

.fade-slide {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(30px);
}

.fade-slide.delay2 {
  transition-delay: 0.2s;
}

.fade-slide.delay4 {
  transition-delay: 0.4s;
}

.fade-slide.delay6 {
  transition-delay: 0.6s;
}

.fade-slide.delay8 {
  transition-delay: 0.8s;
}

.fade-slide.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:where(body.-top) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-top) .top {
  background-color: #800;
}
:where(body.-top) .top-slide {
  position: relative;
  padding-bottom: clamp(18.43px, -0.06px + 5.14vw, 40px);
}
:where(body.-top) .top-slide > .inner > .list > .item {
  position: relative;
}
:where(body.-top) .top-slide > .inner > .list > .item > .inner {
  aspect-ratio: 78/100;
  background-size: cover;
}
:where(body.-top) .top-slide > .glide__bullets {
  bottom: clamp(2.3px, -0.01px + 0.64vw, 5px);
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-end;
  padding-right: 2em;
}
:where(body.-top) .top-slide > .glide__bullets > .glide__bullet {
  background-color: #b7b7b7;
}
:where(body.-top) .top-slide > .glide__bullets > .glide__bullet.glide__bullet--active {
  background-color: #0677ca;
}
@media screen and (min-width: 780px) {
  :where(body.-top) .top-slide {
    padding-bottom: clamp(28.99px, 0.36px + 3.67vw, 40px);
    overflow: hidden;
  }
  :where(body.-top) .top-slide > .inner > .list > .item > .inner {
    aspect-ratio: 240/100;
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
  :where(body.-top) .top-slide > .inner > .list > .item > .inner::before {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    content: "";
    background-image: inherit;
    filter: blur(8px);
    background-size: cover;
  }
  :where(body.-top) .top-slide > .glide__bullets {
    bottom: clamp(10.87px, 0.13px + 1.38vw, 15px);
  }
}
:where(body.-top) .chap-group.-g1 {
  padding: clamp(4.61px, -0.01px + 1.28vw, 10px) 0 clamp(9.22px, -0.02px + 2.57vw, 20px);
  background-image: url(../img/top_bg1_pc.webp);
  background-position: center right;
  background-size: cover;
}
@media screen and (min-width: 780px) {
  :where(body.-top) .chap-group.-g1 {
    padding: clamp(14.49px, 0.16px + 1.84vw, 20px) 0 clamp(28.99px, 0.36px + 3.67vw, 40px);
    margin-top: calc(clamp(28.99px, 0.36px + 3.67vw, 40px) * -1);
  }
}
:where(body.-top) .chap-block.test {
  font-size: clamp(3.226rem, -0.01rem + 8.99vw, 7rem);
}
@media screen and (min-width: 780px) {
  :where(body.-top) .chap-block.test {
    font-size: clamp(1.884rem, 0.02rem + 2.39vw, 2.6rem);
  }
}
:where(body.-top) .chap-block.-prod {
  color: #fff;
  background: linear-gradient(to bottom, #8ac8ff 0%, #0073c7 100%);
}
:where(body.-top) .chap-block.-prod > .inner > .title > .main,
:where(body.-top) .chap-block.-prod > .inner > .title > .sub {
  color: #fff;
}
:where(body.-top) .chap-block.-prod > .inner > .title.-mov {
  margin-top: 4em;
}
:where(body.-top) .chap-block.-prod > .inner > .title.-mov > .main {
  font-size: clamp(2.765rem, -0.01rem + 7.7vw, 6rem);
}
@media screen and (min-width: 780px) {
  :where(body.-top) .chap-block.-prod > .inner {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  :where(body.-top) .chap-block.-prod > .inner > .title.-mov > .main {
    font-size: clamp(2.899rem, 0.04rem + 3.67vw, 4rem);
  }
  :where(body.-top) .chap-block.-prod > .inner > .btn-block:first-of-type {
    display: none;
  }
}
:where(body.-top) .chap-block.-resultslinks {
  margin-top: 9em;
  overflow: visible;
  color: #fff;
  background: linear-gradient(to bottom, #0072c4 0%, #005089 100%);
}
:where(body.-top) .chap-block.-resultslinks > .inner {
  position: relative;
}
:where(body.-top) .chap-block.-resultslinks > .inner > .title {
  position: absolute;
  top: -6em;
  width: 15em;
  height: 6em;
  padding-top: 2em;
  padding-left: 3em;
  margin: 0;
  -webkit-clip-path: ellipse(50% 120% at right 50% bottom -20%);
          clip-path: ellipse(50% 120% at right 50% bottom -20%);
  text-align: left;
  background-color: #0072c4;
}
:where(body.-top) .chap-block.-resultslinks > .inner > .title > .main,
:where(body.-top) .chap-block.-resultslinks > .inner > .title > .sub {
  color: #fff;
}
@media screen and (min-width: 780px) {
  :where(body.-top) .chap-block.-resultslinks {
    margin-top: 12em;
  }
  :where(body.-top) .chap-block.-resultslinks > .inner > .title {
    top: -9em;
    width: 27em;
    height: 9em;
    padding-top: 3em;
    padding-left: 0;
    -webkit-clip-path: ellipse(50% 120% at right 50% bottom -20%);
            clip-path: ellipse(50% 120% at right 50% bottom -20%);
    text-align: center;
  }
}
:where(body.-top) .chap-block.-info {
  background-color: #d9ebfb;
  background-image: url(../img/top_bg2_sp.webp);
  background-position: bottom right;
  background-size: cover;
}
:where(body.-top) .chap-block.-info > .inner > .inner > .btn-block {
  justify-content: flex-end;
}
@media screen and (min-width: 780px) {
  :where(body.-top) .chap-block.-info {
    background-image: url(../img/top_bg2_pc.webp);
  }
  :where(body.-top) .chap-block.-info > .inner > .inner {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  :where(body.-top) .chap-block.-info > .inner > .inner > .btn-block {
    padding-right: 1em;
  }
}
:where(body.-top) .chap-block.-posts {
  background: linear-gradient(to bottom, #0073c7 0%, #dff0ff 100%);
}
:where(body.-top) .chap-block.-posts > .inner > .title > .main,
:where(body.-top) .chap-block.-posts > .inner > .title > .sub {
  color: #fff;
}
:where(body.-top) .chap-block.-posts > .inner > .inner > .title {
  font-size: clamp(1.659rem, 0rem + 4.62vw, 3.6rem);
  margin: 2em 0 1em;
  font-weight: normal;
  color: #021b5b;
}
:where(body.-top) .chap-block.-posts > .inner .btn-block {
  justify-content: flex-end;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 779.98px) {
  :where(body.-top) .chap-block.-posts > .inner {
    padding-right: 0;
    padding-left: 0;
  }
  :where(body.-top) .chap-block.-posts > .inner .glide__bullets {
    position: static;
    text-align: center;
    transform: none;
  }
  :where(body.-top) .chap-block.-posts > .inner > .btn-block {
    padding-right: 1.6em;
    padding-left: 1.6em;
  }
  :where(body.-top) .chap-block.-posts > .inner > .inner {
    padding: 1em 0;
    margin-top: -1em;
  }
  :where(body.-top) .chap-block.-posts > .inner > .inner.-update {
    padding-right: 1.6em;
    padding-left: 1.6em;
  }
}
@media screen and (min-width: 780px) {
  :where(body.-top) .chap-block.-posts > .inner > .inner {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  :where(body.-top) .chap-block.-posts > .inner > .inner > .title {
    font-size: clamp(1.884rem, 0.02rem + 2.39vw, 2.6rem);
  }
}
:where(body.-top) .chap-block.-about {
  color: #fff;
  background-color: #004ea8;
  background-image: url(../img/top_bg3_sp.webp);
  background-position: bottom right;
  background-size: cover;
}
:where(body.-top) .chap-block.-about > .inner > .title > .main {
  font-size: clamp(2.488rem, -0.01rem + 6.93vw, 5.4rem);
  color: #fff;
}
:where(body.-top) .chap-block.-about > .inner > .inner > .content {
  text-align: justify;
}
:where(body.-top) .chap-block.-about > .inner > .inner > .btn-block {
  flex-wrap: wrap;
}
@media screen and (min-width: 780px) {
  :where(body.-top) .chap-block.-about {
    background-image: url(../img/top_bg3_pc.webp);
  }
  :where(body.-top) .chap-block.-about > .inner > .title > .main {
    font-size: clamp(2.899rem, 0.04rem + 3.67vw, 4rem);
  }
  :where(body.-top) .chap-block.-about > .inner > .inner {
    width: 100%;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
  }
  :where(body.-top) .chap-block.-about > .inner > .inner > .content {
    font-size: clamp(1.449rem, 0.02rem + 1.84vw, 2rem);
    line-height: 1.75;
    text-align: justify;
  }
}
:where(body.-top) .chap-block.-blog {
  background: linear-gradient(to bottom, #0174c7 0%, #89c7fe 100%);
}
:where(body.-top) .chap-block.-blog > .inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
:where(body.-top) .chap-block.-blog > .inner > .title > .main,
:where(body.-top) .chap-block.-blog > .inner > .title > .sub {
  color: #fff;
}
:where(body.-top) .chap-block.-blog > .inner > .inner {
  padding: 1em 0;
  margin-top: -1em;
}
@media screen and (max-width: 779.98px) {
  :where(body.-top) .chap-block.-blog > .inner {
    padding-right: 0;
    padding-left: 0;
  }
  :where(body.-top) .chap-block.-blog > .inner .glide__bullets {
    position: static;
    text-align: center;
    transform: none;
  }
  :where(body.-top) .chap-block.-blog > .inner > .btn-block {
    margin-top: 4em;
  }
}
:where(body.-top) .results-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  padding: 2em 0;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
:where(body.-top) .results-links > .item {
  flex: 1 1 calc(25% - 1.125em);
  background-color: #fff;
  border-radius: 1em;
}
:where(body.-top) .results-links > .item > .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  overflow: hidden;
  color: #021b5b;
  background-size: cover;
  border: solid 4px #fff;
  border-radius: 1em;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease, color 0.3s ease;
}
:where(body.-top) .results-links > .item > .link::after {
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url("../img/icon_arrl1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  z-index: 2;
}
:where(body.-top) .results-links > .item > .link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: white;
  opacity: 0.6;
}
:where(body.-top) .results-links > .item > .link.-ai {
  background-image: url(../img/results_img1.webp);
}
:where(body.-top) .results-links > .item > .link.-sec {
  background-image: url(../img/results_img2.webp);
}
:where(body.-top) .results-links > .item > .link.-cnst {
  background-image: url(../img/results_img3.webp);
}
:where(body.-top) .results-links > .item > .link.-fslt {
  background-image: url(../img/results_img4.webp);
}
:where(body.-top) .results-links > .item > .link.-agri {
  background-image: url(../img/results_img5.webp);
}
:where(body.-top) .results-links > .item > .link.-env {
  background-image: url(../img/results_img6.webp);
}
:where(body.-top) .results-links > .item > .link.-trsm {
  background-image: url(../img/results_img7.webp);
}
:where(body.-top) .results-links > .item > .link.-vhcl {
  background-image: url(../img/results_img8.webp);
}
:where(body.-top) .results-links > .item > .link > .inner {
  position: relative;
  z-index: 2;
  font-weight: 600;
  text-align: center;
  font-size: clamp(1.594rem, 0.02rem + 2.02vw, 2.2rem);
}
:where(body.-top) .results-links > .item > .link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 779.98px) {
  :where(body.-top) .results-links {
    gap: 1em;
    width: 90%;
  }
  :where(body.-top) .results-links > .item {
    flex: 1 1 calc(50% - 0.5em);
  }
  :where(body.-top) .results-links > .item > .link {
    aspect-ratio: 30/21;
    border-radius: 0.75em;
  }
  :where(body.-top) .results-links > .item > .link::after {
    right: 0.25em;
    width: 0.5em;
    height: 0.5em;
  }
  :where(body.-top) .results-links > .item > .link > .inner {
    font-size: clamp(1.567rem, 0rem + 4.36vw, 3.4rem);
  }
}
:where(body.-top) .card-unit > .inner > .image.-mov {
  position: relative;
  background-color: #800;
}
:where(body.-top) .card-unit > .inner > .image.-mov::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 3em;
  height: 3em;
  content: "";
  background-image: url(../img/icon_play.svg);
  background-size: contain;
  transform: translate(-50%, -50%);
}
:where(body.-top) .emargency-block {
  position: absolute;
  top: 1em;
  left: 50%;
  z-index: 2;
  width: 100%;
  padding: 0 0.8em;
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  :where(body.-top) .emargency-block {
    max-width: 1080px;
    padding: 0 1em;
  }
}
:where(body.-top) .emargency-list {
  display: flex;
  gap: 0.5em;
}
:where(body.-top) .emargency-list .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em;
  color: #fff;
  background: linear-gradient(to bottom, #cc2525 0%, #900000 100%);
  border: solid 1px #fff;
  border-radius: 100px;
}
:where(body.-top) .emargency-list .link::before {
  display: block;
  width: 2em;
  height: 2em;
  content: "";
  background-image: url("../img/icon_live.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.5em;
}
:where(body.-top) .emargency-list .link::after {
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url("../img/icon_arrl3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 0.5em;
}

:where(body.-blog) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-blog) .blog {
  background-color: #800;
}
:where(body.-blog) .chap-block.-blog {
  background: linear-gradient(to bottom, #f2faff 0%, #62b6ff 100%);
}
:where(body.-blog) .chap-block.-blog > .inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
:where(body.-blog) .chap-block.-blog > .inner > .title > .main,
:where(body.-blog) .chap-block.-blog > .inner > .title > .sub {
  color: #fff;
}
:where(body.-blog) .chap-block.-blog > .inner > .inner {
  padding: 1em 0;
  margin-top: -1em;
}
@media screen and (max-width: 779.98px) {
  :where(body.-blog) .chap-block.-blog > .inner {
    padding-right: 1.6em;
    padding-left: 0.8em;
  }
  :where(body.-blog) .chap-block.-blog > .inner .glide__bullets {
    bottom: 7em;
  }
  :where(body.-blog) .chap-block.-blog > .inner > .btn-block {
    margin-top: 4em;
  }
}

:where(body.-prod) :root,
:where(body.-mics) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-prod) .prod,
:where(body.-mics) .prod {
  background-color: #800;
}
:where(body.-prod) .chap-block > .inner,
:where(body.-mics) .chap-block > .inner {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 780px) {
  :where(body.-prod) .chap-block.-recommend > .inner > .prod-list,
  :where(body.-mics) .chap-block.-recommend > .inner > .prod-list {
    justify-content: center;
  }
}
:where(body.-prod) .chap-block.-option,
:where(body.-mics) .chap-block.-option {
  background: linear-gradient(to bottom, #0073c7 0%, #66b7ff 100%);
}
:where(body.-prod) .chap-block.-option > .inner > .title > .main,
:where(body.-prod) .chap-block.-option > .inner > .title > .sub,
:where(body.-mics) .chap-block.-option > .inner > .title > .main,
:where(body.-mics) .chap-block.-option > .inner > .title > .sub {
  color: #fff;
}

:where(body.-results) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-results) .blog {
  background-color: #800;
}
:where(body.-results) .chap-block.-results > .inner {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 780px) {
  :where(body.-results) .chap-block.-results > .inner > .prod-list {
    justify-content: center;
  }
}
:where(body.-results) .chap-block.-r {
  background: linear-gradient(to bottom, #0073c7 0%, #8ac8ff 100%);
}
:where(body.-results) .chap-block.-r > .inner > .title > .main,
:where(body.-results) .chap-block.-r > .inner > .title > .sub {
  color: #fff;
}
:where(body.-results) .chap-block.-l {
  background: linear-gradient(to bottom, #cee8ff 0%, #0073c7 100%);
}
:where(body.-results) .results-list > .item {
  margin-bottom: 1em;
}
@media screen and (min-width: 780px) {
  :where(body.-results) .results-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em 4em;
  }
  :where(body.-results) .results-list > .item {
    flex: 0 0 calc(50% - 2em);
    margin-bottom: 0;
  }
}

:where(body.-demo) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-demo) .prod {
  background-color: #800;
}
:where(body.-demo) .chap-block {
  background-position: bottom center;
  background-size: cover;
}
:where(body.-demo) .chap-block.-demomovies {
  overflow: visible;
  background-color: #004ea8;
  background-image: url(../img/demo_bg1_sp.webp);
}
@media screen and (min-width: 780px) {
  :where(body.-demo) .chap-block.-demomovies {
    margin-top: 4em;
    background-image: url(../img/demo_bg1_pc.webp);
  }
  :where(body.-demo) .chap-block.-demomovies > .inner > .movie-embed {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -4em;
  }
}
:where(body.-demo) .chap-block.-form {
  color: #004ea8;
  background-image: url(../img/demo_bg2_sp.webp);
}
:where(body.-demo) .chap-block.-form > .inner > .lead {
  font-size: clamp(1.382rem, 0rem + 3.85vw, 3rem);
  margin-bottom: 2em;
}
:where(body.-demo) .chap-block.-form > .inner > .lead > p > b {
  display: inline-block;
  padding: 0.125em 0.5em;
  margin: 0.25em;
  color: #fff;
  background-color: #004ea8;
}
:where(body.-demo) .chap-block.-form > .inner > .lead > * + * {
  margin-top: 1em;
}
@media screen and (min-width: 780px) {
  :where(body.-demo) .chap-block.-form {
    background-image: url(../img/demo_bg2_pc.webp);
  }
  :where(body.-demo) .chap-block.-form > .inner > .lead {
    font-size: clamp(1.304rem, 0.01rem + 1.65vw, 1.8rem);
    width: 100%;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
  }
  :where(body.-demo) .chap-block.-form > .inner > .demo-form {
    width: 100%;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
  }
}
:where(body.-demo) .wpcf7 form.wpcf7-response-output.sent, :where(body.-demo) .wpcf7 form.wpcf7-response-output.invalid, :where(body.-demo) .wpcf7 form.wpcf7-response-output.unaccepted {
  margin: -60px auto 80px;
  font-weight: bold;
  text-align: center;
  border: none;
}
:where(body.-demo) .wpcf7 form.sent .wpcf7-response-output {
  padding: 4em 1em;
  text-align: center;
  border-color: #008cd5 !important;
}

:where(body.-option) :root,
:where(body.-related) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-option) .blog,
:where(body.-related) .blog {
  background-color: #800;
}
:where(body.-option) .chap-block.-kv > .inner > .content,
:where(body.-related) .chap-block.-kv > .inner > .content {
  color: #fff;
}
:where(body.-option) .chap-block.-option,
:where(body.-related) .chap-block.-option {
  background-color: transparent;
}
:where(body.-option) .chap-block.-option > .inner,
:where(body.-related) .chap-block.-option > .inner {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 780px) {
  :where(body.-option) .chap-block.-option > .inner > .prod-list,
  :where(body.-related) .chap-block.-option > .inner > .prod-list {
    justify-content: center;
  }
}
:where(body.-option) .option-list > .item,
:where(body.-related) .option-list > .item {
  margin-bottom: 1em;
}
@media screen and (min-width: 780px) {
  :where(body.-option) .option-list,
  :where(body.-related) .option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
  }
  :where(body.-option) .option-list > .item,
  :where(body.-related) .option-list > .item {
    flex: 0 0 calc(50% - 1em);
    margin-bottom: 0;
  }
}
:where(body.-option) .option-unit > .img > .main,
:where(body.-related) .option-unit > .img > .main {
  margin-bottom: 0.25em;
}
:where(body.-option) .option-unit > .img > .main > a,
:where(body.-related) .option-unit > .img > .main > a {
  display: block;
  height: 100%;
}
:where(body.-option) .option-unit > .img > .main > a > img,
:where(body.-related) .option-unit > .img > .main > a > img {
  width: 100%;
  aspect-ratio: 395/280;
  border: solid 1px #008cd5;
  -o-object-fit: contain;
     object-fit: contain;
}
:where(body.-option) .option-unit > .img > .sub,
:where(body.-related) .option-unit > .img > .sub {
  display: flex;
  gap: 0.25em;
  justify-content: space-between;
  width: 66.67%;
}
:where(body.-option) .option-unit > .img > .sub > .item,
:where(body.-related) .option-unit > .img > .sub > .item {
  flex: 0 1 calc(33.33% - 0.167em);
}
:where(body.-option) .option-unit > .img > .sub > .item > img,
:where(body.-related) .option-unit > .img > .sub > .item > img {
  aspect-ratio: 1;
  border: solid 1px #bbb;
  -o-object-fit: cover;
     object-fit: cover;
}
:where(body.-option) .option-unit > .img > .sub > .item.is-active > img,
:where(body.-related) .option-unit > .img > .sub > .item.is-active > img {
  border: solid 1px #008cd5;
}
:where(body.-option) .option-unit > .txt > .title,
:where(body.-related) .option-unit > .txt > .title {
  font-size: clamp(2.212rem, -0.01rem + 6.16vw, 4.8rem);
  margin: 1em 0 0.5em;
  font-weight: 600;
}
:where(body.-option) .option-unit > .txt > .lead,
:where(body.-related) .option-unit > .txt > .lead {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 1em;
  color: #021b5b;
  background-color: #d9ebfb;
}
@media screen and (min-width: 780px) {
  :where(body.-option) .option-unit > .img,
  :where(body.-related) .option-unit > .img {
    display: flex;
    gap: 0.25em;
  }
  :where(body.-option) .option-unit > .img > .main,
  :where(body.-related) .option-unit > .img > .main {
    flex: 0 0 calc(81% - 0.125em);
    margin-bottom: 0;
  }
  :where(body.-option) .option-unit > .img > .main > a,
  :where(body.-related) .option-unit > .img > .main > a {
    display: block;
    height: 100%;
  }
  :where(body.-option) .option-unit > .img > .main > a > img,
  :where(body.-related) .option-unit > .img > .main > a > img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  :where(body.-option) .option-unit > .img > .sub,
  :where(body.-related) .option-unit > .img > .sub {
    display: flex;
    flex: 0 0 calc(19% - 0.125em);
    flex-direction: column;
    gap: 0.25em;
    justify-content: space-between;
  }
  :where(body.-option) .option-unit > .img > .sub > .item,
  :where(body.-related) .option-unit > .img > .sub > .item {
    flex: 1 1 calc(33.33% - 0.167em);
  }
  :where(body.-option) .option-unit > .img > .sub > .item > img,
  :where(body.-related) .option-unit > .img > .sub > .item > img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1;
  }
  :where(body.-option) .option-unit > .txt > .title,
  :where(body.-related) .option-unit > .txt > .title {
    font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
  }
}
:where(body.-option) .option-spec,
:where(body.-related) .option-spec {
  font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
  margin-top: 2em;
}
:where(body.-option) .option-spec > .item,
:where(body.-related) .option-spec > .item {
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}
:where(body.-option) .option-spec > .item > .title,
:where(body.-related) .option-spec > .item > .title {
  width: 35%;
  font-weight: 600;
}
:where(body.-option) .option-spec > .item > .content,
:where(body.-related) .option-spec > .item > .content {
  width: 65%;
}
@media screen and (min-width: 780px) {
  :where(body.-option) .option-spec,
  :where(body.-related) .option-spec {
    font-size: clamp(1.014rem, 0.01rem + 1.29vw, 1.4rem);
  }
}
:where(body.-option) .btn-block.-optionbottom,
:where(body.-related) .btn-block.-optionbottom {
  justify-content: center;
  margin: 4em auto;
}
@media screen and (min-width: 780px) {
  :where(body.-option) .btn-block.-optionbottom,
  :where(body.-related) .btn-block.-optionbottom {
    width: clamp(434.78px, 5.21px + 55.07vw, 600px);
  }
}
@media screen and (max-width: 779.98px) {
  :where(body.-option) .btn-block.-optionbottom,
  :where(body.-related) .btn-block.-optionbottom {
    display: block;
  }
  :where(body.-option) .btn-block.-optionbottom > .btn-unit + .btn-unit,
  :where(body.-related) .btn-block.-optionbottom > .btn-unit + .btn-unit {
    margin-top: 1em;
  }
}

:where(body.-proddetail) :root,
:where(main.-proddetail) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-proddetail) .proddetail,
:where(main.-proddetail) .proddetail {
  background-color: #800;
}
:where(body.-proddetail) .chap-block > .inner,
:where(main.-proddetail) .chap-block > .inner {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
:where(body.-proddetail) .chap-block.-kv > .inner,
:where(main.-proddetail) .chap-block.-kv > .inner {
  align-items: flex-end;
}
:where(body.-proddetail) .chap-block.-kv > .inner > .content,
:where(main.-proddetail) .chap-block.-kv > .inner > .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(body.-proddetail) .chap-block.-kv.-aikids > .inner,
:where(main.-proddetail) .chap-block.-kv.-aikids > .inner {
  aspect-ratio: 0.8/1;
}
:where(body.-proddetail) .chap-block.-kv.-aikids > .inner > .content,
:where(main.-proddetail) .chap-block.-kv.-aikids > .inner > .content {
  aspect-ratio: 156/40;
}
:where(body.-proddetail) .chap-block.-kv.-micsai > .inner,
:where(main.-proddetail) .chap-block.-kv.-micsai > .inner {
  aspect-ratio: 0.8/1;
}
:where(body.-proddetail) .chap-block.-kv.-micsai > .inner > .content,
:where(main.-proddetail) .chap-block.-kv.-micsai > .inner > .content {
  aspect-ratio: 156/42;
}
:where(body.-proddetail) .chap-block.-kv.-monimix > .inner,
:where(main.-proddetail) .chap-block.-kv.-monimix > .inner {
  aspect-ratio: 0.8/1;
}
:where(body.-proddetail) .chap-block.-kv.-monimix > .inner > .content,
:where(main.-proddetail) .chap-block.-kv.-monimix > .inner > .content {
  aspect-ratio: 156/40;
}
:where(body.-proddetail) .chap-block.-headcopy,
:where(main.-proddetail) .chap-block.-headcopy {
  font-size: clamp(1.935rem, -0.01rem + 5.39vw, 4.2rem);
}
:where(body.-proddetail) .chap-block.-headcopy > .inner,
:where(main.-proddetail) .chap-block.-headcopy > .inner {
  padding: 0 0.8em;
  text-align: center;
}
:where(body.-proddetail) .chap-block.-headcopy > .inner > .img,
:where(main.-proddetail) .chap-block.-headcopy > .inner > .img {
  margin: 0.8em auto;
}
:where(body.-proddetail) .chap-block.-headcopy > .inner > .title,
:where(main.-proddetail) .chap-block.-headcopy > .inner > .title {
  margin: 0.8em auto;
}
:where(body.-proddetail) .chap-block.-headcopy > .inner > .title > b,
:where(main.-proddetail) .chap-block.-headcopy > .inner > .title > b {
  font-size: clamp(2.212rem, -0.01rem + 6.16vw, 4.8rem);
  color: #004ea8;
}
:where(body.-proddetail) .chap-block.-prodmov,
:where(main.-proddetail) .chap-block.-prodmov {
  overflow: visible;
  background-color: #004ea8;
  background-image: url(../img/prod_aikids/aikids_1_bg.webp);
  background-size: cover;
}
:where(body.-proddetail) .chap-block.-prodmov.-micsai,
:where(main.-proddetail) .chap-block.-prodmov.-micsai {
  background-image: url(../img/prod_micsai/micsai_1_bg.webp);
}
:where(body.-proddetail) .chap-block.-prodmov.-monimix,
:where(main.-proddetail) .chap-block.-prodmov.-monimix {
  background-image: url(../img/prod_monimix/monimix_1_bg.webp);
}
:where(body.-proddetail) .chap-block.-prodmov > .inner,
:where(main.-proddetail) .chap-block.-prodmov > .inner {
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: center;
}
:where(body.-proddetail) .chap-block.-prodmov > .inner > .movie-embed,
:where(main.-proddetail) .chap-block.-prodmov > .inner > .movie-embed {
  margin-top: -4em;
}
:where(body.-proddetail) .chap-block.-prodmov > .inner > .title-unit a,
:where(main.-proddetail) .chap-block.-prodmov > .inner > .title-unit a {
  color: #fff;
}
:where(body.-proddetail) .chap-block.-netis,
:where(main.-proddetail) .chap-block.-netis {
  background-color: #004ea8;
  background-image: url(../img/prod_micsai/micsai_3_bg.webp);
  background-size: cover;
}
:where(body.-proddetail) .chap-block.-netis.-monimix,
:where(main.-proddetail) .chap-block.-netis.-monimix {
  background-image: url(../img/prod_monimix/monimix_3_bg.webp);
}
:where(body.-proddetail) .chap-block.-netis > .inner > .title > .main,
:where(body.-proddetail) .chap-block.-netis > .inner > .title > .sub,
:where(main.-proddetail) .chap-block.-netis > .inner > .title > .main,
:where(main.-proddetail) .chap-block.-netis > .inner > .title > .sub {
  color: #fff;
}
:where(body.-proddetail) .chap-block.-cta > .inner,
:where(main.-proddetail) .chap-block.-cta > .inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 1.62/1;
  padding-bottom: 0;
  background-size: contain;
}
:where(body.-proddetail) .chap-block.-cta > .inner > .content,
:where(main.-proddetail) .chap-block.-cta > .inner > .content {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(body.-proddetail) .chap-block.-cta.-aikids > .inner > .content,
:where(main.-proddetail) .chap-block.-cta.-aikids > .inner > .content {
  aspect-ratio: 156/54;
}
:where(body.-proddetail) .chap-block.-cta.-micsai > .inner > .content,
:where(main.-proddetail) .chap-block.-cta.-micsai > .inner > .content {
  aspect-ratio: 156/47;
}
:where(body.-proddetail) .chap-block.-cta.-monimix > .inner > .content,
:where(main.-proddetail) .chap-block.-cta.-monimix > .inner > .content {
  aspect-ratio: 156/52;
}
:where(body.-proddetail) .chap-block.-function,
:where(main.-proddetail) .chap-block.-function {
  background-image: url(../img/prod_aikids/aikids_4_bg.webp);
  background-position: top left;
  background-size: cover;
}
:where(body.-proddetail) .chap-block.-function.-micsai,
:where(main.-proddetail) .chap-block.-function.-micsai {
  background-image: url(../img/prod_micsai/micsai_5_bg.webp);
}
:where(body.-proddetail) .chap-block.-function.-monimix,
:where(main.-proddetail) .chap-block.-function.-monimix {
  background-image: url(../img/prod_monimix/monimix_5_bg.webp);
}
:where(body.-proddetail) .chap-block.-price,
:where(main.-proddetail) .chap-block.-price {
  background-image: url(../img/prod_aikids/aikids_6_bg.webp);
  background-position: top left;
  background-size: cover;
}
:where(body.-proddetail) .chap-block.-compare,
:where(main.-proddetail) .chap-block.-compare {
  background-image: url(../img/prod_aikids/aikids_7_bg.webp);
  background-position: bottom left;
  background-size: cover;
}
:where(body.-proddetail) .chap-block.-footage > .inner > .content.-txt,
:where(main.-proddetail) .chap-block.-footage > .inner > .content.-txt {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 2em;
  line-height: 2;
}
:where(body.-proddetail) .chap-block.-footage > .inner > .content.-notes,
:where(main.-proddetail) .chap-block.-footage > .inner > .content.-notes {
  margin-top: -2em;
  text-align: right;
  font-size: clamp(0.922rem, 0rem + 2.57vw, 2rem);
}
:where(body.-proddetail) .chap-block.-spec,
:where(main.-proddetail) .chap-block.-spec {
  background-image: url(../img/prod_aikids/aikids_9_bg.webp);
  background-position: center left;
  background-size: cover;
}
:where(body.-proddetail) .chap-block.-spec.-micsai,
:where(main.-proddetail) .chap-block.-spec.-micsai {
  background-image: url(../img/prod_micsai/micsai_9_bg.webp);
}
:where(body.-proddetail) .chap-block.-spec.-monimix,
:where(main.-proddetail) .chap-block.-spec.-monimix {
  background-image: url(../img/prod_monimix/monimix_9_bg.webp);
}
:where(body.-proddetail) .chap-block.-qa,
:where(main.-proddetail) .chap-block.-qa {
  background-color: #004ea8;
  background-image: url(../img/prod_micsai/micsai_10_bg.webp);
  background-position: top left;
  background-size: cover;
}
:where(body.-proddetail) .chap-block.-qa.-monimix,
:where(main.-proddetail) .chap-block.-qa.-monimix {
  background-image: url(../img/prod_monimix/monimix_10_bg.webp);
}
:where(body.-proddetail) .chap-block.-qa > .inner > .title > .main,
:where(body.-proddetail) .chap-block.-qa > .inner > .title > .sub,
:where(main.-proddetail) .chap-block.-qa > .inner > .title > .main,
:where(main.-proddetail) .chap-block.-qa > .inner > .title > .sub {
  color: #fff;
}
@media screen and (min-width: 780px) {
  :where(body.-proddetail) .chap-block.-kv::before,
  :where(main.-proddetail) .chap-block.-kv::before {
    background-position: center;
  }
  :where(body.-proddetail) .chap-block.-kv.-aikids > .inner,
  :where(main.-proddetail) .chap-block.-kv.-aikids > .inner {
    aspect-ratio: 2.4/1;
  }
  :where(body.-proddetail) .chap-block.-kv.-aikids > .inner > .content,
  :where(main.-proddetail) .chap-block.-kv.-aikids > .inner > .content {
    aspect-ratio: 108/9;
  }
  :where(body.-proddetail) .chap-block.-kv.-micsai > .inner,
  :where(main.-proddetail) .chap-block.-kv.-micsai > .inner {
    aspect-ratio: 2.7/1;
  }
  :where(body.-proddetail) .chap-block.-kv.-micsai > .inner > .content,
  :where(main.-proddetail) .chap-block.-kv.-micsai > .inner > .content {
    aspect-ratio: 108/11;
  }
  :where(body.-proddetail) .chap-block.-kv.-monimix > .inner,
  :where(main.-proddetail) .chap-block.-kv.-monimix > .inner {
    aspect-ratio: 2.4/1;
  }
  :where(body.-proddetail) .chap-block.-kv.-monimix > .inner > .content,
  :where(main.-proddetail) .chap-block.-kv.-monimix > .inner > .content {
    aspect-ratio: 108/9;
  }
  :where(body.-proddetail) .chap-block.-headcopy,
  :where(main.-proddetail) .chap-block.-headcopy {
    font-size: clamp(3.043rem, 0.03rem + 3.86vw, 4.2rem);
  }
  :where(body.-proddetail) .chap-block.-headcopy > .inner,
  :where(main.-proddetail) .chap-block.-headcopy > .inner {
    text-align: left;
  }
  :where(body.-proddetail) .chap-block.-headcopy > .inner > .title > b,
  :where(main.-proddetail) .chap-block.-headcopy > .inner > .title > b {
    font-size: clamp(3.478rem, 0.04rem + 4.41vw, 4.8rem);
  }
  :where(body.-proddetail) .chap-block.-prodmov,
  :where(main.-proddetail) .chap-block.-prodmov {
    margin-top: 4em;
  }
  :where(body.-proddetail) .chap-block.-prodmov > .inner > .movie-embed,
  :where(main.-proddetail) .chap-block.-prodmov > .inner > .movie-embed {
    flex: 1 2 570px;
    order: 1;
  }
  :where(body.-proddetail) .chap-block.-prodmov > .inner > .title-unit,
  :where(main.-proddetail) .chap-block.-prodmov > .inner > .title-unit {
    order: 0;
  }
  :where(body.-proddetail) .chap-block.-cta,
  :where(main.-proddetail) .chap-block.-cta {
    position: relative;
    overflow: hidden;
    background-color: transparent;
  }
  :where(body.-proddetail) .chap-block.-cta > .inner,
  :where(main.-proddetail) .chap-block.-cta > .inner {
    aspect-ratio: 5.4/1;
  }
  :where(body.-proddetail) .chap-block.-cta > .inner::before,
  :where(main.-proddetail) .chap-block.-cta > .inner::before {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    content: "";
    background-image: inherit;
    filter: blur(8px);
    background-size: cover;
  }
  :where(body.-proddetail) .chap-block.-cta.-aikids > .inner > .content,
  :where(main.-proddetail) .chap-block.-cta.-aikids > .inner > .content {
    aspect-ratio: 108/9;
  }
  :where(body.-proddetail) .chap-block.-cta.-micsai > .inner > .content,
  :where(main.-proddetail) .chap-block.-cta.-micsai > .inner > .content {
    aspect-ratio: 108/10.5;
  }
  :where(body.-proddetail) .chap-block.-cta.-monimix > .inner > .content,
  :where(main.-proddetail) .chap-block.-cta.-monimix > .inner > .content {
    aspect-ratio: 108/9;
  }
  :where(body.-proddetail) .chap-block.-footage > .inner > .content.-notes,
  :where(main.-proddetail) .chap-block.-footage > .inner > .content.-notes {
    font-size: clamp(1.014rem, 0.01rem + 1.29vw, 1.4rem);
  }
}
@media screen and (min-width: 1080px) {
  :where(body.-proddetail) .chap-block.-kv > .inner,
  :where(main.-proddetail) .chap-block.-kv > .inner {
    background-size: 1440px;
  }
  :where(body.-proddetail) .chap-block.-kv.-aikids > .inner,
  :where(main.-proddetail) .chap-block.-kv.-aikids > .inner {
    height: 600px;
  }
  :where(body.-proddetail) .chap-block.-kv.-aikids > .inner > .content,
  :where(main.-proddetail) .chap-block.-kv.-aikids > .inner > .content {
    aspect-ratio: 108/12;
  }
  :where(body.-proddetail) .chap-block.-kv.-micsai > .inner,
  :where(main.-proddetail) .chap-block.-kv.-micsai > .inner {
    height: 533px;
  }
  :where(body.-proddetail) .chap-block.-kv.-micsai > .inner > .content,
  :where(main.-proddetail) .chap-block.-kv.-micsai > .inner > .content {
    aspect-ratio: 108/14.25;
  }
  :where(body.-proddetail) .chap-block.-kv.-monimix > .inner,
  :where(main.-proddetail) .chap-block.-kv.-monimix > .inner {
    height: 600px;
  }
  :where(body.-proddetail) .chap-block.-kv.-monimix > .inner > .content,
  :where(main.-proddetail) .chap-block.-kv.-monimix > .inner > .content {
    aspect-ratio: 108/12;
  }
  :where(body.-proddetail) .chap-block.-cta > .inner,
  :where(main.-proddetail) .chap-block.-cta > .inner {
    height: 260px;
    background-size: 1440px;
  }
  :where(body.-proddetail) .chap-block.-cta.-aikids > .inner > .content,
  :where(main.-proddetail) .chap-block.-cta.-aikids > .inner > .content {
    aspect-ratio: 108/11;
  }
  :where(body.-proddetail) .chap-block.-cta.-micsai > .inner > .content,
  :where(main.-proddetail) .chap-block.-cta.-micsai > .inner > .content {
    aspect-ratio: 108/12;
  }
  :where(body.-proddetail) .chap-block.-cta.-monimix > .inner > .content,
  :where(main.-proddetail) .chap-block.-cta.-monimix > .inner > .content {
    aspect-ratio: 108/9;
  }
}
@media screen and (max-width: 779.98px) {
  :where(body.-proddetail) .chap-block.-prodmov,
  :where(main.-proddetail) .chap-block.-prodmov {
    margin-top: 6em;
  }
  :where(body.-proddetail) .chap-block.-prodmov > .inner,
  :where(main.-proddetail) .chap-block.-prodmov > .inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  :where(body.-proddetail) .chap-block.-summary,
  :where(main.-proddetail) .chap-block.-summary {
    width: 100%;
    margin: 0;
    background: none;
    border-radius: 0;
  }
  :where(body.-proddetail) .chap-block.-summary > .inner,
  :where(main.-proddetail) .chap-block.-summary > .inner {
    padding: 0;
  }
}
:where(body.-proddetail) .title-unit.-prodmov,
:where(main.-proddetail) .title-unit.-prodmov {
  margin: 0;
  text-align: left;
}
:where(body.-proddetail) .title-unit.-prodmov > .main,
:where(main.-proddetail) .title-unit.-prodmov > .main {
  color: #fff;
  font-size: clamp(2.765rem, -0.01rem + 7.7vw, 6rem);
}
:where(body.-proddetail) .title-unit.-prodmov > .sub,
:where(main.-proddetail) .title-unit.-prodmov > .sub {
  margin-bottom: 1em;
  font-weight: normal;
  color: #fff;
  font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
}
:where(body.-proddetail) .title-unit.-summary > .main,
:where(main.-proddetail) .title-unit.-summary > .main {
  color: #004ea8;
  font-size: clamp(2.304rem, -0.01rem + 6.42vw, 5rem);
}
@media screen and (min-width: 780px) {
  :where(body.-proddetail) .title-unit.-prodmov,
  :where(main.-proddetail) .title-unit.-prodmov {
    flex: 1 1 24em;
  }
  :where(body.-proddetail) .title-unit.-prodmov > .main,
  :where(main.-proddetail) .title-unit.-prodmov > .main {
    font-size: clamp(2.609rem, 0.03rem + 3.3vw, 3.6rem);
  }
  :where(body.-proddetail) .title-unit.-prodmov > .sub,
  :where(main.-proddetail) .title-unit.-prodmov > .sub {
    font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
  }
  :where(body.-proddetail) .title-unit.-summary > .main,
  :where(main.-proddetail) .title-unit.-summary > .main {
    font-size: clamp(3.043rem, 0.03rem + 3.86vw, 4.2rem);
  }
}
:where(body.-proddetail) .btn-block.-cta,
:where(main.-proddetail) .btn-block.-cta {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  margin: 0 auto;
}
:where(body.-proddetail) .btn-block.-cta > .btn-unit,
:where(main.-proddetail) .btn-block.-cta > .btn-unit {
  flex: 0 0 calc(50% - 1em);
  font-size: clamp(0.922rem, 0rem + 2.57vw, 2rem);
}
:where(body.-proddetail) .btn-block.-spec,
:where(main.-proddetail) .btn-block.-spec {
  display: block;
  text-align: center;
}
:where(body.-proddetail) .btn-block.-spec > .btn-unit + .btn-unit,
:where(main.-proddetail) .btn-block.-spec > .btn-unit + .btn-unit {
  margin-top: 1em;
}
@media screen and (min-width: 780px) {
  :where(body.-proddetail) .btn-block.-cta,
  :where(main.-proddetail) .btn-block.-cta {
    flex-wrap: nowrap;
  }
  :where(body.-proddetail) .btn-block.-cta > .btn-unit,
  :where(main.-proddetail) .btn-block.-cta > .btn-unit {
    flex: 0 1 auto;
    font-size: clamp(1.159rem, 0.01rem + 1.47vw, 1.6rem);
  }
  :where(body.-proddetail) .btn-block.-spec,
  :where(main.-proddetail) .btn-block.-spec {
    display: flex;
  }
  :where(body.-proddetail) .btn-block.-spec > .btn-unit,
  :where(main.-proddetail) .btn-block.-spec > .btn-unit {
    width: 18em;
    margin: 0;
  }
  :where(body.-proddetail) .btn-block.-spec > .btn-unit + .btn-unit,
  :where(main.-proddetail) .btn-block.-spec > .btn-unit + .btn-unit {
    margin-top: 0;
  }
}
:where(body.-proddetail) .card-unit.-e1 > .inner > .title,
:where(main.-proddetail) .card-unit.-e1 > .inner > .title {
  margin: 1em 0.5em 0.5em;
  color: #004ea8;
  text-align: left;
}
:where(body.-proddetail) .card-unit.-e1 > .inner > .content li + li,
:where(main.-proddetail) .card-unit.-e1 > .inner > .content li + li {
  margin-top: 0.75em;
}
:where(body.-proddetail) .card-unit.-n1 > .inner > .title,
:where(main.-proddetail) .card-unit.-n1 > .inner > .title {
  margin-top: 0.75em;
  margin-bottom: 0;
}
:where(body.-proddetail) .card-unit.-s1 > .inner > .title,
:where(main.-proddetail) .card-unit.-s1 > .inner > .title {
  margin-top: 0.75em;
}
:where(body.-proddetail) .card-unit.-s1 > .inner > .content li + li,
:where(main.-proddetail) .card-unit.-s1 > .inner > .content li + li {
  margin-top: 0.75em;
}
:where(body.-proddetail) .card-unit.-c1 > .inner > .image,
:where(main.-proddetail) .card-unit.-c1 > .inner > .image {
  margin: 0;
}
:where(body.-proddetail) .card-unit > .inner > .content,
:where(main.-proddetail) .card-unit > .inner > .content {
  margin: 1em 0;
}
:where(body.-proddetail) .card-unit > .inner > .title,
:where(main.-proddetail) .card-unit > .inner > .title {
  text-align: center;
}
:where(body.-proddetail) .card-unit > .inner > .image,
:where(main.-proddetail) .card-unit > .inner > .image {
  margin: -1em -1em 0;
}
@media screen and (max-width: 779.98px) {
  :where(body.-proddetail) .card-unit,
  :where(main.-proddetail) .card-unit {
    background-size: cover;
  }
  :where(body.-proddetail) .card-unit.-s1,
  :where(main.-proddetail) .card-unit.-s1 {
    margin: 1.6em 0.8em;
  }
  :where(body.-proddetail) .card-unit.-s1 > .inner > .title,
  :where(main.-proddetail) .card-unit.-s1 > .inner > .title {
    text-align: left;
  }
  :where(body.-proddetail) .card-unit.-s1 > .inner > .image,
  :where(main.-proddetail) .card-unit.-s1 > .inner > .image {
    display: none;
  }
  :where(body.-proddetail) .card-unit.-s1.-r,
  :where(main.-proddetail) .card-unit.-s1.-r {
    padding-right: 0.8em;
    padding-left: 8em;
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  :where(body.-proddetail) .card-unit.-s1.-r > .inner,
  :where(main.-proddetail) .card-unit.-s1.-r > .inner {
    color: #004ea8;
  }
  :where(body.-proddetail) .card-unit.-s1.-l,
  :where(main.-proddetail) .card-unit.-s1.-l {
    padding-right: 8em;
    padding-left: 0.8em;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  :where(body.-proddetail) .card-unit.-s1.-l > .inner,
  :where(main.-proddetail) .card-unit.-s1.-l > .inner {
    color: #fff;
  }
  :where(body.-proddetail) .card-unit.-c1 > .inner > .lead,
  :where(main.-proddetail) .card-unit.-c1 > .inner > .lead {
    font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
  }
  :where(body.-proddetail) .card-unit.-c1 > .inner > .lead.pc + .image,
  :where(main.-proddetail) .card-unit.-c1 > .inner > .lead.pc + .image {
    margin: -1em -1em 0;
  }
  :where(body.-proddetail) .card-unit.-c1 > .inner > .desc,
  :where(main.-proddetail) .card-unit.-c1 > .inner > .desc {
    font-size: clamp(1.198rem, 0rem + 3.34vw, 2.6rem);
    margin-top: 0;
  }
}
:where(body.-proddetail) .movie-embed,
:where(main.-proddetail) .movie-embed {
  width: 100%;
}
:where(body.-proddetail) .movie-embed > .item,
:where(main.-proddetail) .movie-embed > .item {
  width: 100%;
}
:where(body.-proddetail) .summary-list > .item,
:where(main.-proddetail) .summary-list > .item {
  margin-bottom: 1.6em;
}
:where(body.-proddetail) .summary-list > .item > .inner,
:where(main.-proddetail) .summary-list > .item > .inner {
  color: #fff;
  background-color: #004ea8;
}
@media screen and (min-width: 780px) {
  :where(body.-proddetail) .summary-list,
  :where(main.-proddetail) .summary-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
  }
  :where(body.-proddetail) .summary-list > .item,
  :where(main.-proddetail) .summary-list > .item {
    flex: 0 0 calc(33.33% - 0.6666666667em);
  }
  :where(body.-proddetail) .summary-list > .item > .inner,
  :where(main.-proddetail) .summary-list > .item > .inner {
    background-image: none !important;
  }
}
:where(body.-proddetail) .function-list,
:where(main.-proddetail) .function-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 2em;
}
:where(body.-proddetail) .function-list > .item,
:where(main.-proddetail) .function-list > .item {
  flex: 0 0 calc(50% - 0.5em);
  padding: 1em 0.5em;
  color: #fff;
  background-color: #004ea8;
  border-radius: 1em;
}
:where(body.-proddetail) .function-list > .item > .inner,
:where(main.-proddetail) .function-list > .item > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
:where(body.-proddetail) .function-list > .item > .inner > .title,
:where(main.-proddetail) .function-list > .item > .inner > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
}
:where(body.-proddetail) .function-list > .item > .inner > .title::before,
:where(main.-proddetail) .function-list > .item > .inner > .title::before {
  display: block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  background-image: initial;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.5em;
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-ai::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-ai::before {
  background-image: url(../img/prod/icon_prod1.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-rec::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-rec::before {
  background-image: url(../img/prod/icon_prod2.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-talk::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-talk::before {
  background-image: url(../img/prod/icon_prod3.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-night::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-night::before {
  background-image: url(../img/prod/icon_prod4.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-lte::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-lte::before {
  background-image: url(../img/prod/icon_prod5.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-easy::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-easy::before {
  background-image: url(../img/prod/icon_prod6.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-bigstrg::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-bigstrg::before {
  background-image: url(../img/prod/icon_prod7.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-active::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-active::before {
  background-image: url(../img/prod/icon_prod8.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-aio::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-aio::before {
  background-image: url(../img/prod/icon_prod9.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-remote::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-remote::before {
  background-image: url(../img/prod/icon_prod10.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-multi::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-multi::before {
  background-image: url(../img/prod/icon_prod11.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-round::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-round::before {
  background-image: url(../img/prod/icon_prod12.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-save::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-save::before {
  background-image: url(../img/prod/icon_prod13.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-expansion::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-expansion::before {
  background-image: url(../img/prod/icon_prod14.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-data::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-data::before {
  background-image: url(../img/prod/icon_prod15.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .title.-analyze::before,
:where(main.-proddetail) .function-list > .item > .inner > .title.-analyze::before {
  background-image: url(../img/prod/icon_prod16.webp);
}
:where(body.-proddetail) .function-list > .item > .inner > .content,
:where(main.-proddetail) .function-list > .item > .inner > .content {
  align-self: flex-start;
  text-align: left;
  font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
}
@media screen and (min-width: 780px) {
  :where(body.-proddetail) .function-list > .item,
  :where(main.-proddetail) .function-list > .item {
    flex: 0 0 calc(25% - 0.75em);
    padding: 1em 1em 2em;
  }
  :where(body.-proddetail) .function-list > .item > .inner > .title,
  :where(main.-proddetail) .function-list > .item > .inner > .title {
    font-size: clamp(1.594rem, 0.02rem + 2.02vw, 2.2rem);
  }
  :where(body.-proddetail) .function-list > .item > .inner > .content,
  :where(main.-proddetail) .function-list > .item > .inner > .content {
    font-size: clamp(1.304rem, 0.01rem + 1.65vw, 1.8rem);
  }
}
:where(body.-proddetail) .ex-list > .item,
:where(main.-proddetail) .ex-list > .item {
  margin-bottom: 1.6em;
}
@media screen and (min-width: 780px) {
  :where(body.-proddetail) .ex-list,
  :where(main.-proddetail) .ex-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
  }
  :where(body.-proddetail) .ex-list > .item,
  :where(main.-proddetail) .ex-list > .item {
    flex: 0 0 calc(33.33% - 0.6666666667em);
  }
}
:where(body.-proddetail) .prod-list,
:where(main.-proddetail) .prod-list {
  justify-content: center;
}
:where(body.-proddetail) .price-plan,
:where(main.-proddetail) .price-plan {
  margin-bottom: 2em;
  overflow: hidden;
  background-color: #fff;
  border-radius: 1em;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
:where(body.-proddetail) .price-plan > .title,
:where(main.-proddetail) .price-plan > .title {
  font-size: clamp(1.567rem, 0rem + 4.36vw, 3.4rem);
  padding: 1em;
  color: #fff;
  text-align: center;
  background-color: #004ea8;
}
:where(body.-proddetail) .price-plan > .title > b,
:where(main.-proddetail) .price-plan > .title > b {
  font-size: clamp(2.304rem, -0.01rem + 6.42vw, 5rem);
}
:where(body.-proddetail) .price-plan > .title > small,
:where(main.-proddetail) .price-plan > .title > small {
  margin-right: 1em;
}
:where(body.-proddetail) .price-plan > .content,
:where(main.-proddetail) .price-plan > .content {
  padding: 1em;
}
@media screen and (min-width: 780px) {
  :where(body.-proddetail) .price-plan > .title,
  :where(main.-proddetail) .price-plan > .title {
    font-size: clamp(1.884rem, 0.02rem + 2.39vw, 2.6rem);
  }
  :where(body.-proddetail) .price-plan > .title > b,
  :where(main.-proddetail) .price-plan > .title > b {
    font-size: clamp(2.319rem, 0.03rem + 2.94vw, 3.2rem);
  }
  :where(body.-proddetail) .price-plan > .title > small,
  :where(main.-proddetail) .price-plan > .title > small {
    font-size: clamp(1.304rem, 0.01rem + 1.65vw, 1.8rem);
  }
}
:where(body.-proddetail) .price-content > .item,
:where(main.-proddetail) .price-content > .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5em auto;
  line-height: 1;
  color: #004ea8;
  font-size: clamp(1.567rem, 0rem + 4.36vw, 3.4rem);
}
:where(body.-proddetail) .price-content > .item > .content,
:where(main.-proddetail) .price-content > .item > .content {
  display: flex;
  flex: 0 0 12em;
  align-items: flex-end;
  width: 12em;
  text-align: right;
}
:where(body.-proddetail) .price-content > .item > .content > .yen,
:where(main.-proddetail) .price-content > .item > .content > .yen {
  flex: 0 0 6em;
}
:where(body.-proddetail) .price-content > .item > .content > .yen > b,
:where(main.-proddetail) .price-content > .item > .content > .yen > b {
  color: #ff6200;
  font-size: clamp(2.304rem, -0.01rem + 6.42vw, 5rem);
}
:where(body.-proddetail) .price-content > .item > .content > small,
:where(main.-proddetail) .price-content > .item > .content > small {
  flex: 0 0 7em;
  font-size: clamp(1.198rem, 0rem + 3.34vw, 2.6rem);
}
:where(body.-proddetail) .price-content > .item > .content > i,
:where(main.-proddetail) .price-content > .item > .content > i {
  font-size: clamp(1.198rem, 0rem + 3.34vw, 2.6rem);
}
@media screen and (min-width: 780px) {
  :where(body.-proddetail) .price-content > .item,
  :where(main.-proddetail) .price-content > .item {
    font-size: clamp(1.884rem, 0.02rem + 2.39vw, 2.6rem);
  }
  :where(body.-proddetail) .price-content > .item > .title,
  :where(main.-proddetail) .price-content > .item > .title {
    flex: 0 0 5em;
    width: 5em;
  }
  :where(body.-proddetail) .price-content > .item > .content,
  :where(main.-proddetail) .price-content > .item > .content {
    flex: 0 0 12em;
    width: 12em;
  }
  :where(body.-proddetail) .price-content > .item > .content > .yen,
  :where(main.-proddetail) .price-content > .item > .content > .yen {
    flex: 0 0 6em;
  }
  :where(body.-proddetail) .price-content > .item > .content > .yen > b,
  :where(main.-proddetail) .price-content > .item > .content > .yen > b {
    font-size: clamp(2.609rem, 0.03rem + 3.3vw, 3.6rem);
  }
  :where(body.-proddetail) .price-content > .item > .content > small,
  :where(main.-proddetail) .price-content > .item > .content > small {
    flex: 0 0 7em;
    font-size: clamp(1.304rem, 0.01rem + 1.65vw, 1.8rem);
  }
  :where(body.-proddetail) .price-content > .item > .content > i,
  :where(main.-proddetail) .price-content > .item > .content > i {
    font-size: clamp(1.304rem, 0.01rem + 1.65vw, 1.8rem);
  }
}
:where(body.-proddetail) .netis-block,
:where(main.-proddetail) .netis-block {
  padding: 2em 1em 1.5em;
  margin-bottom: 2em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5em;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
:where(body.-proddetail) .netis-block > .content,
:where(main.-proddetail) .netis-block > .content {
  font-size: clamp(1.382rem, 0rem + 3.85vw, 3rem);
}
:where(body.-proddetail) .netis-block > .title,
:where(main.-proddetail) .netis-block > .title {
  font-size: clamp(1.843rem, -0.01rem + 5.14vw, 4rem);
  margin-bottom: 0.5em;
  color: #004ea8;
}
:where(body.-proddetail) .netis-block > .btn-block,
:where(main.-proddetail) .netis-block > .btn-block {
  gap: 0.5em;
  margin: 1em 0 0.5em;
}
:where(body.-proddetail) .netis-block > .btn-block > .btn-unit,
:where(main.-proddetail) .netis-block > .btn-block > .btn-unit {
  margin: 0;
  font-size: clamp(0.922rem, 0rem + 2.57vw, 2rem);
}
@media screen and (min-width: 780px) {
  :where(body.-proddetail) .netis-block > .content,
  :where(main.-proddetail) .netis-block > .content {
    font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
  }
  :where(body.-proddetail) .netis-block > .title,
  :where(main.-proddetail) .netis-block > .title {
    font-size: clamp(2.319rem, 0.03rem + 2.94vw, 3.2rem);
  }
  :where(body.-proddetail) .netis-block > .btn-block,
  :where(main.-proddetail) .netis-block > .btn-block {
    gap: 2em;
    margin: 2em 0 0.5em;
  }
  :where(body.-proddetail) .netis-block > .btn-block > .btn-unit,
  :where(main.-proddetail) .netis-block > .btn-block > .btn-unit {
    font-size: clamp(1.159rem, 0.01rem + 1.47vw, 1.6rem);
  }
}
:where(body.-proddetail) .qa-unit,
:where(main.-proddetail) .qa-unit {
  margin-bottom: 1em;
  background-color: #fff;
  border-radius: 1em;
  font-size: clamp(1.382rem, 0rem + 3.85vw, 3rem);
}
:where(body.-proddetail) .qa-unit > .title,
:where(main.-proddetail) .qa-unit > .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2em;
  cursor: pointer;
}
:where(body.-proddetail) .qa-unit > .title > span,
:where(main.-proddetail) .qa-unit > .title > span {
  flex: 1 1 auto;
}
:where(body.-proddetail) .qa-unit > .title::before,
:where(main.-proddetail) .qa-unit > .title::before {
  display: block;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-image: initial;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  flex: 0 0 1.2em;
  font-size: 200%;
  font-weight: bold;
  line-height: 1;
  color: #004ea8;
  content: "Q";
}
:where(body.-proddetail) .qa-unit > .title::after,
:where(main.-proddetail) .qa-unit > .title::after {
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url("../img/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  flex: 0 0 1em;
}
:where(body.-proddetail) .qa-unit > .title.is-active::after,
:where(main.-proddetail) .qa-unit > .title.is-active::after {
  background-image: url(../img/icon_minus.svg);
}
:where(body.-proddetail) .qa-unit > .content,
:where(main.-proddetail) .qa-unit > .content {
  display: none;
  overflow: hidden;
}
:where(body.-proddetail) .qa-unit > .content > hr,
:where(main.-proddetail) .qa-unit > .content > hr {
  margin: 0 1.2em 1.2em;
  border-color: #d9ebfb;
}
:where(body.-proddetail) .qa-unit > .content > .inner,
:where(main.-proddetail) .qa-unit > .content > .inner {
  display: flex;
  align-items: center;
  padding: 0 1.2em 1.2em;
  line-height: 1.75;
}
:where(body.-proddetail) .qa-unit > .content > .inner::before,
:where(main.-proddetail) .qa-unit > .content > .inner::before {
  display: block;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-image: initial;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  flex: 0 0 1.2em;
  font-size: 200%;
  font-weight: bold;
  line-height: 1;
  color: #ff6200;
  content: "A";
}
:where(body.-proddetail) .qa-unit > .content > .inner > .content,
:where(main.-proddetail) .qa-unit > .content > .inner > .content {
  margin-top: 0.25em;
}
@media screen and (min-width: 780px) {
  :where(body.-proddetail) .qa-unit,
  :where(main.-proddetail) .qa-unit {
    font-size: clamp(1.304rem, 0.01rem + 1.65vw, 1.8rem);
  }
}
:where(body.-proddetail) .spec-block,
:where(main.-proddetail) .spec-block {
  font-size: clamp(1.014rem, 0rem + 2.82vw, 2.2rem);
}
@media screen and (min-width: 780px) {
  :where(body.-proddetail) .spec-block,
  :where(main.-proddetail) .spec-block {
    font-size: clamp(1.014rem, 0.01rem + 1.29vw, 1.4rem);
  }
}
:where(body.-proddetail) .spec-table,
:where(main.-proddetail) .spec-table {
  width: 100%;
  color: #004ea8;
  background-color: #fff;
}
:where(body.-proddetail) .spec-table tbody,
:where(main.-proddetail) .spec-table tbody {
  width: 100%;
}
:where(body.-proddetail) .spec-table .specth,
:where(main.-proddetail) .spec-table .specth {
  width: 18%;
  padding: 0.5em;
  color: #fff;
  background-color: #004ea8;
  border: 1px solid #d9ebfb;
}
:where(body.-proddetail) .spec-table .spectd,
:where(main.-proddetail) .spec-table .spectd {
  width: 32%;
  height: 4em;
  padding: 0.5em 1.5em;
  border: 1px solid #d9ebfb;
}
:where(body.-proddetail) .compare-block,
:where(main.-proddetail) .compare-block {
  font-size: clamp(1.014rem, 0rem + 2.82vw, 2.2rem);
}
@media screen and (min-width: 780px) {
  :where(body.-proddetail) .compare-block,
  :where(main.-proddetail) .compare-block {
    display: flex;
    font-size: clamp(1.014rem, 0.01rem + 1.29vw, 1.4rem);
  }
  :where(body.-proddetail) .compare-block > .item,
  :where(main.-proddetail) .compare-block > .item {
    flex: 0 0 50%;
  }
}
:where(body.-proddetail) .compare-table,
:where(main.-proddetail) .compare-table {
  width: 100%;
  margin-bottom: 2em;
  border-spacing: 2px;
  border-collapse: separate;
}
:where(body.-proddetail) .compare-table th,
:where(main.-proddetail) .compare-table th {
  padding: 0.125em;
  color: #fff;
  background-color: #004ea8;
  border: none;
}
:where(body.-proddetail) .compare-table th.blank,
:where(main.-proddetail) .compare-table th.blank {
  background-color: transparent;
}
:where(body.-proddetail) .compare-table td,
:where(main.-proddetail) .compare-table td {
  padding: 0.125em;
  color: #004ea8;
  text-align: center;
  background-color: #fff;
  border: none;
}
:where(body.-proddetail) .compare-table .compth,
:where(main.-proddetail) .compare-table .compth {
  padding: 0;
  vertical-align: bottom;
  background-color: transparent;
}
:where(body.-proddetail) .compare-table .compth > .inner,
:where(main.-proddetail) .compare-table .compth > .inner {
  padding: 0.125em;
  background-color: #004ea8;
}
:where(body.-proddetail) .compare-table .compth > .inner.-aikids,
:where(main.-proddetail) .compare-table .compth > .inner.-aikids {
  font-size: 150%;
  background-color: #008cd5;
}
:where(body.-proddetail) .compare-table .comptd,
:where(main.-proddetail) .compare-table .comptd {
  padding: 0;
  background-color: #e5f3ff;
}
:where(body.-proddetail) .compare-table .comptd > .inner,
:where(main.-proddetail) .compare-table .comptd > .inner {
  padding: 0.125em;
  font-size: 150%;
  font-weight: bold;
}
:where(body.-proddetail) .compare-table .comptd > .inner b,
:where(main.-proddetail) .compare-table .comptd > .inner b {
  color: #ff6200;
}
:where(body.-proddetail) .compare-table .comptd > .inner small,
:where(main.-proddetail) .compare-table .comptd > .inner small {
  font-weight: normal;
}
:where(body.-proddetail) .compare-table .comptd > .inner.-price,
:where(main.-proddetail) .compare-table .comptd > .inner.-price {
  font-weight: normal;
}
@media screen and (min-width: 780px) {
  :where(body.-proddetail) .compare-table th,
  :where(main.-proddetail) .compare-table th {
    padding: 1em;
  }
  :where(body.-proddetail) .compare-table td,
  :where(main.-proddetail) .compare-table td {
    padding: 1em 2em;
  }
  :where(body.-proddetail) .compare-table .compth,
  :where(main.-proddetail) .compare-table .compth {
    padding: 0;
  }
  :where(body.-proddetail) .compare-table .compth > .inner,
  :where(main.-proddetail) .compare-table .compth > .inner {
    padding: 1em;
  }
  :where(body.-proddetail) .compare-table .comptd,
  :where(main.-proddetail) .compare-table .comptd {
    padding: 0;
  }
  :where(body.-proddetail) .compare-table .comptd > .inner,
  :where(main.-proddetail) .compare-table .comptd > .inner {
    padding: 0.67em 1.34em;
  }
}

:where(body.-template) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-template) .template {
  background-color: #800;
}
:where(body.-template) .top-slide {
  position: relative;
}
:where(body.-template) .top-slide > .inner > .list > .item {
  position: relative;
}
:where(body.-template) .top-slide > .inner > .list > .item > .inner {
  aspect-ratio: 78/100;
  background-size: cover;
}
@media screen and (min-width: 780px) {
  :where(body.-template) .top-slide {
    overflow: hidden;
  }
  :where(body.-template) .top-slide > .inner > .list > .item > .inner {
    aspect-ratio: 240/100;
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
  :where(body.-template) .top-slide > .inner > .list > .item > .inner::before {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    content: "";
    background-image: inherit;
    filter: blur(8px);
    background-size: cover;
  }
}

:where(body.-under) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-under) .under {
  background-color: #800;
}

:where(body.-legacy) {
  /* ---------------------------------------------

  library CSS

  v.3.0.0
  at 20.9.8

  --------------------------------------------- */
  /* UTFの飾り数字リストマーク
  @import url('lm.css');
  */
  /* -- -- Hiragino-Sansの太さ対策 -- -- */
  /* -- -- リセット -- -- */
  /*
  input:not([type=radio]):not([type=checkbox]):not([type=button]):not([type=submit]):not([type=reset]):not([type=image]),
  */
  /* -- -- テキスト・フォント関連 -- -- */
  /* -- -- 汎用クラス -- -- */
  /* -- -- dl horizontal -- -- */
  /* -- -- ol ul -- -- */
  /*
  .ut-lm ol:not(.-lmIn), .ut-lm ul:not(.-lmIn) {
  	padding-left: 1.75em;
  }
  */
  /* ※1 */
  /* ① */
  /* (1) */
  /* inside */
  /*
  .-lmIn ol:not(.-lmIn), .-lmIn ul:not(.-lmIn) {
  	list-style-position: outside;
  }
  */
  /* nest */
  /*  markers */
  /* ※ */
  /* ■ */
  /* □ */
  /* ◆ */
  /* ◇ */
  /* ● */
  /* ○ */
  /* – ndash */
  /* — mdash */
  /* ✓ check */
  /* ◉ */
  /* ◎ */
  /* ▲ */
  /* △ */
  /* ▼ */
  /* ▽ */
  /* ▶ */
  /* ▷ */
  /* ◀ */
  /* ◁ */
  /* ♠ */
  /* ♤ */
  /* ♦ */
  /* ♢ */
  /* ♥ */
  /* ♡ */
  /* ♣ */
  /* ♧ */
  /* ★ */
  /* ☆ */
  /* value (sample) */
  /* flexbox webkit prefix (sample) */
}
:where(body.-legacy) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
@font-face {
  font-family: Hiragino-Sans-custom;
  font-weight: 100;
  src: local("HiraginoSans-W0"), local("Hiragino Sans");
}
@font-face {
  font-family: Hiragino-Sans-custom;
  font-weight: 400;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
}
@font-face {
  font-family: Hiragino-Sans-custom;
  font-weight: 700;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
}
@font-face {
  font-family: Hiragino-Sans-custom;
  font-weight: 800;
  src: local("HiraginoSans-W9"), local("Hiragino Sans");
}
@font-face {
  font-family: Yu-Gothic-custom;
  font-weight: 100;
  src: local("Yu Gothic Light");
}
@font-face {
  font-family: Yu-Gothic-custom;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: Yu-Gothic-custom;
  font-weight: 500;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: Yu-Gothic-custom;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}
:where(body.-legacy) html {
  font-family: Hiragino-Sans-custom, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
:where(body.-legacy) code,
:where(body.-legacy) kbd,
:where(body.-legacy) samp,
:where(body.-legacy) pre {
  font-family: Courier, "Osaka－等幅", "Osaka-等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
:where(body.-legacy) body {
  font-size: 1.6rem;
}
:where(body.-legacy) h1,
:where(body.-legacy) h2,
:where(body.-legacy) h3,
:where(body.-legacy) h4,
:where(body.-legacy) h5,
:where(body.-legacy) h6 {
  font-size: inherit;
}
:where(body.-legacy) h1,
:where(body.-legacy) h2,
:where(body.-legacy) h3,
:where(body.-legacy) h4,
:where(body.-legacy) h5,
:where(body.-legacy) h6,
:where(body.-legacy) th {
  /*
  font-weight: normal;
  */
}
:where(body.-legacy) h1,
:where(body.-legacy) h2,
:where(body.-legacy) h3,
:where(body.-legacy) h4,
:where(body.-legacy) h5,
:where(body.-legacy) h6,
:where(body.-legacy) p,
:where(body.-legacy) ol,
:where(body.-legacy) ul,
:where(body.-legacy) li,
:where(body.-legacy) dl,
:where(body.-legacy) dd,
:where(body.-legacy) dt,
:where(body.-legacy) table,
:where(body.-legacy) pre,
:where(body.-legacy) blockquote,
:where(body.-legacy) figure,
:where(body.-legacy) fieldset {
  margin: 0;
}
:where(body.-legacy) pre,
:where(body.-legacy) th,
:where(body.-legacy) td,
:where(body.-legacy) fieldset {
  padding: 1px;
  border: solid 1px WindowFrame;
}
:where(body.-legacy) caption {
  /* border-bottom: none; */
  text-align: left;
}
:where(body.-legacy) p,
:where(body.-legacy) blockquote,
:where(body.-legacy) main {
  /*
  line-height: 1.75;
  */
}
:where(body.-legacy) pre {
  /*
  overflow: auto;
  white-space: pre;
  */
}
:where(body.-legacy) table {
  width: 100%;
}
:where(body.-legacy) iframe,
:where(body.-legacy) img,
:where(body.-legacy) input,
:where(body.-legacy) select,
:where(body.-legacy) textarea {
  max-width: 100%;
  height: auto;
}
:where(body.-legacy) a {
  color: inherit;
}
:where(body.-legacy) a:link,
:where(body.-legacy) a:visited,
:where(body.-legacy) a:hover {
  text-decoration: none;
}
:where(body.-legacy) sup,
:where(body.-legacy) sub {
  position: relative;
  font-size: 60%;
  line-height: 1;
}
:where(body.-legacy) nav li::before {
  content: none;
}
:where(body.-legacy) button,
:where(body.-legacy) input,
:where(body.-legacy) select,
:where(body.-legacy) textarea {
  padding: 0.25em 0.375em;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  background-color: transparent;
  border: 1px solid WindowFrame;
}
:where(body.-legacy) select {
  padding-right: 1em;
  background: no-repeat right center/1em;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
:where(body.-legacy) select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4' fill='WindowFrame'/%3E%3C/svg%3E");
}
:where(body.-legacy) [type=color],
:where(body.-legacy) [type=range] {
  padding: 0;
  border-width: 0;
}
:where(body.-legacy) ::-ms-expand {
  display: none;
}
:where(body.-legacy) :input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
:where(body.-legacy) input[type=text],
:where(body.-legacy) input[type=search],
:where(body.-legacy) input[type=tel],
:where(body.-legacy) input[type=url],
:where(body.-legacy) input[type=email],
:where(body.-legacy) input[type=password],
:where(body.-legacy) input[type=number],
:where(body.-legacy) input[type=file],
:where(body.-legacy) input[type=date],
:where(body.-legacy) input[type=month],
:where(body.-legacy) input[type=week],
:where(body.-legacy) input[type=time],
:where(body.-legacy) input[type=datetime-local],
:where(body.-legacy) textarea,
:where(body.-legacy) select {
  width: 100%;
  background-color: #fff;
}
:where(body.-legacy) input[type=color] {
  width: calc(2em + 2px);
  height: calc(1.75em + 2px);
  padding: 0.25em 0.375em;
  cursor: pointer;
}
:where(body.-legacy) input[type=range] {
  height: calc(1.75em + 2px);
  margin: 0 0.375em;
  vertical-align: middle;
  cursor: pointer;
}
:where(body.-legacy) input[type=radio],
:where(body.-legacy) input[type=checkbox] {
  width: calc(0.75em + 2px);
  height: calc(0.75em + 2px);
  margin: 0.5em 0.375em;
  vertical-align: middle;
  cursor: pointer;
}
:where(body.-legacy) select {
  padding: 0.25em 1.5em 0.25em 0.375em;
  cursor: pointer;
  background-size: 1.5em;
  border-radius: 0;
}
:where(body.-legacy) textarea {
  vertical-align: bottom;
}
:where(body.-legacy) button,
:where(body.-legacy) input[type=button],
:where(body.-legacy) input[type=submit],
:where(body.-legacy) input[type=reset],
:where(body.-legacy) input[type=image] {
  cursor: pointer;
  background-color: #fff;
}
:where(body.-legacy) ol,
:where(body.-legacy) ul {
  padding-left: 1.75em;
}
:where(body.-legacy) ul[class]:not(.ut-lm),
:where(body.-legacy) ol[class]:not(.ut-lm) {
  padding-left: 0;
  list-style-type: none;
}
:where(body.-legacy) address {
  font-style: normal;
}
:where(body.-legacy) mark {
  background: linear-gradient(transparent 70%, #ff0 0%);
}
:where(body.-legacy) b,
:where(body.-legacy) strong {
  font-weight: bold;
}
:where(body.-legacy) label,
:where(body.-legacy) label > span {
  vertical-align: middle;
  cursor: pointer;
}
:where(body.-legacy) .ut-sysfont {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", Meiryo, sans-serif;
}
:where(body.-legacy) .ut-gothic {
  font-family: Hiragino-Sans-custom, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
:where(body.-legacy) .ut-mincho {
  font-family: "Hiragino Mincho ProN", "MS PMincho", serif;
}
:where(body.-legacy) .ut-yugo {
  font-family: YuGothic, Yu-Gothic-custom, "Yu Gothic", Hiragino-Sans-custom, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
:where(body.-legacy) .ut-yumin {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
:where(body.-legacy) .ut-marugo {
  font-family: "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, sans-serif;
}
:where(body.-legacy) .ut-enGothic {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
:where(body.-legacy) .ut-enMincho {
  font-family: "Times New Roman", serif;
}
:where(body.-legacy) .ut-sparse {
  font-feature-settings: normal;
  letter-spacing: 0.4em;
}
:where(body.-legacy) .ut-dense {
  font-feature-settings: "palt" 1;
  letter-spacing: -0.025em;
}
:where(body.-legacy) .ut-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
:where(body.-legacy) .ut-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* 要width指定 */
}
:where(body.-legacy) .ut-cf::after {
  display: block;
  clear: both;
  content: "";
}
:where(body.-legacy) .ut-cb {
  clear: both;
}
:where(body.-legacy) .ut-tc {
  text-align: center;
}
:where(body.-legacy) .ut-tr {
  text-align: right;
}
:where(body.-legacy) .ut-tl {
  text-align: left;
}
:where(body.-legacy) span.ut-nw {
  display: inline-block;
}
:where(body.-legacy) table.ut-nw,
:where(body.-legacy) th.ut-nw,
:where(body.-legacy) td.ut-nw {
  white-space: nowrap;
}
:where(body.-legacy) .ut-sx {
  overflow-x: scroll;
}
:where(body.-legacy) .ut-sy {
  overflow-y: scroll;
}
:where(body.-legacy) .ut-hl {
  background: linear-gradient(transparent 70%, #ff0 0%);
}
:where(body.-legacy) .ut-button {
  display: inline-block;
  padding: 0.25em 0.375em;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  background-color: #fff;
  border: 1px solid WindowFrame;
}
:where(body.-legacy) .ut-ht > div {
  display: flex;
  flex-wrap: wrap;
}
:where(body.-legacy) .ut-ht > div > dt,
:where(body.-legacy) .ut-ht > div > dd {
  flex: 1 1 auto;
  margin: 0;
}
:where(body.-legacy) .ut-ht.-center > div > dt,
:where(body.-legacy) .ut-ht.-center > div > dd {
  display: flex;
  align-items: center;
}
:where(body.-legacy) .-ht10 > div > dt {
  flex-basis: 10%;
}
:where(body.-legacy) .-ht20 > div > dt {
  flex-basis: 20%;
}
:where(body.-legacy) .-ht30 > div > dt {
  flex-basis: 30%;
}
:where(body.-legacy) .-ht40 > div > dt {
  flex-basis: 40%;
}
:where(body.-legacy) .-ht50 > div > dt {
  flex-basis: 50%;
}
:where(body.-legacy) .-ht60 > div > dt {
  flex-basis: 60%;
}
:where(body.-legacy) .-ht70 > div > dt {
  flex-basis: 70%;
}
:where(body.-legacy) .-ht80 > div > dt {
  flex-basis: 80%;
}
:where(body.-legacy) .-ht90 > div > dt {
  flex-basis: 90%;
}
:where(body.-legacy) .-ht10 > div > dd {
  flex-basis: 90%;
}
:where(body.-legacy) .-ht20 > div > dd {
  flex-basis: 80%;
}
:where(body.-legacy) .-ht30 > div > dd {
  flex-basis: 70%;
}
:where(body.-legacy) .-ht40 > div > dd {
  flex-basis: 60%;
}
:where(body.-legacy) .-ht50 > div > dd {
  flex-basis: 50%;
}
:where(body.-legacy) .-ht60 > div > dd {
  flex-basis: 40%;
}
:where(body.-legacy) .-ht70 > div > dd {
  flex-basis: 30%;
}
:where(body.-legacy) .-ht80 > div > dd {
  flex-basis: 20%;
}
:where(body.-legacy) .-ht90 > div > dd {
  flex-basis: 10%;
}
:where(body.-legacy) .ut-flex,
:where(body.-legacy) .ut-flex {
  display: flex;
  padding-left: 0;
  list-style-type: none;
}
:where(body.-legacy) .ut-flex > .item,
:where(body.-legacy) .ut-flex > .item {
  padding: 0.25em 0.5em;
  border: 1px solid #eee;
}
:where(body.-legacy) .ut-lm {
  padding-left: 1.75em;
  list-style-type: none;
  counter-reset: markNum;
}
:where(body.-legacy) .ut-lm > li::before {
  float: left;
  width: 1.5em;
  margin-top: 0.2em;
  margin-left: -1.5em;
  font-size: 80%;
  counter-increment: markNum;
}
:where(body.-legacy) ol.-lmKome > li::before {
  width: 2.2em;
  margin-left: -2.2em;
  letter-spacing: -0.1em;
  white-space: nowrap;
  content: "※" counter(markNum);
}
:where(body.-legacy) ol.-lmKome > li[class^=value]:not(.-lm2digit):nth-child(n+10)::before,
:where(body.-legacy) ol.-lmKome > li:not(.-lm2digit):nth-child(-n+9)::before {
  content: "※ " counter(markNum);
}
:where(body.-legacy) ol.-lmMaru > li::before {
  width: 1.4em;
  height: 1.4em;
  margin-top: 0;
  margin-right: 0.5em;
  margin-left: -2em;
  line-height: 1.4em;
  text-align: center;
  content: counter(markNum);
  border: solid 1px currentcolor;
  border-radius: 50%;
}
:where(body.-legacy) ol.-lmMaru > li.-lm2digit::before,
:where(body.-legacy) ol.-lmMaru > li:nth-child(n+10)::before {
  text-indent: -0.2em;
  letter-spacing: -0.15em;
}
:where(body.-legacy) ol.-lmKako > li::before {
  width: 2.5em;
  margin-left: -2.5em;
  text-align: center;
  white-space: nowrap;
  content: "(" counter(markNum) ")";
}
:where(body.-legacy) ol.-lmKako > li[class^=value]:not(.-lm2digit):nth-child(n+10)::before,
:where(body.-legacy) ol.-lmKako > li:not(.-lm2digit):nth-child(-n+9)::before {
  content: "( " counter(markNum) " )";
}
:where(body.-legacy) .-lmIn {
  padding-left: 0;
  list-style-position: inside;
}
:where(body.-legacy) .-lmIn.-lmKako > li::before,
:where(body.-legacy) .-lmIn.-lmMaru > li::before,
:where(body.-legacy) .-lmIn.-lmKome > li::before,
:where(body.-legacy) ul.-lmIn > li::before {
  margin-left: 0;
}
:where(body.-legacy) .ut-lm ol.-lmNest {
  padding-left: 2.5em;
}
:where(body.-legacy) .ut-lm ol.-lmNest li::before {
  margin-right: 0.5em;
  margin-left: -3em;
  white-space: nowrap;
  content: "(" counters(markNum, "-") ")";
}
:where(body.-legacy) .ut-lm ol.-lmNest ol.-lmNest {
  padding-left: 3.5em;
}
:where(body.-legacy) .ut-lm ol.-lmNest ol.-lmNest li::before {
  margin-left: -4em;
}
:where(body.-legacy) .ut-lm ol.-lmNest ol.-lmNest ol.-lmNest {
  padding-left: 4.5em;
}
:where(body.-legacy) .ut-lm ol.-lmNest ol.-lmNest ol.-lmNest li::before {
  margin-left: -5em;
}
:where(body.-legacy) ul.-lmDisc {
  list-style-type: disc;
}
:where(body.-legacy) ul.-lmCicl {
  list-style-type: circle;
}
:where(body.-legacy) ul.-lmSqar {
  list-style-type: square;
}
:where(body.-legacy) ol.-lmDcml {
  list-style-type: decimal;
}
:where(body.-legacy) ol.-lmDmlz {
  list-style-type: decimal-leading-zero;
}
:where(body.-legacy) ol.-lmLoro {
  list-style-type: lower-roman;
}
:where(body.-legacy) ol.-lmUpro {
  list-style-type: upper-roman;
}
:where(body.-legacy) ol.-lmLoal {
  list-style-type: lower-alpha;
}
:where(body.-legacy) ol.-lmUpal {
  list-style-type: upper-alpha;
}
:where(body.-legacy) ol.-lmKanj {
  list-style-type: cjk-ideographic;
}
:where(body.-legacy) ol.-lmHira {
  list-style-type: hiragana;
}
:where(body.-legacy) ol.-lmKata {
  list-style-type: katakana;
}
:where(body.-legacy) ol.-lmHiri {
  list-style-type: hiragana-iroha;
}
:where(body.-legacy) ol.-lmKati {
  list-style-type: katakana-iroha;
}
:where(body.-legacy) ol.-lmEt10 {
  list-style-type: cjk-heavenly-stem;
}
:where(body.-legacy) ol.-lmEt12 {
  list-style-type: cjk-earthly-branch;
}
:where(body.-legacy) ul.-lmKome > li::before {
  content: "※";
}
:where(body.-legacy) ul.-lmBoxa > li::before {
  content: "■";
}
:where(body.-legacy) ul.-lmBoxb > li::before {
  content: "□";
}
:where(body.-legacy) ul.-lmBoxc > li::before {
  content: "◆";
}
:where(body.-legacy) ul.-lmBoxd > li::before {
  content: "◇";
}
:where(body.-legacy) ul.-lmCica > li::before {
  content: "●";
}
:where(body.-legacy) ul.-lmCicb > li::before {
  content: "○";
}
:where(body.-legacy) ul.-lmDshn > li::before {
  content: "–";
}
:where(body.-legacy) ul.-lmDshm > li::before {
  content: "—";
}
:where(body.-legacy) ul.-lmChck > li::before {
  content: "✓";
}
:where(body.-legacy) ul.-lmCicc > li::before {
  content: "◉";
}
:where(body.-legacy) ul.-lmCicd > li::before {
  content: "◎";
}
:where(body.-legacy) ul.-lmTrta > li::before {
  content: "▲";
}
:where(body.-legacy) ul.-lmTrtb > li::before {
  content: "△";
}
:where(body.-legacy) ul.-lmTrba > li::before {
  content: "▼";
}
:where(body.-legacy) ul.-lmTrbb > li::before {
  content: "▽";
}
:where(body.-legacy) ul.-lmTrra > li::before {
  content: "▶";
}
:where(body.-legacy) ul.-lmTrrb > li::before {
  content: "▷";
}
:where(body.-legacy) ul.-lmTrla > li::before {
  content: "◀";
}
:where(body.-legacy) ul.-lmTrlb > li::before {
  content: "◁";
}
:where(body.-legacy) ul.-lmSpda > li::before {
  content: "♠";
}
:where(body.-legacy) ul.-lmSpdb > li::before {
  content: "♤";
}
:where(body.-legacy) ul.-lmDiaa > li::before {
  content: "♦";
}
:where(body.-legacy) ul.-lmDiab > li::before {
  content: "♢";
}
:where(body.-legacy) ul.-lmHrta > li::before {
  content: "♥";
}
:where(body.-legacy) ul.-lmHrtb > li::before {
  content: "♡";
}
:where(body.-legacy) ul.-lmClba > li::before {
  content: "♣";
}
:where(body.-legacy) ul.-lmClbb > li::before {
  content: "♧";
}
:where(body.-legacy) ul.-lmStra > li::before {
  content: "★";
}
:where(body.-legacy) ul.-lmStrb > li::before {
  content: "☆";
}
:where(body.-legacy) .-value2 {
  counter-reset: markNum 1;
}
:where(body.-legacy) .-value6 {
  counter-reset: markNum 5;
}
:where(body.-legacy) .-value10 {
  counter-reset: markNum 9;
}
:where(body.-legacy) .-value88 {
  counter-reset: markNum 87;
}
:where(body.-legacy) .webkit-prefix {
  display: flex;
  display: box;
  flex: 0 1 50%;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 0; /* flex-grow */
}
:where(body.-legacy) .sub-title {
  margin-bottom: 1em;
  font-weight: normal;
  color: #00538f;
  font-size: clamp(2.212rem, -0.01rem + 6.16vw, 4.8rem);
}
@media screen and (min-width: 780px) {
  :where(body.-legacy) .sub-title {
    font-size: clamp(2.609rem, 0.03rem + 3.3vw, 3.6rem);
  }
}
:where(body.-legacy) .addition {
  font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
}
@media screen and (min-width: 780px) {
  :where(body.-legacy) .addition {
    font-size: clamp(1.014rem, 0.01rem + 1.29vw, 1.4rem);
  }
}
:where(body.-legacy) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-legacy) .wpcf7-form {
  width: 100%;
  margin: auto;
}
:where(body.-legacy) .wpcf7-form dl > div {
  padding: 1em;
}
:where(body.-legacy) .wpcf7-form dt > div {
  display: flex;
  align-items: center;
}
:where(body.-legacy) .wpcf7-form dt .required {
  display: inline-block;
  padding: 0.125em 0.5em;
  margin-left: 0.75em;
  font-weight: bold;
  color: #a40035;
  border: solid 1px currentcolor;
  border-radius: 3px;
}
:where(body.-legacy) .wpcf7-form input[type=text],
:where(body.-legacy) .wpcf7-form input[type=email],
:where(body.-legacy) .wpcf7-form input[type=tel],
:where(body.-legacy) .wpcf7-form textarea {
  padding: 0.75em;
  border: solid 1px currentcolor;
  border-radius: 8px;
}
:where(body.-legacy) .wpcf7c-conf {
  background: none !important;
}
:where(body.-legacy) .wpcf7c-conf[type=radio][readonly] {
  display: none !important;
}
:where(body.-legacy) .custom-wpcf7c-confirmed dl > div:nth-child(odd) {
  background-color: #f2f4f8;
}
:where(body.-legacy) .custom-wpcf7c-confirmed dl > div:nth-child(odd) input[readonly]:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f2f4f8 inset;
}
:where(body.-legacy) .custom-wpcf7c-confirmed input[readonly],
:where(body.-legacy) .custom-wpcf7c-confirmed textarea[readonly] {
  border: none;
}
:where(body.-legacy) .custom-wpcf7c-confirmed .accept,
:where(body.-legacy) .custom-wpcf7c-confirmed .required {
  display: none !important;
}
:where(body.-legacy) .custom-wpcf7c-confirmed [type=radio][readonly] + .wpcf7-list-item-label {
  display: none !important;
}
:where(body.-legacy) .custom-wpcf7c-confirmed .buttons {
  margin-top: 80px;
}
:where(body.-legacy) .custom-wpcf7c-confirmed .buttons input {
  max-width: 300px;
}
:where(body.-legacy) .custom-wpcf7c-confirmed > .buttons > .ut-button.-round.-typeA.-back.-cf7 {
  position: relative;
  display: flex;
  width: auto;
  padding: 0;
  background: none;
  border: none;
}
:where(body.-legacy) .custom-wpcf7c-confirmed > .buttons > .ut-button.-round.-typeA.-back.-cf7 > .wpcf7c-btn-back {
  padding-left: 20px;
  background-color: #fff;
  border: solid 1px #00538f;
}
:where(body.-legacy) .custom-wpcf7c-confirmed > .buttons > .ut-button.-round.-typeA.-back.-cf7::before {
  position: absolute;
  top: calc(50% - 15px);
  left: 50px;
}
:where(body.-legacy) .wpcf7 form.wpcf7-response-output.sent, :where(body.-legacy) .wpcf7 form.wpcf7-response-output.invalid, :where(body.-legacy) .wpcf7 form.wpcf7-response-output.unaccepted {
  margin: -60px auto 80px;
  font-weight: bold;
  text-align: center;
  border: none;
}
:where(body.-legacy) input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
:where(body.-legacy) .buttons input.wpcf7-submit {
  color: #fff;
  background-color: #00538f;
}
:where(body.-legacy) .wpcf7-back::after {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 1em 0 0.5em;
  color: #00538f;
  content: "＜";
  background-color: #fff;
  border-radius: 40px;
}
:where(body.-legacy) .accept-unit {
  margin-top: 3em;
  text-align: center;
}
:where(body.-legacy) .accept-unit a {
  color: #008cd5;
}
:where(body.-legacy) .btn-block.-cf7bottom {
  justify-content: center;
  margin: 2em auto 0;
  text-align: center;
}
:where(body.-legacy) .ut-button.-round.-typeA.-back.-cf7 {
  display: none;
}
:where(body.-legacy) input[type=checkbox],
:where(body.-legacy) input[type=radio] {
  accent-color: #008cd5;
}
:where(body.-legacy) .wpcf7 form.sent .wpcf7-response-output {
  padding: 4em 1em;
  text-align: center;
  border-color: #008cd5 !important;
}
:where(body.-legacy) .confirm-wrap:nth-of-type(odd) {
  background-color: #d9ebfb;
}
:where(body.-legacy) .btn-block .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.-legacy) .ebd_results br {
  display: none;
}
:where(body.-legacy) .ebd_results .ebd_link div {
  display: inline !important;
  height: unset !important;
}
:where(body.-legacy) .wpcf7-recaptcha > div {
  margin: auto;
}
@media screen and (min-width: 780px) {
  :where(body.-legacy) .wpcf7-form dt {
    font-size: clamp(1.449rem, 0.02rem + 1.84vw, 2rem);
  }
  :where(body.-legacy) .wpcf7-form dd {
    font-size: clamp(1.159rem, 0.01rem + 1.47vw, 1.6rem);
  }
  :where(body.-legacy) .wpcf7-form dt .required {
    font-size: clamp(0.87rem, 0.01rem + 1.1vw, 1.2rem);
  }
  :where(body.-legacy) .wpcf7-back::after {
    font-size: clamp(1.014rem, 0.01rem + 1.29vw, 1.4rem);
  }
}
@media screen and (max-width: 779.98px) {
  :where(body.-legacy) .wpcf7-form dl > div {
    display: block;
  }
  :where(body.-legacy) .wpcf7-form div > dt {
    margin: 0.25em 0 0.5em;
    font-size: clamp(1.843rem, -0.01rem + 5.14vw, 4rem);
  }
  :where(body.-legacy) .wpcf7-form dd {
    font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
  }
  :where(body.-legacy) .wpcf7-form dt .required {
    font-size: clamp(1.106rem, 0rem + 3.08vw, 2.4rem);
  }
  :where(body.-legacy) .wpcf7-back::after {
    font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
  }
  :where(body.-legacy) .wpcf7-list-item input[type=checkbox] {
    width: 28px;
    height: 28px;
  }
  :where(body.-legacy) .btn-block.-cf7bottom {
    display: block;
  }
  :where(body.-legacy) .btn-block.-cf7bottom > * + * {
    margin-top: 1em;
  }
}

:where(body.-company) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-company) .chap-block.-kv > .inner {
  aspect-ratio: 75/30;
}
:where(body.-company) .chap-block.-kv > .inner > .content {
  color: #fff;
}
@media screen and (min-width: 780px) {
  :where(body.-company) .chap-block.-kv > .inner {
    aspect-ratio: 144/33;
  }
}
:where(body.-company) .sect-block.-s01 .imgAreaWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2em;
}
:where(body.-company) .sect-block.-s01 .imgArea {
  width: calc(50% - 8.09px);
}
:where(body.-company) .sect-block.-s01 .imgArea iframe {
  width: 100%;
  height: 100%;
}
:where(body.-company) .s02-tabpanels a {
  font-weight: bold;
  color: #5aa9e6;
}
:where(body.-company) .history-tabs {
  margin-bottom: 2em;
}
:where(body.-company) .history-tabs > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}
:where(body.-company) .history-tabs .item {
  flex: 0 0 calc(25% - 0.75em);
}
:where(body.-company) .history-tabs .ut-button {
  width: 100%;
}
:where(body.-company) .outline-table {
  border-top: solid 1px #ccc;
}
:where(body.-company) .outline-table > div {
  padding: 1em 2em;
  line-height: 1.75;
  border-bottom: solid 1px #ccc;
  font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
}
:where(body.-company) .outline-table > div > dt {
  font-weight: bold;
  color: #00538f;
}
:where(body.-company) .s02-tabpanels {
  padding: 2em;
  background-color: #fff;
}
:where(body.-company) .s02-tabpanels .history-table > div {
  padding: 1em 0;
}
:where(body.-company) .s02-tabpanels .history-table > div > dt {
  text-align: center;
  border-right: solid 1px #00538f;
  font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
}
:where(body.-company) .s02-tabpanels .history-table > div > dt > .ad {
  font-weight: bold;
  color: #00538f;
  font-size: clamp(2.212rem, -0.01rem + 6.16vw, 4.8rem);
}
:where(body.-company) .s02-tabpanels .history-table > div > dd {
  padding-left: 2em;
  line-height: 1.75;
}
:where(body.-company) .s02-tabpanels .history-table > div > dd > .emphasis {
  font-weight: bold;
  color: #00538f;
  font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
}
:where(body.-company) [role=tabpanel] {
  display: none;
}
:where(body.-company) [role=tabpanel][aria-hidden=false] {
  display: block;
}
:where(body.-company) .btn-block {
  margin-bottom: 0;
}
:where(body.-company) .btn-block .btn-unit.-b4 {
  color: #fff;
}
:where(body.-company) .btn-unit {
  display: flex;
  height: 3em;
  border: none;
}
@media screen and (min-width: 780px) {
  :where(body.-company) .outline-table > div {
    font-size: clamp(1.159rem, 0.01rem + 1.47vw, 1.6rem);
  }
  :where(body.-company) .outline-table > div > dt {
    font-size: clamp(1.014rem, 0.01rem + 1.29vw, 1.4rem);
  }
  :where(body.-company) .outline-table > div > dt > .ad {
    font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
  }
  :where(body.-company) .outline-table > div > dd > .emphasis {
    font-size: clamp(1.159rem, 0.01rem + 1.47vw, 1.6rem);
  }
}
@media screen and (max-width: 779.98px) {
  :where(body.-company) .sect-block.-s01 .imgAreaWrap {
    display: block;
  }
  :where(body.-company) .sect-block.-s01 .imgArea {
    width: 100%;
    aspect-ratio: 3/2;
  }
  :where(body.-company) .sect-block.-s01 .imgArea + .imgArea {
    margin-top: 1em;
  }
  :where(body.-company) .outline-table > div {
    display: block;
    padding: 1em;
  }
  :where(body.-company) .s02-tabpanels .history-table > div {
    display: block;
    padding-left: 1em;
    margin: 1em 0;
    border-left: solid 1px currentcolor;
  }
  :where(body.-company) .s02-tabpanels .history-table > div > dt {
    text-align: left;
    border: none;
  }
  :where(body.-company) .s02-tabpanels .history-table > div > dd {
    padding: 0;
  }
  :where(body.-company) .history-tabs .item {
    flex: 0 0 calc(50% - 0.5em);
  }
}

:where(body.-greeting) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-greeting) .outer-block {
  padding: 2em 0;
  background-image: url(http://assistyou-m.com/wp-content/themes/assistyou2021/img/greeting_bg.jpg);
  background-size: cover;
}
:where(body.-greeting) .chap-block.-sidetoutch {
  background-color: #fff;
  border: solid 1px #004ea8;
}
:where(body.-greeting) .chap-block.-sidetoutch > .inner {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
:where(body.-greeting) .chap-block.-sidetoutch.-r {
  border-right: none;
}
:where(body.-greeting) .chap-block.-sidetoutch.-l {
  border-left: none;
}
:where(body.-greeting) .chap-block.-kv > .inner > .content {
  color: #fff;
}
:where(body.-greeting) .sect-block.-s01 > .inner {
  display: flex;
  gap: 1em;
  align-items: center;
  line-height: 2;
}
:where(body.-greeting) .sect-block.-s01 > .inner > .txtArea {
  flex: 0 1 66%;
  text-align: justify;
}
:where(body.-greeting) .sect-block.-s01 > .inner > .txtArea p b {
  color: #00538f;
}
:where(body.-greeting) .sect-block.-s01 > .inner > .imgArea {
  display: flex;
  flex: 0 1 34%;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  text-align: right;
}
:where(body.-greeting) .sect-block.-s01 > .inner > .imgArea .name {
  font-family: "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 30px;
  font-weight: bold;
}
:where(body.-greeting) .sect-block.-s02 .body {
  line-height: 2;
}
:where(body.-greeting) .sub-title {
  margin-bottom: 10px;
}
:where(body.-greeting) .sect-header .sublead {
  margin-bottom: 0.5em;
}
:where(body.-greeting) .head-copy {
  font-weight: normal;
}
:where(body.-greeting) .head-copy::before, :where(body.-greeting) .head-copy::after {
  content: none;
}
:where(body.-greeting) .error404 .role-banner {
  height: 100px;
  background: none;
}
:where(body.-greeting) .error404 .wrapper-block {
  background-color: #f2f4f8;
}
:where(body.-greeting) .error404 .container-block {
  padding-bottom: 100px;
}
@media screen and (min-width: 780px) {
  :where(body.-greeting) .sect-header .sublead {
    font-size: clamp(1.449rem, 0.02rem + 1.84vw, 2rem);
  }
  :where(body.-greeting) .sect-block.-s01 > .inner > .txtArea p b {
    font-size: clamp(1.449rem, 0.02rem + 1.84vw, 2rem);
  }
  :where(body.-greeting) .sect-block.-s01 > .inner > .imgArea .name {
    font-size: clamp(2.174rem, 0.03rem + 2.75vw, 3rem);
  }
}
@media screen and (max-width: 779.98px) {
  :where(body.-greeting) .sect-block.-s01 {
    padding: 1em 0;
  }
  :where(body.-greeting) .sect-block.-s01 > .inner {
    flex-direction: column-reverse;
  }
  :where(body.-greeting) .sect-block.-s01 > .inner > .imgArea {
    text-align: left;
  }
  :where(body.-greeting) .sect-block.-s01 > .inner > .imgArea > .nameArea > p {
    font-size: clamp(1.843rem, -0.01rem + 5.14vw, 4rem);
  }
  :where(body.-greeting) .sect-block.-s01 > .inner > .imgArea > .nameArea > .name {
    font-size: clamp(2.765rem, -0.01rem + 7.7vw, 6rem);
  }
  :where(body.-greeting) .sect-block.-s02 {
    padding: 1em 0;
    text-align: justify;
  }
  :where(body.-greeting) .sub-title {
    font-size: clamp(2.765rem, -0.01rem + 7.7vw, 6rem);
  }
}

:where(body.-privacy) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-privacy) .chap-block.-kv > .inner > .content {
  color: #fff;
}
:where(body.-privacy) .sect-block {
  line-height: 1.5;
  text-align: justify;
}
:where(body.-privacy) .sect-block > .inner h3 {
  margin: 1.5em 0 0.5em;
  font-weight: bold;
  color: #00538f;
  font-size: clamp(1.843rem, -0.01rem + 5.14vw, 4rem);
}
@media screen and (min-width: 780px) {
  :where(body.-privacy) .sect-block > .inner h3 {
    font-size: clamp(1.449rem, 0.02rem + 1.84vw, 2rem);
  }
}
:where(body.-privacy) .sect-block + .sect-block {
  margin-top: 3em;
}
:where(body.-privacy) .ut-lm > li + li,
:where(body.-privacy) .ut-lm > li > ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 780px) {
  :where(body.-privacy) .sect-block > .inner h3 {
    font-size: clamp(1.449rem, 0.02rem + 1.84vw, 2rem);
  }
}

:where(body.-recruit) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-recruit) .chap-block {
  background-position: bottom center;
  background-size: cover;
}
:where(body.-recruit) .chap-block.-kv > .inner {
  aspect-ratio: 75/30;
}
:where(body.-recruit) .chap-block.-kv > .inner > .content {
  color: #fff;
}
@media screen and (min-width: 780px) {
  :where(body.-recruit) .chap-block.-kv > .inner {
    aspect-ratio: 144/33;
  }
}
:where(body.-recruit) .chap-block.-demomovies {
  overflow: visible;
  background-color: #004ea8;
  background-image: url(../img/demo_bg1_sp.webp);
}
@media screen and (min-width: 780px) {
  :where(body.-recruit) .chap-block.-demomovies {
    margin-top: 4em;
    background-image: url(../img/demo_bg1_pc.webp);
  }
  :where(body.-recruit) .chap-block.-demomovies > .inner > .movie-embed {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -4em;
  }
}
:where(body.-recruit) .sect-block.-s01 > .body > .inner {
  display: flex;
  gap: 2em;
  align-items: center;
}
:where(body.-recruit) .sect-block.-s01 > .body > .inner > .imgArea {
  flex: 0 1 40%;
}
:where(body.-recruit) .sect-block.-s01 > .body > .inner > .txtArea {
  flex: 0 1 60%;
  line-height: 2;
  text-align: justify;
}
:where(body.-recruit) .sect-block.-s02 > .inner > .body {
  padding: 1em;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 10px;
}
:where(body.-recruit) .sect-block.-s02 > .inner > .body .recruit-list > div {
  padding: 1em;
  border-bottom: solid 1px #ccc;
}
:where(body.-recruit) .sect-block.-s02 > .inner > .body .recruit-list > div > dt {
  font-weight: bold;
  color: #00538f;
}
:where(body.-recruit) .movie-embed {
  justify-content: space-around;
}
:where(body.-recruit) .btn-block {
  margin-bottom: 0;
}
:where(body.-recruit) .btn-block .btn-unit.-b4 {
  color: #fff;
}
@media screen and (max-width: 779.98px) {
  :where(body.-recruit) .sect-block.-s01 > .body > .inner {
    display: block;
  }
  :where(body.-recruit) .sect-block.-s01 > .body > .inner > .imgArea {
    margin-bottom: 1em;
  }
  :where(body.-recruit) .sect-block.-s02 > .inner > .body .recruit-list {
    text-align: justify;
  }
  :where(body.-recruit) .sect-block.-s02 > .inner > .body .recruit-list > div {
    display: block;
    padding: 1em 0;
  }
}

:where(body.-catalog) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-catalog) .chap-block.-kv > .inner > .content {
  color: #fff;
}
:where(body.-catalog) .entry {
  display: none;
}
:where(body.-catalog) .block-header {
  margin-bottom: 2em;
  font-weight: bold;
}
:where(body.-catalog) .block-header > div {
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 780px) {
  :where(body.-catalog) .block-header .title {
    font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
  }
}
:where(body.-catalog) .block-header small {
  color: #a40035;
}
@media screen and (min-width: 780px) {
  :where(body.-catalog) .block-header small {
    font-size: clamp(1.014rem, 0.01rem + 1.29vw, 1.4rem);
  }
}
:where(body.-catalog) .block-body {
  padding: 2em;
  background-color: #edf6fd;
  border-radius: 10px;
}
:where(body.-catalog) .block-body .inner {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
}
:where(body.-catalog) .block-body .inner > .imgArea {
  flex: 0 1 60%;
}
:where(body.-catalog) .block-body .inner > .txtArea {
  flex: 0 1 40%;
}
:where(body.-catalog) .block-body .imgArea img {
  max-height: 20em;
  margin: auto;
}
:where(body.-catalog) .block-body .txtArea .title {
  margin-bottom: 1em;
}
@media screen and (min-width: 780px) {
  :where(body.-catalog) .block-body .txtArea .title {
    font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
  }
}
:where(body.-catalog) .cat_select {
  padding: 1em;
  border-radius: 8px;
}
:where(body.-catalog) .btn-unit.is-notactive {
  opacity: 0.8;
}
@media screen and (min-width: 780px) {
  :where(body.-catalog) .block-header .title {
    font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
  }
  :where(body.-catalog) .block-header small {
    font-size: clamp(1.014rem, 0.01rem + 1.29vw, 1.4rem);
  }
  :where(body.-catalog) .block-body .txtArea .title {
    font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
  }
}
@media screen and (max-width: 779.98px) {
  :where(body.-catalog) .block-header .title {
    margin-bottom: 1em;
    font-size: clamp(2.212rem, -0.01rem + 6.16vw, 4.8rem);
  }
  :where(body.-catalog) .block-header > div {
    display: block;
  }
  :where(body.-catalog) .block-header small {
    font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
  }
  :where(body.-catalog) .block-body {
    padding: 1em;
  }
  :where(body.-catalog) .block-body .inner {
    display: block;
  }
  :where(body.-catalog) .block-body .inner img {
    margin: auto;
    margin-bottom: 1em;
  }
  :where(body.-catalog) .block-body .imgArea img {
    max-height: 12em;
  }
  :where(body.-catalog) .block-body .txtArea .title {
    font-size: clamp(1.935rem, -0.01rem + 5.39vw, 4.2rem);
  }
  :where(body.-catalog) .cat_select {
    border-color: #800;
  }
}

:where(body.-contact) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-contact) .chap-block.-kv > .inner > .content {
  color: #fff;
}
:where(body.-contact) a.ebd_link.btn-unit.-b1:not(:last-of-type) {
  display: none;
}

:where(body.-netis) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-netis) .chap-block.-kv > .inner > .content {
  color: #fff;
}
:where(body.-netis) .regNum {
  margin-bottom: 2em;
  font-weight: bold;
  text-align: center;
  font-size: clamp(2.028rem, -0.01rem + 5.65vw, 4.4rem);
}
:where(body.-netis) .txtArea {
  margin-top: 2em;
  line-height: 1.75;
  text-align: justify;
}
:where(body.-netis) .btn-block.-netisbottom {
  justify-content: center;
  margin: 4em auto 0;
}
:where(body.-netis) .btn-block.-netisbottom > .btn-unit {
  height: 4em;
}
@media screen and (min-width: 780px) {
  :where(body.-netis) .regNum {
    font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
  }
  :where(body.-netis) .btn-block.-netisbottom {
    width: clamp(434.78px, 5.21px + 55.07vw, 600px);
  }
}
@media screen and (max-width: 779.98px) {
  :where(body.-netis) .btn-block.-netisbottom {
    display: block;
    text-align: center;
  }
  :where(body.-netis) .btn-block.-netisbottom > .btn-unit + .btn-unit {
    margin-top: 1em;
  }
}

:where(body.-partners) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-partners) .seller-table {
  border-top: solid 1px #00538f;
}
:where(body.-partners) .seller-table > div {
  padding: 2em 0;
  line-height: 1.75;
  border-bottom: solid 1px #00538f;
}
:where(body.-partners) .seller-table > div > dt {
  font-size: clamp(1.106rem, 0rem + 3.08vw, 2.4rem);
  font-weight: bold;
}
:where(body.-partners) .seller-table > div > dd {
  font-size: clamp(0.922rem, 0rem + 2.57vw, 2rem);
}
:where(body.-partners) .seller-table > div > dd ul,
:where(body.-partners) .seller-table > div > dd li {
  padding: 0;
  margin: 0;
  list-style: none;
}
:where(body.-partners) .seller-table > div > dd li {
  padding-left: 3em;
  text-indent: -3em;
}
:where(body.-partners) .chap-block.-kv > .inner > .content {
  color: #fff;
}
@media screen and (min-width: 780px) {
  :where(body.-partners) .seller-table > div {
    font-size: clamp(1.449rem, 0.02rem + 1.84vw, 2rem);
  }
  :where(body.-partners) .seller-table > div > dt {
    font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
  }
}
@media screen and (max-width: 779.98px) {
  :where(body.-partners) .seller-table div {
    display: block;
  }
  :where(body.-partners) .seller-table div > dt {
    margin-bottom: 0.5em;
  }
}

:where(body.-system-solution) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-system-solution) .chap-block.-kv > .inner > .content {
  color: #fff;
}
:where(body.-system-solution) .chap-block + .chap-block:not(.-s01) {
  margin-top: -2em;
}
:where(body.-system-solution) .chap-block + .chap-block:not(.-s01).-syslist, :where(body.-system-solution) .chap-block + .chap-block:not(.-s01).-sysprod {
  margin-top: 2em;
}
:where(body.-system-solution) .chap-block.-desc {
  background-color: #edf6fd;
}
:where(body.-system-solution) .sect-block.-s01 > .inner {
  display: flex;
  gap: 2em;
  justify-content: space-between;
}
:where(body.-system-solution) .sect-block.-s01 > .inner > .txtArea {
  flex: 0 1 50%;
}
:where(body.-system-solution) .sect-block.-s01 > .inner > .txtArea p {
  line-height: 1.75;
  text-align: justify;
}
:where(body.-system-solution) .sect-block.-s01 > .inner > .imgArea {
  flex: 0 1 50%;
}
:where(body.-system-solution) .sect-block.-s01 > .inner .buttonArea {
  margin-top: 30px;
  text-align: left;
}
:where(body.-system-solution) .sect-block.-s01 > .inner .buttonArea > .ut-button {
  margin: 0;
}
:where(body.-system-solution) .sect-block.-s02 .sect-header {
  margin-bottom: 1em;
  text-align: justify;
}
:where(body.-system-solution) .sect-block.-s02 > .inner {
  margin: auto;
}
:where(body.-system-solution) .sect-block.-s02 p {
  line-height: 1.75;
}
:where(body.-system-solution) .sect-block.-s02 .buttonArea {
  margin-top: 50px;
}
:where(body.-system-solution) .sect-block.-s01 .sub-title, :where(body.-system-solution) .sect-block.-s02 .sub-title {
  margin-bottom: 30px;
}
:where(body.-system-solution) .sect-block.-s03 > .inner {
  margin: auto;
}
:where(body.-system-solution) .sysProd-block > .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-between;
}
:where(body.-system-solution) .sysProd-block > .inner > .entry {
  flex: 0 1 calc(33.33% - 1.3333333333em);
  background-color: #fff;
  border-top: solid 1px #00538f;
}
:where(body.-system-solution) .sysProd-block > .inner > .entry > .title {
  margin: 1em 0;
  font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
  font-weight: bold;
  color: #00538f;
  text-align: center;
}
:where(body.-system-solution) .sysProd-block > .inner.-sysProd > .entry {
  border-top: none;
}
:where(body.-system-solution) .sysProd-block > .inner.-sysProd > .entry > .thumb {
  border: solid 1px #00538f;
}
:where(body.-system-solution) .sysProd-block > .inner.-sysProd > .entry > .thumb img {
  aspect-ratio: 96/46;
  -o-object-fit: contain;
     object-fit: contain;
}
:where(body.-system-solution) .sysProd-block > .inner.-sysProd > .entry > .title {
  margin: 0.5em 0;
  text-align: left;
}
:where(body.-system-solution) .sysProd-block > .inner.-sysProd > .entry > .content {
  line-height: 1.5;
  text-align: justify;
  font-size: clamp(1.014rem, 0.01rem + 1.29vw, 1.4rem);
}
:where(body.-system-solution) .btn-unit.-s {
  width: 16em;
}
:where(body.-system-solution) .head-copy {
  font-size: 24px;
  font-weight: bold;
  color: #00538f;
}
:where(body.-system-solution) .head-copy::before {
  content: "＼ ";
}
:where(body.-system-solution) .head-copy::after {
  content: " ／";
}
@media screen and (max-width: 779.98px) {
  :where(body.-system-solution) .sect-block.-s01 > .inner {
    display: block;
  }
  :where(body.-system-solution) .sect-block.-s01 > .inner > .txtArea {
    margin: 0;
  }
  :where(body.-system-solution) .sect-block.-s02 .sect-body {
    background-color: #fff;
  }
  :where(body.-system-solution) .sysProd-block > .inner {
    gap: 1em;
  }
  :where(body.-system-solution) .sysProd-block > .inner > .entry {
    flex: 0 1 calc(50% - 0.5em);
  }
  :where(body.-system-solution) .sysProd-block > .inner > .entry .btn-block {
    margin: 0.5em;
  }
  :where(body.-system-solution) .sysProd-block > .inner > .entry > .title {
    font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
  }
  :where(body.-system-solution) .sysProd-block > .inner > .txtArea > p {
    text-align: justify;
  }
  :where(body.-system-solution) .sysProd-block > .inner.-sysProd {
    display: block;
  }
  :where(body.-system-solution) .sysProd-block > .inner.-sysProd > .entry {
    margin-bottom: 3em;
  }
  :where(body.-system-solution) .sysProd-block > .inner.-sysProd > .entry > .content {
    font-size: clamp(1.29rem, 0rem + 3.6vw, 2.8rem);
  }
  :where(body.-system-solution) .btn-unit.-s {
    width: 100%;
    padding: 0.5em 1em;
  }
  :where(body.-system-solution) .head-copy {
    font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
  }
}

:where(body.-explanation) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-explanation) .chap-block.-kv > .inner > .content {
  color: #fff;
}
:where(body.-explanation) .sect-block.-s01 {
  width: 100%;
  margin: auto;
}
:where(body.-explanation) .sect-block .title {
  margin: 0 0 2em;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
}
:where(body.-explanation) .buttonArea {
  width: 100%;
}
:where(body.-explanation) .buttonArea + .title {
  margin-top: 3em;
}
:where(body.-explanation) .support {
  display: block;
  margin-top: 1em;
  color: #5aa9e6;
  font-size: clamp(1.449rem, 0.02rem + 1.84vw, 2rem);
}
:where(body.-explanation) .ut-button.-rect.-typeC {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  font-size: clamp(1.739rem, 0.02rem + 2.2vw, 2.4rem);
}
:where(body.-explanation) .ut-button.-rect.-typeC.-about {
  color: #fff;
  background: #7bbaeb;
  background: linear-gradient(45deg, #7bbaeb 0%, #5aa9e6 100%);
}
:where(body.-explanation) .ut-button.-rect.-typeC.-about::before {
  background-image: url(https://assistyou-m.com/wp-content/themes/assistyou2021/img/icon_excl_circled.png);
}
:where(body.-explanation) .ut-button.-rect.-typeC.-about::after {
  background-image: url(https://assistyou-m.com/wp-content/themes/assistyou2021/img/mikkun_s_handsup.png);
}
:where(body.-explanation) .ut-button.-rect.-typeC.-qa {
  color: #00538f;
  background: #e1f0fc;
  background: linear-gradient(45deg, #e1f0fc 0%, #c0dff7 100%);
}
:where(body.-explanation) .ut-button.-rect.-typeC.-qa::before {
  background-image: url(https://assistyou-m.com/wp-content/themes/assistyou2021/img/icon_ballon.png);
}
:where(body.-explanation) .ut-button.-rect.-typeC.-qa::after {
  background-image: url(https://assistyou-m.com/wp-content/themes/assistyou2021/img/mikkun_s_handsdown.png);
}
:where(body.-explanation) .ut-button.-rect.-typeC::before, :where(body.-explanation) .ut-button.-rect.-typeC::after {
  display: block;
  flex-shrink: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
:where(body.-explanation) .ut-button.-rect.-typeC::before {
  width: clamp(28.99px, 0.36px + 3.67vw, 40px);
  height: clamp(28.99px, 0.36px + 3.67vw, 40px);
  margin-right: 1em;
}
:where(body.-explanation) .ut-button.-rect.-typeC::after {
  width: clamp(108.7px, 1.32px + 13.77vw, 150px);
  height: clamp(108.7px, 1.32px + 13.77vw, 150px);
  margin-top: -2em;
  margin-left: 1em;
}
@media screen and (max-width: 779.98px) {
  :where(body.-explanation) .sect-block .title {
    margin-bottom: 1em;
    font-size: clamp(1.843rem, -0.01rem + 5.14vw, 4rem);
  }
  :where(body.-explanation) .support {
    font-size: clamp(1.659rem, 0rem + 4.62vw, 3.6rem);
  }
  :where(body.-explanation) .ut-button.-rect.-typeC {
    height: clamp(92.17px, -0.26px + 25.67vw, 200px);
    padding: 0.5em;
    font-size: clamp(1.659rem, 0rem + 4.62vw, 3.6rem);
  }
  :where(body.-explanation) .ut-button.-rect.-typeC::before {
    width: clamp(36.87px, -0.1px + 10.27vw, 80px);
    height: clamp(36.87px, -0.1px + 10.27vw, 80px);
    margin-right: 0.5em;
  }
  :where(body.-explanation) .ut-button.-rect.-typeC::after {
    width: clamp(82.95px, -0.24px + 23.11vw, 180px);
    height: clamp(82.95px, -0.24px + 23.11vw, 180px);
    margin-top: -2em;
    margin-right: -1em;
  }
}

:where(body.-info) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-info) .chap-block.-kv > .inner > .content {
  color: #fff;
}
:where(body.-info) .chap-block.-info {
  background-color: transparent;
}
:where(body.-info) .chap-block.-info > .inner {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
:where(body.-info) .news-list {
  border-top: solid 1px #d7dfea;
}
:where(body.-info) .news-list > .entry {
  padding: 1.5em 0;
  border-bottom: solid 1px #d7dfea;
}
:where(body.-info) .news-list > .entry > .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1.159rem, 0.01rem + 1.47vw, 1.6rem);
}
:where(body.-info) .news-list > .entry > .title > a {
  color: #737373;
}
:where(body.-info) .news-list > .entry > .title::after {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin: 0 2em;
  font-weight: bold;
  color: #00538f;
  content: "";
  background-image: url(../img/icon_carr_r.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  border: solid 1px currentcolor;
  border-radius: 20em;
}
:where(body.-info) .news-list > .entry > .meta {
  color: #00538f;
  font-size: clamp(1.014rem, 0.01rem + 1.29vw, 1.4rem);
}
:where(body.-info) .news-list > .entry {
  display: flex;
  flex-wrap: wrap;
}
:where(body.-info) .news-list > .entry > .meta,
:where(body.-info) .news-list > .entry > .title {
  flex: 1 1 auto;
  margin: 0;
}
:where(body.-info) .news-list > .entry > .meta {
  flex-basis: 20%;
}
:where(body.-info) .news-list > .entry > .title {
  flex-basis: 80%;
}
@media screen and (max-width: 779.98px) {
  :where(body.-info) .news-list > .entry {
    display: block;
  }
  :where(body.-info) .news-list > .entry > .title {
    font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
  }
  :where(body.-info) .news-list > .entry > .title::after {
    content: none;
  }
  :where(body.-info) .news-list > .entry > .meta {
    margin-bottom: 0.5em;
    font-size: clamp(1.382rem, 0rem + 3.85vw, 3rem);
  }
}

:where(body.-qa) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}
:where(body.-qa) .chap-block.-kv > .inner > .content {
  display: flex;
  justify-content: space-between;
}
:where(body.-qa) .chap-block.-kv > .inner > .content > .main {
  color: #fff;
}
:where(body.-qa) .chap-block.-qa {
  background-color: transparent;
}
:where(body.-qa) .chap-block.-cat > .inner, :where(body.-qa) .chap-block.-qa > .inner {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
:where(body.-qa) .category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
:where(body.-qa) .category-nav .ut-button.-round.-typeA::after {
  background-image: url(../img/icon_carr_d.png);
}
:where(body.-qa) .category-nav > .item {
  flex: 0 1 calc(25% - 0.75em);
}
:where(body.-qa) .role-article.qa {
  padding: 1em;
  margin-bottom: 1em;
  background-color: #edf6fd;
  border-radius: 1em;
}
:where(body.-qa) .role-article.qa > .content {
  display: none;
}
:where(body.-qa) .role-article.qa > .content > .inner {
  display: flex;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #fff;
  font-size: clamp(1.159rem, 0.01rem + 1.47vw, 1.6rem);
}
:where(body.-qa) .role-article.qa > .content > .inner > div {
  flex: 1 1 auto;
  padding-left: 1em;
  line-height: 1.5;
  text-align: justify;
}
:where(body.-qa) .role-article.qa > .content > .inner::before {
  display: flex;
  flex: 0 0 1.5em;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  color: #6680ff;
  content: "A";
  border: solid 3px #6680ff;
  border-radius: 120px;
  font-size: clamp(2.319rem, 0.03rem + 2.94vw, 3.2rem);
}
:where(body.-qa) .role-article.qa > .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1.449rem, 0.02rem + 1.84vw, 2rem);
  font-weight: bold;
  color: #00538f;
  cursor: pointer;
}
:where(body.-qa) .role-article.qa > .title > div {
  flex: 1 1 auto;
  padding: 0 1em;
  text-align: left;
}
:where(body.-qa) .role-article.qa > .title::before {
  display: flex;
  flex: 0 0 1.5em;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  color: #fff;
  content: "Q";
  background-color: #6680ff;
  border-radius: 120px;
  font-size: clamp(2.319rem, 0.03rem + 2.94vw, 3.2rem);
}
:where(body.-qa) .role-article.qa > .title::after {
  display: flex;
  flex: 0 0 2em;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  color: #6680ff;
  content: "＋";
  background-color: #fff;
  border-radius: 120px;
}
:where(body.-qa) .role-article.qa > .title.-open::after {
  content: "－";
}
:where(body.-qa) .btn-unit.-qa {
  width: 100%;
}
:where(body.-qa) .qa-block + .qa-block {
  margin-top: 3em;
}
:where(body.-qa) .searchFormArea {
  /*	padding: 100px 30px 0; */
  flex: 0 1 40%;
}
:where(body.-qa) .searchFormArea > form {
  display: flex;
}
:where(body.-qa) .searchFormArea > form > input {
  padding: 0.75em;
  border: none;
}
:where(body.-qa) .searchFormArea > form > input[type=submit] {
  width: 60px;
  background-color: #00538f;
  background-image: url(../img/icon_search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  border-radius: 0 8px 8px 0;
}
:where(body.-qa) .searchFormArea > form > input[type=text] {
  border-radius: 8px 0 0 8px;
  outline: none;
}
@media screen and (max-width: 779.98px) {
  :where(body.-qa) .category-nav > .item {
    flex: 0 0 auto;
    width: calc(50% - 20px);
  }
  :where(body.-qa) .role-article.qa {
    padding: 30px 10px;
    margin-bottom: 20px;
    border-radius: 0;
  }
  :where(body.-qa) .role-article.qa > .title {
    font-size: clamp(1.475rem, 0rem + 4.11vw, 3.2rem);
  }
  :where(body.-qa) .role-article.qa > .title::before {
    font-size: clamp(2.212rem, -0.01rem + 6.16vw, 4.8rem);
  }
  :where(body.-qa) .role-article.qa > .content > .inner {
    padding: 20px;
    font-size: clamp(1.382rem, 0rem + 3.85vw, 3rem);
  }
  :where(body.-qa) .role-article.qa > .content > .inner::before {
    font-size: clamp(2.212rem, -0.01rem + 6.16vw, 4.8rem);
    border-width: 2px;
  }
  :where(body.-qa) .searchFormArea {
    width: calc(100% - 60px);
  }
}/*# sourceMappingURL=style.css.map */