@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400,700&display=swap");
/*! 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.
 */
/**
 * 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: block;
}

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

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

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

#root,
#__next {
  isolation: isolate;
}

:root {
  --font-body-family: "Noto Sans JP", "Lato", sans-serif;
}

.pc-hide {
  display: none;
}

.sp-hide {
  display: block;
}

body {
  color: #5b3d42;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  font-size: 62.5%;
}

body #benesse-header .benesse-header__logo a {
  font-size: 0;
  display: block !important;
}

figure img {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5b3d42;
}

.innerWrap {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 0;
}
footer .innerWrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: 100%;
  padding: 0;
}
footer nav {
  background-color: #5b3d42;
}

footer nav ul {
  max-width: 1085px;
  padding: 0 2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.4rem;
}
footer nav ul li:last-child {
  margin-left: auto;
}
footer nav ul li:not(:last-child) {
  margin-right: clamp(2rem, 2vw, 3rem);
}
footer nav ul li a {
  color: white;
  font-weight: bold;
  -webkit-transition: 0.4s opacity, 0.4s color;
  transition: 0.4s opacity, 0.4s color;
}

footer nav ul li a.currentPage {
  color: white;
  border-bottom: solid 2px white;
}

footer nav ul li a.yet {
  pointer-events: none;
  color: #555976;
}

footer nav ul li a:hover {
  color: white;
  opacity: 0.7;
}
footer nav ul li a.miraiseed-home {
  width: 11rem;
}
footer .footer-bottom {
  background-color: white;
}

footer .footer-bottom__wrap {
  max-width: 1085px;
  padding: 3rem 2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 9.8rem;
}
footer .footer-bottom__wrap * {
  position: static;
  float: none;
  margin: 0;
  padding: 0;
  color: #000;
  border: none;
  font: 12px/1.231 "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  list-style: none;
}
footer .footer-bottom__wrap .footer-bottom__list {
  float: left;
  display: inline;
  margin: 0 0 0 -12px;
  padding: 0;
  list-style-type: none;
}
footer .footer-bottom__wrap .footer-bottom__list li {
  display: inline;
  margin-left: 12px;
}

footer .footer-bottom__wrap .footer-bottom__list li a {
  display: inline-block;
  padding: 4px 0 4px 10px;
  background: url(/headfoot/img/icon-arrow@2x.png) left center/6px 6px no-repeat;
  color: #0070cb;
  text-decoration: underline;
}

footer .footer-bottom__wrap .footer-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
#benesse-footer {
  display: none;
}

.m-header {
  background-color: #fff8dc;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

.m-header-navigation {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(6.666667px, 0.8474576271vw, 10px);
  color: #5b3d42;
  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;
  height: clamp(37.3333352px, 4.7457627119vw, 56px);
}
.m-header-navigation.active {
  position: relative;
}
.m-header-navigation.active .nav-toggle span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 96%;
  top: 3.84vw;
  right: -0.6vw;
}
.m-header-navigation.active .nav-toggle span:nth-of-type(2) {
  opacity: 0;
}
.m-header-navigation.active .nav-toggle span:nth-of-type(3) {
  top: 8.5333333333vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 96%;
  right: -0.6vw;
}
.m-header-navigation.active .nav-list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffe169;
  border-radius: 0 0 0 3.2vw;
  z-index: 2;
  top: 12.2666666667vw;
  right: 0;
  margin: 0;
  width: 100%;
}

.menu-icon {
  display: none;
  /* Hidden by default */
  cursor: pointer;
}

.nav-toggle {
  border: none;
  color: #5b3d42;
  cursor: pointer;
  display: none;
}

.logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: clamp(236.0000118px, 30vw, 354px);
  gap: clamp(6.666667px, 0.8474576271vw, 10px);
}

.nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(6.666667px, 0.8474576271vw, 10px);
  margin-left: auto;
}

.nav-list__item a {
  text-decoration: none;
  color: #5b3d42;
  display: block;
  font-size: clamp(9.3333338px, 1.186440678vw, 14px);
  position: relative;
  font-weight: bold;
  background-color: #ffdb4f;
  padding: clamp(5.3333336px, 0.6779661017vw, 8px) clamp(13.333334px, 1.6949152542vw, 20px);
  border-radius: clamp(10.6666672px, 1.3559322034vw, 16px);
  line-height: 1;
  border: 1px solid #5b3d42;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.nav-list__item.close {
  display: none;
}
.nav-list__item.current a {
  background-color: #5b3d42 !important;
  color: white;
}
.nav-list__item.current a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: clamp(-5.7px, -0.4830508475vw, -3.80000019px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #5b3d42 transparent transparent transparent;
  border-width: clamp(3.80000019px, 0.4830508475vw, 5.7px) calc(clamp(7.53333371px, 0.9576271186vw, 11.3px) / 2) 0 calc(clamp(7.53333371px, 0.9576271186vw, 11.3px) / 2);
}
.nav-list__item.corporate a {
  border-radius: clamp(5.3333336px, 0.6779661017vw, 8px);
}
.nav-list__item.corporate:not(.current) a {
  background-color: #caebff;
  border-radius: clamp(5.3333336px, 0.6779661017vw, 8px);
  color: white;
}
.nav-list__item.corporate:not(.current) a:after {
  border-color: #caebff transparent transparent transparent;
}

.link-button {
  width: clamp(113.333339px, 14.406779661vw, 170px);
}

.r-footer {
  background-color: #22554c;
  color: white;
  padding: 5.6rem 0 0rem;
}
.r-footer .footer__content-top {
  padding-right: 4.3rem;
  padding-bottom: 0;
  padding-left: 4.3rem;
  margin-bottom: 3rem;
}
.r-footer .footer-top .footer_logo {
  display: inline-block;
  width: 12rem;
  margin-bottom: 2.4rem;
}
.r-footer .footer-top .footer-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10rem;
  margin-bottom: 2.5rem;
}
.r-footer .footer-top .footer-list .footer-list__item {
  font-size: 1.3rem;
  line-height: 2.8;
  letter-spacing: 1.3px;
}
.r-footer .border-box {
  border-color: white;
  color: white;
  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;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  line-height: 2.7;
  gap: 1rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.r-footer .border-box img {
  width: 1.8rem;
}
.r-footer .footer-bottom .section-inner {
  padding: 0 4.3rem 2rem;
}
.r-footer .footer-bottom .footer-sub-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3rem;
  margin-bottom: 7rem;
}
.r-footer .footer-bottom .footer-sub-menu li {
  font-size: 1rem;
  line-height: 2.4;
}
.r-footer .footer-bottom .copyright__content {
  font-size: 1rem;
}
.r-footer .footer__content-bottom {
  border: none;
}

html {
  scroll-behavior: smooth;
}

