@charset "UTF-8";
/* Base
----------------------------------------------------------- */
/* ============================================================ */
/* settings */
/* ============================================================ */
/* colors
----------------------------------------------------------- */
/* 削除対象 */
/* width
----------------------------------------------------------- */
/* box-shadow
----------------------------------------------------------- */
/* font
----------------------------------------------------------- */
/*----- base-font-family -----*/
/*----- base-font-family (en) -----*/
/* ============================================================ */
/* mediaquery */
/* ============================================================ */
/* ============================================================ */
/* utility */
/* ============================================================ */
/* circle
----------------------------------------------------------- */
/* transition
----------------------------------------------------------- */
/* centering
----------------------------------------------------------- */
/* ============================================================ */
/* VW計算 */
/* ============================================================ */
/* ============================================================ */
/* VW計算 */
/* ============================================================ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 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: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* 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] {
  -webkit-appearance: button;
}

/**
* 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 {
  border-style: none;
  padding: 0;
}

/**
* 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;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 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;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* 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 odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

/* Base
----------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: min(6.9444444444vw,100px);
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 26.6666666667vw;
  }
}

body {
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow-x: hidden;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.75;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
  position: relative;
}
@media (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  body {
    font-size: max(3.7333333333vw, 1.4rem);
  }
  body.is-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
  }
}
@media (max-width: 1279px) {
  body {
    font-size: max(0.9722222222vw, 1.4rem);
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s all;
}

p {
  margin: 0;
  line-height: 1.75;
}
p:not(:first-of-type) {
  margin: 1.5em 0 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

fieldset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: none;
  background: inherit;
  cursor: pointer;
  color: #000;
}

/* PC
----------------------------------------------------------- */
@media (min-width: 768px) {
  a {
    cursor: pointer;
  }
  .sp\:view {
    display: none !important;
  }
}
/* SP
----------------------------------------------------------- */
@media (max-width: 767px) {
  .pc\:view {
    display: none !important;
  }
}
/* ============================================================ */
/* Lexend */
/* ============================================================ */
@font-face {
  font-family: "Lexend";
  src: url("/ilab/common/fonts/LexendExa-Bold.woff2") format("woff2"), url("/ilab/common/fonts/LexendExa-Bold.woff") format("woff"), url("/ilab/common/fonts/LexendExa-Bold.eot") format("eot"), url("/ilab/common/fonts/LexendExa-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* ============================================================ */
/* ZenKakuGothicNew */
/* ============================================================ */
/* Bold */
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/ilab/common/fonts/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("/ilab/common/fonts/ZenKakuGothicNew-Bold.woff") format("woff"), url("/ilab/common/fonts/ZenKakuGothicNew-Bold.eot") format("eot"), url("/ilab/common/fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/ilab/common/fonts/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("/ilab/common/fonts/ZenKakuGothicNew-Medium.woff") format("woff"), url("/ilab/common/fonts/ZenKakuGothicNew-Medium.eot") format("eot"), url("/ilab/common/fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/ilab/common/fonts/ZenKakuGothicNew-Regular.woff2") format("woff2"), url("/ilab/common/fonts/ZenKakuGothicNew-Regular.woff") format("woff"), url("/ilab/common/fonts/ZenKakuGothicNew-Regular.eot") format("eot"), url("/ilab/common/fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Layout
----------------------------------------------------------- */
/* Base
----------------------------------------------------------- */
#breadcrumb {
  width: 100%;
  margin: min(2.5vw,36px) 0 0;
}
@media (max-width: 767px) {
  #breadcrumb {
    margin: 4.2666666667vw 0 0;
  }
}
#breadcrumb .breadcrumb-list {
  overflow-x: auto;
  display: flex;
  max-width: 1470px;
  margin: 0 auto;
  white-space: nowrap;
}
#breadcrumb .breadcrumb-item {
  position: relative;
  font-size: clamp(1.2rem, 0.8333333333vw, 1.2rem);
}
@media (max-width: 767px) {
  #breadcrumb .breadcrumb-item {
    font-size: 3.2vw;
  }
}
#breadcrumb .breadcrumb-item:not(:first-child)::before {
  font-family: "otsukashokai" !important;
  content: "\e906";
  margin: 0 min(0.5555555556vw,8px);
}
@media (max-width: 767px) {
  #breadcrumb .breadcrumb-item:not(:first-child)::before {
    font-size: 2.6666666667vw;
    margin: 0 2.1333333333vw;
  }
}
#breadcrumb .breadcrumb-item > a:hover {
  text-decoration: underline;
}

/* Base
----------------------------------------------------------- */
#footer {
  position: relative;
  color: #fff;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
  background: #000;
  margin: auto 0 0;
}
@media (max-width: 767px) {
  #footer {
    font-size: 3.7333333333vw;
  }
}

#footer-pagetop {
  position: absolute;
  top: -32px;
  right: 16vw;
}
#footer-pagetop-btn {
  width: 100%;
  height: 100%;
  padding: 0;
}
#footer-pagetop-btn img {
  transition: all 0.3s ease;
}
#footer-pagetop-btn:hover img {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #footer-pagetop {
    right: 6vw;
    top: -6vw;
    width: 13.4vw;
  }
  #footer-pagetop img {
    width: 100%;
  }
}

#footer-link {
  background: #fff8aa;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#footer-link-inner {
  display: flex;
  justify-content: center;
  gap: min(6.25vw,90px);
  width: 100%;
  max-width: 1470px;
  margin: auto;
  padding: min(5vw,72px) min(1.1111111111vw,16px) min(5.5555555556vw,80px);
}
@media (max-width: 767px) {
  #footer-link-inner {
    flex-direction: column;
    gap: 0;
    padding: 8.5333333333vw 6.6666666667vw;
  }
}
#footer-link-inner li {
  width: 100%;
  max-width: min(21.9444444444vw,316px);
  text-align: center;
  position: relative;
}
#footer-link-inner li:not(:last-child)::after {
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  border-right: dashed 2px #ff7548;
  position: absolute;
  right: max(-3.0555555556vw,-44px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #footer-link-inner li {
    max-width: 100%;
    text-align: left;
  }
  #footer-link-inner li a {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 41.0666666667vw 36.8vw;
    gap: 0 6.4vw;
  }
  #footer-link-inner li .footer-link-text {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: left;
  }
  #footer-link-inner li .footer-link-more {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #footer-link-inner li .footer-link-img {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  #footer-link-inner li .footer-link-img img {
    width: 100%;
    height: auto;
  }
  #footer-link-inner li:not(:last-child) {
    margin-bottom: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    border-bottom: dashed 2px #ff7548;
  }
  #footer-link-inner li:not(:last-child)::after {
    content: none;
  }
}
#footer-link-inner .footer-link-heading {
  font-weight: 700;
}
#footer-link-inner .footer-link-heading .footer-link-heading-main {
  font-size: clamp(1.2rem, 2.0833333333vw, 3rem);
  letter-spacing: 0.05em;
}
#footer-link-inner .footer-link-heading .footer-link-heading-sub {
  font-family: "Lexend", sans-serif;
  color: #ff7548;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
}
@media (max-width: 767px) {
  #footer-link-inner .footer-link-heading .footer-link-heading-main {
    font-size: 5.8666666667vw;
  }
  #footer-link-inner .footer-link-heading .footer-link-heading-sub {
    font-size: 2.6666666667vw;
  }
}
#footer-link-inner .footer-link-img {
  margin: min(2.5vw,36px) 0 0;
}
#footer-link-inner .footer-link-img img {
  transition: 0.3s all;
}
@media (max-width: 767px) {
  #footer-link-inner .footer-link-img {
    margin: 0;
    text-align: center;
  }
}
#footer-link-inner .footer-link-text {
  margin: min(2.2222222222vw,32px) 0 0;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  #footer-link-inner .footer-link-text {
    margin: 2.1333333333vw 0 0;
    font-size: 3.7333333333vw;
  }
}
#footer-link-inner .footer-link-more {
  display: inline-flex;
  align-items: center;
  margin: min(2.2222222222vw,32px) 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  font-weight: 700;
}
@media (max-width: 767px) {
  #footer-link-inner .footer-link-more {
    margin: 4.2666666667vw 0 0;
    font-size: 3.2vw;
  }
}
#footer-link-inner .footer-link-more span {
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
}
#footer-link-inner .footer-link-more::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate%28-6934%207075%29%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20transform%3D%22translate%286934%20-7075%29%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M3.474%2C0%2C6.948%2C5.684H0Z%22%20transform%3D%22translate%286949.607%20-7066.475%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  width: 1.5em;
  height: 1.5em;
  transition: 0.3s;
  margin: 0 0 0 min(0.5555555556vw,8px);
}
@media (max-width: 767px) {
  #footer-link-inner .footer-link-more::after {
    content: "";
    display: inline-block;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate%28-6934%207075%29%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20transform%3D%22translate%286934%20-7075%29%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M3.474%2C0%2C6.948%2C5.684H0Z%22%20transform%3D%22translate%286949.607%20-7066.475%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
    width: 1.25em;
    height: 1.25em;
    margin: 0 0 0 2.1333333333vw;
  }
}
#footer-link-inner a:hover .footer-link-img img {
  transform: scale(1.1, 1.1);
}
#footer-link-inner a:hover .footer-link-more span {
  border-color: currentColor;
}
#footer-link-inner a:hover .footer-link-more::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate%28-6934%207075%29%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20transform%3D%22translate%286934%20-7075%29%22%20fill%3D%22%23ff7548%22%2F%3E%3Cpath%20d%3D%22M3.474%2C0%2C6.948%2C5.684H0Z%22%20transform%3D%22translate%286949.607%20-7066.475%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}

#footer-outer {
  width: 100%;
  max-width: 1470px;
  margin: auto;
  padding: min(5vw,72px) min(1.1111111111vw,16px);
}
@media (max-width: 767px) {
  #footer-outer {
    padding: 10.6666666667vw 6.6666666667vw;
  }
}
#footer-outer .footer-sns-title {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  #footer-outer .footer-sns-title {
    font-size: 3.2vw;
  }
}
#footer-outer .footer-sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 min(2.7777777778vw,40px);
  margin: min(1.1111111111vw,16px) 0 0;
}
@media (max-width: 767px) {
  #footer-outer .footer-sns-list {
    gap: 0 8.5333333333vw;
    margin: 4.2666666667vw 0 0;
  }
}
@media (max-width: 767px) {
  #footer-outer .footer-sns-item {
    width: 10.6666666667vw;
  }
  #footer-outer .footer-sns-item img {
    width: 100%;
  }
}
#footer-outer .footer-sns-item a {
  display: block;
  transition: 0.3s all;
}
#footer-outer .footer-sns-item a:hover {
  opacity: 0.7;
}

#footer-inner {
  display: flex;
  align-items: center;
  gap: 0 min(5vw,72px);
  margin: min(2.7777777778vw,40px) 0 0;
}
@media (max-width: 767px) {
  #footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 8vw 0;
    margin: 10.6666666667vw 0 0;
  }
}

#footer-logo {
  width: min(17.5694444444vw,253);
}
@media (max-width: 767px) {
  #footer-logo {
    width: 52.2666666667vw;
  }
}

#footer-nav .footer-nav-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #footer-nav .footer-nav-list {
    justify-content: center;
    gap: 1.3333333333vw 0;
  }
}
@media (min-width: 768px) {
  #footer-nav .footer-nav-item:not(:last-child)::after {
    content: "｜";
    padding: 0 min(0.5555555556vw,8px);
  }
}
@media (max-width: 767px) {
  #footer-nav .footer-nav-item:nth-child(1) {
    width: 100%;
  }
  #footer-nav .footer-nav-item:nth-child(4)::after {
    content: "｜";
    padding: 0 2.1333333333vw;
  }
  #footer-nav .footer-nav-item:nth-child(3) {
    width: 100%;
  }
}
#footer-nav .footer-nav-item a {
  color: #fff;
}
#footer-nav .footer-nav-item a[target=_blank]::after {
  font-family: "otsukashokai";
  content: "\e904";
  margin: 0 0 0 min(0.4166666667vw,6px);
  font-size: 0.7em;
}
@media (max-width: 767px) {
  #footer-nav .footer-nav-item a[target=_blank]::after {
    margin: 0 0 0 1.6vw;
  }
}
#footer-nav .footer-nav-item a:hover {
  text-decoration: underline;
}
#footer-nav .footer-copy {
  margin: min(1.6666666667vw,24px) 0 0;
}
@media (max-width: 767px) {
  #footer-nav .footer-copy {
    margin: 8vw 0 0;
    font-size: 3.2vw;
    line-height: 1.67;
  }
}

/* Base
----------------------------------------------------------- */
#gnav {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 1279px) {
  #gnav {
    max-height: calc(100vh - 8.3441981747vw);
    overflow: auto;
    padding: 0 0 5.2151238592vw;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  #gnav {
    max-height: calc(100vh - min(17.0666666667vw,64px));
    padding: 0 0 10.6666666667vw;
  }
}
#gnav .gnav-list {
  margin: min(2.7777777778vw,40px) 0 0;
}
@media (max-width: 1279px) {
  #gnav .gnav-list {
    margin: 0;
    padding: 2.0860495437vw 1.3037809648vw 0;
  }
}
@media (max-width: 1279px) {
  #gnav .gnav-list {
    padding: 4.2666666667vw 2.6666666667vw 0;
  }
}
@media (min-width: 768px) {
  #gnav .gnav-item:not(:first-child) {
    margin: min(0.9722222222vw,14px) 0 0;
  }
}
@media (max-width: 1279px) {
  #gnav .gnav-item {
    padding: 1.0430247718vw 0;
    border-bottom: 1px solid #c4c4c4;
  }
}
@media (max-width: 767px) {
  #gnav .gnav-item {
    padding: 2.0860495437vw 0;
    border-bottom: 1px solid #c4c4c4;
  }
}
@media (max-width: 767px) {
  #gnav .gnav-item {
    padding: 4.2666666667vw 0;
  }
}
#gnav .gnav-link {
  display: flex;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  #gnav .gnav-link::before {
    display: block;
    content: "";
    width: min(0.2777777778vw,4px);
    height: min(0.2777777778vw,4px);
    margin: calc(0.5em + min(0.2777777778vw,4px)) min(0.4166666667vw,6px) 0 0;
    border-radius: 100vh;
    background: #d6d6d6;
  }
  #gnav .gnav-link.is-current::before, #gnav .gnav-link.is-current-position::before {
    background: #ff7548;
  }
}
@media (max-width: 1279px) {
  #gnav .gnav-link {
    font-size: 2.0860495437vw;
  }
  #gnav .gnav-link::before {
    display: none;
  }
  #gnav .gnav-link::after {
    font-family: "otsukashokai";
    content: "\e909";
    color: #ff7548;
    font-size: 0.4em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  #gnav .gnav-link {
    font-size: 4.2666666667vw;
  }
}
#gnav .gnav-link:hover {
  color: #ff7548;
}
#gnav .gnav-btn-list {
  margin: min(1.6666666667vw,24px) 0 0;
}
@media (max-width: 1279px) {
  #gnav .gnav-btn-list {
    margin: 5.2151238592vw 0 0;
  }
}
@media (max-width: 767px) {
  #gnav .gnav-btn-list {
    margin: 10.6666666667vw 0 0;
  }
}
#gnav .gnav-btn-item:not(:first-child) {
  margin: min(0.9722222222vw,14px) 0 0;
}
@media (max-width: 1279px) {
  #gnav .gnav-btn-item:not(:first-child) {
    margin: 2.0860495437vw 0 0;
  }
}
@media (max-width: 767px) {
  #gnav .gnav-btn-item:not(:first-child) {
    margin: 4.2666666667vw 0 0;
  }
}
#gnav .gnav-btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: min(0.1388888889vw,2px) min(0.9027777778vw,13px);
  background: #ff7548;
  border-radius: 100vh;
  border: min(0.1388888889vw,2px) solid #ff7548;
  position: relative;
  color: #fff;
  font-weight: 700;
}
#gnav .gnav-btn::after {
  position: absolute;
  right: min(0.5555555556vw,8px);
  top: 50%;
  transform: translateY(-50%);
  font-family: "otsukashokai";
  content: "\e909";
  font-size: clamp(1.2rem, 0.4861111111vw, 0.7rem);
}
#gnav .gnav-btn .gnav-btn-icon {
  margin: 0 min(0.4166666667vw,6px) 0 0;
  font-size: clamp(1.2rem, 1.3888888889vw, 2rem);
}
@media (max-width: 1279px) {
  #gnav .gnav-btn {
    max-width: 32.2033898305vw;
    padding: 1.1734028683vw 2.6075619296vw;
    border: 0.260756193vw solid #ff7548;
    font-size: 2.0860495437vw;
    margin: auto;
  }
  #gnav .gnav-btn::after {
    right: 2.3468057366vw;
    font-size: 0.9126466754vw;
  }
  #gnav .gnav-btn .gnav-btn-icon {
    margin: 0 2.6075619296vw 0 0;
    font-size: 3.259452412vw;
  }
}
@media (max-width: 767px) {
  #gnav .gnav-btn {
    max-width: 65.8666666667vw;
    padding: 2.4vw 5.3333333333vw;
    border: 0.5333333333vw solid #ff7548;
    font-size: 4.2666666667vw;
  }
  #gnav .gnav-btn::after {
    right: 4.8vw;
    font-size: 1.8666666667vw;
  }
  #gnav .gnav-btn .gnav-btn-icon {
    margin: 0 5.3333333333vw 0 0;
    font-size: 6.6666666667vw;
  }
}
#gnav .gnav-btn:hover {
  background: transparent;
  color: #ff7548;
}

