@charset "UTF-8";
:root {
  --fz-pc: 18;
  --fz-sp: 14;
  --rem-pc: calc(1 / var(--fz-pc) * 1rem);
  --rem-sp: calc(1 / var(--fz-sp) * 1rem);
  --inner-xs: 720;
  --inner-sm: 960;
  --inner-md: 1440;
  --inner-lg: 1600;
  --inner-xl: 1760;
  --section_pdg-sm: 80;
  --section_pdg-sm-sp: 40;
  --section_pdg-md: 120;
  --section_pdg-md-sp: 60;
  --section_pdg-lg: 160;
  --section_pdg-lg-sp: 80;
  --ltr-space-default: 0.08em;
  --line-height-default: 1.8;
  --line-height-hdr: 1.4;
  --line-height-none: 1;
  --font-default: "A1 Gothic R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-jp-heading: "A1 Gothic M", sans-serif;
  --font-jp-text: "A1 Gothic R", sans-serif;
  --font-jp-display: "Noto Serif JP", sans-serif;
  --font-en-heading: "Helvetica", "Arial", sans-serif;
  --font-en-text: "Helvetica", "Arial", sans-serif;
  --font-en-display: "Helvetica", "Arial", sans-serif;
  --font-weight-default: 500;
  --font-weight-heading: 500;
  --font-weight-bold: 600;
  /* heading */
  --heading1: 64;
  --heading1-sp: 32;
  --heading2: 54;
  --heading2-sp: 28;
  --heading3: 48;
  --heading3-sp: 24;
  --heading4: 32;
  --heading4-sp: 20;
  --heading5: 24;
  --heading5-sp: 18;
  --heading6: 20;
  --heading6-sp: 16;
  --font-size-heading1: calc(var(--heading1) * var(--rem-pc));
  --font-size-heading1-sp: calc(var(--heading1-sp) * var(--rem-sp));
  --font-size-heading2: calc(var(--heading2) * var(--rem-pc));
  --font-size-heading2-sp: calc(var(--heading2-sp) * var(--rem-sp));
  --font-size-heading3: calc(var(--heading3) * var(--rem-pc));
  --font-size-heading3-sp: calc(var(--heading3-sp) * var(--rem-sp));
  --font-size-heading4: calc(var(--heading4) * var(--rem-pc));
  --font-size-heading4-sp: calc(var(--heading4-sp) * var(--rem-sp));
  --font-size-heading5: calc(var(--heading5) * var(--rem-pc));
  --font-size-heading5-sp: calc(var(--heading5-sp) * var(--rem-sp));
  --font-size-heading6: calc(var(--heading6) * var(--rem-pc));
  --font-size-heading6-sp: calc(var(--heading6-sp) * var(--rem-sp));
  /* txt */
  --txt-lg: 18;
  --txt-lg-sp: 16;
  --txt-md: 16;
  --txt-md-sp: 14;
  --txt-sm: 14;
  --txt-sm-sp: 12;
  --font-size-txt-lg: calc(var(--txt-lg) * var(--rem-pc));
  --font-size-txt-lg-sp: calc(var(--txt-lg-sp) * var(--rem-sp));
  --font-size-txt-md: calc(var(--txt-md) * var(--rem-pc));
  --font-size-txt-md-sp: calc(var(--txt-md-sp) * var(--rem-sp));
  --font-size-txt-sm: calc(var(--txt-sm) * var(--rem-pc));
  --font-size-txt-sm-sp: calc(var(--txt-sm-sp) * var(--rem-sp));
  /* display */
  --display-lg: 160;
  --display-lg-sp: 80;
  --display-md: 120;
  --display-md-sp: 60;
  --display-sm: 80;
  --display-sm-sp: 40;
  --font-size-display-lg: calc(var(--display-lg) * var(--rem-pc));
  --font-size-display-lg-sp: calc(var(--display-lg-sp) * var(--rem-sp));
  --font-size-display-md: calc(var(--display-md) * var(--rem-pc));
  --font-size-display-md-sp: calc(var(--display-md-sp) * var(--rem-sp));
  --font-size-display-sm: calc(var(--display-sm) * var(--rem-pc));
  --font-size-display-sm-sp: calc(var(--display-sm-sp) * var(--rem-sp));
  --clr-primary-default: #0084E8;
  --clr-primary-dark: #005697;
  --clr-primary-light: #2BA3FF;
  --clr-secondary-default: #EB3535;
  --clr-secondary-dark: #D03030;
  --clr-secondary-light: #F25353;
  --clr-bg-01: #F0EFEC;
  --clr-bg-02: #EFF1F5;
  --clr-sub-01: #51AAA6;
  --clr-sub-02: #A8BF71;
  --clr-sub-03: #D7A761;
  --clr-sub-04: #CF727C;
  --clr-sub-05: #A2689B;
  --clr-sub-06: #6790B7;
  --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: #101A22;
  --clr-text-secondary: #7A7A81;
  --clr-text-placeholder: #CCC;
  --clr-text-light: #F7F7F7;
  --clr-wht: #fff;
  --clr-blk: #000;
  --radius-primary: 12;
  --radius-primary-sp: 8;
  --radius-secondary: 8;
  --radius-secondary-sp: 4;
  --radius-tertiary: 4;
  --radius-tertiary-sp: 2;
  --radius-max: 100vmax;
  --border-radius-primary: calc(var(--radius-primary) * var(--rem-pc));
  --border-radius-primary-sp: calc(var(--radius-primary-sp) * var(--rem-sp));
  --border-radius-secondary: calc(var(--radius-secondary) * var(--rem-pc));
  --border-radius-secondary-sp: calc(var(--radius-secondary-sp) * var(--rem-sp));
  --border-radius-tertiary: calc(var(--radius-tertiary) * var(--rem-pc));
  --border-radius-tertiary-sp: calc(var(--radius-tertiary-sp) * var(--rem-sp));
  --border-radius-max: var(--radius-max);
  --box-shadow-default: 0px 0px 24px 0px color-mix(in srgb, var(--clr-blk) 10%, transparent);
  --backdrop-filter-default: blur(4px);
  --transit-default: all .4s ease-out;
}

/* lineHeightCrop
**************************************** */
/* ##############################################################################

    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;
}

@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(16px, 0.9375vw, 18px);
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-padding-top: 4.4444444444rem;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  html {
    font-size: 0.7777777778rem;
    overflow-y: auto;
    overflow-x: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  html {
    font-size: 14px;
    scroll-padding-top: 3.5555555556rem;
  }
}

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;
}
body:not(.home) {
  padding-top: 5.3333333333rem;
}
@media screen and (max-width: 67.5em) {
  body:not(.home) {
    padding-top: 4.5714285714rem;
  }
}
@media print, screen and (min-width: 48em) {
  body {
    font-size: clamp(16px, 0.94vw, 18px);
  }
}
@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;
  }
}

* {
  letter-spacing: var(--ltr-space-default);
}

ul,
ol {
  list-style: none;
}

small {
  font-size: max(12px, 0.7777777778rem);
}
@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;
}

.body_deco {
  position: fixed;
  z-index: -1;
  inset: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  pointer-events: none;
  max-width: 83.3333333333vw;
}
@media screen and (max-width: 47.9375em) {
  .body_deco {
    max-width: 86.5%;
  }
}
.body_deco span {
  display: block;
  width: 50%;
  height: 100%;
  border-right: 1px solid var(--clr-text-placeholder);
}
.body_deco span:nth-child(1) {
  border-left: 1px solid var(--clr-text-placeholder);
}

/* txt
**************************************** */
.txt-lg {
  --max-font-size: calc(var(--txt-lg) * 1px - 2px);
  font-size: max(var(--max-font-size), var(--font-size-txt-lg));
}
@media screen and (max-width: 47.9375em) {
  .txt-lg {
    font-size: var(--font-size-txt-lg-sp);
  }
}

.txt-sm {
  --max-font-size: calc(var(--txt-sm) * 1px - 2px);
  font-size: max(var(--max-font-size), var(--font-size-txt-sm));
}
@media screen and (max-width: 47.9375em) {
  .txt-sm {
    font-size: var(--font-size-txt-sm-sp);
  }
}

.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-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-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.4444444444rem);
}
@media screen and (max-width: 47.9375em) {
  .fz8 {
    font-size: 0.4444444444rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --- font-family --- */
.font-jp {
  font-family: var(--font-jp-heading);
}

.font-jp-display {
  font-family: var(--font-jp-display);
}

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

/* --- 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;
  font-family: "A1 Gothic M", sans-serif;
}
.bold:not([class*=clr-]) {
  color: var(--clr-primary-default);
}

.mce-content-body::before, .mce-content-body::after {
  content: "";
  display: table;
}
.mce-content-body::after {
  clear: both;
}
.mce-content-body ul:where(:not([class*=ez-toc-])):not(:first-child),
.mce-content-body ol:not(:first-child) {
  margin-top: 1em;
}
.mce-content-body ul:where(:not([class*=ez-toc-])):not(:last-child),
.mce-content-body ol:not(:last-child) {
  margin-bottom: 1em;
}
.mce-content-body ul:where(:not([class*=ez-toc-])) ul,
.mce-content-body ul:where(:not([class*=ez-toc-])) ol,
.mce-content-body ol ul,
.mce-content-body ol ol {
  margin-top: 1em;
}
.mce-content-body ul:where(:not([class*=ez-toc-])) {
  margin-inline-start: 1.5555555556rem;
}
.mce-content-body li {
  position: relative;
  padding-block-end: 0.5em;
}
.mce-content-body ul:where(:not([class*=ez-toc-])) li {
  list-style: none;
}
.mce-content-body ul:where(:not([class*=ez-toc-])) li::before {
  content: "";
  float: inline-start;
  inline-size: 0.5555555556rem;
  aspect-ratio: 1;
  margin-block: calc((1lh - 0.5555555556rem) / 2.5);
  margin-inline-start: calc(1.5555555556rem * -1);
  color: var(--clr-primary-default);
  border: 1px solid;
  background-color: currentColor;
}
.mce-content-body ol {
  margin-inline-start: 1.5em;
}
.mce-content-body ol::marker {
  letter-spacing: 0.2em;
}
.mce-content-body ol:not([style]) {
  counter-reset: cnt;
}
.mce-content-body ol:not([style]) > li {
  counter-increment: cnt;
  text-indent: -1.5em;
}
.mce-content-body 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 ul:where([style="list-style-type: circle;"]) li::before {
  background-color: var(--clr-wht);
}
.mce-content-body ul:where(:not([style="list-style-type: square;"])) li::before {
  border-radius: 50%;
}
.mce-content-body .wp-block-image img {
  margin: 1em 0;
  max-width: 100%;
  height: auto;
}
.mce-content-body .wp-caption {
  width: fit-content;
  max-width: 100%;
}
.mce-content-body hr {
  margin-top: 1.7777777778rem;
  margin-bottom: 1.7777777778rem;
  border: none;
  border-bottom: 2px solid var(--clr-primary-default);
}
.mce-content-body a .wp-block-image img {
  transition: var(--transit-default);
}
.mce-content-body a:hover .wp-block-image img {
  opacity: 0.8;
}
.mce-content-body img {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .alignright,
  .mce-content-body .alignleft {
    width: 100% !important;
    float: none;
    margin: 1em auto;
    display: block;
  }
}
.mce-content-body .alignleft {
  float: left;
  clear: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.mce-content-body .alignright {
  float: right;
  clear: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.mce-content-body .aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.mce-content-body .wp-block-image img.aligncenter {
  display: block;
}
.mce-content-body .alignleft:last-child,
.mce-content-body .alignright:last-child,
.mce-content-body .aligncenter:last-child {
  margin-bottom: 0;
}
.mce-content-body p:not(:last-child) {
  margin-bottom: 1em;
}
.mce-content-body b,
.mce-content-body strong {
  font-weight: bold;
}
.mce-content-body .wp-block-quote > p,
.mce-content-body blockquote:not(.wp-block-quote) {
  padding: 0.8888888889rem 2.2222222222rem;
  border-radius: 0.1666666667rem;
  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 .wp-block-quote > p:not(:first-child),
.mce-content-body blockquote:not(.wp-block-quote):not(:first-child) {
  margin-top: 1em;
}
.mce-content-body .wp-block-quote > p:not(:last-child),
.mce-content-body blockquote:not(.wp-block-quote):not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .wp-block-quote > p,
  .mce-content-body blockquote:not(.wp-block-quote) {
    padding: 0.8888888889rem;
  }
}
.mce-content-body .wp-block-quote > p::before, .mce-content-body .wp-block-quote > p::after,
.mce-content-body blockquote:not(.wp-block-quote)::before,
.mce-content-body blockquote:not(.wp-block-quote)::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  opacity: 0.25;
}
.mce-content-body .wp-block-quote > p::before,
.mce-content-body blockquote:not(.wp-block-quote)::before {
  background-image: url("../images/common/icon-quote_left.svg");
  top: 0.7777777778rem;
  left: 0.6666666667rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .wp-block-quote > p::before,
  .mce-content-body blockquote:not(.wp-block-quote)::before {
    top: 0;
    left: 0;
  }
}
.mce-content-body .wp-block-quote > p::after,
.mce-content-body blockquote:not(.wp-block-quote)::after {
  background-image: url("../images/common/icon-quote_right.svg");
  bottom: 0.7777777778rem;
  right: 0.6666666667rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .wp-block-quote > p::after,
  .mce-content-body blockquote:not(.wp-block-quote)::after {
    bottom: 0;
    right: 0;
  }
}
.mce-content-body a {
  text-decoration: underline;
  color: var(--clr-primary-default);
}
.mce-content-body a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.1111111111rem;
  aspect-ratio: 1;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/common/icon-new_tab2.svg);
  background-color: var(--clr-primary-default);
  vertical-align: text-top;
}
.mce-content-body a:not([target=_blank])::after {
  content: "";
  display: inline-block;
  width: 1.3333333333rem;
  aspect-ratio: 1;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/common/icon-arrow2.svg);
  background-color: var(--clr-primary-default);
  vertical-align: sub;
}
@media (hover: hover) {
  .mce-content-body a:hover {
    text-decoration: none;
  }
}
.mce-content-body table {
  border: none;
  height: auto !important;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body table {
    max-width: none !important;
  }
}
.mce-content-body table:not(:first-child) {
  margin-top: 1em;
}
.mce-content-body table:not(:last-child) {
  margin-bottom: 1em;
}
.mce-content-body tr,
.mce-content-body th,
.mce-content-body td {
  height: auto !important;
}
.mce-content-body th,
.mce-content-body td {
  padding: 1em;
  border: 1px solid var(--clr-mono-02);
  vertical-align: top;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body th,
  .mce-content-body td {
    padding: 0.75em;
    line-height: var(--line-height-hdr);
  }
}
.mce-content-body th {
  min-width: 6.6666666667rem;
  text-align: left;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body th {
    font-weight: bold;
  }
}
.mce-content-body sup {
  font-size: max(10px, 0.6666666667rem);
  color: #555;
}
.mce-content-body iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body iframe[src*="google.com/maps"] {
    aspect-ratio: 4/3;
  }
}
.mce-content-body iframe:not(:first-child) {
  margin-top: 2em;
}
.mce-content-body iframe:not(:last-child) {
  margin-bottom: 2em;
}

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

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

/* テーブル
********************************************** */
.mce-table01 th,
.mce-table01 td {
  position: relative;
  padding: 1em 1.5em;
  background-color: var(--clr-wht);
}

.mce-table01 th {
  background-color: var(--clr-blk);
  color: var(--clr-wht);
}

.mce-table02 {
  background-color: var(--clr-wht);
}
@media print, screen and (min-width: 48em) {
  .mce-table02 th:not(:last-child) {
    border-right: 0;
  }
  .mce-table02 td:not(:first-child) {
    border-left: 0;
  }
}

.mce-table02 th {
  background-color: var(--clr-primary-default);
  color: var(--clr-wht);
}

@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-table01.table-sp-block th::before {
    display: none;
  }
  .mce-table02.table-sp-block th,
  .mce-table02.table-sp-block td {
    border-bottom: 0;
  }
  .mce-table02.table-sp-block tr:last-child > *:last-child {
    border-bottom: 1px solid var(--clr-mono-02);
  }
  /* table scroll */
  .table-sp-scroll {
    min-width: 38.5714285714rem;
  }
  .scroll {
    overflow-x: scroll;
    margin-bottom: 1em;
    -webkit-overflow-scrolling: touch;
  }
  .scroll table {
    margin: 0;
  }
  .scroll--cap {
    text-align: right;
    margin: 1em 0 0 !important;
    opacity: 0.25;
    font-size: max(12px, 0.7777777778rem);
  }
}
/* ボックス
********************************************** */
.mce-box,
.is-style-mce-box {
  padding: 2.2222222222rem;
  border-radius: 0.4444444444rem;
  background-color: var(--clr-bg-01);
}
@media screen and (max-width: 47.9375em) {
  .mce-box,
  .is-style-mce-box {
    padding: 1.3333333333rem;
  }
}
.mce-box:not(:first-child),
.is-style-mce-box:not(:first-child) {
  margin-top: 2em;
}
.mce-box:not(:last-child),
.is-style-mce-box:not(:last-child) {
  margin-bottom: 2em;
}
.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 .icon,
.is-style-mce-box .icon {
  width: auto;
}
.mce-box .txt,
.is-style-mce-box .txt {
  flex: 1;
}
.mce-box .txt .mce-ttl-03,
.is-style-mce-box .txt .mce-ttl-03 {
  margin-bottom: 0.4444444444rem;
}

@media screen and (max-width: 47.9375em) {
  .mce-box.flex {
    display: block;
  }
  .mce-box.flex .icon {
    float: left;
    margin-right: 1.1428571429rem;
    margin-bottom: 1.1428571429rem;
  }
}

.lps_sec:nth-child(even) *:not(.bg-wht) .mce-box {
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-primary-default);
}
.lps_sec:nth-child(even) .bg-wht .mce-box {
  background-color: var(--clr-bg-02);
  border: none;
}

.lps_sec:nth-child(odd) *:not(.bg-wht) .mce-box {
  background-color: var(--clr-bg-02);
  border: none;
}
.lps_sec:nth-child(odd) .bg-wht .mce-box {
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-primary-default);
}

.mce-box-wht {
  padding: 2.2222222222rem;
  border-radius: 0.4444444444rem;
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-primary-default);
}
@media screen and (max-width: 47.9375em) {
  .mce-box-wht {
    padding: 1.3333333333rem;
  }
}
.mce-box-wht:not(:first-child) {
  margin-top: 2em;
}
.mce-box-wht:not(:last-child) {
  margin-bottom: 2em;
}
.mce-box-wht :where(*:not([class*=clr-]):not([class*=bold]):not([class*=mce-ttl])) {
  color: var(--clr-text-primary);
}

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

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

.editor-styles-wrapper ul .is-style-mce-list-check,
ul.mce-check--list,
.mce-list-check {
  margin-inline-start: 1.8888888889em;
}

ul.mce-check--list li::before, ul.mce-check--list li::after,
.mce-list-check::before,
.mce-list-check::after {
  content: "";
  margin-inline-start: -1.8888888889em;
}
ul.mce-check--list li::before,
.mce-list-check::before {
  width: 1.3333333333em;
  margin-block: calc((1lh - 1.3333333333em) / 1.25);
  background-color: var(--clr-primary-default);
  border-radius: 50%;
}
@media screen and (max-width: 47.9375em) {
  ul.mce-check--list li::before,
  .mce-list-check::before {
    margin-block: calc((1lh - 1.3333333333em) / 4);
  }
}
ul.mce-check--list li::after,
.mce-list-check::after {
  position: absolute;
  top: 0;
  left: 0.3888888889em;
  float: inline-start;
  width: 0.5555555556em;
  margin-block: calc((1lh - 0.5555555556em) / 1.7);
  aspect-ratio: 10/7;
  border-left: 0.15em solid var(--clr-wht);
  border-bottom: 0.15em solid var(--clr-wht);
  rotate: -45deg;
}
@media screen and (max-width: 47.9375em) {
  ul.mce-check--list li::after,
  .mce-list-check::after {
    margin-block: calc((1lh - 0.5555555556em) / 2.4);
  }
}

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

    ブロックエディタ 基本

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

    クラシックエディタ

############################################################################## */
/* 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-heading);
}
.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: 2em;
}
@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.5em;
  }
}
.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: 0.75em;
}
@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: 0.75em;
  }
}

/* 記事用見出し */
.mce-blog-ttl-01 {
  padding: 0.7em 1em;
  font-size: 1.7777777778rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-radius: 0.2222222222rem;
  background-color: var(--clr-bg-01);
}
@media screen and (max-width: 47.9375em) {
  .mce-blog-ttl-01 {
    font-size: 1.4285714286rem;
  }
}

.mce-blog-ttl-02 {
  padding-bottom: 0.5em;
  font-size: 1.5555555556rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--clr-primary-default);
}
@media screen and (max-width: 47.9375em) {
  .mce-blog-ttl-02 {
    font-size: 1.2857142857rem;
  }
}

.mce-blog-ttl-03 {
  padding: 0.3em 1em;
  font-size: max(18px, 1.1111111111rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-left: 6px solid var(--clr-primary-default);
}
@media screen and (max-width: 47.9375em) {
  .mce-blog-ttl-03 {
    font-size: 1.1428571429rem;
  }
}

/* Loops用見出し */
.mce-ttl-01 {
  font-size: 2.6666666667rem;
  line-height: 1.6;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 47.9375em) {
  .mce-ttl-01 {
    font-size: 1.4285714286rem;
  }
}

.mce-ttl-02 {
  font-size: 1.7777777778rem;
  line-height: 1.6;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 47.9375em) {
  .mce-ttl-02 {
    font-size: 1.2857142857rem;
  }
}

.mce-ttl-03 {
  font-size: max(22px, 1.3333333333rem);
  line-height: 1.8;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 47.9375em) {
  .mce-ttl-03 {
    font-size: 1.1428571429rem;
  }
}

/* 注意書き */
.mce-txt-attention {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: max(12px, 0.7777777778rem);
  opacity: 0.6;
}
@media screen and (max-width: 47.9375em) {
  .mce-txt-attention {
    font-size: 0.9285714286rem;
  }
}
.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;
  }
}

/* 管理画面
*************************************************** */
.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;
}

.txt-num {
  margin-bottom: 1rem !important;
  font-size: 4.7777777778rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: var(--font-weight-bold);
  color: var(--clr-primary-default);
}

.txt-decoration {
  gap: 8px;
}
.txt-decoration::before {
  content: "";
  display: inline-block;
  width: 1.3333333333rem;
  height: 1rem;
  background-size: cover;
  background-image: url(../images/common/icon-logo.svg);
  margin-right: 8px;
  transform: translateY(0.1111111111rem);
}
.txt-decoration .en {
  color: var(--clr-primary-default);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.54px;
}
.txt-decoration .jp {
  color: var(--clr-text-secondary);
  letter-spacing: 0.42px;
  font-size: 0.7777777778rem;
}

.q-ttl {
  margin-bottom: 2.2222222222rem;
  font-size: 1.7777777778rem;
  color: var(--clr-primary-default);
  font-weight: 500;
  font-family: var(--font-jp-heading);
}
@media screen and (max-width: 47.9375em) {
  .q-ttl {
    margin-bottom: 1.1428571429rem;
    font-size: 1.2857142857rem;
  }
}
.q-ttl::before {
  content: "Q.";
  font-family: var(--font-en-text);
  font-weight: 600;
  font-size: 1.8888888889rem;
}
@media screen and (max-width: 47.9375em) {
  .q-ttl::before {
    font-size: 1.4285714286rem;
  }
}

/* bg
********************************************** */
.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-bg-01 {
  background-color: var(--clr-bg-01);
}

.bg-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);
}

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

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

@media print, screen and (min-width: 48em) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .sp-none {
    display: none;
  }
}
/* 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;
}

.mgn-btm0 {
  margin-bottom: 0rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
}

/* --- position --- */
.pos-rel {
  position: relative;
}

.pos-ab {
  position: absolute;
}

.pos-fx {
  position: fixed;
}

.fadein {
  transform: translateY(1.1111111111rem);
  opacity: 0;
  transition: all 0.6s ease;
}
.fadein.loaded, .fadein.active {
  transform: translateY(0);
  opacity: 1;
}
@media print, screen and (min-width: 48em) {
  .fadein.delay1 {
    transition-delay: 0.1s;
  }
  .fadein.delay2 {
    transition-delay: 0.2s;
  }
  .fadein.delay3 {
    transition-delay: 0.3s;
  }
  .fadein.delay4 {
    transition-delay: 0.4s;
  }
}

.lps_parts--column .column_item.fadein:nth-child(2) {
  transition-delay: 0.2s;
}
.lps_parts--column .column_item.fadein:nth-child(3) {
  transition-delay: 0.3s;
}
.lps_parts--column .column_item.fadein:nth-child(4) {
  transition-delay: 0.4s;
}

/* breadcrumbs
**************************************** */
.breadcrumbs .inner {
  padding: 0 0 4.4444444444rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 48em) {
  .breadcrumbs .inner {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 47.9375em) {
  .breadcrumbs .inner {
    overflow: auto;
    padding: 0 0 2.8571428571rem;
  }
}

.breadcrumbs a {
  font-family: var(--font-jp-text);
  font-size: var(--font-size-txt-sm);
  font-weight: var(--font-weight-bold);
  color: var(--clr-text-secondary);
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: var(--clr-primary-default);
  }
}

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

.breadcrumbs span span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  border-top: 1px solid var(--clr-text-secondary);
  border-right: 1px solid var(--clr-text-secondary);
  rotate: 45deg;
  margin: 0.15em 0.5em 0.15em 1em;
}

.page-products-temp .breadcrumbs span {
  color: var(--clr-wht);
}

.page-products-temp .breadcrumbs a {
  color: rgba(255, 255, 255, 0.5);
}

.page-products-temp .breadcrumbs span span:not(:last-child)::after {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

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

.btn a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8888888889rem;
  padding: 1.1111111111rem 1.7777777778rem 1.1111111111rem 1.7777777778rem;
  width: fit-content;
  border-radius: 0.4444444444rem;
  min-width: min(17.7777777778rem, 100%);
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  text-decoration: none;
  font-size: 1.1111111111rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  font-family: var(--font-jp-heading);
}
@media screen and (max-width: 47.9375em) {
  .btn a {
    min-width: 100%;
  }
}
.btn a .txt::before, .btn a .txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.btn a .txt::before {
  margin-top: calc((1 - 1.8) * 0.4em);
}
.btn a .txt::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.btn a:not(:has(.icon)) .icon-svg {
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  border-radius: 50%;
  background-color: var(--clr-wht);
  transition: all 0.4s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.27);
}
.btn a:not(:has(.icon)) .icon-svg::after {
  content: "";
  display: block;
  width: 0.4444444444rem;
  aspect-ratio: 1;
  background-color: var(--clr-wht);
  transition: var(--transit-default);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../images/common/icon-arrow2.svg);
  mask-image: url(../images/common/icon-arrow2.svg);
}
.btn a:where([target=_blank]:not([href*="/contact/"]):not([href*="/entry/"])) .icon-svg::after {
  -webkit-mask-image: url(../images/common/icon-new_tab.svg);
  mask-image: url(../images/common/icon-new_tab.svg);
}
.btn a[href$=".pdf"] .icon-svg::after {
  -webkit-mask-image: url(../images/common/icon-pdf.svg);
  mask-image: url(../images/common/icon-pdf.svg);
}
@media (hover: hover) {
  .btn a:not(:has(.icon)):hover .icon-svg {
    transform: scale(1);
  }
  .btn a:not(:has(.icon)):hover .icon-svg::after {
    width: 1rem;
    background-color: var(--clr-primary-default);
  }
}

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

.btn.btn-rgt a {
  margin-left: auto;
}

/* --- btn-sm --- */
.btn.btn-sm a {
  padding: 0.6666666667rem 1.7777777778rem 0.6666666667rem 1.7777777778rem;
}

/* --- btn-wh --- */
.btn-wh a {
  color: var(--clr-primary-default);
  background-color: var(--clr-wht);
}
.btn-wh a::after {
  background-color: var(--clr-primary-default);
}
@media (hover: hover) {
  .btn-wh a:hover .icon-svg::after {
    background-color: var(--clr-wht) !important;
  }
}

/* --- btn-blk --- */
.btn-blk a {
  color: var(--clr-wht);
  background-color: var(--clr-blk);
}
.btn-blk a::after {
  background-color: var(--clr-wht);
}
@media (hover: hover) {
  .btn-blk a:hover .icon-svg::after {
    background-color: var(--clr-blk) !important;
  }
}

/* --- btn-cta --- */
.btn-cta a {
  background-color: var(--clr-secondary-default);
}
@media (hover: hover) {
  .btn-cta a:hover {
    background-color: var(--clr-secondary-dark);
  }
}

/* --- btn-en --- */
.btn.btn-en a {
  background-color: var(--clr-bg-02);
  color: var(--clr-text-primary);
  border: 1px solid var(--clr-bg-02);
  padding: 1.7777777778rem 1.6666666667vw;
  font-size: 1.1111111111rem;
  line-height: 1.5;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 47.9375em) {
  .btn.btn-en a {
    padding: 1rem 0.5714285714rem;
    font-size: 1.1428571429rem;
    letter-spacing: 0.48px;
    text-align: left;
  }
  .btn.btn-en a > span:not(.icon-svg) {
    flex: 1;
  }
}
.btn.btn-en a .font-en {
  font-size: 0.8333333333vw;
  color: var(--clr-primary-default);
  font-weight: 600;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 47.9375em) {
  .btn.btn-en a .font-en {
    display: inline-block;
    font-size: 0.8571428571rem;
    line-height: 1.25;
  }
}
.btn.btn-en a .icon-svg {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  background-color: var(--clr-primary-default);
  transform: scale(1);
}
@media screen and (max-width: 47.9375em) {
  .btn.btn-en a .icon-svg {
    width: 2rem;
    height: 2rem;
  }
}
.btn.btn-en a .icon-svg::after {
  width: 1.25vw;
}
@media screen and (max-width: 47.9375em) {
  .btn.btn-en a .icon-svg::after {
    width: 1.4285714286rem;
  }
}
.btn.btn-en a:hover {
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-primary-default);
}
.btn.btn-en a:hover .icon-svg::after {
  width: 1.3333333333rem;
  background-color: var(--clr-wht);
}

/* --- 横並び --- */
@media print, screen and (min-width: 48em) {
  .flex > .btn:only-child {
    width: fit-content;
    min-width: min(17.7777777778rem, 100%);
  }
}
.flex > .btn a {
  min-width: 100%;
  height: 100%;
}

/* link
********************************************** */
.link-arrow a {
  display: inline-flex;
  align-items: center;
  gap: 0.5555555556rem;
  margin-inline: -1em;
  padding: 1em;
}
.link-arrow a::after {
  content: "";
  width: 0.4444444444rem;
  height: 0.4444444444rem;
  color: var(--clr-primary-default);
  transform: rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
}
@media (hover: hover) {
  .link-arrow a:hover {
    color: var(--clr-primary-default);
  }
}

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

  FORM

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

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 {
  font-size: max(16px, 1rem);
}
@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: 1.0714285714rem;
    margin-bottom: 6px !important;
  }
}

.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 .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.1666666667rem;
  vertical-align: bottom;
  font-size: max(14px, 0.8888888889rem);
  transition: var(--transit-default);
  font-weight: var(--font-weight-heading);
}

.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: #f55;
  color: var(--clr-wht);
  margin-left: 0.5em;
  font-size: max(10px, 0.6666666667rem);
  padding: 0.1111111111rem 0.2777777778rem;
  border-radius: 0.1666666667rem;
}

.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(17.2222222222rem, 100%);
  height: auto;
  padding: 1.25em;
  font-size: max(16px, 1rem);
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  border-radius: 2.7777777778rem;
  -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;
}

.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 {
  overflow-y: scroll;
  height: 7.7777777778rem;
  border: solid 1px var(--clr-text-placeholder);
  font-size: max(12px, 0.7777777778rem);
  padding: 0.4444444444rem 0.8888888889rem;
}
.nf-field-container.html-container .nf-field-element ul {
  list-style: disc;
  margin-left: 1em;
}
.nf-field-container.html-container .nf-field-element ul li {
  margin-left: 1em;
}
.nf-field-container.html-container .nf-field-element ol {
  list-style: decimal;
  margin-left: 1em;
}
.nf-field-container.html-container .nf-field-element ol li {
  margin-left: 1em;
}
.nf-field-container.html-container .nf-field-element ol li::marker {
  letter-spacing: -0.02em;
}

/* リキャプチャ・キャプション
**************************************** */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_policy {
  padding: 0;
  margin-top: 2.6666666667rem;
  color: var(--clr-text-primary);
  font-size: max(8px, 0.5555555556rem);
  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.6666666667rem);
  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;
  }
}

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

.cta_tel a > span {
  display: block;
}

.cta_tel .tel {
  font-size: max(16px, 1rem);
}

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

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

/* cta_contact
**************************************** */
.btn.cta_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.7777777778rem;
  width: fit-content !important;
  padding-left: 2.2222222222rem;
  border-radius: 0.4444444444rem;
  font-size: 1.3333333333rem;
}
@media screen and (max-width: 47.9375em) {
  .btn.cta_contact a {
    padding: 1.4285714286rem 1.1428571429rem;
    justify-content: space-between;
    font-size: 1.1428571429rem;
  }
}
.btn.cta_contact a .icon-svg {
  width: 4.4444444444rem;
  height: 4.4444444444rem;
  transform: scale(1);
  background-color: var(--clr-primary-default);
}
.btn.cta_contact a .icon-svg::after {
  width: 1.8888888889rem;
  -webkit-mask-image: url(../images/common/icon-arrow2.svg);
  mask-image: url(../images/common/icon-arrow2.svg);
}
@media screen and (max-width: 47.9375em) {
  .btn.cta_contact a .icon-svg {
    width: 0.5714285714rem;
    height: 0.5714285714rem;
    transform: scale(1);
  }
  .btn.cta_contact a .icon-svg::after {
    display: none;
  }
}
@media (hover: hover) {
  .btn.cta_contact a:hover {
    background-color: var(--clr-primary-dark);
    color: var(--clr-wht);
  }
  .btn.cta_contact a:hover .icon-svg::after {
    width: 1.8888888889rem;
    background-color: var(--clr-wht);
  }
}

.cta_contact .micro_copy {
  position: absolute;
  top: calc(-1em - 0.5555555556rem);
  inset-inline: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.7222222222rem;
  color: var(--clr-secondary-default);
  text-align: center;
  line-height: 1;
}
.cta_contact .micro_copy::before, .cta_contact .micro_copy::after {
  content: "";
  width: 0.1111111111rem;
  height: 0.8888888889rem;
  background-color: var(--clr-secondary-default);
}
.cta_contact .micro_copy::before {
  transform: rotate(-45deg);
}
.cta_contact .micro_copy::after {
  transform: rotate(45deg);
}

/* deco
**************************************** */
/* icon
**************************************** */
.icon {
  --w: 18;
  display: inline-block;
  width: calc(var(--w) * var(--rem-pc));
  aspect-ratio: 1;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.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);
}

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

    KEYFRAMES

############################################################################## */
/* 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: 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;
  }
}
/* default
**************************************** */
.section_pdg {
  padding-block: calc(var(--section_pdg-md) * var(--rem-pc));
}
@media screen and (max-width: 47.9375em) {
  .section_pdg {
    padding-block: calc(var(--section_pdg-md-sp) * var(--rem-sp));
  }
}

.section_pdg-top {
  padding-top: calc(var(--section_pdg-md) * var(--rem-pc));
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-top {
    padding-top: calc(var(--section_pdg-md-sp) * var(--rem-sp));
  }
}

.section_pdg-btm {
  padding-bottom: calc(var(--section_pdg-md) * var(--rem-pc));
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-btm {
    padding-bottom: calc(var(--section_pdg-md-sp) * var(--rem-sp));
  }
}

/* sm
**************************************** */
.section_pdg-sm, .page_ttl:not(.page_ttl-has_bg) > .inner, .page_ttl-has_bg > .inner {
  padding-block: calc(var(--section_pdg-sm) * var(--rem-pc));
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-sm, .page_ttl:not(.page_ttl-has_bg) > .inner, .page_ttl-has_bg > .inner {
    padding-block: calc(var(--section_pdg-sm-sp) * var(--rem-sp));
  }
}

.section_pdg-sm-top {
  padding-top: calc(var(--section_pdg-sm) * var(--rem-pc));
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-sm-top {
    padding-top: calc(var(--section_pdg-sm-sp) * var(--rem-sp));
  }
}

.section_pdg-sm-btm {
  padding-bottom: calc(var(--section_pdg-sm) * var(--rem-pc));
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-sm-btm {
    padding-bottom: calc(var(--section_pdg-sm-sp) * var(--rem-sp));
  }
}

/* lg
**************************************** */
.section_pdg-lg {
  padding-block: calc(var(--section_pdg-lg) * var(--rem-pc));
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-lg {
    padding-block: calc(var(--section_pdg-lg-sp) * var(--rem-sp));
  }
}

.section_pdg-lg-top {
  padding-top: calc(var(--section_pdg-lg) * var(--rem-pc));
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-lg-top {
    padding-top: calc(var(--section_pdg-lg-sp) * var(--rem-sp));
  }
}

.section_pdg-lg-btm {
  padding-bottom: calc(var(--section_pdg-lg) * var(--rem-pc));
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-lg-btm {
    padding-bottom: calc(var(--section_pdg-lg-sp) * var(--rem-sp));
  }
}

/* --- blc:not(:last-child) --- */
.blc:not(:last-child) {
  margin-bottom: 4.4444444444rem;
}
@media screen and (max-width: 47.9375em) {
  .blc:not(:last-child) {
    margin-bottom: 2.8571428571rem;
  }
}

.blc-sm:not(:last-child) {
  margin-bottom: 2.2222222222rem;
}
@media screen and (max-width: 47.9375em) {
  .blc-sm:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}

/* --- inner --- */
.inner {
  width: 84%;
  max-width: calc(var(--inner-md) * var(--rem-pc));
  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-pc));
}

.inner-sm {
  max-width: calc(var(--inner-sm) * var(--rem-pc));
}

.inner-md {
  max-width: calc(var(--inner-md) * var(--rem-pc));
}

.inner-lg {
  max-width: 83.3333333333vw;
}
@media screen and (max-width: 47.9375em) {
  .inner-lg {
    max-width: 86%;
  }
}

.inner-xl {
  max-width: calc(var(--inner-xl) * var(--rem-pc));
}

/* --- anchor --- */
/* section-contact
********************************************** */
.section-contact .cta_tel a {
  padding: 1.3333333333rem 2.2222222222rem;
  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;
  }
}

/* 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.4444444444rem / 1 * 0);
}
.flex-col1.gap10 > * {
  width: calc(100% - 0.5555555556rem / 1 * 0);
}
.flex-col1.gap12 > * {
  width: calc(100% - 0.6666666667rem / 1 * 0);
}
.flex-col1.gap14 > * {
  width: calc(100% - 0.7777777778rem / 1 * 0);
}
.flex-col1.gap16 > * {
  width: calc(100% - 0.8888888889rem / 1 * 0);
}
.flex-col1.gap18 > * {
  width: calc(100% - 1rem / 1 * 0);
}
.flex-col1.gap20 > * {
  width: calc(100% - 1.1111111111rem / 1 * 0);
}
.flex-col1.gap22 > * {
  width: calc(100% - 1.2222222222rem / 1 * 0);
}
.flex-col1.gap24 > * {
  width: calc(100% - 1.3333333333rem / 1 * 0);
}
.flex-col1.gap26 > * {
  width: calc(100% - 1.4444444444rem / 1 * 0);
}
.flex-col1.gap28 > * {
  width: calc(100% - 1.5555555556rem / 1 * 0);
}
.flex-col1.gap30 > * {
  width: calc(100% - 1.6666666667rem / 1 * 0);
}
.flex-col1.gap32 > * {
  width: calc(100% - 1.7777777778rem / 1 * 0);
}
.flex-col1.gap34 > * {
  width: calc(100% - 1.8888888889rem / 1 * 0);
}
.flex-col1.gap36 > * {
  width: calc(100% - 2rem / 1 * 0);
}
.flex-col1.gap38 > * {
  width: calc(100% - 2.1111111111rem / 1 * 0);
}
.flex-col1.gap40 > * {
  width: calc(100% - 2.2222222222rem / 1 * 0);
}
.flex-col1.gap42 > * {
  width: calc(100% - 2.3333333333rem / 1 * 0);
}
.flex-col1.gap44 > * {
  width: calc(100% - 2.4444444444rem / 1 * 0);
}
.flex-col1.gap46 > * {
  width: calc(100% - 2.5555555556rem / 1 * 0);
}
.flex-col1.gap48 > * {
  width: calc(100% - 2.6666666667rem / 1 * 0);
}
.flex-col1.gap50 > * {
  width: calc(100% - 2.7777777778rem / 1 * 0);
}
.flex-col1.gap52 > * {
  width: calc(100% - 2.8888888889rem / 1 * 0);
}
.flex-col1.gap54 > * {
  width: calc(100% - 3rem / 1 * 0);
}
.flex-col1.gap56 > * {
  width: calc(100% - 3.1111111111rem / 1 * 0);
}
.flex-col1.gap58 > * {
  width: calc(100% - 3.2222222222rem / 1 * 0);
}
.flex-col1.gap60 > * {
  width: calc(100% - 3.3333333333rem / 1 * 0);
}
.flex-col1.gap62 > * {
  width: calc(100% - 3.4444444444rem / 1 * 0);
}
.flex-col1.gap64 > * {
  width: calc(100% - 3.5555555556rem / 1 * 0);
}
.flex-col1.gap66 > * {
  width: calc(100% - 3.6666666667rem / 1 * 0);
}
.flex-col1.gap68 > * {
  width: calc(100% - 3.7777777778rem / 1 * 0);
}
.flex-col1.gap70 > * {
  width: calc(100% - 3.8888888889rem / 1 * 0);
}
.flex-col1.gap72 > * {
  width: calc(100% - 4rem / 1 * 0);
}
.flex-col1.gap74 > * {
  width: calc(100% - 4.1111111111rem / 1 * 0);
}
.flex-col1.gap76 > * {
  width: calc(100% - 4.2222222222rem / 1 * 0);
}
.flex-col1.gap78 > * {
  width: calc(100% - 4.3333333333rem / 1 * 0);
}
.flex-col1.gap80 > * {
  width: calc(100% - 4.4444444444rem / 1 * 0);
}
.flex-col1.gap82 > * {
  width: calc(100% - 4.5555555556rem / 1 * 0);
}
.flex-col1.gap84 > * {
  width: calc(100% - 4.6666666667rem / 1 * 0);
}
.flex-col1.gap86 > * {
  width: calc(100% - 4.7777777778rem / 1 * 0);
}
.flex-col1.gap88 > * {
  width: calc(100% - 4.8888888889rem / 1 * 0);
}
.flex-col1.gap90 > * {
  width: calc(100% - 5rem / 1 * 0);
}
.flex-col1.gap92 > * {
  width: calc(100% - 5.1111111111rem / 1 * 0);
}
.flex-col1.gap94 > * {
  width: calc(100% - 5.2222222222rem / 1 * 0);
}
.flex-col1.gap96 > * {
  width: calc(100% - 5.3333333333rem / 1 * 0);
}
.flex-col1.gap98 > * {
  width: calc(100% - 5.4444444444rem / 1 * 0);
}
.flex-col1.gap100 > * {
  width: calc(100% - 5.5555555556rem / 1 * 0);
}
.flex-col1.gap102 > * {
  width: calc(100% - 5.6666666667rem / 1 * 0);
}
.flex-col1.gap104 > * {
  width: calc(100% - 5.7777777778rem / 1 * 0);
}
.flex-col1.gap106 > * {
  width: calc(100% - 5.8888888889rem / 1 * 0);
}
.flex-col1.gap108 > * {
  width: calc(100% - 6rem / 1 * 0);
}
.flex-col1.gap110 > * {
  width: calc(100% - 6.1111111111rem / 1 * 0);
}
.flex-col1.gap112 > * {
  width: calc(100% - 6.2222222222rem / 1 * 0);
}
.flex-col1.gap114 > * {
  width: calc(100% - 6.3333333333rem / 1 * 0);
}
.flex-col1.gap116 > * {
  width: calc(100% - 6.4444444444rem / 1 * 0);
}
.flex-col1.gap118 > * {
  width: calc(100% - 6.5555555556rem / 1 * 0);
}
.flex-col1.gap120 > * {
  width: calc(100% - 6.6666666667rem / 1 * 0);
}
.flex-col1.gap122 > * {
  width: calc(100% - 6.7777777778rem / 1 * 0);
}
.flex-col1.gap124 > * {
  width: calc(100% - 6.8888888889rem / 1 * 0);
}
.flex-col1.gap126 > * {
  width: calc(100% - 7rem / 1 * 0);
}
.flex-col1.gap128 > * {
  width: calc(100% - 7.1111111111rem / 1 * 0);
}
.flex-col1.gap130 > * {
  width: calc(100% - 7.2222222222rem / 1 * 0);
}
.flex-col1.gap132 > * {
  width: calc(100% - 7.3333333333rem / 1 * 0);
}
.flex-col1.gap134 > * {
  width: calc(100% - 7.4444444444rem / 1 * 0);
}
.flex-col1.gap136 > * {
  width: calc(100% - 7.5555555556rem / 1 * 0);
}
.flex-col1.gap138 > * {
  width: calc(100% - 7.6666666667rem / 1 * 0);
}
.flex-col1.gap140 > * {
  width: calc(100% - 7.7777777778rem / 1 * 0);
}
.flex-col1.gap142 > * {
  width: calc(100% - 7.8888888889rem / 1 * 0);
}
.flex-col1.gap144 > * {
  width: calc(100% - 8rem / 1 * 0);
}
.flex-col1.gap146 > * {
  width: calc(100% - 8.1111111111rem / 1 * 0);
}
.flex-col1.gap148 > * {
  width: calc(100% - 8.2222222222rem / 1 * 0);
}
.flex-col1.gap150 > * {
  width: calc(100% - 8.3333333333rem / 1 * 0);
}

.flex-col2 {
  flex-wrap: wrap;
}
.flex-col2 > * {
  width: 50%;
}
.flex-col2.gap8 > * {
  width: calc(50% - 0.4444444444rem / 2 * 1);
}
.flex-col2.gap10 > * {
  width: calc(50% - 0.5555555556rem / 2 * 1);
}
.flex-col2.gap12 > * {
  width: calc(50% - 0.6666666667rem / 2 * 1);
}
.flex-col2.gap14 > * {
  width: calc(50% - 0.7777777778rem / 2 * 1);
}
.flex-col2.gap16 > * {
  width: calc(50% - 0.8888888889rem / 2 * 1);
}
.flex-col2.gap18 > * {
  width: calc(50% - 1rem / 2 * 1);
}
.flex-col2.gap20 > * {
  width: calc(50% - 1.1111111111rem / 2 * 1);
}
.flex-col2.gap22 > * {
  width: calc(50% - 1.2222222222rem / 2 * 1);
}
.flex-col2.gap24 > * {
  width: calc(50% - 1.3333333333rem / 2 * 1);
}
.flex-col2.gap26 > * {
  width: calc(50% - 1.4444444444rem / 2 * 1);
}
.flex-col2.gap28 > * {
  width: calc(50% - 1.5555555556rem / 2 * 1);
}
.flex-col2.gap30 > * {
  width: calc(50% - 1.6666666667rem / 2 * 1);
}
.flex-col2.gap32 > * {
  width: calc(50% - 1.7777777778rem / 2 * 1);
}
.flex-col2.gap34 > * {
  width: calc(50% - 1.8888888889rem / 2 * 1);
}
.flex-col2.gap36 > * {
  width: calc(50% - 2rem / 2 * 1);
}
.flex-col2.gap38 > * {
  width: calc(50% - 2.1111111111rem / 2 * 1);
}
.flex-col2.gap40 > * {
  width: calc(50% - 2.2222222222rem / 2 * 1);
}
.flex-col2.gap42 > * {
  width: calc(50% - 2.3333333333rem / 2 * 1);
}
.flex-col2.gap44 > * {
  width: calc(50% - 2.4444444444rem / 2 * 1);
}
.flex-col2.gap46 > * {
  width: calc(50% - 2.5555555556rem / 2 * 1);
}
.flex-col2.gap48 > * {
  width: calc(50% - 2.6666666667rem / 2 * 1);
}
.flex-col2.gap50 > * {
  width: calc(50% - 2.7777777778rem / 2 * 1);
}
.flex-col2.gap52 > * {
  width: calc(50% - 2.8888888889rem / 2 * 1);
}
.flex-col2.gap54 > * {
  width: calc(50% - 3rem / 2 * 1);
}
.flex-col2.gap56 > * {
  width: calc(50% - 3.1111111111rem / 2 * 1);
}
.flex-col2.gap58 > * {
  width: calc(50% - 3.2222222222rem / 2 * 1);
}
.flex-col2.gap60 > * {
  width: calc(50% - 3.3333333333rem / 2 * 1);
}
.flex-col2.gap62 > * {
  width: calc(50% - 3.4444444444rem / 2 * 1);
}
.flex-col2.gap64 > * {
  width: calc(50% - 3.5555555556rem / 2 * 1);
}
.flex-col2.gap66 > * {
  width: calc(50% - 3.6666666667rem / 2 * 1);
}
.flex-col2.gap68 > * {
  width: calc(50% - 3.7777777778rem / 2 * 1);
}
.flex-col2.gap70 > * {
  width: calc(50% - 3.8888888889rem / 2 * 1);
}
.flex-col2.gap72 > * {
  width: calc(50% - 4rem / 2 * 1);
}
.flex-col2.gap74 > * {
  width: calc(50% - 4.1111111111rem / 2 * 1);
}
.flex-col2.gap76 > * {
  width: calc(50% - 4.2222222222rem / 2 * 1);
}
.flex-col2.gap78 > * {
  width: calc(50% - 4.3333333333rem / 2 * 1);
}
.flex-col2.gap80 > * {
  width: calc(50% - 4.4444444444rem / 2 * 1);
}
.flex-col2.gap82 > * {
  width: calc(50% - 4.5555555556rem / 2 * 1);
}
.flex-col2.gap84 > * {
  width: calc(50% - 4.6666666667rem / 2 * 1);
}
.flex-col2.gap86 > * {
  width: calc(50% - 4.7777777778rem / 2 * 1);
}
.flex-col2.gap88 > * {
  width: calc(50% - 4.8888888889rem / 2 * 1);
}
.flex-col2.gap90 > * {
  width: calc(50% - 5rem / 2 * 1);
}
.flex-col2.gap92 > * {
  width: calc(50% - 5.1111111111rem / 2 * 1);
}
.flex-col2.gap94 > * {
  width: calc(50% - 5.2222222222rem / 2 * 1);
}
.flex-col2.gap96 > * {
  width: calc(50% - 5.3333333333rem / 2 * 1);
}
.flex-col2.gap98 > * {
  width: calc(50% - 5.4444444444rem / 2 * 1);
}
.flex-col2.gap100 > * {
  width: calc(50% - 5.5555555556rem / 2 * 1);
}
.flex-col2.gap102 > * {
  width: calc(50% - 5.6666666667rem / 2 * 1);
}
.flex-col2.gap104 > * {
  width: calc(50% - 5.7777777778rem / 2 * 1);
}
.flex-col2.gap106 > * {
  width: calc(50% - 5.8888888889rem / 2 * 1);
}
.flex-col2.gap108 > * {
  width: calc(50% - 6rem / 2 * 1);
}
.flex-col2.gap110 > * {
  width: calc(50% - 6.1111111111rem / 2 * 1);
}
.flex-col2.gap112 > * {
  width: calc(50% - 6.2222222222rem / 2 * 1);
}
.flex-col2.gap114 > * {
  width: calc(50% - 6.3333333333rem / 2 * 1);
}
.flex-col2.gap116 > * {
  width: calc(50% - 6.4444444444rem / 2 * 1);
}
.flex-col2.gap118 > * {
  width: calc(50% - 6.5555555556rem / 2 * 1);
}
.flex-col2.gap120 > * {
  width: calc(50% - 6.6666666667rem / 2 * 1);
}
.flex-col2.gap122 > * {
  width: calc(50% - 6.7777777778rem / 2 * 1);
}
.flex-col2.gap124 > * {
  width: calc(50% - 6.8888888889rem / 2 * 1);
}
.flex-col2.gap126 > * {
  width: calc(50% - 7rem / 2 * 1);
}
.flex-col2.gap128 > * {
  width: calc(50% - 7.1111111111rem / 2 * 1);
}
.flex-col2.gap130 > * {
  width: calc(50% - 7.2222222222rem / 2 * 1);
}
.flex-col2.gap132 > * {
  width: calc(50% - 7.3333333333rem / 2 * 1);
}
.flex-col2.gap134 > * {
  width: calc(50% - 7.4444444444rem / 2 * 1);
}
.flex-col2.gap136 > * {
  width: calc(50% - 7.5555555556rem / 2 * 1);
}
.flex-col2.gap138 > * {
  width: calc(50% - 7.6666666667rem / 2 * 1);
}
.flex-col2.gap140 > * {
  width: calc(50% - 7.7777777778rem / 2 * 1);
}
.flex-col2.gap142 > * {
  width: calc(50% - 7.8888888889rem / 2 * 1);
}
.flex-col2.gap144 > * {
  width: calc(50% - 8rem / 2 * 1);
}
.flex-col2.gap146 > * {
  width: calc(50% - 8.1111111111rem / 2 * 1);
}
.flex-col2.gap148 > * {
  width: calc(50% - 8.2222222222rem / 2 * 1);
}
.flex-col2.gap150 > * {
  width: calc(50% - 8.3333333333rem / 2 * 1);
}

.flex-col3 {
  flex-wrap: wrap;
}
.flex-col3 > * {
  width: 33.3333333333%;
}
.flex-col3.gap8 > * {
  width: calc(33.3333333333% - 0.4444444444rem / 3 * 2);
}
.flex-col3.gap10 > * {
  width: calc(33.3333333333% - 0.5555555556rem / 3 * 2);
}
.flex-col3.gap12 > * {
  width: calc(33.3333333333% - 0.6666666667rem / 3 * 2);
}
.flex-col3.gap14 > * {
  width: calc(33.3333333333% - 0.7777777778rem / 3 * 2);
}
.flex-col3.gap16 > * {
  width: calc(33.3333333333% - 0.8888888889rem / 3 * 2);
}
.flex-col3.gap18 > * {
  width: calc(33.3333333333% - 1rem / 3 * 2);
}
.flex-col3.gap20 > * {
  width: calc(33.3333333333% - 1.1111111111rem / 3 * 2);
}
.flex-col3.gap22 > * {
  width: calc(33.3333333333% - 1.2222222222rem / 3 * 2);
}
.flex-col3.gap24 > * {
  width: calc(33.3333333333% - 1.3333333333rem / 3 * 2);
}
.flex-col3.gap26 > * {
  width: calc(33.3333333333% - 1.4444444444rem / 3 * 2);
}
.flex-col3.gap28 > * {
  width: calc(33.3333333333% - 1.5555555556rem / 3 * 2);
}
.flex-col3.gap30 > * {
  width: calc(33.3333333333% - 1.6666666667rem / 3 * 2);
}
.flex-col3.gap32 > * {
  width: calc(33.3333333333% - 1.7777777778rem / 3 * 2);
}
.flex-col3.gap34 > * {
  width: calc(33.3333333333% - 1.8888888889rem / 3 * 2);
}
.flex-col3.gap36 > * {
  width: calc(33.3333333333% - 2rem / 3 * 2);
}
.flex-col3.gap38 > * {
  width: calc(33.3333333333% - 2.1111111111rem / 3 * 2);
}
.flex-col3.gap40 > * {
  width: calc(33.3333333333% - 2.2222222222rem / 3 * 2);
}
.flex-col3.gap42 > * {
  width: calc(33.3333333333% - 2.3333333333rem / 3 * 2);
}
.flex-col3.gap44 > * {
  width: calc(33.3333333333% - 2.4444444444rem / 3 * 2);
}
.flex-col3.gap46 > * {
  width: calc(33.3333333333% - 2.5555555556rem / 3 * 2);
}
.flex-col3.gap48 > * {
  width: calc(33.3333333333% - 2.6666666667rem / 3 * 2);
}
.flex-col3.gap50 > * {
  width: calc(33.3333333333% - 2.7777777778rem / 3 * 2);
}
.flex-col3.gap52 > * {
  width: calc(33.3333333333% - 2.8888888889rem / 3 * 2);
}
.flex-col3.gap54 > * {
  width: calc(33.3333333333% - 3rem / 3 * 2);
}
.flex-col3.gap56 > * {
  width: calc(33.3333333333% - 3.1111111111rem / 3 * 2);
}
.flex-col3.gap58 > * {
  width: calc(33.3333333333% - 3.2222222222rem / 3 * 2);
}
.flex-col3.gap60 > * {
  width: calc(33.3333333333% - 3.3333333333rem / 3 * 2);
}
.flex-col3.gap62 > * {
  width: calc(33.3333333333% - 3.4444444444rem / 3 * 2);
}
.flex-col3.gap64 > * {
  width: calc(33.3333333333% - 3.5555555556rem / 3 * 2);
}
.flex-col3.gap66 > * {
  width: calc(33.3333333333% - 3.6666666667rem / 3 * 2);
}
.flex-col3.gap68 > * {
  width: calc(33.3333333333% - 3.7777777778rem / 3 * 2);
}
.flex-col3.gap70 > * {
  width: calc(33.3333333333% - 3.8888888889rem / 3 * 2);
}
.flex-col3.gap72 > * {
  width: calc(33.3333333333% - 4rem / 3 * 2);
}
.flex-col3.gap74 > * {
  width: calc(33.3333333333% - 4.1111111111rem / 3 * 2);
}
.flex-col3.gap76 > * {
  width: calc(33.3333333333% - 4.2222222222rem / 3 * 2);
}
.flex-col3.gap78 > * {
  width: calc(33.3333333333% - 4.3333333333rem / 3 * 2);
}
.flex-col3.gap80 > * {
  width: calc(33.3333333333% - 4.4444444444rem / 3 * 2);
}
.flex-col3.gap82 > * {
  width: calc(33.3333333333% - 4.5555555556rem / 3 * 2);
}
.flex-col3.gap84 > * {
  width: calc(33.3333333333% - 4.6666666667rem / 3 * 2);
}
.flex-col3.gap86 > * {
  width: calc(33.3333333333% - 4.7777777778rem / 3 * 2);
}
.flex-col3.gap88 > * {
  width: calc(33.3333333333% - 4.8888888889rem / 3 * 2);
}
.flex-col3.gap90 > * {
  width: calc(33.3333333333% - 5rem / 3 * 2);
}
.flex-col3.gap92 > * {
  width: calc(33.3333333333% - 5.1111111111rem / 3 * 2);
}
.flex-col3.gap94 > * {
  width: calc(33.3333333333% - 5.2222222222rem / 3 * 2);
}
.flex-col3.gap96 > * {
  width: calc(33.3333333333% - 5.3333333333rem / 3 * 2);
}
.flex-col3.gap98 > * {
  width: calc(33.3333333333% - 5.4444444444rem / 3 * 2);
}
.flex-col3.gap100 > * {
  width: calc(33.3333333333% - 5.5555555556rem / 3 * 2);
}
.flex-col3.gap102 > * {
  width: calc(33.3333333333% - 5.6666666667rem / 3 * 2);
}
.flex-col3.gap104 > * {
  width: calc(33.3333333333% - 5.7777777778rem / 3 * 2);
}
.flex-col3.gap106 > * {
  width: calc(33.3333333333% - 5.8888888889rem / 3 * 2);
}
.flex-col3.gap108 > * {
  width: calc(33.3333333333% - 6rem / 3 * 2);
}
.flex-col3.gap110 > * {
  width: calc(33.3333333333% - 6.1111111111rem / 3 * 2);
}
.flex-col3.gap112 > * {
  width: calc(33.3333333333% - 6.2222222222rem / 3 * 2);
}
.flex-col3.gap114 > * {
  width: calc(33.3333333333% - 6.3333333333rem / 3 * 2);
}
.flex-col3.gap116 > * {
  width: calc(33.3333333333% - 6.4444444444rem / 3 * 2);
}
.flex-col3.gap118 > * {
  width: calc(33.3333333333% - 6.5555555556rem / 3 * 2);
}
.flex-col3.gap120 > * {
  width: calc(33.3333333333% - 6.6666666667rem / 3 * 2);
}
.flex-col3.gap122 > * {
  width: calc(33.3333333333% - 6.7777777778rem / 3 * 2);
}
.flex-col3.gap124 > * {
  width: calc(33.3333333333% - 6.8888888889rem / 3 * 2);
}
.flex-col3.gap126 > * {
  width: calc(33.3333333333% - 7rem / 3 * 2);
}
.flex-col3.gap128 > * {
  width: calc(33.3333333333% - 7.1111111111rem / 3 * 2);
}
.flex-col3.gap130 > * {
  width: calc(33.3333333333% - 7.2222222222rem / 3 * 2);
}
.flex-col3.gap132 > * {
  width: calc(33.3333333333% - 7.3333333333rem / 3 * 2);
}
.flex-col3.gap134 > * {
  width: calc(33.3333333333% - 7.4444444444rem / 3 * 2);
}
.flex-col3.gap136 > * {
  width: calc(33.3333333333% - 7.5555555556rem / 3 * 2);
}
.flex-col3.gap138 > * {
  width: calc(33.3333333333% - 7.6666666667rem / 3 * 2);
}
.flex-col3.gap140 > * {
  width: calc(33.3333333333% - 7.7777777778rem / 3 * 2);
}
.flex-col3.gap142 > * {
  width: calc(33.3333333333% - 7.8888888889rem / 3 * 2);
}
.flex-col3.gap144 > * {
  width: calc(33.3333333333% - 8rem / 3 * 2);
}
.flex-col3.gap146 > * {
  width: calc(33.3333333333% - 8.1111111111rem / 3 * 2);
}
.flex-col3.gap148 > * {
  width: calc(33.3333333333% - 8.2222222222rem / 3 * 2);
}
.flex-col3.gap150 > * {
  width: calc(33.3333333333% - 8.3333333333rem / 3 * 2);
}

.flex-col4 {
  flex-wrap: wrap;
}
.flex-col4 > * {
  width: 25%;
}
.flex-col4.gap8 > * {
  width: calc(25% - 0.4444444444rem / 4 * 3);
}
.flex-col4.gap10 > * {
  width: calc(25% - 0.5555555556rem / 4 * 3);
}
.flex-col4.gap12 > * {
  width: calc(25% - 0.6666666667rem / 4 * 3);
}
.flex-col4.gap14 > * {
  width: calc(25% - 0.7777777778rem / 4 * 3);
}
.flex-col4.gap16 > * {
  width: calc(25% - 0.8888888889rem / 4 * 3);
}
.flex-col4.gap18 > * {
  width: calc(25% - 1rem / 4 * 3);
}
.flex-col4.gap20 > * {
  width: calc(25% - 1.1111111111rem / 4 * 3);
}
.flex-col4.gap22 > * {
  width: calc(25% - 1.2222222222rem / 4 * 3);
}
.flex-col4.gap24 > * {
  width: calc(25% - 1.3333333333rem / 4 * 3);
}
.flex-col4.gap26 > * {
  width: calc(25% - 1.4444444444rem / 4 * 3);
}
.flex-col4.gap28 > * {
  width: calc(25% - 1.5555555556rem / 4 * 3);
}
.flex-col4.gap30 > * {
  width: calc(25% - 1.6666666667rem / 4 * 3);
}
.flex-col4.gap32 > * {
  width: calc(25% - 1.7777777778rem / 4 * 3);
}
.flex-col4.gap34 > * {
  width: calc(25% - 1.8888888889rem / 4 * 3);
}
.flex-col4.gap36 > * {
  width: calc(25% - 2rem / 4 * 3);
}
.flex-col4.gap38 > * {
  width: calc(25% - 2.1111111111rem / 4 * 3);
}
.flex-col4.gap40 > * {
  width: calc(25% - 2.2222222222rem / 4 * 3);
}
.flex-col4.gap42 > * {
  width: calc(25% - 2.3333333333rem / 4 * 3);
}
.flex-col4.gap44 > * {
  width: calc(25% - 2.4444444444rem / 4 * 3);
}
.flex-col4.gap46 > * {
  width: calc(25% - 2.5555555556rem / 4 * 3);
}
.flex-col4.gap48 > * {
  width: calc(25% - 2.6666666667rem / 4 * 3);
}
.flex-col4.gap50 > * {
  width: calc(25% - 2.7777777778rem / 4 * 3);
}
.flex-col4.gap52 > * {
  width: calc(25% - 2.8888888889rem / 4 * 3);
}
.flex-col4.gap54 > * {
  width: calc(25% - 3rem / 4 * 3);
}
.flex-col4.gap56 > * {
  width: calc(25% - 3.1111111111rem / 4 * 3);
}
.flex-col4.gap58 > * {
  width: calc(25% - 3.2222222222rem / 4 * 3);
}
.flex-col4.gap60 > * {
  width: calc(25% - 3.3333333333rem / 4 * 3);
}
.flex-col4.gap62 > * {
  width: calc(25% - 3.4444444444rem / 4 * 3);
}
.flex-col4.gap64 > * {
  width: calc(25% - 3.5555555556rem / 4 * 3);
}
.flex-col4.gap66 > * {
  width: calc(25% - 3.6666666667rem / 4 * 3);
}
.flex-col4.gap68 > * {
  width: calc(25% - 3.7777777778rem / 4 * 3);
}
.flex-col4.gap70 > * {
  width: calc(25% - 3.8888888889rem / 4 * 3);
}
.flex-col4.gap72 > * {
  width: calc(25% - 4rem / 4 * 3);
}
.flex-col4.gap74 > * {
  width: calc(25% - 4.1111111111rem / 4 * 3);
}
.flex-col4.gap76 > * {
  width: calc(25% - 4.2222222222rem / 4 * 3);
}
.flex-col4.gap78 > * {
  width: calc(25% - 4.3333333333rem / 4 * 3);
}
.flex-col4.gap80 > * {
  width: calc(25% - 4.4444444444rem / 4 * 3);
}
.flex-col4.gap82 > * {
  width: calc(25% - 4.5555555556rem / 4 * 3);
}
.flex-col4.gap84 > * {
  width: calc(25% - 4.6666666667rem / 4 * 3);
}
.flex-col4.gap86 > * {
  width: calc(25% - 4.7777777778rem / 4 * 3);
}
.flex-col4.gap88 > * {
  width: calc(25% - 4.8888888889rem / 4 * 3);
}
.flex-col4.gap90 > * {
  width: calc(25% - 5rem / 4 * 3);
}
.flex-col4.gap92 > * {
  width: calc(25% - 5.1111111111rem / 4 * 3);
}
.flex-col4.gap94 > * {
  width: calc(25% - 5.2222222222rem / 4 * 3);
}
.flex-col4.gap96 > * {
  width: calc(25% - 5.3333333333rem / 4 * 3);
}
.flex-col4.gap98 > * {
  width: calc(25% - 5.4444444444rem / 4 * 3);
}
.flex-col4.gap100 > * {
  width: calc(25% - 5.5555555556rem / 4 * 3);
}
.flex-col4.gap102 > * {
  width: calc(25% - 5.6666666667rem / 4 * 3);
}
.flex-col4.gap104 > * {
  width: calc(25% - 5.7777777778rem / 4 * 3);
}
.flex-col4.gap106 > * {
  width: calc(25% - 5.8888888889rem / 4 * 3);
}
.flex-col4.gap108 > * {
  width: calc(25% - 6rem / 4 * 3);
}
.flex-col4.gap110 > * {
  width: calc(25% - 6.1111111111rem / 4 * 3);
}
.flex-col4.gap112 > * {
  width: calc(25% - 6.2222222222rem / 4 * 3);
}
.flex-col4.gap114 > * {
  width: calc(25% - 6.3333333333rem / 4 * 3);
}
.flex-col4.gap116 > * {
  width: calc(25% - 6.4444444444rem / 4 * 3);
}
.flex-col4.gap118 > * {
  width: calc(25% - 6.5555555556rem / 4 * 3);
}
.flex-col4.gap120 > * {
  width: calc(25% - 6.6666666667rem / 4 * 3);
}
.flex-col4.gap122 > * {
  width: calc(25% - 6.7777777778rem / 4 * 3);
}
.flex-col4.gap124 > * {
  width: calc(25% - 6.8888888889rem / 4 * 3);
}
.flex-col4.gap126 > * {
  width: calc(25% - 7rem / 4 * 3);
}
.flex-col4.gap128 > * {
  width: calc(25% - 7.1111111111rem / 4 * 3);
}
.flex-col4.gap130 > * {
  width: calc(25% - 7.2222222222rem / 4 * 3);
}
.flex-col4.gap132 > * {
  width: calc(25% - 7.3333333333rem / 4 * 3);
}
.flex-col4.gap134 > * {
  width: calc(25% - 7.4444444444rem / 4 * 3);
}
.flex-col4.gap136 > * {
  width: calc(25% - 7.5555555556rem / 4 * 3);
}
.flex-col4.gap138 > * {
  width: calc(25% - 7.6666666667rem / 4 * 3);
}
.flex-col4.gap140 > * {
  width: calc(25% - 7.7777777778rem / 4 * 3);
}
.flex-col4.gap142 > * {
  width: calc(25% - 7.8888888889rem / 4 * 3);
}
.flex-col4.gap144 > * {
  width: calc(25% - 8rem / 4 * 3);
}
.flex-col4.gap146 > * {
  width: calc(25% - 8.1111111111rem / 4 * 3);
}
.flex-col4.gap148 > * {
  width: calc(25% - 8.2222222222rem / 4 * 3);
}
.flex-col4.gap150 > * {
  width: calc(25% - 8.3333333333rem / 4 * 3);
}

.flex-col5 {
  flex-wrap: wrap;
}
.flex-col5 > * {
  width: 20%;
}
.flex-col5.gap8 > * {
  width: calc(20% - 0.4444444444rem / 5 * 4);
}
.flex-col5.gap10 > * {
  width: calc(20% - 0.5555555556rem / 5 * 4);
}
.flex-col5.gap12 > * {
  width: calc(20% - 0.6666666667rem / 5 * 4);
}
.flex-col5.gap14 > * {
  width: calc(20% - 0.7777777778rem / 5 * 4);
}
.flex-col5.gap16 > * {
  width: calc(20% - 0.8888888889rem / 5 * 4);
}
.flex-col5.gap18 > * {
  width: calc(20% - 1rem / 5 * 4);
}
.flex-col5.gap20 > * {
  width: calc(20% - 1.1111111111rem / 5 * 4);
}
.flex-col5.gap22 > * {
  width: calc(20% - 1.2222222222rem / 5 * 4);
}
.flex-col5.gap24 > * {
  width: calc(20% - 1.3333333333rem / 5 * 4);
}
.flex-col5.gap26 > * {
  width: calc(20% - 1.4444444444rem / 5 * 4);
}
.flex-col5.gap28 > * {
  width: calc(20% - 1.5555555556rem / 5 * 4);
}
.flex-col5.gap30 > * {
  width: calc(20% - 1.6666666667rem / 5 * 4);
}
.flex-col5.gap32 > * {
  width: calc(20% - 1.7777777778rem / 5 * 4);
}
.flex-col5.gap34 > * {
  width: calc(20% - 1.8888888889rem / 5 * 4);
}
.flex-col5.gap36 > * {
  width: calc(20% - 2rem / 5 * 4);
}
.flex-col5.gap38 > * {
  width: calc(20% - 2.1111111111rem / 5 * 4);
}
.flex-col5.gap40 > * {
  width: calc(20% - 2.2222222222rem / 5 * 4);
}
.flex-col5.gap42 > * {
  width: calc(20% - 2.3333333333rem / 5 * 4);
}
.flex-col5.gap44 > * {
  width: calc(20% - 2.4444444444rem / 5 * 4);
}
.flex-col5.gap46 > * {
  width: calc(20% - 2.5555555556rem / 5 * 4);
}
.flex-col5.gap48 > * {
  width: calc(20% - 2.6666666667rem / 5 * 4);
}
.flex-col5.gap50 > * {
  width: calc(20% - 2.7777777778rem / 5 * 4);
}
.flex-col5.gap52 > * {
  width: calc(20% - 2.8888888889rem / 5 * 4);
}
.flex-col5.gap54 > * {
  width: calc(20% - 3rem / 5 * 4);
}
.flex-col5.gap56 > * {
  width: calc(20% - 3.1111111111rem / 5 * 4);
}
.flex-col5.gap58 > * {
  width: calc(20% - 3.2222222222rem / 5 * 4);
}
.flex-col5.gap60 > * {
  width: calc(20% - 3.3333333333rem / 5 * 4);
}
.flex-col5.gap62 > * {
  width: calc(20% - 3.4444444444rem / 5 * 4);
}
.flex-col5.gap64 > * {
  width: calc(20% - 3.5555555556rem / 5 * 4);
}
.flex-col5.gap66 > * {
  width: calc(20% - 3.6666666667rem / 5 * 4);
}
.flex-col5.gap68 > * {
  width: calc(20% - 3.7777777778rem / 5 * 4);
}
.flex-col5.gap70 > * {
  width: calc(20% - 3.8888888889rem / 5 * 4);
}
.flex-col5.gap72 > * {
  width: calc(20% - 4rem / 5 * 4);
}
.flex-col5.gap74 > * {
  width: calc(20% - 4.1111111111rem / 5 * 4);
}
.flex-col5.gap76 > * {
  width: calc(20% - 4.2222222222rem / 5 * 4);
}
.flex-col5.gap78 > * {
  width: calc(20% - 4.3333333333rem / 5 * 4);
}
.flex-col5.gap80 > * {
  width: calc(20% - 4.4444444444rem / 5 * 4);
}
.flex-col5.gap82 > * {
  width: calc(20% - 4.5555555556rem / 5 * 4);
}
.flex-col5.gap84 > * {
  width: calc(20% - 4.6666666667rem / 5 * 4);
}
.flex-col5.gap86 > * {
  width: calc(20% - 4.7777777778rem / 5 * 4);
}
.flex-col5.gap88 > * {
  width: calc(20% - 4.8888888889rem / 5 * 4);
}
.flex-col5.gap90 > * {
  width: calc(20% - 5rem / 5 * 4);
}
.flex-col5.gap92 > * {
  width: calc(20% - 5.1111111111rem / 5 * 4);
}
.flex-col5.gap94 > * {
  width: calc(20% - 5.2222222222rem / 5 * 4);
}
.flex-col5.gap96 > * {
  width: calc(20% - 5.3333333333rem / 5 * 4);
}
.flex-col5.gap98 > * {
  width: calc(20% - 5.4444444444rem / 5 * 4);
}
.flex-col5.gap100 > * {
  width: calc(20% - 5.5555555556rem / 5 * 4);
}
.flex-col5.gap102 > * {
  width: calc(20% - 5.6666666667rem / 5 * 4);
}
.flex-col5.gap104 > * {
  width: calc(20% - 5.7777777778rem / 5 * 4);
}
.flex-col5.gap106 > * {
  width: calc(20% - 5.8888888889rem / 5 * 4);
}
.flex-col5.gap108 > * {
  width: calc(20% - 6rem / 5 * 4);
}
.flex-col5.gap110 > * {
  width: calc(20% - 6.1111111111rem / 5 * 4);
}
.flex-col5.gap112 > * {
  width: calc(20% - 6.2222222222rem / 5 * 4);
}
.flex-col5.gap114 > * {
  width: calc(20% - 6.3333333333rem / 5 * 4);
}
.flex-col5.gap116 > * {
  width: calc(20% - 6.4444444444rem / 5 * 4);
}
.flex-col5.gap118 > * {
  width: calc(20% - 6.5555555556rem / 5 * 4);
}
.flex-col5.gap120 > * {
  width: calc(20% - 6.6666666667rem / 5 * 4);
}
.flex-col5.gap122 > * {
  width: calc(20% - 6.7777777778rem / 5 * 4);
}
.flex-col5.gap124 > * {
  width: calc(20% - 6.8888888889rem / 5 * 4);
}
.flex-col5.gap126 > * {
  width: calc(20% - 7rem / 5 * 4);
}
.flex-col5.gap128 > * {
  width: calc(20% - 7.1111111111rem / 5 * 4);
}
.flex-col5.gap130 > * {
  width: calc(20% - 7.2222222222rem / 5 * 4);
}
.flex-col5.gap132 > * {
  width: calc(20% - 7.3333333333rem / 5 * 4);
}
.flex-col5.gap134 > * {
  width: calc(20% - 7.4444444444rem / 5 * 4);
}
.flex-col5.gap136 > * {
  width: calc(20% - 7.5555555556rem / 5 * 4);
}
.flex-col5.gap138 > * {
  width: calc(20% - 7.6666666667rem / 5 * 4);
}
.flex-col5.gap140 > * {
  width: calc(20% - 7.7777777778rem / 5 * 4);
}
.flex-col5.gap142 > * {
  width: calc(20% - 7.8888888889rem / 5 * 4);
}
.flex-col5.gap144 > * {
  width: calc(20% - 8rem / 5 * 4);
}
.flex-col5.gap146 > * {
  width: calc(20% - 8.1111111111rem / 5 * 4);
}
.flex-col5.gap148 > * {
  width: calc(20% - 8.2222222222rem / 5 * 4);
}
.flex-col5.gap150 > * {
  width: calc(20% - 8.3333333333rem / 5 * 4);
}

.flex-col6 {
  flex-wrap: wrap;
}
.flex-col6 > * {
  width: 16.6666666667%;
}
.flex-col6.gap8 > * {
  width: calc(16.6666666667% - 0.4444444444rem / 6 * 5);
}
.flex-col6.gap10 > * {
  width: calc(16.6666666667% - 0.5555555556rem / 6 * 5);
}
.flex-col6.gap12 > * {
  width: calc(16.6666666667% - 0.6666666667rem / 6 * 5);
}
.flex-col6.gap14 > * {
  width: calc(16.6666666667% - 0.7777777778rem / 6 * 5);
}
.flex-col6.gap16 > * {
  width: calc(16.6666666667% - 0.8888888889rem / 6 * 5);
}
.flex-col6.gap18 > * {
  width: calc(16.6666666667% - 1rem / 6 * 5);
}
.flex-col6.gap20 > * {
  width: calc(16.6666666667% - 1.1111111111rem / 6 * 5);
}
.flex-col6.gap22 > * {
  width: calc(16.6666666667% - 1.2222222222rem / 6 * 5);
}
.flex-col6.gap24 > * {
  width: calc(16.6666666667% - 1.3333333333rem / 6 * 5);
}
.flex-col6.gap26 > * {
  width: calc(16.6666666667% - 1.4444444444rem / 6 * 5);
}
.flex-col6.gap28 > * {
  width: calc(16.6666666667% - 1.5555555556rem / 6 * 5);
}
.flex-col6.gap30 > * {
  width: calc(16.6666666667% - 1.6666666667rem / 6 * 5);
}
.flex-col6.gap32 > * {
  width: calc(16.6666666667% - 1.7777777778rem / 6 * 5);
}
.flex-col6.gap34 > * {
  width: calc(16.6666666667% - 1.8888888889rem / 6 * 5);
}
.flex-col6.gap36 > * {
  width: calc(16.6666666667% - 2rem / 6 * 5);
}
.flex-col6.gap38 > * {
  width: calc(16.6666666667% - 2.1111111111rem / 6 * 5);
}
.flex-col6.gap40 > * {
  width: calc(16.6666666667% - 2.2222222222rem / 6 * 5);
}
.flex-col6.gap42 > * {
  width: calc(16.6666666667% - 2.3333333333rem / 6 * 5);
}
.flex-col6.gap44 > * {
  width: calc(16.6666666667% - 2.4444444444rem / 6 * 5);
}
.flex-col6.gap46 > * {
  width: calc(16.6666666667% - 2.5555555556rem / 6 * 5);
}
.flex-col6.gap48 > * {
  width: calc(16.6666666667% - 2.6666666667rem / 6 * 5);
}
.flex-col6.gap50 > * {
  width: calc(16.6666666667% - 2.7777777778rem / 6 * 5);
}
.flex-col6.gap52 > * {
  width: calc(16.6666666667% - 2.8888888889rem / 6 * 5);
}
.flex-col6.gap54 > * {
  width: calc(16.6666666667% - 3rem / 6 * 5);
}
.flex-col6.gap56 > * {
  width: calc(16.6666666667% - 3.1111111111rem / 6 * 5);
}
.flex-col6.gap58 > * {
  width: calc(16.6666666667% - 3.2222222222rem / 6 * 5);
}
.flex-col6.gap60 > * {
  width: calc(16.6666666667% - 3.3333333333rem / 6 * 5);
}
.flex-col6.gap62 > * {
  width: calc(16.6666666667% - 3.4444444444rem / 6 * 5);
}
.flex-col6.gap64 > * {
  width: calc(16.6666666667% - 3.5555555556rem / 6 * 5);
}
.flex-col6.gap66 > * {
  width: calc(16.6666666667% - 3.6666666667rem / 6 * 5);
}
.flex-col6.gap68 > * {
  width: calc(16.6666666667% - 3.7777777778rem / 6 * 5);
}
.flex-col6.gap70 > * {
  width: calc(16.6666666667% - 3.8888888889rem / 6 * 5);
}
.flex-col6.gap72 > * {
  width: calc(16.6666666667% - 4rem / 6 * 5);
}
.flex-col6.gap74 > * {
  width: calc(16.6666666667% - 4.1111111111rem / 6 * 5);
}
.flex-col6.gap76 > * {
  width: calc(16.6666666667% - 4.2222222222rem / 6 * 5);
}
.flex-col6.gap78 > * {
  width: calc(16.6666666667% - 4.3333333333rem / 6 * 5);
}
.flex-col6.gap80 > * {
  width: calc(16.6666666667% - 4.4444444444rem / 6 * 5);
}
.flex-col6.gap82 > * {
  width: calc(16.6666666667% - 4.5555555556rem / 6 * 5);
}
.flex-col6.gap84 > * {
  width: calc(16.6666666667% - 4.6666666667rem / 6 * 5);
}
.flex-col6.gap86 > * {
  width: calc(16.6666666667% - 4.7777777778rem / 6 * 5);
}
.flex-col6.gap88 > * {
  width: calc(16.6666666667% - 4.8888888889rem / 6 * 5);
}
.flex-col6.gap90 > * {
  width: calc(16.6666666667% - 5rem / 6 * 5);
}
.flex-col6.gap92 > * {
  width: calc(16.6666666667% - 5.1111111111rem / 6 * 5);
}
.flex-col6.gap94 > * {
  width: calc(16.6666666667% - 5.2222222222rem / 6 * 5);
}
.flex-col6.gap96 > * {
  width: calc(16.6666666667% - 5.3333333333rem / 6 * 5);
}
.flex-col6.gap98 > * {
  width: calc(16.6666666667% - 5.4444444444rem / 6 * 5);
}
.flex-col6.gap100 > * {
  width: calc(16.6666666667% - 5.5555555556rem / 6 * 5);
}
.flex-col6.gap102 > * {
  width: calc(16.6666666667% - 5.6666666667rem / 6 * 5);
}
.flex-col6.gap104 > * {
  width: calc(16.6666666667% - 5.7777777778rem / 6 * 5);
}
.flex-col6.gap106 > * {
  width: calc(16.6666666667% - 5.8888888889rem / 6 * 5);
}
.flex-col6.gap108 > * {
  width: calc(16.6666666667% - 6rem / 6 * 5);
}
.flex-col6.gap110 > * {
  width: calc(16.6666666667% - 6.1111111111rem / 6 * 5);
}
.flex-col6.gap112 > * {
  width: calc(16.6666666667% - 6.2222222222rem / 6 * 5);
}
.flex-col6.gap114 > * {
  width: calc(16.6666666667% - 6.3333333333rem / 6 * 5);
}
.flex-col6.gap116 > * {
  width: calc(16.6666666667% - 6.4444444444rem / 6 * 5);
}
.flex-col6.gap118 > * {
  width: calc(16.6666666667% - 6.5555555556rem / 6 * 5);
}
.flex-col6.gap120 > * {
  width: calc(16.6666666667% - 6.6666666667rem / 6 * 5);
}
.flex-col6.gap122 > * {
  width: calc(16.6666666667% - 6.7777777778rem / 6 * 5);
}
.flex-col6.gap124 > * {
  width: calc(16.6666666667% - 6.8888888889rem / 6 * 5);
}
.flex-col6.gap126 > * {
  width: calc(16.6666666667% - 7rem / 6 * 5);
}
.flex-col6.gap128 > * {
  width: calc(16.6666666667% - 7.1111111111rem / 6 * 5);
}
.flex-col6.gap130 > * {
  width: calc(16.6666666667% - 7.2222222222rem / 6 * 5);
}
.flex-col6.gap132 > * {
  width: calc(16.6666666667% - 7.3333333333rem / 6 * 5);
}
.flex-col6.gap134 > * {
  width: calc(16.6666666667% - 7.4444444444rem / 6 * 5);
}
.flex-col6.gap136 > * {
  width: calc(16.6666666667% - 7.5555555556rem / 6 * 5);
}
.flex-col6.gap138 > * {
  width: calc(16.6666666667% - 7.6666666667rem / 6 * 5);
}
.flex-col6.gap140 > * {
  width: calc(16.6666666667% - 7.7777777778rem / 6 * 5);
}
.flex-col6.gap142 > * {
  width: calc(16.6666666667% - 7.8888888889rem / 6 * 5);
}
.flex-col6.gap144 > * {
  width: calc(16.6666666667% - 8rem / 6 * 5);
}
.flex-col6.gap146 > * {
  width: calc(16.6666666667% - 8.1111111111rem / 6 * 5);
}
.flex-col6.gap148 > * {
  width: calc(16.6666666667% - 8.2222222222rem / 6 * 5);
}
.flex-col6.gap150 > * {
  width: calc(16.6666666667% - 8.3333333333rem / 6 * 5);
}

.flex-col7 {
  flex-wrap: wrap;
}
.flex-col7 > * {
  width: 14.2857142857%;
}
.flex-col7.gap8 > * {
  width: calc(14.2857142857% - 0.4444444444rem / 7 * 6);
}
.flex-col7.gap10 > * {
  width: calc(14.2857142857% - 0.5555555556rem / 7 * 6);
}
.flex-col7.gap12 > * {
  width: calc(14.2857142857% - 0.6666666667rem / 7 * 6);
}
.flex-col7.gap14 > * {
  width: calc(14.2857142857% - 0.7777777778rem / 7 * 6);
}
.flex-col7.gap16 > * {
  width: calc(14.2857142857% - 0.8888888889rem / 7 * 6);
}
.flex-col7.gap18 > * {
  width: calc(14.2857142857% - 1rem / 7 * 6);
}
.flex-col7.gap20 > * {
  width: calc(14.2857142857% - 1.1111111111rem / 7 * 6);
}
.flex-col7.gap22 > * {
  width: calc(14.2857142857% - 1.2222222222rem / 7 * 6);
}
.flex-col7.gap24 > * {
  width: calc(14.2857142857% - 1.3333333333rem / 7 * 6);
}
.flex-col7.gap26 > * {
  width: calc(14.2857142857% - 1.4444444444rem / 7 * 6);
}
.flex-col7.gap28 > * {
  width: calc(14.2857142857% - 1.5555555556rem / 7 * 6);
}
.flex-col7.gap30 > * {
  width: calc(14.2857142857% - 1.6666666667rem / 7 * 6);
}
.flex-col7.gap32 > * {
  width: calc(14.2857142857% - 1.7777777778rem / 7 * 6);
}
.flex-col7.gap34 > * {
  width: calc(14.2857142857% - 1.8888888889rem / 7 * 6);
}
.flex-col7.gap36 > * {
  width: calc(14.2857142857% - 2rem / 7 * 6);
}
.flex-col7.gap38 > * {
  width: calc(14.2857142857% - 2.1111111111rem / 7 * 6);
}
.flex-col7.gap40 > * {
  width: calc(14.2857142857% - 2.2222222222rem / 7 * 6);
}
.flex-col7.gap42 > * {
  width: calc(14.2857142857% - 2.3333333333rem / 7 * 6);
}
.flex-col7.gap44 > * {
  width: calc(14.2857142857% - 2.4444444444rem / 7 * 6);
}
.flex-col7.gap46 > * {
  width: calc(14.2857142857% - 2.5555555556rem / 7 * 6);
}
.flex-col7.gap48 > * {
  width: calc(14.2857142857% - 2.6666666667rem / 7 * 6);
}
.flex-col7.gap50 > * {
  width: calc(14.2857142857% - 2.7777777778rem / 7 * 6);
}
.flex-col7.gap52 > * {
  width: calc(14.2857142857% - 2.8888888889rem / 7 * 6);
}
.flex-col7.gap54 > * {
  width: calc(14.2857142857% - 3rem / 7 * 6);
}
.flex-col7.gap56 > * {
  width: calc(14.2857142857% - 3.1111111111rem / 7 * 6);
}
.flex-col7.gap58 > * {
  width: calc(14.2857142857% - 3.2222222222rem / 7 * 6);
}
.flex-col7.gap60 > * {
  width: calc(14.2857142857% - 3.3333333333rem / 7 * 6);
}
.flex-col7.gap62 > * {
  width: calc(14.2857142857% - 3.4444444444rem / 7 * 6);
}
.flex-col7.gap64 > * {
  width: calc(14.2857142857% - 3.5555555556rem / 7 * 6);
}
.flex-col7.gap66 > * {
  width: calc(14.2857142857% - 3.6666666667rem / 7 * 6);
}
.flex-col7.gap68 > * {
  width: calc(14.2857142857% - 3.7777777778rem / 7 * 6);
}
.flex-col7.gap70 > * {
  width: calc(14.2857142857% - 3.8888888889rem / 7 * 6);
}
.flex-col7.gap72 > * {
  width: calc(14.2857142857% - 4rem / 7 * 6);
}
.flex-col7.gap74 > * {
  width: calc(14.2857142857% - 4.1111111111rem / 7 * 6);
}
.flex-col7.gap76 > * {
  width: calc(14.2857142857% - 4.2222222222rem / 7 * 6);
}
.flex-col7.gap78 > * {
  width: calc(14.2857142857% - 4.3333333333rem / 7 * 6);
}
.flex-col7.gap80 > * {
  width: calc(14.2857142857% - 4.4444444444rem / 7 * 6);
}
.flex-col7.gap82 > * {
  width: calc(14.2857142857% - 4.5555555556rem / 7 * 6);
}
.flex-col7.gap84 > * {
  width: calc(14.2857142857% - 4.6666666667rem / 7 * 6);
}
.flex-col7.gap86 > * {
  width: calc(14.2857142857% - 4.7777777778rem / 7 * 6);
}
.flex-col7.gap88 > * {
  width: calc(14.2857142857% - 4.8888888889rem / 7 * 6);
}
.flex-col7.gap90 > * {
  width: calc(14.2857142857% - 5rem / 7 * 6);
}
.flex-col7.gap92 > * {
  width: calc(14.2857142857% - 5.1111111111rem / 7 * 6);
}
.flex-col7.gap94 > * {
  width: calc(14.2857142857% - 5.2222222222rem / 7 * 6);
}
.flex-col7.gap96 > * {
  width: calc(14.2857142857% - 5.3333333333rem / 7 * 6);
}
.flex-col7.gap98 > * {
  width: calc(14.2857142857% - 5.4444444444rem / 7 * 6);
}
.flex-col7.gap100 > * {
  width: calc(14.2857142857% - 5.5555555556rem / 7 * 6);
}
.flex-col7.gap102 > * {
  width: calc(14.2857142857% - 5.6666666667rem / 7 * 6);
}
.flex-col7.gap104 > * {
  width: calc(14.2857142857% - 5.7777777778rem / 7 * 6);
}
.flex-col7.gap106 > * {
  width: calc(14.2857142857% - 5.8888888889rem / 7 * 6);
}
.flex-col7.gap108 > * {
  width: calc(14.2857142857% - 6rem / 7 * 6);
}
.flex-col7.gap110 > * {
  width: calc(14.2857142857% - 6.1111111111rem / 7 * 6);
}
.flex-col7.gap112 > * {
  width: calc(14.2857142857% - 6.2222222222rem / 7 * 6);
}
.flex-col7.gap114 > * {
  width: calc(14.2857142857% - 6.3333333333rem / 7 * 6);
}
.flex-col7.gap116 > * {
  width: calc(14.2857142857% - 6.4444444444rem / 7 * 6);
}
.flex-col7.gap118 > * {
  width: calc(14.2857142857% - 6.5555555556rem / 7 * 6);
}
.flex-col7.gap120 > * {
  width: calc(14.2857142857% - 6.6666666667rem / 7 * 6);
}
.flex-col7.gap122 > * {
  width: calc(14.2857142857% - 6.7777777778rem / 7 * 6);
}
.flex-col7.gap124 > * {
  width: calc(14.2857142857% - 6.8888888889rem / 7 * 6);
}
.flex-col7.gap126 > * {
  width: calc(14.2857142857% - 7rem / 7 * 6);
}
.flex-col7.gap128 > * {
  width: calc(14.2857142857% - 7.1111111111rem / 7 * 6);
}
.flex-col7.gap130 > * {
  width: calc(14.2857142857% - 7.2222222222rem / 7 * 6);
}
.flex-col7.gap132 > * {
  width: calc(14.2857142857% - 7.3333333333rem / 7 * 6);
}
.flex-col7.gap134 > * {
  width: calc(14.2857142857% - 7.4444444444rem / 7 * 6);
}
.flex-col7.gap136 > * {
  width: calc(14.2857142857% - 7.5555555556rem / 7 * 6);
}
.flex-col7.gap138 > * {
  width: calc(14.2857142857% - 7.6666666667rem / 7 * 6);
}
.flex-col7.gap140 > * {
  width: calc(14.2857142857% - 7.7777777778rem / 7 * 6);
}
.flex-col7.gap142 > * {
  width: calc(14.2857142857% - 7.8888888889rem / 7 * 6);
}
.flex-col7.gap144 > * {
  width: calc(14.2857142857% - 8rem / 7 * 6);
}
.flex-col7.gap146 > * {
  width: calc(14.2857142857% - 8.1111111111rem / 7 * 6);
}
.flex-col7.gap148 > * {
  width: calc(14.2857142857% - 8.2222222222rem / 7 * 6);
}
.flex-col7.gap150 > * {
  width: calc(14.2857142857% - 8.3333333333rem / 7 * 6);
}

.flex-col8 {
  flex-wrap: wrap;
}
.flex-col8 > * {
  width: 12.5%;
}
.flex-col8.gap8 > * {
  width: calc(12.5% - 0.4444444444rem / 8 * 7);
}
.flex-col8.gap10 > * {
  width: calc(12.5% - 0.5555555556rem / 8 * 7);
}
.flex-col8.gap12 > * {
  width: calc(12.5% - 0.6666666667rem / 8 * 7);
}
.flex-col8.gap14 > * {
  width: calc(12.5% - 0.7777777778rem / 8 * 7);
}
.flex-col8.gap16 > * {
  width: calc(12.5% - 0.8888888889rem / 8 * 7);
}
.flex-col8.gap18 > * {
  width: calc(12.5% - 1rem / 8 * 7);
}
.flex-col8.gap20 > * {
  width: calc(12.5% - 1.1111111111rem / 8 * 7);
}
.flex-col8.gap22 > * {
  width: calc(12.5% - 1.2222222222rem / 8 * 7);
}
.flex-col8.gap24 > * {
  width: calc(12.5% - 1.3333333333rem / 8 * 7);
}
.flex-col8.gap26 > * {
  width: calc(12.5% - 1.4444444444rem / 8 * 7);
}
.flex-col8.gap28 > * {
  width: calc(12.5% - 1.5555555556rem / 8 * 7);
}
.flex-col8.gap30 > * {
  width: calc(12.5% - 1.6666666667rem / 8 * 7);
}
.flex-col8.gap32 > * {
  width: calc(12.5% - 1.7777777778rem / 8 * 7);
}
.flex-col8.gap34 > * {
  width: calc(12.5% - 1.8888888889rem / 8 * 7);
}
.flex-col8.gap36 > * {
  width: calc(12.5% - 2rem / 8 * 7);
}
.flex-col8.gap38 > * {
  width: calc(12.5% - 2.1111111111rem / 8 * 7);
}
.flex-col8.gap40 > * {
  width: calc(12.5% - 2.2222222222rem / 8 * 7);
}
.flex-col8.gap42 > * {
  width: calc(12.5% - 2.3333333333rem / 8 * 7);
}
.flex-col8.gap44 > * {
  width: calc(12.5% - 2.4444444444rem / 8 * 7);
}
.flex-col8.gap46 > * {
  width: calc(12.5% - 2.5555555556rem / 8 * 7);
}
.flex-col8.gap48 > * {
  width: calc(12.5% - 2.6666666667rem / 8 * 7);
}
.flex-col8.gap50 > * {
  width: calc(12.5% - 2.7777777778rem / 8 * 7);
}
.flex-col8.gap52 > * {
  width: calc(12.5% - 2.8888888889rem / 8 * 7);
}
.flex-col8.gap54 > * {
  width: calc(12.5% - 3rem / 8 * 7);
}
.flex-col8.gap56 > * {
  width: calc(12.5% - 3.1111111111rem / 8 * 7);
}
.flex-col8.gap58 > * {
  width: calc(12.5% - 3.2222222222rem / 8 * 7);
}
.flex-col8.gap60 > * {
  width: calc(12.5% - 3.3333333333rem / 8 * 7);
}
.flex-col8.gap62 > * {
  width: calc(12.5% - 3.4444444444rem / 8 * 7);
}
.flex-col8.gap64 > * {
  width: calc(12.5% - 3.5555555556rem / 8 * 7);
}
.flex-col8.gap66 > * {
  width: calc(12.5% - 3.6666666667rem / 8 * 7);
}
.flex-col8.gap68 > * {
  width: calc(12.5% - 3.7777777778rem / 8 * 7);
}
.flex-col8.gap70 > * {
  width: calc(12.5% - 3.8888888889rem / 8 * 7);
}
.flex-col8.gap72 > * {
  width: calc(12.5% - 4rem / 8 * 7);
}
.flex-col8.gap74 > * {
  width: calc(12.5% - 4.1111111111rem / 8 * 7);
}
.flex-col8.gap76 > * {
  width: calc(12.5% - 4.2222222222rem / 8 * 7);
}
.flex-col8.gap78 > * {
  width: calc(12.5% - 4.3333333333rem / 8 * 7);
}
.flex-col8.gap80 > * {
  width: calc(12.5% - 4.4444444444rem / 8 * 7);
}
.flex-col8.gap82 > * {
  width: calc(12.5% - 4.5555555556rem / 8 * 7);
}
.flex-col8.gap84 > * {
  width: calc(12.5% - 4.6666666667rem / 8 * 7);
}
.flex-col8.gap86 > * {
  width: calc(12.5% - 4.7777777778rem / 8 * 7);
}
.flex-col8.gap88 > * {
  width: calc(12.5% - 4.8888888889rem / 8 * 7);
}
.flex-col8.gap90 > * {
  width: calc(12.5% - 5rem / 8 * 7);
}
.flex-col8.gap92 > * {
  width: calc(12.5% - 5.1111111111rem / 8 * 7);
}
.flex-col8.gap94 > * {
  width: calc(12.5% - 5.2222222222rem / 8 * 7);
}
.flex-col8.gap96 > * {
  width: calc(12.5% - 5.3333333333rem / 8 * 7);
}
.flex-col8.gap98 > * {
  width: calc(12.5% - 5.4444444444rem / 8 * 7);
}
.flex-col8.gap100 > * {
  width: calc(12.5% - 5.5555555556rem / 8 * 7);
}
.flex-col8.gap102 > * {
  width: calc(12.5% - 5.6666666667rem / 8 * 7);
}
.flex-col8.gap104 > * {
  width: calc(12.5% - 5.7777777778rem / 8 * 7);
}
.flex-col8.gap106 > * {
  width: calc(12.5% - 5.8888888889rem / 8 * 7);
}
.flex-col8.gap108 > * {
  width: calc(12.5% - 6rem / 8 * 7);
}
.flex-col8.gap110 > * {
  width: calc(12.5% - 6.1111111111rem / 8 * 7);
}
.flex-col8.gap112 > * {
  width: calc(12.5% - 6.2222222222rem / 8 * 7);
}
.flex-col8.gap114 > * {
  width: calc(12.5% - 6.3333333333rem / 8 * 7);
}
.flex-col8.gap116 > * {
  width: calc(12.5% - 6.4444444444rem / 8 * 7);
}
.flex-col8.gap118 > * {
  width: calc(12.5% - 6.5555555556rem / 8 * 7);
}
.flex-col8.gap120 > * {
  width: calc(12.5% - 6.6666666667rem / 8 * 7);
}
.flex-col8.gap122 > * {
  width: calc(12.5% - 6.7777777778rem / 8 * 7);
}
.flex-col8.gap124 > * {
  width: calc(12.5% - 6.8888888889rem / 8 * 7);
}
.flex-col8.gap126 > * {
  width: calc(12.5% - 7rem / 8 * 7);
}
.flex-col8.gap128 > * {
  width: calc(12.5% - 7.1111111111rem / 8 * 7);
}
.flex-col8.gap130 > * {
  width: calc(12.5% - 7.2222222222rem / 8 * 7);
}
.flex-col8.gap132 > * {
  width: calc(12.5% - 7.3333333333rem / 8 * 7);
}
.flex-col8.gap134 > * {
  width: calc(12.5% - 7.4444444444rem / 8 * 7);
}
.flex-col8.gap136 > * {
  width: calc(12.5% - 7.5555555556rem / 8 * 7);
}
.flex-col8.gap138 > * {
  width: calc(12.5% - 7.6666666667rem / 8 * 7);
}
.flex-col8.gap140 > * {
  width: calc(12.5% - 7.7777777778rem / 8 * 7);
}
.flex-col8.gap142 > * {
  width: calc(12.5% - 7.8888888889rem / 8 * 7);
}
.flex-col8.gap144 > * {
  width: calc(12.5% - 8rem / 8 * 7);
}
.flex-col8.gap146 > * {
  width: calc(12.5% - 8.1111111111rem / 8 * 7);
}
.flex-col8.gap148 > * {
  width: calc(12.5% - 8.2222222222rem / 8 * 7);
}
.flex-col8.gap150 > * {
  width: calc(12.5% - 8.3333333333rem / 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.4444444444rem / 1 * 0);
  }
  .flex-sp-col1.gap10 > * {
    width: calc(100% - 0.5555555556rem / 1 * 0);
  }
  .flex-sp-col1.gap12 > * {
    width: calc(100% - 0.6666666667rem / 1 * 0);
  }
  .flex-sp-col1.gap14 > * {
    width: calc(100% - 0.7777777778rem / 1 * 0);
  }
  .flex-sp-col1.gap16 > * {
    width: calc(100% - 0.8888888889rem / 1 * 0);
  }
  .flex-sp-col1.gap18 > * {
    width: calc(100% - 1rem / 1 * 0);
  }
  .flex-sp-col1.gap20 > * {
    width: calc(100% - 1.1111111111rem / 1 * 0);
  }
  .flex-sp-col1.gap22 > * {
    width: calc(100% - 1.2222222222rem / 1 * 0);
  }
  .flex-sp-col1.gap24 > * {
    width: calc(100% - 1.3333333333rem / 1 * 0);
  }
  .flex-sp-col1.gap26 > * {
    width: calc(100% - 1.4444444444rem / 1 * 0);
  }
  .flex-sp-col1.gap28 > * {
    width: calc(100% - 1.5555555556rem / 1 * 0);
  }
  .flex-sp-col1.gap30 > * {
    width: calc(100% - 1.6666666667rem / 1 * 0);
  }
  .flex-sp-col1.gap32 > * {
    width: calc(100% - 1.7777777778rem / 1 * 0);
  }
  .flex-sp-col1.gap34 > * {
    width: calc(100% - 1.8888888889rem / 1 * 0);
  }
  .flex-sp-col1.gap36 > * {
    width: calc(100% - 2rem / 1 * 0);
  }
  .flex-sp-col1.gap38 > * {
    width: calc(100% - 2.1111111111rem / 1 * 0);
  }
  .flex-sp-col1.gap40 > * {
    width: calc(100% - 2.2222222222rem / 1 * 0);
  }
  .flex-sp-col1.gap42 > * {
    width: calc(100% - 2.3333333333rem / 1 * 0);
  }
  .flex-sp-col1.gap44 > * {
    width: calc(100% - 2.4444444444rem / 1 * 0);
  }
  .flex-sp-col1.gap46 > * {
    width: calc(100% - 2.5555555556rem / 1 * 0);
  }
  .flex-sp-col1.gap48 > * {
    width: calc(100% - 2.6666666667rem / 1 * 0);
  }
  .flex-sp-col1.gap50 > * {
    width: calc(100% - 2.7777777778rem / 1 * 0);
  }
  .flex-sp-col1.gap52 > * {
    width: calc(100% - 2.8888888889rem / 1 * 0);
  }
  .flex-sp-col1.gap54 > * {
    width: calc(100% - 3rem / 1 * 0);
  }
  .flex-sp-col1.gap56 > * {
    width: calc(100% - 3.1111111111rem / 1 * 0);
  }
  .flex-sp-col1.gap58 > * {
    width: calc(100% - 3.2222222222rem / 1 * 0);
  }
  .flex-sp-col1.gap60 > * {
    width: calc(100% - 3.3333333333rem / 1 * 0);
  }
  .flex-sp-col1.gap62 > * {
    width: calc(100% - 3.4444444444rem / 1 * 0);
  }
  .flex-sp-col1.gap64 > * {
    width: calc(100% - 3.5555555556rem / 1 * 0);
  }
  .flex-sp-col1.gap66 > * {
    width: calc(100% - 3.6666666667rem / 1 * 0);
  }
  .flex-sp-col1.gap68 > * {
    width: calc(100% - 3.7777777778rem / 1 * 0);
  }
  .flex-sp-col1.gap70 > * {
    width: calc(100% - 3.8888888889rem / 1 * 0);
  }
  .flex-sp-col1.gap72 > * {
    width: calc(100% - 4rem / 1 * 0);
  }
  .flex-sp-col1.gap74 > * {
    width: calc(100% - 4.1111111111rem / 1 * 0);
  }
  .flex-sp-col1.gap76 > * {
    width: calc(100% - 4.2222222222rem / 1 * 0);
  }
  .flex-sp-col1.gap78 > * {
    width: calc(100% - 4.3333333333rem / 1 * 0);
  }
  .flex-sp-col1.gap80 > * {
    width: calc(100% - 4.4444444444rem / 1 * 0);
  }
  .flex-sp-col1.gap82 > * {
    width: calc(100% - 4.5555555556rem / 1 * 0);
  }
  .flex-sp-col1.gap84 > * {
    width: calc(100% - 4.6666666667rem / 1 * 0);
  }
  .flex-sp-col1.gap86 > * {
    width: calc(100% - 4.7777777778rem / 1 * 0);
  }
  .flex-sp-col1.gap88 > * {
    width: calc(100% - 4.8888888889rem / 1 * 0);
  }
  .flex-sp-col1.gap90 > * {
    width: calc(100% - 5rem / 1 * 0);
  }
  .flex-sp-col1.gap92 > * {
    width: calc(100% - 5.1111111111rem / 1 * 0);
  }
  .flex-sp-col1.gap94 > * {
    width: calc(100% - 5.2222222222rem / 1 * 0);
  }
  .flex-sp-col1.gap96 > * {
    width: calc(100% - 5.3333333333rem / 1 * 0);
  }
  .flex-sp-col1.gap98 > * {
    width: calc(100% - 5.4444444444rem / 1 * 0);
  }
  .flex-sp-col1.gap100 > * {
    width: calc(100% - 5.5555555556rem / 1 * 0);
  }
  .flex-sp-col1.gap102 > * {
    width: calc(100% - 5.6666666667rem / 1 * 0);
  }
  .flex-sp-col1.gap104 > * {
    width: calc(100% - 5.7777777778rem / 1 * 0);
  }
  .flex-sp-col1.gap106 > * {
    width: calc(100% - 5.8888888889rem / 1 * 0);
  }
  .flex-sp-col1.gap108 > * {
    width: calc(100% - 6rem / 1 * 0);
  }
  .flex-sp-col1.gap110 > * {
    width: calc(100% - 6.1111111111rem / 1 * 0);
  }
  .flex-sp-col1.gap112 > * {
    width: calc(100% - 6.2222222222rem / 1 * 0);
  }
  .flex-sp-col1.gap114 > * {
    width: calc(100% - 6.3333333333rem / 1 * 0);
  }
  .flex-sp-col1.gap116 > * {
    width: calc(100% - 6.4444444444rem / 1 * 0);
  }
  .flex-sp-col1.gap118 > * {
    width: calc(100% - 6.5555555556rem / 1 * 0);
  }
  .flex-sp-col1.gap120 > * {
    width: calc(100% - 6.6666666667rem / 1 * 0);
  }
  .flex-sp-col1.gap122 > * {
    width: calc(100% - 6.7777777778rem / 1 * 0);
  }
  .flex-sp-col1.gap124 > * {
    width: calc(100% - 6.8888888889rem / 1 * 0);
  }
  .flex-sp-col1.gap126 > * {
    width: calc(100% - 7rem / 1 * 0);
  }
  .flex-sp-col1.gap128 > * {
    width: calc(100% - 7.1111111111rem / 1 * 0);
  }
  .flex-sp-col1.gap130 > * {
    width: calc(100% - 7.2222222222rem / 1 * 0);
  }
  .flex-sp-col1.gap132 > * {
    width: calc(100% - 7.3333333333rem / 1 * 0);
  }
  .flex-sp-col1.gap134 > * {
    width: calc(100% - 7.4444444444rem / 1 * 0);
  }
  .flex-sp-col1.gap136 > * {
    width: calc(100% - 7.5555555556rem / 1 * 0);
  }
  .flex-sp-col1.gap138 > * {
    width: calc(100% - 7.6666666667rem / 1 * 0);
  }
  .flex-sp-col1.gap140 > * {
    width: calc(100% - 7.7777777778rem / 1 * 0);
  }
  .flex-sp-col1.gap142 > * {
    width: calc(100% - 7.8888888889rem / 1 * 0);
  }
  .flex-sp-col1.gap144 > * {
    width: calc(100% - 8rem / 1 * 0);
  }
  .flex-sp-col1.gap146 > * {
    width: calc(100% - 8.1111111111rem / 1 * 0);
  }
  .flex-sp-col1.gap148 > * {
    width: calc(100% - 8.2222222222rem / 1 * 0);
  }
  .flex-sp-col1.gap150 > * {
    width: calc(100% - 8.3333333333rem / 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.4444444444rem / 2 * 1);
  }
  .flex-sp-col2.gap10 > * {
    width: calc(50% - 0.5555555556rem / 2 * 1);
  }
  .flex-sp-col2.gap12 > * {
    width: calc(50% - 0.6666666667rem / 2 * 1);
  }
  .flex-sp-col2.gap14 > * {
    width: calc(50% - 0.7777777778rem / 2 * 1);
  }
  .flex-sp-col2.gap16 > * {
    width: calc(50% - 0.8888888889rem / 2 * 1);
  }
  .flex-sp-col2.gap18 > * {
    width: calc(50% - 1rem / 2 * 1);
  }
  .flex-sp-col2.gap20 > * {
    width: calc(50% - 1.1111111111rem / 2 * 1);
  }
  .flex-sp-col2.gap22 > * {
    width: calc(50% - 1.2222222222rem / 2 * 1);
  }
  .flex-sp-col2.gap24 > * {
    width: calc(50% - 1.3333333333rem / 2 * 1);
  }
  .flex-sp-col2.gap26 > * {
    width: calc(50% - 1.4444444444rem / 2 * 1);
  }
  .flex-sp-col2.gap28 > * {
    width: calc(50% - 1.5555555556rem / 2 * 1);
  }
  .flex-sp-col2.gap30 > * {
    width: calc(50% - 1.6666666667rem / 2 * 1);
  }
  .flex-sp-col2.gap32 > * {
    width: calc(50% - 1.7777777778rem / 2 * 1);
  }
  .flex-sp-col2.gap34 > * {
    width: calc(50% - 1.8888888889rem / 2 * 1);
  }
  .flex-sp-col2.gap36 > * {
    width: calc(50% - 2rem / 2 * 1);
  }
  .flex-sp-col2.gap38 > * {
    width: calc(50% - 2.1111111111rem / 2 * 1);
  }
  .flex-sp-col2.gap40 > * {
    width: calc(50% - 2.2222222222rem / 2 * 1);
  }
  .flex-sp-col2.gap42 > * {
    width: calc(50% - 2.3333333333rem / 2 * 1);
  }
  .flex-sp-col2.gap44 > * {
    width: calc(50% - 2.4444444444rem / 2 * 1);
  }
  .flex-sp-col2.gap46 > * {
    width: calc(50% - 2.5555555556rem / 2 * 1);
  }
  .flex-sp-col2.gap48 > * {
    width: calc(50% - 2.6666666667rem / 2 * 1);
  }
  .flex-sp-col2.gap50 > * {
    width: calc(50% - 2.7777777778rem / 2 * 1);
  }
  .flex-sp-col2.gap52 > * {
    width: calc(50% - 2.8888888889rem / 2 * 1);
  }
  .flex-sp-col2.gap54 > * {
    width: calc(50% - 3rem / 2 * 1);
  }
  .flex-sp-col2.gap56 > * {
    width: calc(50% - 3.1111111111rem / 2 * 1);
  }
  .flex-sp-col2.gap58 > * {
    width: calc(50% - 3.2222222222rem / 2 * 1);
  }
  .flex-sp-col2.gap60 > * {
    width: calc(50% - 3.3333333333rem / 2 * 1);
  }
  .flex-sp-col2.gap62 > * {
    width: calc(50% - 3.4444444444rem / 2 * 1);
  }
  .flex-sp-col2.gap64 > * {
    width: calc(50% - 3.5555555556rem / 2 * 1);
  }
  .flex-sp-col2.gap66 > * {
    width: calc(50% - 3.6666666667rem / 2 * 1);
  }
  .flex-sp-col2.gap68 > * {
    width: calc(50% - 3.7777777778rem / 2 * 1);
  }
  .flex-sp-col2.gap70 > * {
    width: calc(50% - 3.8888888889rem / 2 * 1);
  }
  .flex-sp-col2.gap72 > * {
    width: calc(50% - 4rem / 2 * 1);
  }
  .flex-sp-col2.gap74 > * {
    width: calc(50% - 4.1111111111rem / 2 * 1);
  }
  .flex-sp-col2.gap76 > * {
    width: calc(50% - 4.2222222222rem / 2 * 1);
  }
  .flex-sp-col2.gap78 > * {
    width: calc(50% - 4.3333333333rem / 2 * 1);
  }
  .flex-sp-col2.gap80 > * {
    width: calc(50% - 4.4444444444rem / 2 * 1);
  }
  .flex-sp-col2.gap82 > * {
    width: calc(50% - 4.5555555556rem / 2 * 1);
  }
  .flex-sp-col2.gap84 > * {
    width: calc(50% - 4.6666666667rem / 2 * 1);
  }
  .flex-sp-col2.gap86 > * {
    width: calc(50% - 4.7777777778rem / 2 * 1);
  }
  .flex-sp-col2.gap88 > * {
    width: calc(50% - 4.8888888889rem / 2 * 1);
  }
  .flex-sp-col2.gap90 > * {
    width: calc(50% - 5rem / 2 * 1);
  }
  .flex-sp-col2.gap92 > * {
    width: calc(50% - 5.1111111111rem / 2 * 1);
  }
  .flex-sp-col2.gap94 > * {
    width: calc(50% - 5.2222222222rem / 2 * 1);
  }
  .flex-sp-col2.gap96 > * {
    width: calc(50% - 5.3333333333rem / 2 * 1);
  }
  .flex-sp-col2.gap98 > * {
    width: calc(50% - 5.4444444444rem / 2 * 1);
  }
  .flex-sp-col2.gap100 > * {
    width: calc(50% - 5.5555555556rem / 2 * 1);
  }
  .flex-sp-col2.gap102 > * {
    width: calc(50% - 5.6666666667rem / 2 * 1);
  }
  .flex-sp-col2.gap104 > * {
    width: calc(50% - 5.7777777778rem / 2 * 1);
  }
  .flex-sp-col2.gap106 > * {
    width: calc(50% - 5.8888888889rem / 2 * 1);
  }
  .flex-sp-col2.gap108 > * {
    width: calc(50% - 6rem / 2 * 1);
  }
  .flex-sp-col2.gap110 > * {
    width: calc(50% - 6.1111111111rem / 2 * 1);
  }
  .flex-sp-col2.gap112 > * {
    width: calc(50% - 6.2222222222rem / 2 * 1);
  }
  .flex-sp-col2.gap114 > * {
    width: calc(50% - 6.3333333333rem / 2 * 1);
  }
  .flex-sp-col2.gap116 > * {
    width: calc(50% - 6.4444444444rem / 2 * 1);
  }
  .flex-sp-col2.gap118 > * {
    width: calc(50% - 6.5555555556rem / 2 * 1);
  }
  .flex-sp-col2.gap120 > * {
    width: calc(50% - 6.6666666667rem / 2 * 1);
  }
  .flex-sp-col2.gap122 > * {
    width: calc(50% - 6.7777777778rem / 2 * 1);
  }
  .flex-sp-col2.gap124 > * {
    width: calc(50% - 6.8888888889rem / 2 * 1);
  }
  .flex-sp-col2.gap126 > * {
    width: calc(50% - 7rem / 2 * 1);
  }
  .flex-sp-col2.gap128 > * {
    width: calc(50% - 7.1111111111rem / 2 * 1);
  }
  .flex-sp-col2.gap130 > * {
    width: calc(50% - 7.2222222222rem / 2 * 1);
  }
  .flex-sp-col2.gap132 > * {
    width: calc(50% - 7.3333333333rem / 2 * 1);
  }
  .flex-sp-col2.gap134 > * {
    width: calc(50% - 7.4444444444rem / 2 * 1);
  }
  .flex-sp-col2.gap136 > * {
    width: calc(50% - 7.5555555556rem / 2 * 1);
  }
  .flex-sp-col2.gap138 > * {
    width: calc(50% - 7.6666666667rem / 2 * 1);
  }
  .flex-sp-col2.gap140 > * {
    width: calc(50% - 7.7777777778rem / 2 * 1);
  }
  .flex-sp-col2.gap142 > * {
    width: calc(50% - 7.8888888889rem / 2 * 1);
  }
  .flex-sp-col2.gap144 > * {
    width: calc(50% - 8rem / 2 * 1);
  }
  .flex-sp-col2.gap146 > * {
    width: calc(50% - 8.1111111111rem / 2 * 1);
  }
  .flex-sp-col2.gap148 > * {
    width: calc(50% - 8.2222222222rem / 2 * 1);
  }
  .flex-sp-col2.gap150 > * {
    width: calc(50% - 8.3333333333rem / 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.4444444444rem / 3 * 2);
  }
  .flex-sp-col3.gap10 > * {
    width: calc(33.3333333333% - 0.5555555556rem / 3 * 2);
  }
  .flex-sp-col3.gap12 > * {
    width: calc(33.3333333333% - 0.6666666667rem / 3 * 2);
  }
  .flex-sp-col3.gap14 > * {
    width: calc(33.3333333333% - 0.7777777778rem / 3 * 2);
  }
  .flex-sp-col3.gap16 > * {
    width: calc(33.3333333333% - 0.8888888889rem / 3 * 2);
  }
  .flex-sp-col3.gap18 > * {
    width: calc(33.3333333333% - 1rem / 3 * 2);
  }
  .flex-sp-col3.gap20 > * {
    width: calc(33.3333333333% - 1.1111111111rem / 3 * 2);
  }
  .flex-sp-col3.gap22 > * {
    width: calc(33.3333333333% - 1.2222222222rem / 3 * 2);
  }
  .flex-sp-col3.gap24 > * {
    width: calc(33.3333333333% - 1.3333333333rem / 3 * 2);
  }
  .flex-sp-col3.gap26 > * {
    width: calc(33.3333333333% - 1.4444444444rem / 3 * 2);
  }
  .flex-sp-col3.gap28 > * {
    width: calc(33.3333333333% - 1.5555555556rem / 3 * 2);
  }
  .flex-sp-col3.gap30 > * {
    width: calc(33.3333333333% - 1.6666666667rem / 3 * 2);
  }
  .flex-sp-col3.gap32 > * {
    width: calc(33.3333333333% - 1.7777777778rem / 3 * 2);
  }
  .flex-sp-col3.gap34 > * {
    width: calc(33.3333333333% - 1.8888888889rem / 3 * 2);
  }
  .flex-sp-col3.gap36 > * {
    width: calc(33.3333333333% - 2rem / 3 * 2);
  }
  .flex-sp-col3.gap38 > * {
    width: calc(33.3333333333% - 2.1111111111rem / 3 * 2);
  }
  .flex-sp-col3.gap40 > * {
    width: calc(33.3333333333% - 2.2222222222rem / 3 * 2);
  }
  .flex-sp-col3.gap42 > * {
    width: calc(33.3333333333% - 2.3333333333rem / 3 * 2);
  }
  .flex-sp-col3.gap44 > * {
    width: calc(33.3333333333% - 2.4444444444rem / 3 * 2);
  }
  .flex-sp-col3.gap46 > * {
    width: calc(33.3333333333% - 2.5555555556rem / 3 * 2);
  }
  .flex-sp-col3.gap48 > * {
    width: calc(33.3333333333% - 2.6666666667rem / 3 * 2);
  }
  .flex-sp-col3.gap50 > * {
    width: calc(33.3333333333% - 2.7777777778rem / 3 * 2);
  }
  .flex-sp-col3.gap52 > * {
    width: calc(33.3333333333% - 2.8888888889rem / 3 * 2);
  }
  .flex-sp-col3.gap54 > * {
    width: calc(33.3333333333% - 3rem / 3 * 2);
  }
  .flex-sp-col3.gap56 > * {
    width: calc(33.3333333333% - 3.1111111111rem / 3 * 2);
  }
  .flex-sp-col3.gap58 > * {
    width: calc(33.3333333333% - 3.2222222222rem / 3 * 2);
  }
  .flex-sp-col3.gap60 > * {
    width: calc(33.3333333333% - 3.3333333333rem / 3 * 2);
  }
  .flex-sp-col3.gap62 > * {
    width: calc(33.3333333333% - 3.4444444444rem / 3 * 2);
  }
  .flex-sp-col3.gap64 > * {
    width: calc(33.3333333333% - 3.5555555556rem / 3 * 2);
  }
  .flex-sp-col3.gap66 > * {
    width: calc(33.3333333333% - 3.6666666667rem / 3 * 2);
  }
  .flex-sp-col3.gap68 > * {
    width: calc(33.3333333333% - 3.7777777778rem / 3 * 2);
  }
  .flex-sp-col3.gap70 > * {
    width: calc(33.3333333333% - 3.8888888889rem / 3 * 2);
  }
  .flex-sp-col3.gap72 > * {
    width: calc(33.3333333333% - 4rem / 3 * 2);
  }
  .flex-sp-col3.gap74 > * {
    width: calc(33.3333333333% - 4.1111111111rem / 3 * 2);
  }
  .flex-sp-col3.gap76 > * {
    width: calc(33.3333333333% - 4.2222222222rem / 3 * 2);
  }
  .flex-sp-col3.gap78 > * {
    width: calc(33.3333333333% - 4.3333333333rem / 3 * 2);
  }
  .flex-sp-col3.gap80 > * {
    width: calc(33.3333333333% - 4.4444444444rem / 3 * 2);
  }
  .flex-sp-col3.gap82 > * {
    width: calc(33.3333333333% - 4.5555555556rem / 3 * 2);
  }
  .flex-sp-col3.gap84 > * {
    width: calc(33.3333333333% - 4.6666666667rem / 3 * 2);
  }
  .flex-sp-col3.gap86 > * {
    width: calc(33.3333333333% - 4.7777777778rem / 3 * 2);
  }
  .flex-sp-col3.gap88 > * {
    width: calc(33.3333333333% - 4.8888888889rem / 3 * 2);
  }
  .flex-sp-col3.gap90 > * {
    width: calc(33.3333333333% - 5rem / 3 * 2);
  }
  .flex-sp-col3.gap92 > * {
    width: calc(33.3333333333% - 5.1111111111rem / 3 * 2);
  }
  .flex-sp-col3.gap94 > * {
    width: calc(33.3333333333% - 5.2222222222rem / 3 * 2);
  }
  .flex-sp-col3.gap96 > * {
    width: calc(33.3333333333% - 5.3333333333rem / 3 * 2);
  }
  .flex-sp-col3.gap98 > * {
    width: calc(33.3333333333% - 5.4444444444rem / 3 * 2);
  }
  .flex-sp-col3.gap100 > * {
    width: calc(33.3333333333% - 5.5555555556rem / 3 * 2);
  }
  .flex-sp-col3.gap102 > * {
    width: calc(33.3333333333% - 5.6666666667rem / 3 * 2);
  }
  .flex-sp-col3.gap104 > * {
    width: calc(33.3333333333% - 5.7777777778rem / 3 * 2);
  }
  .flex-sp-col3.gap106 > * {
    width: calc(33.3333333333% - 5.8888888889rem / 3 * 2);
  }
  .flex-sp-col3.gap108 > * {
    width: calc(33.3333333333% - 6rem / 3 * 2);
  }
  .flex-sp-col3.gap110 > * {
    width: calc(33.3333333333% - 6.1111111111rem / 3 * 2);
  }
  .flex-sp-col3.gap112 > * {
    width: calc(33.3333333333% - 6.2222222222rem / 3 * 2);
  }
  .flex-sp-col3.gap114 > * {
    width: calc(33.3333333333% - 6.3333333333rem / 3 * 2);
  }
  .flex-sp-col3.gap116 > * {
    width: calc(33.3333333333% - 6.4444444444rem / 3 * 2);
  }
  .flex-sp-col3.gap118 > * {
    width: calc(33.3333333333% - 6.5555555556rem / 3 * 2);
  }
  .flex-sp-col3.gap120 > * {
    width: calc(33.3333333333% - 6.6666666667rem / 3 * 2);
  }
  .flex-sp-col3.gap122 > * {
    width: calc(33.3333333333% - 6.7777777778rem / 3 * 2);
  }
  .flex-sp-col3.gap124 > * {
    width: calc(33.3333333333% - 6.8888888889rem / 3 * 2);
  }
  .flex-sp-col3.gap126 > * {
    width: calc(33.3333333333% - 7rem / 3 * 2);
  }
  .flex-sp-col3.gap128 > * {
    width: calc(33.3333333333% - 7.1111111111rem / 3 * 2);
  }
  .flex-sp-col3.gap130 > * {
    width: calc(33.3333333333% - 7.2222222222rem / 3 * 2);
  }
  .flex-sp-col3.gap132 > * {
    width: calc(33.3333333333% - 7.3333333333rem / 3 * 2);
  }
  .flex-sp-col3.gap134 > * {
    width: calc(33.3333333333% - 7.4444444444rem / 3 * 2);
  }
  .flex-sp-col3.gap136 > * {
    width: calc(33.3333333333% - 7.5555555556rem / 3 * 2);
  }
  .flex-sp-col3.gap138 > * {
    width: calc(33.3333333333% - 7.6666666667rem / 3 * 2);
  }
  .flex-sp-col3.gap140 > * {
    width: calc(33.3333333333% - 7.7777777778rem / 3 * 2);
  }
  .flex-sp-col3.gap142 > * {
    width: calc(33.3333333333% - 7.8888888889rem / 3 * 2);
  }
  .flex-sp-col3.gap144 > * {
    width: calc(33.3333333333% - 8rem / 3 * 2);
  }
  .flex-sp-col3.gap146 > * {
    width: calc(33.3333333333% - 8.1111111111rem / 3 * 2);
  }
  .flex-sp-col3.gap148 > * {
    width: calc(33.3333333333% - 8.2222222222rem / 3 * 2);
  }
  .flex-sp-col3.gap150 > * {
    width: calc(33.3333333333% - 8.3333333333rem / 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.4444444444rem / 4 * 3);
  }
  .flex-sp-col4.gap10 > * {
    width: calc(25% - 0.5555555556rem / 4 * 3);
  }
  .flex-sp-col4.gap12 > * {
    width: calc(25% - 0.6666666667rem / 4 * 3);
  }
  .flex-sp-col4.gap14 > * {
    width: calc(25% - 0.7777777778rem / 4 * 3);
  }
  .flex-sp-col4.gap16 > * {
    width: calc(25% - 0.8888888889rem / 4 * 3);
  }
  .flex-sp-col4.gap18 > * {
    width: calc(25% - 1rem / 4 * 3);
  }
  .flex-sp-col4.gap20 > * {
    width: calc(25% - 1.1111111111rem / 4 * 3);
  }
  .flex-sp-col4.gap22 > * {
    width: calc(25% - 1.2222222222rem / 4 * 3);
  }
  .flex-sp-col4.gap24 > * {
    width: calc(25% - 1.3333333333rem / 4 * 3);
  }
  .flex-sp-col4.gap26 > * {
    width: calc(25% - 1.4444444444rem / 4 * 3);
  }
  .flex-sp-col4.gap28 > * {
    width: calc(25% - 1.5555555556rem / 4 * 3);
  }
  .flex-sp-col4.gap30 > * {
    width: calc(25% - 1.6666666667rem / 4 * 3);
  }
  .flex-sp-col4.gap32 > * {
    width: calc(25% - 1.7777777778rem / 4 * 3);
  }
  .flex-sp-col4.gap34 > * {
    width: calc(25% - 1.8888888889rem / 4 * 3);
  }
  .flex-sp-col4.gap36 > * {
    width: calc(25% - 2rem / 4 * 3);
  }
  .flex-sp-col4.gap38 > * {
    width: calc(25% - 2.1111111111rem / 4 * 3);
  }
  .flex-sp-col4.gap40 > * {
    width: calc(25% - 2.2222222222rem / 4 * 3);
  }
  .flex-sp-col4.gap42 > * {
    width: calc(25% - 2.3333333333rem / 4 * 3);
  }
  .flex-sp-col4.gap44 > * {
    width: calc(25% - 2.4444444444rem / 4 * 3);
  }
  .flex-sp-col4.gap46 > * {
    width: calc(25% - 2.5555555556rem / 4 * 3);
  }
  .flex-sp-col4.gap48 > * {
    width: calc(25% - 2.6666666667rem / 4 * 3);
  }
  .flex-sp-col4.gap50 > * {
    width: calc(25% - 2.7777777778rem / 4 * 3);
  }
  .flex-sp-col4.gap52 > * {
    width: calc(25% - 2.8888888889rem / 4 * 3);
  }
  .flex-sp-col4.gap54 > * {
    width: calc(25% - 3rem / 4 * 3);
  }
  .flex-sp-col4.gap56 > * {
    width: calc(25% - 3.1111111111rem / 4 * 3);
  }
  .flex-sp-col4.gap58 > * {
    width: calc(25% - 3.2222222222rem / 4 * 3);
  }
  .flex-sp-col4.gap60 > * {
    width: calc(25% - 3.3333333333rem / 4 * 3);
  }
  .flex-sp-col4.gap62 > * {
    width: calc(25% - 3.4444444444rem / 4 * 3);
  }
  .flex-sp-col4.gap64 > * {
    width: calc(25% - 3.5555555556rem / 4 * 3);
  }
  .flex-sp-col4.gap66 > * {
    width: calc(25% - 3.6666666667rem / 4 * 3);
  }
  .flex-sp-col4.gap68 > * {
    width: calc(25% - 3.7777777778rem / 4 * 3);
  }
  .flex-sp-col4.gap70 > * {
    width: calc(25% - 3.8888888889rem / 4 * 3);
  }
  .flex-sp-col4.gap72 > * {
    width: calc(25% - 4rem / 4 * 3);
  }
  .flex-sp-col4.gap74 > * {
    width: calc(25% - 4.1111111111rem / 4 * 3);
  }
  .flex-sp-col4.gap76 > * {
    width: calc(25% - 4.2222222222rem / 4 * 3);
  }
  .flex-sp-col4.gap78 > * {
    width: calc(25% - 4.3333333333rem / 4 * 3);
  }
  .flex-sp-col4.gap80 > * {
    width: calc(25% - 4.4444444444rem / 4 * 3);
  }
  .flex-sp-col4.gap82 > * {
    width: calc(25% - 4.5555555556rem / 4 * 3);
  }
  .flex-sp-col4.gap84 > * {
    width: calc(25% - 4.6666666667rem / 4 * 3);
  }
  .flex-sp-col4.gap86 > * {
    width: calc(25% - 4.7777777778rem / 4 * 3);
  }
  .flex-sp-col4.gap88 > * {
    width: calc(25% - 4.8888888889rem / 4 * 3);
  }
  .flex-sp-col4.gap90 > * {
    width: calc(25% - 5rem / 4 * 3);
  }
  .flex-sp-col4.gap92 > * {
    width: calc(25% - 5.1111111111rem / 4 * 3);
  }
  .flex-sp-col4.gap94 > * {
    width: calc(25% - 5.2222222222rem / 4 * 3);
  }
  .flex-sp-col4.gap96 > * {
    width: calc(25% - 5.3333333333rem / 4 * 3);
  }
  .flex-sp-col4.gap98 > * {
    width: calc(25% - 5.4444444444rem / 4 * 3);
  }
  .flex-sp-col4.gap100 > * {
    width: calc(25% - 5.5555555556rem / 4 * 3);
  }
  .flex-sp-col4.gap102 > * {
    width: calc(25% - 5.6666666667rem / 4 * 3);
  }
  .flex-sp-col4.gap104 > * {
    width: calc(25% - 5.7777777778rem / 4 * 3);
  }
  .flex-sp-col4.gap106 > * {
    width: calc(25% - 5.8888888889rem / 4 * 3);
  }
  .flex-sp-col4.gap108 > * {
    width: calc(25% - 6rem / 4 * 3);
  }
  .flex-sp-col4.gap110 > * {
    width: calc(25% - 6.1111111111rem / 4 * 3);
  }
  .flex-sp-col4.gap112 > * {
    width: calc(25% - 6.2222222222rem / 4 * 3);
  }
  .flex-sp-col4.gap114 > * {
    width: calc(25% - 6.3333333333rem / 4 * 3);
  }
  .flex-sp-col4.gap116 > * {
    width: calc(25% - 6.4444444444rem / 4 * 3);
  }
  .flex-sp-col4.gap118 > * {
    width: calc(25% - 6.5555555556rem / 4 * 3);
  }
  .flex-sp-col4.gap120 > * {
    width: calc(25% - 6.6666666667rem / 4 * 3);
  }
  .flex-sp-col4.gap122 > * {
    width: calc(25% - 6.7777777778rem / 4 * 3);
  }
  .flex-sp-col4.gap124 > * {
    width: calc(25% - 6.8888888889rem / 4 * 3);
  }
  .flex-sp-col4.gap126 > * {
    width: calc(25% - 7rem / 4 * 3);
  }
  .flex-sp-col4.gap128 > * {
    width: calc(25% - 7.1111111111rem / 4 * 3);
  }
  .flex-sp-col4.gap130 > * {
    width: calc(25% - 7.2222222222rem / 4 * 3);
  }
  .flex-sp-col4.gap132 > * {
    width: calc(25% - 7.3333333333rem / 4 * 3);
  }
  .flex-sp-col4.gap134 > * {
    width: calc(25% - 7.4444444444rem / 4 * 3);
  }
  .flex-sp-col4.gap136 > * {
    width: calc(25% - 7.5555555556rem / 4 * 3);
  }
  .flex-sp-col4.gap138 > * {
    width: calc(25% - 7.6666666667rem / 4 * 3);
  }
  .flex-sp-col4.gap140 > * {
    width: calc(25% - 7.7777777778rem / 4 * 3);
  }
  .flex-sp-col4.gap142 > * {
    width: calc(25% - 7.8888888889rem / 4 * 3);
  }
  .flex-sp-col4.gap144 > * {
    width: calc(25% - 8rem / 4 * 3);
  }
  .flex-sp-col4.gap146 > * {
    width: calc(25% - 8.1111111111rem / 4 * 3);
  }
  .flex-sp-col4.gap148 > * {
    width: calc(25% - 8.2222222222rem / 4 * 3);
  }
  .flex-sp-col4.gap150 > * {
    width: calc(25% - 8.3333333333rem / 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.4444444444rem / 5 * 4);
  }
  .flex-sp-col5.gap10 > * {
    width: calc(20% - 0.5555555556rem / 5 * 4);
  }
  .flex-sp-col5.gap12 > * {
    width: calc(20% - 0.6666666667rem / 5 * 4);
  }
  .flex-sp-col5.gap14 > * {
    width: calc(20% - 0.7777777778rem / 5 * 4);
  }
  .flex-sp-col5.gap16 > * {
    width: calc(20% - 0.8888888889rem / 5 * 4);
  }
  .flex-sp-col5.gap18 > * {
    width: calc(20% - 1rem / 5 * 4);
  }
  .flex-sp-col5.gap20 > * {
    width: calc(20% - 1.1111111111rem / 5 * 4);
  }
  .flex-sp-col5.gap22 > * {
    width: calc(20% - 1.2222222222rem / 5 * 4);
  }
  .flex-sp-col5.gap24 > * {
    width: calc(20% - 1.3333333333rem / 5 * 4);
  }
  .flex-sp-col5.gap26 > * {
    width: calc(20% - 1.4444444444rem / 5 * 4);
  }
  .flex-sp-col5.gap28 > * {
    width: calc(20% - 1.5555555556rem / 5 * 4);
  }
  .flex-sp-col5.gap30 > * {
    width: calc(20% - 1.6666666667rem / 5 * 4);
  }
  .flex-sp-col5.gap32 > * {
    width: calc(20% - 1.7777777778rem / 5 * 4);
  }
  .flex-sp-col5.gap34 > * {
    width: calc(20% - 1.8888888889rem / 5 * 4);
  }
  .flex-sp-col5.gap36 > * {
    width: calc(20% - 2rem / 5 * 4);
  }
  .flex-sp-col5.gap38 > * {
    width: calc(20% - 2.1111111111rem / 5 * 4);
  }
  .flex-sp-col5.gap40 > * {
    width: calc(20% - 2.2222222222rem / 5 * 4);
  }
  .flex-sp-col5.gap42 > * {
    width: calc(20% - 2.3333333333rem / 5 * 4);
  }
  .flex-sp-col5.gap44 > * {
    width: calc(20% - 2.4444444444rem / 5 * 4);
  }
  .flex-sp-col5.gap46 > * {
    width: calc(20% - 2.5555555556rem / 5 * 4);
  }
  .flex-sp-col5.gap48 > * {
    width: calc(20% - 2.6666666667rem / 5 * 4);
  }
  .flex-sp-col5.gap50 > * {
    width: calc(20% - 2.7777777778rem / 5 * 4);
  }
  .flex-sp-col5.gap52 > * {
    width: calc(20% - 2.8888888889rem / 5 * 4);
  }
  .flex-sp-col5.gap54 > * {
    width: calc(20% - 3rem / 5 * 4);
  }
  .flex-sp-col5.gap56 > * {
    width: calc(20% - 3.1111111111rem / 5 * 4);
  }
  .flex-sp-col5.gap58 > * {
    width: calc(20% - 3.2222222222rem / 5 * 4);
  }
  .flex-sp-col5.gap60 > * {
    width: calc(20% - 3.3333333333rem / 5 * 4);
  }
  .flex-sp-col5.gap62 > * {
    width: calc(20% - 3.4444444444rem / 5 * 4);
  }
  .flex-sp-col5.gap64 > * {
    width: calc(20% - 3.5555555556rem / 5 * 4);
  }
  .flex-sp-col5.gap66 > * {
    width: calc(20% - 3.6666666667rem / 5 * 4);
  }
  .flex-sp-col5.gap68 > * {
    width: calc(20% - 3.7777777778rem / 5 * 4);
  }
  .flex-sp-col5.gap70 > * {
    width: calc(20% - 3.8888888889rem / 5 * 4);
  }
  .flex-sp-col5.gap72 > * {
    width: calc(20% - 4rem / 5 * 4);
  }
  .flex-sp-col5.gap74 > * {
    width: calc(20% - 4.1111111111rem / 5 * 4);
  }
  .flex-sp-col5.gap76 > * {
    width: calc(20% - 4.2222222222rem / 5 * 4);
  }
  .flex-sp-col5.gap78 > * {
    width: calc(20% - 4.3333333333rem / 5 * 4);
  }
  .flex-sp-col5.gap80 > * {
    width: calc(20% - 4.4444444444rem / 5 * 4);
  }
  .flex-sp-col5.gap82 > * {
    width: calc(20% - 4.5555555556rem / 5 * 4);
  }
  .flex-sp-col5.gap84 > * {
    width: calc(20% - 4.6666666667rem / 5 * 4);
  }
  .flex-sp-col5.gap86 > * {
    width: calc(20% - 4.7777777778rem / 5 * 4);
  }
  .flex-sp-col5.gap88 > * {
    width: calc(20% - 4.8888888889rem / 5 * 4);
  }
  .flex-sp-col5.gap90 > * {
    width: calc(20% - 5rem / 5 * 4);
  }
  .flex-sp-col5.gap92 > * {
    width: calc(20% - 5.1111111111rem / 5 * 4);
  }
  .flex-sp-col5.gap94 > * {
    width: calc(20% - 5.2222222222rem / 5 * 4);
  }
  .flex-sp-col5.gap96 > * {
    width: calc(20% - 5.3333333333rem / 5 * 4);
  }
  .flex-sp-col5.gap98 > * {
    width: calc(20% - 5.4444444444rem / 5 * 4);
  }
  .flex-sp-col5.gap100 > * {
    width: calc(20% - 5.5555555556rem / 5 * 4);
  }
  .flex-sp-col5.gap102 > * {
    width: calc(20% - 5.6666666667rem / 5 * 4);
  }
  .flex-sp-col5.gap104 > * {
    width: calc(20% - 5.7777777778rem / 5 * 4);
  }
  .flex-sp-col5.gap106 > * {
    width: calc(20% - 5.8888888889rem / 5 * 4);
  }
  .flex-sp-col5.gap108 > * {
    width: calc(20% - 6rem / 5 * 4);
  }
  .flex-sp-col5.gap110 > * {
    width: calc(20% - 6.1111111111rem / 5 * 4);
  }
  .flex-sp-col5.gap112 > * {
    width: calc(20% - 6.2222222222rem / 5 * 4);
  }
  .flex-sp-col5.gap114 > * {
    width: calc(20% - 6.3333333333rem / 5 * 4);
  }
  .flex-sp-col5.gap116 > * {
    width: calc(20% - 6.4444444444rem / 5 * 4);
  }
  .flex-sp-col5.gap118 > * {
    width: calc(20% - 6.5555555556rem / 5 * 4);
  }
  .flex-sp-col5.gap120 > * {
    width: calc(20% - 6.6666666667rem / 5 * 4);
  }
  .flex-sp-col5.gap122 > * {
    width: calc(20% - 6.7777777778rem / 5 * 4);
  }
  .flex-sp-col5.gap124 > * {
    width: calc(20% - 6.8888888889rem / 5 * 4);
  }
  .flex-sp-col5.gap126 > * {
    width: calc(20% - 7rem / 5 * 4);
  }
  .flex-sp-col5.gap128 > * {
    width: calc(20% - 7.1111111111rem / 5 * 4);
  }
  .flex-sp-col5.gap130 > * {
    width: calc(20% - 7.2222222222rem / 5 * 4);
  }
  .flex-sp-col5.gap132 > * {
    width: calc(20% - 7.3333333333rem / 5 * 4);
  }
  .flex-sp-col5.gap134 > * {
    width: calc(20% - 7.4444444444rem / 5 * 4);
  }
  .flex-sp-col5.gap136 > * {
    width: calc(20% - 7.5555555556rem / 5 * 4);
  }
  .flex-sp-col5.gap138 > * {
    width: calc(20% - 7.6666666667rem / 5 * 4);
  }
  .flex-sp-col5.gap140 > * {
    width: calc(20% - 7.7777777778rem / 5 * 4);
  }
  .flex-sp-col5.gap142 > * {
    width: calc(20% - 7.8888888889rem / 5 * 4);
  }
  .flex-sp-col5.gap144 > * {
    width: calc(20% - 8rem / 5 * 4);
  }
  .flex-sp-col5.gap146 > * {
    width: calc(20% - 8.1111111111rem / 5 * 4);
  }
  .flex-sp-col5.gap148 > * {
    width: calc(20% - 8.2222222222rem / 5 * 4);
  }
  .flex-sp-col5.gap150 > * {
    width: calc(20% - 8.3333333333rem / 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.4444444444rem / 6 * 5);
  }
  .flex-sp-col6.gap10 > * {
    width: calc(16.6666666667% - 0.5555555556rem / 6 * 5);
  }
  .flex-sp-col6.gap12 > * {
    width: calc(16.6666666667% - 0.6666666667rem / 6 * 5);
  }
  .flex-sp-col6.gap14 > * {
    width: calc(16.6666666667% - 0.7777777778rem / 6 * 5);
  }
  .flex-sp-col6.gap16 > * {
    width: calc(16.6666666667% - 0.8888888889rem / 6 * 5);
  }
  .flex-sp-col6.gap18 > * {
    width: calc(16.6666666667% - 1rem / 6 * 5);
  }
  .flex-sp-col6.gap20 > * {
    width: calc(16.6666666667% - 1.1111111111rem / 6 * 5);
  }
  .flex-sp-col6.gap22 > * {
    width: calc(16.6666666667% - 1.2222222222rem / 6 * 5);
  }
  .flex-sp-col6.gap24 > * {
    width: calc(16.6666666667% - 1.3333333333rem / 6 * 5);
  }
  .flex-sp-col6.gap26 > * {
    width: calc(16.6666666667% - 1.4444444444rem / 6 * 5);
  }
  .flex-sp-col6.gap28 > * {
    width: calc(16.6666666667% - 1.5555555556rem / 6 * 5);
  }
  .flex-sp-col6.gap30 > * {
    width: calc(16.6666666667% - 1.6666666667rem / 6 * 5);
  }
  .flex-sp-col6.gap32 > * {
    width: calc(16.6666666667% - 1.7777777778rem / 6 * 5);
  }
  .flex-sp-col6.gap34 > * {
    width: calc(16.6666666667% - 1.8888888889rem / 6 * 5);
  }
  .flex-sp-col6.gap36 > * {
    width: calc(16.6666666667% - 2rem / 6 * 5);
  }
  .flex-sp-col6.gap38 > * {
    width: calc(16.6666666667% - 2.1111111111rem / 6 * 5);
  }
  .flex-sp-col6.gap40 > * {
    width: calc(16.6666666667% - 2.2222222222rem / 6 * 5);
  }
  .flex-sp-col6.gap42 > * {
    width: calc(16.6666666667% - 2.3333333333rem / 6 * 5);
  }
  .flex-sp-col6.gap44 > * {
    width: calc(16.6666666667% - 2.4444444444rem / 6 * 5);
  }
  .flex-sp-col6.gap46 > * {
    width: calc(16.6666666667% - 2.5555555556rem / 6 * 5);
  }
  .flex-sp-col6.gap48 > * {
    width: calc(16.6666666667% - 2.6666666667rem / 6 * 5);
  }
  .flex-sp-col6.gap50 > * {
    width: calc(16.6666666667% - 2.7777777778rem / 6 * 5);
  }
  .flex-sp-col6.gap52 > * {
    width: calc(16.6666666667% - 2.8888888889rem / 6 * 5);
  }
  .flex-sp-col6.gap54 > * {
    width: calc(16.6666666667% - 3rem / 6 * 5);
  }
  .flex-sp-col6.gap56 > * {
    width: calc(16.6666666667% - 3.1111111111rem / 6 * 5);
  }
  .flex-sp-col6.gap58 > * {
    width: calc(16.6666666667% - 3.2222222222rem / 6 * 5);
  }
  .flex-sp-col6.gap60 > * {
    width: calc(16.6666666667% - 3.3333333333rem / 6 * 5);
  }
  .flex-sp-col6.gap62 > * {
    width: calc(16.6666666667% - 3.4444444444rem / 6 * 5);
  }
  .flex-sp-col6.gap64 > * {
    width: calc(16.6666666667% - 3.5555555556rem / 6 * 5);
  }
  .flex-sp-col6.gap66 > * {
    width: calc(16.6666666667% - 3.6666666667rem / 6 * 5);
  }
  .flex-sp-col6.gap68 > * {
    width: calc(16.6666666667% - 3.7777777778rem / 6 * 5);
  }
  .flex-sp-col6.gap70 > * {
    width: calc(16.6666666667% - 3.8888888889rem / 6 * 5);
  }
  .flex-sp-col6.gap72 > * {
    width: calc(16.6666666667% - 4rem / 6 * 5);
  }
  .flex-sp-col6.gap74 > * {
    width: calc(16.6666666667% - 4.1111111111rem / 6 * 5);
  }
  .flex-sp-col6.gap76 > * {
    width: calc(16.6666666667% - 4.2222222222rem / 6 * 5);
  }
  .flex-sp-col6.gap78 > * {
    width: calc(16.6666666667% - 4.3333333333rem / 6 * 5);
  }
  .flex-sp-col6.gap80 > * {
    width: calc(16.6666666667% - 4.4444444444rem / 6 * 5);
  }
  .flex-sp-col6.gap82 > * {
    width: calc(16.6666666667% - 4.5555555556rem / 6 * 5);
  }
  .flex-sp-col6.gap84 > * {
    width: calc(16.6666666667% - 4.6666666667rem / 6 * 5);
  }
  .flex-sp-col6.gap86 > * {
    width: calc(16.6666666667% - 4.7777777778rem / 6 * 5);
  }
  .flex-sp-col6.gap88 > * {
    width: calc(16.6666666667% - 4.8888888889rem / 6 * 5);
  }
  .flex-sp-col6.gap90 > * {
    width: calc(16.6666666667% - 5rem / 6 * 5);
  }
  .flex-sp-col6.gap92 > * {
    width: calc(16.6666666667% - 5.1111111111rem / 6 * 5);
  }
  .flex-sp-col6.gap94 > * {
    width: calc(16.6666666667% - 5.2222222222rem / 6 * 5);
  }
  .flex-sp-col6.gap96 > * {
    width: calc(16.6666666667% - 5.3333333333rem / 6 * 5);
  }
  .flex-sp-col6.gap98 > * {
    width: calc(16.6666666667% - 5.4444444444rem / 6 * 5);
  }
  .flex-sp-col6.gap100 > * {
    width: calc(16.6666666667% - 5.5555555556rem / 6 * 5);
  }
  .flex-sp-col6.gap102 > * {
    width: calc(16.6666666667% - 5.6666666667rem / 6 * 5);
  }
  .flex-sp-col6.gap104 > * {
    width: calc(16.6666666667% - 5.7777777778rem / 6 * 5);
  }
  .flex-sp-col6.gap106 > * {
    width: calc(16.6666666667% - 5.8888888889rem / 6 * 5);
  }
  .flex-sp-col6.gap108 > * {
    width: calc(16.6666666667% - 6rem / 6 * 5);
  }
  .flex-sp-col6.gap110 > * {
    width: calc(16.6666666667% - 6.1111111111rem / 6 * 5);
  }
  .flex-sp-col6.gap112 > * {
    width: calc(16.6666666667% - 6.2222222222rem / 6 * 5);
  }
  .flex-sp-col6.gap114 > * {
    width: calc(16.6666666667% - 6.3333333333rem / 6 * 5);
  }
  .flex-sp-col6.gap116 > * {
    width: calc(16.6666666667% - 6.4444444444rem / 6 * 5);
  }
  .flex-sp-col6.gap118 > * {
    width: calc(16.6666666667% - 6.5555555556rem / 6 * 5);
  }
  .flex-sp-col6.gap120 > * {
    width: calc(16.6666666667% - 6.6666666667rem / 6 * 5);
  }
  .flex-sp-col6.gap122 > * {
    width: calc(16.6666666667% - 6.7777777778rem / 6 * 5);
  }
  .flex-sp-col6.gap124 > * {
    width: calc(16.6666666667% - 6.8888888889rem / 6 * 5);
  }
  .flex-sp-col6.gap126 > * {
    width: calc(16.6666666667% - 7rem / 6 * 5);
  }
  .flex-sp-col6.gap128 > * {
    width: calc(16.6666666667% - 7.1111111111rem / 6 * 5);
  }
  .flex-sp-col6.gap130 > * {
    width: calc(16.6666666667% - 7.2222222222rem / 6 * 5);
  }
  .flex-sp-col6.gap132 > * {
    width: calc(16.6666666667% - 7.3333333333rem / 6 * 5);
  }
  .flex-sp-col6.gap134 > * {
    width: calc(16.6666666667% - 7.4444444444rem / 6 * 5);
  }
  .flex-sp-col6.gap136 > * {
    width: calc(16.6666666667% - 7.5555555556rem / 6 * 5);
  }
  .flex-sp-col6.gap138 > * {
    width: calc(16.6666666667% - 7.6666666667rem / 6 * 5);
  }
  .flex-sp-col6.gap140 > * {
    width: calc(16.6666666667% - 7.7777777778rem / 6 * 5);
  }
  .flex-sp-col6.gap142 > * {
    width: calc(16.6666666667% - 7.8888888889rem / 6 * 5);
  }
  .flex-sp-col6.gap144 > * {
    width: calc(16.6666666667% - 8rem / 6 * 5);
  }
  .flex-sp-col6.gap146 > * {
    width: calc(16.6666666667% - 8.1111111111rem / 6 * 5);
  }
  .flex-sp-col6.gap148 > * {
    width: calc(16.6666666667% - 8.2222222222rem / 6 * 5);
  }
  .flex-sp-col6.gap150 > * {
    width: calc(16.6666666667% - 8.3333333333rem / 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.4444444444rem / 7 * 6);
  }
  .flex-sp-col7.gap10 > * {
    width: calc(14.2857142857% - 0.5555555556rem / 7 * 6);
  }
  .flex-sp-col7.gap12 > * {
    width: calc(14.2857142857% - 0.6666666667rem / 7 * 6);
  }
  .flex-sp-col7.gap14 > * {
    width: calc(14.2857142857% - 0.7777777778rem / 7 * 6);
  }
  .flex-sp-col7.gap16 > * {
    width: calc(14.2857142857% - 0.8888888889rem / 7 * 6);
  }
  .flex-sp-col7.gap18 > * {
    width: calc(14.2857142857% - 1rem / 7 * 6);
  }
  .flex-sp-col7.gap20 > * {
    width: calc(14.2857142857% - 1.1111111111rem / 7 * 6);
  }
  .flex-sp-col7.gap22 > * {
    width: calc(14.2857142857% - 1.2222222222rem / 7 * 6);
  }
  .flex-sp-col7.gap24 > * {
    width: calc(14.2857142857% - 1.3333333333rem / 7 * 6);
  }
  .flex-sp-col7.gap26 > * {
    width: calc(14.2857142857% - 1.4444444444rem / 7 * 6);
  }
  .flex-sp-col7.gap28 > * {
    width: calc(14.2857142857% - 1.5555555556rem / 7 * 6);
  }
  .flex-sp-col7.gap30 > * {
    width: calc(14.2857142857% - 1.6666666667rem / 7 * 6);
  }
  .flex-sp-col7.gap32 > * {
    width: calc(14.2857142857% - 1.7777777778rem / 7 * 6);
  }
  .flex-sp-col7.gap34 > * {
    width: calc(14.2857142857% - 1.8888888889rem / 7 * 6);
  }
  .flex-sp-col7.gap36 > * {
    width: calc(14.2857142857% - 2rem / 7 * 6);
  }
  .flex-sp-col7.gap38 > * {
    width: calc(14.2857142857% - 2.1111111111rem / 7 * 6);
  }
  .flex-sp-col7.gap40 > * {
    width: calc(14.2857142857% - 2.2222222222rem / 7 * 6);
  }
  .flex-sp-col7.gap42 > * {
    width: calc(14.2857142857% - 2.3333333333rem / 7 * 6);
  }
  .flex-sp-col7.gap44 > * {
    width: calc(14.2857142857% - 2.4444444444rem / 7 * 6);
  }
  .flex-sp-col7.gap46 > * {
    width: calc(14.2857142857% - 2.5555555556rem / 7 * 6);
  }
  .flex-sp-col7.gap48 > * {
    width: calc(14.2857142857% - 2.6666666667rem / 7 * 6);
  }
  .flex-sp-col7.gap50 > * {
    width: calc(14.2857142857% - 2.7777777778rem / 7 * 6);
  }
  .flex-sp-col7.gap52 > * {
    width: calc(14.2857142857% - 2.8888888889rem / 7 * 6);
  }
  .flex-sp-col7.gap54 > * {
    width: calc(14.2857142857% - 3rem / 7 * 6);
  }
  .flex-sp-col7.gap56 > * {
    width: calc(14.2857142857% - 3.1111111111rem / 7 * 6);
  }
  .flex-sp-col7.gap58 > * {
    width: calc(14.2857142857% - 3.2222222222rem / 7 * 6);
  }
  .flex-sp-col7.gap60 > * {
    width: calc(14.2857142857% - 3.3333333333rem / 7 * 6);
  }
  .flex-sp-col7.gap62 > * {
    width: calc(14.2857142857% - 3.4444444444rem / 7 * 6);
  }
  .flex-sp-col7.gap64 > * {
    width: calc(14.2857142857% - 3.5555555556rem / 7 * 6);
  }
  .flex-sp-col7.gap66 > * {
    width: calc(14.2857142857% - 3.6666666667rem / 7 * 6);
  }
  .flex-sp-col7.gap68 > * {
    width: calc(14.2857142857% - 3.7777777778rem / 7 * 6);
  }
  .flex-sp-col7.gap70 > * {
    width: calc(14.2857142857% - 3.8888888889rem / 7 * 6);
  }
  .flex-sp-col7.gap72 > * {
    width: calc(14.2857142857% - 4rem / 7 * 6);
  }
  .flex-sp-col7.gap74 > * {
    width: calc(14.2857142857% - 4.1111111111rem / 7 * 6);
  }
  .flex-sp-col7.gap76 > * {
    width: calc(14.2857142857% - 4.2222222222rem / 7 * 6);
  }
  .flex-sp-col7.gap78 > * {
    width: calc(14.2857142857% - 4.3333333333rem / 7 * 6);
  }
  .flex-sp-col7.gap80 > * {
    width: calc(14.2857142857% - 4.4444444444rem / 7 * 6);
  }
  .flex-sp-col7.gap82 > * {
    width: calc(14.2857142857% - 4.5555555556rem / 7 * 6);
  }
  .flex-sp-col7.gap84 > * {
    width: calc(14.2857142857% - 4.6666666667rem / 7 * 6);
  }
  .flex-sp-col7.gap86 > * {
    width: calc(14.2857142857% - 4.7777777778rem / 7 * 6);
  }
  .flex-sp-col7.gap88 > * {
    width: calc(14.2857142857% - 4.8888888889rem / 7 * 6);
  }
  .flex-sp-col7.gap90 > * {
    width: calc(14.2857142857% - 5rem / 7 * 6);
  }
  .flex-sp-col7.gap92 > * {
    width: calc(14.2857142857% - 5.1111111111rem / 7 * 6);
  }
  .flex-sp-col7.gap94 > * {
    width: calc(14.2857142857% - 5.2222222222rem / 7 * 6);
  }
  .flex-sp-col7.gap96 > * {
    width: calc(14.2857142857% - 5.3333333333rem / 7 * 6);
  }
  .flex-sp-col7.gap98 > * {
    width: calc(14.2857142857% - 5.4444444444rem / 7 * 6);
  }
  .flex-sp-col7.gap100 > * {
    width: calc(14.2857142857% - 5.5555555556rem / 7 * 6);
  }
  .flex-sp-col7.gap102 > * {
    width: calc(14.2857142857% - 5.6666666667rem / 7 * 6);
  }
  .flex-sp-col7.gap104 > * {
    width: calc(14.2857142857% - 5.7777777778rem / 7 * 6);
  }
  .flex-sp-col7.gap106 > * {
    width: calc(14.2857142857% - 5.8888888889rem / 7 * 6);
  }
  .flex-sp-col7.gap108 > * {
    width: calc(14.2857142857% - 6rem / 7 * 6);
  }
  .flex-sp-col7.gap110 > * {
    width: calc(14.2857142857% - 6.1111111111rem / 7 * 6);
  }
  .flex-sp-col7.gap112 > * {
    width: calc(14.2857142857% - 6.2222222222rem / 7 * 6);
  }
  .flex-sp-col7.gap114 > * {
    width: calc(14.2857142857% - 6.3333333333rem / 7 * 6);
  }
  .flex-sp-col7.gap116 > * {
    width: calc(14.2857142857% - 6.4444444444rem / 7 * 6);
  }
  .flex-sp-col7.gap118 > * {
    width: calc(14.2857142857% - 6.5555555556rem / 7 * 6);
  }
  .flex-sp-col7.gap120 > * {
    width: calc(14.2857142857% - 6.6666666667rem / 7 * 6);
  }
  .flex-sp-col7.gap122 > * {
    width: calc(14.2857142857% - 6.7777777778rem / 7 * 6);
  }
  .flex-sp-col7.gap124 > * {
    width: calc(14.2857142857% - 6.8888888889rem / 7 * 6);
  }
  .flex-sp-col7.gap126 > * {
    width: calc(14.2857142857% - 7rem / 7 * 6);
  }
  .flex-sp-col7.gap128 > * {
    width: calc(14.2857142857% - 7.1111111111rem / 7 * 6);
  }
  .flex-sp-col7.gap130 > * {
    width: calc(14.2857142857% - 7.2222222222rem / 7 * 6);
  }
  .flex-sp-col7.gap132 > * {
    width: calc(14.2857142857% - 7.3333333333rem / 7 * 6);
  }
  .flex-sp-col7.gap134 > * {
    width: calc(14.2857142857% - 7.4444444444rem / 7 * 6);
  }
  .flex-sp-col7.gap136 > * {
    width: calc(14.2857142857% - 7.5555555556rem / 7 * 6);
  }
  .flex-sp-col7.gap138 > * {
    width: calc(14.2857142857% - 7.6666666667rem / 7 * 6);
  }
  .flex-sp-col7.gap140 > * {
    width: calc(14.2857142857% - 7.7777777778rem / 7 * 6);
  }
  .flex-sp-col7.gap142 > * {
    width: calc(14.2857142857% - 7.8888888889rem / 7 * 6);
  }
  .flex-sp-col7.gap144 > * {
    width: calc(14.2857142857% - 8rem / 7 * 6);
  }
  .flex-sp-col7.gap146 > * {
    width: calc(14.2857142857% - 8.1111111111rem / 7 * 6);
  }
  .flex-sp-col7.gap148 > * {
    width: calc(14.2857142857% - 8.2222222222rem / 7 * 6);
  }
  .flex-sp-col7.gap150 > * {
    width: calc(14.2857142857% - 8.3333333333rem / 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.4444444444rem / 8 * 7);
  }
  .flex-sp-col8.gap10 > * {
    width: calc(12.5% - 0.5555555556rem / 8 * 7);
  }
  .flex-sp-col8.gap12 > * {
    width: calc(12.5% - 0.6666666667rem / 8 * 7);
  }
  .flex-sp-col8.gap14 > * {
    width: calc(12.5% - 0.7777777778rem / 8 * 7);
  }
  .flex-sp-col8.gap16 > * {
    width: calc(12.5% - 0.8888888889rem / 8 * 7);
  }
  .flex-sp-col8.gap18 > * {
    width: calc(12.5% - 1rem / 8 * 7);
  }
  .flex-sp-col8.gap20 > * {
    width: calc(12.5% - 1.1111111111rem / 8 * 7);
  }
  .flex-sp-col8.gap22 > * {
    width: calc(12.5% - 1.2222222222rem / 8 * 7);
  }
  .flex-sp-col8.gap24 > * {
    width: calc(12.5% - 1.3333333333rem / 8 * 7);
  }
  .flex-sp-col8.gap26 > * {
    width: calc(12.5% - 1.4444444444rem / 8 * 7);
  }
  .flex-sp-col8.gap28 > * {
    width: calc(12.5% - 1.5555555556rem / 8 * 7);
  }
  .flex-sp-col8.gap30 > * {
    width: calc(12.5% - 1.6666666667rem / 8 * 7);
  }
  .flex-sp-col8.gap32 > * {
    width: calc(12.5% - 1.7777777778rem / 8 * 7);
  }
  .flex-sp-col8.gap34 > * {
    width: calc(12.5% - 1.8888888889rem / 8 * 7);
  }
  .flex-sp-col8.gap36 > * {
    width: calc(12.5% - 2rem / 8 * 7);
  }
  .flex-sp-col8.gap38 > * {
    width: calc(12.5% - 2.1111111111rem / 8 * 7);
  }
  .flex-sp-col8.gap40 > * {
    width: calc(12.5% - 2.2222222222rem / 8 * 7);
  }
  .flex-sp-col8.gap42 > * {
    width: calc(12.5% - 2.3333333333rem / 8 * 7);
  }
  .flex-sp-col8.gap44 > * {
    width: calc(12.5% - 2.4444444444rem / 8 * 7);
  }
  .flex-sp-col8.gap46 > * {
    width: calc(12.5% - 2.5555555556rem / 8 * 7);
  }
  .flex-sp-col8.gap48 > * {
    width: calc(12.5% - 2.6666666667rem / 8 * 7);
  }
  .flex-sp-col8.gap50 > * {
    width: calc(12.5% - 2.7777777778rem / 8 * 7);
  }
  .flex-sp-col8.gap52 > * {
    width: calc(12.5% - 2.8888888889rem / 8 * 7);
  }
  .flex-sp-col8.gap54 > * {
    width: calc(12.5% - 3rem / 8 * 7);
  }
  .flex-sp-col8.gap56 > * {
    width: calc(12.5% - 3.1111111111rem / 8 * 7);
  }
  .flex-sp-col8.gap58 > * {
    width: calc(12.5% - 3.2222222222rem / 8 * 7);
  }
  .flex-sp-col8.gap60 > * {
    width: calc(12.5% - 3.3333333333rem / 8 * 7);
  }
  .flex-sp-col8.gap62 > * {
    width: calc(12.5% - 3.4444444444rem / 8 * 7);
  }
  .flex-sp-col8.gap64 > * {
    width: calc(12.5% - 3.5555555556rem / 8 * 7);
  }
  .flex-sp-col8.gap66 > * {
    width: calc(12.5% - 3.6666666667rem / 8 * 7);
  }
  .flex-sp-col8.gap68 > * {
    width: calc(12.5% - 3.7777777778rem / 8 * 7);
  }
  .flex-sp-col8.gap70 > * {
    width: calc(12.5% - 3.8888888889rem / 8 * 7);
  }
  .flex-sp-col8.gap72 > * {
    width: calc(12.5% - 4rem / 8 * 7);
  }
  .flex-sp-col8.gap74 > * {
    width: calc(12.5% - 4.1111111111rem / 8 * 7);
  }
  .flex-sp-col8.gap76 > * {
    width: calc(12.5% - 4.2222222222rem / 8 * 7);
  }
  .flex-sp-col8.gap78 > * {
    width: calc(12.5% - 4.3333333333rem / 8 * 7);
  }
  .flex-sp-col8.gap80 > * {
    width: calc(12.5% - 4.4444444444rem / 8 * 7);
  }
  .flex-sp-col8.gap82 > * {
    width: calc(12.5% - 4.5555555556rem / 8 * 7);
  }
  .flex-sp-col8.gap84 > * {
    width: calc(12.5% - 4.6666666667rem / 8 * 7);
  }
  .flex-sp-col8.gap86 > * {
    width: calc(12.5% - 4.7777777778rem / 8 * 7);
  }
  .flex-sp-col8.gap88 > * {
    width: calc(12.5% - 4.8888888889rem / 8 * 7);
  }
  .flex-sp-col8.gap90 > * {
    width: calc(12.5% - 5rem / 8 * 7);
  }
  .flex-sp-col8.gap92 > * {
    width: calc(12.5% - 5.1111111111rem / 8 * 7);
  }
  .flex-sp-col8.gap94 > * {
    width: calc(12.5% - 5.2222222222rem / 8 * 7);
  }
  .flex-sp-col8.gap96 > * {
    width: calc(12.5% - 5.3333333333rem / 8 * 7);
  }
  .flex-sp-col8.gap98 > * {
    width: calc(12.5% - 5.4444444444rem / 8 * 7);
  }
  .flex-sp-col8.gap100 > * {
    width: calc(12.5% - 5.5555555556rem / 8 * 7);
  }
  .flex-sp-col8.gap102 > * {
    width: calc(12.5% - 5.6666666667rem / 8 * 7);
  }
  .flex-sp-col8.gap104 > * {
    width: calc(12.5% - 5.7777777778rem / 8 * 7);
  }
  .flex-sp-col8.gap106 > * {
    width: calc(12.5% - 5.8888888889rem / 8 * 7);
  }
  .flex-sp-col8.gap108 > * {
    width: calc(12.5% - 6rem / 8 * 7);
  }
  .flex-sp-col8.gap110 > * {
    width: calc(12.5% - 6.1111111111rem / 8 * 7);
  }
  .flex-sp-col8.gap112 > * {
    width: calc(12.5% - 6.2222222222rem / 8 * 7);
  }
  .flex-sp-col8.gap114 > * {
    width: calc(12.5% - 6.3333333333rem / 8 * 7);
  }
  .flex-sp-col8.gap116 > * {
    width: calc(12.5% - 6.4444444444rem / 8 * 7);
  }
  .flex-sp-col8.gap118 > * {
    width: calc(12.5% - 6.5555555556rem / 8 * 7);
  }
  .flex-sp-col8.gap120 > * {
    width: calc(12.5% - 6.6666666667rem / 8 * 7);
  }
  .flex-sp-col8.gap122 > * {
    width: calc(12.5% - 6.7777777778rem / 8 * 7);
  }
  .flex-sp-col8.gap124 > * {
    width: calc(12.5% - 6.8888888889rem / 8 * 7);
  }
  .flex-sp-col8.gap126 > * {
    width: calc(12.5% - 7rem / 8 * 7);
  }
  .flex-sp-col8.gap128 > * {
    width: calc(12.5% - 7.1111111111rem / 8 * 7);
  }
  .flex-sp-col8.gap130 > * {
    width: calc(12.5% - 7.2222222222rem / 8 * 7);
  }
  .flex-sp-col8.gap132 > * {
    width: calc(12.5% - 7.3333333333rem / 8 * 7);
  }
  .flex-sp-col8.gap134 > * {
    width: calc(12.5% - 7.4444444444rem / 8 * 7);
  }
  .flex-sp-col8.gap136 > * {
    width: calc(12.5% - 7.5555555556rem / 8 * 7);
  }
  .flex-sp-col8.gap138 > * {
    width: calc(12.5% - 7.6666666667rem / 8 * 7);
  }
  .flex-sp-col8.gap140 > * {
    width: calc(12.5% - 7.7777777778rem / 8 * 7);
  }
  .flex-sp-col8.gap142 > * {
    width: calc(12.5% - 7.8888888889rem / 8 * 7);
  }
  .flex-sp-col8.gap144 > * {
    width: calc(12.5% - 8rem / 8 * 7);
  }
  .flex-sp-col8.gap146 > * {
    width: calc(12.5% - 8.1111111111rem / 8 * 7);
  }
  .flex-sp-col8.gap148 > * {
    width: calc(12.5% - 8.2222222222rem / 8 * 7);
  }
  .flex-sp-col8.gap150 > * {
    width: calc(12.5% - 8.3333333333rem / 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;
  }
}
/* ##############################################################################

    FOOTER

############################################################################## */
@media screen and (max-width: 47.9375em) {
  .home_info .ttl-01.font-en {
    font-size: 4rem;
  }
}

.home_info--instagram .sb_instagram_header {
  display: none;
}
.home_info--instagram #sb_instagram #sbi_load {
  display: none !important;
}

.footer_cta {
  position: relative;
  background-color: var(--clr-primary-default);
}
.footer_cta::before, .footer_cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.footer_cta::before {
  background: linear-gradient(180deg, var(--clr-text-primary) 0%, #101A22 25%, rgba(16, 26, 34, 0.6) 60%, rgba(16, 26, 34, 0) 100%), var(--clr-primary-default);
}
.footer_cta::after {
  background-image: url(../images/common/cta-bg.png);
  background-repeat: no-repeat;
  background-position: top 28% right;
  background-size: 44.4444444444rem 33.3333333333rem;
}
.footer_cta .deco_line {
  position: absolute;
}
.footer_cta .deco_line.line2 {
  top: 4.4444444444rem;
  right: 0;
}
.footer_cta .deco_line.line3 {
  left: 0;
  bottom: 12.2222222222rem;
}
.footer_cta .inner {
  position: relative;
  z-index: 1;
}
.footer_cta .sec_loop_txt {
  opacity: 0.15;
}

.footer_cta--ttlarea .catch {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.8888888889rem;
  font-size: 3.3333333333vw;
  letter-spacing: 6.4px;
  line-height: 1.6;
}
@media screen and (max-width: 47.9375em) {
  .footer_cta--ttlarea .catch {
    margin-bottom: 0;
    font-size: 2.1428571429rem;
  }
}
.footer_cta--ttlarea .catch .line {
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid;
  padding-block: 1.3333333333rem;
}
.footer_cta--ttlarea .catch .img {
  border-radius: 4px;
  overflow: hidden;
  width: 10.4166666667vw;
}

.footer_cta--ttlarea span {
  display: block;
  background: linear-gradient(126deg, #fff 21.43%, var(--clr-primary-default) 44.25%);
  background-size: 500% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.footer_cta--ttlarea.active span {
  animation: ttl_animation 1.5s cubic-bezier(0.62, -0.01, 0.38, 1.01) forwards;
}

.footer_cta--ttlarea .catch .line:nth-child(2) .img {
  margin-left: 1.5rem;
}

.footer_cta--ttlarea .catch .line:nth-child(3) .img {
  margin-inline: 1.5rem;
}

.footer_cta--txtarea {
  flex: 1;
  margin-left: 6.25vw;
}
@media screen and (max-width: 47.9375em) {
  .footer_cta--txtarea {
    margin-left: 0;
  }
}
.footer_cta--txtarea p {
  font-size: 1.1111111111rem;
}
@media screen and (max-width: 47.9375em) {
  .footer_cta--txtarea p {
    font-size: 0.9285714286rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .footer_cta--tel a {
    justify-content: center;
    text-align: center;
  }
  .footer_cta--tel .tel {
    line-height: 1;
  }
}

.footer_cta--txtarea .btn a {
  padding: 1.3333333333rem 2.2222222222rem;
  background-color: var(--clr-blk);
  width: 100%;
  font-size: 1.3333333333rem;
}
@media screen and (max-width: 47.9375em) {
  .footer_cta--txtarea .btn a {
    padding: 1.7142857143rem;
    font-size: 1.1428571429rem;
  }
}
.footer_cta--txtarea .btn a .icon-svg {
  width: 4.4444444444rem;
  height: 4.4444444444rem;
  transform: scale(1);
}
.footer_cta--txtarea .btn a .icon-svg::after {
  width: 1.8888888889rem;
  background-color: var(--clr-blk);
}
@media screen and (max-width: 47.9375em) {
  .footer_cta--txtarea .btn a .icon-svg {
    width: 2.8571428571rem;
    height: 2.8571428571rem;
  }
}
@media (hover: hover) {
  .footer_cta--txtarea .btn a:hover {
    background-color: var(--clr-primary-default);
  }
  .footer_cta--txtarea .btn a:hover .icon-svg::after {
    width: 1.8888888889rem;
    background-color: var(--clr-primary-default);
  }
}

.footer {
  background-color: var(--clr-primary-default);
}

/* footer_top
********************************************** */
.footer_top .inner {
  padding-bottom: 2.6666666667rem;
  margin-bottom: 2.6666666667rem;
  border-bottom: 1px solid var(--clr-wht);
}

/* ---fnav --- */
.fnav--link {
  display: block;
  color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .fnav--link {
    position: relative;
    padding: 0.5em 0;
  }
  .fnav--link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5em;
    margin: auto;
    width: 0.4285714286rem;
    height: 0.4285714286rem;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
  }
}

@media (hover: hover) {
  .fnav--link:not([href="javascript:void(0);"]):hover {
    opacity: 0.7;
  }
}

@media (hover: hover) {
  .fnav--link[href="javascript:void(0);"]:hover {
    opacity: 1;
    color: var(--clr-wht);
  }
}

.fnav--menu {
  display: grid;
  grid-template-columns: 1fr 1.5fr repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 1.3333333333rem;
  grid-row-gap: 1.25vw;
}
.fnav--menu > li:nth-child(1) {
  grid-area: 1/1/2/2;
}
.fnav--menu > li:nth-child(2) {
  grid-area: 2/1/3/2;
}
.fnav--menu > li:nth-child(3) {
  grid-area: 1/2/6/3;
}
.fnav--menu > li:nth-child(4) {
  grid-area: 1/3/2/4;
}
.fnav--menu > li:nth-child(5) {
  grid-area: 2/3/6/4;
}
.fnav--menu > li:nth-child(6) {
  grid-area: 1/4/6/5;
}
@media screen and (max-width: 47.9375em) {
  .fnav--menu {
    display: block;
  }
  .fnav--menu > li:not(:last-child) {
    margin-bottom: 0.4285714286rem;
  }
}

.fnav--menu .sub-menu {
  margin-top: 1.3333333333rem;
  font-size: max(12px, 0.7777777778rem);
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .fnav--menu .sub-menu {
    margin-top: 0.2857142857rem;
  }
}
.fnav--menu .sub-menu li:not(:last-child) {
  margin-bottom: 1.3333333333rem;
}
@media screen and (max-width: 47.9375em) {
  .fnav--menu .sub-menu li:not(:last-child) {
    margin-bottom: 0.4285714286rem;
  }
}

.fnav--menu .sub-menu a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 47.9375em) {
  .fnav--menu .sub-menu a {
    padding-left: 1.1428571429rem;
  }
}
.fnav--menu .sub-menu a::before {
  content: "";
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  margin-right: 0.4444444444rem;
}
@media screen and (max-width: 47.9375em) {
  .fnav--menu .sub-menu a::before {
    left: 0;
    right: auto;
    width: 0.5714285714rem;
    height: 1px;
    border-right: none;
    transform: rotate(0);
  }
}

.footer_btm--other {
  flex: 1;
}
@media screen and (max-width: 47.9375em) {
  .footer_btm--other {
    margin-top: 2.2857142857rem;
  }
  .footer_btm--other .flex {
    justify-content: center;
  }
}

.footer_btm--other .btn {
  margin-bottom: 5.1111111111rem;
}

.footer_btm--other .btn a .icon-svg {
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  border-radius: 50%;
  background-color: var(--clr-primary-default);
  transition: all 0.4s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.27);
}
.footer_btm--other .btn a .icon-svg::after {
  content: "";
  display: block;
  width: 0.4444444444rem;
  aspect-ratio: 1;
  background-color: var(--clr-wht);
  transition: var(--transit-default);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/common/icon-arrow2.svg);
}
.footer_btm--other .btn a .icon-mail {
  width: 1.7777777778rem;
  background-color: var(--clr-primary-default);
}
@media (hover: hover) {
  .footer_btm--other .btn a:hover .icon-svg {
    transform: scale(1);
  }
  .footer_btm--other .btn a:hover .icon-svg::after {
    width: 1rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .footer_btm--submenu {
    margin-bottom: 1.1428571429rem;
    justify-content: center;
  }
}

.footer_btm--submenu li {
  margin-right: 0.8888888889rem;
}
@media screen and (max-width: 47.9375em) {
  .footer_btm--submenu li {
    margin-inline: 0.4285714286rem;
  }
}
.footer_btm--submenu li a {
  font-size: 0.7777777778rem;
  color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .footer_btm--submenu li a {
    font-size: 0.9285714286rem;
  }
}
.footer_btm--submenu li a:hover {
  opacity: 0.75;
}

.copyright {
  gap: 1em;
  justify-content: center;
}
@media screen and (max-width: 47.9375em) {
  .copyright {
    gap: 0.5em;
  }
}

.pbl a,
.pbl img {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .pbl a,
  .pbl img {
    margin-inline: auto;
  }
}

.pbl a {
  opacity: 0.5;
}
@media (hover: hover) {
  .pbl a:hover {
    opacity: 1;
  }
}

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

    sns_area

############################################################################## */
/* 共通設定
********************************************** */
@media (hover: hover) {
  .sns_area a:hover {
    opacity: 0.7;
  }
}

.sns_area .icon {
  width: 1.5555555556rem;
  background-color: var(--clr-blk);
}

/* 複数ある場合
********************************************** */
.sns_area li:not(:only-child) .txt {
  display: none;
}
.sns_area li:not(:only-child) a {
  display: grid;
  place-items: center;
  width: 2.2222222222rem;
  aspect-ratio: 1;
}

/* 1つの場合、テキストを表示する
********************************************** */
.sns_area li:only-child a {
  display: flex;
  align-items: center;
  gap: 0.4444444444rem;
  padding: 0.4444444444rem;
  font-family: var(--font-en-text);
}

[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) 5.5555555556rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap4 {
  gap: 0.2222222222rem;
}

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

.gap6 {
  gap: 0.3333333333rem;
}

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

.gap8 {
  gap: 0.4444444444rem;
}

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

.gap10 {
  gap: 0.5555555556rem;
}

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

.gap12 {
  gap: 0.6666666667rem;
}

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

.gap14 {
  gap: 0.7777777778rem;
}

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

.gap16 {
  gap: 0.8888888889rem;
}

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

.gap18 {
  gap: 1rem;
}

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

.gap20 {
  gap: 1.1111111111rem;
}

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

.gap22 {
  gap: 1.2222222222rem;
}

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

.gap24 {
  gap: 1.3333333333rem;
}

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

.gap26 {
  gap: 1.4444444444rem;
}

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

.gap28 {
  gap: 1.5555555556rem;
}

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

.gap30 {
  gap: 1.6666666667rem;
}

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

.gap32 {
  gap: 1.7777777778rem;
}

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

.gap34 {
  gap: 1.8888888889rem;
}

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

.gap36 {
  gap: 2rem;
}

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

.gap38 {
  gap: 2.1111111111rem;
}

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

.gap40 {
  gap: 2.2222222222rem;
}

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

.gap42 {
  gap: 2.3333333333rem;
}

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

.gap44 {
  gap: 2.4444444444rem;
}

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

.gap46 {
  gap: 2.5555555556rem;
}

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

.gap48 {
  gap: 2.6666666667rem;
}

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

.gap50 {
  gap: 2.7777777778rem;
}

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

.gap52 {
  gap: 2.8888888889rem;
}

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

.gap54 {
  gap: 3rem;
}

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

.gap56 {
  gap: 3.1111111111rem;
}

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

.gap58 {
  gap: 3.2222222222rem;
}

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

.gap60 {
  gap: 3.3333333333rem;
}

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

.gap62 {
  gap: 3.4444444444rem;
}

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

.gap64 {
  gap: 3.5555555556rem;
}

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

.gap66 {
  gap: 3.6666666667rem;
}

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

.gap68 {
  gap: 3.7777777778rem;
}

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

.gap70 {
  gap: 3.8888888889rem;
}

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

.gap72 {
  gap: 4rem;
}

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

.gap74 {
  gap: 4.1111111111rem;
}

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

.gap76 {
  gap: 4.2222222222rem;
}

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

.gap78 {
  gap: 4.3333333333rem;
}

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

.gap80 {
  gap: 4.4444444444rem;
}

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

.gap82 {
  gap: 4.5555555556rem;
}

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

.gap84 {
  gap: 4.6666666667rem;
}

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

.gap86 {
  gap: 4.7777777778rem;
}

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

.gap88 {
  gap: 4.8888888889rem;
}

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

.gap90 {
  gap: 5rem;
}

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

.gap92 {
  gap: 5.1111111111rem;
}

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

.gap94 {
  gap: 5.2222222222rem;
}

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

.gap96 {
  gap: 5.3333333333rem;
}

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

.gap98 {
  gap: 5.4444444444rem;
}

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

.gap100 {
  gap: 5.5555555556rem;
}

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

.gap102 {
  gap: 5.6666666667rem;
}

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

.gap104 {
  gap: 5.7777777778rem;
}

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

.gap106 {
  gap: 5.8888888889rem;
}

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

.gap108 {
  gap: 6rem;
}

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

.gap110 {
  gap: 6.1111111111rem;
}

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

.gap112 {
  gap: 6.2222222222rem;
}

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

.gap114 {
  gap: 6.3333333333rem;
}

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

.gap116 {
  gap: 6.4444444444rem;
}

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

.gap118 {
  gap: 6.5555555556rem;
}

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

.gap120 {
  gap: 6.6666666667rem;
}

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

@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;
  }
}
/* ##############################################################################

    HEADER default

############################################################################## */
/* header
**************************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5.3333333333rem;
  z-index: 9999;
  transition: var(--transit-default);
}
@media (hover: hover) {
  .header:hover {
    background-color: var(--clr-wht);
  }
  .header:hover .gnav--menu .menu-item,
  .header:hover .gnav--language,
  .header:hover .header--logo {
    filter: none !important;
  }
}
@media screen and (max-width: 67.5em) {
  .header {
    height: 4.5714285714rem;
  }
}

body:not(.home) .header {
  background-color: var(--clr-wht);
}

body.home .header:not(.header-sm):not(.is-active) .gnav--language,
body.home .header:not(.header-sm):not(.is-active) .header--logo {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 48em) {
  body.home .header:not(.header-sm):not(.is-active) .gnav--menu .menu-item {
    filter: brightness(0) invert(1);
  }
}
body.home .header:not(.header-sm):not(.is-active) .gnav_btn--lines span {
  background-color: var(--clr-wht);
}

@media screen and (max-width: 47.9375em) {
  .header.is-active {
    background-color: var(--clr-wht);
  }
}

.header--inner {
  height: 100%;
  padding-inline: 3%;
}
@media screen and (max-width: 67.5em) {
  .header--inner {
    padding-left: 1.6666666667rem;
  }
}

.template-contact-simple .header {
  position: absolute;
}

@media print, screen and (min-width: 67.5625em) {
  .header-sm {
    background-color: var(--clr-wht);
  }
  .header-sm .gnav--menu .menu-item,
  .header-sm .gnav--language,
  .header-sm .header--logo {
    filter: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .header-sm {
    background-color: var(--clr-wht);
  }
}

/* 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 (min-width: 48em) {
  .header--logo {
    width: 11.4583333333vw;
  }
}
@media screen and (max-width: 67.5em) {
  .header--logo img {
    width: auto !important;
    max-height: 2.2857142857rem;
  }
}

.footer--logo {
  width: 17.1875vw;
}
@media screen and (max-width: 47.9375em) {
  .footer--logo {
    width: 60%;
  }
}
.footer--logo img {
  filter: brightness(0) invert(1);
}

/* gnav
**************************************** */
@media print, screen and (min-width: 67.5625em) {
  .gnav,
  .gnav--menu,
  .gnav--menu > li,
  .gnav--link {
    height: 100%;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav {
    display: flex;
  }
}
@media screen and (max-width: 67.5em) {
  .gnav {
    position: fixed;
    top: 4.5714285714rem;
    right: 0;
    z-index: 300;
    width: 100%;
    height: calc(100vh - 4.5714285714rem);
    margin: 0;
    padding: 1.3333333333rem 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);
    border-top: 1px solid var(--clr-mono-02);
  }
  .gnav.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* 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 print, screen and (min-width: 67.5625em) {
  .gnav--menu > li:not(:last-child) {
    margin-right: 1.7777777778rem;
  }
}
@media screen and (max-width: 67.5em) {
  .gnav--link {
    display: block;
    padding: 1.0714285714rem 0;
    padding-right: 0.2857142857rem;
    font-size: 1.1428571429rem;
  }
}
@media print, screen and (min-width: 67.5625em) {
  .gnav--link {
    text-align: center;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--menu li.menu-item-has-children > .gnav--link span:not(.txt) {
    display: flex;
    align-items: center;
    gap: 0.8888888889rem;
  }
}

@media screen and (max-width: 67.5em) {
  .gnav--menu li:not(.menu-item-has-children) a::before {
    content: "";
    float: inline-end;
    inline-size: 0.6428571429rem;
    margin-block: calc((1lh - 0.6428571429rem) / 2);
    aspect-ratio: 1;
    border-top: 2px solid var(--clr-primary-default);
    border-right: 2px solid var(--clr-primary-default);
    transform: rotate(45deg);
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--menu > li:hover > a:not([href="javascript:void(0);"]).gnav--link,
  .gnav--menu > li.current-menu-item > .gnav--link {
    color: var(--clr-primary-default);
  }
}

/* sub_nav
********************************************** */
.gnav_ttlarea {
  width: 25vw;
  min-height: 12.2222222222rem;
  padding: 2.3333333333rem 1.3333333333rem 2.3333333333rem 4.1666666667vw;
  background-position: center;
  background-size: cover !important;
  background: var(--clr-text-primary);
  text-align: left;
  color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .gnav_ttlarea {
    display: none;
  }
}
.gnav_ttlarea h4 {
  margin-bottom: 0.4444444444rem;
  font-size: 1.7777777778rem;
}
.gnav_ttlarea .font-en {
  font-size: 0.8888888889rem;
  letter-spacing: 0.48px;
  font-weight: 600;
}

.menu-item-has-children > a {
  padding-right: 1.3333333333rem;
}

@media screen and (max-width: 47.9375em) {
  .gnav--menu .menu-item-has-children > a:not([href="javascript:void(0);"]) {
    color: var(--clr-primary-default);
  }
}
.head_sub_nav--wrap {
  z-index: 100;
}
@media print, screen and (min-width: 67.5625em) {
  .head_sub_nav--wrap {
    position: absolute;
    top: 5.3333333333rem;
    left: 0;
    width: 100vw;
    display: flex;
    white-space: nowrap;
    transition: var(--transit-default);
    opacity: 0;
    pointer-events: none;
    background-color: var(--clr-wht);
  }
  .head_sub_nav--wrap .gnav_sub_toggle {
    display: none;
  }
}
@media print, screen and (min-width: 67.5625em) {
  .header-sm .head_sub_nav--wrap {
    top: 5.3333333333rem;
  }
  .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-is-active .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .head_sub_nav {
    width: calc(100% - 25vw);
    padding: 1.3333333333rem 4.1666666667vw;
    display: flex;
    gap: 0 2.0833333333vw;
    flex-wrap: wrap;
  }
  .head_sub_nav li {
    width: calc(33.3333333333% - 2.0833333333vw * 2 / 3);
  }
}
@media screen and (max-width: 67.5em) {
  .head_sub_nav {
    position: relative;
  }
}

.gnav--menu > li:nth-child(2) .head_sub_nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 2.0833333333vw;
  grid-row-gap: 0;
}
@media screen and (max-width: 47.9375em) {
  .gnav--menu > li:nth-child(2) .head_sub_nav {
    display: block;
  }
}
.gnav--menu > li:nth-child(2) .head_sub_nav li {
  width: auto;
}
.gnav--menu > li:nth-child(2) .head_sub_nav li:nth-child(1) {
  grid-area: 1/1/2/2;
}
.gnav--menu > li:nth-child(2) .head_sub_nav li:nth-child(2) {
  grid-area: 1/2/2/3;
}
.gnav--menu > li:nth-child(2) .head_sub_nav li:nth-child(3) {
  grid-area: 2/1/3/2;
}
.gnav--menu > li:nth-child(2) .head_sub_nav li:nth-child(4) {
  grid-area: 2/2/3/3;
}
.gnav--menu > li:nth-child(2) .head_sub_nav li:nth-child(5) {
  width: 14.4444444444rem;
  grid-area: 1/3/4/4;
}
.gnav--menu > li:nth-child(2) .head_sub_nav li:nth-child(5) a {
  padding: 0;
  flex-direction: column;
}
@media screen and (max-width: 47.9375em) {
  .gnav--menu > li:nth-child(2) .head_sub_nav li:nth-child(5) a {
    flex-direction: row;
  }
}
.gnav--menu > li:nth-child(2) .head_sub_nav li:nth-child(5) img {
  border-radius: 4px;
  margin-bottom: 0.4444444444rem;
}
@media screen and (max-width: 47.9375em) {
  .gnav--menu > li:nth-child(2) .head_sub_nav li:nth-child(5) img {
    display: none;
  }
}

.head_sub_nav a {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 47.9375em) {
  .head_sub_nav a {
    justify-content: flex-start;
  }
}
.head_sub_nav a .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.head_sub_nav a .txt::after {
  content: "";
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  background-color: var(--clr-text-placeholder);
  transition: var(--transit-default);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/common/icon-arrow2.svg);
}
@media screen and (max-width: 47.9375em) {
  .head_sub_nav a .txt::after {
    display: none;
  }
}
@media print, screen and (min-width: 67.5625em) {
  .head_sub_nav a {
    padding: 0.8888888889rem 0;
  }
}
@media screen and (max-width: 67.5em) {
  .head_sub_nav a {
    padding: 0.4285714286rem 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .head_sub_nav a::before {
    float: inline-start !important;
    width: 1.1428571429rem;
    height: 2px;
    inline-size: 1.1428571429rem !important;
    margin-block: calc((1lh - 2px) / 2.5) !important;
    aspect-ratio: auto !important;
    border-top: none !important;
    border-right: none !important;
    transform: rotate(0) !important;
    margin-right: 0.5714285714rem;
    background-color: var(--clr-mono-02);
  }
}
@media (hover: hover) {
  .head_sub_nav a:hover {
    color: var(--clr-primary-default);
  }
  .head_sub_nav a:hover .txt::after {
    background-color: var(--clr-primary-default);
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav_sub_toggle {
    position: relative;
    width: 1.1111111111rem;
    height: 1.1111111111rem;
    float: inline-end;
    margin-top: -58%;
  }
  .gnav_sub_toggle::before, .gnav_sub_toggle::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 60%;
    height: 2px;
    background-color: var(--clr-primary-default);
  }
  .gnav_sub_toggle::after {
    rotate: 90deg;
  }
}
@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;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1rem;
    height: 2px;
    border-bottom: 2px solid;
    transition: all 0.4s ease-out;
  }
  .gnav_sub_toggle::after {
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 47.9375em) {
  .menu-item-has-children.is-open .gnav_sub_toggle::after {
    opacity: 0;
  }
}
/* gnav--cta
********************************************** */
.gnav--cta {
  text-align: center;
}

@media screen and (max-width: 67.5em) {
  .gnav--cta li:not(:last-child) {
    margin-bottom: 1.1428571429rem;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--tel,
  .gnav--contact {
    margin-left: 0.4444444444rem;
  }
}

.gnav--tel a {
  display: inline-flex !important;
  flex-direction: column;
  margin-inline: auto;
}

.gnav--tel .tel {
  font-size: max(18px, 1.1111111111rem);
}

.gnav--tel .num {
  font-size: max(22px, 1.3333333333rem);
}

.gnav--tel .hours {
  font-size: max(12px, 0.7777777778rem);
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--contact {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .gnav--contact {
    margin-top: 1.7142857143rem;
    margin-bottom: 1.1428571429rem;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--contact a {
    height: auto !important;
    padding: 0.8888888889rem 1.6666666667vw;
    font-size: 1rem;
  }
  .gnav--contact a:hover {
    background-color: var(--clr-blk);
  }
  .gnav--contact a .icon-mail {
    width: 1.3333333333rem;
    transform: translateY(1px);
  }
}
@media screen and (min-width: 67.5625em) and (min-width: 48em) {
  .gnav--contact a .txt::before, .gnav--contact a .txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .gnav--contact a .txt::before {
    margin-top: calc((1 - 1.8) * 0.4em);
  }
  .gnav--contact a .txt::after {
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
}
@media screen and (max-width: 67.5em) {
  .gnav--contact a {
    padding: 1.4285714286rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .gnav--contact a::before {
    display: none;
  }
}
@media screen and (max-width: 67.5em) and (max-width: 47.9375em) {
  .gnav--contact a .icon-mail {
    width: 1.2857142857rem;
    transform: translateY(-2px);
  }
}

.gnav--entry a {
  background: linear-gradient(90deg, #32D4DC 0%, var(--clr-primary-default) 100%);
}
.gnav--entry a:hover {
  background: var(--clr-blk);
}

@media screen and (max-width: 67.5em) {
  .gnav--instagram {
    display: none !important;
  }
}

.gnav--instagram a:hover {
  opacity: 0.5;
}

.gnav--language {
  margin-left: 0.8888888889rem;
}
@media screen and (max-width: 47.9375em) {
  .gnav--language {
    margin-left: 0;
    justify-content: center;
  }
}

@media screen and (max-width: 47.9375em) {
  .gnav--language li {
    font-size: 1.1428571429rem;
  }
}
.gnav--language li:first-child::after {
  content: "/";
  margin-inline: 0.5555555556rem;
  color: var(--clr-text-primary);
  opacity: 0.5;
  font-weight: 600;
  font-family: var(--font-jp-heading);
}
.gnav--language li a {
  letter-spacing: 0;
  font-weight: 600;
  opacity: 0.5;
}
@media screen and (max-width: 47.9375em) {
  .gnav--language li a {
    opacity: 1;
  }
}
.gnav--language li a:hover {
  color: var(--clr-primary-default);
}
.gnav--language li .current {
  opacity: 1;
  color: var(--clr-primary-default);
}
@media screen and (max-width: 47.9375em) {
  .gnav--language li.instagram {
    display: flex;
    align-items: center;
    margin-left: 1.1428571429rem;
  }
  .gnav--language li.instagram a {
    display: flex;
  }
}

/* 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;
    width: 4.5714285714rem;
    height: 4.5714285714rem;
    cursor: pointer;
    z-index: 9999;
  }
  .gnav_btn {
    right: 0;
    transition: var(--transit-default);
  }
  .gnav_btn--lines {
    position: relative;
    width: 1.7142857143rem;
    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;
  }
  .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);
  }
}
.stalker {
  position: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 47.9375em) {
  .stalker {
    display: none;
  }
}

.load {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-bg-02);
  z-index: 99999;
  transition: all 0.4s ease-out;
}

.loading--logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loading--logo .symbol {
  margin-bottom: 4.4444444444rem;
  stroke: var(--clr-wht);
  stroke-width: 2px;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: symbol_animation 2s linear forwards;
}

.loading--logo .inc {
  stroke: var(--clr-wht);
  stroke-width: 2px;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation-delay: 2s;
  animation: logo_animation 1s linear forwards;
}

.load.none,
.load.active {
  pointer-events: none;
  opacity: 0;
}

@keyframes symbol_animation {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  90% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  100% {
    fill: #fff;
  }
}
@keyframes logo_animation {
  0% {
    stroke-dashoffset: 500;
    fill: transparent;
  }
  90% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  100% {
    fill: #fff;
  }
}
.icon-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1111111111rem;
  height: 3.1111111111rem;
  border-radius: 50%;
  border: 1px solid;
  margin-left: 1.1111111111rem;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 47.9375em) {
  .icon-arrow {
    width: 2.8571428571rem;
    height: 2.8571428571rem;
    margin-left: 1.1428571429rem;
  }
}
.icon-arrow::after {
  content: "";
  display: block;
  width: 1.3333333333rem;
  aspect-ratio: 1;
  background-color: var(--clr-blk);
  transition: var(--transit-default);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../images/common/icon-arrow2.svg);
  mask-image: url(../images/common/icon-arrow2.svg);
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 47.9375em) {
  .icon-arrow::after {
    width: 1.2857142857rem;
  }
}

.fix_cta_btn {
  position: fixed;
  right: 0;
  bottom: 2.2222222222rem;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 47.9375em) {
  .fix_cta_btn {
    display: none;
  }
}

.is-in .fix_cta_btn {
  opacity: 0 !important;
  pointer-events: none !important;
}

.fix_cta_btn a {
  display: block;
  width: 27rem;
  height: 10.6666666667rem;
  padding: 1.7777777778rem 2.2222222222rem;
  border-radius: 0.8888888889rem 0 0 0.8888888889rem;
  background: linear-gradient(180deg, var(--clr-text-primary) 0%, #101A22 25%, rgba(16, 26, 34, 0.6) 60%, rgba(16, 26, 34, 0) 100%), var(--clr-primary-default);
}
.fix_cta_btn a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11.7222222222rem;
  height: 8.7777777778rem;
  background-size: cover;
  background-image: url(../images/common/cta-bg.png);
}
.fix_cta_btn a h3 {
  margin-right: 0.8888888889rem;
  letter-spacing: 2.4px;
  line-height: 1;
}
.fix_cta_btn a .icon-arrow {
  background-color: var(--clr-primary-default);
  border-color: var(--clr-primary-default);
}
.fix_cta_btn a .icon-arrow::after {
  background-color: var(--clr-wht);
}
.fix_cta_btn a:hover h3 {
  color: var(--clr-wht);
}
.fix_cta_btn a:hover .icon-arrow {
  border-color: var(--clr-wht);
  background-color: var(--clr-wht);
}
.fix_cta_btn a:hover .icon-arrow::after {
  background-color: var(--clr-primary-default);
}

/* hero
********************************************** */
.hero_kv {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, #00141F 0%, var(--clr-primary-default) 100%);
  overflow: hidden;
}
.hero_kv video {
  width: 100%;
}

.hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  cursor: none;
}
@media screen and (max-width: 47.9375em) {
  .hero {
    height: 38.5714285714rem;
  }
}
.hero .deco_line {
  position: absolute;
}
.hero .line1 {
  top: 15%;
  left: 26%;
}
.hero .line1 span {
  animation-delay: 0.5s;
}
.hero .line2 {
  top: 20%;
  right: 0;
}
.hero .line3 {
  left: 13%;
  bottom: 10%;
}
.hero .line3 span {
  animation-delay: 1s;
}
.hero .line4 {
  right: 22%;
  bottom: 23%;
}
.hero .line4 span {
  animation-delay: 0.5s;
}

.hero--cont {
  position: absolute;
  left: 4.6666666667rem;
  bottom: 20%;
  color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .hero--cont {
    left: 5%;
    bottom: -10%;
  }
}

.hero--catch {
  margin-bottom: 2.7777777778rem;
  background: linear-gradient(90deg, #fff 21.43%, var(--clr-primary-default) 44.25%);
  background-size: 450% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 4.7777777778rem;
}
@media screen and (max-width: 47.9375em) {
  .hero--catch {
    margin-bottom: 1.1428571429rem;
    font-size: 10vw;
  }
}
.hero--catch.active {
  animation: gradation_catch 1s ease-in forwards;
}

@keyframes gradation_catch {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
@media print, screen and (min-width: 48em) {
  .hero_slide-sp {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .hero_slide-pc {
    display: none !important;
  }
}
/* home_message
********************************************** */
.home_message {
  position: relative;
  z-index: 2;
  padding-top: 11.1111111111rem;
  padding-bottom: 8.8888888889rem;
  color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .home_message {
    padding-top: 0;
    padding-bottom: 6.4285714286rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .home_message--catch {
    font-size: 1.8571428571rem;
    line-height: 1.8;
  }
}

.home_message--txtarea .fz24 {
  line-height: 2;
  letter-spacing: 2.4px;
}

.home_message--btn {
  position: absolute;
  right: 0;
  bottom: 6.6666666667rem;
}

/* home_strengths
********************************************** */
.home_strengths {
  position: relative;
}
.home_strengths .deco_line {
  position: absolute;
}
.home_strengths .line2 {
  top: 6.6666666667rem;
  right: 0;
}
.home_strengths .line3 {
  left: 0;
  bottom: 20rem;
}

.home_strengths .inner-xl {
  max-width: calc(100vw - 8.75vw);
  width: 92%;
  margin-right: 0;
}
@media screen and (max-width: 47.9375em) {
  .home_strengths .inner-xl {
    max-width: 86%;
    width: 86%;
    margin-right: auto;
  }
}

.home_strengths .ttl-01 {
  margin-bottom: -2.2222222222rem;
}
@media screen and (max-width: 47.9375em) {
  .home_strengths .ttl-01 {
    margin-bottom: 2.8571428571rem;
  }
}

.home_strengths--blocs .txt {
  width: 31.1666666667rem;
  padding-top: 6.3333333333rem;
  padding-right: 2.2222222222rem;
  margin-right: 1.7777777778rem;
}
@media screen and (max-width: 47.9375em) {
  .home_strengths--blocs .txt {
    width: 100%;
    padding-top: 2.8571428571rem;
    padding-right: 0;
    margin-right: 0;
  }
}

.home_strengths--blocs .ttl {
  font-size: clamp(24px, 2.5vw, 48px);
  letter-spacing: 1.44px;
}

.home_strengths--blocs .sub_ttl {
  font-size: 0.8888888889rem;
  letter-spacing: 0.48px;
}

.home_strengths--blocs .img {
  position: relative;
  width: 60.625vw;
  height: 41.0555555556rem;
  border-radius: 0.8888888889rem 0 0 0.8888888889rem;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .home_strengths--blocs .img {
    width: 100%;
    height: 17.1428571429rem;
    border-radius: 0;
  }
}
.home_strengths--blocs .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-primary-default);
}

.active .home_strengths--blocs.is-active .img::after {
  animation-delay: 0.8s;
  animation: img_anime 0.4s cubic-bezier(0.62, -0.01, 0.38, 1.01) forwards;
}

@media screen and (max-width: 47.9375em) {
  #home_strengths_slide {
    padding-bottom: 4.5714285714rem;
  }
}

#home_strengths_slide .splide__arrows {
  position: absolute;
  left: 0;
  bottom: 5.4166666667vw;
  z-index: 100;
}
@media screen and (max-width: 47.9375em) {
  #home_strengths_slide .splide__arrows {
    left: auto;
    right: 0;
    bottom: 0;
  }
}

#home_strengths_slide .splide__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8888888889rem;
  height: 4.8888888889rem;
  border-radius: 0.2222222222rem;
  background-color: var(--clr-bg-02);
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 47.9375em) {
  #home_strengths_slide .splide__arrow {
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    border-radius: 0.1428571429rem;
  }
}
#home_strengths_slide .splide__arrow::before {
  content: "";
  display: inline-block;
  width: 2.2222222222rem;
  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: url(../images/common/icon-arrow2.svg);
}
@media screen and (max-width: 47.9375em) {
  #home_strengths_slide .splide__arrow::before {
    width: 2.2857142857rem;
  }
}
#home_strengths_slide .splide__arrow.splide__arrow--prev {
  transform: scale(-1);
  margin-right: 0.6666666667rem;
}
#home_strengths_slide .splide__arrow svg {
  display: none;
}

#home_strengths_slide .splide__progress {
  position: absolute;
  top: 0;
  right: 0;
}

#home_strengths_slide .splide__pagination {
  display: none;
}

.home_strengths .btn {
  margin-top: -2rem;
  padding-right: 4.375vw;
}
@media screen and (max-width: 47.9375em) {
  .home_strengths .btn {
    margin-top: 2.2857142857rem;
    padding-right: 0;
  }
}

/* home_products
********************************************** */
.home_products {
  padding-bottom: 0;
  background: var(--clr-primary-default);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.home_products.products1 {
  background-image: url(../images/home/track-bg.png);
}
.home_products.products2 {
  background-image: url(../images/home/car-bg.png);
}
.home_products.products3 {
  background-image: url(../images/home/construction-bg.png);
}
.home_products.products4 {
  background-image: url(../images/home/others-bg.png);
}
@media screen and (max-width: 47.9375em) {
  .home_products {
    padding-bottom: 5.7142857143rem;
  }
  .home_products.products1, .home_products.products2, .home_products.products3, .home_products.products4 {
    background-image: none;
  }
}

.home_products--ttl p {
  flex: 1;
  margin-left: 6.25vw;
  transform: translateY(-1.3333333333rem);
}
@media screen and (max-width: 47.9375em) {
  .home_products--ttl p {
    margin-left: 0;
    transform: translateY(0);
  }
}

@media screen and (max-width: 47.9375em) {
  .home_products--contents {
    flex-direction: column-reverse;
  }
}

#home_products_nav {
  position: relative;
  z-index: 2;
  margin-bottom: 2.2222222222rem;
}
@media screen and (max-width: 47.9375em) {
  #home_products_nav {
    display: flex;
    flex-wrap: wrap;
    width: 86%;
    margin-inline: auto;
    margin-bottom: 0;
  }
}

#home_products_nav li {
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  #home_products_nav li {
    width: 100%;
  }
}
#home_products_nav li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 8.8888888889rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 47.9375em) {
  #home_products_nav li::after {
    width: 100%;
  }
}
#home_products_nav li.current::after {
  opacity: 0;
}
#home_products_nav li a {
  display: grid;
  grid-template-columns: 1fr 11.1111111111rem 3.1111111111rem;
  grid-template-rows: 1fr;
  grid-column-gap: 1.6666666667rem;
  grid-row-gap: 0;
  align-items: center;
  padding-block: 0.7777777778rem;
  padding-left: 1.3333333333rem;
  padding-right: 8.3333333333vw;
  justify-content: space-between;
  border-radius: 0.4444444444rem 0 0 0.4444444444rem;
}
@media screen and (max-width: 98.75em) {
  #home_products_nav li a {
    padding-right: 1.7777777778rem;
  }
}
@media screen and (max-width: 47.9375em) {
  #home_products_nav li a {
    display: flex;
    padding-block: 1.4285714286rem;
    padding-inline: 1rem;
    border-radius: 0.1428571429rem;
  }
}
#home_products_nav li a .img {
  opacity: 0;
  max-width: 11.1111111111rem;
  width: 11.1111111111rem;
  border-radius: 0.2222222222rem;
  overflow: hidden;
  height: 0;
  flex: 1;
}
@media screen and (max-width: 47.9375em) {
  #home_products_nav li a .img {
    display: none;
  }
}
#home_products_nav li a .fz14 {
  display: none;
  margin-top: 0.4444444444rem;
}
@media screen and (max-width: 47.9375em) {
  #home_products_nav li a .fz14 {
    margin-top: 0;
  }
}
#home_products_nav li a .fz16 {
  margin-right: 0.8888888889rem;
}
@media screen and (max-width: 47.9375em) {
  #home_products_nav li a .fz16 {
    margin-right: 0.2857142857rem;
  }
}
#home_products_nav li a .name {
  display: inline-block;
}
#home_products_nav li a .name::before, #home_products_nav li a .name::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#home_products_nav li a .name::before {
  margin-top: calc((1 - 1.2) * 0.4em);
}
#home_products_nav li a .name::after {
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
#home_products_nav li a .icon-arrow {
  border: none;
  margin-left: 0;
}
#home_products_nav li a .icon-arrow::after {
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  #home_products_nav li a .icon-arrow {
    width: 1.7142857143rem;
    height: 1.7142857143rem;
  }
}
#home_products_nav li:not(.current) a {
  color: var(--clr-wht);
  opacity: 0.6;
}
#home_products_nav li.current a {
  padding-block: 1.3333333333rem;
  background-color: var(--clr-wht);
}
#home_products_nav li.current a .img {
  opacity: 1;
  height: auto;
}
#home_products_nav li.current a .fz14 {
  display: block;
}
#home_products_nav li.current a .icon-arrow {
  background-color: var(--clr-primary-default);
}
#home_products_nav li.current a .icon-arrow::after {
  background-color: var(--clr-wht);
}

.home_products_blocs {
  position: relative;
  width: 54.2708333333vw;
  height: 50.1041666667vw;
  margin-top: -6.7777777778rem;
}
@media screen and (max-width: 47.9375em) {
  .home_products_blocs {
    width: 100%;
    height: 28.8571428571rem;
    margin-top: 0;
    margin-bottom: 2.2857142857rem;
  }
}
.home_products_blocs::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: top center;
  background-size: 55.78125vw 49.84375vw;
  background-repeat: no-repeat;
  background-image: url(../images/home/products-deco.png);
  mix-blend-mode: screen;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 47.9375em) {
  .home_products_blocs::before {
    background-size: 100%;
    background-image: url(../images/home/products-deco-sp.png);
  }
}
.home_products_blocs .bloc {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  transition: all 0.4s ease-out;
}
.home_products_blocs .bloc.current {
  pointer-events: all;
  opacity: 1;
}
@media screen and (max-width: 47.9375em) {
  .home_products_blocs .bloc {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 90%;
  }
  .home_products_blocs .bloc#tab-1 {
    background-image: url(../images/home/products-bg01.png);
  }
  .home_products_blocs .bloc#tab-2 {
    background-image: url(../images/home/products-bg01.png);
  }
  .home_products_blocs .bloc#tab-3 {
    background-image: url(../images/home/products-bg01.png);
  }
  .home_products_blocs .bloc#tab-4 {
    background-image: url(../images/home/products-bg01.png);
  }
  .home_products_blocs .bloc#tab-5 {
    background-image: url(../images/home/products-bg01.png);
  }
  .home_products_blocs .bloc#tab-6 {
    background-image: url(../images/home/products-bg01.png);
  }
  .home_products_blocs .bloc#tab-7 {
    background-image: url(../images/home/products-bg01.png);
  }
  .home_products_blocs .bloc#tab-8 {
    background-image: url(../images/home/products-bg01.png);
  }
}

.home_products_blocs .txt {
  position: absolute;
  top: 46%;
  right: 8%;
  opacity: 0;
  transition: all 0.4s ease-out;
  transition-delay: 300ms;
}
@media screen and (max-width: 47.9375em) {
  .home_products_blocs .txt {
    right: 5%;
  }
}
.home_products_blocs .txt .tag span {
  display: inline-block;
  border-radius: 0.2222222222rem;
  padding: 0.2222222222rem 0.4444444444rem;
  background-color: var(--clr-primary-default);
  font-size: 0.6666666667rem;
  letter-spacing: 0.98px;
  color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .home_products_blocs .txt .tag span {
    font-size: 0.8571428571rem;
  }
}

.home_products_blocs #tab-3 .txt {
  right: 2%;
}

.home_products_blocs .txt h4 {
  position: relative;
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 47.9375em) {
  .home_products_blocs .txt h4 {
    font-size: 1.0714285714rem;
  }
}
.home_products_blocs .txt h4::before, .home_products_blocs .txt h4::after {
  content: "";
  position: absolute;
  transition: all 0.4s ease-out;
}
.home_products_blocs .txt h4::before {
  left: 0;
  bottom: 1.0555555556rem;
  width: 4.7222222222rem;
  height: 2px;
  background-color: var(--clr-wht);
  rotate: -24deg;
  clip-path: inset(0 100% 0 0);
  transform: translateX(-104%);
}
@media screen and (max-width: 47.9375em) {
  .home_products_blocs .txt h4::before {
    bottom: 0.7142857143rem;
    width: 3.2857142857rem;
    height: 1px;
  }
}
.home_products_blocs .txt h4::after {
  left: -4.8888888889rem;
  bottom: -2.4444444444rem;
  width: 0.8333333333rem;
  height: 0.8333333333rem;
  border-radius: 50%;
  opacity: 0;
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .home_products_blocs .txt h4::after {
    left: -3.4285714286rem;
    bottom: -1.7142857143rem;
    width: 0.7142857143rem;
    height: 0.7142857143rem;
  }
}
.home_products_blocs .txt h4 span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.8888888889rem;
}
.home_products_blocs .txt h4 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 2px solid;
  transition: all 0.4s ease-out;
  transition-delay: 300ms;
}
@media screen and (max-width: 47.9375em) {
  .home_products_blocs .txt h4 span::after {
    border-bottom: 1px solid;
  }
}

.home_products_blocs .bloc img {
  opacity: 0;
  filter: blur(2.2222222222rem);
  transition: all 0.4s ease-out;
}
.home_products_blocs .bloc.current img {
  opacity: 1;
  filter: blur(0);
}
.home_products_blocs .bloc.current .txt {
  opacity: 1;
}
.home_products_blocs .bloc.current .txt h4::before {
  clip-path: inset(0 0% 0 0);
}
.home_products_blocs .bloc.current .txt h4::after {
  opacity: 1;
}
.home_products_blocs .bloc.current .txt h4 span::after {
  width: 100%;
}

/* home_technology
********************************************** */
.home_technology h2 {
  font-size: 2.5vw;
}
@media screen and (max-width: 47.9375em) {
  .home_technology h2 {
    font-size: 1.7142857143rem;
  }
}
.home_technology h2 + p {
  flex: 1;
}

.home_technology--blocs li:nth-child(1) img {
  width: 12.1111111111rem;
  height: auto;
}
.home_technology--blocs li:nth-child(2) {
  transition-delay: 0.2s;
}
.home_technology--blocs li:nth-child(2) .img {
  padding-top: 1.7777777778rem;
}
.home_technology--blocs li:nth-child(2) img {
  width: 18.3333333333rem;
  height: auto;
}
.home_technology--blocs li:nth-child(3) {
  transition-delay: 0.4s;
}
.home_technology--blocs li:nth-child(3) img {
  width: 18.7777777778rem;
  height: auto;
}
.home_technology--blocs .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15.5555555556rem;
  background: var(--clr-text-light);
}
.home_technology--blocs .font-en {
  top: 0.8888888889rem;
  left: 1.3333333333rem;
}

.home_technology--blocs .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s ease-out;
}

.home_technology--blocs .link .icon-svg {
  width: 3.1111111111rem;
  height: 3.1111111111rem;
  border-radius: 50%;
  background-color: var(--clr-primary-default);
  border-color: var(--clr-primary-default);
}
.home_technology--blocs .link .icon-svg::after {
  background-color: var(--clr-wht);
}

.home_technology--blocs a:hover .link {
  color: var(--clr-primary-default);
}

.home_technology .btn-blk a {
  width: 19.4444444444rem;
  justify-content: center;
}
.home_technology .btn-blk a .txt::before, .home_technology .btn-blk a .txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.home_technology .btn-blk a .txt::before {
  margin-top: calc((1 - 1.8) * 0.4em);
}
.home_technology .btn-blk a .txt::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}

/* home_history
********************************************** */
.home_history {
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .home_history {
    padding-top: 5.7142857143rem;
    padding-bottom: 5.7142857143rem;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%), var(--clr-primary-default);
  }
}

.home_history_scroll {
  position: relative;
  width: max-content;
  height: 100vh;
  padding-top: 4.1666666667vw;
  padding-right: 13.8888888889rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 93.33%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%), var(--clr-primary-default);
}
.home_history_scroll::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/home/history-bg02.png);
  background-repeat: no-repeat;
  background-position: center right;
  mix-blend-mode: screen;
}

.home_history--progress {
  position: absolute;
  top: 50%;
  left: 37.7777777778rem;
  transform: translateY(-50%);
  width: calc(100% - 70rem);
  border-bottom: 6px dotted rgba(247, 247, 247, 0.2);
}

.home_history--ttl {
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: 4.4444444444rem;
  padding-left: 4.4444444444rem;
}

.home_history--event {
  position: relative;
  z-index: 1;
  width: 49.3333333333rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 47.9375em) {
  .home_history--event {
    width: 100%;
    height: auto;
    padding-left: 0.4285714286rem;
    padding-right: 1.4285714286rem;
    flex-direction: column;
    justify-content: space-between;
  }
}
.home_history--event .img {
  width: 35.4166666667vw;
  margin-bottom: 2.2222222222rem;
  filter: grayscale(1);
  transition: filter 1s ease-out;
}
@media screen and (max-width: 47.9375em) {
  .home_history--event .img {
    width: 100%;
    margin-top: 1.4285714286rem;
    margin-bottom: 0;
    filter: grayscale(0);
  }
}
.home_history--event.active .img {
  filter: grayscale(0);
}
.home_history--event:nth-of-type(odd) {
  flex-direction: column;
}
.home_history--event:nth-of-type(odd) .img {
  margin-top: 2.2222222222rem;
  margin-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .home_history--event:nth-of-type(odd) .img {
    margin-top: 1.4285714286rem;
  }
}

.home_history--event .txt {
  position: relative;
  padding-left: 8.6666666667rem;
}
@media screen and (max-width: 47.9375em) {
  .home_history--event .txt {
    padding-top: 2.2857142857rem;
    padding-left: 0;
  }
}
.home_history--event .txt::before, .home_history--event .txt::after {
  content: "";
  position: absolute;
}
.home_history--event .txt::before {
  top: 1.3333333333rem;
  left: 4.4444444444rem;
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  background-color: var(--clr-wht);
  border-radius: 50%;
}
@media screen and (max-width: 47.9375em) {
  .home_history--event .txt::before {
    top: 0;
    left: -0.4285714286rem;
    width: 0.7857142857rem;
    height: 0.7857142857rem;
  }
}
.home_history--event .txt::after {
  top: -2.2222222222rem;
  left: 4.9444444444rem;
  width: 2px;
  height: 4.4444444444rem;
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .home_history--event .txt::after {
    top: 0.3571428571rem;
    left: -0.4285714286rem;
    width: calc(100% + 1.8571428571rem);
    height: 1px;
  }
}
.home_history--event .txt .year {
  margin-right: 1.7777777778rem;
  font-weight: 500;
  letter-spacing: 2.58px;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .home_history--event .txt .year {
    letter-spacing: 0;
    font-size: 2.2857142857rem;
  }
}
.home_history--event .txt div {
  flex: 1;
  padding-top: 0.6666666667rem;
}

.home_history--event:nth-of-type(odd) .txt::after {
  top: auto;
  bottom: -2.2222222222rem;
  height: 100%;
}
@media screen and (max-width: 47.9375em) {
  .home_history--event:nth-of-type(odd) .txt::after {
    top: 0.3571428571rem !important;
    bottom: auto !important;
    height: 1px !important;
  }
}

/* home_company
********************************************** */
.home_company {
  position: relative;
}
.home_company > .inner-xl {
  margin-left: 0;
  max-width: calc(100vw - 8.75vw);
  width: 92%;
}
@media screen and (max-width: 47.9375em) {
  .home_company > .inner-xl {
    max-width: 86%;
    width: 86%;
    margin-left: auto;
    flex-direction: column;
  }
}

.home_company .deco_line {
  position: absolute;
  top: 6.6666666667rem;
  right: 0;
}

.home_company--txtarea {
  width: 57.2916666667vw;
}
@media screen and (max-width: 47.9375em) {
  .home_company--txtarea {
    width: 100%;
    margin-left: auto;
  }
}

.home_company--imgarea {
  flex: 1;
  overflow: hidden;
  border-radius: 0 0.8888888889rem 0.8888888889rem 0;
}
@media screen and (max-width: 47.9375em) {
  .home_company--imgarea {
    width: 100%;
    height: 16.2857142857rem;
    border-radius: 0.1428571429rem;
  }
}

.home_company .csr_links {
  padding: 1.3333333333rem 2.0833333333vw;
  border: 1px solid var(--clr-text-placeholder);
  border-radius: 0.4444444444rem;
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .home_company .csr_links {
    padding: 1.1428571429rem;
  }
}
.home_company .csr_links .csr_links--ttl {
  color: var(--clr-text-placeholder);
  letter-spacing: 0.96px;
}

@media screen and (max-width: 47.9375em) {
  .home_company .csr_links--list {
    flex: 1;
    margin-left: 1.7142857143rem;
  }
}

.home_company .csr_links--list li:not(:last-child) {
  margin-right: 2.0833333333vw;
}
@media screen and (max-width: 47.9375em) {
  .home_company .csr_links--list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.2857142857rem;
  }
}
.home_company .csr_links--list li a {
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .home_company .csr_links--list li a {
    justify-content: space-between;
  }
}
.home_company .csr_links--list li a .icon-arrow {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
}
@media screen and (max-width: 47.9375em) {
  .home_company .csr_links--list li a .icon-arrow {
    width: 1.1428571429rem;
    height: 1.1428571429rem;
  }
}

.home_company .csr_links--list a:hover .icon-arrow {
  background-color: var(--clr-blk);
}
.home_company .csr_links--list a:hover .icon-arrow::after {
  background-color: var(--clr-wht);
}

/* home_recruit
********************************************** */
.home_recruit {
  position: relative;
}

.home_recruit--txt {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_recruit--txt h2 {
  padding-top: 5.5555555556rem;
  font-size: 4.6875vw;
  font-size: clamp(45px, 4.6875vw, 90px);
}
@media screen and (max-width: 47.9375em) {
  .home_recruit--txt h2 {
    font-size: 2rem;
  }
}
.home_recruit--txt h2 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: linear-gradient(126deg, var(--clr-primary-light) 21.43%, #000 44.25%);
  background-size: 500% 100%;
  background-position: 70% 0;
  font-weight: 600;
  line-height: 1.6;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.home_recruit--txt h2.active span {
  animation: gradation_anime 1s ease-in forwards;
}

.home_recruit--txt h2 span img {
  position: absolute;
  top: -5.5555555556rem;
  left: -7.2222222222rem;
  z-index: -1;
  width: 31.6145833333vw;
}
@media screen and (max-width: 47.9375em) {
  .home_recruit--txt h2 span img {
    top: -20%;
    left: -5%;
    width: 10.9285714286rem;
  }
}

@keyframes gradation_anime {
  0% {
    background-position: 70% 0;
    opacity: 0;
  }
  20% {
    background-position: 70% 0;
    opacity: 0;
  }
  50% {
    background-position: 70% 0;
    opacity: 1;
  }
  100% {
    background-position: 0 0;
    opacity: 1;
  }
}
.home_recruit--img {
  height: 350vh;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .home_recruit--img {
    height: 200vh;
  }
}

.home_recruit--deco {
  position: absolute;
}
.home_recruit--deco.deco1 {
  top: 2%;
  left: 9%;
  width: 17.7083333333vw;
}
@media screen and (max-width: 47.9375em) {
  .home_recruit--deco.deco1 {
    top: 4%;
    left: 0;
    width: 8.5714285714rem;
  }
}
.home_recruit--deco.deco2 {
  top: 60%;
  right: 8%;
  width: 19.375vw;
}
@media screen and (max-width: 47.9375em) {
  .home_recruit--deco.deco2 {
    width: 13.2857142857rem;
  }
}
.home_recruit--deco.deco3 {
  top: 10%;
  right: 25%;
  width: 14.4270833333vw;
}
@media screen and (max-width: 47.9375em) {
  .home_recruit--deco.deco3 {
    top: 12%;
    right: 0;
    width: 8.4285714286rem;
  }
}
.home_recruit--deco.deco4 {
  top: 60%;
  left: 17%;
  width: 12.2916666667vw;
}
@media screen and (max-width: 47.9375em) {
  .home_recruit--deco.deco4 {
    left: 4%;
    width: 8.4285714286rem;
  }
}
.home_recruit--deco.img1, .home_recruit--deco.img2, .home_recruit--deco.img3, .home_recruit--deco.img4, .home_recruit--deco.img5 {
  width: 16.6666666667vw;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5.5555555556rem 0 #FFF;
}
@media screen and (max-width: 47.9375em) {
  .home_recruit--deco.img1, .home_recruit--deco.img2, .home_recruit--deco.img3, .home_recruit--deco.img4, .home_recruit--deco.img5 {
    width: 8.5714285714rem;
  }
}
.home_recruit--deco.img1 {
  top: 20%;
  right: 13.0208333333vw;
}
@media screen and (max-width: 47.9375em) {
  .home_recruit--deco.img1 {
    right: 2%;
  }
}
.home_recruit--deco.img2 {
  top: 28%;
  left: 0;
}
.home_recruit--deco.img3 {
  top: 48%;
  left: 5%;
}
.home_recruit--deco.img4 {
  top: 40%;
  right: 0;
}
.home_recruit--deco.img5 {
  top: 60%;
  right: 17%;
}
@media screen and (max-width: 47.9375em) {
  .home_recruit--deco.img5 {
    right: 6%;
  }
}

.home_recruit--link a {
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid;
  padding-bottom: 0.8888888889rem;
  color: var(--clr-primary-default);
}
.home_recruit--link a:hover {
  opacity: 0.5;
}
.home_recruit--link a .icon-arrow {
  background-color: var(--clr-primary-default);
}
.home_recruit--link a .icon-arrow::after {
  background-color: var(--clr-wht);
}

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

 スタンダード用TOP

######################################################################## */
.standard {
  /* hero
  ********************************************** */
  /* home_newsline
  ********************************************** */
  /* 回り込みレイアウト
  ********************************************** */
  /* スライド
  ********************************************** */
  /* 背景写真カラム
  ********************************************** */
  /* 新着情報、ブログ
  ********************************************** */
  /* フッター上リンク（名称求む…）
  ********************************************** */
}
.standard .hero--cont {
  position: absolute;
  top: auto;
  left: 8.6111111111rem;
  bottom: 7rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .hero--cont {
    left: 8%;
    right: 8%;
    bottom: 10%;
  }
}
.standard .hero--catch {
  font-size: 2.6666666667rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 47.9375em) {
  .standard .hero--catch {
    font-size: 2.2857142857rem;
    line-height: 1.3;
  }
}
.standard .hero--lead {
  line-height: 2;
}
.standard .home_newsline {
  padding-block: 0.8888888889rem;
}
.standard .home_newsline .inner {
  gap: 2.2222222222rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .home_newsline .inner {
    gap: 0.7142857143rem;
  }
}
.standard .home_newsline--more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7777777778rem;
  margin-block: -0.8888888889rem;
  padding-block: 0.8888888889rem;
  color: var(--clr-primary-default);
  font-size: max(13px, 0.8333333333rem);
}
.standard .posts-newsline .post {
  margin-block: -0.8888888889rem;
  padding-block: 0.8888888889rem;
  border: 0 !important;
}
@media screen and (min-width: 48em) {
  .standard .posts-newsline .post {
    width: 45.3125vw;
  }
}
.standard .posts-newsline .cat_list {
  display: none;
}
.standard .home_hogehoge01 .lps_parts--img_text .inner:not(.inner-lg) {
  width: 100%;
}
.standard .home_hogehoge01 .lps_parts--img_text:has(.inner-lg) {
  margin-inline: calc(50% - 50vw);
  margin-bottom: -4.4444444444rem;
  counter-reset: number;
}
@media screen and (max-width: 47.9375em) {
  .standard .home_hogehoge01 .lps_parts--img_text:has(.inner-lg) {
    margin-bottom: 1.7142857143rem;
  }
}
.standard .home_hogehoge01 .lps_parts--img_text:has(.inner-lg) .ttl-03 {
  font-size: 2.2222222222rem;
  line-height: 1.5;
}
@media screen and (max-width: 47.9375em) {
  .standard .home_hogehoge01 .lps_parts--img_text:has(.inner-lg) .ttl-03 {
    font-size: 2rem;
  }
}
.standard .home_hogehoge01 .lps_parts--img_text:has(.inner-lg) .ttl-03::before {
  counter-increment: number;
  content: "0" counter(number);
  position: absolute;
  right: 0;
  top: -0.5em;
  z-index: -1;
  color: var(--clr-primary-default);
  font-size: 11.1111111111rem;
  font-family: var(--font-en-heading);
  line-height: var(--line-height-none);
  letter-spacing: 0;
  opacity: 0.2;
}
@media screen and (max-width: 47.9375em) {
  .standard .home_hogehoge01 .lps_parts--img_text:has(.inner-lg) .ttl-03::before {
    top: -0.3em;
    font-size: 7.1428571429rem;
  }
}
.standard .home_hogehoge01 .lps_parts--img_text:has(.inner-lg) .lps_parts + .lps_parts {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .standard .home_hogehoge01 .lps_parts--img_text:has(.inner-lg) .img_text--txt {
    min-height: 40rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .standard .home_hogehoge01 .lps_parts--img_text:has(.inner-lg) .img_text--txt {
    padding-block: 2.2857142857rem;
  }
}
.standard .home_hogehoge01 .lps_parts--img_text .img {
  overflow: hidden;
}
.standard .slide-query .splide__track {
  margin-inline: calc(50% - 50vw);
}
.standard .slide-query .splide__slide {
  transition: var(--transit-default);
}
.standard .slide-query .splide__slide:not(.is-active) {
  opacity: 0.3;
}
.standard .slide-query .splide__arrow {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3.5555555556rem;
  height: 3.5555555556rem;
  color: var(--clr-primary-default);
  border-radius: 50%;
  background-color: var(--clr-wht);
  border: none;
}
.standard .slide-query .splide__arrow::before, .standard .slide-query .splide__arrow::after {
  content: "";
  position: absolute;
}
.standard .slide-query .splide__arrow::before {
  inset: 0;
  border-radius: 50%;
  opacity: 0.2;
}
.standard .slide-query .splide__arrow::after {
  width: 0.4444444444rem;
  height: 0.4444444444rem;
  transform: rotate(45deg);
}
.standard .slide-query .splide__arrow--prev::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
}
.standard .slide-query .splide__arrow--next::after {
  border-top: 2px solid;
  border-right: 2px solid;
}
.standard .slide-query .splide__pagination {
  margin-top: 1.3333333333rem;
  justify-content: center;
  gap: 0.5555555556rem;
}
.standard .slide-query .splide__pagination .splide__pagination__page {
  width: 0.4444444444rem;
  padding: 0;
  aspect-ratio: 1;
  border: none;
  border-radius: 50%;
  background-color: var(--clr-primary-default);
}
.standard .slide-query .splide__pagination .splide__pagination__page:not(.is-active) {
  opacity: 0.5;
}
.standard .posts-query01 .post {
  width: 21rem;
  margin-right: 1.7777777778rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .posts-query01 .post {
    width: 80vw;
    margin-right: 1rem;
  }
}
.standard .posts-query01 .post--txt {
  text-align: justify;
}
.standard .posts-query01 .slide-query .splide__arrow {
  top: 5.1666666667rem;
}
.standard .posts-query01 .slide-query .splide__arrow--prev {
  left: -2.6666666667rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .posts-query01 .slide-query .splide__arrow--prev {
    left: -1rem;
  }
}
.standard .posts-query01 .slide-query .splide__arrow--next {
  right: -2.6666666667rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .posts-query01 .slide-query .splide__arrow--next {
    right: -1rem;
  }
}
.standard .posts-query02 .post {
  width: 21rem;
  margin-right: 1.7777777778rem;
  padding: 2.1111111111rem 2.1111111111rem 3rem;
  background-color: var(--clr-wht);
  box-shadow: 0 0 1.7777777778rem rgba(0, 0, 0, 0.1);
  border-radius: 0.4444444444rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .posts-query02 .post {
    width: 80vw;
    margin-right: 1rem;
  }
}
.standard .posts-query02 .post--num {
  display: block;
  color: var(--clr-primary-default);
  font-size: 4.4444444444rem;
  font-family: var(--font-en-text);
  text-align: center;
  line-height: var(--line-height-none);
  letter-spacing: 0;
}
.standard .posts-query02 .post--img {
  width: 10.2222222222rem;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1;
}
.standard .posts-query02 .post--ttl {
  text-align: center;
}
.standard .posts-query02 .post--txt {
  text-align: justify;
}
.standard .posts-query02 .slide-query .splide__list {
  padding-top: 5.7222222222rem !important;
  padding-bottom: 1.7777777778rem !important;
}
@media screen and (min-width: 48em) {
  .standard .posts-query02 .slide-query .splide__list {
    padding-left: calc(21rem - 0.8888888889rem);
  }
}
.standard .posts-query02 .slide-query .splide__slide {
  height: auto;
}
.standard .posts-query02 .slide-query .splide__arrow {
  top: 0;
}
.standard .posts-query02 .slide-query .splide__arrow--prev {
  right: 4.8333333333rem;
}
.standard .posts-query02 .slide-query .splide__arrow--next {
  right: 0;
}
.standard .bg_section {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 4.4444444444rem;
}
@media print, screen and (min-width: 48em) {
  .standard .bg_section {
    min-height: 40rem;
  }
}
.standard .bg_section:nth-of-type(odd) .bg_section--txt {
  margin-left: auto;
}
.standard .bg_section--img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (min-width: 48em) {
  .standard .bg_section--txt {
    width: 26.8333333333rem;
  }
}
.standard .home_information01 {
  display: flex;
  gap: 0.8888888889rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .home_information01 {
    flex-direction: column;
  }
}
.standard .home_information01 + .home_information01 {
  margin-top: 5.5555555556rem;
}
.standard .home_information01--ttl {
  flex: 1;
}
@media screen and (min-width: 48em) {
  .standard .home_information01--cont {
    width: 44.4444444444rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .standard .home_information01--ttl {
    text-align: center;
  }
  .standard .home_information01--ttl .subtitle::after {
    margin-inline: auto;
  }
  .standard .home_information01 .link-arrow {
    text-align: center;
  }
}
.standard .home_information01 .posts-news .post--txt,
.standard .home_information01 .posts-blog .post--txt {
  -webkit-line-clamp: 1;
  opacity: 0.5;
  pointer-events: none;
}
.standard .home_information01 .posts-news .post--date {
  font-size: max(16px, 1rem);
}
.standard .home_information01 .posts-news .post--txtarea {
  flex: 1;
}
.standard .home_information01 .posts-blog .post {
  padding-block: 1.5555555556rem;
}
.standard .home_information01 .posts-blog .post--date {
  font-size: max(11px, 0.7222222222rem);
}
.standard .home_information02--wrap {
  display: grid;
  gap: 1.1111111111rem 4.1666666667rem;
}
@media print, screen and (min-width: 48em) {
  .standard .home_information02--wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .standard .home_information02 {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0.5555555556rem;
  }
}
.standard .home_information02 .posts-news .post--date,
.standard .home_information02 .posts-blog .post--date {
  font-size: max(11px, 0.7222222222rem);
}
.standard .home_information02 .posts-news {
  padding: 2.2222222222rem 2.6666666667rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .home_information02 .posts-news {
    padding: 0.5714285714rem 1.1428571429rem;
  }
}
.standard .home_information02 .posts-news .post {
  display: block;
}
.standard .home_information02 .posts-news .post:first-child {
  border-top: none;
}
.standard .home_information02 .posts-news .post:last-child {
  border-bottom: none;
}
.standard .home_information02 .posts-news .post--txt {
  -webkit-line-clamp: 2;
  opacity: 0.5;
  font-size: max(12px, 0.7777777778rem);
  line-height: 1.5714285714;
  pointer-events: none;
}
.standard .home_information02 .posts-news .post--info {
  margin-bottom: 0.4444444444rem;
}
.standard .home_information02 .posts-news .post--ttl {
  margin-bottom: 0.4444444444rem;
}
.standard .home_information02 .posts-blog .post {
  padding: 0;
  border: none;
  gap: 1.7777777778rem;
}
@media print, screen and (min-width: 48em) {
  .standard .home_information02 .posts-blog .post {
    grid-template-columns: 12rem minmax(0, 1fr);
  }
}
.standard .home_information02 .posts-blog .post:not(:last-child) {
  margin-bottom: 1.7777777778rem;
}
.standard .home_information02 .posts-blog .post--info {
  align-items: flex-start;
  flex-direction: column-reverse;
}
.standard .home_information02 .posts-blog .cat_list {
  margin-left: 0 !important;
  margin-bottom: 0.4444444444rem;
}
.standard .home_footer_toplink .related_page--list {
  border-radius: 0;
}

/* page_ttl
********************************************** */
.page_ttl {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.page_ttl .deco_line {
  position: absolute;
  top: 4.4444444444rem;
  right: 0;
}

.page_ttl--bg {
  max-width: calc(100vw - 8.3333333333vw);
  height: 31.25vw;
  margin-left: auto;
  border-radius: 0.8888888889rem 0 0 0.8888888889rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: var(--bg-img);
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl--bg {
    max-width: calc(100vw - 7%);
    height: 17.4285714286rem;
    --bg-img-sp: var(--bg-img);
    background-image: var(--bg-img-sp);
  }
}

.page_ttl-jp {
  font-size: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-jp {
    font-size: 1.1428571429rem;
  }
}
.page_ttl-jp:has(+ .page_ttl-en) {
  margin-bottom: 1.3333333333rem;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-jp:has(+ .page_ttl-en) {
    margin-bottom: 0.8571428571rem;
  }
}

.page_ttl-en {
  display: block;
  text-transform: capitalize;
  font-size: 6.6666666667rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-en {
    font-size: 4.2857142857rem;
  }
}

.page-csr .page_ttl-en {
  text-transform: uppercase;
}

.page_ttl-jp,
.page_ttl-en {
  background: linear-gradient(126deg, var(--clr-primary-default) 21.43%, #000 44.25%);
  background-size: 500% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.page_ttl-jp.clr-wht,
.page_ttl-en.clr-wht {
  background: linear-gradient(126deg, var(--clr-wht) 21.43%, var(--clr-blk) 44.25%);
  background-size: 500% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.load_active .page_ttl-jp,
.load_active .page_ttl-en,
.load_active .page_ttl-jp.clr-wht,
.load_active .page_ttl-en.clr-wht {
  animation: ttl_animation 2s cubic-bezier(0.62, -0.01, 0.38, 1.01) forwards;
}

/* --- page_ttl（タイトル画像なし） --- */
.page_ttl:not(.page_ttl-has_bg) {
  padding-top: 1.7777777778rem;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl:not(.page_ttl-has_bg) {
    padding-top: 1.7142857143rem;
  }
}
.page_ttl:not(.page_ttl-has_bg) > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_ttl:not(.page_ttl-has_bg) .breadcrumbs {
  background-color: transparent;
}

/* --- page_ttl（タイトル画像あり） --- */
.page_ttl-has_bg > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 製品情報ページ
********************************************** */
.page-products-temp .page_ttl {
  padding-bottom: 6.6666666667rem;
}

.page-products-temp .page_ttl .inner {
  position: relative;
  z-index: 3;
}

.page-products-temp .page_ttl--bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

/* 先輩社員の声
********************************************** */
.single-interview .page_ttl {
  height: 44.4444444444rem;
}
@media screen and (max-width: 47.9375em) {
  .single-interview .page_ttl {
    height: auto;
  }
}
.single-interview .page_ttl > .inner {
  padding-top: 2.2222222222rem;
}
@media screen and (max-width: 47.9375em) {
  .single-interview .page_ttl > .inner {
    padding-bottom: 0;
  }
}
.single-interview .page_ttl .deco_line {
  display: none;
}

.single-interview .breadcrumbs .inner {
  padding-block: 1.3333333333rem;
}

.single-interview .page_ttl--bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding-right: clamp(20px, 2.0833333333vw, 182px);
  background-size: 44.4444444444rem 44.5rem;
  background-repeat: no-repeat;
  pointer-events: none;
  text-align: right;
  overflow: hidden;
}
.single-interview .page_ttl--bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--color-sub-grd-interview, linear-gradient(180deg, #EEF8FF 35.9%, #CBDEEB 100%));
}
@media screen and (max-width: 47.9375em) {
  .single-interview .page_ttl--bg {
    position: static;
    padding-right: 0;
    text-align: center;
  }
}

.single-interview .page_ttl .deco {
  position: absolute;
  top: -1.3333333333rem;
  left: 0;
}
@media screen and (max-width: 47.9375em) {
  .single-interview .page_ttl .deco {
    width: 7.1428571429rem;
  }
}

.single-interview .page_ttl .num {
  margin-right: 1.3333333333rem;
  font-size: 11.2222222222rem;
  color: var(--clr-text-primary);
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .single-interview .page_ttl .num {
    margin-right: 0.5714285714rem;
    font-size: 5.1428571429rem;
  }
}

.single-interview .page_ttl .name {
  letter-spacing: 0;
}

.single-interview .page_ttl .catch {
  margin-bottom: 2.7777777778rem;
  font-size: 3.3333333333rem;
  letter-spacing: 1.8px;
  clip-path: inset(0 100% 0 0);
  transition: all 1s ease-out;
}
@media screen and (max-width: 47.9375em) {
  .single-interview .page_ttl .catch {
    margin-bottom: 1.1428571429rem;
    font-size: 1.5rem;
  }
}
.single-interview .page_ttl .catch.loaded {
  clip-path: inset(0 0% 0 0);
}
.single-interview .page_ttl .catch span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.8888888889rem 0.8888888889rem 0.2222222222rem;
  line-height: 1.95;
  background-color: #fff;
  color: var(--clr-text-primary) !important;
}
@media screen and (max-width: 47.9375em) {
  .single-interview .page_ttl .catch span {
    padding: 0.5714285714rem 0.5714285714rem 0.2857142857rem;
    line-height: 2.2;
  }
}

.single-interview .page_ttl .tag li span {
  display: inline-block;
  border-radius: 99px;
  padding: 0.3333333333rem 1.1111111111rem 0;
  background-color: var(--clr-wht);
  font-size: 1.1111111111rem;
  font-weight: 600;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 47.9375em) {
  .single-interview .page_ttl .tag li span {
    padding: 0.4285714286rem 0.5714285714rem 0;
    font-size: 0.9285714286rem;
  }
}

/* ttl
********************************************** */
.ttl-01,
.ttl-02,
.ttl-03,
.ttl-04,
.ttl-05,
.ttl-06 {
  position: relative;
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-heading);
}
.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)) {
  margin-bottom: 1em;
}
.ttl-01 span,
.ttl-02 span,
.ttl-03 span,
.ttl-04 span,
.ttl-05 span,
.ttl-06 span {
  line-height: inherit;
  letter-spacing: inherit;
}

.ttl-01 {
  color: var(--clr-primary-default);
  font-size: var(--font-size-heading1);
  font-weight: 700;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01 {
    font-size: var(--font-size-heading1-sp);
  }
}
.ttl-01.font-en {
  font-family: var(--font-en-display);
  font-size: clamp(60px, 6.25vw, 120px);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01.font-en {
    font-size: 4.2857142857rem;
  }
}
.ttl-01.font-jp {
  letter-spacing: 1.92px;
  font-family: var(--font-jp-heading);
}
.ttl-01.clr-wht .subtitle {
  color: var(--clr-wht);
}
.ttl-01.clr-wht .subtitle::after {
  background-color: var(--clr-wht);
}
.ttl-01.font-jp .subtitle {
  margin-bottom: 0.8888888889rem;
  text-transform: capitalize;
  font-family: var(--font-en);
}

.ttl-01.scroll_active span {
  display: block;
  background: linear-gradient(126deg, var(--clr-primary-default) 21.43%, #000 44.25%);
  background-size: 500% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  line-height: 1.15;
}

.ttl-01.scroll_active.clr-wht span {
  background: linear-gradient(126deg, var(--clr-wht) 21.43%, #000 44.25%);
  background-size: 500% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.ttl-01.active span {
  animation: ttl_animation 1.5s cubic-bezier(0.62, -0.01, 0.38, 1.01) forwards;
}

@keyframes ttl_animation {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.ttl-02 {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading2);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.1066666667rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-02 {
    font-size: var(--font-size-heading2-sp);
  }
}
.ttl-02.font-en {
  font-size: var(--font-size-heading2);
}
@media screen and (max-width: 47.9375em) {
  .ttl-02.font-en {
    font-size: var(--font-size-heading2-sp);
  }
}

.ttl-03 {
  font-family: var(--font-jp-heading);
  font-size: clamp(24px, 2.5vw, 48px);
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-03 {
    font-size: var(--font-size-heading3-sp);
  }
}
.ttl-03.font-en {
  font-size: var(--heading3);
}
@media screen and (max-width: 47.9375em) {
  .ttl-03.font-en {
    font-size: var(--font-size-heading3-sp);
  }
}

.ttl-04 {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading4);
}
@media screen and (max-width: 47.9375em) {
  .ttl-04 {
    font-size: var(--font-size-heading4-sp);
  }
}
.ttl-04.font-en {
  font-size: var(--font-size-heading4);
}
@media screen and (max-width: 47.9375em) {
  .ttl-04.font-en {
    font-size: var(--font-size-heading4-sp);
  }
}

.ttl-05 {
  font-family: var(--font-jp-heading);
  font-size: max(22px, var(--font-size-heading5));
}
@media screen and (max-width: 47.9375em) {
  .ttl-05 {
    font-size: var(--font-size-heading5-sp);
  }
}
.ttl-05.font-en {
  font-size: var(--font-size-heading5);
}
@media screen and (max-width: 47.9375em) {
  .ttl-05.font-en {
    font-size: var(--font-size-heading5-sp);
  }
}

.ttl-06 {
  font-family: var(--font-jp-heading);
  font-size: var(--font-size-heading6);
}
@media screen and (max-width: 47.9375em) {
  .ttl-06 {
    font-size: var(--font-size-heading6-sp);
  }
}
.ttl-06.font-en {
  font-size: var(--font-size-heading6);
}
@media screen and (max-width: 47.9375em) {
  .ttl-06.font-en {
    font-size: var(--font-size-heading6-sp);
  }
}

/* subtitle
********************************************** */
.subtitle,
.subtitle-sm {
  letter-spacing: 0.03em !important;
}

.subtitle {
  --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-lg));
}
@media screen and (max-width: 47.9375em) {
  .subtitle {
    font-size: 1.1428571429rem;
  }
}
.subtitle.font-en {
  font-size: max(var(--max-font-size), var(--font-size-txt-lg));
}
@media screen and (max-width: 47.9375em) {
  .subtitle.font-en {
    font-size: 1.1428571429rem;
  }
}
.subtitle:where(:not([class*=mgn-btm]):not(:last-child)) {
  margin-bottom: 1.3333333333rem;
}

.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));
}
@media screen and (max-width: 47.9375em) {
  .subtitle-sm {
    font-size: var(--font-size-txt-sm-sp);
  }
}
.subtitle-sm.font-en {
  font-size: max(var(--max-font-size), var(--font-size-txt-sm));
}
@media screen and (max-width: 47.9375em) {
  .subtitle-sm.font-en {
    font-size: var(--font-size-txt-sm-sp);
  }
}

.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));
}
@media screen and (max-width: 47.9375em) {
  .subtitle-lg {
    font-size: var(--font-size-txt-lg-sp);
  }
}
.subtitle-lg.font-en {
  font-size: max(var(--max-font-size), var(--font-size-txt-lg));
}
@media screen and (max-width: 47.9375em) {
  .subtitle-lg.font-en {
    font-size: var(--font-size-txt-lg-sp);
  }
}

.display-lg-en {
  font-family: var(--font-en-display);
  font-size: var(--font-size-display-lg);
}
@media screen and (max-width: 47.9375em) {
  .display-lg-en {
    font-size: var(--font-size-display-lg-sp);
  }
}

.display-en {
  font-family: var(--font-en-display);
  font-size: var(--font-size-display-md);
}
@media screen and (max-width: 47.9375em) {
  .display-en {
    font-size: var(--font-size-display-md-sp);
  }
}

.display-sm-en {
  font-family: var(--font-en-display);
  font-size: var(--font-size-display-sm);
}
@media screen and (max-width: 47.9375em) {
  .display-sm-en {
    font-size: var(--font-size-display-sm-sp);
  }
}

/* anchor_link
********************************************** */
.anchor_link--list_wrap {
  position: sticky;
  top: 5.3333333333rem;
  z-index: 100;
  padding-block: 1.3333333333rem;
  padding-right: 8.3333333333vw;
}
@media screen and (max-width: 47.9375em) {
  .anchor_link--list_wrap {
    display: none;
    top: 4.5714285714rem;
    overflow: auto;
    background-color: var(--clr-wht);
    padding-block: 0;
    padding-right: 0;
  }
}

.anchor_link--list {
  gap: 1.7777777778rem;
}
@media screen and (max-width: 47.9375em) {
  .anchor_link--list {
    gap: 0.7142857143rem 2.7142857143rem;
    flex-wrap: wrap;
    justify-content: space-between;
    white-space: nowrap;
    width: 86%;
    margin-inline: auto;
    padding-top: 1.4285714286rem;
    padding-bottom: 1.1428571429rem;
    padding-inline: 0;
    overflow: auto;
  }
}

.anchor_link--list li {
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .anchor_link--list li {
    width: 44%;
  }
}

.anchor_link--list a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: var(--line-height-hdr);
  font-size: 0.7777777778rem;
  color: var(--clr-text-secondary);
}
@media screen and (max-width: 47.9375em) {
  .anchor_link--list a {
    justify-content: space-between;
    font-size: 0.8571428571rem;
  }
}
.anchor_link--list a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: var(--clr-text-placeholder);
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  transform: rotate(90deg) scale(0.4);
  transition: all 0.4s ease-out;
}
@media (hover: hover) {
  .anchor_link--list a:hover {
    color: var(--clr-text-primary);
  }
  .anchor_link--list a:hover::after {
    background-color: var(--clr-primary-default);
    transform: rotate(90deg) scale(1);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-image: url(../images/common/icon-arrow2.svg);
  }
}

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

    ARCHIVE

############################################################################## */
.main_side {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14.6666666667rem;
  gap: 4.4444444444rem;
}
@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 {
  background-color: var(--clr-wht);
}

.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;
}
.post--date {
  font-family: var(--font-en-text);
  color: var(--clr-text-secondary);
  font-size: 0.8888888889rem;
}

.post--info.flex .post--date + .cat_list {
  margin-left: auto;
}

.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1111111111rem;
}

.cat_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: max(12px, 0.7777777778rem);
  background-color: var(--clr-wht);
  padding-inline: 1em;
  border-radius: 0.2222222222rem;
  border: 1px solid;
}

@media (hover: hover) {
  .cat_list a:hover {
    opacity: 0.7;
  }
}
/* side_column
**************************************** */
.side_section:not(:last-child) {
  margin-bottom: 3.5555555556rem;
}
@media screen and (max-width: 47.9375em) {
  .side_section:not(:last-child) {
    margin-bottom: 2.2857142857rem;
  }
}

.side--ttl {
  font-family: var(--font-jp-heading);
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 0.8888888889rem;
}

.side--ttl span {
  display: block;
  margin-top: 0.4444444444rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: var(--font-en-heading);
  opacity: 0.5;
}

/* --- list --- */
.side--list a {
  display: block;
}
@media (hover: hover) {
  .side--list a:hover {
    opacity: 0.7;
  }
}

.side--list .children a {
  position: relative;
  padding-left: 1.5em;
}
.side--list .children a::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 1em;
  border-top: solid 1px;
}

/* --- post --- */
.posts-side .post {
  display: grid;
  grid-template-columns: 3.5555555556rem minmax(0, 1fr);
  gap: 0.8888888889rem;
  align-items: center;
}
.posts-side .post:not(:last-child) {
  margin-bottom: 0.8888888889rem;
}
.posts-side .post--date {
  margin-bottom: 0;
}
.posts-side .post--ttl {
  line-height: var(--line-height-hdr);
}

/* --- archive --- */
.archive_list--ttl {
  position: relative;
  cursor: pointer;
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-default);
  padding-right: 0.8888888889rem;
  transition: var(--transit-default);
}
.archive_list--ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.4444444444rem;
  height: 0.4444444444rem;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  transition: var(--transit-default);
}
.archive_list--ttl.active::after {
  transform: rotate(315deg);
}
@media (hover: hover) {
  .archive_list--ttl:hover {
    opacity: 0.7;
  }
}

.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.4444444444rem;
}

.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, 0.8888888889rem);
  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: 17.7777777778rem;
  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 .active .archive_list--btn::after {
  bottom: -0.2em;
  transform: rotate(225deg);
}
.archive-pulldown .active .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

/* blog
**************************************** */
.posts-blog .post {
  display: grid;
  gap: 2.2222222222rem;
  padding-block: 2.6666666667rem;
  border-bottom: 1px solid var(--clr-mono-02);
}
@media print, screen and (min-width: 48em) {
  .posts-blog .post {
    grid-template-columns: 15.5555555556rem 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, 1rem);
}

/* news
**************************************** */
/* --- news--archive --- */
.news--archive {
  padding-block: 1.1111111111rem;
  background-color: #111;
}

.news--archive li {
  margin-left: 8px;
  margin-right: 8px;
}

.news--archive a {
  color: var(--clr-wht);
}

/* --- posts-news --- */
.posts-news .post {
  gap: 2.2222222222rem;
  padding-block: 2.2222222222rem;
  padding-inline: 1.3333333333rem;
  padding-right: 4.8888888889rem;
  border-bottom: 1px solid var(--clr-mono-02);
  transition: all 0.4s ease-out;
}
.posts-news .post:first-child {
  border-top: 1px solid var(--clr-mono-02);
}
.posts-news .post:hover {
  background-color: var(--clr-bg-02);
}
@media screen and (max-width: 47.9375em) {
  .posts-news .post {
    display: block;
    padding-block: 1.7142857143rem;
    padding-inline: 0.5714285714rem;
    padding-right: 3.4285714286rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .posts-news .post--info {
    margin-bottom: 0.5714285714rem;
  }
}
.posts-news .post--txtarea {
  flex: 1;
}
.posts-news .post--ttl {
  font-family: var(--font-en-heading);
  font-size: max(16px, 1rem);
}
@media screen and (max-width: 47.9375em) {
  .posts-news .post--ttl {
    font-size: 1rem;
  }
}
.posts-news .post--info.flex .post--date + .cat_list {
  margin-left: 0.8888888889rem;
}
.posts-news .icon {
  position: absolute;
  top: 0;
  right: 1.3333333333rem;
  bottom: 0;
  margin: auto 0;
  width: 3.1111111111rem;
  height: 3.1111111111rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  transition: all 0.4s ease-out;
}
.posts-news .icon .icon-new_tab {
  display: inline-block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--clr-blk);
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 47.9375em) {
  .posts-news .icon {
    right: 0.5714285714rem;
    width: 2rem;
    height: 2rem;
  }
}

.posts-news .post:hover .icon {
  background-color: var(--clr-blk);
}
.posts-news .post:hover .icon::after,
.posts-news .post:hover .icon .icon-new_tab {
  background-color: var(--clr-wht);
}

/* interview
**************************************** */
.archive-interview .page_ttl--bg {
  display: none;
}

.posts-interview .post {
  margin-bottom: 4.4444444444rem;
  height: 28.8888888889rem;
  background: linear-gradient(180deg, #EEF8FF 35.9%, #D7E9F5 100%);
  border-radius: 0.4444444444rem;
  overflow: hidden;
}
.posts-interview .post::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 21.1111111111rem;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(188deg, rgba(50, 212, 220, 0) 18.56%, #32D4DC 92.65%);
  transition: all 0.4s ease-out;
}
.posts-interview .post .post--img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.posts-interview .post .post--img img {
  width: auto;
  height: 108%;
  margin-top: -1%;
  margin-right: -10%;
}
.posts-interview .post .icon-arrow {
  position: absolute;
  right: 1.3333333333rem;
  bottom: 1.3333333333rem;
  z-index: 2;
  width: 4.4444444444rem;
  height: 4.4444444444rem;
  border-color: var(--clr-primary-default);
  background-color: var(--clr-primary-default);
  pointer-events: none;
}
.posts-interview .post .icon-arrow::after {
  width: 1.7777777778rem;
  background-color: var(--clr-wht);
}
.posts-interview .post:hover::before {
  opacity: 1;
}
.posts-interview .post:hover .icon-arrow {
  background-color: var(--clr-wht);
  border-color: var(--clr-wht);
}
.posts-interview .post:hover .icon-arrow::after {
  background-color: #32D4DC;
}
@media screen and (max-width: 47.9375em) {
  .posts-interview .post {
    display: flex;
    flex-direction: column-reverse;
    height: 80vh;
    margin-bottom: 2.2857142857rem;
    border-radius: 1.1428571429rem;
  }
  .posts-interview .post::before {
    height: 10.7142857143rem;
    pointer-events: none;
    opacity: 1;
  }
  .posts-interview .post .post--img {
    position: static;
    justify-content: center;
  }
  .posts-interview .post .post--img img {
    height: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .posts-interview .post .icon-arrow {
    right: 1.1428571429rem;
    bottom: 1.1428571429rem;
    width: 3.4285714286rem;
    height: 3.4285714286rem;
    background-color: var(--clr-wht);
    border-color: var(--clr-wht);
  }
  .posts-interview .post .icon-arrow::after {
    width: 2.2857142857rem;
    background-color: #32D4DC;
  }
}

.posts-interview .post--txtarea {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 1.7777777778rem 2.2222222222rem 1.7777777778rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-interview .post--txtarea {
    position: static;
    height: auto;
    padding: 1.1428571429rem;
    padding-bottom: 0;
  }
}

.posts-interview .post .interview_info {
  padding-top: 1.1111111111rem;
  margin-bottom: 1.7777777778rem;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .posts-interview .post .interview_info {
    margin-bottom: 1.2857142857rem;
  }
}
.posts-interview .post .interview_info .deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 8.5555555556rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-interview .post .interview_info .deco {
    width: 5.6428571429rem;
  }
}
.posts-interview .post .interview_info .num {
  margin-right: 0.5555555556rem;
  letter-spacing: 0;
  font-weight: 600;
  font-size: clamp(76px, 7.9166666667vw, 152px);
}
@media screen and (max-width: 47.9375em) {
  .posts-interview .post .interview_info .num {
    font-size: 4.2857142857rem;
  }
}
.posts-interview .post .interview_info .name {
  font-size: clamp(22px, 2.34375vw, 45px);
  font-weight: 600;
}
@media screen and (max-width: 47.9375em) {
  .posts-interview .post .interview_info .name {
    font-size: 1.7142857143rem;
  }
}

.posts-interview .post--ttl {
  letter-spacing: 1.37px;
  font-size: clamp(22px, 2.34375vw, 45px);
}
@media screen and (max-width: 47.9375em) {
  .posts-interview .post--ttl {
    font-size: 1.3571428571rem;
  }
}
.posts-interview .post--ttl a {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.7777777778rem 0.8888888889rem 0.2222222222rem;
  line-height: 1.95;
  background-color: #fff;
  color: var(--clr-text-primary) !important;
}
@media screen and (max-width: 47.9375em) {
  .posts-interview .post--ttl a {
    padding: 0.5714285714rem 0.5714285714rem 0.2857142857rem;
    line-height: 2.2;
    color: #32D4DC !important;
  }
}

.posts-interview .tag li span {
  display: inline-block;
  border-radius: 99px;
  padding: 0.3333333333rem 0.8888888889rem 0.2222222222rem;
  background-color: var(--clr-wht);
  font-size: 0.8333333333rem;
  font-weight: 600;
  letter-spacing: 0.457px;
  color: var(--clr-primary-default);
}
@media screen and (max-width: 47.9375em) {
  .posts-interview .tag li span {
    padding: 0.2857142857rem 0.5714285714rem 0.1428571429rem;
    color: #32D4DC;
  }
}

.interview_related--scroll .posts-interview .post,
#swiper01 .posts-interview .post {
  margin-bottom: 2.2222222222rem;
}
@media screen and (max-width: 47.9375em) {
  .interview_related--scroll .posts-interview .post,
  #swiper01 .posts-interview .post {
    margin-bottom: 0;
  }
}

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

    PAGE

############################################################################## */
.deco_line span {
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--clr-blk) 0%, var(--clr-primary-default) 20%, var(--clr-primary-light) 40%, var(--clr-wht) 50%, var(--clr-primary-light) 60%, var(--clr-primary-dark) 80%, var(--clr-blk) 100%);
  animation: line_anime 1s 1s infinite linear both;
}
@media screen and (max-width: 47.9375em) {
  .deco_line span {
    height: 2px;
  }
}
.deco_line span.w125 {
  width: 6.9444444444rem;
}
@media screen and (max-width: 47.9375em) {
  .deco_line span.w125 {
    width: 4.4285714286rem;
  }
}
.deco_line span.w180 {
  width: 10rem;
}
@media screen and (max-width: 47.9375em) {
  .deco_line span.w180 {
    width: 6.4285714286rem;
  }
}
.deco_line span.w200 {
  width: 11.1111111111rem;
}
@media screen and (max-width: 47.9375em) {
  .deco_line span.w200 {
    width: 7.1428571429rem;
  }
}
.deco_line span.w240 {
  width: 13.3333333333rem;
}
@media screen and (max-width: 47.9375em) {
  .deco_line span.w240 {
    width: 8.5714285714rem;
  }
}
.deco_line span.w250 {
  width: 13.8888888889rem;
}
@media screen and (max-width: 47.9375em) {
  .deco_line span.w250 {
    width: 8.9285714286rem;
  }
}
.deco_line span + span {
  margin-top: 0.8888888889rem;
}
@media screen and (max-width: 47.9375em) {
  .deco_line span + span {
    margin-top: 0.5714285714rem;
  }
}

.deco_line.line1 .w200 {
  margin-left: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .deco_line.line1 .w200 {
    margin-left: 2.5714285714rem;
  }
}

.deco_line.line2 .w125 {
  margin-left: auto;
}

.deco_line.line3 .w250 {
  margin-left: 3.4444444444rem;
}
@media screen and (max-width: 47.9375em) {
  .deco_line.line3 .w250 {
    margin-left: 2.2142857143rem;
  }
}
.deco_line.line3 span:nth-child(3) {
  margin-left: 2.0555555556rem;
}
@media screen and (max-width: 47.9375em) {
  .deco_line.line3 span:nth-child(3) {
    margin-left: 1.2857142857rem;
  }
}

@keyframes line_anime {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  20% {
    clip-path: inset(0 100% 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  80% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
.img_mask {
  position: relative;
  overflow: hidden;
}
.img_mask::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-primary-default);
}
.img_mask.active::after {
  animation: img_anime 0.4s cubic-bezier(0.62, -0.01, 0.38, 1.01) forwards;
}

@keyframes img_anime {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.swiper01_wrap {
  max-width: calc(100vw - 8.75vw);
  margin-left: auto;
}

#swiper01 .swiper-scrollbar-outer,
.swiper02 .swiper-scrollbar-outer,
.history_swiper .swiper-scrollbar-outer {
  max-width: 100%;
  padding-top: 12px;
}

.swiper02 .swiper-scrollbar-outer {
  background-color: #fff;
}

.lps_sec:nth-child(even) .swiper02 .swiper-scrollbar-outer {
  background-color: var(--clr-bg-02);
}

#swiper01 {
  padding-right: 1.7777777778rem;
}

#swiper01 .swiper-wrapper,
.swiper02 .swiper-wrapper {
  cursor: grab;
}

.swiper02 .swiper-wrapper {
  background-color: var(--clr-wht);
}

.lps_sec:nth-child(even) .swiper02 .swiper-wrapper {
  background-color: var(--clr-bg-02);
}

#swiper01 .swiper-scrollbar-wrapper,
.swiper02 .swiper-scrollbar-wrapper {
  cursor: grab;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 25px;
}
#swiper01 .swiper-scrollbar-wrapper::before,
.swiper02 .swiper-scrollbar-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #CCC;
}

.history_swiper .swiper-scrollbar-wrapper {
  cursor: grab;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 20px;
  margin-bottom: 12px;
}
.history_swiper .swiper-scrollbar-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #CCC;
}

#swiper01 .swiper-scrollbar-wrapper .swiper-scrollbar,
.swiper02 .swiper-scrollbar-wrapper .swiper-scrollbar,
.history_swiper .swiper-scrollbar-wrapper .swiper-scrollbar {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#swiper01 .swiper-scrollbar-wrapper .swiper-scrollbar .swiper-scrollbar-drag,
.swiper02 .swiper-scrollbar-wrapper .swiper-scrollbar .swiper-scrollbar-drag,
.history_swiper .swiper-scrollbar-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  position: relative;
  width: 56px;
  height: 25px;
  background-color: #333333;
  border-radius: 9999px;
}
#swiper01 .swiper-scrollbar-wrapper .swiper-scrollbar .swiper-scrollbar-drag::after,
.swiper02 .swiper-scrollbar-wrapper .swiper-scrollbar .swiper-scrollbar-drag::after,
.history_swiper .swiper-scrollbar-wrapper .swiper-scrollbar .swiper-scrollbar-drag::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-image: url(../images/common/scrollbar.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 47.9375em) {
  .history_swiper .swiper-scrollbar-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
    width: 44px;
    height: 20px;
    background-color: #fff;
    border-radius: 9999px;
  }
  .history_swiper .swiper-scrollbar-wrapper .swiper-scrollbar .swiper-scrollbar-drag::after {
    background-image: url(../images/home/history_scrollbar.png);
  }
}

#swiper01 .swiper-notification,
.swiper02 .swiper-notification,
.history_swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper02 .swiper-slide {
  height: auto;
}

/* page-recruit
********************************************** */
.recruit_hero_top {
  position: relative;
}

.recruit_hero_imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit_hero_imgs .pos-rel {
  width: 100%;
  height: 100%;
}

.recruit_hero_imgs--deco {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.recruit_hero_imgs--deco.deco1 {
  top: 10%;
  left: 7%;
  width: 17.7083333333vw;
}
@media screen and (max-width: 47.9375em) {
  .recruit_hero_imgs--deco.deco1 {
    width: 8.5714285714rem;
  }
}
.recruit_hero_imgs--deco.deco2 {
  top: 60%;
  right: 8%;
  width: 19.375vw;
}
@media screen and (max-width: 47.9375em) {
  .recruit_hero_imgs--deco.deco2 {
    width: 13.2857142857rem;
  }
}
.recruit_hero_imgs--deco.deco3 {
  top: 17%;
  right: 14%;
  width: 14.4270833333vw;
}
@media screen and (max-width: 47.9375em) {
  .recruit_hero_imgs--deco.deco3 {
    width: 9.8571428571rem;
  }
}
.recruit_hero_imgs--deco.deco4 {
  left: 17%;
  bottom: 16%;
  width: 12.2916666667vw;
}
@media screen and (max-width: 47.9375em) {
  .recruit_hero_imgs--deco.deco4 {
    left: 4%;
    width: 5.7142857143rem;
  }
}
.recruit_hero_imgs--deco.img1, .recruit_hero_imgs--deco.img2, .recruit_hero_imgs--deco.img3, .recruit_hero_imgs--deco.img4, .recruit_hero_imgs--deco.img5 {
  width: 16.6666666667vw;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5.5555555556rem 0 #FFF;
}
@media screen and (max-width: 47.9375em) {
  .recruit_hero_imgs--deco.img1, .recruit_hero_imgs--deco.img2, .recruit_hero_imgs--deco.img3, .recruit_hero_imgs--deco.img4, .recruit_hero_imgs--deco.img5 {
    width: 8.5714285714rem;
  }
}
.recruit_hero_imgs--deco.img1 {
  top: 25%;
  right: 3%;
}
.recruit_hero_imgs--deco.img2 {
  top: 28%;
  left: 0;
}
@media screen and (max-width: 47.9375em) {
  .recruit_hero_imgs--deco.img2 {
    top: 40%;
  }
}
.recruit_hero_imgs--deco.img3 {
  top: 60%;
  left: 5%;
}
.recruit_hero_imgs--deco.img4 {
  top: 54%;
  right: 0;
}
.recruit_hero_imgs--deco.img5 {
  right: 8%;
  bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .recruit_hero_imgs--deco.img5 {
    display: none;
    right: 6%;
  }
}

.recruit_hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 30.3%), var(--clr-bg-02);
}
.recruit_hero .inner {
  position: relative;
  z-index: 10;
}

.recruit_hero--catch {
  font-size: 4.6875vw;
  letter-spacing: 0.9px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 47.9375em) {
  .recruit_hero--catch {
    font-size: 9.5vw;
  }
}
.recruit_hero--catch span {
  position: relative;
  background: linear-gradient(126deg, var(--clr-primary-light) 21.43%, #000 44.25%);
  background-size: 500% 100%;
  background-position: 70% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.recruit_hero--catch.active span {
  animation: gradation_anime 1s ease-in forwards;
}
.recruit_hero--catch img {
  position: absolute;
  top: -4.4444444444rem;
  left: -9.4444444444rem;
  width: 30.3333333333rem;
  z-index: -1;
}
@media screen and (max-width: 47.9375em) {
  .recruit_hero--catch img {
    top: -2.1428571429rem;
    left: -6%;
    width: 10.7142857143rem;
  }
}

.recruit_hero--scorll {
  position: relative;
  width: 11.2222222222rem;
  height: 11.2222222222rem;
  margin-top: 3.1111111111rem;
  margin-inline: auto;
}
@media screen and (max-width: 47.9375em) {
  .recruit_hero--scorll {
    width: 8.5714285714rem;
    height: 8.5714285714rem;
  }
}
.recruit_hero--scorll img {
  animation: rotateAnimation 10s linear infinite;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.recruit_hero--scorll .arrow {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 7.5555555556rem;
  height: 7.5555555556rem;
  background-color: var(--clr-wht);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 47.9375em) {
  .recruit_hero--scorll .arrow {
    width: 5.7142857143rem;
    height: 5.7142857143rem;
  }
}
.recruit_hero--scorll .arrow::before {
  content: "";
  width: 1.7777777778rem;
  height: 1.7777777778rem;
  display: block;
  background-color: var(--clr-primary-default);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/common/icon-arrow2.svg);
  transform: rotate(90deg);
}

.recruit_message {
  background-color: var(--clr-bg-02);
}
@media screen and (max-width: 47.9375em) {
  .recruit_message {
    padding-block: 0;
  }
}
.recruit_message .inner {
  position: relative;
  z-index: 2;
}

.recruit_message--catch {
  margin-bottom: 4.4444444444rem;
  font-size: 3.3333333333vw;
  text-align: center;
  font-weight: 600;
  line-height: 1.59;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 47.9375em) {
  .recruit_message--catch {
    margin-bottom: 2.2857142857rem;
    font-size: 1.4285714286rem;
  }
}

.recruit_message p {
  font-size: 1.3333333333rem;
  line-height: 2;
  letter-spacing: 2.4px;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .recruit_message p {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 1.6px;
  }
}

.recruit_feature,
.recruit_numbers,
.recruit_about {
  background-color: var(--clr-bg-02);
}

.recruit_feature .ttl-01 span,
.recruit_faq .ttl-01 span,
.recruit_about .ttl-01 span,
.recruit_facilities .ttl-01 span,
.recruit_interview .ttl-01 span {
  background: linear-gradient(126deg, #000 21.43%, var(--clr-primary-default) 44.25%);
  background-size: 500% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 47.9375em) {
  .recruit_interview .ttl-01.font-en {
    font-size: 4.2857142857rem !important;
  }
}

.recruit_feature {
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .recruit_feature {
    padding-bottom: 0;
  }
  .recruit_feature .ttl-01 {
    margin-bottom: -3.5714285714rem;
  }
}

.recruit_feature--wrap {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 47.9375em) {
  .recruit_feature--wrap {
    margin-bottom: 1.7142857143rem;
  }
}

.recruit_feature_bloc {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.recruit_feature_bloc .inner {
  height: 100%;
}
@media screen and (max-width: 47.9375em) {
  .recruit_feature_bloc {
    padding-top: calc(4.5714285714rem + 1.7142857143rem);
  }
}

.recruit_feature_bloc--txt {
  max-width: 38.2222222222rem;
  width: 35.8333333333vw;
  margin-right: 6.25vw;
  padding-top: 5.3333333333rem;
  padding-bottom: 0.5555555556rem;
}
@media screen and (max-width: 47.9375em) {
  .recruit_feature_bloc--txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.recruit_feature_bloc--txt .catch,
.recruit_feature_bloc--txt .fz20 {
  opacity: 0;
  transform: translateY(1.1111111111rem);
  transition: all 0.4s ease-out;
}
.recruit_feature_bloc--txt .catch {
  font-size: 2.5vw;
  line-height: 1.5;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 47.9375em) {
  .recruit_feature_bloc--txt .catch {
    font-size: 1.4285714286rem;
  }
}
.recruit_feature_bloc--txt .fz20 {
  letter-spacing: 0;
  font-size: min(16px, 1.1111111111rem);
}
@media screen and (max-width: 47.9375em) {
  .recruit_feature_bloc--txt .fz20 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .recruit_feature_bloc--txt .img {
    opacity: 0;
    width: 100%;
    height: 60%;
    text-align: center;
    transform: rotate(8deg) translateY(100%);
  }
  .recruit_feature_bloc--txt .img img {
    border-radius: 0.5714285714rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 47.9375em) {
  .recruit_feature_bloc--txt .btn {
    margin-top: 1.7142857143rem;
    margin-bottom: 0;
  }
}

.recruit_feature_bloc.current .recruit_feature_bloc--txt .catch,
.recruit_feature_bloc.current .recruit_feature_bloc--txt .fz20 {
  opacity: 1;
  transform: translateY(0);
}

.recruit_feature_bloc--txt .progress {
  margin-top: 4.4444444444rem;
}
@media screen and (max-width: 47.9375em) {
  .recruit_feature_bloc--txt .progress {
    margin-top: 1.7142857143rem;
  }
}
.recruit_feature_bloc--txt .progress .num {
  color: var(--clr-mono-03);
}
.recruit_feature_bloc--txt .progress .num.current {
  color: var(--clr-primary-default);
}
.recruit_feature_bloc--txt .progress .bar {
  position: relative;
  flex: 1;
  height: 2px;
  background-color: var(--clr-mono-03);
  margin-inline: 0.7777777778rem;
}
.recruit_feature_bloc--txt .progress .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--clr-primary-default);
}

.recruit_feature_bloc--img {
  transform-origin: bottom center;
  opacity: 0;
  transform: rotate(8deg) translateY(100%);
  height: calc(100% - 5.3333333333rem);
  padding-top: 5.3333333333rem;
  aspect-ratio: 680/860;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 47.9375em) {
  .recruit_feature_bloc--img {
    display: none;
  }
}
.recruit_feature_bloc--img img {
  border-radius: 0.8888888889rem;
  aspect-ratio: 680/860;
}

.recruit_feature_bloc.current .recruit_feature_bloc--img,
.recruit_feature_bloc.current .recruit_feature_bloc--txt .img {
  transform: rotate(0deg);
  opacity: 1;
}

.recruit_feature .sec_loop_txt {
  color: var(--clr-wht);
}

.recruit_numbers .inner {
  max-width: calc(100vw - 8.75vw);
  width: 95%;
  margin-left: 0;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers .inner {
    max-width: 86%;
    width: 86%;
    margin-inline: auto;
  }
}

.recruit_numbers--imgarea_wrap {
  position: sticky;
  top: 5.3333333333rem;
  left: 0;
  width: calc(100% - 60.4444444444rem);
  z-index: 10;
  height: 100vh;
  background-color: var(--clr-bg-02);
  padding-right: 4.4444444444rem;
}

.recruit_numbers--imgarea {
  height: 100%;
  overflow: hidden;
  border-radius: 0 0.8888888889rem 0.8888888889rem 0;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--imgarea {
    margin-bottom: 1.7142857143rem;
    border-radius: 0.5714285714rem;
    height: 16.2857142857rem;
  }
}

.recruit_numbers--contents {
  width: 60.4444444444rem;
  padding-top: 4.4444444444rem;
  padding-bottom: 4.4444444444rem;
}

.recruit_numbers--contents .num_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-wht);
  border-radius: 0.4444444444rem;
}
.recruit_numbers--contents .num_list li .ttl {
  display: block;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .num_list li .ttl {
    margin-bottom: 0.5714285714rem;
  }
}
.recruit_numbers--contents .num_list li .num {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .num_list li .num {
    margin-inline: 0.1428571429rem;
  }
  .recruit_numbers--contents .num_list li .num.fz120 {
    font-size: 4.1428571429rem;
  }
  .recruit_numbers--contents .num_list li .num.fz48 {
    font-size: 2.8571428571rem;
  }
  .recruit_numbers--contents .num_list li .num.fz86 {
    font-size: 2.8571428571rem;
  }
  .recruit_numbers--contents .num_list li .num.fz64 {
    font-size: 2.8571428571rem;
  }
}
.recruit_numbers--contents .num_list li p {
  letter-spacing: 0;
}
.recruit_numbers--contents .num_list li p .danjo {
  line-height: 1.4;
  margin-bottom: 0.4444444444rem;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .num_list li p .danjo {
    margin-bottom: 0;
    font-size: 0.8571428571rem;
    text-align: left;
    letter-spacing: 0;
  }
}
.recruit_numbers--contents .num_list li p .kyujitsu {
  display: inline-block;
  letter-spacing: -2px;
  text-indent: -4px;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .num_list li p .kyujitsu {
    letter-spacing: 0;
    text-indent: 0;
  }
}
.recruit_numbers--contents .num_list li p .ikukyu {
  letter-spacing: -2px;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .num_list li p .ikukyu {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .num_list li p.fz14 {
    font-size: 0.7142857143rem;
  }
}
.recruit_numbers--contents .num_list li .img {
  flex: 1;
  margin-left: 0.8888888889rem;
  text-align: center;
}

.recruit_numbers--contents .num_list.flex-col2 li {
  padding: 2.6666666667rem 2.2222222222rem;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .num_list.flex-col2 li {
    padding: 1.7142857143rem 2.2857142857rem;
  }
}
.recruit_numbers--contents .num_list.flex-col2 li .img {
  margin-left: 1.7777777778rem;
}

.recruit_numbers--contents .num_list.flex-col3 li {
  padding: 1.4444444444rem 1.7777777778rem;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .num_list.flex-col3 li {
    padding: 1.1428571429rem;
    text-align: center;
  }
  .recruit_numbers--contents .num_list.flex-col3 li .img {
    display: none;
  }
}

@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .company_data_wrap {
    overflow: hidden;
  }
}

.recruit_numbers--contents .num_list.company_data {
  width: max-content;
}

.recruit_numbers--contents .num_list.company_data li {
  padding: 0.8888888889rem 1.2222222222rem;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .num_list.company_data li {
    padding: 0.8571428571rem 1.1428571429rem;
  }
}
.recruit_numbers--contents .num_list.company_data li:not(.flex) {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .num_list.company_data li:not(.flex) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.recruit_numbers--contents .num_list.company_data li .ttl {
  margin-right: 0.8888888889rem;
  letter-spacing: -1.5px;
  line-height: 1.4;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .num_list.company_data li .ttl {
    margin-right: 0.5714285714rem;
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.recruit_numbers--contents .num_list.company_data li .num {
  display: inline-block;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .num_list.company_data li .num {
    letter-spacing: 0;
  }
}
.recruit_numbers--contents .num_list.company_data li .unit {
  margin-top: auto;
  margin-left: 0.2222222222rem;
}
@media screen and (max-width: 47.9375em) {
  .recruit_numbers--contents .num_list.company_data li .unit {
    margin-left: 0;
    font-size: 1rem;
  }
}

.recruit_about {
  position: relative;
}
.recruit_about .recruit_about--deco {
  position: absolute;
  right: 0;
  bottom: -13.3333333333rem;
  width: 27.7777777778rem;
}
@media screen and (max-width: 47.9375em) {
  .recruit_about .recruit_about--deco {
    width: 12.8571428571rem;
  }
}
.recruit_about .inner {
  position: relative;
  z-index: 1;
}

.recruit_about--other .img {
  overflow: hidden;
  border-radius: 0.4444444444rem;
}
.recruit_about--other .img img {
  transition: all 0.4s ease-out;
}

.recruit_about--other a:hover .img img {
  transform: scale(1.15);
}

.recruit_about--other .txt {
  transition: all 0.4s ease-out;
}
.recruit_about--other .txt::before, .recruit_about--other .txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.recruit_about--other .txt::before {
  margin-top: calc((1 - 1.8) * 0.4em);
}
.recruit_about--other .txt::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}

.recruit_about--other a:hover .txt {
  color: var(--clr-primary-default);
}

.recruit_about--other .icon-arrow {
  border-color: var(--clr-primary-default);
  background-color: var(--clr-primary-default);
}
.recruit_about--other .icon-arrow::after {
  background-color: var(--clr-wht);
}

.recruit_facilities {
  position: relative;
}
.recruit_facilities .recruit_facilities--deco {
  position: absolute;
  top: 0;
  left: 4%;
  width: 13.1111111111rem;
}
@media screen and (max-width: 47.9375em) {
  .recruit_facilities .recruit_facilities--deco {
    width: 8.4285714286rem;
  }
}

.recruit_facilities--contents {
  overflow: hidden;
}

.recruit_facilities_list {
  width: 24rem;
  margin: 0 auto;
}
.recruit_facilities_list .slick-list {
  overflow: visible !important;
}

.recruit_facilities_list li {
  overflow: hidden;
  margin: 0 0.8888888889rem;
  border-radius: 0.8888888889rem;
  background-color: var(--clr-bg-02);
  line-height: 1.5;
}

.recruit_facilities_list li .txt {
  padding: 1.3333333333rem;
}
.recruit_facilities_list li .txt .font-en {
  text-transform: uppercase;
  font-weight: 600;
}

.recruit_facilities_list li .img {
  position: relative;
}
.recruit_facilities_list li .img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6rem;
  background: linear-gradient(180deg, rgba(239, 241, 245, 0) 0%, var(--clr-bg-02) 100%);
}

.recruit_interview {
  position: relative;
}
.recruit_interview .recruit_interview--deco {
  position: absolute;
  top: 3%;
  right: 2%;
  width: 15.4444444444rem;
}
@media screen and (max-width: 47.9375em) {
  .recruit_interview .recruit_interview--deco {
    width: 9.9285714286rem;
  }
}

.recruit_faq--wrap {
  max-width: 65.8333333333rem;
  width: 70%;
}

.recruit_entry {
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, var(--clr-text-light) 0%, var(--clr-bg-02) 100%);
}
.recruit_entry .recruit_entry--deco1,
.recruit_entry .recruit_entry--deco2 {
  position: absolute;
}
.recruit_entry .recruit_entry--deco1 {
  top: 30%;
  left: 0;
  width: 19.7916666667vw;
}
.recruit_entry .recruit_entry--deco2 {
  right: 0;
  bottom: -5.5555555556rem;
  width: 26.0416666667vw;
}
.recruit_entry .inner {
  position: relative;
}

.recruit_entry--catch span {
  position: relative;
  display: inline-block;
  font-size: 4.4791666667vw;
  letter-spacing: 4.3px;
  line-height: 1.59;
  font-weight: 600;
  background: linear-gradient(126deg, var(--clr-primary-light) 21.43%, #000 44.25%);
  background-size: 500% 100%;
  background-position: 70% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
@media screen and (max-width: 47.9375em) {
  .recruit_entry--catch span {
    font-size: 7.5vw;
  }
}
.recruit_entry--catch.active span {
  animation: gradation_anime 1s ease-in forwards;
}
.recruit_entry--catch img {
  position: absolute;
  top: -3.3333333333rem;
  left: -4.4444444444rem;
  width: 18.8333333333rem;
}
@media screen and (max-width: 47.9375em) {
  .recruit_entry--catch img {
    left: -11%;
    width: 14.2857142857rem;
  }
}

.recruit_entry--links a {
  display: block;
  box-shadow: 0 0 5.5555555556rem 0 #FFF;
  border-radius: 0.4444444444rem;
}

.recruit_entry--links .img {
  border-radius: 0.4444444444rem 0.4444444444rem 0 0;
  overflow: hidden;
}

.recruit_entry--links a p {
  padding: 0.8888888889rem;
  border-radius: 0 0 0.4444444444rem 0.4444444444rem;
  background-color: var(--clr-primary-default);
  color: var(--clr-wht);
  transition: all 0.4s ease-out;
}
.recruit_entry--links a p .txt {
  letter-spacing: 0.72px;
  font-size: clamp(14px, 0.9375vw, 18px);
}
.recruit_entry--links a p .txt::before, .recruit_entry--links a p .txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.recruit_entry--links a p .txt::before {
  margin-top: calc((1 - 1.8) * 0.4em);
}
.recruit_entry--links a p .txt::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (max-width: 47.9375em) {
  .recruit_entry--links a p .txt {
    flex: 1;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.recruit_entry--links a p .icon-arrow {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  margin-left: 0.8888888889rem;
  border-color: var(--clr-wht);
  background-color: var(--clr-wht);
}
.recruit_entry--links a p .icon-arrow::after {
  background-color: var(--clr-primary-default);
}

.recruit_entry--links a:hover p {
  background-color: var(--clr-primary-dark);
}

.recruit_entry--btn {
  transition: all 0.4s ease-out;
}
.recruit_entry--btn:hover {
  opacity: 0.5;
}

.recruit_entry--btn .popup_link {
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid;
  padding-bottom: 0.8888888889rem;
  color: var(--clr-primary-default);
  cursor: pointer;
}
.recruit_entry--btn .popup_link .icon-arrow {
  background-color: var(--clr-primary-default);
}
.recruit_entry--btn .popup_link .icon-arrow::after {
  background-color: var(--clr-wht);
}

.recruit_entry--popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.recruit_entry--popup.show {
  opacity: 1;
  pointer-events: all;
}

.recruit_entry--popup .popup_wrap {
  position: relative;
  overflow-y: scroll;
  padding-right: 0.8888888889rem;
  height: 93vh;
  max-width: calc(var(--inner-sm) * var(--rem-pc));
  width: 90%;
}

.recruit_entry--popup .inner {
  max-width: 100%;
  width: 100%;
  background-color: var(--clr-wht);
  padding: 3.1111111111rem 2.2222222222rem;
  border-radius: 0.8888888889rem;
}

.recruit_entry--popup .popup_close {
  position: fixed;
  top: 5vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  max-width: calc(var(--inner-sm) * var(--rem-pc));
  width: 90%;
  padding: 0 0.8888888889rem;
  display: flex;
  align-items: center;
  color: var(--clr-mono-03);
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.recruit_entry--popup .popup_close:hover {
  opacity: 0.7;
}
.recruit_entry--popup .popup_close .close {
  position: relative;
  display: inline-block;
  width: 1.2222222222rem;
  height: 1.2222222222rem;
  background-color: var(--clr-mono-03);
  border-radius: 50%;
  margin-right: 0.4444444444rem;
}
.recruit_entry--popup .popup_close .close::before, .recruit_entry--popup .popup_close .close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50%;
  height: 2px;
  background-color: var(--clr-wht);
}
.recruit_entry--popup .popup_close .close::before {
  rotate: 45deg;
}
.recruit_entry--popup .popup_close .close::after {
  rotate: 135deg;
}

.scroll_txt {
  position: relative;
  z-index: 2;
}

.scroll_txt .font-en {
  font-weight: 600;
}

.interview_related .scroll_txt {
  max-width: calc(100vw - 8.75vw);
  margin-left: auto;
  color: var(--clr-wht);
}

/* page-facilities
********************************************** */
.page-facilities .lps_parts--flow .inner {
  max-width: calc(var(--inner-sm) * var(--rem-pc));
}

/* page-products-temp
********************************************** */
.page_lead {
  border-radius: 0.5555555556rem;
  background-color: var(--clr-wht);
}

.page_lead--img {
  overflow: hidden;
  border-radius: 0.4444444444rem;
}

.page_lead--txt {
  padding: 2.2222222222rem 3.5555555556rem;
}
@media screen and (max-width: 47.9375em) {
  .page_lead--txt {
    padding: 2.2857142857rem 1.7142857143rem;
  }
}

.page-products-temp .lps_sec:nth-child(even) {
  background-color: transparent;
}

.page-products-temp .lps_sec + .lps_sec {
  padding-top: 0;
}

.products_anchor .deco_line {
  position: absolute;
  left: 0;
  bottom: 0;
}

.products_anchor--img {
  flex: 1;
  padding-top: 4.4444444444rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products_anchor--img img {
  position: relative;
  z-index: 1;
}

.products_anchor--ttl {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10.4166666667vw;
  color: var(--clr-bg-02);
  letter-spacing: 0;
  line-height: 1;
  text-transform: capitalize;
  text-indent: -8px;
}
@media screen and (max-width: 47.9375em) {
  .products_anchor--ttl {
    font-size: 4.2857142857rem;
    text-indent: 0;
  }
}

.products_anchor_listwrap {
  width: 23.8888888889rem;
}

.products_anchor_list li:not(:last-child) {
  margin-bottom: 0.8888888889rem;
}

.products_anchor_list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8888888889rem;
  width: 100%;
  height: auto;
  padding: 0.8888888889rem 1.3333333333rem;
  border-radius: 0.4444444444rem;
  background-color: var(--clr-bg-02);
  border: 1px solid var(--clr-bg-02);
  font-size: 1.1111111111rem;
  letter-spacing: 0.6px;
}
.products_anchor_list a:hover {
  background-color: var(--clr-wht);
  color: var(--clr-primary-default);
  border: 1px solid var(--clr-primary-default);
}
.products_anchor_list a .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.1111111111rem;
  height: 3.1111111111rem;
  border-radius: 50%;
  background-color: var(--clr-primary-default);
  letter-spacing: 0;
}
.products_anchor_list a .font-en:not(.num) {
  display: block;
  font-size: 0.8888888889rem;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--clr-primary-default);
  font-weight: 600;
}

.products_anchor_list .is-active a {
  background-color: var(--clr-wht);
  color: var(--clr-primary-default);
  border: 1px solid var(--clr-primary-default);
}

.products_anchor_list a .name {
  flex: 1;
}
.products_anchor_list a .name .jp {
  display: inline-block;
  line-height: 1.4;
}

.products_anchor_list a .icon-arrow {
  rotate: 90deg;
  border: none;
}
.products_anchor_list a .icon-arrow::after {
  width: 2.2222222222rem;
  background-color: var(--clr-mono-03);
  transition: all 0.4s ease-out;
}

.products_anchor_list .is-active a .icon-arrow::after,
.products_anchor_list a:hover .icon-arrow::after {
  background-color: var(--clr-primary-default);
}

.page-products-temp.page-others .products_anchor {
  display: none;
}

.products_anchor_nav {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.products_anchor_nav li {
  position: absolute;
}

.products_anchor_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  border-radius: 50%;
  background-color: var(--clr-primary-default);
  border: 1px solid var(--clr-primary-default);
  color: var(--clr-wht);
  line-height: 1;
  font-size: 1.7777777778rem;
  transform-origin: center;
}
@media screen and (max-width: 47.9375em) {
  .products_anchor_nav a {
    width: 2.2857142857rem;
    height: 2.2857142857rem;
    font-size: 1.1428571429rem;
  }
}

.products_anchor_nav .is-active a,
.products_anchor_nav a:hover {
  width: 4.4444444444rem;
  height: 4.4444444444rem;
  background-color: var(--clr-wht);
  box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.15);
  color: var(--clr-primary-default);
}

.page-truck-bus .products_anchor_nav li:nth-child(1) {
  left: 17%;
  bottom: 40%;
}
.page-truck-bus .products_anchor_nav li:nth-child(2) {
  left: 28%;
  bottom: 40%;
}
.page-truck-bus .products_anchor_nav li:nth-child(3) {
  left: 45%;
  bottom: 34%;
}
.page-truck-bus .products_anchor_nav li:nth-child(4) {
  left: 34%;
  bottom: 29%;
}
.page-truck-bus .products_anchor_nav li:nth-child(5) {
  left: 9%;
  bottom: 32%;
}
.page-truck-bus .products_anchor_nav li:nth-child(6) {
  right: 34%;
  bottom: 34%;
}

.page-car .products_anchor_nav li:nth-child(1) {
  left: 19%;
  bottom: 40%;
}
.page-car .products_anchor_nav li:nth-child(2) {
  left: 10%;
  bottom: 34%;
}

.page-construction-vehicles .products_anchor_nav li:nth-child(1) {
  left: 19%;
  bottom: 40%;
}
.page-construction-vehicles .products_anchor_nav li:nth-child(2) {
  right: 10%;
  bottom: 34%;
}

/* related_page
********************************************** */
.section-related_page {
  background-color: var(--clr-wht) !important;
}
@media screen and (max-width: 47.9375em) {
  .section-related_page .ttl-01.font-en {
    font-size: 2.8571428571rem;
  }
}

.related_page--list {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.related_page--list a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.8888888889rem 1.3333333333rem;
  line-height: var(--line-height-hdr);
  border-radius: 0.4444444444rem;
  background-color: var(--clr-bg-02);
  border: 1px solid var(--clr-bg-02);
}
@media screen and (max-width: 47.9375em) {
  .related_page--list a {
    padding: 1.7142857143rem;
  }
}
@media (hover: hover) {
  .related_page--list a:hover {
    background-color: var(--clr-wht);
    border: 1px solid var(--clr-primary-default);
  }
}
.related_page--list a .flex {
  width: 100%;
}

.related_page--list .font-jp {
  display: block;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 47.9375em) {
  .related_page--list .font-jp {
    font-size: 1.2857142857rem;
  }
}

.related_page--list .font-en {
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  color: var(--clr-primary-default);
  font-size: 0.8888888889rem;
}
@media screen and (max-width: 47.9375em) {
  .related_page--list .font-en {
    font-size: 0.7142857143rem;
  }
}

.related_page--list .icon-arrow {
  width: 3.1111111111rem;
  height: 3.1111111111rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-primary-default);
  border-color: var(--clr-primary-default);
}
.related_page--list .icon-arrow::after {
  content: "";
  display: block;
  width: 1.3333333333rem;
  aspect-ratio: 1;
  background-color: var(--clr-wht);
  transition: var(--transit-default);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/common/icon-arrow2.svg);
}

/* type-line パッケージなどシンプル
********************************************** */
.related_page--list.type-line li {
  border-bottom: 1px solid var(--clr-mono-02);
}

/* type-bg 背景画像がある場合、色ベタ・白文字
****************************************************** */
.related_page--bg {
  width: 10rem;
  height: 5.4444444444rem;
  margin-right: 0.8888888889rem;
  background-image: var(--bg-img);
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 47.9375em) {
  .related_page--bg {
    --bg-img-sp: var(--bg-img);
    background-image: var(--bg-img-sp);
    margin-right: 1.1428571429rem;
  }
}

.related_page--list.type-bg a {
  padding: 0.8888888889rem 1.3333333333rem;
}
@media screen and (max-width: 47.9375em) {
  .related_page--list.type-bg a {
    padding: 1.1428571429rem;
  }
}

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

    SEARCH

############################################################################## */
.search form {
  padding: 2.2222222222rem;
  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, 0.8888888889rem);
  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;
  transform: 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;
  transform: 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, 1rem);
  aspect-ratio: 1;
  margin-block: calc((1lh - max(16px, 1rem)) / 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: 1.7777777778rem;
  background-color: var(--clr-bg-01);
}

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

    SINGLE

############################################################################## */
/* --- アイキャッチ --- */
.eyecatch {
  margin-bottom: 1.7777777778rem;
}

/* --- 目次 --- */
.ez-toc-debug-messages {
  display: none;
}

div#ez-toc-container {
  padding: 1.3333333333rem;
  background-color: var(--clr-bg-01);
}
div#ez-toc-container p.ez-toc-title {
  color: var(--clr-text-primary);
  font-weight: bold;
  font-size: max(18px, 1.1111111111rem);
}
div#ez-toc-container a,
div#ez-toc-container a:hover,
div#ez-toc-container a:visited {
  color: var(--color-primary-default) !important;
}

.ez-toc-title-container {
  margin-bottom: 0.5555555556rem;
}

#ez-toc-container.counter-hierarchy ul {
  font-size: max(15px, 0.9444444444rem);
}
#ez-toc-container.counter-hierarchy ul li {
  margin-top: 0.4444444444rem;
}
#ez-toc-container.counter-hierarchy ul ul {
  margin-left: 0.8888888889rem;
}
#ez-toc-container.counter-hierarchy ul ul a {
  position: relative;
  display: inline-block;
  padding-left: 0.8888888889rem;
}
#ez-toc-container.counter-hierarchy ul ul a::before {
  content: "";
  position: absolute;
  top: 0.5555555556rem;
  left: 0;
  width: 0.4444444444rem;
  height: 0;
  border-bottom: 1px solid;
}

/* pass
**************************************** */
#pass p {
  margin-bottom: 1em;
}

#pass input[name=post_password] {
  padding: 0.2777777778rem;
  border: solid 1px #aaa;
  outline: none;
}

#pass input[type=submit] {
  padding: 0.2222222222rem 0.3333333333rem;
  letter-spacing: 0.15em;
  background-color: #ddd;
  border-radius: 0.2222222222rem;
  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: 2.6666666667rem;
  padding: 0.5em;
  line-height: 1;
  font-size: max(10px, 0.6666666667rem);
  font-weight: bold;
  border: 1px solid var(--clr-mono-02);
}
@media screen and (max-width: 47.9375em) {
  .share--list a {
    height: 2.2222222222rem;
  }
}

.share--list li.x a {
  color: #000;
}
.share--list li.facebook a {
  color: #2477F2;
}
.share--list li.line a {
  color: #27C754;
}
.share--list li.pocket a {
  color: #EF4056;
}
.share--list li.linkedin a {
  color: #2867B2;
}
.share--list li.hatena a {
  color: #29A4DE;
}

.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.2222222222rem);
  white-space: nowrap;
}

.wp-pagenavi > * {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi .pages {
  width: 100%;
  margin-bottom: 1em;
}

.wp-pagenavi .current {
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  border-color: var(--clr-primary-default);
}

.wp-pagenavi a {
  position: relative;
  padding: 0 1em;
  height: clamp(35.4166666667px, 2.0833333333vw, 2.2222222222rem);
  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.2222222222rem);
  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;
  border-top: 2px solid;
  border-right: 2px solid;
}

.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 {
  width: 0.5em;
  aspect-ratio: 1;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
  transform: rotate(-135deg);
}

.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  transform: rotate(45deg);
}

.wp-pagenavi-single a[rel=prev]::before {
  transform: rotate(45deg);
}

.wp-pagenavi-single a[rel=next]::before {
  transform: rotate(-135deg);
}

.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  left: -0.3333333333rem;
}

.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  right: -0.3333333333rem;
}

/* interview
**************************************** */
.interview_chance {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 6.6666666667rem;
  max-width: calc(100vw - 8.75vw);
  width: 92%;
}
@media screen and (max-width: 47.9375em) {
  .interview_chance {
    max-width: 86%;
    width: 86%;
    margin-inline: auto;
    margin-bottom: 2.8571428571rem;
  }
}

.interview_chance--txt {
  flex: 1;
}

.interview_chance--txt .ttl-01.scroll_active span {
  background: linear-gradient(126deg, #000 21.43%, #32D4DC 44.25%);
  background-size: 500% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.interview_chance--img {
  max-width: 55.5555555556rem;
  width: 56%;
  height: 44.4444444444rem;
  overflow: hidden;
  border-radius: 0.8888888889rem 0 0 0.8888888889rem;
}
@media screen and (max-width: 47.9375em) {
  .interview_chance--img {
    width: 100%;
    height: 17.1428571429rem;
    border-radius: 1.1428571429rem;
  }
}

.interviews_bloc {
  display: flex;
}
@media screen and (max-width: 47.9375em) {
  .interviews_bloc {
    flex-direction: column;
  }
}
.interviews_bloc:not(:last-child) {
  margin-bottom: 6.6666666667rem;
}
@media screen and (max-width: 47.9375em) {
  .interviews_bloc:not(:last-child) {
    margin-bottom: 2.8571428571rem;
  }
}
.interviews_bloc .interviews_bloc--txtarea {
  flex: 1;
}
.interviews_bloc .interviews_bloc--imgarea {
  width: 52.0833333333vw;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .interviews_bloc .interviews_bloc--imgarea {
    width: 100%;
    margin-top: 1.7142857143rem;
  }
}
.interviews_bloc:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 47.9375em) {
  .interviews_bloc:nth-child(odd) {
    flex-direction: column;
  }
}
.interviews_bloc:nth-child(odd) .interviews_bloc--imgarea {
  margin-left: -8.3333333333vw;
  margin-right: 4.1666666667vw;
  border-radius: 0 0.8888888889rem 0.8888888889rem 0;
}
@media screen and (max-width: 47.9375em) {
  .interviews_bloc:nth-child(odd) .interviews_bloc--imgarea {
    margin-inline: auto;
    border-radius: 1.1428571429rem;
  }
}
.interviews_bloc:nth-child(even) .interviews_bloc--imgarea {
  margin-right: -8.3333333333vw;
  margin-left: 4.1666666667vw;
  border-radius: 0.8888888889rem 0 0 0.8888888889rem;
}
@media screen and (max-width: 47.9375em) {
  .interviews_bloc:nth-child(even) .interviews_bloc--imgarea {
    margin-inline: auto;
    border-radius: 1.1428571429rem;
  }
}

.interviews_bloc--txtarea .q {
  margin-bottom: 2.2222222222rem;
  font-size: 1.7777777778rem;
  color: var(--clr-primary-default);
  font-weight: 500;
}
@media screen and (max-width: 47.9375em) {
  .interviews_bloc--txtarea .q {
    margin-bottom: 1.1428571429rem;
    font-size: 1.2857142857rem;
  }
}
.interviews_bloc--txtarea .q::before {
  content: "Q.";
  font-family: var(--font-en-text);
  font-weight: 600;
  font-size: 1.8888888889rem;
}
@media screen and (max-width: 47.9375em) {
  .interviews_bloc--txtarea .q::before {
    font-size: 1.4285714286rem;
  }
}

.interviews_bloc--txtarea .a:not(:last-child) {
  margin-bottom: 4.4444444444rem;
}
@media screen and (max-width: 47.9375em) {
  .interviews_bloc--txtarea .a:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}

.interview_related {
  position: relative;
  z-index: 2;
  background-color: var(--clr-primary-default);
}
.interview_related::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(239, 241, 245, 0.35) 0%, rgba(239, 241, 245, 0.35) 100%), linear-gradient(to bottom right, #32D4DC 0%, var(--clr-primary-default) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #32D4DC 0%, var(--clr-primary-default) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #32D4DC 0%, var(--clr-primary-default) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #32D4DC 0%, var(--clr-primary-default) 50%) top right/50% 50% no-repeat;
}
@media screen and (max-width: 47.9375em) {
  .interview_related .ttl-01.font-en {
    font-size: 2.8571428571rem;
  }
}

.interview_related--scroll {
  position: relative;
  z-index: 3;
  max-width: calc(100vw - 8.75vw);
  margin-left: auto;
}
.interview_related--scroll::-webkit-scrollbar {
  height: 1.3333333333rem;
  border-radius: 99px;
}
.interview_related--scroll::-webkit-scrollbar-track {
  background-color: var(--clr-text-placeholder);
  border-radius: 99px;
}
.interview_related--scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  width: 56px;
  border-radius: 99px;
  background-image: url(../images/common/scrollbar-lft.png), url(../images/common/scrollbar-rgt.png);
  background-position: center left, center right;
  background-color: var(--clr-text-primary);
  background-repeat: no-repeat;
}

.interview_related .posts-interview {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.interview_related .posts-interview .post {
  height: 30.3333333333rem;
}
@media screen and (max-width: 47.9375em) {
  .interview_related .posts-interview .post {
    height: 74vh;
  }
}
.interview_related .posts-interview .post--ttl {
  font-size: 2.6666666667rem;
}
@media screen and (max-width: 47.9375em) {
  .interview_related .posts-interview .post--ttl {
    font-size: 1.3571428571rem;
  }
}

/* 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, 1rem);
  border-bottom: 1px solid var(--clr-mono-02);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.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 #eee;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.sitemap_sub_nav a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-inline-start: 1.25em;
}
.sitemap_sub_nav a::before {
  content: "";
  float: inline-start;
  inline-size: 0.3333333333rem;
  aspect-ratio: 1;
  margin-block: calc((1lh - 0.3333333333rem) / 2);
  margin-inline-start: -1.25em;
  border-top: 1px solid var(--clr-primary-default);
  border-right: 1px solid var(--clr-primary-default);
  transform: rotate(45deg);
}

.sitemap_sub_nav li a[href="/recruit/interview/"] + .sitemap_sub_nav--blcs {
  display: none;
}

/* lps_parts--button
********************************************** */
/* 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 .img + .text {
  padding-top: 8%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column .img + .text {
    padding-top: 1.7142857143rem;
  }
}

.lps_parts--column .bg-wht .text {
  padding: 8%;
}
@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.2222222222rem;
}

/* 白背景 */
.lps_parts--column .column_item.bg-wht {
  border-radius: 0.4444444444rem;
}
.lps_parts--column .column_item.bg-wht .img img {
  border-radius: 0.4444444444rem 0.4444444444rem 0 0;
}

/* 白背景なし */
.lps_parts--column .column_item:not(.bg-wht) .img img {
  border-radius: 0.4444444444rem;
}

@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.2222222222rem;
  }
  .lps_parts--column .text.bg-wht,
  .lps_parts--column .grid-col1 .mce-box {
    padding: 1.7142857143rem;
  }
}
/* lps_parts--cta
********************************************** */
.lps_parts--cta:has(+ .home_footer_toplink) {
  margin-bottom: 0 !important;
}
.lps_parts--cta .inner {
  display: flex;
  gap: 3.5555555556rem;
  padding: 3.1111111111rem;
  background-color: var(--clr-primary-default);
  border-radius: 0.4444444444rem;
  color: var(--clr-wht);
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../images/common/cta-bg.png);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta .inner {
    flex-direction: column;
    gap: 2.2857142857rem;
    padding: 2rem 1.2857142857rem;
    border-radius: 1.1428571429rem;
  }
}
.lps_parts--cta .ttl-01,
.lps_parts--cta .subtitle {
  color: var(--clr-wht) !important;
}
.lps_parts--cta .ttl-01 {
  margin-bottom: 1.7777777778rem !important;
}
.lps_parts--cta .cta_imgarea {
  width: 33.3333333333vw;
  border-radius: 0.4444444444rem;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta .cta_imgarea {
    width: 100%;
    height: 21.4285714286rem;
    border-radius: 4px;
  }
}
.lps_parts--cta .cta_txtarea {
  flex: 1;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta .cta_contact {
    padding-top: calc(1em + 0.5555555556rem);
  }
}
.lps_parts--cta .fz20 {
  line-height: 2;
}

/* post-edit-link
********************************************** */
.post-edit-link {
  position: fixed;
  bottom: 1.3333333333rem;
  right: 1.3333333333rem;
  z-index: 10;
  padding: 0.8888888889rem;
  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.3333333333rem;
  height: 1.3333333333rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDAxIDQwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAxIDQwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM5OTk5OTk7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzcwLjEsMjUxLjljLTUuNSwwLTEwLDQuNS0xMCwxMHY4OC43YzAsMTYuNS0xMy40LDI5LjktMzAsMzBINDkuOWMtMTYuNSwwLTI5LjktMTMuNC0zMC0zMFY5MC4zCgljMC0xNi41LDEzLjQtMjkuOSwzMC0zMGg4OC43YzUuNSwwLDEwLTQuNSwxMC0xMGMwLTUuNS00LjUtMTAtMTAtMTBINDkuOUMyMi40LDQwLjQsMCw2Mi43LDAsOTAuM3YyNjAuMwoJYzAsMjcuNiwyMi40LDQ5LjksNDkuOSw0OS45aDI4MC4yYzI3LjYsMCw0OS45LTIyLjQsNDkuOS00OS45di04OC43QzM4MC4xLDI1Ni40LDM3NS42LDI1MS45LDM3MC4xLDI1MS45eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzc2LjEsMTQuN2MtMTcuNi0xNy42LTQ2LTE3LjYtNjMuNiwwTDEzNC40LDE5Mi45Yy0xLjIsMS4yLTIuMSwyLjctMi42LDQuNGwtMjMuNCw4NC42Yy0xLDMuNSwwLDcuMiwyLjYsOS43CgljMi41LDIuNSw2LjMsMy41LDkuNywyLjZsODQuNi0yMy40YzEuNy0wLjUsMy4yLTEuMyw0LjQtMi42TDM4Ny45LDkwYzE3LjUtMTcuNiwxNy41LTQ2LDAtNjMuNkwzNzYuMSwxNC43eiBNMTU2LjIsMTk5LjNMMzAyLDUzLjUKCWw0Nyw0N0wyMDMuMiwyNDYuNEwxNTYuMiwxOTkuM3ogTTE0Ni44LDIxOC4ybDM3LjYsMzcuNmwtNTIsMTQuNEwxNDYuOCwyMTguMnogTTM3My43LDc1LjhsLTEwLjYsMTAuNmwtNDctNDdsMTAuNi0xMC42CgljOS43LTkuNywyNS42LTkuNywzNS4zLDBsMTEuNywxMS43QzM4My41LDUwLjMsMzgzLjUsNjYuMSwzNzMuNyw3NS44eiIvPgo8L3N2Zz4K");
}

/* lps_parts--faq
********************************************** */
/* --- 共通 --- */
.lps_parts--faq {
  margin-left: auto;
  margin-right: auto;
}
.lps_parts--faq .ttl {
  margin-bottom: 0 !important;
}
.lps_parts--faq .text {
  transition: var(--transit-default);
}
@media print, screen and (min-width: 48em) {
  .lps_parts--faq .text {
    display: flex;
    gap: 4.1666666667%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--faq .img {
    width: 39.0625%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--faq .mce-content-body {
    margin-bottom: 0 !important;
    flex: 1;
  }
}

/* --- 通常 --- */
.lps_parts--faq:not(.faq-toggle) .faq_item {
  border: 2px solid var(--clr-primary-default);
  background-color: var(--clr-wht);
}
.lps_parts--faq:not(.faq-toggle) .faq_item:not(:last-child) {
  margin-bottom: 2.2222222222rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq:not(.faq-toggle) .faq_item:not(:last-child) {
    margin-bottom: 1.1428571429rem;
  }
}
.lps_parts--faq:not(.faq-toggle) .ttl,
.lps_parts--faq:not(.faq-toggle) .text {
  padding: 1.7777777778rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq:not(.faq-toggle) .ttl,
  .lps_parts--faq:not(.faq-toggle) .text {
    padding: 1.1428571429rem;
  }
}
.lps_parts--faq:not(.faq-toggle) .ttl {
  background-color: var(--clr-primary-default);
  color: var(--clr-wht);
}

/* --- 開閉式 --- */
.lps_parts--faq.faq-toggle .faq_item {
  border-bottom: 1px solid var(--clr-mono-02);
  padding-block: 2.2222222222rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq.faq-toggle .faq_item {
    padding-block: 1.4285714286rem;
  }
}
.lps_parts--faq.faq-toggle .faq_item.is-open .text {
  padding-top: 2.2222222222rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq.faq-toggle .faq_item.is-open .text {
    padding-top: 1.4285714286rem;
  }
}
.lps_parts--faq.faq-toggle .faq_item.is-open .toggle {
  rotate: 180deg;
  opacity: 0.5;
}
.lps_parts--faq.faq-toggle .faq_item.is-open .toggle::after {
  opacity: 0;
}
.lps_parts--faq.faq-toggle .ttl {
  cursor: pointer;
  padding-right: 3.1111111111rem;
}
.lps_parts--faq.faq-toggle .ttl:not(:last-child) {
  margin-bottom: 1.5em;
}
.lps_parts--faq.faq-toggle .ttl::before {
  content: "";
  position: absolute;
  inset: -2.2222222222rem -1.6666666667rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq.faq-toggle .ttl::before {
    inset: -1.7142857143rem;
  }
}
.lps_parts--faq.faq-toggle .ttl .toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 3.1111111111rem;
  height: 3.1111111111rem;
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  border-radius: 50%;
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq.faq-toggle .ttl .toggle {
    width: 2rem;
    height: 2rem;
  }
}
.lps_parts--faq.faq-toggle .ttl .toggle::before, .lps_parts--faq.faq-toggle .ttl .toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.8888888889rem;
  height: 3px;
  border-bottom: 3px solid;
  transition: var(--transit-default);
}
.lps_parts--faq.faq-toggle .ttl .toggle::after {
  transform: rotate(90deg);
}
@media (hover: hover) {
  .lps_parts--faq.faq-toggle .ttl:hover .toggle {
    opacity: 0.5;
  }
}

/* lps_parts--flow
********************************************** */
/* --- 共通 --- */
.lps_parts--flow {
  margin-left: auto;
  margin-right: auto;
}
.lps_parts--flow .flow_item {
  position: relative;
  margin-inline-start: 5.3333333333rem;
}
@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: 3.5555555556rem;
}
@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(5.3333333333rem * -1 + 3.5555555556rem / 2 - 0.1666666667rem / 2);
  border-right: 0.1666666667rem solid;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item:not(:last-child) .ttl::after {
    left: calc(4rem * -1 + 2.8571428571rem / 2 - 0.1428571429rem / 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: 2.2222222222rem;
  color: var(--clr-primary-default);
  font-weight: 600;
}
.lps_parts--flow .ttl::before {
  float: inline-start;
  aspect-ratio: 1;
  margin-inline-start: calc(5.3333333333rem * -1);
  border-radius: 50%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .ttl::before {
    margin-inline-start: calc(4rem * -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: 2.2222222222rem;
  }
}
.lps_parts--flow .img {
  border-radius: 4px;
  overflow: hidden;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--flow .img {
    width: 13.3333333333rem;
  }
}
@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.2222222222rem / 2);
  inline-size: 1.3333333333rem;
  margin-block: calc((1lh - 1.3333333333rem) / 2);
  border: 0.2222222222rem solid;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow:not(.flow-num) .ttl::before {
    left: calc(1.7142857143rem / 2);
    inline-size: 1.1428571429rem;
    margin-block: calc((1lh - 1.1428571429rem) / 2);
  }
}
.lps_parts--flow:not(.flow-num) .flow_item:not(:last-child) .ttl::after {
  margin-top: calc(1.3333333333rem + (1lh - 1.3333333333rem) / 2 + 0.3333333333rem);
  margin-bottom: calc((1lh - 1.3333333333rem) / -2 + 0.3333333333rem);
}
@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 + 0.2857142857rem);
    margin-bottom: calc((1lh - 1.1428571429rem) / -2 + 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: 3.5555555556rem;
  margin-block: calc((1lh - 3.5555555556rem) / 2);
  text-align: center;
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  font-family: var(--font-en);
  font-size: 1.3333333333rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow.flow-num .ttl::before {
    inline-size: 2.8571428571rem;
    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(3.5555555556rem + (1lh - 3.5555555556rem) / 2 + 0.3333333333rem);
  margin-bottom: calc((1lh - 3.5555555556rem) / -2 + 0.3333333333rem);
}
@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 + 0.2857142857rem);
    margin-bottom: calc((1lh - 2.8571428571rem) / -2 + 0.2857142857rem);
  }
}

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

    Loops モジュール

############################################################################## */
.lps_sec {
  position: relative;
}
.lps_sec:nth-child(odd) .bg-wht {
  background-color: var(--clr-bg-02);
}
.lps_sec:nth-child(even) {
  background-color: var(--clr-bg-02);
}

.sec_loop_txt {
  overflow: hidden;
  font-size: 8.8888888889rem;
  font-weight: 600;
  white-space: pre;
  line-height: 9.8888888889rem;
  opacity: 0.6;
  color: var(--clr-bg-01);
}
@media screen and (max-width: 47.9375em) {
  .sec_loop_txt {
    font-size: 5.2142857143rem;
    line-height: 5.9285714286rem;
  }
}
.sec_loop_txt .first {
  letter-spacing: 0;
  animation: anim--first 100s infinite linear 0.1s both;
}
.sec_loop_txt .second {
  letter-spacing: 0;
  animation: anim--second 100s infinite linear 0.1s both;
}

.lps_sec:nth-child(even) .sec_loop_txt {
  color: var(--clr-wht);
}
.lps_sec:nth-child(even) *:not(.bg-wht) .btn-en a {
  background-color: var(--clr-wht);
}
.lps_sec:nth-child(even) .btn-en a {
  background-color: var(--clr-bg-02);
}

@keyframes anim--first {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes anim--second {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* lps_parts
********************************************** */
.lps_parts {
  position: relative;
  z-index: 1;
}
.lps_parts:not(:last-child) {
  margin-bottom: 4.4444444444rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts:not(:last-child) {
    margin-bottom: 2.8571428571rem;
  }
}

.lps_parts .btn a {
  width: 100%;
}

.lps_parts iframe {
  width: 100%;
}

.lps_parts .text:not(:last-child) {
  margin-bottom: 1.3333333333rem;
}

.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.2222222222rem;
}
@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--img_text
********************************************** */
.lps_parts--img_text .inner {
  max-width: 88.8888888889rem;
}

.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;
}

@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .img_text--txt {
    padding-block: 4.4444444444rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .img_text--txt {
    padding-top: 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%;
  }
}

/* --- L --- */
@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 {
    width: 52%;
    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 {
    min-height: 33.7577777778rem;
  }
}
@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: 10.989010989%;
    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: 10.989010989%;
  }
}
@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 .lps_parts--child.bg-wht:not(.inner-lg) {
  border-radius: 0.4444444444rem;
}
.lps_parts--img_text .lps_parts--child.bg-wht:not(.inner-lg) .img_text--img img {
  border-radius: 0.4444444444rem 0 0 0.4444444444rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .lps_parts--child.bg-wht:not(.inner-lg) .img_text--img img {
    border-radius: 0.4444444444rem 0.4444444444rem 0 0;
  }
}
@media screen and (min-width: 48em) {
  .lps_parts--img_text .lps_parts--child.bg-wht:not(.inner-lg).flex-reverse .img_text--img img {
    border-radius: 0 0.4444444444rem 0.4444444444rem 0;
  }
}

/* 白背景なし */
.lps_parts--img_text .lps_parts--child:not(.bg-wht) .img_text--img img {
  border-radius: 0.4444444444rem;
}

/* レイアウトL
   ※Lも全部角丸にしたかったら削除！ */
.lps_parts--img_text .lps_parts--child.inner-lg .img_text--img img {
  border-radius: 0;
}

@media screen and (min-width: 48em) {
  .lps_parts--img_text .lps_parts--child.inner-lg .img_text--img img {
    border-radius: 0 0.8888888889rem 0.8888888889rem 0;
  }
  .lps_parts--img_text .lps_parts--child.inner-lg.flex-reverse .img_text--img img {
    border-radius: 0.8888888889rem 0 0 0.8888888889rem;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .img_text--txt {
    display: flex;
    align-items: center;
  }
  .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--img_text .bg-wht + .bg-wht {
    margin-top: -2.8571428571rem;
  }
}
/* lps_parts--slide
********************************************** */
.lps_parts--slide {
  --arrow_w: 60;
  /* --- textのみ --- */
}
@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-pc));
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
.lps_parts--slide .splide__arrow::after {
  content: "";
  display: block;
  width: calc(var(--arrow_w) / 2 * var(--rem-pc));
  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-sp));
  }
}
.lps_parts--slide .splide__arrow--prev {
  left: -3.3333333333rem;
}
@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.3333333333rem;
}
@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: 1.7777777778rem;
  gap: 0.5555555556rem;
}
.lps_parts--slide .splide__pagination__page {
  width: 0.4444444444rem;
  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: 1.7777777778rem;
}
.lps_parts--slide .text:only-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.5555555556rem 4.4444444444rem;
  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-default
********************************************** */
.slide-default .inner-xl {
  max-width: calc(100% - 8.3333333333vw);
  width: 100%;
  margin-right: 0;
}
.slide-default .splide__track img {
  border-radius: 0.8888888889rem 0 0 0.8888888889rem;
}
.slide-default .splide__arrow {
  display: none;
}
.slide-default .splide__pagination {
  position: absolute;
  left: 2.6666666667rem;
  bottom: 2.2222222222rem;
}
.slide-default .splide__pagination__page {
  background-color: var(--clr-wht);
}

/* slide-center
********************************************** */
.lps_parts--slide.slide-center {
  --inner: 1200;
  /* --- textのみ --- */
}
@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-pc));
  margin-inline: 1.6666666667rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-center .splide__slide {
    margin-inline: 1.1428571429rem;
  }
}
.lps_parts--slide.slide-center .splide__arrow {
  --a: calc(var(--inner) * var(--rem-pc) / 2);
  --b: calc(var(--arrow_w) * var(--rem-pc) / 2);
}
.lps_parts--slide.slide-center .splide__arrow--prev {
  left: calc(50% - var(--a) - var(--b));
}
.lps_parts--slide.slide-center .splide__arrow--next {
  left: calc(50% + var(--a) + var(--b));
}
@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 {
  /* --- textのみ --- */
}
.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: 2.6666666667rem;
}
@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: 2.6666666667rem;
}
@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% - 13.3333333333rem);
  max-width: 66.6666666667rem;
  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: 4.4444444444rem;
  padding-bottom: 4.4444444444rem;
  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: 4.4444444444rem;
}
@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: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--history
********************************************** */
.lps_parts--history .inner-xl {
  margin-right: 0;
}

.history_item {
  position: relative;
  margin-top: 0.4444444444rem;
  padding-top: 2.2222222222rem;
  padding-left: 0.8888888889rem;
  padding-right: 3.1111111111rem;
  border-top: 1px solid var(--clr-mono-03);
  background-color: var(--clr-wht);
}
.history_item::before {
  content: "";
  position: absolute;
  top: -0.4444444444rem;
  left: 0;
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  border-radius: 50%;
  background-color: var(--clr-primary-default);
}
.history_item .year {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
.history_item .ttl {
  font-size: 1.1111111111rem;
  letter-spacing: 0.6px;
  color: var(--clr-text-secondary);
}
.history_item .text {
  font-size: 0.8888888889rem;
}
.history_item .history_item--img {
  overflow: hidden;
  border-radius: 0.4444444444rem;
}

.lps_sec:nth-child(even) .history_item {
  background-color: var(--clr-bg-02);
}

.history_scroll_txt {
  font-size: 0.8888888889rem;
}
.history_scroll_txt .font-en {
  font-weight: 600;
  font-size: 1rem;
}

/* lps_parts--products
********************************************** */
.products_item {
  display: flex;
  gap: 4.4444444444rem;
  padding: 4.4444444444rem 3.5555555556rem;
  background-color: var(--clr-bg-02);
  border-radius: 0.8888888889rem;
}
@media screen and (max-width: 47.9375em) {
  .products_item {
    flex-direction: column;
    padding: 1.7142857143rem;
    border-radius: 0.5714285714rem;
    gap: 1.7142857143rem;
  }
}
.products_item:not(:last-child) {
  margin-bottom: 4.4444444444rem;
}
.products_item .products_item--imgarea {
  width: 27.7777777778rem;
}
@media screen and (max-width: 47.9375em) {
  .products_item .products_item--imgarea {
    width: 100%;
  }
}
.products_item .products_item--txtarea {
  flex: 1;
}
.products_item .tag_list span {
  display: inline-block;
  padding: 0.6666666667rem 0.8888888889rem 0.4444444444rem;
  border-radius: 99px;
  background-color: var(--clr-wht);
  color: var(--clr-primary-default);
  font-weight: 600;
  letter-spacing: 0.48px;
  font-size: 0.8888888889rem;
  line-height: 1;
}
.products_item .thumbnail-carousel .slick-track {
  transform: unset !important;
  display: flex;
  justify-content: center;
  gap: 0.8888888889rem;
}
.products_item .thumbnail-carousel li {
  width: 5.5555555556rem !important;
  height: 5.5555555556rem;
}

.products_item--txtarea .name {
  margin-bottom: 1em;
  font-size: 2.5vw;
  font-size: clamp(24px, 2.5vw, 48px);
}
@media screen and (max-width: 47.9375em) {
  .products_item--txtarea .name {
    margin-bottom: 1.1428571429rem;
    font-size: 1.7142857143rem;
  }
}

.products_table {
  margin-top: 2.2222222222rem;
}
@media screen and (max-width: 47.9375em) {
  .products_table {
    margin-top: 1.7142857143rem;
  }
}

.products_table table {
  margin-block: 0 !important;
}
.products_table table th,
.products_table table td {
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  .products_table table th br {
    display: none;
  }
}

@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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */
