*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
}

nav li {
  list-style: none;
  padding: 0;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
}

a:not([href]):not(class),
a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco, Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono", "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --font__ja: "Noto Sans JP", sans-serif;
  --font__en: "Roboto", sans-serif;
  --color__primary: #3c459a;
}

html {
  overflow: auto;
  font-size: clamp(12px, 1.25vw, 16px);
  scroll-padding-top: clamp(38px, 5.86vw, 75px);
}

body {
  position: relative;
  overflow: clip;
  line-height: 1.17;
  color: #000;
  font-weight: 400;
  font-family: var(--font__ja);
  background-color: #f7f8ff;
}

main {
  margin-top: clamp(38px, 5.86vw, 75px);
  background-color: #f7f8ff;
  position: relative;
  z-index: 0;
}

a {
  display: inline-block;
  color: inherit;
  transition: 0.3s ease-in;
}

img {
  width: 100%;
}

.sp {
  display: none;
}

.text-animation {
  display: inline;
  background-image: linear-gradient(90deg, #fff, #fff);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s ease;
}

.text-animation-primary {
  display: inline;
  background-image: linear-gradient(90deg, var(--color__primary), var(--color__primary));
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s ease;
}

.mt-0 {
  margin-top: 0;
}

.mt-8 {
  margin-top: clamp(4px, 0.53vw, 8px);
}

.mt-16 {
  margin-top: clamp(8px, 1.06vw, 16px);
}

.mt-24 {
  margin-top: clamp(12px, 1.59vw, 24px);
}

.mt-32 {
  margin-top: clamp(16px, 2.12vw, 32px);
}

.mt-40 {
  margin-top: clamp(20px, 2.65vw, 40px);
}

.mt-48 {
  margin-top: clamp(24px, 3.17vw, 48px);
}

.mt-56 {
  margin-top: clamp(28px, 3.7vw, 56px);
}

.mt-64 {
  margin-top: clamp(32px, 4.23vw, 64px);
}

.mt-72 {
  margin-top: clamp(36px, 4.76vw, 72px);
}

.mt-80 {
  margin-top: clamp(40px, 5.29vw, 80px);
}

.mt-88 {
  margin-top: clamp(44px, 5.82vw, 88px);
}

.mt-96 {
  margin-top: clamp(48px, 6.35vw, 96px);
}

.mt-104 {
  margin-top: clamp(52px, 6.88vw, 104px);
}

.mt-112 {
  margin-top: clamp(56px, 7.41vw, 112px);
}

.mt-120 {
  margin-top: clamp(60px, 7.94vw, 120px);
}

.mt-128 {
  margin-top: clamp(64px, 8.47vw, 128px);
}

.mt-136 {
  margin-top: clamp(68px, 9vw, 136px);
}

.mt-144 {
  margin-top: clamp(72px, 9.52vw, 144px);
}

.mt-152 {
  margin-top: clamp(76px, 10.05vw, 152px);
}

.mt-160 {
  margin-top: clamp(80px, 10.58vw, 160px);
}

.mb-200 {
  margin-bottom: clamp(100px, 13.23vw, 200px);
}

@media screen and (max-width: 767px) {
  html {
    overflow: auto;
    font-size: 14px;
    scroll-padding-top: 52px;
  }
  main {
    margin-top: 50px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mt-16 {
    margin-top: 16px;
  }
  .mt-24 {
    margin-top: 24px;
  }
  .mt-40 {
    margin-top: 24px;
  }
  .mt-48 {
    margin-top: 32px;
  }
  .mt-56 {
    margin-top: 24px;
  }
  .mt-80 {
    margin-top: 48px;
  }
  .mt-120 {
    margin-top: 48px;
  }
  .mb-200 {
    margin-bottom: 80px;
  }
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.6;
  }
  .text-animation:hover,
  .text-animation-primary:hover {
    opacity: 1;
    background-size: 100% 1px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0 clamp(24px, 3.75vw, 48px);
  display: flex;
  align-items: center;
  z-index: 100;
}

.header__nav {
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.header__nav-list {
  display: flex;
  gap: clamp(16px, 2.5vw, 32px);
}

.header__nav-link {
  height: clamp(38px, 5.86vw, 75px);
  display: flex;
  align-items: center;
  transition: 0.4s color ease;
}

.megamenu {
  position: absolute;
  top: 100%;
  max-width: calc(100% - clamp(20px, 3.13vw, 40px));
  padding-top: clamp(10px, 1.56vw, 20px);
  width: 1024px;
  right: clamp(24px, 3.75vw, 48px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 2;
  font-size: clamp(12px, 1.17vw, 15px);
}

.header__nav-item--has-megamenu:hover .megamenu {
  opacity: 1;
  visibility: visible;
}

.megamenu__inner {
  background-color: var(--color__primary);
  display: flex;
  color: #fff;
  padding-left: clamp(20px, 3.13vw, 40px);
  box-shadow: 0px 0px clamp(10px, 1.56vw, 20px) 0px rgba(0, 0, 0, 0.2509803922);
  padding-bottom: clamp(5px, 0.78vw, 10px);
}

.megamenu__head {
  width: 31%;
}

.megamenu__title {
  font-size: clamp(16px, 2.5vw, 32px);
  font-weight: 400;
  font-family: var(--font__en);
  margin-top: clamp(20px, 3.13vw, 40px);
}

.megamenu__subtitle {
  position: relative;
  font-size: clamp(12px, 1.09vw, 14px);
  font-weight: 500;
  margin-top: clamp(8px, 1.25vw, 16px);
  padding-left: clamp(10px, 1.56vw, 20px);
  color: #c4c7ea;
}

.megamenu__subtitle::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: clamp(6px, 0.94vw, 12px);
  height: clamp(6px, 0.94vw, 12px);
  background-color: #c4c7ea;
  clip-path: polygon(70% 0, 100% 0%, 30% 100%, 0 100%);
}

.megamenu__content {
  flex: 1;
}

.megamenu__list {
  padding: clamp(20px, 3.13vw, 40px) 0;
  display: flex;
}

.megamenu__list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(12px, 1.88vw, 24px) 0;
}

.megamenu__list-vertical {
  display: grid;
  gap: clamp(14px, 2.19vw, 28px) 0;
}

.megamenu__list:not(:last-child) {
  border-bottom: 1px solid #4f58ae;
}

.megamenu__link {
  position: relative;
  line-height: 1.4;
  padding-left: clamp(15px, 2.34vw, 30px);
  transition: color 0.4s ease;
}

.megamenu__link::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: clamp(10px, 1.48vw, 19px);
  height: clamp(10px, 1.48vw, 19px);
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
  border: 1px solid transparent;
  transition: border-color 0.4s ease, background-color 0.4s ease;
}

.megamenu__link::after {
  position: absolute;
  content: "";
  top: clamp(6px, 0.94vw, 12px);
  left: clamp(3px, 0.39vw, 5px);
  width: clamp(3px, 0.47vw, 6px);
  height: clamp(3px, 0.47vw, 6px);
  border-top: 1px solid var(--color__primary);
  border-right: 1px solid var(--color__primary);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  transition: border-top 0.4s ease, border-right 0.4s ease;
}

.megamenu__list--showroom {
  display: flex;
  align-items: center;
  padding: clamp(8px, 1.25vw, 16px) 0;
}

.megamenu__list-recruit {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  margin-right: clamp(20px, 3.13vw, 40px);
}

.megamenu__showroom-image {
  max-width: clamp(120px, 18.75vw, 240px);
  margin-left: auto;
  margin-right: clamp(20px, 3.13vw, 40px);
}

.megamenu__case-item {
  margin-top: clamp(5px, 0.78vw, 10px);
}

.megamenu__case-link {
  margin-left: clamp(15px, 2.34vw, 30px);
}

.megamenu__recruit-inner {
  position: relative;
  width: clamp(160px, 25vw, 320px);
  margin-right: auto;
}

.megamenu__recruit-inner::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  inset: 0;
}

.megamenu__recruit-text {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding-right: clamp(12px, 1.88vw, 24px);
  white-space: nowrap;
  font-weight: 700;
}

.megamenu__recruit-text::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/icon__external--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(9px, 1.41vw, 18px);
  height: clamp(9px, 1.41vw, 18px);
  right: 0;
  top: clamp(2px, 0.15vw, 2px);
}

.header__gradient-button {
  position: relative;
  margin-left: clamp(16px, 2.5vw, 32px);
  border-radius: 200px;
  color: #fff;
  text-align: center;
  padding: clamp(6px, 0.94vw, 12px) clamp(16px, 2.5vw, 32px);
  background: linear-gradient(90deg, var(--color__primary), var(--color__primary));
  transition: opacity 0.5s ease;
  overflow: hidden;
  z-index: 0;
  line-height: 1.5;
}

.header__gradient-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #0075ff 0%, #3c459a 96.25%);
  opacity: 0;
  transition: opacity 0.5s;
}

.header__nav-privacy {
  display: none;
}