/* Base
----------------------------------------------------------- */
#header {
  width: 16.25%;
  position: relative;
  z-index: 200;
}
@media (max-width: 1279px) {
  #header {
    width: 100%;
  }
}

#header-outer {
  position: sticky;
  top: 22px;
  z-index: 2;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
@media (max-width: 1279px) {
  #header-outer {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0 0 10px 10px;
  }
}

#header-inner {
  width: 100%;
  padding: min(2.7777777778vw,40px) 8.5%;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 1279px) {
  #header-inner {
    padding: 1.5645371578vw 3.259452412vw 0;
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 767px) {
  #header-inner {
    padding: 3.2vw 6.6666666667vw 0;
  }
}
#header-inner .header-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(1.8055555556vw,26px) 0;
}
@media (max-width: 1279px) {
  #header-inner .header-logo {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 0 1.9556714472vw;
    padding: 0 0 1.5645371578vw;
  }
}
@media (max-width: 767px) {
  #header-inner .header-logo {
    gap: 0 4vw;
    padding: 0 0 3.2vw;
  }
}
#header-inner .header-logo-ilab,
#header-inner .header-logo-otsuka {
  transition: 0.3s all;
}
#header-inner .header-logo-ilab img,
#header-inner .header-logo-otsuka img {
  width: 100%;
  height: auto;
}
@media (max-width: 1279px) {
  #header-inner .header-logo-ilab .sp\:view,
  #header-inner .header-logo-otsuka .sp\:view {
    display: inline-block !important;
  }
  #header-inner .header-logo-ilab .pc\:view,
  #header-inner .header-logo-otsuka .pc\:view {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  #header-inner .header-logo-ilab,
  #header-inner .header-logo-otsuka {
    display: flex;
    align-items: flex-end;
  }
}
#header-inner .header-logo-ilab {
  width: min(11.875vw,171px);
  padding: 0 0 0 7.6%;
}
@media (max-width: 1279px) {
  #header-inner .header-logo-ilab {
    padding: 0;
    width: 18.1225554107vw;
  }
}
@media (max-width: 767px) {
  #header-inner .header-logo-ilab {
    width: 37.0666666667vw;
  }
}
#header-inner .header-logo-otsuka {
  width: min(9.6527777778vw,139px);
}
@media (max-width: 1279px) {
  #header-inner .header-logo-otsuka {
    width: 12.5162972621vw;
  }
}
@media (max-width: 767px) {
  #header-inner .header-logo-otsuka {
    width: 25.6vw;
  }
}
#header-inner .header-menu-btn {
  display: none;
}
@media (max-width: 1279px) {
  #header-inner .header-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.2151238592vw;
    height: 5.2151238592vw;
    position: fixed;
    right: 3.259452412vw;
    top: 1.5645371578vw;
    background: #ff7548;
    border-radius: 10px;
  }
  #header-inner .header-menu-btn > span {
    display: block;
    width: 2.6075619296vw;
    height: 0.260756193vw;
    background: #fff;
    position: absolute;
    transition: 0.3s all;
  }
  #header-inner .header-menu-btn > span:nth-child(1) {
    transform: translateY(-0.7822685789vw);
  }
  #header-inner .header-menu-btn > span:nth-child(3) {
    transform: translateY(0.7822685789vw);
  }
  #header-inner .header-menu-btn.is-active > span {
    display: block;
    width: 2.6075619296vw;
    height: 0.260756193vw;
    background: #fff;
    position: absolute;
    left: 1.3037809648vw;
    top: 50%;
  }
  #header-inner .header-menu-btn.is-active > span:nth-child(1) {
    transform: rotate(45deg);
  }
  #header-inner .header-menu-btn.is-active > span:nth-child(2) {
    opacity: 0;
  }
  #header-inner .header-menu-btn.is-active > span:nth-child(3) {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  #header-inner .header-menu-btn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 3.2vw;
    right: 6.6666666667vw;
  }
  #header-inner .header-menu-btn > span {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
  #header-inner .header-menu-btn > span:nth-child(1) {
    transform: translateY(-1.6vw);
  }
  #header-inner .header-menu-btn > span:nth-child(3) {
    transform: translateY(1.6vw);
  }
  #header-inner .header-menu-btn.is-active > span {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    left: 2.6666666667vw;
  }
}
@media (min-width: 1280px) {
  #header-inner.is-small .header-logo {
    gap: min(1.4583333333vw,21px) 0;
  }
  #header-inner.is-small .header-logo-ilab {
    width: min(9.2361111111vw,133px);
  }
  #header-inner.is-small .header-logo-otsuka {
    width: min(9.6527777778vw,139px);
  }
  #header-inner.is-small .gnav-list {
    margin: min(2.0833333333vw,30px) 0 0;
  }
}

@media (max-width: 1279px) {
  #header-nav {
    display: none;
    border-top: 1px solid #ff7548;
    max-height: calc(100vh - 8.3441981747vw);
  }
}
@media (max-width: 767px) {
  #header-nav {
    max-height: calc(100vh - 17.0666666667vw);
  }
}

/* Base
----------------------------------------------------------- */
#noscript {
  width: calc(100% - 40px);
  max-width: 1470px;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 20px;
  margin-inline: auto;
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 200;
  transform: translateX(-50%);
  text-align: center;
}

#wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: #fffdef;
}
@media (max-width: 1279px) {
  #wrap {
    overflow-x: hidden;
  }
}

#main-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1470px;
  height: 100%;
  margin: 0 auto;
  padding: 4.8611111111vw min(1.0416666667vw,15px) min(12.2222222222vw,176px);
}
@media (max-width: 1279px) {
  #main-container {
    flex-direction: column;
    padding: 8.5333333333vw 1.9556714472vw 16.29726206vw;
  }
}
@media (max-width: 767px) {
  #main-container {
    padding: 17.0666666667vw 4vw 33.3333333333vw;
  }
}

#main {
  width: 78.7%;
}
@media (max-width: 767px) {
  #main.top {
    padding: 0;
  }
}
@media (max-width: 1279px) {
  #main {
    width: 82%;
    margin: auto;
    padding: 4.1720990874vw 0 0;
  }
}
@media (max-width: 767px) {
  #main {
    width: 100%;
    padding: 4.1720990874vw 0 0;
  }
}
@media (max-width: 767px) {
  #main {
    width: 100%;
    padding: 8.5333333333vw 0 0;
  }
}

/* Base
----------------------------------------------------------- */
#sns-small {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: min(2.7777777778vw,40px) 0 0;
}
@media (max-width: 767px) {
  #sns-small {
    margin: 8.5333333333vw 0 0;
  }
}
#sns-small .sns-small-text {
  font-family: "Lexend", sans-serif;
  color: #ff7548;
  font-size: clamp(1.2rem, 0.8333333333vw, 1.2rem);
  font-weight: 700;
  margin: 0 min(1.1111111111vw,16px) 0 0;
}
@media (max-width: 767px) {
  #sns-small .sns-small-text {
    font-size: 3.2vw;
    margin: 0 2.6666666667vw 0 0;
  }
}
#sns-small .sns-small-list {
  display: flex;
  align-items: center;
  gap: min(0.5555555556vw,8px);
}
@media (max-width: 767px) {
  #sns-small .sns-small-list {
    gap: 2.1333333333vw;
  }
}
#sns-small .sns-small-list li img {
  width: min(1.6666666667vw,24px);
  height: min(1.6666666667vw,24px);
}
@media (max-width: 767px) {
  #sns-small .sns-small-list li img {
    width: 6.4vw;
    height: 6.4vw;
  }
}
#sns-small .sns-small-list a:hover {
  opacity: 0.7;
}

#sns-large {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(2.2222222222vw,32px);
  margin: min(6.9444444444vw,100px) 0 0;
}
@media (max-width: 767px) {
  #sns-large {
    gap: 5.0666666667vw;
    margin: 13.3333333333vw 0 0;
  }
}
#sns-large .sns-large-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 min(3.125vw,45px);
  position: relative;
  font-family: "Lexend", sans-serif;
  color: #ff7548;
  font-size: clamp(1.2rem, 2.1527777778vw, 3.1rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #sns-large .sns-large-text {
    padding: 0 6.9333333333vw;
    font-size: 4.8vw;
  }
}
#sns-large .sns-large-text span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #sns-large .sns-large-text span {
    font-size: 2.6666666667vw;
  }
}
#sns-large .sns-large-text::before, #sns-large .sns-large-text::after {
  display: block;
  content: "";
  width: min(1.8055555556vw,26px);
  height: min(4.9305555556vw,71px);
  background: url(/ilab/common/img/pic-share-parts.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #sns-large .sns-large-text::before, #sns-large .sns-large-text::after {
    width: 4.8vw;
    height: 10.6666666667vw;
    background: url(/ilab/common/img/pic-share-parts-sp.svg) no-repeat center/contain;
  }
}
#sns-large .sns-large-text::before {
  left: 0;
}
#sns-large .sns-large-text::after {
  transform: translateY(-50%) scale(-1, 1);
  right: 0;
}
#sns-large .sns-large-list {
  display: flex;
  align-items: center;
  gap: min(2.7777777778vw,40px);
}
#sns-large .sns-large-list li img {
  width: min(4.8611111111vw,70px);
  height: min(4.8611111111vw,70px);
}
@media (max-width: 767px) {
  #sns-large .sns-large-list li img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media (max-width: 767px) {
  #sns-large .sns-large-list {
    gap: 6.4vw;
  }
}
#sns-large .sns-large-list a:hover {
  opacity: 0.7;
}

/* Base
----------------------------------------------------------- */
.lower-title {
  padding: min(1.4583333333vw,21px) min(2.7777777778vw,40px);
  border-radius: 20px;
  background: #21bdbd;
  color: #fff;
  font-weight: 700;
  box-shadow: 10px 10px rgba(33, 189, 189, 0.2);
  position: relative;
}
@media (max-width: 767px) {
  .lower-title {
    padding: 2.6666666667vw;
    border-radius: 10px;
    box-shadow: 5px 5px rgba(33, 189, 189, 0.2);
  }
}
.lower-title img {
  width: 100%;
}
.lower-title .lower-title-sub {
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
}
@media (max-width: 767px) {
  .lower-title .lower-title-sub {
    font-size: 2.6666666667vw;
  }
}
.lower-title .lower-title-main {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.2rem, 2.6388888889vw, 3.8rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .lower-title .lower-title-main {
    font-size: 5.3333333333vw;
  }
}
.lower-title .lower-title-img {
  position: absolute;
  right: min(4.4444444444vw,64px);
  top: 50%;
  transform: translateY(-50%);
  width: min(9.2361111111vw,133px);
}
@media (max-width: 767px) {
  .lower-title .lower-title-img {
    width: 16.2666666667vw;
    right: 0;
  }
}
.lower-title.-topics {
  background: #f85d65;
  box-shadow: 10px 10px rgba(248, 93, 101, 0.2);
}
@media (max-width: 767px) {
  .lower-title.-topics {
    box-shadow: 5px 5px rgba(248, 93, 101, 0.2);
  }
}
.lower-title.-topics .lower-title-img {
  width: min(9.1666666667vw,132px);
  right: min(4.4444444444vw,64px);
}
@media (max-width: 767px) {
  .lower-title.-topics .lower-title-img {
    width: 16.2666666667vw;
    right: 4.4vw;
  }
}
.lower-title.-special {
  background: #ff8497;
  box-shadow: 10px 10px rgba(248, 93, 101, 0.2);
}
@media (max-width: 767px) {
  .lower-title.-special {
    box-shadow: 5px 5px rgba(248, 93, 101, 0.2);
  }
}
.lower-title.-special .lower-title-img {
  right: min(3.8194444444vw,55px);
  width: min(16.0416666667vw,231px);
}
@media (max-width: 767px) {
  .lower-title.-special .lower-title-img {
    width: 28.2666666667vw;
    right: 2vw;
  }
}

/* Base
----------------------------------------------------------- */
.consult-area {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: min(4.4444444444vw,64px) 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .consult-area {
    margin: 13.3333333333vw 0 0;
  }
}
.consult-area.-library {
  margin: min(5vw,72px) 0 0;
}
@media (max-width: 767px) {
  .consult-area.-library {
    margin: 14.9333333333vw 0 0;
  }
}
.consult-area.-topics .consult-area-heading::after {
  background: url(/ilab/topics/img/pic-contact-line.svg) no-repeat center/contain;
}

.consult-area-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(0.6944444444vw,10px);
  font-size: clamp(1.2rem, 1.6666666667vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .consult-area-heading {
    gap: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.consult-area-heading::after {
  display: block;
  width: min(17.1527777778vw,247px);
  height: min(0.9722222222vw,14px);
  content: "";
  background: url(/ilab/library/img/pic-contact-line.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .consult-area-heading::after {
    width: 50.1333333333vw;
    height: 3.7333333333vw;
  }
}

.consult-area-text {
  margin: min(2.0833333333vw,30px) 0 0;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
}
@media (max-width: 767px) {
  .consult-area-text {
    margin: 6.4vw 0 0;
    font-size: 3.7333333333vw;
  }
}

.consult-area-btn {
  margin: min(2.7777777778vw,40px) 0 0;
}
@media (max-width: 767px) {
  .consult-area-btn {
    margin: 5.3333333333vw 0 0;
  }
}

/* Base
----------------------------------------------------------- */
.recommend {
  margin: min(6.9444444444vw,100px) 0 0;
}
@media (max-width: 767px) {
  .recommend {
    margin: 13.0666666667vw 0 0;
  }
}
.recommend .recommend-heading {
  color: #f85d65;
  font-weight: 700;
  text-align: center;
}
.recommend .recommend-heading-main {
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.2rem, 2.1527777778vw, 3.1rem);
}
@media (max-width: 767px) {
  .recommend .recommend-heading-main {
    font-size: 6.9333333333vw;
  }
}
.recommend .recommend-heading-sub {
  margin: min(0.9722222222vw,14px) 0 0;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .recommend .recommend-heading-sub {
    margin: 1.0666666667vw 0 0;
    font-size: 3.2vw;
  }
}

/* Component ------------ */
/* Base
----------------------------------------------------------- */
.btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btns .btns-item {
  margin: 8px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: min(23.8888888889vw,344px);
  min-height: min(4.0277777778vw,58px);
  padding: min(0.6944444444vw,10px) min(3.3333333333vw,48px);
  border-radius: 100vh;
  background: #ff7548;
  border: 2px solid #ff7548;
  position: relative;
  text-decoration: none;
  transition: 0.3s all;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  font-weight: 500;
  line-height: 1.44;
}
@media (max-width: 767px) {
  .btn {
    min-width: 70.6666666667vw;
    min-height: 15.4666666667vw;
    padding: 2.6666666667vw 12.8vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
}
.btn::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19%200A19%2019%200%201%201%200%2019%2019%2019%200%200%201%2019%200%22%2F%3E%3Cpath%20fill%3D%22%23ff7548%22%20d%3D%22m25.429%2018.961-9%205.5v-11Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  width: min(2.6388888889vw,38px);
  height: min(2.6388888889vw,38px);
  position: absolute;
  right: min(0.6944444444vw,10px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .btn::after {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    right: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.btn:hover {
  background: #fff;
  color: #ff7548;
  text-decoration: none;
}
.btn:hover::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cpath%20fill%3D%22%23ff7548%22%20d%3D%22M19%200A19%2019%200%201%201%200%2019%2019%2019%200%200%201%2019%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m25.429%2018.961-9%205.5v-11Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.btn[target=_blank]::after {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100vh;
  content: "\e904";
  font-family: "otsukashokai";
  color: #ff7548;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
  font-weight: 400;
}
@media (max-width: 767px) {
  .btn[target=_blank]::after {
    font-size: 3.7333333333vw;
  }
}
.btn[target=_blank]:hover {
  background: #fff;
  color: #ff7548;
  text-decoration: none;
}
.btn[target=_blank]:hover::after {
  background: #ff7548;
  color: #fff;
}
.btn.-gray {
  background: #ededed;
  border: none;
  color: currentColor;
}
.btn.-gray:hover {
  background: #ff7548;
  color: #fff;
  text-decoration: none;
}
.btn.-gray:hover::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19%200A19%2019%200%201%201%200%2019%2019%2019%200%200%201%2019%200%22%2F%3E%3Cpath%20fill%3D%22%23ff7548%22%20d%3D%22m25.429%2018.961-9%205.5v-11Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.btn.-gray[target=_blank]::after {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100vh;
  content: "\e904";
  font-family: "otsukashokai";
  color: #ff7548;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
  font-weight: 400;
}
@media (max-width: 767px) {
  .btn.-gray[target=_blank]::after {
    font-size: 3.7333333333vw;
  }
}

/* Base
----------------------------------------------------------- */
.card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 42px;
}
.card.-col4 li {
  display: flex;
  width: calc((100% - 126px) / 4);
}
@media (max-width: 767px) {
  .card {
    gap: 20px 25px;
  }
  .card.-col4 li {
    width: calc((100% - 25px) / 2);
  }
}

.card-item {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.card-img {
  width: 100%;
  height: auto;
  aspect-ratio: 25/14;
  overflow: hidden;
}
.card-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}

.card-summary {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #fff;
  padding: min(1.6666666667vw,24px);
}
@media (max-width: 767px) {
  .card-summary {
    padding: 4.2666666667vw 2.1333333333vw;
  }
}

.card-label .label {
  border: 1px solid #ff7548;
  color: #ff7548;
  background: transparent;
}

.card-title {
  margin: min(0.5555555556vw,8px) 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.38;
}
.card-title span {
  display: inline;
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .card-title {
    margin: 2.1333333333vw 0 0;
    font-size: 4vw;
  }
}

.card-info {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.625vw,9px) 0;
  padding: min(0.8333333333vw,12px) 0 0;
  color: #707070;
  font-size: clamp(1.2rem, 0.8333333333vw, 1.2rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .card-info {
    gap: 1.0666666667vw 0;
    margin: 2.6666666667vw 0 0;
    font-size: 3.2vw;
  }
}
.card-info dt {
  width: 3em;
}
.card-info dd {
  width: calc(100% - 3em);
}

a.card-item .card-title span {
  display: inline;
}
a.card-item[target=_blank] .card-title::after {
  font-family: "otsukashokai";
  content: "\e904";
  color: #707070;
  font-size: 0.75em;
  font-weight: 400;
  margin-left: 6px;
  transition: 0.3s all;
}
a.card-item:hover .card-img img {
  transform: scale(1.1, 1.1);
}
a.card-item:hover .card-title span {
  border-bottom: 1px solid currentColor;
}
a.card-item:hover[target=_blank] .card-title::after {
  color: #ff7548;
}

/* Base
----------------------------------------------------------- */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: max(-1.0416666667vw,-15px) max(-1.1111111111vw,-16px) 0;
}
.grid-item {
  padding: min(1.0416666667vw,15px) min(1.1111111111vw,16px);
}
.grid-item.-col-1 {
  width: 8.3333333333%;
}
.grid-item.-col-2 {
  width: 16.6666666667%;
}
.grid-item.-col-3 {
  width: 25%;
}
.grid-item.-col-4 {
  width: 33.3333333333%;
}
.grid-item.-col-5 {
  width: 41.6666666667%;
}
.grid-item.-col-6 {
  width: 50%;
}
.grid-item.-col-7 {
  width: 58.3333333333%;
}
.grid-item.-col-8 {
  width: 66.6666666667%;
}
.grid-item.-col-9 {
  width: 75%;
}
.grid-item.-col-10 {
  width: 83.3333333333%;
}
.grid-item.-col-11 {
  width: 91.6666666667%;
}
.grid-item.-col-12 {
  width: 100%;
}
@media (max-width: 767px) {
  .grid {
    margin: -4vw -3.3333333333vw 0;
  }
  .grid-item {
    padding: 4vw 3.3333333333vw;
  }
  .grid-item.-col-sp-1 {
    width: 8.3333333333%;
  }
  .grid-item.-col-sp-2 {
    width: 16.6666666667%;
  }
  .grid-item.-col-sp-3 {
    width: 25%;
  }
  .grid-item.-col-sp-4 {
    width: 33.3333333333%;
  }
  .grid-item.-col-sp-5 {
    width: 41.6666666667%;
  }
  .grid-item.-col-sp-6 {
    width: 50%;
  }
  .grid-item.-col-sp-7 {
    width: 58.3333333333%;
  }
  .grid-item.-col-sp-8 {
    width: 66.6666666667%;
  }
  .grid-item.-col-sp-9 {
    width: 75%;
  }
  .grid-item.-col-sp-10 {
    width: 83.3333333333%;
  }
  .grid-item.-col-sp-11 {
    width: 91.6666666667%;
  }
  .grid-item.-col-sp-12 {
    width: 100%;
  }
}

/* Base
----------------------------------------------------------- */
.heading-bg {
  padding: min(0.9722222222vw,14px) min(1.3888888889vw,20px);
  margin: 0 0 min(2.0833333333vw,30px);
  background: #fedcde;
  border-radius: 100vh;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.2rem, 2.2222222222vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .heading-bg {
    padding: 1.6vw 5.3333333333vw;
    margin: 0 0 8vw;
    border-radius: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.heading-bg.-small {
  padding: min(0.2777777778vw,4px) min(1.3888888889vw,20px);
  margin: 0 0 min(2.2222222222vw,32px);
  background: #f85d65;
  color: #fff;
  font-size: clamp(1.2rem, 1.6666666667vw, 2.4rem);
}
@media (max-width: 767px) {
  .heading-bg.-small {
    padding: 2.1333333333vw 5.3333333333vw;
    margin: 0 0 8vw;
    font-size: 4.2666666667vw;
    line-height: 1.38;
  }
}

.heading-underline {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.2rem, 1.6666666667vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.heading-underline::after {
  display: block;
  content: "";
  width: min(2.7777777778vw,40px);
  height: min(0.2777777778vw,4px);
  border-radius: min(0.2777777778vw,4px);
  margin: min(0.6944444444vw,10px) auto min(2.0833333333vw,30px);
  background: #f85d65;
}
@media (max-width: 767px) {
  .heading-underline {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  .heading-underline::after {
    width: 10.6666666667vw;
    height: 1.0666666667vw;
    border-radius: 1.0666666667vw;
    margin: 3.4666666667vw auto 8vw;
  }
}
.heading-underline.-large {
  font-size: clamp(1.2rem, 2.2222222222vw, 3.2rem);
  letter-spacing: 0;
}
.heading-underline.-large::after {
  margin: min(0.5555555556vw,8px) auto min(1.3888888889vw,20px);
}
@media (max-width: 767px) {
  .heading-underline.-large {
    font-size: 5.3333333333vw;
    letter-spacing: 0.05em;
  }
  .heading-underline.-large::after {
    margin: 2.1333333333vw auto 8vw;
  }
}

.heading {
  font-size: clamp(1.2rem, 2.6388888889vw, 3.8rem);
  font-weight: 700;
  line-height: 1.42;
  margin: 0 0 0.5em;
}
@media (max-width: 767px) {
  .heading {
    font-size: 6.9333333333vw;
    letter-spacing: 0.05em;
  }
}
.heading.-small {
  font-size: clamp(1.2rem, 2.2222222222vw, 3.2rem);
}
@media (max-width: 767px) {
  .heading.-small {
    font-size: 5.3333333333vw;
  }
}
.heading.-xsmall {
  font-size: clamp(1.2rem, 1.6666666667vw, 2.4rem);
}
@media (max-width: 767px) {
  .heading.-xsmall {
    font-size: 5.3333333333vw;
  }
}
.heading.-xxsmall {
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  margin: 0 0 min(1.0416666667vw,15px);
}
@media (max-width: 767px) {
  .heading.-xxsmall {
    font-size: 4vw;
    margin: 0 0 4vw;
  }
}
.heading.-xxsmall + p {
  margin: 0;
}
.heading.-center {
  text-align: center;
}

/* Base
----------------------------------------------------------- */
@font-face {
  font-family: "otsukashokai";
  src: url("/ilab/common/icon/fonts/otsukashokai.ttf?6b3ugw") format("truetype"), url("/ilab/common/icon/fonts/otsukashokai.woff?6b3ugw") format("woff"), url("/ilab/common/icon/fonts/otsukashokai.svg?6b3ugw#otsukashokai") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "otsukashokai" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "\e900";
}

.icon-download:before {
  content: "\e901";
}

.icon-mail:before {
  content: "\e902";
}

.icon-pdf:before {
  content: "\e903";
}

.icon-window:before {
  content: "\e904";
}

.icon-arrow-up:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-arrow-bottom:before {
  content: "\e907";
}

.icon-arrow-left:before {
  content: "\e908";
}

.icon-arrow:before {
  content: "\e909";
}

/* Base
----------------------------------------------------------- */
.label {
  padding: min(0.1388888889vw,2px) min(0.6944444444vw,10px);
  border-radius: 4px;
  background: #d6d6d6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: clamp(1.2rem, 0.8333333333vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .label {
    padding: 0.5333333333vw 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.label.-labo {
  background: #f85d65;
}
.label.-work {
  background: #21bdbd;
}
.label.-special {
  background: #be97e5;
}
.label.-case {
  background: #ff8497;
}
.label.-online {
  border: 1px solid #ff7548;
  background: transparent;
  color: #ff7548;
}
.label.-border {
  border: 1px solid #f85d65;
  background: #fff;
  color: #f85d65;
}

/* Base
----------------------------------------------------------- */
.list li {
  padding: 0 0 0 min(1.5972222222vw,23px);
  letter-spacing: 0.03em;
  position: relative;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  line-height: 1.63;
}
@media (max-width: 767px) {
  .list li {
    padding: 0 0 0 6.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.list li:not(:first-child) {
  margin-top: min(1.3888888889vw,20px);
}
@media (max-width: 767px) {
  .list li:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
.list li::before {
  display: block;
  content: "";
  width: min(0.625vw,9px);
  height: min(0.625vw,9px);
  border-radius: 100vh;
  background: #f85d65;
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media (max-width: 767px) {
  .list li::before {
    width: 2.4vw;
    height: 2.4vw;
  }
}

/* Base
----------------------------------------------------------- */
.section {
  width: 100%;
  margin: min(6.9444444444vw,100px) auto 0;
}
@media (max-width: 767px) {
  .section {
    margin: 26.6666666667vw auto 0;
  }
}
.section.-large {
  width: 100%;
  margin: min(8.3333333333vw,120px) auto 0;
}
@media (max-width: 767px) {
  .section.-large {
    margin: 26.6666666667vw auto 0;
  }
}
.section.-small {
  width: 100%;
  margin: min(5.5555555556vw,80px) auto 0;
}
@media (max-width: 767px) {
  .section.-small {
    margin: 21.3333333333vw auto 0;
  }
}

/* Base
----------------------------------------------------------- */
/* slider調整
---------------------------------------------------------------------------  */
.slider {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: min(2.2222222222vw,32px) 0 0;
  /* splide無効時 */
}
@media (max-width: 767px) {
  .slider {
    margin: 8.5333333333vw 0 0;
  }
}
.slider .slider-item.js-modal-btn {
  cursor: pointer;
}
.slider .slider-item:hover .slider-img img {
  transform: scale(1.1, 1.1);
}
.slider .slider-item:hover .slider-title span {
  border-bottom: 1px solid currentColor;
}
.slider .slider-title {
  margin: min(1.6666666667vw,24px) 0 0;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 767px) {
  .slider .slider-title {
    margin: 4.2666666667vw 0 0;
    font-size: 4vw;
  }
}
.slider .slider-title p {
  margin: min(1.1111111111vw,16px) 0 0;
}
.slider .slider-title p span {
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .slider .slider-title p {
    margin: 2.1333333333vw 0 0;
  }
}
.slider .slider-img {
  width: 100%;
  height: auto;
  aspect-ratio: 87/49;
  overflow: hidden;
  padding: 0;
}
.slider .slider-img.-round {
  border-radius: 10px;
}
.slider .slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .slider.-narrow {
    max-width: min(58.1944444444vw,838px);
    margin: min(2.2222222222vw,32px) auto 0;
  }
  .slider.-narrow .slider-prev,
  .slider.-narrow .slider-next {
    display: none;
  }
  .slider.-narrow .slider-list {
    display: flex !important;
    gap: 3.8%;
  }
  .slider.-narrow .slider-list li {
    width: 30.8%;
  }
}
.slider:not(.is-active) {
  padding: 0;
  visibility: visible;
}
.slider:not(.is-active) .slider-prev,
.slider:not(.is-active) .slider-next {
  display: none;
}
@media (min-width: 768px) {
  .slider:not(.is-active) .splide__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(2vw, 40px);
  }
}
@media (max-width: 767px) {
  .slider:not(.is-active) .splide__slide {
    width: 100%;
  }
}

/* splide調整
---------------------------------------------------------------------------  */
.slider-prev,
.slider-next {
  width: min(2.7777777778vw,40px);
  height: min(2.7777777778vw,40px);
  top: min(6.9444444444vw,100px);
  z-index: 10;
  background: transparent;
  transition: 0.3s all;
  opacity: 1;
}
@media (max-width: 767px) {
  .slider-prev,
  .slider-next {
    top: 16.5333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
.slider-prev:hover,
.slider-next:hover {
  opacity: 0.7 !important;
}

.slider-prev {
  left: max(-1.3888888889vw,-20px);
}
@media (max-width: 767px) {
  .slider-prev {
    left: -2.6666666667vw;
  }
}

.slider-next {
  right: max(-1.3888888889vw,-20px);
}
@media (max-width: 767px) {
  .slider-next {
    right: -2.6666666667vw;
  }
}

/* Base
----------------------------------------------------------- */
.tab {
  margin: min(2.7777777778vw,40px) 0 0;
}
@media (max-width: 767px) {
  .tab {
    margin: 4.5333333333vw 0 0;
  }
}
.tab [role=tab][aria-selected=true] {
  padding: min(0.5555555556vw,8px);
  min-height: min(4.8611111111vw,70px);
  background: #f85d65;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .tab [role=tab][aria-selected=true] {
    min-height: min(5.5555555556vw,80px);
  }
}
@media (max-width: 767px) {
  .tab [role=tab][aria-selected=true] {
    padding: 2.1333333333vw;
    min-height: 22.9333333333vw;
  }
}
.tab [role=tabpanel] {
  display: none;
}
.tab [role=tabpanel].is-open {
  display: block;
}
.tab .tablist {
  display: flex;
  align-items: flex-end;
  gap: 0 min(0.1388888889vw,2px);
}
@media (max-width: 767px) {
  .tab .tablist {
    width: 100%;
    gap: 0 0.5333333333vw;
    overflow-x: auto;
  }
}
.tab .tab-btn {
  flex: 1;
  padding: min(0.7638888889vw,11px) min(1.1111111111vw,16px);
  min-height: min(4.1666666667vw,60px);
  background: #ededed;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.29;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1279px) {
  .tab .tab-btn {
    min-height: min(4.8611111111vw,70px);
    font-size: clamp(1.1rem, 0.9722222222vw, 1.4rem);
  }
}
@media (max-width: 767px) {
  .tab .tab-btn {
    padding: 2.9333333333vw;
    min-height: 20.8vw;
    min-width: 34.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.tab .tabpanel {
  padding: min(4.8611111111vw,70px) min(4.4444444444vw,64px);
  border: 10px solid rgba(248, 93, 101, 0.2);
  border-radius: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .tab .tabpanel {
    padding: 8vw 2.6666666667vw 13.3333333333vw;
    border: 2.6666666667vw solid rgba(248, 93, 101, 0.2);
  }
}

/* Base
----------------------------------------------------------- */
.table {
  width: 100%;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
}
@media (max-width: 767px) {
  .table {
    font-size: 3.2vw;
  }
}
.table.-center th,
.table.-center td {
  text-align: center;
}
.table.-fit {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #c4c4c4;
}
.table tr:last-child {
  border-bottom: 1px solid #c4c4c4;
}
.table th,
.table td {
  padding: min(0.5555555556vw,8px) min(1.1111111111vw,16px);
  font-weight: 400;
  line-height: 1.43;
}
@media (max-width: 767px) {
  .table th,
  .table td {
    padding: 2.1333333333vw 0;
  }
}
.table th:not(:last-child),
.table td:not(:last-child) {
  border-right: 1px solid #c4c4c4;
}
.table th {
  text-align: left;
  background: #ededed;
}
.table td {
  background: #fff;
}
/* Base
----------------------------------------------------------- */
.link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  font-weight: 700;
}
@media (max-width: 767px) {
  .link {
    font-size: 3.7333333333vw;
  }
}
.link span {
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
  letter-spacing: 0.03em;
}
.link[target=_blank]::after {
  margin: 0 min(0.5555555556vw,8px);
  font-family: "otsukashokai";
  content: "\e904";
  color: #707070;
  font-size: 1em;
  font-weight: 400;
  transition: 0.3s;
}
.link[href$=".pdf"]::after {
  margin: 0 min(0.5555555556vw,8px);
  font-family: "otsukashokai";
  content: "\e903";
  color: #707070;
  font-size: 1.3em;
  font-weight: 400;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .link[target=_blank]::after {
    margin: 0 2.1333333333vw;
  }
  .link[href$=".pdf"]::after {
    margin: 0 2.1333333333vw;
  }
}
.link:hover span {
  border-color: currentColor;
}
.link:hover::after {
  color: #ff7548;
}

.icon-link {
  padding: 0 2.4em 0 0;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  font-weight: 700;
}
@media (max-width: 767px) {
  .icon-link {
    font-size: 3.7333333333vw;
  }
}
.icon-link span {
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
}
.icon-link::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate%28-6934%207075%29%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20transform%3D%22translate%286934%20-7075%29%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M3.474%2C0%2C6.948%2C5.684H0Z%22%20transform%3D%22translate%286949.607%20-7066.475%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  transition: 0.3s;
  margin: 0 min(0.5555555556vw,8px);
}
@media (max-width: 767px) {
  .icon-link::after {
    content: "";
    display: inline-block;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate%28-6934%207075%29%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20transform%3D%22translate%286934%20-7075%29%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M3.474%2C0%2C6.948%2C5.684H0Z%22%20transform%3D%22translate%286949.607%20-7066.475%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
    width: 1.25em;
    height: 1.25em;
    margin: 0.2em 2.1333333333vw 0;
  }
}
.icon-link:hover span {
  border-color: currentColor;
}
.icon-link:hover::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate%28-6934%207075%29%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20transform%3D%22translate%286934%20-7075%29%22%20fill%3D%22%23ff7548%22%2F%3E%3Cpath%20d%3D%22M3.474%2C0%2C6.948%2C5.684H0Z%22%20transform%3D%22translate%286949.607%20-7066.475%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.icon-link[target=_blank]::after {
  margin: 0 0 0 min(0.4166666667vw,6px);
  font-family: "otsukashokai";
  content: "\e904";
  color: #707070;
  font-size: 0.75em;
  font-weight: 400;
  transition: 0.3s;
}
.icon-link[href$=".pdf"]::before {
  content: "\f1c1";
}

/* Base
----------------------------------------------------------- */
.js-scroll-trigger {
  opacity: 0;
}
.js-scroll-trigger.-slidein.is-active {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.js-scroll-trigger.-popup.is-active {
  animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes slideIn {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/* Base
----------------------------------------------------------- */
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 810px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -96px;
  right: 0;
  display: inline-block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 10px;
  background: transparent;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 32px;
  top: 50%;
  left: 14px;
  background: #fff;
}

@media (max-width: 767px) {
  .modal-video-close-btn {
    top: -46px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .modal-video-close-btn:before,
  .modal-video-close-btn:after {
    height: 1.5px;
    width: 12px;
    left: 8px;
  }
}
/* Base
----------------------------------------------------------- */
.anchor-title {
  display: flex;
  justify-content: center;
}
.anchor-title span {
  padding: min(0.0694444444vw,1px) min(1.875vw,27px);
  border-radius: 100vh;
  background: #ff8497;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: min(1.25vw,18px);
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .anchor-title span {
    font-size: 3.7333333333vw;
    padding: 0.2666666667vw 6.1333333333vw;
  }
}

.anchor {
  display: flex;
  flex-wrap: wrap;
  gap: min(1.1111111111vw,16px) min(3.4027777778vw,49px);
  margin: min(1.0416666667vw,15px) auto 0;
  max-width: min(51.3888888889vw,740px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .anchor {
    flex-direction: column;
    gap: 4.2666666667vw 0;
    max-width: 100%;
    margin: 8.5333333333vw auto 0;
  }
}
.anchor li {
  position: relative;
  font-size: min(0.9722222222vw,14px);
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .anchor li {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.anchor li a {
  display: block;
  position: relative;
  line-height: 1.57;
}
.anchor li a span {
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
}
.anchor li a:after {
  font-family: "otsukashokai";
  content: "\e907";
  font-size: min(0.8333333333vw,12px);
  margin: 0 0 0 min(0.625vw,9px);
  font-weight: 400;
}
.anchor li a:hover span {
  border-color: currentColor;
}
@media (max-width: 767px) {
  .anchor li a {
    padding: 0 4.2666666667vw 2.1333333333vw 0;
  }
  .anchor li a:after {
    font-size: 3.2vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .anchor li::before {
    display: block;
    content: "";
    width: 1px;
    height: min(1.3888888889vw,20px);
    background: #ff8497;
    position: absolute;
    left: max(-1.6666666667vw,-24px);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .anchor li {
    border-bottom: 1px solid #ff8497;
  }
}

/* Base
----------------------------------------------------------- */
.figure {
  margin-top: min(4.8611111111vw,70px);
  text-align: center;
}
.figure img {
  max-width: 100%;
  height: auto;
}
.figure + p {
  margin-top: min(2.7777777778vw,40px);
}
@media (max-width: 767px) {
  .figure {
    margin-top: 10.6666666667vw;
  }
  .figure + p {
    margin-top: min(2.0833333333vw,30px);
  }
}

/* Base
----------------------------------------------------------- */
.note {
  display: flex;
}
.note .note-mark {
  flex: none;
  margin: 0 min(0.3472222222vw,5px) 0 0;
}
.note + .note {
  margin: min(2.4305555556vw,35px) 0 0;
}
@media (max-width: 767px) {
  .note .note-mark {
    margin: 0 1.3333333333vw 0 0;
  }
  .note + .note {
    margin: 5.3333333333vw 0 0;
  }
}

/* Project ------------ */
/* Base
----------------------------------------------------------- */
/* ============================================================ */
/* top */
/* ============================================================ */
/* #top-news
----------------------------------------------------------- */
#top-news {
  padding: min(1.875vw,27px) 0 0;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  #top-news {
    padding: 12vw 0 11.4666666667vw;
  }
}
#top-news::before {
  display: block;
  content: "";
  width: 150vw;
  height: calc(100% + max(4.8611111111vw,70px));
  position: absolute;
  left: -50vw;
  top: min(-4.8611111111vw,-70px);
  background: #fff8aa;
}
@media (max-width: 767px) {
  #top-news::before {
    left: -4vw;
    height: 100%;
    top: 0;
  }
}

#top-news-inner {
  position: relative;
}
#top-news-inner .top-news-heading {
  position: absolute;
  top: max(-1.875vw,-27px);
  left: min(4.4444444444vw,64px);
  z-index: 2;
  font-weight: 700;
}
@media (max-width: 767px) {
  #top-news-inner .top-news-heading {
    top: -5.3333333333vw;
    left: 5.3333333333vw;
  }
}
#top-news-inner .top-news-heading-main {
  display: inline-block;
  border-radius: 100vh;
  padding: 0 min(2.7777777778vw,40px);
  background: #ff7548;
  color: #fff;
  font-size: clamp(1.2rem, 2.6388888889vw, 3.8rem);
  font-family: "Lexend", sans-serif;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #top-news-inner .top-news-heading-main {
    padding: 1.6vw 4.2666666667vw;
    font-size: 4.8vw;
  }
}
#top-news-inner .top-news-heading-sub {
  margin: min(0.3472222222vw,5px) 0 0 min(2.7777777778vw,40px);
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  color: #ff7548;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #top-news-inner .top-news-heading-sub {
    margin: 2.1333333333vw 0 0 5.3333333333vw;
    font-size: 3.2vw;
  }
}

#top-news-slider {
  padding: min(6.9444444444vw,100px) 0 min(5.2777777778vw,76px);
  overflow: visible;
  border: 4px solid #fff;
  border-radius: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  /* スライダー操作用ボタン */
  /* 装飾イラスト調整  */
}
@media (max-width: 767px) {
  #top-news-slider {
    padding: 19.7333333333vw 0 10.6666666667vw;
    border-radius: 10px;
  }
}
#top-news-slider #news-slider {
  z-index: 4;
}
@media (max-width: 767px) {
  #top-news-slider #news-slider {
    width: calc(100% - 10.6666666667vw);
    margin: auto;
  }
}
#top-news-slider .news-slider-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top-news-slider .news-slider-item {
    border-radius: 10px;
  }
}
#top-news-slider .news-slider-item:hover .news-slider-img img {
  transform: scale(1.1, 1.1);
}
#top-news-slider .news-slider-img {
  flex: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 293/164;
}
@media (max-width: 767px) {
  #top-news-slider .news-slider-img {
    aspect-ratio: 55/31;
  }
}
#top-news-slider .news-slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
#top-news-slider .news-slider-inner {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: min(0.5555555556vw,8px);
  height: 100%;
  padding: min(1.6666666667vw,24px) min(2.2222222222vw,32px);
  background: #fff;
}
@media (max-width: 767px) {
  #top-news-slider .news-slider-inner {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: auto 1fr;
    gap: 2.1333333333vw;
    padding: 4.2666666667vw;
  }
}
#top-news-slider .news-slider-label {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (max-width: 767px) {
  #top-news-slider .news-slider-label {
    grid-column: 1/3;
  }
}
#top-news-slider .news-slider-time {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: clamp(1.2rem, 0.8333333333vw, 1.2rem);
  font-weight: 700;
  color: #ff7548;
  font-family: "Lexend", sans-serif;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  #top-news-slider .news-slider-time {
    grid-column: 2/3;
    grid-row: 3/4;
    font-size: 2.6666666667vw;
  }
}
#top-news-slider .news-slider-title {
  grid-column: 1/3;
  grid-row: 2/4;
  line-height: 1.27;
  font-size: clamp(1.2rem, 1.5277777778vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #top-news-slider .news-slider-title {
    grid-column: 1/3;
    grid-row: 2/3;
    line-height: 1.43;
    font-size: 3.7333333333vw;
  }
}
#top-news-slider .news-slider-operation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: min(2.3611111111vw,34px) 0 0;
}
@media (max-width: 767px) {
  #top-news-slider .news-slider-operation {
    margin: 6.4vw 0 0;
  }
}
#top-news-slider .news-slider-page {
  background: #d6d6d6;
  margin: 0 min(0.4861111111vw,7px);
  width: min(0.625vw,9px);
  height: min(0.625vw,9px);
}
#top-news-slider .news-slider-page.is-active {
  transform: scale(1);
  background: #ff7548;
}
@media (max-width: 767px) {
  #top-news-slider .news-slider-page {
    margin: 0 1.0666666667vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
#top-news-slider .news-slider-pagination {
  position: static;
  padding: 0;
}
#top-news-slider .news-slider-pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-news-slider .news-slider-play-button {
  display: flex;
  align-items: center;
  width: min(1.1111111111vw,16px);
  height: min(1.1111111111vw,16px);
  padding: 0;
  margin: 0 0 0 min(0.625vw,9px);
}
#top-news-slider .news-slider-play-button img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media (max-width: 767px) {
  #top-news-slider .news-slider-play-button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    padding: 0;
    margin: 0 0 0 3.7333333333vw;
  }
  #top-news-slider .news-slider-play-button span {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#top-news-slider .news-slider-prev,