a:not(.more-button),
a .add-to-cart-button {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
a.more-button img {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

main-container img {
  width: 100%;
}

* {
  letter-spacing: initial;
}

body {
  height: auto;
}
body #benesse-header .benesse-header__inner,
body #benesse-footer .benesse-footer__inner {
  width: 100% !important;
  max-width: 1280px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
body #benesse-header .benesse-header__logo {
  margin: -12px auto 0 0 !important;
}

.main-container {
  margin: 0 auto;
  padding-bottom: clamp(25.3333346px, 3.2203389831vw, 38px);
}

footer .innerWrap {
  position: relative;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
}

.bg-yellow {
  background-color: #f5da5b;
}

.bg-blue {
  background-color: #c5ebec;
}

.bg-white {
  background-color: white;
}

.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;
  border-radius: clamp(6.666667px, 0.8474576271vw, 10px);
  -webkit-box-shadow: 0 clamp(4.0000002px, 0.5084745763vw, 6px) 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 clamp(4.0000002px, 0.5084745763vw, 6px) 0 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  margin: 0 auto;
  -webkit-transition: 0.3s background-color, 0.3s opacity, 0.3s color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s background-color, 0.3s opacity, 0.3s color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s background-color, 0.3s opacity, 0.3s color;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s background-color, 0.3s opacity, 0.3s color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
}
.button.confirm-button, .button.faq-button, .button.button-accordion {
  background-color: white;
  width: clamp(440.000022px, 55.9322033898vw, 660px);
  height: clamp(60.000003px, 7.6271186441vw, 90px);
  font-weight: bold;
  font-size: clamp(14.6666674px, 1.8644067797vw, 22px);
  -webkit-transition: 0.3s background-color, 0.3s opacity, 0.3s color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s background-color, 0.3s opacity, 0.3s color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s background-color, 0.3s opacity, 0.3s color;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s background-color, 0.3s opacity, 0.3s color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
}
.button.confirm-button:after, .button.faq-button:after, .button.button-accordion:after {
  content: "";
  position: absolute;
  width: 0.85rem;
  height: 0.85rem;
  border-top: solid 0.2rem #5b3d42;
  border-right: solid 0.2rem #5b3d42;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: clamp(5.66666695px, 0.7203389831vw, 8.5px);
  height: clamp(5.66666695px, 0.7203389831vw, 8.5px);
  right: clamp(13.333334px, 1.6949152542vw, 20px);
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.button.confirm-button.confirm-button--orange, .button.confirm-button--orange.faq-button, .button.confirm-button--orange.button-accordion {
  background-color: #f46403;
  -webkit-transition: 0.3s color, 0.3s opacity, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s color, 0.3s opacity, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s color, 0.3s transform, 0.3s opacity, 0.3s box-shadow;
  transition: 0.3s color, 0.3s transform, 0.3s opacity, 0.3s box-shadow, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  color: white;
}
.button.confirm-button.confirm-button--orange:after, .button.confirm-button--orange.faq-button:after, .button.confirm-button--orange.button-accordion:after {
  border-color: white;
}
.button.button-accordion {
  background-color: #f5da5b;
  width: 28.5714285714vw;
  height: 3.4285714286vw;
  border-radius: 1.7142857143vw;
  font-size: 1.1428571429vw;
}
.button.button-accordion::after {
  content: "";
  border: none;
  background-image: url(/miraiseed/fansite/kigyou_collabo/assets/img/icon-plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 1.2857142857vw;
  height: 1.2857142857vw;
  right: 1.4285714286vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button.button-accordion.active::after {
  background-image: url(/miraiseed/fansite/kigyou_collabo/assets/img/icon-minus.svg);
  top: 66%;
}
.button.download-button {
  background-color: #ed7d31;
  border: none;
  height: 5.1428571429vw;
  width: 36.2857142857vw;
  border-radius: 2.5714285714vw;
  color: white;
  gap: 0.7142857143vw;
  font-size: 1.7142857143vw;
  margin: auto;
  -webkit-transition: 0.3s background-color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s background-color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s background-color;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s background-color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
}
.button.download-button img {
  width: 2vw;
}
.button.download-button::after {
  content: none;
}
.button.copy-button {
  background-color: #0653ce;
  height: 3.4285714286vw;
  font-weight: bold;
  font-size: 1.1428571429vw;
  color: white;
  border: none;
  gap: 0.6428571429vw;
  width: 21.4285714286vw;
  -webkit-box-shadow: 0 0.2857142857vw 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2857142857vw 0 0 rgba(0, 0, 0, 0.2);
}
.button.code-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 8.5714285714vw;
  width: 12.8571428571vw;
  border-radius: 1.4285714286vw;
  line-height: 1.31;
}
.button.code-button img {
  width: 1.7142857143vw;
  height: 2.1071428571vw;
}
.button.faq-button {
  background-color: #63b6e5;
  width: 36.2857142857vw;
  height: 5.1428571429vw;
  border-radius: 2.5714285714vw;
  font-size: 1.7142857143vw;
  color: white;
  border: none;
  gap: 0.5714285714vw;
}
.button.faq-button img {
  width: 2.7214285714vw;
  height: 2.2642857143vw;
}
.button.faq-button:after {
  border-top-color: white;
  border-right-color: white;
}
.button.flexible {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(32.0000016px, 4.0677966102vw, 48px);
  padding: 0 clamp(22.6666678px, 2.8813559322vw, 34px) 0 clamp(13.333334px, 1.6949152542vw, 20px);
  font-size: clamp(12.0000006px, 1.5254237288vw, 18px);
  -webkit-box-shadow: 0 clamp(2.6666668px, 0.3389830508vw, 4px) 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 clamp(2.6666668px, 0.3389830508vw, 4px) 0 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #5b3d42;
  font-weight: 400;
}
.button.flexible.confirm-button--blank:after {
  width: clamp(10.6666672px, 1.3559322034vw, 16px);
  height: clamp(10.6666672px, 1.3559322034vw, 16px);
  right: clamp(13.333334px, 1.6949152542vw, 20px);
}
.button.flexible:after {
  width: clamp(5.66666695px, 0.7203389831vw, 8.5px);
  height: clamp(5.66666695px, 0.7203389831vw, 8.5px);
  right: clamp(13.333334px, 1.6949152542vw, 20px);
}
.button.more-button {
  background-color: white;
  margin: 0 auto;
  display: none;
}

.play-button {
  border-radius: 50%;
  width: 11.5rem;
  height: 11.5rem;
  border: solid 0.1rem white;
  color: white;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  position: absolute;
  inset: 0;
  margin: auto;
  cursor: pointer;
  line-height: 1;
  gap: 1rem;
  z-index: 1;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}
.play-button:before {
  content: "▶";
}

section:not(.mv) {
  position: relative;
}

.section-inner {
  margin: 0 auto;
}

.inner-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-list li:before {
  content: "●";
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.line-title {
  font-size: clamp(21.3333344px, 2.7118644068vw, 32px);
  font-weight: bold;
  color: #2050ba;
  text-align: center;
  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;
  margin-bottom: clamp(36.6666685px, 4.6610169492vw, 55px);
}
.line-title:after {
  content: "";
  width: clamp(40.000002px, 5.0847457627vw, 60px);
  height: clamp(2.6666668px, 0.3389830508vw, 4px);
  border-radius: clamp(1.3333334px, 0.1694915254vw, 2px);
  display: inline-block;
  position: absolute;
  bottom: clamp(-8px, -0.6779661017vw, -5.3333336px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #2050ba;
}

.section-copy {
  line-height: 2.2;
}

.section-title {
  font-size: clamp(24.0000012px, 3.0508474576vw, 36px);
  font-weight: bold;
  color: white;
  position: relative;
  letter-spacing: 1.8px;
  text-align: center;
  border-radius: clamp(20.000001px, 2.5423728814vw, 30px) clamp(20.000001px, 2.5423728814vw, 30px) 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff7b30), to(#ff7583));
  background-image: linear-gradient(to right, #ff7b30 0%, #ff7583);
  height: clamp(102.0000051px, 12.9661016949vw, 153px);
  width: clamp(621.3333644px, 78.9830508475vw, 932px);
  margin: 0 auto;
  position: absolute;
  top: clamp(-153px, -12.9661016949vw, -102.0000051px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-title small {
  line-height: 1;
  margin-top: clamp(5.3333336px, 0.6779661017vw, 8px);
}
.section-title:before {
  content: "";
  background-image: url(/miraiseed/fansite/okulinkplus_update2025/assets/img/icon_section-title.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: clamp(108.0000054px, 13.7288135593vw, 162px);
  height: clamp(78.6666706px, 10vw, 118px);
  bottom: 0;
  left: clamp(28.0000014px, 3.5593220339vw, 42px);
}

.marker {
  font-weight: bold;
  line-height: 1.67;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(86%, #ffffff));
  background: linear-gradient(transparent 66%, #ffffff 86%);
}

.diagonal-text {
  font-size: clamp(13.333334px, 1.6949152542vw, 20px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.diagonal-text::before, .diagonal-text::after {
  content: "";
  position: relative;
  display: inline-block;
  background-color: #2e2f54;
  width: 0.2rem;
  height: 1.15em;
  margin: 0 1em;
  margin-top: -0.3em;
  vertical-align: middle;
  bottom: 0;
  font-weight: normal;
}
.diagonal-text::before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  left: 0.3571428571vw;
}
.diagonal-text::after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  right: 0.7142857143vw;
}

.card-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4285714286vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-tag__item {
  font-size: 0.8571428571vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 0.6428571429vw 0.6428571429vw 0 0.6428571429vw;
  background-color: #f5da5b;
  padding: 0.2857142857vw 0.8571428571vw;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7142857143vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag-list__item {
  font-size: 1vw;
  line-height: 1.21;
  text-align: center;
  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;
  border: solid 1px #f5da5b;
  padding: 0.3242857143vw 1vw;
  border-radius: 1.2857142857vw;
}

.js-details {
  position: relative;
  z-index: 0;
}
.js-details .js-summary {
  font-size: clamp(16.0000008px, 2.0338983051vw, 24px);
  line-height: 1.5;
  background-color: #f5da5b;
  padding: clamp(16.0000008px, 2.0338983051vw, 24px) clamp(26.666668px, 3.3898305085vw, 40px);
  border-radius: clamp(10.6666672px, 1.3559322034vw, 16px);
  cursor: pointer;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.js-details .js-summary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.js-details .js-summary .summary_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;
  gap: clamp(13.333334px, 1.6949152542vw, 20px);
  font-weight: bold;
}
.js-details .js-summary .summary_inner .summary-initial {
  color: #ed7d31;
  line-height: 1;
  width: clamp(18.0000009px, 2.2881355932vw, 27px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.js-details .js-summary .summary_inner .summary-initial img {
  width: 100%;
}
.js-details .js-summary .summary_inner .trigger-box {
  background-color: white;
  border-radius: 50%;
  width: clamp(29.3333348px, 3.7288135593vw, 44px);
  height: clamp(29.3333348px, 3.7288135593vw, 44px);
  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;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.js-details .js-summary .summary_inner .icon {
  position: relative;
  width: clamp(12.0000006px, 1.5254237288vw, 18px);
  background-color: #5b3d42;
  height: 0.3rem;
  display: inline-block;
}
.js-details .js-summary .summary_inner .icon::before {
  content: "";
  display: block;
  width: clamp(12.0000006px, 1.5254237288vw, 18px);
  background-color: #5b3d42;
  height: 0.3rem;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  inset: 0;
  margin: auto;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.js-details .js-content {
  padding: clamp(16.0000008px, 2.0338983051vw, 24px) clamp(26.666668px, 3.3898305085vw, 40px) clamp(21.3333344px, 2.7118644068vw, 32px);
  background-color: #fff8dc;
  border-radius: clamp(10.6666672px, 1.3559322034vw, 16px);
}
.js-details .js-content .content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(13.333334px, 1.6949152542vw, 20px);
}
.js-details .js-content .summary-answer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(18.0000009px, 2.2881355932vw, 27px);
}
.js-details .js-content p {
  font-size: clamp(13.333334px, 1.6949152542vw, 20px);
  line-height: 1.5;
}
.js-details .js-content .inner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(13.333334px, 1.6949152542vw, 20px);
  margin-top: clamp(13.333334px, 1.6949152542vw, 20px);
}
.js-details.is-opened .js-summary {
  padding-bottom: clamp(13.333334px, 1.6949152542vw, 20px);
}
.js-details.is-opened .js-summary .summary_inner .icon::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.block-inner {
  max-width: 74.8571428571vw;
  margin: 0 auto;
  padding: 0 1.4285714286vw;
}

.other-block {
  background-color: #ffe169;
  border-top: solid 1px white;
}
.other-block .block-inner {
  padding-top: 0.8571428571vw;
  padding-bottom: 6vw;
  max-width: 77.7142857143vw;
}
.other-block .other-contents .other-contents__title {
  width: 33.6428571429vw;
  margin: 0 auto 3.5714285714vw;
  text-align: center;
}
.other-block .other-contents .other-contents__title img {
  width: 100%;
}
.other-block .other-contents .banner-description {
  font-size: 1.2857142857vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0.3571428571vw;
}
.other-block .other-contents .banner-top {
  margin: 0 auto 3vw;
  text-align: center;
  max-width: 1200px;
}
.other-block .other-contents .banner-top .main-banner {
  border: solid 0.1428571429vw #5b3d42;
  border-radius: 0.3571428571vw;
}
.other-block .other-contents .banner-top .main-banner.coming-soon {
  pointer-events: none;
}
.other-block .other-contents .banner-top .main-banner img {
  border-radius: 0.3571428571vw;
}
.other-block .other-contents .banner-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.2857142857vw 1fr 2.2857142857vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2857142857vw;
  max-width: 1200px;
  margin: 0 auto;
}
.other-block .other-contents .banner-image,
.other-block .other-contents .banner-list__link {
  border-radius: 0.3571428571vw;
  -webkit-box-shadow: 0.2857142857vw 0.2857142857vw 0 0 rgb(91, 61, 66);
          box-shadow: 0.2857142857vw 0.2857142857vw 0 0 rgb(91, 61, 66);
}

.swiper-container {
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  width: clamp(29.9433348305px, 3.8063559322vw, 44.915px);
  height: clamp(26.5364013268px, 3.3732711864vw, 39.8046px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 66.667%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  width: clamp(29.9433348305px, 3.8063559322vw, 44.915px);
  height: clamp(26.5364013268px, 3.3732711864vw, 39.8046px);
}

.swiper-button-prev {
  left: clamp(-80px, -6.7796610169vw, -53.333336px);
}
.swiper-button-prev:after {
  content: "";
  background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/icon_arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}

.swiper-button-next {
  right: clamp(-80px, -6.7796610169vw, -53.333336px);
}
.swiper-button-next:after {
  content: "";
  background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/icon_arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}

.swiper-pagination .swiper-pagination-bullet {
  width: clamp(6.80000034px, 0.8644067797vw, 10.2px);
  height: clamp(6.80000034px, 0.8644067797vw, 10.2px);
  background-color: white;
  opacity: 1;
  border: solid clamp(1.3333334px, 0.1694915254vw, 2px) #553f44;
  margin: 0 5px;
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: "";
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f5da5b;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: clamp(-39px, -3.3050847458vw, -26.0000013px);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: clamp(8.6666671px, 1.1016949153vw, 13px);
  height: clamp(8.6666671px, 1.1016949153vw, 13px);
  margin: 0 clamp(3.3333335px, 0.4237288136vw, 5px);
  border-radius: 50%;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.modal__container {
  background-color: #fff;
  padding: 50px 80px 60px;
  width: 100%;
  max-width: 740px;
  max-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__title {
  font-size: 16px;
  line-height: 1.25;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0 auto 20px;
}

.modal__close {
  border: solid 2px white;
  position: absolute;
  top: -54px;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  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;
}

.modal__header .modal__close:before {
  content: "✕";
  font-size: 24px;
  width: 24px;
  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;
  color: white;
  line-height: 1;
}

.modal__content video {
  width: 100%;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.top .main-container {
  position: relative;
  z-index: 0;
}
.top .other-block {
  border-top: none;
}

.mv {
  position: relative;
  padding-top: clamp(53.333336px, 6.7796610169vw, 80px);
}
.mv:before, .mv:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  height: clamp(230.6666782px, 29.3220338983vw, 346px);
  z-index: -1;
  top: 0;
}
.mv::before {
  content: "";
  background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/bg_mv-left.svg);
  width: clamp(277.3333472px, 35.2542372881vw, 416px);
  left: 0;
}
.mv::after {
  content: "";
  background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/bg_mv-right.svg);
  width: clamp(274.6666804px, 34.9152542373vw, 412px);
  right: 0;
}

.mv-inner {
  max-width: 792px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(13.333334px, 1.6949152542vw, 20px) clamp(66.66667px, 8.4745762712vw, 100px);
}

.mv-title {
  width: clamp(466.66669px, 59.3220338983vw, 700px);
  margin: 0 auto clamp(33.333335px, 4.2372881356vw, 50px);
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.mv-title.loaded {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mv-copy {
  line-height: 1.78;
  font-size: clamp(12.0000006px, 1.5254237288vw, 18px);
  font-weight: bold;
  text-align: center;
}
.mv-copy .attention {
  font-size: clamp(9.3333338px, 1.186440678vw, 14px);
}
.mv-copy + .mv-copy {
  margin-top: clamp(16.0000008px, 2.0338983051vw, 24px);
}

.solutions .inner-list {
  color: white;
  font-size: clamp(12.0000006px, 1.5254237288vw, 18px);
  font-weight: bold;
  line-height: 1.5;
}
.solutions .inner-list__item:not(:last-child) {
  margin-bottom: clamp(8.0000004px, 1.0169491525vw, 12px);
}
.solutions .confirm-button {
  position: absolute;
  bottom: clamp(66.66667px, 8.4745762712vw, 100px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #f46403;
}
.solutions .confirm-button:after {
  border-color: #f46403;
}

.solutions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.solutions-list:after {
  content: "";
  background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/image_solutions-visual.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: clamp(90.6666712px, 11.5254237288vw, 136px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(251.7856125893px, 32.0066440678vw, 377.6784px);
  height: clamp(359.4082846371px, 45.6874915254vw, 539.1124px);
  z-index: 0;
}

.solutions-list__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(66.66667px, 8.4745762712vw, 100px) 0 clamp(162.6666748px, 20.6779661017vw, 244px);
}
.solutions-list__item:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  height: clamp(921.3333794px, 117.1186440678vw, 1382px);
  z-index: 0;
  top: clamp(-98px, -8.3050847458vw, -65.3333366px);
  pointer-events: none;
}
.solutions-list__item:nth-child(1) {
  background-color: #549be2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: clamp(130.6666732px, 16.6101694915vw, 196px);
}
.solutions-list__item:nth-child(1)::after {
  background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/bg_solutions-list_left.svg);
  width: clamp(277.3333472px, 35.2542372881vw, 416px);
  left: 0;
}
.solutions-list__item:nth-child(1) .solutions-type__title {
  background-color: #2050ba;
}
.solutions-list__item:nth-child(1) .solutions-list__title {
  background-color: #2050ba;
}
.solutions-list__item:nth-child(1) .solutions-list__title::after {
  background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/image_solutions-treat_1.svg);
}
.solutions-list__item:nth-child(2) {
  background-color: #fc993f;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: clamp(130.6666732px, 16.6101694915vw, 196px);
}
.solutions-list__item:nth-child(2)::after {
  background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/bg_solutions-list_right.svg);
  width: clamp(274.6666804px, 34.9152542373vw, 412px);
  right: 0;
}
.solutions-list__item:nth-child(2) .solutions-type__title {
  background-color: #f46403;
}
.solutions-list__item:nth-child(2) .solutions-list__title {
  background-color: #f46403;
}
.solutions-list__item:nth-child(2) .solutions-list__title::after {
  background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/image_solutions-treat_2.svg);
}

.solutions-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(240.000012px, 30.5084745763vw, 360px);
  z-index: 1;
}

.solutions-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.solutions-type__title {
  border-radius: clamp(16.0000008px, 2.0338983051vw, 24px);
  font-weight: bold;
  font-size: clamp(16.0000008px, 2.0338983051vw, 24px);
  text-align: center;
  color: #fff;
  padding: clamp(8.0000004px, 1.0169491525vw, 12px) clamp(16.0000008px, 2.0338983051vw, 24px);
  line-height: 1;
  width: 100%;
  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;
  margin-bottom: clamp(16.0000008px, 2.0338983051vw, 24px);
}

.solutions-type__illust {
  width: 100%;
  margin: 0 auto clamp(16.0000008px, 2.0338983051vw, 24px);
}

.solutions-list__title {
  border-radius: clamp(6.666667px, 0.8474576271vw, 10px);
  text-align: center;
  font-weight: bold;
  font-size: clamp(14.6666674px, 1.8644067797vw, 22px);
  text-align: center;
  color: #fff;
  line-height: 1.45;
  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;
  margin-bottom: clamp(18.6666676px, 2.3728813559vw, 28px);
  position: relative;
  width: 100%;
  height: clamp(54.6666694px, 6.9491525424vw, 82px);
}
.solutions-list__title::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(5.3333336px, 0.6779661017vw, 8px);
  height: clamp(6.666667px, 0.8474576271vw, 10px);
  bottom: clamp(-10px, -0.8474576271vw, -6.666667px);
}

.points .section-inner {
  max-width: 1088px;
  padding: 0 clamp(13.333334px, 1.6949152542vw, 20px);
  margin: clamp(66.66667px, 8.4745762712vw, 100px) auto;
}

.points-title {
  font-size: clamp(26.666668px, 3.3898305085vw, 40px);
}
.points-title:after {
  bottom: clamp(-5px, -0.4237288136vw, -3.3333335px);
}
.points-title img {
  width: clamp(31.3333349px, 3.9830508475vw, 47px);
}

.points-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(26.666668px, 3.3898305085vw, 40px);
}

.points-list__item {
  width: 100%;
  border: solid 2px #80a4e5;
  border-radius: clamp(10.6666672px, 1.3559322034vw, 16px);
  background-color: #f0f7fc;
}
.points-list__item:nth-child(odd) {
  padding-left: clamp(61.3333364px, 7.7966101695vw, 92px);
}
.points-list__item:nth-child(odd) .points-detail__title,
.points-list__item:nth-child(odd) .points-list__copy {
  margin-left: auto;
}
.points-list__item:nth-child(odd) .points-list__number {
  left: clamp(-60px, -5.0847457627vw, -40.000002px);
}
.points-list__item:nth-child(odd) .points-detail__illust {
  left: 0;
}
.points-list__item:nth-child(even) {
  padding-right: clamp(61.3333364px, 7.7966101695vw, 92px);
}
.points-list__item:nth-child(even) .points-detail__title,
.points-list__item:nth-child(even) .points-list__copy {
  margin-right: auto;
}
.points-list__item:nth-child(even) .points-detail__illust {
  right: 0;
}
.points-list__item:nth-child(even) .points-list__number {
  right: clamp(-60px, -5.0847457627vw, -40.000002px);
}

.points-list__inner {
  padding: clamp(21.3333344px, 2.7118644068vw, 32px) clamp(38.6666686px, 4.9152542373vw, 58px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: clamp(160.000008px, 20.3389830508vw, 240px);
}

.points-list__number {
  position: absolute;
  top: clamp(-20px, -1.6949152542vw, -13.333334px);
  height: clamp(44.0000022px, 5.593220339vw, 66px);
}

.points-detail__illust {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(120.000006px, 15.2542372881vw, 180px);
}

.points-detail__title {
  display: table;
  color: #2050ba;
  font-weight: bold;
  font-size: clamp(16.0000008px, 2.0338983051vw, 24px);
  margin-bottom: 1em;
  width: clamp(453.333356px, 57.6271186441vw, 680px);
}
.points-detail__title .points-attention {
  font-size: clamp(9.3333338px, 1.186440678vw, 14px);
}

.points-list__copy {
  display: table;
  font-size: clamp(12.0000006px, 1.5254237288vw, 18px);
  line-height: 1.78;
  width: clamp(453.333356px, 57.6271186441vw, 680px);
  color: #333;
}

.companies .section-inner {
  max-width: 1088px;
  padding: 0 clamp(13.333334px, 1.6949152542vw, 20px);
  margin: clamp(66.66667px, 8.4745762712vw, 100px) auto;
}

.companies-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(31.3333349px, 3.9830508475vw, 47px) 1fr clamp(31.3333349px, 3.9830508475vw, 47px) 1fr clamp(31.3333349px, 3.9830508475vw, 47px) 1fr clamp(31.3333349px, 3.9830508475vw, 47px) 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(31.3333349px, 3.9830508475vw, 47px);
}

.example .section-inner {
  max-width: 1088px;
  padding: 0 clamp(13.333334px, 1.6949152542vw, 20px);
  margin: clamp(66.66667px, 8.4745762712vw, 100px) auto clamp(53.333336px, 6.7796610169vw, 80px);
}

.example-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(21.3333344px, 2.7118644068vw, 32px) 1fr clamp(21.3333344px, 2.7118644068vw, 32px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(21.3333344px, 2.7118644068vw, 32px);
}

.example-list__item {
  border: solid 2px #80a4e5;
  background-color: #f7f7f7;
  border-radius: clamp(4.0000002px, 0.5084745763vw, 6px);
  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;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.example-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.example-list__link:hover {
  opacity: 1 !important;
}

.example-list__detail {
  padding: 0 clamp(16.0000008px, 2.0338983051vw, 24px) clamp(16.0000008px, 2.0338983051vw, 24px) clamp(16.0000008px, 2.0338983051vw, 24px);
}

.example-list__thumbnail {
  border-radius: clamp(4.0000002px, 0.5084745763vw, 6px) clamp(4.0000002px, 0.5084745763vw, 6px) 0 0;
  overflow: hidden;
}
.example-list__thumbnail img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.example-list__logo {
  width: clamp(106.666672px, 13.5593220339vw, 160px);
  margin: clamp(3.3333335px, 0.4237288136vw, 5px) auto;
}

.example-list__copy {
  font-size: clamp(12.0000006px, 1.5254237288vw, 18px);
  line-height: 1.56;
  font-weight: bold;
  color: #333;
}
.coming-soon__image {
  width: clamp(98.6666716px, 12.5423728814vw, 148px);
  height: clamp(15.3333341px, 1.9491525424vw, 23px);
}

.step .section-inner {
  background-color: #f0f7fc;
  padding: clamp(53.333336px, 6.7796610169vw, 80px) 0;
}

.step-list {
  max-width: 1088px;
  padding: 0 clamp(13.333334px, 1.6949152542vw, 20px);
  margin: 0 auto;
}

.step-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(98.6666716px, 12.5423728814vw, 148px) clamp(16.0000008px, 2.0338983051vw, 24px) 1fr;
  grid-template-columns: clamp(98.6666716px, 12.5423728814vw, 148px) 1fr;
  gap: clamp(16.0000008px, 2.0338983051vw, 24px);
  position: relative;
}
.step-list__item:not(:last-child) .number-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  top: 0;
  height: 99%;
  background-color: #2050ba;
}
.step-list__item:not(:last-child) .number-wrap:after {
  content: "";
  background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/icon_step-arrow.svg);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(13.333334px, 1.6949152542vw, 20px);
  height: clamp(10.0000005px, 1.2711864407vw, 15px);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 1px;
}
.step-list__item:not(:last-child) .step-list__detail {
  padding-bottom: clamp(46.666669px, 5.9322033898vw, 70px);
}

.number-wrap {
  height: 100%;
  position: relative;
}

.step-list__number {
  width: clamp(98.6666716px, 12.5423728814vw, 148px);
  height: clamp(28.0000014px, 3.5593220339vw, 42px);
  margin-right: clamp(16.0000008px, 2.0338983051vw, 24px);
  position: relative;
  z-index: 1;
}

.step-list__detail {
  width: clamp(578.6666956px, 73.5593220339vw, 868px);
}

.step-list__title {
  font-size: clamp(16.0000008px, 2.0338983051vw, 24px);
  font-weight: bold;
  color: #2050ba;
  line-height: 1.5;
  margin-bottom: clamp(6.666667px, 0.8474576271vw, 10px);
}

.step-list__copy {
  font-size: clamp(12.0000006px, 1.5254237288vw, 18px);
  color: #333;
}

.step-list__attention {
  font-size: clamp(9.3333338px, 1.186440678vw, 14px);
  color: #333;
  margin-top: clamp(2.6666668px, 0.3389830508vw, 4px);
}

.pr-block {
  background-color: white;
  border: solid 1px #d1dee5;
  border-radius: clamp(4.0000002px, 0.5084745763vw, 6px);
  padding: clamp(16.0000008px, 2.0338983051vw, 24px) clamp(26.666668px, 3.3898305085vw, 40px);
  margin-top: clamp(16.0000008px, 2.0338983051vw, 24px);
  color: #333;
}

.pr-block__title {
  font-size: clamp(16.0000008px, 2.0338983051vw, 24px);
  font-weight: bold;
  color: #2050ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(4.6666669px, 0.593220339vw, 7px);
  margin-bottom: clamp(12.0000006px, 1.5254237288vw, 18px);
}

.pr-block__copy {
  font-size: clamp(12.0000006px, 1.5254237288vw, 18px);
  line-height: 1.61;
}

.button-wrap {
  margin: clamp(66.66667px, 8.4745762712vw, 100px) auto clamp(41.3333354px, 5.2542372881vw, 62px);
}

.archives-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(26.666668px, 3.3898305085vw, 40px) 1fr clamp(26.666668px, 3.3898305085vw, 40px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(26.666668px, 3.3898305085vw, 40px);
  margin-bottom: clamp(62.6666698px, 7.9661016949vw, 94px);
  position: relative;
  z-index: 2;
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg) translateY(-2px);
            transform: rotate(5deg) translateY(-2px);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg) translateY(-2px);
            transform: rotate(-5deg) translateY(-2px);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg) translateY(-2px);
            transform: rotate(5deg) translateY(-2px);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg) translateY(-2px);
            transform: rotate(-5deg) translateY(-2px);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes swinging {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20%, 60% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  40%, 80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
@keyframes swinging {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20%, 60% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  40%, 80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  33%, 66% {
    opacity: 1;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  33%, 66% {
    opacity: 1;
  }
}
.case .main-container {
  padding-bottom: clamp(53.333336px, 6.7796610169vw, 80px);
  position: relative;
}

.detail .section-inner {
  max-width: clamp(666.6667px, 84.7457627119vw, 1000px);
  margin: 0 auto;
  padding-top: clamp(30.6666682px, 3.8983050847vw, 46px);
}
.detail .detail-wrap {
  position: relative;
}
.detail .detail-presents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: clamp(5.3333336px, 0.6779661017vw, 8px);
  border-bottom: clamp(2.6666668px, 0.3389830508vw, 4px) solid white;
  margin-bottom: clamp(36.0000018px, 4.5762711864vw, 54px);
}
.detail .detail-presents__title {
  width: clamp(237.6842785509px, 30.2141016949vw, 356.5264px);
}
.detail .course-tag {
  font-size: clamp(16.0000008px, 2.0338983051vw, 24px);
  color: white;
  background-color: #d16d49;
  padding: clamp(5.3333336px, 0.6779661017vw, 8px) clamp(6.666667px, 0.8474576271vw, 10px);
  border-radius: clamp(6.666667px, 0.8474576271vw, 10px);
  line-height: 1;
  font-weight: bold;
}
.detail .detail-wrap__title {
  font-size: clamp(19.3333343px, 2.4576271186vw, 29px);
  font-weight: bold;
  line-height: 1.38;
  margin-bottom: clamp(32.0000016px, 4.0677966102vw, 48px);
  width: clamp(293.333348px, 37.2881355932vw, 440px);
  margin-left: auto;
}
.detail .detail-wrap__thumbnail {
  position: absolute;
  top: clamp(78.6666706px, 10vw, 118px);
  left: 0;
  width: clamp(345.3333506px, 43.8983050847vw, 518px);
  height: clamp(230.6666782px, 29.3220338983vw, 346px);
  border-radius: clamp(23.3333345px, 2.9661016949vw, 35px);
  padding: clamp(8.0000004px, 1.0169491525vw, 12px);
  background-color: white;
}
.detail .detail-wrap__thumbnail:before {
  content: "";
  background-image: url("/miraiseed/fansite/kigyou_collabo_corporate/assets/img/image_video-play.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: clamp(42.0000021px, 5.3389830508vw, 63px);
  height: clamp(42.0000021px, 5.3389830508vw, 63px);
  inset: 0;
  margin: auto;
}
.detail .highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(293.333348px, 37.2881355932vw, 440px);
  margin-left: auto;
  gap: clamp(16.0000008px, 2.0338983051vw, 24px);
}
.detail .highlight__title {
  width: clamp(42.5060021253px, 5.4033050847vw, 63.759px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail .highlight-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: clamp(1.3333334px, 0.1694915254vw, 2px) dotted #553f44;
  border-bottom: clamp(1.3333334px, 0.1694915254vw, 2px) dotted #553f44;
}
.detail .highlight-list__item {
  font-size: clamp(12.0000006px, 1.5254237288vw, 18px);
  line-height: 1.44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12.0000006px, 1.5254237288vw, 18px);
  padding: clamp(5.3333336px, 0.6779661017vw, 8px) 0;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.detail .highlight-list__item:before {
  content: "";
  background-image: url("/miraiseed/fansite/kigyou_collabo_corporate/assets/img/icon_highlight-list.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  width: clamp(21.5554010778px, 2.7400932203vw, 32.3331px);
  height: clamp(21.7777344222px, 2.7683559322vw, 32.6666px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail .highlight-list__item:not(:last-child) {
  border-bottom: clamp(1.3333334px, 0.1694915254vw, 2px) dotted #553f44;
}

.detail-illust {
  position: absolute;
  pointer-events: none;
  -webkit-animation: swinging 6.4s ease-in-out infinite;
          animation: swinging 6.4s ease-in-out infinite;
}
.detail-illust.illust-1 {
  top: clamp(166.666675px, 21.186440678vw, 250px);
  left: clamp(33.333335px, 4.2372881356vw, 50px);
  width: clamp(44.9422022471px, 5.7129915254vw, 67.4133px);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.detail-illust.illust-2 {
  top: clamp(100.000005px, 12.7118644068vw, 150px);
  right: clamp(-49px, -4.1525423729vw, -32.6666683px);
  width: clamp(104.3748052187px, 13.2679830508vw, 156.5622px);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.detail-illust.illust-3 {
  top: clamp(266.66668px, 33.8983050847vw, 400px);
  right: calc(12% - clamp(40.000002px, 5.0847457627vw, 60px));
  width: clamp(35.7022017851px, 4.5384152542vw, 53.5533px);
}

.instance__state .instance__state--ttl_b {
  background: #2050ba;
  color: #fff;
}
.instance__state .instance__state--ttl_b::after {
  background: #2050ba;
}

.instance__title {
  border-left: 4px solid #2050ba;
  color: #2050ba;
  font-size: 1.7142857143vw;
  font-weight: 700;
  margin: 7.8571428571vw 0 2.5vw;
  padding: 0 0 0 1.1428571429vw;
}

.instance__state.topbtm {
  padding-top: 2.1428571429vw;
}
@media (min-width: 1081px){
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px){
  .detail-illust.illust-1 {
    left: 0;
  }
  .detail-illust.illust-3 {
    right: calc(5% - clamp(40.000002px, 5.0847457627vw, 60px));
  }
}
@media screen and (max-width: 1180px) and (min-width: 768px){
  footer .innerWrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 880px) and (min-width: 767px){
  .logo-wrap {
    width: clamp(200.00001px, 25.4237288136vw, 300px);
  }
}
@media (max-width: 767px){
  .pc-hide {
    display: block;
  }
  .sp-hide {
    display: none;
  }
  .m-header-navigation {
    padding: 0 5.3333333333vw 0 2.6666666667vw;
    height: 12vw;
  }
  .m-header-navigation.m-child {
    padding: 0 2.6666666667vw;
  }
  .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 6.9333333333vw;
    height: 12vw;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    margin-left: auto;
  }
  .nav-toggle span {
    display: block;
    margin: 0;
    border: none;
    width: 100%;
    height: 0.5333333333vw;
    background: #5b3d42;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    position: absolute;
    top: 3.7333333333vw;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-toggle span:nth-of-type(2) {
    top: 5.8666666667vw;
  }
  .nav-toggle span:nth-of-type(3) {
    top: 8vw;
  }
  .logo-wrap {
    width: 67.2vw;
    gap: 2.1333333333vw;
  }
  .nav-list:not(.child-nav) {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42.6666666667vw;
    padding: 9.8666666667vw 0;
    height: 186.6666666667vw;
    gap: 5.6vw;
  }
  .nav-list__item a:not(.child-nav-link) {
    font-size: 4vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto;
    background-color: white;
    width: 80.2666666667vw;
    height: 12.2666666667vw;
    border-radius: 6.1333333333vw;
    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;
    border: none;
  }
  .nav-list__item a.child-nav-link {
    font-size: 3.2vw;
    width: auto;
    height: 7vw;
    border-radius: 3.5vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .nav-list__item.close {
    display: block;
  }
  .nav-list__item.close .button--close {
    width: 22.6666666667vw;
    height: 6.6666666667vw;
    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;
    background-color: #dcdfe3;
    color: #5b3d42;
    font-size: 3.2vw;
    border-radius: 3.3333333333vw;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  .nav-list__item.current a::after {
    bottom: -1.0666666667vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #5b3d42 transparent transparent transparent;
    border-width: 1.24vw calc(2.48vw / 2) 0 calc(2.48vw / 2);
  }
  .nav-list__item.corporate a {
    border-radius: 6.1333333333vw;
    background-color: #caebff !important;
    color: #5b3d42;
  }
  .nav-list__item.corporate a:after {
    content: none;
  }
  .nav-list__item.corporate:not(.current) {
    border-radius: 6.1333333333vw;
  }
  .nav-list__item.corporate:not(.current) a:after {
    content: none;
  }
  .link-button {
    width: 22.6666666667vw;
    margin-left: auto;
  }
  .r-footer .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(136.6666735px, 17.3728813559vw, 205px);
    margin-bottom: clamp(26.666668px, 3.3898305085vw, 40px);
  }
  .r-footer .footer-top .footer_logo {
    width: clamp(105.66667195px, 13.4322033898vw, 158.5px);
    margin: 0;
  }
  .r-footer .footer-top .footer_logo img {
    width: 100%;
  }
  .r-footer .footer-top .footer-list {
    -ms-grid-columns: 1fr clamp(80.000004px, 10.1694915254vw, 120px) 1fr clamp(80.000004px, 10.1694915254vw, 120px) 1fr clamp(80.000004px, 10.1694915254vw, 120px) 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 clamp(80.000004px, 10.1694915254vw, 120px);
    margin-bottom: 0;
  }
  .r-footer .footer-top .footer-list .footer-list__item {
    font-size: clamp(9.3333338px, 1.186440678vw, 14px);
  }
  .r-footer .border-box {
    width: clamp(106.666672px, 13.5593220339vw, 160px);
    font-size: clamp(9.3333338px, 1.186440678vw, 14px);
    font-weight: 400;
  }
  .r-footer .footer-bottom .section-inner {
    max-width: 120rem;
    padding-right: 5rem;
    padding-bottom: 6rem;
    padding-left: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .r-footer .footer-bottom .footer-sub-menu {
    margin-bottom: 0;
    -webkit-column-gap: clamp(26.666668px, 3.3898305085vw, 40px);
       -moz-column-gap: clamp(26.666668px, 3.3898305085vw, 40px);
            column-gap: clamp(26.666668px, 3.3898305085vw, 40px);
    width: clamp(500.000025px, 63.5593220339vw, 750px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
  }
  .r-footer .footer-bottom .footer-sub-menu li {
    font-size: 1.1rem;
    line-height: 2.8;
    letter-spacing: 0.55px;
  }
  .r-footer .footer-bottom .copyright__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .button {
    border-radius: 7.2vw;
    border-width: 0.5333333333vw;
    -webkit-box-shadow: 0 1.0666666667vw 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1.0666666667vw 0 0 rgba(0, 0, 0, 0.2);
  }
  .button.confirm-button, .button.faq-button, .button.button-accordion {
    font-size: 4vw;
    width: 89.3333333333vw;
    height: 16vw;
    border-radius: 2.1333333333vw;
    border: none;
  }
  .button.confirm-button:after, .button.faq-button:after, .button.button-accordion:after {
    width: 2.2627466667vw;
    height: 2.2627466667vw;
    right: 5.3333333333vw;
  }
  .button.button-accordion {
    width: 71.4666666667vw;
    height: 14.4vw;
    border-radius: 7.2vw;
    font-size: 4vw;
  }
  .button.button-accordion::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 5.3333333333vw;
  }
  .button.download-button {
    width: 89.3333333333vw;
    height: 16vw;
    border-radius: 8vw;
    font-size: 4.8vw;
    gap: 2.9333333333vw;
  }
  .button.download-button img {
    width: 5.8666666667vw;
  }
  .button.copy-button {
    font-size: 4vw;
    width: 80.2666666667vw;
    height: 12.2666666667vw;
    gap: 3.2vw;
    -webkit-box-shadow: 0 1.0666666667vw 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1.0666666667vw 0 0 rgba(0, 0, 0, 0.2);
  }
  .button.copy-button img {
    width: 4.8vw;
    height: 5.9066666667vw;
  }
  .button.code-button {
    width: 44vw;
    height: 29.3333333333vw;
    border-radius: 4.8893333333vw;
  }
  .button.code-button img {
    width: 5.8666666667vw;
    height: 7.2266666667vw;
  }
  .button.faq-button {
    width: 89.3333333333vw;
    height: 16vw;
    border-radius: 8vw;
    font-size: 4.8vw;
    gap: 1.8666666667vw;
  }
  .button.faq-button img {
    width: 7.7333333333vw;
    height: 6.44vw;
  }
  .button.flexible {
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 0 7.2vw 0 4vw;
  }
  .button.flexible:after {
    right: 4vw;
  }
  .button.more-button {
    width: 69.6vw;
    height: 13.6vw;
    border-radius: 6.8vw;
    font-size: 6.6666666667vw;
    border: solid 0.5333333333vw #553f44;
    font-weight: bold;
  }
  .play-button {
    font-size: 1.6rem;
    width: 17rem;
    height: 17rem;
  }
  .section-inner {
    max-width: 108rem;
    margin: auto;
  }
  .line-title {
    font-size: 7.4666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .line-title:after {
    width: 14.6666666667vw;
    height: 1.0666666667vw;
    bottom: -2.1333333333vw;
    border-radius: 0.4613333333vw;
  }
  .section-title small {
    font-size: 4.8vw;
  }
  .section-title {
    width: 100vw;
    height: 27.0666666667vw;
    border-radius: 0;
    top: -27.0666666667vw;
    font-size: 5.6vw;
  }
  .section-title:before {
    background-image: url(/miraiseed/fansite/okulinkplus_update2025/assets/img/icon_section-title_sp.svg);
    width: 21.6vw;
    height: 19.7333333333vw;
    bottom: 0;
    left: 6.4vw;
  }
  .marker {
    font-size: 4.8vw;
  }
  .diagonal-text::before, .diagonal-text::after {
    position: absolute;
  }
  .diagonal-text::before {
    left: -8vw;
  }
  .diagonal-text::after {
    right: -7.4666666667vw;
  }
  .diagonal-text {
    font-size: 4vw;
  }
  .diagonal-text::before, .diagonal-text::after {
    margin: 0 0.45em;
  }
  .diagonal-text::after {
    right: -0.2666666667vw;
  }
  .diagonal-text:before {
    left: -1.0666666667vw;
  }
  .card-tag {
    gap: 1.8666666667vw;
  }
  .card-tag__item {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 3.7333333333vw;
    border-radius: 2.4vw 2.4vw 0 2.4vw;
  }
  .tag-list {
    gap: 1.6vw;
    margin-bottom: 10.6666666667vw;
  }
  .tag-list__item {
    font-size: 3.7333333333vw;
    padding: 1.2vw 3.7333333333vw;
    border-radius: 3.7333333333vw;
  }
  .js-details .js-summary {
    padding: 5.3333333333vw 4vw;
    font-size: 4vw;
    border-radius: 3.2vw;
  }
  .js-details .js-summary .summary_inner {
    font-size: 4vw;
    gap: 3.2vw;
  }
  .js-details .js-summary .summary_inner .summary-initial {
    width: 4.3184933333vw;
  }
  .js-details .js-summary .summary_inner .trigger-box {
    width: 6.4vw;
    height: 6.4vw;
  }
  .js-details .js-summary .summary_inner .icon {
    width: 2.4vw;
    height: 0.5333333333vw;
  }
  .js-details .js-summary .summary_inner .icon::before {
    width: 2.4vw;
    height: 0.5333333333vw;
  }
  .js-details .js-content {
    padding: 5.3333333333vw 4vw 6.9333333333vw;
    border-radius: 3.2vw;
  }
  .js-details .js-content .content_inner {
    gap: 2.6666666667vw;
  }
  .js-details .js-content .summary-answer {
    width: 4.3184933333vw;
  }
  .js-details .js-content p {
    font-size: 4vw;
  }
  .js-details .js-content .inner-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-left: -7.4666666667vw;
  }
  .js-details.is-opened .js-summary {
    padding-bottom: 4vw;
  }
  .block-inner {
    max-width: 89.3333333333vw;
    padding: 0;
  }
  .other-block .block-inner {
    max-width: 100%;
    padding: 0 5.3333333333vw 17.3333333333vw;
  }
  .other-block .other-contents .other-contents__title {
    width: 44.8vw;
    margin-bottom: 10.6666666667vw;
  }
  .other-block .other-contents .banner-description {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 0.75em;
  }
  .other-block .other-contents .banner-top {
    margin-bottom: 11.7333333333vw;
  }
  .other-block .other-contents .banner-top .main-banner {
    border-radius: 1.6vw;
    border-width: 0.5333333333vw;
  }
  .other-block .other-contents .banner-top .main-banner img {
    border-radius: 1.6vw;
  }
  .other-block .other-contents .banner-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 12vw;
  }
  .other-block .other-contents .banner-image,
  .other-block .other-contents .banner-list__link {
    border-radius: 1.6vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgb(91, 61, 66);
            box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgb(91, 61, 66);
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 6.122vw;
    height: 5.4406133333vw;
    top: 68%;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 6.122vw;
    height: 5.4406133333vw;
  }
  .swiper-button-prev {
    left: -8vw;
  }
  .swiper-button-next {
    right: -8vw;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 2.2933333333vw;
    height: 2.2933333333vw;
    border-width: 0.5333333333vw;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -8vw;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-width: 0.5333333333vw;
    margin: 0 1.0666666667vw;
  }
  .mv::before {
    background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/bg_mv-sp.svg);
    width: 100vw;
    height: 64.8vw;
    top: -0.2666666667vw;
  }
  .mv::after {
    content: none;
  }
  .mv {
    padding-top: 0;
  }
  .mv-inner {
    height: 100%;
    padding: 19.7333333333vw 5.3333333333vw 24vw;
  }
  .mv-title {
    width: 80.2666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  .mv-copy {
    font-size: 4vw;
    text-align: left;
  }
  .mv-copy .attention {
    font-size: 3.2vw;
  }
  .mv-copy + .mv-copy {
    margin-top: 3.2vw;
  }
  .solutions .inner-list {
    font-size: 4vw;
  }
  .solutions .inner-list__item:not(:last-child) {
    margin-bottom: 2.4vw;
  }
  .solutions .confirm-button {
    bottom: auto;
    position: relative;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: 8vw;
  }
  .solutions-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solutions-list:after {
    background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/image_solutions-visual_sp.png);
    width: 93.70152vw;
    height: 64.0215733333vw;
    top: 46%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .solutions-list__item {
    padding-top: 10.6666666667vw;
    position: relative;
  }
  .solutions-list__item:nth-child(1) {
    padding-right: 0;
    padding-bottom: 40.8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .solutions-list__item:nth-child(1)::after {
    top: -18.1333333333vw;
    background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/bg_solutions-list_top.svg);
    width: 100vw;
    height: 176.8vw;
  }
  .solutions-list__item:nth-child(2) {
    padding-top: 36.8vw;
    padding-bottom: 16vw;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .solutions-list__item:nth-child(2) .solutions-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .solutions-list__item:nth-child(2)::after {
    top: 0;
    background-image: url(/miraiseed/fansite/kigyou_collabo_corporate/assets/img/bg_solutions-list_bottom.svg);
    width: 100vw;
    height: 200.8vw;
  }
  .solutions-list__item:nth-child(2) .solutions-type__title {
    line-height: 0.72;
  }
  .solutions-list__inner {
    width: 89.3333333333vw;
  }
  .solutions-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .solutions-type__title {
    border-radius: 50%;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    font-size: 5.8666666667vw;
    line-height: 0.91;
  }
  .solutions-type__illust {
    margin-bottom: 5.6vw;
  }
  .solutions-list__title {
    height: 10.9333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .solutions-list__title::after {
    width: 2.1333333333vw;
    height: 2.6666666667vw;
    bottom: -2.6666666667vw;
  }
  .points .section-inner {
    margin-top: 25.0666666667vw;
    margin-bottom: 16vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .points-list {
    gap: 10.6666666667vw;
  }
  .points-list__item:nth-child(odd) {
    padding-left: 0;
  }
  .points-list__item:nth-child(odd) .points-list__number {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .points-list__item:nth-child(odd) .points-detail__illust {
    left: auto;
  }
  .points-list__item:nth-child(even) {
    padding-right: 0;
  }
  .points-list__item:nth-child(even) .points-list__number {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .points-list__inner {
    height: auto;
    padding: 11.7333333333vw 4.5333333333vw 8vw;
  }
  .points-list__inner .points-detail {
    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;
  }
  .points-list__number {
    height: 10.6666666667vw;
  }
  .points-list__number img {
    height: 100%;
  }
  .points-detail__illust {
    width: 28.8vw;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .points-detail__title {
    width: 100%;
    font-size: 5.3333333333vw;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .points-detail__title .points-attention {
    font-size: 3.2vw;
    display: block;
    margin-top: 1.3333333333vw;
  }
  .points-list__copy {
    width: 100%;
    margin-top: 8vw;
    font-size: 4vw;
  }
  .companies .section-inner {
    margin-top: 16vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .companies-list {
    -ms-grid-columns: 1fr 9.3333333333vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw 9.3333333333vw;
  }
  .example .section-inner {
    margin-top: 16vw;
    margin-bottom: 16vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .example-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .example-list__item {
    border-radius: 1.6vw;
  }
  .example-list__detail {
    width: 100%;
    padding: 0 4.5333333333vw 6.6666666667vw;
  }
  .example-list__thumbnail {
    border-radius: 1.6vw 1.6vw 0 0;
  }
  .example-list__logo {
    width: 45.8666666667vw;
    margin: 2.6666666667vw auto;
  }
  .example-list__copy {
    font-size: 4.8vw;
  }
  .coming-soon {
    display: none;
  }
  .step .section-inner {
    padding: 13.3333333333vw 0;
  }
  .step-list {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .step-list__item {
    -ms-grid-columns: 13.3333333333vw 3.2vw 1fr;
    grid-template-columns: 13.3333333333vw 1fr;
    gap: 3.2vw;
  }
  .step-list__item:not(:last-child) .number-wrap:after {
    width: 5.3333333333vw;
    height: 4vw;
  }
  .step-list__item:not(:last-child) .step-list__detail {
    padding-bottom: 10.1333333333vw;
  }
  .step-list__number {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .step-list__detail {
    width: 100%;
  }
  .step-list__title {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    margin-bottom: 3.7333333333vw;
  }
  .step-list__copy {
    font-size: 4vw;
    line-height: 1.78;
  }
  .step-list__attention {
    font-size: 3.2vw;
  }
  .pr-block {
    margin-top: 4.8vw;
    padding: 5.3333333333vw 5.3333333333vw 3.2vw;
    border-radius: 1.6vw;
  }
  .pr-block__title {
    font-size: 5.3333333333vw;
    gap: 1.8666666667vw;
    margin-bottom: 3.7333333333vw;
  }
  .pr-block__title img {
    width: 9.3333333333vw;
  }
  .pr-block__copy {
    font-size: 4vw;
    line-height: 1.78;
  }
  .button-wrap {
    margin: 13.3333333333vw auto 16vw;
  }
  .archives-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 8vw;
    max-height: 240vw;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    margin-bottom: 11.7333333333vw;
  }
  .archives-list.active {
    max-height: 100%;
  }
  .case .main-container {
    padding-bottom: 11.7333333333vw;
  }
  .detail .section-inner {
    padding: 8vw 5.3333333333vw 0;
  }
  .detail .detail-presents {
    border-bottom-width: 1.0666666667vw;
    margin-bottom: 8vw;
  }
  .detail .detail-presents__title {
    width: 63.3333333333vw;
  }
  .detail .course-tag {
    font-size: 4.5333333333vw;
    border-radius: 1.8666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
  .detail .detail-wrap__title {
    text-align: center;
    width: 100%;
    margin-right: auto;
    font-size: 4.8vw;
    margin-bottom: 3.7333333333vw;
  }
  .detail .detail-wrap__thumbnail {
    width: 77.0666666667vw;
    height: 51.4666666667vw;
    border-radius: 4.6666666667vw;
    padding: 1.7333333333vw;
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
  }
  .detail .detail-wrap__thumbnail:before {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
  }
  .detail .highlight {
    width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10.1333333333vw;
    margin-right: auto;
    gap: 2.4vw;
  }
  .detail .highlight__title {
    width: 100%;
  }
  .detail .highlight__title img {
    width: 80vw;
  }
  .detail .highlight-list {
    border: none;
  }
  .detail .highlight-list__item {
    padding: 5.0666666667vw 0 5.0666666667vw 2.6666666667vw;
    font-size: 4.5333333333vw;
    gap: 4.2666666667vw;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .detail .highlight-list__item:first-child {
    padding-top: 0;
  }
  .detail .highlight-list__item:last-child {
    padding-bottom: 0;
  }
  .detail .highlight-list__item:before {
    margin-top: 4.2666666667vw;
  }
  .detail-illust.illust-1 {
    width: 9.2255066667vw;
    top: -6.1333333333vw;
    left: 48vw;
  }
  .detail-illust.illust-2 {
    top: -6.6666666667vw;
    right: 5.3333333333vw;
    width: 20.87496vw;
  }
  .detail-illust.illust-3 {
    width: 9.2255066667vw;
    top: 24.8vw;
    right: 4vw;
  }
  .instance__title {
    font-size: 5.3333333333vw;
    margin: 14.4vw 0 6.6666666667vw;
    padding: 0 0 0 3.2vw;
  }
  .instance__state.topbtm {
    padding-top: 8vw;
  }
  .sp_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px){
  #benesse-header .benesse-header__inner {
    width: auto !important;
    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;
  }
  #benesse-header .benesse-header__inner .benesse-header__link {
    margin-left: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #benesse-header .benesse-header__inner .benesse-header__link li a {
    font-size: 1rem !important;
  }
  footer .innerWrap {
    margin: 0 auto;
  }
  footer nav ul {
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.6rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.3rem clamp(1.5rem, 4.5333333333vw, 1.7rem);
  }
  footer nav ul li:last-child {
    margin-right: auto;
  }
  footer nav ul li:last-child::before {
    content: "";
    width: 100vw;
    height: 2px;
    background-color: #949dc4;
    display: block;
    position: relative;
    margin-top: 0.7rem;
    margin-bottom: 2.2rem;
  }
  footer nav ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0rem;
  }
  footer nav ul li a {
    text-align: center;
    display: table;
    margin: 0 auto;
  }
  footer nav ul li a.miraiseed-home {
    width: 12rem;
  }
  footer .footer-bottom__wrap {
    height: 100%;
    padding: 0.5rem 2.1rem 1rem;
  }
  footer .footer-bottom__wrap .copy {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .footer-bottom__wrap .footer-bottom__list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5rem;
  }
  footer .footer-bottom__wrap .footer-logo {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    width: 13rem;
    text-align: center;
    margin: 0 0 0 -8px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (hover: hover){
  a:not(.more-button):hover,
  a .add-to-cart-button:hover {
    opacity: 0.7;
  }
  a.more-button:hover img {
    -webkit-transform: translateX(25%) translateY(-50%);
            transform: translateX(25%) translateY(-50%);
  }
  .button.confirm-button.confirm-button--orange:hover, .button.confirm-button--orange.faq-button:hover, .button.confirm-button--orange.button-accordion:hover {
    opacity: 0.7;
    background-color: #f46403;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: 0 0vw 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0vw 0 0 rgba(0, 0, 0, 0.2);
  }
  .button.confirm-button.confirm-button--orange:hover:after, .button.confirm-button--orange.faq-button:hover:after, .button.confirm-button--orange.button-accordion:hover:after {
    border-color: white;
  }
  .button.confirm-button:hover, .button.faq-button:hover, .button.button-accordion:hover {
    opacity: 0.7;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: 0 0vw 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0vw 0 0 rgba(0, 0, 0, 0.2);
  }
  .button.confirm-button:hover:after, .button.faq-button:hover:after, .button.button-accordion:hover:after {
    border-color: white;
  }
  .button.download-button:hover {
    background-color: #5b3d42;
  }
  .button.copy-button:hover {
    opacity: 1;
    background-color: #05a9e2;
  }
  .button.faq-button:hover {
    background-color: #5b3d42;
  }
  .button.flexible:hover {
    opacity: 1 !important;
    -webkit-transform: translateY(clamp(2.6666668px, 0.3389830508vw, 4px));
            transform: translateY(clamp(2.6666668px, 0.3389830508vw, 4px));
    background-color: #f5da5b;
    -webkit-box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.2);
  }
  .button:hover {
    opacity: 0.7;
    -webkit-transform: translateY(clamp(2.6666668px, 0.3389830508vw, 4px));
            transform: translateY(clamp(2.6666668px, 0.3389830508vw, 4px));
    background-color: #fff8dc;
    -webkit-box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.2);
  }
  .play-button:hover {
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    color: #22554c;
  }
  .js-details .js-summary:hover {
    opacity: 0.7;
  }
  .solutions .confirm-button:hover {
    background-color: white;
    -webkit-transform: translateX(-50%) translateY(5px);
            transform: translateX(-50%) translateY(5px);
  }
  .solutions .confirm-button:hover:after {
    border-color: #f46403;
  }
  .example-list__item:not(.coming-soon):hover {
    background-color: #f0f7fc;
    border-color: #2050ba;
  }
  .example-list__item:not(.coming-soon):hover .example-list__thumbnail img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}