.header__menu-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 8px 16px;
  }
  .header__logo {
    width: 128px;
  }
  .header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--color__primary);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
    height: calc(100svh - 52px);
    color: #fff;
    overflow-y: auto;
    padding: 30px 32px;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  }
  .header__nav.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header__menu-toggle {
    display: block;
  }
  .header__nav-list {
    flex-direction: column;
    gap: 48px;
  }
  .header__nav-link {
    font-size: 24px;
    height: auto;
    position: relative;
  }
  .header__nav-item--has-megamenu .header__nav-link::after {
    position: absolute;
    content: "";
    top: 14px;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(135deg);
    z-index: 1;
    transition: transform 0.4s ease, top 0.4s ease;
  }
  .header__nav-item--has-megamenu.active .header__nav-link::after {
    transform: translateY(-50%) rotate(-45deg);
    top: 16px;
  }
  .header__nav-item:not(.header__nav-item--has-megamenu) .header__nav-link {
    display: inline-block;
    padding-right: 27px;
  }
  .header__nav-item:not(.header__nav-item--has-megamenu) .header__nav-link::before,
  .header__nav-item:not(.header__nav-item--has-megamenu) .header__nav-link::after {
    content: "";
    position: absolute;
  }
  .header__nav-item:not(.header__nav-item--has-megamenu) .header__nav-link::before {
    top: 5px;
    right: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 0;
  }
  .header__nav-item:not(.header__nav-item--has-megamenu) .header__nav-link::after {
    top: 14px;
    right: 8px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
  }
  .megamenu {
    position: static;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    font-size: 15px;
    width: auto;
    max-width: none;
    padding-top: 0;
  }
  .megamenu.active {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
    opacity: 1;
    visibility: visible;
  }
  .megamenu__inner {
    padding-left: 0;
  }
  .megamenu__head {
    display: none;
  }
  .megamenu__content {
    margin-top: 24px;
  }
  .megamenu__list {
    padding: 24px 0;
  }
  .megamenu__list:first-child {
    padding-top: 0;
  }
  .megamenu__list:last-child {
    padding-bottom: 0;
  }
  .megamenu__list-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 30px;
  }
  .megamenu__list-vertical {
    display: grid;
    gap: 24px 30px;
  }
  .megamenu__link {
    padding-left: 27px;
  }
  .megamenu__link::before {
    width: 19px;
    height: 19px;
  }
  .megamenu__link::after {
    top: 12px;
    left: 7px;
    width: 4px;
    height: 4px;
    border-top: 1px solid var(--color__primary);
    border-right: 1px solid var(--color__primary);
  }
  .megamenu__list-recruit {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-right: 0;
  }
  .megamenu__showroom-image {
    display: none;
  }
  .megamenu__case-item {
    margin-top: 10px;
  }
  .megamenu__case-link {
    margin-left: 27px;
  }
  .megamenu__recruit-inner {
    width: 100%;
    max-width: 320px;
  }
  .megamenu__recruit-text {
    font-size: 15px;
    padding-right: 24px;
  }
  .megamenu__recruit-text::before {
    width: 16px;
    height: 16px;
  }
  .header__gradient-button {
    color: var(--color__primary);
    background: #fff;
    margin-top: 48px;
    margin-left: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 24px;
    padding: 8px 30px;
  }
  .header__gradient-button::before {
    content: none;
  }
  .header__nav-privacy {
    display: block;
    text-align: center;
    margin-top: 48px;
  }
  .header__nav-privacy-link {
    position: relative;
    font-size: 15px;
    padding-left: 27px;
  }
  .header__nav-privacy-link::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    width: 19px;
    height: 19px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 0;
    border: 1px solid transparent;
  }
  .header__nav-privacy-link::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 7px;
    width: 4px;
    height: 4px;
    border-top: 1px solid var(--color__primary);
    border-right: 1px solid var(--color__primary);
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
  }
  .header__menu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
    position: relative;
  }
  .header__menu-toggle-icon {
    position: relative;
    width: 26px;
    height: 2px;
    background-color: var(--color__primary);
    transition: background-color 0.3s ease, width 0.3s ease;
    border-radius: 2px;
  }
  .header__menu-toggle-icon::before,
  .header__menu-toggle-icon::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color__primary);
    transition: transform 0.3s ease, width 0.3s ease;
  }
  .header__menu-toggle-icon::before {
    top: -8px;
  }
  .header__menu-toggle-icon::after {
    bottom: -8px;
  }
  .header__menu-toggle.active .header__menu-toggle-icon {
    background: transparent;
  }
  .header__menu-toggle.active .header__menu-toggle-icon::before,
  .header__menu-toggle.active .header__menu-toggle-icon::after {
    width: 32px;
  }
  .header__menu-toggle.active .header__menu-toggle-icon::before {
    top: 0;
    transform: translateX(-50%) rotate(35deg);
  }
  .header__menu-toggle.active .header__menu-toggle-icon::after {
    bottom: 0;
    transform: translateX(-50%) rotate(-35deg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__nav-link:hover {
    opacity: 1;
    color: var(--color__primary);
  }
  .header__gradient-button:hover {
    opacity: 1;
  }
  .megamenu__link:hover {
    opacity: 1;
    color: #c4c7ea;
  }
  .megamenu__link:hover::before {
    border-color: #c4c7ea;
    background-color: transparent;
  }
  .megamenu__link:hover::after {
    border-top: 1px solid #c4c7ea;
    border-right: 1px solid #c4c7ea;
  }
  .header__gradient-button:hover::before {
    opacity: 1;
  }
}
.footer {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding-top: clamp(183px, 28.13vw, 360px);
  padding-bottom: clamp(117px, 17.97vw, 230px);
}

.footer__inner {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: clamp(5px, 0.78vw, 10px);
  width: 84.127%;
  max-width: 100%;
  margin-inline: auto;
}

.footer__copyright {
  font-size: clamp(12px, 1.09vw, 14px);
  font-family: var(--font__en);
  margin-top: clamp(32px, 5vw, 64px);
}

.footer__nav {
  display: grid;
  gap: clamp(5px, 0.78vw, 10px);
  grid-template-columns: repeat(5, 1fr);
}

.footer__nav-column {
  display: grid;
  gap: clamp(16px, 2.5vw, 32px);
  align-self: baseline;
}

.footer__nav-list {
  margin-top: clamp(8px, 1.25vw, 16px);
  display: grid;
  gap: clamp(4px, 0.625vw, 8px);
  max-width: clamp(66px, 8.86vw, 134px);
}

.footer__nav-item {
  line-height: 1.5;
  font-size: clamp(12px, 1.17vw, 15px);
}

.footer__group-logos {
  margin-top: clamp(25px, 3.91vw, 50px);
  width: 100%;
  display: flex;
  gap: clamp(8px, 1.25vw, 16px);
}

.footer__group-logo-image {
  width: clamp(89px, 13.75vw, 176px);
}

.footer-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../../assets/img/top-sas__background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: -5;
  transform: translateZ(0);
  will-change: transform;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 48px 0 200px;
  }
  .footer__inner {
    flex-direction: column;
    display: flex;
    gap: 0;
  }
  .footer__logo {
    display: contents;
  }
  .footer__logo-link {
    order: 1;
    width: 175px;
    margin-inline: auto;
  }
  .footer__copyright {
    font-size: 14px;
    margin-top: 24px;
    order: 3;
    text-align: center;
  }
  .footer__nav {
    display: none;
  }
  .footer__group-logos {
    margin-top: 48px;
    gap: 16px;
    order: 2;
    justify-content: center;
  }
  .footer__group-logo-image {
    width: 100%;
    max-width: 200px;
  }
  .footer-bg {
    background-image: url(../../assets/img/top-sas__background--sp.webp);
  }
}
.container {
  width: 100%;
  max-width: 1512px;
  padding: 0 clamp(61px, 9.38vw, 120px);
  margin: 0 auto;
}

.container__has-sidenav {
  display: flex;
}

.container--narrow {
  max-width: 1235px;
}

.contents {
  padding-top: clamp(61px, 9.38vw, 120px);
}

.contents.--casePage {
  padding-top: clamp(32px, 5vw, 64px);
}

body:has(.cta) .contents {
  padding-bottom: clamp(183px, 28.13vw, 360px);
}

body:not(:has(.cta)) .contents {
  padding-bottom: clamp(61px, 9.38vw, 120px);
}

.contents .contents-box:not(:first-child) {
  margin-top: clamp(61px, 9.38vw, 120px);
}

.section-button {
  margin-top: clamp(16px, 2.5vw, 32px);
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0;
    width: 91.8%;
  }
  .contents {
    padding-top: 80px;
  }
  body:has(.cta) .contents {
    padding-bottom: 80px;
  }
  body:not(:has(.cta)) .contents {
    padding-bottom: 80px;
  }
  .contents .contents-box:not(:first-child) {
    margin-top: 48px;
  }
  .section-button {
    margin-top: 24px;
  }
  .section-button.--sp-right {
    display: flex;
    justify-content: flex-end;
  }
}
.footer-has__cta {
  position: relative;
}

.footer-has__cta .cta {
  position: absolute;
  right: 0;
  top: -52%;
  transform: translateY(52%);
}

.cta {
  color: #fff;
  width: 84.127%;
  margin-left: auto;
}

