@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --board: 1280;
  --max: 1px;
}

:root {
  --colorBlack: #333;
  --colorBg: #fff;
  --colorCurrent: #c7c7c7;
  --color-primary: #2e2f54;
  --color-primary_hover: #0a66c2;
  --color-primary_regular: #3f498c;
  --color-secondary: #f78e26;
  --color-secondary_hover: #dd6e00;
  --color-key: #537fed;
  --color-key_hover: #2c5cd3;
  --color-black: #333;
  --color-primary_light: #0a66c2;
  --color-yellow: #ffe940;
  --color-sub_yellow: #ffd932;
  --color-line: #06c755;
  --color-youtube: #f00;
  --color-newsletter: #0b318f;
  --color-blue: #0a66c2;
  --color-gray: #666;
  --color-bg_skyblue: #e9f5fc;
  --color-deepNavy: #2c3152;
  --color-navy: #3f498c;
  --color-drillpark: #158167;
  --color-okulinkplus: #ed7d31;
  --color-testpark: #0e91ef;
  --color-karte: #2d318c;
}

:root {
  --fontGothic: 'Noto Sans JP', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  --fontMincho: 'Zen Old Mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  --fontEnglish: 'Oswald', sans-serif;
  --fontMaru: 'Zen Maru Gothic', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 16rem;
  --letterSpacing: 0;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: .3s;
}

html {
  font-size: clamp(1.5625%, 0.078125vw, 6.25%);
}

body {
  background-color: var(--bodyBg);
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontGothic);
  line-height: var(--lineHeight);
  font-optical-sizing: auto;
  -webkit-font-feature-settings: var(--kerning);
          font-feature-settings: var(--kerning);
}

@-webkit-keyframes bottom-to-top {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bottom-to-top {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
a {
  text-decoration: none;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
:where(.g-container) h1 {
  font-weight: 700;
}
:where(.g-container) h2 {
  font-weight: 700;
}
:where(.g-container) h3 {
  font-weight: 700;
}
:where(.g-container) h4 {
  font-weight: 700;
}
:where(.g-container) h5 {
  font-weight: 700;
}
:where(.g-container) h6 {
  font-weight: 400;
}

.button-filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  border: 1px solid var(--color-primary_regular);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 999, var(--max) * 999);
  background-color: #e9f5fc;
  color: var(--color-primary_regular) !important;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button-filter::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2) solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}
.slider-controls__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  border: none;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  background-color: var(--color-bg_skyblue);
  color: var(--color-primary_regular);
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.slider-controls__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  height: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  border: clamp(0px, 10vw / var(--board) * 10 * 3, var(--max) * 3) solid;
  border-top: 0;
  border-left: 0;
}
.slider-controls__button--prev::after {
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.slider-controls__button--next::after {
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.slider-controls__button--pause::before, .slider-controls__button--pause::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2) !important;
  height: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) !important;
  border: 0 !important;
  background-color: var(--color-primary_regular);
}
.slider-controls__button--pause::before {
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(clamp(var(--max) * -1, 10vw / var(--board) * 10 * -1, 0px));
          transform: translateY(-50%) translateX(clamp(var(--max) * -1, 10vw / var(--board) * 10 * -1, 0px));
}
.slider-controls__button--pause::after {
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1));
          transform: translateY(-50%) translateX(clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1));
}
.is-paused .slider-controls__button--pause::before {
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  width: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) !important;
  height: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14) !important;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
}
.is-paused .slider-controls__button--pause::after {
  display: none;
}
.slider-controls__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}
.slider-controls__dot {
  display: block;
  min-width: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  min-height: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  max-width: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  max-height: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.slider-controls__dot--active {
  min-width: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  min-height: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  max-width: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  max-height: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  background-color: #3f498c;
}
.slider-controls__divider {
  width: 1px;
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-color: #d9d9d9;
}

.news {
  padding: clamp(0px, 10vw / var(--board) * 10 * 114, var(--max) * 114) 0 clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90);
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 164, var(--max) * 164);
}
.news__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 64, var(--max) * 64);
  margin: 0 auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1032, var(--max) * 1032);
}
.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  width: clamp(0px, 10vw / var(--board) * 10 * 113, var(--max) * 113);
}
.news__title {
  color: var(--color-blue);
  letter-spacing: 0.08em;
  font-weight: 300;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  font-family: var(--fontEnglish);
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  width: clamp(0px, 10vw / var(--board) * 10 * 856, var(--max) * 856);
  list-style: none;
}
.news__item {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  color: var(--color-black) !important;
  text-decoration: none;
}
.news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.news__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 110, var(--max) * 110);
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  background-color: var(--color-gray);
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  line-height: 1.4;
}
.news__label--important {
  background-color: #e63e6b;
}
.news__label--update {
  background-color: #f78f34;
}
.news__label--annual {
  background-color: #3f9eef;
}
.news__label--maintenance {
  background-color: #0dbfb2;
}
.news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--color-gray);
  white-space: nowrap;
  font-weight: 400;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.5;
}
.news__item-lead {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--color-black);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.5;
}

