/* Built: 2026/08/27 20:22:05 */
@charset "UTF-8";
:root {
  --fz: 16;
}
@media screen and (max-width: 47.9375em) {
  :root {
    --fz: 14;
  }
}
:root {
  --rem: calc(1 / var(--fz) * 1rem);
  --header-hgt: 82;
  --header-hgt-fx: 82;
}
@media screen and (max-width: 67.5em) {
  :root {
    --header-hgt: 72;
    --header-hgt-fx: 72;
  }
}
:root {
  --inner-xs: 720;
  --inner-sm: 960;
  --inner-sm-md: 1200;
  --inner-md: 1440;
  --inner-lg: 1600;
  --inner-lg-xl: 1680;
  --inner-xl: 1760;
  --section_pdg-sm: 80;
  --section_pdg-md: 120;
  --section_pdg-lg: 160;
}
@media screen and (max-width: 47.9375em) {
  :root {
    --section_pdg-sm: 40;
    --section_pdg-md: 60;
    --section_pdg-lg: 80;
  }
}
:root {
  --ltr-space-default: 0.03em;
  --line-height-default: 1.6;
  --line-height-hdr: 1.6;
  --line-height-none: 1;
  --font-default: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  --font-jp-heading: "Noto Sans JP", sans-serif;
  --font-jp-text: "Noto Sans JP", sans-serif;
  --font-en-heading: "Poppins", sans-serif;
  --font-en-text: "Poppins", sans-serif;
  --font-en-display: "Poppins", sans-serif;
  --font-en-number: "Montserrat", sans-serif;
  --font-weight-default: 400;
  --font-weight-heading: 500;
  --font-weight-bold: 600;
  /* heading */
  --heading1: 56;
  --heading2: 48;
  --heading3: 40;
  --heading4: 32;
  --heading5: 24;
  --heading6: 20;
  --heading7: 96;
  --heading8: 29.5;
}
@media screen and (max-width: 47.9375em) {
  :root {
    --heading1: 32;
    --heading2: 28;
    --heading3: 24;
    --heading4: 20;
    --heading5: 18;
    --heading6: 16;
    --heading7: 44;
    --heading8: 19.75;
  }
}
:root {
  --font-size-heading1: calc(var(--heading1) * var(--rem));
  --font-size-heading2: calc(var(--heading2) * var(--rem));
  --font-size-heading3: calc(var(--heading3) * var(--rem));
  --font-size-heading4: calc(var(--heading4) * var(--rem));
  --font-size-heading5: calc(var(--heading5) * var(--rem));
  --font-size-heading6: calc(var(--heading6) * var(--rem));
  --font-size-heading7: calc(var(--heading7) * var(--rem));
  --font-size-heading8: calc(var(--heading8) * var(--rem));
  /* txt */
  --txt-xl: 22;
  --txt-lg: 18;
  --txt-md: 16;
  --txt-sm: 14;
  --txt-xs: 12;
}
@media screen and (max-width: 47.9375em) {
  :root {
    --txt-xl: 19.5;
    --txt-lg: 16;
    --txt-md: 14;
    --txt-sm: 12;
    --txt-xs: 11;
  }
}
:root {
  --font-size-txt-xl: calc(var(--txt-xl) * var(--rem));
  --font-size-txt-lg: calc(var(--txt-lg) * var(--rem));
  --font-size-txt-md: calc(var(--txt-md) * var(--rem));
  --font-size-txt-sm: calc(var(--txt-sm) * var(--rem));
  --font-size-txt-xs: calc(var(--txt-xs) * var(--rem));
  /* display */
  --display-lg: 160;
  --display-md: 120;
  --display-sm: 80;
}
@media screen and (max-width: 47.9375em) {
  :root {
    --display-lg: 80;
    --display-md: 60;
    --display-sm: 40;
  }
}
:root {
  --font-size-display-lg: calc(var(--display-lg) * var(--rem));
  --font-size-display-md: calc(var(--display-md) * var(--rem));
  --font-size-display-sm: calc(var(--display-sm) * var(--rem));
  --clr-primary-default: #116AF8;
  --clr-primary-dark: #0C4093;
  --clr-primary-light: #3F89FF;
  --clr-secondary-default: #052699;
  --clr-secondary-dark: #031964;
  --clr-secondary-light: #0F3CD7;
  --clr-tertiary-default: #0F2A4A;
  --clr-tertiary-dark: #0F2A4A;
  --clr-tertiary-light: #EEF3FA;
  --clr-bg-01: #F5F5F5;
  --clr-bg-02: #ECEEF3;
  --clr-sub-01: #20BCED;
  --clr-sub-02: #878EA0;
  --clr-sub-03: #FCFFDE;
  --clr-sub-04: #81D3D3;
  --clr-sub-05: #B0CEFB;
  --clr-sub-06: #CC5500;
  --clr-mono-01: #EEEEEE;
  --clr-mono-02: #CCCCCC;
  --clr-mono-03: #AAAAAA;
  --clr-mono-04: #888888;
  --clr-mono-05: #666666;
  --clr-mono-06: #444444;
  --clr-text-primary: #0F1319;
  --clr-text-secondary: #666C74;
  --clr-text-placeholder: #CCC;
  --clr-text-light: #fff;
  --clr-wht: #fff;
  --clr-blk: #000;
  --gradient-cta: linear-gradient(46.75deg, rgb(220, 28, 0) 66.81%, rgb(255, 126, 186) 115.45%);
  --radius-primary: 12;
  --radius-secondary: 8;
  --radius-tertiary: 4;
  --radius-max: 9999;
}
@media screen and (max-width: 47.9375em) {
  :root {
    --radius-primary: 8;
    --radius-secondary: 4;
    --radius-tertiary: 2;
  }
}
:root {
  --border-radius-primary: calc(var(--radius-primary) * var(--rem));
  --border-radius-secondary: calc(var(--radius-secondary) * var(--rem));
  --border-radius-tertiary: calc(var(--radius-tertiary) * var(--rem));
  --border-radius-max: calc(var(--radius-max) * var(--rem));
  --box-shadow-default: 0px 0px 24px 0px color-mix(in srgb, var(--clr-blk) 10%, transparent);
  --backdrop-filter-default: blur(4px);
  --easing-default: ease-out;
  --duration-default: 0.4s;
  --transit-default: all var(--duration-default) var(--easing-default);
  --transition-slow: all .8s cubic-bezier(.44,.23,.42,.95);
}

/* ##############################################################################

    style info : リセット及びフォントサイズ

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

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  background: #fff;
  color: #333;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #333;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*隙間消し*/
li img {
  vertical-align: bottom;
}

/* Reset input[type="search"] */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

/* iOS reset */
input[type=submit] {
  -webkit-appearance: none;
}

button {
  appearance: none;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  @-moz-document url-prefix() {
    * {
      font-feature-settings: "palt";
    }
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  * {
    font-feature-settings: "palt";
  }
}
/* ##############################################################################

    COMMON

############################################################################## */
html {
  font-size: clamp(9px, 0.8333333333vw, 1rem);
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-padding-top: calc(var(--header-hgt-fx) * var(--rem));
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  html {
    font-size: 0.875rem;
    overflow-y: auto;
    overflow-x: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  html {
    font-size: min(3.5897435897vw, 0.875rem);
    scroll-padding-top: calc(var(--header-hgt) * var(--rem));
  }
}

body {
  font-family: var(--font-jp-text);
  line-height: var(--line-height-default);
  font-weight: var(--font-weight-default);
  font-feature-settings: "palt";
  color: var(--clr-text-primary);
  height: 100%;
  word-break: break-word;
  letter-spacing: var(--ltr-space-default);
}
@media print, screen and (min-width: 48em) {
  body {
    font-size: clamp(14.1666666667px, 0.8333333333vw, 1rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  body:not(.mce-content-body) {
    min-width: 1080px;
  }
}
@media screen and (max-width: 47.9375em) {
  body {
    -webkit-text-size-adjust: none;
  }
}

ul,
ol {
  list-style: none;
}

small {
  font-size: max(12px, 0.875rem);
}
@media screen and (max-width: 47.9375em) {
  small {
    font-size: 0.9285714286rem;
  }
}

a,
a:where([href="javascript:void(0);"]):hover {
  color: var(--clr-text-primary);
  text-decoration: none;
  transition: var(--transit-default);
  outline: none;
}

a:where([href="javascript:void(0);"]),
a:where([href="javascript:void(0);"])::before {
  color: inherit;
  cursor: default;
  opacity: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
  text-decoration: none !important;
}

@media print, screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  img {
    max-width: 100%;
    height: auto;
  }
}

address,
em,
i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  line-height: var(--line-height-hdr);
}

svg {
  transition: var(--transit-default);
}
svg[preserveAspectRatio=none] {
  height: auto;
}

:root {
  --anc-wid: 22.125rem;
  --anc-space: 6.625rem;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  :root {
    --anc-wid: 15rem;
    --anc-space: 5rem;
  }
}

body > .container,
main {
  position: relative;
  z-index: 1;
}

.main-bg {
  width: 100%;
  height: 100%;
  overflow: clip;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.main-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100lvh;
  background-image: url(../images/common/bg-base.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: sticky;
  top: 0;
  left: 0;
}

@media screen and (min-width: 48em) {
  body:has(.page_ttl .page_ttl__bg__wrp) main {
    margin-top: -17.75rem;
    padding-top: 17.75rem;
  }
  body:has(.page_ttl .page_ttl__bg__wrp) .anchor_link--list_wrap {
    padding-top: 25.25rem;
  }
  body:not(:has(.page_ttl .page_ttl__bg__wrp)) .anchor_link--list_wrap {
    padding-top: calc(var(--section_pdg-md) * var(--rem));
  }
  main:has(.anchor_link--list_wrap) {
    position: relative;
  }
  main:has(.anchor_link--list_wrap) > .main_column {
    width: 90%;
    max-width: calc(100vw - var(--anc-wid) - var(--anc-space));
    margin-inline: auto 0;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  main:has(.anchor_link--list_wrap) > .main_column {
    max-width: calc(1080px - var(--anc-wid) - 2.2857142857rem);
  }
}
@media screen and (min-width: 48em) {
  main:has(.anchor_link--list_wrap) > .main_column > .lps_sec > .inner {
    width: 100%;
  }
  main:has(.anchor_link--list_wrap) > .main_column > .lps_sec .lps_sec--contents > .inner {
    width: 100%;
  }
  main:has(.anchor_link--list_wrap) > .main_column > .lps_sec .lps_sec--contents > .lps_parts > .inner {
    width: 100%;
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  main:has(.anchor_link--list_wrap) > .main_column > .lps_sec .lps_parts--slide .splide__arrow--prev {
    left: 0;
  }
  main:has(.anchor_link--list_wrap) > .main_column > .lps_sec .lps_parts--slide .splide__arrow--next {
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  body:has(.page_ttl .page_ttl__bg__wrp) main {
    margin-top: -8.5714285714rem;
    padding-top: 8.5714285714rem;
  }
  body:has(.page_ttl .page_ttl__bg__wrp) .anchor_link--list_wrap {
    padding-top: 17.1428571429rem;
  }
}
/* visually-hidden
********************************************** */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

/* Parallax
********************************************** */
[data-parallax] {
  overflow: hidden;
}
[data-parallax] img {
  display: block;
  width: 100%;
  max-width: none;
  height: calc(100% * var(--scaleY, 1));
  translate: 0 calc(var(--moveY) * 1px);
  object-fit: cover;
  object-position: center;
}
[data-parallax].img-hgt img {
  height: auto;
}

/* Parallax
********************************************** */
.page-404__container .txt-lg {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.page-404__container .inner-sm {
  margin-inline: auto;
}
.page-404__container .btn a {
  width: 100%;
}

/* txt
**************************************** */
.txt-xl {
  --max-font-size: calc(var(--txt-xl) * 1px - 2px);
  font-size: max(var(--max-font-size), var(--font-size-txt-xl));
}

.txt-lg {
  --max-font-size: calc(var(--txt-lg) * 1px - 2px);
  font-size: max(var(--max-font-size), var(--font-size-txt-lg));
}

.txt-md {
  --max-font-size: calc(var(--txt-md) * 1px - 2px);
  font-size: max(var(--max-font-size), var(--font-size-txt-md));
}

.txt-sm {
  --max-font-size: calc(var(--txt-sm) * 1px - 2px);
  font-size: max(var(--max-font-size), var(--font-size-txt-sm));
}

.txt-xs {
  --max-font-size: calc(var(--txt-xs) * 1px - 2px);
  font-size: max(var(--max-font-size), var(--font-size-txt-xs));
}

.clr-primary-default,
.clr-primary-default * {
  color: var(--clr-primary-default);
}

.clr-primary-dark,
.clr-primary-dark * {
  color: var(--clr-primary-dark);
}

.clr-primary-light,
.clr-primary-light * {
  color: var(--clr-primary-light);
}

.clr-secondary-default,
.clr-secondary-default * {
  color: var(--clr-secondary-default);
}

.clr-secondary-dark,
.clr-secondary-dark * {
  color: var(--clr-secondary-dark);
}

.clr-secondary-light,
.clr-secondary-light * {
  color: var(--clr-secondary-light);
}

.clr-tertiary-default,
.clr-tertiary-default * {
  color: var(--clr-tertiary-default);
}

.clr-tertiary-dark,
.clr-tertiary-dark * {
  color: var(--clr-tertiary-dark);
}

.clr-tertiary-light,
.clr-tertiary-light * {
  color: var(--clr-tertiary-light);
}

.clr-bg-01,
.clr-bg-01 * {
  color: var(--clr-bg-01);
}

.clr-bg-02,
.clr-bg-02 * {
  color: var(--clr-bg-02);
}

.clr-sub-01,
.clr-sub-01 * {
  color: var(--clr-sub-01);
}

.clr-sub-02,
.clr-sub-02 * {
  color: var(--clr-sub-02);
}

.clr-sub-03,
.clr-sub-03 * {
  color: var(--clr-sub-03);
}

.clr-sub-04,
.clr-sub-04 * {
  color: var(--clr-sub-04);
}

.clr-sub-05,
.clr-sub-05 * {
  color: var(--clr-sub-05);
}

.clr-sub-06,
.clr-sub-06 * {
  color: var(--clr-sub-06);
}

.clr-mono-01,
.clr-mono-01 * {
  color: var(--clr-mono-01);
}

.clr-mono-02,
.clr-mono-02 * {
  color: var(--clr-mono-02);
}

.clr-mono-03,
.clr-mono-03 * {
  color: var(--clr-mono-03);
}

.clr-mono-04,
.clr-mono-04 * {
  color: var(--clr-mono-04);
}

.clr-mono-05,
.clr-mono-05 * {
  color: var(--clr-mono-05);
}

.clr-mono-06,
.clr-mono-06 * {
  color: var(--clr-mono-06);
}

.clr-text-primary,
.clr-text-primary * {
  color: var(--clr-text-primary);
}

.clr-text-secondary,
.clr-text-secondary * {
  color: var(--clr-text-secondary);
}

.clr-text-placeholder,
.clr-text-placeholder * {
  color: var(--clr-text-placeholder);
}

.clr-text-light,
.clr-text-light * {
  color: var(--clr-text-light);
}

.clr-wht,
.clr-wht * {
  color: var(--clr-wht);
}

.clr-blk,
.clr-blk * {
  color: var(--clr-blk);
}

.has-clr-primary-default-color,
.has-clr-primary-default-color * {
  color: var(--clr-primary-default);
}

.has-clr-primary-dark-color,
.has-clr-primary-dark-color * {
  color: var(--clr-primary-dark);
}

.has-clr-primary-light-color,
.has-clr-primary-light-color * {
  color: var(--clr-primary-light);
}

.has-clr-secondary-default-color,
.has-clr-secondary-default-color * {
  color: var(--clr-secondary-default);
}

.has-clr-secondary-dark-color,
.has-clr-secondary-dark-color * {
  color: var(--clr-secondary-dark);
}

.has-clr-secondary-light-color,
.has-clr-secondary-light-color * {
  color: var(--clr-secondary-light);
}

.has-clr-tertiary-default-color,
.has-clr-tertiary-default-color * {
  color: var(--clr-tertiary-default);
}

.has-clr-tertiary-dark-color,
.has-clr-tertiary-dark-color * {
  color: var(--clr-tertiary-dark);
}

.has-clr-tertiary-light-color,
.has-clr-tertiary-light-color * {
  color: var(--clr-tertiary-light);
}

.has-clr-bg-01-color,
.has-clr-bg-01-color * {
  color: var(--clr-bg-01);
}

.has-clr-bg-02-color,
.has-clr-bg-02-color * {
  color: var(--clr-bg-02);
}

.has-clr-sub-01-color,
.has-clr-sub-01-color * {
  color: var(--clr-sub-01);
}

.has-clr-sub-02-color,
.has-clr-sub-02-color * {
  color: var(--clr-sub-02);
}

.has-clr-sub-03-color,
.has-clr-sub-03-color * {
  color: var(--clr-sub-03);
}

.has-clr-sub-04-color,
.has-clr-sub-04-color * {
  color: var(--clr-sub-04);
}

.has-clr-sub-05-color,
.has-clr-sub-05-color * {
  color: var(--clr-sub-05);
}

.has-clr-sub-06-color,
.has-clr-sub-06-color * {
  color: var(--clr-sub-06);
}

.has-clr-mono-01-color,
.has-clr-mono-01-color * {
  color: var(--clr-mono-01);
}

.has-clr-mono-02-color,
.has-clr-mono-02-color * {
  color: var(--clr-mono-02);
}

.has-clr-mono-03-color,
.has-clr-mono-03-color * {
  color: var(--clr-mono-03);
}

.has-clr-mono-04-color,
.has-clr-mono-04-color * {
  color: var(--clr-mono-04);
}

.has-clr-mono-05-color,
.has-clr-mono-05-color * {
  color: var(--clr-mono-05);
}

.has-clr-mono-06-color,
.has-clr-mono-06-color * {
  color: var(--clr-mono-06);
}

.has-clr-text-primary-color,
.has-clr-text-primary-color * {
  color: var(--clr-text-primary);
}

.has-clr-text-secondary-color,
.has-clr-text-secondary-color * {
  color: var(--clr-text-secondary);
}

.has-clr-text-placeholder-color,
.has-clr-text-placeholder-color * {
  color: var(--clr-text-placeholder);
}

.has-clr-text-light-color,
.has-clr-text-light-color * {
  color: var(--clr-text-light);
}

.has-clr-wht-color,
.has-clr-wht-color * {
  color: var(--clr-wht);
}

.has-clr-blk-color,
.has-clr-blk-color * {
  color: var(--clr-blk);
}

/* --- font-size --- */
.fz8 {
  font-size: max(6px, 0.5rem);
}
@media screen and (max-width: 47.9375em) {
  .fz8 {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp8 {
    font-size: 0.5714285714rem !important;
  }
}

.fz9 {
  font-size: max(7px, 0.5625rem);
}
@media screen and (max-width: 47.9375em) {
  .fz9 {
    font-size: 0.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp9 {
    font-size: 0.6428571429rem !important;
  }
}

.fz10 {
  font-size: max(8px, 0.625rem);
}
@media screen and (max-width: 47.9375em) {
  .fz10 {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp10 {
    font-size: 0.7142857143rem !important;
  }
}

.fz11 {
  font-size: max(9px, 0.6875rem);
}
@media screen and (max-width: 47.9375em) {
  .fz11 {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp11 {
    font-size: 0.7857142857rem !important;
  }
}

.fz12 {
  font-size: max(10px, 0.75rem);
}
@media screen and (max-width: 47.9375em) {
  .fz12 {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp12 {
    font-size: 0.8571428571rem !important;
  }
}

.fz13 {
  font-size: max(11px, 0.8125rem);
}
@media screen and (max-width: 47.9375em) {
  .fz13 {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp13 {
    font-size: 0.9285714286rem !important;
  }
}

.fz14 {
  font-size: max(12px, 0.875rem);
}
@media screen and (max-width: 47.9375em) {
  .fz14 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp14 {
    font-size: 1rem !important;
  }
}

.fz15 {
  font-size: max(13px, 0.9375rem);
}
@media screen and (max-width: 47.9375em) {
  .fz15 {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp15 {
    font-size: 1.0714285714rem !important;
  }
}

.fz16 {
  font-size: max(14px, 1rem);
}
@media screen and (max-width: 47.9375em) {
  .fz16 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp16 {
    font-size: 1.1428571429rem !important;
  }
}

.fz17 {
  font-size: max(15px, 1.0625rem);
}
@media screen and (max-width: 47.9375em) {
  .fz17 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp17 {
    font-size: 1.2142857143rem !important;
  }
}

.fz18 {
  font-size: max(16px, 1.125rem);
}
@media screen and (max-width: 47.9375em) {
  .fz18 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp18 {
    font-size: 1.2857142857rem !important;
  }
}

.fz19 {
  font-size: max(17px, 1.1875rem);
}
@media screen and (max-width: 47.9375em) {
  .fz19 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp19 {
    font-size: 1.3571428571rem !important;
  }
}

.fz20 {
  font-size: max(18px, 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .fz20 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp20 {
    font-size: 1.4285714286rem !important;
  }
}

.fz21 {
  font-size: max(19px, 1.3125rem);
}
@media screen and (max-width: 47.9375em) {
  .fz21 {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp21 {
    font-size: 1.5rem !important;
  }
}

.fz22 {
  font-size: max(20px, 1.375rem);
}
@media screen and (max-width: 47.9375em) {
  .fz22 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp22 {
    font-size: 1.5714285714rem !important;
  }
}

.fz23 {
  font-size: max(21px, 1.4375rem);
}
@media screen and (max-width: 47.9375em) {
  .fz23 {
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp23 {
    font-size: 1.6428571429rem !important;
  }
}

.fz24 {
  font-size: max(22px, 1.5rem);
}
@media screen and (max-width: 47.9375em) {
  .fz24 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp24 {
    font-size: 1.7142857143rem !important;
  }
}

.fz25 {
  font-size: 1.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz25 {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp25 {
    font-size: 1.7857142857rem !important;
  }
}

.fz26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz26 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp26 {
    font-size: 1.8571428571rem !important;
  }
}

.fz27 {
  font-size: 1.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz27 {
    font-size: 1.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp27 {
    font-size: 1.9285714286rem !important;
  }
}

.fz28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz28 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp28 {
    font-size: 2rem !important;
  }
}

.fz29 {
  font-size: 1.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz29 {
    font-size: 1.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp29 {
    font-size: 2.0714285714rem !important;
  }
}

.fz30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz30 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp30 {
    font-size: 2.1428571429rem !important;
  }
}

.fz31 {
  font-size: 1.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz31 {
    font-size: 1.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp31 {
    font-size: 2.2142857143rem !important;
  }
}

.fz32 {
  font-size: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .fz32 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp32 {
    font-size: 2.2857142857rem !important;
  }
}

.fz33 {
  font-size: 2.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz33 {
    font-size: 2.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp33 {
    font-size: 2.3571428571rem !important;
  }
}

.fz34 {
  font-size: 2.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz34 {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp34 {
    font-size: 2.4285714286rem !important;
  }
}

.fz35 {
  font-size: 2.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz35 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp35 {
    font-size: 2.5rem !important;
  }
}

.fz36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz36 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp36 {
    font-size: 2.5714285714rem !important;
  }
}

.fz37 {
  font-size: 2.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz37 {
    font-size: 2.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp37 {
    font-size: 2.6428571429rem !important;
  }
}

.fz38 {
  font-size: 2.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz38 {
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp38 {
    font-size: 2.7142857143rem !important;
  }
}

.fz39 {
  font-size: 2.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz39 {
    font-size: 2.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp39 {
    font-size: 2.7857142857rem !important;
  }
}

.fz40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz40 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp40 {
    font-size: 2.8571428571rem !important;
  }
}

.fz41 {
  font-size: 2.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz41 {
    font-size: 2.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp41 {
    font-size: 2.9285714286rem !important;
  }
}

.fz42 {
  font-size: 2.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz42 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp42 {
    font-size: 3rem !important;
  }
}

.fz43 {
  font-size: 2.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz43 {
    font-size: 2.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp43 {
    font-size: 3.0714285714rem !important;
  }
}

.fz44 {
  font-size: 2.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz44 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp44 {
    font-size: 3.1428571429rem !important;
  }
}

.fz45 {
  font-size: 2.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz45 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp45 {
    font-size: 3.2142857143rem !important;
  }
}

.fz46 {
  font-size: 2.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz46 {
    font-size: 2.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp46 {
    font-size: 3.2857142857rem !important;
  }
}

.fz47 {
  font-size: 2.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz47 {
    font-size: 2.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp47 {
    font-size: 3.3571428571rem !important;
  }
}

.fz48 {
  font-size: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .fz48 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp48 {
    font-size: 3.4285714286rem !important;
  }
}

.fz49 {
  font-size: 3.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz49 {
    font-size: 3.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp49 {
    font-size: 3.5rem !important;
  }
}

.fz50 {
  font-size: 3.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz50 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp50 {
    font-size: 3.5714285714rem !important;
  }
}

.fz51 {
  font-size: 3.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz51 {
    font-size: 3.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp51 {
    font-size: 3.6428571429rem !important;
  }
}

.fz52 {
  font-size: 3.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz52 {
    font-size: 3.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp52 {
    font-size: 3.7142857143rem !important;
  }
}

.fz53 {
  font-size: 3.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz53 {
    font-size: 3.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp53 {
    font-size: 3.7857142857rem !important;
  }
}

.fz54 {
  font-size: 3.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz54 {
    font-size: 3.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp54 {
    font-size: 3.8571428571rem !important;
  }
}

.fz55 {
  font-size: 3.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz55 {
    font-size: 3.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp55 {
    font-size: 3.9285714286rem !important;
  }
}

.fz56 {
  font-size: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz56 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp56 {
    font-size: 4rem !important;
  }
}

.fz57 {
  font-size: 3.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz57 {
    font-size: 3.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp57 {
    font-size: 4.0714285714rem !important;
  }
}

.fz58 {
  font-size: 3.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz58 {
    font-size: 3.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp58 {
    font-size: 4.1428571429rem !important;
  }
}

.fz59 {
  font-size: 3.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz59 {
    font-size: 3.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp59 {
    font-size: 4.2142857143rem !important;
  }
}

.fz60 {
  font-size: 3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz60 {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp60 {
    font-size: 4.2857142857rem !important;
  }
}

.fz61 {
  font-size: 3.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz61 {
    font-size: 3.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp61 {
    font-size: 4.3571428571rem !important;
  }
}

.fz62 {
  font-size: 3.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz62 {
    font-size: 3.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp62 {
    font-size: 4.4285714286rem !important;
  }
}

.fz63 {
  font-size: 3.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz63 {
    font-size: 3.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp63 {
    font-size: 4.5rem !important;
  }
}

.fz64 {
  font-size: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .fz64 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp64 {
    font-size: 4.5714285714rem !important;
  }
}

.fz65 {
  font-size: 4.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz65 {
    font-size: 4.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp65 {
    font-size: 4.6428571429rem !important;
  }
}

.fz66 {
  font-size: 4.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz66 {
    font-size: 4.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp66 {
    font-size: 4.7142857143rem !important;
  }
}

.fz67 {
  font-size: 4.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz67 {
    font-size: 4.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp67 {
    font-size: 4.7857142857rem !important;
  }
}

.fz68 {
  font-size: 4.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz68 {
    font-size: 4.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp68 {
    font-size: 4.8571428571rem !important;
  }
}

.fz69 {
  font-size: 4.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz69 {
    font-size: 4.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp69 {
    font-size: 4.9285714286rem !important;
  }
}

.fz70 {
  font-size: 4.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz70 {
    font-size: 4.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp70 {
    font-size: 5rem !important;
  }
}

.fz71 {
  font-size: 4.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz71 {
    font-size: 4.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp71 {
    font-size: 5.0714285714rem !important;
  }
}

.fz72 {
  font-size: 4.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz72 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp72 {
    font-size: 5.1428571429rem !important;
  }
}

.fz73 {
  font-size: 4.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz73 {
    font-size: 4.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp73 {
    font-size: 5.2142857143rem !important;
  }
}

.fz74 {
  font-size: 4.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz74 {
    font-size: 4.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp74 {
    font-size: 5.2857142857rem !important;
  }
}

.fz75 {
  font-size: 4.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz75 {
    font-size: 4.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp75 {
    font-size: 5.3571428571rem !important;
  }
}

.fz76 {
  font-size: 4.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz76 {
    font-size: 4.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp76 {
    font-size: 5.4285714286rem !important;
  }
}

.fz77 {
  font-size: 4.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz77 {
    font-size: 4.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp77 {
    font-size: 5.5rem !important;
  }
}

.fz78 {
  font-size: 4.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz78 {
    font-size: 4.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp78 {
    font-size: 5.5714285714rem !important;
  }
}

.fz79 {
  font-size: 4.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz79 {
    font-size: 4.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp79 {
    font-size: 5.6428571429rem !important;
  }
}

.fz80 {
  font-size: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz80 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp80 {
    font-size: 5.7142857143rem !important;
  }
}

.fz81 {
  font-size: 5.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz81 {
    font-size: 5.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp81 {
    font-size: 5.7857142857rem !important;
  }
}

.fz82 {
  font-size: 5.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz82 {
    font-size: 5.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp82 {
    font-size: 5.8571428571rem !important;
  }
}

.fz83 {
  font-size: 5.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz83 {
    font-size: 5.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp83 {
    font-size: 5.9285714286rem !important;
  }
}

.fz84 {
  font-size: 5.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz84 {
    font-size: 5.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp84 {
    font-size: 6rem !important;
  }
}

.fz85 {
  font-size: 5.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz85 {
    font-size: 5.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp85 {
    font-size: 6.0714285714rem !important;
  }
}

.fz86 {
  font-size: 5.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz86 {
    font-size: 5.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp86 {
    font-size: 6.1428571429rem !important;
  }
}

.fz87 {
  font-size: 5.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz87 {
    font-size: 5.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp87 {
    font-size: 6.2142857143rem !important;
  }
}

.fz88 {
  font-size: 5.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz88 {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp88 {
    font-size: 6.2857142857rem !important;
  }
}

.fz89 {
  font-size: 5.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz89 {
    font-size: 5.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp89 {
    font-size: 6.3571428571rem !important;
  }
}

.fz90 {
  font-size: 5.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz90 {
    font-size: 5.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp90 {
    font-size: 6.4285714286rem !important;
  }
}

.fz91 {
  font-size: 5.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz91 {
    font-size: 5.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp91 {
    font-size: 6.5rem !important;
  }
}

.fz92 {
  font-size: 5.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz92 {
    font-size: 5.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp92 {
    font-size: 6.5714285714rem !important;
  }
}

.fz93 {
  font-size: 5.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz93 {
    font-size: 5.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp93 {
    font-size: 6.6428571429rem !important;
  }
}

.fz94 {
  font-size: 5.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz94 {
    font-size: 5.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp94 {
    font-size: 6.7142857143rem !important;
  }
}

.fz95 {
  font-size: 5.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz95 {
    font-size: 5.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp95 {
    font-size: 6.7857142857rem !important;
  }
}

.fz96 {
  font-size: 6rem;
}
@media screen and (max-width: 47.9375em) {
  .fz96 {
    font-size: 6rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp96 {
    font-size: 6.8571428571rem !important;
  }
}

.fz97 {
  font-size: 6.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz97 {
    font-size: 6.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp97 {
    font-size: 6.9285714286rem !important;
  }
}

.fz98 {
  font-size: 6.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz98 {
    font-size: 6.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp98 {
    font-size: 7rem !important;
  }
}

.fz99 {
  font-size: 6.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz99 {
    font-size: 6.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp99 {
    font-size: 7.0714285714rem !important;
  }
}

.fz100 {
  font-size: 6.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz100 {
    font-size: 6.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp100 {
    font-size: 7.1428571429rem !important;
  }
}

.fz101 {
  font-size: 6.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz101 {
    font-size: 6.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp101 {
    font-size: 7.2142857143rem !important;
  }
}

.fz102 {
  font-size: 6.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz102 {
    font-size: 6.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp102 {
    font-size: 7.2857142857rem !important;
  }
}

.fz103 {
  font-size: 6.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz103 {
    font-size: 6.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp103 {
    font-size: 7.3571428571rem !important;
  }
}

.fz104 {
  font-size: 6.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz104 {
    font-size: 6.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp104 {
    font-size: 7.4285714286rem !important;
  }
}

.fz105 {
  font-size: 6.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz105 {
    font-size: 6.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp105 {
    font-size: 7.5rem !important;
  }
}

.fz106 {
  font-size: 6.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz106 {
    font-size: 6.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp106 {
    font-size: 7.5714285714rem !important;
  }
}

.fz107 {
  font-size: 6.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz107 {
    font-size: 6.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp107 {
    font-size: 7.6428571429rem !important;
  }
}

.fz108 {
  font-size: 6.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz108 {
    font-size: 6.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp108 {
    font-size: 7.7142857143rem !important;
  }
}

.fz109 {
  font-size: 6.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz109 {
    font-size: 6.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp109 {
    font-size: 7.7857142857rem !important;
  }
}

.fz110 {
  font-size: 6.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz110 {
    font-size: 6.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp110 {
    font-size: 7.8571428571rem !important;
  }
}

.fz111 {
  font-size: 6.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz111 {
    font-size: 6.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp111 {
    font-size: 7.9285714286rem !important;
  }
}

.fz112 {
  font-size: 7rem;
}
@media screen and (max-width: 47.9375em) {
  .fz112 {
    font-size: 7rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp112 {
    font-size: 8rem !important;
  }
}

.fz113 {
  font-size: 7.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz113 {
    font-size: 7.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp113 {
    font-size: 8.0714285714rem !important;
  }
}

.fz114 {
  font-size: 7.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz114 {
    font-size: 7.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp114 {
    font-size: 8.1428571429rem !important;
  }
}

.fz115 {
  font-size: 7.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz115 {
    font-size: 7.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp115 {
    font-size: 8.2142857143rem !important;
  }
}

.fz116 {
  font-size: 7.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz116 {
    font-size: 7.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp116 {
    font-size: 8.2857142857rem !important;
  }
}

.fz117 {
  font-size: 7.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz117 {
    font-size: 7.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp117 {
    font-size: 8.3571428571rem !important;
  }
}

.fz118 {
  font-size: 7.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz118 {
    font-size: 7.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp118 {
    font-size: 8.4285714286rem !important;
  }
}

.fz119 {
  font-size: 7.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz119 {
    font-size: 7.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp119 {
    font-size: 8.5rem !important;
  }
}

.fz120 {
  font-size: 7.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz120 {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp120 {
    font-size: 8.5714285714rem !important;
  }
}

.fz121 {
  font-size: 7.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz121 {
    font-size: 7.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp121 {
    font-size: 8.6428571429rem !important;
  }
}

.fz122 {
  font-size: 7.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz122 {
    font-size: 7.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp122 {
    font-size: 8.7142857143rem !important;
  }
}

.fz123 {
  font-size: 7.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz123 {
    font-size: 7.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp123 {
    font-size: 8.7857142857rem !important;
  }
}

.fz124 {
  font-size: 7.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz124 {
    font-size: 7.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp124 {
    font-size: 8.8571428571rem !important;
  }
}

.fz125 {
  font-size: 7.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz125 {
    font-size: 7.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp125 {
    font-size: 8.9285714286rem !important;
  }
}

.fz126 {
  font-size: 7.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz126 {
    font-size: 7.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp126 {
    font-size: 9rem !important;
  }
}

.fz127 {
  font-size: 7.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz127 {
    font-size: 7.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp127 {
    font-size: 9.0714285714rem !important;
  }
}

.fz128 {
  font-size: 8rem;
}
@media screen and (max-width: 47.9375em) {
  .fz128 {
    font-size: 8rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp128 {
    font-size: 9.1428571429rem !important;
  }
}

.fz129 {
  font-size: 8.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz129 {
    font-size: 8.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp129 {
    font-size: 9.2142857143rem !important;
  }
}

.fz130 {
  font-size: 8.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz130 {
    font-size: 8.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp130 {
    font-size: 9.2857142857rem !important;
  }
}

.fz131 {
  font-size: 8.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz131 {
    font-size: 8.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp131 {
    font-size: 9.3571428571rem !important;
  }
}

.fz132 {
  font-size: 8.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz132 {
    font-size: 8.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp132 {
    font-size: 9.4285714286rem !important;
  }
}

.fz133 {
  font-size: 8.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz133 {
    font-size: 8.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp133 {
    font-size: 9.5rem !important;
  }
}

.fz134 {
  font-size: 8.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz134 {
    font-size: 8.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp134 {
    font-size: 9.5714285714rem !important;
  }
}

.fz135 {
  font-size: 8.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz135 {
    font-size: 8.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp135 {
    font-size: 9.6428571429rem !important;
  }
}

.fz136 {
  font-size: 8.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz136 {
    font-size: 8.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp136 {
    font-size: 9.7142857143rem !important;
  }
}

.fz137 {
  font-size: 8.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz137 {
    font-size: 8.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp137 {
    font-size: 9.7857142857rem !important;
  }
}

.fz138 {
  font-size: 8.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz138 {
    font-size: 8.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp138 {
    font-size: 9.8571428571rem !important;
  }
}

.fz139 {
  font-size: 8.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz139 {
    font-size: 8.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp139 {
    font-size: 9.9285714286rem !important;
  }
}

.fz140 {
  font-size: 8.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz140 {
    font-size: 8.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp140 {
    font-size: 10rem !important;
  }
}

/* --- font-family --- */
.font-jp {
  font-family: var(--font-jp-heading);
  letter-spacing: 0.03em;
}

.font-en {
  font-family: var(--font-en-heading);
  letter-spacing: 0;
}

/* --- clip-txt --- */
.clip-txt1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clip-txt2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clip-txt3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clip-txt4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* txt-ctr
**************************************** */
.txt-ctr,
.txt-ctr-pc {
  text-align: center;
}

.txt-rgt,
.txt-rgt-pc {
  text-align: right;
}

@media screen and (max-width: 47.9375em) {
  .txt-ctr-pc,
  .txt-rgt-pc {
    text-align: left;
  }
  .txt-ctr-sp {
    text-align: center;
  }
}
/* txtarea
**************************************** */
.txtarea p:not([class*=mgn-btm]):not(:last-child) {
  margin-bottom: 1em;
}

/* ##############################################################################

    ブロックエディタ・クラシックエディタ共通

############################################################################## */
.bold {
  font-weight: 600;
}
.bold:not([class*=clr-]) {
  color: var(--clr-sub-06);
}

.mce-content-body > .lps_sec:nth-child(even)::after {
  content: none;
}

.mce-content-body:not(:has(> .lps_sec)) {
  font-size: var(--font-size-txt-lg);
}
@media screen and (min-width: 67.5625em) {
  .mce-content-body:not(:has(> .lps_sec)) {
    font-size: clamp(20px, 1.1458333333vw, 22px);
  }
}
.mce-content-body:not(:has(> .lps_sec)) {
  font-weight: 500;
  line-height: 1.9; /* 32.4px */
  letter-spacing: 0.03em;
  display: flow-root;
}
.mce-content-body:not(:has(> .lps_sec)) ul:where(:not([class*=ez-toc-])):not(:first-child),
.mce-content-body:not(:has(> .lps_sec)) ol:not(:first-child) {
  margin-top: 1em;
}
.mce-content-body:not(:has(> .lps_sec)) ul:where(:not([class*=ez-toc-])):not(:last-child),
.mce-content-body:not(:has(> .lps_sec)) ol:not(:last-child) {
  margin-bottom: 1em;
}
.mce-content-body:not(:has(> .lps_sec)) ul:where(:not([class*=ez-toc-])) ul,
.mce-content-body:not(:has(> .lps_sec)) ul:where(:not([class*=ez-toc-])) ol,
.mce-content-body:not(:has(> .lps_sec)) ol ul,
.mce-content-body:not(:has(> .lps_sec)) ol ol {
  margin-top: 1em;
}
.mce-content-body:not(:has(> .lps_sec)) li {
  position: relative;
  padding-block-end: 0.5em;
}
.mce-content-body:not(:has(> .lps_sec)) ul:where(:not([class*=ez-toc-])):not(.knowledge-signal-legend) li {
  --list-gap: 16;
  --list-dot: 10;
  --list-padding: calc(var(--list-gap) + var(--list-dot));
  list-style: none;
  text-indent: 0;
  padding-left: calc(var(--list-padding) * var(--rem));
}
.mce-content-body:not(:has(> .lps_sec)) ul:where(:not([class*=ez-toc-])):not(.knowledge-signal-legend) li::before {
  content: "";
  position: absolute;
  left: 0;
  flex-shrink: 0;
  inline-size: calc(var(--list-dot) * var(--rem));
  aspect-ratio: 1;
  margin-block: calc((1lh - var(--list-dot) * var(--rem)) / 2);
  color: var(--clr-primary-default);
  border: 1px solid;
  background-color: currentColor;
}
.mce-content-body:not(:has(> .lps_sec)) ol {
  margin-inline-start: 1.5em;
}
.mce-content-body:not(:has(> .lps_sec)) ol::marker {
  letter-spacing: 0.2em;
}
.mce-content-body:not(:has(> .lps_sec)) ol:not([style]) {
  counter-reset: cnt;
}
.mce-content-body:not(:has(> .lps_sec)) ol:not([style]) > li {
  counter-increment: cnt;
  text-indent: -1.5em;
}
.mce-content-body:not(:has(> .lps_sec)) ol:not([style]) > li::before {
  content: counter(cnt, decimal-leading-zero) ".";
  color: var(--clr-primary-default);
  margin-right: 0.3em;
  letter-spacing: 0;
}
.mce-content-body:not(:has(> .lps_sec)) ol:not([style]) > li ul li {
  text-indent: 0;
}
.mce-content-body:not(:has(> .lps_sec)) ul:where([style="list-style-type: circle;"]) li::before {
  background-color: var(--clr-wht);
}
.mce-content-body:not(:has(> .lps_sec)) ul:where(:not([style="list-style-type: square;"])) li::before {
  border-radius: 50%;
}
.mce-content-body:not(:has(> .lps_sec)) .wp-block-image img {
  margin: 1em 0;
  max-width: 100%;
  height: auto;
}
.mce-content-body:not(:has(> .lps_sec)) .wp-caption {
  width: fit-content;
  max-width: 100%;
}
.mce-content-body:not(:has(> .lps_sec)) hr {
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
  border: none;
  border-bottom: 1px solid var(--clr-mono-04);
}
.mce-content-body:not(:has(> .lps_sec)) a .wp-block-image img {
  transition: var(--transit-default);
}
.mce-content-body:not(:has(> .lps_sec)) a:hover .wp-block-image img {
  opacity: 0.8;
}
.mce-content-body:not(:has(> .lps_sec)) img {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body:not(:has(> .lps_sec)) .alignright,
  .mce-content-body:not(:has(> .lps_sec)) .alignleft {
    width: 100% !important;
    float: none;
    margin: 1em auto;
    display: block;
  }
}
.mce-content-body:not(:has(> .lps_sec)) .alignleft {
  float: left;
  clear: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.mce-content-body:not(:has(> .lps_sec)) .alignright {
  float: right;
  clear: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.mce-content-body:not(:has(> .lps_sec)) .aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.mce-content-body:not(:has(> .lps_sec)) .wp-block-image img.aligncenter {
  display: block;
}
.mce-content-body:not(:has(> .lps_sec)) .alignleft:last-child,
.mce-content-body:not(:has(> .lps_sec)) .alignright:last-child,
.mce-content-body:not(:has(> .lps_sec)) .aligncenter:last-child {
  margin-bottom: 0;
}
.mce-content-body:not(:has(> .lps_sec)) p:not(:last-child) {
  margin-bottom: 1em;
}
.mce-content-body:not(:has(> .lps_sec)) b,
.mce-content-body:not(:has(> .lps_sec)) strong {
  font-weight: bold;
}
.mce-content-body:not(:has(> .lps_sec)) .wp-block-quote > p,
.mce-content-body:not(:has(> .lps_sec)) blockquote:not(.wp-block-quote) {
  padding: 1rem 2.5rem;
  border-radius: 0.1875rem;
  position: relative;
  display: block;
  width: fit-content;
  font-style: oblique;
  margin-left: 0 !important;
  border-left: 0 !important;
  box-shadow: 0 !important;
  color: #666;
  background-color: var(--clr-bg-02);
  text-align: left;
}
.mce-content-body:not(:has(> .lps_sec)) .wp-block-quote > p:not(:first-child),
.mce-content-body:not(:has(> .lps_sec)) blockquote:not(.wp-block-quote):not(:first-child) {
  margin-top: 1em;
}
.mce-content-body:not(:has(> .lps_sec)) .wp-block-quote > p:not(:last-child),
.mce-content-body:not(:has(> .lps_sec)) blockquote:not(.wp-block-quote):not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body:not(:has(> .lps_sec)) .wp-block-quote > p,
  .mce-content-body:not(:has(> .lps_sec)) blockquote:not(.wp-block-quote) {
    padding: 1rem;
  }
}
.mce-content-body:not(:has(> .lps_sec)) .wp-block-quote > p::before, .mce-content-body:not(:has(> .lps_sec)) .wp-block-quote > p::after,
.mce-content-body:not(:has(> .lps_sec)) blockquote:not(.wp-block-quote)::before,
.mce-content-body:not(:has(> .lps_sec)) blockquote:not(.wp-block-quote)::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  opacity: 0.25;
}
.mce-content-body:not(:has(> .lps_sec)) .wp-block-quote > p::before,
.mce-content-body:not(:has(> .lps_sec)) blockquote:not(.wp-block-quote)::before {
  background-image: url("../images/common/icon-quote_left.svg");
  top: 0.875rem;
  left: 0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body:not(:has(> .lps_sec)) .wp-block-quote > p::before,
  .mce-content-body:not(:has(> .lps_sec)) blockquote:not(.wp-block-quote)::before {
    top: 0;
    left: 0;
  }
}
.mce-content-body:not(:has(> .lps_sec)) .wp-block-quote > p::after,
.mce-content-body:not(:has(> .lps_sec)) blockquote:not(.wp-block-quote)::after {
  background-image: url("../images/common/icon-quote_right.svg");
  bottom: 0.875rem;
  right: 0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body:not(:has(> .lps_sec)) .wp-block-quote > p::after,
  .mce-content-body:not(:has(> .lps_sec)) blockquote:not(.wp-block-quote)::after {
    bottom: 0;
    right: 0;
  }
}
.mce-content-body:not(:has(> .lps_sec)) a {
  text-decoration: underline;
  color: var(--clr-primary-default);
}
@media (hover: hover) {
  .mce-content-body:not(:has(> .lps_sec)) a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mce-content-body:not(:has(> .lps_sec)) sup {
  font-size: max(10px, 0.75rem);
  color: #555;
}
.mce-content-body:not(:has(> .lps_sec)) iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body:not(:has(> .lps_sec)) iframe[src*="google.com/maps"] {
    aspect-ratio: 4/3;
  }
}
.mce-content-body:not(:has(> .lps_sec)) iframe:not(:first-child) {
  margin-top: 2em;
}
.mce-content-body:not(:has(> .lps_sec)) iframe:not(:last-child) {
  margin-bottom: 2em;
}
.mce-content-body:not(:has(> .lps_sec)) .scroll {
  overflow-x: scroll;
  margin-bottom: 1em;
  -webkit-overflow-scrolling: touch;
}
.mce-content-body:not(:has(> .lps_sec)) .scroll table {
  margin: 0;
}
.mce-content-body:not(:has(> .lps_sec)) .scroll--cap {
  text-align: right;
  margin: 1em 0 0 !important;
  opacity: 0.25;
  font-size: max(12px, 0.875rem);
}

@media screen and (max-width: 47.9375em) {
  .mce-content-body > .lps_sec > .inner,
  .mce-content-body > .lps_sec .lps_parts.inner,
  .mce-content-body > .lps_sec .lps_parts > .inner,
  .mce-content-body > .lps_sec .table_compare--note {
    width: 100%;
  }
}
.mce-content-body > .lps_sec .lps_parts--message .message_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body > .lps_sec .lps_parts--series_choose .series_choose_inner,
  .mce-content-body > .lps_sec .lps_parts--checkbox-style2 {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body > .lps_sec .series_table_scroll::before, .mce-content-body > .lps_sec .series_table_scroll::after {
    content: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body > .lps_sec .lps_parts--table .table_compare--scroll {
    padding-inline: 0;
  }
}
.mce-content-body > .lps_sec .lps_parts--column .column_item.bg-wht {
  background-color: var(--clr-bg-01);
}

.acf-field ul li::before {
  display: none;
}

.acf-button {
  text-decoration: none !important;
}

/* テーブル
********************************************** */
[class*=mce-table] th {
  font-weight: var(--font-weight-bold);
}

.mce-table-01 table,
.mce-table-02 table {
  border: none;
  height: auto !important;
}
@media screen and (max-width: 47.9375em) {
  .mce-table-01 table,
  .mce-table-02 table {
    max-width: none !important;
  }
}
.mce-table-01 table:not(:first-child),
.mce-table-02 table:not(:first-child) {
  margin-top: 1em;
}
.mce-table-01 table:not(:last-child),
.mce-table-02 table:not(:last-child) {
  margin-bottom: 1em;
}
.mce-table-01 tr,
.mce-table-01 th,
.mce-table-01 td,
.mce-table-02 tr,
.mce-table-02 th,
.mce-table-02 td {
  height: auto !important;
}
.mce-table-01 th,
.mce-table-01 td,
.mce-table-02 th,
.mce-table-02 td {
  padding: 1em;
  border: 1px solid var(--clr-mono-02);
  vertical-align: top;
}
@media screen and (max-width: 47.9375em) {
  .mce-table-01 th,
  .mce-table-01 td,
  .mce-table-02 th,
  .mce-table-02 td {
    padding: 0.75em;
    line-height: var(--line-height-hdr);
  }
}
.mce-table-01 th,
.mce-table-02 th {
  min-width: 7.5rem;
  text-align: left;
}
@media screen and (max-width: 47.9375em) {
  .mce-table-01 th,
  .mce-table-02 th {
    font-weight: bold;
  }
}

.mce-table-01 th,
.mce-table-01 td {
  position: relative;
  border: 0;
}
.mce-table-01 th {
  min-width: 10rem;
  padding: 1.5rem 0.875rem;
  border-bottom: 1px solid var(--clr-text-primary);
  font-size: var(--font-size-txt-lg);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: left;
}
.mce-table-01 td {
  padding: 1rem 0.875rem;
  border-bottom: 1px solid var(--clr-mono-02);
  font-size: var(--font-size-txt-lg);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  .mce-table-01 th,
  .mce-table-01 td {
    padding: 1.25em 0.5em;
  }
}

.mce-table-02 {
  background-color: var(--clr-wht);
}
@media print, screen and (min-width: 48em) {
  .mce-table-02 th:not(:last-child) {
    border-right: 0;
  }
  .mce-table-02 td:not(:first-child) {
    border-left: 0;
  }
}
.mce-table-02 th,
.mce-table-02 td {
  border: 1px solid var(--clr-mono-02);
}
.mce-table-02 th {
  min-width: 10rem;
  padding: 1rem 1.5rem;
  background: var(--clr-tertiary-default);
  color: var(--clr-text-light);
  font-size: var(--font-size-txt-lg);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: left;
}
.mce-table-02 td {
  font-size: var(--font-size-txt-lg);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  vertical-align: middle;
}

.mce-table-03 th,
.mce-table-03 td {
  padding: 1rem 1.5rem;
  font-size: var(--font-size-txt-md);
}
.mce-table-03 th {
  font-weight: 700;
}
.mce-table-03 thead th,
.mce-table-03 thead td {
  border: 1px solid var(--clr-tertiary-default);
  background-color: var(--clr-tertiary-default);
  color: var(--clr-wht);
  text-align: left;
}
.mce-table-03 thead th:not(:last-child),
.mce-table-03 thead td:not(:last-child) {
  border-right-color: var(--clr-mono-02);
}
.mce-table-03 tbody {
  background-color: var(--clr-wht);
}
.mce-table-03 tbody th,
.mce-table-03 tbody td {
  border: 1px solid var(--clr-mono-02);
}
.mce-table-03 tbody th {
  background-color: #E6EEF8;
  color: var(--clr-tertiary-default);
  text-align: left;
}
.mce-table-03 tbody tr:nth-child(2n) td {
  background-color: #F5F8FC;
}

@media screen and (max-width: 47.9375em) {
  /* テーブル */
  .table-sp-full {
    width: 100% !important;
  }
  .table-sp-full th,
  .table-sp-full td {
    flex: 1;
  }
  .table-sp-block,
  .table-sp-block th,
  .table-sp-block td {
    width: 100% !important;
  }
  .table-sp-block th,
  .table-sp-block td {
    display: block;
  }
  .mce-table-01.table-sp-block th {
    padding-bottom: 0.5em;
  }
  .mce-table-01.table-sp-block th::before {
    display: none;
  }
  .mce-table-01.table-sp-block td {
    padding-top: 0.5em;
    border-bottom: none;
  }
  .mce-table-02.table-sp-block th,
  .mce-table-02.table-sp-block td {
    border-bottom: 0;
  }
  .mce-table-02.table-sp-block tr:last-child > *:last-child {
    border-bottom: 1px solid var(--clr-mono-02);
  }
  .mce-table-02.table-sp-full th,
  .mce-table-02.table-sp-full td {
    padding: 0.8571428571rem 0.8571428571rem;
  }
  /* table scroll */
  .table-sp-scroll {
    min-width: 38.5714285714rem;
  }
}
/* ボックス
********************************************** */
.mce-box,
.is-style-mce-box {
  padding: 2.5rem;
  background-color: var(--clr-wht);
  border-radius: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-box,
  .is-style-mce-box {
    padding: 1.5rem;
  }
}
.mce-box:not(:first-child),
.is-style-mce-box:not(:first-child) {
  margin-top: 2.5rem;
}
.mce-box:not(:last-child),
.is-style-mce-box:not(:last-child) {
  margin-bottom: 4.5rem;
}
.mce-box :where(*:not([class*=clr-]):not([class*=bold]):not([class*=mce-ttl])),
.is-style-mce-box :where(*:not([class*=clr-]):not([class*=bold]):not([class*=mce-ttl])) {
  color: var(--clr-text-primary);
}
.mce-box .mce-box,
.mce-box .is-style-mce-box,
.is-style-mce-box .mce-box,
.is-style-mce-box .is-style-mce-box {
  background: #F3F6FF;
  margin-top: 1.25rem;
}

.mce-table-02 td .mce-box,
.bg-wht .mce-box {
  background: #F3F6FF;
}
.mce-table-02 td .mce-box .mce-box,
.bg-wht .mce-box .mce-box {
  background-color: var(--clr-wht);
}

.mce-box:has(.mce-box__ttl) {
  padding: 0;
  overflow: hidden;
  border: 2px solid var(--clr-tertiary-default);
}

.mce-box__ttl {
  margin-bottom: 0 !important;
  padding: 0.75rem 2.5rem;
  background-color: var(--clr-tertiary-default);
  color: var(--clr-wht);
  font-weight: 700;
}

.mce-box__txt {
  background-color: var(--clr-tertiary-light);
  padding: 1.25rem 2.5rem;
}

.mce-accordion:not(:first-child),
div:has(> .mce-accordion):not(:first-child),
.mce-box--points:not(:first-child),
.mce-box__bubble:not(:first-child) {
  margin-top: 2.5rem;
}
.mce-accordion:not(:last-child),
div:has(> .mce-accordion):not(:last-child),
.mce-box--points:not(:last-child),
.mce-box__bubble:not(:last-child) {
  margin-bottom: 4.5rem;
}

.mce-accordion:has(+ .mce-accordion),
.mce-accordion:has(+ div > .mce-accordion),
div:has(> .mce-accordion):has(+ .mce-accordion),
div:has(> .mce-accordion):has(+ div > .mce-accordion) {
  margin-bottom: 1rem;
}

.mce-accordion + .mce-accordion,
.mce-accordion + div:has(> .mce-accordion),
div:has(> .mce-accordion) + .mce-accordion,
div:has(> .mce-accordion) + div:has(> .mce-accordion) {
  margin-top: 0;
}

.mce-box__bubble__ttl {
  width: fit-content;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1.25rem;
  border-radius: var(--border-radius-max);
  background-color: var(--clr-tertiary-default);
  color: var(--clr-wht);
  font-weight: 700;
  position: relative;
}
.mce-box__bubble__ttl::before, .mce-box__bubble__ttl::after {
  --icon-wid: 1.5rem;
  --icon-hgt: 1rem;
  content: "";
  width: var(--icon-wid);
  height: var(--icon-hgt);
  background-color: var(--clr-bg-01);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
}
.mce-box__bubble__ttl::before {
  background-color: var(--clr-text-placeholder);
  z-index: 0;
}
.mce-box__bubble__ttl::after {
  width: calc(var(--icon-wid) - 4px);
  height: calc(var(--icon-hgt) - 2px);
  background-color: var(--clr-bg-01);
  bottom: calc(-1.25rem - 1px);
  z-index: 2;
}

.mce-box__bubble__txt {
  margin-top: 0 !important;
  padding-block: 1.25rem;
  border: 2px solid var(--clr-text-placeholder);
  position: relative;
  z-index: 1;
}

.mce-box--points {
  padding-block: 1.25rem;
  border: 1px solid var(--clr-mono-02);
  border-left: 6px solid var(--clr-primary-default);
}

.mce-box--line {
  border-radius: var(--border-radius-primary);
  border: 0.5rem solid rgba(213, 228, 239, 0.7);
}
.mce-box--line .mce-txt-attention .txt-md {
  --max-font-size: calc(var(--txt-md) * 1px - 2px);
  font-size: max(var(--max-font-size), var(--font-size-txt-md));
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.lft-line-box {
  padding-left: 1.5rem;
  border-left: 0.25rem solid var(--clr-primary-default);
}

.mce-accordion {
  border: 1px solid var(--clr-mono-02);
  background-color: var(--clr-wht);
  border-radius: var(--border-radius-primary);
}
.mce-accordion .accordion--toggle .toggle {
  display: none;
}
.mce-accordion .accordion--toggle > span:first-child,
.mce-accordion .accordion--cont .text {
  display: flex;
  gap: 0.5rem;
}
.mce-accordion .accordion--toggle > span:first-child::before,
.mce-accordion .accordion--cont .text::before {
  font-style: var(--font-en-heading);
  display: block;
  flex-shrink: 0;
  font-size: var(--font-size-txt-lg);
}
.mce-accordion .accordion--toggle {
  padding-block: 1rem;
  padding-inline: 1.5rem;
  font-weight: 700;
  cursor: pointer;
}
.mce-accordion .accordion--cont {
  padding-inline: 1.5rem;
  font-size: var(--font-size-txt-md);
}
.mce-accordion .accordion--toggle > span:first-child::before {
  content: "Q.";
  color: var(--clr-primary-default);
}
.mce-accordion .accordion--cont .text::before {
  content: "A.";
  color: #E8352E;
  transform: translateY(-0.125rem);
}
.mce-accordion.is-open .accordion--cont {
  padding-bottom: 1rem;
}
.wp-editor .mce-accordion .accordion--cont {
  grid-template-rows: 1fr;
  padding-bottom: 1rem;
}
.wp-editor .mce-accordion .accordion--cont::before {
  opacity: 1;
}

/* リスト
********************************************** */
.mce-list-circle::before {
  background-color: transparent;
}

.mce-list-square::before {
  border-radius: 0;
}

ul.mce-check--list li,
.mce-list-check {
  --check: 10;
  --check-dot: 24;
  --check-em: calc((var(--check) / var(--fz)) * 1em);
  --check-dot-em: calc((var(--check-dot) / var(--fz)) * 1em);
  --check-padding: calc(var(--check-em) + var(--check-dot-em));
  padding-left: var(--check-padding);
}
ul.mce-check--list li::before, ul.mce-check--list li::after,
.mce-list-check::before,
.mce-list-check::after {
  content: "";
}
ul.mce-check--list li::before,
.mce-list-check::before {
  width: var(--check-dot-em);
  margin-block: calc((1lh - var(--check-dot-em)) / 2);
  background-color: var(--clr-primary-default);
  border-radius: 50%;
}
ul.mce-check--list li::after,
.mce-list-check::after {
  position: absolute;
  top: 0;
  left: calc((var(--check-dot-em) - var(--check-em)) / 2);
  float: inline-start;
  width: var(--check-em);
  margin-block: calc((1lh - var(--check-em)) / 2);
  aspect-ratio: 10/7;
  border-left: 0.15em solid var(--clr-wht);
  border-bottom: 0.15em solid var(--clr-wht);
  rotate: -45deg;
}

.txt-red {
  color: #D40D0D;
}

.txt-yellow {
  color: #C99A19;
}

.txt-green {
  color: #1CAE4B;
}

/* ##############################################################################

    ブロックエディタ 基本

############################################################################## */
/* ##############################################################################

    クラシックエディタ

############################################################################## */
/* AddQuicktag
*************************************************** */
.mce-blog-ttl-01,
.mce-blog-ttl-02,
.mce-blog-ttl-03,
.mce-ttl-01,
.mce-ttl-02,
.mce-ttl-03 {
  font-family: var(--font-jp-heading);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
}
.mce-blog-ttl-01:not(:first-child),
.mce-blog-ttl-02:not(:first-child),
.mce-blog-ttl-03:not(:first-child),
.mce-ttl-01:not(:first-child),
.mce-ttl-02:not(:first-child),
.mce-ttl-03:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-blog-ttl-01:not(:first-child),
  .mce-blog-ttl-02:not(:first-child),
  .mce-blog-ttl-03:not(:first-child),
  .mce-ttl-01:not(:first-child),
  .mce-ttl-02:not(:first-child),
  .mce-ttl-03:not(:first-child) {
    margin-top: 1.4285714286rem;
  }
}
.mce-blog-ttl-01:not(:last-child),
.mce-blog-ttl-02:not(:last-child),
.mce-blog-ttl-03:not(:last-child),
.mce-ttl-01:not(:last-child),
.mce-ttl-02:not(:last-child),
.mce-ttl-03:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-blog-ttl-01:not(:last-child),
  .mce-blog-ttl-02:not(:last-child),
  .mce-blog-ttl-03:not(:last-child),
  .mce-ttl-01:not(:last-child),
  .mce-ttl-02:not(:last-child),
  .mce-ttl-03:not(:last-child) {
    margin-bottom: 1.4285714286rem;
  }
}

/* 記事用見出し */
.mce-blog-ttl-01 {
  padding: 1rem 2rem;
  border-radius: var(--border-radius-primary);
  background: var(--clr-primary-default);
  color: var(--clr-text-light);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading2);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.mce-blog-ttl-02 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading3);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.mce-blog-ttl-02::before {
  content: "";
  flex-shrink: 0;
  width: 0.75rem;
  min-height: 3rem;
  background: linear-gradient(to bottom, var(--clr-primary-light) 50%, var(--clr-primary-dark) 50%);
}
@media screen and (max-width: 47.9375em) {
  .mce-blog-ttl-02 {
    gap: 0.8571428571rem;
  }
  .mce-blog-ttl-02::before {
    width: 0.4285714286rem;
  }
}

.mce-blog-ttl-03 {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

/* Loops用見出し */
.mce-ttl-01 {
  font-size: var(--font-size-heading4);
  letter-spacing: 0.03em;
}

.mce-ttl-02 {
  font-size: var(--font-size-heading5);
  letter-spacing: 0.03em;
}

.mce-ttl-03 {
  font-size: var(--font-size-heading6);
  letter-spacing: 0.03em;
  border-left: 0.25rem solid #116AF8;
  padding-left: 1rem;
}

/* 注意書き */
.mce-txt-attention {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
}
.mce-txt-attention::before {
  content: "※";
}

/* 2カラムリスト */
.mce-column--list {
  column-count: 2;
}
@media screen and (max-width: 47.9375em) {
  .mce-column--list {
    column-count: 1;
  }
}
.mce-column--list li {
  break-inside: avoid;
}

/* 管理画面
*************************************************** */
/* --- スクロールバグ対策用の記述 --- */
html:has(> body#tinymce) {
  height: auto !important;
}

.wp-editor.mce-content-body {
  margin: 1rem;
  padding: 1rem;
}
.wp-editor.mce-content-body picture {
  position: relative;
  display: inline-block;
}
.wp-editor.mce-content-body picture::before {
  content: "スマホ画像あり";
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: red;
}

/* ##############################################################################

    flex

############################################################################## */
/* --- ブロック要素 --- */
.flex {
  display: flex;
}

/* --- インライン要素 --- */
.flex-inline {
  display: inline-flex;
}

/* --- 逆向き --- */
.flex-reverse {
  flex-direction: row-reverse;
}

/* --- 縦並び --- */
.flex-column {
  flex-direction: column;
}

/* --- 水平方向揃え --- */
.flex-j-start {
  justify-content: flex-start;
}

.flex-j-end {
  justify-content: flex-end;
}

.flex-j-ctr {
  justify-content: center;
}

.flex-j-between {
  justify-content: space-between;
}

.flex-j-around {
  justify-content: space-around;
}

/* --- 垂直方向揃え --- */
.flex-a-start {
  align-items: flex-start;
}

.flex-a-end {
  align-items: flex-end;
}

.flex-a-ctr {
  align-items: center;
}

.flex-a-baseline {
  align-items: baseline;
}

.flex-a-stretch {
  align-items: stretch;
}

/* --- 子要素の折り返し設定 --- */
.flex-c-nowrap {
  flex-wrap: nowrap;
}

.flex-c-wrap {
  flex-wrap: wrap;
}

/* --- 子要素の複数行設定 --- */
.flex-c-reverse {
  flex-wrap: wrap-reverse;
}

.flex-c-start {
  align-content: flex-start;
}

.flex-c-start {
  align-content: flex-start;
}

.flex-c-end {
  align-content: flex-end;
}

.flex-c-ctr {
  align-content: center;
}

.flex-c-baseline {
  align-content: baseline;
}

.flex-c-stretch {
  align-content: stretch;
}

@media screen and (max-width: 47.9375em) {
  /* --- 縦並び - sp --- */
  .flex-sp-block {
    flex-direction: column;
  }
}
.flex-col1 {
  flex-wrap: wrap;
}
.flex-col1 > * {
  width: 100%;
}
.flex-col1.gap8 > * {
  width: calc(100% - 0.5rem / 1 * 0);
}
.flex-col1.gap10 > * {
  width: calc(100% - 0.625rem / 1 * 0);
}
.flex-col1.gap12 > * {
  width: calc(100% - 0.75rem / 1 * 0);
}
.flex-col1.gap14 > * {
  width: calc(100% - 0.875rem / 1 * 0);
}
.flex-col1.gap16 > * {
  width: calc(100% - 1rem / 1 * 0);
}
.flex-col1.gap18 > * {
  width: calc(100% - 1.125rem / 1 * 0);
}
.flex-col1.gap20 > * {
  width: calc(100% - 1.25rem / 1 * 0);
}
.flex-col1.gap22 > * {
  width: calc(100% - 1.375rem / 1 * 0);
}
.flex-col1.gap24 > * {
  width: calc(100% - 1.5rem / 1 * 0);
}
.flex-col1.gap26 > * {
  width: calc(100% - 1.625rem / 1 * 0);
}
.flex-col1.gap28 > * {
  width: calc(100% - 1.75rem / 1 * 0);
}
.flex-col1.gap30 > * {
  width: calc(100% - 1.875rem / 1 * 0);
}
.flex-col1.gap32 > * {
  width: calc(100% - 2rem / 1 * 0);
}
.flex-col1.gap34 > * {
  width: calc(100% - 2.125rem / 1 * 0);
}
.flex-col1.gap36 > * {
  width: calc(100% - 2.25rem / 1 * 0);
}
.flex-col1.gap38 > * {
  width: calc(100% - 2.375rem / 1 * 0);
}
.flex-col1.gap40 > * {
  width: calc(100% - 2.5rem / 1 * 0);
}
.flex-col1.gap42 > * {
  width: calc(100% - 2.625rem / 1 * 0);
}
.flex-col1.gap44 > * {
  width: calc(100% - 2.75rem / 1 * 0);
}
.flex-col1.gap46 > * {
  width: calc(100% - 2.875rem / 1 * 0);
}
.flex-col1.gap48 > * {
  width: calc(100% - 3rem / 1 * 0);
}
.flex-col1.gap50 > * {
  width: calc(100% - 3.125rem / 1 * 0);
}
.flex-col1.gap52 > * {
  width: calc(100% - 3.25rem / 1 * 0);
}
.flex-col1.gap54 > * {
  width: calc(100% - 3.375rem / 1 * 0);
}
.flex-col1.gap56 > * {
  width: calc(100% - 3.5rem / 1 * 0);
}
.flex-col1.gap58 > * {
  width: calc(100% - 3.625rem / 1 * 0);
}
.flex-col1.gap60 > * {
  width: calc(100% - 3.75rem / 1 * 0);
}
.flex-col1.gap62 > * {
  width: calc(100% - 3.875rem / 1 * 0);
}
.flex-col1.gap64 > * {
  width: calc(100% - 4rem / 1 * 0);
}
.flex-col1.gap66 > * {
  width: calc(100% - 4.125rem / 1 * 0);
}
.flex-col1.gap68 > * {
  width: calc(100% - 4.25rem / 1 * 0);
}
.flex-col1.gap70 > * {
  width: calc(100% - 4.375rem / 1 * 0);
}
.flex-col1.gap72 > * {
  width: calc(100% - 4.5rem / 1 * 0);
}
.flex-col1.gap74 > * {
  width: calc(100% - 4.625rem / 1 * 0);
}
.flex-col1.gap76 > * {
  width: calc(100% - 4.75rem / 1 * 0);
}
.flex-col1.gap78 > * {
  width: calc(100% - 4.875rem / 1 * 0);
}
.flex-col1.gap80 > * {
  width: calc(100% - 5rem / 1 * 0);
}
.flex-col1.gap82 > * {
  width: calc(100% - 5.125rem / 1 * 0);
}
.flex-col1.gap84 > * {
  width: calc(100% - 5.25rem / 1 * 0);
}
.flex-col1.gap86 > * {
  width: calc(100% - 5.375rem / 1 * 0);
}
.flex-col1.gap88 > * {
  width: calc(100% - 5.5rem / 1 * 0);
}
.flex-col1.gap90 > * {
  width: calc(100% - 5.625rem / 1 * 0);
}
.flex-col1.gap92 > * {
  width: calc(100% - 5.75rem / 1 * 0);
}
.flex-col1.gap94 > * {
  width: calc(100% - 5.875rem / 1 * 0);
}
.flex-col1.gap96 > * {
  width: calc(100% - 6rem / 1 * 0);
}
.flex-col1.gap98 > * {
  width: calc(100% - 6.125rem / 1 * 0);
}
.flex-col1.gap100 > * {
  width: calc(100% - 6.25rem / 1 * 0);
}
.flex-col1.gap102 > * {
  width: calc(100% - 6.375rem / 1 * 0);
}
.flex-col1.gap104 > * {
  width: calc(100% - 6.5rem / 1 * 0);
}
.flex-col1.gap106 > * {
  width: calc(100% - 6.625rem / 1 * 0);
}
.flex-col1.gap108 > * {
  width: calc(100% - 6.75rem / 1 * 0);
}
.flex-col1.gap110 > * {
  width: calc(100% - 6.875rem / 1 * 0);
}
.flex-col1.gap112 > * {
  width: calc(100% - 7rem / 1 * 0);
}
.flex-col1.gap114 > * {
  width: calc(100% - 7.125rem / 1 * 0);
}
.flex-col1.gap116 > * {
  width: calc(100% - 7.25rem / 1 * 0);
}
.flex-col1.gap118 > * {
  width: calc(100% - 7.375rem / 1 * 0);
}
.flex-col1.gap120 > * {
  width: calc(100% - 7.5rem / 1 * 0);
}
.flex-col1.gap122 > * {
  width: calc(100% - 7.625rem / 1 * 0);
}
.flex-col1.gap124 > * {
  width: calc(100% - 7.75rem / 1 * 0);
}
.flex-col1.gap126 > * {
  width: calc(100% - 7.875rem / 1 * 0);
}
.flex-col1.gap128 > * {
  width: calc(100% - 8rem / 1 * 0);
}
.flex-col1.gap130 > * {
  width: calc(100% - 8.125rem / 1 * 0);
}
.flex-col1.gap132 > * {
  width: calc(100% - 8.25rem / 1 * 0);
}
.flex-col1.gap134 > * {
  width: calc(100% - 8.375rem / 1 * 0);
}
.flex-col1.gap136 > * {
  width: calc(100% - 8.5rem / 1 * 0);
}
.flex-col1.gap138 > * {
  width: calc(100% - 8.625rem / 1 * 0);
}
.flex-col1.gap140 > * {
  width: calc(100% - 8.75rem / 1 * 0);
}
.flex-col1.gap142 > * {
  width: calc(100% - 8.875rem / 1 * 0);
}
.flex-col1.gap144 > * {
  width: calc(100% - 9rem / 1 * 0);
}
.flex-col1.gap146 > * {
  width: calc(100% - 9.125rem / 1 * 0);
}
.flex-col1.gap148 > * {
  width: calc(100% - 9.25rem / 1 * 0);
}
.flex-col1.gap150 > * {
  width: calc(100% - 9.375rem / 1 * 0);
}

.flex-col2 {
  flex-wrap: wrap;
}
.flex-col2 > * {
  width: 50%;
}
.flex-col2.gap8 > * {
  width: calc(50% - 0.5rem / 2 * 1);
}
.flex-col2.gap10 > * {
  width: calc(50% - 0.625rem / 2 * 1);
}
.flex-col2.gap12 > * {
  width: calc(50% - 0.75rem / 2 * 1);
}
.flex-col2.gap14 > * {
  width: calc(50% - 0.875rem / 2 * 1);
}
.flex-col2.gap16 > * {
  width: calc(50% - 1rem / 2 * 1);
}
.flex-col2.gap18 > * {
  width: calc(50% - 1.125rem / 2 * 1);
}
.flex-col2.gap20 > * {
  width: calc(50% - 1.25rem / 2 * 1);
}
.flex-col2.gap22 > * {
  width: calc(50% - 1.375rem / 2 * 1);
}
.flex-col2.gap24 > * {
  width: calc(50% - 1.5rem / 2 * 1);
}
.flex-col2.gap26 > * {
  width: calc(50% - 1.625rem / 2 * 1);
}
.flex-col2.gap28 > * {
  width: calc(50% - 1.75rem / 2 * 1);
}
.flex-col2.gap30 > * {
  width: calc(50% - 1.875rem / 2 * 1);
}
.flex-col2.gap32 > * {
  width: calc(50% - 2rem / 2 * 1);
}
.flex-col2.gap34 > * {
  width: calc(50% - 2.125rem / 2 * 1);
}
.flex-col2.gap36 > * {
  width: calc(50% - 2.25rem / 2 * 1);
}
.flex-col2.gap38 > * {
  width: calc(50% - 2.375rem / 2 * 1);
}
.flex-col2.gap40 > * {
  width: calc(50% - 2.5rem / 2 * 1);
}
.flex-col2.gap42 > * {
  width: calc(50% - 2.625rem / 2 * 1);
}
.flex-col2.gap44 > * {
  width: calc(50% - 2.75rem / 2 * 1);
}
.flex-col2.gap46 > * {
  width: calc(50% - 2.875rem / 2 * 1);
}
.flex-col2.gap48 > * {
  width: calc(50% - 3rem / 2 * 1);
}
.flex-col2.gap50 > * {
  width: calc(50% - 3.125rem / 2 * 1);
}
.flex-col2.gap52 > * {
  width: calc(50% - 3.25rem / 2 * 1);
}
.flex-col2.gap54 > * {
  width: calc(50% - 3.375rem / 2 * 1);
}
.flex-col2.gap56 > * {
  width: calc(50% - 3.5rem / 2 * 1);
}
.flex-col2.gap58 > * {
  width: calc(50% - 3.625rem / 2 * 1);
}
.flex-col2.gap60 > * {
  width: calc(50% - 3.75rem / 2 * 1);
}
.flex-col2.gap62 > * {
  width: calc(50% - 3.875rem / 2 * 1);
}
.flex-col2.gap64 > * {
  width: calc(50% - 4rem / 2 * 1);
}
.flex-col2.gap66 > * {
  width: calc(50% - 4.125rem / 2 * 1);
}
.flex-col2.gap68 > * {
  width: calc(50% - 4.25rem / 2 * 1);
}
.flex-col2.gap70 > * {
  width: calc(50% - 4.375rem / 2 * 1);
}
.flex-col2.gap72 > * {
  width: calc(50% - 4.5rem / 2 * 1);
}
.flex-col2.gap74 > * {
  width: calc(50% - 4.625rem / 2 * 1);
}
.flex-col2.gap76 > * {
  width: calc(50% - 4.75rem / 2 * 1);
}
.flex-col2.gap78 > * {
  width: calc(50% - 4.875rem / 2 * 1);
}
.flex-col2.gap80 > * {
  width: calc(50% - 5rem / 2 * 1);
}
.flex-col2.gap82 > * {
  width: calc(50% - 5.125rem / 2 * 1);
}
.flex-col2.gap84 > * {
  width: calc(50% - 5.25rem / 2 * 1);
}
.flex-col2.gap86 > * {
  width: calc(50% - 5.375rem / 2 * 1);
}
.flex-col2.gap88 > * {
  width: calc(50% - 5.5rem / 2 * 1);
}
.flex-col2.gap90 > * {
  width: calc(50% - 5.625rem / 2 * 1);
}
.flex-col2.gap92 > * {
  width: calc(50% - 5.75rem / 2 * 1);
}
.flex-col2.gap94 > * {
  width: calc(50% - 5.875rem / 2 * 1);
}
.flex-col2.gap96 > * {
  width: calc(50% - 6rem / 2 * 1);
}
.flex-col2.gap98 > * {
  width: calc(50% - 6.125rem / 2 * 1);
}
.flex-col2.gap100 > * {
  width: calc(50% - 6.25rem / 2 * 1);
}
.flex-col2.gap102 > * {
  width: calc(50% - 6.375rem / 2 * 1);
}
.flex-col2.gap104 > * {
  width: calc(50% - 6.5rem / 2 * 1);
}
.flex-col2.gap106 > * {
  width: calc(50% - 6.625rem / 2 * 1);
}
.flex-col2.gap108 > * {
  width: calc(50% - 6.75rem / 2 * 1);
}
.flex-col2.gap110 > * {
  width: calc(50% - 6.875rem / 2 * 1);
}
.flex-col2.gap112 > * {
  width: calc(50% - 7rem / 2 * 1);
}
.flex-col2.gap114 > * {
  width: calc(50% - 7.125rem / 2 * 1);
}
.flex-col2.gap116 > * {
  width: calc(50% - 7.25rem / 2 * 1);
}
.flex-col2.gap118 > * {
  width: calc(50% - 7.375rem / 2 * 1);
}
.flex-col2.gap120 > * {
  width: calc(50% - 7.5rem / 2 * 1);
}
.flex-col2.gap122 > * {
  width: calc(50% - 7.625rem / 2 * 1);
}
.flex-col2.gap124 > * {
  width: calc(50% - 7.75rem / 2 * 1);
}
.flex-col2.gap126 > * {
  width: calc(50% - 7.875rem / 2 * 1);
}
.flex-col2.gap128 > * {
  width: calc(50% - 8rem / 2 * 1);
}
.flex-col2.gap130 > * {
  width: calc(50% - 8.125rem / 2 * 1);
}
.flex-col2.gap132 > * {
  width: calc(50% - 8.25rem / 2 * 1);
}
.flex-col2.gap134 > * {
  width: calc(50% - 8.375rem / 2 * 1);
}
.flex-col2.gap136 > * {
  width: calc(50% - 8.5rem / 2 * 1);
}
.flex-col2.gap138 > * {
  width: calc(50% - 8.625rem / 2 * 1);
}
.flex-col2.gap140 > * {
  width: calc(50% - 8.75rem / 2 * 1);
}
.flex-col2.gap142 > * {
  width: calc(50% - 8.875rem / 2 * 1);
}
.flex-col2.gap144 > * {
  width: calc(50% - 9rem / 2 * 1);
}
.flex-col2.gap146 > * {
  width: calc(50% - 9.125rem / 2 * 1);
}
.flex-col2.gap148 > * {
  width: calc(50% - 9.25rem / 2 * 1);
}
.flex-col2.gap150 > * {
  width: calc(50% - 9.375rem / 2 * 1);
}

.flex-col3 {
  flex-wrap: wrap;
}
.flex-col3 > * {
  width: 33.3333333333%;
}
.flex-col3.gap8 > * {
  width: calc(33.3333333333% - 0.5rem / 3 * 2);
}
.flex-col3.gap10 > * {
  width: calc(33.3333333333% - 0.625rem / 3 * 2);
}
.flex-col3.gap12 > * {
  width: calc(33.3333333333% - 0.75rem / 3 * 2);
}
.flex-col3.gap14 > * {
  width: calc(33.3333333333% - 0.875rem / 3 * 2);
}
.flex-col3.gap16 > * {
  width: calc(33.3333333333% - 1rem / 3 * 2);
}
.flex-col3.gap18 > * {
  width: calc(33.3333333333% - 1.125rem / 3 * 2);
}
.flex-col3.gap20 > * {
  width: calc(33.3333333333% - 1.25rem / 3 * 2);
}
.flex-col3.gap22 > * {
  width: calc(33.3333333333% - 1.375rem / 3 * 2);
}
.flex-col3.gap24 > * {
  width: calc(33.3333333333% - 1.5rem / 3 * 2);
}
.flex-col3.gap26 > * {
  width: calc(33.3333333333% - 1.625rem / 3 * 2);
}
.flex-col3.gap28 > * {
  width: calc(33.3333333333% - 1.75rem / 3 * 2);
}
.flex-col3.gap30 > * {
  width: calc(33.3333333333% - 1.875rem / 3 * 2);
}
.flex-col3.gap32 > * {
  width: calc(33.3333333333% - 2rem / 3 * 2);
}
.flex-col3.gap34 > * {
  width: calc(33.3333333333% - 2.125rem / 3 * 2);
}
.flex-col3.gap36 > * {
  width: calc(33.3333333333% - 2.25rem / 3 * 2);
}
.flex-col3.gap38 > * {
  width: calc(33.3333333333% - 2.375rem / 3 * 2);
}
.flex-col3.gap40 > * {
  width: calc(33.3333333333% - 2.5rem / 3 * 2);
}
.flex-col3.gap42 > * {
  width: calc(33.3333333333% - 2.625rem / 3 * 2);
}
.flex-col3.gap44 > * {
  width: calc(33.3333333333% - 2.75rem / 3 * 2);
}
.flex-col3.gap46 > * {
  width: calc(33.3333333333% - 2.875rem / 3 * 2);
}
.flex-col3.gap48 > * {
  width: calc(33.3333333333% - 3rem / 3 * 2);
}
.flex-col3.gap50 > * {
  width: calc(33.3333333333% - 3.125rem / 3 * 2);
}
.flex-col3.gap52 > * {
  width: calc(33.3333333333% - 3.25rem / 3 * 2);
}
.flex-col3.gap54 > * {
  width: calc(33.3333333333% - 3.375rem / 3 * 2);
}
.flex-col3.gap56 > * {
  width: calc(33.3333333333% - 3.5rem / 3 * 2);
}
.flex-col3.gap58 > * {
  width: calc(33.3333333333% - 3.625rem / 3 * 2);
}
.flex-col3.gap60 > * {
  width: calc(33.3333333333% - 3.75rem / 3 * 2);
}
.flex-col3.gap62 > * {
  width: calc(33.3333333333% - 3.875rem / 3 * 2);
}
.flex-col3.gap64 > * {
  width: calc(33.3333333333% - 4rem / 3 * 2);
}
.flex-col3.gap66 > * {
  width: calc(33.3333333333% - 4.125rem / 3 * 2);
}
.flex-col3.gap68 > * {
  width: calc(33.3333333333% - 4.25rem / 3 * 2);
}
.flex-col3.gap70 > * {
  width: calc(33.3333333333% - 4.375rem / 3 * 2);
}
.flex-col3.gap72 > * {
  width: calc(33.3333333333% - 4.5rem / 3 * 2);
}
.flex-col3.gap74 > * {
  width: calc(33.3333333333% - 4.625rem / 3 * 2);
}
.flex-col3.gap76 > * {
  width: calc(33.3333333333% - 4.75rem / 3 * 2);
}
.flex-col3.gap78 > * {
  width: calc(33.3333333333% - 4.875rem / 3 * 2);
}
.flex-col3.gap80 > * {
  width: calc(33.3333333333% - 5rem / 3 * 2);
}
.flex-col3.gap82 > * {
  width: calc(33.3333333333% - 5.125rem / 3 * 2);
}
.flex-col3.gap84 > * {
  width: calc(33.3333333333% - 5.25rem / 3 * 2);
}
.flex-col3.gap86 > * {
  width: calc(33.3333333333% - 5.375rem / 3 * 2);
}
.flex-col3.gap88 > * {
  width: calc(33.3333333333% - 5.5rem / 3 * 2);
}
.flex-col3.gap90 > * {
  width: calc(33.3333333333% - 5.625rem / 3 * 2);
}
.flex-col3.gap92 > * {
  width: calc(33.3333333333% - 5.75rem / 3 * 2);
}
.flex-col3.gap94 > * {
  width: calc(33.3333333333% - 5.875rem / 3 * 2);
}
.flex-col3.gap96 > * {
  width: calc(33.3333333333% - 6rem / 3 * 2);
}
.flex-col3.gap98 > * {
  width: calc(33.3333333333% - 6.125rem / 3 * 2);
}
.flex-col3.gap100 > * {
  width: calc(33.3333333333% - 6.25rem / 3 * 2);
}
.flex-col3.gap102 > * {
  width: calc(33.3333333333% - 6.375rem / 3 * 2);
}
.flex-col3.gap104 > * {
  width: calc(33.3333333333% - 6.5rem / 3 * 2);
}
.flex-col3.gap106 > * {
  width: calc(33.3333333333% - 6.625rem / 3 * 2);
}
.flex-col3.gap108 > * {
  width: calc(33.3333333333% - 6.75rem / 3 * 2);
}
.flex-col3.gap110 > * {
  width: calc(33.3333333333% - 6.875rem / 3 * 2);
}
.flex-col3.gap112 > * {
  width: calc(33.3333333333% - 7rem / 3 * 2);
}
.flex-col3.gap114 > * {
  width: calc(33.3333333333% - 7.125rem / 3 * 2);
}
.flex-col3.gap116 > * {
  width: calc(33.3333333333% - 7.25rem / 3 * 2);
}
.flex-col3.gap118 > * {
  width: calc(33.3333333333% - 7.375rem / 3 * 2);
}
.flex-col3.gap120 > * {
  width: calc(33.3333333333% - 7.5rem / 3 * 2);
}
.flex-col3.gap122 > * {
  width: calc(33.3333333333% - 7.625rem / 3 * 2);
}
.flex-col3.gap124 > * {
  width: calc(33.3333333333% - 7.75rem / 3 * 2);
}
.flex-col3.gap126 > * {
  width: calc(33.3333333333% - 7.875rem / 3 * 2);
}
.flex-col3.gap128 > * {
  width: calc(33.3333333333% - 8rem / 3 * 2);
}
.flex-col3.gap130 > * {
  width: calc(33.3333333333% - 8.125rem / 3 * 2);
}
.flex-col3.gap132 > * {
  width: calc(33.3333333333% - 8.25rem / 3 * 2);
}
.flex-col3.gap134 > * {
  width: calc(33.3333333333% - 8.375rem / 3 * 2);
}
.flex-col3.gap136 > * {
  width: calc(33.3333333333% - 8.5rem / 3 * 2);
}
.flex-col3.gap138 > * {
  width: calc(33.3333333333% - 8.625rem / 3 * 2);
}
.flex-col3.gap140 > * {
  width: calc(33.3333333333% - 8.75rem / 3 * 2);
}
.flex-col3.gap142 > * {
  width: calc(33.3333333333% - 8.875rem / 3 * 2);
}
.flex-col3.gap144 > * {
  width: calc(33.3333333333% - 9rem / 3 * 2);
}
.flex-col3.gap146 > * {
  width: calc(33.3333333333% - 9.125rem / 3 * 2);
}
.flex-col3.gap148 > * {
  width: calc(33.3333333333% - 9.25rem / 3 * 2);
}
.flex-col3.gap150 > * {
  width: calc(33.3333333333% - 9.375rem / 3 * 2);
}

.flex-col4 {
  flex-wrap: wrap;
}
.flex-col4 > * {
  width: 25%;
}
.flex-col4.gap8 > * {
  width: calc(25% - 0.5rem / 4 * 3);
}
.flex-col4.gap10 > * {
  width: calc(25% - 0.625rem / 4 * 3);
}
.flex-col4.gap12 > * {
  width: calc(25% - 0.75rem / 4 * 3);
}
.flex-col4.gap14 > * {
  width: calc(25% - 0.875rem / 4 * 3);
}
.flex-col4.gap16 > * {
  width: calc(25% - 1rem / 4 * 3);
}
.flex-col4.gap18 > * {
  width: calc(25% - 1.125rem / 4 * 3);
}
.flex-col4.gap20 > * {
  width: calc(25% - 1.25rem / 4 * 3);
}
.flex-col4.gap22 > * {
  width: calc(25% - 1.375rem / 4 * 3);
}
.flex-col4.gap24 > * {
  width: calc(25% - 1.5rem / 4 * 3);
}
.flex-col4.gap26 > * {
  width: calc(25% - 1.625rem / 4 * 3);
}
.flex-col4.gap28 > * {
  width: calc(25% - 1.75rem / 4 * 3);
}
.flex-col4.gap30 > * {
  width: calc(25% - 1.875rem / 4 * 3);
}
.flex-col4.gap32 > * {
  width: calc(25% - 2rem / 4 * 3);
}
.flex-col4.gap34 > * {
  width: calc(25% - 2.125rem / 4 * 3);
}
.flex-col4.gap36 > * {
  width: calc(25% - 2.25rem / 4 * 3);
}
.flex-col4.gap38 > * {
  width: calc(25% - 2.375rem / 4 * 3);
}
.flex-col4.gap40 > * {
  width: calc(25% - 2.5rem / 4 * 3);
}
.flex-col4.gap42 > * {
  width: calc(25% - 2.625rem / 4 * 3);
}
.flex-col4.gap44 > * {
  width: calc(25% - 2.75rem / 4 * 3);
}
.flex-col4.gap46 > * {
  width: calc(25% - 2.875rem / 4 * 3);
}
.flex-col4.gap48 > * {
  width: calc(25% - 3rem / 4 * 3);
}
.flex-col4.gap50 > * {
  width: calc(25% - 3.125rem / 4 * 3);
}
.flex-col4.gap52 > * {
  width: calc(25% - 3.25rem / 4 * 3);
}
.flex-col4.gap54 > * {
  width: calc(25% - 3.375rem / 4 * 3);
}
.flex-col4.gap56 > * {
  width: calc(25% - 3.5rem / 4 * 3);
}
.flex-col4.gap58 > * {
  width: calc(25% - 3.625rem / 4 * 3);
}
.flex-col4.gap60 > * {
  width: calc(25% - 3.75rem / 4 * 3);
}
.flex-col4.gap62 > * {
  width: calc(25% - 3.875rem / 4 * 3);
}
.flex-col4.gap64 > * {
  width: calc(25% - 4rem / 4 * 3);
}
.flex-col4.gap66 > * {
  width: calc(25% - 4.125rem / 4 * 3);
}
.flex-col4.gap68 > * {
  width: calc(25% - 4.25rem / 4 * 3);
}
.flex-col4.gap70 > * {
  width: calc(25% - 4.375rem / 4 * 3);
}
.flex-col4.gap72 > * {
  width: calc(25% - 4.5rem / 4 * 3);
}
.flex-col4.gap74 > * {
  width: calc(25% - 4.625rem / 4 * 3);
}
.flex-col4.gap76 > * {
  width: calc(25% - 4.75rem / 4 * 3);
}
.flex-col4.gap78 > * {
  width: calc(25% - 4.875rem / 4 * 3);
}
.flex-col4.gap80 > * {
  width: calc(25% - 5rem / 4 * 3);
}
.flex-col4.gap82 > * {
  width: calc(25% - 5.125rem / 4 * 3);
}
.flex-col4.gap84 > * {
  width: calc(25% - 5.25rem / 4 * 3);
}
.flex-col4.gap86 > * {
  width: calc(25% - 5.375rem / 4 * 3);
}
.flex-col4.gap88 > * {
  width: calc(25% - 5.5rem / 4 * 3);
}
.flex-col4.gap90 > * {
  width: calc(25% - 5.625rem / 4 * 3);
}
.flex-col4.gap92 > * {
  width: calc(25% - 5.75rem / 4 * 3);
}
.flex-col4.gap94 > * {
  width: calc(25% - 5.875rem / 4 * 3);
}
.flex-col4.gap96 > * {
  width: calc(25% - 6rem / 4 * 3);
}
.flex-col4.gap98 > * {
  width: calc(25% - 6.125rem / 4 * 3);
}
.flex-col4.gap100 > * {
  width: calc(25% - 6.25rem / 4 * 3);
}
.flex-col4.gap102 > * {
  width: calc(25% - 6.375rem / 4 * 3);
}
.flex-col4.gap104 > * {
  width: calc(25% - 6.5rem / 4 * 3);
}
.flex-col4.gap106 > * {
  width: calc(25% - 6.625rem / 4 * 3);
}
.flex-col4.gap108 > * {
  width: calc(25% - 6.75rem / 4 * 3);
}
.flex-col4.gap110 > * {
  width: calc(25% - 6.875rem / 4 * 3);
}
.flex-col4.gap112 > * {
  width: calc(25% - 7rem / 4 * 3);
}
.flex-col4.gap114 > * {
  width: calc(25% - 7.125rem / 4 * 3);
}
.flex-col4.gap116 > * {
  width: calc(25% - 7.25rem / 4 * 3);
}
.flex-col4.gap118 > * {
  width: calc(25% - 7.375rem / 4 * 3);
}
.flex-col4.gap120 > * {
  width: calc(25% - 7.5rem / 4 * 3);
}
.flex-col4.gap122 > * {
  width: calc(25% - 7.625rem / 4 * 3);
}
.flex-col4.gap124 > * {
  width: calc(25% - 7.75rem / 4 * 3);
}
.flex-col4.gap126 > * {
  width: calc(25% - 7.875rem / 4 * 3);
}
.flex-col4.gap128 > * {
  width: calc(25% - 8rem / 4 * 3);
}
.flex-col4.gap130 > * {
  width: calc(25% - 8.125rem / 4 * 3);
}
.flex-col4.gap132 > * {
  width: calc(25% - 8.25rem / 4 * 3);
}
.flex-col4.gap134 > * {
  width: calc(25% - 8.375rem / 4 * 3);
}
.flex-col4.gap136 > * {
  width: calc(25% - 8.5rem / 4 * 3);
}
.flex-col4.gap138 > * {
  width: calc(25% - 8.625rem / 4 * 3);
}
.flex-col4.gap140 > * {
  width: calc(25% - 8.75rem / 4 * 3);
}
.flex-col4.gap142 > * {
  width: calc(25% - 8.875rem / 4 * 3);
}
.flex-col4.gap144 > * {
  width: calc(25% - 9rem / 4 * 3);
}
.flex-col4.gap146 > * {
  width: calc(25% - 9.125rem / 4 * 3);
}
.flex-col4.gap148 > * {
  width: calc(25% - 9.25rem / 4 * 3);
}
.flex-col4.gap150 > * {
  width: calc(25% - 9.375rem / 4 * 3);
}

.flex-col5 {
  flex-wrap: wrap;
}
.flex-col5 > * {
  width: 20%;
}
.flex-col5.gap8 > * {
  width: calc(20% - 0.5rem / 5 * 4);
}
.flex-col5.gap10 > * {
  width: calc(20% - 0.625rem / 5 * 4);
}
.flex-col5.gap12 > * {
  width: calc(20% - 0.75rem / 5 * 4);
}
.flex-col5.gap14 > * {
  width: calc(20% - 0.875rem / 5 * 4);
}
.flex-col5.gap16 > * {
  width: calc(20% - 1rem / 5 * 4);
}
.flex-col5.gap18 > * {
  width: calc(20% - 1.125rem / 5 * 4);
}
.flex-col5.gap20 > * {
  width: calc(20% - 1.25rem / 5 * 4);
}
.flex-col5.gap22 > * {
  width: calc(20% - 1.375rem / 5 * 4);
}
.flex-col5.gap24 > * {
  width: calc(20% - 1.5rem / 5 * 4);
}
.flex-col5.gap26 > * {
  width: calc(20% - 1.625rem / 5 * 4);
}
.flex-col5.gap28 > * {
  width: calc(20% - 1.75rem / 5 * 4);
}
.flex-col5.gap30 > * {
  width: calc(20% - 1.875rem / 5 * 4);
}
.flex-col5.gap32 > * {
  width: calc(20% - 2rem / 5 * 4);
}
.flex-col5.gap34 > * {
  width: calc(20% - 2.125rem / 5 * 4);
}
.flex-col5.gap36 > * {
  width: calc(20% - 2.25rem / 5 * 4);
}
.flex-col5.gap38 > * {
  width: calc(20% - 2.375rem / 5 * 4);
}
.flex-col5.gap40 > * {
  width: calc(20% - 2.5rem / 5 * 4);
}
.flex-col5.gap42 > * {
  width: calc(20% - 2.625rem / 5 * 4);
}
.flex-col5.gap44 > * {
  width: calc(20% - 2.75rem / 5 * 4);
}
.flex-col5.gap46 > * {
  width: calc(20% - 2.875rem / 5 * 4);
}
.flex-col5.gap48 > * {
  width: calc(20% - 3rem / 5 * 4);
}
.flex-col5.gap50 > * {
  width: calc(20% - 3.125rem / 5 * 4);
}
.flex-col5.gap52 > * {
  width: calc(20% - 3.25rem / 5 * 4);
}
.flex-col5.gap54 > * {
  width: calc(20% - 3.375rem / 5 * 4);
}
.flex-col5.gap56 > * {
  width: calc(20% - 3.5rem / 5 * 4);
}
.flex-col5.gap58 > * {
  width: calc(20% - 3.625rem / 5 * 4);
}
.flex-col5.gap60 > * {
  width: calc(20% - 3.75rem / 5 * 4);
}
.flex-col5.gap62 > * {
  width: calc(20% - 3.875rem / 5 * 4);
}
.flex-col5.gap64 > * {
  width: calc(20% - 4rem / 5 * 4);
}
.flex-col5.gap66 > * {
  width: calc(20% - 4.125rem / 5 * 4);
}
.flex-col5.gap68 > * {
  width: calc(20% - 4.25rem / 5 * 4);
}
.flex-col5.gap70 > * {
  width: calc(20% - 4.375rem / 5 * 4);
}
.flex-col5.gap72 > * {
  width: calc(20% - 4.5rem / 5 * 4);
}
.flex-col5.gap74 > * {
  width: calc(20% - 4.625rem / 5 * 4);
}
.flex-col5.gap76 > * {
  width: calc(20% - 4.75rem / 5 * 4);
}
.flex-col5.gap78 > * {
  width: calc(20% - 4.875rem / 5 * 4);
}
.flex-col5.gap80 > * {
  width: calc(20% - 5rem / 5 * 4);
}
.flex-col5.gap82 > * {
  width: calc(20% - 5.125rem / 5 * 4);
}
.flex-col5.gap84 > * {
  width: calc(20% - 5.25rem / 5 * 4);
}
.flex-col5.gap86 > * {
  width: calc(20% - 5.375rem / 5 * 4);
}
.flex-col5.gap88 > * {
  width: calc(20% - 5.5rem / 5 * 4);
}
.flex-col5.gap90 > * {
  width: calc(20% - 5.625rem / 5 * 4);
}
.flex-col5.gap92 > * {
  width: calc(20% - 5.75rem / 5 * 4);
}
.flex-col5.gap94 > * {
  width: calc(20% - 5.875rem / 5 * 4);
}
.flex-col5.gap96 > * {
  width: calc(20% - 6rem / 5 * 4);
}
.flex-col5.gap98 > * {
  width: calc(20% - 6.125rem / 5 * 4);
}
.flex-col5.gap100 > * {
  width: calc(20% - 6.25rem / 5 * 4);
}
.flex-col5.gap102 > * {
  width: calc(20% - 6.375rem / 5 * 4);
}
.flex-col5.gap104 > * {
  width: calc(20% - 6.5rem / 5 * 4);
}
.flex-col5.gap106 > * {
  width: calc(20% - 6.625rem / 5 * 4);
}
.flex-col5.gap108 > * {
  width: calc(20% - 6.75rem / 5 * 4);
}
.flex-col5.gap110 > * {
  width: calc(20% - 6.875rem / 5 * 4);
}
.flex-col5.gap112 > * {
  width: calc(20% - 7rem / 5 * 4);
}
.flex-col5.gap114 > * {
  width: calc(20% - 7.125rem / 5 * 4);
}
.flex-col5.gap116 > * {
  width: calc(20% - 7.25rem / 5 * 4);
}
.flex-col5.gap118 > * {
  width: calc(20% - 7.375rem / 5 * 4);
}
.flex-col5.gap120 > * {
  width: calc(20% - 7.5rem / 5 * 4);
}
.flex-col5.gap122 > * {
  width: calc(20% - 7.625rem / 5 * 4);
}
.flex-col5.gap124 > * {
  width: calc(20% - 7.75rem / 5 * 4);
}
.flex-col5.gap126 > * {
  width: calc(20% - 7.875rem / 5 * 4);
}
.flex-col5.gap128 > * {
  width: calc(20% - 8rem / 5 * 4);
}
.flex-col5.gap130 > * {
  width: calc(20% - 8.125rem / 5 * 4);
}
.flex-col5.gap132 > * {
  width: calc(20% - 8.25rem / 5 * 4);
}
.flex-col5.gap134 > * {
  width: calc(20% - 8.375rem / 5 * 4);
}
.flex-col5.gap136 > * {
  width: calc(20% - 8.5rem / 5 * 4);
}
.flex-col5.gap138 > * {
  width: calc(20% - 8.625rem / 5 * 4);
}
.flex-col5.gap140 > * {
  width: calc(20% - 8.75rem / 5 * 4);
}
.flex-col5.gap142 > * {
  width: calc(20% - 8.875rem / 5 * 4);
}
.flex-col5.gap144 > * {
  width: calc(20% - 9rem / 5 * 4);
}
.flex-col5.gap146 > * {
  width: calc(20% - 9.125rem / 5 * 4);
}
.flex-col5.gap148 > * {
  width: calc(20% - 9.25rem / 5 * 4);
}
.flex-col5.gap150 > * {
  width: calc(20% - 9.375rem / 5 * 4);
}

.flex-col6 {
  flex-wrap: wrap;
}
.flex-col6 > * {
  width: 16.6666666667%;
}
.flex-col6.gap8 > * {
  width: calc(16.6666666667% - 0.5rem / 6 * 5);
}
.flex-col6.gap10 > * {
  width: calc(16.6666666667% - 0.625rem / 6 * 5);
}
.flex-col6.gap12 > * {
  width: calc(16.6666666667% - 0.75rem / 6 * 5);
}
.flex-col6.gap14 > * {
  width: calc(16.6666666667% - 0.875rem / 6 * 5);
}
.flex-col6.gap16 > * {
  width: calc(16.6666666667% - 1rem / 6 * 5);
}
.flex-col6.gap18 > * {
  width: calc(16.6666666667% - 1.125rem / 6 * 5);
}
.flex-col6.gap20 > * {
  width: calc(16.6666666667% - 1.25rem / 6 * 5);
}
.flex-col6.gap22 > * {
  width: calc(16.6666666667% - 1.375rem / 6 * 5);
}
.flex-col6.gap24 > * {
  width: calc(16.6666666667% - 1.5rem / 6 * 5);
}
.flex-col6.gap26 > * {
  width: calc(16.6666666667% - 1.625rem / 6 * 5);
}
.flex-col6.gap28 > * {
  width: calc(16.6666666667% - 1.75rem / 6 * 5);
}
.flex-col6.gap30 > * {
  width: calc(16.6666666667% - 1.875rem / 6 * 5);
}
.flex-col6.gap32 > * {
  width: calc(16.6666666667% - 2rem / 6 * 5);
}
.flex-col6.gap34 > * {
  width: calc(16.6666666667% - 2.125rem / 6 * 5);
}
.flex-col6.gap36 > * {
  width: calc(16.6666666667% - 2.25rem / 6 * 5);
}
.flex-col6.gap38 > * {
  width: calc(16.6666666667% - 2.375rem / 6 * 5);
}
.flex-col6.gap40 > * {
  width: calc(16.6666666667% - 2.5rem / 6 * 5);
}
.flex-col6.gap42 > * {
  width: calc(16.6666666667% - 2.625rem / 6 * 5);
}
.flex-col6.gap44 > * {
  width: calc(16.6666666667% - 2.75rem / 6 * 5);
}
.flex-col6.gap46 > * {
  width: calc(16.6666666667% - 2.875rem / 6 * 5);
}
.flex-col6.gap48 > * {
  width: calc(16.6666666667% - 3rem / 6 * 5);
}
.flex-col6.gap50 > * {
  width: calc(16.6666666667% - 3.125rem / 6 * 5);
}
.flex-col6.gap52 > * {
  width: calc(16.6666666667% - 3.25rem / 6 * 5);
}
.flex-col6.gap54 > * {
  width: calc(16.6666666667% - 3.375rem / 6 * 5);
}
.flex-col6.gap56 > * {
  width: calc(16.6666666667% - 3.5rem / 6 * 5);
}
.flex-col6.gap58 > * {
  width: calc(16.6666666667% - 3.625rem / 6 * 5);
}
.flex-col6.gap60 > * {
  width: calc(16.6666666667% - 3.75rem / 6 * 5);
}
.flex-col6.gap62 > * {
  width: calc(16.6666666667% - 3.875rem / 6 * 5);
}
.flex-col6.gap64 > * {
  width: calc(16.6666666667% - 4rem / 6 * 5);
}
.flex-col6.gap66 > * {
  width: calc(16.6666666667% - 4.125rem / 6 * 5);
}
.flex-col6.gap68 > * {
  width: calc(16.6666666667% - 4.25rem / 6 * 5);
}
.flex-col6.gap70 > * {
  width: calc(16.6666666667% - 4.375rem / 6 * 5);
}
.flex-col6.gap72 > * {
  width: calc(16.6666666667% - 4.5rem / 6 * 5);
}
.flex-col6.gap74 > * {
  width: calc(16.6666666667% - 4.625rem / 6 * 5);
}
.flex-col6.gap76 > * {
  width: calc(16.6666666667% - 4.75rem / 6 * 5);
}
.flex-col6.gap78 > * {
  width: calc(16.6666666667% - 4.875rem / 6 * 5);
}
.flex-col6.gap80 > * {
  width: calc(16.6666666667% - 5rem / 6 * 5);
}
.flex-col6.gap82 > * {
  width: calc(16.6666666667% - 5.125rem / 6 * 5);
}
.flex-col6.gap84 > * {
  width: calc(16.6666666667% - 5.25rem / 6 * 5);
}
.flex-col6.gap86 > * {
  width: calc(16.6666666667% - 5.375rem / 6 * 5);
}
.flex-col6.gap88 > * {
  width: calc(16.6666666667% - 5.5rem / 6 * 5);
}
.flex-col6.gap90 > * {
  width: calc(16.6666666667% - 5.625rem / 6 * 5);
}
.flex-col6.gap92 > * {
  width: calc(16.6666666667% - 5.75rem / 6 * 5);
}
.flex-col6.gap94 > * {
  width: calc(16.6666666667% - 5.875rem / 6 * 5);
}
.flex-col6.gap96 > * {
  width: calc(16.6666666667% - 6rem / 6 * 5);
}
.flex-col6.gap98 > * {
  width: calc(16.6666666667% - 6.125rem / 6 * 5);
}
.flex-col6.gap100 > * {
  width: calc(16.6666666667% - 6.25rem / 6 * 5);
}
.flex-col6.gap102 > * {
  width: calc(16.6666666667% - 6.375rem / 6 * 5);
}
.flex-col6.gap104 > * {
  width: calc(16.6666666667% - 6.5rem / 6 * 5);
}
.flex-col6.gap106 > * {
  width: calc(16.6666666667% - 6.625rem / 6 * 5);
}
.flex-col6.gap108 > * {
  width: calc(16.6666666667% - 6.75rem / 6 * 5);
}
.flex-col6.gap110 > * {
  width: calc(16.6666666667% - 6.875rem / 6 * 5);
}
.flex-col6.gap112 > * {
  width: calc(16.6666666667% - 7rem / 6 * 5);
}
.flex-col6.gap114 > * {
  width: calc(16.6666666667% - 7.125rem / 6 * 5);
}
.flex-col6.gap116 > * {
  width: calc(16.6666666667% - 7.25rem / 6 * 5);
}
.flex-col6.gap118 > * {
  width: calc(16.6666666667% - 7.375rem / 6 * 5);
}
.flex-col6.gap120 > * {
  width: calc(16.6666666667% - 7.5rem / 6 * 5);
}
.flex-col6.gap122 > * {
  width: calc(16.6666666667% - 7.625rem / 6 * 5);
}
.flex-col6.gap124 > * {
  width: calc(16.6666666667% - 7.75rem / 6 * 5);
}
.flex-col6.gap126 > * {
  width: calc(16.6666666667% - 7.875rem / 6 * 5);
}
.flex-col6.gap128 > * {
  width: calc(16.6666666667% - 8rem / 6 * 5);
}
.flex-col6.gap130 > * {
  width: calc(16.6666666667% - 8.125rem / 6 * 5);
}
.flex-col6.gap132 > * {
  width: calc(16.6666666667% - 8.25rem / 6 * 5);
}
.flex-col6.gap134 > * {
  width: calc(16.6666666667% - 8.375rem / 6 * 5);
}
.flex-col6.gap136 > * {
  width: calc(16.6666666667% - 8.5rem / 6 * 5);
}
.flex-col6.gap138 > * {
  width: calc(16.6666666667% - 8.625rem / 6 * 5);
}
.flex-col6.gap140 > * {
  width: calc(16.6666666667% - 8.75rem / 6 * 5);
}
.flex-col6.gap142 > * {
  width: calc(16.6666666667% - 8.875rem / 6 * 5);
}
.flex-col6.gap144 > * {
  width: calc(16.6666666667% - 9rem / 6 * 5);
}
.flex-col6.gap146 > * {
  width: calc(16.6666666667% - 9.125rem / 6 * 5);
}
.flex-col6.gap148 > * {
  width: calc(16.6666666667% - 9.25rem / 6 * 5);
}
.flex-col6.gap150 > * {
  width: calc(16.6666666667% - 9.375rem / 6 * 5);
}

.flex-col7 {
  flex-wrap: wrap;
}
.flex-col7 > * {
  width: 14.2857142857%;
}
.flex-col7.gap8 > * {
  width: calc(14.2857142857% - 0.5rem / 7 * 6);
}
.flex-col7.gap10 > * {
  width: calc(14.2857142857% - 0.625rem / 7 * 6);
}
.flex-col7.gap12 > * {
  width: calc(14.2857142857% - 0.75rem / 7 * 6);
}
.flex-col7.gap14 > * {
  width: calc(14.2857142857% - 0.875rem / 7 * 6);
}
.flex-col7.gap16 > * {
  width: calc(14.2857142857% - 1rem / 7 * 6);
}
.flex-col7.gap18 > * {
  width: calc(14.2857142857% - 1.125rem / 7 * 6);
}
.flex-col7.gap20 > * {
  width: calc(14.2857142857% - 1.25rem / 7 * 6);
}
.flex-col7.gap22 > * {
  width: calc(14.2857142857% - 1.375rem / 7 * 6);
}
.flex-col7.gap24 > * {
  width: calc(14.2857142857% - 1.5rem / 7 * 6);
}
.flex-col7.gap26 > * {
  width: calc(14.2857142857% - 1.625rem / 7 * 6);
}
.flex-col7.gap28 > * {
  width: calc(14.2857142857% - 1.75rem / 7 * 6);
}
.flex-col7.gap30 > * {
  width: calc(14.2857142857% - 1.875rem / 7 * 6);
}
.flex-col7.gap32 > * {
  width: calc(14.2857142857% - 2rem / 7 * 6);
}
.flex-col7.gap34 > * {
  width: calc(14.2857142857% - 2.125rem / 7 * 6);
}
.flex-col7.gap36 > * {
  width: calc(14.2857142857% - 2.25rem / 7 * 6);
}
.flex-col7.gap38 > * {
  width: calc(14.2857142857% - 2.375rem / 7 * 6);
}
.flex-col7.gap40 > * {
  width: calc(14.2857142857% - 2.5rem / 7 * 6);
}
.flex-col7.gap42 > * {
  width: calc(14.2857142857% - 2.625rem / 7 * 6);
}
.flex-col7.gap44 > * {
  width: calc(14.2857142857% - 2.75rem / 7 * 6);
}
.flex-col7.gap46 > * {
  width: calc(14.2857142857% - 2.875rem / 7 * 6);
}
.flex-col7.gap48 > * {
  width: calc(14.2857142857% - 3rem / 7 * 6);
}
.flex-col7.gap50 > * {
  width: calc(14.2857142857% - 3.125rem / 7 * 6);
}
.flex-col7.gap52 > * {
  width: calc(14.2857142857% - 3.25rem / 7 * 6);
}
.flex-col7.gap54 > * {
  width: calc(14.2857142857% - 3.375rem / 7 * 6);
}
.flex-col7.gap56 > * {
  width: calc(14.2857142857% - 3.5rem / 7 * 6);
}
.flex-col7.gap58 > * {
  width: calc(14.2857142857% - 3.625rem / 7 * 6);
}
.flex-col7.gap60 > * {
  width: calc(14.2857142857% - 3.75rem / 7 * 6);
}
.flex-col7.gap62 > * {
  width: calc(14.2857142857% - 3.875rem / 7 * 6);
}
.flex-col7.gap64 > * {
  width: calc(14.2857142857% - 4rem / 7 * 6);
}
.flex-col7.gap66 > * {
  width: calc(14.2857142857% - 4.125rem / 7 * 6);
}
.flex-col7.gap68 > * {
  width: calc(14.2857142857% - 4.25rem / 7 * 6);
}
.flex-col7.gap70 > * {
  width: calc(14.2857142857% - 4.375rem / 7 * 6);
}
.flex-col7.gap72 > * {
  width: calc(14.2857142857% - 4.5rem / 7 * 6);
}
.flex-col7.gap74 > * {
  width: calc(14.2857142857% - 4.625rem / 7 * 6);
}
.flex-col7.gap76 > * {
  width: calc(14.2857142857% - 4.75rem / 7 * 6);
}
.flex-col7.gap78 > * {
  width: calc(14.2857142857% - 4.875rem / 7 * 6);
}
.flex-col7.gap80 > * {
  width: calc(14.2857142857% - 5rem / 7 * 6);
}
.flex-col7.gap82 > * {
  width: calc(14.2857142857% - 5.125rem / 7 * 6);
}
.flex-col7.gap84 > * {
  width: calc(14.2857142857% - 5.25rem / 7 * 6);
}
.flex-col7.gap86 > * {
  width: calc(14.2857142857% - 5.375rem / 7 * 6);
}
.flex-col7.gap88 > * {
  width: calc(14.2857142857% - 5.5rem / 7 * 6);
}
.flex-col7.gap90 > * {
  width: calc(14.2857142857% - 5.625rem / 7 * 6);
}
.flex-col7.gap92 > * {
  width: calc(14.2857142857% - 5.75rem / 7 * 6);
}
.flex-col7.gap94 > * {
  width: calc(14.2857142857% - 5.875rem / 7 * 6);
}
.flex-col7.gap96 > * {
  width: calc(14.2857142857% - 6rem / 7 * 6);
}
.flex-col7.gap98 > * {
  width: calc(14.2857142857% - 6.125rem / 7 * 6);
}
.flex-col7.gap100 > * {
  width: calc(14.2857142857% - 6.25rem / 7 * 6);
}
.flex-col7.gap102 > * {
  width: calc(14.2857142857% - 6.375rem / 7 * 6);
}
.flex-col7.gap104 > * {
  width: calc(14.2857142857% - 6.5rem / 7 * 6);
}
.flex-col7.gap106 > * {
  width: calc(14.2857142857% - 6.625rem / 7 * 6);
}
.flex-col7.gap108 > * {
  width: calc(14.2857142857% - 6.75rem / 7 * 6);
}
.flex-col7.gap110 > * {
  width: calc(14.2857142857% - 6.875rem / 7 * 6);
}
.flex-col7.gap112 > * {
  width: calc(14.2857142857% - 7rem / 7 * 6);
}
.flex-col7.gap114 > * {
  width: calc(14.2857142857% - 7.125rem / 7 * 6);
}
.flex-col7.gap116 > * {
  width: calc(14.2857142857% - 7.25rem / 7 * 6);
}
.flex-col7.gap118 > * {
  width: calc(14.2857142857% - 7.375rem / 7 * 6);
}
.flex-col7.gap120 > * {
  width: calc(14.2857142857% - 7.5rem / 7 * 6);
}
.flex-col7.gap122 > * {
  width: calc(14.2857142857% - 7.625rem / 7 * 6);
}
.flex-col7.gap124 > * {
  width: calc(14.2857142857% - 7.75rem / 7 * 6);
}
.flex-col7.gap126 > * {
  width: calc(14.2857142857% - 7.875rem / 7 * 6);
}
.flex-col7.gap128 > * {
  width: calc(14.2857142857% - 8rem / 7 * 6);
}
.flex-col7.gap130 > * {
  width: calc(14.2857142857% - 8.125rem / 7 * 6);
}
.flex-col7.gap132 > * {
  width: calc(14.2857142857% - 8.25rem / 7 * 6);
}
.flex-col7.gap134 > * {
  width: calc(14.2857142857% - 8.375rem / 7 * 6);
}
.flex-col7.gap136 > * {
  width: calc(14.2857142857% - 8.5rem / 7 * 6);
}
.flex-col7.gap138 > * {
  width: calc(14.2857142857% - 8.625rem / 7 * 6);
}
.flex-col7.gap140 > * {
  width: calc(14.2857142857% - 8.75rem / 7 * 6);
}
.flex-col7.gap142 > * {
  width: calc(14.2857142857% - 8.875rem / 7 * 6);
}
.flex-col7.gap144 > * {
  width: calc(14.2857142857% - 9rem / 7 * 6);
}
.flex-col7.gap146 > * {
  width: calc(14.2857142857% - 9.125rem / 7 * 6);
}
.flex-col7.gap148 > * {
  width: calc(14.2857142857% - 9.25rem / 7 * 6);
}
.flex-col7.gap150 > * {
  width: calc(14.2857142857% - 9.375rem / 7 * 6);
}

.flex-col8 {
  flex-wrap: wrap;
}
.flex-col8 > * {
  width: 12.5%;
}
.flex-col8.gap8 > * {
  width: calc(12.5% - 0.5rem / 8 * 7);
}
.flex-col8.gap10 > * {
  width: calc(12.5% - 0.625rem / 8 * 7);
}
.flex-col8.gap12 > * {
  width: calc(12.5% - 0.75rem / 8 * 7);
}
.flex-col8.gap14 > * {
  width: calc(12.5% - 0.875rem / 8 * 7);
}
.flex-col8.gap16 > * {
  width: calc(12.5% - 1rem / 8 * 7);
}
.flex-col8.gap18 > * {
  width: calc(12.5% - 1.125rem / 8 * 7);
}
.flex-col8.gap20 > * {
  width: calc(12.5% - 1.25rem / 8 * 7);
}
.flex-col8.gap22 > * {
  width: calc(12.5% - 1.375rem / 8 * 7);
}
.flex-col8.gap24 > * {
  width: calc(12.5% - 1.5rem / 8 * 7);
}
.flex-col8.gap26 > * {
  width: calc(12.5% - 1.625rem / 8 * 7);
}
.flex-col8.gap28 > * {
  width: calc(12.5% - 1.75rem / 8 * 7);
}
.flex-col8.gap30 > * {
  width: calc(12.5% - 1.875rem / 8 * 7);
}
.flex-col8.gap32 > * {
  width: calc(12.5% - 2rem / 8 * 7);
}
.flex-col8.gap34 > * {
  width: calc(12.5% - 2.125rem / 8 * 7);
}
.flex-col8.gap36 > * {
  width: calc(12.5% - 2.25rem / 8 * 7);
}
.flex-col8.gap38 > * {
  width: calc(12.5% - 2.375rem / 8 * 7);
}
.flex-col8.gap40 > * {
  width: calc(12.5% - 2.5rem / 8 * 7);
}
.flex-col8.gap42 > * {
  width: calc(12.5% - 2.625rem / 8 * 7);
}
.flex-col8.gap44 > * {
  width: calc(12.5% - 2.75rem / 8 * 7);
}
.flex-col8.gap46 > * {
  width: calc(12.5% - 2.875rem / 8 * 7);
}
.flex-col8.gap48 > * {
  width: calc(12.5% - 3rem / 8 * 7);
}
.flex-col8.gap50 > * {
  width: calc(12.5% - 3.125rem / 8 * 7);
}
.flex-col8.gap52 > * {
  width: calc(12.5% - 3.25rem / 8 * 7);
}
.flex-col8.gap54 > * {
  width: calc(12.5% - 3.375rem / 8 * 7);
}
.flex-col8.gap56 > * {
  width: calc(12.5% - 3.5rem / 8 * 7);
}
.flex-col8.gap58 > * {
  width: calc(12.5% - 3.625rem / 8 * 7);
}
.flex-col8.gap60 > * {
  width: calc(12.5% - 3.75rem / 8 * 7);
}
.flex-col8.gap62 > * {
  width: calc(12.5% - 3.875rem / 8 * 7);
}
.flex-col8.gap64 > * {
  width: calc(12.5% - 4rem / 8 * 7);
}
.flex-col8.gap66 > * {
  width: calc(12.5% - 4.125rem / 8 * 7);
}
.flex-col8.gap68 > * {
  width: calc(12.5% - 4.25rem / 8 * 7);
}
.flex-col8.gap70 > * {
  width: calc(12.5% - 4.375rem / 8 * 7);
}
.flex-col8.gap72 > * {
  width: calc(12.5% - 4.5rem / 8 * 7);
}
.flex-col8.gap74 > * {
  width: calc(12.5% - 4.625rem / 8 * 7);
}
.flex-col8.gap76 > * {
  width: calc(12.5% - 4.75rem / 8 * 7);
}
.flex-col8.gap78 > * {
  width: calc(12.5% - 4.875rem / 8 * 7);
}
.flex-col8.gap80 > * {
  width: calc(12.5% - 5rem / 8 * 7);
}
.flex-col8.gap82 > * {
  width: calc(12.5% - 5.125rem / 8 * 7);
}
.flex-col8.gap84 > * {
  width: calc(12.5% - 5.25rem / 8 * 7);
}
.flex-col8.gap86 > * {
  width: calc(12.5% - 5.375rem / 8 * 7);
}
.flex-col8.gap88 > * {
  width: calc(12.5% - 5.5rem / 8 * 7);
}
.flex-col8.gap90 > * {
  width: calc(12.5% - 5.625rem / 8 * 7);
}
.flex-col8.gap92 > * {
  width: calc(12.5% - 5.75rem / 8 * 7);
}
.flex-col8.gap94 > * {
  width: calc(12.5% - 5.875rem / 8 * 7);
}
.flex-col8.gap96 > * {
  width: calc(12.5% - 6rem / 8 * 7);
}
.flex-col8.gap98 > * {
  width: calc(12.5% - 6.125rem / 8 * 7);
}
.flex-col8.gap100 > * {
  width: calc(12.5% - 6.25rem / 8 * 7);
}
.flex-col8.gap102 > * {
  width: calc(12.5% - 6.375rem / 8 * 7);
}
.flex-col8.gap104 > * {
  width: calc(12.5% - 6.5rem / 8 * 7);
}
.flex-col8.gap106 > * {
  width: calc(12.5% - 6.625rem / 8 * 7);
}
.flex-col8.gap108 > * {
  width: calc(12.5% - 6.75rem / 8 * 7);
}
.flex-col8.gap110 > * {
  width: calc(12.5% - 6.875rem / 8 * 7);
}
.flex-col8.gap112 > * {
  width: calc(12.5% - 7rem / 8 * 7);
}
.flex-col8.gap114 > * {
  width: calc(12.5% - 7.125rem / 8 * 7);
}
.flex-col8.gap116 > * {
  width: calc(12.5% - 7.25rem / 8 * 7);
}
.flex-col8.gap118 > * {
  width: calc(12.5% - 7.375rem / 8 * 7);
}
.flex-col8.gap120 > * {
  width: calc(12.5% - 7.5rem / 8 * 7);
}
.flex-col8.gap122 > * {
  width: calc(12.5% - 7.625rem / 8 * 7);
}
.flex-col8.gap124 > * {
  width: calc(12.5% - 7.75rem / 8 * 7);
}
.flex-col8.gap126 > * {
  width: calc(12.5% - 7.875rem / 8 * 7);
}
.flex-col8.gap128 > * {
  width: calc(12.5% - 8rem / 8 * 7);
}
.flex-col8.gap130 > * {
  width: calc(12.5% - 8.125rem / 8 * 7);
}
.flex-col8.gap132 > * {
  width: calc(12.5% - 8.25rem / 8 * 7);
}
.flex-col8.gap134 > * {
  width: calc(12.5% - 8.375rem / 8 * 7);
}
.flex-col8.gap136 > * {
  width: calc(12.5% - 8.5rem / 8 * 7);
}
.flex-col8.gap138 > * {
  width: calc(12.5% - 8.625rem / 8 * 7);
}
.flex-col8.gap140 > * {
  width: calc(12.5% - 8.75rem / 8 * 7);
}
.flex-col8.gap142 > * {
  width: calc(12.5% - 8.875rem / 8 * 7);
}
.flex-col8.gap144 > * {
  width: calc(12.5% - 9rem / 8 * 7);
}
.flex-col8.gap146 > * {
  width: calc(12.5% - 9.125rem / 8 * 7);
}
.flex-col8.gap148 > * {
  width: calc(12.5% - 9.25rem / 8 * 7);
}
.flex-col8.gap150 > * {
  width: calc(12.5% - 9.375rem / 8 * 7);
}

@media screen and (max-width: 47.9375em) {
  .flex-sp-col1 {
    flex-wrap: wrap;
  }
  .flex-sp-col1 > * {
    width: 100%;
  }
  .flex-sp-col1.gap8 > * {
    width: calc(100% - 0.5rem / 1 * 0);
  }
  .flex-sp-col1.gap10 > * {
    width: calc(100% - 0.625rem / 1 * 0);
  }
  .flex-sp-col1.gap12 > * {
    width: calc(100% - 0.75rem / 1 * 0);
  }
  .flex-sp-col1.gap14 > * {
    width: calc(100% - 0.875rem / 1 * 0);
  }
  .flex-sp-col1.gap16 > * {
    width: calc(100% - 1rem / 1 * 0);
  }
  .flex-sp-col1.gap18 > * {
    width: calc(100% - 1.125rem / 1 * 0);
  }
  .flex-sp-col1.gap20 > * {
    width: calc(100% - 1.25rem / 1 * 0);
  }
  .flex-sp-col1.gap22 > * {
    width: calc(100% - 1.375rem / 1 * 0);
  }
  .flex-sp-col1.gap24 > * {
    width: calc(100% - 1.5rem / 1 * 0);
  }
  .flex-sp-col1.gap26 > * {
    width: calc(100% - 1.625rem / 1 * 0);
  }
  .flex-sp-col1.gap28 > * {
    width: calc(100% - 1.75rem / 1 * 0);
  }
  .flex-sp-col1.gap30 > * {
    width: calc(100% - 1.875rem / 1 * 0);
  }
  .flex-sp-col1.gap32 > * {
    width: calc(100% - 2rem / 1 * 0);
  }
  .flex-sp-col1.gap34 > * {
    width: calc(100% - 2.125rem / 1 * 0);
  }
  .flex-sp-col1.gap36 > * {
    width: calc(100% - 2.25rem / 1 * 0);
  }
  .flex-sp-col1.gap38 > * {
    width: calc(100% - 2.375rem / 1 * 0);
  }
  .flex-sp-col1.gap40 > * {
    width: calc(100% - 2.5rem / 1 * 0);
  }
  .flex-sp-col1.gap42 > * {
    width: calc(100% - 2.625rem / 1 * 0);
  }
  .flex-sp-col1.gap44 > * {
    width: calc(100% - 2.75rem / 1 * 0);
  }
  .flex-sp-col1.gap46 > * {
    width: calc(100% - 2.875rem / 1 * 0);
  }
  .flex-sp-col1.gap48 > * {
    width: calc(100% - 3rem / 1 * 0);
  }
  .flex-sp-col1.gap50 > * {
    width: calc(100% - 3.125rem / 1 * 0);
  }
  .flex-sp-col1.gap52 > * {
    width: calc(100% - 3.25rem / 1 * 0);
  }
  .flex-sp-col1.gap54 > * {
    width: calc(100% - 3.375rem / 1 * 0);
  }
  .flex-sp-col1.gap56 > * {
    width: calc(100% - 3.5rem / 1 * 0);
  }
  .flex-sp-col1.gap58 > * {
    width: calc(100% - 3.625rem / 1 * 0);
  }
  .flex-sp-col1.gap60 > * {
    width: calc(100% - 3.75rem / 1 * 0);
  }
  .flex-sp-col1.gap62 > * {
    width: calc(100% - 3.875rem / 1 * 0);
  }
  .flex-sp-col1.gap64 > * {
    width: calc(100% - 4rem / 1 * 0);
  }
  .flex-sp-col1.gap66 > * {
    width: calc(100% - 4.125rem / 1 * 0);
  }
  .flex-sp-col1.gap68 > * {
    width: calc(100% - 4.25rem / 1 * 0);
  }
  .flex-sp-col1.gap70 > * {
    width: calc(100% - 4.375rem / 1 * 0);
  }
  .flex-sp-col1.gap72 > * {
    width: calc(100% - 4.5rem / 1 * 0);
  }
  .flex-sp-col1.gap74 > * {
    width: calc(100% - 4.625rem / 1 * 0);
  }
  .flex-sp-col1.gap76 > * {
    width: calc(100% - 4.75rem / 1 * 0);
  }
  .flex-sp-col1.gap78 > * {
    width: calc(100% - 4.875rem / 1 * 0);
  }
  .flex-sp-col1.gap80 > * {
    width: calc(100% - 5rem / 1 * 0);
  }
  .flex-sp-col1.gap82 > * {
    width: calc(100% - 5.125rem / 1 * 0);
  }
  .flex-sp-col1.gap84 > * {
    width: calc(100% - 5.25rem / 1 * 0);
  }
  .flex-sp-col1.gap86 > * {
    width: calc(100% - 5.375rem / 1 * 0);
  }
  .flex-sp-col1.gap88 > * {
    width: calc(100% - 5.5rem / 1 * 0);
  }
  .flex-sp-col1.gap90 > * {
    width: calc(100% - 5.625rem / 1 * 0);
  }
  .flex-sp-col1.gap92 > * {
    width: calc(100% - 5.75rem / 1 * 0);
  }
  .flex-sp-col1.gap94 > * {
    width: calc(100% - 5.875rem / 1 * 0);
  }
  .flex-sp-col1.gap96 > * {
    width: calc(100% - 6rem / 1 * 0);
  }
  .flex-sp-col1.gap98 > * {
    width: calc(100% - 6.125rem / 1 * 0);
  }
  .flex-sp-col1.gap100 > * {
    width: calc(100% - 6.25rem / 1 * 0);
  }
  .flex-sp-col1.gap102 > * {
    width: calc(100% - 6.375rem / 1 * 0);
  }
  .flex-sp-col1.gap104 > * {
    width: calc(100% - 6.5rem / 1 * 0);
  }
  .flex-sp-col1.gap106 > * {
    width: calc(100% - 6.625rem / 1 * 0);
  }
  .flex-sp-col1.gap108 > * {
    width: calc(100% - 6.75rem / 1 * 0);
  }
  .flex-sp-col1.gap110 > * {
    width: calc(100% - 6.875rem / 1 * 0);
  }
  .flex-sp-col1.gap112 > * {
    width: calc(100% - 7rem / 1 * 0);
  }
  .flex-sp-col1.gap114 > * {
    width: calc(100% - 7.125rem / 1 * 0);
  }
  .flex-sp-col1.gap116 > * {
    width: calc(100% - 7.25rem / 1 * 0);
  }
  .flex-sp-col1.gap118 > * {
    width: calc(100% - 7.375rem / 1 * 0);
  }
  .flex-sp-col1.gap120 > * {
    width: calc(100% - 7.5rem / 1 * 0);
  }
  .flex-sp-col1.gap122 > * {
    width: calc(100% - 7.625rem / 1 * 0);
  }
  .flex-sp-col1.gap124 > * {
    width: calc(100% - 7.75rem / 1 * 0);
  }
  .flex-sp-col1.gap126 > * {
    width: calc(100% - 7.875rem / 1 * 0);
  }
  .flex-sp-col1.gap128 > * {
    width: calc(100% - 8rem / 1 * 0);
  }
  .flex-sp-col1.gap130 > * {
    width: calc(100% - 8.125rem / 1 * 0);
  }
  .flex-sp-col1.gap132 > * {
    width: calc(100% - 8.25rem / 1 * 0);
  }
  .flex-sp-col1.gap134 > * {
    width: calc(100% - 8.375rem / 1 * 0);
  }
  .flex-sp-col1.gap136 > * {
    width: calc(100% - 8.5rem / 1 * 0);
  }
  .flex-sp-col1.gap138 > * {
    width: calc(100% - 8.625rem / 1 * 0);
  }
  .flex-sp-col1.gap140 > * {
    width: calc(100% - 8.75rem / 1 * 0);
  }
  .flex-sp-col1.gap142 > * {
    width: calc(100% - 8.875rem / 1 * 0);
  }
  .flex-sp-col1.gap144 > * {
    width: calc(100% - 9rem / 1 * 0);
  }
  .flex-sp-col1.gap146 > * {
    width: calc(100% - 9.125rem / 1 * 0);
  }
  .flex-sp-col1.gap148 > * {
    width: calc(100% - 9.25rem / 1 * 0);
  }
  .flex-sp-col1.gap150 > * {
    width: calc(100% - 9.375rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp8 > * {
    width: calc(100% - 0.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp10 > * {
    width: calc(100% - 0.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp12 > * {
    width: calc(100% - 0.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp14 > * {
    width: calc(100% - 1rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp16 > * {
    width: calc(100% - 1.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp18 > * {
    width: calc(100% - 1.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp20 > * {
    width: calc(100% - 1.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp22 > * {
    width: calc(100% - 1.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp24 > * {
    width: calc(100% - 1.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp26 > * {
    width: calc(100% - 1.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp28 > * {
    width: calc(100% - 2rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp30 > * {
    width: calc(100% - 2.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp32 > * {
    width: calc(100% - 2.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp34 > * {
    width: calc(100% - 2.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp36 > * {
    width: calc(100% - 2.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp38 > * {
    width: calc(100% - 2.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp40 > * {
    width: calc(100% - 2.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp42 > * {
    width: calc(100% - 3rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp44 > * {
    width: calc(100% - 3.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp46 > * {
    width: calc(100% - 3.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp48 > * {
    width: calc(100% - 3.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp50 > * {
    width: calc(100% - 3.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp52 > * {
    width: calc(100% - 3.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp54 > * {
    width: calc(100% - 3.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp56 > * {
    width: calc(100% - 4rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp58 > * {
    width: calc(100% - 4.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp60 > * {
    width: calc(100% - 4.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp62 > * {
    width: calc(100% - 4.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp64 > * {
    width: calc(100% - 4.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp66 > * {
    width: calc(100% - 4.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp68 > * {
    width: calc(100% - 4.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp70 > * {
    width: calc(100% - 5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp72 > * {
    width: calc(100% - 5.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp74 > * {
    width: calc(100% - 5.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp76 > * {
    width: calc(100% - 5.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp78 > * {
    width: calc(100% - 5.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp80 > * {
    width: calc(100% - 5.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp82 > * {
    width: calc(100% - 5.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp84 > * {
    width: calc(100% - 6rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp86 > * {
    width: calc(100% - 6.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp88 > * {
    width: calc(100% - 6.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp90 > * {
    width: calc(100% - 6.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp92 > * {
    width: calc(100% - 6.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp94 > * {
    width: calc(100% - 6.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp96 > * {
    width: calc(100% - 6.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp98 > * {
    width: calc(100% - 7rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp100 > * {
    width: calc(100% - 7.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp102 > * {
    width: calc(100% - 7.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp104 > * {
    width: calc(100% - 7.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp106 > * {
    width: calc(100% - 7.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp108 > * {
    width: calc(100% - 7.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp110 > * {
    width: calc(100% - 7.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp112 > * {
    width: calc(100% - 8rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp114 > * {
    width: calc(100% - 8.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp116 > * {
    width: calc(100% - 8.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp118 > * {
    width: calc(100% - 8.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp120 > * {
    width: calc(100% - 8.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp122 > * {
    width: calc(100% - 8.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp124 > * {
    width: calc(100% - 8.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp126 > * {
    width: calc(100% - 9rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp128 > * {
    width: calc(100% - 9.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp130 > * {
    width: calc(100% - 9.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp132 > * {
    width: calc(100% - 9.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp134 > * {
    width: calc(100% - 9.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp136 > * {
    width: calc(100% - 9.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp138 > * {
    width: calc(100% - 9.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp140 > * {
    width: calc(100% - 10rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp142 > * {
    width: calc(100% - 10.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp144 > * {
    width: calc(100% - 10.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp146 > * {
    width: calc(100% - 10.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp148 > * {
    width: calc(100% - 10.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp150 > * {
    width: calc(100% - 10.7142857143rem / 1 * 0);
  }
  .flex-sp-col2 {
    flex-wrap: wrap;
  }
  .flex-sp-col2 > * {
    width: 50%;
  }
  .flex-sp-col2.gap8 > * {
    width: calc(50% - 0.5rem / 2 * 1);
  }
  .flex-sp-col2.gap10 > * {
    width: calc(50% - 0.625rem / 2 * 1);
  }
  .flex-sp-col2.gap12 > * {
    width: calc(50% - 0.75rem / 2 * 1);
  }
  .flex-sp-col2.gap14 > * {
    width: calc(50% - 0.875rem / 2 * 1);
  }
  .flex-sp-col2.gap16 > * {
    width: calc(50% - 1rem / 2 * 1);
  }
  .flex-sp-col2.gap18 > * {
    width: calc(50% - 1.125rem / 2 * 1);
  }
  .flex-sp-col2.gap20 > * {
    width: calc(50% - 1.25rem / 2 * 1);
  }
  .flex-sp-col2.gap22 > * {
    width: calc(50% - 1.375rem / 2 * 1);
  }
  .flex-sp-col2.gap24 > * {
    width: calc(50% - 1.5rem / 2 * 1);
  }
  .flex-sp-col2.gap26 > * {
    width: calc(50% - 1.625rem / 2 * 1);
  }
  .flex-sp-col2.gap28 > * {
    width: calc(50% - 1.75rem / 2 * 1);
  }
  .flex-sp-col2.gap30 > * {
    width: calc(50% - 1.875rem / 2 * 1);
  }
  .flex-sp-col2.gap32 > * {
    width: calc(50% - 2rem / 2 * 1);
  }
  .flex-sp-col2.gap34 > * {
    width: calc(50% - 2.125rem / 2 * 1);
  }
  .flex-sp-col2.gap36 > * {
    width: calc(50% - 2.25rem / 2 * 1);
  }
  .flex-sp-col2.gap38 > * {
    width: calc(50% - 2.375rem / 2 * 1);
  }
  .flex-sp-col2.gap40 > * {
    width: calc(50% - 2.5rem / 2 * 1);
  }
  .flex-sp-col2.gap42 > * {
    width: calc(50% - 2.625rem / 2 * 1);
  }
  .flex-sp-col2.gap44 > * {
    width: calc(50% - 2.75rem / 2 * 1);
  }
  .flex-sp-col2.gap46 > * {
    width: calc(50% - 2.875rem / 2 * 1);
  }
  .flex-sp-col2.gap48 > * {
    width: calc(50% - 3rem / 2 * 1);
  }
  .flex-sp-col2.gap50 > * {
    width: calc(50% - 3.125rem / 2 * 1);
  }
  .flex-sp-col2.gap52 > * {
    width: calc(50% - 3.25rem / 2 * 1);
  }
  .flex-sp-col2.gap54 > * {
    width: calc(50% - 3.375rem / 2 * 1);
  }
  .flex-sp-col2.gap56 > * {
    width: calc(50% - 3.5rem / 2 * 1);
  }
  .flex-sp-col2.gap58 > * {
    width: calc(50% - 3.625rem / 2 * 1);
  }
  .flex-sp-col2.gap60 > * {
    width: calc(50% - 3.75rem / 2 * 1);
  }
  .flex-sp-col2.gap62 > * {
    width: calc(50% - 3.875rem / 2 * 1);
  }
  .flex-sp-col2.gap64 > * {
    width: calc(50% - 4rem / 2 * 1);
  }
  .flex-sp-col2.gap66 > * {
    width: calc(50% - 4.125rem / 2 * 1);
  }
  .flex-sp-col2.gap68 > * {
    width: calc(50% - 4.25rem / 2 * 1);
  }
  .flex-sp-col2.gap70 > * {
    width: calc(50% - 4.375rem / 2 * 1);
  }
  .flex-sp-col2.gap72 > * {
    width: calc(50% - 4.5rem / 2 * 1);
  }
  .flex-sp-col2.gap74 > * {
    width: calc(50% - 4.625rem / 2 * 1);
  }
  .flex-sp-col2.gap76 > * {
    width: calc(50% - 4.75rem / 2 * 1);
  }
  .flex-sp-col2.gap78 > * {
    width: calc(50% - 4.875rem / 2 * 1);
  }
  .flex-sp-col2.gap80 > * {
    width: calc(50% - 5rem / 2 * 1);
  }
  .flex-sp-col2.gap82 > * {
    width: calc(50% - 5.125rem / 2 * 1);
  }
  .flex-sp-col2.gap84 > * {
    width: calc(50% - 5.25rem / 2 * 1);
  }
  .flex-sp-col2.gap86 > * {
    width: calc(50% - 5.375rem / 2 * 1);
  }
  .flex-sp-col2.gap88 > * {
    width: calc(50% - 5.5rem / 2 * 1);
  }
  .flex-sp-col2.gap90 > * {
    width: calc(50% - 5.625rem / 2 * 1);
  }
  .flex-sp-col2.gap92 > * {
    width: calc(50% - 5.75rem / 2 * 1);
  }
  .flex-sp-col2.gap94 > * {
    width: calc(50% - 5.875rem / 2 * 1);
  }
  .flex-sp-col2.gap96 > * {
    width: calc(50% - 6rem / 2 * 1);
  }
  .flex-sp-col2.gap98 > * {
    width: calc(50% - 6.125rem / 2 * 1);
  }
  .flex-sp-col2.gap100 > * {
    width: calc(50% - 6.25rem / 2 * 1);
  }
  .flex-sp-col2.gap102 > * {
    width: calc(50% - 6.375rem / 2 * 1);
  }
  .flex-sp-col2.gap104 > * {
    width: calc(50% - 6.5rem / 2 * 1);
  }
  .flex-sp-col2.gap106 > * {
    width: calc(50% - 6.625rem / 2 * 1);
  }
  .flex-sp-col2.gap108 > * {
    width: calc(50% - 6.75rem / 2 * 1);
  }
  .flex-sp-col2.gap110 > * {
    width: calc(50% - 6.875rem / 2 * 1);
  }
  .flex-sp-col2.gap112 > * {
    width: calc(50% - 7rem / 2 * 1);
  }
  .flex-sp-col2.gap114 > * {
    width: calc(50% - 7.125rem / 2 * 1);
  }
  .flex-sp-col2.gap116 > * {
    width: calc(50% - 7.25rem / 2 * 1);
  }
  .flex-sp-col2.gap118 > * {
    width: calc(50% - 7.375rem / 2 * 1);
  }
  .flex-sp-col2.gap120 > * {
    width: calc(50% - 7.5rem / 2 * 1);
  }
  .flex-sp-col2.gap122 > * {
    width: calc(50% - 7.625rem / 2 * 1);
  }
  .flex-sp-col2.gap124 > * {
    width: calc(50% - 7.75rem / 2 * 1);
  }
  .flex-sp-col2.gap126 > * {
    width: calc(50% - 7.875rem / 2 * 1);
  }
  .flex-sp-col2.gap128 > * {
    width: calc(50% - 8rem / 2 * 1);
  }
  .flex-sp-col2.gap130 > * {
    width: calc(50% - 8.125rem / 2 * 1);
  }
  .flex-sp-col2.gap132 > * {
    width: calc(50% - 8.25rem / 2 * 1);
  }
  .flex-sp-col2.gap134 > * {
    width: calc(50% - 8.375rem / 2 * 1);
  }
  .flex-sp-col2.gap136 > * {
    width: calc(50% - 8.5rem / 2 * 1);
  }
  .flex-sp-col2.gap138 > * {
    width: calc(50% - 8.625rem / 2 * 1);
  }
  .flex-sp-col2.gap140 > * {
    width: calc(50% - 8.75rem / 2 * 1);
  }
  .flex-sp-col2.gap142 > * {
    width: calc(50% - 8.875rem / 2 * 1);
  }
  .flex-sp-col2.gap144 > * {
    width: calc(50% - 9rem / 2 * 1);
  }
  .flex-sp-col2.gap146 > * {
    width: calc(50% - 9.125rem / 2 * 1);
  }
  .flex-sp-col2.gap148 > * {
    width: calc(50% - 9.25rem / 2 * 1);
  }
  .flex-sp-col2.gap150 > * {
    width: calc(50% - 9.375rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp8 > * {
    width: calc(50% - 0.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp10 > * {
    width: calc(50% - 0.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp12 > * {
    width: calc(50% - 0.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp14 > * {
    width: calc(50% - 1rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp16 > * {
    width: calc(50% - 1.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp18 > * {
    width: calc(50% - 1.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp20 > * {
    width: calc(50% - 1.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp22 > * {
    width: calc(50% - 1.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp24 > * {
    width: calc(50% - 1.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp26 > * {
    width: calc(50% - 1.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp28 > * {
    width: calc(50% - 2rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp30 > * {
    width: calc(50% - 2.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp32 > * {
    width: calc(50% - 2.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp34 > * {
    width: calc(50% - 2.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp36 > * {
    width: calc(50% - 2.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp38 > * {
    width: calc(50% - 2.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp40 > * {
    width: calc(50% - 2.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp42 > * {
    width: calc(50% - 3rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp44 > * {
    width: calc(50% - 3.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp46 > * {
    width: calc(50% - 3.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp48 > * {
    width: calc(50% - 3.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp50 > * {
    width: calc(50% - 3.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp52 > * {
    width: calc(50% - 3.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp54 > * {
    width: calc(50% - 3.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp56 > * {
    width: calc(50% - 4rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp58 > * {
    width: calc(50% - 4.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp60 > * {
    width: calc(50% - 4.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp62 > * {
    width: calc(50% - 4.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp64 > * {
    width: calc(50% - 4.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp66 > * {
    width: calc(50% - 4.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp68 > * {
    width: calc(50% - 4.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp70 > * {
    width: calc(50% - 5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp72 > * {
    width: calc(50% - 5.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp74 > * {
    width: calc(50% - 5.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp76 > * {
    width: calc(50% - 5.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp78 > * {
    width: calc(50% - 5.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp80 > * {
    width: calc(50% - 5.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp82 > * {
    width: calc(50% - 5.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp84 > * {
    width: calc(50% - 6rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp86 > * {
    width: calc(50% - 6.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp88 > * {
    width: calc(50% - 6.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp90 > * {
    width: calc(50% - 6.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp92 > * {
    width: calc(50% - 6.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp94 > * {
    width: calc(50% - 6.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp96 > * {
    width: calc(50% - 6.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp98 > * {
    width: calc(50% - 7rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp100 > * {
    width: calc(50% - 7.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp102 > * {
    width: calc(50% - 7.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp104 > * {
    width: calc(50% - 7.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp106 > * {
    width: calc(50% - 7.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp108 > * {
    width: calc(50% - 7.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp110 > * {
    width: calc(50% - 7.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp112 > * {
    width: calc(50% - 8rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp114 > * {
    width: calc(50% - 8.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp116 > * {
    width: calc(50% - 8.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp118 > * {
    width: calc(50% - 8.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp120 > * {
    width: calc(50% - 8.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp122 > * {
    width: calc(50% - 8.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp124 > * {
    width: calc(50% - 8.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp126 > * {
    width: calc(50% - 9rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp128 > * {
    width: calc(50% - 9.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp130 > * {
    width: calc(50% - 9.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp132 > * {
    width: calc(50% - 9.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp134 > * {
    width: calc(50% - 9.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp136 > * {
    width: calc(50% - 9.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp138 > * {
    width: calc(50% - 9.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp140 > * {
    width: calc(50% - 10rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp142 > * {
    width: calc(50% - 10.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp144 > * {
    width: calc(50% - 10.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp146 > * {
    width: calc(50% - 10.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp148 > * {
    width: calc(50% - 10.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp150 > * {
    width: calc(50% - 10.7142857143rem / 2 * 1);
  }
  .flex-sp-col3 {
    flex-wrap: wrap;
  }
  .flex-sp-col3 > * {
    width: 33.3333333333%;
  }
  .flex-sp-col3.gap8 > * {
    width: calc(33.3333333333% - 0.5rem / 3 * 2);
  }
  .flex-sp-col3.gap10 > * {
    width: calc(33.3333333333% - 0.625rem / 3 * 2);
  }
  .flex-sp-col3.gap12 > * {
    width: calc(33.3333333333% - 0.75rem / 3 * 2);
  }
  .flex-sp-col3.gap14 > * {
    width: calc(33.3333333333% - 0.875rem / 3 * 2);
  }
  .flex-sp-col3.gap16 > * {
    width: calc(33.3333333333% - 1rem / 3 * 2);
  }
  .flex-sp-col3.gap18 > * {
    width: calc(33.3333333333% - 1.125rem / 3 * 2);
  }
  .flex-sp-col3.gap20 > * {
    width: calc(33.3333333333% - 1.25rem / 3 * 2);
  }
  .flex-sp-col3.gap22 > * {
    width: calc(33.3333333333% - 1.375rem / 3 * 2);
  }
  .flex-sp-col3.gap24 > * {
    width: calc(33.3333333333% - 1.5rem / 3 * 2);
  }
  .flex-sp-col3.gap26 > * {
    width: calc(33.3333333333% - 1.625rem / 3 * 2);
  }
  .flex-sp-col3.gap28 > * {
    width: calc(33.3333333333% - 1.75rem / 3 * 2);
  }
  .flex-sp-col3.gap30 > * {
    width: calc(33.3333333333% - 1.875rem / 3 * 2);
  }
  .flex-sp-col3.gap32 > * {
    width: calc(33.3333333333% - 2rem / 3 * 2);
  }
  .flex-sp-col3.gap34 > * {
    width: calc(33.3333333333% - 2.125rem / 3 * 2);
  }
  .flex-sp-col3.gap36 > * {
    width: calc(33.3333333333% - 2.25rem / 3 * 2);
  }
  .flex-sp-col3.gap38 > * {
    width: calc(33.3333333333% - 2.375rem / 3 * 2);
  }
  .flex-sp-col3.gap40 > * {
    width: calc(33.3333333333% - 2.5rem / 3 * 2);
  }
  .flex-sp-col3.gap42 > * {
    width: calc(33.3333333333% - 2.625rem / 3 * 2);
  }
  .flex-sp-col3.gap44 > * {
    width: calc(33.3333333333% - 2.75rem / 3 * 2);
  }
  .flex-sp-col3.gap46 > * {
    width: calc(33.3333333333% - 2.875rem / 3 * 2);
  }
  .flex-sp-col3.gap48 > * {
    width: calc(33.3333333333% - 3rem / 3 * 2);
  }
  .flex-sp-col3.gap50 > * {
    width: calc(33.3333333333% - 3.125rem / 3 * 2);
  }
  .flex-sp-col3.gap52 > * {
    width: calc(33.3333333333% - 3.25rem / 3 * 2);
  }
  .flex-sp-col3.gap54 > * {
    width: calc(33.3333333333% - 3.375rem / 3 * 2);
  }
  .flex-sp-col3.gap56 > * {
    width: calc(33.3333333333% - 3.5rem / 3 * 2);
  }
  .flex-sp-col3.gap58 > * {
    width: calc(33.3333333333% - 3.625rem / 3 * 2);
  }
  .flex-sp-col3.gap60 > * {
    width: calc(33.3333333333% - 3.75rem / 3 * 2);
  }
  .flex-sp-col3.gap62 > * {
    width: calc(33.3333333333% - 3.875rem / 3 * 2);
  }
  .flex-sp-col3.gap64 > * {
    width: calc(33.3333333333% - 4rem / 3 * 2);
  }
  .flex-sp-col3.gap66 > * {
    width: calc(33.3333333333% - 4.125rem / 3 * 2);
  }
  .flex-sp-col3.gap68 > * {
    width: calc(33.3333333333% - 4.25rem / 3 * 2);
  }
  .flex-sp-col3.gap70 > * {
    width: calc(33.3333333333% - 4.375rem / 3 * 2);
  }
  .flex-sp-col3.gap72 > * {
    width: calc(33.3333333333% - 4.5rem / 3 * 2);
  }
  .flex-sp-col3.gap74 > * {
    width: calc(33.3333333333% - 4.625rem / 3 * 2);
  }
  .flex-sp-col3.gap76 > * {
    width: calc(33.3333333333% - 4.75rem / 3 * 2);
  }
  .flex-sp-col3.gap78 > * {
    width: calc(33.3333333333% - 4.875rem / 3 * 2);
  }
  .flex-sp-col3.gap80 > * {
    width: calc(33.3333333333% - 5rem / 3 * 2);
  }
  .flex-sp-col3.gap82 > * {
    width: calc(33.3333333333% - 5.125rem / 3 * 2);
  }
  .flex-sp-col3.gap84 > * {
    width: calc(33.3333333333% - 5.25rem / 3 * 2);
  }
  .flex-sp-col3.gap86 > * {
    width: calc(33.3333333333% - 5.375rem / 3 * 2);
  }
  .flex-sp-col3.gap88 > * {
    width: calc(33.3333333333% - 5.5rem / 3 * 2);
  }
  .flex-sp-col3.gap90 > * {
    width: calc(33.3333333333% - 5.625rem / 3 * 2);
  }
  .flex-sp-col3.gap92 > * {
    width: calc(33.3333333333% - 5.75rem / 3 * 2);
  }
  .flex-sp-col3.gap94 > * {
    width: calc(33.3333333333% - 5.875rem / 3 * 2);
  }
  .flex-sp-col3.gap96 > * {
    width: calc(33.3333333333% - 6rem / 3 * 2);
  }
  .flex-sp-col3.gap98 > * {
    width: calc(33.3333333333% - 6.125rem / 3 * 2);
  }
  .flex-sp-col3.gap100 > * {
    width: calc(33.3333333333% - 6.25rem / 3 * 2);
  }
  .flex-sp-col3.gap102 > * {
    width: calc(33.3333333333% - 6.375rem / 3 * 2);
  }
  .flex-sp-col3.gap104 > * {
    width: calc(33.3333333333% - 6.5rem / 3 * 2);
  }
  .flex-sp-col3.gap106 > * {
    width: calc(33.3333333333% - 6.625rem / 3 * 2);
  }
  .flex-sp-col3.gap108 > * {
    width: calc(33.3333333333% - 6.75rem / 3 * 2);
  }
  .flex-sp-col3.gap110 > * {
    width: calc(33.3333333333% - 6.875rem / 3 * 2);
  }
  .flex-sp-col3.gap112 > * {
    width: calc(33.3333333333% - 7rem / 3 * 2);
  }
  .flex-sp-col3.gap114 > * {
    width: calc(33.3333333333% - 7.125rem / 3 * 2);
  }
  .flex-sp-col3.gap116 > * {
    width: calc(33.3333333333% - 7.25rem / 3 * 2);
  }
  .flex-sp-col3.gap118 > * {
    width: calc(33.3333333333% - 7.375rem / 3 * 2);
  }
  .flex-sp-col3.gap120 > * {
    width: calc(33.3333333333% - 7.5rem / 3 * 2);
  }
  .flex-sp-col3.gap122 > * {
    width: calc(33.3333333333% - 7.625rem / 3 * 2);
  }
  .flex-sp-col3.gap124 > * {
    width: calc(33.3333333333% - 7.75rem / 3 * 2);
  }
  .flex-sp-col3.gap126 > * {
    width: calc(33.3333333333% - 7.875rem / 3 * 2);
  }
  .flex-sp-col3.gap128 > * {
    width: calc(33.3333333333% - 8rem / 3 * 2);
  }
  .flex-sp-col3.gap130 > * {
    width: calc(33.3333333333% - 8.125rem / 3 * 2);
  }
  .flex-sp-col3.gap132 > * {
    width: calc(33.3333333333% - 8.25rem / 3 * 2);
  }
  .flex-sp-col3.gap134 > * {
    width: calc(33.3333333333% - 8.375rem / 3 * 2);
  }
  .flex-sp-col3.gap136 > * {
    width: calc(33.3333333333% - 8.5rem / 3 * 2);
  }
  .flex-sp-col3.gap138 > * {
    width: calc(33.3333333333% - 8.625rem / 3 * 2);
  }
  .flex-sp-col3.gap140 > * {
    width: calc(33.3333333333% - 8.75rem / 3 * 2);
  }
  .flex-sp-col3.gap142 > * {
    width: calc(33.3333333333% - 8.875rem / 3 * 2);
  }
  .flex-sp-col3.gap144 > * {
    width: calc(33.3333333333% - 9rem / 3 * 2);
  }
  .flex-sp-col3.gap146 > * {
    width: calc(33.3333333333% - 9.125rem / 3 * 2);
  }
  .flex-sp-col3.gap148 > * {
    width: calc(33.3333333333% - 9.25rem / 3 * 2);
  }
  .flex-sp-col3.gap150 > * {
    width: calc(33.3333333333% - 9.375rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp8 > * {
    width: calc(33.3333333333% - 0.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp10 > * {
    width: calc(33.3333333333% - 0.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp12 > * {
    width: calc(33.3333333333% - 0.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp14 > * {
    width: calc(33.3333333333% - 1rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp16 > * {
    width: calc(33.3333333333% - 1.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp18 > * {
    width: calc(33.3333333333% - 1.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp20 > * {
    width: calc(33.3333333333% - 1.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp22 > * {
    width: calc(33.3333333333% - 1.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp24 > * {
    width: calc(33.3333333333% - 1.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp26 > * {
    width: calc(33.3333333333% - 1.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp28 > * {
    width: calc(33.3333333333% - 2rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp30 > * {
    width: calc(33.3333333333% - 2.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp32 > * {
    width: calc(33.3333333333% - 2.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp34 > * {
    width: calc(33.3333333333% - 2.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp36 > * {
    width: calc(33.3333333333% - 2.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp38 > * {
    width: calc(33.3333333333% - 2.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp40 > * {
    width: calc(33.3333333333% - 2.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp42 > * {
    width: calc(33.3333333333% - 3rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp44 > * {
    width: calc(33.3333333333% - 3.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp46 > * {
    width: calc(33.3333333333% - 3.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp48 > * {
    width: calc(33.3333333333% - 3.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp50 > * {
    width: calc(33.3333333333% - 3.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp52 > * {
    width: calc(33.3333333333% - 3.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp54 > * {
    width: calc(33.3333333333% - 3.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp56 > * {
    width: calc(33.3333333333% - 4rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp58 > * {
    width: calc(33.3333333333% - 4.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp60 > * {
    width: calc(33.3333333333% - 4.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp62 > * {
    width: calc(33.3333333333% - 4.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp64 > * {
    width: calc(33.3333333333% - 4.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp66 > * {
    width: calc(33.3333333333% - 4.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp68 > * {
    width: calc(33.3333333333% - 4.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp70 > * {
    width: calc(33.3333333333% - 5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp72 > * {
    width: calc(33.3333333333% - 5.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp74 > * {
    width: calc(33.3333333333% - 5.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp76 > * {
    width: calc(33.3333333333% - 5.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp78 > * {
    width: calc(33.3333333333% - 5.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp80 > * {
    width: calc(33.3333333333% - 5.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp82 > * {
    width: calc(33.3333333333% - 5.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp84 > * {
    width: calc(33.3333333333% - 6rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp86 > * {
    width: calc(33.3333333333% - 6.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp88 > * {
    width: calc(33.3333333333% - 6.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp90 > * {
    width: calc(33.3333333333% - 6.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp92 > * {
    width: calc(33.3333333333% - 6.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp94 > * {
    width: calc(33.3333333333% - 6.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp96 > * {
    width: calc(33.3333333333% - 6.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp98 > * {
    width: calc(33.3333333333% - 7rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp100 > * {
    width: calc(33.3333333333% - 7.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp102 > * {
    width: calc(33.3333333333% - 7.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp104 > * {
    width: calc(33.3333333333% - 7.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp106 > * {
    width: calc(33.3333333333% - 7.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp108 > * {
    width: calc(33.3333333333% - 7.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp110 > * {
    width: calc(33.3333333333% - 7.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp112 > * {
    width: calc(33.3333333333% - 8rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp114 > * {
    width: calc(33.3333333333% - 8.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp116 > * {
    width: calc(33.3333333333% - 8.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp118 > * {
    width: calc(33.3333333333% - 8.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp120 > * {
    width: calc(33.3333333333% - 8.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp122 > * {
    width: calc(33.3333333333% - 8.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp124 > * {
    width: calc(33.3333333333% - 8.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp126 > * {
    width: calc(33.3333333333% - 9rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp128 > * {
    width: calc(33.3333333333% - 9.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp130 > * {
    width: calc(33.3333333333% - 9.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp132 > * {
    width: calc(33.3333333333% - 9.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp134 > * {
    width: calc(33.3333333333% - 9.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp136 > * {
    width: calc(33.3333333333% - 9.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp138 > * {
    width: calc(33.3333333333% - 9.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp140 > * {
    width: calc(33.3333333333% - 10rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp142 > * {
    width: calc(33.3333333333% - 10.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp144 > * {
    width: calc(33.3333333333% - 10.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp146 > * {
    width: calc(33.3333333333% - 10.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp148 > * {
    width: calc(33.3333333333% - 10.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp150 > * {
    width: calc(33.3333333333% - 10.7142857143rem / 3 * 2);
  }
  .flex-sp-col4 {
    flex-wrap: wrap;
  }
  .flex-sp-col4 > * {
    width: 25%;
  }
  .flex-sp-col4.gap8 > * {
    width: calc(25% - 0.5rem / 4 * 3);
  }
  .flex-sp-col4.gap10 > * {
    width: calc(25% - 0.625rem / 4 * 3);
  }
  .flex-sp-col4.gap12 > * {
    width: calc(25% - 0.75rem / 4 * 3);
  }
  .flex-sp-col4.gap14 > * {
    width: calc(25% - 0.875rem / 4 * 3);
  }
  .flex-sp-col4.gap16 > * {
    width: calc(25% - 1rem / 4 * 3);
  }
  .flex-sp-col4.gap18 > * {
    width: calc(25% - 1.125rem / 4 * 3);
  }
  .flex-sp-col4.gap20 > * {
    width: calc(25% - 1.25rem / 4 * 3);
  }
  .flex-sp-col4.gap22 > * {
    width: calc(25% - 1.375rem / 4 * 3);
  }
  .flex-sp-col4.gap24 > * {
    width: calc(25% - 1.5rem / 4 * 3);
  }
  .flex-sp-col4.gap26 > * {
    width: calc(25% - 1.625rem / 4 * 3);
  }
  .flex-sp-col4.gap28 > * {
    width: calc(25% - 1.75rem / 4 * 3);
  }
  .flex-sp-col4.gap30 > * {
    width: calc(25% - 1.875rem / 4 * 3);
  }
  .flex-sp-col4.gap32 > * {
    width: calc(25% - 2rem / 4 * 3);
  }
  .flex-sp-col4.gap34 > * {
    width: calc(25% - 2.125rem / 4 * 3);
  }
  .flex-sp-col4.gap36 > * {
    width: calc(25% - 2.25rem / 4 * 3);
  }
  .flex-sp-col4.gap38 > * {
    width: calc(25% - 2.375rem / 4 * 3);
  }
  .flex-sp-col4.gap40 > * {
    width: calc(25% - 2.5rem / 4 * 3);
  }
  .flex-sp-col4.gap42 > * {
    width: calc(25% - 2.625rem / 4 * 3);
  }
  .flex-sp-col4.gap44 > * {
    width: calc(25% - 2.75rem / 4 * 3);
  }
  .flex-sp-col4.gap46 > * {
    width: calc(25% - 2.875rem / 4 * 3);
  }
  .flex-sp-col4.gap48 > * {
    width: calc(25% - 3rem / 4 * 3);
  }
  .flex-sp-col4.gap50 > * {
    width: calc(25% - 3.125rem / 4 * 3);
  }
  .flex-sp-col4.gap52 > * {
    width: calc(25% - 3.25rem / 4 * 3);
  }
  .flex-sp-col4.gap54 > * {
    width: calc(25% - 3.375rem / 4 * 3);
  }
  .flex-sp-col4.gap56 > * {
    width: calc(25% - 3.5rem / 4 * 3);
  }
  .flex-sp-col4.gap58 > * {
    width: calc(25% - 3.625rem / 4 * 3);
  }
  .flex-sp-col4.gap60 > * {
    width: calc(25% - 3.75rem / 4 * 3);
  }
  .flex-sp-col4.gap62 > * {
    width: calc(25% - 3.875rem / 4 * 3);
  }
  .flex-sp-col4.gap64 > * {
    width: calc(25% - 4rem / 4 * 3);
  }
  .flex-sp-col4.gap66 > * {
    width: calc(25% - 4.125rem / 4 * 3);
  }
  .flex-sp-col4.gap68 > * {
    width: calc(25% - 4.25rem / 4 * 3);
  }
  .flex-sp-col4.gap70 > * {
    width: calc(25% - 4.375rem / 4 * 3);
  }
  .flex-sp-col4.gap72 > * {
    width: calc(25% - 4.5rem / 4 * 3);
  }
  .flex-sp-col4.gap74 > * {
    width: calc(25% - 4.625rem / 4 * 3);
  }
  .flex-sp-col4.gap76 > * {
    width: calc(25% - 4.75rem / 4 * 3);
  }
  .flex-sp-col4.gap78 > * {
    width: calc(25% - 4.875rem / 4 * 3);
  }
  .flex-sp-col4.gap80 > * {
    width: calc(25% - 5rem / 4 * 3);
  }
  .flex-sp-col4.gap82 > * {
    width: calc(25% - 5.125rem / 4 * 3);
  }
  .flex-sp-col4.gap84 > * {
    width: calc(25% - 5.25rem / 4 * 3);
  }
  .flex-sp-col4.gap86 > * {
    width: calc(25% - 5.375rem / 4 * 3);
  }
  .flex-sp-col4.gap88 > * {
    width: calc(25% - 5.5rem / 4 * 3);
  }
  .flex-sp-col4.gap90 > * {
    width: calc(25% - 5.625rem / 4 * 3);
  }
  .flex-sp-col4.gap92 > * {
    width: calc(25% - 5.75rem / 4 * 3);
  }
  .flex-sp-col4.gap94 > * {
    width: calc(25% - 5.875rem / 4 * 3);
  }
  .flex-sp-col4.gap96 > * {
    width: calc(25% - 6rem / 4 * 3);
  }
  .flex-sp-col4.gap98 > * {
    width: calc(25% - 6.125rem / 4 * 3);
  }
  .flex-sp-col4.gap100 > * {
    width: calc(25% - 6.25rem / 4 * 3);
  }
  .flex-sp-col4.gap102 > * {
    width: calc(25% - 6.375rem / 4 * 3);
  }
  .flex-sp-col4.gap104 > * {
    width: calc(25% - 6.5rem / 4 * 3);
  }
  .flex-sp-col4.gap106 > * {
    width: calc(25% - 6.625rem / 4 * 3);
  }
  .flex-sp-col4.gap108 > * {
    width: calc(25% - 6.75rem / 4 * 3);
  }
  .flex-sp-col4.gap110 > * {
    width: calc(25% - 6.875rem / 4 * 3);
  }
  .flex-sp-col4.gap112 > * {
    width: calc(25% - 7rem / 4 * 3);
  }
  .flex-sp-col4.gap114 > * {
    width: calc(25% - 7.125rem / 4 * 3);
  }
  .flex-sp-col4.gap116 > * {
    width: calc(25% - 7.25rem / 4 * 3);
  }
  .flex-sp-col4.gap118 > * {
    width: calc(25% - 7.375rem / 4 * 3);
  }
  .flex-sp-col4.gap120 > * {
    width: calc(25% - 7.5rem / 4 * 3);
  }
  .flex-sp-col4.gap122 > * {
    width: calc(25% - 7.625rem / 4 * 3);
  }
  .flex-sp-col4.gap124 > * {
    width: calc(25% - 7.75rem / 4 * 3);
  }
  .flex-sp-col4.gap126 > * {
    width: calc(25% - 7.875rem / 4 * 3);
  }
  .flex-sp-col4.gap128 > * {
    width: calc(25% - 8rem / 4 * 3);
  }
  .flex-sp-col4.gap130 > * {
    width: calc(25% - 8.125rem / 4 * 3);
  }
  .flex-sp-col4.gap132 > * {
    width: calc(25% - 8.25rem / 4 * 3);
  }
  .flex-sp-col4.gap134 > * {
    width: calc(25% - 8.375rem / 4 * 3);
  }
  .flex-sp-col4.gap136 > * {
    width: calc(25% - 8.5rem / 4 * 3);
  }
  .flex-sp-col4.gap138 > * {
    width: calc(25% - 8.625rem / 4 * 3);
  }
  .flex-sp-col4.gap140 > * {
    width: calc(25% - 8.75rem / 4 * 3);
  }
  .flex-sp-col4.gap142 > * {
    width: calc(25% - 8.875rem / 4 * 3);
  }
  .flex-sp-col4.gap144 > * {
    width: calc(25% - 9rem / 4 * 3);
  }
  .flex-sp-col4.gap146 > * {
    width: calc(25% - 9.125rem / 4 * 3);
  }
  .flex-sp-col4.gap148 > * {
    width: calc(25% - 9.25rem / 4 * 3);
  }
  .flex-sp-col4.gap150 > * {
    width: calc(25% - 9.375rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp8 > * {
    width: calc(25% - 0.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp10 > * {
    width: calc(25% - 0.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp12 > * {
    width: calc(25% - 0.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp14 > * {
    width: calc(25% - 1rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp16 > * {
    width: calc(25% - 1.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp18 > * {
    width: calc(25% - 1.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp20 > * {
    width: calc(25% - 1.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp22 > * {
    width: calc(25% - 1.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp24 > * {
    width: calc(25% - 1.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp26 > * {
    width: calc(25% - 1.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp28 > * {
    width: calc(25% - 2rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp30 > * {
    width: calc(25% - 2.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp32 > * {
    width: calc(25% - 2.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp34 > * {
    width: calc(25% - 2.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp36 > * {
    width: calc(25% - 2.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp38 > * {
    width: calc(25% - 2.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp40 > * {
    width: calc(25% - 2.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp42 > * {
    width: calc(25% - 3rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp44 > * {
    width: calc(25% - 3.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp46 > * {
    width: calc(25% - 3.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp48 > * {
    width: calc(25% - 3.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp50 > * {
    width: calc(25% - 3.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp52 > * {
    width: calc(25% - 3.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp54 > * {
    width: calc(25% - 3.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp56 > * {
    width: calc(25% - 4rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp58 > * {
    width: calc(25% - 4.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp60 > * {
    width: calc(25% - 4.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp62 > * {
    width: calc(25% - 4.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp64 > * {
    width: calc(25% - 4.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp66 > * {
    width: calc(25% - 4.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp68 > * {
    width: calc(25% - 4.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp70 > * {
    width: calc(25% - 5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp72 > * {
    width: calc(25% - 5.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp74 > * {
    width: calc(25% - 5.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp76 > * {
    width: calc(25% - 5.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp78 > * {
    width: calc(25% - 5.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp80 > * {
    width: calc(25% - 5.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp82 > * {
    width: calc(25% - 5.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp84 > * {
    width: calc(25% - 6rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp86 > * {
    width: calc(25% - 6.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp88 > * {
    width: calc(25% - 6.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp90 > * {
    width: calc(25% - 6.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp92 > * {
    width: calc(25% - 6.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp94 > * {
    width: calc(25% - 6.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp96 > * {
    width: calc(25% - 6.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp98 > * {
    width: calc(25% - 7rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp100 > * {
    width: calc(25% - 7.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp102 > * {
    width: calc(25% - 7.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp104 > * {
    width: calc(25% - 7.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp106 > * {
    width: calc(25% - 7.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp108 > * {
    width: calc(25% - 7.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp110 > * {
    width: calc(25% - 7.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp112 > * {
    width: calc(25% - 8rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp114 > * {
    width: calc(25% - 8.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp116 > * {
    width: calc(25% - 8.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp118 > * {
    width: calc(25% - 8.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp120 > * {
    width: calc(25% - 8.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp122 > * {
    width: calc(25% - 8.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp124 > * {
    width: calc(25% - 8.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp126 > * {
    width: calc(25% - 9rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp128 > * {
    width: calc(25% - 9.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp130 > * {
    width: calc(25% - 9.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp132 > * {
    width: calc(25% - 9.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp134 > * {
    width: calc(25% - 9.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp136 > * {
    width: calc(25% - 9.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp138 > * {
    width: calc(25% - 9.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp140 > * {
    width: calc(25% - 10rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp142 > * {
    width: calc(25% - 10.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp144 > * {
    width: calc(25% - 10.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp146 > * {
    width: calc(25% - 10.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp148 > * {
    width: calc(25% - 10.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp150 > * {
    width: calc(25% - 10.7142857143rem / 4 * 3);
  }
  .flex-sp-col5 {
    flex-wrap: wrap;
  }
  .flex-sp-col5 > * {
    width: 20%;
  }
  .flex-sp-col5.gap8 > * {
    width: calc(20% - 0.5rem / 5 * 4);
  }
  .flex-sp-col5.gap10 > * {
    width: calc(20% - 0.625rem / 5 * 4);
  }
  .flex-sp-col5.gap12 > * {
    width: calc(20% - 0.75rem / 5 * 4);
  }
  .flex-sp-col5.gap14 > * {
    width: calc(20% - 0.875rem / 5 * 4);
  }
  .flex-sp-col5.gap16 > * {
    width: calc(20% - 1rem / 5 * 4);
  }
  .flex-sp-col5.gap18 > * {
    width: calc(20% - 1.125rem / 5 * 4);
  }
  .flex-sp-col5.gap20 > * {
    width: calc(20% - 1.25rem / 5 * 4);
  }
  .flex-sp-col5.gap22 > * {
    width: calc(20% - 1.375rem / 5 * 4);
  }
  .flex-sp-col5.gap24 > * {
    width: calc(20% - 1.5rem / 5 * 4);
  }
  .flex-sp-col5.gap26 > * {
    width: calc(20% - 1.625rem / 5 * 4);
  }
  .flex-sp-col5.gap28 > * {
    width: calc(20% - 1.75rem / 5 * 4);
  }
  .flex-sp-col5.gap30 > * {
    width: calc(20% - 1.875rem / 5 * 4);
  }
  .flex-sp-col5.gap32 > * {
    width: calc(20% - 2rem / 5 * 4);
  }
  .flex-sp-col5.gap34 > * {
    width: calc(20% - 2.125rem / 5 * 4);
  }
  .flex-sp-col5.gap36 > * {
    width: calc(20% - 2.25rem / 5 * 4);
  }
  .flex-sp-col5.gap38 > * {
    width: calc(20% - 2.375rem / 5 * 4);
  }
  .flex-sp-col5.gap40 > * {
    width: calc(20% - 2.5rem / 5 * 4);
  }
  .flex-sp-col5.gap42 > * {
    width: calc(20% - 2.625rem / 5 * 4);
  }
  .flex-sp-col5.gap44 > * {
    width: calc(20% - 2.75rem / 5 * 4);
  }
  .flex-sp-col5.gap46 > * {
    width: calc(20% - 2.875rem / 5 * 4);
  }
  .flex-sp-col5.gap48 > * {
    width: calc(20% - 3rem / 5 * 4);
  }
  .flex-sp-col5.gap50 > * {
    width: calc(20% - 3.125rem / 5 * 4);
  }
  .flex-sp-col5.gap52 > * {
    width: calc(20% - 3.25rem / 5 * 4);
  }
  .flex-sp-col5.gap54 > * {
    width: calc(20% - 3.375rem / 5 * 4);
  }
  .flex-sp-col5.gap56 > * {
    width: calc(20% - 3.5rem / 5 * 4);
  }
  .flex-sp-col5.gap58 > * {
    width: calc(20% - 3.625rem / 5 * 4);
  }
  .flex-sp-col5.gap60 > * {
    width: calc(20% - 3.75rem / 5 * 4);
  }
  .flex-sp-col5.gap62 > * {
    width: calc(20% - 3.875rem / 5 * 4);
  }
  .flex-sp-col5.gap64 > * {
    width: calc(20% - 4rem / 5 * 4);
  }
  .flex-sp-col5.gap66 > * {
    width: calc(20% - 4.125rem / 5 * 4);
  }
  .flex-sp-col5.gap68 > * {
    width: calc(20% - 4.25rem / 5 * 4);
  }
  .flex-sp-col5.gap70 > * {
    width: calc(20% - 4.375rem / 5 * 4);
  }
  .flex-sp-col5.gap72 > * {
    width: calc(20% - 4.5rem / 5 * 4);
  }
  .flex-sp-col5.gap74 > * {
    width: calc(20% - 4.625rem / 5 * 4);
  }
  .flex-sp-col5.gap76 > * {
    width: calc(20% - 4.75rem / 5 * 4);
  }
  .flex-sp-col5.gap78 > * {
    width: calc(20% - 4.875rem / 5 * 4);
  }
  .flex-sp-col5.gap80 > * {
    width: calc(20% - 5rem / 5 * 4);
  }
  .flex-sp-col5.gap82 > * {
    width: calc(20% - 5.125rem / 5 * 4);
  }
  .flex-sp-col5.gap84 > * {
    width: calc(20% - 5.25rem / 5 * 4);
  }
  .flex-sp-col5.gap86 > * {
    width: calc(20% - 5.375rem / 5 * 4);
  }
  .flex-sp-col5.gap88 > * {
    width: calc(20% - 5.5rem / 5 * 4);
  }
  .flex-sp-col5.gap90 > * {
    width: calc(20% - 5.625rem / 5 * 4);
  }
  .flex-sp-col5.gap92 > * {
    width: calc(20% - 5.75rem / 5 * 4);
  }
  .flex-sp-col5.gap94 > * {
    width: calc(20% - 5.875rem / 5 * 4);
  }
  .flex-sp-col5.gap96 > * {
    width: calc(20% - 6rem / 5 * 4);
  }
  .flex-sp-col5.gap98 > * {
    width: calc(20% - 6.125rem / 5 * 4);
  }
  .flex-sp-col5.gap100 > * {
    width: calc(20% - 6.25rem / 5 * 4);
  }
  .flex-sp-col5.gap102 > * {
    width: calc(20% - 6.375rem / 5 * 4);
  }
  .flex-sp-col5.gap104 > * {
    width: calc(20% - 6.5rem / 5 * 4);
  }
  .flex-sp-col5.gap106 > * {
    width: calc(20% - 6.625rem / 5 * 4);
  }
  .flex-sp-col5.gap108 > * {
    width: calc(20% - 6.75rem / 5 * 4);
  }
  .flex-sp-col5.gap110 > * {
    width: calc(20% - 6.875rem / 5 * 4);
  }
  .flex-sp-col5.gap112 > * {
    width: calc(20% - 7rem / 5 * 4);
  }
  .flex-sp-col5.gap114 > * {
    width: calc(20% - 7.125rem / 5 * 4);
  }
  .flex-sp-col5.gap116 > * {
    width: calc(20% - 7.25rem / 5 * 4);
  }
  .flex-sp-col5.gap118 > * {
    width: calc(20% - 7.375rem / 5 * 4);
  }
  .flex-sp-col5.gap120 > * {
    width: calc(20% - 7.5rem / 5 * 4);
  }
  .flex-sp-col5.gap122 > * {
    width: calc(20% - 7.625rem / 5 * 4);
  }
  .flex-sp-col5.gap124 > * {
    width: calc(20% - 7.75rem / 5 * 4);
  }
  .flex-sp-col5.gap126 > * {
    width: calc(20% - 7.875rem / 5 * 4);
  }
  .flex-sp-col5.gap128 > * {
    width: calc(20% - 8rem / 5 * 4);
  }
  .flex-sp-col5.gap130 > * {
    width: calc(20% - 8.125rem / 5 * 4);
  }
  .flex-sp-col5.gap132 > * {
    width: calc(20% - 8.25rem / 5 * 4);
  }
  .flex-sp-col5.gap134 > * {
    width: calc(20% - 8.375rem / 5 * 4);
  }
  .flex-sp-col5.gap136 > * {
    width: calc(20% - 8.5rem / 5 * 4);
  }
  .flex-sp-col5.gap138 > * {
    width: calc(20% - 8.625rem / 5 * 4);
  }
  .flex-sp-col5.gap140 > * {
    width: calc(20% - 8.75rem / 5 * 4);
  }
  .flex-sp-col5.gap142 > * {
    width: calc(20% - 8.875rem / 5 * 4);
  }
  .flex-sp-col5.gap144 > * {
    width: calc(20% - 9rem / 5 * 4);
  }
  .flex-sp-col5.gap146 > * {
    width: calc(20% - 9.125rem / 5 * 4);
  }
  .flex-sp-col5.gap148 > * {
    width: calc(20% - 9.25rem / 5 * 4);
  }
  .flex-sp-col5.gap150 > * {
    width: calc(20% - 9.375rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp8 > * {
    width: calc(20% - 0.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp10 > * {
    width: calc(20% - 0.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp12 > * {
    width: calc(20% - 0.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp14 > * {
    width: calc(20% - 1rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp16 > * {
    width: calc(20% - 1.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp18 > * {
    width: calc(20% - 1.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp20 > * {
    width: calc(20% - 1.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp22 > * {
    width: calc(20% - 1.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp24 > * {
    width: calc(20% - 1.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp26 > * {
    width: calc(20% - 1.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp28 > * {
    width: calc(20% - 2rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp30 > * {
    width: calc(20% - 2.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp32 > * {
    width: calc(20% - 2.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp34 > * {
    width: calc(20% - 2.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp36 > * {
    width: calc(20% - 2.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp38 > * {
    width: calc(20% - 2.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp40 > * {
    width: calc(20% - 2.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp42 > * {
    width: calc(20% - 3rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp44 > * {
    width: calc(20% - 3.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp46 > * {
    width: calc(20% - 3.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp48 > * {
    width: calc(20% - 3.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp50 > * {
    width: calc(20% - 3.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp52 > * {
    width: calc(20% - 3.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp54 > * {
    width: calc(20% - 3.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp56 > * {
    width: calc(20% - 4rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp58 > * {
    width: calc(20% - 4.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp60 > * {
    width: calc(20% - 4.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp62 > * {
    width: calc(20% - 4.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp64 > * {
    width: calc(20% - 4.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp66 > * {
    width: calc(20% - 4.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp68 > * {
    width: calc(20% - 4.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp70 > * {
    width: calc(20% - 5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp72 > * {
    width: calc(20% - 5.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp74 > * {
    width: calc(20% - 5.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp76 > * {
    width: calc(20% - 5.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp78 > * {
    width: calc(20% - 5.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp80 > * {
    width: calc(20% - 5.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp82 > * {
    width: calc(20% - 5.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp84 > * {
    width: calc(20% - 6rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp86 > * {
    width: calc(20% - 6.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp88 > * {
    width: calc(20% - 6.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp90 > * {
    width: calc(20% - 6.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp92 > * {
    width: calc(20% - 6.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp94 > * {
    width: calc(20% - 6.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp96 > * {
    width: calc(20% - 6.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp98 > * {
    width: calc(20% - 7rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp100 > * {
    width: calc(20% - 7.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp102 > * {
    width: calc(20% - 7.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp104 > * {
    width: calc(20% - 7.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp106 > * {
    width: calc(20% - 7.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp108 > * {
    width: calc(20% - 7.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp110 > * {
    width: calc(20% - 7.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp112 > * {
    width: calc(20% - 8rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp114 > * {
    width: calc(20% - 8.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp116 > * {
    width: calc(20% - 8.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp118 > * {
    width: calc(20% - 8.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp120 > * {
    width: calc(20% - 8.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp122 > * {
    width: calc(20% - 8.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp124 > * {
    width: calc(20% - 8.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp126 > * {
    width: calc(20% - 9rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp128 > * {
    width: calc(20% - 9.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp130 > * {
    width: calc(20% - 9.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp132 > * {
    width: calc(20% - 9.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp134 > * {
    width: calc(20% - 9.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp136 > * {
    width: calc(20% - 9.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp138 > * {
    width: calc(20% - 9.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp140 > * {
    width: calc(20% - 10rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp142 > * {
    width: calc(20% - 10.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp144 > * {
    width: calc(20% - 10.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp146 > * {
    width: calc(20% - 10.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp148 > * {
    width: calc(20% - 10.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp150 > * {
    width: calc(20% - 10.7142857143rem / 5 * 4);
  }
  .flex-sp-col6 {
    flex-wrap: wrap;
  }
  .flex-sp-col6 > * {
    width: 16.6666666667%;
  }
  .flex-sp-col6.gap8 > * {
    width: calc(16.6666666667% - 0.5rem / 6 * 5);
  }
  .flex-sp-col6.gap10 > * {
    width: calc(16.6666666667% - 0.625rem / 6 * 5);
  }
  .flex-sp-col6.gap12 > * {
    width: calc(16.6666666667% - 0.75rem / 6 * 5);
  }
  .flex-sp-col6.gap14 > * {
    width: calc(16.6666666667% - 0.875rem / 6 * 5);
  }
  .flex-sp-col6.gap16 > * {
    width: calc(16.6666666667% - 1rem / 6 * 5);
  }
  .flex-sp-col6.gap18 > * {
    width: calc(16.6666666667% - 1.125rem / 6 * 5);
  }
  .flex-sp-col6.gap20 > * {
    width: calc(16.6666666667% - 1.25rem / 6 * 5);
  }
  .flex-sp-col6.gap22 > * {
    width: calc(16.6666666667% - 1.375rem / 6 * 5);
  }
  .flex-sp-col6.gap24 > * {
    width: calc(16.6666666667% - 1.5rem / 6 * 5);
  }
  .flex-sp-col6.gap26 > * {
    width: calc(16.6666666667% - 1.625rem / 6 * 5);
  }
  .flex-sp-col6.gap28 > * {
    width: calc(16.6666666667% - 1.75rem / 6 * 5);
  }
  .flex-sp-col6.gap30 > * {
    width: calc(16.6666666667% - 1.875rem / 6 * 5);
  }
  .flex-sp-col6.gap32 > * {
    width: calc(16.6666666667% - 2rem / 6 * 5);
  }
  .flex-sp-col6.gap34 > * {
    width: calc(16.6666666667% - 2.125rem / 6 * 5);
  }
  .flex-sp-col6.gap36 > * {
    width: calc(16.6666666667% - 2.25rem / 6 * 5);
  }
  .flex-sp-col6.gap38 > * {
    width: calc(16.6666666667% - 2.375rem / 6 * 5);
  }
  .flex-sp-col6.gap40 > * {
    width: calc(16.6666666667% - 2.5rem / 6 * 5);
  }
  .flex-sp-col6.gap42 > * {
    width: calc(16.6666666667% - 2.625rem / 6 * 5);
  }
  .flex-sp-col6.gap44 > * {
    width: calc(16.6666666667% - 2.75rem / 6 * 5);
  }
  .flex-sp-col6.gap46 > * {
    width: calc(16.6666666667% - 2.875rem / 6 * 5);
  }
  .flex-sp-col6.gap48 > * {
    width: calc(16.6666666667% - 3rem / 6 * 5);
  }
  .flex-sp-col6.gap50 > * {
    width: calc(16.6666666667% - 3.125rem / 6 * 5);
  }
  .flex-sp-col6.gap52 > * {
    width: calc(16.6666666667% - 3.25rem / 6 * 5);
  }
  .flex-sp-col6.gap54 > * {
    width: calc(16.6666666667% - 3.375rem / 6 * 5);
  }
  .flex-sp-col6.gap56 > * {
    width: calc(16.6666666667% - 3.5rem / 6 * 5);
  }
  .flex-sp-col6.gap58 > * {
    width: calc(16.6666666667% - 3.625rem / 6 * 5);
  }
  .flex-sp-col6.gap60 > * {
    width: calc(16.6666666667% - 3.75rem / 6 * 5);
  }
  .flex-sp-col6.gap62 > * {
    width: calc(16.6666666667% - 3.875rem / 6 * 5);
  }
  .flex-sp-col6.gap64 > * {
    width: calc(16.6666666667% - 4rem / 6 * 5);
  }
  .flex-sp-col6.gap66 > * {
    width: calc(16.6666666667% - 4.125rem / 6 * 5);
  }
  .flex-sp-col6.gap68 > * {
    width: calc(16.6666666667% - 4.25rem / 6 * 5);
  }
  .flex-sp-col6.gap70 > * {
    width: calc(16.6666666667% - 4.375rem / 6 * 5);
  }
  .flex-sp-col6.gap72 > * {
    width: calc(16.6666666667% - 4.5rem / 6 * 5);
  }
  .flex-sp-col6.gap74 > * {
    width: calc(16.6666666667% - 4.625rem / 6 * 5);
  }
  .flex-sp-col6.gap76 > * {
    width: calc(16.6666666667% - 4.75rem / 6 * 5);
  }
  .flex-sp-col6.gap78 > * {
    width: calc(16.6666666667% - 4.875rem / 6 * 5);
  }
  .flex-sp-col6.gap80 > * {
    width: calc(16.6666666667% - 5rem / 6 * 5);
  }
  .flex-sp-col6.gap82 > * {
    width: calc(16.6666666667% - 5.125rem / 6 * 5);
  }
  .flex-sp-col6.gap84 > * {
    width: calc(16.6666666667% - 5.25rem / 6 * 5);
  }
  .flex-sp-col6.gap86 > * {
    width: calc(16.6666666667% - 5.375rem / 6 * 5);
  }
  .flex-sp-col6.gap88 > * {
    width: calc(16.6666666667% - 5.5rem / 6 * 5);
  }
  .flex-sp-col6.gap90 > * {
    width: calc(16.6666666667% - 5.625rem / 6 * 5);
  }
  .flex-sp-col6.gap92 > * {
    width: calc(16.6666666667% - 5.75rem / 6 * 5);
  }
  .flex-sp-col6.gap94 > * {
    width: calc(16.6666666667% - 5.875rem / 6 * 5);
  }
  .flex-sp-col6.gap96 > * {
    width: calc(16.6666666667% - 6rem / 6 * 5);
  }
  .flex-sp-col6.gap98 > * {
    width: calc(16.6666666667% - 6.125rem / 6 * 5);
  }
  .flex-sp-col6.gap100 > * {
    width: calc(16.6666666667% - 6.25rem / 6 * 5);
  }
  .flex-sp-col6.gap102 > * {
    width: calc(16.6666666667% - 6.375rem / 6 * 5);
  }
  .flex-sp-col6.gap104 > * {
    width: calc(16.6666666667% - 6.5rem / 6 * 5);
  }
  .flex-sp-col6.gap106 > * {
    width: calc(16.6666666667% - 6.625rem / 6 * 5);
  }
  .flex-sp-col6.gap108 > * {
    width: calc(16.6666666667% - 6.75rem / 6 * 5);
  }
  .flex-sp-col6.gap110 > * {
    width: calc(16.6666666667% - 6.875rem / 6 * 5);
  }
  .flex-sp-col6.gap112 > * {
    width: calc(16.6666666667% - 7rem / 6 * 5);
  }
  .flex-sp-col6.gap114 > * {
    width: calc(16.6666666667% - 7.125rem / 6 * 5);
  }
  .flex-sp-col6.gap116 > * {
    width: calc(16.6666666667% - 7.25rem / 6 * 5);
  }
  .flex-sp-col6.gap118 > * {
    width: calc(16.6666666667% - 7.375rem / 6 * 5);
  }
  .flex-sp-col6.gap120 > * {
    width: calc(16.6666666667% - 7.5rem / 6 * 5);
  }
  .flex-sp-col6.gap122 > * {
    width: calc(16.6666666667% - 7.625rem / 6 * 5);
  }
  .flex-sp-col6.gap124 > * {
    width: calc(16.6666666667% - 7.75rem / 6 * 5);
  }
  .flex-sp-col6.gap126 > * {
    width: calc(16.6666666667% - 7.875rem / 6 * 5);
  }
  .flex-sp-col6.gap128 > * {
    width: calc(16.6666666667% - 8rem / 6 * 5);
  }
  .flex-sp-col6.gap130 > * {
    width: calc(16.6666666667% - 8.125rem / 6 * 5);
  }
  .flex-sp-col6.gap132 > * {
    width: calc(16.6666666667% - 8.25rem / 6 * 5);
  }
  .flex-sp-col6.gap134 > * {
    width: calc(16.6666666667% - 8.375rem / 6 * 5);
  }
  .flex-sp-col6.gap136 > * {
    width: calc(16.6666666667% - 8.5rem / 6 * 5);
  }
  .flex-sp-col6.gap138 > * {
    width: calc(16.6666666667% - 8.625rem / 6 * 5);
  }
  .flex-sp-col6.gap140 > * {
    width: calc(16.6666666667% - 8.75rem / 6 * 5);
  }
  .flex-sp-col6.gap142 > * {
    width: calc(16.6666666667% - 8.875rem / 6 * 5);
  }
  .flex-sp-col6.gap144 > * {
    width: calc(16.6666666667% - 9rem / 6 * 5);
  }
  .flex-sp-col6.gap146 > * {
    width: calc(16.6666666667% - 9.125rem / 6 * 5);
  }
  .flex-sp-col6.gap148 > * {
    width: calc(16.6666666667% - 9.25rem / 6 * 5);
  }
  .flex-sp-col6.gap150 > * {
    width: calc(16.6666666667% - 9.375rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp8 > * {
    width: calc(16.6666666667% - 0.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp10 > * {
    width: calc(16.6666666667% - 0.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp12 > * {
    width: calc(16.6666666667% - 0.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp14 > * {
    width: calc(16.6666666667% - 1rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp16 > * {
    width: calc(16.6666666667% - 1.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp18 > * {
    width: calc(16.6666666667% - 1.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp20 > * {
    width: calc(16.6666666667% - 1.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp22 > * {
    width: calc(16.6666666667% - 1.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp24 > * {
    width: calc(16.6666666667% - 1.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp26 > * {
    width: calc(16.6666666667% - 1.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp28 > * {
    width: calc(16.6666666667% - 2rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp30 > * {
    width: calc(16.6666666667% - 2.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp32 > * {
    width: calc(16.6666666667% - 2.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp34 > * {
    width: calc(16.6666666667% - 2.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp36 > * {
    width: calc(16.6666666667% - 2.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp38 > * {
    width: calc(16.6666666667% - 2.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp40 > * {
    width: calc(16.6666666667% - 2.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp42 > * {
    width: calc(16.6666666667% - 3rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp44 > * {
    width: calc(16.6666666667% - 3.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp46 > * {
    width: calc(16.6666666667% - 3.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp48 > * {
    width: calc(16.6666666667% - 3.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp50 > * {
    width: calc(16.6666666667% - 3.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp52 > * {
    width: calc(16.6666666667% - 3.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp54 > * {
    width: calc(16.6666666667% - 3.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp56 > * {
    width: calc(16.6666666667% - 4rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp58 > * {
    width: calc(16.6666666667% - 4.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp60 > * {
    width: calc(16.6666666667% - 4.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp62 > * {
    width: calc(16.6666666667% - 4.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp64 > * {
    width: calc(16.6666666667% - 4.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp66 > * {
    width: calc(16.6666666667% - 4.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp68 > * {
    width: calc(16.6666666667% - 4.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp70 > * {
    width: calc(16.6666666667% - 5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp72 > * {
    width: calc(16.6666666667% - 5.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp74 > * {
    width: calc(16.6666666667% - 5.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp76 > * {
    width: calc(16.6666666667% - 5.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp78 > * {
    width: calc(16.6666666667% - 5.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp80 > * {
    width: calc(16.6666666667% - 5.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp82 > * {
    width: calc(16.6666666667% - 5.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp84 > * {
    width: calc(16.6666666667% - 6rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp86 > * {
    width: calc(16.6666666667% - 6.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp88 > * {
    width: calc(16.6666666667% - 6.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp90 > * {
    width: calc(16.6666666667% - 6.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp92 > * {
    width: calc(16.6666666667% - 6.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp94 > * {
    width: calc(16.6666666667% - 6.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp96 > * {
    width: calc(16.6666666667% - 6.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp98 > * {
    width: calc(16.6666666667% - 7rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp100 > * {
    width: calc(16.6666666667% - 7.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp102 > * {
    width: calc(16.6666666667% - 7.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp104 > * {
    width: calc(16.6666666667% - 7.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp106 > * {
    width: calc(16.6666666667% - 7.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp108 > * {
    width: calc(16.6666666667% - 7.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp110 > * {
    width: calc(16.6666666667% - 7.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp112 > * {
    width: calc(16.6666666667% - 8rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp114 > * {
    width: calc(16.6666666667% - 8.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp116 > * {
    width: calc(16.6666666667% - 8.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp118 > * {
    width: calc(16.6666666667% - 8.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp120 > * {
    width: calc(16.6666666667% - 8.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp122 > * {
    width: calc(16.6666666667% - 8.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp124 > * {
    width: calc(16.6666666667% - 8.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp126 > * {
    width: calc(16.6666666667% - 9rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp128 > * {
    width: calc(16.6666666667% - 9.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp130 > * {
    width: calc(16.6666666667% - 9.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp132 > * {
    width: calc(16.6666666667% - 9.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp134 > * {
    width: calc(16.6666666667% - 9.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp136 > * {
    width: calc(16.6666666667% - 9.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp138 > * {
    width: calc(16.6666666667% - 9.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp140 > * {
    width: calc(16.6666666667% - 10rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp142 > * {
    width: calc(16.6666666667% - 10.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp144 > * {
    width: calc(16.6666666667% - 10.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp146 > * {
    width: calc(16.6666666667% - 10.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp148 > * {
    width: calc(16.6666666667% - 10.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp150 > * {
    width: calc(16.6666666667% - 10.7142857143rem / 6 * 5);
  }
  .flex-sp-col7 {
    flex-wrap: wrap;
  }
  .flex-sp-col7 > * {
    width: 14.2857142857%;
  }
  .flex-sp-col7.gap8 > * {
    width: calc(14.2857142857% - 0.5rem / 7 * 6);
  }
  .flex-sp-col7.gap10 > * {
    width: calc(14.2857142857% - 0.625rem / 7 * 6);
  }
  .flex-sp-col7.gap12 > * {
    width: calc(14.2857142857% - 0.75rem / 7 * 6);
  }
  .flex-sp-col7.gap14 > * {
    width: calc(14.2857142857% - 0.875rem / 7 * 6);
  }
  .flex-sp-col7.gap16 > * {
    width: calc(14.2857142857% - 1rem / 7 * 6);
  }
  .flex-sp-col7.gap18 > * {
    width: calc(14.2857142857% - 1.125rem / 7 * 6);
  }
  .flex-sp-col7.gap20 > * {
    width: calc(14.2857142857% - 1.25rem / 7 * 6);
  }
  .flex-sp-col7.gap22 > * {
    width: calc(14.2857142857% - 1.375rem / 7 * 6);
  }
  .flex-sp-col7.gap24 > * {
    width: calc(14.2857142857% - 1.5rem / 7 * 6);
  }
  .flex-sp-col7.gap26 > * {
    width: calc(14.2857142857% - 1.625rem / 7 * 6);
  }
  .flex-sp-col7.gap28 > * {
    width: calc(14.2857142857% - 1.75rem / 7 * 6);
  }
  .flex-sp-col7.gap30 > * {
    width: calc(14.2857142857% - 1.875rem / 7 * 6);
  }
  .flex-sp-col7.gap32 > * {
    width: calc(14.2857142857% - 2rem / 7 * 6);
  }
  .flex-sp-col7.gap34 > * {
    width: calc(14.2857142857% - 2.125rem / 7 * 6);
  }
  .flex-sp-col7.gap36 > * {
    width: calc(14.2857142857% - 2.25rem / 7 * 6);
  }
  .flex-sp-col7.gap38 > * {
    width: calc(14.2857142857% - 2.375rem / 7 * 6);
  }
  .flex-sp-col7.gap40 > * {
    width: calc(14.2857142857% - 2.5rem / 7 * 6);
  }
  .flex-sp-col7.gap42 > * {
    width: calc(14.2857142857% - 2.625rem / 7 * 6);
  }
  .flex-sp-col7.gap44 > * {
    width: calc(14.2857142857% - 2.75rem / 7 * 6);
  }
  .flex-sp-col7.gap46 > * {
    width: calc(14.2857142857% - 2.875rem / 7 * 6);
  }
  .flex-sp-col7.gap48 > * {
    width: calc(14.2857142857% - 3rem / 7 * 6);
  }
  .flex-sp-col7.gap50 > * {
    width: calc(14.2857142857% - 3.125rem / 7 * 6);
  }
  .flex-sp-col7.gap52 > * {
    width: calc(14.2857142857% - 3.25rem / 7 * 6);
  }
  .flex-sp-col7.gap54 > * {
    width: calc(14.2857142857% - 3.375rem / 7 * 6);
  }
  .flex-sp-col7.gap56 > * {
    width: calc(14.2857142857% - 3.5rem / 7 * 6);
  }
  .flex-sp-col7.gap58 > * {
    width: calc(14.2857142857% - 3.625rem / 7 * 6);
  }
  .flex-sp-col7.gap60 > * {
    width: calc(14.2857142857% - 3.75rem / 7 * 6);
  }
  .flex-sp-col7.gap62 > * {
    width: calc(14.2857142857% - 3.875rem / 7 * 6);
  }
  .flex-sp-col7.gap64 > * {
    width: calc(14.2857142857% - 4rem / 7 * 6);
  }
  .flex-sp-col7.gap66 > * {
    width: calc(14.2857142857% - 4.125rem / 7 * 6);
  }
  .flex-sp-col7.gap68 > * {
    width: calc(14.2857142857% - 4.25rem / 7 * 6);
  }
  .flex-sp-col7.gap70 > * {
    width: calc(14.2857142857% - 4.375rem / 7 * 6);
  }
  .flex-sp-col7.gap72 > * {
    width: calc(14.2857142857% - 4.5rem / 7 * 6);
  }
  .flex-sp-col7.gap74 > * {
    width: calc(14.2857142857% - 4.625rem / 7 * 6);
  }
  .flex-sp-col7.gap76 > * {
    width: calc(14.2857142857% - 4.75rem / 7 * 6);
  }
  .flex-sp-col7.gap78 > * {
    width: calc(14.2857142857% - 4.875rem / 7 * 6);
  }
  .flex-sp-col7.gap80 > * {
    width: calc(14.2857142857% - 5rem / 7 * 6);
  }
  .flex-sp-col7.gap82 > * {
    width: calc(14.2857142857% - 5.125rem / 7 * 6);
  }
  .flex-sp-col7.gap84 > * {
    width: calc(14.2857142857% - 5.25rem / 7 * 6);
  }
  .flex-sp-col7.gap86 > * {
    width: calc(14.2857142857% - 5.375rem / 7 * 6);
  }
  .flex-sp-col7.gap88 > * {
    width: calc(14.2857142857% - 5.5rem / 7 * 6);
  }
  .flex-sp-col7.gap90 > * {
    width: calc(14.2857142857% - 5.625rem / 7 * 6);
  }
  .flex-sp-col7.gap92 > * {
    width: calc(14.2857142857% - 5.75rem / 7 * 6);
  }
  .flex-sp-col7.gap94 > * {
    width: calc(14.2857142857% - 5.875rem / 7 * 6);
  }
  .flex-sp-col7.gap96 > * {
    width: calc(14.2857142857% - 6rem / 7 * 6);
  }
  .flex-sp-col7.gap98 > * {
    width: calc(14.2857142857% - 6.125rem / 7 * 6);
  }
  .flex-sp-col7.gap100 > * {
    width: calc(14.2857142857% - 6.25rem / 7 * 6);
  }
  .flex-sp-col7.gap102 > * {
    width: calc(14.2857142857% - 6.375rem / 7 * 6);
  }
  .flex-sp-col7.gap104 > * {
    width: calc(14.2857142857% - 6.5rem / 7 * 6);
  }
  .flex-sp-col7.gap106 > * {
    width: calc(14.2857142857% - 6.625rem / 7 * 6);
  }
  .flex-sp-col7.gap108 > * {
    width: calc(14.2857142857% - 6.75rem / 7 * 6);
  }
  .flex-sp-col7.gap110 > * {
    width: calc(14.2857142857% - 6.875rem / 7 * 6);
  }
  .flex-sp-col7.gap112 > * {
    width: calc(14.2857142857% - 7rem / 7 * 6);
  }
  .flex-sp-col7.gap114 > * {
    width: calc(14.2857142857% - 7.125rem / 7 * 6);
  }
  .flex-sp-col7.gap116 > * {
    width: calc(14.2857142857% - 7.25rem / 7 * 6);
  }
  .flex-sp-col7.gap118 > * {
    width: calc(14.2857142857% - 7.375rem / 7 * 6);
  }
  .flex-sp-col7.gap120 > * {
    width: calc(14.2857142857% - 7.5rem / 7 * 6);
  }
  .flex-sp-col7.gap122 > * {
    width: calc(14.2857142857% - 7.625rem / 7 * 6);
  }
  .flex-sp-col7.gap124 > * {
    width: calc(14.2857142857% - 7.75rem / 7 * 6);
  }
  .flex-sp-col7.gap126 > * {
    width: calc(14.2857142857% - 7.875rem / 7 * 6);
  }
  .flex-sp-col7.gap128 > * {
    width: calc(14.2857142857% - 8rem / 7 * 6);
  }
  .flex-sp-col7.gap130 > * {
    width: calc(14.2857142857% - 8.125rem / 7 * 6);
  }
  .flex-sp-col7.gap132 > * {
    width: calc(14.2857142857% - 8.25rem / 7 * 6);
  }
  .flex-sp-col7.gap134 > * {
    width: calc(14.2857142857% - 8.375rem / 7 * 6);
  }
  .flex-sp-col7.gap136 > * {
    width: calc(14.2857142857% - 8.5rem / 7 * 6);
  }
  .flex-sp-col7.gap138 > * {
    width: calc(14.2857142857% - 8.625rem / 7 * 6);
  }
  .flex-sp-col7.gap140 > * {
    width: calc(14.2857142857% - 8.75rem / 7 * 6);
  }
  .flex-sp-col7.gap142 > * {
    width: calc(14.2857142857% - 8.875rem / 7 * 6);
  }
  .flex-sp-col7.gap144 > * {
    width: calc(14.2857142857% - 9rem / 7 * 6);
  }
  .flex-sp-col7.gap146 > * {
    width: calc(14.2857142857% - 9.125rem / 7 * 6);
  }
  .flex-sp-col7.gap148 > * {
    width: calc(14.2857142857% - 9.25rem / 7 * 6);
  }
  .flex-sp-col7.gap150 > * {
    width: calc(14.2857142857% - 9.375rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp8 > * {
    width: calc(14.2857142857% - 0.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp10 > * {
    width: calc(14.2857142857% - 0.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp12 > * {
    width: calc(14.2857142857% - 0.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp14 > * {
    width: calc(14.2857142857% - 1rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp16 > * {
    width: calc(14.2857142857% - 1.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp18 > * {
    width: calc(14.2857142857% - 1.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp20 > * {
    width: calc(14.2857142857% - 1.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp22 > * {
    width: calc(14.2857142857% - 1.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp24 > * {
    width: calc(14.2857142857% - 1.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp26 > * {
    width: calc(14.2857142857% - 1.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp28 > * {
    width: calc(14.2857142857% - 2rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp30 > * {
    width: calc(14.2857142857% - 2.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp32 > * {
    width: calc(14.2857142857% - 2.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp34 > * {
    width: calc(14.2857142857% - 2.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp36 > * {
    width: calc(14.2857142857% - 2.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp38 > * {
    width: calc(14.2857142857% - 2.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp40 > * {
    width: calc(14.2857142857% - 2.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp42 > * {
    width: calc(14.2857142857% - 3rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp44 > * {
    width: calc(14.2857142857% - 3.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp46 > * {
    width: calc(14.2857142857% - 3.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp48 > * {
    width: calc(14.2857142857% - 3.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp50 > * {
    width: calc(14.2857142857% - 3.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp52 > * {
    width: calc(14.2857142857% - 3.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp54 > * {
    width: calc(14.2857142857% - 3.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp56 > * {
    width: calc(14.2857142857% - 4rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp58 > * {
    width: calc(14.2857142857% - 4.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp60 > * {
    width: calc(14.2857142857% - 4.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp62 > * {
    width: calc(14.2857142857% - 4.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp64 > * {
    width: calc(14.2857142857% - 4.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp66 > * {
    width: calc(14.2857142857% - 4.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp68 > * {
    width: calc(14.2857142857% - 4.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp70 > * {
    width: calc(14.2857142857% - 5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp72 > * {
    width: calc(14.2857142857% - 5.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp74 > * {
    width: calc(14.2857142857% - 5.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp76 > * {
    width: calc(14.2857142857% - 5.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp78 > * {
    width: calc(14.2857142857% - 5.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp80 > * {
    width: calc(14.2857142857% - 5.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp82 > * {
    width: calc(14.2857142857% - 5.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp84 > * {
    width: calc(14.2857142857% - 6rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp86 > * {
    width: calc(14.2857142857% - 6.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp88 > * {
    width: calc(14.2857142857% - 6.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp90 > * {
    width: calc(14.2857142857% - 6.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp92 > * {
    width: calc(14.2857142857% - 6.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp94 > * {
    width: calc(14.2857142857% - 6.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp96 > * {
    width: calc(14.2857142857% - 6.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp98 > * {
    width: calc(14.2857142857% - 7rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp100 > * {
    width: calc(14.2857142857% - 7.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp102 > * {
    width: calc(14.2857142857% - 7.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp104 > * {
    width: calc(14.2857142857% - 7.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp106 > * {
    width: calc(14.2857142857% - 7.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp108 > * {
    width: calc(14.2857142857% - 7.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp110 > * {
    width: calc(14.2857142857% - 7.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp112 > * {
    width: calc(14.2857142857% - 8rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp114 > * {
    width: calc(14.2857142857% - 8.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp116 > * {
    width: calc(14.2857142857% - 8.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp118 > * {
    width: calc(14.2857142857% - 8.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp120 > * {
    width: calc(14.2857142857% - 8.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp122 > * {
    width: calc(14.2857142857% - 8.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp124 > * {
    width: calc(14.2857142857% - 8.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp126 > * {
    width: calc(14.2857142857% - 9rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp128 > * {
    width: calc(14.2857142857% - 9.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp130 > * {
    width: calc(14.2857142857% - 9.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp132 > * {
    width: calc(14.2857142857% - 9.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp134 > * {
    width: calc(14.2857142857% - 9.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp136 > * {
    width: calc(14.2857142857% - 9.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp138 > * {
    width: calc(14.2857142857% - 9.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp140 > * {
    width: calc(14.2857142857% - 10rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp142 > * {
    width: calc(14.2857142857% - 10.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp144 > * {
    width: calc(14.2857142857% - 10.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp146 > * {
    width: calc(14.2857142857% - 10.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp148 > * {
    width: calc(14.2857142857% - 10.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp150 > * {
    width: calc(14.2857142857% - 10.7142857143rem / 7 * 6);
  }
  .flex-sp-col8 {
    flex-wrap: wrap;
  }
  .flex-sp-col8 > * {
    width: 12.5%;
  }
  .flex-sp-col8.gap8 > * {
    width: calc(12.5% - 0.5rem / 8 * 7);
  }
  .flex-sp-col8.gap10 > * {
    width: calc(12.5% - 0.625rem / 8 * 7);
  }
  .flex-sp-col8.gap12 > * {
    width: calc(12.5% - 0.75rem / 8 * 7);
  }
  .flex-sp-col8.gap14 > * {
    width: calc(12.5% - 0.875rem / 8 * 7);
  }
  .flex-sp-col8.gap16 > * {
    width: calc(12.5% - 1rem / 8 * 7);
  }
  .flex-sp-col8.gap18 > * {
    width: calc(12.5% - 1.125rem / 8 * 7);
  }
  .flex-sp-col8.gap20 > * {
    width: calc(12.5% - 1.25rem / 8 * 7);
  }
  .flex-sp-col8.gap22 > * {
    width: calc(12.5% - 1.375rem / 8 * 7);
  }
  .flex-sp-col8.gap24 > * {
    width: calc(12.5% - 1.5rem / 8 * 7);
  }
  .flex-sp-col8.gap26 > * {
    width: calc(12.5% - 1.625rem / 8 * 7);
  }
  .flex-sp-col8.gap28 > * {
    width: calc(12.5% - 1.75rem / 8 * 7);
  }
  .flex-sp-col8.gap30 > * {
    width: calc(12.5% - 1.875rem / 8 * 7);
  }
  .flex-sp-col8.gap32 > * {
    width: calc(12.5% - 2rem / 8 * 7);
  }
  .flex-sp-col8.gap34 > * {
    width: calc(12.5% - 2.125rem / 8 * 7);
  }
  .flex-sp-col8.gap36 > * {
    width: calc(12.5% - 2.25rem / 8 * 7);
  }
  .flex-sp-col8.gap38 > * {
    width: calc(12.5% - 2.375rem / 8 * 7);
  }
  .flex-sp-col8.gap40 > * {
    width: calc(12.5% - 2.5rem / 8 * 7);
  }
  .flex-sp-col8.gap42 > * {
    width: calc(12.5% - 2.625rem / 8 * 7);
  }
  .flex-sp-col8.gap44 > * {
    width: calc(12.5% - 2.75rem / 8 * 7);
  }
  .flex-sp-col8.gap46 > * {
    width: calc(12.5% - 2.875rem / 8 * 7);
  }
  .flex-sp-col8.gap48 > * {
    width: calc(12.5% - 3rem / 8 * 7);
  }
  .flex-sp-col8.gap50 > * {
    width: calc(12.5% - 3.125rem / 8 * 7);
  }
  .flex-sp-col8.gap52 > * {
    width: calc(12.5% - 3.25rem / 8 * 7);
  }
  .flex-sp-col8.gap54 > * {
    width: calc(12.5% - 3.375rem / 8 * 7);
  }
  .flex-sp-col8.gap56 > * {
    width: calc(12.5% - 3.5rem / 8 * 7);
  }
  .flex-sp-col8.gap58 > * {
    width: calc(12.5% - 3.625rem / 8 * 7);
  }
  .flex-sp-col8.gap60 > * {
    width: calc(12.5% - 3.75rem / 8 * 7);
  }
  .flex-sp-col8.gap62 > * {
    width: calc(12.5% - 3.875rem / 8 * 7);
  }
  .flex-sp-col8.gap64 > * {
    width: calc(12.5% - 4rem / 8 * 7);
  }
  .flex-sp-col8.gap66 > * {
    width: calc(12.5% - 4.125rem / 8 * 7);
  }
  .flex-sp-col8.gap68 > * {
    width: calc(12.5% - 4.25rem / 8 * 7);
  }
  .flex-sp-col8.gap70 > * {
    width: calc(12.5% - 4.375rem / 8 * 7);
  }
  .flex-sp-col8.gap72 > * {
    width: calc(12.5% - 4.5rem / 8 * 7);
  }
  .flex-sp-col8.gap74 > * {
    width: calc(12.5% - 4.625rem / 8 * 7);
  }
  .flex-sp-col8.gap76 > * {
    width: calc(12.5% - 4.75rem / 8 * 7);
  }
  .flex-sp-col8.gap78 > * {
    width: calc(12.5% - 4.875rem / 8 * 7);
  }
  .flex-sp-col8.gap80 > * {
    width: calc(12.5% - 5rem / 8 * 7);
  }
  .flex-sp-col8.gap82 > * {
    width: calc(12.5% - 5.125rem / 8 * 7);
  }
  .flex-sp-col8.gap84 > * {
    width: calc(12.5% - 5.25rem / 8 * 7);
  }
  .flex-sp-col8.gap86 > * {
    width: calc(12.5% - 5.375rem / 8 * 7);
  }
  .flex-sp-col8.gap88 > * {
    width: calc(12.5% - 5.5rem / 8 * 7);
  }
  .flex-sp-col8.gap90 > * {
    width: calc(12.5% - 5.625rem / 8 * 7);
  }
  .flex-sp-col8.gap92 > * {
    width: calc(12.5% - 5.75rem / 8 * 7);
  }
  .flex-sp-col8.gap94 > * {
    width: calc(12.5% - 5.875rem / 8 * 7);
  }
  .flex-sp-col8.gap96 > * {
    width: calc(12.5% - 6rem / 8 * 7);
  }
  .flex-sp-col8.gap98 > * {
    width: calc(12.5% - 6.125rem / 8 * 7);
  }
  .flex-sp-col8.gap100 > * {
    width: calc(12.5% - 6.25rem / 8 * 7);
  }
  .flex-sp-col8.gap102 > * {
    width: calc(12.5% - 6.375rem / 8 * 7);
  }
  .flex-sp-col8.gap104 > * {
    width: calc(12.5% - 6.5rem / 8 * 7);
  }
  .flex-sp-col8.gap106 > * {
    width: calc(12.5% - 6.625rem / 8 * 7);
  }
  .flex-sp-col8.gap108 > * {
    width: calc(12.5% - 6.75rem / 8 * 7);
  }
  .flex-sp-col8.gap110 > * {
    width: calc(12.5% - 6.875rem / 8 * 7);
  }
  .flex-sp-col8.gap112 > * {
    width: calc(12.5% - 7rem / 8 * 7);
  }
  .flex-sp-col8.gap114 > * {
    width: calc(12.5% - 7.125rem / 8 * 7);
  }
  .flex-sp-col8.gap116 > * {
    width: calc(12.5% - 7.25rem / 8 * 7);
  }
  .flex-sp-col8.gap118 > * {
    width: calc(12.5% - 7.375rem / 8 * 7);
  }
  .flex-sp-col8.gap120 > * {
    width: calc(12.5% - 7.5rem / 8 * 7);
  }
  .flex-sp-col8.gap122 > * {
    width: calc(12.5% - 7.625rem / 8 * 7);
  }
  .flex-sp-col8.gap124 > * {
    width: calc(12.5% - 7.75rem / 8 * 7);
  }
  .flex-sp-col8.gap126 > * {
    width: calc(12.5% - 7.875rem / 8 * 7);
  }
  .flex-sp-col8.gap128 > * {
    width: calc(12.5% - 8rem / 8 * 7);
  }
  .flex-sp-col8.gap130 > * {
    width: calc(12.5% - 8.125rem / 8 * 7);
  }
  .flex-sp-col8.gap132 > * {
    width: calc(12.5% - 8.25rem / 8 * 7);
  }
  .flex-sp-col8.gap134 > * {
    width: calc(12.5% - 8.375rem / 8 * 7);
  }
  .flex-sp-col8.gap136 > * {
    width: calc(12.5% - 8.5rem / 8 * 7);
  }
  .flex-sp-col8.gap138 > * {
    width: calc(12.5% - 8.625rem / 8 * 7);
  }
  .flex-sp-col8.gap140 > * {
    width: calc(12.5% - 8.75rem / 8 * 7);
  }
  .flex-sp-col8.gap142 > * {
    width: calc(12.5% - 8.875rem / 8 * 7);
  }
  .flex-sp-col8.gap144 > * {
    width: calc(12.5% - 9rem / 8 * 7);
  }
  .flex-sp-col8.gap146 > * {
    width: calc(12.5% - 9.125rem / 8 * 7);
  }
  .flex-sp-col8.gap148 > * {
    width: calc(12.5% - 9.25rem / 8 * 7);
  }
  .flex-sp-col8.gap150 > * {
    width: calc(12.5% - 9.375rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp8 > * {
    width: calc(12.5% - 0.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp10 > * {
    width: calc(12.5% - 0.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp12 > * {
    width: calc(12.5% - 0.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp14 > * {
    width: calc(12.5% - 1rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp16 > * {
    width: calc(12.5% - 1.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp18 > * {
    width: calc(12.5% - 1.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp20 > * {
    width: calc(12.5% - 1.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp22 > * {
    width: calc(12.5% - 1.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp24 > * {
    width: calc(12.5% - 1.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp26 > * {
    width: calc(12.5% - 1.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp28 > * {
    width: calc(12.5% - 2rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp30 > * {
    width: calc(12.5% - 2.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp32 > * {
    width: calc(12.5% - 2.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp34 > * {
    width: calc(12.5% - 2.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp36 > * {
    width: calc(12.5% - 2.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp38 > * {
    width: calc(12.5% - 2.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp40 > * {
    width: calc(12.5% - 2.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp42 > * {
    width: calc(12.5% - 3rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp44 > * {
    width: calc(12.5% - 3.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp46 > * {
    width: calc(12.5% - 3.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp48 > * {
    width: calc(12.5% - 3.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp50 > * {
    width: calc(12.5% - 3.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp52 > * {
    width: calc(12.5% - 3.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp54 > * {
    width: calc(12.5% - 3.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp56 > * {
    width: calc(12.5% - 4rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp58 > * {
    width: calc(12.5% - 4.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp60 > * {
    width: calc(12.5% - 4.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp62 > * {
    width: calc(12.5% - 4.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp64 > * {
    width: calc(12.5% - 4.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp66 > * {
    width: calc(12.5% - 4.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp68 > * {
    width: calc(12.5% - 4.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp70 > * {
    width: calc(12.5% - 5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp72 > * {
    width: calc(12.5% - 5.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp74 > * {
    width: calc(12.5% - 5.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp76 > * {
    width: calc(12.5% - 5.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp78 > * {
    width: calc(12.5% - 5.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp80 > * {
    width: calc(12.5% - 5.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp82 > * {
    width: calc(12.5% - 5.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp84 > * {
    width: calc(12.5% - 6rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp86 > * {
    width: calc(12.5% - 6.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp88 > * {
    width: calc(12.5% - 6.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp90 > * {
    width: calc(12.5% - 6.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp92 > * {
    width: calc(12.5% - 6.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp94 > * {
    width: calc(12.5% - 6.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp96 > * {
    width: calc(12.5% - 6.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp98 > * {
    width: calc(12.5% - 7rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp100 > * {
    width: calc(12.5% - 7.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp102 > * {
    width: calc(12.5% - 7.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp104 > * {
    width: calc(12.5% - 7.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp106 > * {
    width: calc(12.5% - 7.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp108 > * {
    width: calc(12.5% - 7.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp110 > * {
    width: calc(12.5% - 7.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp112 > * {
    width: calc(12.5% - 8rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp114 > * {
    width: calc(12.5% - 8.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp116 > * {
    width: calc(12.5% - 8.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp118 > * {
    width: calc(12.5% - 8.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp120 > * {
    width: calc(12.5% - 8.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp122 > * {
    width: calc(12.5% - 8.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp124 > * {
    width: calc(12.5% - 8.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp126 > * {
    width: calc(12.5% - 9rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp128 > * {
    width: calc(12.5% - 9.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp130 > * {
    width: calc(12.5% - 9.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp132 > * {
    width: calc(12.5% - 9.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp134 > * {
    width: calc(12.5% - 9.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp136 > * {
    width: calc(12.5% - 9.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp138 > * {
    width: calc(12.5% - 9.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp140 > * {
    width: calc(12.5% - 10rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp142 > * {
    width: calc(12.5% - 10.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp144 > * {
    width: calc(12.5% - 10.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp146 > * {
    width: calc(12.5% - 10.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp148 > * {
    width: calc(12.5% - 10.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp150 > * {
    width: calc(12.5% - 10.7142857143rem / 8 * 7);
  }
  .flex-sp-block[class*=gap] {
    gap: 1.7142857143rem;
  }
  .flex-sp-block > * {
    width: 100% !important;
  }
}
[class*=grid-] {
  display: grid;
}

.grid-col1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-rgt100 {
  grid-template-columns: minmax(0, 1fr) 6.25rem;
}

.grid-rgt102 {
  grid-template-columns: minmax(0, 1fr) 6.375rem;
}

.grid-rgt104 {
  grid-template-columns: minmax(0, 1fr) 6.5rem;
}

.grid-rgt106 {
  grid-template-columns: minmax(0, 1fr) 6.625rem;
}

.grid-rgt108 {
  grid-template-columns: minmax(0, 1fr) 6.75rem;
}

.grid-rgt110 {
  grid-template-columns: minmax(0, 1fr) 6.875rem;
}

.grid-rgt112 {
  grid-template-columns: minmax(0, 1fr) 7rem;
}

.grid-rgt114 {
  grid-template-columns: minmax(0, 1fr) 7.125rem;
}

.grid-rgt116 {
  grid-template-columns: minmax(0, 1fr) 7.25rem;
}

.grid-rgt118 {
  grid-template-columns: minmax(0, 1fr) 7.375rem;
}

.grid-rgt120 {
  grid-template-columns: minmax(0, 1fr) 7.5rem;
}

.grid-rgt122 {
  grid-template-columns: minmax(0, 1fr) 7.625rem;
}

.grid-rgt124 {
  grid-template-columns: minmax(0, 1fr) 7.75rem;
}

.grid-rgt126 {
  grid-template-columns: minmax(0, 1fr) 7.875rem;
}

.grid-rgt128 {
  grid-template-columns: minmax(0, 1fr) 8rem;
}

.grid-rgt130 {
  grid-template-columns: minmax(0, 1fr) 8.125rem;
}

.grid-rgt132 {
  grid-template-columns: minmax(0, 1fr) 8.25rem;
}

.grid-rgt134 {
  grid-template-columns: minmax(0, 1fr) 8.375rem;
}

.grid-rgt136 {
  grid-template-columns: minmax(0, 1fr) 8.5rem;
}

.grid-rgt138 {
  grid-template-columns: minmax(0, 1fr) 8.625rem;
}

.grid-rgt140 {
  grid-template-columns: minmax(0, 1fr) 8.75rem;
}

.grid-rgt142 {
  grid-template-columns: minmax(0, 1fr) 8.875rem;
}

.grid-rgt144 {
  grid-template-columns: minmax(0, 1fr) 9rem;
}

.grid-rgt146 {
  grid-template-columns: minmax(0, 1fr) 9.125rem;
}

.grid-rgt148 {
  grid-template-columns: minmax(0, 1fr) 9.25rem;
}

.grid-rgt150 {
  grid-template-columns: minmax(0, 1fr) 9.375rem;
}

.grid-rgt152 {
  grid-template-columns: minmax(0, 1fr) 9.5rem;
}

.grid-rgt154 {
  grid-template-columns: minmax(0, 1fr) 9.625rem;
}

.grid-rgt156 {
  grid-template-columns: minmax(0, 1fr) 9.75rem;
}

.grid-rgt158 {
  grid-template-columns: minmax(0, 1fr) 9.875rem;
}

.grid-rgt160 {
  grid-template-columns: minmax(0, 1fr) 10rem;
}

.grid-rgt162 {
  grid-template-columns: minmax(0, 1fr) 10.125rem;
}

.grid-rgt164 {
  grid-template-columns: minmax(0, 1fr) 10.25rem;
}

.grid-rgt166 {
  grid-template-columns: minmax(0, 1fr) 10.375rem;
}

.grid-rgt168 {
  grid-template-columns: minmax(0, 1fr) 10.5rem;
}

.grid-rgt170 {
  grid-template-columns: minmax(0, 1fr) 10.625rem;
}

.grid-rgt172 {
  grid-template-columns: minmax(0, 1fr) 10.75rem;
}

.grid-rgt174 {
  grid-template-columns: minmax(0, 1fr) 10.875rem;
}

.grid-rgt176 {
  grid-template-columns: minmax(0, 1fr) 11rem;
}

.grid-rgt178 {
  grid-template-columns: minmax(0, 1fr) 11.125rem;
}

.grid-rgt180 {
  grid-template-columns: minmax(0, 1fr) 11.25rem;
}

.grid-rgt182 {
  grid-template-columns: minmax(0, 1fr) 11.375rem;
}

.grid-rgt184 {
  grid-template-columns: minmax(0, 1fr) 11.5rem;
}

.grid-rgt186 {
  grid-template-columns: minmax(0, 1fr) 11.625rem;
}

.grid-rgt188 {
  grid-template-columns: minmax(0, 1fr) 11.75rem;
}

.grid-rgt190 {
  grid-template-columns: minmax(0, 1fr) 11.875rem;
}

.grid-rgt192 {
  grid-template-columns: minmax(0, 1fr) 12rem;
}

.grid-rgt194 {
  grid-template-columns: minmax(0, 1fr) 12.125rem;
}

.grid-rgt196 {
  grid-template-columns: minmax(0, 1fr) 12.25rem;
}

.grid-rgt198 {
  grid-template-columns: minmax(0, 1fr) 12.375rem;
}

.grid-rgt200 {
  grid-template-columns: minmax(0, 1fr) 12.5rem;
}

.grid-lft100 {
  grid-template-columns: 6.25rem minmax(0, 1fr);
}

.grid-lft102 {
  grid-template-columns: 6.375rem minmax(0, 1fr);
}

.grid-lft104 {
  grid-template-columns: 6.5rem minmax(0, 1fr);
}

.grid-lft106 {
  grid-template-columns: 6.625rem minmax(0, 1fr);
}

.grid-lft108 {
  grid-template-columns: 6.75rem minmax(0, 1fr);
}

.grid-lft110 {
  grid-template-columns: 6.875rem minmax(0, 1fr);
}

.grid-lft112 {
  grid-template-columns: 7rem minmax(0, 1fr);
}

.grid-lft114 {
  grid-template-columns: 7.125rem minmax(0, 1fr);
}

.grid-lft116 {
  grid-template-columns: 7.25rem minmax(0, 1fr);
}

.grid-lft118 {
  grid-template-columns: 7.375rem minmax(0, 1fr);
}

.grid-lft120 {
  grid-template-columns: 7.5rem minmax(0, 1fr);
}

.grid-lft122 {
  grid-template-columns: 7.625rem minmax(0, 1fr);
}

.grid-lft124 {
  grid-template-columns: 7.75rem minmax(0, 1fr);
}

.grid-lft126 {
  grid-template-columns: 7.875rem minmax(0, 1fr);
}

.grid-lft128 {
  grid-template-columns: 8rem minmax(0, 1fr);
}

.grid-lft130 {
  grid-template-columns: 8.125rem minmax(0, 1fr);
}

.grid-lft132 {
  grid-template-columns: 8.25rem minmax(0, 1fr);
}

.grid-lft134 {
  grid-template-columns: 8.375rem minmax(0, 1fr);
}

.grid-lft136 {
  grid-template-columns: 8.5rem minmax(0, 1fr);
}

.grid-lft138 {
  grid-template-columns: 8.625rem minmax(0, 1fr);
}

.grid-lft140 {
  grid-template-columns: 8.75rem minmax(0, 1fr);
}

.grid-lft142 {
  grid-template-columns: 8.875rem minmax(0, 1fr);
}

.grid-lft144 {
  grid-template-columns: 9rem minmax(0, 1fr);
}

.grid-lft146 {
  grid-template-columns: 9.125rem minmax(0, 1fr);
}

.grid-lft148 {
  grid-template-columns: 9.25rem minmax(0, 1fr);
}

.grid-lft150 {
  grid-template-columns: 9.375rem minmax(0, 1fr);
}

.grid-lft152 {
  grid-template-columns: 9.5rem minmax(0, 1fr);
}

.grid-lft154 {
  grid-template-columns: 9.625rem minmax(0, 1fr);
}

.grid-lft156 {
  grid-template-columns: 9.75rem minmax(0, 1fr);
}

.grid-lft158 {
  grid-template-columns: 9.875rem minmax(0, 1fr);
}

.grid-lft160 {
  grid-template-columns: 10rem minmax(0, 1fr);
}

.grid-lft162 {
  grid-template-columns: 10.125rem minmax(0, 1fr);
}

.grid-lft164 {
  grid-template-columns: 10.25rem minmax(0, 1fr);
}

.grid-lft166 {
  grid-template-columns: 10.375rem minmax(0, 1fr);
}

.grid-lft168 {
  grid-template-columns: 10.5rem minmax(0, 1fr);
}

.grid-lft170 {
  grid-template-columns: 10.625rem minmax(0, 1fr);
}

.grid-lft172 {
  grid-template-columns: 10.75rem minmax(0, 1fr);
}

.grid-lft174 {
  grid-template-columns: 10.875rem minmax(0, 1fr);
}

.grid-lft176 {
  grid-template-columns: 11rem minmax(0, 1fr);
}

.grid-lft178 {
  grid-template-columns: 11.125rem minmax(0, 1fr);
}

.grid-lft180 {
  grid-template-columns: 11.25rem minmax(0, 1fr);
}

.grid-lft182 {
  grid-template-columns: 11.375rem minmax(0, 1fr);
}

.grid-lft184 {
  grid-template-columns: 11.5rem minmax(0, 1fr);
}

.grid-lft186 {
  grid-template-columns: 11.625rem minmax(0, 1fr);
}

.grid-lft188 {
  grid-template-columns: 11.75rem minmax(0, 1fr);
}

.grid-lft190 {
  grid-template-columns: 11.875rem minmax(0, 1fr);
}

.grid-lft192 {
  grid-template-columns: 12rem minmax(0, 1fr);
}

.grid-lft194 {
  grid-template-columns: 12.125rem minmax(0, 1fr);
}

.grid-lft196 {
  grid-template-columns: 12.25rem minmax(0, 1fr);
}

.grid-lft198 {
  grid-template-columns: 12.375rem minmax(0, 1fr);
}

.grid-lft200 {
  grid-template-columns: 12.5rem minmax(0, 1fr);
}

.gap4 {
  gap: 0.25rem;
}

.gap-blc4 {
  row-gap: 0.25rem;
}

.gap6 {
  gap: 0.375rem;
}

.gap-blc6 {
  row-gap: 0.375rem;
}

.gap8 {
  gap: 0.5rem;
}

.gap-blc8 {
  row-gap: 0.5rem;
}

.gap10 {
  gap: 0.625rem;
}

.gap-blc10 {
  row-gap: 0.625rem;
}

.gap12 {
  gap: 0.75rem;
}

.gap-blc12 {
  row-gap: 0.75rem;
}

.gap14 {
  gap: 0.875rem;
}

.gap-blc14 {
  row-gap: 0.875rem;
}

.gap16 {
  gap: 1rem;
}

.gap-blc16 {
  row-gap: 1rem;
}

.gap18 {
  gap: 1.125rem;
}

.gap-blc18 {
  row-gap: 1.125rem;
}

.gap20 {
  gap: 1.25rem;
}

.gap-blc20 {
  row-gap: 1.25rem;
}

.gap22 {
  gap: 1.375rem;
}

.gap-blc22 {
  row-gap: 1.375rem;
}

.gap24 {
  gap: 1.5rem;
}

.gap-blc24 {
  row-gap: 1.5rem;
}

.gap26 {
  gap: 1.625rem;
}

.gap-blc26 {
  row-gap: 1.625rem;
}

.gap28 {
  gap: 1.75rem;
}

.gap-blc28 {
  row-gap: 1.75rem;
}

.gap30 {
  gap: 1.875rem;
}

.gap-blc30 {
  row-gap: 1.875rem;
}

.gap32 {
  gap: 2rem;
}

.gap-blc32 {
  row-gap: 2rem;
}

.gap34 {
  gap: 2.125rem;
}

.gap-blc34 {
  row-gap: 2.125rem;
}

.gap36 {
  gap: 2.25rem;
}

.gap-blc36 {
  row-gap: 2.25rem;
}

.gap38 {
  gap: 2.375rem;
}

.gap-blc38 {
  row-gap: 2.375rem;
}

.gap40 {
  gap: 2.5rem;
}

.gap-blc40 {
  row-gap: 2.5rem;
}

.gap42 {
  gap: 2.625rem;
}

.gap-blc42 {
  row-gap: 2.625rem;
}

.gap44 {
  gap: 2.75rem;
}

.gap-blc44 {
  row-gap: 2.75rem;
}

.gap46 {
  gap: 2.875rem;
}

.gap-blc46 {
  row-gap: 2.875rem;
}

.gap48 {
  gap: 3rem;
}

.gap-blc48 {
  row-gap: 3rem;
}

.gap50 {
  gap: 3.125rem;
}

.gap-blc50 {
  row-gap: 3.125rem;
}

.gap52 {
  gap: 3.25rem;
}

.gap-blc52 {
  row-gap: 3.25rem;
}

.gap54 {
  gap: 3.375rem;
}

.gap-blc54 {
  row-gap: 3.375rem;
}

.gap56 {
  gap: 3.5rem;
}

.gap-blc56 {
  row-gap: 3.5rem;
}

.gap58 {
  gap: 3.625rem;
}

.gap-blc58 {
  row-gap: 3.625rem;
}

.gap60 {
  gap: 3.75rem;
}

.gap-blc60 {
  row-gap: 3.75rem;
}

.gap62 {
  gap: 3.875rem;
}

.gap-blc62 {
  row-gap: 3.875rem;
}

.gap64 {
  gap: 4rem;
}

.gap-blc64 {
  row-gap: 4rem;
}

.gap66 {
  gap: 4.125rem;
}

.gap-blc66 {
  row-gap: 4.125rem;
}

.gap68 {
  gap: 4.25rem;
}

.gap-blc68 {
  row-gap: 4.25rem;
}

.gap70 {
  gap: 4.375rem;
}

.gap-blc70 {
  row-gap: 4.375rem;
}

.gap72 {
  gap: 4.5rem;
}

.gap-blc72 {
  row-gap: 4.5rem;
}

.gap74 {
  gap: 4.625rem;
}

.gap-blc74 {
  row-gap: 4.625rem;
}

.gap76 {
  gap: 4.75rem;
}

.gap-blc76 {
  row-gap: 4.75rem;
}

.gap78 {
  gap: 4.875rem;
}

.gap-blc78 {
  row-gap: 4.875rem;
}

.gap80 {
  gap: 5rem;
}

.gap-blc80 {
  row-gap: 5rem;
}

.gap82 {
  gap: 5.125rem;
}

.gap-blc82 {
  row-gap: 5.125rem;
}

.gap84 {
  gap: 5.25rem;
}

.gap-blc84 {
  row-gap: 5.25rem;
}

.gap86 {
  gap: 5.375rem;
}

.gap-blc86 {
  row-gap: 5.375rem;
}

.gap88 {
  gap: 5.5rem;
}

.gap-blc88 {
  row-gap: 5.5rem;
}

.gap90 {
  gap: 5.625rem;
}

.gap-blc90 {
  row-gap: 5.625rem;
}

.gap92 {
  gap: 5.75rem;
}

.gap-blc92 {
  row-gap: 5.75rem;
}

.gap94 {
  gap: 5.875rem;
}

.gap-blc94 {
  row-gap: 5.875rem;
}

.gap96 {
  gap: 6rem;
}

.gap-blc96 {
  row-gap: 6rem;
}

.gap98 {
  gap: 6.125rem;
}

.gap-blc98 {
  row-gap: 6.125rem;
}

.gap100 {
  gap: 6.25rem;
}

.gap-blc100 {
  row-gap: 6.25rem;
}

.gap102 {
  gap: 6.375rem;
}

.gap-blc102 {
  row-gap: 6.375rem;
}

.gap104 {
  gap: 6.5rem;
}

.gap-blc104 {
  row-gap: 6.5rem;
}

.gap106 {
  gap: 6.625rem;
}

.gap-blc106 {
  row-gap: 6.625rem;
}

.gap108 {
  gap: 6.75rem;
}

.gap-blc108 {
  row-gap: 6.75rem;
}

.gap110 {
  gap: 6.875rem;
}

.gap-blc110 {
  row-gap: 6.875rem;
}

.gap112 {
  gap: 7rem;
}

.gap-blc112 {
  row-gap: 7rem;
}

.gap114 {
  gap: 7.125rem;
}

.gap-blc114 {
  row-gap: 7.125rem;
}

.gap116 {
  gap: 7.25rem;
}

.gap-blc116 {
  row-gap: 7.25rem;
}

.gap118 {
  gap: 7.375rem;
}

.gap-blc118 {
  row-gap: 7.375rem;
}

.gap120 {
  gap: 7.5rem;
}

.gap-blc120 {
  row-gap: 7.5rem;
}

@media screen and (max-width: 47.9375em) {
  .grid-sp-block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-sp-block[class*=gap] {
    gap: 1.7142857143rem;
  }
  .grid-sp-col1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-sp-col2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-sp-col3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-sp-col4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .gap-sp4 {
    gap: 0.2857142857rem !important;
  }
  .gap-sp6 {
    gap: 0.4285714286rem !important;
  }
  .gap-sp8 {
    gap: 0.5714285714rem !important;
  }
  .gap-sp10 {
    gap: 0.7142857143rem !important;
  }
  .gap-sp12 {
    gap: 0.8571428571rem !important;
  }
  .gap-sp14 {
    gap: 1rem !important;
  }
  .gap-sp16 {
    gap: 1.1428571429rem !important;
  }
  .gap-sp18 {
    gap: 1.2857142857rem !important;
  }
  .gap-sp20 {
    gap: 1.4285714286rem !important;
  }
  .gap-sp22 {
    gap: 1.5714285714rem !important;
  }
  .gap-sp24 {
    gap: 1.7142857143rem !important;
  }
  .gap-sp26 {
    gap: 1.8571428571rem !important;
  }
  .gap-sp28 {
    gap: 2rem !important;
  }
  .gap-sp30 {
    gap: 2.1428571429rem !important;
  }
  .gap-sp32 {
    gap: 2.2857142857rem !important;
  }
  .gap-sp34 {
    gap: 2.4285714286rem !important;
  }
  .gap-sp36 {
    gap: 2.5714285714rem !important;
  }
  .gap-sp38 {
    gap: 2.7142857143rem !important;
  }
  .gap-sp40 {
    gap: 2.8571428571rem !important;
  }
  .gap-sp42 {
    gap: 3rem !important;
  }
  .gap-sp44 {
    gap: 3.1428571429rem !important;
  }
  .gap-sp46 {
    gap: 3.2857142857rem !important;
  }
  .gap-sp48 {
    gap: 3.4285714286rem !important;
  }
  .gap-sp50 {
    gap: 3.5714285714rem !important;
  }
  .gap-sp52 {
    gap: 3.7142857143rem !important;
  }
  .gap-sp54 {
    gap: 3.8571428571rem !important;
  }
  .gap-sp56 {
    gap: 4rem !important;
  }
  .gap-sp58 {
    gap: 4.1428571429rem !important;
  }
  .gap-sp60 {
    gap: 4.2857142857rem !important;
  }
  .gap-sp62 {
    gap: 4.4285714286rem !important;
  }
  .gap-sp64 {
    gap: 4.5714285714rem !important;
  }
  .gap-sp66 {
    gap: 4.7142857143rem !important;
  }
  .gap-sp68 {
    gap: 4.8571428571rem !important;
  }
  .gap-sp70 {
    gap: 5rem !important;
  }
  .gap-sp72 {
    gap: 5.1428571429rem !important;
  }
  .gap-sp74 {
    gap: 5.2857142857rem !important;
  }
  .gap-sp76 {
    gap: 5.4285714286rem !important;
  }
  .gap-sp78 {
    gap: 5.5714285714rem !important;
  }
  .gap-sp80 {
    gap: 5.7142857143rem !important;
  }
  .gap-sp82 {
    gap: 5.8571428571rem !important;
  }
  .gap-sp84 {
    gap: 6rem !important;
  }
  .gap-sp86 {
    gap: 6.1428571429rem !important;
  }
  .gap-sp88 {
    gap: 6.2857142857rem !important;
  }
  .gap-sp90 {
    gap: 6.4285714286rem !important;
  }
  .gap-sp92 {
    gap: 6.5714285714rem !important;
  }
  .gap-sp94 {
    gap: 6.7142857143rem !important;
  }
  .gap-sp96 {
    gap: 6.8571428571rem !important;
  }
  .gap-sp98 {
    gap: 7rem !important;
  }
  .gap-sp100 {
    gap: 7.1428571429rem !important;
  }
  .gap-sp102 {
    gap: 7.2857142857rem !important;
  }
  .gap-sp104 {
    gap: 7.4285714286rem !important;
  }
  .gap-sp106 {
    gap: 7.5714285714rem !important;
  }
  .gap-sp108 {
    gap: 7.7142857143rem !important;
  }
  .gap-sp110 {
    gap: 7.8571428571rem !important;
  }
  .gap-sp112 {
    gap: 8rem !important;
  }
  .gap-sp114 {
    gap: 8.1428571429rem !important;
  }
  .gap-sp116 {
    gap: 8.2857142857rem !important;
  }
  .gap-sp118 {
    gap: 8.4285714286rem !important;
  }
  .gap-sp120 {
    gap: 8.5714285714rem !important;
  }
}
.mgn-btm0 {
  margin-bottom: 0rem;
}

.mgn-btm2 {
  margin-bottom: 0.125rem;
}

.mgn-btm4 {
  margin-bottom: 0.25rem;
}

.mgn-btm6 {
  margin-bottom: 0.375rem;
}

.mgn-btm8 {
  margin-bottom: 0.5rem;
}

.mgn-btm10 {
  margin-bottom: 0.625rem;
}

.mgn-btm12 {
  margin-bottom: 0.75rem;
}

.mgn-btm14 {
  margin-bottom: 0.875rem;
}

.mgn-btm16 {
  margin-bottom: 1rem;
}

.mgn-btm18 {
  margin-bottom: 1.125rem;
}

.mgn-btm20 {
  margin-bottom: 1.25rem;
}

.mgn-btm22 {
  margin-bottom: 1.375rem;
}

.mgn-btm24 {
  margin-bottom: 1.5rem;
}

.mgn-btm26 {
  margin-bottom: 1.625rem;
}

.mgn-btm28 {
  margin-bottom: 1.75rem;
}

.mgn-btm30 {
  margin-bottom: 1.875rem;
}

.mgn-btm32 {
  margin-bottom: 2rem;
}

.mgn-btm34 {
  margin-bottom: 2.125rem;
}

.mgn-btm36 {
  margin-bottom: 2.25rem;
}

.mgn-btm38 {
  margin-bottom: 2.375rem;
}

.mgn-btm40 {
  margin-bottom: 2.5rem;
}

.mgn-btm42 {
  margin-bottom: 2.625rem;
}

.mgn-btm44 {
  margin-bottom: 2.75rem;
}

.mgn-btm46 {
  margin-bottom: 2.875rem;
}

.mgn-btm48 {
  margin-bottom: 3rem;
}

.mgn-btm50 {
  margin-bottom: 3.125rem;
}

.mgn-btm52 {
  margin-bottom: 3.25rem;
}

.mgn-btm54 {
  margin-bottom: 3.375rem;
}

.mgn-btm56 {
  margin-bottom: 3.5rem;
}

.mgn-btm58 {
  margin-bottom: 3.625rem;
}

.mgn-btm60 {
  margin-bottom: 3.75rem;
}

.mgn-btm62 {
  margin-bottom: 3.875rem;
}

.mgn-btm64 {
  margin-bottom: 4rem;
}

.mgn-btm66 {
  margin-bottom: 4.125rem;
}

.mgn-btm68 {
  margin-bottom: 4.25rem;
}

.mgn-btm70 {
  margin-bottom: 4.375rem;
}

.mgn-btm72 {
  margin-bottom: 4.5rem;
}

.mgn-btm74 {
  margin-bottom: 4.625rem;
}

.mgn-btm76 {
  margin-bottom: 4.75rem;
}

.mgn-btm78 {
  margin-bottom: 4.875rem;
}

.mgn-btm80 {
  margin-bottom: 5rem;
}

.mgn-btm82 {
  margin-bottom: 5.125rem;
}

.mgn-btm84 {
  margin-bottom: 5.25rem;
}

.mgn-btm86 {
  margin-bottom: 5.375rem;
}

.mgn-btm88 {
  margin-bottom: 5.5rem;
}

.mgn-btm90 {
  margin-bottom: 5.625rem;
}

.mgn-btm92 {
  margin-bottom: 5.75rem;
}

.mgn-btm94 {
  margin-bottom: 5.875rem;
}

.mgn-btm96 {
  margin-bottom: 6rem;
}

.mgn-btm98 {
  margin-bottom: 6.125rem;
}

.mgn-btm100 {
  margin-bottom: 6.25rem;
}

.mgn-btm102 {
  margin-bottom: 6.375rem;
}

.mgn-btm104 {
  margin-bottom: 6.5rem;
}

.mgn-btm106 {
  margin-bottom: 6.625rem;
}

.mgn-btm108 {
  margin-bottom: 6.75rem;
}

.mgn-btm110 {
  margin-bottom: 6.875rem;
}

.mgn-btm112 {
  margin-bottom: 7rem;
}

.mgn-btm114 {
  margin-bottom: 7.125rem;
}

.mgn-btm116 {
  margin-bottom: 7.25rem;
}

.mgn-btm118 {
  margin-bottom: 7.375rem;
}

.mgn-btm120 {
  margin-bottom: 7.5rem;
}

.mgn-btm122 {
  margin-bottom: 7.625rem;
}

.mgn-btm124 {
  margin-bottom: 7.75rem;
}

.mgn-btm126 {
  margin-bottom: 7.875rem;
}

.mgn-btm128 {
  margin-bottom: 8rem;
}

.mgn-btm130 {
  margin-bottom: 8.125rem;
}

.mgn-btm132 {
  margin-bottom: 8.25rem;
}

.mgn-btm134 {
  margin-bottom: 8.375rem;
}

.mgn-btm136 {
  margin-bottom: 8.5rem;
}

.mgn-btm138 {
  margin-bottom: 8.625rem;
}

.mgn-btm140 {
  margin-bottom: 8.75rem;
}

.mgn-btm142 {
  margin-bottom: 8.875rem;
}

.mgn-btm144 {
  margin-bottom: 9rem;
}

.mgn-btm146 {
  margin-bottom: 9.125rem;
}

.mgn-btm148 {
  margin-bottom: 9.25rem;
}

.mgn-btm150 {
  margin-bottom: 9.375rem;
}

@media screen and (max-width: 47.9375em) {
  .mgn-btm0 {
    margin-bottom: 0rem;
  }
  .mgn-btm-sp0 {
    margin-bottom: 0rem !important;
  }
  .mgn-btm2 {
    margin-bottom: 0.0714285714rem;
  }
  .mgn-btm-sp2 {
    margin-bottom: 0.1428571429rem !important;
  }
  .mgn-btm4 {
    margin-bottom: 0.1428571429rem;
  }
  .mgn-btm-sp4 {
    margin-bottom: 0.2857142857rem !important;
  }
  .mgn-btm6 {
    margin-bottom: 0.2142857143rem;
  }
  .mgn-btm-sp6 {
    margin-bottom: 0.4285714286rem !important;
  }
  .mgn-btm8 {
    margin-bottom: 0.2857142857rem;
  }
  .mgn-btm-sp8 {
    margin-bottom: 0.5714285714rem !important;
  }
  .mgn-btm10 {
    margin-bottom: 0.3571428571rem;
  }
  .mgn-btm-sp10 {
    margin-bottom: 0.7142857143rem !important;
  }
  .mgn-btm12 {
    margin-bottom: 0.4285714286rem;
  }
  .mgn-btm-sp12 {
    margin-bottom: 0.8571428571rem !important;
  }
  .mgn-btm14 {
    margin-bottom: 0.5rem;
  }
  .mgn-btm-sp14 {
    margin-bottom: 1rem !important;
  }
  .mgn-btm16 {
    margin-bottom: 0.5714285714rem;
  }
  .mgn-btm-sp16 {
    margin-bottom: 1.1428571429rem !important;
  }
  .mgn-btm18 {
    margin-bottom: 0.6428571429rem;
  }
  .mgn-btm-sp18 {
    margin-bottom: 1.2857142857rem !important;
  }
  .mgn-btm20 {
    margin-bottom: 0.7142857143rem;
  }
  .mgn-btm-sp20 {
    margin-bottom: 1.4285714286rem !important;
  }
  .mgn-btm22 {
    margin-bottom: 0.7857142857rem;
  }
  .mgn-btm-sp22 {
    margin-bottom: 1.5714285714rem !important;
  }
  .mgn-btm24 {
    margin-bottom: 0.8571428571rem;
  }
  .mgn-btm-sp24 {
    margin-bottom: 1.7142857143rem !important;
  }
  .mgn-btm26 {
    margin-bottom: 0.9285714286rem;
  }
  .mgn-btm-sp26 {
    margin-bottom: 1.8571428571rem !important;
  }
  .mgn-btm28 {
    margin-bottom: 1rem;
  }
  .mgn-btm-sp28 {
    margin-bottom: 2rem !important;
  }
  .mgn-btm30 {
    margin-bottom: 1.0714285714rem;
  }
  .mgn-btm-sp30 {
    margin-bottom: 2.1428571429rem !important;
  }
  .mgn-btm32 {
    margin-bottom: 1.1428571429rem;
  }
  .mgn-btm-sp32 {
    margin-bottom: 2.2857142857rem !important;
  }
  .mgn-btm34 {
    margin-bottom: 1.2142857143rem;
  }
  .mgn-btm-sp34 {
    margin-bottom: 2.4285714286rem !important;
  }
  .mgn-btm36 {
    margin-bottom: 1.2857142857rem;
  }
  .mgn-btm-sp36 {
    margin-bottom: 2.5714285714rem !important;
  }
  .mgn-btm38 {
    margin-bottom: 1.3571428571rem;
  }
  .mgn-btm-sp38 {
    margin-bottom: 2.7142857143rem !important;
  }
  .mgn-btm40 {
    margin-bottom: 1.4285714286rem;
  }
  .mgn-btm-sp40 {
    margin-bottom: 2.8571428571rem !important;
  }
  .mgn-btm42 {
    margin-bottom: 1.5rem;
  }
  .mgn-btm-sp42 {
    margin-bottom: 3rem !important;
  }
  .mgn-btm44 {
    margin-bottom: 1.5714285714rem;
  }
  .mgn-btm-sp44 {
    margin-bottom: 3.1428571429rem !important;
  }
  .mgn-btm46 {
    margin-bottom: 1.6428571429rem;
  }
  .mgn-btm-sp46 {
    margin-bottom: 3.2857142857rem !important;
  }
  .mgn-btm48 {
    margin-bottom: 1.7142857143rem;
  }
  .mgn-btm-sp48 {
    margin-bottom: 3.4285714286rem !important;
  }
  .mgn-btm50 {
    margin-bottom: 1.7857142857rem;
  }
  .mgn-btm-sp50 {
    margin-bottom: 3.5714285714rem !important;
  }
  .mgn-btm52 {
    margin-bottom: 1.8571428571rem;
  }
  .mgn-btm-sp52 {
    margin-bottom: 3.7142857143rem !important;
  }
  .mgn-btm54 {
    margin-bottom: 1.9285714286rem;
  }
  .mgn-btm-sp54 {
    margin-bottom: 3.8571428571rem !important;
  }
  .mgn-btm56 {
    margin-bottom: 2rem;
  }
  .mgn-btm-sp56 {
    margin-bottom: 4rem !important;
  }
  .mgn-btm58 {
    margin-bottom: 2.0714285714rem;
  }
  .mgn-btm-sp58 {
    margin-bottom: 4.1428571429rem !important;
  }
  .mgn-btm60 {
    margin-bottom: 2.1428571429rem;
  }
  .mgn-btm-sp60 {
    margin-bottom: 4.2857142857rem !important;
  }
  .mgn-btm62 {
    margin-bottom: 2.2142857143rem;
  }
  .mgn-btm-sp62 {
    margin-bottom: 4.4285714286rem !important;
  }
  .mgn-btm64 {
    margin-bottom: 2.2857142857rem;
  }
  .mgn-btm-sp64 {
    margin-bottom: 4.5714285714rem !important;
  }
  .mgn-btm66 {
    margin-bottom: 2.3571428571rem;
  }
  .mgn-btm-sp66 {
    margin-bottom: 4.7142857143rem !important;
  }
  .mgn-btm68 {
    margin-bottom: 2.4285714286rem;
  }
  .mgn-btm-sp68 {
    margin-bottom: 4.8571428571rem !important;
  }
  .mgn-btm70 {
    margin-bottom: 2.5rem;
  }
  .mgn-btm-sp70 {
    margin-bottom: 5rem !important;
  }
  .mgn-btm72 {
    margin-bottom: 2.5714285714rem;
  }
  .mgn-btm-sp72 {
    margin-bottom: 5.1428571429rem !important;
  }
  .mgn-btm74 {
    margin-bottom: 2.6428571429rem;
  }
  .mgn-btm-sp74 {
    margin-bottom: 5.2857142857rem !important;
  }
  .mgn-btm76 {
    margin-bottom: 2.7142857143rem;
  }
  .mgn-btm-sp76 {
    margin-bottom: 5.4285714286rem !important;
  }
  .mgn-btm78 {
    margin-bottom: 2.7857142857rem;
  }
  .mgn-btm-sp78 {
    margin-bottom: 5.5714285714rem !important;
  }
  .mgn-btm80 {
    margin-bottom: 2.8571428571rem;
  }
  .mgn-btm-sp80 {
    margin-bottom: 5.7142857143rem !important;
  }
  .mgn-btm82 {
    margin-bottom: 2.9285714286rem;
  }
  .mgn-btm-sp82 {
    margin-bottom: 5.8571428571rem !important;
  }
  .mgn-btm84 {
    margin-bottom: 3rem;
  }
  .mgn-btm-sp84 {
    margin-bottom: 6rem !important;
  }
  .mgn-btm86 {
    margin-bottom: 3.0714285714rem;
  }
  .mgn-btm-sp86 {
    margin-bottom: 6.1428571429rem !important;
  }
  .mgn-btm88 {
    margin-bottom: 3.1428571429rem;
  }
  .mgn-btm-sp88 {
    margin-bottom: 6.2857142857rem !important;
  }
  .mgn-btm90 {
    margin-bottom: 3.2142857143rem;
  }
  .mgn-btm-sp90 {
    margin-bottom: 6.4285714286rem !important;
  }
  .mgn-btm92 {
    margin-bottom: 3.2857142857rem;
  }
  .mgn-btm-sp92 {
    margin-bottom: 6.5714285714rem !important;
  }
  .mgn-btm94 {
    margin-bottom: 3.3571428571rem;
  }
  .mgn-btm-sp94 {
    margin-bottom: 6.7142857143rem !important;
  }
  .mgn-btm96 {
    margin-bottom: 3.4285714286rem;
  }
  .mgn-btm-sp96 {
    margin-bottom: 6.8571428571rem !important;
  }
  .mgn-btm98 {
    margin-bottom: 3.5rem;
  }
  .mgn-btm-sp98 {
    margin-bottom: 7rem !important;
  }
  .mgn-btm100 {
    margin-bottom: 3.5714285714rem;
  }
  .mgn-btm-sp100 {
    margin-bottom: 7.1428571429rem !important;
  }
  .mgn-btm102 {
    margin-bottom: 3.6428571429rem;
  }
  .mgn-btm-sp102 {
    margin-bottom: 7.2857142857rem !important;
  }
  .mgn-btm104 {
    margin-bottom: 3.7142857143rem;
  }
  .mgn-btm-sp104 {
    margin-bottom: 7.4285714286rem !important;
  }
  .mgn-btm106 {
    margin-bottom: 3.7857142857rem;
  }
  .mgn-btm-sp106 {
    margin-bottom: 7.5714285714rem !important;
  }
  .mgn-btm108 {
    margin-bottom: 3.8571428571rem;
  }
  .mgn-btm-sp108 {
    margin-bottom: 7.7142857143rem !important;
  }
  .mgn-btm110 {
    margin-bottom: 3.9285714286rem;
  }
  .mgn-btm-sp110 {
    margin-bottom: 7.8571428571rem !important;
  }
  .mgn-btm112 {
    margin-bottom: 4rem;
  }
  .mgn-btm-sp112 {
    margin-bottom: 8rem !important;
  }
  .mgn-btm114 {
    margin-bottom: 4.0714285714rem;
  }
  .mgn-btm-sp114 {
    margin-bottom: 8.1428571429rem !important;
  }
  .mgn-btm116 {
    margin-bottom: 4.1428571429rem;
  }
  .mgn-btm-sp116 {
    margin-bottom: 8.2857142857rem !important;
  }
  .mgn-btm118 {
    margin-bottom: 4.2142857143rem;
  }
  .mgn-btm-sp118 {
    margin-bottom: 8.4285714286rem !important;
  }
  .mgn-btm120 {
    margin-bottom: 4.2857142857rem;
  }
  .mgn-btm-sp120 {
    margin-bottom: 8.5714285714rem !important;
  }
  .mgn-btm122 {
    margin-bottom: 4.3571428571rem;
  }
  .mgn-btm-sp122 {
    margin-bottom: 8.7142857143rem !important;
  }
  .mgn-btm124 {
    margin-bottom: 4.4285714286rem;
  }
  .mgn-btm-sp124 {
    margin-bottom: 8.8571428571rem !important;
  }
  .mgn-btm126 {
    margin-bottom: 4.5rem;
  }
  .mgn-btm-sp126 {
    margin-bottom: 9rem !important;
  }
  .mgn-btm128 {
    margin-bottom: 4.5714285714rem;
  }
  .mgn-btm-sp128 {
    margin-bottom: 9.1428571429rem !important;
  }
  .mgn-btm130 {
    margin-bottom: 4.6428571429rem;
  }
  .mgn-btm-sp130 {
    margin-bottom: 9.2857142857rem !important;
  }
  .mgn-btm132 {
    margin-bottom: 4.7142857143rem;
  }
  .mgn-btm-sp132 {
    margin-bottom: 9.4285714286rem !important;
  }
  .mgn-btm134 {
    margin-bottom: 4.7857142857rem;
  }
  .mgn-btm-sp134 {
    margin-bottom: 9.5714285714rem !important;
  }
  .mgn-btm136 {
    margin-bottom: 4.8571428571rem;
  }
  .mgn-btm-sp136 {
    margin-bottom: 9.7142857143rem !important;
  }
  .mgn-btm138 {
    margin-bottom: 4.9285714286rem;
  }
  .mgn-btm-sp138 {
    margin-bottom: 9.8571428571rem !important;
  }
  .mgn-btm140 {
    margin-bottom: 5rem;
  }
  .mgn-btm-sp140 {
    margin-bottom: 10rem !important;
  }
  .mgn-btm142 {
    margin-bottom: 5.0714285714rem;
  }
  .mgn-btm-sp142 {
    margin-bottom: 10.1428571429rem !important;
  }
  .mgn-btm144 {
    margin-bottom: 5.1428571429rem;
  }
  .mgn-btm-sp144 {
    margin-bottom: 10.2857142857rem !important;
  }
  .mgn-btm146 {
    margin-bottom: 5.2142857143rem;
  }
  .mgn-btm-sp146 {
    margin-bottom: 10.4285714286rem !important;
  }
  .mgn-btm148 {
    margin-bottom: 5.2857142857rem;
  }
  .mgn-btm-sp148 {
    margin-bottom: 10.5714285714rem !important;
  }
  .mgn-btm150 {
    margin-bottom: 5.3571428571rem;
  }
  .mgn-btm-sp150 {
    margin-bottom: 10.7142857143rem !important;
  }
}
.mgn0em {
  margin: 0em;
}

.mgn-btm0em {
  margin-bottom: 0em;
}

.mgn1em {
  margin: 1em;
}

.mgn-btm1em {
  margin-bottom: 1em;
}

.mgn2em {
  margin: 2em;
}

.mgn-btm2em {
  margin-bottom: 2em;
}

.mgn3em {
  margin: 3em;
}

.mgn-btm3em {
  margin-bottom: 3em;
}

.mgn4em {
  margin: 4em;
}

.mgn-btm4em {
  margin-bottom: 4em;
}

.mgn5em {
  margin: 5em;
}

.mgn-btm5em {
  margin-bottom: 5em;
}

.mgn6em {
  margin: 6em;
}

.mgn-btm6em {
  margin-bottom: 6em;
}

.mgn7em {
  margin: 7em;
}

.mgn-btm7em {
  margin-bottom: 7em;
}

.mgn8em {
  margin: 8em;
}

.mgn-btm8em {
  margin-bottom: 8em;
}

.mgn9em {
  margin: 9em;
}

.mgn-btm9em {
  margin-bottom: 9em;
}

.mgn10em {
  margin: 10em;
}

.mgn-btm10em {
  margin-bottom: 10em;
}

.mgn11em {
  margin: 11em;
}

.mgn-btm11em {
  margin-bottom: 11em;
}

.mgn12em {
  margin: 12em;
}

.mgn-btm12em {
  margin-bottom: 12em;
}

.mgn13em {
  margin: 13em;
}

.mgn-btm13em {
  margin-bottom: 13em;
}

.mgn14em {
  margin: 14em;
}

.mgn-btm14em {
  margin-bottom: 14em;
}

.mgn15em {
  margin: 15em;
}

.mgn-btm15em {
  margin-bottom: 15em;
}

@media print, screen and (min-width: 48em) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .sp-none {
    display: none;
  }
}
/* --- position --- */
.pos-rel {
  position: relative;
}

.pos-ab {
  position: absolute;
}

.pos-fx {
  position: fixed;
}

/* bg
********************************************** */
/* 背景色を出力 

出力例）
.bg-primary-default
.bg-01
*/
.bg-primary-default {
  background-color: var(--clr-primary-default);
}

.bg-primary-dark {
  background-color: var(--clr-primary-dark);
}

.bg-primary-light {
  background-color: var(--clr-primary-light);
}

.bg-secondary-default {
  background-color: var(--clr-secondary-default);
}

.bg-secondary-dark {
  background-color: var(--clr-secondary-dark);
}

.bg-secondary-light {
  background-color: var(--clr-secondary-light);
}

.bg-tertiary-default {
  background-color: var(--clr-tertiary-default);
}

.bg-tertiary-dark {
  background-color: var(--clr-tertiary-dark);
}

.bg-tertiary-light {
  background-color: var(--clr-tertiary-light);
}

.bg-01 {
  background-color: var(--clr-bg-01);
}

.bg-02 {
  background-color: var(--clr-bg-02);
}

.bg-sub-01 {
  background-color: var(--clr-sub-01);
}

.bg-sub-02 {
  background-color: var(--clr-sub-02);
}

.bg-sub-03 {
  background-color: var(--clr-sub-03);
}

.bg-sub-04 {
  background-color: var(--clr-sub-04);
}

.bg-sub-05 {
  background-color: var(--clr-sub-05);
}

.bg-sub-06 {
  background-color: var(--clr-sub-06);
}

.bg-mono-01 {
  background-color: var(--clr-mono-01);
}

.bg-mono-02 {
  background-color: var(--clr-mono-02);
}

.bg-mono-03 {
  background-color: var(--clr-mono-03);
}

.bg-mono-04 {
  background-color: var(--clr-mono-04);
}

.bg-mono-05 {
  background-color: var(--clr-mono-05);
}

.bg-mono-06 {
  background-color: var(--clr-mono-06);
}

.bg-text-primary {
  background-color: var(--clr-text-primary);
}

.bg-text-secondary {
  background-color: var(--clr-text-secondary);
}

.bg-text-placeholder {
  background-color: var(--clr-text-placeholder);
}

.bg-text-light {
  background-color: var(--clr-text-light);
}

.bg-wht {
  background-color: var(--clr-wht);
}

.bg-blk {
  background-color: var(--clr-blk);
}

/* img
********************************************** */
.img-ctr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-trim {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trim-widescreen {
  aspect-ratio: 3/2;
}

.trim-square {
  aspect-ratio: 1/1;
}

.trim-portrait {
  aspect-ratio: 2/3;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain {
  object-fit: contain;
}

/* accordion
**************************************** */
.accordion--cont {
  display: grid;
  grid-template-rows: 0fr;
  transition: var(--transit-default);
}

.accordion--cont > * {
  overflow: hidden;
}

.accordion.is-open .accordion--cont {
  grid-template-rows: 1fr;
}

@media screen and (max-width: 67.5em) {
  .med-accordion--cont {
    display: grid;
    grid-template-rows: 0fr;
    transition: var(--transit-default);
  }
  .med-accordion--cont > * {
    overflow: hidden;
  }
  .med-accordion.is-open .med-accordion--cont {
    grid-template-rows: 1fr;
  }
}
@media screen and (max-width: 47.9375em) {
  .sp-accordion--cont {
    display: grid;
    grid-template-rows: 0fr;
    transition: var(--transit-default);
  }
  .sp-accordion--cont > * {
    overflow: hidden;
  }
  .sp-accordion.is-open .sp-accordion--cont {
    grid-template-rows: 1fr;
  }
}
/* breadcrumbs
**************************************** */
.breadcrumbs {
  overflow-x: auto;
}

.breadcrumbs a {
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: var(--clr-text-light);
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    opacity: 0.6;
  }
}

.breadcrumbs span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.breadcrumbs span span {
  color: var(--clr-text-light);
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
}

.breadcrumbs span span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.9375rem;
  height: 0.125rem;
  background-color: currentColor;
}

.breadcrumbs-wrp {
  padding-block: 1.5rem 3rem;
}
.breadcrumbs-wrp .breadcrumbs a {
  color: var(--clr-primary-default);
}
.breadcrumbs-wrp .breadcrumbs span span {
  color: var(--clr-text-primary);
}

/* btn
********************************************** */
.lps_sec :where(:not(.flex):not([class*=grid-col])) > .btn:not(:last-child) {
  margin-bottom: 0.5rem;
}

.btn a {
  display: block;
  min-width: min(20rem, 100%);
  width: fit-content;
  background-color: var(--clr-primary-default);
  border-radius: var(--border-radius-secondary);
  overflow: hidden;
  text-align: left;
}
.btn a .btn-inner {
  display: flex;
  align-items: center;
  position: relative;
}
.btn a .btn-inner span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 2.75rem;
  padding: 1.375rem 1rem 1.375rem 2rem;
  color: var(--clr-wht);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-decoration: none;
  position: relative;
  transition: var(--transit-default);
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .btn a .btn-inner span {
    gap: 1.4285714286rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .btn a {
    width: 100%;
  }
}
.btn a:not(:has(.icon)) .btn-inner span::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 4rem;
  height: 2.5rem;
  background-color: var(--clr-secondary-dark);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.175 13H4v-2h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem 1.5rem;
  border-radius: var(--border-radius-tertiary);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .btn a:not(:has(.icon)) .btn-inner span::after {
    width: 3rem;
    height: 1.875rem;
    background-size: 1.125rem 1.125rem;
  }
}
.btn a:not(:has(.icon)):where([target=_blank]:not([href*="/contact/"]):not([href*="/entry/"]):not([href*="/compass-form/"])) .btn-inner span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.4 18L5 16.6 14.6 7H6V5h12v12h-2V8.4L6.4 18z' fill='white'/%3E%3C/svg%3E");
}
.btn a:not(:has(.icon))[href$=".pdf"] .btn-inner span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M3 15.75v-1.5h12v1.5H3zm6-3L5.25 9 6.3 7.95 8.25 9.9V2.25h1.5V9.9l1.95-1.95L12.75 9 9 12.75z' fill='white'/%3E%3C/svg%3E");
}
@media (hover: hover) {
  .btn a:hover {
    background-color: var(--clr-primary-dark);
  }
  .btn a:hover:not(:has(.icon)):not([href$=".pdf"]) .btn-inner span::after {
    animation: btn-arrow-loop 0.2s forwards;
  }
  .btn a:hover:is(:has(.icon), [href$=".pdf"]) .btn-inner span::after {
    animation: none;
  }
}

.btn.btn-ctr a {
  margin-left: auto;
  margin-right: auto;
}

/* --- btn-wht --- */
.btn-wht a {
  color: var(--clr-primary-default);
  background-color: var(--clr-wht);
}
.btn-wht a::after {
  background-color: var(--clr-primary-default);
}
.btn-wht a .btn-inner span {
  color: var(--clr-text-primary);
}
@media (hover: hover) {
  .btn-wht a:hover .btn-inner span {
    color: var(--clr-wht);
  }
  .btn-wht a:hover {
    background-color: var(--clr-primary-default);
  }
  .btn-wht a:hover::after {
    background-color: var(--clr-secondary-dark);
  }
}

/* --- btn-cta --- */
.btn-cta a {
  background-color: #DC1C00;
}
.btn-cta a .btn-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(78deg, #DC1C00 66.81%, #FF7EBA 115.45%);
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--transit-default);
}
@media (hover: hover) {
  .btn-cta a:hover {
    background-color: #ae1d08;
  }
  .btn-cta a:hover .btn-inner::after {
    opacity: 0;
  }
}

.btn-cta2 a {
  background-color: #ff8935;
}
.btn-cta2 a .btn-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #ff8935, #c50);
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--transit-default);
}
@media (hover: hover) {
  .btn-cta2 a:hover {
    background-color: #ff8935;
  }
  .btn-cta2 a:hover .btn-inner::after {
    opacity: 0;
  }
}

.btn-dark a {
  background-color: var(--clr-primary-dark);
}
@media (hover: hover) {
  .btn-dark a:hover {
    background-color: var(--clr-primary-default);
  }
}

.btn-large a .btn-inner span {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

/* --- 横並び --- */
.lps_sec .flex:not(.flex-column) > .btn:first-child {
  margin-left: auto;
}
.lps_sec .flex:not(.flex-column) > .btn:last-child {
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .lps_sec .flex:not(.flex-column) > .btn:only-child {
    width: fit-content;
    min-width: min(17.5rem, 100%);
  }
}
.lps_sec .flex:not(.flex-column) > .btn a {
  min-width: 100%;
  height: 100%;
}

/* category-box
********************************************** */
.category-box .category-box__ttl {
  margin-bottom: 1rem;
}

.category-box__item {
  padding: 2rem;
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .category-box__item {
    padding: 1.4285714286rem;
  }
}

.category-box__list {
  display: grid;
  gap: 0 1rem;
  margin-top: 1rem;
  grid-template-columns: minmax(0, 1fr);
  border-top: 1px solid var(--clr-mono-02);
}

.category-box__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem 2rem 0.75rem 0.75rem;
  position: relative;
  transition: var(--transit-default);
}
.category-box__link::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2rem;
  height: 1.5rem;
  background-color: var(--clr-secondary-dark);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.175 13H4v-2h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem 1.2rem;
  border-radius: var(--border-radius-tertiary);
  transition: var(--transit-default);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.category-box__link:hover::after {
  animation: btn-arrow-loop 0.2s forwards;
}
.category-box__link:hover {
  color: var(--clr-primary-default);
}

.category-box__list-item {
  border-bottom: 1px solid var(--clr-mono-02);
}

/* common-cta-scroll-trigger (横スクロール)
********************************************** */
@media screen and (max-width: 47.9375em) {
  .common-cta-scroll-box {
    min-height: auto !important;
  }
}

@media screen and (min-width: 48em) {
  .common-cta-scroll-trigger {
    box-sizing: border-box;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
}
/* common-cta-section (CTAカード)
********************************************** */
.common-cta-section {
  width: 100%;
}
.common-cta-section.inner {
  max-width: calc(1800 * var(--rem));
}

.common-cta-wrap {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .common-cta-wrap {
    flex-direction: column;
    gap: 1.1428571429rem;
  }
}

/* common-cta-card
********************************************** */
.common-cta-card {
  position: relative;
  min-width: 55.75rem;
  background-color: var(--clr-primary-dark);
  background-size: cover;
  background-position: center;
  border-radius: 1.5rem;
  padding: 5.25rem 3.375rem 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 42.5rem;
}
@media screen and (max-width: 47.9375em) {
  .common-cta-card {
    min-width: auto;
    width: 100%;
  }
}
.common-cta-card a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 47.9375em) {
  .common-cta-card {
    min-height: auto;
    padding: 1.4285714286rem 1.1428571429rem;
    border-radius: 1.1428571429rem;
  }
}

.common-cta-label {
  width: 100%;
  color: var(--clr-text-light);
  font-family: var(--font-en-text);
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 47.9375em) {
  .common-cta-body {
    margin-top: 2.8571428571rem;
  }
}

.common-cta-title {
  margin-bottom: 2.25rem;
  color: var(--clr-text-light);
  font-family: var(--font-jp-heading);
  font-size: 3.125rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .common-cta-title {
    font-size: 1.7142857143rem;
    margin-bottom: 1.1428571429rem;
  }
}

.common-cta-title-en {
  font-family: var(--font-en-heading);
  font-size: 1.2em;
  font-weight: var(--font-weight-heading);
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .common-cta-title-en {
    font-size: 2.4285714286rem;
  }
}

.common-cta-detail {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 47.9375em) {
  .common-cta-detail {
    gap: 0.8571428571rem;
    margin-bottom: 1.1428571429rem;
  }
}

.common-cta-heading {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--clr-text-light);
}
@media screen and (max-width: 47.9375em) {
  .common-cta-heading {
    font-size: var(--font-size-txt-lg);
  }
}

.common-cta-text {
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-lg);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--clr-text-light);
}
@media screen and (max-width: 47.9375em) {
  .common-cta-text {
    font-size: var(--font-size-txt-md);
  }
}

.common-cta-card-diagnosis {
  background-image: url(../images/common/foo-diagnosis.jpg);
}
.common-cta-card-diagnosis .common-cta-title {
  font-size: var(--font-size-heading2);
}

.common-cta-card-contact {
  background-image: url(../images/common/foo-contact.jpg);
}

.common-cta-card-download {
  background-image: url(../images/common/foo-download.jpg);
}

/* common-cta-btn
********************************************** */
.common-cta-btn a {
  font-size: 1.29375rem;
  min-width: min(28.75rem, 100%);
}

.common-cta-btn-gradient {
  background-image: linear-gradient(45deg, rgb(220, 28, 0) 67%, rgb(255, 126, 186) 115%);
}

.common-cta-btn-primary {
  background-color: var(--clr-primary-default);
}

.common-cta-btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  background-color: var(--clr-secondary-dark, #031964);
  border-radius: 0.3125rem;
}
.common-cta-btn-arrow::after {
  content: "→";
  font-size: 0.875rem;
  color: var(--clr-text-light);
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .common-cta-btn-arrow {
    width: 1.7142857143rem;
    height: 1.7142857143rem;
    border-radius: 0.2857142857rem;
  }
  .common-cta-btn-arrow::after {
    font-size: 0.8571428571rem;
  }
}

/* cta_tel
**************************************** */
.cta_tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.75rem;
  line-height: var(--line-height-hdr);
  border-radius: var(--border-radius-secondary);
}

.cta_tel a > span {
  display: block;
}

.cta_tel .tel {
  font-size: max(16px, 1.125rem);
  font-family: var(--font-en-number);
}

.cta_tel .num {
  font-size: 1.75rem;
}

.cta_tel .hours {
  font-size: max(11px, 0.8125rem);
}

/* cta_contact
**************************************** */
.cta_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: var(--border-radius-secondary);
  background-color: var(--clr-secondary-default);
}
@media (hover: hover) {
  .cta_contact a:hover {
    background-color: var(--clr-secondary-dark);
  }
}

/* deco
**************************************** */
/* ##############################################################################

  FORM

############################################################################## */
form * {
  font-family: var(--font-default) !important;
  font-weight: normal;
}

nf-field {
  display: block;
}
nf-field:not(:first-child) {
  padding-top: 1.5em;
  border-top: 1px solid var(--clr-mono-02);
}
nf-field:not(:last-child) {
  padding-bottom: 1.5em;
}
nf-field:has(input[type=submit]) {
  padding-top: 0;
  border-top: 0;
}

.nf-form-cont .nf-form-content label,
.nf-form-cont .nf-field-label .nf-label-span {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5em;
  font-size: var(--font-size-heading6);
  line-height: 1.4;
}
@media screen and (max-width: 47.9375em) {
  .nf-form-cont .nf-form-content label,
  .nf-form-cont .nf-field-label .nf-label-span {
    font-size: var(--font-size-heading5);
  }
}

.nf-form-cont .nf-form-fields-required {
  display: none !important;
}

#ninja_forms_required_items,
.nf-form-cont .nf-field-container {
  margin-bottom: 0;
}

.nf-form-cont .nf-form-content .time-wrap select,
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-cont .nf-form-content input:not([type=button]),
.nf-form-cont .nf-form-content textarea {
  background: var(--clr-wht);
  color: var(--clr-text-primary);
  border-radius: 0.1875rem;
  vertical-align: bottom;
  font-size: max(14px, 1rem);
  transition: var(--transit-default);
}
.nf-form-cont .nf-form-content .time-wrap select::placeholder,
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div::placeholder,
.nf-form-cont .nf-form-content input:not([type=button])::placeholder,
.nf-form-cont .nf-form-content textarea::placeholder {
  color: var(--clr-text-placeholder);
}

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.nf-form-cont .nf-form-content input:not([type=button]):focus,
.nf-form-cont .nf-form-content textarea:focus {
  color: var(--clr-text-primary);
}

.nf-form-content .list-checkbox-wrap .nf-field-element li label,
.nf-form-content .list-image-wrap .nf-field-element li label,
.nf-form-content .list-radio-wrap .nf-field-element li label {
  cursor: pointer;
}

.nf-form-content input[type=checkbox]:focus + label::after,
.nf-form-content input[type=radio]:focus + label::after {
  box-shadow: none;
}

.checkbox-wrap .nf-field-element label.nf-checked-label::before,
.checkbox-wrap .nf-field-label label.nf-checked-label::before,
.listcheckbox-wrap .nf-field-element label.nf-checked-label::before,
.listcheckbox-wrap .nf-field-label label.nf-checked-label::before {
  color: var(--clr-primary-default);
}

.nf-form-cont .ninja-forms-req-symbol {
  font-size: 0 !important;
}
.nf-form-cont .ninja-forms-req-symbol::before {
  content: "必須"; /* 必須 */
  background-color: var(--clr-secondary-light);
  color: var(--clr-wht);
  font-size: max(10px, 0.75rem);
  padding: 0.125rem 0.3125rem;
  border-radius: 0.1875rem;
}

.nf-form-cont .nf-form-content .submit-wrap {
  text-align: center;
}

.nf-form-cont .nf-form-content .submit-wrap input:not([type=button]) {
  min-width: min(19.375rem, 100%);
  height: auto;
  padding: 1.25em;
  font-size: max(16px, 1.125rem);
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  border-radius: 3.125rem;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: var(--font-default) !important;
  transition: var(--transit-default);
}
@media screen and (min-width: 48em) {
  .nf-form-cont .nf-form-content .submit-wrap input:not([type=button]) {
    margin-top: 1.7142857143rem;
  }
}
@media (hover: hover) {
  .nf-form-cont .nf-form-content .submit-wrap input:not([type=button]):hover {
    opacity: 0.7;
  }
}

.nf-form-cont .nf-form-errors {
  margin-top: -1em;
  text-align: center;
}

.nf-field-description {
  margin-top: 0.5em;
  --max-font-size: calc(var(--txt-lg) * 1px - 2px);
  font-size: max(var(--max-font-size), var(--font-size-txt-lg)) !important;
}

.nf-form-content select.ninja-forms-field {
  color: var(--clr-text-primary) !important;
}

.label-above .nf-field-label,
.nf-field-description {
  margin-bottom: 0.5em !important;
}

.nf-field-description,
.nf-after-form-content {
  line-height: var(--line-height-hdr);
}

.nf-after-form-content {
  margin-top: 2em;
}

.nf-field-container.html-container .nf-field-element {
  --max-font-size: calc(var(--txt-lg) * 1px - 2px);
  font-size: max(var(--max-font-size), var(--font-size-txt-lg));
}
.nf-field-container.html-container .nf-field-element h2 {
  font-size: var(--font-size-heading4);
  margin-bottom: 0;
}
.nf-field-container.html-container .nf-field-element h2:has(+ *) {
  margin-bottom: 0.5em;
}

.nf-field-element:has(.pikaday__container) {
  display: flex;
  align-items: center;
}

.nf-form-cont input.date-and-time,
.nf-form-cont .nf-form-content .pikaday__container {
  margin-bottom: 0;
}

.nf-form-cont input.date-and-time {
  width: 140px;
}

.nf-form-cont .nf-form-content .pikaday__container {
  width: fit-content;
  margin-right: 0.25rem;
}

.nf-form-cont .nf-form-content .pikaday__container,
.nf-form-cont .nf-form-content .time-wrap {
  position: relative;
}
.nf-form-cont .nf-form-content .pikaday__container::after,
.nf-form-cont .nf-form-content .time-wrap::after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  pointer-events: none;
}
.nf-form-cont .nf-form-content .pikaday__container select,
.nf-form-cont .nf-form-content .time-wrap select {
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  margin: 0;
  padding: 12px 30px 12px 12px;
  border: 1px solid var(--clr-mono-03);
  height: 50px;
}

/* リキャプチャ・キャプション
**************************************** */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_policy {
  padding: 0;
  margin-top: 3rem;
  color: var(--clr-text-primary);
  font-size: max(8px, 0.625rem);
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .recaptcha_policy {
    text-align: left;
  }
}

.recaptcha_policy a {
  color: var(--clr-primary-light) !important;
  font-size: max(10px, 0.75rem);
  text-decoration: underline;
  transition: var(--transit-default);
}
@media (any-hover: hover) {
  .recaptcha_policy a:hover {
    color: color-mix(in srgb, var(--clr-primary-light) 60%, transparent) !important;
  }
}

/* icon
**************************************** */
.icon {
  --w: 18;
  --rotate: 0;
  --mask-color: currentColor;
  display: inline-block;
  width: calc(var(--w) * var(--rem));
  aspect-ratio: 1;
  transition: var(--transit-default);
  rotate: var(--rotate);
}
.icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mask-image: var(--mask-image);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--mask-color);
  transition: var(--transit-default);
  rotate: var(--rotate);
}
@media screen and (max-width: 47.9375em) {
  .icon {
    --w-sp: var(--w);
    width: calc(var(--w-sp, var(--w)) * var(--rem));
  }
}

.icon-arrow {
  --mask-image: url(../images/common/icon-arrow.svg);
}

.icon-arrow-chevron {
  --mask-image: url(../images/common/icon-arrow-chevron.svg);
}

.icon-search {
  --mask-image: url(../images/common/icon-search.svg);
}

.icon-mail {
  --mask-image: url(../images/common/icon-mail.svg);
}

.icon-list {
  --mask-image: url(../images/common/icon-list.svg);
}

.icon-new_tab {
  --mask-image: url(../images/common/icon-new_tab.svg);
}

.icon-pdf {
  --mask-image: url(../images/common/icon-pdf.svg);
}

.icon-x {
  --mask-image: url(../images/common/icon-x.svg);
}

.icon-facebook {
  --mask-image: url(../images/common/icon-facebook.svg);
}

.icon-instagram {
  --mask-image: url(../images/common/icon-instagram.svg);
}

.icon-youtube {
  --mask-image: url(../images/common/icon-youtube.svg);
}

/* icon heading
**************************************** */
.icon_heading {
  gap: 0.75rem;
  font-family: var(--font-jp-heading);
  font-size: 1.75rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--clr-primary-dark);
  word-break: break-word;
}

.icon_heading--icon {
  flex-shrink: 0;
  width: 3rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 47.9375em) {
  .icon_heading--icon {
    width: 2.2857142857rem;
  }
}
.icon_heading--icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.icon_heading-measure .icon_heading--icon {
  width: 3.5605125rem;
  aspect-ratio: 56.9682/50;
}
@media screen and (max-width: 47.9375em) {
  .icon_heading-measure .icon_heading--icon {
    width: 2.2857142857rem;
  }
}

.icon_heading--txt {
  flex: 1 1 0;
  min-width: 0;
}

/* ##############################################################################

    KEYFRAMES

############################################################################## */
/* btn arrow animation
 * 使用箇所: components/_btn.scss .btn a:hover::after
********************************************** */
/* arrow drop animation
 * 使用箇所: loops/_lps-message.scss .icon-arrow
********************************************** */
@keyframes arrow-drop {
  0% {
    translate: 0 -6px;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  75% {
    translate: 0 8px;
    opacity: 1;
  }
  100% {
    translate: 0 8px;
    opacity: 0;
  }
}
/* btn arrow animation
 * 使用箇所: components/_btn.scss .btn a:hover::after
********************************************** */
@keyframes btn-arrow-loop {
  0% {
    background-position: 50% 50%;
    animation-timing-function: ease-in;
  }
  40% {
    background-position: 200% 50%;
    animation-timing-function: step-start;
  }
  41% {
    background-position: -100% 50%;
    animation-timing-function: ease-out;
  }
  100% {
    background-position: 50% 50%;
  }
}
/* スライダーのアニメーション */
@keyframes loopLeftText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopLeftTextVertical {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
/* knowledge
********************************************** */
.knowledge__ttl {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: var(--font-size-heading6);
  letter-spacing: 0.03em;
}
.knowledge__ttl::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: max(0.625rem, 0.4em);
  aspect-ratio: 1;
  background-color: var(--clr-primary-dark);
}
.knowledge__ttl--knowledge_watch::before {
  background-color: var(--clr-sub-01);
}
.knowledge__ttl--knowledge_innovation::before {
  background-color: var(--clr-sub-04);
}

/* knowledge-signal-legend
********************************************** */
.knowledge-signal-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 2.5rem;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 1.25rem 2.5rem;
  background-color: var(--clr-bg-01);
  border-radius: var(--border-radius-secondary);
  list-style: none;
}
@media screen and (max-width: 47.9375em) {
  .knowledge-signal-legend {
    justify-content: space-between;
    gap: 0.8571428571rem;
    width: 100%;
    padding: 1.1428571429rem;
  }
}

.knowledge-signal-legend__item {
  display: flex;
  flex-shrink: 0;
  padding-bottom: 0 !important;
  align-items: center;
  gap: 1rem;
  color: var(--clr-text-primary);
  font-family: var(--font-en-text);
  font-size: var(--font-size-txt-xl);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.knowledge-signal-legend__item::before {
  content: none !important;
}
@media screen and (max-width: 47.9375em) {
  .knowledge-signal-legend__item {
    gap: 0.5714285714rem;
    font-size: var(--font-size-txt-lg);
  }
}

.knowledge-signal-legend__color {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: 3.375rem;
  height: 3.375rem;
  padding-inline: 1rem;
  border-radius: var(--border-radius-tertiary);
  color: var(--clr-text-light);
}
@media screen and (max-width: 47.9375em) {
  .knowledge-signal-legend__color {
    min-width: auto;
    height: auto;
    padding: 0.4285714286rem 0.5714285714rem;
  }
}

.knowledge-signal-legend__item--danger {
  color: #d40d0d;
}
.knowledge-signal-legend__item--danger .knowledge-signal-legend__color {
  background-color: #d40d0d;
}

.knowledge-signal-legend__item--caution {
  color: #c99a19;
}
.knowledge-signal-legend__item--caution .knowledge-signal-legend__color {
  background-color: #c99a19;
}

.knowledge-signal-legend__item--good {
  color: #1cae4b;
}
.knowledge-signal-legend__item--good .knowledge-signal-legend__color {
  background-color: #1cae4b;
}

/* link
********************************************** */
.link-arrow a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-inline: -1em;
  padding: 1em;
}
@media (hover: hover) {
  .link-arrow a:hover {
    color: var(--clr-primary-default);
  }
}

/* lower-page-title
********************************************** */
.lower-page-ttl {
  --space: 2.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .lower-page-ttl {
    --space: 1.1428571429rem;
  }
}
.lower-page-ttl {
  padding-top: calc(var(--space) + var(--header-hgt) * var(--rem));
  padding-bottom: calc(var(--space) * 0.25 + var(--header-hgt) * var(--rem));
  background: linear-gradient(0deg, rgba(17, 106, 248, 0.7) 0%, rgba(17, 106, 248, 0.7) 100%);
  background-image: url(../images/common/bg-lower-page-ttl.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lower-page-ttl .breadcrumbs-wrp {
  padding-bottom: 1.5rem;
}
.lower-page-ttl .breadcrumbs a,
.lower-page-ttl .breadcrumbs span span {
  color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .lower-page-ttl {
    padding-bottom: 3.4285714286rem;
  }
  .lower-page-ttl .breadcrumbs-wrp {
    padding-block: 1.1428571429rem 2.2857142857rem;
  }
}

.lower-page-ttl__txtarea {
  color: var(--clr-wht);
  padding-top: calc(var(--space) * 0.5);
}
@media screen and (max-width: 47.9375em) {
  .lower-page-ttl__txtarea.inner {
    width: 94%;
  }
}

.lower-page-ttl__ttl {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  gap: 0.5rem;
}

.lower-page-ttl__ttl--jp {
  font-family: var(--font-jp-heading);
  font-weight: var(--font-weight-heading);
  font-size: var(--font-size-heading4);
  letter-spacing: 0.0777777778em;
}

.lower-page-ttl__ttl--en {
  font-size: 7.5rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 47.9375em) {
  .lower-page-ttl__ttl--en {
    font-size: var(--font-size-heading7);
  }
}

.lower-page-ttl__txt {
  opacity: 0.85;
  margin-top: 1.5rem;
}

/* pie-chart
********************************************** */
.pie-chart {
  position: relative;
  width: 23rem;
  height: 23rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 67.5em) {
  .pie-chart {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 47.9375em) {
  .pie-chart {
    width: 20rem;
    height: auto;
  }
}

.pie-chart__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.pie-chart__track {
  fill: none;
  stroke: rgba(79, 130, 166, 0.15);
  stroke-width: 18;
}

.pie-chart__bar {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
}

.pie-chart__value {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0.375rem;
  z-index: 1;
}

.pie-chart__sign,
.pie-chart__number {
  font-family: var(--font-en-display);
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  color: var(--clr-text-primary);
}
@media screen and (max-width: 67.5em) {
  .pie-chart__sign,
  .pie-chart__number {
    font-size: clamp(3.4285714286rem, 6vw, 6rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .pie-chart__sign,
  .pie-chart__number {
    font-size: 5.1428571429rem;
  }
}

.pie-chart__sign {
  letter-spacing: 0;
}

.pie-chart__unit {
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-heading);
  line-height: 1.7;
  color: var(--clr-text-primary);
}
@media screen and (max-width: 47.9375em) {
  .pie-chart__unit {
    font-size: var(--font-size-heading5);
  }
}

/* professional-body
********************************************** */
.professional-body .professional-body__ttl {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 48em) {
  .professional-body .mce-table-01 th,
  .professional-body .mce-table-02 th {
    min-width: 17.5rem;
  }
}
.professional-body .lps_parts--cta .inner {
  gap: 2rem;
}
.professional-body .lps_parts--cta .cta_ttl {
  text-align: center;
}
.professional-body .lps_parts--cta .cta_btns {
  width: 100%;
  margin-inline: auto;
}
.professional-body .lps_parts--cta .post--more {
  margin-inline: auto;
}
.professional-body__txtlnk {
  margin-inline: auto;
}
.professional-body__txtlnk a {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-inline: auto 0;
  gap: 1rem;
  color: var(--clr-wht);
  transition: var(--transit-default);
}
.professional-body__txtlnk a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2.5rem;
  height: 1.875rem;
  background-color: var(--clr-secondary-dark);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.175 13H4v-2h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem 1.5rem;
  border-radius: var(--border-radius-tertiary);
  transition: var(--transit-default);
  flex-shrink: 0;
}
.professional-body__txtlnk a:hover::after {
  animation: btn-arrow-loop 0.2s forwards;
}
.professional-body__txtlnk a:hover {
  opacity: 0.7;
}

.professional-body__aside .posts-professional {
  width: 100%;
}

/* professional-head
********************************************** */
.professional-head {
  display: grid;
  grid-template-columns: 22.5rem 1fr;
  gap: 7.5rem;
}
@media screen and (max-width: 47.9375em) {
  .professional-head {
    grid-template-columns: repeat(1, 1fr);
  }
}

.professional-head__img {
  aspect-ratio: 360/450;
}

.professional-head__txtarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 2rem;
  color: var(--clr-wht);
}
.professional-head__txtarea .post--more {
  margin-bottom: 3rem;
  flex-direction: row-reverse;
  margin-inline: 0 auto;
  color: var(--clr-wht);
  opacity: 0.8;
}
.professional-head__txtarea .post--more::after {
  background-color: var(--clr-wht);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.175 13H4v-2h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6z' fill='%230C4093'/%3E%3C/svg%3E");
  rotate: 180deg;
}
.professional-head__txtarea .post--more:hover {
  opacity: 0.5;
}

.professional-head__job {
  margin-bottom: 1rem;
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
}

.professional-head__name {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  font-size: var(--font-size-heading1);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: 0;
}

.professional-head__name__job {
  color: var(--clr-text-placeholder);
  font-size: 0.5em;
  letter-spacing: 0;
}

.professional-head__phase {
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.professional-head__phase__ttl {
  flex-shrink: 0;
  padding-right: 1rem;
  color: var(--clr-text-placeholder);
  font-weight: var(--font-weight-heading);
}

.professional-head__phase__list {
  display: flex;
  flex-wrap: wrap;
}
.professional-head__phase__list li {
  display: inline-block;
  vertical-align: middle;
  color: var(--clr-primary-default);
  font-family: var(--font-jp-text);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.03em;
  background-color: var(--clr-wht);
  padding: 0.25rem 0.75rem;
  border-radius: var(--border-radius-max);
  position: relative;
}
.professional-head__phase__list li:not(:last-child) {
  margin-right: 1.5em;
}
.professional-head__phase__list li:not(:last-child)::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 0.125rem solid var(--clr-wht);
  border-right: 0.125rem solid var(--clr-wht);
  position: absolute;
  top: 50%;
  right: -0.75em;
  transform: translate(25%, -25%) rotate(45deg);
}

.professional-head__lnks {
  margin-top: 2rem;
}

.professional-head__lnks__list {
  display: flex;
  gap: 3rem;
}
.professional-head__lnks__list .anchor_link--list a {
  color: var(--clr-wht);
  padding-left: 2rem;
}
.professional-head__lnks__list .anchor_link--list a::before {
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  translate: 0 -50%;
}

/* scroll-posts
**************************************** */
.scroll-posts {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}
.scroll-posts > .post {
  flex-shrink: 0;
  width: 18.75rem;
}
@media screen and (max-width: 47.9375em) {
  .scroll-posts > .post {
    width: 75vw;
  }
}

/* section-related_page
********************************************** */
.section-related_page {
  overflow: hidden;
  background-color: var(--clr-wht);
}
.section-related_page .ttl-01:has(+ .section-related_page__intro) {
  margin-bottom: 4rem !important;
}

.section-related_page > .inner {
  width: calc(100% - 10rem);
  max-width: none;
  margin-inline: auto 0;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .section-related_page > .inner {
    width: 95%;
  }
}
@media screen and (max-width: 47.9375em) {
  .section-related_page > .inner {
    width: 86%;
    max-width: none;
    margin-inline: auto;
  }
}

.section-related_page__intro {
  margin-bottom: 4rem;
}
@media screen and (min-width: 48em) {
  .section-related_page__intro {
    display: grid;
    max-width: calc(1320 * var(--rem));
    gap: 3.125rem;
  }
  .section-related_page__intro:has(.mce-content-body) .ttl-02 {
    margin-bottom: 0 !important;
  }
}

.section-related_page--ttl:where(:not([class*=mgn-btm]):not(:last-child)) {
  margin-bottom: 5.9375rem !important;
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--ttl:where(:not([class*=mgn-btm]):not(:last-child)) {
    margin-bottom: 1.1428571429rem !important;
  }
}

.section-related_page--list {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--list {
    width: calc(100% + (100vw - 100%) * 0.5);
  }
}

.section-related_page--list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  min-height: 17.5rem;
  padding: 5rem 5rem;
  color: var(--clr-text-primary);
  background-color: var(--clr-wht);
  border-radius: 0.125rem;
  line-height: 1;
  text-decoration: none;
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--list a {
    align-items: flex-start;
    min-height: 0;
    padding: 1.4285714286rem 0 1.4285714286rem 0.5714285714rem;
  }
}
.section-related_page--list a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/common/bg-related_page.jpg");
  background-size: cover;
  background-position: center;
  border-radius: inherit;
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  transition: var(--transit-default);
}
.section-related_page--list a::after {
  content: none;
}
.section-related_page--list a:is(:hover, :focus-visible) {
  color: var(--clr-wht);
}
.section-related_page--list a:is(:hover, :focus-visible)::before {
  opacity: 1;
  clip-path: inset(0 0% 0 0);
}

.section-related_page--txtarea {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5rem;
  width: min(100%, 100% - 12.875rem);
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--txtarea {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8571428571rem;
    width: 100%;
    padding-right: 4.2857142857rem;
  }
}

.section-related_page--title {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--title {
    gap: 0.2857142857rem;
  }
}

.section-related_page--en {
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading1);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.section-related_page--en.is-slug {
  text-transform: uppercase;
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--en {
    font-size: var(--font-size-heading2);
  }
}

.section-related_page--jp {
  margin: 0;
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--jp {
    font-size: var(--font-size-heading6);
  }
}

.section-related_page--text {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-lg);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--text {
    font-size: var(--font-size-txt-md);
    min-width: calc(100% + 3.7142857143rem);
  }
}

.section-related_page--round {
  position: relative;
  z-index: 4;
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 6.875rem;
  aspect-ratio: 1;
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  border-radius: 50%;
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--round {
    position: absolute;
    top: 1.625rem;
    right: 0.5714285714rem;
    width: 3.7142857143rem;
  }
}
.section-related_page--round::before {
  content: "";
  display: inline-block;
  width: 1.375rem;
  aspect-ratio: 1;
  background-color: currentColor;
  transition: var(--transit-default);
  rotate: 0deg;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/common/icon-arrow.svg);
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--round::before {
    width: 1.4285714286rem;
  }
}

.section-related_page--list a:is(:hover, :focus-visible) .section-related_page--round {
  color: var(--clr-primary-default);
  background-color: var(--clr-wht);
}

/* type-line パッケージなどシンプル
********************************************** */
.section-related_page--list a {
  border-bottom: 1px solid var(--clr-mono-02);
}

/* type-bg 背景画像がある場合、色ベタ・白文字
****************************************************** */
.section-related_page--bg {
  position: absolute;
  top: 50%;
  right: 14.25rem;
  z-index: 1;
  width: 29.625rem;
  aspect-ratio: 474/316;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.5rem;
  background-image: var(--bg-img);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  visibility: hidden;
  transition: opacity var(--duration-default) var(--easing-default), visibility var(--duration-default) var(--easing-default);
}
@media screen and (max-width: 47.9375em) {
  .section-related_page--bg {
    --bg-img-sp: var(--bg-img);
    width: 17.1428571429rem;
    border-radius: 0.4285714286rem;
    background-image: var(--bg-img-sp);
  }
}

.section-related_page--list a:is(:hover, :focus-visible) .section-related_page--bg {
  opacity: 1;
  visibility: visible;
}

@media (hover: none) {
  .section-related_page--list.type-bg .section-related_page--bg {
    display: none;
  }
}

/* txtlnk
********************************************** */
.txtlnk a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: fit-content;
  color: #404044;
  transition: var(--transit-default);
}
.txtlnk a:hover {
  color: var(--clr-primary-default);
}
.txtlnk a:hover .txtlnk__icon::before {
  opacity: 0;
}
.txtlnk a:hover .txtlnk__icon::after {
  animation: btn-arrow-loop 0.2s forwards;
}
.txtlnk a .txtlnk__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  aspect-ratio: 1;
  flex-shrink: 0;
  background-color: var(--clr-primary-default);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.txtlnk a .txtlnk__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: var(--transit-default);
  background: var(--gradient01, linear-gradient(270deg, #0073FF 0%, #040C2B 100%));
  position: absolute;
  top: 0;
  left: 0;
}
.txtlnk a .txtlnk__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.175 13H4v-2h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
  transition: var(--transit-default);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .txtlnk a .txtlnk__icon {
    width: 2.25rem;
  }
  .txtlnk a .txtlnk__icon::after {
    background-size: 1.125rem 1.125rem;
  }
}
.txtlnk a .font-en {
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

/* voice
********************************************** */
.voice {
  --icon-size: 8.125rem;
  display: grid;
  align-items: flex-start;
  grid-template-columns: var(--icon-size) 1fr;
  gap: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .voice {
    --icon-size: 4.8571428571rem;
  }
}

.voice__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-primary-default);
  aspect-ratio: 1;
  border-radius: 50%;
}
.voice__icon::before {
  display: block;
  content: "";
  width: calc(var(--icon-size) * 0.45);
  aspect-ratio: 68/80;
  background-color: var(--clr-wht);
  mask-image: url(../images/common/icon-voice.svg);
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
}

.voice__txt {
  background-color: var(--clr-wht);
  padding: 2.5rem;
  border-radius: 1rem;
  position: relative;
}
.voice__txt::before {
  content: "";
  width: 2.5rem;
  aspect-ratio: 40/18;
  clip-path: polygon(54% 100%, 0 0, 100% 0);
  background-color: var(--clr-wht);
  position: absolute;
  top: calc(var(--icon-size) * 0.5);
  left: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 47.9375em) {
  .voice__txt {
    padding: 1.7142857143rem;
  }
}

/* --- anchor --- */
/* ##############################################################################

    anchor_link

############################################################################## */
.anchor_link--list_wrap {
  width: var(--anc-wid);
  height: 100%;
  padding-bottom: var(--section-related_page-height, 0px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .anchor_link--list_wrap {
    display: none;
  }
}

.anchor_link--list_inner {
  --anc-top: calc(var(--header-hgt-fx) * var(--rem) + 2.6875rem + 0.625rem);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  max-height: calc(100svh - var(--anc-top));
  padding: 2rem 2rem 3rem 2rem;
  align-items: flex-start;
  gap: 2rem;
  position: sticky;
  top: var(--anc-top);
  left: 0;
  overflow-y: auto;
  border-radius: 0 0.5rem 0.5rem 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
}
.anchor_link--list_inner .font-en {
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-heading);
  line-height: 1.7;
  letter-spacing: 0;
}

.anchor_link--list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.anchor_link--list a {
  --icon-wid: 1.75rem;
  display: block;
  padding-left: calc(var(--icon-wid) + 1rem);
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-md);
  font-weight: var(--font-weight-heading);
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: relative;
}
.anchor_link--list a::before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-color: var(--clr-primary-default);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.4 18L8 16.6l4.6-4.6L8 7.4 9.4 6l6 6-6 6z' fill='white'/%3E%3C/svg%3E");
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  rotate: 90deg;
  position: absolute;
  top: 0;
  left: 0;
}
.anchor_link--list a > * {
  background: linear-gradient(180deg, transparent calc(100% - 1px), currentColor 1px);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: var(--transit-default);
  padding-bottom: 0.25em;
}
@media (hover: hover) {
  .anchor_link--list a:hover > * {
    background-size: 100% 100%;
  }
}
.anchor_link--list .is-active a span {
  background-size: 100% 100%;
}

/* --- blc:not(:last-child) --- */
.blc:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .blc:not(:last-child) {
    margin-bottom: 2.8571428571rem;
  }
}

.blc-sm:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .blc-sm:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}

/* section-contact
********************************************** */
.section-contact .cta_tel a {
  padding: 1.5rem 2.5rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .section-contact .cta_tel a {
    display: block;
    padding: 1.1428571429rem;
  }
}

/* default
**************************************** */
.section_pdg-md {
  padding-block: calc(var(--section_pdg-md) * var(--rem));
}

.section_pdg-md-top {
  padding-top: calc(var(--section_pdg-md) * var(--rem));
}

.section_pdg-md-btm {
  padding-bottom: calc(var(--section_pdg-md) * var(--rem));
}

/* sm
**************************************** */
.section_pdg-sm {
  padding-block: calc(var(--section_pdg-sm) * var(--rem));
}

.section_pdg-sm-top {
  padding-top: calc(var(--section_pdg-sm) * var(--rem));
}

.section_pdg-sm-btm {
  padding-bottom: calc(var(--section_pdg-sm) * var(--rem));
}

/* lg
**************************************** */
.section_pdg-lg {
  padding-block: calc(var(--section_pdg-lg) * var(--rem));
}

.section_pdg-lg-top {
  padding-top: calc(var(--section_pdg-lg) * var(--rem));
}

.section_pdg-lg-btm {
  padding-bottom: calc(var(--section_pdg-lg) * var(--rem));
}

/* ##############################################################################

    display

############################################################################## */
.display-lg-en {
  font-size: var(--font-size-display-lg);
}

.display-md-en {
  font-size: var(--font-size-display-md);
}

.display-sm-en {
  font-size: var(--font-size-display-sm);
}

/* fixed_video
********************************************** */
.fixed_video {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: var(--clr-mono-06);
}
.fixed_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--radius-tertiary);
}

.is-footer-inview .fixed_video video {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: blur(0.75rem);
}

/* ##############################################################################

    FOOTER

############################################################################## */
.copyright {
  gap: 1em;
  justify-content: center;
}
@media screen and (max-width: 47.9375em) {
  .copyright {
    gap: 0.5em;
  }
}

/* footer-main: ベース
********************************************** */
.footer-main {
  color: var(--clr-text-light);
  position: relative;
  padding-block: 11.3125rem 7.5rem;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .footer-main {
    padding-top: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-main {
    gap: 2.2857142857rem;
    padding-block: 4.5714285714rem;
  }
  .footer-main .inner {
    width: 90%;
  }
}

/* footer--ttl (タイトル)
********************************************** */
.footer--ttl {
  margin-bottom: 3rem;
  color: var(--clr-wht);
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
.footer--ttl.inner {
  max-width: calc(1800 * var(--rem));
}
@media screen and (max-width: 47.9375em) {
  .footer--ttl {
    font-size: 2.1428571429rem;
    margin-bottom: 1.1428571429rem;
  }
}

/* footer-main: common CTA
********************************************** */
@media screen and (min-width: 48em) {
  .footer-main .common-cta-scroll-trigger {
    padding-top: 12rem;
  }
}
/* footer--info (ロゴ・住所・ナビ)
********************************************** */
.footer--info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  margin-inline: auto;
  max-width: calc(1680 * var(--rem));
  padding-block: 10.5rem 2.5rem;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .footer--info {
    display: block;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer--info {
    flex-direction: column;
    gap: 2.8571428571rem;
    padding: 0;
    padding-top: 4.2857142857rem;
  }
}

.footer--info-left {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  flex-shrink: 0;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .footer--info-left {
    gap: 1.4285714286rem;
    margin-bottom: 2.2857142857rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer--info-left {
    gap: 1.7142857143rem;
    width: 100%;
  }
}

.footer--logo a {
  display: inline-block;
}
@media (hover: hover) {
  .footer--logo a:hover {
    opacity: 0.7;
  }
}
.footer--logo img {
  height: auto;
  max-width: 25.875rem;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 47.9375em) {
  .footer--logo img {
    max-width: 14.2857142857rem;
  }
}

.footer--address {
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--clr-text-placeholder, #ccc);
  font-style: normal;
  opacity: 1;
}

/* footer--nav (フッターナビ)
********************************************** */
.footer--nav {
  flex-shrink: 0;
}
@media screen and (max-width: 47.9375em) {
  .footer--nav {
    width: 100%;
  }
}

.fnav--menu {
  display: flex;
  gap: 4.875rem;
  align-items: flex-start;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .fnav--menu {
    flex-direction: column;
    gap: 1.7142857143rem;
  }
}

.fnav--menu > li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fnav--menu > li > a {
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading5);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  color: var(--clr-text-light);
  padding: 0;
}
@media screen and (max-width: 47.9375em) {
  .fnav--menu > li > a {
    font-size: var(--font-size-txt-lg);
  }
}

.fnav--menu .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: var(--font-size-txt-md);
  line-height: 1.8;
  opacity: 1;
  letter-spacing: 0.03em;
}

.menu-item:has(> a.fnav--link) > a {
  background: linear-gradient(180deg, transparent calc(100% - 1px), currentColor 1px);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: var(--transit-default);
  padding-bottom: 0.25em;
}
@media (hover: hover) {
  .menu-item:has(> a.fnav--link) > a:hover {
    background-size: 100% 100%;
  }
}
.menu-item:has(> a.fnav--link) {
  width: fit-content;
}

.fnav--link,
.fnav--menu .sub-menu a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  position: static;
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-md);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--clr-text-light);
  padding: 0;
}
.fnav--link::before,
.fnav--menu .sub-menu a::before {
  content: "—";
  flex-shrink: 0;
  font-size: 0.625rem;
  color: var(--clr-text-light);
  opacity: 0.7;
  position: static;
  inset: unset;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  border: none;
}
@media screen and (max-width: 47.9375em) {
  .fnav--link,
  .fnav--menu .sub-menu a {
    font-size: var(--font-size-txt-sm);
  }
}

.footer--nav > .fnav--menu > .menu-item > .sub-menu > .menu-item:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .footer--nav > .fnav--menu > .menu-item > .sub-menu > .menu-item:nth-child(n+2) {
    margin-top: 1.7142857143rem;
  }
}
.footer--nav > .fnav--menu > .menu-item > .sub-menu > .menu-item > .fnav--link {
  margin-bottom: 0.5rem;
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
  line-height: 1.7;
}
.footer--nav > .fnav--menu > .menu-item > .sub-menu > .menu-item > .fnav--link::before {
  content: none;
}

/* footer--btm (コピーライトバー)
********************************************** */
.footer--btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: calc(1680 * var(--rem));
  margin-inline: auto;
  padding-top: 2rem;
  border-top: 1px solid var(--clr-mono-05, #666);
}
@media screen and (max-width: 47.9375em) {
  .footer--btm {
    margin-top: 2.2857142857rem;
    flex-direction: column-reverse;
    gap: 1.1428571429rem;
    padding-inline: 1.1428571429rem;
    padding-top: 1.7142857143rem;
  }
}

.footer--btm-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-sm);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--clr-text-placeholder, #ccc);
}
.footer--btm-links .menu-item > * {
  background: linear-gradient(180deg, transparent calc(100% - 1px), currentColor 1px);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: var(--transit-default);
  padding-bottom: 0.25em;
}
@media (hover: hover) {
  .footer--btm-links .menu-item:hover > * {
    background-size: 100% 100%;
  }
}
.footer--btm-links a {
  color: var(--clr-text-placeholder, #ccc);
}
@media screen and (max-width: 47.9375em) {
  .footer--btm-links {
    text-align: center;
  }
}

.footer--copyright .copyright {
  font-family: var(--font-en-text);
  font-size: var(--font-size-txt-sm);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--clr-text-light);
  justify-content: flex-end;
}
@media screen and (max-width: 47.9375em) {
  .footer--copyright .copyright {
    justify-content: center;
  }
}

/* ##############################################################################

    HEADER default

############################################################################## */
/* header
**************************************** */
.header {
  width: 95%;
  max-width: 117.375rem;
  height: calc(var(--header-hgt) * var(--rem));
  z-index: 9999;
  transition: var(--transit-default);
  position: fixed;
  top: 2rem;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--border-radius-secondary);
}
@media screen and (max-width: 47.9375em) {
  .header {
    top: 0.4285714286rem;
  }
}

.header--inner {
  height: 100%;
}
@media screen and (max-width: 47.9375em) {
  .header--inner {
    padding-left: 1.1428571429rem;
  }
}

.template-contact-simple .header {
  position: absolute;
}

@media print, screen and (min-width: 67.5625em) {
  .header-sm {
    height: calc(var(--header-hgt-fx) * var(--rem));
  }
}

.header {
  --logo-wid: 18.75rem;
  --gnav-wid: calc(100% - var(--logo-wid));
}
.header .header--logo {
  max-width: var(--logo-wid);
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 48em) {
  .header .header--logo {
    padding-left: 1.875rem;
  }
}
.header .header--logo img {
  transition: var(--transit-default);
}

/* logo
**************************************** */
.header--logo a,
.footer--logo a {
  display: inline-block;
}
@media (hover: hover) {
  .header--logo a:hover,
  .footer--logo a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 67.5em) {
  .header--logo img {
    width: auto !important;
    max-height: 2.8571428571rem;
  }
}

/* gnav
**************************************** */
@media print, screen and (min-width: 67.5625em) {
  .gnav,
  .gnav--menu,
  .gnav--menu li,
  .gnav--link {
    height: 100%;
  }
}

.gnav {
  padding: 0.5rem 1rem 0.5rem 1.25rem;
  max-width: var(--gnav-wid);
  border-radius: 0.5rem;
}
@media print, screen and (min-width: 67.5625em) {
  .gnav {
    display: flex;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 67.5em) {
  .gnav {
    width: 100vw;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    height: 100lvh;
    padding: 1.7142857143rem 7%;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    overscroll-behavior-y: contain;
    background-color: var(--clr-wht);
    -webkit-overflow-scrolling: touch;
    transition: var(--transit-default);
  }
  .gnav.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .gnav {
    padding-top: calc(0.4285714286rem + var(--header-hgt) * var(--rem));
    max-width: none;
    top: -0.4285714286rem;
    left: calc((100vw - 100%) * 0.5 * -1);
  }
}

/* gnav--menu
********************************************** */
@media screen and (max-width: 67.5em) {
  .gnav--menu,
  .gnav--cta {
    display: block;
  }
}

@media screen and (max-width: 67.5em) {
  .gnav--menu li {
    position: relative;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 67.5em) {
  .gnav--menu > li:not(:last-child) {
    border-bottom: 1px solid var(--clr-primary-default);
  }
}

.gnav--link {
  padding: 0 0.75rem;
  font-family: var(--font-en-text);
  font-size: var(--font-size-txt-lg);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 67.5em) {
  .gnav--link {
    display: block;
    padding: 1.0714285714rem;
    font-family: inherit;
    font-size: var(--font-size-txt-md);
    line-height: var(--line-height-default);
    letter-spacing: var(--ltr-space-default);
  }
}
@media print, screen and (min-width: 67.5625em) {
  .gnav--link {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--menu li.menu-item-has-children > .gnav--link span {
    display: flex;
    align-items: center;
    gap: 0.4375rem;
  }
  .gnav--menu li.menu-item-has-children > .gnav--link span::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 0.625rem;
    height: 0.625rem;
    background-color: var(--clr-primary-default);
    transition: var(--transit-default);
    clip-path: polygon(calc(50% + 0.85px) 0, calc(50% - 0.85px) 0, calc(50% - 0.85px) calc(50% - 0.85px), 0 calc(50% - 0.85px), 0 calc(50% + 0.85px), calc(50% - 0.85px) calc(50% + 0.85px), calc(50% - 0.85px) 100%, calc(50% + 0.85px) 100%, calc(50% + 0.85px) calc(50% + 0.85px), 100% calc(50% + 0.85px), 100% calc(50% - 0.85px), calc(50% + 0.85px) calc(50% - 0.85px));
  }
}

@media screen and (max-width: 67.5em) {
  .gnav--menu li:not(.menu-item-has-children) a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.1428571429rem;
  }
  .gnav--menu li:not(.menu-item-has-children) a::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 2rem;
    height: 1.5rem;
    background-color: var(--clr-secondary-dark);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.175 13H4v-2h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.2rem 1.2rem;
    border-radius: var(--border-radius-tertiary);
    transition: var(--transit-default);
    flex-shrink: 0;
  }
  .gnav--menu li:not(.menu-item-has-children) a:hover::after {
    animation: btn-arrow-loop 0.2s forwards;
  }
}
@media (hover: hover) {
  .gnav--menu > li:hover > a.gnav--link {
    color: var(--clr-primary-default);
  }
}
.gnav--menu > li.current-menu-item > .gnav--link {
  color: var(--clr-primary-default);
}

.gnav--menu li.menu-item-has-children:hover span::after {
  rotate: 180deg;
  clip-path: polygon(calc(50% + 0.75px) calc(50% - 0.75px), calc(50% - 0.75px) calc(50% - 0.75px), calc(50% - 0.75px) calc(50% - 0.75px), 0 calc(50% - 0.75px), 0 calc(50% + 0.75px), calc(50% - 0.75px) calc(50% + 0.75px), calc(50% - 0.75px) calc(50% + 0.75px), calc(50% + 0.75px) calc(50% + 0.75px), calc(50% + 0.75px) calc(50% + 0.75px), 100% calc(50% + 0.75px), 100% calc(50% - 0.75px), calc(50% + 0.75px) calc(50% - 0.75px));
}

/* sub_nav
********************************************** */
.menu-item-has-children {
  position: relative;
}

.head_sub_nav--wrap {
  z-index: 100;
}
@media print, screen and (min-width: 67.5625em) {
  .head_sub_nav--wrap {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: var(--transit-default);
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 67.5em) {
  .head_sub_nav--wrap {
    background-color: var(--clr-wht);
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--menu .menu-item-has-children:hover .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 67.5em) {
  .menu-item-has-children.is-open .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
    padding-bottom: 1.5em;
  }
}

.head_sub_nav {
  font-size: var(--font-size-txt-md);
}
@media print, screen and (min-width: 67.5625em) {
  .head_sub_nav {
    margin-top: -0.5rem;
    padding: calc(2.4375rem - 0.5em) 2.625rem;
    border-radius: 0.5rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(20, 35, 51, 0.95);
    box-shadow: 0.375rem 0.375rem 0.875rem 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 67.5em) {
  .head_sub_nav {
    position: relative;
    padding-left: 2em;
  }
}

.head_sub_nav a {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  padding-block: 0.25em;
  padding-inline: 0 1.0714285714rem;
  text-align: left;
  color: var(--clr-bg-01);
  font-family: var(--font-jp-text);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.head_sub_nav a::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 1px;
  background-color: #0356C0;
}
@media screen and (max-width: 67.5em) {
  .head_sub_nav a {
    color: var(--clr-text-primary);
  }
  .head_sub_nav a::before {
    content: none;
  }
}
@media (hover: hover) {
  .head_sub_nav a:hover {
    color: var(--clr-primary-default);
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav_sub_toggle {
    display: none;
  }
}
@media screen and (max-width: 67.5em) {
  .gnav_sub_toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    transition: var(--transit-default);
    color: var(--clr-primary-default);
    cursor: pointer;
  }
  .gnav_sub_toggle::before, .gnav_sub_toggle::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 0.7857142857rem;
    height: 1px;
    border-bottom: 1px solid;
  }
  .gnav_sub_toggle::after {
    rotate: 90deg;
  }
}

@media screen and (max-width: 47.9375em) {
  .menu-item-has-children.is-open .gnav_sub_toggle {
    rotate: 180deg;
  }
  .menu-item-has-children.is-open .gnav_sub_toggle::after {
    opacity: 0;
  }
}
/* gnav--cta
********************************************** */
.gnav--cta {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 67.5em) {
  .gnav--cta {
    display: grid;
    gap: 0.5714285714rem;
    margin-top: 1.7142857143rem;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--tel,
  .gnav--contact {
    margin-left: 0.5rem;
  }
}

/* gnav--cta-diagnosis / gnav--cta-contact (Figma CTAボタン)
********************************************** */
.gnav--cta .btn a:not(:has(.icon)) .btn-inner span::after {
  content: none;
}
.gnav--cta .btn a .btn-inner span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  font-family: var(--font-jp-text);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--clr-text-light);
  transition: var(--transit-default);
}
@media screen and (min-width: 67.5625em) {
  .gnav--cta .btn a .btn-inner span {
    padding: 0.75rem 1rem;
    font-size: var(--font-size-txt-md);
  }
}
@media screen and (max-width: 67.5em) {
  .gnav--cta .btn a .btn-inner span {
    padding-inline: 0.5714285714rem;
    width: fit-content;
    margin-inline: auto;
  }
}

.gnav--cta .btn:not(.btn-dark):not(.btn-cta) a .btn-inner > span::before,
.gnav--cta .btn.btn-dark a .btn-inner > span::before {
  content: "";
  width: 1.25rem;
  aspect-ratio: 1;
  background-color: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
}
@media screen and (max-width: 47.9375em) {
  .gnav--cta .btn:not(.btn-dark):not(.btn-cta) a .btn-inner > span::before,
  .gnav--cta .btn.btn-dark a .btn-inner > span::before {
    width: 1.7142857143rem;
  }
}

.gnav--cta .btn:not(.btn-dark):not(.btn-cta) a .btn-inner > span::before {
  mask-image: url(../images/common/icon-search.svg);
}

.gnav--cta .btn.btn-dark a .btn-inner > span::before {
  mask-image: url(../images/common/icon-download.svg);
}

.gnav--tel a {
  display: inline-flex !important;
  flex-direction: column;
  margin-inline: auto;
}

.gnav--tel .tel {
  font-size: max(18px, 1.25rem);
}

.gnav--tel .num {
  font-size: max(22px, 1.5rem);
}

.gnav--tel .hours {
  font-size: max(12px, 0.875rem);
}

.gnav--contact a {
  padding: 1.25rem 2rem;
  border-radius: 0.25rem;
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-md);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 67.5625em) {
  .gnav--contact a {
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 67.5em) {
  .gnav--contact a {
    padding: 0.7142857143rem 1.1428571429rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* btn
********************************************** */
@media print, screen and (min-width: 67.5625em) {
  .gnav_btn {
    display: none;
  }
}
@media screen and (max-width: 67.5em) {
  .gnav_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 5.1428571429rem;
    height: 5.1428571429rem;
    cursor: pointer;
    z-index: 9999;
    transition: var(--transit-default);
    background-color: transparent;
  }
  .gnav_btn.is-active {
    background-color: var(--clr-bg-02);
  }
}

.gnav_btn--lines {
  position: relative;
  width: 2.2857142857rem;
  height: 1.1428571429rem;
}

.gnav_btn--lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--clr-primary-default);
  transition: var(--transit-default);
}
.gnav_btn--lines span:nth-of-type(1) {
  top: 0;
}
.gnav_btn--lines span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.gnav_btn--lines span:nth-of-type(3) {
  bottom: 0;
}

/* breadcrumbs
********************************************** */
.breadcrumbs {
  font-size: calc(13 * var(--rem));
  letter-spacing: var(--ltr-space-default);
  line-height: var(--line-height-default);
}

.gnav_btn.is-active .gnav_btn--lines span:nth-of-type(1) {
  transform: translateY(0.5rem) rotate(-45deg);
}
.gnav_btn.is-active .gnav_btn--lines span:nth-of-type(2) {
  opacity: 0;
}
.gnav_btn.is-active .gnav_btn--lines span:nth-of-type(3) {
  transform: translateY(-0.5rem) rotate(45deg);
}

/* ##############################################################################

    HEADER header-sp-btm

############################################################################## */
.header-sp-btm {
  --gnav_btm-hgt: 68;
  --gnav_btm-hgt-rem: calc(var(--gnav_btm-hgt) * var(--rem));
}
@media screen and (max-width: 67.5em) {
  .header-sp-btm .gnav {
    bottom: var(--gnav_btm-hgt-rem);
    height: calc(100% - var(--header-hgt) * var(--rem) - var(--gnav_btm-hgt-rem));
  }
}
.header-sp-btm .gnav_btm {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.header-sp-btm .gnav_btm--menu {
  display: flex;
  gap: 1px;
  margin-right: calc(27.8571428571rem / 5);
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  background-color: var(--clr-mono-01);
  border-right: 1px solid var(--clr-mono-01);
  height: var(--gnav_btm-hgt-rem);
  text-align: center;
}
@media print, screen and (min-width: 67.5625em) {
  .header-sp-btm .gnav_btm--menu {
    display: none;
  }
}
.header-sp-btm .gnav_btm--menu li {
  flex: 1;
}
.header-sp-btm .gnav_btm--menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-inline: 0.5714285714rem;
  color: var(--clr-primary-default);
  background-color: var(--clr-wht);
}
.header-sp-btm .gnav_btm--menu .current-menu-item a {
  background-color: var(--clr-bg-01);
}
.header-sp-btm .gnav_btm--cta {
  position: fixed;
  left: 0.5714285714rem;
  right: 0.5714285714rem;
  bottom: calc(var(--gnav_btm-hgt-rem) + 0.7142857143rem);
  display: flex;
  flex-direction: column;
  padding: 0.5714285714rem;
  gap: 0.2857142857rem;
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  text-align: center;
  line-height: 1.6;
  border-radius: var(--border-radius-primary);
  background-color: var(--clr-wht);
  box-shadow: 0 0 1.7142857143rem 0 rgba(0, 0, 0, 0.1);
  transition: var(--transit-default);
  transform: translateY(4.1428571429rem);
  z-index: -1;
}
@media print, screen and (min-width: 67.5625em) {
  .header-sp-btm .gnav_btm--cta {
    display: none;
  }
}
.header-sp-btm .gnav_btm--cta .toggle {
  position: absolute;
  top: -0.5714285714rem;
  right: 0.5714285714rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  border-radius: 50%;
  background-color: var(--clr-wht);
  box-shadow: 0 0 1.7142857143rem 0 rgba(0, 0, 0, 0.1);
  transition: var(--transit-default);
  rotate: 180deg;
}
.header-sp-btm .gnav_btm--cta .toggle::before {
  content: "";
  display: block;
  width: 0.5714285714rem;
  height: 0.5714285714rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--clr-text-secondary);
}
.header-sp-btm .gnav_btm--cta.is-active {
  transform: translateY(0);
}
.header-sp-btm .gnav_btm--cta.is-active .toggle {
  rotate: 0;
}
.header-sp-btm .gnav_btm--cta_list {
  display: flex;
  gap: 0.2857142857rem;
}
.header-sp-btm .gnav_btm--cta_list li {
  flex: 1;
}
.header-sp-btm .gnav_btm--cta_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.8571428571rem;
  padding-block: 0.5714285714rem;
  border-radius: var(--border-radius-primary);
  color: var(--clr-wht);
}
.header-sp-btm .gnav_btm--line a {
  background-color: #06C755;
}
.header-sp-btm .gnav_btm--contact a {
  background-color: var(--clr-secondary-default);
}
@media screen and (max-width: 67.5em) {
  .header-sp-btm .gnav_btn {
    top: inherit;
    bottom: 0;
    width: calc(27.8571428571rem / 5);
    height: 4.8571428571rem;
  }
}

.home-why__ttl[data-inview],
.home-why__layer > [data-inview],
.home-why__layer__btm[data-inview],
.home-assignment__list-item[data-inview],
.home-service__item[data-inview],
.home-service__head[data-inview],
.home-greeting__body > [data-inview],
.home-professional__slide__wrp[data-inview],
.home-professional > [data-inview],
.home-case [data-inview],
.home-partner__head__txtarea[data-inview],
.home_knowledge [data-inview],
.home-related_page [data-inview],
.home_news[data-inview] {
  transition: var(--transition-slow);
}
.home-why__ttl[data-inview]:not(.is-inview),
.home-why__layer > [data-inview]:not(.is-inview),
.home-why__layer__btm[data-inview]:not(.is-inview),
.home-assignment__list-item[data-inview]:not(.is-inview),
.home-service__item[data-inview]:not(.is-inview),
.home-service__head[data-inview]:not(.is-inview),
.home-greeting__body > [data-inview]:not(.is-inview),
.home-professional__slide__wrp[data-inview]:not(.is-inview),
.home-professional > [data-inview]:not(.is-inview),
.home-case [data-inview]:not(.is-inview),
.home-partner__head__txtarea[data-inview]:not(.is-inview),
.home_knowledge [data-inview]:not(.is-inview),
.home-related_page [data-inview]:not(.is-inview),
.home_news[data-inview]:not(.is-inview) {
  opacity: 0;
}

.home-why__ttl[data-inview] + .home-why__problem {
  transition: var(--transition-slow);
}

.home-why__ttl[data-inview]:not(.is-inview) + .home-why__problem {
  opacity: 0;
}

.home-assignment > [data-inview] .ttl-01,
.home-assignment > [data-inview] .home-assignment__head {
  transition: var(--transition-slow);
}
.home-assignment > [data-inview] .ttl-01:not(.is-inview),
.home-assignment > [data-inview] .home-assignment__head:not(.is-inview) {
  opacity: 0;
}
.home-assignment > [data-inview].is-inview .ttl-01,
.home-assignment > [data-inview].is-inview .home-assignment__head {
  opacity: 1;
}

.home-service__item[data-inview] .home-service__item__img {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.44, 0.23, 0.42, 0.95);
  transition-delay: 0.4s;
}
.home-service__item[data-inview].is-inview .home-service__item__img {
  opacity: 1;
}

.home-stance__inner[data-inview] .home-stance__ttl,
.home-stance__inner[data-inview] .home-stance__list-item {
  transition: var(--transition-slow);
}
.home-stance__inner[data-inview]:not(.is-inview) .home-stance__list-item,
.home-stance__inner[data-inview]:not(.is-inview) .home-stance__ttl {
  opacity: 0;
}
.home-stance__inner[data-inview] .home-stance__list-item:first-child {
  transition-delay: 0.1s;
}
.home-stance__inner[data-inview] .home-stance__list-item:nth-child(2) {
  transition-delay: 0.2s;
}
.home-stance__inner[data-inview] .home-stance__list-item:nth-child(3) {
  transition-delay: 0.3s;
}

/* home-assignment
********************************************** */
.home-intro:has(#intro-txtarea2.is-inview) + .home-assignment__wrp::before {
  background-image: url(../images/home/assignment-bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.home-assignment__wrp {
  position: relative;
}
.home-assignment__wrp::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-assignment {
  padding-block: 11.25rem 12.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .home-assignment {
    padding-block: 4.2857142857rem 8.5714285714rem;
  }
}

.home-assignment__ttl.ttl-01 span:not(.subtitle-md), .home-assignment__ttl.ttl-01 span.subtitle-md {
  color: var(--clr-wht);
}

.home-assignment__grid-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 67.5em) {
  .home-assignment__grid-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-assignment__grid-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.home-assignment__head {
  display: grid;
  gap: 2.25rem;
  width: 27rem;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--header-hgt-fx) * var(--rem) + 2rem);
  left: 0;
}
.home-assignment__head .txt-md {
  color: var(--clr-wht);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-assignment__head {
    position: static;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-assignment__head {
    width: 100%;
    position: static;
  }
}

.home-assignment__ttl-sub {
  color: var(--clr-wht);
  font-size: var(--font-size-heading2);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

.home-assignment__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7.1875rem 5.4375rem;
}
.home-assignment__body .pie-chart__sign,
.home-assignment__body .pie-chart__number,
.home-assignment__body .pie-chart__unit {
  color: var(--clr-text-light);
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-assignment__body {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-assignment__body {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.8571428571rem;
  }
}

.home-assignment__list-item {
  width: 28.0625rem;
}
.home-assignment__list-item .pie-chart {
  margin-inline: auto;
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 47.9375em) {
  .home-assignment__list-item .pie-chart {
    margin-bottom: 1.4285714286rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-assignment__list-item .ttl-04 {
    margin-bottom: 1.4285714286rem;
  }
}
.home-assignment__list-item .txt-lg {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-assignment__list-item .pie-chart__number {
    font-size: 6.8571428571rem;
  }
}
@media screen and (max-width: 67.5em) {
  .home-assignment__list-item {
    width: 100%;
  }
}

/* home-fv
********************************************** */
.home-fv {
  height: 100lvh;
  position: relative;
  overflow: clip;
  transition: var(--transition-slow);
}
.home-fv::after {
  content: "";
  width: 100%;
  aspect-ratio: 1920/474;
  background: linear-gradient(181deg, rgba(255, 255, 255, 0) 3.94%, #000 97.03%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.home-fv.is-hide {
  opacity: 0;
  pointer-events: none;
}

.home-fv__slide {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .home-fv__slide {
    grid-template-columns: minmax(0, 1fr);
  }
}
.home-fv__slide.is-txtarea-hide .home-fv__slide__ttlarea,
.home-fv__slide.is-txtarea-hide .home-fv__slide__txtarea {
  opacity: 0 !important;
  transition: all 0.1s linear !important;
}

@keyframes moveDiagonal {
  from {
    transform: translate(var(--move-start-x), var(--move-start-y));
  }
  to {
    transform: translate(var(--move-end-x), var(--move-end-y));
  }
}
@keyframes scaleDown {
  from {
    transform: scale(--scale-start);
  }
  to {
    transform: scale(var(--scale-end));
  }
}
.home-fv__slide__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .home-fv__slide__item {
    transform: none;
  }
}
.home-fv__slide__item .home-fv__slide__img {
  filter: blur(0);
}
.home-fv__slide__item.right .home-fv__slide__img, .home-fv__slide__item.left .home-fv__slide__img {
  filter: blur(0.75rem);
}
.home-fv__slide__item.right .home-fv__slide__ttlarea,
.home-fv__slide__item.right .home-fv__slide__txtarea, .home-fv__slide__item.left .home-fv__slide__ttlarea,
.home-fv__slide__item.left .home-fv__slide__txtarea {
  opacity: 0;
}
.home-fv__slide__item .home-fv__slide__img {
  transition: all 0.8s ease-out;
  transform: translate(var(--x), var(--y)) scale(var(--scale));
}
.home-fv__slide__item.left .home-fv__slide__img__inner::before, .home-fv__slide__item.left .home-fv__slide__img__inner::after, .home-fv__slide__item.right .home-fv__slide__img__inner::before, .home-fv__slide__item.right .home-fv__slide__img__inner::after {
  opacity: 0;
}
.home-fv__slide__item.center {
  --x: -50%;
  --y: -50%;
  --scale: 1;
  z-index: 3;
}
@media screen and (max-width: 47.9375em) {
  .home-fv__slide__item.center {
    --x: 0;
    --y: 0;
  }
}
.home-fv__slide__item.left {
  --x: calc(-50vw - 30%);
  --y: -95%;
  --scale: .79;
  z-index: 1;
}
.home-fv__slide__item.left .home-fv__slide__img {
  opacity: 0.5;
  filter: blur(0.75rem);
}
@media screen and (max-width: 47.9375em) {
  .home-fv__slide__item.left {
    --x: calc(-50vw + 20%);
    --y: -45%;
    --scale: .79;
  }
}
.home-fv__slide__item.right {
  --x: calc(50vw - 60%);
  --y: -25%;
  --scale: 1.2;
}
@media screen and (max-width: 47.9375em) {
  .home-fv__slide__item.right {
    --x: calc(50vw - 10%);
    --y: 25%;
    --scale: 1.2;
  }
}
.home-fv__slide__item.behind {
  z-index: 0;
}

.splide__slide__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-fv__slide__ttlarea,
.home-fv__slide__txtarea {
  display: grid;
  max-width: calc(50% - 22rem);
  transition: all 0.8s linear !important;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-fv__slide__ttlarea,
  .home-fv__slide__txtarea {
    max-width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-fv__slide__ttlarea,
  .home-fv__slide__txtarea {
    max-width: none;
    width: 100%;
  }
}

.home-fv__slide__ttlarea {
  --font-size-jp: 38;
  gap: 0.75rem;
}
.home-fv__slide__ttlarea .font-en {
  font-size: var(--font-size-heading1);
  font-weight: 600;
  line-height: 1;
}
.home-fv__slide__ttlarea .font-jp {
  font-size: calc(var(--font-size-jp) * var(--rem));
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-fv__slide__ttlarea {
    display: flex;
    flex-direction: column;
    padding-top: calc(var(--header-hgt) * var(--rem) + 2rem + 3rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .home-fv__slide__ttlarea {
    --font-size-jp: 24;
    align-self: start;
    gap: 0.2857142857rem;
    margin-bottom: -0.4285714286rem;
    position: static;
  }
  .home-fv__slide__ttlarea .font-en {
    font-size: 1.4285714286rem;
  }
  .home-fv__slide__ttlarea .font-jp {
    line-height: 1.35;
  }
}

.home-fv__slide__item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.home-fv__slide__item__inner.inner {
  max-width: calc(1660 * var(--rem));
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-fv__slide__item__inner {
    align-items: stretch;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-fv__slide__item__inner {
    display: grid;
    grid-template-rows: auto auto auto;
    align-items: stretch;
    align-content: start;
    row-gap: 0;
    padding-top: calc(var(--header-hgt) * var(--rem) + 0.2857142857rem);
    padding-bottom: clamp(2.5rem, 5svh, 3.5714285714rem);
  }
}

.home-fv__slide__txtarea {
  gap: 0.6875rem;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-fv__slide__txtarea {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-top: calc(var(--header-hgt) * var(--rem) + 2rem + 3rem);
    padding-bottom: 11.5625rem;
    z-index: 5;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-fv__slide__txtarea {
    align-self: end;
    gap: 0.4285714286rem;
    margin-top: -0.2857142857rem;
  }
}

.home-fv__slide__txtarea__ttl {
  display: grid;
  gap: 0.6875rem;
}
.home-fv__slide__txtarea__ttl .font-en {
  color: var(--clr-text-light);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
  line-height: 1.7;
  letter-spacing: 0;
}
.home-fv__slide__txtarea__ttl .font-jp {
  font-size: var(--font-size-heading3);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 47.9375em) {
  .home-fv__slide__txtarea__ttl {
    display: flex;
    align-items: center;
    gap: 1.1428571429rem;
  }
  .home-fv__slide__txtarea__ttl .font-en {
    flex-shrink: 0;
    line-height: 1;
  }
}

.home-fv__slide__txtarea__txt {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .home-fv__slide__txtarea__txt {
    --max-font-size: calc(var(--txt-md) * 1px - 2px);
    font-size: max(var(--max-font-size), var(--font-size-txt-md) * 1.1);
  }
}

.home-fv__slide__img {
  width: 44rem;
  aspect-ratio: 1;
  border: 1.002px solid rgba(255, 255, 255, 0.5);
  padding: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: var(--transition-slow);
}
@media screen and (min-width: 48em) {
  .home-fv__slide__img {
    width: min(44rem, 100svh - 17.5rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .home-fv__slide__img {
    align-self: center;
    justify-self: center;
    width: clamp(12.8571428571rem, min(82vw, 100svh - 26.7857142857rem), 25.7142857143rem);
    position: relative;
    top: auto;
    left: auto;
    margin-block: -0.5714285714rem;
    will-change: transform;
  }
}

.home-fv__slide__img__inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.home-fv__slide__img__inner::before, .home-fv__slide__img__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: var(--transition-slow);
  position: absolute;
  top: 0;
  left: 0;
}
.home-fv__slide__img__inner::before {
  background-image: url(../images/home/fv-lens-top.png);
  z-index: 1;
}
.home-fv__slide__img__inner::after {
  background-image: url(../images/home/fv-lens-btm.png);
  z-index: 0;
}
.home-fv__slide__img__inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-fv__copy {
  display: grid;
  gap: 1.75rem;
  width: 100%;
  position: absolute;
  bottom: 2.8125rem;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 47.9375em) {
  .home-fv__copy {
    bottom: 2%;
    gap: 0.8571428571rem;
  }
}

.home-fv__copy__ttl {
  width: 90%;
  margin-inline: auto;
}

.home-fv__copy__sub {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .home-fv__copy__sub {
    line-height: 1.6;
    font-size: var(--font-size-heading5);
  }
}

/* home-greeting
********************************************** */
.home-greeting {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.home-greeting__fixed-img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.home-greeting__fixed-img__inner {
  height: 100lvh;
  position: sticky;
  top: 0;
  left: 0;
}
.home-greeting__fixed-img__inner::before, .home-greeting__fixed-img__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.home-greeting__fixed-img__inner::before {
  width: 93.9583333333%;
  aspect-ratio: 1804/1080;
  background: url(../images/home/greeting-fixed-img-deco.png) center/cover no-repeat;
  mix-blend-mode: screen;
  z-index: 2;
}
.home-greeting__fixed-img__inner::after {
  width: 100%;
  height: 100%;
  background: url(../images/home/greeting-fixed-img-texture.png) lightgray center/cover no-repeat;
  mix-blend-mode: multiply;
  z-index: 1;
}
.home-greeting__fixed-img__inner img {
  position: relative;
  z-index: 0;
}

.home-greeting_body-wrp {
  padding-top: 100lvh;
  position: relative;
  z-index: 2;
}

.home-greeting__body {
  padding-block: 9.6875rem 7.5rem;
  background: url(../images/home/greeting-bg.jpg) lightgray top center/cover no-repeat;
}
@media screen and (max-width: 47.9375em) {
  .home-greeting__body {
    padding-block: 4.2857142857rem;
  }
}

.home-greeting__ttl.ttl-01 span.subtitle-md {
  color: var(--clr-text-primary);
}
@media screen and (min-width: 48em) {
  .home-greeting__ttl {
    margin-bottom: 0 !important;
  }
}

.home-greeting__inner {
  display: grid;
  gap: 4.375rem;
  align-items: center;
  flex-wrap: wrap;
  grid-template-columns: 31.875rem 1fr 26.625rem;
  margin-top: -3.1875rem;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-greeting__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 2.625rem;
    gap: 3.375rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-greeting__inner {
    margin-top: 0;
    gap: 2.2857142857rem;
    grid-template-columns: minmax(0, 1fr);
  }
}

.home-greeting__sub-ttl {
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-greeting__sub-ttl {
    width: 100%;
  }
}

.home-greeting__img {
  position: relative;
  aspect-ratio: 603/680;
  overflow: hidden;
}
.home-greeting__img::before {
  content: "";
  width: 37.6875rem;
  aspect-ratio: 603/612;
  background: url(../images/home/greeting-deco.png) center/cover no-repeat;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-greeting__img {
    width: calc(40% - 1.6875rem);
  }
}

.home-greeting__txtarea .txt-lg {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.0305555556em;
}
.home-greeting__txtarea .txt-lg + .txt-lg {
  margin-top: 2em;
}
.home-greeting__txtarea .btn {
  margin-top: 3.125rem;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-greeting__txtarea {
    width: calc(60% - 1.6875rem);
  }
}

/* home-intro
********************************************** */
.home-intro {
  --home-intro-scroll-height: 425lvh;
  width: 100%;
  height: var(--home-intro-scroll-height);
  background: #2678e5;
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  z-index: 1;
}
.home-intro:has(.home-intro__light.is-inview) .home-intro__layers::before {
  opacity: 1;
}
.home-intro:has(.home-intro__txtarea__wrp.is-txt-hide) .home-intro__layers::before {
  opacity: 0;
}

.home-intro__bg {
  width: 100%;
  height: 100%;
  overflow: clip;
  position: absolute;
  top: 0;
  left: 0;
}

.home-intro__layers {
  width: 100%;
  height: 100lvh;
  position: sticky;
  top: 0;
  left: 0;
  overflow: clip;
  isolation: isolate;
}
.home-intro__layers::before {
  content: "";
  width: 100%;
  height: 100lvh;
  background-image: url(../images/home/intro-bg-ligth.png);
  mix-blend-mode: soft-light;
  background-position: center;
  background-size: cover;
  transition: var(--transition-slow);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-intro__layers::after {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../images/home/intro-bg.png) center/cover no-repeat, #2678e5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-intro__layers {
    height: 100lvh;
  }
}

.home-intro__layer {
  --home-intro-layer-base-x: 0;
  --home-intro-layer-scroll-x: 0;
  --home-intro-layer-x: calc((var(--home-intro-layer-base-x) + var(--home-intro-layer-scroll-x)) * 1%);
  --home-intro-layer-y: 0;
  --home-intro-layer-base-rotate: 0deg;
  --home-intro-layer-scroll-rotate: 0deg;
  width: 43.2291666667%;
  width: 50%;
  height: 200lvh;
  position: absolute;
  z-index: 1;
  transform: translate(var(--home-intro-layer-x), var(--home-intro-layer-y)) rotate(calc(var(--home-intro-layer-base-rotate) + var(--home-intro-layer-scroll-rotate)));
  transform-origin: center;
}
@media screen and (max-width: 47.9375em) {
  .home-intro__layer {
    width: 82vw;
    height: 160lvh;
  }
}

.home-intro__layer--left {
  --home-intro-layer-base-x: -100;
  margin-top: -5%;
  top: 0;
  left: 0;
}

.home-intro__layer--right {
  --home-intro-layer-base-x: 100;
  --home-intro-layer-base-rotate: 180deg;
  margin-bottom: -5%;
  right: 0;
  bottom: 0;
}

.home-intro__layer-item {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(32, 188, 237, 0.56) 0%, rgba(17, 106, 248, 0.45) 54%, rgba(0, 86, 255, 0.58) 100%);
  opacity: 0.72;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: bottom;
  animation: flow 7s linear infinite;
  will-change: transform, opacity;
}
@keyframes flow {
  0% {
    transform: translate(0, -50%) scale(1);
    opacity: 1;
    z-index: 7;
  }
  100% {
    transform: translate(100%, -50%) scale(1, 0.75);
    opacity: 0;
    z-index: 1;
  }
}

.home-intro__layer-item--1 {
  animation-delay: 0s;
}

.home-intro__layer-item--2 {
  animation-delay: -1s;
}

.home-intro__layer-item--3 {
  animation-delay: -2s;
}

.home-intro__layer-item--4 {
  animation-delay: -3s;
}

.home-intro__layer-item--5 {
  animation-delay: -4s;
}

.home-intro__layer-item--6 {
  animation-delay: -5s;
}

.home-intro__layer-item--7 {
  animation-delay: -6s;
}

.home-intro__layer-item--8 {
  animation-delay: -7s;
}

.home-intro__txtarea__wrp {
  width: 100%;
  height: 25lvh;
  position: sticky;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 3;
}

.home-intro__txtarea {
  width: 100%;
  height: 100lvh;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.home-intro__txtarea--1 .inner {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home-intro__txtarea--2 {
  transition: var(--transit-default);
}
.home-intro__txtarea--2 .inner {
  justify-content: space-between;
  max-width: calc(1720 * var(--rem));
}
@media screen and (max-width: 47.9375em) {
  .home-intro__txtarea--2 .inner {
    flex-direction: column;
  }
}
.home-intro__txtarea--2 .home-intro__ttl {
  font-size: 3rem;
  text-align: left;
}
@media screen and (max-width: 47.9375em) {
  .home-intro__txtarea--2 .home-intro__ttl {
    font-size: var(--font-size-heading1);
  }
}
.home-intro__txtarea--2 .home-intro__txt {
  max-width: calc(694 * var(--rem));
  text-align: left;
  font-weight: 500;
}
@media screen and (min-width: 48em) {
  .home-intro__txtarea--2 .home-intro__txt {
    line-height: 2;
    font-size: var(--font-size-heading5);
  }
}
.home-intro__txtarea--2 .home-intro__txt span::before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 2px;
  margin-right: 0.2em;
  background-color: currentColor;
  vertical-align: middle;
}
.is-txt-hide .home-intro__txtarea--2 {
  opacity: 0;
}

.home-intro__txtarea__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100lvh;
  position: relative;
}
.home-intro__txtarea__inner .inner {
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .home-intro__txtarea__inner .inner {
    gap: 1.4285714286rem;
  }
}
.home-intro__txtarea__inner.is-inview .home-intro__ttl,
.home-intro__txtarea__inner.is-inview .home-intro__txt {
  transition: all 1s linear;
}
.home-intro__txtarea__inner:not(.is-inview) .home-intro__ttl,
.home-intro__txtarea__inner:not(.is-inview) .home-intro__txt {
  opacity: 0;
  transition: var(--transit-default);
}
.home-intro__txtarea__inner.is-sticky-end .home-intro__ttl,
.home-intro__txtarea__inner.is-sticky-end .home-intro__txt {
  opacity: 0;
  transition: var(--transit-default);
}

.home-intro__light {
  --intro-light-scale: 1;
  --intro-light-blur: 0px;
  --intro-light-opacity: .9;
  height: 100lvh;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  transition: var(--transit-default);
}
.home-intro__light:not(.is-inview) {
  opacity: 0;
}

.home-intro__light__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100lvh;
  position: relative;
  will-change: opacity;
  transition: var(--transition-slow);
}
.home-intro__light__inner::before {
  content: "";
  width: 7.625rem;
  aspect-ratio: 122/173;
  rotate: 23deg;
  background-color: var(--clr-wht);
  opacity: var(--intro-light-opacity);
  box-shadow: 0.5rem 0.5rem 4.375rem 0 var(--clr-wht);
  filter: blur(var(--intro-light-blur));
  transform: scale(var(--intro-light-scale));
  transform-origin: center;
  will-change: transform, filter;
}
.is-hide .home-intro__light__inner {
  opacity: 0;
}

.home-intro__ttl {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-intro__ttl {
    font-size: var(--font-size-heading1);
  }
}

.home-intro__txt {
  font-size: var(--font-size-heading6);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}
.home-intro__txt p + p {
  margin-top: 1em;
}

/* home-loading
********************************************** */
.home-loading {
  width: 100%;
  height: 100lvh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  overflow: clip;
}
.home-loading.is-hide {
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-slow);
}

.home-loading__lens,
.home-loading__lens___img,
.home-loading__lens__outline::before {
  width: 44rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .home-loading__lens,
  .home-loading__lens___img,
  .home-loading__lens__outline::before {
    width: 90%;
  }
}

.home-loading__lens__wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: var(--transition-slow);
}

.home-loading__lens {
  border: 1.002px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0.75rem);
  -webkit-backdrop-filter: blur(0.75rem);
  position: relative;
  z-index: 1;
  transition: var(--transition-slow);
}

.home-loading__lens__outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-loading__lens__outline::before {
  content: "";
  display: block;
  border: 1.002px solid rgba(255, 255, 255, 0.5);
}

.home-loading__lens___img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.home-loading__txtarea {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--clr-wht);
  position: relative;
  z-index: 1;
}
.home-loading__txtarea .inner {
  display: grid;
  gap: 3.125rem;
  max-width: calc(1077 * var(--rem));
}

.home-loading__txt img {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .home-loading__txt {
    padding-right: 2.5rem;
  }
}

.home-loading__txt--en {
  font-family: Lexend;
  line-height: 1.36;
  letter-spacing: -0.02em;
}

.home-loading__loop {
  display: flex;
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  opacity: 0.84;
}
.home-loading__loop p {
  padding-right: 4em;
  animation: loopLeftText 24s infinite linear;
  min-width: 115.625%;
}
.home-loading__loop p img {
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .home-loading__loop p {
    min-width: 289.4393741851%;
  }
}

/* home-partner
********************************************** */
.home-partner__head {
  position: relative;
}

.home-partner__head__txtarea {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.375rem;
  position: absolute;
  right: 7.0625rem;
  bottom: 7.5rem;
  z-index: 1;
}
@media screen and (max-width: 67.5em) {
  .home-partner__head__txtarea {
    right: 5%;
    bottom: 5%;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-partner__head__txtarea {
    width: 86%;
    margin-inline: auto;
    padding-block: 14.2857142857rem 2.2857142857rem;
    position: relative;
    z-index: 1;
    right: 0;
    bottom: 0;
  }
}

.home-partner__head__txt__img {
  width: 45.6875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 67.5em) {
  .home-partner__head__txt__img {
    width: 22.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-partner__head__txt__img {
    width: 70%;
  }
}

.home-partner__head__txt {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  padding-right: 4.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .home-partner__head__txt {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.1428571429rem;
    width: 100%;
    padding-right: 0;
  }
}

.home-partner__head__txt__txt {
  color: var(--clr-wht);
  font-size: 2.1045rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 47.9375em) {
  .home-partner__head__txt__txt {
    font-size: var(--font-size-heading4);
    text-align: right;
  }
}

.home-partner__head__ttl {
  width: 79rem;
}
@media screen and (max-width: 67.5em) {
  .home-partner__head__ttl {
    width: 100%;
  }
}

.home-partner__head__img {
  position: relative;
}
.home-partner__head__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-partner__head__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.home-partner__body {
  position: relative;
}

.home-partner__body__inner {
  position: relative;
  z-index: 1;
  padding-block: 100svh 50svh;
  width: 90%;
  max-width: calc(780 * var(--rem));
  margin-inline: auto 5.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .home-partner__body__inner {
    margin-inline: auto;
    width: 86%;
  }
}

.home-partner__body__ttl {
  margin-bottom: 2.5rem;
  color: var(--clr-wht);
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 47.9375em) {
  .home-partner__body__ttl {
    font-size: var(--font-size-heading2);
  }
}

.home-partner__body__txt {
  margin-bottom: 4rem;
  color: var(--clr-wht);
  font-size: max(18px, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 47.9375em) {
  .home-partner__body__txt {
    --max-font-size: calc(var(--txt-lg) * 1px - 2px);
    font-size: max(var(--max-font-size), var(--font-size-txt-lg));
  }
}

.home-partner__body__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.home-partner__body__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #000 100%);
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.home-partner__body__img img {
  aspect-ratio: 1920/1628;
  min-height: 100lvh;
  object-fit: cover;
  position: sticky;
  top: 0;
  left: 0;
}

.home-partner__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

.home-partner__list-item {
  padding: 16.5rem 1.25rem 1.25rem 3.375rem;
  border-radius: 1.3125rem;
  background: var(--clr-primary-dark);
  position: relative;
  overflow: hidden;
}
.home-partner__list-item:hover .home-partner__list-item__img .home-partner__list-item__img__inner {
  scale: 1.05;
  opacity: 0.5;
}
.home-partner__list-item:hover .home-partner__arrow {
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
}
@media screen and (max-width: 47.9375em) {
  .home-partner__list-item {
    padding: 8.5714285714rem 0.8571428571rem 0.8571428571rem 1.7142857143rem;
  }
}

.home-partner__list-item__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.home-partner__list-item__img__inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--img) lightgray 50%/cover no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--transit-default);
}

.home-partner__list-item--company .home-partner__list-item__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home-partner__list-item__txtarea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  color: var(--clr-text-light);
  position: relative;
  z-index: 1;
}

.home-partner__list-item__txtarea__inner {
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 47.9375em) {
  .home-partner__list-item__txtarea__inner {
    padding-bottom: 0;
  }
}

.home-partner__list-item__ttl {
  font-family: var(--font-en-heading);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-partner__list-item__ttl {
    font-size: var(--font-size-display-sm);
  }
}

.home-partner__list-item__txt {
  font-size: max(18px, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .home-partner__list-item__txt {
    --max-font-size: calc(var(--txt-lg) * 1px - 2px);
    font-size: max(var(--max-font-size), var(--font-size-txt-lg));
  }
}

.home-partner__list-item__link {
  color: var(--clr-text-light);
}
.home-partner__list-item__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home-partner__arrow {
  position: relative;
  z-index: 4;
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 6.875rem;
  aspect-ratio: 1;
  color: var(--clr-primary-default);
  background-color: var(--clr-wht);
  border-radius: 50%;
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .home-partner__arrow {
    width: 3.7142857143rem;
    bottom: 0.5714285714rem;
  }
}
.home-partner__arrow::before {
  content: "";
  display: inline-block;
  width: 1.375rem;
  aspect-ratio: 1;
  background-color: currentColor;
  transition: var(--transit-default);
  rotate: 0deg;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/common/icon-arrow.svg);
}
@media screen and (max-width: 47.9375em) {
  .home-partner__arrow::before {
    width: 1.4285714286rem;
  }
}

/* home-professional
********************************************** */
.home-professional {
  padding-top: 14.375rem;
  padding-bottom: 7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .home-professional {
    padding-block: 4.5714285714rem;
  }
}

.home-professional__ttl.ttl-01 span:not(.subtitle-md), .home-professional__ttl.ttl-01 span.subtitle-md {
  color: var(--clr-wht);
}

.home-professional__txtarea {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 8.125rem;
}
@media screen and (max-width: 47.9375em) {
  .home-professional__txtarea {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 3.4285714286rem;
  }
}

.home-professional__ttl-sub {
  margin-bottom: 2rem;
  color: var(--clr-text-light);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-professional__ttl-sub {
    margin-bottom: 0;
    font-size: var(--font-size-heading2);
  }
}

.home-professional__txt {
  margin-bottom: 3rem;
  color: var(--clr-text-light);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.home-professional__txt .txt-lg + .txt-lg {
  margin-top: 2em;
}
@media screen and (max-width: 47.9375em) {
  .home-professional__txt {
    margin-bottom: 0;
  }
}

.home-professional__btm {
  padding: 5rem;
  margin-top: 5rem;
  border-radius: var(--border-radius-primary);
  background: linear-gradient(0deg, rgba(17, 106, 248, 0.6) 0%, rgba(17, 106, 248, 0.6) 100%), url(../images/home/case-bg2.jpg) lightgray;
  background-position: center, top center;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
  background-blend-mode: darken, normal;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .home-professional__btm {
    padding: 3.4285714286rem 1.7142857143rem 17.1428571429rem;
  }
}

.home-professional__btm__ttl-sub {
  margin-bottom: 2rem;
  color: var(--clr-text-light);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-professional__btm__ttl-sub {
    font-size: var(--font-size-heading2);
  }
}

.home-professional__btm__txtarea {
  position: relative;
  z-index: 1;
}

.home-professional__slide__wrp {
  --professional-inner-width: min(90vw, calc(1752 * var(--rem)));
  overflow: hidden;
}
.home-professional__slide__wrp.inner {
  width: calc(100vw - (100vw - var(--professional-inner-width)) / 2);
  max-width: none;
  margin-right: 0;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-professional__slide__wrp.inner {
    width: 95%;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-professional__slide__wrp {
    --professional-inner-width: 86vw;
  }
}

.home-professional__slide {
  width: 100%;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
.home-professional__slide .splide__track {
  overflow: visible;
}
.home-professional__slide .splide__list {
  align-items: flex-start;
}

.home-professional__slide__item {
  flex: 0 0 auto;
  width: 30rem;
  aspect-ratio: 6/11;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .home-professional__slide__item {
    width: min(64vw, 17.1428571429rem);
  }
}

.home-professional__slide__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: inherit;
  overflow: hidden;
  background-color: var(--clr-bg-01);
  cursor: none;
}
.home-professional__slide__link::after {
  content: "CLICK!";
  display: grid;
  place-items: center;
  width: 10rem;
  aspect-ratio: 1;
  background-color: color-mix(in srgb, var(--clr-primary-default) 88%, transparent);
  border-radius: 50%;
  color: var(--clr-bg-01);
  font-family: var(--font-en-text);
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  opacity: 0;
  position: absolute;
  top: var(--professional-pointer-y, 50%);
  left: var(--professional-pointer-x, 50%);
  z-index: 1;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.92);
  transition: opacity var(--duration-default) var(--easing-default), transform var(--duration-default) var(--easing-default);
}
.home-professional__slide__link:hover::after, .home-professional__slide__link:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.home-professional__slide__link:hover .home-professional__slide__item__img img, .home-professional__slide__link:focus-visible .home-professional__slide__item__img img {
  filter: grayscale(0%);
  transform: scale(1.04);
}
@media screen and (max-width: 47.9375em) {
  .home-professional__slide__link::after {
    width: 5.1428571429rem;
    font-size: max(12px, 0.875rem);
  }
}

.home-professional__slide__item__img {
  width: 100%;
  height: 100%;
}
.home-professional__slide__item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter var(--duration-default) var(--easing-default), transform 0.6s var(--easing-default);
}
.home-professional__slide__item__img.no-photo {
  background-color: var(--clr-wht);
}
.home-professional__slide__item__img.no-photo img {
  object-fit: contain;
  padding: 2rem;
}

.home-professional__imgs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transform: translateX(18%) rotate(18deg);
  transform-origin: top right;
}
@media screen and (max-width: 47.9375em) {
  .home-professional__imgs {
    width: 100%;
    height: 24.2857142857rem;
    top: auto;
    overflow: clip;
    bottom: -8.75rem;
    transform: translateX(25%) rotate(18deg);
  }
}

.home-professional__img:nth-child(2) .home-professional__img__inner {
  animation-direction: reverse;
}

.home-professional__img__inner {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  animation: 24s loopLeftTextVertical linear infinite;
}

.home-professional__img-item {
  width: 100%;
  aspect-ratio: 4/3;
}
.home-professional__img-item img {
  border-radius: var(--border-radius-primary);
}

.home-professional__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.home-professional__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100lvh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../images/home/professional-bg.jpg) lightgray top center/cover no-repeat;
  background-blend-mode: darken, normal;
  position: sticky;
  top: 0;
  left: 0;
}

/* home-reason
********************************************** */
.home-reason {
  background: url(../images/home/reason-bg.png) lightgray 50%/cover no-repeat;
  padding-top: 17.5rem;
  overflow: clip;
}
@media screen and (max-width: 47.9375em) {
  .home-reason {
    padding-top: 4.5714285714rem;
  }
}

.home-reason__en {
  display: flex;
  mix-blend-mode: difference;
}
.home-reason__en p {
  min-width: 186.4583333333%;
  padding-right: 8em;
  animation: loopLeftText 24s infinite linear;
}
@media screen and (max-width: 47.9375em) {
  .home-reason__en p {
    min-width: 286.4%;
  }
}
.home-reason__en img {
  width: 100%;
}

@media screen and (max-width: 47.9375em) {
  .home-reason__ttl,
  .home-reason__ttl-sub,
  .home-reason__txt,
  .home-reason__btn {
    width: 86%;
    margin-inline: auto;
  }
}

.home-reason__ttl {
  margin-block: 5.9375rem 2rem;
  color: var(--clr-blk);
  font-size: 3.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-reason__ttl {
    margin-block: 2.8571428571rem 1.7142857143rem;
    font-size: var(--font-size-heading1);
  }
}

.home-reason__ttl-sub {
  margin-bottom: 2.5rem;
  color: var(--clr-blk);
  text-align: center;
  font-size: var(--font-size-heading4);
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}

.home-reason__txt {
  margin-bottom: 2.5rem;
  color: var(--clr-text-primary);
  text-align: center;
  font-size: var(--font-size-heading6);
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .home-reason__txt {
    font-size: var(--font-size-heading5);
  }
}

.home-reason__btn a {
  margin-inline: auto;
}

/* home-related_page
********************************************** */
/* home-service
********************************************** */
.home-service__head {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 47.9375em) {
  .home-service__head {
    margin-bottom: 2.8571428571rem;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (min-width: 48em) {
  .home-service__ttl {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-service__ttl {
    flex-shrink: 0;
  }
}

.home-service__head__txtarea .txt-lg {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.home-service__head__txtarea .txt-lg + .txt-lg {
  margin-top: 1em;
}

.home-service__head__ttl {
  margin-bottom: 2.5rem;
  color: var(--clr-blk);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-service__head__ttl {
    margin-bottom: 1.1428571429rem;
    font-size: var(--font-size-heading2);
  }
}

.home-service__body {
  padding-inline: 2.5rem;
  display: grid;
  gap: 1rem;
}

.home-service__item {
  max-width: calc(1840 * var(--rem));
  width: 100%;
  margin-inline: auto;
  padding: 5.625rem 0 5.625rem 8.5rem;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(219deg, #E8F1FA 18.13%, #FFF 53.36%, #E7FFFB 92.14%);
  position: relative;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-service__item {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-service__item {
    display: flex;
    flex-direction: column-reverse;
    padding: 1.4285714286rem 1.7142857143rem 1.7142857143rem;
  }
}
.home-service__item::before {
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.home-service__item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/service-item-bg.jpg) 50%/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-service__item:first-child::before {
  background-image: url(../images/home/service-item-deco1.png);
}
.home-service__item:first-child .home-service__item__img {
  width: 65.4347826087%;
  top: 6.5rem;
}
@media screen and (max-width: 47.9375em) {
  .home-service__item:first-child .home-service__item__img {
    width: 100%;
    margin-bottom: 1.1428571429rem;
    top: 0;
  }
}
.home-service__item:nth-child(2)::before {
  background-image: url(../images/home/service-item-deco2.png);
  background-position: bottom;
}
.home-service__item:nth-child(2) .home-service__item__img {
  width: 39.4565217391%;
  right: 1.875rem;
}
@media screen and (max-width: 47.9375em) {
  .home-service__item:nth-child(2) .home-service__item__img {
    width: 100%;
    margin-bottom: 1.1428571429rem;
    right: 0;
  }
}
.home-service__item:nth-child(2) .home-service__item__service {
  box-shadow: 0.25rem 0.25rem 1.375rem 0 rgba(17, 106, 248, 0.2);
  backdrop-filter: blur(1.875rem);
}

.home-service__item__txtarea {
  max-width: 37.3125rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-service__item__txtarea {
    max-width: 28.125rem;
  }
}

.home-service__item__ttl {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .home-service__item__ttl {
    margin-bottom: 1.4285714286rem;
  }
}
.home-service__item__ttl .font-en {
  color: var(--clr-primary-default);
  font-size: var(--font-size-heading4);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.0188235294em;
}
.home-service__item__ttl .font-jp {
  color: var(--clr-secondary-dark);
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-service__item__ttl .font-jp {
    font-size: var(--font-size-heading2);
  }
}

.home-service__item__service {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 0.25rem 2rem 0.25rem 0.25rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 47.9375em) {
  .home-service__item__service {
    margin-bottom: 1.1428571429rem;
    padding: 0.8571428571rem;
    flex-wrap: wrap;
    gap: 0.5714285714rem;
  }
}
.home-service__item__service dt {
  display: flex;
  padding: 1rem 1.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem 0 0 0.5rem;
  background: var(--clr-secondary-dark);
  color: var(--clr-wht);
  font-family: var(--font-en-text);
  font-size: var(--font-size-heading5);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .home-service__item__service dt {
    width: 100%;
    border-radius: 0.5rem;
  }
}
.home-service__item__service dd {
  color: #0F1319;
  font-size: var(--font-size-heading5);
  font-weight: 500;
  line-height: 1.4;
}

.home-service__item__txt {
  margin-bottom: 4.625rem;
  color: var(--clr-blk);
  font-size: var(--font-size-heading5);
  font-weight: 500;
  line-height: 2;
}
.home-service__item__txt span {
  color: var(--clr-text-primary);
}
.home-service__item__txt em {
  color: var(--clr-secondary-dark);
}
@media screen and (max-width: 47.9375em) {
  .home-service__item__txt {
    margin-bottom: 1.7142857143rem;
  }
}

.home-service__item__img {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-service__item__img {
    position: relative;
    z-index: 2;
  }
}

/* home-stance
********************************************** */
.home-stance {
  margin-top: 48.5rem;
  padding: 6.875rem 4.8125rem;
  position: relative;
  z-index: 0;
  background: linear-gradient(181deg, rgba(255, 255, 255, 0) 3.94%, #000 97.03%);
}
@media screen and (max-width: 47.9375em) {
  .home-stance {
    margin-top: 4.5714285714rem;
    padding: 1.7142857143rem 1.7142857143rem 2.8571428571rem;
  }
}

.home-stance__inner {
  max-width: calc(1766 * var(--rem));
  margin-inline: auto;
}

.home-stance__ttl {
  margin-bottom: 2.5rem;
  color: var(--clr-bg-01);
  text-align: center;
  font-size: var(--font-size-heading3);
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
}

.home-stance__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .home-stance__list {
    grid-template-columns: minmax(0, 1fr);
  }
}

.home-stance__list-item {
  padding: 16.625rem 1.25rem 1.125rem;
  background: #1A2761;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .home-stance__list-item {
    padding: 2.2857142857rem 1.4285714286rem 1.4285714286rem;
  }
}
.home-stance__list-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: var(--bg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-stance__list-item:first-child {
  --bg: url(../images/home/stance-bg1.jpg);
}
.home-stance__list-item:nth-child(2) {
  --bg: url(../images/home/stance-bg2.jpg);
}
.home-stance__list-item:nth-child(3) {
  --bg: url(../images/home/stance-bg3.jpg);
}
.home-stance__list-item > * {
  position: relative;
  z-index: 2;
}
.home-stance__list-item .font-en.txt-lg {
  color: var(--clr-text-light);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
}
.home-stance__list-item .num {
  color: var(--clr-text-light);
  font-family: var(--font-en-heading);
  font-size: 5.234375rem;
  font-weight: var(--font-weight-heading);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 47.9375em) {
  .home-stance__list-item .num {
    margin-top: 0.8571428571rem;
    margin-bottom: 1.4285714286rem;
    line-height: 1;
  }
}

.home-stance__list-item__head {
  width: 100%;
  position: absolute;
  top: 5.625rem;
  left: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-stance__list-item__head {
    position: relative;
    top: 0;
  }
}

.home-stance__list-item__txtarea {
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
  padding: 4rem 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
}
@media screen and (max-width: 47.9375em) {
  .home-stance__list-item__txtarea {
    gap: 1.1428571429rem;
    height: auto;
    padding: 1.7142857143rem 1.4285714286rem;
  }
}

.home-stance__list-item__ttl {
  color: var(--clr-text-light);
  text-align: center;
  font-size: var(--font-size-heading3);
  font-weight: 600;
  line-height: 1.4;
}

.home-stance__list-item__txt {
  color: var(--clr-text-light);
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .home-stance__list-item__txt {
    text-align: left;
  }
}

/* home_why
********************************************** */
.home-why {
  position: relative;
  z-index: 1;
}
.home-why .ttl-01 {
  margin-bottom: 2.2857142857rem;
}

.home-why__ttl {
  margin-bottom: 5rem;
}
.home-why__ttl.ttl-01 span:not(.subtitle-md), .home-why__ttl.ttl-01 span.subtitle-md {
  color: var(--clr-wht);
}

.home-why__problem {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 47.9375em) {
  .home-why__problem {
    padding-block: 0;
    flex-direction: column;
    gap: 2.2857142857rem;
  }
}

.home-why__problem__ttl {
  width: 40.4375rem;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-why__problem__ttl {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-why__problem__ttl {
    width: 100%;
  }
}

.home-why__problem__items {
  display: flex;
  gap: 5.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .home-why__problem__items {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (min-width: 48em) {
  .home-why__problem__item {
    padding-left: 2.3125rem;
    border-left: 1px solid var(--clr-text-secondary);
  }
}
@media screen and (max-width: 47.9375em) {
  .home-why__problem__item {
    padding-block: 2.2857142857rem;
    border-top: 1px solid var(--clr-text-secondary);
  }
  .home-why__problem__item:nth-child(2) {
    border-bottom: 1px solid var(--clr-text-secondary);
  }
}

.home-why__problem__item__en {
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1;
}

.home-why__problem__item__ttl {
  margin-bottom: 1rem;
  font-size: var(--font-size-heading4);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-why__problem__item__ttl {
    margin-bottom: 1.4285714286rem;
  }
}

.home-why__problem__item__txt {
  margin-bottom: 3.0625rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 47.9375em) {
  .home-why__problem__item__txt {
    margin-bottom: 1.7142857143rem;
  }
}

.home-why__problem__item__num {
  display: flex;
  align-items: flex-end;
  gap: 0.375rem;
  color: var(--clr-text-light);
  font-family: var(--font-en-display);
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.home-why__problem__item__num small {
  font-family: var(--font-en-heading);
  font-size: 0.3333333333em;
  font-weight: var(--font-weight-heading);
  line-height: 1.7;
}
@media screen and (max-width: 47.9375em) {
  .home-why__problem__item__num {
    justify-content: center;
  }
}

/* home-why__layer items
********************************************** */
.home-why__layer {
  margin-top: 3.4285714286rem;
}
.home-why__layer .ttl-02 {
  margin-bottom: 1.4285714286rem;
}

.home-why__layer__items {
  --space: 15.0625rem;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .home-why__layer__items {
    --space: 5.7142857143rem;
    height: auto;
    margin-bottom: 3rem;
  }
}

/* CSS isometric 3D visual */
.home-why__layer__visual {
  pointer-events: none;
}
@media screen and (min-width: 48em) {
  .home-why__layer__visual {
    width: 47.3214285714%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 2.75rem;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-why__layer__visual {
    width: 70%;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-why__layer__visual {
    margin-bottom: 1.7142857143rem;
  }
}

@media screen and (min-width: 48em) {
  .home-why__layer__visual__item {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
  }
  .home-why__layer__visual__item:not(.is-inview) {
    opacity: 0;
  }
  .home-why__layer__visual__item:not(.is-inview) img {
    transform: translateY(calc(var(--space) * -1)) scale(0.9);
  }
}
@media screen and (max-width: 47.9375em) {
  .home-why__layer__visual__item:nth-child(2), .home-why__layer__visual__item:nth-child(3) {
    margin-top: -8.5714285714rem;
  }
  .home-why__layer__visual__item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .home-why__layer__visual__item:nth-child(2) img {
    transition-delay: 0.2s;
  }
  .home-why__layer__visual__item:nth-child(3) {
    transition-delay: 0.4s;
  }
  .home-why__layer__visual__item:nth-child(3) img {
    transition-delay: 0.4s;
  }
  .home-why__layer__visual:not(.is-inview) .home-why__layer__visual__item {
    opacity: 0;
  }
  .home-why__layer__visual:not(.is-inview) .home-why__layer__visual__item img {
    transform: translateY(calc(var(--space) * -1)) scale(0.9);
  }
}
.home-why__layer__visual__item {
  transition: var(--transit-default);
}
.home-why__layer__visual__item img {
  transition: var(--transit-default);
}

@media screen and (max-width: 47.9375em) {
  .home-why__layer__card-blk {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.4285714286rem;
  }
}

.home-why__layer__visual__item--01 {
  top: 0;
}
.home-why__layer__visual__item--02 {
  top: var(--space);
}

.home-why__layer__visual__item--03 {
  top: calc(var(--space) * 2);
}

/* layer card wraps — absolute staggered layout */
.home-why__layer__card-wrap {
  width: 23.8095238095%;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .home-why__layer__card-wrap {
    width: 100%;
    transition: var(--transit-default);
  }
  .home-why__layer__card-wrap:not(.is-inview) {
    opacity: 0;
  }
}
@media screen and (min-width: 48em) {
  .home-why__layer__card-wrap:not(.is-inview) .home-why__layer__card {
    opacity: 0;
  }
}
.home-why__layer__card-wrap::before {
  content: "";
  width: 76.75%;
  height: 1px;
  background-color: var(--clr-wht);
  position: absolute;
  top: 50%;
  transition: var(--transit-default);
  transition-delay: 0.2s;
}
@media screen and (max-width: 47.9375em) {
  .home-why__layer__card-wrap::before {
    content: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-why__layer__card-wrap {
    width: 35%;
  }
  .home-why__layer__card-wrap::before {
    width: 40%;
  }
}

.home-why__layer__card-wrap--01::before {
  right: 0;
  transform: translateX(100%);
}

.home-why__layer__card-wrap--02::before {
  margin-top: -18.75%;
  left: 0;
  transform: translate(-100%);
}
@media screen and (min-width: 48em) {
  .home-why__layer__card-wrap--02 {
    margin-top: 3.064516129%;
    margin-inline: auto 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-why__layer__card-wrap--02 {
    margin-top: 6.25rem;
  }
}

.home-why__layer__card-wrap--03::before {
  margin-top: -12.5%;
  right: 0;
  transform: translateX(100%);
}
@media screen and (min-width: 48em) {
  .home-why__layer__card-wrap--03 {
    margin-top: -9.5161290323%;
  }
}

.home-why__layer__card-wrap--01::before,
.home-why__layer__card-wrap--03::before {
  transform-origin: right;
}
.home-why__layer__card-wrap--01:not(.is-inview)::before,
.home-why__layer__card-wrap--03:not(.is-inview)::before {
  transform: translateX(100%) scale(0, 1);
}

.home-why__layer__card-wrap--02::before {
  transform-origin: left;
}
.home-why__layer__card-wrap--02:not(.is-inview)::before {
  transform: translateX(-100%) scale(0, 1);
}

/* glassmorphism card */
.home-why__layer__card {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
  padding: 3.125rem 2.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
  transition: var(--transition-slow);
  transition-delay: 0.4s;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home-why__layer__card {
    padding: 2rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-why__layer__card {
    gap: 1.25rem;
    padding: 1.75rem 1.5rem;
    border-radius: 0.75rem;
  }
}

.home-why__layer__card__head {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
}

.home-why__layer__card__head__row {
  display: flex;
  align-items: center;
  gap: 1.3125rem;
}

.home-why__layer__card__num {
  color: var(--clr-text-light);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
  line-height: 1.7;
  letter-spacing: 0;
}

.home-why__layer__card__category {
  color: var(--clr-text-light);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
  line-height: 1.7;
  letter-spacing: 0;
}

.home-why__layer__card__ttl {
  color: var(--clr-wht);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  letter-spacing: 0;
}

.home-why__layer__card__txt {
  color: var(--clr-wht);
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-lg);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

/* layer bottom text */
.home-why__layer__btm {
  padding-block: 5rem 11.25rem;
}
@media screen and (max-width: 47.9375em) {
  .home-why__layer__btm {
    padding-block: 1.4285714286rem 5.7142857143rem;
  }
}

.home-why__layer__btm__ttl {
  margin-bottom: 3.5rem;
  font-size: 3.5rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .home-why__layer__btm__ttl {
    margin-bottom: 1.25rem;
    font-size: var(--font-size-heading3);
  }
}

.home-why__layer__btm__txt {
  font-size: var(--font-size-heading5);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

/* home-case
********************************************** */
.home-case {
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 47.9375em) {
  .home-case {
    padding-bottom: 4.5714285714rem;
  }
}
.home-case::after {
  content: "";
  width: 74.3125rem;
  aspect-ratio: 1189/1085;
  background-image: url(../images/home/case-deco.png);
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 38.0729166667%;
  z-index: 1;
  pointer-events: none;
}

.home-case__inner.inner {
  max-width: calc(1688 * var(--rem));
}
.home-case__inner {
  position: relative;
  z-index: 2;
}
.home-case__inner .ttl-01 span {
  color: var(--clr-text-light) !important;
}
@media screen and (max-width: 47.9375em) {
  .home-case__inner {
    margin-bottom: 3.4285714286rem;
  }
}

.home-case__ttl-sub {
  margin-bottom: 1.25rem;
  color: var(--clr-bg-01);
  font-size: var(--font-size-heading3);
  font-weight: 600;
  line-height: 1.8;
}

.home-case__txt {
  color: var(--clr-bg-01);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.home_case__slide {
  padding-top: 5rem;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .home_case__slide {
    padding-top: 2.2857142857rem;
  }
}
.home_case__slide .posts {
  width: calc(100% + (100vw - 100%) * 0.5);
}
.home_case__slide .posts.is-static .splide__option {
  display: none;
}
.home_case__slide .posts .splide__list {
  gap: var(--fixed-gap);
}
.home_case__slide .post {
  width: var(--fixed-width);
}
.home_case__slide .splide__progress {
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  touch-action: none;
}
.home_case__slide .splide__progress__bar {
  height: 0.4375rem;
  background-color: var(--clr-text-light);
  transition: width 0.2s ease;
  border-radius: var(--border-radius-max);
  transform: translateY(-50%);
}
.home_case__slide .splide__option {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 15.0625rem;
  gap: 4.875rem;
  max-width: calc(1688 * var(--rem));
  margin-top: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .home_case__slide .splide__option {
    width: 93%;
    margin-inline: 0 auto;
    gap: 1.7142857143rem;
    grid-template-columns: 1fr 7.7142857143rem;
  }
}
.home_case__slide .splide__arrows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}
@media screen and (max-width: 47.9375em) {
  .home_case__slide .splide__arrows {
    gap: 0.5714285714rem;
  }
}
.home_case__slide .splide__arrow {
  aspect-ratio: 1;
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 6.875rem;
  aspect-ratio: 1;
  color: var(--clr-primary-default);
  background-color: var(--clr-wht);
  border-radius: 50%;
  transition: var(--transit-default);
  position: relative;
  z-index: 4;
}
.home_case__slide .splide__arrow:hover {
  background-color: var(--clr-primary-default);
}
.home_case__slide .splide__arrow:hover::before {
  background-color: var(--clr-wht);
}
.home_case__slide .splide__arrow::before {
  content: "";
  display: inline-block;
  width: 1.375rem;
  aspect-ratio: 1;
  background-color: currentColor;
  transition: var(--transit-default);
  rotate: 0deg;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/common/icon-arrow.svg);
}
@media screen and (max-width: 47.9375em) {
  .home_case__slide .splide__arrow::before {
    width: 1.4285714286rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_case__slide .splide__arrow {
    width: 3.5714285714rem;
  }
}
.home_case__slide .splide__arrow--prev {
  rotate: 180deg;
}
@media screen and (min-width: 48em) {
  .home_case__slide .btn {
    position: absolute;
    top: -5rem;
    right: 0;
  }
  .home_case__slide .btn a {
    min-width: 20rem;
  }
}

.home-case__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.home-case__bg__img::before, .home-case__bg__img::after {
  content: "";
  width: 100%;
  background-blend-mode: darken, normal;
  position: absolute;
  left: 0;
}
.home-case__bg__img::before {
  height: 41.1764705882%;
  background: linear-gradient(0deg, rgba(17, 106, 248, 0.7) 0%, rgba(17, 106, 248, 0.7) 100%), url(../images/home/case-bg1.jpg) lightgray;
  background-position: center, center center;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
  background-blend-mode: darken, normal;
  top: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-case__bg__img::before {
    height: 100%;
  }
}
.home-case__bg__img::after {
  height: 60.9243697479%;
  background: linear-gradient(0deg, rgba(17, 106, 248, 0.6) 0%, rgba(17, 106, 248, 0.6) 100%), url(../images/home/case-bg2.jpg) lightgray;
  background-position: center, center center;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
  background-blend-mode: darken, normal;
  bottom: 0;
}

/* home_cta
********************************************** */
.home_cta {
  position: relative;
  z-index: 2;
}
.home_cta .common-cta-section.inner {
  max-width: calc(1840 * var(--rem));
  width: 97.5%;
}
@media screen and (min-width: 48em) {
  .home_cta .common-cta-scroll-trigger {
    justify-content: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_cta {
    width: 86%;
    margin-inline: auto;
  }
  .home_cta .common-cta-section.inner {
    width: 100%;
  }
}

/* hero
********************************************** */
.hero {
  position: relative;
  height: 50rem;
}
@media screen and (max-width: 47.9375em) {
  .hero {
    height: 38.5714285714rem;
  }
}

.hero--cont {
  position: absolute;
  top: 0;
}

.hero_slide {
  overflow: hidden;
}

.hero_slides,
.hero_slide,
.hero_slide .splide__track,
.hero_slide .splide__list,
.hero_slide .splide__slide {
  width: 100%;
  height: 100% !important;
}

/* home_knowledge
********************************************** */
.home_knowledge .posts {
  width: calc(100% + (100vw - 100%) * 0.5);
}
.home_knowledge .posts .splide__list {
  gap: var(--fixed-gap);
}
@media screen and (min-width: 48em) {
  .home_knowledge .inner {
    position: relative;
  }
  .home_knowledge .txtlnk {
    position: absolute;
    top: 8.1875rem;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_knowledge {
    margin-bottom: 4.2857142857rem;
  }
  .home_knowledge .txtlnk a {
    margin-inline: auto 0;
  }
}

/* home_news
********************************************** */
.home_news .txtlnk a {
  margin-inline: auto 0;
}
@media screen and (min-width: 48em) {
  .home_news .inner {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 22.5rem 1fr;
    gap: 10rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .home_news .inner {
    grid-template-columns: 17.8571428571rem 1fr;
    gap: 5.7142857143rem;
  }
}

/* ##############################################################################

    inner

############################################################################## */
.inner {
  width: 90%;
  max-width: calc(var(--inner-md) * var(--rem));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .inner {
    width: 86%;
  }
}

.inner-xs {
  max-width: calc(var(--inner-xs) * var(--rem));
}

.inner-sm {
  max-width: calc(var(--inner-sm) * var(--rem));
}

.inner-sm-md {
  max-width: calc(var(--inner-sm-md) * var(--rem));
}

.inner-md {
  max-width: calc(var(--inner-md) * var(--rem));
}

.inner-lg {
  max-width: calc(var(--inner-lg) * var(--rem));
}

.inner-lg-xl {
  max-width: calc(var(--inner-lg-xl) * var(--rem));
}

.inner-xl {
  max-width: calc(var(--inner-xl) * var(--rem));
}

/* ##############################################################################

    page_ttl

############################################################################## */
.page_ttl {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .page_ttl {
    min-height: 33.75rem;
  }
}

.page_ttl__txtarea {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
  padding-top: 11.25rem;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 2;
}
.page_ttl__txtarea.inner {
  max-width: calc(1680 * var(--rem));
}
@media screen and (max-width: 47.9375em) {
  .page_ttl__txtarea {
    padding-top: calc(var(--header-hgt) * var(--rem) + 2.8571428571rem);
    padding-bottom: 4.2857142857rem;
    gap: 1.7142857143rem;
  }
}

.page_ttl__txtarea__txt {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  color: var(--clr-text-light);
}
@media screen and (max-width: 47.9375em) {
  .page_ttl__txtarea__txt {
    gap: 0.5714285714rem;
  }
}

.page_ttl-en {
  font-size: 7.5rem;
  font-family: var(--font-en-heading);
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
.page_ttl-en.is-custom {
  text-transform: none;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-en {
    font-size: 4.2857142857rem;
  }
}

.page_ttl-jp {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-jp {
    font-size: var(--font-size-heading5);
  }
}

.page_ttl__bg__wrp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page_ttl__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page_ttl__bg picture,
.page_ttl__bg img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page_ttl__bg img {
  max-width: none;
}

.page_ttl:not(:has(.page_ttl__bg__wrp)) {
  padding-bottom: 7.5rem;
}

/* ##############################################################################

    sns_area

############################################################################## */
/* 共通設定
********************************************** */
@media (hover: hover) {
  .sns_area a:hover {
    opacity: 0.7;
  }
}

.sns_area .icon {
  width: 1.75rem;
}

/* 複数ある場合
********************************************** */
.sns_area li:not(:only-child) .txt {
  display: none;
}
.sns_area li:not(:only-child) a {
  display: grid;
  place-items: center;
  width: 2.5rem;
  aspect-ratio: 1;
}

/* 1つの場合、テキストを表示する
********************************************** */
.sns_area li:only-child a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  font-family: var(--font-en-text);
}

/* ##############################################################################

    subtitle

############################################################################## */
/* subtitle-lg
********************************************** */
.subtitle-lg {
  --max-font-size: calc(var(--txt-lg) * 1px - 2px);
  display: block;
  font-size: max(var(--max-font-size), var(--font-size-txt-lg));
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.subtitle-lg.font-en {
  font-size: max(var(--max-font-size), var(--font-size-txt-lg));
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
}

/* subtitle-md
********************************************** */
.subtitle-md {
  --max-font-size: calc(var(--txt-md) * 1px - 2px);
  display: block;
  color: var(--clr-primary-default);
  font-size: max(var(--max-font-size), var(--font-size-txt-md));
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.subtitle-md.font-en {
  font-size: max(var(--max-font-size), var(--font-size-txt-md));
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
}
.subtitle-md::after {
  content: "";
  display: block;
  width: 2.5rem;
  margin-top: 1.25rem;
  border-bottom: 2px solid;
}
.subtitle-md.txt-ctr::after {
  margin-left: auto;
  margin-right: auto;
}
.subtitle-md:where(:not([class*=mgn-btm]):not(:last-child)) {
  margin-bottom: 3em;
}

/* subtitle-sm
********************************************** */
.subtitle-sm {
  --max-font-size: calc(var(--txt-sm) * 1px - 2px);
  display: block;
  font-size: max(var(--max-font-size), var(--font-size-txt-sm));
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.subtitle-sm.font-en {
  font-size: max(var(--max-font-size), var(--font-size-txt-sm));
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
}

/* ##############################################################################

    display

############################################################################## */
.display-lg-en {
  font-size: var(--font-size-display-lg);
}

.display-md-en {
  font-size: var(--font-size-display-md);
}

.display-sm-en {
  font-size: var(--font-size-display-sm);
}

/* ##############################################################################

    title

############################################################################## */
.ttl-01,
.ttl-02,
.ttl-03,
.ttl-04,
.ttl-05,
.ttl-06,
.ttl-07 {
  position: relative;
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-hdr);
  letter-spacing: var(--ltr-space-default);
}
.ttl-01:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-02:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-03:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-04:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-05:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-06:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-07:where(:not([class*=mgn-btm]):not(:last-child)) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01:where(:not([class*=mgn-btm]):not(:last-child)),
  .ttl-02:where(:not([class*=mgn-btm]):not(:last-child)),
  .ttl-03:where(:not([class*=mgn-btm]):not(:last-child)),
  .ttl-04:where(:not([class*=mgn-btm]):not(:last-child)),
  .ttl-05:where(:not([class*=mgn-btm]):not(:last-child)),
  .ttl-06:where(:not([class*=mgn-btm]):not(:last-child)),
  .ttl-07:where(:not([class*=mgn-btm]):not(:last-child)) {
    margin-bottom: 1.7142857143rem;
  }
}
.ttl-01 span:not([class]),
.ttl-02 span:not([class]),
.ttl-03 span:not([class]),
.ttl-04 span:not([class]),
.ttl-05 span:not([class]),
.ttl-06 span:not([class]),
.ttl-07 span:not([class]) {
  line-height: inherit;
  letter-spacing: inherit;
}
.ttl-01:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-02:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-03:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-04:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-05:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-06:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-07:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)),
  .ttl-02:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)),
  .ttl-03:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)),
  .ttl-04:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)),
  .ttl-05:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)),
  .ttl-06:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)),
  .ttl-07:has(+ .lps_parts--table):where(:not([class*=mgn-btm]):not(:last-child)) {
    margin-bottom: 2.8571428571rem;
  }
}

/* ttl-01
********************************************** */
.ttl-01 {
  display: grid;
  gap: 1.5rem;
}
.ttl-01 span:not(.subtitle-md) {
  color: var(--clr-text-primary);
  font-family: var(--font-en-display);
  font-size: var(--font-size-heading7);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.ttl-01 span.subtitle-md {
  color: var(--clr-primary-dark);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding-bottom: 0;
}
.ttl-01 span.subtitle-md::after {
  content: none;
}
.ttl-01:has(.subtitle-md) {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}
.ttl-01:where(:not([class*=mgn-btm]):not(:last-child)) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01:where(:not([class*=mgn-btm]):not(:last-child)) {
    margin-bottom: 2.8571428571rem;
  }
}
.ttl-01.font-jp {
  font-weight: var(--font-weight-bold);
}
.ttl-01.font-jp span:not(.subtitle-md) {
  font-size: var(--font-size-heading1);
  letter-spacing: 0.02625em;
  line-height: 1.6;
}
.ttl-01.font-jp span.subtitle-md {
  --ttl-size: 30;
  font-size: calc(var(--ttl-size) * var(--rem));
  font-family: var(--font-en-heading);
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01.font-jp span.subtitle-md {
    --ttl-size: 20;
  }
}
.ttl-01.font-jp:has(.subtitle-md) {
  gap: 0;
}
.ttl-01.font-jp:where(:not([class*=mgn-btm]):not(:last-child)) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01.font-jp:where(:not([class*=mgn-btm]):not(:last-child)) {
    margin-bottom: 1.7142857143rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .ttl-01 {
    gap: 0.5714285714rem;
  }
}

/* ttl-02
********************************************** */
.ttl-02 {
  font-size: var(--font-size-heading2);
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: var(--font-weight-bold);
}
.ttl-02.font-en {
  display: grid;
  gap: 1rem;
  font-size: var(--font-size-heading1);
}
.ttl-02.font-en span:not(.font-jp) {
  line-height: 1;
}
.ttl-02.font-en .font-jp {
  color: var(--clr-primary-dark);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

/* ttl-03
********************************************** */
.ttl-03 {
  font-size: var(--font-size-heading3);
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: var(--font-weight-bold);
}
.ttl-03.font-en {
  font-size: var(--font-size-heading3);
}

.ttl-03--line {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.ttl-03--line::before {
  content: "";
  flex-shrink: 0;
  width: 0.75rem;
  min-height: 3rem;
  background: linear-gradient(to bottom, var(--clr-primary-light) 50%, var(--clr-primary-dark) 50%);
}
@media screen and (max-width: 47.9375em) {
  .ttl-03--line {
    gap: 0.8571428571rem;
  }
  .ttl-03--line::before {
    width: 0.4285714286rem;
  }
}

/* ttl-04
********************************************** */
.ttl-04 {
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.ttl-04.font-en {
  font-size: var(--font-size-heading4);
}
.ttl-04 .font-en {
  display: grid;
  align-items: center;
  grid-template-columns: 0.25rem 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
  color: var(--clr-primary-default);
  font-family: var(--font-en-text);
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.ttl-04 .font-en::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 100%;
  background-color: var(--clr-primary-default);
}

/* ttl-05
********************************************** */
.ttl-05 {
  font-size: max(22px, var(--font-size-heading5));
  font-weight: var(--font-weight-bold);
}
.ttl-05.font-en {
  font-size: var(--font-size-heading5);
}
.ttl-05 .font-en {
  display: block;
  margin-bottom: 1rem;
  color: var(--clr-primary-default);
  font-family: var(--font-en-text);
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .ttl-05 .font-en {
    margin-bottom: 0.2857142857rem;
  }
}

/* ttl-06
********************************************** */
.ttl-06 {
  font-size: var(--font-size-heading6);
}
.ttl-06.font-en {
  font-size: var(--font-size-heading6);
}

/* ttl-07
********************************************** */
.ttl-07 {
  display: grid;
  align-items: center;
  grid-template-columns: 0.375rem 1fr;
  gap: 1.125rem;
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading3);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.ttl-07::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 100%;
  background-color: var(--clr-primary-default);
}
.ttl-07.txt-ctr {
  width: fit-content;
  margin-inline: auto;
}

/* ##############################################################################

    ARCHIVE

############################################################################## */
.main_side {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 17.5rem;
  gap: 5rem;
}
@media screen and (max-width: 67.5em) {
  .main_side {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.8571428571rem;
  }
}

/* main_column
**************************************** */
/* --- post --- */
.post {
  position: relative;
}

.post--img.no-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-bg-02);
  aspect-ratio: 3/2;
}
.post--img.no-photo img {
  width: 80% !important;
}

.post--img .img-contain {
  max-width: 80%;
}

.post--link:not([href="javascript:void(0);"])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (hover: hover) {
  .post--link:not([href="javascript:void(0);"]):hover {
    color: var(--clr-primary-default);
  }
  .post--link:hover svg {
    fill: var(--clr-primary-default);
  }
}

.post--date {
  color: var(--clr-text-secondary);
  font-family: var(--font-en-text);
  font-size: var(--font-size-txt-md);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.cat_list {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .cat_list {
    gap: 0.2857142857rem;
  }
}

.post--cate__ttl,
.cat_list a {
  display: inline-block;
  vertical-align: middle;
  color: var(--clr-primary-default);
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-md);
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  background-color: var(--clr-bg-02);
  padding: 0.25rem 0.75rem;
  border-radius: var(--border-radius-max);
}

.cat_list.txt-sm .post--cate__ttl,
.cat_list.txt-sm a {
  font-size: var(--font-size-txt-sm);
}
@media screen and (max-width: 47.9375em) {
  .cat_list.txt-sm .post--cate__ttl,
  .cat_list.txt-sm a {
    font-size: var(--font-size-txt-xs);
  }
}

@media (hover: hover) {
  .cat_list a:hover {
    color: var(--clr-wht);
    background-color: var(--clr-primary-default);
  }
}
/* side_column
**************************************** */
.side_section:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .side_section:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}

.side_column__item + .side_column__item {
  margin-top: 2rem;
}
.side_column__item .post--ttl {
  font-size: var(--font-size-txt-sm);
}
.side_column__item .post--date {
  font-size: var(--font-size-txt-xs);
}

.side_column__ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid var(--clr-primary-dark);
  font-weight: var(--font-weight-bold);
}
.side_column__ttl .font-en {
  margin-bottom: 0;
  letter-spacing: 0;
}
@media screen and (min-width: 48em) {
  .side_column__ttl {
    font-size: 1.5rem;
  }
  .side_column__ttl .font-en {
    font-size: 0.75em;
  }
}

.side--ttl {
  font-family: var(--font-jp-heading);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.side--ttl.knowledge__ttl {
  font-size: var(--font-size-txt-lg);
}

.side--ttl span {
  display: block;
  margin-top: 0.5rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: var(--font-en-heading);
  opacity: 0.5;
}

/* --- list --- */
.side--list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  border-bottom: 1px solid var(--clr-mono-02);
}
.side--list a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.125rem;
  background-color: var(--clr-secondary-dark);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.175 13H4v-2h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem 0.9rem;
  border-radius: var(--border-radius-tertiary);
  transition: var(--transit-default);
  flex-shrink: 0;
}
.side--list a:hover::after {
  animation: btn-arrow-loop 0.2s forwards;
}
.side--list a:hover {
  color: var(--clr-primary-default);
}
.side--cat__name {
  flex: 1;
  min-width: 0;
}

.side--cat__count {
  flex-shrink: 0;
  font-size: var(--font-size-txt-sm);
  color: var(--clr-text-secondary);
}

.side--list .children a {
  position: relative;
  padding-left: 2em;
}
.side--list .children a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.15em;
  border-bottom: solid 0.15rem var(--clr-mono-05);
  border-left: solid 0.15rem var(--clr-mono-05);
}

/* --- side--archive --- */
.side--archive__list {
  display: flex;
  flex-direction: column;
}

.side--archive__date {
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-md);
}

.side--archive__count {
  font-size: var(--font-size-txt-sm);
  color: var(--clr-text-secondary);
  flex-shrink: 0;
  margin-left: 1rem;
}

/* --- post --- */
.posts-side .post {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}
.posts-side .post:not(:last-child) {
  margin-bottom: 1rem;
}
.posts-side .post:not(:has(.post--img)) {
  grid-template-columns: 1fr;
  border-bottom: 1px solid var(--clr-mono-02);
  padding-block: 0.5rem;
}
.posts-side .post:not(:has(.post--img)) a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.posts-side .post:not(:has(.post--img)) a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.125rem;
  background-color: var(--clr-secondary-dark);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.175 13H4v-2h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem 0.9rem;
  border-radius: var(--border-radius-tertiary);
  transition: var(--transit-default);
  flex-shrink: 0;
}
.posts-side .post:not(:has(.post--img)) a:hover::after {
  animation: btn-arrow-loop 0.2s forwards;
}
.posts-side .post:not(:has(.post--img)):not(:last-child) {
  margin-bottom: 0;
}
.posts-side .post--date {
  margin-bottom: 0;
}
.posts-side .post--ttl {
  line-height: var(--line-height-hdr);
}

/* --- archive --- */
.archive_list {
  position: relative;
}

.archive_list a {
  display: block;
  padding: 0.5em 1em;
  line-height: 1;
  text-align: left;
}
@media (hover: hover) {
  .archive_list a:hover {
    background-color: var(--clr-bg-02);
  }
}

.archive_list--label {
  margin-right: 0.5rem;
}

.archive_list--btn {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  padding: 0.25em 4em 0.25em 2em;
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-mono-02);
  color: inherit;
  font-family: var(--font-jp-text);
  font-size: max(14px, 1rem);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-default);
  transition: var(--transit-default);
}
.archive_list--btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.4em;
  right: 0.8em;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  transition: var(--transit-default);
}
@media (hover: hover) {
  .archive_list--btn:hover {
    background-color: var(--clr-bg-02);
  }
}

.archive_list--menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-height: 20rem;
  overflow: auto;
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-mono-02);
  visibility: hidden;
  margin-top: -1px;
  opacity: 0;
  transition: var(--transit-default);
}

/* --- archive-pulldown --- */
.archive-pulldown {
  position: relative;
  margin-left: auto;
  z-index: 100;
}
.archive-pulldown .archive_list a:not(:last-child) {
  border-bottom: 1px solid var(--clr-bg-02);
}
.archive-pulldown .is-open .archive_list--btn::after {
  bottom: -0.2em;
  transform: rotate(225deg);
}
.archive-pulldown .is-open .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

/* ##############################################################################

    blog

############################################################################## */
/* blog
**************************************** */
.posts-blog .post {
  display: grid;
  gap: 2.5rem;
  padding-block: 3rem;
  border-bottom: 1px solid var(--clr-mono-02);
}
@media print, screen and (min-width: 48em) {
  .posts-blog .post {
    grid-template-columns: 17.5rem minmax(0, 1fr);
    align-items: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .posts-blog .post {
    gap: 1.7142857143rem;
    padding-block: 2.2857142857rem;
  }
}
.posts-blog .post:first-child {
  border-top: 1px solid var(--clr-mono-02);
}
.posts-blog .post--txtarea {
  flex: 1;
  word-break: break-word;
}
.posts-blog .post--ttl {
  font-family: var(--font-en-heading);
  font-size: max(16px, 1.125rem);
}

/* ##############################################################################

    news

############################################################################## */
/* news
**************************************** */
/* --- news--archive --- */
.news--archive {
  padding-block: 1.25rem;
  background-color: #111;
}

.news--archive li {
  margin-left: 8px;
  margin-right: 8px;
}

.news--archive a {
  color: var(--clr-wht);
}

/* --- posts-news --- */
.post-news {
  display: grid;
  gap: 1rem;
  padding-block: 2.5rem;
  padding-right: 3rem;
  border-bottom: 1px solid var(--clr-mono-02);
  --mask-image: url(../images/common/icon-arrow.svg);
}
@media screen and (max-width: 47.9375em) {
  .post-news {
    gap: 0.5714285714rem;
    padding-block: 1.4285714286rem;
    padding-right: calc(1.375rem + 0.7142857143rem);
  }
}
.post-news:first-child {
  border-top: 1px solid var(--clr-mono-02);
}
.post-news::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1;
  background-color: var(--clr-primary-default);
  transition: var(--transit-default);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: var(--mask-image);
  position: absolute;
  top: 50%;
  right: 1.375rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 47.9375em) {
  .post-news::after {
    right: 0.5714285714rem;
  }
}
.post-news:has(a[href="javascript:void(0);"])::after {
  content: none;
}
.post-news:has(a[target=_blank])::after {
  --mask-image: url(../images/common/icon-new_tab.svg);
}
.post-news:hover:not(:has(.cat_list a:hover))::after {
  transform: translate(0.75rem, -50%);
}
.post-news .post--txtarea {
  flex: 1;
}
.post-news .post--ttl {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.post-news .post--info.flex .post--date + .cat_list {
  margin-left: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .post-news .post--info.flex .post--date + .cat_list {
    margin-left: 0.5714285714rem;
  }
}

/* ##############################################################################

    common

############################################################################## */
.post--more {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-inline: auto 0;
  gap: 1rem;
  transition: var(--transit-default);
}
.post--more::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.125rem;
  background-color: var(--clr-secondary-dark);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.175 13H4v-2h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem 0.9rem;
  border-radius: var(--border-radius-tertiary);
  transition: var(--transit-default);
  flex-shrink: 0;
}
.post--more:hover::after {
  animation: btn-arrow-loop 0.2s forwards;
}

/* ##############################################################################

    knowledge

############################################################################## */
.archive-knowledge .archive-knowledge__ttl {
  margin-bottom: 1.25rem;
}

.archive-knowledge__ttl {
  border-left: 0.375rem solid #116AF8;
  padding-left: 1rem;
}

.posts-knowledge {
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-knowledge {
    gap: 1.1428571429rem;
  }
}

.article-knowledge__related_posts .posts-knowledge,
.archive-knowledge .posts-knowledge {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 2rem;
}
@media screen and (max-width: 47.9375em) {
  .article-knowledge__related_posts .posts-knowledge,
  .archive-knowledge .posts-knowledge {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 2.2857142857rem;
  }
}

.post-knowledge {
  display: block;
  padding: 0;
  width: var(--fixed-width, 100%);
}
.post-knowledge:hover:not(:has(.tag--knowledge-column:hover), :has(.tag--knowledge-watch:hover), :has(.tag--knowledge-innovation:hover)) .post--img:not(.no-photo) img {
  scale: 1.1;
}
.post-knowledge .post--img {
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  aspect-ratio: 460/242;
  overflow: hidden;
}
.post-knowledge .post--img:not(.no-photo) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .post-knowledge .post--img {
    margin-bottom: 1.1428571429rem;
  }
}
.post-knowledge .post--txtarea {
  display: block;
}
.post-knowledge .post--info {
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.post-knowledge .post--cate {
  display: grid;
  gap: 0.25rem;
}
.post-knowledge .post--date {
  flex-shrink: 0;
}
.post-knowledge .post--ttl {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.post-knowledge .post--txt {
  line-height: 1.8;
}
@media screen and (max-width: 47.9375em) {
  .post-knowledge .post--info {
    gap: 1.1428571429rem;
  }
}

.post--cate__ttl--knowledge-column,
.post--cate__ttl--knowledge-innovation,
.post--cate__ttl--case_category,
.post--cate__ttl--case_service,
.post--cate__ttl--case_phase,
.post--cate__ttl--case_industry {
  background-color: var(--clr-primary-dark);
  color: var(--clr-wht);
}

.post--cate__ttl--knowledge-watch {
  background-color: var(--clr-sub-01);
  color: var(--clr-wht);
}

/* ##############################################################################

    professional

############################################################################## */
.post-professional {
  background-color: var(--clr-wht);
  border-radius: 0.5rem;
  overflow: hidden;
}
.post-professional:hover .post--more {
  color: var(--clr-primary-default);
}
.post-professional:hover .post--more::after {
  animation: btn-arrow-loop 0.2s forwards;
}
.post-professional .post--img {
  aspect-ratio: 360/450;
}
.post-professional .post--txtarea {
  padding: 1.75rem 2rem;
}
.post-professional .post--txtarea__copy {
  margin-bottom: 1.25rem;
  color: var(--clr-primary-dark);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
}
.post-professional .post--txtarea__job {
  margin-bottom: 0.5rem;
  color: var(--clr-text-secondary);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-heading);
}
.post-professional .post--txtarea__name {
  margin-bottom: 1.25rem;
  font-size: var(--font-size-heading3);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: 0;
}
.post-professional .post--txtarea__name__job {
  color: var(--clr-text-placeholder);
  font-size: 0.5em;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .post-professional .post--txtarea {
    padding: 1.1428571429rem 1.7142857143rem 1.7142857143rem;
  }
}

/* ##############################################################################

    case

############################################################################## */
.post-case {
  background: var(--clr-text-light);
  border-radius: 0.5rem;
  overflow: hidden;
}
.post-case:hover:not(:has(.tag--case_category:hover),
:has(.tag--case_service:hover),
:has(.tag--case_phase:hover),
:has(.tag--case_industry:hover)) .post--img:not(.no-photo) img {
  scale: 1.2;
}
.post-case .post--img {
  aspect-ratio: 500/300;
  overflow: hidden;
}
.post-case .post--img img {
  transition: var(--transit-default);
}
.post-case .post--ttl {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.036875em;
}
.post-case .post--txtarea {
  padding: 2.5rem 2.3125rem;
}
.post-case .post--txt {
  margin-top: 1.8125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.0301818182em;
}
.post-case .post--cate {
  margin-top: 1.8125rem;
  display: grid;
  gap: 0.375rem;
}
@media screen and (max-width: 47.9375em) {
  .post-case .post--txtarea {
    padding: 1.4285714286rem 1.4285714286rem 1.7142857143rem;
  }
}

/* ##############################################################################

    recruitment

############################################################################## */
.post-recruitment {
  background: var(--clr-text-light);
  border-radius: 0.5rem;
  overflow: hidden;
}
.post-recruitment:hover:not(:has(.cat_list a:hover)) .post--img:not(.no-photo) img {
  scale: 1.2;
}
.post-recruitment:hover:not(:has(.cat_list a:hover)) .post--more {
  color: var(--clr-primary-default);
}
.post-recruitment:hover:not(:has(.cat_list a:hover)) .post--more::after {
  animation: btn-arrow-loop 0.2s forwards;
}
.post-recruitment .post--img {
  aspect-ratio: 555/360;
  overflow: hidden;
}
.post-recruitment .post--img img {
  transition: var(--transit-default);
}
.post-recruitment .post--ttl {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading8);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.post-recruitment .post--txtarea {
  padding: 2.5rem 2.3125rem 5.3125rem;
}
.post-recruitment .post--cate {
  margin-bottom: 0.75rem;
}
.post-recruitment .post--more {
  position: absolute;
  bottom: 3.125rem;
  right: 2.3125rem;
  transform: translateY(50%);
}
@media screen and (max-width: 47.9375em) {
  .post-recruitment .post--txtarea {
    padding: 1.4285714286rem 1.7142857143rem 3.7142857143rem;
  }
  .post-recruitment .post--more {
    right: 1.7142857143rem;
    bottom: 2.2857142857rem;
  }
}

/* ##############################################################################

    PAGE

############################################################################## */
/* ##############################################################################

    SEARCH

############################################################################## */
.search form {
  padding: 2.5rem;
  background-color: var(--clr-bg-01);
}

.search--menu_btn {
  cursor: pointer;
  padding: 0.25em 2em 0.25em 1em;
  background-color: var(--clr-wht);
  border: 1px solid #ccc;
  color: inherit;
  font-family: var(--font-jp-text);
  font-size: max(14px, 1rem);
  line-height: var(--line-height-default);
  font-weight: var(--font-weight-heading);
  transition: var(--transit-default);
}
.search--menu_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.4em;
  right: 0.8em;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  rotate: 45deg;
  transition: var(--transit-default);
}
@media (hover: hover) {
  .search--menu_btn:hover {
    background-color: var(--clr-bg-02);
  }
}

.active .search--menu_btn::after {
  bottom: -0.2em;
  rotate: 225deg;
}

.search--menu li {
  margin-inline-start: 1.25em;
}
.search--menu li > * {
  display: block;
}
.search--menu li input {
  float: inline-start;
  inline-size: max(16px, 1.125rem);
  aspect-ratio: 1;
  margin-block: calc((1lh - max(16px, 1.125rem)) / 2);
  margin-inline-start: -1.25em;
}

.search--menu-select {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: var(--clr-wht);
  border: 1px solid #ccc;
  visibility: hidden;
  margin-top: -1px;
  opacity: 0;
  transition: var(--transit-default);
}
.search--menu-select li {
  margin-inline-start: 0;
  transition: var(--transit-default);
}
.search--menu-select li:not(:last-child) {
  border-bottom: 1px solid var(--clr-bg-02);
}
@media (hover: hover) {
  .search--menu-select li:hover {
    background-color: var(--clr-bg-02);
  }
}
.search--menu-select input {
  display: none;
}
.search--menu-select label {
  padding: 0.25em 1em;
  cursor: pointer;
}

.active .search--menu-select {
  visibility: visible;
  opacity: 1;
}

.search_sub_nav {
  padding-left: 1em;
}

.search--list {
  padding: 2rem;
  background-color: var(--clr-bg-01);
}

/* ##############################################################################

    SINGLE

############################################################################## */
/* --- アイキャッチ --- */
.eyecatch {
  margin-bottom: 2rem;
}
.eyecatch img {
  border-radius: 0.5rem;
}

/* --- 目次 --- */
.ez-toc-debug-messages {
  display: none;
}

div#ez-toc-container {
  padding: 1.5rem;
  background-color: var(--clr-bg-01);
  border-radius: var(--border-radius-secondary);
}
@media screen and (min-width: 48em) {
  div#ez-toc-container {
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  div#ez-toc-container {
    padding: 1.1428571429rem 1.4285714286rem;
  }
}
div#ez-toc-container p.ez-toc-title {
  color: var(--clr-text-primary);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-heading6);
}
@media screen and (max-width: 47.9375em) {
  div#ez-toc-container p.ez-toc-title {
    font-size: var(--font-size-heading5);
  }
}
div#ez-toc-container ul.ez-toc-list a {
  color: var(--clr-mono-06) !important;
}
div#ez-toc-container ul.ez-toc-list a:hover {
  color: var(--clr-primary-default) !important;
  text-decoration: none;
}
div#ez-toc-container ul.ez-toc-list .ez-toc-heading-level-2 > a {
  color: var(--clr-text-primary) !important;
}
div#ez-toc-container ul.ez-toc-list .ez-toc-heading-level-2 > a:hover {
  color: var(--clr-primary-default) !important;
}
div#ez-toc-container ul.ez-toc-list .ez-toc-heading-level-2 {
  counter-increment: cnt;
}
div#ez-toc-container ul.ez-toc-list .ez-toc-heading-level-2 > a {
  display: flex;
  gap: 0.5rem;
  width: fit-content;
  font-size: var(--font-size-txt-lg);
}
div#ez-toc-container ul.ez-toc-list .ez-toc-heading-level-2 > a::before {
  content: counter(cnt, decimal-leading-zero) ".";
  flex-shrink: 0;
  color: var(--clr-primary-default);
  letter-spacing: 0;
}
div#ez-toc-container ul.ez-toc-list .ez-toc-heading-level-2 + .ez-toc-heading-level-2 {
  margin-top: 0.625rem;
}
div#ez-toc-container ul.ez-toc-list .ez-toc-heading-level-2:has(.ez-toc-list-level-3, .ez-toc-list-level-4) {
  padding-bottom: 0.375rem;
}
div#ez-toc-container ul.ez-toc-list .ez-toc-list-level-3 a,
div#ez-toc-container ul.ez-toc-list .ez-toc-list-level-4 a {
  position: relative;
  padding-left: 1em;
  color: var(--clr-mono-06) !important;
}
div#ez-toc-container ul.ez-toc-list .ez-toc-list-level-3 a::before,
div#ez-toc-container ul.ez-toc-list .ez-toc-list-level-4 a::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.15em;
  border-bottom: solid 0.15rem var(--clr-text-secondary);
  border-left: solid 0.15rem var(--clr-text-secondary);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
div#ez-toc-container ul.ez-toc-list .ez-toc-list-level-3 a:hover,
div#ez-toc-container ul.ez-toc-list .ez-toc-list-level-4 a:hover {
  opacity: 0.6;
}
div#ez-toc-container .ez-toc-list-level-3 {
  margin-left: 2rem;
}
div#ez-toc-container .ez-toc-list-level-3 > li {
  margin-top: 0.5rem;
}
div#ez-toc-container .ez-toc-list-level-4 > li {
  margin-top: 0.5rem;
}
div#ez-toc-container nav {
  margin-top: 0.25em;
}
div#ez-toc-container nav ul ul li {
  font-size: 1em;
}

#ez-toc-container.counter-hierarchy ul {
  font-size: var(--font-size-txt-md);
}

/* pass
**************************************** */
#pass p {
  margin-bottom: 1em;
}

#pass input[name=post_password] {
  padding: 0.3125rem;
  border: solid 1px #aaa;
  outline: none;
}

#pass input[type=submit] {
  padding: 0.25rem 0.375rem;
  letter-spacing: 0.15em;
  background-color: #ddd;
  border-radius: 0.25rem;
  outline: none;
  border: none;
  cursor: pointer;
  transition: var(--transit-default);
}

@media (hover: hover) {
  #pass input[type=submit]:hover {
    opacity: 0.7;
  }
}
/* share
**************************************** */
.share--list a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 0.5em;
  line-height: 1;
  font-size: max(10px, 0.75rem);
  font-weight: bold;
  border: 1px solid var(--clr-mono-02);
}
@media screen and (max-width: 47.9375em) {
  .share--list a {
    height: 2.5rem;
  }
}
@media (hover: hover) {
  .share--list a:hover {
    opacity: 0.5;
  }
}

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(3.5416666667px, 0.2083333333vw, 0.25rem);
  white-space: nowrap;
}

.wp-pagenavi > * {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi .pages {
  width: 100%;
  margin-bottom: 1em;
}

.wp-pagenavi .current,
.wp-pagenavi a {
  padding: 0 1em;
  height: clamp(35.4166666667px, 2.0833333333vw, 2.5rem);
}

.wp-pagenavi .current {
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  border-color: var(--clr-primary-default);
}

.wp-pagenavi a {
  position: relative;
  color: var(--clr-primary-default);
  border: 1px solid var(--clr-primary-default);
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .wp-pagenavi a {
    height: 2.5714285714rem;
  }
}
@media (hover: hover) {
  .wp-pagenavi a:hover {
    color: var(--clr-wht);
    background-color: var(--clr-primary-default);
  }
}

.archive .wp-pagenavi > *:not(.pages) {
  width: clamp(35.4166666667px, 2.0833333333vw, 2.5rem);
  aspect-ratio: 1;
}
@media screen and (max-width: 47.9375em) {
  .archive .wp-pagenavi > *:not(.pages) {
    width: 2.5714285714rem;
  }
}

.wp-pagenavi-single a[rel=prev],
.wp-pagenavi-single a[rel=next] {
  aspect-ratio: 1;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1;
  background-color: currentColor;
  transition: var(--transit-default);
  rotate: 0deg;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/common/icon-arrow.svg);
}

.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi-single a[rel=next]::before {
  scale: -1 1;
}

.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  left: -0.375rem;
}

.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  right: -0.375rem;
}

/* ##############################################################################

    common

############################################################################## */
.single-news > .container,
.single-recruitment > .container,
.single-case > .container,
.single-knowledge > .container {
  --pt: 2.6875rem;
  padding-top: calc(var(--pt) + var(--header-hgt) * var(--rem));
}
@media screen and (max-width: 47.9375em) {
  .single-news > .container,
  .single-recruitment > .container,
  .single-case > .container,
  .single-knowledge > .container {
    --pt: 1.0714285714rem;
  }
}

.article-news--info .post--info,
.article-case--info .post--info,
.article-knowledge--info .post--info {
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .article-news--info .post--info,
  .article-case--info .post--info,
  .article-knowledge--info .post--info {
    flex-wrap: wrap;
  }
  .article-news--info .post--info .post--cate,
  .article-news--info .post--info .post--date,
  .article-case--info .post--info .post--cate,
  .article-case--info .post--info .post--date,
  .article-knowledge--info .post--info .post--cate,
  .article-knowledge--info .post--info .post--date {
    width: 100%;
  }
}
.article-news--info .post--date,
.article-case--info .post--date,
.article-knowledge--info .post--date {
  flex-shrink: 0;
}
.article-news--info .post--cate,
.article-case--info .post--cate,
.article-knowledge--info .post--cate {
  display: grid;
  gap: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .article-news--info .post--cate,
  .article-case--info .post--cate,
  .article-knowledge--info .post--cate {
    gap: 0.2857142857rem;
  }
}

.article-professional--aside .post,
.article-recruitment--aside .post {
  width: 26.25rem;
}

/* ##############################################################################

    knowledge

############################################################################## */
.single-knowledge .category-box__item {
  padding: 0;
  background: none;
}
.single-knowledge .category-box__item .knowledge__txt {
  margin-bottom: 1.5rem;
}
.single-knowledge .category-box__item .post-knowledge {
  grid-template-columns: 6.875rem 1fr;
  padding: 0.75rem;
  gap: 0.75rem;
}
.single-knowledge .category-box__item .post--txt,
.single-knowledge .category-box__item .post--cate__ttl,
.single-knowledge .category-box__item .cat_list a {
  font-size: var(--font-size-txt-xs);
}
.single-knowledge .category-box__item .post--date {
  font-size: var(--font-size-txt-sm);
}
.single-knowledge .category-box__item .post--info,
.single-knowledge .category-box__item .post--ttl,
.single-knowledge .category-box__item .post--txt {
  margin-bottom: 0.5rem;
}

.article-knowledge--info > .mce-content-body {
  border-radius: var(--border-radius-secondary);
  background-color: var(--clr-wht);
  padding: 2.5rem;
}
.article-knowledge--info > .mce-content-body .mce-box {
  background-color: var(--clr-bg-01);
}
@media screen and (max-width: 47.9375em) {
  .article-knowledge--info > .mce-content-body {
    padding: 3.4285714286rem 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
  }
  .article-knowledge--info > .mce-content-body::after {
    content: "";
    width: 100vw;
    height: 100%;
    margin-left: calc((100vw - 100%) * 0.5 * -1);
    background-color: var(--clr-wht);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

/* ##############################################################################

    case

############################################################################## */
.single-case .eyecatch {
  margin-bottom: 0;
}
.single-case .eyecatch img {
  aspect-ratio: 1160/600;
}

.single-case__blk > .mce-table-02 {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .single-case__blk .mce-box {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-case__blk .mce-box {
    padding-block: 2.8571428571rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-case__blk .lps_parts--flow .inner {
    width: 100%;
  }
}

.single-case__cta .inner {
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .single-case__cta.lps_parts--cta .cta_btns {
    width: 110%;
    margin-inline: -5% auto;
  }
}

.single-case__related_posts .scroll-posts > .post {
  width: 25rem;
}
@media screen and (max-width: 47.9375em) {
  .single-case__related_posts .scroll-posts {
    gap: 1.1428571429rem;
  }
  .single-case__related_posts .scroll-posts > .post {
    width: 21.4285714286rem;
  }
}

.icon-arrow-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-arrow-circle);
  height: var(--icon-arrow-circle);
  border-radius: 9999px;
  border: 0.4375rem solid #c6d5dc;
  background: var(--clr-wht);
  color: var(--clr-secondary-dark);
  z-index: 1;
}
.icon-arrow-circle .icon-arrow {
  width: 2rem;
  height: 2rem;
  background-color: var(--clr-primary-default);
  mask-image: var(--mask-image);
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  rotate: 90deg;
  animation: arrow-drop 1.8s ease-in-out infinite;
}

.single-case__issues__inner {
  background-color: var(--clr-primary-default);
  padding: 3.75rem;
  border-radius: 0.5rem;
}
.single-case__issues__inner .ttl-01 span {
  color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .single-case__issues__inner {
    padding: 2.8571428571rem 0.8571428571rem 0.8571428571rem;
  }
  .single-case__issues__inner .ttl-01 {
    padding-inline: 0.8571428571rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .single-case__issues__blk {
    padding-inline: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .single-case__issues--surface {
    padding-inline: 1.7142857143rem;
  }
}

.single-case__issues--essential {
  --icon-arrow-circle: 7.5rem;
  --icon-space: 1rem;
  padding: 2.5rem;
  border-radius: 0.5rem;
  background-color: #F3F6FF;
}
.single-case__issues--essential:has(.icon-arrow-circle) {
  margin-top: calc(var(--icon-arrow-circle) * 0.5 + var(--icon-space));
  padding-top: calc(var(--icon-arrow-circle) * 0.5 + var(--icon-space));
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .single-case__issues--essential {
    --icon-arrow-circle: 5.7142857143rem;
    --icon-space: 0.5714285714rem;
    padding: 1.7142857143rem;
  }
}

.single-case__results__inner {
  border-radius: 1rem;
  padding: 3.75rem;
  background-image: url(../images/common/bg-message.jpg);
  background-size: cover;
  background-position: center bottom;
  background-blend-mode: color-burn, normal;
  overflow: hidden;
}
.single-case__results__inner .ttl-01 span.subtitle-md,
.single-case__results__inner .ttl-01 span:not(.subtitle-md) {
  color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .single-case__results__inner {
    padding: 2.8571428571rem 0.8571428571rem 0.8571428571rem;
  }
  .single-case__results__inner .ttl-01 {
    padding-inline: 0.8571428571rem;
  }
  .single-case__results__inner .mce-box {
    padding-inline: 0;
    padding-bottom: 0;
  }
}

.single-case__results__box {
  --icon-arrow-circle: 7.5rem;
  --icon-space: 1rem;
  margin-top: calc(var(--icon-arrow-circle) * 0.5 + var(--icon-space)) !important;
  padding-top: calc(var(--icon-arrow-circle) * 0.5 + var(--icon-space));
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .single-case__results__box {
    --icon-arrow-circle: 5.7142857143rem;
    --icon-space: 0.5714285714rem;
  }
  .single-case__results__box.mce-box {
    padding-inline: 1.7142857143rem;
    padding-bottom: 1.7142857143rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .single-case__results__box--head {
    padding-inline: 1.7142857143rem;
  }
}

.single-case__cta {
  --icon-arrow-circle: 7.5rem;
}
.single-case__cta .ttl-01 span {
  color: var(--clr-wht);
}
.single-case__cta .icon-arrow-circle {
  position: static;
  transform: translate(0);
  margin-inline: auto;
  margin-top: -1.5rem;
}
.single-case__cta .cta_btns {
  margin-top: -2.75rem;
}
@media screen and (max-width: 47.9375em) {
  .single-case__cta {
    --icon-arrow-circle: 5.7142857143rem;
  }
}

/* ##############################################################################

    recruitment

############################################################################## */
.single-recruitment .eyecatch {
  margin-bottom: 0;
}

.single-recruitment__ttl {
  margin-bottom: 0 !important;
}

.single-recruitment__background .mce-box {
  margin-top: 2.5rem;
}

.single-recruitment__info .list-dl {
  position: relative;
  margin-top: 1.25rem;
}
.single-recruitment__info .list-dl .list-dl--bold {
  background: none;
}
.single-recruitment__info .list-dl dt,
.single-recruitment__info .list-dl dd {
  padding: 1.5rem 0.875rem;
}
.single-recruitment__info .list-dl dt {
  width: 12.5rem;
  border-bottom: 1px solid var(--clr-primary-default);
  font-size: var(--font-size-txt-lg);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: left;
  color: var(--clr-primary-default);
}
.single-recruitment__info .list-dl dd {
  width: calc(100% - 12.5rem);
  border-bottom: 1px solid var(--clr-mono-03);
  font-size: var(--font-size-txt-lg);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.single-recruitment__info .list-dl dd iframe {
  max-width: 100%;
}
.single-recruitment__info .list-detail + .list-detail {
  margin-top: 1.5em;
}
.single-recruitment__info .list-dl--bold {
  color: currentColor;
  font-weight: var(--font-weight-bold);
}
.single-recruitment__info .txt-sm {
  color: var(--clr-mono-05);
  margin-bottom: 0.25em !important;
}
@media screen and (min-width: 48em) {
  .single-recruitment__info .list-dl {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-recruitment__info .list-dl {
    width: 100%;
  }
  .single-recruitment__info .list-dl dt,
  .single-recruitment__info .list-dl dd {
    width: 100%;
    padding: 1.25em 0.5em;
  }
  .single-recruitment__info .list-dl dt {
    padding-bottom: 0.5em;
  }
  .single-recruitment__info .list-dl dd {
    padding-top: 0.5em;
    border-bottom: none;
  }
}

@media screen and (min-width: 48em) {
  .single-recruitment__cta a {
    min-width: 32.5rem;
  }
  .single-recruitment__cta a .btn-inner span {
    gap: 0.75rem;
    padding: 2.0625rem 1.3125rem 2.0625rem 1.9375rem;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .single-recruitment__cta a:not(:has(.icon)) .btn-inner span::after {
    width: 5.3125rem;
    height: 3.3125rem;
    background-size: 1.9375rem;
  }
}
/* ##############################################################################

    sitemap

############################################################################## */
@media print, screen and (min-width: 48em) {
  .sitemap--menu {
    column-count: 2;
    gap: 5%;
  }
}

.sitemap--menu > li {
  break-inside: avoid;
}

.sitemap--menu > li > a {
  font-size: max(16px, 1.125rem);
  border-bottom: 1px solid var(--clr-mono-02);
  padding-block: 0.75em;
  padding-left: 0.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sitemap--menu > li > a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.125rem;
  background-color: var(--clr-secondary-dark);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.175 13H4v-2h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem 0.9rem;
  border-radius: var(--border-radius-tertiary);
  transition: var(--transit-default);
  flex-shrink: 0;
}
.sitemap--menu > li > a:hover::after {
  animation: btn-arrow-loop 0.2s forwards;
}

.sitemap--menu a,
.sitemap--menu span {
  display: block;
}

.sitemap--menu a {
  position: relative;
}
@media (hover: hover) {
  .sitemap--menu a:hover {
    color: var(--clr-primary-default);
  }
}

.sitemap_sub_nav--blc {
  padding-left: 1em;
}
.sitemap_sub_nav--blc:not(:last-child) {
  margin-bottom: 1em;
}

.sitemap--tax {
  border-bottom: 1px solid var(--clr-mono-02);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.sitemap_sub_nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-inline-start: 1.25em;
}
.sitemap_sub_nav a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.125rem;
  background-color: var(--clr-secondary-dark);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.175 13H4v-2h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem 0.9rem;
  border-radius: var(--border-radius-tertiary);
  transition: var(--transit-default);
  flex-shrink: 0;
}
.sitemap_sub_nav a:hover::after {
  animation: btn-arrow-loop 0.2s forwards;
}

/* lps_parts--accordion
********************************************** */
.lps_parts--accordion {
  margin-left: auto;
  margin-right: auto;
}
.lps_parts--accordion .lps_parts--child.inner {
  max-width: calc(1080 * var(--rem));
}
.lps_parts--accordion .ttl {
  margin-bottom: 0 !important;
}
.lps_parts--accordion .text {
  transition: var(--transit-default);
}
@media print, screen and (min-width: 48em) {
  .lps_parts--accordion .text {
    display: flex;
    gap: 4.1666666667%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--accordion .img {
    width: 39.0625%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--accordion .mce-content-body {
    margin-bottom: 0 !important;
    flex: 1;
  }
}
.lps_parts--accordion .accordion_item {
  --pd-block: 40;
  border-bottom: 1px solid var(--clr-mono-02);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--accordion .accordion_item {
    --pd-block: 20;
  }
}
.lps_parts--accordion .accordion_item .accordion--toggle {
  cursor: pointer;
  padding-block: calc(var(--pd-block) * var(--rem));
}
.lps_parts--accordion .accordion_item.is-open .text {
  padding-bottom: calc(var(--pd-block) * var(--rem));
}
.lps_parts--accordion .accordion_item.is-open .toggle {
  rotate: 180deg;
  opacity: 0.5;
}
.lps_parts--accordion .accordion_item.is-open .toggle::after {
  opacity: 0;
}
.lps_parts--accordion .ttl {
  color: var(--clr-primary-dark);
  font-weight: var(--font-weight-bold);
  padding-right: 3.5rem;
}
.lps_parts--accordion .ttl:not(:last-child) {
  margin-bottom: 1.5em;
}
.lps_parts--accordion .ttl .toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 3.5rem;
  height: 3.5rem;
  color: var(--clr-wht);
  background-color: var(--clr-primary-dark);
  border-radius: 50%;
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--accordion .ttl .toggle {
    width: 2rem;
    height: 2rem;
  }
}
.lps_parts--accordion .ttl .toggle::before, .lps_parts--accordion .ttl .toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.75rem;
  height: 1px;
  border-bottom: 1px solid;
  transition: var(--transit-default);
}
.lps_parts--accordion .ttl .toggle::after {
  rotate: 90deg;
}
@media (hover: hover) {
  .lps_parts--accordion .accordion--toggle:hover .toggle {
    opacity: 0.5;
  }
}

.lps_parts--accordion.is-icon .accordion_item:first-child {
  border-top: 1px solid var(--clr-mono-02);
}
.lps_parts--accordion.is-icon .accordion_item .ttl,
.lps_parts--accordion.is-icon .accordion_item .text {
  position: relative;
  padding-left: 3.5625rem;
}
.lps_parts--accordion.is-icon .accordion_item .ttl::before,
.lps_parts--accordion.is-icon .accordion_item .text::before {
  content: "Q";
  color: var(--clr-primary-default);
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading3);
  font-style: normal;
  font-weight: var(--font-weight-heading);
  line-height: 1.6;
  position: absolute;
  margin-top: -0.3333333333em;
  top: calc(var(--pd-block) * var(--rem));
  left: 0;
}
.lps_parts--accordion.is-icon .accordion_item .text {
  position: relative;
}
@media screen and (min-width: 48em) {
  .lps_parts--accordion.is-icon .accordion_item .text {
    padding-right: 7.5rem;
  }
}
.lps_parts--accordion.is-icon .accordion_item .text::before {
  content: "A";
  top: calc(var(--pd-a-block) * 2);
}
.lps_parts--accordion.is-icon .accordion_item .text::after {
  content: "";
  width: 100%;
  height: calc(100% - var(--pd-a-block));
  background: var(--clr-bg-02);
  position: absolute;
  border-radius: var(--border-radius-secondary);
  top: var(--pd-a-block);
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--accordion.is-icon .accordion_item .ttl,
  .lps_parts--accordion.is-icon .accordion_item .text {
    padding-left: 3.1428571429rem;
  }
  .lps_parts--accordion.is-icon .accordion_item .ttl::before,
  .lps_parts--accordion.is-icon .accordion_item .text::before {
    transform: translateY(0.1em);
  }
  .lps_parts--accordion.is-icon .accordion_item .ttl {
    padding-right: 2.5714285714rem;
  }
  .lps_parts--accordion.is-icon .accordion_item .ttl .toggle::before, .lps_parts--accordion.is-icon .accordion_item .ttl .toggle::after {
    width: 0.8571428571rem;
  }
}

/* lps_parts--before-after2
********************************************** */
.lps_parts--before-after2 .before_after2_wrap {
  display: grid;
  grid-template-columns: 45.58% 54.42%;
  width: 100%;
  min-height: 38.5rem;
  overflow: hidden;
}
.lps_parts--before-after2 .before_after2_wrap:has(.no-photo) {
  min-height: auto;
}
@media screen and (min-width: 48em) {
  .lps_parts--before-after2 .before_after2_wrap:has(.no-photo) .before_after2_card--after::before {
    width: 3.75rem;
  }
}
.lps_parts--before-after2 .before_after2_wrap:has(.no-photo) .before_after2_card--after .before_after2_heading {
  margin-left: 0;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--before-after2 .before_after2_wrap {
    grid-template-columns: minmax(0, 1fr);
  }
}
.lps_parts--before-after2 .before_after2_card {
  width: 100%;
  min-width: 0;
  padding: 3rem 1.5rem;
  position: relative;
}
.lps_parts--before-after2 .before_after2_card--before {
  background-color: #e8e8e8;
  position: relative;
  z-index: 1;
}
.lps_parts--before-after2 .before_after2_card--after {
  background-color: #3684ff;
}
.lps_parts--before-after2 .before_after2_card--after::before {
  content: "";
  width: 5.3125rem;
  height: 67.3701298701%;
  position: absolute;
  top: 4.875rem;
  left: -1rem;
  background-color: #e8e8e8;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--before-after2 .before_after2_card--after::before {
    width: 90%;
    height: auto;
    aspect-ratio: 16/2;
    top: -0.8571428571rem;
    left: 50%;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: translateX(-50%);
  }
}
.lps_parts--before-after2 .before_after2_card--after .before_after2_heading {
  color: var(--clr-bg-01);
}
@media screen and (min-width: 67.5625em) {
  .lps_parts--before-after2 .before_after2_card--after .before_after2_heading {
    margin-left: 5.4375rem;
  }
}
@media screen and (min-width: 48em) {
  .lps_parts--before-after2 .before_after2_card--after .before_after2_list {
    padding-left: 2.4375rem;
  }
}
.lps_parts--before-after2 .before_after2_heading {
  margin: 0;
  color: var(--clr-mono-04);
  font-family: var(--font-en-heading);
  font-size: var(--font-size-display-sm);
  font-weight: var(--font-weight-heading);
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
.lps_parts--before-after2 .before_after2_img {
  display: flex;
  align-items: flex-end;
  margin-inline: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.lps_parts--before-after2 .before_after2_img img {
  max-height: 100%;
  object-fit: contain;
}
.lps_parts--before-after2 .before_after2_img__wrp {
  height: 17.75rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.lps_parts--before-after2 .before_after2_img__wrp.no-photo {
  height: auto;
}
.lps_parts--before-after2 .before_after2_row {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  width: 100%;
}
.lps_parts--before-after2 .before_after2_row.before_after2_row--label-3 {
  grid-template-columns: 6.25rem minmax(0, 1fr);
}
.lps_parts--before-after2 .before_after2_row.before_after2_row--label-4 {
  grid-template-columns: 8.125rem minmax(0, 1fr);
}
.lps_parts--before-after2 .before_after2_row dt,
.lps_parts--before-after2 .before_after2_row dd,
.lps_parts--before-after2 .before_after2_row .before_after2_row__dt,
.lps_parts--before-after2 .before_after2_row .before_after2_row__dd {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--clr-mono-03);
  color: var(--clr-text-primary);
  font-family: var(--font-jp-text);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--before-after2 .before_after2_row dt,
  .lps_parts--before-after2 .before_after2_row dd,
  .lps_parts--before-after2 .before_after2_row .before_after2_row__dt,
  .lps_parts--before-after2 .before_after2_row .before_after2_row__dd {
    --max-font-size: calc(var(--txt-md) * 1px - 2px);
    font-size: max(var(--max-font-size), var(--font-size-txt-md));
  }
}
.lps_parts--before-after2 .before_after2_row dt,
.lps_parts--before-after2 .before_after2_row .before_after2_row__dt {
  justify-content: center;
  border-color: var(--clr-primary-default);
  color: var(--clr-primary-dark);
}
.lps_parts--before-after2 .before_after2_card--after .before_after2_row dt,
.lps_parts--before-after2 .before_after2_card--after .before_after2_row .before_after2_row__dt {
  background-color: #156af2;
  border-color: var(--clr-primary-default);
  color: var(--clr-text-light);
}
.lps_parts--before-after2 .before_after2_card--after .before_after2_row dd,
.lps_parts--before-after2 .before_after2_card--after .before_after2_row .before_after2_row__dd {
  color: var(--clr-text-light);
}

/* lps_parts--before-after
********************************************** */
.lps_parts--before-after .before_after_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7.5rem;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--before-after .before_after_wrap {
    flex-direction: column;
    gap: 1.1428571429rem;
  }
}
.lps_parts--before-after .before_after_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 37.5rem;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.3125rem);
  border-radius: 1rem;
  box-shadow: 0 0 2.0625rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--before-after .before_after_card {
    width: calc(50% - 3.75rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--before-after .before_after_card {
    width: 100%;
    border-radius: 0.8571428571rem;
  }
}
.lps_parts--before-after .before_after_card--before {
  border: 1px solid var(--clr-text-secondary);
}
.lps_parts--before-after .before_after_card--after {
  border: 2px solid var(--clr-primary-default);
}
.lps_parts--before-after .before_after_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  color: var(--clr-bg-01);
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.lps_parts--before-after .before_after_card--before .before_after_label {
  background-color: var(--clr-text-primary);
  border-radius: 0.5rem 0.5rem 0 0;
}
.lps_parts--before-after .before_after_card--after .before_after_label {
  background-color: var(--clr-primary-default);
  border-radius: 0.5rem 0.5rem 0 0;
}
.lps_parts--before-after .before_after_img {
  width: 100%;
  overflow: hidden;
}
.lps_parts--before-after .before_after_img .img {
  width: 100%;
}
.lps_parts--before-after .before_after_txt {
  width: 100%;
  padding: 3.4375rem;
  color: var(--clr-text-primary);
  font-family: var(--font-jp-text);
  font-size: var(--font-size-heading5);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
  word-break: break-word;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--before-after .before_after_txt {
    padding: 1.7142857143rem;
    font-size: var(--font-size-heading6);
    letter-spacing: 0.03em;
  }
}
.lps_parts--before-after .before_after_txt :where(p) {
  margin: 0;
}
.lps_parts--before-after .before_after_arrow {
  display: block;
  width: 5.5rem;
  aspect-ratio: 1;
  flex-shrink: 0;
  position: absolute;
  top: 13.375rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--before-after .before_after_arrow {
    width: 3.4285714286rem;
    position: relative;
    top: auto;
    left: auto;
    transform: rotate(90deg);
  }
}
.lps_parts--before-after .before_after_arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #DC1C00;
  mask-image: url(../images/common/icon-arrow2.svg);
  mask-position: center right;
  mask-size: contain;
  mask-repeat: no-repeat;
}

/* lps_parts--bubble
********************************************** */
.lps_parts--bubble {
  --icon-hgt: 1.75rem;
}
.lps_parts--bubble .bubble_ttl {
  margin-bottom: 3.5rem;
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble .bubble_ttl {
    margin-bottom: 1.7142857143rem;
  }
}
.lps_parts--bubble .bubble_list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--bubble .bubble_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble .bubble_list {
    gap: 1.1428571429rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lps_parts--bubble .bubble_list.is-scroll {
    display: flex;
    width: calc(100% + (100vw - 100%) * 0.5);
    padding-bottom: 0.5714285714rem;
    overflow-x: auto;
  }
  .lps_parts--bubble .bubble_list.is-scroll .bubble_item {
    min-width: 20rem;
  }
  .lps_parts--bubble .bubble_list.is-scroll::after {
    content: "";
    display: block;
    padding-right: calc((100vw - 100%) * 0.5);
  }
}
.lps_parts--bubble .bubble_item {
  filter: drop-shadow(0.625rem 0.625rem 0.75rem rgba(181, 193, 212, 0.6));
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble .bubble_item {
    width: 100%;
  }
}
.lps_parts--bubble .bubble_body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - var(--icon-hgt));
  padding: 2.5rem 3.875rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1.25rem);
  border-radius: 1rem;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--bubble .bubble_body {
    padding: 1.7142857143rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble .bubble_body {
    padding: 1.7142857143rem 1.4285714286rem;
    border-radius: 0.8571428571rem;
  }
}
.lps_parts--bubble .bubble_txt {
  width: 100%;
  color: var(--clr-text-primary);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
  word-break: break-word;
}
.lps_parts--bubble .bubble_txt :where(p) {
  margin: 0;
}
.lps_parts--bubble .bubble_txt .bold:not([class*=clr-]) {
  color: var(--clr-primary-default);
}
.lps_parts--bubble .bubble_tail {
  width: 4.90625rem;
  height: var(--icon-hgt);
  position: relative;
  flex-shrink: 0;
}
.lps_parts--bubble .bubble_tail::before {
  content: "";
  display: block;
  width: 2.4375rem;
  aspect-ratio: 39/28;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1.25rem);
  -webkit-mask-image: url(../images/common/icon-balloon-arrow.svg);
  -webkit-mask-position: top center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../images/common/icon-balloon-arrow.svg);
  mask-position: top center;
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble .bubble_tail {
    width: 4.2857142857rem;
    height: 1.5714285714rem;
  }
  .lps_parts--bubble .bubble_tail::before {
    width: 2.1428571429rem;
    height: 1.5714285714rem;
    left: 2.1428571429rem;
  }
}

/* lps_parts--bubble
********************************************** */
@media screen and (min-width: 48em) {
  .lps_parts--bubble-img .ttl-03 {
    margin-bottom: 6rem;
  }
}

.lps_parts--bubble-img__body .bubble_txt {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lps_parts--bubble-img__body .bubble_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.25rem;
  position: relative;
  border-radius: var(--border-radius-primary);
  border: 1px solid var(--clr-primary-default);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1.25rem);
  box-shadow: 0.625rem 0.625rem 1.5rem 0 rgba(181, 193, 212, 0.6);
}
@media screen and (min-width: 48em) {
  .lps_parts--bubble-img__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .lps_parts--bubble-img__body .bubble_list {
    display: grid;
    gap: 1.5rem;
    width: 30.2898550725%;
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--bubble-img__body .bubble_list {
    width: 30%;
  }
}
@media screen and (min-width: 48em) {
  .lps_parts--bubble-img__body .bubble_list:not(:has(.bubble_item:nth-child(2))) .bubble_item:first-child::before {
    mask-image: url(../images/common/icon-balloon-arrow-med.svg);
    width: 4.6875rem;
    height: 1.875rem;
    top: 50%;
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--bubble-img__body .bubble_list:not(:has(.bubble_item:nth-child(2))) .bubble_item:first-child::before {
    width: 30%;
  }
}
@media screen and (min-width: 48em) {
  .lps_parts--bubble-img__body .bubble_list:first-child .bubble_item::before {
    right: 0;
  }
  .lps_parts--bubble-img__body .bubble_list:first-child .bubble_item:first-child::before {
    transform: translate(100%, -50%);
  }
  .lps_parts--bubble-img__body .bubble_list:first-child .bubble_item:nth-child(2)::before {
    transform: translate(100%, -50%);
  }
  .lps_parts--bubble-img__body .bubble_list:first-child .bubble_item:nth-child(3)::before {
    transform: translate(100%, -50%);
  }
  .lps_parts--bubble-img__body .bubble_list:nth-child(2) .bubble_item::before {
    left: 0;
  }
  .lps_parts--bubble-img__body .bubble_list:nth-child(2) .bubble_item:first-child::before {
    transform: translate(-100%, -50%) rotateY(180deg);
  }
  .lps_parts--bubble-img__body .bubble_list:nth-child(2) .bubble_item:nth-child(2)::before {
    transform: translate(-100%, -50%) rotateY(180deg);
  }
  .lps_parts--bubble-img__body .bubble_list:nth-child(2) .bubble_item:nth-child(3)::before {
    transform: translate(-100%, -50%) rotateY(180deg);
  }
  .lps_parts--bubble-img__body .bubble_item {
    min-height: 9.375rem;
  }
  .lps_parts--bubble-img__body .bubble_item::before {
    content: "";
    background-color: var(--clr-primary-default);
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    position: absolute;
  }
  .lps_parts--bubble-img__body .bubble_item:first-child::before {
    mask-image: url(../images/common/icon-balloon-arrow-top.svg);
    width: 4.6875rem;
    height: 2.75rem;
    bottom: 0;
  }
  .lps_parts--bubble-img__body .bubble_item:nth-child(2)::before {
    mask-image: url(../images/common/icon-balloon-arrow-med.svg);
    width: 4.6875rem;
    height: 1.875rem;
    top: 50%;
  }
  .lps_parts--bubble-img__body .bubble_item:nth-child(3)::before {
    mask-image: url(../images/common/icon-balloon-arrow-btm.svg);
    width: 4.6875rem;
    height: 2.75rem;
  }
  .lps_parts--bubble-img__body .img {
    width: 15.1875rem;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--bubble-img__body .img {
    width: 25%;
  }
}
@media screen and (min-width: 48em) {
  .lps_parts--bubble-img__body .img img {
    object-fit: contain;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble-img__body .bubble_item::before {
    content: "";
    mask-image: url(../images/common/icon-balloon-arrow.svg);
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    width: 1.875rem;
    aspect-ratio: 30/22;
    background-color: var(--clr-primary-default);
    transform: translate(75%, 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble-img__body:not(.is-scroll) .bubble_list {
    display: grid;
    gap: 2.2857142857rem;
  }
  .lps_parts--bubble-img__body:not(.is-scroll) .bubble_list + .bubble_list {
    margin-top: 2rem;
  }
  .lps_parts--bubble-img__body:not(.is-scroll) .img {
    margin-top: 2rem;
  }
}

.bubble_list--wrap {
  display: flex;
  width: calc(100% + (100vw - 100%) * 0.5);
  padding-bottom: 2.2857142857rem;
  overflow-x: auto;
  gap: 1.1428571429rem;
}
.bubble_list--wrap::after {
  content: "";
  display: block;
  padding-right: calc((100vw - 100%) * 0.5);
}
.bubble_list--wrap .bubble_list {
  display: flex;
  gap: 1.1428571429rem;
}
.bubble_list--wrap .bubble_item {
  min-width: 20rem;
}
.bubble_list--wrap + .img {
  margin-top: 0.5714285714rem;
}

/* lps_parts--bubble-block
********************************************** */
@media screen and (min-width: 48em) {
  .lps_parts--bubble-block:has(.bubble_block_bubble) {
    margin-top: 5.75rem;
  }
}
.lps_parts--bubble-block .bubble_block_list {
  display: flex;
  flex-direction: column;
  gap: 5.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble-block .bubble_block_list {
    gap: 3.4285714286rem;
  }
}
.lps_parts--bubble-block .bubble_block_card {
  width: 100%;
  background-color: var(--clr-wht);
  border-top: 0.375rem solid var(--clr-primary-default);
  border-radius: var(--border-radius-secondary);
  overflow: visible;
}
.lps_parts--bubble-block .bubble_block_body {
  display: flex;
  align-items: center;
  gap: 5rem;
  width: 100%;
  padding: 2.5rem;
  position: relative;
}
.lps_parts--bubble-block .bubble_block_body:has(.bubble_block_bubble) {
  align-items: flex-start;
}
.lps_parts--bubble-block .bubble_block_body:has(.bubble_block_bubble) .bubble_block_txtarea {
  margin-top: -5.75rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble-block .bubble_block_body:has(.bubble_block_bubble) .bubble_block_txtarea {
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--bubble-block .bubble_block_body {
    gap: 2.8571428571rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble-block .bubble_block_body {
    flex-direction: column;
    align-items: stretch;
    gap: 1.7142857143rem;
    padding: 1.7142857143rem;
  }
}
.lps_parts--bubble-block .bubble_block_img {
  width: 28.75rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--border-radius-secondary);
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--bubble-block .bubble_block_img {
    width: 40%;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble-block .bubble_block_img {
    width: 100%;
  }
}
.lps_parts--bubble-block .bubble_block_img .img {
  width: 100%;
}
.lps_parts--bubble-block .bubble_block_txtarea {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 0.9375rem;
  min-width: 0;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble-block .bubble_block_txtarea {
    gap: 0;
  }
}
.lps_parts--bubble-block .bubble_block_ttl {
  margin-bottom: 0.375rem;
  color: var(--clr-text-primary);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading3);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
  word-break: break-word;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble-block .bubble_block_ttl {
    font-size: var(--font-size-heading4);
    letter-spacing: 0.03em;
  }
}
.lps_parts--bubble-block .bubble_block_ttl :where(p) {
  margin: 0;
}
.lps_parts--bubble-block .bubble_block_txt {
  width: 100%;
  color: var(--clr-text-primary);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
  word-break: break-word;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble-block .bubble_block_txt {
    font-size: var(--font-size-heading6);
    letter-spacing: 0.03em;
  }
}
.lps_parts--bubble-block .bubble_block_txt :where(p) {
  margin: 0;
}
.lps_parts--bubble-block .bubble_block_bubble {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 67.5625em) {
  .lps_parts--bubble-block .bubble_block_bubble {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 67.5em) {
  .lps_parts--bubble-block .bubble_block_bubble {
    left: auto;
    right: 2.5rem;
    width: min(100%, 39.75rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble-block .bubble_block_bubble {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    order: -1;
    margin-bottom: 0.5714285714rem;
  }
}
.lps_parts--bubble-block .bubble_block_bubble_body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  padding: 1.375rem 3.5rem;
  background-color: var(--clr-primary-default);
  border-radius: var(--border-radius-secondary);
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--bubble-block .bubble_block_bubble_body {
    padding: 1.1428571429rem 1.7142857143rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble-block .bubble_block_bubble_body {
    padding: 0.7142857143rem 1.1428571429rem;
  }
}
.lps_parts--bubble-block .bubble_block_bubble_txt {
  margin: 0;
  color: var(--clr-text-light);
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--bubble-block .bubble_block_bubble_txt {
    font-size: var(--font-size-heading5);
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble-block .bubble_block_bubble_txt {
    font-size: var(--font-size-heading6);
  }
}
.lps_parts--bubble-block .bubble_block_bubble_tail {
  width: 100%;
  height: 1.61375rem;
  padding-left: 2.5rem;
  position: relative;
  flex-shrink: 0;
}
.lps_parts--bubble-block .bubble_block_bubble_tail::before {
  content: "";
  display: block;
  width: 2.795rem;
  height: 1.61375rem;
  background-color: var(--clr-primary-default);
  mask-image: url(../images/common/icon-balloon-arrow2.svg);
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: contain;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--bubble-block .bubble_block_bubble_tail {
    height: 1.4285714286rem;
    padding-left: 2.1428571429rem;
  }
  .lps_parts--bubble-block .bubble_block_bubble_tail::before {
    width: 2.4285714286rem;
    height: 1.4285714286rem;
  }
}

/* lps_parts--button
********************************************** */
@media screen and (min-width: 48em) {
  .lps_parts--button.no-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .lps_parts--button.no-grid .btn {
    margin-inline: 0 !important;
  }
}
@media screen and (min-width: 48em) {
  .lps_parts--button:has(.btn-large) {
    padding-inline: 3.125rem;
  }
}
@media screen and (min-width: 48em) {
  .lps_parts--button:has(.btn-large):not(.no-grid) .btn-large a .btn-inner span {
    font-size: 1.875rem;
    padding: 1.875rem 1.3125rem 1.875rem 2rem;
  }
}

/* lps_parts--checkbox
********************************************** */
.lps_parts--checkbox .checkbox_txt-txtarea {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--checkbox .checkbox_txt-txtarea {
    gap: 1.1428571429rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--checkbox .checkbox_txt-txtarea {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.1428571429rem;
  }
}
.lps_parts--checkbox .checkbox_txt-txtarea__ttl {
  flex-shrink: 0;
  max-width: 50%;
  margin-bottom: 0;
  color: var(--clr-sub-06);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.lps_parts--checkbox .checkbox_txt-txtarea__ttl::after {
  content: "：";
  display: inline-block;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--checkbox .checkbox_txt-txtarea__ttl {
    max-width: none;
  }
}
.lps_parts--checkbox .checkbox_icon {
  display: block;
  flex-shrink: 0;
  width: 3rem;
  aspect-ratio: 1;
  background-image: url(../images/common/icon-checkbox.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--checkbox .checkbox_icon {
    width: 1.7142857143rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--checkbox .checkbox_icon {
    width: 2rem;
  }
}
.lps_parts--checkbox .checkbox_note {
  margin-top: 1.5rem;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-heading6);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.lps_parts--checkbox-style1 {
  --pgd-block: 5rem;
  --bg-hgt: 6.125rem;
}
.lps_parts--checkbox-style1:has(.checkbox_ttl) {
  margin-top: calc(var(--pgd-block) + var(--bg-hgt) * 0.5);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--checkbox-style1 {
    --pgd-block: 1.7142857143rem;
    --bg-hgt: 3.8571428571rem;
  }
}
.lps_parts--checkbox-style1 .checkbox_wrap {
  padding-block: var(--pgd-block);
  background-color: var(--clr-wht);
  border: 0.4375rem solid var(--clr-primary-default);
  border-radius: 1rem;
}
.lps_parts--checkbox-style1 .checkbox_wrap:not(:has(.checkbox_ttl)) {
  padding-block: calc(var(--pgd-block) * 0.5);
}
.lps_parts--checkbox-style1 .checkbox_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 90%;
  margin-top: calc(var(--pgd-block) * -1 - var(--bg-hgt) * 0.5);
  margin-bottom: 2.25rem;
  min-height: var(--bg-hgt);
  margin-inline: auto;
  padding: 1rem 3.5rem;
  background-color: var(--clr-primary-default);
  border-radius: var(--border-radius-secondary);
  color: var(--clr-text-light);
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-heading);
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--checkbox-style1 .checkbox_ttl {
    margin-bottom: 0;
    padding: 1.1428571429rem 1.1428571429rem;
    font-size: var(--font-size-heading5);
  }
}
.lps_parts--checkbox-style1 .checkbox_note,
.lps_parts--checkbox-style1 .checkbox_card {
  width: 86%;
  max-width: calc(890 * var(--rem));
  margin-inline: auto;
}
.lps_parts--checkbox-style1 .checkbox_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lps_parts--checkbox-style1 .checkbox_item {
  display: flex;
  align-items: center;
  gap: 1.625rem;
  width: 100%;
  padding-block: 2rem;
  border-bottom: 0.0625rem solid var(--clr-mono-02);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--checkbox-style1 .checkbox_item {
    gap: 1.1428571429rem;
    padding-block: 1.4285714286rem;
  }
}
.lps_parts--checkbox-style1 .checkbox_item:last-child {
  border-bottom: none;
}
.lps_parts--checkbox-style1 .checkbox_txt {
  flex: 1 0 0;
  min-width: 0;
  margin: 0;
  color: var(--clr-text-primary);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--checkbox-style1 .checkbox_txt {
    font-size: var(--font-size-heading6);
    letter-spacing: 0.03em;
  }
}
.lps_parts--checkbox-style1 .checkbox_txt :where(p) {
  margin: 0;
}

.lps_parts--checkbox-style2 {
  border-radius: var(--border-radius-primary);
  border: 0.5rem solid rgba(213, 228, 239, 0.7);
  background: var(--clr-wht);
  padding: 2.5rem 2.75rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--checkbox-style2 {
    width: 86%;
    margin-inline: auto;
    padding: 1.4285714286rem;
  }
  .lps_parts--checkbox-style2 > .inner {
    width: 100%;
  }
}
.lps_parts--checkbox-style2 .checkbox_ttl {
  margin-bottom: 1.5rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--clr-mono-04);
  color: var(--clr-primary-dark);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--checkbox-style2 .checkbox_ttl {
    margin-bottom: 0;
  }
}
.lps_parts--checkbox-style2 .checkbox_item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-block: 2rem;
  border-bottom: 1px solid var(--color-mono-02, #CCC);
}
.lps_parts--checkbox-style2 .checkbox_txt {
  font-weight: var(--font-weight-bold);
}

/* lps_parts--column
********************************************** */
.lps_parts--column .column_item,
.lps_parts--column .text {
  display: flex;
  flex-direction: column;
}

.lps_parts--column .img {
  flex-shrink: 0;
}

.lps_parts--column .text {
  flex: 1;
}
.lps_parts--column .text .ttl-05 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column .text .ttl-05 {
    margin-bottom: 1.1428571429rem;
  }
}

.lps_parts--column .img + .text {
  padding-top: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column .img + .text {
    padding-top: 1.1428571429rem;
  }
}

.lps_parts--column .bg-wht .text {
  padding: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column .bg-wht .text {
    padding: 1.7142857143rem;
  }
}

.lps_parts--column .lps_parts--child:not(.grid-col1) table {
  width: 100%;
}

.lps_parts--column .grid-col1 .mce-box {
  padding: 2.5rem;
}

.lps_parts--column .column_item.bg-wht {
  border-radius: var(--border-radius-secondary);
}
.lps_parts--column .column_item.bg-wht .img img {
  border-radius: var(--border-radius-secondary) var(--border-radius-secondary) 0 0;
}

/* 白背景なし */
.lps_parts--column .column_item:not(.bg-wht) .img img {
  border-radius: var(--border-radius-secondary);
}

@media screen and (max-width: 47.9375em) {
  .lps_parts--column + .lps_parts--column {
    margin-top: 1.7142857143rem;
  }
  .lps_parts--column {
    width: 100%;
    max-width: 100%;
  }
  .lps_parts--column .flex-sp-block .column_item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .lps_parts--column .text.bg-wht,
  .lps_parts--column .grid-col1 .mce-box {
    padding: 1.7142857143rem;
  }
}
@media screen and (min-width: 48em) {
  .lps_parts--column:has(.column-style-default.bg-wht) .lps_parts--child.grid-col3 {
    gap: 1.5rem;
  }
}

.column-style-default.bg-wht {
  border-radius: var(--border-radius-primary);
}
.column-style-default.bg-wht .text .ttl-05 {
  margin-bottom: 0;
  color: var(--clr-primary-dark);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.column-style-default.bg-wht .text .mce-content-body {
  margin-top: 0.875rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--clr-mono-04);
}

.lps_parts--column:has(.column-style-point) .lps_parts--sec_lead {
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .lps_parts--column:has(.column-style-point) .lps_parts--child.grid-col3 {
    gap: 1.5rem 0.9375rem;
  }
}

.column-style-point {
  padding: 0.25rem;
  border-radius: var(--border-radius-secondary);
  background: #2579FF;
  overflow: hidden;
}

.column-style-point__head {
  position: relative;
  padding: 0 1.3125rem 0.5625rem 1.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .column-style-point__head {
    padding-inline: 0.5714285714rem;
  }
}
.column-style-point__head .ttl-05 {
  --ttl: 36;
}
@media screen and (max-width: 47.9375em) {
  .column-style-point__head .ttl-05 {
    --ttl: 24;
  }
}
.column-style-point__head .ttl-05 {
  margin-bottom: 0;
  color: var(--clr-text-light);
  font-family: var(--font-jp-heading);
  font-size: calc(var(--ttl) * var(--rem));
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
}
.column-style-point__head .ttl-05 .font-en {
  margin-top: 0.25rem;
  margin-bottom: 0;
  color: var(--clr-text-light);
}
.column-style-point__head .num {
  color: var(--clr-primary-light);
  font-family: var(--font-en-heading);
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .column-style-point__head .num {
    font-size: 4.2857142857rem;
  }
}

.column-style-point__body {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-secondary);
  background: var(--clr-wht);
  padding: 1.875rem;
  height: 100%;
  position: relative;
  z-index: 1;
}
.column-style-point__body .img {
  margin-bottom: 1.25rem;
}
.column-style-point__body .mce-content-body {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.column-style-point2 .column-style-point__head {
  padding: 0.75rem 0.625rem 1.375rem;
}
.column-style-point2 .column-style-point__head .ttl-05 {
  font-size: var(--font-size-heading4);
}

.column-style-point__body-inner .mce-content-body .icon_heading {
  margin-bottom: 1rem;
}
.column-style-point__body-inner .mce-content-body hr {
  margin-block: 2.5rem 1.8125rem;
}

.lps_parts--column:has(.column-style-question) .lps_parts--sec_lead {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 48em) {
  .lps_parts--column:has(.column-style-question) .lps_parts--child.grid-col2 {
    gap: 1.5rem;
  }
}

.column-style-question {
  border-radius: var(--border-radius-primary);
  border: 0.5rem solid rgba(213, 228, 239, 0.7);
  background: var(--clr-wht);
  padding: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .column-style-question {
    padding: 1.4285714286rem;
  }
}

.column-style-question__head {
  margin-bottom: 2.5rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--clr-mono-04);
}
.column-style-question__head .ttl-04 {
  color: var(--clr-primary-dark);
}
.column-style-question__head .num {
  width: fit-content;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius-max);
  background: var(--clr-primary-default);
  color: var(--clr-text-light);
  text-align: center;
  font-family: var(--font-en-text);
  --max-font-size: calc(var(--txt-md) * 1px - 2px);
  font-size: max(var(--max-font-size), var(--font-size-txt-md));
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.column-style-question__body .img {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em) {
  .lps_parts--column:has(.column-style-question.column-style-point3) .lps_parts--child.grid-col3 {
    gap: 1rem;
  }
}

.column-style-question.column-style-point3 {
  padding: 2rem;
}
.column-style-question.column-style-point3 .column-style-question__head {
  padding-bottom: 0.75rem;
}
.column-style-question.column-style-point3 .column-style-question__body-inner .mce-content-body {
  font-size: var(--font-size-heading5);
  line-height: 1.8;
  letter-spacing: 0.03em;
}

/* lps_parts--cta
********************************************** */
.lps_parts--cta,
.lps_parts--cta2 {
  padding-bottom: 0;
}
.lps_parts--cta .inner,
.lps_parts--cta2 .inner {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 5rem 4.5rem;
  background-image: url(../images/common/bg-contact.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: var(--border-radius-secondary);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta .inner,
  .lps_parts--cta2 .inner {
    gap: 1.4285714286rem;
    padding: 2.8571428571rem 0 1.7142857143rem;
  }
}
.lps_parts--cta .cta_inner,
.lps_parts--cta2 .cta_inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta .cta_inner,
  .lps_parts--cta2 .cta_inner {
    gap: 1.7142857143rem;
    width: 86%;
    margin-inline: auto;
  }
}
.lps_parts--cta .cta_ttl,
.lps_parts--cta2 .cta_ttl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lps_parts--cta .cta_ttl h2,
.lps_parts--cta .cta_ttl p,
.lps_parts--cta2 .cta_ttl h2,
.lps_parts--cta2 .cta_ttl p {
  font-size: var(--font-size-heading1);
  font-weight: 600;
  line-height: 1;
  color: var(--clr-text-light);
  margin: 0;
  letter-spacing: 0;
}
.lps_parts--cta .cta_ttl .subtitle-md,
.lps_parts--cta2 .cta_ttl .subtitle-md {
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--clr-wht);
}
.lps_parts--cta .cta_ttl .subtitle-md::after,
.lps_parts--cta2 .cta_ttl .subtitle-md::after {
  display: none;
}
.lps_parts--cta .ttl-04,
.lps_parts--cta2 .ttl-04 {
  color: var(--clr-bg-01);
  margin-block: 0 -0.5rem !important;
}
.lps_parts--cta .text,
.lps_parts--cta2 .text {
  color: var(--clr-wht);
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-lg);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.lps_parts--cta .cta_btns {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: var(--border-radius-secondary);
  max-width: calc(1126 * var(--rem));
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta .cta_btns {
    width: calc(100% - 1.1428571429rem);
    margin-inline: auto;
    padding: 0.5714285714rem;
  }
}
.lps_parts--cta .cta_btns > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta .cta_btns > ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5714285714rem;
  }
}
.lps_parts--cta .cta_btns .btn {
  min-width: 25rem;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta .cta_btns .btn {
    min-width: 100%;
  }
}
.lps_parts--cta .cta_btns .btn a {
  text-decoration: none;
  min-width: 100%;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .lps_parts--cta .cta_btns .btn a .btn-inner {
    height: 100%;
  }
  .lps_parts--cta .cta_btns .btn a .btn-inner span {
    gap: 0.75rem;
    padding: 2.0625rem 1.3125rem 2.0625rem 1.9375rem;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .lps_parts--cta .cta_btns .btn a:not(:has(.icon)) .btn-inner span::after {
    width: 5.3125rem;
    height: 3.3125rem;
    background-size: 1.9375rem;
  }
}

.lps_parts--cta2 .cta_btns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta2 .cta_btns {
    width: 90%;
    margin-inline: auto;
  }
}
.lps_parts--cta2 .cta_btns__item {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 28.75rem;
  gap: 2rem;
  padding: 2rem;
  border-radius: var(--border-radius-primary);
  border: 0.4375rem solid rgba(213, 228, 239, 0.7);
  background: var(--clr-wht);
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--cta2 .cta_btns__item {
    gap: 1.1428571429rem;
    grid-template-columns: minmax(0, 1fr);
  }
  .lps_parts--cta2 .cta_btns__item .btn {
    width: 27.1428571429rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta2 .cta_btns__item {
    grid-template-columns: minmax(0, 1fr);
    padding: 0.8571428571rem;
  }
}
.lps_parts--cta2 .cta_btns__item-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--clr-mono-04);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta2 .cta_btns__item-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4285714286rem;
  }
}
.lps_parts--cta2 .cta_btns__item-label {
  padding: 0.5625rem 1rem;
  border-radius: var(--border-radius-max);
  background: var(--clr-primary-default);
  flex-shrink: 0;
  max-width: 50%;
  color: var(--clr-text-light);
  font-family: var(--font-en-text);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lps_parts--cta2 .cta_btns__item-ttl {
  color: var(--clr-primary-dark);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.lps_parts--cta2 .btn a {
  width: 100%;
}
.lps_parts--cta2 .btn a .btn-inner span {
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta2 .btn a .btn-inner span {
    gap: 0.2857142857rem;
    padding-inline: 0.8571428571rem;
  }
}

/* AddQuickTag: CTAボックス
********************************************** */
.mce-content-body .lps_parts--cta > .inner,
.mce-content-body .lps_parts--cta2 > .inner {
  width: 100%;
}
.mce-content-body .lps_parts--cta .mce-ttl-01,
.mce-content-body .lps_parts--cta2 .mce-ttl-01 {
  color: var(--clr-bg-01);
  margin-block: 0 -0.5rem !important;
}

.mce-content-body .lps_parts--cta .cta_btns ul {
  text-decoration: none;
}
.mce-content-body .lps_parts--cta .cta_btns ul li {
  padding-left: 0;
  padding-bottom: 0;
}
.mce-content-body .lps_parts--cta .cta_btns ul li::before {
  content: none;
}

/* lps_parts--diagnosis_items
********************************************** */
.lps_parts--diagnosis_items .diagnosis_items--intro {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.lps_parts--diagnosis_items .diagnosis_items--lead {
  color: var(--clr-primary-dark);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading2);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.lps_parts--diagnosis_items .diagnosis_items--target {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  color: var(--clr-text-primary);
  font-family: var(--font-jp-heading);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
}
.lps_parts--diagnosis_items .diagnosis_items--target span {
  flex-shrink: 0;
  padding: 0.5rem 1rem;
  background-color: var(--clr-text-primary);
  border-radius: var(--border-radius-tertiary);
  color: var(--clr-text-light);
  font-family: var(--font-en-text);
  font-size: var(--font-size-txt-lg);
  line-height: 1.6;
}
.lps_parts--diagnosis_items .diagnosis_items--target p {
  margin: 0;
  font-size: var(--font-size-heading5);
  line-height: 1.8;
}
.lps_parts--diagnosis_items .diagnosis_items--panel {
  width: 100%;
  margin-top: 4rem;
  padding: 4.5rem 5.4375rem;
  background-color: #f3f7fa;
  border: 0.5rem solid rgba(213, 228, 239, 0.7);
  border-radius: 1rem;
}
.lps_parts--diagnosis_items .diagnosis_items--panel_inner {
  display: grid;
  grid-template-columns: minmax(0, 35.375rem) minmax(0, 34rem);
  gap: 5rem;
  width: 100%;
  max-width: 74.375rem;
  margin-inline: auto;
}
.lps_parts--diagnosis_items .diagnosis_items--description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  min-width: 0;
}
.lps_parts--diagnosis_items .diagnosis_items--heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.lps_parts--diagnosis_items .diagnosis_items--heading > p {
  margin: 0;
  padding: 0.75rem 3.5rem;
  background-color: var(--clr-primary-default);
  border-radius: var(--border-radius-max);
  color: var(--clr-text-light);
  font-family: var(--font-en-heading);
  font-size: 1.6875rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.7;
  letter-spacing: 0;
  white-space: nowrap;
}
.lps_parts--diagnosis_items .diagnosis_items--heading h4 {
  margin: 0;
  color: var(--clr-primary-dark);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading2);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
}
.lps_parts--diagnosis_items .diagnosis_items--text {
  width: 100%;
  color: var(--clr-text-primary);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
}
.lps_parts--diagnosis_items .diagnosis_items--text :where(p) {
  margin: 0;
}
.lps_parts--diagnosis_items .diagnosis_items--text :where(p:not(:last-child)) {
  margin-bottom: 1em;
}
.lps_parts--diagnosis_items .diagnosis_items--status {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 1.25rem 2.5rem;
  background-color: var(--clr-bg-01);
  border-radius: var(--border-radius-secondary);
  list-style: none;
}
.lps_parts--diagnosis_items .diagnosis_items--status li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-en-text);
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.lps_parts--diagnosis_items .diagnosis_items--status span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: var(--border-radius-tertiary);
  color: var(--clr-text-light);
}
.lps_parts--diagnosis_items .diagnosis_items--status .is-danger,
.lps_parts--diagnosis_items .diagnosis_items--note span {
  color: #d40d0d;
}
.lps_parts--diagnosis_items .diagnosis_items--status .is-danger span {
  background-color: #d40d0d;
}
.lps_parts--diagnosis_items .diagnosis_items--status .is-caution {
  color: #c99a19;
}
.lps_parts--diagnosis_items .diagnosis_items--status .is-caution span {
  background-color: #c99a19;
}
.lps_parts--diagnosis_items .diagnosis_items--status .is-good {
  color: #1cae4b;
}
.lps_parts--diagnosis_items .diagnosis_items--status .is-good span {
  background-color: #1cae4b;
}
.lps_parts--diagnosis_items .diagnosis_items--note {
  margin: 0;
  color: var(--clr-text-primary);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.lps_parts--diagnosis_items .diagnosis_items--items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
  padding: 2.5rem;
  background-color: #e5e9f4;
  border-radius: 1rem;
}
.lps_parts--diagnosis_items .diagnosis_items--items .ttl-03 {
  margin-bottom: 0;
}
.lps_parts--diagnosis_items .diagnosis_items--items ol {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lps_parts--diagnosis_items .diagnosis_items--items li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  min-height: 4.5rem;
  padding: 0.625rem;
  background-color: var(--clr-wht);
  border-radius: var(--border-radius-tertiary);
}
.lps_parts--diagnosis_items .diagnosis_items--items li > span {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3.25rem;
  padding: 0.5rem 0.625rem;
  background-color: var(--clr-primary-default);
  border-radius: var(--border-radius-tertiary);
  color: var(--clr-text-light);
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  line-height: 1.7;
  letter-spacing: 0;
}
.lps_parts--diagnosis_items .diagnosis_items--items li > p {
  margin: 0;
  color: var(--clr-text-primary);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lps_parts--diagnosis_items .diagnosis_items--cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 4rem 0 0;
  padding: 0;
  list-style: none;
}
.lps_parts--diagnosis_items .diagnosis_items--cta_item {
  width: 36.25rem;
  min-height: 7.5rem;
  margin: 0;
}
.lps_parts--diagnosis_items .diagnosis_items--cta_item a {
  width: 100%;
  min-width: 0;
}
.lps_parts--diagnosis_items .diagnosis_items--cta_item .btn-inner span {
  gap: 2.5rem;
  min-height: 7.5rem;
  padding: 1.8125rem 1.3125rem 1.8125rem 2rem;
  font-family: var(--font-jp-text);
  font-size: 1.875rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lps_parts--diagnosis_items .diagnosis_items--cta_item a:not(:has(.icon)) .btn-inner span::after {
  width: 5.3125rem;
  height: 3.3125rem;
  background-size: 2rem 2rem;
  border-radius: 0.3125rem;
}
.lps_parts--diagnosis_items .diagnosis_items--cta_item-download {
  width: 35.0625rem;
}
@media screen and (max-width: 67.5em) {
  .lps_parts--diagnosis_items .diagnosis_items--panel {
    padding: 3.5rem 3rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--panel_inner {
    grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.9fr);
    gap: 2.5rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--status {
    gap: 1.5rem;
    padding-inline: 1.5rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--status li {
    gap: 0.5rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--cta_item .btn-inner span {
    font-size: var(--font-size-heading5);
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--diagnosis_items .diagnosis_items--intro {
    gap: 1.7142857143rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--lead {
    font-size: var(--font-size-heading5);
  }
  .lps_parts--diagnosis_items .diagnosis_items--target {
    align-items: flex-start;
    gap: 0.8571428571rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--target span {
    padding: 0.4285714286rem 0.7142857143rem;
    font-size: var(--font-size-txt-md);
  }
  .lps_parts--diagnosis_items .diagnosis_items--target p {
    font-size: var(--font-size-heading6);
    line-height: 1.6;
  }
  .lps_parts--diagnosis_items .diagnosis_items--panel {
    margin-top: 2.8571428571rem;
    padding: 2.2857142857rem 1.4285714286rem;
    border-width: 0.3571428571rem;
    border-radius: 0.8571428571rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--panel_inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.8571428571rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--description {
    gap: 1.7142857143rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--heading {
    gap: 0.8571428571rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--heading > p {
    padding: 0.5714285714rem 1.7142857143rem;
    font-size: var(--font-size-heading6);
  }
  .lps_parts--diagnosis_items .diagnosis_items--heading h4 {
    font-size: var(--font-size-heading2);
  }
  .lps_parts--diagnosis_items .diagnosis_items--text,
  .lps_parts--diagnosis_items .diagnosis_items--note {
    font-size: var(--font-size-heading6);
    line-height: 1.8;
  }
  .lps_parts--diagnosis_items .diagnosis_items--status {
    justify-content: space-between;
    gap: 0.5714285714rem;
    width: 100%;
    padding: 0.8571428571rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--status li {
    flex-direction: column;
    gap: 0.2857142857rem;
    font-size: var(--font-size-txt-sm);
  }
  .lps_parts--diagnosis_items .diagnosis_items--status span {
    width: 2.8571428571rem;
    height: 2.8571428571rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--items {
    gap: 1.1428571429rem;
    padding: 1.4285714286rem;
    border-radius: 0.7142857143rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--items_ttl {
    gap: 1.1428571429rem;
    font-size: var(--font-size-heading4);
  }
  .lps_parts--diagnosis_items .diagnosis_items--items_ttl::before {
    width: 0.5714285714rem;
    height: 2.5714285714rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--items li {
    gap: 1.1428571429rem;
    min-height: 4rem;
    padding: 0.5714285714rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--items li > span {
    min-width: 2.8571428571rem;
    min-height: 2.8571428571rem;
    padding: 0.2857142857rem 0.5714285714rem;
    font-size: var(--font-size-txt-md);
  }
  .lps_parts--diagnosis_items .diagnosis_items--items li > p {
    font-size: var(--font-size-heading6);
  }
  .lps_parts--diagnosis_items .diagnosis_items--cta {
    flex-direction: column;
    gap: 0.8571428571rem;
    margin-top: 2.8571428571rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--cta_item,
  .lps_parts--diagnosis_items .diagnosis_items--cta_item-download {
    width: 100%;
    min-height: 5.1428571429rem;
  }
  .lps_parts--diagnosis_items .diagnosis_items--cta_item .btn-inner span {
    gap: 1.1428571429rem;
    min-height: 5.1428571429rem;
    padding: 1.1428571429rem;
    font-size: var(--font-size-txt-lg);
  }
  .lps_parts--diagnosis_items .diagnosis_items--cta_item a:not(:has(.icon)) .btn-inner span::after {
    width: 3.4285714286rem;
    height: 2.5714285714rem;
    background-size: 1.5714285714rem 1.5714285714rem;
  }
}

/* lps_parts--diagnostic_report_example
********************************************** */
.lps_parts--diagnostic_report_example {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  width: 100%;
  max-width: 86.25rem;
  margin-inline: auto;
  color: var(--clr-text-primary);
  font-family: var(--font-jp-heading);
  font-weight: var(--font-weight-bold);
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--ttl {
  width: 100%;
  min-height: 6rem;
  margin: 0;
  padding-block: 1rem;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--lead {
  width: 100%;
  margin: 0;
  color: var(--clr-blk);
  font-size: var(--font-size-heading4);
  line-height: 1.6;
  letter-spacing: 0.03em;
  word-break: break-word;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--lead :where(p) {
  margin: 0;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--lead :where(p:not(:last-child)) {
  margin-bottom: 1em;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--examples {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  padding: 2.5rem;
  background-color: var(--clr-wht);
  border: 0.5rem solid rgba(213, 228, 239, 0.7);
  border-radius: 1rem;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0;
  padding: 0.5rem 2rem;
  border-radius: var(--border-radius-max);
  color: var(--clr-text-light);
  font-size: var(--font-size-heading4);
  line-height: 1.6;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--card-red .diagnostic_report_example--label {
  background: linear-gradient(90deg, #e60505 0%, #ff3535 100%);
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--card-yellow .diagnostic_report_example--label {
  background-color: #c99a19;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--card-line .diagnostic_report_example--label {
  justify-content: flex-start;
  width: 100%;
  padding: 0 0 0.875rem;
  background-color: transparent;
  border-bottom: 1px solid var(--clr-mono-04);
  border-radius: 0;
  color: var(--clr-primary-dark);
  font-size: var(--font-size-heading3);
  white-space: normal;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--txt,
.lps_parts--diagnostic_report_example .diagnostic_report_example--note {
  width: 100%;
  color: var(--clr-text-primary);
  font-size: var(--font-size-heading5);
  line-height: 1.8;
  letter-spacing: 0.03em;
  word-break: break-word;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--txt {
  margin: 0;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--note {
  margin: 0;
  color: var(--clr-blk);
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--note :where(p) {
  margin: 0;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--note :where(p:not(:last-child)) {
  margin-bottom: 1em;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--note :where(a, em, .clr-sub-06) {
  color: var(--clr-sub-06);
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--item-line .diagnostic_report_example--note {
  color: var(--clr-text-primary);
  font-size: var(--font-size-heading6);
  line-height: 1.6;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--action_ttl {
  width: 100%;
  margin: 0;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--clr-mono-04);
  color: var(--clr-primary-dark);
  font-size: var(--font-size-heading4);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--action_list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--action_list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 6.875rem;
  padding: 1.875rem 2.5rem;
  background-color: #e1ecf4;
  border-radius: 0.5rem;
  color: var(--clr-text-primary);
  font-size: var(--font-size-heading5);
  line-height: 1.8;
  letter-spacing: 0.03em;
  word-break: break-word;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--check {
  display: block;
  flex-shrink: 0;
  width: 3.2600625rem;
  height: 3.125rem;
  background-image: url("../images/common/icon-checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lps_parts--diagnostic_report_example .diagnostic_report_example--arrow {
  display: block;
  width: 4rem;
  height: 4rem;
  margin-inline: auto;
  background-image: url("../images/common/icon-arrow2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}

@media screen and (max-width: 47.9375em) {
  .lps_parts--diagnostic_report_example {
    gap: 1.7142857143rem;
  }
  .lps_parts--diagnostic_report_example .diagnostic_report_example--ttl {
    min-height: auto;
    padding-block: 0.5714285714rem;
  }
  .lps_parts--diagnostic_report_example .diagnostic_report_example--card {
    gap: 1.1428571429rem;
    padding: 1.4285714286rem;
    border-width: 0.2857142857rem;
    border-radius: 0.5714285714rem;
  }
  .lps_parts--diagnostic_report_example .diagnostic_report_example--examples {
    gap: 1.1428571429rem;
  }
  .lps_parts--diagnostic_report_example .diagnostic_report_example--item {
    gap: 1.1428571429rem;
  }
  .lps_parts--diagnostic_report_example .diagnostic_report_example--label {
    max-width: 100%;
    padding: 0.4285714286rem 1.1428571429rem;
    white-space: normal;
  }
  .lps_parts--diagnostic_report_example .diagnostic_report_example--action {
    gap: 1.1428571429rem;
  }
  .lps_parts--diagnostic_report_example .diagnostic_report_example--action_ttl,
  .lps_parts--diagnostic_report_example .diagnostic_report_example--card-line .diagnostic_report_example--label {
    padding-bottom: 0.5714285714rem;
  }
  .lps_parts--diagnostic_report_example .diagnostic_report_example--action_list {
    gap: 0.8571428571rem;
  }
  .lps_parts--diagnostic_report_example .diagnostic_report_example--action_list li {
    align-items: flex-start;
    gap: 0.5714285714rem;
    min-height: 0;
    padding: 1.0714285714rem 1.1428571429rem;
    border-radius: 0.2857142857rem;
  }
  .lps_parts--diagnostic_report_example .diagnostic_report_example--check {
    width: 1.8629285714rem;
    height: 1.7857142857rem;
    margin-top: 0.1428571429rem;
  }
  .lps_parts--diagnostic_report_example .diagnostic_report_example--arrow {
    width: 2.2857142857rem;
    height: 2.2857142857rem;
  }
}
/* post-edit-link
********************************************** */
.post-edit-link {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 10;
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid #999;
}
@media screen and (max-width: 47.9375em) {
  .post-edit-link {
    display: none;
  }
}
.post-edit-link:hover {
  background-color: #ddd;
}
.post-edit-link::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDAxIDQwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAxIDQwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM5OTk5OTk7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzcwLjEsMjUxLjljLTUuNSwwLTEwLDQuNS0xMCwxMHY4OC43YzAsMTYuNS0xMy40LDI5LjktMzAsMzBINDkuOWMtMTYuNSwwLTI5LjktMTMuNC0zMC0zMFY5MC4zCgljMC0xNi41LDEzLjQtMjkuOSwzMC0zMGg4OC43YzUuNSwwLDEwLTQuNSwxMC0xMGMwLTUuNS00LjUtMTAtMTAtMTBINDkuOUMyMi40LDQwLjQsMCw2Mi43LDAsOTAuM3YyNjAuMwoJYzAsMjcuNiwyMi40LDQ5LjksNDkuOSw0OS45aDI4MC4yYzI3LjYsMCw0OS45LTIyLjQsNDkuOS00OS45di04OC43QzM4MC4xLDI1Ni40LDM3NS42LDI1MS45LDM3MC4xLDI1MS45eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzc2LjEsMTQuN2MtMTcuNi0xNy42LTQ2LTE3LjYtNjMuNiwwTDEzNC40LDE5Mi45Yy0xLjIsMS4yLTIuMSwyLjctMi42LDQuNGwtMjMuNCw4NC42Yy0xLDMuNSwwLDcuMiwyLjYsOS43CgljMi41LDIuNSw2LjMsMy41LDkuNywyLjZsODQuNi0yMy40YzEuNy0wLjUsMy4yLTEuMyw0LjQtMi42TDM4Ny45LDkwYzE3LjUtMTcuNiwxNy41LTQ2LDAtNjMuNkwzNzYuMSwxNC43eiBNMTU2LjIsMTk5LjNMMzAyLDUzLjUKCWw0Nyw0N0wyMDMuMiwyNDYuNEwxNTYuMiwxOTkuM3ogTTE0Ni44LDIxOC4ybDM3LjYsMzcuNmwtNTIsMTQuNEwxNDYuOCwyMTguMnogTTM3My43LDc1LjhsLTEwLjYsMTAuNmwtNDctNDdsMTAuNi0xMC42CgljOS43LTkuNywyNS42LTkuNywzNS4zLDBsMTEuNywxMS43QzM4My41LDUwLjMsMzgzLjUsNjYuMSwzNzMuNyw3NS44eiIvPgo8L3N2Zz4K");
}

/* lps_parts--flow
********************************************** */
/* --- 共通 --- */
.lps_parts--flow {
  margin-left: auto;
  margin-right: auto;
}
.lps_parts--flow .lps_parts--child.inner-sm {
  max-width: calc(1080 * var(--rem));
}
.lps_parts--flow .ttl {
  font-weight: var(--font-weight-bold);
}
.lps_parts--flow .flow_item {
  position: relative;
  margin-inline-start: 6rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item {
    margin-inline-start: 4rem;
  }
}
.lps_parts--flow .flow_item:not(:last-child) {
  padding-bottom: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item:not(:last-child) {
    padding-bottom: 2.2857142857rem;
  }
}
.lps_parts--flow .flow_item:not(:last-child) .ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(6rem * -1 + 4rem / 2 - 0.0625rem / 2);
  border-right: 0.0625rem solid;
  color: var(--clr-mono-04);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item:not(:last-child) .ttl::after {
    left: calc(3.5rem * -1 + 2.5rem / 2 - 0.0625rem / 2);
  }
}
.lps_parts--flow .flow_item.clr-wht:not(:last-child) .ttl::after {
  border-color: var(--clr-wht);
}
.lps_parts--flow .ttl {
  position: static;
  margin-bottom: 2rem;
}
.lps_parts--flow .ttl::before {
  float: inline-start;
  aspect-ratio: 1;
  margin-inline-start: calc(6rem * -1);
  border-radius: 50%;
  color: var(--clr-primary-default);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .ttl::before {
    margin-inline-start: calc(3.5rem * -1);
  }
}
.lps_parts--flow .clr-wht .ttl {
  color: var(--clr-wht);
}
@media print, screen and (min-width: 48em) {
  .lps_parts--flow .text {
    display: flex;
    gap: 4.0526849037%;
  }
}
.lps_parts--flow .img img {
  border-radius: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--flow .img {
    width: 24.3161094225%;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .img:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}
.lps_parts--flow .mce-content-body {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--flow .mce-content-body {
    flex: 1;
  }
}

/* --- 通常 --- */
.lps_parts--flow:not(.flow-num) .ttl::before {
  content: "";
  position: relative;
  left: calc(2.5rem / 2);
  inline-size: 1.5rem;
  margin-block: calc((1lh - 1.5rem) / 2);
  border: 0.25rem solid;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow:not(.flow-num) .ttl::before {
    left: calc(1.5rem / 2);
    inline-size: 1rem;
    margin-block: calc((1lh - 1rem) / 2);
  }
}
.lps_parts--flow:not(.flow-num) .flow_item:not(:last-child) .ttl::after {
  margin-top: calc(1.5rem + (1lh - 1.5rem) / 2 + max(1px, 0.375rem));
  margin-bottom: calc((1lh - 1.5rem) / -2 + max(1px, 0.375rem));
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow:not(.flow-num) .flow_item:not(:last-child) .ttl::after {
    margin-top: calc(1.1428571429rem + (1lh - 1.1428571429rem) / 2 + max(1px, 0.2857142857rem));
    margin-bottom: calc((1lh - 1.1428571429rem) / -2 + max(1px, 0.2857142857rem));
  }
}

/* --- 連番 --- */
.lps_parts--flow.flow-num .flow_item {
  counter-increment: number;
}
.lps_parts--flow.flow-num .ttl::before {
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  inline-size: 4rem;
  margin-block: calc((1lh - 4rem) / 2);
  text-align: center;
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  font-family: var(--font-en-heading);
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow.flow-num .ttl::before {
    inline-size: 2.5rem;
    margin-block: calc((1lh - 2.8571428571rem) / 2);
    font-size: 1.2857142857rem;
  }
}
.lps_parts--flow.flow-num .flow_item:not(:last-child) .ttl::after {
  margin-top: calc(4rem + (1lh - 4rem) / 2 + max(1px, 0.375rem));
  margin-bottom: calc((1lh - 4rem) / -2 + max(1px, 0.375rem));
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow.flow-num .flow_item:not(:last-child) .ttl::after {
    margin-top: calc(2.8571428571rem + (1lh - 2.8571428571rem) / 2 + max(1px, 0.2857142857rem));
    margin-bottom: calc((1lh - 2.8571428571rem) / -2 + max(1px, 0.2857142857rem));
  }
}

/* ##############################################################################

    Loops モジュール

############################################################################## */
.lps_sec {
  position: relative;
}
.lps_sec:has(.lps_sec--top_img) {
  padding-top: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec:has(.lps_sec--top_img) {
    padding-top: 2.8571428571rem;
  }
}
.lps_sec:nth-child(even) {
  z-index: 0;
}
.lps_sec:nth-child(even)::after {
  content: "";
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_sec:nth-child(even)::after {
    width: 1080px;
    margin-left: calc(50% - 540px);
  }
}

/* lps_parts
********************************************** */
.lps_parts {
  position: relative;
  z-index: 1;
}
.lps_parts:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts:not(:last-child) {
    margin-bottom: 2.8571428571rem;
  }
}

.lps_parts iframe {
  width: 100%;
}

.lps_parts .text:not(:last-child) {
  margin-bottom: 1.5rem;
}

.lps_parts--column *:not(.btn) + .btn {
  margin-top: auto;
}

.lps_parts--column .btn a {
  margin-left: auto;
  margin-right: auto;
}

.lps_parts .mce-content-body:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts .mce-content-body:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .lps_parts .btn {
    text-align: center;
  }
}
.lps_parts > .lps_parts--sec_lead:first-child {
  margin-top: 0;
}

.lps_parts--sec_lead {
  margin-block: 5rem 3.5rem;
}
.lps_parts--sec_lead .ttl-07 {
  margin-bottom: 2rem;
}

/* lps_parts--img_text
********************************************** */
.lps_parts--img_text:has(.lps_parts--child.inner-lg) .lps_parts {
  margin-bottom: 0;
}

.lps_parts--img_text .img_text--child:only-child,
.lps_parts--img_text .bg-wht .img_text--child:only-child,
.lps_parts--img_text .text,
.lps_parts--img_text .img_text--txt table {
  width: 100%;
}

.lps_parts--img_text .img_text--child .img {
  height: 100%;
}

.lps_parts--img_text .img_text--img:only-child .img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.lps_parts--img_text .img_text--txt {
  padding-block: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .img_text--txt {
    padding-block: 2.2857142857rem;
  }
}

.lps_parts--img_text .bg-wht .img_text--txt {
  padding: 5.3333333333%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .bg-wht .img_text--txt {
    padding: 1.7142857143rem;
  }
}

@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner:not(.flex-reverse) .img_text--txt {
    padding-left: 5.3333333333%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner.flex-reverse .img_text--txt {
    padding-right: 5.3333333333%;
  }
}

/* --- S --- */
.lps_parts--img_text .lps_parts--child:not(.inner-lg) .img_text--txt {
  display: flex;
  align-items: center;
}
.lps_parts--img_text .lps_parts--child:not(.inner-lg):not(.bg-wht) .img_text--txt {
  padding-block: 0;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .lps_parts--child:not(.inner-lg):not(.bg-wht) .img_text--txt {
    padding-top: 1.7142857143rem;
  }
}

/* --- L --- */
.lps_parts--img_text .inner-lg {
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.lps_parts--img_text .inner-lg .img_text--img {
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg .img_text--img {
    height: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg .img_text--img {
    position: relative;
  }
}
.lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--img {
  left: 0;
}
.lps_parts--img_text .inner-lg.flex-reverse .img_text--img {
  right: 0;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg .img_text--txt {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 37.9775rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg .img_text--txt {
    width: 86% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--txt {
  margin-left: auto;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--txt {
    padding-left: 6.0606060606%;
    padding-right: 0;
  }
}
.lps_parts--img_text .inner-lg.flex-reverse .img_text--txt {
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg.flex-reverse .img_text--txt {
    padding-left: 0;
    padding-right: 6.0606060606%;
  }
}
@media screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg.bg-wht .img_text--txt {
    padding-inline: 6.0606060606% !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg.bg-wht .img_text--txt {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.8571428571rem;
  }
}

.lps_parts--img_text:has(.lps_parts--child.inner-lg) .lps_parts + .lps_parts {
  margin-top: 5rem;
}

/* --- L --- */
@media screen and (min-width: 48em) {
  .lps_parts--img_text .lps_parts--child.inner-lg:not(.bg-wht) .img_text--img img {
    border-radius: var(--border-radius-secondary);
  }
}

/* --- L 白背景 --- */
@media screen and (min-width: 48em) {
  .lps_parts--img_text > .lps_parts.bg-wht:has(.lps_parts--child.inner-lg) {
    border-radius: var(--border-radius-secondary);
    overflow: hidden;
  }
}

/* --- S --- */
.lps_parts--img_text .lps_parts--child:not(.inner-lg):not(.bg-wht) .img_text--img img {
  border-radius: var(--border-radius-secondary);
}

/* --- S 白背景 --- */
.lps_parts--img_text .lps_parts--child.bg-wht:not(.inner-lg) {
  border-radius: var(--border-radius-secondary);
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg .img_text--img:only-child {
    position: relative;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .btn {
    text-align: center;
  }
}
/* lps_parts--message
********************************************** */
.lps_parts--message {
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--message {
    padding-top: 3.5714285714rem;
  }
}
.lps_parts--message:not(.message_round) .message_bg {
  padding: 3.5rem 3.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--message:not(.message_round) .message_bg {
    padding: 1.4285714286rem;
  }
}
.lps_parts--message {
  /* 上部中央の丸ボタン */
}
.lps_parts--message .message_round {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  border-radius: 9999px;
  border: 0.4375rem solid #c6d5dc;
  background: var(--clr-wht);
  color: var(--clr-secondary-dark);
  z-index: 1;
}
.lps_parts--message .message_round .icon-arrow {
  width: 2rem;
  height: 2rem;
  background-color: var(--clr-primary-default);
  mask-image: var(--mask-image);
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  rotate: 90deg;
  animation: arrow-drop 1.8s ease-in-out infinite;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--message .message_round {
    width: 7.1428571429rem;
    height: 7.1428571429rem;
  }
  .lps_parts--message .message_round svg {
    width: 1.2857142857rem;
    height: 1.2857142857rem;
  }
}
.lps_parts--message {
  /* 青背景ブロック */
}
.lps_parts--message .message_bg {
  overflow: hidden;
  border-radius: 1rem;
  padding: 7.125rem 2.875rem 3.5rem;
  background-image: url(../images/common/bg-message.jpg);
  background-size: cover;
  background-position: center bottom;
  background-blend-mode: color-burn, normal;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--message .message_bg {
    padding: 5.1428571429rem 1.1428571429rem 1.7142857143rem;
  }
}
.lps_parts--message .message_bg:not(:has(.message_card)) .message_ttl {
  margin-bottom: 0;
}
.lps_parts--message .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--message .inner {
    gap: 1.7142857143rem;
  }
}
.lps_parts--message {
  /* メインキャッチコピー */
}
.lps_parts--message .message_ttl {
  margin-bottom: 2.5rem;
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--clr-text-light);
  text-align: center;
}
.lps_parts--message {
  /* 白カード */
}
.lps_parts--message .message_card {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  background: var(--clr-wht);
  border-radius: 1rem;
  overflow: hidden;
}
.lps_parts--message .message_card:has(.message_photo) {
  grid-template-columns: 45.9283387622% 54.0716612378%;
}
.lps_parts--message .message_card:has(.message_photo) .message_body {
  padding-inline: 3.875rem 2.5rem;
}
.lps_parts--message .message_card:not(:has(.message_photo)) {
  padding-inline: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--message .message_card:has(.message_photo) {
    grid-template-columns: repeat(1, 1fr);
  }
  .lps_parts--message .message_card:has(.message_photo) .message_body {
    padding: 1.7142857143rem 1.4285714286rem 2.2857142857rem;
  }
}
.lps_parts--message {
  /* 写真エリア */
}
.lps_parts--message .message_photo {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--message .message_photo {
    width: 100%;
    height: 18.5714285714rem;
  }
}
.lps_parts--message {
  /* テキストエリア */
}
.lps_parts--message .message_body {
  flex: 1;
  display: flex;
  align-items: center;
  padding-block: 3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--message .message_body {
    padding: 1.7142857143rem 1.4285714286rem 2.2857142857rem;
    gap: 1.1428571429rem;
  }
}
.lps_parts--message .message_body__inner {
  display: grid;
  gap: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--message .message_body__inner {
    gap: 1.1428571429rem;
  }
}
.lps_parts--message {
  /* MESSAGEラベル */
}
.lps_parts--message .message_label {
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading2);
  font-weight: 600;
  line-height: 1.4;
  color: var(--clr-primary-default);
}

/* lps_parts--num
********************************************** */
.lps_parts--num .num_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6.75rem;
}
@media screen and (max-width: 67.5em) {
  .lps_parts--num .num_list {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--num .num_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.4285714286rem;
  }
}
.lps_parts--num .num_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.625rem;
}
@media screen and (min-width: 48em) {
  .lps_parts--num .num_item {
    flex: 1;
  }
}
@media screen and (max-width: 67.5em) {
  .lps_parts--num .num_item {
    min-width: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--num .num_item {
    gap: 1.7142857143rem;
  }
}
.lps_parts--num .num_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--num .num_head {
    gap: 0.5714285714rem;
  }
}
.lps_parts--num .num_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background-color: var(--clr-primary-default);
  border-radius: 9999px;
  font-family: var(--font-en-text);
  font-size: var(--font-size-txt-md);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--clr-text-light);
  white-space: nowrap;
}
.lps_parts--num .num_ttl {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--clr-text-primary);
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--num .num_ttl {
    font-size: var(--font-size-heading5);
  }
}

.lps_parts--num--note {
  margin-top: 3.5rem;
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--num--note {
    margin-top: 2.2857142857rem;
  }
}

/* ##############################################################################

    lps_sec--btm_img

############################################################################## */
.lps_sec--top_img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_sec--top_img {
    width: 1080px;
    margin-left: calc(50% - 540px);
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_sec--top_img {
    padding-inline: 0;
  }
}

.lps_sec--top_img--inner {
  padding-top: 37.5%;
  width: calc(var(--scale, 1) * 100%);
  min-width: 115rem;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
.lps_sec--top_img--inner > img {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec--top_img--inner > img:has(+ .pc-none) {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_sec--top_img--inner {
    min-width: 60.075rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_sec--top_img--inner {
    padding-top: 100%;
    min-width: 86%;
  }
}

@media screen and (min-width: 48em) {
  main:has(.anchor_link--list_wrap) .lps_sec--top_img {
    margin-left: calc(100% + 5rem - 100vw);
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  main:has(.anchor_link--list_wrap) .lps_sec--top_img {
    margin-left: calc(100% + 5rem - 1080px);
  }
}
@media screen and (min-width: 48em) {
  main:has(.anchor_link--list_wrap) .lps_sec:nth-child(even)::after {
    margin-left: calc(100% + 5rem - 100vw);
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  main:has(.anchor_link--list_wrap) .lps_sec:nth-child(even)::after {
    margin-left: calc(100% + 5rem - 1080px);
  }
}
/* lps_sec--top_img
********************************************** */
.lps_sec--top_img {
  margin-bottom: 10rem;
}

/* lps_parts--separator
********************************************** */
.lps_parts--separator {
  margin-left: auto;
  margin-right: auto;
}

.separator {
  border: 0;
  border-top: 1px solid var(--clr-mono-03);
  margin-block: 0;
}

/* lps_parts--series
********************************************** */
.lps_parts--series {
  width: 100%;
  padding-top: 4.375rem;
  border-top: 1px solid var(--clr-mono-04);
  color: var(--clr-text-primary);
}
.lps_parts--series .series_inner {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  margin-inline: auto;
}
.lps_parts--series .series_heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  padding: 4.6875rem 3.5rem 3.375rem;
  border-radius: 1rem;
  color: var(--clr-bg-01);
  position: relative;
  overflow: hidden;
}
.lps_parts--series--01 .series_heading {
  background: var(--clr-primary-default);
}
.lps_parts--series--02 .series_heading {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), var(--clr-primary-default);
}
.lps_parts--series--03 .series_heading {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--clr-primary-default);
}
.lps_parts--series--04 .series_heading {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), #116af8;
}
.lps_parts--series--05 .series_heading {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--clr-primary-default);
}
.lps_parts--series .series_heading_title {
  margin: 0;
  color: inherit;
  font-family: var(--font-en-heading);
  font-size: 4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
.lps_parts--series .series_heading_subtitle {
  margin: 0;
  color: inherit;
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
.lps_parts--series .series_heading_number {
  color: rgba(255, 255, 255, 0.2);
  font-family: var(--font-en-heading);
  font-size: 10.807rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 5rem;
  right: 1.25rem;
}
.lps_parts--series .series_overview {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 36.25rem) minmax(0, 43.75rem);
  justify-content: space-between;
  gap: 6.25rem;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--series .series_overview {
    gap: 2.8571428571rem;
    grid-template-columns: minmax(0, 1fr);
  }
}
.lps_parts--series .series_lead {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.lps_parts--series .series_lead_title {
  margin: 0;
  color: var(--clr-primary-dark);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading2);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.lps_parts--series .series_lead_text {
  color: var(--clr-text-primary);
  font-family: var(--font-jp-heading);
  font-size: 1.625rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.lps_parts--series .series_lead_text :where(p) {
  margin: 0;
}
.lps_parts--series .series_recommend_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lps_parts--series .series_recommend_item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--clr-mono-02);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.lps_parts--series .series_recommend_icon {
  display: block;
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.125rem;
  background-image: url("../images/common/icon-checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lps_parts--series .series_case {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.lps_parts--series .series_case_heading {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--series .series_case_heading {
    flex-direction: column;
    gap: 1.7142857143rem;
  }
}
.lps_parts--series .series_case_en {
  margin: 0;
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading1);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.lps_parts--series .series_case_meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.lps_parts--series .series_case_title {
  margin: 0;
  color: var(--clr-primary-dark);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading3);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lps_parts--series .series_case_label {
  margin: 0;
  padding: 0.5rem 1.5rem;
  background-color: var(--clr-primary-default);
  border: 1px solid var(--clr-primary-default);
  border-radius: 0.5rem;
  color: var(--clr-bg-02);
  font-family: var(--font-en-text);
  font-size: var(--font-size-txt-xl);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lps_parts--series .series_comparison {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 37.5rem) 5.5rem minmax(0, 37.5rem);
  justify-content: space-between;
  gap: 2.875rem;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .lps_parts--series .series_comparison {
    gap: 1.7142857143rem;
  }
}
.lps_parts--series .series_comparison_card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.3409375rem);
  border-radius: 1rem;
  box-shadow: 0 0 2.0454375rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.lps_parts--series .series_comparison_card--before {
  border: 1px solid var(--clr-text-secondary);
}
.lps_parts--series .series_comparison_card--after {
  border: 2px solid var(--clr-primary-default);
}
.lps_parts--series .series_comparison_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding-block: 1rem;
  background-color: var(--clr-text-primary);
  color: var(--clr-bg-01);
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading5);
  font-weight: var(--font-weight-heading);
  line-height: 1.7;
  letter-spacing: 0;
}
.lps_parts--series .series_comparison_card--after .series_comparison_label {
  background-color: var(--clr-primary-default);
}
.lps_parts--series .series_comparison_img {
  width: 100%;
  aspect-ratio: 3/2;
  background-color: var(--clr-mono-02);
  overflow: hidden;
}
.lps_parts--series .series_comparison_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lps_parts--series .series_comparison_text {
  min-height: 9.875rem;
  padding: 3.4375rem;
  font-family: var(--font-jp-text);
  font-size: var(--font-size-heading5);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lps_parts--series .series_comparison_text :where(p) {
  margin: 0;
}
.lps_parts--series .series_comparison_arrow {
  display: block;
  overflow: hidden;
  width: 5.5rem;
  height: 5.5rem;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background-image: url("../images/common/icon-arrow2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lps_parts--series .series_value {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.lps_parts--series .series_value_label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  padding: 1.25rem 2.5rem;
  background-color: var(--clr-secondary-dark);
  color: var(--clr-wht);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lps_parts--series .series_value_text {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  padding: 1.875rem;
  background-color: var(--clr-wht);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lps_parts--series .series_value_text :where(p) {
  margin: 0;
}

@media screen and (max-width: 47.9375em) {
  .lps_parts--series {
    padding-top: 2.8571428571rem;
  }
  .lps_parts--series .series_inner {
    gap: 2.8571428571rem;
  }
  .lps_parts--series .series_heading {
    gap: 0.8571428571rem;
    padding: 2.2857142857rem 1.7142857143rem;
    border-radius: 0.5714285714rem;
  }
  .lps_parts--series .series_heading_title {
    max-width: calc(100% - 2.8571428571rem);
    font-size: var(--font-size-heading1);
  }
  .lps_parts--series .series_heading_subtitle {
    max-width: calc(100% - 2.8571428571rem);
    font-size: var(--font-size-heading6);
    line-height: 1.6;
  }
  .lps_parts--series .series_heading_number {
    font-size: var(--font-size-display-lg);
    top: auto;
    right: 0.2857142857rem;
    bottom: -0.5714285714rem;
  }
  .lps_parts--series .series_overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.8571428571rem;
  }
  .lps_parts--series .series_lead {
    gap: 1.1428571429rem;
  }
  .lps_parts--series .series_lead_title {
    font-size: var(--font-size-heading2);
  }
  .lps_parts--series .series_lead_text {
    font-size: var(--font-size-txt-lg);
    line-height: 1.8;
  }
  .lps_parts--series .series_recommend_item {
    align-items: flex-start;
    gap: 0.8571428571rem;
    padding-block: 0.8571428571rem;
    font-size: var(--font-size-heading6);
    line-height: 1.6;
  }
  .lps_parts--series .series_recommend_icon {
    width: 1.8571428571rem;
    height: 1.8571428571rem;
    margin-top: 0.1428571429rem;
  }
  .lps_parts--series .series_case {
    gap: 2.2857142857rem;
  }
  .lps_parts--series .series_case_heading {
    flex-direction: column;
    gap: 1.1428571429rem;
  }
  .lps_parts--series .series_case_en {
    font-size: var(--font-size-heading1);
  }
  .lps_parts--series .series_case_meta {
    flex-wrap: wrap;
    gap: 0.8571428571rem;
  }
  .lps_parts--series .series_case_title {
    font-size: var(--font-size-heading3);
  }
  .lps_parts--series .series_case_label {
    padding: 0.2857142857rem 0.8571428571rem;
    border-radius: 0.2857142857rem;
    font-size: var(--font-size-txt-sm);
  }
  .lps_parts--series .series_comparison {
    display: flex;
    flex-direction: column;
    gap: 1.1428571429rem;
  }
  .lps_parts--series .series_comparison_card {
    border-radius: 0.5714285714rem;
  }
  .lps_parts--series .series_comparison_label {
    padding-block: 0.5714285714rem;
    font-size: var(--font-size-heading6);
  }
  .lps_parts--series .series_comparison_text {
    min-height: 0;
    padding: 1.7142857143rem;
    font-size: var(--font-size-heading6);
  }
  .lps_parts--series .series_comparison_arrow {
    width: 3.4285714286rem;
    height: 3.4285714286rem;
    transform: rotate(90deg);
  }
  .lps_parts--series .series_value {
    flex-direction: column;
  }
  .lps_parts--series .series_value_label {
    width: 100%;
    padding: 0.8571428571rem 1.1428571429rem;
    font-size: var(--font-size-heading4);
  }
  .lps_parts--series .series_value_text {
    padding: 1.4285714286rem;
    font-size: var(--font-size-heading5);
  }
}
/* lps_parts--series_choose
********************************************** */
.lps_parts--series_choose {
  width: 100%;
  color: var(--clr-text-primary);
}
.lps_parts--series_choose .series_choose_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  margin-inline: auto;
  padding: 2.5rem;
  background-color: var(--clr-wht);
  border: 0.5rem solid rgba(213, 228, 239, 0.7);
  border-radius: 1rem;
}
.lps_parts--series_choose .series_choose_intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
}
.lps_parts--series_choose .series_choose_intro_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0;
  padding: 0.5rem 1rem;
  background-color: var(--clr-primary-default);
  border-radius: var(--border-radius-max);
  color: var(--clr-text-light);
  font-family: var(--font-en-text);
  font-size: var(--font-size-txt-md);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lps_parts--series_choose .series_choose_intro_text {
  width: 100%;
  color: var(--clr-text-primary);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
  word-break: break-word;
}
.lps_parts--series_choose .series_choose_intro_text :where(p) {
  margin: 0;
}
.lps_parts--series_choose .series_choose_questions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lps_parts--series_choose .series_choose_question {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  margin: 0;
  padding: 2.5rem;
  background-color: #f3f6ff;
  border: 1px solid var(--clr-primary-light);
  border-radius: 1rem;
}
.lps_parts--series_choose .series_choose_question_number {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  margin: 0;
  padding: 0.75rem 1rem 0.75rem 0;
  border-right: 1px solid var(--clr-mono-04);
  color: var(--clr-primary-dark);
  font-family: var(--font-en-heading);
  font-size: 1.875rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.lps_parts--series_choose .series_choose_items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lps_parts--series_choose .series_choose_item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.lps_parts--series_choose .series_choose_item_title {
  margin: 0;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lps_parts--series_choose .series_choose_item_arrow {
  display: block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' overflow='visible' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 16L8 29.8564L8 2.14359L32 16Z' fill='%23888888'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
}
.lps_parts--series_choose .series_choose_item_label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.5rem 1.5rem;
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-primary-default);
  border-radius: var(--border-radius-secondary);
  color: var(--clr-primary-default);
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  line-height: 1.7;
  letter-spacing: 0;
  white-space: nowrap;
}
.lps_parts--series_choose .series_choose_item.is-filled .series_choose_item_label {
  background-color: var(--clr-primary-default);
  color: var(--clr-text-light);
}

@media screen and (max-width: 47.9375em) {
  .lps_parts--series_choose .series_choose_inner {
    gap: 1.1428571429rem;
    width: min(100% - 2.2857142857rem, 86.25rem);
    padding: 1.4285714286rem;
    border-width: 0.2857142857rem;
    border-radius: 0.5714285714rem;
  }
  .lps_parts--series_choose .series_choose_intro {
    gap: 0.5714285714rem;
  }
  .lps_parts--series_choose .series_choose_intro_label {
    padding: 0.4285714286rem 0.8571428571rem;
    font-size: var(--font-size-txt-sm);
  }
  .lps_parts--series_choose .series_choose_intro_text {
    font-size: var(--font-size-heading5);
  }
  .lps_parts--series_choose .series_choose_questions {
    gap: 1.1428571429rem;
  }
  .lps_parts--series_choose .series_choose_question {
    display: grid;
    align-items: stretch;
    gap: 1.4285714286rem;
    padding: 1.1428571429rem;
    border-radius: 0.5714285714rem;
  }
  .lps_parts--series_choose .series_choose_question_number {
    justify-content: flex-start;
    padding: 0 0 0.5714285714rem;
    border-right: 0;
    border-bottom: 1px solid var(--clr-mono-04);
    font-size: var(--font-size-heading5);
  }
  .lps_parts--series_choose .series_choose_items {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    gap: 1.1428571429rem;
  }
  .lps_parts--series_choose .series_choose_item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1.1428571429rem auto;
    gap: 0.5714285714rem;
  }
  .lps_parts--series_choose .series_choose_item_title {
    font-size: var(--font-size-txt-md);
  }
  .lps_parts--series_choose .series_choose_item_arrow {
    width: 1.1428571429rem;
    height: 1.1428571429rem;
    background-size: 1.1428571429rem 1.1428571429rem;
  }
  .lps_parts--series_choose .series_choose_item_label {
    padding: 0.4285714286rem 0.8571428571rem;
    border-radius: var(--border-radius-secondary);
    font-size: var(--font-size-txt-sm);
  }
}
/* lps_parts--series_table
********************************************** */
.lps_parts--series_table {
  width: 100%;
  color: var(--clr-text-primary);
}
.lps_parts--series_table .series_table_scroll {
  width: 100%;
  padding: 4.875rem 0 0.375rem;
  overflow-x: auto;
}
.lps_parts--series_table .series_table {
  display: grid;
  grid-template-columns: 8.125rem repeat(var(--series-table-columns), minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  align-items: stretch;
  width: 86.25rem;
  min-width: 86.25rem;
  margin: 0 auto;
}
.lps_parts--series_table .series_table_labels {
  display: grid;
  grid-column: 1;
  grid-row: 2/5;
  grid-template-rows: subgrid;
}
.lps_parts--series_table .series_table_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.25rem 1.5rem;
  background-color: #0e294a;
  border-bottom: 1px solid var(--clr-mono-02);
  border-left: 1px solid var(--clr-mono-02);
  color: var(--clr-text-light);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}
.lps_parts--series_table .series_table_label--diagnosis {
  min-height: 6.5rem;
  border-top: 1px solid var(--clr-mono-02);
}
.lps_parts--series_table .series_table_label--value {
  min-height: 12.5rem;
}
.lps_parts--series_table .series_table_label--action {
  min-height: 6.5rem;
  border-radius: 0 0 0 var(--border-radius-secondary);
}
.lps_parts--series_table .series_table_plan {
  display: grid;
  grid-row: 1/5;
  grid-template-rows: subgrid;
  width: 100%;
  position: relative;
}
.lps_parts--series_table .series_table_plan:first-of-type .series_table_head {
  border-radius: var(--border-radius-secondary) 0 0 0;
}
.lps_parts--series_table .series_table_plan:last-child .series_table_head,
.lps_parts--series_table .series_table_plan:last-child .series_table_cell {
  border-right: 1px solid var(--clr-mono-02);
}
.lps_parts--series_table .series_table_plan:last-child .series_table_head {
  border-radius: 0 var(--border-radius-secondary) 0 0;
}
.lps_parts--series_table .series_table_plan:last-child .series_table_cell--action {
  border-radius: 0 0 var(--border-radius-secondary) 0;
}
.lps_parts--series_table .series_table_plan.is-popular {
  z-index: 1;
}
.lps_parts--series_table .series_table_plan.is-popular::after {
  content: "";
  width: 100%;
  border: 0.375rem solid #0f5fdf;
  border-top-width: 1.375rem;
  border-radius: var(--border-radius-secondary);
  position: absolute;
  top: -1.25rem;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.lps_parts--series_table .series_table_plan.is-popular .series_table_head {
  border-top-color: transparent;
  background-color: #0f5fdf;
  color: var(--clr-text-light);
}
.lps_parts--series_table .series_table_plan.is-popular .series_table_cell {
  background-color: #f3f6ff;
}
.lps_parts--series_table .series_table_plan.is-popular .series_table_link {
  background-color: var(--clr-primary-default);
  color: var(--clr-text-light);
}
.lps_parts--series_table .series_table_plan.is-popular .series_table_link:hover {
  background-color: var(--clr-text-light);
  color: var(--clr-primary-default);
}
.lps_parts--series_table .series_table_popular {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  min-height: 3.0625rem;
  margin: 0;
  padding: 0.75rem 1.5rem;
  background: var(--gradient-cta);
  color: var(--clr-text-light);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  top: -4.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.lps_parts--series_table .series_table_popular::after {
  content: "";
  width: 3rem;
  height: 0.9375rem;
  background-color: #dc1c00;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% - 0.0625rem);
  left: 50%;
  transform: translateX(-50%);
}
.lps_parts--series_table .series_table_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  padding: 2.5rem 1rem;
  background-color: var(--clr-wht);
  border-top: 1px solid var(--clr-mono-02);
  border-bottom: 1px solid var(--clr-mono-02);
  border-left: 1px solid var(--clr-mono-02);
  color: var(--clr-text-primary);
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--series_table .series_table_head {
    padding-block: 1.4285714286rem;
  }
}
.lps_parts--series_table .series_table_plan:not(.is-popular) .series_table_head::before {
  content: "";
  width: 4.4375rem;
  height: 0.5rem;
  background-color: var(--plan-accent, var(--clr-primary-default));
  position: absolute;
  top: -0.0625rem;
  left: 50%;
  transform: translateX(-50%);
}
.lps_parts--series_table .series_table_plan:nth-child(4) {
  --plan-accent: #0e55c6;
}
.lps_parts--series_table .series_table_plan:nth-child(5) {
  --plan-accent: #0c4aae;
}
.lps_parts--series_table .series_table_plan:nth-child(6) {
  --plan-accent: #0a4095;
}
.lps_parts--series_table .series_table_title {
  width: 100%;
  margin: 0;
  color: var(--plan-accent, var(--clr-primary-default));
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}
.lps_parts--series_table .is-popular .series_table_title {
  color: var(--clr-text-light);
}
.lps_parts--series_table .series_table_number {
  font: inherit;
}
.lps_parts--series_table .series_table_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.25rem;
}
.lps_parts--series_table .series_table_icon_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lps_parts--series_table .series_table_price {
  width: 100%;
  margin: 0;
  color: var(--clr-primary-dark);
  font-family: var(--font-jp-heading);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
.lps_parts--series_table .is-popular .series_table_price {
  color: var(--clr-text-light);
}
.lps_parts--series_table .series_table_price_value {
  font-size: var(--font-size-heading4);
}
.lps_parts--series_table .series_table_price_suffix {
  font-size: var(--font-size-heading6);
}
.lps_parts--series_table .series_table_description {
  width: 100%;
  color: inherit;
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  word-break: break-word;
}
.lps_parts--series_table .series_table_description :where(p) {
  margin: 0;
}
.lps_parts--series_table .series_table_cell {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.25rem 1rem;
  background-color: var(--clr-wht);
  border-bottom: 1px solid var(--clr-mono-02);
  border-left: 1px solid var(--clr-mono-02);
  color: var(--clr-text-primary);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  word-break: break-word;
}
.lps_parts--series_table .series_table_cell :where(p) {
  margin: 0;
}
.lps_parts--series_table .series_table_cell--diagnosis {
  min-height: 6.5rem;
}
.lps_parts--series_table .series_table_cell--value {
  min-height: 12.5rem;
}
.lps_parts--series_table .series_table_cell--action {
  justify-content: center;
  min-height: 6.5rem;
}
.lps_parts--series_table .series_table_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 9.25rem;
  min-height: 4rem;
  padding: 0.5rem 1.5rem;
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-primary-default);
  border-radius: var(--border-radius-secondary);
  color: var(--clr-primary-default);
  font-family: var(--font-en-heading);
  font-size: var(--font-size-heading6);
  font-weight: var(--font-weight-bold);
  line-height: 1.7;
  letter-spacing: 0;
  text-decoration: none;
  transition: var(--transit-default);
}
@media (hover: hover) {
  .lps_parts--series_table .series_table_link:hover {
    background-color: var(--clr-primary-dark);
    border-color: var(--clr-primary-dark);
    color: var(--clr-text-light);
  }
}

@media screen and (max-width: 47.9375em) {
  .lps_parts--series_table .series_table_scroll {
    padding: 5.5714285714rem 0 0.5714285714rem;
    scroll-snap-type: x proximity;
  }
  .lps_parts--series_table .series_table_scroll {
    margin-inline: 0;
    display: flex;
  }
  .lps_parts--series_table .series_table_scroll::before, .lps_parts--series_table .series_table_scroll::after {
    content: "";
    display: block;
    padding-left: 7%;
  }
}
/* lps_parts--slide
********************************************** */
.lps_parts--slide {
  --arrow_w: 60;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide {
    --arrow_w: 32;
  }
}
.lps_parts--slide .splide__arrow {
  all: unset;
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--arrow_w) * var(--rem));
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
.lps_parts--slide .splide__arrow::after {
  content: "";
  display: block;
  width: calc(var(--arrow_w) / 2 * var(--rem));
  aspect-ratio: 1;
  rotate: 45deg;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide .splide__arrow::after {
    width: calc(var(--arrow_w) / 2 * var(--rem));
  }
}
.lps_parts--slide .splide__arrow--prev {
  left: -3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide .splide__arrow--prev {
    left: 0;
  }
}
.lps_parts--slide .splide__arrow--prev::after {
  margin-right: -20%;
  border-bottom: 2px solid var(--clr-primary-default);
  border-left: 2px solid var(--clr-primary-default);
}
.lps_parts--slide .splide__arrow--next {
  right: -3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide .splide__arrow--next {
    right: 0;
  }
}
.lps_parts--slide .splide__arrow--next::after {
  margin-left: -20%;
  border-top: 2px solid var(--clr-primary-default);
  border-right: 2px solid var(--clr-primary-default);
}
.lps_parts--slide .splide__pagination {
  margin-top: 2rem;
  gap: 0.625rem;
}
.lps_parts--slide .splide__pagination__page {
  width: 0.5rem;
  padding: 0;
  aspect-ratio: 1;
  border: none;
  border-radius: 50%;
  background-color: var(--clr-primary-default);
}
.lps_parts--slide .splide__pagination__page:not(.is-active) {
  opacity: 0.5;
}
.lps_parts--slide .img + .text {
  padding-top: 2rem;
}
.lps_parts--slide {
  /* --- textのみ --- */
}
.lps_parts--slide .text:only-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
  background-color: var(--clr-bg-01);
  height: 100%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide .text:only-child {
    padding: 1.7142857143rem 2.8571428571rem;
  }
}

/* slide-center
********************************************** */
.lps_parts--slide.slide-center {
  --inner: 1200;
}
@media screen and (max-width: 70em) {
  .lps_parts--slide.slide-center {
    --inner: 1000;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-center {
    --inner: 320;
  }
}
.lps_parts--slide.slide-center .splide__slide {
  width: calc(var(--inner) * var(--rem));
  margin-right: 3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-center .splide__slide {
    width: calc(var(--inner) * var(--rem));
    margin-right: 2.1428571429rem;
  }
}
.lps_parts--slide.slide-center .splide__arrow {
  --a: calc(var(--inner) * var(--rem) / 2);
  --b: calc(var(--arrow_w) * var(--rem));
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-center .splide__arrow {
    --a: calc(var(--inner) * var(--rem) / 2);
    --b: calc(var(--arrow_w) * var(--rem));
  }
}
.lps_parts--slide.slide-center .splide__arrow--prev {
  left: calc(50% - var(--a) - var(--b));
}
.lps_parts--slide.slide-center .splide__arrow--next {
  right: calc(50% - var(--a) - var(--b));
}
.lps_parts--slide.slide-center {
  /* --- textのみ --- */
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-center .text:only-child {
    padding: 1.7142857143rem;
  }
}

/* slide-fit
********************************************** */
.lps_parts--slide.slide-fit .splide__track {
  background-color: var(--clr-bg-01);
}
.lps_parts--slide.slide-fit .splide__slide {
  position: relative;
}
.lps_parts--slide.slide-fit .splide__arrow--prev {
  left: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-fit .splide__arrow--prev {
    left: 1.1428571429rem;
  }
}
.lps_parts--slide.slide-fit .splide__arrow--next {
  right: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-fit .splide__arrow--next {
    right: 1.1428571429rem;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--slide.slide-fit .img {
    aspect-ratio: 1920/800;
  }
}
.lps_parts--slide.slide-fit .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 15rem);
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-fit .text {
    width: calc(100% - 8.5714285714rem);
  }
}
.lps_parts--slide.slide-fit .img + .text,
.lps_parts--slide.slide-fit .splide__arrow {
  color: var(--clr-wht);
}
.lps_parts--slide.slide-fit .img + .text {
  position: absolute;
  inset: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-fit .img + .text {
    padding-top: 2.8571428571rem;
    padding-bottom: 2.8571428571rem;
  }
}
.lps_parts--slide.slide-fit:has(.img + .text) .splide__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-fit:has(.img + .text) .splide__pagination {
    bottom: 2.8571428571rem;
  }
}
.lps_parts--slide.slide-fit {
  /* --- textのみ --- */
}
.lps_parts--slide.slide-fit:has(.text:only-child) .splide__arrow {
  color: var(--clr-text-primary);
}
.lps_parts--slide.slide-fit .text:only-child {
  padding-left: 0;
  padding-right: 0;
}

/* 背景色調整
********************************************** */
.lps_sec:nth-child(even) .lps_parts--slide .text:only-child,
.lps_sec:nth-child(even) .lps_parts--slide.slide-fit .splide__track {
  background-color: var(--clr-wht);
}

/* lps_parts--step
********************************************** */
.lps_parts--step {
  width: min(100%, 84.1875rem);
  margin-inline: auto;
}

.step_item {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 59.3170007424%) minmax(0, 40.6829992576%);
  position: relative;
}
.step_item:nth-child(1) {
  z-index: 3;
}
.step_item:nth-child(2) {
  z-index: 2;
}
.step_item:nth-child(3) {
  z-index: 1;
}
.step_item:not(:first-child) {
  margin-top: -2.5356875rem;
}
.step_item:nth-child(3) {
  margin-top: -2.9731875rem;
}

.step_shape {
  position: relative;
}

.step_shape__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80.1001251564%;
  aspect-ratio: 640/264.571;
  background-color: #9fccf5;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  color: var(--clr-text-light);
}

.step_item:nth-child(2) .step_shape__inner {
  background-color: #65a6e6;
}

.step_item:nth-child(3) .step_shape__inner {
  background-color: #1346b2;
}

.step_label {
  color: var(--clr-text-light);
  font-family: var(--font-en-text);
  font-size: 1.76925rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.step_connector {
  display: flex;
  align-items: center;
  width: calc(19.8998748436% - 0.5rem);
  height: 0.8125rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-0.40625rem);
}
.step_connector::before {
  content: "";
  display: block;
  flex: 1;
  height: 0.0625rem;
  background-color: var(--clr-primary-default);
}
.step_connector::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: var(--clr-primary-default);
  border-radius: 50%;
}
@media screen and (max-width: 47.9375em) {
  .step_connector {
    display: none;
  }
}

.step_content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
  margin-top: 19.3430656934%;
  padding-left: 1rem;
}

.step_ttl {
  color: var(--clr-primary-dark);
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading4);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.step_txt {
  color: var(--clr-text-primary);
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-xl);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 47.9375em) {
  .step_item {
    align-items: start;
    grid-template-columns: clamp(6.8571428571rem, 30vw, 8.5714285714rem) minmax(0, 1fr);
    column-gap: 1.1428571429rem;
    height: auto;
  }
  .step_item:not(:first-child), .step_item:nth-child(3) {
    margin-top: 2rem;
  }
  .step_item:not(:last-child)::after {
    content: "";
    width: 0.1428571429rem;
    position: absolute;
    top: 0.2857142857rem;
    bottom: -2.2857142857rem;
    left: calc(clamp(6.8571428571rem, 30vw, 8.5714285714rem) / 2);
    z-index: 0;
    transform: translateX(-50%);
    background-color: var(--clr-primary-light);
  }
  .step_shape {
    min-width: 0;
    margin-top: 0.2857142857rem;
    z-index: 1;
  }
  .step_shape__inner {
    width: 100%;
  }
  .step_label {
    font-size: var(--font-size-txt-xs);
  }
  .step_connector {
    width: calc(100% - 0.2857142857rem);
    height: 0.5714285714rem;
    margin-top: 0;
    margin-left: 0.2857142857rem;
  }
  .step_connector::after {
    width: 0.5714285714rem;
    height: 0.5714285714rem;
  }
  .step_content {
    gap: 0.4285714286rem;
    margin-top: 0;
    padding-left: 0;
  }
  .step_ttl {
    font-size: var(--font-size-heading5);
    line-height: 1.5;
    overflow-wrap: anywhere;
  }
  .step_txt {
    font-size: var(--font-size-txt-md);
    line-height: 1.75;
    overflow-wrap: anywhere;
  }
}
/* lps_parts--table
********************************************** */
.lps_parts--table .table_compare--scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.lps_parts--table .table_compare {
  width: 100%;
  table-layout: fixed;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
}
.lps_parts--table .table_compare th,
.lps_parts--table .table_compare td {
  vertical-align: middle;
}
.lps_parts--table .table_compare thead,
.lps_parts--table .table_compare thead tr,
.lps_parts--table .table_compare thead th {
  vertical-align: bottom;
}
.lps_parts--table .table_compare--blank,
.lps_parts--table .table_compare--row_head {
  width: 10rem;
  min-width: 10rem;
}
.lps_parts--table .table_compare thead th:nth-child(2),
.lps_parts--table .table_compare tbody td:first-of-type {
  width: 26.25rem;
  min-width: 26.25rem;
}
.lps_parts--table .table_compare thead th:nth-child(n+3),
.lps_parts--table .table_compare tbody td:nth-of-type(n+2) {
  width: 23.125rem;
  min-width: 23.125rem;
}
.lps_parts--table .table_compare.is-cols-2 {
  width: 86.25rem;
  min-width: 86.25rem;
}
.lps_parts--table .table_compare.is-cols-2 .table_compare--blank,
.lps_parts--table .table_compare.is-cols-2 .table_compare--row_head {
  width: 12.5rem;
  min-width: 12.5rem;
}
.lps_parts--table .table_compare.is-cols-2 .table_compare--head:not(.is-primary),
.lps_parts--table .table_compare.is-cols-2 .table_compare--cell:not(.is-primary) {
  width: 31.25rem;
  min-width: 31.25rem;
}
.lps_parts--table .table_compare.is-cols-2 .table_compare--head.is-primary,
.lps_parts--table .table_compare.is-cols-2 .table_compare--cell.is-primary {
  width: 42.5rem;
  min-width: 42.5rem;
}
.lps_parts--table .table_compare--head {
  min-height: 6.375rem;
  padding: 0;
  vertical-align: bottom;
}
.lps_parts--table .table_compare--head > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.8125rem;
  padding: 1.5rem;
  background-color: var(--clr-mono-04);
  border: 1px solid var(--clr-mono-02);
  border-left: 0;
  border-radius: 0 0.125rem 0 0;
  color: var(--clr-text-light);
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.lps_parts--table .table_compare--head.is-primary > span {
  min-height: 6.375rem;
  padding: 2rem 1.5rem;
  background-color: var(--clr-primary-default);
  border-radius: 0.125rem 0.125rem 0 0;
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading5);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--table .table_compare--head.is-primary > span {
    padding: 1.4285714286rem 1.4285714286rem;
    font-size: var(--font-size-heading6);
  }
}
.lps_parts--table .table_compare.is-cols-2 .table_compare--head {
  min-height: 6.6875rem;
}
.lps_parts--table .table_compare.is-cols-2 .table_compare--head:not(.is-primary) > span {
  height: 4.8125rem;
  font-size: var(--font-size-txt-xl);
  letter-spacing: 0.03em;
}
.lps_parts--table .table_compare.is-cols-2 .table_compare--head.is-primary > span {
  min-height: 6.6875rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.lps_parts--table .table_compare tbody tr + tr > * {
  border-top: 0;
}
.lps_parts--table .table_compare--row_head {
  padding: 1rem 1.5rem;
  background-color: #6790b7;
  border: 1px solid var(--clr-bg-02);
  border-right: 0;
  color: var(--clr-text-light);
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-md);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: left;
}
.lps_parts--table .table_compare.is-cols-2 .table_compare--row_head {
  font-size: var(--font-size-txt-xl);
  letter-spacing: 0.03em;
}
.lps_parts--table .table_compare--cell {
  padding: 1.5rem;
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-mono-02);
  border-left: 0;
}
.lps_parts--table .table_compare--cell_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.lps_parts--table .table_compare--star {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  color: var(--clr-mono-04);
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
.lps_parts--table .table_compare--cell.is-primary .table_compare--star {
  color: var(--clr-primary-default);
}
.lps_parts--table .table_compare--ttl {
  width: 100%;
  margin: 0;
  color: var(--clr-mono-04);
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
.lps_parts--table .table_compare--cell.is-primary .table_compare--ttl {
  color: var(--clr-primary-default);
}
.lps_parts--table .table_compare.is-cols-2 .table_compare--ttl {
  font-size: var(--font-size-txt-xl);
  letter-spacing: 0.03em;
}
.lps_parts--table .table_compare.is-cols-2 .table_compare--cell.is-primary .table_compare--ttl {
  color: var(--clr-primary-dark);
  font-size: var(--font-size-heading4);
}
.lps_parts--table .table_compare--txt {
  width: 100%;
  color: var(--clr-text-primary);
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-md);
  font-weight: var(--font-weight-heading);
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: left;
}
.lps_parts--table .table_compare--txt :where(*) {
  font: inherit;
  letter-spacing: inherit;
}
.lps_parts--table .table_compare--txt :where(p) {
  margin: 0;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--table .inner {
    width: 100%;
  }
  .lps_parts--table .table_compare--scroll {
    padding-inline: 7%;
  }
  .lps_parts--table .table_compare {
    width: auto;
    min-width: 56.5714285714rem;
  }
  .lps_parts--table .table_compare--blank,
  .lps_parts--table .table_compare--row_head {
    width: auto;
    min-width: 7.1428571429rem;
  }
  .lps_parts--table .table_compare thead th:nth-child(2),
  .lps_parts--table .table_compare tbody td:first-of-type {
    width: auto;
    min-width: 7.1428571429rem;
  }
  .lps_parts--table .table_compare thead th:nth-child(n+3),
  .lps_parts--table .table_compare tbody td:nth-of-type(n+2) {
    width: auto;
    min-width: 7.1428571429rem;
  }
  .lps_parts--table .table_compare--head > span {
    height: auto;
    min-height: 4rem;
    padding: 1.1428571429rem;
  }
  .lps_parts--table .table_compare--head.is-primary > span {
    height: auto;
    min-height: 5.1428571429rem;
    padding: 1.4285714286rem 1.1428571429rem;
  }
  .lps_parts--table .table_compare--row_head {
    min-height: 11.4285714286rem;
    padding: 0.8571428571rem 1rem;
  }
  .lps_parts--table .table_compare--cell {
    min-height: 11.4285714286rem;
    padding: 1.1428571429rem;
  }
  .lps_parts--table .table_compare--cell_inner {
    gap: 0.5714285714rem;
    height: auto;
    min-height: auto;
  }
  .lps_parts--table .table_compare--star {
    gap: 0.4285714286rem;
    font-size: 1.7142857143rem;
  }
  .lps_parts--table .table_compare.is-cols-2 {
    width: auto;
    min-width: 54.2857142857rem;
  }
  .lps_parts--table .table_compare.is-cols-2 .table_compare--blank,
  .lps_parts--table .table_compare.is-cols-2 .table_compare--row_head {
    width: 9.2857142857rem;
    min-width: 9.2857142857rem;
  }
  .lps_parts--table .table_compare.is-cols-2 .table_compare--row_head {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .lps_parts--table .table_compare.is-cols-2 .table_compare--head:not(.is-primary),
  .lps_parts--table .table_compare.is-cols-2 .table_compare--cell:not(.is-primary) {
    width: auto;
    min-width: 19.2857142857rem;
  }
  .lps_parts--table .table_compare.is-cols-2 .table_compare--head.is-primary,
  .lps_parts--table .table_compare.is-cols-2 .table_compare--cell.is-primary {
    width: auto;
    min-width: 25.7142857143rem;
  }
  .lps_parts--table .table_compare.is-cols-2 .table_compare--head {
    min-height: 5.1428571429rem;
  }
  .lps_parts--table .table_compare.is-cols-2 .table_compare--head:not(.is-primary) > span {
    height: auto;
    min-height: 4rem;
    padding: 1.1428571429rem;
    font-size: var(--font-size-txt-lg);
  }
  .lps_parts--table .table_compare.is-cols-2 .table_compare--head.is-primary > span {
    min-height: 5.1428571429rem;
  }
  .lps_parts--table .table_compare.is-cols-2 .table_compare--row_head {
    font-size: var(--font-size-txt-md);
  }
  .lps_parts--table .table_compare.is-cols-2 .table_compare--ttl,
  .lps_parts--table .table_compare.is-cols-2 .table_compare--cell.is-primary .table_compare--ttl {
    font-size: var(--font-size-txt-lg);
  }
}

.table_compare--note {
  margin-top: 2.5rem;
}
.table_compare--note .mce-txt-attention {
  font-weight: 600;
  --max-font-size: calc(var(--txt-xl) * 1px - 2px);
  font-size: max(var(--max-font-size), var(--font-size-txt-xl));
}
@media screen and (max-width: 47.9375em) {
  .table_compare--note {
    width: 86%;
    margin-inline: auto;
  }
}

/* lps_parts--ttl-contents
********************************************** */
.lps_parts--ttl-contents {
  margin-left: auto;
  margin-right: auto;
}
.lps_parts--ttl-contents .ttl {
  margin-bottom: 0 !important;
}
.lps_parts--ttl-contents .text {
  transition: var(--transit-default);
}
@media print, screen and (min-width: 48em) {
  .lps_parts--ttl-contents .text {
    display: flex;
    gap: 4.1666666667%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--ttl-contents .img {
    width: 39.0625%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--ttl-contents .mce-content-body {
    margin-bottom: 0 !important;
    flex: 1;
  }
}
.lps_parts--ttl-contents .ttl-contents_item {
  border: 2px solid var(--clr-primary-default);
  background-color: var(--clr-wht);
}
.lps_parts--ttl-contents .ttl-contents_item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--ttl-contents .ttl-contents_item:not(:last-child) {
    margin-bottom: 1.1428571429rem;
  }
}
.lps_parts--ttl-contents .ttl,
.lps_parts--ttl-contents .text {
  padding: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--ttl-contents .ttl,
  .lps_parts--ttl-contents .text {
    padding: 1.1428571429rem;
  }
}
.lps_parts--ttl-contents .ttl {
  background-color: var(--clr-primary-default);
  color: var(--clr-wht);
}

/* lps_sec--ttl-left
********************************************** */
.lps_sec--ttl-left {
  display: grid;
  gap: 7.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec--ttl-left {
    gap: 2.8571428571rem;
  }
  .lps_sec--ttl-left:has(> :first-child:not([class])) {
    display: block;
  }
  .lps_sec--ttl-left .inner {
    width: 100%;
  }
}
.lps_sec--ttl-left .lps_sec--contents {
  min-width: 0;
}

@media print, screen and (min-width: 48em) {
  .lps_sec--ttl-left {
    grid-template-columns: 25rem 1fr;
    align-items: flex-start;
    min-width: 0;
  }
  .lps_sec--ttl-left .inner {
    width: 100%;
  }
  .lps_sec--ttl-left .ttl-01,
  .lps_sec--ttl-left .ttl-01 * {
    text-align: left;
  }
  .lps_sec--ttl-left .ttl-01 *::after,
  .lps_sec--ttl-left .ttl-01 * *::after {
    margin-left: 0;
  }
  .lps_sec--ttl-left .ttl-01 {
    position: sticky;
    top: calc(var(--header-hgt) * var(--rem) + 16 * var(--rem));
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 47.9375em) {
  .lps_sec--ttl-left .ttl-01 {
    top: calc(var(--header-hgt) * var(--rem));
  }
}
@media print, screen and (min-width: 48em) {
  .lps_sec--ttl-left .ttl-01::before {
    margin-left: 0;
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
/*# sourceMappingURL=style.css.map */