.cta__inner {
  clip-path: polygon(clamp(47px, 7.18vw, 92px) 0, 100% 0, 100% 100%, 0 100%, 0 clamp(49px, 7.5vw, 96px));
  background-image: url(../../assets/img/cta__background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(49px, 7.5vw, 96px);
  padding-bottom: clamp(49px, 7.5vw, 96px);
  padding-right: 15.873%;
}

.cta__content {
  display: flex;
  align-items: center;
}

.cta__head {
  flex: 1;
  text-align: left;
}

.cta__title {
  height: clamp(31px, 4.69vw, 60px);
  width: auto;
}

.cta__info {
  width: 46.9%;
}

.cta__button {
  margin-top: clamp(16px, 2.5vw, 32px);
}

@media screen and (max-width: 767px) {
  .footer-has__cta .cta {
    position: static;
    transform: none;
  }
  .cta {
    width: 100%;
  }
  .cta__inner {
    clip-path: none;
    padding: 0 4.1%;
    background-image: url(../../assets/img/cta__background--sp.webp);
  }
  .cta__content {
    padding: 90px 0 80px;
    flex-direction: column;
  }
  .cta__head {
    text-align: left;
    width: 100%;
  }
  .cta__title {
    height: 49px;
  }
  .cta__info {
    width: 100%;
    margin-top: 40px;
  }
  .cta__button {
    margin-top: 24px;
  }
}
.breadcrumb {
  order: 3;
  margin-top: 48px;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.breadcrumb > span {
  display: inline-block;
}

.breadcrumb a,
.breadcrumb .current-item {
  border: 1px solid transparent;
  background-color: var(--color__primary);
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  padding: 6px 16px;
  font-family: var(--font__en);
  display: inline-block;
}

.breadcrumb a {
  transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}

.breadcrumb.--white .current-item {
  color: #fff;
  border-color: #fff;
}

.breadcrumb .current-item {
  background-color: inherit;
  border-color: var(--color__primary);
  color: var(--color__primary);
}

.breadcrumb__arrow {
  width: 5px;
  height: 9px;
  margin-top: 11px;
  background-image: url(../../assets/img/icon__breadcrumb-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.breadcrumb.--white .breadcrumb__arrow {
  background-image: url(../../assets/img/icon__breadcrumb-arrow--white.svg);
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb a:hover {
    opacity: 1;
    border-color: #fff;
    background-color: #fff;
    color: #000;
  }
}
.button {
  position: relative;
  display: flex;
  align-items: center;
  display: inline-block;
  padding-right: clamp(49px, 7.5vw, 96px);
  transform-origin: center center;
  padding-top: clamp(15px, 2.34vw, 30px);
  padding-bottom: clamp(15px, 2.34vw, 30px);
}

.button__text {
  font-size: clamp(12px, 1.33vw, 17px);
  font-family: var(--font__en);
  margin-right: clamp(8px, 1.25vw, 16px);
  color: var(--color__primary);
}

.button__icon-link {
  width: clamp(32px, 5vw, 64px);
  height: clamp(32px, 5vw, 64px);
  position: absolute;
  display: block;
  border: 1px solid var(--color__primary);
  border-radius: 50%;
  transition: 0.3s ease-in;
  right: clamp(8px, 1.25vw, 16px);
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
}

.button__icon-link::before {
  position: absolute;
  content: "";
  width: clamp(5px, 0.78vw, 10px);
  height: clamp(5px, 0.7vw, 9px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  border-style: solid;
  border-width: 0 clamp(3px, 0.39vw, 5px) clamp(5px, 0.7vw, 9px) clamp(3px, 0.39vw, 5px);
  border-color: transparent transparent var(--color__primary) transparent;
  transition: 0.3s ease-in;
}

.button__icon-externallink {
  width: clamp(32px, 5vw, 64px);
  height: clamp(32px, 5vw, 64px);
  position: absolute;
  display: block;
  border: 1px solid var(--color__primary);
  border-radius: 50%;
  transition: 0.3s ease-in;
  right: clamp(8px, 1.25vw, 16px);
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
}

.button__icon-externallink::before {
  position: absolute;
  content: "";
  width: clamp(8px, 1.25vw, 16px);
  height: clamp(8px, 1.25vw, 16px);
  top: 50%;
  left: 50%;
  background-image: url(../../assets/img/icon__external.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in;
}

.button__text.--white {
  color: #fff;
}

.button__icon-link.--white {
  border-color: #fff;
}

.button__icon-link.--white::before {
  border-bottom-color: #fff;
}

.text-button {
  position: relative;
  font-size: clamp(12px, 1.33vw, 17px);
  line-height: 1;
  color: var(--color__primary);
  padding-right: clamp(10px, 1.56vw, 20px);
}

.text-button::before {
  content: "";
  position: absolute;
  top: clamp(5px, 0.78vw, 10px);
  right: clamp(2px, 0.23vw, 3px);
  width: clamp(3px, 0.47vw, 6px);
  height: clamp(3px, 0.47vw, 6px);
  border-top: 1px solid var(--color__primary);
  border-right: 1px solid var(--color__primary);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.button-more {
  position: relative;
  width: clamp(32px, 5vw, 64px);
  height: clamp(32px, 5vw, 64px);
  transform-origin: center center;
  color: var(--color__primary);
  font-size: clamp(12px, 1.33vw, 17px);
  font-family: var(--font__en);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.button-more::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--color__primary);
  transition: 0.3s ease-in;
  border-radius: 50%;
}

.button-more.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.gradient-button {
  position: relative;
  border-radius: 200px;
  color: #fff;
  text-align: center;
  padding: clamp(6px, 0.94vw, 12px) clamp(16px, 2.5vw, 32px);
  background: linear-gradient(90deg, var(--color__primary), var(--color__primary));
  transition: opacity 0.5s ease;
  overflow: hidden;
  z-index: 0;
  line-height: 1.5;
}

.gradient-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #0075ff 0%, #3c459a 96.25%);
  opacity: 0;
  transition: opacity 0.5s;
}

@media screen and (max-width: 767px) {
  .button {
    padding: 0;
    display: flex;
  }
  .button__text {
    font-size: 15px;
    margin-right: 16px;
  }
  .button__icon-link {
    position: relative;
    width: 64px;
    height: 64px;
    transform: none;
    right: 0;
    top: 0;
  }
  .button__icon-link::before {
    width: 10px;
    height: 9px;
    border-width: 0 5px 9px 5px;
  }
  .button__icon-externallink {
    position: relative;
    width: 64px;
    height: 64px;
    transform: none;
    right: 0;
    top: 0;
  }
  .button__icon-externallink::before {
    width: 16px;
    height: 16px;
  }
  .text-button {
    font-size: 15px;
    padding-right: 20px;
  }
  .text-button::before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .button-more {
    width: 64px;
    height: 64px;
    font-size: 17px;
  }
  .gradient-button {
    padding: 8px 16px;
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    opacity: 1;
  }
  .button:hover .button__icon-link {
    transform: translateY(-50%) scale(1.25);
    opacity: 1;
  }
  .button:hover .button__icon-link::before {
    transform: translate(-50%, -50%) rotate(90deg) scale(0.8);
  }
  .button:hover .button__icon-externallink {
    transform: translateY(-50%) scale(1.25);
  }
  .button:hover .button__icon-externallink::before {
    transform: translate(-50%, -50%) scale(0.8);
  }
  .button-more:hover {
    opacity: 1;
  }
  .button-more:hover::before {
    transform: scale(1.25);
  }
  .gradient-button:hover {
    opacity: 1;
  }
  .gradient-button:hover::before {
    opacity: 1;
  }
}
.pagehead {
  position: relative;
  height: clamp(264px, 40.63vw, 520px);
}

.pagehead__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  max-width: 84.1%;
  margin-inline: auto;
}

.pagehead__title {
  font-weight: 500;
  font-size: clamp(16px, 1.88vw, 24px);
  line-height: 1.46;
  color: var(--color__primary);
  order: 2;
  margin-top: clamp(12px, 1.88vw, 24px);
}

.pagehead__title.--white {
  color: #fff;
}

.pagehead__title-sub {
  font-size: clamp(61px, 9.38vw, 120px);
  color: #fff;
  font-family: var(--font__en);
  font-weight: 400;
  order: 1;
  line-height: 1.167;
}

.pagehead__title-sub.--black {
  color: #000;
}

.pagehead__image {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, clamp(48px, 7.42vw, 95px) 100%, 0 calc(100% - clamp(48px, 7.42vw, 95px)));
  z-index: -1;
  width: calc(100% - clamp(61px, 9.38vw, 120px));
  margin-left: auto;
}

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

@media screen and (max-width: 767px) {
  .pagehead {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .pagehead__container {
    order: 2;
    margin-top: 32px;
    align-items: center;
  }
  .pagehead__title {
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.75;
  }
  .pagehead__title.--white {
    color: var(--color__primary);
  }
  .pagehead__title-sub {
    text-align: center;
    color: #000;
    font-size: 42px;
    line-height: 1.172;
  }
  .pagehead__image {
    order: 1;
    position: static;
    height: 30.7692307692vw;
    width: 100vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8.2051282051vw 100%, 0 calc(100% - 8.2051282051vw));
  }
}
.decoration-title {
  font-size: clamp(81px, 12.5vw, 160px);
  -webkit-text-stroke: 1px #c4c7ea;
  color: transparent;
  font-family: var(--font__en);
  font-weight: 700;
  width: fit-content;
}

.decoration-title.--business {
  height: clamp(58px, 8.98vw, 115px);
}

.decoration-title.--interview {
  height: clamp(30px, 4.61vw, 59px);
}

.decoration-title.--showroom {
  height: clamp(60px, 9.29vw, 119px);
}

.decoration-title.--solution {
  height: clamp(60px, 9.29vw, 119px);
}

.decoration-title.--sus {
  height: clamp(60px, 9.29vw, 119px);
}

.decoration-title.--news {
  height: clamp(60px, 9.29vw, 119px);
}

.decoration-title.--recruit {
  height: clamp(60px, 9.29vw, 119px);
}

.decoration-title img {
  height: 100%;
  width: auto;
  object-fit: contain;
  vertical-align: top;
}

.section-title {
  position: relative;
  font-size: clamp(16px, 1.88vw, 24px);
  line-height: 1.45;
  font-weight: 500;
  padding-left: clamp(14px, 2.19vw, 28px);
  color: var(--color__primary);
  display: inline-block;
}

.section-title::before {
  content: "";
  position: absolute;
  top: clamp(5px, 0.7vw, 9px);
  left: 0;
  width: clamp(10px, 1.48vw, 19px);
  height: clamp(10px, 1.56vw, 20px);
  color: var(--color__primary);
  clip-path: polygon(70% 0, 100% 0%, 30% 100%, 0 100%);
  background-color: var(--color__primary);
}

.section-title.--white {
  color: #fff;
}

.section-title.--white::before {
  background-color: #fff;
}

.section-title__sub {
  font-size: clamp(16px, 2.5vw, 32px);
  line-height: 1.8125;
  margin-top: clamp(12px, 1.88vw, 24px);
  font-weight: 400;
}

.section-lead {
  margin-top: clamp(16px, 2.5vw, 32px);
  font-size: clamp(12px, 1.33vw, 17px);
  line-height: 2.235;
}

.section-lead.--white {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .decoration-title {
    font-size: 64px;
  }
  .decoration-title.--business {
    height: 49px;
  }
  .decoration-title.--interview {
    height: 48px;
  }
  .decoration-title.--showroom {
    height: 42px;
  }
  .decoration-title.--solution {
    height: 42px;
  }
  .decoration-title.--sus {
    height: 36px;
  }
  .decoration-title.--news {
    height: 48px;
  }
  .decoration-title.--recruit {
    height: 49px;
  }
  .section-title {
    font-size: 16px;
    padding-left: 24px;
  }
  .section-title::before {
    width: 16px;
    height: 16px;
    top: 5px;
  }
  .section-title__sub {
    font-size: 20px;
    margin-top: 16px;
    line-height: 1.5;
  }
  .section-lead {
    font-size: 14px;
    line-height: 1.72;
    margin-top: 24px;
  }
}
.side-nav {
  flex: 1;
}

.side-nav__list {
  position: sticky;
  display: grid;
  gap: clamp(8px, 1.25vw, 16px);
  list-style: none;
  bottom: clamp(20px, 3.13vw, 40px);
}

.side-nav__item {
  font-size: clamp(12px, 1.17vw, 15px);
}

.side-nav__num {
  padding: clamp(4px, 0.625vw, 8px);
  border-radius: 50%;
  font-family: var(--font__en);
  font-weight: 500;
  color: var(--color__primary);
  text-align: center;
  display: inline-block;
  margin-right: clamp(8px, 1.25vw, 16px);
  transition: background-color 0.4s ease, color 0.4s ease;
}

.side-nav__item.current .side-nav__num {
  background-color: var(--color__primary);
  color: #fff;
}

.side-nav__link {
  font-weight: 500;
  color: var(--color__primary);
}

@media screen and (max-width: 767px) {
  .side-nav {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .side-nav__link:hover {
    opacity: 1;
  }
  .side-nav__link:hover .side-nav__num {
    background-color: var(--color__primary);
    color: #fff;
  }
}
.table {
  border-top: 1px solid #c4c7ea;
  font-size: clamp(12px, 1.33vw, 17px);
  line-height: 1.76;
  width: 100%;
  margin-top: clamp(24px, 3.75vw, 48px);
}

.table tr {
  border-bottom: 1px solid #c4c7ea;
}

.table th {
  font-weight: 400;
  color: var(--color__primary);
  width: 15.4%;
  padding: clamp(12px, 1.88vw, 24px) 0;
}

.table td {
  padding: clamp(12px, 1.88vw, 24px) 0;
  width: 84.6%;
}

.table td a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .table {
    margin-top: 24px;
    font-size: 14px;
  }
  .table th {
    width: 14%;
    padding: 16px 0;
  }
  .table td {
    width: 86%;
    padding: 16px 0;
  }
  .table.--sp-vertical tr {
    padding: 16px 0;
    display: block;
  }
  .table.--sp-vertical th {
    display: block;
    width: 100%;
    padding: 0;
  }
  .table.--sp-vertical td {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 4px;
  }
}
.mainvisual {
  display: flex;
  position: relative;
  padding-top: clamp(61px, 9.38vw, 120px);
  padding-bottom: clamp(90px, 13.8vw, 177px);
  background-color: #f7f8ff;
}

.mainvisual__inner {
  width: 84.127%;
  margin-top: clamp(61px, 9.38vw, 120px);
  left: 50%;
  transform: translateX(-50%);
  margin-inline: auto;
  position: absolute;
  z-index: 3;
  mix-blend-mode: exclusion;
}

.mainvisual__title {
  font-size: clamp(46px, 7.03vw, 90px);
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}

.mainvisual__lead {
  color: #c4bd73;
  font-size: clamp(16px, 1.87vw, 24px);
  font-family: var(--font__en);
  margin-top: clamp(16px, 2.5vw, 32px);
}

.mainvisual__backvideo {
  width: 71.428%;
  margin-left: auto;
  aspect-ratio: 27/16;
  clip-path: polygon(clamp(48px, 7.42vw, 95px) 0%, 100% 0, 100% calc(100% - clamp(48px, 7.42vw, 95px)), calc(100% - clamp(48px, 7.42vw, 95px)) 100%, 0 100%, 0% clamp(48px, 7.42vw, 95px));
  position: relative;
  z-index: 1;
}

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

.mainvisual__aniversary {
  position: absolute;
  bottom: clamp(33px, 5.07vw, 65px);
  aspect-ratio: 77/40;
  backdrop-filter: blur(96.5251998901px);
  box-shadow: 0px 0px 16.05px 0px rgba(0, 0, 0, 0.2509803922);
  width: clamp(196px, 30.07vw, 385px);
  right: 3.1746%;
  z-index: 2;
}

.mainvisual__aniversary-text {
  position: absolute;
  font-size: clamp(12px, 1.48vw, 19px);
  font-weight: 700;
  text-align: center;
  bottom: clamp(10px, 1.56vw, 20px);
  width: 100%;
}

.mainvisual__aniversary a {
  width: 100%;
}

.mainvisual__aniversary img {
  object-fit: contain;
}

.mainvisual__decoration {
  position: absolute;
  left: 0;
  bottom: calc(clamp(33px, 5.07vw, 65px) * -1);
  z-index: 0;
  width: 67.6%;
  height: clamp(165px, 25.39vw, 325px);
  mix-blend-mode: multiply;
}

.mainvisual__decoration img {
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}

.shine-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.3) 65%, transparent);
  transform: skewX(-20deg);
  animation: shine 8s infinite ease-in-out;
}

@keyframes shine {
  from {
    transform: translateX(-150%) skewX(-20deg);
  }
  to {
    transform: translateX(250%) skewX(-20deg);
  }
}
.business {
  padding-top: clamp(142px, 21.88vw, 280px);
  padding-bottom: clamp(43px, 6.64vw, 85px);
  background-color: #f7f8ff;
}

.business-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(40px, 6.25vw, 80px);
}

.business__content {
  order: 2;
  width: 40%;
  margin-top: clamp(28px, 4.29vw, 55px);
}

.business-figure {
  order: 1;
  flex: 1;
}

.business__decoration-title {
  position: absolute;
  top: calc(clamp(80px, 12.34vw, 158px) * -1);
  right: clamp(70px, 10.7vw, 137px);
}

.interview {
  position: relative;
  padding-bottom: clamp(16px, 2.5vw, 32px);
}

.interview::before {
  position: absolute;
  content: "";
  background-color: #eceefb;
  width: calc(100% - clamp(61px, 9.38vw, 120px));
  margin-left: auto;
  height: calc(100% - clamp(25px, 3.9vw, 50px));
  left: 0;
  bottom: 0;
  z-index: 0;
  clip-path: polygon(100% 0, 100% calc(100% - clamp(48px, 7.42vw, 95px)), calc(100% - clamp(48px, 7.42vw, 95px)) 100%, 0 100%, 0 0);
}

.interview::after {
  position: absolute;
  content: "";
  background-color: #f7f8ff;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -2;
}

.interview-container {
  position: relative;
  z-index: 1;
  display: flex;
  gap: clamp(40px, 6.25vw, 80px);
}