.c-verticalCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.c-verticalCard_link {
  display: block;
  padding: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6) clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24) clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  width: 100%;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  background-color: #fff;
  text-decoration: none;
}
.c-verticalCard_link:hover {
  -webkit-box-shadow: 0 0 clamp(0px, 10vw / var(--board) * 10 * 7, var(--max) * 7) 0 #dedcd5;
          box-shadow: 0 0 clamp(0px, 10vw / var(--board) * 10 * 7, var(--max) * 7) 0 #dedcd5;
  text-decoration: none;
  opacity: 0.9;
}
.c-verticalCard_link:visited {
  color: inherit !important;
}

.c-verticalCard_img {
  overflow: hidden;
  width: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324);
  height: clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
  text-align: center;
}
.c-verticalCard_img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  vertical-align: top;
}
.products__video-section .c-verticalCard_img {
  height: auto;
}
.products__video-section .c-verticalCard_img img {
  width: 100%;
  height: 100%;
}

.c-verticalCard_container {
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
}
.products__video-section .c-verticalCard_container {
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
}

.c-verticalCard_category {
  display: inline-block;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  padding: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  background-color: var(--theme-color-light);
  color: var(--theme-color);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}
.products__video-section .c-verticalCard_category {
  display: inline-block;
}

.c-verticalCard_title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  color: #333;
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 19, var(--max) * 19);
  line-height: 1.5;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.c-verticalCard_subTitle {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  color: #333;
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  line-height: 1.5;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.c-verticalCard_subTitle:empty {
  display: none;
}
.products__video-section .c-verticalCard_subTitle {
  font-weight: normal;
}

.c-verticalCard_description {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  color: var(--color-navy);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  line-height: 1.5;
}
.c-verticalCard_description:empty {
  display: none;
}

.c-verticalCard_tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  -webkit-column-gap: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
     -moz-column-gap: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
          column-gap: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
}
.c-verticalCard_tag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background: url("/miraiseed/assets-common/image/icon_tag.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-verticalCard_tag span {
  color: var(--color-navy);
  text-decoration: none;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  line-height: 1.4;
}

.c-verticalCard_category,
.c-verticalCard_tag {
  display: none;
}

.rw08-seminar__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  padding: clamp(0px, 10vw / var(--board) * 10 * 7, var(--max) * 7);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  background-color: #fff;
  -webkit-transition: -webkit-transform var(--speed), -webkit-box-shadow var(--speed);
  transition: -webkit-transform var(--speed), -webkit-box-shadow var(--speed);
  transition: transform var(--speed), box-shadow var(--speed);
  transition: transform var(--speed), box-shadow var(--speed), -webkit-transform var(--speed), -webkit-box-shadow var(--speed);
}
.rw08-seminar__box + .rw08-seminar__box {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}

.rw08-seminar__box-image {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324);
  height: clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}
.rw08-seminar__box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rw08-seminar__box-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) 0;
}

.rw08-seminar__special-deco {
  display: block;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  padding: clamp(0px, 10vw / var(--board) * 10 * 3, var(--max) * 3) clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  background-color: var(--color-yellow);
  color: var(--color-primary);
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}

.rw08-seminar__box-title {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  color: var(--color-black);
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.5;
}

.c-cardSlender_date {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  color: var(--color-gray);
  font-weight: normal;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
}

.rw08-seminar__box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
}
.rw08-seminar__box-list li {
  color: var(--color-black);
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.5;
}
.rw08-seminar__box-list li span {
  display: block;
  padding-left: 1em;
  font-weight: normal;
}

.products__video-section .c-verticalCard_img {
  position: relative;
  height: auto;
  aspect-ratio: 16/9;
}
.products__video-section .c-verticalCard_img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.products__video-section .c-verticalCard_img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  height: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  background-image: url("/miraiseed/fansite/assets-fansite/image/navi/icon_movie.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.operation-content .c-verticalCard_img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
}
.operation-content .c-verticalCard_img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.operation-content .c-verticalCard_img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  height: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  background-image: url("/miraiseed/fansite/assets-fansite/image/navi/icon_movie.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.products__video-section .c-verticalCard_category,
.operation-content .c-verticalCard_category {
  display: inline-block;
}
.products__video-section .c-verticalCard_tag,
.operation-content .c-verticalCard_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-verticalCard_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.c-verticalCard_unitIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: clamp(var(--max) * -8, 10vw / var(--board) * 10 * -8, 0px);
}