#top-news-slider .news-slider-next {
  opacity: 1;
  width: min(4.1666666667vw,60px);
  height: min(4.1666666667vw,60px);
  z-index: 10;
  background: transparent;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  #top-news-slider .news-slider-prev,
  #top-news-slider .news-slider-next {
    top: 42.6666666667vw;
    width: 8vw;
    height: 8vw;
  }
}
#top-news-slider .news-slider-prev:hover,
#top-news-slider .news-slider-next:hover {
  opacity: 0.7;
}
#top-news-slider .news-slider-prev {
  left: max(-2.0833333333vw,-30px);
}
@media (max-width: 767px) {
  #top-news-slider .news-slider-prev {
    left: 1.3333333333vw;
  }
}
#top-news-slider .news-slider-next {
  right: max(-2.0833333333vw,-30px);
}
@media (max-width: 767px) {
  #top-news-slider .news-slider-next {
    right: 1.3333333333vw;
  }
}
#top-news-slider .top-news-pic-top,
#top-news-slider .top-news-pic-bottom-right,
#top-news-slider .top-news-pic-bottom-left {
  position: absolute;
  z-index: 2;
}
#top-news-slider .top-news-pic-top img,
#top-news-slider .top-news-pic-bottom-right img,
#top-news-slider .top-news-pic-bottom-left img {
  width: 100%;
  height: auto;
}
#top-news-slider .top-news-pic-top {
  top: max(-4.5138888889vw,-65px);
  right: min(3.4722222222vw,50px);
  width: min(22.0833333333vw,318px);
}
@media (max-width: 767px) {
  #top-news-slider .top-news-pic-top {
    top: -9.3333333333vw;
    right: -7.4666666667vw;
    width: 40.2666666667vw;
  }
}
#top-news-slider .top-news-pic-bottom-right {
  bottom: max(-14.7916666667vw,-213px);
  right: min(8.0555555556vw,116px);
  width: min(22.3611111111vw,322px);
}
@media (max-width: 767px) {
  #top-news-slider .top-news-pic-bottom-right {
    bottom: -32vw;
    right: 1.8666666667vw;
    width: 40.5333333333vw;
  }
}
#top-news-slider .top-news-pic-bottom-left {
  bottom: max(-20.2777777778vw,-292px);
  left: min(5.3472222222vw,77px);
  width: min(25.9722222222vw,374px);
}
@media (max-width: 767px) {
  #top-news-slider .top-news-pic-bottom-left {
    bottom: -40vw;
    left: -8.2666666667vw;
    width: 48.2666666667vw;
  }
}