.interview__head {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.interview__head-content {
  order: 2;
  margin-top: clamp(52px, 7.97vw, 102px);
}

.interview__decoration-title {
  order: 1;
  margin-top: clamp(8px, 1.25vw, 16px);
  display: inline-flex;
}

.interview__body {
  flex: 1;
  margin-right: clamp(40px, 6.25vw, 80px);
}

.interview__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.5vw, 32px);
}

.interview-item__info {
  display: flex;
  flex-direction: column;
}

.interview-item__figure {
  position: relative;
  height: 100%;
  aspect-ratio: 18/25;
  overflow: hidden;
}

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

.interview-item__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: clamp(6px, 0.94vw, 12px) clamp(8px, 1.25vw, 16px);
  font-size: clamp(12px, 1.17vw, 15px);
  line-height: 1.5;
  font-weight: 400;
}

.interview-item__button {
  margin-top: clamp(4px, 0.625vw, 8px);
  text-align: right;
}

.showroom {
  padding-top: clamp(262px, 40.23vw, 515px);
  background-color: var(--color__primary);
  margin-top: calc(clamp(140px, 21.48vw, 275px) * -1);
  padding-bottom: clamp(20px, 3.13vw, 40px);
}

.showroom-container {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  gap: clamp(40px, 6.25vw, 80px);
}

.showroom__content {
  width: 40%;
  margin-top: auto;
}

.showroom__figure {
  flex: 1;
  padding-bottom: clamp(10px, 1.56vw, 20px);
}

.showroom__decoration-title {
  position: absolute;
  right: clamp(73px, 11.17vw, 143px);
  top: calc(clamp(44px, 6.71vw, 86px) * -1);
}

.solution {
  position: relative;
  background-color: var(--color__primary);
  padding-bottom: clamp(102px, 15.63vw, 200px);
  padding-top: clamp(47px, 7.18vw, 92px);
}

.solution::before {
  position: absolute;
  content: "";
  width: 71%;
  height: 100%;
  left: 29%;
  bottom: 0;
  background-image: url(../../assets/img/top-solution-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.solution-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.solution__content {
  order: 2;
  width: 40%;
  margin-top: clamp(43px, 6.64vw, 85px);
}

.solution__decoration-title {
  order: 1;
  display: inline-flex;
}

.sas {
  position: relative;
  padding-top: 230px;
  padding-bottom: clamp(119px, 18.28vw, 234px);
  overflow: hidden;
}

.sas::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #b7dbfd;
  z-index: -10;
}

.sas-container {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.sas__content {
  order: 2;
  margin-top: 104px;
}

.sas .section-lead {
  width: 40%;
  margin-inline: auto;
  text-align: left;
}

.sas__decoration-title {
  order: 1;
}

.news {
  padding-top: clamp(61px, 9.38vw, 120px);
  padding-bottom: clamp(61px, 9.38vw, 120px);
  background-color: #fff;
}

.news-container {
  display: flex;
  gap: clamp(5px, 0.78vw, 10px);
}

.news__head {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  flex: 1;
  margin-top: clamp(10px, 1.56vw, 20px);
}

.news__section-title {
  margin-top: clamp(21px, 3.28vw, 42px);
}

.news__decoration-title {
  margin-left: calc(clamp(16px, 2.5vw, 32px) * -1);
  margin-top: clamp(1px, 0.16vw, 2px);
}

.news__content {
  width: 59.59%;
  margin-top: clamp(13px, 1.95vw, 25px);
}

.news-item__link {
  padding-top: clamp(16px, 2.5vw, 32px);
  padding-bottom: clamp(16px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #c4c7ea;
}

.news-item:first-child .news-item__link {
  padding-top: 0;
}

.news-item__title {
  font-size: clamp(12px, 1.33vw, 17px);
  line-height: 2.235;
  order: 2;
  margin-top: clamp(4px, 0.625vw, 8px);
  font-weight: 400;
}

.news-item__title-deco {
  display: inline;
  background-image: linear-gradient(90deg, var(--color__primary), var(--color__primary));
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s ease;
}

.news-item__date {
  order: 1;
  font-family: var(--font__en);
  color: var(--color__primary);
}

.news__section-button {
  text-align: right;
}

.recruit {
  position: relative;
  background-color: #c4c7ea;
  padding-top: clamp(117px, 17.97vw, 230px);
  padding-bottom: clamp(196px, 30.08vw, 385px);
  display: flex;
  overflow: hidden;
}

.recruit-container {
  position: relative;
  z-index: 1;
}

.recruit__content {
  display: flex;
  flex-direction: column;
  width: 40%;
  order: 2;
}

.recruit__content-body {
  order: 2;
  margin-top: clamp(52px, 7.97vw, 102px);
}

.recruit__text-button {
  margin-top: clamp(16px, 2.5vw, 32px);
}

.recruit__decoration-title {
  order: 1;
  width: 125%;
}

.recruit-slider__outer {
  position: absolute;
  width: 57.7%;
  max-width: 872px;
  right: -6.6vw;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%) rotate(20deg);
  touch-action: auto;
  pointer-events: none;
}

.recruit-slider {
  display: flex;
  justify-content: space-between;
  gap: 2.5%;
}

.recruit-slider .swiper {
  width: 50%;
  height: 2000px;
  overflow: visible;
}

.recruit-slider .swiper-slide {
  height: auto;
  aspect-ratio: 13/9;
}

.recruit-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-slider .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    padding-top: 24px;
    flex-direction: column;
    padding-bottom: 0;
  }
  .mainvisual__inner {
    position: static;
    transform: none;
    margin-top: -37px;
    width: 91.8%;
    order: 2;
  }
  .mainvisual__title {
    font-size: 48px;
  }
  .mainvisual__lead {
    margin-top: 16px;
    font-size: 18px;
  }
  .mainvisual__backvideo {
    width: 89.7%;
    aspect-ratio: 350/537;
    clip-path: polygon(32px 0%, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0% 32px);
    order: 1;
  }
  .mainvisual__aniversary {
    position: static;
    width: 64%;
    order: 4;
    margin-inline: auto;
    margin-top: 80px;
  }
  .mainvisual__aniversary-text {
    font-size: 12px;
  }
  .mainvisual__decoration {
    order: 3;
    bottom: 165px;
    width: 492px;
    height: 156px;
    left: -10%;
    z-index: 0;
  }
  .business {
    padding-top: 93px;
    padding-bottom: 72px;
  }
  .business-container {
    flex-direction: column;
    gap: 0;
  }
  .business__content {
    order: 2;
    width: 100%;
    margin-top: 37px;
  }
  .business-figure {
    order: 3;
    margin-top: 16px;
  }
  .business__decoration-title {
    order: 1;
    position: static;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .interview {
    padding-bottom: 48px;
  }
  .interview::before {
    top: 37px;
    width: 100%;
    height: calc(100% - 37px);
    clip-path: polygon(100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 0);
  }
  .interview-container {
    gap: 24px;
    flex-direction: column;
  }
  .interview__head {
    width: 100%;
  }
  .interview__head-content {
    margin-top: 44px;
  }
  .interview__body {
    margin-right: 0;
  }
  .interview__list {
    gap: 16px;
  }
  .interview-item__figure {
    aspect-ratio: auto;
  }
  .interview-item__figure img {
    aspect-ratio: 171/235;
  }
  .interview-item__name {
    position: static;
    padding: 8px 12px;
    font-size: 14px;
  }
  .interview-item__button {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
  }
  .showroom {
    margin-top: -32px;
    padding-top: 122px;
    padding-bottom: 30px;
  }
  .showroom-container {
    gap: 24px;
    flex-direction: column;
  }
  .showroom__content {
    width: 100%;
    order: 3;
  }
  .showroom__figure {
    order: 2;
    padding-bottom: 0;
    margin-top: 5px;
  }
  .showroom__decoration-title {
    position: static;
    order: 1;
    margin-left: auto;
  }
  .solution {
    padding-top: 33px;
    padding-bottom: 120px;
  }
  .solution::before {
    aspect-ratio: 390/282;
    width: 100%;
    height: 282px;
    left: 0;
    right: 0;
    background-image: url(../../assets/img/top-solution-background--sp.png);
  }
  .solution__content {
    width: 100%;
    margin-top: 37px;
  }
  .sas {
    padding-top: 130px;
    padding-bottom: 385px;
  }
  .sas-container {
    text-align: left;
  }
  .sas__content {
    margin-top: 33px;
  }
  .sas .section-lead {
    width: 100%;
  }
  .sas__section-button {
    display: flex;
    justify-content: center;
  }
  .news {
    padding: 80px 0 88px;
  }
  .news-container {
    flex-direction: column;
  }
  .news__decoration-title {
    margin-left: 0;
  }
  .news__section-title {
    margin-top: 41px;
  }
  .news__content {
    width: 100%;
    margin-top: 35px;
  }
  .news-item__link {
    padding: 16px 0;
  }
  .news-item__title {
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.7;
  }
  .news-item__date {
    font-size: 14px;
  }
  .recruit {
    padding: 90px 0 0;
    flex-direction: column;
  }
  .recruit-container {
    position: relative;
  }
  .recruit-container::before {
    position: absolute;
    content: "";
    background-color: #c4c7ea;
    width: 120vw;
    height: calc(100% + 80px);
    left: -10vw;
    top: -80px;
    z-index: 0;
  }
  .recruit__content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-bottom: 70px;
  }
  .recruit__content-body {
    margin-top: 39px;
  }
  .recruit__text-button {
    margin-top: 24px;
    text-align: right;
  }
  .recruit-slider__outer {
    position: relative;
    width: 100%;
    max-width: 200vw;
    right: inherit;
    top: 0;
    left: -33%;
    height: 468px;
    transform: translateX(-50%);
  }
  .recruit-slider {
    width: 125vw;
    gap: 16px;
    transform: rotate(20deg);
  }
  .recruit-slider .swiper {
    width: 68%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-item__link:hover {
    opacity: 1;
  }
  .news-item__link:hover .news-item__title-deco {
    color: var(--color__primary);
    background-size: 100% 1px;
  }
}
.solution-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 7.94vw, 120px) clamp(32px, 4.23vw, 64px);
}

.solution-item__content {
  display: flex;
  align-items: center;
  margin-top: clamp(24px, 3.17vw, 48px);
  gap: clamp(16px, 2.12vw, 32px);
}

.solution-item__figure {
  box-shadow: 0px 0px clamp(15px, 1.98vw, 30px) 0px rgba(0, 0, 0, 0.2);
  width: 34.4%;
}

.solution-item__body {
  flex: 1;
}

.solution-item__name {
  font-size: clamp(10px, 1.32vw, 20px);
  line-height: 1.48;
  color: var(--color__primary);
  font-weight: 500;
}

.solution-item__description {
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.815;
  margin-top: clamp(8px, 1.06vw, 16px);
}

.solution-item__footer {
  margin-top: clamp(12px, 1.59vw, 24px);
}

.solution-item__button {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #c4c7ea;
  display: inline-flex;
  align-items: center;
  padding: clamp(5px, 0.6vw, 9px) clamp(12px, 1.59vw, 24px);
  transition: background-color 0.4s ease, color 0.4s ease;
}

.solution-item__button-pdf {
  width: clamp(10px, 1.26vw, 19px);
  height: clamp(13px, 1.65vw, 25px);
  background-image: url(../../assets/img/icon__pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: clamp(4px, 0.53vw, 8px);
  transition: background-image 0.4s ease;
}

.solution-lineup {
  background-color: #fff;
  margin-top: clamp(60px, 7.94vw, 120px);
  padding: clamp(24px, 3.17vw, 48px);
  clip-path: polygon(100% 0, 100% calc(100% - clamp(48px, 6.28vw, 95px)), calc(100% - clamp(48px, 6.28vw, 95px)) 100%, 0 100%, 0 0);
}

.solution-lineup__content {
  margin-top: clamp(24px, 3.17vw, 48px);
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.12vw, 32px);
}

.solution-lineup__figure {
  width: 60%;
}

.solution-lineup__body {
  flex: 1;
}

.solution-lineup__text {
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.815;
}

.solution-lineup__button {
  margin-top: clamp(12px, 1.59vw, 24px);
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #c4c7ea;
  display: inline-flex;
  align-items: center;
  padding: clamp(5px, 0.6vw, 9px) clamp(12px, 1.59vw, 24px);
  transition: background-color 0.4s ease, color 0.4s ease;
}