.c-verticalCard_unitIcon img {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 2px solid #fff;
  border-radius: 50%;
}

.c-verticalCard_unitTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  color: var(--color-navy);
}

.c-verticalCard_unitName {
  display: block;
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  line-height: 1.5;
}
.c-verticalCard_unitName::after {
  content: "｜";
  width: 1em;
  height: auto;
}
.c-verticalCard_unitName:last-child::after {
  display: none;
}

.c-verticalCard_unitText {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  color: var(--color-navy);
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.5;
}

.c-verticalCard_unit-bg01 {
  background: url(https://bso.benesse.ne.jp/miraiseed/fansite/assets/img/img_lesson_card_bg_01.svg);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324) clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.c-verticalCard_unit-bg02 {
  background: url(https://bso.benesse.ne.jp/miraiseed/fansite/assets/img/img_lesson_card_bg_02.svg);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324) clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.c-verticalCard_unit-bg03 {
  background: url(https://bso.benesse.ne.jp/miraiseed/fansite/assets/img/img_lesson_card_bg_03.svg);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324) clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.c-verticalCard_unit-bg04 {
  background: url(https://bso.benesse.ne.jp/miraiseed/fansite/assets/img/img_lesson_card_bg_04.svg);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324) clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.c-verticalCard_unit-bg05 {
  background: url(https://bso.benesse.ne.jp/miraiseed/fansite/assets/img/img_lesson_card_bg_05.svg);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324) clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.c-verticalCard_unit-bg06 {
  background: url(https://bso.benesse.ne.jp/miraiseed/fansite/assets/img/img_lesson_card_bg_06.svg);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324) clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.c-verticalCard_unit-bg07 {
  background: url(https://bso.benesse.ne.jp/miraiseed/fansite/assets/img/img_lesson_card_bg_07.svg);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324) clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.c-verticalCard_unit-bg08 {
  background: url(https://bso.benesse.ne.jp/miraiseed/fansite/assets/img/img_lesson_card_bg_08.svg);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324) clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.c-verticalCard_unit-bg09 {
  background: url(https://bso.benesse.ne.jp/miraiseed/fansite/assets/img/img_lesson_card_bg_09.svg);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324) clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.c-verticalCard_unit-bg10 {
  background: url(https://bso.benesse.ne.jp/miraiseed/fansite/assets/img/img_lesson_card_bg_10.svg);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324) clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.c-verticalCard_unit-bg11 {
  background: url(https://bso.benesse.ne.jp/miraiseed/fansite/assets/img/img_lesson_card_bg_11.svg);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324) clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.c-verticalCard_unit-bg12 {
  background: url(https://bso.benesse.ne.jp/miraiseed/fansite/assets/img/img_lesson_card_bg_12.svg);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324) clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.c-verticalCard_unit-bg13 {
  background: url(https://bso.benesse.ne.jp/miraiseed/fansite/assets/img/img_lesson_card_bg_13.svg);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 324, var(--max) * 324) clamp(0px, 10vw / var(--board) * 10 * 182, var(--max) * 182);
}

.global-header {
  position: sticky;
  top: 0;
  z-index: 101;
  height: clamp(0px, 10vw / var(--board) * 10 * 46, var(--max) * 46);
  background-color: #fff;
}
.global-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  height: 100%;
  -webkit-column-gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
     -moz-column-gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
          column-gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
.global-header__logo {
  margin-right: auto;
}
.global-header__logo img {
  width: clamp(0px, 10vw / var(--board) * 10 * 110, var(--max) * 110);
  height: auto;
}
.global-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}
.global-header__nav-item {
  position: relative;
}
.global-header__nav-item--has-mega:hover .global-header__mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.global-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: var(--color-black) !important;
  text-decoration: none;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1;
}
.global-header__link:visited {
  color: var(--color-black) !important;
  text-decoration: none;
}
.global-header__nav-item--has-mega .global-header__link::after {
  content: "";
  display: block;
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  width: 0.4em;
  height: 0.4em;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.global-header__mega-menu {
  position: absolute;
  top: 100%;
  left: clamp(var(--max) * -50, 10vw / var(--board) * 10 * -50, 0px);
  z-index: 1000;
  visibility: hidden;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(clamp(var(--max) * -10, 10vw / var(--board) * 10 * -10, 0px));
          transform: translateY(clamp(var(--max) * -10, 10vw / var(--board) * 10 * -10, 0px));
}
.global-header__nav-item--has-mega:hover .global-header__mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0));
          transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0));
}
.global-header__mega-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) 0;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  background-color: #fff;
  -webkit-box-shadow: 0 0 clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) 0 rgba(46, 47, 84, 0.15);
          box-shadow: 0 0 clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) 0 rgba(46, 47, 84, 0.15);
}
.global-header__mega-menu-title {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  color: var(--color-primary);
  white-space: nowrap;
  font-style: normal;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-family: "Noto Sans JP";
  line-height: 1.2;
}
.global-header__mega-menu-list {
  display: -ms-grid;
  display: grid;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) clamp(0px, 10vw / var(--board) * 10 * 29, var(--max) * 29);
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  border-left: 1px solid #d9d9d9;
  list-style: none;
  -ms-grid-columns: 1fr clamp(0px, 10vw / var(--board) * 10 * 29, var(--max) * 29) 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.global-header__mega-menu-link {
  display: block;
  color: var(--color-primary) !important;
  text-decoration: none;
  white-space: nowrap;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  -webkit-transition: color var(--speed);
  transition: color var(--speed);
}
.global-header__mega-menu-link:visited {
  color: var(--color-primary) !important;
  text-decoration: none;
}
.global-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  height: 100%;
}
.global-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1) clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12) 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  background-color: #cf2626;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  cursor: pointer;
  -webkit-transition: background-color var(--speed);
  transition: background-color var(--speed);
}
.global-header__button:visited {
  color: #fff !important;
  text-decoration: none;
}
.global-header__button--download {
  background-color: var(--color-secondary);
  color: #fff !important;
}
.global-header__button--inquiry {
  background-color: var(--color-key);
}
.global-header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  width: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  height: 100%;
  background-color: var(--color-primary);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  -webkit-transition: background-color var(--speed);
  transition: background-color var(--speed);
}
.global-header__login:visited {
  color: #fff !important;
  text-decoration: none;
}
.global-header__login::before {
  content: "";
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  height: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  background-image: url("/miraiseed/assets-common/image/icon_login.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.global-header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}
.global-header__social-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  color: var(--color-black) !important;
  text-decoration: none;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  -webkit-transition: color var(--speed);
  transition: color var(--speed);
}
.global-header__social-link:visited {
  color: var(--color-black) !important;
  text-decoration: none;
}
.global-header__social-link::before {
  content: "";
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.global-header__social-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.global-header__social-link--line::before {
  background-image: url("/miraiseed/assets-common/image/icon_line.webp");
}
.global-header__social-link--youtube::before {
  background-image: url("/miraiseed/assets-common/image/icon_youtube.webp");
}
.global-header__social-link--newsletter::before {
  background-image: url("/miraiseed/assets-common/image/icon_mailmagazine.webp");
}

.header {
  position: sticky;
  top: clamp(0px, 10vw / var(--board) * 10 * 46, var(--max) * 46);
  z-index: 100;
  background: -webkit-gradient(linear, left top, right top, from(#0a66c2), to(#309af0));
  background: linear-gradient(90deg, #0a66c2 0%, #309af0 100%);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  height: clamp(0px, 10vw / var(--board) * 10 * 56, var(--max) * 56);
}
.header__logo a {
  display: block;
}
.header__logo img {
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 188, var(--max) * 188);
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  list-style: none;
}
.header__nav-item {
  position: relative;
}
.header__nav-item--has-mega:hover .header__mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__nav-link {
  display: block;
  padding: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) 0;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__nav-link:visited {
  color: #fff !important;
  text-decoration: none;
}
.header__nav-item--has-mega .header__nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-item--has-mega .header__nav-link::after {
  content: "";
  display: block;
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 7, var(--max) * 7);
  width: 0.4em;
  height: 0.4em;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  visibility: hidden;
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(-45%) translateY(-10px);
          transform: translateX(-45%) translateY(-10px);
}
.header__nav-item--has-mega:hover .header__mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-45%) translateY(0);
          transform: translateX(-45%) translateY(0);
}
.header__mega-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  padding: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  background-color: #fff;
  -webkit-box-shadow: 0 0 clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) 0 rgba(46, 47, 84, 0.15);
          box-shadow: 0 0 clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) 0 rgba(46, 47, 84, 0.15);
}
.header__mega-menu-inner--products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) 0;
}
.header__mega-menu-list--simple .header__mega-menu-inner {
  display: block;
  padding: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  min-width: clamp(0px, 10vw / var(--board) * 10 * 200, var(--max) * 200);
}
.header__mega-menu-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header__mega-menu-title {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  color: var(--color-primary);
  white-space: nowrap;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.2;
}
.header__mega-menu-title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit !important;
  text-decoration: none;
}
.header__mega-menu-title-link:visited {
  color: inherit !important;
  text-decoration: none;
}
.header__mega-menu-title-link::after {
  content: "";
  display: block;
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  width: 0.4em;
  height: 0.4em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__mega-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  list-style: none;
}
.header__mega-menu-list--products {
  display: -ms-grid;
  display: grid;
  gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  border-left: 1px solid #d9d9d9;
  -ms-grid-columns: 1fr clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32) 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.header__mega-menu-list--simple {
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}
.header__mega-menu-link {
  display: block;
  color: var(--color-primary) !important;
  text-decoration: none;
  white-space: nowrap;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  -webkit-transition: color var(--speed) ease;
  transition: color var(--speed) ease;
}
.header__mega-menu-link:visited {
  color: var(--color-primary) !important;
  text-decoration: none;
}
.header__mega-menu-link--with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  padding: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  white-space: normal;
}
.header__mega-menu-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  min-height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  max-width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  max-height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  border-radius: 50%;
  background-color: #f0f0f0;
  background-position: center;
  background-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-repeat: no-repeat;
}
.header__mega-menu-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  line-height: 1.2;
}
.header__mega-menu-link-title {
  display: block;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  color: var(--color-black);
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.5;
}
.header__mega-menu-link-description {
  display: block;
  color: #666;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  line-height: 1.4;
}
.header__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}
.header__login-button {
  padding: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  border: none;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  background-color: #ff7a3d;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  cursor: pointer;
}
.header__login-button:visited {
  color: #fff !important;
  text-decoration: none;
}
.header__inquiry-button {
  padding: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  border: none;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  background-color: #3b8beb;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  cursor: pointer;
}
.header__inquiry-button:visited {
  color: #fff !important;
  text-decoration: none;
}
.header__hamburger {
  position: relative;
  display: none;
  width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  border: none;
  background: transparent;
  cursor: pointer;
}
.header__hamburger-line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__hamburger-line:nth-child(1) {
  top: 0;
}
.header__hamburger-line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__hamburger-line:nth-child(3) {
  bottom: 0;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

.header-sp-menu {
  display: none;
}

.footer {
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  background-color: #f5f5f5;
}
.footer__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1032, var(--max) * 1032);
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 76, var(--max) * 76);
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
}
.footer__brand {
  width: clamp(0px, 10vw / var(--board) * 10 * 188, var(--max) * 188);
}
.footer__logo {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}
.footer__login-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  border: 1px solid;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  background-color: #fff;
  color: var(--color-primary) !important;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  cursor: pointer;
  -webkit-transition: border-color var(--speed), background-color var(--speed), color var(--speed);
  transition: border-color var(--speed), background-color var(--speed), color var(--speed);
}
.footer__login-button::before {
  content: "";
  display: block;
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  width: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  height: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  background-color: var(--color-primary);
  -webkit-transition: background-color var(--speed);
  transition: background-color var(--speed);
  -webkit-mask-image: url("/miraiseed/assets-common/image/icon_login.svg");
          mask-image: url("/miraiseed/assets-common/image/icon_login.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}
.footer__nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  min-width: clamp(0px, 10vw / var(--board) * 10 * 152, var(--max) * 152);
}
.footer__nav-title {
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.2;
}
.footer__nav-title-link, .footer__nav-link {
  color: var(--color-black) !important;
  text-decoration: none !important;
  -webkit-transition: color var(--speed);
  transition: color var(--speed);
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  list-style: none;
}
.footer__nav-item {
  white-space: nowrap;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  line-height: 1.2;
}
.footer__nav-link {
  color: #222 !important;
  text-decoration: none;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
}
.footer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
}
.footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 153, var(--max) * 153);
  height: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  border: none;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  cursor: pointer;
  -webkit-transition: background-color var(--speed);
  transition: background-color var(--speed);
}
.footer__button--primary {
  background-color: var(--color-secondary);
}
.footer__button--secondary {
  background-color: var(--color-key);
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__social-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  color: var(--color-black) !important;
  text-decoration: none;
  -webkit-transition: color var(--speed);
  transition: color var(--speed);
}
.footer__social-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  height: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer__social-icon {
  min-width: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  min-height: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  max-width: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  max-height: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.footer__social-text {
  white-space: nowrap;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
  line-height: 1.2;
}
.footer__services {
  padding: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) 0 clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  border-top: 1px solid #d9d9d9;
}
.footer__services-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
}
.footer__benesse-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__benesse-logo img {
  width: clamp(0px, 10vw / var(--board) * 10 * 188, var(--max) * 188);
  height: auto;
}
.footer__services-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
}
.footer__services-links-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  border-right: 1px solid #d9d9d9;
  line-height: 1.3;
}
.footer__services-link {
  color: var(--color-black) !important;
  text-decoration: none;
}
.footer__services-link--primary {
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
}
.footer__services-label {
  font-weight: var(--weightBold);
}
.footer__bottom {
  padding: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) 0;
  background-color: #fff;
}
.footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
.footer__benesse-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 25, var(--max) * 25);
}
.footer__benesse-brand img {
  width: clamp(0px, 10vw / var(--board) * 10 * 110, var(--max) * 110);
  height: auto;
}
.footer__copyright {
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 3, var(--max) * 3);
  color: #888;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}