/* #top-news下部装飾 */
#top-news-bg {
  width: 102vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#top-news-bg img {
  width: 100%;
  height: auto;
}

/* #top-topics
----------------------------------------------------------- */
#top-topics {
  margin: min(12.7083333333vw,183px) 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  #top-topics {
    margin: 24.8vw 0 0;
    padding: 0 0 10.9333333333vw;
  }
}

#top-topics-inner {
  position: relative;
  /* 装飾イラスト調整  */
}
#top-topics-inner .top-topics-pic {
  position: absolute;
  z-index: 3;
  bottom: max(-2.7083333333vw,-39px);
  left: max(-1.9444444444vw,-28px);
  width: min(12.7777777778vw,184px);
  pointer-events: none;
}
@media (max-width: 767px) {
  #top-topics-inner .top-topics-pic {
    bottom: -6.1333333333vw;
    left: 0;
    width: 22.9333333333vw;
  }
}
#top-topics-inner .top-topics-pic img {
  width: 100%;
  height: auto;
}

/* #top-topics下部装飾 */
#top-topics-bg {
  width: 102vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#top-topics-bg img {
  width: 100%;
  height: auto;
}

/* #top-library
----------------------------------------------------------- */
#top-library {
  padding: min(18.1944444444vw,262px) 0 0;
  position: relative;
}
@media (max-width: 767px) {
  #top-library {
    padding: 19.2vw 0 9.0666666667vw;
  }
}
#top-library::before {
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  position: absolute;
  left: -50vw;
  top: 0;
  background: #d0fafa;
  z-index: 1;
}

#top-library-inner {
  position: relative;
  z-index: 2;
  /* 装飾イラスト調整  */
}
#top-library-inner .top-library-heading p {
  display: inline-block;
  background: #f85d65;
}
#top-library-inner .top-library-pic-top {
  width: min(12.0833333333vw,174px);
  position: absolute;
  top: max(-4.1666666667vw,-60px);
  right: min(6.5277777778vw,94px);
  z-index: 3;
}
#top-library-inner .top-library-pic-top img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #top-library-inner .top-library-pic-top {
    width: 22.4vw;
    top: -25.0666666667vw;
    right: 5.3333333333vw;
  }
}

/* #top-library下部装飾 */
#top-library-bg {
  width: 102vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#top-library-bg img {
  width: 100%;
  height: auto;
}

/* .top-category (LABORATORY/LIBRARY 共通パーツ)
----------------------------------------------------------- */
.top-category {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  /* LIBRARY調整  */
}
.top-category .top-category-label {
  display: inline-block;
  min-width: min(13.4027777778vw,193px);
  border-radius: 10px 0 0 0;
  padding: min(0.1388888889vw,2px) min(3.8194444444vw,55px) min(0.1388888889vw,2px) min(1.6666666667vw,24px);
  position: relative;
  background: url(/ilab/img/category-parts-lab-bg.svg) no-repeat right top/auto 104%;
  color: #fff;
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  font-weight: 700;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 767px) {
  .top-category .top-category-label {
    min-width: 25.3333333333vw;
    padding: 1.2vw 5.3333333333vw 1.2vw 3.2vw;
    background: url(/ilab/img/category-parts-lab-bg-sp.svg) no-repeat right top/auto 104%;
    font-size: 2.6666666667vw;
  }
}
.top-category .top-category-outer {
  position: relative;
  box-shadow: 10px 10px rgba(248, 93, 101, 0.2);
  border-radius: 0 20px 20px 20px;
}
@media (max-width: 767px) {
  .top-category .top-category-outer {
    box-shadow: 5px 5px rgba(248, 93, 101, 0.2);
    border-radius: 0 10px 10px 10px;
  }
}
.top-category .top-category-heading {
  padding: min(1.25vw,18px) min(1.6666666667vw,24px);
  border-radius: 0 20px 0 0;
  background: #f85d65;
  color: #fff;
  font-size: clamp(1.2rem, 2.6388888889vw, 3.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-category .top-category-heading {
    padding: 2.1333333333vw 2.6666666667vw;
    border-radius: 0 10px 0 0;
    font-size: 5.3333333333vw;
  }
}
.top-category .top-category-lead {
  padding: min(1.6666666667vw,24px);
  background: #fedcde;
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-category .top-category-lead {
    padding: 4.2666666667vw 2.6666666667vw;
    font-size: 4vw;
  }
}
.top-category .top-category-link {
  display: block;
  padding: min(4.4444444444vw,64px);
  border-radius: 0 0 20px 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .top-category .top-category-link {
    padding: 5.3333333333vw;
    border-radius: 0 0 10px 10px;
  }
}
.top-category .top-category-link:hover .top-category-img img {
  transform: scale(1.1, 1.1);
}
.top-category .top-category-link:hover .top-category-more span {
  border-color: currentColor;
}
.top-category .top-category-link:hover .top-category-more::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate%28-6934%207075%29%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20transform%3D%22translate%286934%20-7075%29%22%20fill%3D%22%23ff7548%22%2F%3E%3Cpath%20d%3D%22M3.474%2C0%2C6.948%2C5.684H0Z%22%20transform%3D%22translate%286949.607%20-7066.475%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.top-category .top-category-img {
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .top-category .top-category-img {
    border-radius: 10px;
  }
}
.top-category .top-category-img img {
  width: 100%;
  height: auto;
  transition: 0.3s all;
}
.top-category .top-category-title {
  margin: min(2.7777777778vw,40px) 0 0;
  font-size: clamp(1.2rem, 1.6666666667vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .top-category .top-category-title {
    margin: 4.2666666667vw 0 0;
    font-size: 4.2666666667vw;
  }
}
.top-category .top-category-text {
  margin: min(1.1111111111vw,16px) 0 0;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top-category .top-category-text {
    margin: 3.4666666667vw 0 0;
    font-size: 3.7333333333vw;
  }
}
.top-category .top-category-bottom {
  display: flex;
  justify-content: flex-end;
}
.top-category .top-category-more {
  display: inline-flex;
  align-items: center;
  margin: min(2.2222222222vw,32px) 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-category .top-category-more {
    margin: 4.2666666667vw 0 0;
    font-size: 3.7333333333vw;
  }
}
.top-category .top-category-more span {
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
}
.top-category .top-category-more::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate%28-6934%207075%29%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20transform%3D%22translate%286934%20-7075%29%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M3.474%2C0%2C6.948%2C5.684H0Z%22%20transform%3D%22translate%286949.607%20-7066.475%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  width: 1.5em;
  height: 1.5em;
  transition: 0.3s;
  margin: 0 0 0 min(0.5555555556vw,8px);
}
@media (max-width: 767px) {
  .top-category .top-category-more::after {
    content: "";
    display: inline-block;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate%28-6934%207075%29%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20transform%3D%22translate%286934%20-7075%29%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M3.474%2C0%2C6.948%2C5.684H0Z%22%20transform%3D%22translate%286949.607%20-7066.475%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
    width: 1.25em;
    height: 1.25em;
    margin: 0 0 0 2.1333333333vw;
  }
}
.top-category .top-category-deco {
  color: rgba(248, 93, 101, 0.25);
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.2rem, 6.25vw, 9rem);
  font-weight: 700;
  line-height: 1.26;
  text-align: right;
}
@media (max-width: 767px) {
  .top-category .top-category-deco {
    font-size: 9.0666666667vw;
    line-height: 1.6;
  }
}
.top-category.-library {
  /* 装飾イラスト調整  */
}
.top-category.-library .top-category-label {
  background: url(/ilab/img/category-parts-library-bg.svg) no-repeat right center/auto 104%;
}
@media (max-width: 767px) {
  .top-category.-library .top-category-label {
    background: url(/ilab/img/category-parts-library-bg-sp.svg) no-repeat right center/auto 104%;
  }
}
.top-category.-library .top-category-outer {
  box-shadow: 10px 10px rgba(33, 189, 189, 0.2);
}
@media (max-width: 767px) {
  .top-category.-library .top-category-outer {
    box-shadow: 5px 5px rgba(33, 189, 189, 0.2);
  }
}
.top-category.-library .top-category-heading {
  background: #21bdbd;
}
.top-category.-library .top-category-lead {
  background: #a7e6e6;
}
.top-category.-library .top-category-link {
  display: flex;
  gap: min(2.9166666667vw,42px);
}
@media (max-width: 767px) {
  .top-category.-library .top-category-link {
    align-items: flex-start;
    gap: 4.2666666667vw;
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.top-category.-library .top-category-img {
  flex: 1;
  border: 4px solid #21bdbd;
}
@media (max-width: 767px) {
  .top-category.-library .top-category-img {
    border: 2px solid #21bdbd;
  }
}
.top-category.-library .top-category-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.top-category.-library .top-category-title {
  margin: 0;
}
@media (max-width: 767px) {
  .top-category.-library .top-category-title {
    font-size: 4.8vw;
    line-height: 1.33;
  }
}
.top-category.-library .top-category-pic {
  width: min(18.4027777778vw,265px);
}
@media (min-width: 768px) {
  .top-category.-library .top-category-pic {
    position: absolute;
    bottom: max(-2.7777777778vw,-40px);
    right: min(13.6111111111vw,196px);
  }
}
@media (max-width: 767px) {
  .top-category.-library .top-category-pic {
    width: 38.9333333333vw;
    margin: 5.3333333333vw -2.6666666667vw -28.2666666667vw auto;
  }
}
.top-category.-library .top-category-pic img {
  width: 100%;
  height: auto;
}
.top-category.-library .top-category-deco {
  color: rgba(33, 189, 189, 0.2);
  text-align: center;
}
@media (max-width: 767px) {
  .top-category.-library .top-category-deco {
    text-align: left;
  }
}

/* #top-case
----------------------------------------------------------- */
#top-case {
  padding: min(17.3611111111vw,250px) 0 0;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  #top-case {
    padding: 28.2666666667vw 0 0;
  }
}
#top-case::before {
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  position: absolute;
  left: -50vw;
  top: 0;
  background: #fff8aa;
  z-index: 1;
}

#top-case-inner {
  padding: 0 0 min(5.4861111111vw,79px);
  position: relative;
  z-index: 2;
  /* 装飾イラスト調整  */
}
@media (max-width: 767px) {
  #top-case-inner {
    padding: 0 0 14.4vw;
  }
}
#top-case-inner .top-case-pic-top,
#top-case-inner .top-case-pic-bottom {
  position: absolute;
  z-index: 3;
}
#top-case-inner .top-case-pic-top img,
#top-case-inner .top-case-pic-bottom img {
  width: 100%;
  height: auto;
}
#top-case-inner .top-case-pic-top {
  top: max(-11.7361111111vw,-169px);
  left: min(2.2222222222vw,32px);
  width: min(18.8194444444vw,271px);
}
@media (max-width: 767px) {
  #top-case-inner .top-case-pic-top {
    top: -30.1333333333vw;
    left: 2.6666666667vw;
    width: 30.9333333333vw;
  }
}
#top-case-inner .top-case-pic-bottom {
  bottom: 0;
  right: max(-1.5972222222vw,-23px);
  width: min(15.9027777778vw,229px);
}
@media (max-width: 767px) {
  #top-case-inner .top-case-pic-bottom {
    bottom: 0;
    right: 10.9333333333vw;
    width: 26.9333333333vw;
  }
}