.solution-lineup__button-icon {
  width: clamp(8px, 1.06vw, 16px);
  height: clamp(8px, 1.06vw, 16px);
  background-image: url(../../assets/img/icon__lineup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: clamp(4px, 0.53vw, 8px);
  transition: background-image 0.4s ease;
}

@media screen and (max-width: 767px) {
  .solution {
    position: relative;
  }
  .solution::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--color__primary);
    top: -1px;
    left: 0;
    z-index: 0;
  }
  .solution-list {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .solution-item__content {
    margin-top: 24px;
    gap: 24px;
  }
  .solution-item__figure {
    width: 37.7%;
  }
  .solution-item__name {
    font-size: 14px;
  }
  .solution-item__description {
    font-size: 14px;
    margin-top: 16px;
  }
  .solution-item__footer {
    margin-top: 24px;
    text-align: center;
  }
  .solution-item__button {
    font-size: 14px;
    padding: 9px 24px;
  }
  .solution-item__button-pdf {
    width: 19px;
    height: 25px;
    margin-right: 8px;
  }
  .solution-lineup {
    margin-top: 48px;
    padding: 24px;
    clip-path: polygon(100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 0);
  }
  .solution-lineup__content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
    gap: 16px;
  }
  .solution-lineup__figure {
    width: 100%;
  }
  .solution-lineup__body {
    text-align: center;
  }
  .solution-lineup__text {
    font-size: 14px;
    text-align-last: left;
  }
  .solution-lineup__button {
    font-size: 14px;
    padding: 12px 24px;
  }
  .solution-lineup__button-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .solution-item__button:hover {
    background-color: var(--color__primary);
    color: #fff;
    opacity: 1;
  }
  .solution-item__button:hover .solution-item__button-pdf {
    background-image: url(../../assets/img/icon__pdf--white.svg);
  }
  .solution-lineup__button:hover {
    background-color: var(--color__primary);
    color: #fff;
    opacity: 1;
  }
  .solution-lineup__button:hover .solution-lineup__button-icon {
    background-image: url(../../assets/img/icon__lineup--hover.svg);
  }
}
.showroom-page__head-body {
  margin-top: clamp(24px, 3.17vw, 48px);
  text-align: center;
}

.showroom-page__head-text {
  margin-top: clamp(12px, 1.59vw, 24px);
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.76;
  text-align: left;
  width: clamp(365px, 48.28vw, 730px);
  max-width: 90%;
  margin-inline: auto;
}

.showroom-page__content {
  margin-top: clamp(60px, 7.94vw, 120px);
  display: flex;
  gap: clamp(35px, 4.63vw, 70px);
}

.showroom-page__content-left {
  width: 35%;
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.75;
}

.showroom-sticky-navi {
  top: clamp(24px, 3.17vw, 48px);
  position: sticky;
}

.showroom-page__content-left ul {
  margin-left: 1.5em;
  margin-top: clamp(12px, 1.59vw, 24px);
}

.showroom-page__content-left small {
  font-size: clamp(6px, 0.79vw, 12px);
  line-height: 2;
  margin-top: clamp(12px, 1.59vw, 24px);
  display: inline-block;
}

.showroom-page__content-right {
  flex: 1;
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.75;
}

.showroom-page__twoline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3.17vw, 48px) clamp(12px, 1.59vw, 24px);
}

.showroom-page__twoline-item img {
  height: 100%;
  aspect-ratio: 16/24;
  object-fit: cover;
}

.showroom-page__twoline-item figcaption {
  text-align: center;
  margin-top: clamp(12px, 1.59vw, 24px);
}

.showroom-page__oneline {
  display: grid;
  gap: clamp(24px, 3.17vw, 48px);
  margin-top: clamp(24px, 3.17vw, 48px);
}

.showroom-page__oneline-item {
  width: 65%;
  margin-inline: auto;
}

.showroom-page__oneline-item img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.showroom-page__oneline-item figcaption {
  text-align: center;
  margin-top: clamp(12px, 1.59vw, 24px);
}

.showroom-page__foot {
  margin-top: clamp(60px, 7.94vw, 120px);
  text-align: center;
}

.showroom-page__foot-text {
  font-size: clamp(16px, 2.12vw, 32px);
  line-height: 1.8125;
  color: var(--color__primary);
}

.showroom-page__foot-button {
  margin-top: clamp(12px, 1.59vw, 24px);
}

@media screen and (max-width: 767px) {
  .showroom-page__head-body {
    margin-top: 32px;
    text-align: left;
  }
  .showroom-page__head-text {
    font-size: 14px;
    max-width: 100%;
    margin-top: 24px;
  }
  .showroom-page__content {
    margin-top: 80px;
    gap: 48px;
    flex-direction: column;
  }
  .showroom-page__content-left {
    width: 100%;
    font-size: 14px;
  }
  .showroom-sticky-navi {
    position: static;
  }
  .showroom-page__content-left ul {
    margin-top: 24px;
  }
  .showroom-page__content-left small {
    line-height: 1.75;
    font-size: 12px;
    margin-top: 24px;
  }
  .showroom-page__content-right {
    font-size: 14px;
  }
  .showroom-page__twoline {
    gap: 32px 16px;
  }
  .showroom-page__twoline-item figcaption {
    margin-top: 16px;
  }
  .showroom-page__oneline {
    margin-top: 32px;
    gap: 32px;
  }
  .showroom-page__oneline-item {
    width: 75%;
  }
  .showroom-page__oneline-item figcaption {
    margin-top: 16px;
  }
  .showroom-page__foot {
    margin-top: 80px;
  }
  .showroom-page__foot-text {
    font-size: 20px;
    line-height: 1.5;
  }
  .showroom-page__foot-button {
    margin-top: 24px;
  }
}
.recruit-page__side-nav .side-nav__list {
  top: calc(100svh - clamp(53px, 8.2vw, 105px));
}

.recruit-process__image {
  margin-top: clamp(24px, 3.17vw, 48px);
}

@media screen and (max-width: 767px) {
  .recruitment-process {
    margin-top: 24px;
  }
  .recruit-process__image {
    max-width: 300px;
    width: 53%;
    margin-inline: auto;
    margin-top: 24px;
  }
}
.other-page__content {
  margin-top: clamp(24px, 3.17vw, 48px);
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.76;
}

.other-page__button {
  text-align: center;
  margin-top: clamp(24px, 3.17vw, 48px);
}

@media screen and (max-width: 767px) {
  .other-page__content {
    margin-top: 24px;
    font-size: 14px;
  }
  .other-page__button {
    margin-top: 32px;
  }
}
.news-page {
  width: 100%;
  padding-top: clamp(60px, 7.94vw, 120px);
  padding-bottom: clamp(180px, 23.81vw, 360px);
}

.news-page__row {
  display: flex;
}

.news-page .pagehead {
  order: 2;
  flex: 1;
  height: auto;
}

.news-page .pagehead__container {
  justify-content: flex-start;
  max-width: none;
}

.news-page__content {
  order: 1;
  width: 59.59%;
}

.news-page__section-button {
  margin-top: clamp(40px, 5.29vw, 80px);
  text-align: center;
}

.article__title {
  font-weight: 400;
  font-size: clamp(16px, 2.12vw, 32px);
  line-height: 1.8125;
}

.article__content {
  margin-top: clamp(16px, 2.12vw, 32px);
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.76;
}

.single__section-button {
  text-align: right;
  margin-top: clamp(40px, 5.29vw, 80px);
}

.article__content > *:first-child {
  margin-top: 0;
}

.article__content > *:last-child {
  margin-bottom: 0;
}

.article__content h2 {
  font-weight: 500;
  font-size: clamp(14px, 2.19vw, 28px);
  margin: clamp(30px, 4.69vw, 60px) 0 clamp(15px, 2.34vw, 30px);
  color: var(--color__primary);
}

.article__content h3 {
  font-weight: 500;
  font-size: clamp(12px, 1.88vw, 24px);
  margin: clamp(23px, 3.52vw, 45px) 0 clamp(13px, 1.95vw, 25px);
  color: var(--color__primary);
}

.article__content h4 {
  font-weight: 500;
  font-size: clamp(10px, 1.56vw, 20px);
  margin: clamp(18px, 2.73vw, 35px) 0 clamp(10px, 1.56vw, 20px);
}

.article__content p {
  margin: clamp(13px, 1.95vw, 25px) 0;
}

.article__content a {
  color: var(--color__primary);
  text-decoration: none;
  word-break: break-all;
}

.article__content ul,
.article__content ol {
  margin: clamp(13px, 1.95vw, 25px) 0 clamp(13px, 1.95vw, 25px) clamp(10px, 1.56vw, 20px);
}

.article__content li {
  margin: clamp(6px, 0.94vw, 12px) 0;
}

.article__content figure {
  margin: clamp(20px, 3.13vw, 40px) 0;
}

.article__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.article__content figcaption {
  font-size: clamp(11px, 1.09vw, 14px);
  color: #666;
  text-align: center;
  margin-top: clamp(5px, 0.78vw, 10px);
}

.article__content blockquote {
  margin: clamp(15px, 2.34vw, 30px) 0;
  padding-left: clamp(10px, 1.56vw, 20px);
  border-left: 4px solid var(--color__primary);
}

@media screen and (max-width: 767px) {
  .news-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .news-page__row {
    flex-direction: column;
  }
  .news-page .pagehead {
    order: 1;
  }
  .news-page .pagehead__container {
    margin-top: 0;
  }
  .news-page__content {
    order: 2;
    margin-top: 80px;
    width: 100%;
  }
  .news-page__section-button {
    margin-top: 56px;
  }
  .article__title {
    font-size: 24px;
    line-height: 1.75;
  }
  .article__content {
    margin-top: 24px;
    font-size: 14px;
  }
  .single__section-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 48px;
  }
  .article__content h2 {
    font-size: 22px;
    margin: 40px 0 20px;
  }
  .article__content h3 {
    font-size: 18px;
    margin: 30px 0 15px;
  }
  .article__content h4 {
    font-size: 16px;
    margin: 25px 0 15px;
  }
  .article__content p {
    margin: 20px 0;
  }
  .article__content ul,
  .article__content ol {
    margin: 20px 0 20px 15px;
  }
  .article__content li {
    margin: 8px 0;
  }
  .article__content figure {
    margin: 30px 0;
  }
  .article__content figcaption {
    font-size: 12px;
    margin-top: 8px;
  }
  .article__content blockquote {
    margin: 25px 0;
    padding-left: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .article__content a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
.contact-form {
  display: grid;
  gap: clamp(8px, 1.06vw, 16px);
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.76;
  margin-top: clamp(24px, 3.17vw, 48px);
}

.form__attension-text {
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.76;
  margin-bottom: clamp(8px, 1.06vw, 16px);
}

.form-group {
  display: flex;
}

.form__head {
  width: 23.4%;
  margin-right: 1.6%;
}

.form__label {
  margin-top: clamp(9px, 1.19vw, 18px);
  display: flex;
  color: var(--color__primary);
}

.badge-required {
  background-color: var(--color__primary);
  color: #fff;
  line-height: 1;
  padding: clamp(2px, 0.26vw, 4px) clamp(4px, 0.53vw, 8px);
  font-size: clamp(7px, 0.86vw, 13px);
  border-radius: clamp(10px, 1.32vw, 20px);
  margin-left: auto;
  align-self: center;
}

.form__body {
  flex: 1;
}

.form__select-outer {
  width: clamp(143px, 18.91vw, 286px);
  max-width: 100%;
  position: relative;
}

.form__select-outer::before {
  position: absolute;
  content: "";
  right: clamp(8px, 1.06vw, 16px);
  top: clamp(12px, 1.59vw, 24px);
  background-image: url(../../assets/img/icon__select-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(7px, 0.93vw, 14px);
  height: clamp(7px, 0.93vw, 14px);
  z-index: 1;
}

.form__address {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.53vw, 8px);
}

.contact-form .form__address input {
  width: clamp(60px, 7.94vw, 120px);
}

.contact-form select,
.contact-form input,
.contact-form textarea {
  border-color: #c4c7ea;
  background-color: #fff;
  border-radius: clamp(4px, 0.53vw, 8px);
  padding: clamp(8px, 0.99vw, 15px);
  width: 100%;
}

.contact-form select::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact-form textarea {
  height: clamp(120px, 15.87vw, 240px);
}

.form-submit {
  width: 100%;
  margin-top: clamp(16px, 2.12vw, 32px);
  width: clamp(94px, 12.43vw, 188px);
  margin-inline: auto;
  overflow: hidden;
}

.form-submit__buttons {
  width: 100%;
  text-align: center;
}

.form-submit__buttons .gradient-button {
  padding: 0;
}

input.form-submit__button {
  background-color: inherit;
  color: #fff;
  padding: clamp(6px, 0.79vw, 12px) clamp(12px, 1.59vw, 24px);
  border: none;
}

input.form-submit__back {
  padding: 0;
  margin-top: 24px;
  border: none;
  background-color: inherit;
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
  line-height: 1.5;
  color: var(--color__primary);
  font-weight: 500;
}

.custom-checkbox {
  margin-top: clamp(16px, 2.12vw, 32px);
  text-align: center;
}

.custom-checkbox .wpcf7-list-item {
  margin-left: 0;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}

.custom-checkbox label {
  position: relative;
  padding-left: clamp(14px, 1.85vw, 28px);
}

.custom-checkbox input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: clamp(3px, 0.33vw, 5px);
  left: 0;
  width: clamp(10px, 1.32vw, 20px);
  height: clamp(10px, 1.32vw, 20px);
  border: 1px solid #c4c7ea;
  border-radius: clamp(2px, 0.2vw, 3px);
  transition: 0.2s;
  background-color: #fff;
}