.footer__legal-link {
  color: #888 !important;
  text-decoration: none;
  -webkit-transition: color var(--speed);
  transition: color var(--speed);
}

.is-disabled {
  pointer-events: none;
}

@media (min-width: 769px){
  .pc-none {
    display: none !important;
  }
  .sp-only {
    display: none !important;
  }
}

@media (min-width: 1400px){
  .header__nav-list {
    gap: 4vw;
  }
}

@media (max-width: 768px){
  :root {
    --board: 375;
    --max: 9999px;
  }
  html {
    font-size: 0.2666666667vw;
  }
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
  :where(.g-container) *,
  :where(.g-container) *::before,
  :where(.g-container) *::after {
    max-width: none;
  }
  .button-filter {
    gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    padding: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6) clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12) clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6) clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    width: clamp(0px, 10vw / var(--board) * 10 * 240, var(--max) * 240);
    height: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
  .slider-controls__button::after {
    width: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
    height: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
    border: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2) solid;
    border-top: 0;
    border-left: 0;
  }
  .slider-controls__dot {
    width: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
    height: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
  .slider-controls__divider {
    height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .news {
    padding: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40) 0 clamp(0px, 10vw / var(--board) * 10 * 74, var(--max) * 74);
  }
  .news__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    width: 100%;
  }
  .news__header {
    display: contents;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    width: 100%;
  }
  .news__header .button-filter {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .news__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  }
  .news__list {
    gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .news__item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
    padding: 0;
  }
  .news__item-meta {
    gap: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .news__label {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .news__date {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  }
  .news__item-lead {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
  .c-verticalCard_link {
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .c-verticalCard_img {
    width: 100%;
    height: auto;
  }
  .c-verticalCard_container {
    padding: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .c-verticalCard_category {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
    padding: clamp(0px, 10vw / var(--board) * 10 * 3, var(--max) * 3) clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
  }
  .c-verticalCard_title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 19, var(--max) * 19);
    line-height: 1.47368421;
  }
  .c-verticalCard_subTitle {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  }
  .rw08-seminar__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .rw08-seminar__box-image {
    width: 100%;
    height: auto;
  }
  .rw08-seminar__box-text {
    padding: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .rw08-seminar__special-deco {
    padding: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
  }
  .rw08-seminar__box-title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .c-cardSlender_date {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .rw08-seminar__box-list {
    gap: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  }
  .rw08-seminar__box-list li {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  }
  .c-verticalCard_unitTitle {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .global-header {
    height: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  }
  .global-header__inner {
    padding: 0;
    padding-left: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .global-header__logo img {
    width: clamp(0px, 10vw / var(--board) * 10 * 86, var(--max) * 86);
  }
  .global-header__nav {
    display: none;
  }
  .global-header__button {
    display: none;
  }
  .global-header__login {
    width: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
    height: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  }
  .global-header__social {
    display: none;
  }
  .header {
    top: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  }
  .header__inner {
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    height: clamp(0px, 10vw / var(--board) * 10 * 45, var(--max) * 45);
  }
  .header__logo img {
    width: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  }
  .header__nav {
    display: none;
  }
  .header__side {
    display: none;
  }
  .header__hamburger {
    display: block;
  }
  .header-sp-menu {
    position: fixed;
    top: clamp(0px, 10vw / var(--board) * 10 * 81, var(--max) * 81);
    left: 0;
    z-index: 99;
    display: block;
    visibility: hidden;
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - clamp(0px, 10vw / var(--board) * 10 * 81, var(--max) * 81));
    background-color: #e9f5fc;
    opacity: 0;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }
  .header-sp-menu.is-active {
    visibility: visible;
    opacity: 1;
  }
  .header-sp-menu__inner {
    padding: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .header-sp-menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  }
  .header-sp-menu__main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    list-style: none;
  }
  .header-sp-menu__main-link {
    display: block;
    color: var(--color-primary) !important;
    text-decoration: none;
    font-weight: var(--weightBold);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    line-height: 1.2;
    -webkit-transition: color var(--speed);
    transition: color var(--speed);
  }
  .header-sp-menu__main-link:visited {
    color: var(--color-primary) !important;
    text-decoration: none;
  }
  .header-sp-menu__product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    list-style: none;
  }
  .header-sp-menu__product-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
    color: var(--color-primary) !important;
    text-decoration: none;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
    line-height: 1.2;
    -webkit-transition: color var(--speed);
    transition: color var(--speed);
  }
  .header-sp-menu__product-link:visited {
    color: var(--color-primary) !important;
    text-decoration: none;
  }
  .header-sp-menu__product-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
  .header-sp-menu__sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    list-style: none;
  }
  .header-sp-menu__sub-link {
    display: block;
    color: var(--color-primary) !important;
    text-decoration: none;
    font-weight: var(--weightBold);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    line-height: 1.2;
    -webkit-transition: color var(--speed);
    transition: color var(--speed);
  }
  .header-sp-menu__sub-link:visited {
    color: var(--color-primary) !important;
    text-decoration: none;
  }
  .header-sp-menu__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .header-sp-menu__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
    color: var(--color-black) !important;
    text-decoration: none;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    line-height: 1.2;
  }
  .header-sp-menu__social-link:visited {
    color: var(--color-black) !important;
    text-decoration: none;
  }
  .header-sp-menu__social-link img {
    width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .header-sp-menu__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .header-sp-menu__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
    border: none;
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 999, var(--max) * 999);
    color: #fff !important;
    text-decoration: none;
    font-weight: var(--weightBold);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    line-height: 1.2;
    cursor: pointer;
    -webkit-transition: background-color var(--speed);
    transition: background-color var(--speed);
  }
  .header-sp-menu__button:visited {
    color: #fff !important;
    text-decoration: none;
  }
  .header-sp-menu__button--primary {
    background-color: var(--color-secondary);
  }
  .header-sp-menu__button--secondary {
    background-color: var(--color-key);
  }
  .header-sp-menu__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    padding: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) 0;
    border-top: 1px solid #d9d9d9;
  }
  .header-sp-menu__footer-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  }
  .header-sp-menu__footer-title {
    color: var(--color-black);
    font-weight: var(--weightBold);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    line-height: 1.2;
  }
  .header-sp-menu__footer-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  }
  .header-sp-menu__footer-services-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
  .header-sp-menu__footer-link {
    color: var(--color-black) !important;
    text-decoration: none;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
    line-height: 1.2;
    -webkit-transition: color var(--speed);
    transition: color var(--speed);
  }
  .header-sp-menu__footer-link:visited {
    color: var(--color-black) !important;
    text-decoration: none;
  }
  .footer {
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .footer__inner {
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    width: 100%;
  }
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .footer__brand {
    width: 100%;
  }
  .footer__logo {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    text-align: center;
  }
  .footer__logo img {
    width: clamp(0px, 10vw / var(--board) * 10 * 188, var(--max) * 188);
  }
  .footer__login-button {
    margin-right: auto;
    margin-left: auto;
    width: clamp(0px, 10vw / var(--board) * 10 * 188, var(--max) * 188);
    height: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  }
  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
  .footer__nav-group {
    min-width: 0;
    width: 50%;
  }
  .footer__nav-group:nth-child(1) {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
    width: 100%;
  }
  .footer__actions {
    gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    width: clamp(0px, 10vw / var(--board) * 10 * 280, var(--max) * 280);
  }
  .footer__button {
    width: 100%;
    height: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .footer__social-link {
    gap: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  }
  .footer__social-link::after {
    display: none;
  }
  .footer__social-icon {
    min-width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    min-height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    max-width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    max-height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .footer__social-text {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .footer__services {
    padding: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40) 0 clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .footer__services-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
  .footer__benesse-logo {
    text-align: center;
  }
  .footer__benesse-logo img {
    width: clamp(0px, 10vw / var(--board) * 10 * 160, var(--max) * 160);
  }
  .footer__services-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  }
  .footer__services-links-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
    padding-right: 0;
    width: 100%;
    border-right: 0;
  }
  .footer__services-link {
    width: 50%;
    line-height: 1.2;
  }
  .footer__services-link:nth-of-type(odd):nth-last-of-type(1) {
    width: 100%;
  }
  .footer__bottom {
    padding: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) 0;
  }
  .footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .footer__benesse-brand {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .footer__benesse-brand img {
    width: clamp(0px, 10vw / var(--board) * 10 * 86, var(--max) * 86);
  }
  .footer__copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
    text-align: center;
  }
  .footer__legal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
    text-align: center;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
    line-height: 1.8;
  }
  .pc-only {
    display: none !important;
  }
  .sp-none {
    display: none !important;
  }
}