.top-case-heading {
  text-align: center;
  color: #be97e5;
}
.top-case-heading .top-case-heading-main {
  font-size: clamp(1.2rem, 2.6388888889vw, 3.8rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-case-heading .top-case-heading-main {
    font-size: 5.3333333333vw;
  }
}
.top-case-heading .top-case-heading-sub {
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  font-family: "Lexend", sans-serif;
}
@media (max-width: 767px) {
  .top-case-heading .top-case-heading-sub {
    font-size: 2.6666666667vw;
  }
}

.top-case-lead {
  margin: min(2.7777777778vw,40px) 0 0;
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.56;
}
@media (max-width: 767px) {
  .top-case-lead {
    margin: 8vw 0 0;
    font-size: 4vw;
    line-height: 1.6;
  }
}

#top-case-list {
  margin: min(8.8888888889vw,128px) 0 0;
  position: relative;
}
@media (max-width: 767px) {
  #top-case-list {
    margin: 16.8vw 0 0;
  }
}
#top-case-list::before {
  font-family: "Lexend", sans-serif;
  content: "CASE STUDY";
  color: rgba(190, 151, 229, 0.25);
  font-size: clamp(1.2rem, 6.25vw, 9rem);
  position: absolute;
  top: max(-7.6388888889vw,-110px);
  left: 0;
}
@media (max-width: 767px) {
  #top-case-list::before {
    font-size: 9.0666666667vw;
    top: -10.6666666667vw;
    left: auto;
    right: 0;
  }
}
#top-case-list li:not(:first-child) {
  margin: min(3.4722222222vw,50px) 0 0;
}
@media (max-width: 767px) {
  #top-case-list li:not(:first-child) {
    margin: 8vw 0 0;
  }
}
#top-case-list .top-case-item {
  display: block;
  padding: 0 0 min(6.5277777778vw,94px);
  position: relative;
}
@media (max-width: 767px) {
  #top-case-list .top-case-item {
    padding: 0 0 40vw;
  }
}
#top-case-list .top-case-item:hover .top-case-img img {
  transform: scale(1.1, 1.1);
}
#top-case-list .top-case-item:hover .top-case-more span {
  border-color: currentColor;
}
#top-case-list .top-case-item:hover .top-case-more .icon-window {
  color: #ff7548;
}
#top-case-list .top-case-img {
  width: min(38.6111111111vw,556px);
  aspect-ratio: 556/343;
  position: absolute;
  left: min(4.4444444444vw,64px);
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 100vh;
}
@media (max-width: 767px) {
  #top-case-list .top-case-img {
    width: 74.6666666667vw;
    left: auto;
    right: 0;
  }
}
#top-case-list .top-case-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
#top-case-list .top-case-inner {
  width: min(40.8333333333vw,588px);
  padding: min(4.4444444444vw,64px) min(4.4444444444vw,64px) min(4.4444444444vw,64px) min(9.0277777778vw,130px);
  margin: 0 0 0 auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: -10px 10px rgba(190, 151, 229, 0.25);
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
}
@media (max-width: 767px) {
  #top-case-list .top-case-inner {
    width: 74.9333333333vw;
    padding: 9.0666666667vw 5.3333333333vw 12.8vw 5.3333333333vw;
    margin: 0 auto 0 0;
    box-shadow: -5px 5px rgba(190, 151, 229, 0.25);
    font-size: 3.7333333333vw;
  }
}
#top-case-list .top-case-title {
  font-size: clamp(1.2rem, 1.6666666667vw, 2.4rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #top-case-list .top-case-title {
    font-size: 4vw;
  }
}
#top-case-list .top-case-text {
  margin: min(1.1111111111vw,16px) 0 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #top-case-list .top-case-text {
    margin: 2.1333333333vw 0 0;
  }
}
#top-case-list .top-case-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: min(2.2222222222vw,32px) 0 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  #top-case-list .top-case-more {
    margin: 4.2666666667vw 0 0;
  }
}
#top-case-list .top-case-more span {
  margin: 0 min(0.4166666667vw,6px) 0 0;
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  #top-case-list .top-case-more span {
    margin: 0 2.1333333333vw 0 0;
  }
}
#top-case-list .top-case-more .icon-window {
  color: #707070;
  transition: 0.3s all;
}
#top-case-list li:nth-child(2n) .top-case-inner {
  margin: 0 auto 0 min(3.8888888889vw,56px);
  padding: min(4.4444444444vw,64px) min(9.0277777778vw,130px) min(4.4444444444vw,64px) min(4.4444444444vw,64px);
}
@media (max-width: 767px) {
  #top-case-list li:nth-child(2n) .top-case-inner {
    width: 74.9333333333vw;
    padding: 9.0666666667vw 5.3333333333vw 12.8vw 5.3333333333vw;
    margin: 0 0 0 auto;
  }
}
#top-case-list li:nth-child(2n) .top-case-img {
  right: 0;
  left: auto;
}
@media (max-width: 767px) {
  #top-case-list li:nth-child(2n) .top-case-img {
    right: auto;
    left: 0;
  }
}

/* #top-topics下部装飾 */
#top-case-bg {
  width: 102vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#top-case-bg img {
  width: 100%;
  height: auto;
}

/* #top-special
----------------------------------------------------------- */
#top-special {
  margin: min(11.8055555556vw,170px) 0 0;
  position: relative;
}
@media (max-width: 767px) {
  #top-special {
    margin: 30.1333333333vw 0 0;
  }
}

.top-special-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #ff8497;
  font-weight: 700;
}
.top-special-heading h2 {
  font-size: clamp(1.2rem, 2.6388888889vw, 3.8rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top-special-heading p {
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
}
@media (max-width: 767px) {
  .top-special-heading h2 {
    font-size: 5.3333333333vw;
  }
  .top-special-heading p {
    font-size: 2.6666666667vw;
  }
}

#top-special-item {
  width: min(69.3055555556vw,998px);
  border-radius: 20px;
  margin: min(3.4722222222vw,50px) 0 0;
  padding: min(3.75vw,54px) min(37.5vw,540px) min(3.75vw,54px) min(4.4444444444vw,64px);
  box-shadow: 10px 10px rgba(255, 132, 151, 0.25);
  background: #fff;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  /* 装飾イラスト */
}
@media (max-width: 767px) {
  #top-special-item {
    width: 80vw;
    margin: 8vw auto 0;
    padding: 8.5333333333vw 5.3333333333vw 38.6666666667vw;
    box-shadow: 5px 5px rgba(255, 132, 151, 0.25);
  }
}
#top-special-item::before {
  content: "SPECIAL";
  position: absolute;
  bottom: -1.6em;
  right: max(-9.2361111111vw,-133px);
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.2rem, 6.25vw, 9rem);
  font-weight: 700;
  color: rgba(255, 132, 151, 0.25);
}
@media (max-width: 767px) {
  #top-special-item::before {
    bottom: -2.5em;
    font-size: 9.0666666667vw;
    right: auto;
    left: -5.3333333333vw;
  }
}
#top-special-item .top-special-link:hover .top-special-more span {
  border-color: currentColor;
}
#top-special-item .top-special-link:hover .top-special-more::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate%28-6934%207075%29%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20transform%3D%22translate%286934%20-7075%29%22%20fill%3D%22%23ff7548%22%2F%3E%3Cpath%20d%3D%22M3.474%2C0%2C6.948%2C5.684H0Z%22%20transform%3D%22translate%286949.607%20-7066.475%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
#top-special-item .top-special-link:hover + .top-special-img {
  transform: scale(1.1, 1.1);
}
@media (max-width: 767px) {
  #top-special-item .top-special-link:hover + .top-special-img {
    transform: translateX(-50%) scale(1.1, 1.1);
  }
}
#top-special-item .top-special-time {
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.2rem, 0.8333333333vw, 1.2rem);
  font-weight: 700;
  color: #ff7548;
}
@media (max-width: 767px) {
  #top-special-item .top-special-time {
    font-size: 2.6666666667vw;
  }
}
#top-special-item .top-special-title {
  margin: min(0.2777777778vw,4px) 0 0;
  font-size: clamp(1.2rem, 1.6666666667vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #top-special-item .top-special-title {
    margin: 2.1333333333vw 0 0;
    font-size: 4vw;
  }
}
#top-special-item .top-special-text {
  margin: min(1.1111111111vw,16px) 0 0;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  line-height: 1.5;
}
@media (max-width: 767px) {
  #top-special-item .top-special-text {
    margin: 2.4vw 0 0;
    font-size: 3.7333333333vw;
  }
}
#top-special-item .top-special-bottom {
  display: flex;
  justify-content: flex-end;
}
#top-special-item .top-special-more {
  display: inline-flex;
  align-items: center;
  margin: min(2.2222222222vw,32px) 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  font-weight: 700;
}
@media (max-width: 767px) {
  #top-special-item .top-special-more {
    margin: 1.1111111111vw 0 0;
    font-size: 3.7333333333vw;
  }
}
#top-special-item .top-special-more span {
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
}
#top-special-item .top-special-more::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate%28-6934%207075%29%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20transform%3D%22translate%286934%20-7075%29%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M3.474%2C0%2C6.948%2C5.684H0Z%22%20transform%3D%22translate%286949.607%20-7066.475%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  width: 1.5em;
  height: 1.5em;
  transition: 0.3s;
  margin: 0 0 0 min(0.5555555556vw,8px);
}
@media (max-width: 767px) {
  #top-special-item .top-special-more::after {
    content: "";
    display: inline-block;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate%28-6934%207075%29%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20transform%3D%22translate%286934%20-7075%29%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M3.474%2C0%2C6.948%2C5.684H0Z%22%20transform%3D%22translate%286949.607%20-7066.475%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
    width: 1.25em;
    height: 1.25em;
    margin: 0 0 0 2.1333333333vw;
  }
}
#top-special-item .top-special-img {
  width: min(29.375vw,423px);
  position: absolute;
  bottom: max(-2.5694444444vw,-37px);
  right: min(3.8194444444vw,55px);
  transition: 0.3s all;
}
#top-special-item .top-special-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #top-special-item .top-special-img {
    width: 63.7333333333vw;
    bottom: -13.3333333333vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* 展示会・セミナー/関連動画　共通見出しパーツ
----------------------------------------------------------- */
.top-contents-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.6666666667vw,24px);
  background: #ff7548;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-weight: 700;
  padding: min(0.4166666667vw,6px) min(1.6666666667vw,24px);
  border-radius: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .top-contents-heading {
    flex-direction: column;
    gap: 0;
    padding: 2vw;
  }
}
.top-contents-heading .top-contents-heading-main {
  font-size: clamp(1.2rem, 2.6388888889vw, 3.8rem);
}
@media (max-width: 767px) {
  .top-contents-heading .top-contents-heading-main {
    line-height: 1.3;
    font-size: 4.8vw;
  }
}
.top-contents-heading .top-contents-heading-sub {
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-contents-heading .top-contents-heading-sub {
    font-size: 2.6666666667vw;
  }
}

.top-contents-lead {
  margin: min(1.6666666667vw,24px) 0 0;
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  text-align: center;
  line-height: 1.56;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-contents-lead {
    margin: 6.4vw 0 0;
    font-size: 4vw;
    line-height: 1.6;
  }
}

/* #top-event
----------------------------------------------------------- */
#top-event {
  margin: min(17.3611111111vw,250px) 0 0;
}
@media (max-width: 767px) {
  #top-event {
    margin: 45.8666666667vw 0 0;
  }
}

#top-event-list {
  margin: min(3.3333333333vw,48px) 0 0;
}
@media (max-width: 767px) {
  #top-event-list {
    margin: 8.5333333333vw 0 0;
  }
}

/* #top-movie
----------------------------------------------------------- */
#top-movie {
  margin: min(12.2222222222vw,176px) 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  #top-movie {
    margin: 24vw 0 0;
  }
}

#top-movie-slider {
  margin: min(2.7777777778vw,40px) 0 0;
}
@media (max-width: 767px) {
  #top-movie-slider {
    margin: 9.3333333333vw 0 0;
  }
}

/* Base
----------------------------------------------------------- */
#library {
  padding: min(3.8194444444vw,55px);
  margin: min(1.875vw,27px) 0 0;
  border-radius: 20px;
  position: relative;
  background: #a7e6e6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  #library {
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
    margin: 5.3333333333vw 0 0;
    border-radius: 10px;
  }
}
#library img {
  width: 100%;
}
#library::before {
  display: block;
  content: "";
  width: min(39.2361111111vw,565px);
  height: min(8.6111111111vw,124px);
  background: url(/ilab/library/img/pic-library-top.svg) no-repeat center top/contain;
  position: absolute;
  top: max(-0.7638888889vw,-11px);
  right: min(10vw,144px);
  z-index: 10;
}
@media (max-width: 767px) {
  #library::before {
    width: 53.6vw;
    height: 13.3333333333vw;
    background: url(/ilab/library/img/pic-library-top-sp.svg) no-repeat center top/contain;
    top: -1.0666666667vw;
    right: 8vw;
  }
}
#library .library-outer {
  background: #fff;
  box-shadow: 10px 10px #7cd4d5;
  position: relative;
}
@media (max-width: 767px) {
  #library .library-outer {
    background: #fff;
    box-shadow: 2px 2px #7cd4d5;
  }
}
#library .library-inner {
  padding: min(8.1944444444vw,118px) min(0.8333333333vw,12px) min(6.9444444444vw,100px);
  background: url(/ilab/library/img/library-bg.png) repeat;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #library .library-inner {
    padding: 14.4vw 2.6666666667vw 26.6666666667vw;
    background: url(/ilab/library/img/library-bg-sp.png) repeat;
  }
}

#library-mainvisual {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: min(0.625vw,9px) min(2.9166666667vw,42px);
  width: min(58.1944444444vw,838px);
  margin: auto;
}
@media (max-width: 767px) {
  #library-mainvisual {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
#library-mainvisual::before {
  display: block;
  width: 100%;
  content: "WORK ARU-ARU LIBRARY";
  font-family: "Lexend", sans-serif;
  color: #21bdbd;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  font-weight: 700;
}
@media (max-width: 767px) {
  #library-mainvisual::before {
    margin: 8.5333333333vw 0 0;
    order: 2;
    text-align: center;
    font-size: 2.6666666667vw;
  }
}
#library-mainvisual .library-mainvisual-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  flex: 1;
  border-radius: 20px;
  border: 4px solid #21bdbd;
  overflow: hidden;
}
@media (max-width: 767px) {
  #library-mainvisual .library-mainvisual-img {
    margin: 1.0666666667vw 0 0;
    width: 65.3333333333vw;
    order: 3;
  }
}
#library-mainvisual .library-mainvisual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#library-mainvisual .library-mainvisual-heading {
  flex: 1;
  font-size: clamp(1.2rem, 2.6388888889vw, 3.8rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #library-mainvisual .library-mainvisual-heading {
    order: 1;
    text-align: center;
    font-size: 6.9333333333vw;
  }
}

#library-probrem {
  margin: min(5.5555555556vw,80px) 0 0;
}
@media (max-width: 767px) {
  #library-probrem {
    margin: 14.9333333333vw 0 0;
  }
}
#library-probrem .library-probrem-heading {
  display: flex;
  justify-content: center;
  gap: min(0.9722222222vw,14px);
  position: relative;
  font-size: clamp(1.2rem, 1.6666666667vw, 2.4rem);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  #library-probrem .library-probrem-heading {
    gap: 2.1333333333vw;
    font-size: 4vw;
    line-height: 1.6;
  }
}
#library-probrem .library-probrem-heading::before, #library-probrem .library-probrem-heading::after {
  display: block;
  content: "";
  width: min(2.2222222222vw,32px);
  height: min(5.4861111111vw,79px);
  background: url(/ilab/library/img/pic-library-probrem-parts.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  #library-probrem .library-probrem-heading::before, #library-probrem .library-probrem-heading::after {
    width: 10.1333333333vw;
    height: 24.8vw;
    background: url(/ilab/library/img/pic-library-probrem-parts-sp.svg) no-repeat center/contain;
  }
}
#library-probrem .library-probrem-heading::after {
  transform: scale(-1, 1);
}
#library-probrem .library-probrem-img {
  width: min(8.6805555556vw,125px);
  height: auto;
  margin: min(1.9444444444vw,28px) auto 0;
}
@media (max-width: 767px) {
  #library-probrem .library-probrem-img {
    width: 26.6666666667vw;
    margin: 4vw auto 0;
  }
}
#library-probrem .library-probrem-text {
  max-width: min(47.0833333333vw,678px);
  margin: min(2.2222222222vw,32px) auto 0;
  text-align: center;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
}
@media (max-width: 767px) {
  #library-probrem .library-probrem-text {
    max-width: 100%;
    margin: 4.2666666667vw 0 0;
    font-size: 3.7333333333vw;
  }
}