.custom-checkbox input[type=checkbox] + span:after {
  position: absolute;
  content: "";
  top: clamp(3px, 0.4vw, 6px);
  left: clamp(2px, 0.2vw, 3px);
  width: clamp(10px, 1.32vw, 20px);
  height: clamp(5px, 0.66vw, 10px);
  border-left: 2px solid var(--color__primary);
  border-bottom: 2px solid var(--color__primary);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.2s;
  border-radius: clamp(1px, 0.13vw, 2px);
  opacity: 0;
}

.custom-checkbox input[type=checkbox]:checked + span:after {
  opacity: 1;
}

.custom-checkbox__text {
  margin-top: clamp(8px, 1.06vw, 16px);
}

.custom-checkbox__text a {
  color: #005bac;
  text-decoration: underline;
}

.mw_wp_form_confirm .contact-form {
  gap: 0;
}

.mw_wp_form_confirm .form__attension-text {
  margin-bottom: 0;
}

.mw_wp_form_confirm .form-group {
  margin-top: 48px;
}

.mw_wp_form_confirm .form-group.--address {
  margin-top: 8px;
}

.mw_wp_form_confirm .form__label {
  margin-top: 0;
}

.mw_wp_form_confirm .form-group.--address .form__label {
  margin-top: 5px;
}

.mw_wp_form_confirm .form__body {
  word-break: break-all;
}

.mw_wp_form_confirm .form__select-outer::before {
  content: none;
}

.mw_wp_form_confirm .custom-checkbox {
  margin-left: 25%;
  text-align: left;
  margin-top: 48px;
}

.mw_wp_form_confirm .form-submit {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: 24px;
    font-size: 14px;
    gap: 16px;
  }
  .form__attension-text {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .form-group {
    flex-direction: column;
  }
  .form__head {
    width: 100%;
    margin-right: 0;
  }
  .form__label {
    font-size: 14px;
    margin-top: 0;
  }
  .badge-required {
    margin-left: 8px;
    font-size: 12px;
    padding: 2px 6px;
  }
  .form__body {
    margin-top: 8px;
  }
  .form__select-outer {
    width: 286px;
  }
  .form__select-outer::before {
    width: 14px;
    height: 14px;
    right: 16px;
    top: 14px;
  }
  .form__address {
    gap: 8px;
  }
  .contact-form .form__address input {
    width: 120px;
  }
  .form__address-unit {
    font-size: 17px;
  }
  .contact-form select,
  .contact-form input,
  .contact-form textarea {
    padding: 8px 16px;
    border-radius: 8px;
  }
  .contact-form select::placeholder,
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    font-size: 14px;
  }
  .contact-form textarea {
    height: 160px;
  }
  .form-submit {
    width: 160px;
    font-size: 14px;
    left: inherit;
    transform: none;
  }
  .form-submit::before {
    content: none;
  }
  input.form-submit__button {
    padding: 8px 30px;
  }
  input.form-submit__back {
    font-size: 14px;
  }
  .custom-checkbox {
    margin-top: 16px;
  }
  .custom-checkbox label {
    padding-left: 28px;
  }
  .custom-checkbox input[type=checkbox] + span:before {
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
  .custom-checkbox input[type=checkbox] + span:after {
    top: 3px;
    left: 3px;
    width: 20px;
    height: 10px;
  }
  .custom-checkbox__text {
    font-size: 14px;
    margin-top: 8px;
  }
  .mw_wp_form_confirm .form-group {
    margin-top: 24px;
  }
  .mw_wp_form_confirm .form-group.--address {
    margin-top: 8px;
  }
  .mw_wp_form_confirm .form-group.--address .form__head {
    display: none;
  }
  .mw_wp_form_confirm .form-group.--address .form__body {
    margin-top: 0;
  }
  .mw_wp_form_confirm .form__body {
    margin-top: 16px;
  }
  .mw_wp_form_confirm .custom-checkbox {
    margin-left: 0;
    margin-top: 16px;
  }
}
.page-content__main {
  width: 78.22%;
}

.about-page__side-nav .side-nav__list {
  top: clamp(61px, 9.38vw, 120px);
}

section:first-child.about-page__box {
  padding-top: 0;
}

.about-page__box {
  padding-top: clamp(61px, 9.38vw, 120px);
  margin-top: 0 !important;
}

.about-page__box:not(:first-child) {
  margin-top: clamp(61px, 9.38vw, 120px);
}

.about-page__box h3 {
  font-size: clamp(16px, 2.5vw, 32px);
  line-height: 1.8125;
  color: var(--color__primary);
  font-weight: 400;
  margin-top: clamp(24px, 3.75vw, 48px);
}

.about-page__message {
  display: flex;
  gap: 4.8%;
  margin-top: clamp(12px, 1.88vw, 24px);
}

.about-page__message:not(:nth-of-type(1)) {
  margin-top: clamp(20px, 3.13vw, 40px);
}

.about-page__message-figure {
  width: 33%;
}

.about-page__message-text {
  flex: 1;
  font-size: clamp(12px, 1.33vw, 17px);
  line-height: 1.765;
}

.about-page__message-text p:not(:first-child) {
  margin-top: 1.8em;
}

.about-page__message-name {
  justify-content: flex-end;
  text-align: right;
  font-size: clamp(12px, 1.17vw, 15px);
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-top: clamp(16px, 2.5vw, 32px);
}

.about-page__message-name span {
  font-size: clamp(14px, 1.56vw, 20px);
  margin-bottom: clamp(2px, 0.23vw, 3px);
  margin-left: clamp(8px, 1.25vw, 16px);
}

.datalist {
  margin-top: clamp(24px, 3.75vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(18px, 2.73vw, 35px);
}

.datalist__item {
  border-bottom: 1px solid #c4c7ea;
  padding: clamp(12px, 1.88vw, 24px) 0;
}

.datalist__item:nth-of-type(1),
.datalist__item:nth-of-type(2) {
  border-top: 1px solid #c4c7ea;
}

.office-data__name {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.625vw, 8px);
}

.office__map-link {
  background-color: var(--color__primary);
  color: #fff;
  padding: clamp(2px, 0.31vw, 4px) clamp(4px, 0.625vw, 8px);
  border-radius: 40px;
  font-family: var(--font__en);
  font-size: clamp(10px, 1.02vw, 13px);
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  transition: border-color 0.4s ease, color 0.4s ease, background-color 0.4s ease;
}