@media (max-width: 768px) and (hover: hover){
  .header-sp-menu__main-link:hover {
    color: var(--color-primary_light) !important;
    opacity: 1;
  }
  .header-sp-menu__product-link:hover {
    color: var(--color-primary_light) !important;
    opacity: 1;
  }
  .header-sp-menu__sub-link:hover {
    color: var(--color-primary_light) !important;
    opacity: 1;
  }
  .header-sp-menu__social-link:hover {
    opacity: 0.7;
  }
  .header-sp-menu__button:hover {
    opacity: 0.9;
  }
  .header-sp-menu__footer-link:hover {
    color: var(--color-primary_light) !important;
    opacity: 1;
  }
  .footer__social-link:hover {
    opacity: 0.7;
  }
}

@media (hover: hover){
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  a:hover:focus {
    text-decoration: none;
  }
  a:hover img {
    -webkit-transition: opacity var(--speed);
    transition: opacity var(--speed);
  }
  a:hover[href^="tel:"] {
    color: inherit;
  }
  .button-filter:hover {
    background-color: var(--color-primary_regular);
    color: #fff !important;
    opacity: 1;
  }
  .slider-controls__button:hover {
    background-color: var(--color-primary_regular);
    color: #fff;
    opacity: 1;
  }
  .slider-controls__button--pause:hover::before, .slider-controls__button--pause:hover::after {
    background-color: #fff;
  }
  .global-header__link:hover {
    color: var(--color-primary_light) !important;
    opacity: 1;
  }
  .global-header__mega-menu-link:hover {
    color: var(--color-primary_light) !important;
    opacity: 1;
  }
  .global-header__button:hover {
    opacity: 1;
  }
  .global-header__button--download:hover {
    background-color: var(--color-secondary_hover);
  }
  .global-header__button--inquiry:hover {
    background-color: var(--color-key_hover);
  }
  .global-header__login:hover {
    background-color: var(--color-primary_hover);
    opacity: 1;
  }
  .global-header__social-link:hover {
    opacity: 1;
  }
  .global-header__social-link--line:hover {
    color: var(--color-line) !important;
  }
  .global-header__social-link--line:hover::before {
    opacity: 0;
  }
  .global-header__social-link--line:hover::after {
    background-image: url("/miraiseed/assets-common/image/icon_line_hover.webp");
    opacity: 1;
  }
  .global-header__social-link--youtube:hover {
    color: var(--color-youtube) !important;
  }
  .global-header__social-link--youtube:hover::before {
    opacity: 0;
  }
  .global-header__social-link--youtube:hover::after {
    background-image: url("/miraiseed/assets-common/image/icon_youtube_hover.webp");
    opacity: 1;
  }
  .global-header__social-link--newsletter:hover {
    color: var(--color-newsletter) !important;
  }
  .global-header__social-link--newsletter:hover::before {
    opacity: 0;
  }
  .global-header__social-link--newsletter:hover::after {
    background-image: url("/miraiseed/assets-common/image/icon_mailmagazine_hover.webp");
    opacity: 1;
  }
  .header__nav-link:hover {
    color: var(--color-sub_yellow) !important;
    opacity: 1;
  }
  .header__mega-menu-title-link:hover {
    color: var(--color-primary_light) !important;
    opacity: 1;
  }
  .header__mega-menu-link:hover {
    color: var(--color-primary_light) !important;
    opacity: 1;
  }
  .header__login-button:hover {
    background-color: #ff6624;
  }
  .header__inquiry-button:hover {
    background-color: #2a7bd9;
  }
  .footer__login-button:hover {
    border-color: var(--color-primary_light);
    background-color: var(--color-primary_light);
    color: #fff !important;
    opacity: 1;
  }
  .footer__login-button:hover::before {
    background-color: #fff;
  }
  .footer__nav-title-link:hover, .footer__nav-link:hover {
    color: var(--color-primary_light) !important;
    opacity: 1;
  }
  .footer__nav-link:hover {
    text-decoration: underline;
  }
  .footer__button:hover {
    opacity: 1;
  }
  .footer__button--primary:hover {
    background-color: var(--color-secondary_hover);
  }
  .footer__button--secondary:hover {
    background-color: var(--color-key_hover);
  }
  .footer__social-link:hover {
    opacity: 1;
  }
  .footer__social-link--line:hover {
    color: var(--color-line) !important;
  }
  .footer__social-link--line:hover img {
    opacity: 0;
  }
  .footer__social-link--line:hover::after {
    background-image: url("/miraiseed/assets-common/image/icon_line_hover.webp");
    opacity: 1;
  }
  .footer__social-link--youtube:hover {
    color: var(--color-youtube) !important;
  }
  .footer__social-link--youtube:hover img {
    opacity: 0;
  }
  .footer__social-link--youtube:hover::after {
    background-image: url("/miraiseed/assets-common/image/icon_youtube_hover.webp");
    opacity: 1;
  }
  .footer__social-link--newsletter:hover {
    color: var(--color-newsletter) !important;
  }
  .footer__social-link--newsletter:hover img {
    opacity: 0;
  }
  .footer__social-link--newsletter:hover::after {
    background-image: url("/miraiseed/assets-common/image/icon_mailmagazine_hover.webp");
    opacity: 1;
  }
  .footer__services-link:hover {
    color: var(--color-primary_light) !important;
    opacity: 1;
  }
  .footer__legal-link:hover {
    color: var(--color-primary_light) !important;
    opacity: 1;
  }
}