#library-solution {
  margin: min(5.3472222222vw,77px) 0 0;
  position: relative;
}
@media (max-width: 767px) {
  #library-solution {
    margin: 17.3333333333vw 0 0;
  }
}
#library-solution::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fffac8;
  mix-blend-mode: multiply;
  z-index: -1;
}
#library-solution .library-solution-inner {
  padding: min(13.2638888889vw,191px) min(5.5555555556vw,80px) min(4.1666666667vw,60px);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #library-solution .library-solution-inner {
    padding: 30.1333333333vw 2.6666666667vw 19.2vw;
  }
}
#library-solution .library-solution-arrow {
  width: min(20.8333333333vw,300px);
  height: auto;
  position: absolute;
  left: 50%;
  top: max(-0.9027777778vw,-13px);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #library-solution .library-solution-arrow {
    width: 51.2vw;
    top: -4.5333333333vw;
  }
}
#library-solution .library-solution-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 min(2.9166666667vw,42px);
  width: auto;
  margin: auto;
}
@media (max-width: 767px) {
  #library-solution .library-solution-head {
    flex-direction: column;
    gap: 8.5333333333vw 0;
  }
}
#library-solution .library-solution-head-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  flex: 1;
  border-radius: 20px;
  border: 4px solid #21bdbd;
  overflow: hidden;
}
@media (max-width: 767px) {
  #library-solution .library-solution-head-img {
    width: 65.3333333333vw;
    border-radius: 10px;
    border: 2px solid #21bdbd;
  }
}
#library-solution .library-solution-head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#library-solution .library-solution-head-heading {
  flex: 1;
  font-size: clamp(1.2rem, 2.6388888889vw, 3.8rem);
  color: #008b8b;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #library-solution .library-solution-head-heading {
    text-align: center;
    font-size: 6.9333333333vw;
  }
}
#library-solution .library-solution-point {
  margin: min(5.5555555556vw,80px) 0 0;
  padding: min(2.7777777778vw,40px) min(19.4444444444vw,280px) min(2.7777777778vw,40px) min(2.7777777778vw,40px);
  border-radius: 20px;
  position: relative;
  background: #fff;
}
@media (max-width: 767px) {
  #library-solution .library-solution-point {
    margin: 18.6666666667vw 0 0;
    padding: 8vw 5.3333333333vw 6.6666666667vw;
    border-radius: 10px;
  }
}
#library-solution .library-solution-point-title {
  display: flex;
  align-items: center;
  gap: min(0.9722222222vw,14px);
  color: #21bdbd;
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.2rem, 1.7361111111vw, 2.5rem);
  position: absolute;
  top: max(-1.3888888889vw,-20px);
}
@media (max-width: 767px) {
  #library-solution .library-solution-point-title {
    gap: 0 2.1333333333vw;
    font-size: 4.8vw;
    top: -4.5333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#library-solution .library-solution-point-title::before, #library-solution .library-solution-point-title::after {
  display: block;
  content: "";
  width: min(1.0416666667vw,15px);
  height: min(2.1527777778vw,31px);
  background: url(/ilab/library/img/pic-solution-point-parts.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  #library-solution .library-solution-point-title::before, #library-solution .library-solution-point-title::after {
    width: 4.2666666667vw;
    height: 8vw;
    background: url(/ilab/library/img/pic-solution-point-parts-sp.svg) no-repeat center/contain;
  }
}
#library-solution .library-solution-point-title::after {
  transform: scale(-1, 1);
}
#library-solution .library-solution-point-text {
  width: 100%;
  max-width: min(35.9722222222vw,518px);
  margin: 0;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
}
@media (max-width: 767px) {
  #library-solution .library-solution-point-text {
    max-width: 100%;
    font-size: 3.7333333333vw;
  }
}
#library-solution .library-solution-point-img {
  width: min(13.8888888889vw,200px);
  height: auto;
}
@media (min-width: 768px) {
  #library-solution .library-solution-point-img {
    position: absolute;
    right: min(2.7777777778vw,40px);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  #library-solution .library-solution-point-img {
    width: 42.9333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}

/* Base
----------------------------------------------------------- */
/* ============================================================ */
/* topics */
/* ============================================================ */
#topics {
  padding: min(5.5555555556vw,80px) min(4.4444444444vw,64px) min(6.9444444444vw,100px);
  margin: min(1.1111111111vw,16px) 0 0;
  border-radius: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #fff;
}
@media (max-width: 767px) {
  #topics {
    padding: 13.3333333333vw 2.6666666667vw 25.3333333333vw;
    margin: 4.2666666667vw 0 0;
    border-radius: 10px;
  }
}
#topics p {
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
}
@media (max-width: 767px) {
  #topics p {
    font-size: 3.7333333333vw;
  }
}
#topics .topics-heading {
  text-align: center;
  font-weight: 700;
  color: #f85d65;
}
#topics .topics-heading-icon {
  width: min(4.8611111111vw,70px);
  height: min(4.8611111111vw,70px);
  margin: auto;
}
#topics .topics-heading-icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #topics .topics-heading-icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
#topics .topics-heading-num {
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.2rem, 1.7361111111vw, 2.5rem);
  margin: min(1.1111111111vw,16px) 0 0;
}
@media (max-width: 767px) {
  #topics .topics-heading-num {
    margin: 2.1333333333vw 0 0;
    font-size: 4.5333333333vw;
  }
}
#topics .topics-heading-main {
  margin: min(0.5555555556vw,8px) 0 0;
  font-size: clamp(1.2rem, 2.6388888889vw, 3.8rem);
  line-height: 1.58;
}
@media (max-width: 767px) {
  #topics .topics-heading-main {
    margin: 4.2666666667vw 0 0;
    font-size: 6.9333333333vw;
    line-height: 1.42;
    letter-spacing: 0.05em;
  }
}
#topics .topics-mainvisual {
  margin: min(2.7777777778vw,40px) 0 0;
  border: 2px solid #f85d65;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #topics .topics-mainvisual {
    margin: 10.6666666667vw 0 0;
    border-radius: 10px;
  }
}
#topics .topics-mainvisual-img img {
  width: 100%;
}
#topics .topics-mainvisual-text {
  padding: min(2.3611111111vw,34px) min(0.6944444444vw,10px);
  text-align: center;
  font-size: clamp(1.2rem, 1.5277777778vw, 2.2rem);
  font-weight: 700;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #topics .topics-mainvisual-text {
    padding: 4.2666666667vw 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
#topics .topics-inner {
  padding: 0 min(3.4722222222vw,50px);
}
@media (max-width: 767px) {
  #topics .topics-inner {
    padding: 0 2.6666666667vw;
  }
}
#topics .topics-inner::after {
  display: block;
  content: "";
  width: min(4.5138888889vw,65px);
  height: min(6.25vw,90px);
  margin: min(4.8611111111vw,70px) auto 0;
  background: url(/ilab/topics/img/pic-topics-arrow-down.svg) no-repeat center/100%;
}
@media (max-width: 767px) {
  #topics .topics-inner::after {
    width: 12.5333333333vw;
    height: 17.6vw;
    margin: 9.3333333333vw auto 0;
  }
}
#topics .topics-probrem-item {
  height: 100%;
  text-align: center;
}
#topics .topics-probrem-item.-bg {
  padding: min(1.6666666667vw,24px) min(0.8333333333vw,12px);
  background: #f85d65;
  color: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #topics .topics-probrem-item.-bg {
    padding: 4.2666666667vw 2.6666666667vw 6.9333333333vw;
    border-radius: 10px;
  }
}
#topics .topics-probrem-img img {
  width: 100%;
}
#topics .topics-probrem-icon + .topics-probrem-title {
  margin: min(0.6597222222vw,9.5px) 0 0;
}
@media (max-width: 767px) {
  #topics .topics-probrem-icon {
    width: 7.2vw;
    margin: auto;
  }
  #topics .topics-probrem-icon img {
    width: 100%;
  }
  #topics .topics-probrem-icon + .topics-probrem-title {
    margin: 2.6666666667vw 0 0;
  }
}
#topics .topics-probrem-title {
  margin: min(1.1111111111vw,16px) 0 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #topics .topics-probrem-title {
    margin: 4.2666666667vw 0 0;
    line-height: 1.57;
  }
}
#topics .topics-probrem-text {
  margin: min(1.1111111111vw,16px) 0 0;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
  font-weight: 500;
  line-height: 1.43;
}
@media (max-width: 767px) {
  #topics .topics-probrem-text {
    margin: 2.6666666667vw 0 0;
    font-size: 3.7333333333vw;
    text-align: left;
  }
  #topics .topics-probrem-text br {
    display: none;
  }
}
@media (max-width: 767px) {
  #topics .topics-probrem-text {
    text-align: center;
  }
  #topics .topics-probrem-text br {
    display: block;
  }
}
#topics .topics-point-list {
  counter-reset: number;
}
@media (max-width: 767px) {
  #topics .topics-point-list li:not(:first-child) {
    margin-top: 4.2666666667vw;
  }
}
#topics .topics-point-item {
  border: 2px solid #f85d65;
  border-radius: 20px;
  padding: min(2.9166666667vw,42px) min(1.6666666667vw,24px) min(1.6666666667vw,24px);
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #topics .topics-point-item {
    border-radius: 10px;
    padding: 11.7333333333vw 6.4vw 5.3333333333vw;
  }
}
#topics .topics-point-item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: number;
  content: counter(number);
  width: min(3.4722222222vw,50px);
  height: min(3.4722222222vw,50px);
  position: absolute;
  left: 50%;
  top: max(-1.7361111111vw,-25px);
  transform: translateX(-50%);
  border-radius: 100vh;
  border: 2px solid #f85d65;
  background: #fff;
  font-size: clamp(1.2rem, 1.7361111111vw, 2.5rem);
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  color: #f85d65;
}
@media (max-width: 767px) {
  #topics .topics-point-item::before {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    top: -6.9333333333vw;
    font-size: 6.9333333333vw;
  }
}
#topics .topics-point-title {
  font-weight: 700;
  font-size: clamp(1.2rem, 1.6666666667vw, 2.4rem);
  margin: min(0.2777777778vw,4px) 0 0;
}
#topics .topics-point-title span {
  display: block;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
}
@media (max-width: 767px) {
  #topics .topics-point-title {
    font-size: 6.4vw;
    margin: 1.3333333333vw 0 0;
  }
  #topics .topics-point-title span {
    font-size: 3.7333333333vw;
  }
}
#topics .topics-point-img {
  margin: min(1.1111111111vw,16px) 0 0;
}
@media (max-width: 767px) {
  #topics .topics-point-img {
    width: 26.6666666667vw;
    margin: 4.2666666667vw auto 0;
  }
}
#topics .topics-point-text {
  margin: min(1.1111111111vw,16px) 0 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  #topics .topics-point-text {
    margin: 4.2666666667vw 0 0;
  }
}
#topics .topics-point-fig {
  margin: min(1.6666666667vw,24px) 0 0;
}
#topics .topics-point-fig img {
  width: 100%;
}
@media (max-width: 767px) {
  #topics .topics-point-fig {
    margin: 4.2666666667vw 0 0;
  }
}

/* お悩み別！ おしごとはかどるセット
----------------------------------------------------------------*/
#topics-product {
  margin: min(4.1666666667vw,60px) 0 0;
}
@media (max-width: 767px) {
  #topics-product {
    margin: 13.3333333333vw 0 0;
  }
}
#topics-product .topics-product-heading {
  text-align: center;
  color: #f85d65;
}
#topics-product .topics-product-heading-sub {
  position: relative;
  display: inline-block;
  margin-bottom: min(1.5277777778vw,22px);
  padding: min(0.2777777778vw,4px) min(1.8055555556vw,26px);
  border: min(0.1388888889vw,2px) solid #f85d65;
  border-radius: 9999px;
  background-color: #ffffff;
  font-size: clamp(1.2rem, 1.9444444444vw, 2.8rem);
  font-weight: 700;
  color: #f85d65;
}
@media (max-width: 767px) {
  #topics-product .topics-product-heading-sub {
    margin-bottom: 4vw;
    padding: 1.0666666667vw 6.9333333333vw;
    border: 0.5333333333vw solid #f85d65;
    font-size: 4.8vw;
  }
}
#topics-product .topics-product-heading-sub::before, #topics-product .topics-product-heading-sub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  translate: -50% 100%;
}
#topics-product .topics-product-heading-sub::before {
  border-width: min(1.5277777778vw,22px) min(0.6944444444vw,10px) 0;
  border-color: #f85d65 transparent transparent;
}
@media (max-width: 767px) {
  #topics-product .topics-product-heading-sub::before {
    border-width: 4vw 1.7333333333vw 0;
  }
}
#topics-product .topics-product-heading-sub::after {
  border-width: min(1.1944444444vw,17.2px) min(0.5416666667vw,7.8px) 0;
  border-color: #fff transparent transparent;
}
@media (max-width: 767px) {
  #topics-product .topics-product-heading-sub::after {
    border-width: 2.6666666667vw 1.1466666667vw 0;
  }
}
#topics-product .topics-product-heading-main {
  margin: min(0.5555555556vw,8px) 0 0;
  font-size: clamp(1.2rem, 2.2222222222vw, 3.2rem);
  line-height: 1.6;
}
@media (max-width: 767px) {
  #topics-product .topics-product-heading-main {
    margin: 2.1333333333vw 0 0;
    font-size: 5.3333333333vw;
  }
}
#topics-product .topics-product-lead {
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  font-weight: 700;
  line-height: 1.56;
}
@media (max-width: 767px) {
  #topics-product .topics-product-lead {
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#topics-product .topics-product-worries {
  display: flex;
  gap: min(3.2638888889vw,47px);
  margin: min(3.4722222222vw,50px) 0 0;
}
@media (max-width: 767px) {
  #topics-product .topics-product-worries {
    margin: 13.3333333333vw 0 0;
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
#topics-product .topics-product-worries-img {
  flex: 1;
  border: 2px solid #f85d65;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #topics-product .topics-product-worries-img {
    width: calc(100% - 10.6666666667vw);
    margin: auto;
  }
}
#topics-product .topics-product-worries-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#topics-product .topics-product-worries-list {
  flex: 1;
}
@media (max-width: 767px) {
  #topics-product .topics-product-worries-list {
    padding: 0 2.6666666667vw;
  }
}
#topics-product .topics-product-worries-list .list {
  margin: min(1.7361111111vw,25px) 0 0;
}
@media (max-width: 767px) {
  #topics-product .topics-product-worries-list .list {
    margin: 5.3333333333vw 0 0;
  }
}
#topics-product .topics-product-worries-title {
  display: flex;
  align-items: center;
  gap: min(0.5555555556vw,8px);
  font-size: clamp(1.2rem, 1.3888888889vw, 2rem);
  font-weight: 700;
  color: #f85d65;
}
@media (max-width: 767px) {
  #topics-product .topics-product-worries-title {
    justify-content: center;
    gap: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
#topics-product .topics-product-worries-title::before, #topics-product .topics-product-worries-title::after {
  display: block;
  content: "";
  width: min(1.1111111111vw,16px);
  height: min(2.2222222222vw,32px);
  background: url(/ilab/topics/img/pic-solution-parts.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  #topics-product .topics-product-worries-title::before, #topics-product .topics-product-worries-title::after {
    width: 4.2666666667vw;
    height: 8vw;
    background: url(/ilab/topics/img/pic-solution-parts-sp.svg) no-repeat center/contain;
  }
}
#topics-product .topics-product-worries-title::after {
  transform: scale(-1, 1);
}
#topics-product .topics-product-osusume {
  margin: min(3.4722222222vw,50px) 0 0;
  padding: 0 0 min(4.4444444444vw,64px);
  border-bottom: 1px solid #c4c4c4;
}
@media (max-width: 767px) {
  #topics-product .topics-product-osusume {
    margin: 18.6666666667vw 0 0;
    padding: 0 0 13.3333333333vw;
  }
}
#topics-product .topics-product-osusume-inner {
  display: flex;
  align-items: center;
  gap: min(2.7777777778vw,40px);
}
@media (max-width: 767px) {
  #topics-product .topics-product-osusume-inner {
    flex-direction: column;
    gap: 8vw;
  }
}
#topics-product .topics-product-osusume-img {
  width: min(17.9166666667vw,258px);
  flex: none;
}
@media (max-width: 767px) {
  #topics-product .topics-product-osusume-img {
    width: 50.1333333333vw;
  }
}
#topics-product .topics-product-osusume-img img {
  width: 100%;
}
#topics-product .topics-product-spec .table {
  margin: min(1.1111111111vw,16px) 0 0;
}
@media (max-width: 767px) {
  #topics-product .topics-product-spec .table {
    margin: 5.3333333333vw 0 0;
  }
}
#topics-product .topics-product-spec-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(0.5555555556vw,8px);
}
@media (max-width: 767px) {
  #topics-product .topics-product-spec-inner {
    flex-direction: column;
    gap: 5.3333333333vw 0;
  }
}
#topics-product .topics-product-spec-inner p {
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #topics-product .topics-product-spec-inner p {
    text-align: center;
  }
}
#topics-product .topics-product-spec-logo {
  width: min(14.2361111111vw,205px);
}
@media (max-width: 767px) {
  #topics-product .topics-product-spec-logo {
    width: 54.6666666667vw;
  }
}
#topics-product .topics-product-osusume-btnarea {
  margin: min(2.0833333333vw,30px) 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  #topics-product .topics-product-osusume-btnarea {
    margin: 10.6666666667vw 0 0;
    padding: 0 2.6666666667vw;
  }
}
#topics-product .topics-product-osusume-btnarea p {
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.78;
}
@media (max-width: 767px) {
  #topics-product .topics-product-osusume-btnarea p {
    font-size: 3.7333333333vw;
  }
}
#topics-product .topics-product-osusume-btnarea .btn {
  margin: min(1.3888888889vw,20px) 0 0;
}
@media (max-width: 767px) {
  #topics-product .topics-product-osusume-btnarea .btn {
    margin: 5.3333333333vw 0 0;
  }
}
#topics-product .topics-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(3.3333333333vw,48px) min(4.4444444444vw,64px);
  margin: min(3.4722222222vw,50px) 0 0;
}
@media (max-width: 767px) {
  #topics-product .topics-product-list {
    flex-direction: column;
    gap: 10.6666666667vw 0;
    margin: 18.6666666667vw 0 0;
    padding: 0 2.6666666667vw;
  }
}
#topics-product .topics-product-list > li {
  width: calc((100% - min(4.4444444444vw,64px)) / 2);
}
@media (max-width: 767px) {
  #topics-product .topics-product-list > li {
    width: 100%;
  }
}
#topics-product .topics-product-list-heading {
  display: flex;
  align-items: center;
  gap: 0 min(1.1111111111vw,16px);
  border-bottom: 2px solid #f85d65;
  min-height: 3.4em;
  padding: 0 0 min(0.5555555556vw,8px);
  font-weight: 700;
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  line-height: 1.44;
}
#topics-product .topics-product-list-heading img {
  min-width: min(2.9166666667vw,42px);
  height: auto;
  flex: 0;
}
@media (max-width: 767px) {
  #topics-product .topics-product-list-heading {
    gap: 0 4.2666666667vw;
    min-height: auto;
    padding: 0 0 2.1333333333vw;
    font-size: 4vw;
  }
  #topics-product .topics-product-list-heading img {
    min-width: 8vw;
    height: auto;
    flex: 0;
  }
}
#topics-product .topics-product-list-item {
  margin: min(1.6666666667vw,24px) 0 0;
}
@media (max-width: 767px) {
  #topics-product .topics-product-list-item {
    margin: 4.2666666667vw 0 0;
  }
}
#topics-product .topics-product-list-item > li:not(:first-child) {
  margin: min(1.1111111111vw,16px) 0 0;
}
@media (max-width: 767px) {
  #topics-product .topics-product-list-item > li:not(:first-child) {
    margin: 4.2666666667vw 0 0;
  }
}

/* Base
----------------------------------------------------------- */
/* ============================================================ */
/* special */
/* ============================================================ */
#special {
  padding: min(5.5555555556vw,80px) min(10vw,144px) min(10.4166666667vw,150px);
  margin: min(1.1111111111vw,16px) 0 0;
  border-radius: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #fff;
}
@media (max-width: 767px) {
  #special {
    padding: 13.3333333333vw 5.3333333333vw 19.2vw;
    margin: 4.2666666667vw 0 0;
    border-radius: 10px;
  }
}
#special p {
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
}
@media (max-width: 767px) {
  #special p {
    font-size: 3.7333333333vw;
  }
}
#special .special-time {
  color: #ff7548;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: min(0.9722222222vw,14px);
  text-align: right;
}
@media (max-width: 767px) {
  #special .special-time {
    margin: min(1.1805555556vw,17px) 0 0;
    font-size: 3.7333333333vw;
  }
}
#special .special-mainvisual {
  margin: min(2.5694444444vw,37px) 0 0;
  text-align: center;
}
#special .special-mainvisual img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #special .special-mainvisual {
    padding: 0 2.6666666667vw;
    margin: 4vw 0 11.4666666667vw;
  }
}
#special .sepcial-lead {
  margin: min(3.4722222222vw,50px) 0;
}
@media (max-width: 767px) {
  #special .sepcial-lead {
    margin: 8.5333333333vw 0;
  }
}
#special .sepcial-index {
  margin: min(3.4722222222vw,50px) 0 0;
}
@media (max-width: 767px) {
  #special .sepcial-index {
    margin: 13.3333333333vw 0 0;
  }
}
#special .special-body {
  margin: min(8.3333333333vw,120px) 0 0;
}
#special .special-body p + .heading {
  margin: min(3.4722222222vw,50px) 0 0;
}
@media (max-width: 767px) {
  #special .special-body {
    margin: 26.6666666667vw 0 0;
  }
  #special .special-body p + .heading {
    margin: 8vw 0 0;
  }
}
#special .special-figure {
  width: -moz-fit-content;
  width: fit-content;
  margin: min(2.7777777778vw,40px) auto min(6.25vw,90px);
  text-align: center;
}
#special .special-figure img {
  border-radius: 20px;
}
#special .special-figure + .special-figure {
  margin: min(5.5555555556vw,80px) auto;
}
#special .special-figure figcaption {
  text-align: center;
  line-height: 1.5;
  margin-top: min(0.5555555556vw,8px);
}
@media (max-width: 767px) {
  #special .special-figure {
    margin: 8vw auto 13.3333333333vw;
    padding: 0 2.6666666667vw;
  }
  #special .special-figure img {
    border-radius: 10px;
  }
  #special .special-figure + .special-figure {
    margin: 8vw auto 13.3333333333vw;
  }
  #special .special-figure figcaption {
    margin: 2.6666666667vw 0 0;
  }
}

/* Base
----------------------------------------------------------- */
.module-heading {
  font-size: clamp(1.2rem, 2.0833333333vw, 3rem);
  font-weight: 700;
  border-left: 15px solid #ffad42;
  padding-left: min(1.3888888889vw,20px);
  margin: 0 0 2em;
}
.module-heading:not(:first-child) {
  margin: 4em 0 2em;
}
@media (max-width: 767px) {
  .module-heading {
    font-size: 5.3333333333vw;
    border-left: vw(15px, 375) solid #ffad42;
    padding-left: 5.3333333333vw;
  }
}

/* Utility ------------ */
/* Base
----------------------------------------------------------- */
/* text-align
----------------------------------------------------------- */
.ta-c {
  text-align: center !important;
}

@media (min-width: 768px) {
  .pc-ta-c {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .sp-ta-c {
    text-align: center !important;
  }
}
.ta-r {
  text-align: right !important;
}

.ta-l {
  text-align: left !important;
}

/* font
----------------------------------------------------------- */
.font-regular {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-red {
  color: #d80000;
}

@media (min-width: 768px) {
  .font-xxxs {
    font-size: clamp(1.2rem, 0.6944444444vw, 1rem) !important;
  }
  .font-xxs {
    font-size: clamp(1.2rem, 0.8333333333vw, 1.2rem) !important;
  }
  .font-xs {
    font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem) !important;
  }
  .font-s {
    font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem) !important;
  }
  .font-m {
    font-size: clamp(1.2rem, 1.25vw, 1.8rem) !important;
  }
  .font-l {
    font-size: clamp(1.2rem, 1.3888888889vw, 2rem) !important;
  }
  .font-xl {
    font-size: clamp(1.2rem, 1.6666666667vw, 2.4rem) !important;
  }
  .font-xxl {
    font-size: clamp(1.2rem, 1.8055555556vw, 2.6rem) !important;
  }
  .font-xxxl {
    font-size: clamp(1.2rem, 2.0833333333vw, 3rem) !important;
  }
}
@media (max-width: 767px) {
  .sp-font-xxxs {
    font-size: 2.6666666667vw !important;
  }
  .sp-font-xxs {
    font-size: 2.9333333333vw !important;
  }
  .sp-font-xs {
    font-size: 3.2vw !important;
  }
  .sp-font-s {
    font-size: 3.7333333333vw !important;
  }
  .sp-font-m {
    font-size: 4.2666666667vw !important;
  }
  .sp-font-l {
    font-size: 4.8vw !important;
  }
  .sp-font-xl {
    font-size: 5.3333333333vw !important;
  }
  .sp-font-xxl {
    font-size: 5.8666666667vw !important;
  }
  .sp-font-xxxl {
    font-size: 6.4vw !important;
  }
}
/* margin
----------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .mt-xxxs {
    margin-top: min(0.5555555556vw,8px) !important;
  }
  .mt-xxs {
    margin-top: min(1.1111111111vw,16px) !important;
  }
  .mt-xs {
    margin-top: min(1.3888888889vw,20px) !important;
  }
  .mt-s {
    margin-top: min(1.6666666667vw,24px) !important;
  }
  .mt-m {
    margin-top: min(1.9444444444vw,28px) !important;
  }
  .mt-l {
    margin-top: min(2.2222222222vw,32px) !important;
  }
  .mt-xl {
    margin-top: min(2.5vw,36px) !important;
  }
  .mt-xxl {
    margin-top: min(2.7777777778vw,40px) !important;
  }
  .mt-xxxl {
    margin-top: min(3.4722222222vw,50px) !important;
  }
}
@media (max-width: 767px) {
  .mt-xxxs {
    margin-top: 2.1333333333vw !important;
  }
  .mt-xxs {
    margin-top: 4.2666666667vw !important;
  }
  .mt-xs {
    margin-top: 5.3333333333vw !important;
  }
  .mt-s {
    margin-top: 6.4vw !important;
  }
  .mt-m {
    margin-top: 7.4666666667vw !important;
  }
  .mt-l {
    margin-top: 8.5333333333vw !important;
  }
  .mt-xl {
    margin-top: 9.6vw !important;
  }
  .mt-xxl {
    margin-top: 10.6666666667vw !important;
  }
  .mt-xxxl {
    margin-top: 13.3333333333vw !important;
  }
}
@media (max-width: 767px) {
  .sp-mt-xxxs {
    margin-top: 2.1333333333vw !important;
  }
  .sp-mt-xxs {
    margin-top: 4.2666666667vw !important;
  }
  .sp-mt-xs {
    margin-top: 5.3333333333vw !important;
  }
  .sp-mt-s {
    margin-top: 6.4vw !important;
  }
  .sp-mt-m {
    margin-top: 7.4666666667vw !important;
  }
  .sp-mt-l {
    margin-top: 8.5333333333vw !important;
  }
  .sp-mt-xl {
    margin-top: 9.6vw !important;
  }
  .sp-mt-xxl {
    margin-top: 10.6666666667vw !important;
  }
  .sp-mt-xxxl {
    margin-top: 13.3333333333vw !important;
  }
}
/* flex
-------------------------------------------------- */
.d-f {
  display: flex !important;
}

.fxd-r {
  flex-direction: row !important;
}

.fxd-rr {
  flex-direction: row-reverse !important;
}

.fxd-c {
  flex-direction: column !important;
}

.fxd-cr {
  flex-direction: column-reverse !important;
}

.fxw-n {
  flex-wrap: nowrap !important;
}

.fxw-w {
  flex-wrap: wrap !important;
}

.fxw-wr {
  flex-wrap: wrap-reverse !important;
}

.jc-fs {
  justify-content: flex-start !important;
}

.jc-fe {
  justify-content: flex-end !important;
}

.jc-c {
  justify-content: center !important;
}

.jc-sb {
  justify-content: space-between !important;
}

.jc-sa {
  justify-content: space-around !important;
}

.ai-fs {
  align-items: flex-start !important;
}

.ai-fe {
  align-items: flex-end !important;
}

.ai-c {
  align-items: center !important;
}

.ai-b {
  align-items: baseline !important;
}

.ai-s {
  align-items: stretch !important;
}

.ac-fs {
  align-content: flex-start !important;
}

.ac-fe {
  align-content: flex-end !important;
}

.ac-c {
  align-content: center !important;
}

.ac-sb {
  align-content: space-between !important;
}

.ac-sa {
  align-content: space-around !important;
}

.ac-s {
  align-content: stretch !important;
}

.fx-n {
  flex: none !important;
}

.as-a {
  align-self: auto !important;
}

.as-fs {
  align-self: flex-start !important;
}

.as-fe {
  align-self: flex-end !important;
}

.as-c {
  align-self: center !important;
}

.as-b {
  align-self: baseline !important;
}

.as-s {
  align-self: stretch !important;
}

@media (max-width: 767px) {
  .sp-fxd-r {
    flex-direction: row !important;
  }
  .sp-fxd-rr {
    flex-direction: row-reverse !important;
  }
  .sp-fxd-c {
    flex-direction: column !important;
  }
  .sp-fxd-cr {
    flex-direction: column-reverse !important;
  }
  .sp-fxw-n {
    flex-wrap: nowrap !important;
  }
  .sp-fxw-w {
    flex-wrap: wrap !important;
  }
  .sp-fxw-wr {
    flex-wrap: wrap-reverse !important;
  }
  .sp-jc-fs {
    justify-content: flex-start !important;
  }
  .sp-jc-fe {
    justify-content: flex-end !important;
  }
  .sp-jc-c {
    justify-content: center !important;
  }
  .sp-jc-sb {
    justify-content: space-between !important;
  }
  .sp-jc-sa {
    justify-content: space-around !important;
  }
  .sp-ai-fs {
    align-items: flex-start !important;
  }
  .sp-ai-fe {
    align-items: flex-end !important;
  }
  .sp-ai-c {
    align-items: center !important;
  }
  .sp-ai-b {
    align-items: baseline !important;
  }
  .sp-ai-s {
    align-items: stretch !important;
  }
  .sp-ac-fs {
    align-content: flex-start !important;
  }
  .sp-ac-fe {
    align-content: flex-end !important;
  }
  .sp-ac-c {
    align-content: center !important;
  }
  .sp-ac-sb {
    align-content: space-between !important;
  }
  .sp-ac-sa {
    align-content: space-around !important;
  }
  .sp-ac-s {
    align-content: stretch !important;
  }
  .sp-fx-n {
    flex: none !important;
  }
  .sp-as-a {
    align-self: auto !important;
  }
  .sp-as-fs {
    align-self: flex-start !important;
  }
  .sp-as-fe {
    align-self: flex-end !important;
  }
  .sp-as-c {
    align-self: center !important;
  }
  .sp-as-b {
    align-self: baseline !important;
  }
  .sp-as-s {
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=maps/common.css.map */