.office-data-link-icon {
  width: clamp(6px, 0.94vw, 12px);
  height: clamp(6px, 0.94vw, 12px);
  margin-left: clamp(2px, 0.31vw, 4px);
  display: inline-block;
  background-image: url(../../assets/img/icon__external--white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.4s ease;
}

.office-data__body {
  font-size: clamp(12px, 1.33vw, 17px);
  line-height: 1.5;
}

.office-data__address {
  margin-top: clamp(8px, 1.25vw, 16px);
}

.office-data__contact {
  margin-top: clamp(8px, 1.25vw, 16px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(4px, 0.625vw, 8px) clamp(12px, 1.88vw, 24px);
  font-family: var(--font__en);
}

.about-page__group {
  display: flex;
  gap: clamp(24px, 3.75vw, 48px);
  margin-top: clamp(24px, 3.75vw, 48px);
}

.about-page__group-figure {
  width: clamp(150px, 23.13vw, 296px);
  max-width: 30%;
}

.about-page__group-text {
  flex: 1;
  font-size: clamp(12px, 1.33vw, 17px);
  line-height: 1.76;
}

.group-data__name {
  font-weight: 700;
  color: var(--color__primary);
  font-size: clamp(12px, 1.33vw, 17px);
  line-height: 1.76;
}

.group-data__body {
  color: var(--color__primary);
  font-size: clamp(12px, 1.33vw, 17px);
  line-height: 1.76;
}

.group-data__link {
  margin-top: clamp(4px, 0.625vw, 8px);
  font-family: var(--font__en);
  display: inline-flex;
  align-items: center;
}

.group-data__link-icon {
  width: clamp(8px, 1.25vw, 16px);
  height: clamp(8px, 1.25vw, 16px);
  margin-left: clamp(4px, 0.625vw, 8px);
  display: inline-block;
  background-image: url(../../assets/img/icon__external.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .page-content__main {
    width: 100%;
  }
  .about-page__box {
    margin-top: 48px;
  }
  .about-page__box h3 {
    font-size: 24px;
    line-height: 1.75;
    margin-top: 24px;
  }
  .about-page__message {
    flex-direction: column;
  }
  .about-page__message:not(:nth-of-type(1)) {
    margin-top: 16px;
  }
  .about-page__message-figure {
    width: 100%;
    aspect-ratio: 358/240;
    overflow: hidden;
    order: 1;
  }
  .about-page__message-text {
    font-size: 14px;
    order: 2;
    margin-top: 16px;
  }
  .about-page__message-name {
    font-size: 12px;
    margin-top: 16px;
  }
  .about-page__message-name span {
    font-size: 16px;
  }
  .datalist {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .datalist__item {
    padding: 16px 0;
  }
  .datalist__item:nth-of-type(2) {
    border-top: none;
  }
  .office-data__name {
    gap: 8px;
  }
  .office__map-link {
    padding: 4px 8px;
    font-size: 13px;
  }
  .office-data-link-icon {
    width: 12px;
    height: 12px;
    margin-left: 4px;
  }
  .office-data__body {
    font-size: 14px;
    line-height: 1.8;
  }
  .office-data__address {
    margin-top: 8px;
  }
  .office-data__contact {
    margin-top: 8px;
  }
  .about-page__group {
    flex-direction: column;
    margin-top: 24px;
  }
  .about-page__group-figure {
    width: 100%;
    max-width: none;
  }
  .about-page__group-text {
    font-size: 14px;
  }
  .group-data__name {
    font-size: 14px;
  }
  .group-data__body {
    font-size: 14px;
  }
  .group-data__link {
    margin-top: 4px;
  }
  .group-data__link-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .office__map-link:hover {
    opacity: 1;
    border-color: var(--color__primary);
    color: var(--color__primary);
    background-color: #fff;
  }
  .office__map-link:hover .office-data-link-icon {
    background-image: url(../../assets/img/icon__external.svg);
  }
}
.business-page__side-nav .side-nav__list {
  top: clamp(61px, 9.38vw, 120px);
}

.business-head {
  position: relative;
  background-color: #eceefb;
  padding: clamp(24px, 3.75vw, 48px) clamp(20px, 3.13vw, 40px);
}

.business-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(16px, 2.5vw, 32px);
  height: clamp(16px, 2.5vw, 32px);
  background: #f7f8ff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.business-head::after {
  position: absolute;
  content: "";
  background-color: #eceefb;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
}

.business-head__title {
  font-size: clamp(16px, 2.5vw, 32px);
  font-weight: 400;
  color: var(--color__primary);
  line-height: 1.8;
}

.business-head__text {
  font-size: clamp(14px, 1.56vw, 20px);
  margin-top: clamp(4px, 0.625vw, 8px);
  line-height: 1.5;
}

.business-media {
  display: flex;
  gap: clamp(24px, 3.75vw, 48px);
}

.business-media.--align-center {
  align-items: center;
}

.business-media__figure {
  width: 33%;
}

.business-media__text {
  flex: 1;
  font-size: clamp(12px, 1.33vw, 17px);
  line-height: 1.75;
}

.business-media__text dl {
  display: grid;
  gap: clamp(12px, 1.88vw, 24px);
  margin-top: clamp(12px, 1.88vw, 24px);
}

.business-media__text dl dt {
  font-weight: 700;
  font-size: clamp(14px, 1.56vw, 20px);
}

.business-media__text dl dd {
  margin-top: clamp(4px, 0.625vw, 8px);
}

.business-graph {
  padding: clamp(12px, 1.88vw, 24px) 10.8%;
}

.business-graph__image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.page-content-section__text {
  line-height: 1.75;
}

.business-list {
  display: grid;
  gap: clamp(4px, 0.625vw, 8px);
}

.business-list__item {
  display: flex;
  gap: clamp(4px, 0.625vw, 8px);
}

.business-list__num {
  background-color: var(--color__primary);
  padding: clamp(4px, 0.625vw, 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(4px, 0.625vw, 8px);
  width: clamp(41px, 6.25vw, 80px);
}

.business-list__num.--wide {
  width: clamp(65px, 10vw, 128px);
}

.business-list__num-label {
  font-size: clamp(12px, 1.33vw, 17px);
  color: #fff;
}

.business-list__num-text {
  font-size: clamp(14px, 1.56vw, 20px);
  font-weight: 700;
  font-family: var(--font__en);
  color: #fff;
}

.business-list__body {
  flex: 1;
  background-color: #eceefb;
  padding: clamp(8px, 1.25vw, 16px) clamp(12px, 1.88vw, 24px);
  display: flex;
  gap: clamp(12px, 1.88vw, 24px);
}

.business-list__label {
  font-weight: 700;
  color: var(--color__primary);
  font-size: clamp(14px, 1.56vw, 20px);
  line-height: 1.5;
  display: inline-block;
}

.business-list__text {
  font-size: clamp(12px, 1.33vw, 17px);
  line-height: 1.76;
  flex: 1;
}

.business-download {
  text-align: center;
}

.business-download__text {
  font-size: clamp(11px, 1.09vw, 14px);
}

.business-showroom {
  margin-bottom: clamp(127px, 19.53vw, 250px);
}

.business-showroom__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.75vw, 48px);
  padding: clamp(18px, 2.81vw, 36px) clamp(51px, 7.81vw, 100px) clamp(18px, 2.81vw, 36px) 0;
}

.business-showroom__link::before {
  position: absolute;
  content: "";
  background-color: var(--color__primary);
  height: 100%;
  right: clamp(23px, 3.04vw, 46px);
  left: clamp(32px, 4.17vw, 63px);
  top: 0;
  z-index: -1;
}

.business-showroom__content {
  color: #fff;
  order: 2;
  flex: 1;
}

.business-showroom__title {
  font-size: clamp(12px, 1.59vw, 24px);
  line-height: 1.5;
  font-weight: 500;
}

.business-showroom__text {
  font-size: clamp(9px, 1.12vw, 17px);
  margin-top: clamp(8px, 1.06vw, 16px);
  line-height: 1.8;
}

.business-showroom__button {
  margin-top: clamp(12px, 1.59vw, 24px);
}

.business-showroom__figre {
  position: relative;
  order: 1;
  width: 40%;
  transition: transform 0.4s ease;
}

.business-showroom__deco {
  position: absolute;
  height: clamp(30px, 4.61vw, 59px);
  right: clamp(2px, 0.23vw, 3px);
  bottom: calc(clamp(16px, 2.5vw, 32px) * -1);
}

.business-showroom__deco img {
  height: 100%;
  vertical-align: top;
  object-fit: contain;
}

.business-section__figure {
  display: block;
}

.business-section__text {
  line-height: 1.75;
  font-size: clamp(9px, 1.12vw, 17px);
}

.page-grid-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3.17vw, 48px);
}

.page-grid-list.--y-gap-wide {
  gap: clamp(32px, 4.23vw, 64px) clamp(24px, 3.17vw, 48px);
}

.page-grid-list__figure {
  aspect-ratio: 474/272;
}

.page-grid-list__name {
  font-size: clamp(10px, 1.32vw, 20px);
  line-height: 1.5;
  text-align: center;
  margin-top: clamp(12px, 1.59vw, 24px);
}

.page-grid-list__text {
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.75;
  margin-top: clamp(5px, 0.66vw, 10px);
}

.page-grid-list__text.--align-center {
  text-align: center;
}

.business-section__title-text {
  color: #fff;
  background-color: var(--color__primary);
  display: inline-block;
  padding: clamp(8px, 1.06vw, 16px) clamp(12px, 1.59vw, 24px);
  font-size: clamp(14px, 1.85vw, 28px);
  line-height: 1;
  font-weight: 400;
}

.business-button {
  border-radius: 50px;
  border: 1px solid #c4c7ea;
  padding: clamp(4px, 0.53vw, 8px) clamp(12px, 1.59vw, 24px);
  line-height: 1.2;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.business-button__icon {
  margin-left: clamp(4px, 0.53vw, 8px);
  width: clamp(8px, 1.06vw, 16px);
  height: clamp(8px, 1.06vw, 16px);
  background-image: url(../../assets/img/icon__business-button-blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transition: background-image 0.4s ease;
}

.menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(8px, 1.06vw, 16px);
}

.menu-item {
  background-color: #eceefb;
  padding: clamp(8px, 1.06vw, 16px) clamp(12px, 1.59vw, 24px);
}

.menu-item__title {
  font-size: clamp(10px, 1.32vw, 20px);
  line-height: 1.5;
  font-weight: 700;
  color: var(--color__primary);
}

.menu-item__list {
  margin-left: 1.2em;
  margin-top: clamp(8px, 1.06vw, 16px);
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.75;
}

.menu-item__list-item::marker {
  font-size: clamp(5px, 0.66vw, 10px);
  font-weight: 400;
}

.business-pdca {
  width: clamp(335px, 44.31vw, 670px);
  max-width: 90%;
  margin-inline: auto;
}

.verification__list {
  display: grid;
  gap: clamp(4px, 0.53vw, 8px);
}

.verification__item {
  background-color: #fff;
  padding: clamp(12px, 1.59vw, 24px) clamp(4px, 0.53vw, 8px);
  text-align: center;
}

.verification__title {
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.75;
  font-weight: 400;
}

.verification__text {
  color: var(--color__primary);
  font-size: clamp(13px, 1.72vw, 26px);
  line-height: 1.2;
  font-weight: 700;
  margin-top: clamp(8px, 1.06vw, 16px);
}

.verification__desc {
  line-height: 2.2;
  font-size: clamp(7px, 0.93vw, 14px);
  margin-top: clamp(4px, 0.53vw, 8px);
}

.color-attension {
  color: #ed1c24;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .business-head {
    padding: 24px;
  }
  .business-head::before {
    width: 32px;
    height: 32px;
  }
  .business-head__title {
    font-size: 24px;
  }
  .business-head__text {
    font-size: 16px;
    margin-top: 8px;
  }
  .business-media {
    flex-direction: column;
    gap: 16px;
  }
  .business-media__figure {
    width: 100%;
  }
  .business-media__text {
    font-size: 14px;
  }
  .business-media__text dl {
    gap: 16px;
    margin-top: 16px;
  }
  .business-media__text dl dt {
    font-size: 16px;
  }
  .business-media__text dl dd {
    margin-top: 8px;
  }
  .business-graph {
    padding: 0;
  }
  .business-list {
    gap: 4px;
  }
  .business-list__item {
    gap: 4px;
  }
  .business-list__item.--sp--minh62 {
    min-height: 62px;
  }
  .business-list__num {
    gap: 8px;
    width: 36px;
    padding: 4px;
  }
  .business-list__num.--wide {
    width: 104px;
  }
  .business-list__num-label {
    font-size: 14px;
  }
  .business-list__num-text {
    font-size: 14px;
  }
  .business-list__body {
    padding: 8px;
    gap: 4px;
    display: block;
  }
  .business-list__body.--sp-padding {
    padding: 16px 24px;
  }
  .business-list__text {
    font-size: 14px;
  }
  .business-list__label {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .business-list__text {
    font-size: 14px;
  }
  .business-download__text {
    font-size: 12px;
  }
  .business-showroom {
    margin-bottom: 110px;
  }
  .business-showroom__link {
    padding: 0 24px 57px;
    flex-direction: column;
    gap: 16px;
  }
  .business-showroom__link::before {
    height: calc(100% - 93px);
    bottom: 0;
    top: inherit;
    right: 0;
    left: 0;
  }
  .business-showroom__title {
    font-size: 16px;
  }
  .business-showroom__text {
    font-size: 14px;
    margin-top: 16px;
  }
  .business-showroom__button {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
  }
  .business-showroom__figre {
    width: 90%;
  }
  .business-showroom__deco {
    height: 42px;
    right: -5px;
    bottom: -20px;
  }
  .business-section__text {
    font-size: 14px;
  }
  .page-grid-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .page-grid-list.--y-gap-wide {
    gap: 24px;
  }
  .page-grid-list__name {
    font-size: 16px;
    margin-top: 16px;
  }
  .page-grid-list__text {
    margin-top: 8px;
    font-size: 14px;
  }
  .business-section__title-text {
    padding: 4px 8px;
    font-size: 18px;
    line-height: 1.77;
  }
  .business-button {
    padding: 13px 16px;
  }
  .business-button__icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }
  .menu {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .menu-item {
    padding: 16px;
  }
  .menu-item__title {
    font-size: 16px;
  }
  .menu-item__list {
    font-size: 14px;
    margin-top: 8px;
  }
  .menu-item__list-item::marker {
    font-size: 10px;
  }
  .business-pdca {
    max-width: 81%;
  }
  .verification__list {
    gap: 8px;
  }
  .verification__item {
    padding: 16px 8px;
  }
  .verification__title {
    font-size: 14px;
  }
  .verification__text {
    font-size: 20px;
    margin-top: 16px;
  }
  .verification__desc {
    font-size: 12px;
    margin-top: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .business-showroom__link:hover {
    opacity: 1;
  }
  .business-showroom__link:hover .business-showroom__figre {
    transform: translateX(clamp(12px, 1.88vw, 24px));
  }
  .business-showroom__link:hover .business-showroom__deco {
    transform: translateX(calc(clamp(12px, 1.88vw, 24px) * -1));
  }
  .business-button:hover {
    background-color: var(--color__primary);
    color: #fff;
    opacity: 1;
  }
  .business-button:hover .business-button__icon {
    background-image: url(../../assets/img/icon__lineup--hover.svg);
  }
}
.sus-page__box {
  display: flex;
  gap: clamp(10px, 1.32vw, 20px);
}

.sus-page__box .section-title {
  flex: 1;
}

.sus-page__box-body {
  width: 64.15%;
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.76;
}

.sus-page__box-quarity-flex {
  display: grid;
  grid-template-columns: 15fr 49fr;
  gap: clamp(12px, 1.59vw, 24px);
}

.sus-page__box-body > * {
  margin-top: 2em;
}

.sus-page__box-body > *:first-child {
  margin-top: 0;
}

.sus-page__box h3 {
  color: var(--color__primary);
  font-weight: 700;
}

.sus-page__box h3 + * {
  margin-top: 1em;
}

.sus-page__box ol {
  margin-left: 1em;
}

.sus-page__box ul {
  margin-left: 1em;
}

.sus-page__box ol li:not(:last-child),
.sus-page__box ul li:not(:last-child) {
  margin-top: clamp(3px, 0.4vw, 6px);
}

.sus-page__box ol li ol,
.sus-page__box ol li ul,
.sus-page__box ul li ol,
.sus-page__box ul li ul {
  margin-left: 1.5em;
}

.sus-page__box ol li ul {
  list-style: disc;
}

.sus-page__box dl {
  border: 1px solid #000;
  width: clamp(320px, 42.32vw, 640px);
  margin-top: 2em;
}

.sus-page__box dl div {
  display: flex;
  width: 100%;
}

.sus-page__box dt {
  border: 1px solid #000;
  width: 25%;
  padding: clamp(8px, 1.06vw, 16px) clamp(4px, 0.53vw, 8px);
  text-align: center;
  font-weight: 400;
}

.sus-page__box dd {
  border: 1px solid #000;
  flex: 1;
  padding: clamp(8px, 1.06vw, 16px) clamp(24px, 3.17vw, 48px);
}

ul.sus-page__sdgs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(3px, 0.4vw, 6px);
  list-style: none;
  margin: 2em 0;
}

ul.sus-page__sdgs li {
  width: 100%;
}

.sus-page__box ul.sus-page__sdgs li:not(:last-child) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .sus-page__box {
    flex-direction: column;
    gap: 24px;
  }
  .sus-page__box-body {
    width: 100%;
    font-size: 14px;
    line-height: 1.72;
  }
  .sus-page__box-quarity-flex {
    grid-template-columns: 39fr 55fr;
    gap: 24px;
  }
  .sus-page__box ol {
    margin-top: 24px;
  }
  .sus-page__box dl {
    max-width: 100%;
    width: 100%;
    border: none;
    display: grid;
    gap: 24px;
  }
  .sus-page__box dl div {
    flex-direction: column;
  }
  .sus-page__box dt {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 0 0 8px;
    text-align: left;
  }
  .sus-page__box dd {
    border: none;
    width: 100%;
    padding: 8px 0 0;
  }
  .sus-page__box h3 {
    font-size: 14px;
  }
  ul.sus-page__sdgs {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
}
.privacy-page__box {
  display: flex;
  gap: clamp(10px, 1.32vw, 20px);
}

.privacy-page__box .section-title {
  flex: 1;
}

.privacy-page__box-body {
  width: 64.15%;
  font-size: clamp(9px, 1.12vw, 17px);
  line-height: 1.76;
}

.privacy-page__box ol {
  margin-left: 1.5em;
}

.privacy-page__box ul {
  margin-left: 1.5em;
}

.privacy-page__box ol li ol,
.privacy-page__box ol li ul,
.privacy-page__box ul li ol,
.privacy-page__box ul li ul {
  margin-left: 1.5em;
}

.privacy-page__box ul li::marker {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .privacy-page__box {
    flex-direction: column;
    gap: 24px;
  }
  .privacy-page__box-body {
    width: 100%;
    font-size: 14px;
    line-height: 1.72;
  }
}
.casestudy-head {
  display: flex;
  width: 100%;
  line-height: 1.45;
  position: relative;
  padding-bottom: clamp(41px, 6.25vw, 80px);
}

.casestudy-head::before {
  position: absolute;
  content: "";
  background-color: #eceefb;
  width: 66.6%;
  height: calc(100% - clamp(41px, 6.25vw, 80px));
  margin-left: auto;
  left: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 100% calc(100% - clamp(30px, 4.69vw, 60px)), calc(100% - clamp(29px, 4.53vw, 58px)) 100%, 0 100%, 0 0);
  z-index: -1;
}

.casestudy-head__container {
  width: auto;
  padding: 0;
}

.casestudy-head__decoration {
  width: clamp(233px, 35.78vw, 458px);
}

.casestudy-head__content {
  position: relative;
  flex: 1;
  margin-top: clamp(25px, 3.91vw, 50px);
}

.casestudy-head__title {
  font-size: clamp(16px, 2.5vw, 32px);
  color: var(--color__primary);
  font-weight: 500;
  margin-top: clamp(20px, 3.13vw, 40px);
}

.casestudy-head__subtitle {
  margin-top: clamp(8px, 1.25vw, 16px);
  color: var(--color__primary);
  font-weight: 500;
  font-size: clamp(14px, 1.56vw, 20px);
}

.casestudy-head__info {
  margin-top: clamp(20px, 3.13vw, 40px);
  display: flex;
  gap: clamp(12px, 1.88vw, 24px);
}

.casestudy-head__info-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.casestudy-head__info-label {
  background-color: var(--color__primary);
  border-radius: 40px;
  color: #fff;
  text-align: center;
  padding: clamp(2px, 0.31vw, 4px) clamp(4px, 0.625vw, 8px);
  min-width: clamp(32px, 5vw, 64px);
  margin-right: clamp(4px, 0.625vw, 8px);
  font-size: clamp(10px, 0.94vw, 12px);
}

.casestudy-head__info-text {
  font-size: clamp(11px, 1.09vw, 14px);
}

.casestudy-head__image {
  width: 50%;
}

.casestudy-head__image-item {
  clip-path: polygon(0 0, 100% 0, 100% 100%, clamp(30px, 4.69vw, 60px) 100%, 0 calc(100% - clamp(29px, 4.45vw, 57px)));
}

.casestudy-page__content {
  margin-top: clamp(41px, 6.25vw, 80px);
  padding-bottom: clamp(102px, 15.63vw, 200px);
}

.tab-buttons {
  display: flex;
  box-shadow: 0px 0px clamp(10px, 1.56vw, 20px) 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 100px;
  background-color: #fff;
  padding: clamp(4px, 0.625vw, 8px);
  width: fit-content;
  margin-inline: auto;
}

.tab-button {
  position: relative;
  border: none;
  cursor: pointer;
  transition: color 0.4s ease;
  font-weight: 500;
  line-height: 1.45;
  border-radius: 60px;
  padding: clamp(3px, 0.47vw, 6px) clamp(12px, 1.88vw, 24px);
}

.tab-button::before {
  position: absolute;
  content: "";
  background-color: var(--color__primary);
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
  border-radius: 60px;
  transition: visibility 0.4s ease, opacity 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.tab-button:focus {
  outline: none;
}

.tab-button.active {
  color: #fff;
}

.tab-button.active::before {
  visibility: visible;
  opacity: 1;
}

.tab-button__text {
  position: relative;
  z-index: 1;
  font-size: clamp(11px, 1.72vw, 22px);
}

.tab-content {
  position: relative;
  margin-top: clamp(41px, 6.25vw, 80px);
  transition: height 0.3s ease;
  overflow: hidden;
}

.tab-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  visibility: hidden;
}

.tab-panel.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.case__mt-16 {
  margin-top: clamp(8px, 1.06vw, 16px);
}

.case__mt-24 {
  margin-top: clamp(12px, 1.59vw, 24px);
}

.case__mt-32 {
  margin-top: clamp(16px, 2.12vw, 32px);
}

.case__mt-48 {
  margin-top: clamp(16px, 2.12vw, 32px);
}

.tab-panel__title {
  color: var(--color__primary);
  font-size: clamp(16px, 2.5vw, 32px);
  font-weight: 400;
  line-height: 1.8125;
  text-align: center;
}

.tab-panel__title.--align-left {
  text-align: left;
}

.tab-panel__block {
  margin-top: clamp(41px, 6.25vw, 80px);
}

.tab-panel__data {
  display: flex;
  line-height: 1.8125;
}

.tab-panel__data-label {
  color: var(--color__primary);
  box-shadow: 0px 0px clamp(5px, 0.78vw, 10px) 0px rgba(0, 0, 0, 0.1490196078);
  padding: clamp(4px, 0.625vw, 8px) clamp(3px, 0.47vw, 6px);
  background-color: #fff;
  font-size: clamp(12px, 1.17vw, 15px);
  min-width: clamp(36px, 5.63vw, 72px);
  text-align: center;
}

.tab-panel__data-text {
  background-color: var(--color__primary);
  color: #fff;
  align-self: center;
  padding: clamp(1px, 0.16vw, 2px) clamp(8px, 1.25vw, 16px);
}

.tab-panel__block-body {
  line-height: 1.75;
  font-size: clamp(12px, 1.33vw, 17px);
}

.tab-panel__block-body h5 {
  font-size: clamp(12px, 1.33vw, 17px);
  font-weight: 700;
  line-height: 1.75;
  padding: clamp(4px, 0.625vw, 8px) 0;
  border-bottom: 1px solid var(--color__primary);
  display: inline-block;
}

.text-color__primary {
  color: var(--color__primary);
}

.tab-media {
  display: flex;
  gap: clamp(24px, 3.75vw, 48px);
}

.tab-media__content {
  flex: 1;
}

.tab-media__figure {
  width: 41.7%;
}

.tab-media__figure.--narrow {
  width: 34%;
}

.tab-media__figure.--middle {
  width: 39.1%;
}

.tab-media__figure img {
  object-fit: cover;
}

.tab-voice {
  font-weight: 500;
  font-size: clamp(12px, 1.33vw, 17px);
}

.tab-voice__data {
  line-height: 1.75;
}

.tab-voice__client {
  margin-top: clamp(4px, 0.625vw, 8px);
}

.tab-voice__client-name {
  font-size: clamp(14px, 1.56vw, 20px);
}

.tab-voice__client-unit {
  margin-left: 0.25em;
}

@media screen and (max-width: 767px) {
  .casestudy-head {
    flex-direction: column;
    padding-bottom: 0;
  }
  .casestudy-head::before {
    width: 100%;
    clip-path: none;
    bottom: inherit;
    top: 28px;
    height: calc(100% - 117px);
  }
  .casestudy-head__container {
    width: 91.8%;
  }
  .casestudy-head__decoration {
    width: 325px;
    margin-inline: auto;
  }
  .casestudy-head__content {
    margin-top: 8px;
  }
  .casestudy-head__title {
    font-size: 24px;
    margin-top: 28px;
  }
  .casestudy-head__subtitle {
    margin-top: 8px;
    font-size: 16px;
  }
  .casestudy-head__info {
    margin-top: 24px;
    flex-direction: column;
    gap: 8px;
  }
  .casestudy-head__info-label {
    width: 64px;
    padding: 4px 8px;
    font-size: 12px;
    margin-right: 8px;
    font-size: 12px;
  }
  .casestudy-head__info-text {
    font-size: 14px;
  }
  .casestudy-head__image {
    width: 95.9%;
    margin-left: auto;
    margin-top: 48px;
  }
  .casestudy-head__image-item {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 29px));
  }
  .casestudy-page__content {
    margin-top: 48px;
    padding-bottom: 72px;
  }
  .tab-buttons {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
    padding: 8px;
  }
  .tab-button {
    padding: 12px 16px;
  }
  .tab-button__text {
    font-size: 16px;
  }
  .tab-content {
    margin-top: 48px;
  }
  .case__mt-16 {
    margin-top: 16px;
  }
  .case__mt-24 {
    margin-top: 16px;
  }
  .case__mt-32 {
    margin-top: 24px;
  }
  .case__mt-48 {
    margin-top: 24px;
  }
  .tab-panel__title {
    font-size: 20px;
    line-height: 1.75;
  }
  .tab-panel__title.--align-left {
    text-align: center;
  }
  .tab-panel__block {
    margin-top: 48px;
  }
  .tab-panel__data {
    line-height: 1.62;
  }
  .tab-panel__data-label {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
    padding: 8px 6px;
    min-width: 64px;
    font-size: 13px;
  }
  .tab-panel__data-text {
    padding: 2px 16px;
    font-size: 13px;
  }
  .tab-panel__block-body {
    font-size: 14px;
  }
  .tab-panel__block-body h5 {
    font-size: 14px;
    padding: 8px 0;
  }
  .tab-media {
    flex-direction: column;
  }
  .tab-media__figure {
    width: 100%;
  }
  .tab-media__figure.--narrow {
    width: 100%;
  }
  .tab-media__figure.--middle {
    width: 100%;
  }
  .tab-voice {
    font-size: 14px;
  }
  .tab-voice__data {
    text-align: center;
  }
  .tab-voice__client {
    margin-top: 8px;
    text-align: center;
  }
  .tab-voice__client-name {
    font-size: 17px;
  }
  .tab-voice__client-unit {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */