@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/* =========================
   Base
========================= */
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

/* =========================
   Utility
========================= */
.only-sp {
  display: none !important;
}
@media (max-width: 768px) {
  .only-sp {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

/* =========================
   共通セクション見出し
========================= */
.section-head {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .section-head {
    padding-top: 40px;
  }
}

.section-head__badge {
  font-size: 24px;
  font-weight: 400;
  font-family: "Lato";
  display: inline-block;
  background: linear-gradient(90deg, #ff5e18 0%, #f7ac20 50%, #ff5e18 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: relative;
  margin-bottom: -5px;
}
@media (max-width: 1399px) {
  .section-head__badge {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-head__badge {
    font-size: 16px;
  }
}
.section-head__badge::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 230px;
  height: 230px;
  background: url("../img/common__decoration--watermark.webp") no-repeat center/contain;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1399px) {
  .section-head__badge::before {
    width: 15.9722222222vw;
    height: 15.9722222222vw;
  }
}
@media (max-width: 768px) {
  .section-head__badge::before {
    width: 100px;
    height: 100px;
  }
}

.section-head__title {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  color: #1a2b4d;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}
@media (max-width: 1399px) {
  .section-head__title {
    font-size: 4.4444444444vw;
  }
}
@media (max-width: 768px) {
  .section-head__title {
    font-size: 32px;
  }
}

.section-head__lead {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
@media (max-width: 1399px) {
  .section-head__lead {
    font-size: 1.5277777778vw;
  }
}
@media (max-width: 768px) {
  .section-head__lead {
    font-size: 16px;
  }
}

/* =========================
   Header
========================= */
.header {
  position: absolute;
  width: 100%;
  padding: 28px 24px;
  z-index: 10;
}
@media (max-width: 1399px) {
  .header {
    padding: 1.9444444444vw 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 22px 20px;
  }
}

.header__inner {
  width: min(1200px, 92%);
  padding: 0 2px;
}

.header__logo img {
  height: 39px;
  width: auto;
}
@media (max-width: 1399px) {
  .header__logo img {
    height: 2.7083333333vw;
  }
}
@media (max-width: 768px) {
  .header__logo img {
    height: 24px;
  }
}

/* =========================
   FV
========================= */
.fv {
  position: relative;
  min-height: 862px;
  padding: 203px 0 80px;
  overflow: hidden;
  background: #0b1630;
}
@media (max-width: 1399px) {
  .fv {
    min-height: 59.8611111111vw;
    padding: 14.0972222222vw 0 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .fv {
    min-height: auto;
    padding: 96px 0 30px;
  }
}

.fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.fv__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ★中身は前面へ */
.fv__inner {
  position: relative;
  z-index: 1;
  padding: 0 15px 0 70px;
  max-width: 1404px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
@media (max-width: 1399px) {
  .fv__inner {
    max-width: 97.5vw;
    padding: 0 1.0416666667vw 0 4.8611111111vw;
    gap: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .fv__inner {
    flex-direction: column;
    padding: 0;
    max-width: none;
    gap: 0px;
  }
}

.fv__content {
  max-width: 790px;
}
@media (max-width: 768px) {
  .fv__content {
    display: contents;
  }
}

.fv__title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.fv__title span {
  display: inline-block;
}
.fv__title .lg {
  font-size: 96px;
}
.fv__title .md {
  font-size: 64px;
}
.fv__title .sm {
  font-size: 48px;
}
@media (max-width: 1399px) {
  .fv__title .lg {
    font-size: 6.6666666667vw;
  }
  .fv__title .md {
    font-size: 4.4444444444vw;
  }
  .fv__title .sm {
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .fv__title {
    text-align: left;
    line-height: 1.3;
    padding-left: 24px;
  }
  .fv__title .lg {
    font-size: 40px;
  }
  .fv__title .md {
    font-size: 34px;
  }
  .fv__title .sm {
    font-size: 30px;
  }
}

.fv__sub {
  margin: 3px 0 48px;
  font-size: 20px;
  font-weight: 700;
}
.fv__sub .accent {
  color: #ff5e18;
  font-size: 32px;
}
.fv__sub .brand {
  font-weight: 700;
  font-size: 48px;
}
@media (max-width: 1399px) {
  .fv__sub {
    margin: 3px 0 3.0555555556vw;
    font-size: 1.3888888889vw;
  }
  .fv__sub .accent {
    font-size: 2.2222222222vw;
  }
  .fv__sub .brand {
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .fv__sub {
    margin: 6px 0 26px;
    font-size: 16px;
    text-align: left;
    padding-left: 24px;
  }
  .fv__sub .accent {
    font-size: 22px;
  }
  .fv__sub .brand {
    font-size: 32px;
  }
}

.fv__points {
  display: flex;
  gap: 32px;
}
@media (max-width: 1399px) {
  .fv__points {
    gap: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .fv__points {
    flex-direction: column;
    gap: 0;
    margin-bottom: 270px;
    padding-left: 24px;
    text-align: left;
  }
}

/* =========================
   FV Point
========================= */
.fv__point {
  flex: 1;
}
.fv__point-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.fv__point-title::after {
  content: "";
  display: block;
  width: 240px;
  height: 1px;
  background: white;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .fv__point-title {
    margin-bottom: 0.9722222222vw;
    font-size: max(10px, 1.1111111111vw);
  }
  .fv__point-title::after {
    width: 16.6666666667vw;
  }
}
@media (max-width: 768px) {
  .fv__point-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .fv__point-title::after {
    margin-top: 5px;
    width: 100%;
  }
}

.fv__point-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .fv__point-text {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .fv__point-text {
    display: none;
  }
}

/* =========================
   Button
========================= */
.btn {
  font-size: 27px;
  height: 54px;
  width: 100%;
  max-width: 321px;
  background: #ff5e18;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  background: #fff;
  color: #ff5e18;
}
@media (max-width: 1399px) {
  .btn {
    font-size: 1.875vw;
    height: 3.75vw;
    max-width: 22.2916666667vw;
    margin-top: 3.4722222222vw;
  }
}
@media (max-width: 768px) {
  .btn {
    display: flex;
    width: 260px;
    height: 44px;
    max-width: none;
    margin: 24px 0 20px 24px;
    padding: 0;
    font-size: 20px;
    order: 1;
  }
}

/* =========================
   Logo Marquee
========================= */
.logo-marquee {
  background: #fff;
  padding: 27px 0;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
@media (max-width: 1399px) {
  .logo-marquee {
    padding: 1.875vw 0;
  }
}
@media (max-width: 768px) {
  .logo-marquee {
    padding: 16px 0;
  }
}

.logo-marquee__inner {
  display: flex;
  width: max-content;
  animation: logo-marquee 22s linear infinite;
  mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.logo-marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
}
@media (max-width: 768px) {
  .logo-marquee__track {
    gap: 8px;
  }
  .logo-marquee__track img {
    height: 26px;
  }
}

.logo-marquee__group {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-right: 64px;
}
@media (max-width: 1399px) {
  .logo-marquee__group {
    gap: 2.4305555556vw;
    padding-right: 4.4444444444vw;
  }
}
@media (max-width: 768px) {
  .logo-marquee__group {
    gap: 0px;
    padding-right: 0;
  }
}
.logo-marquee__group img {
  height: 64px;
  width: auto;
  display: block;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .logo-marquee__group img {
    height: 4.4444444444vw;
  }
}
@media (max-width: 768px) {
  .logo-marquee__group img {
    height: 50px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .logo-marquee__track {
    animation: none;
  }
}
/* =========================
   Movie
========================= */
.movie {
  background: #fff;
  padding: 64px 0 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .movie {
    padding: 4.4444444444vw 0 12.5vw;
  }
}
@media (max-width: 768px) {
  .movie {
    padding: 40px 0 60px;
  }
}

.movie__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.movie__player {
  max-width: 660px;
  margin: 80px auto 0;
  position: relative;
}
@media (max-width: 1399px) {
  .movie__player {
    max-width: 44.0277777778vw;
    margin-top: 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .movie__player {
    max-width: none;
    margin-top: 40px;
  }
}

.movie__player::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 200px;
  background: url("../img/movie-section__bg--gradient.webp") center/cover no-repeat;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1399px) {
  .movie__player::before {
    height: 13.8888888889vw;
  }
}

.movie .movie__content {
  position: relative;
  z-index: 1;
}

.movie .movie__frame {
  border: 10px solid;
  border-image: linear-gradient(to bottom, #1a2b4d, rgba(26, 43, 77, 0.15)) 1;
  aspect-ratio: 16/9;
}
.movie .movie__frame::before {
  display: none;
}
.movie .movie__frame::after {
  display: none;
}
@media (max-width: 768px) {
  .movie .movie__frame {
    border-width: 6px;
  }
}

.movie .movie__play::before, .movie .movie__play::after {
  display: none;
}
.movie .movie__play svg {
  width: 57px;
  height: 57px;
}
@media (max-width: 768px) {
  .movie .movie__play svg {
    width: 44px;
    height: 44px;
  }
}

/* 動画カード全体 */
.movie__content {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.movie__content:hover .movie__play::before {
  transform: scale(1.15);
  background: #ff5e18;
}
.movie__content:hover .movie__frame::after {
  background: rgba(0, 0, 0, 0.35);
}
@media (max-width: 768px) {
  .movie__content {
    width: 100%;
    margin: 0 auto;
  }
}

.movie__frame {
  position: relative;
  aspect-ratio: 16/10;
  overflow: visible;
  border-style: solid;
  border-color: rgba(249, 248, 252, 0.6);
  border-width: 8px 10px 24px 10px;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
@media (max-width: 768px) {
  .movie__frame {
    border-width: 8px 8px 14px;
  }
}

.movie__frame::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -8px;
  right: -19px;
  bottom: -25px;
  border-style: solid;
  border-color: rgba(249, 248, 252, 0.6);
  border-width: 50px 50px 50px 50px;
  transform: translate(-16px, 16px); /* 左下にずらす */
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1399px) {
  .movie__frame::before {
    border-width: 3.4722222222vw;
    transform: translate(-1.1111111111vw, 1.1111111111vw);
  }
}
@media (max-width: 768px) {
  .movie__frame::before {
    top: 6px;
    left: -3px;
    right: -14px;
    bottom: -12px;
    border-width: 34px;
    transform: translate(-10px, 10px);
  }
}

.movie__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  pointer-events: none;
  z-index: 2;
  transition: background 0.25s ease;
}

.movie__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 5;
}

.movie__frame.is-playing::after {
  display: none;
}

.movie__frame.is-playing .movie__thumb,
.movie__frame.is-playing .movie__play {
  display: none;
}

.movie__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 再生ボタン */
.movie__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 3;
}

.movie__play::before {
  content: "";
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #d9d9d9;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, background 0.25s ease;
}
@media (max-width: 1399px) {
  .movie__play::before {
    width: 3.9583333333vw;
    height: 3.9583333333vw;
  }
}
@media (max-width: 768px) {
  .movie__play::before {
    width: 48px;
    height: 48px;
  }
}

.movie__play::after {
  content: "";
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 22px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  position: absolute;
}
@media (max-width: 1399px) {
  .movie__play::after {
    border-left-width: 1.5277777778vw;
    border-top-width: 0.9722222222vw;
    border-bottom-width: 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .movie__play::after {
    border-left-width: 18px;
    border-top-width: 11px;
    border-bottom-width: 11px;
  }
}

/* =========================
   Concept
========================= */
.concept {
  background: #f9f8fc;
  padding: 70px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .concept {
    padding: 4.8611111111vw 0 0;
  }
}
@media (max-width: 768px) {
  .concept {
    padding: 56px 0 80px;
  }
}

.concept__inner {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .concept__inner {
    max-width: 500px;
    padding: 0 20px;
  }
}

/* ===== Head ===== */
.concept__title {
  margin-bottom: 54px;
}
@media (max-width: 1399px) {
  .concept__title {
    margin-bottom: 3.75vw;
  }
}
@media (max-width: 768px) {
  .concept__title {
    margin: 8px 0 14px;
    font-size: 32px;
    line-height: 1.25;
  }
}

.concept__subtitle {
  max-width: 634px;
  margin: 0 auto 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  color: #1a2b4d;
  text-align: left;
}
@media (max-width: 1399px) {
  .concept__subtitle {
    max-width: 44.0277777778vw;
    margin: 0 auto 1.6666666667vw;
    font-size: 1.9444444444vw;
  }
}
@media (max-width: 768px) {
  .concept__subtitle {
    margin: 0;
    max-width: none;
    font-size: 22px;
    line-height: 1.7;
    padding-top: 50px;
  }
}

.concept__top {
  position: relative;
  max-width: 750px;
  margin: 18px auto 0;
  display: block;
}
@media (max-width: 1399px) {
  .concept__top {
    max-width: 52.0833333333vw;
    margin-top: 1.25vw;
  }
}
@media (max-width: 768px) {
  .concept__top {
    max-width: none;
    width: auto;
    margin: 18px auto 0;
  }
}

.concept__photo {
  position: absolute;
  top: 0;
  margin: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .concept__photo {
    display: none;
  }
}

.concept__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.concept__photo--left {
  left: -429px;
  top: -28px;
  width: 468px;
}
@media (max-width: 1399px) {
  .concept__photo--left {
    left: -29.7916666667vw;
    top: -1.9444444444vw;
    width: 32.5vw;
  }
}

.concept__photo--right {
  right: -354px;
  top: 327px;
  width: 428px;
}
@media (max-width: 1399px) {
  .concept__photo--right {
    right: -24.5833333333vw;
    top: 22.7083333333vw;
    width: 29.7222222222vw;
  }
}

.concept__body {
  position: relative;
  z-index: 2;
  max-width: 686px;
  padding-left: 54px;
}
@media (max-width: 1399px) {
  .concept__body {
    max-width: 47.6388888889vw;
    padding-left: 3.75vw;
  }
}
@media (max-width: 768px) {
  .concept__body {
    padding-left: 0;
    max-width: none;
  }
}

.concept__desc {
  margin: 0 0 35px;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .concept__desc {
    margin: 0 0 2.4305555556vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .concept__desc {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 40px;
  }
}

.concept__rows {
  max-width: 750px;
  margin: 0 auto;
  border-top: 1px solid #6e7789;
}
@media (max-width: 768px) {
  .concept__rows {
    border-top: 1px solid #6e7789;
  }
}

.concept__row {
  display: flex;
  padding: 8px 10px;
  border-bottom: 1px solid #6e7789;
  align-items: flex-start;
  text-align: left;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .concept__row {
    padding: 14px 0;
    gap: 10px;
  }
}

.concept__row-head {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  color: #333;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .concept__row-head {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .concept__row-head {
    font-size: 14px;
    min-width: 3.5em;
  }
}

/* 本文 */
.concept__row-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  text-align: left;
}
@media (max-width: 1399px) {
  .concept__row-text {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .concept__row-text {
    font-size: 16px;
    line-height: 1.9;
  }
}

/* ===== Bottom layout ===== */
.concept__bottom {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 auto;
  max-width: 1190px;
  padding-top: 50px;
}
@media (max-width: 1399px) {
  .concept__bottom {
    gap: 0.8333333333vw;
    max-width: 82.6388888889vw;
    padding-top: 3.4722222222vw;
  }
}
@media (max-width: 768px) {
  .concept__bottom {
    display: block;
    width: auto;
    margin: 18px auto 0;
    padding-top: 0;
    max-width: none;
  }
}

.concept__diagram {
  max-width: 500px;
}
@media (max-width: 1399px) {
  .concept__diagram {
    max-width: 34.7222222222vw;
  }
}
@media (max-width: 768px) {
  .concept__diagram {
    max-width: none;
    margin: 18px auto 12px;
  }
}

.concept__diagram img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .concept__note {
    padding-top: 0;
  }
}

.concept__list {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1399px) {
  .concept__list {
    gap: 0.8333333333vw;
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .concept__list {
    font-size: 14px;
    line-height: 1.9;
    gap: 10px;
    margin: 0 0 14px;
  }
}

.concept__cta {
  margin: 0;
  padding: 8px 45px;
  background: #1a2b4d;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .concept__cta {
    padding: 8px 3.125vw;
    font-size: 1.25vw;
    margin-top: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .concept__cta {
    width: 100%;
    text-align: left;
    padding: 12px 14px;
    font-size: 16px;
    margin-top: 12px;
  }
}

.concept__cta span {
  color: #ff5e18;
  font-weight: 900;
}

.concept__gen3 {
  right: 0;
  bottom: -180px;
  font-size: 134px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(11, 22, 48, 0.08);
  pointer-events: none;
  font-family: "Lato";
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1399px) {
  .concept__gen3 {
    font-size: 9.3055555556vw;
    bottom: -12.5vw;
  }
}
@media (max-width: 768px) {
  .concept__gen3 {
    font-size: 44px;
    bottom: -20px;
  }
}

/* ===== Responsive ===== */
.concept__bottom-photos {
  display: none;
}
@media (max-width: 768px) {
  .concept__bottom-photos {
    display: grid;
    width: auto;
    margin: 22px auto 0;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: end;
  }
}

@media (max-width: 768px) {
  .concept__bottom-photo {
    margin: 0;
    overflow: hidden;
  }
  .concept__bottom-photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .concept__bottom-photo.is-left {
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
  .concept__bottom-photo.is-right {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}

.gen3 {
  background: #f9f8fc;
  padding: 0 0 0 32px;
}
@media (max-width: 1399px) {
  .gen3 {
    padding: 0 0 0 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .gen3 {
    padding: 0;
  }
}

.gen3__inner {
  max-width: 1235px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .gen3__inner {
    max-width: 85.7638888889vw;
  }
}
@media (max-width: 768px) {
  .gen3__inner {
    max-width: 500px;
    padding: 0 20px;
  }
}

.gen3__top {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 36px;
  align-items: start;
}
@media (max-width: 1399px) {
  .gen3__top {
    gap: 2.5vw;
  }
}
@media (max-width: 768px) {
  .gen3__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .gen3__left {
    max-width: 500px;
    margin: 0 auto;
  }
}

.gen3__kicker {
  margin: 0 0 6px;
  font-weight: 700;
  color: #1a2b4d;
  letter-spacing: 0.02em;
  font-size: 28px;
}
@media (max-width: 1399px) {
  .gen3__kicker {
    font-size: 1.9444444444vw;
  }
}
@media (max-width: 768px) {
  .gen3__kicker {
    font-size: 16px;
  }
}

.gen3__title {
  margin: 0 0 28px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  color: #1a2b4d;
}
@media (max-width: 1399px) {
  .gen3__title {
    margin: 0 0 1.9444444444vw;
    font-size: 1.9444444444vw;
  }
}
@media (max-width: 768px) {
  .gen3__title {
    font-size: 22px;
    margin: 0 0 16px;
  }
}

.gen3__text p {
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  max-width: 630px;
  font-weight: 400;
  letter-spacing: 1.8px;
}
.gen3__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .gen3__text p {
    margin-bottom: 2.2222222222vw;
    font-size: 1.25vw;
    max-width: 43.75vw;
  }
}
@media (max-width: 768px) {
  .gen3__text p {
    font-size: 16px;
    max-width: none;
  }
}

.gen3__figure {
  margin-top: 40px;
  max-width: 760px;
  margin-right: -100px;
}
@media (max-width: 1399px) {
  .gen3__figure {
    margin-top: 2.7777777778vw;
    max-width: 52.7777777778vw;
    margin-right: -6.9444444444vw;
  }
}
@media (max-width: 768px) {
  .gen3__figure {
    margin-top: 20px;
    max-width: 100%;
    margin-right: 0;
  }
}
.gen3__figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .gen3__figure img {
    max-width: 100%;
  }
}
.gen3__figure figcaption {
  margin-top: 10px;
  font-size: 12px;
}
@media (max-width: 1399px) {
  .gen3__figure figcaption {
    margin-top: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .gen3__figure figcaption {
    margin-top: 8px;
    font-size: 11px;
  }
}

.gen3__right {
  position: relative;
  transform: none;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: -90px;
  margin-top: 62px;
}
@media (max-width: 1399px) {
  .gen3__right {
    margin-right: -6.25vw;
    margin-top: 4.3055555556vw;
  }
}
@media (max-width: 768px) {
  .gen3__right {
    margin: 0 auto;
    margin-right: auto;
    width: auto;
    max-width: none;
  }
}

.gen3__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 48px 0 0 0;
}
@media (max-width: 1399px) {
  .gen3__bottom {
    margin: 3.3333333333vw 0 0 0;
  }
}
@media (max-width: 768px) {
  .gen3__bottom {
    margin-top: 40px;
  }
}

.gen3__box {
  max-width: 593px;
  margin-inline: auto;
}
@media (max-width: 1399px) {
  .gen3__box {
    max-width: 41.1805555556vw;
  }
}
@media (max-width: 768px) {
  .gen3__box {
    max-width: none;
  }
}

.gen3__subtitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-top: 80px;
  color: #1a2b4d;
}
@media (max-width: 1399px) {
  .gen3__subtitle {
    font-size: 1.9444444444vw;
    margin-top: 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .gen3__subtitle {
    font-size: 22px;
    margin-top: 0;
  }
}

.gen3__desc {
  margin: 18px 0 18px;
  font-size: 18px;
  line-height: 1.9;
  text-align: left;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 1399px) {
  .gen3__desc {
    margin: 1.25vw 0 1.25vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .gen3__desc {
    font-size: 16px;
    margin: 14px 0;
  }
}

.gen3__ba {
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media (max-width: 1399px) {
  .gen3__ba {
    margin-top: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .gen3__ba {
    margin-top: 16px;
  }
}

/* =========================
   BEFORE / AFTER
========================= */
.before-after-diagram {
  --before-w: 470px;
  --before-h: 290px;
  --after-w: 449px;
  --after-h: 290px;
  --notch: 44px;
  display: grid;
  grid-template-columns: var(--before-w) var(--after-w);
  gap: 0;
  align-items: start;
  justify-content: start;
  max-width: calc(var(--before-w) + var(--after-w));
}
@media (max-width: 1399px) {
  .before-after-diagram {
    --before-w: calc(470 / 1440 * 100vw);
    --before-h: calc(290 / 1440 * 100vw);
    --after-w: calc(449 / 1440 * 100vw);
    --after-h: calc(290 / 1440 * 100vw);
    --notch: calc(44 / 1440 * 100vw);
  }
}
@media (max-width: 768px) {
  .before-after-diagram {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 12px;
    --before-w: 100%;
    --before-h: auto;
    --after-w: 100%;
    --after-h: auto;
    max-width: 500px;
    --notch: 34px;
  }
}

.before-after-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 40px 28px 18px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1399px) {
  .before-after-panel {
    padding: 2.7777777778vw 1.9444444444vw 1.25vw;
  }
}
@media (max-width: 768px) {
  .before-after-panel {
    padding: 28px 20px 16px;
  }
}

.before-after-panel--before {
  width: var(--before-w);
  min-height: var(--before-h);
  background: #35a0c4;
  transform: translateX(16px);
  clip-path: polygon(0 0, calc(100% - var(--notch)) 0, 100% 50%, calc(100% - var(--notch)) 100%, 0 100%);
}
@media (max-width: 1399px) {
  .before-after-panel--before {
    transform: translateX(1.1111111111vw);
  }
}
@media (max-width: 768px) {
  .before-after-panel--before {
    width: 100%;
    transform: none;
  }
}

.before-after-panel--after {
  width: var(--after-w);
  min-height: var(--after-h);
  background: #27324f;
  transform: translateX(-16px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, var(--notch) 50%);
}
@media (max-width: 1399px) {
  .before-after-panel--after {
    transform: translateX(-1.1111111111vw);
  }
}
@media (max-width: 768px) {
  .before-after-panel--after {
    width: 100%;
    transform: none;
  }
}

.before-after-title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media (max-width: 1399px) {
  .before-after-title {
    font-size: 1.8055555556vw;
  }
}
@media (max-width: 768px) {
  .before-after-title {
    font-size: 20px;
  }
}

.before-after-sub {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .before-after-sub {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .before-after-sub {
    font-size: 12px;
  }
}

.before-after-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  justify-items: start;
}
@media (max-width: 1399px) {
  .before-after-list {
    margin-top: 1.1111111111vw;
    gap: 0.6944444444vw;
  }
}
@media (max-width: 768px) {
  .before-after-list {
    margin-top: 12px;
    gap: 8px;
  }
}

.before-after-item {
  display: grid;
  grid-template-columns: 16px auto;
  column-gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
@media (max-width: 1399px) {
  .before-after-item {
    grid-template-columns: 1.1111111111vw auto;
    column-gap: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .before-after-item {
    grid-template-columns: 14px auto;
    column-gap: 8px;
    font-size: 12px;
  }
}

.before-after-icon {
  width: 16px;
  height: 16px;
  display: block;
}
@media (max-width: 1399px) {
  .before-after-icon {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .before-after-icon {
    width: 14px;
    height: 14px;
  }
}

.before-after-foot {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1399px) {
  .before-after-foot {
    margin-top: 1.1111111111vw;
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .before-after-foot {
    margin-top: 12px;
    font-size: 14px;
  }
}

.before-after-badge {
  margin: 16px 0 0;
  padding: 6px 12px;
  background: #fff;
  color: #ff5e18;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 2px;
}
@media (max-width: 1399px) {
  .before-after-badge {
    margin-top: 1.1111111111vw;
    padding: 0.4166666667vw 0.8333333333vw;
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .before-after-badge {
    margin-top: 12px;
    padding: 4px 10px;
    font-size: 14px;
  }
}

.img-shift {
  width: 538px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  transform: translate(25px, -20px);
}
@media (max-width: 1399px) {
  .img-shift {
    width: 37.3611111111vw;
    transform: translate(1.7361111111vw, -1.3888888889vw);
  }
}
.img-shift img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .img-shift {
    display: none;
  }
}

.section-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
  background: linear-gradient(to bottom, #f9f8fc 0%, #f9f8fc 55%, rgba(249, 248, 252, 0.4) 70%, rgba(249, 248, 252, 0.15) 85%, rgba(249, 248, 252, 0.03) 100%);
  position: relative;
  padding-top: 135px;
}
@media (max-width: 1399px) {
  .section-divider {
    padding-top: 9.375vw;
  }
}
@media (max-width: 768px) {
  .section-divider {
    padding-top: 60px;
  }
}

.section-divider img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0 12px;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .section-divider img {
    padding: 0;
  }
}

.service-bg {
  position: relative;
  background: url("../img/service__bg.webp") no-repeat center/cover;
  z-index: 0;
  margin-top: -140px;
  padding-top: 140px;
}
@media (max-width: 1399px) {
  .service-bg {
    margin-top: -9.7222222222vw;
    padding-top: 9.7222222222vw;
  }
}
@media (max-width: 768px) {
  .service-bg {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/* =========================
   Service
========================= */
.service {
  --navy: #1b2a4a;
  --text: #111827;
  --sub: #4b5563;
  --accent: #ff5e18;
  --bg: #f6f7fb;
  padding: 160px 0 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .service {
    padding: 11.1111111111vw 0 6.9444444444vw 0;
  }
}
@media (max-width: 768px) {
  .service {
    padding: 0;
  }
}
.service::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1300px;
  height: 1900px;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  background: url("../img/service__decoration--blur-01.webp") center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .service::before {
    width: 90.2777777778vw;
    height: 131.9444444444vw;
  }
}
@media (max-width: 768px) {
  .service::before {
    width: 100%;
    height: 100%;
  }
}

.service__inner {
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .service__inner {
    max-width: 84.7222222222vw;
  }
}
@media (max-width: 768px) {
  .service__inner {
    max-width: 500px;
    padding: 0 20px;
  }
}

.service__jp {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .service__jp {
    margin-bottom: 4.8611111111vw;
  }
}
@media (max-width: 768px) {
  .service__jp {
    margin-top: 5px;
    margin-bottom: 24px;
  }
}

.service__content {
  margin-top: 96px;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 1399px) {
  .service__content {
    margin-top: 6.6666666667vw;
    gap: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .service__content {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: start;
    margin-top: 40px;
  }
}

.service__visual {
  display: flex;
  justify-content: center;
  max-width: 530px;
}
@media (max-width: 1399px) {
  .service__visual {
    max-width: 36.8055555556vw;
  }
}
@media (max-width: 768px) {
  .service__visual {
    max-width: 100%;
  }
}
.service__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.service__body {
  max-width: 667px;
}

.service__title {
  margin: 0 0 32px;
  font-size: 38px;
  font-weight: 700;
  color: #3b3b3b;
  max-width: 600px;
}
@media (max-width: 1399px) {
  .service__title {
    margin: 0 0 2.2222222222vw;
    font-size: 2.6388888889vw;
    max-width: 41.6666666667vw;
  }
}
@media (max-width: 768px) {
  .service__title {
    font-size: 32px;
    margin: 0 0 20px;
    max-width: none;
  }
}

.service__lead {
  margin: 0 0 40px;
  color: var(--sub);
  line-height: 1.6;
  font-size: 18px;
  font-weight: 400;
  max-width: 750px;
}
@media (max-width: 1399px) {
  .service__lead {
    margin: 0 0 2.7777777778vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .service__lead {
    margin: 0 0 24px;
    font-size: 16px;
  }
}
.service__lead .is-accent {
  color: var(--accent);
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
}

.service__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}
@media (max-width: 1399px) {
  .service__list {
    gap: 1.25vw;
  }
}
@media (max-width: 768px) {
  .service__list {
    gap: 16px;
  }
}

.service__item {
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
}

.service__num1 {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: #1a2b4d;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}
@media (max-width: 1399px) {
  .service__num1 {
    width: 2.3611111111vw;
    height: 2.3611111111vw;
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .service__num1 {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}

.service__num2 {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #1c376c;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  margin-top: 2px;
}
@media (max-width: 1399px) {
  .service__num2 {
    width: 2.3611111111vw;
    height: 2.3611111111vw;
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .service__num2 {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}

.service__num3 {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #0c378b;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  margin-top: 2px;
}
@media (max-width: 1399px) {
  .service__num3 {
    width: 2.3611111111vw;
    height: 2.3611111111vw;
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .service__num3 {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}

.service__item-title {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 0 16px;
  font-weight: 700;
  color: #374151;
  font-size: 24px;
  font-family: "Lato";
}
.service__item-title .font-jp {
  font-family: "Noto Sans JP";
}
@media (max-width: 1399px) {
  .service__item-title {
    font-size: 1.6666666667vw;
    margin: 0 0 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .service__item-title {
    font-size: 22px;
    margin: 0 0 12px;
  }
}
.service__item-title .font-jp {
  font-size: 20px;
}
@media (max-width: 1399px) {
  .service__item-title .font-jp {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .service__item-title .font-jp {
    font-size: 18px;
  }
}

.service__num1,
.service__num2,
.service__num3 {
  flex: 0 0 34px;
  margin-right: 16px;
  margin-top: 0;
}
@media (max-width: 1399px) {
  .service__num1,
  .service__num2,
  .service__num3 {
    flex: 0 0 2.3611111111vw;
    margin-right: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .service__num1,
  .service__num2,
  .service__num3 {
    flex: 0 0 30px;
    margin-right: 12px;
  }
}

.service__item-desc {
  margin: 0;
  color: var(--sub);
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  font-style: Regular;
}
@media (max-width: 1399px) {
  .service__item-desc {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .service__item-desc {
    font-size: 14px;
  }
}

.service-recommend {
  padding: 40px 0 200px;
  position: relative;
}
@media (max-width: 1399px) {
  .service-recommend {
    padding: 2.7777777778vw 0 13.8888888889vw;
  }
}
@media (max-width: 768px) {
  .service-recommend {
    padding: 80px 0 80px;
  }
}
.service-recommend::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1300px;
  height: 1900px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/service__decoration--blur-02.webp") center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .service-recommend::before {
    width: 90.2777777778vw;
    height: 131.9444444444vw;
  }
}
@media (max-width: 768px) {
  .service-recommend::before {
    width: 100%;
    height: 100%;
  }
}

.service-recommend__inner {
  width: min(1120px, 100% - 40px);
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .service-recommend__inner {
    max-width: 500px;
  }
}

/* 見出し */
.service-recommend__head {
  margin-bottom: 42px;
}
@media (max-width: 1399px) {
  .service-recommend__head {
    margin-bottom: 2.9166666667vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__head {
    margin-bottom: 24px;
  }
}

.service-recommend__title {
  position: relative;
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  color: #333;
  margin-bottom: 14px;
  z-index: 1;
}
.service-recommend__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  width: 380px;
  height: 10px;
  background: rgba(255, 94, 24, 0.6980392157);
  z-index: -1;
}
@media (max-width: 1399px) {
  .service-recommend__title {
    font-size: 2.6388888889vw;
  }
  .service-recommend__title::after {
    width: 26.3888888889vw;
    height: 0.6944444444vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__title {
    font-size: 32px;
  }
  .service-recommend__title::after {
    width: 100%;
    height: 8px;
  }
}

.service-recommend__lead {
  max-width: 625px;
  margin: 26px auto 0;
  font-size: 18px;
  line-height: 1.6;
  color: #374151;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .service-recommend__lead {
    max-width: 43.4027777778vw;
    margin: 1.8055555556vw auto 0;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__lead {
    max-width: none;
    margin: 16px auto 0;
    font-size: 16px;
    text-align: left;
  }
}

/* フェーズ図 */
.service-recommend__diagram {
  margin: 40px auto 34px;
}
@media (max-width: 1399px) {
  .service-recommend__diagram {
    margin: 2.7777777778vw auto 2.3611111111vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__diagram {
    margin: 24px auto 20px;
  }
}
.service-recommend__diagram img {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .service-recommend__diagram img {
    max-width: 62.5vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__diagram img {
    max-width: 100%;
  }
}

/* Retention強調 */
.service-recommend__focus {
  font-size: 28px;
  font-weight: 700;
  color: #ff6a3d;
  line-height: 1.4;
  margin-bottom: 40px;
}
.service-recommend__focus span {
  font-size: 32px;
}
@media (max-width: 1399px) {
  .service-recommend__focus {
    font-size: 1.9444444444vw;
    margin-bottom: 2.7777777778vw;
  }
  .service-recommend__focus span {
    font-size: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__focus {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .service-recommend__focus span {
    font-size: 20px;
  }
}

/* フェーズ説明 */
.service-recommend__phases {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
  max-width: 621px;
  text-align: left;
  font-size: 18px;
  line-height: normal;
  color: #333;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .service-recommend__phases {
    margin: 0 auto 2.7777777778vw;
    max-width: 43.125vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__phases {
    margin: 0 auto 24px;
    max-width: none;
    font-size: 16px;
  }
}
.service-recommend__phases li {
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .service-recommend__phases li {
    margin-bottom: 0.6944444444vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__phases li {
    margin-bottom: 8px;
  }
}
.service-recommend__phases .is-highlight {
  margin: 20px auto 0;
  background: #1a2b4d;
  color: #fff;
  padding: 2px 8px;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1399px) {
  .service-recommend__phases .is-highlight {
    margin-top: 1.3888888889vw;
    padding: 0.1388888889vw 0.5555555556vw;
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__phases .is-highlight {
    margin-top: 14px;
    padding: 2px 6px;
    font-size: 16px;
  }
}

/* チェックボックス風 */
.service-recommend__box {
  position: relative;
  max-width: 625px;
  margin: 74px auto 0;
  padding: 34px 24px 24px;
  border: 1px solid rgba(31, 41, 55, 0.35);
  border-top: none;
}
@media (max-width: 1399px) {
  .service-recommend__box {
    max-width: 43.4027777778vw;
    margin: 5.1388888889vw auto 0;
    padding: 2.3611111111vw 1.6666666667vw 1.6666666667vw;
  }
}
.service-recommend__box::before, .service-recommend__box::after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 1px solid rgba(31, 41, 55, 0.35);
}
.service-recommend__box::before {
  left: 0;
  width: calc(50% - 210px);
}
.service-recommend__box::after {
  right: 0;
  width: calc(50% - 210px);
}
@media (max-width: 1399px) {
  .service-recommend__box::before {
    width: calc(50% - 14.5833333333vw);
  }
  .service-recommend__box::after {
    width: calc(50% - 14.5833333333vw);
  }
}
@media (max-width: 768px) {
  .service-recommend__box {
    max-width: none;
    margin: 48px auto 0;
    padding: 48px 24px 32px;
  }
  .service-recommend__box::before {
    width: calc(50% - 150px);
  }
  .service-recommend__box::after {
    width: calc(50% - 150px);
  }
}

.service-recommend__box-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -55%);
  margin: 0;
  padding: 0 18px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .service-recommend__box-title {
    font-size: 1.6666666667vw;
    padding: 0 1.25vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__box-title {
    font-size: 17px;
    padding: 0 14px;
  }
}
.service-recommend__box-title::after {
  content: "";
  display: block;
  margin-top: -8px;
  height: 11px;
  background: #dbdbdb;
}
@media (max-width: 1399px) {
  .service-recommend__box-title::after {
    margin-top: -0.5555555556vw;
    height: 0.7638888889vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__box-title::after {
    height: 8px;
    margin-top: 0;
  }
}

.service-recommend__check {
  list-style: none;
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
  text-align: center;
}
@media (max-width: 1399px) {
  .service-recommend__check {
    max-width: 27.7777777778vw;
    gap: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__check {
    max-width: none;
    gap: 12px;
    text-align: left;
    padding: 0;
  }
}
.service-recommend__check li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  line-height: 1;
  color: #1f2937;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .service-recommend__check li {
    gap: 0.9722222222vw;
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__check li {
    gap: 10px;
    font-size: 14px;
  }
}

.service-recommend__check-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: block;
}
@media (max-width: 1399px) {
  .service-recommend__check-icon {
    width: 1.25vw;
    height: 1.25vw;
    flex: 0 0 1.25vw;
  }
}
@media (max-width: 768px) {
  .service-recommend__check-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }
}

.section-divider2 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 4;
  background: linear-gradient(to bottom, rgba(249, 248, 252, 0) 0%, rgba(249, 248, 252, 0.03) 15%, rgba(249, 248, 252, 0.15) 30%, rgba(249, 248, 252, 0.4) 45%, #f9f8fc 60%, #f9f8fc 100%);
  position: relative;
  margin-top: -140px;
  padding-top: 80px;
}
@media (max-width: 1399px) {
  .section-divider2 {
    margin-top: -9.7222222222vw;
    padding-top: 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .section-divider2 {
    margin-top: -80px;
    padding-top: 40px;
  }
}

.section-divider2 img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0 12px;
  pointer-events: none;
  user-select: none;
}

/* =========================
   Key Values
========================= */
.key-values {
  background-color: #f9f8fc;
  padding: 116px 0 120px;
}
@media (max-width: 1399px) {
  .key-values {
    padding: 8.0555555556vw 0 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .key-values {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .key-values__titles {
    font-size: 32px;
  }
}

.key-values__list {
  width: 1078px;
  margin: 74px auto 0;
}
@media (max-width: 1399px) {
  .key-values__list {
    width: 74.8611111111vw;
    margin-top: 5.1388888889vw;
  }
}
@media (max-width: 768px) {
  .key-values__list {
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
}

.key-values__row {
  display: flex;
  align-items: center;
  gap: 80px;
}
.key-values__row.is-02 {
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .key-values__row {
    gap: 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .key-values__row {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .key-values__row.is-02 {
    flex-direction: column;
  }
}

/* テキスト */
.key-values__body {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .key-values__body {
    order: 2;
    max-width: 600px;
    text-align: left;
  }
}

.key-values__num {
  margin: 0 0 12px;
  color: #B3C1CC;
  font-family: Lato;
  font-size: 50px;
  font-style: normal;
  font-weight: 275;
  line-height: 1;
}
@media (max-width: 1399px) {
  .key-values__num {
    margin-bottom: 0.8333333333vw;
    font-size: 3.4722222222vw;
  }
}
@media (max-width: 768px) {
  .key-values__num {
    margin-bottom: 8px;
    font-size: 36px;
  }
}

.key-values__num-img {
  width: 59px;
}
@media (max-width: 1399px) {
  .key-values__num-img {
    width: 4.0972222222vw;
  }
}
@media (max-width: 768px) {
  .key-values__num-img {
    width: 40px;
  }
}

.key-values__title {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
  color: #1a2b4d;
}
@media (max-width: 1399px) {
  .key-values__title {
    margin: 0 0 1.25vw;
    font-size: 1.8055555556vw;
  }
}
@media (max-width: 768px) {
  .key-values__title {
    font-size: 22px;
    margin: 0 0 12px;
  }
}

.key-values__desc {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1399px) {
  .key-values__desc {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .key-values__desc {
    font-size: 16px;
  }
}

.key-values__visual {
  flex-shrink: 0;
  width: 420px;
}
@media (max-width: 1399px) {
  .key-values__visual {
    width: 29.1666666667vw;
  }
}
@media (max-width: 768px) {
  .key-values__visual {
    order: 1;
    width: 100%;
    max-width: 320px;
  }
}

.key-values__visual img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   CTA
========================= */
.cta {
  position: relative;
  height: 660px;
  background: #F9F8FC;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cta {
    height: 45.8333333333vw;
  }
}
@media (max-width: 768px) {
  .cta {
    height: auto;
    padding-bottom: 32px;
  }
}
.cta--white {
  background: transparent;
}

/* ========= 背景レイヤー ========= */
.cta__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../img/cta__bg.webp") center/cover no-repeat;
  pointer-events: none;
}

/* ========= コンテンツ ========= */
.cta__content {
  position: relative;
  z-index: 4;
  width: 1120px;
  margin: 0 auto;
  padding-top: 150px;
  color: #fff;
}
@media (max-width: 1399px) {
  .cta__content {
    width: 77.7777777778vw;
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 768px) {
  .cta__content {
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    padding-top: 50px;
  }
}

.cta__en {
  margin-bottom: 2px;
  color: #FFF;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1399px) {
  .cta__en {
    font-size: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .cta__en {
    font-size: 16px;
  }
}

.cta__title {
  margin-bottom: 36px;
  font-size: 56px;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .cta__title {
    margin-bottom: 2.5vw;
    font-size: 3.8888888889vw;
  }
}
@media (max-width: 768px) {
  .cta__title {
    font-size: 32px;
  }
}

/* 青い下線 */
.cta__line {
  position: relative;
  display: inline-block;
}

/* CTA */
.cta__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  width: 400px; /* スクショ寄せ */
  height: 68px;
  background: #ff5e18;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, filter 0.18s ease;
}
.cta__cta:hover {
  background: #fff;
  color: #ff5e18;
}
@media (max-width: 1399px) {
  .cta__cta {
    margin-top: 4.1666666667vw;
    width: 27.7777777778vw;
    height: 4.7222222222vw;
  }
}
@media (max-width: 768px) {
  .cta__cta {
    display: flex;
    margin: 48px auto 0;
    min-width: auto;
    padding: 16px 18px;
    width: 90%;
    height: auto;
  }
}

.cta__cta-cap {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #1a2b4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 18px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .cta__cta-cap {
    top: -1.3888888889vw;
    font-size: 0.9722222222vw;
    padding: 0.5555555556vw 1.25vw;
  }
}
@media (max-width: 768px) {
  .cta__cta-cap {
    top: -16px;
    font-size: 12px;
    padding: 6px 14px;
  }
}

.cta__cta-main {
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 1399px) {
  .cta__cta-main {
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .cta__cta-main {
    font-size: 22px;
  }
}

/* =========================
   Case Studies
========================= */
.case-studies {
  background-color: #f9f8fc;
  padding-top: 160px;
}
@media (max-width: 1399px) {
  .case-studies {
    padding-top: 11.1111111111vw;
  }
}
@media (max-width: 768px) {
  .case-studies {
    padding-top: 80px;
  }
}

.case-studies-head__jp {
  font-family: "Lato";
}

.case-studies__title {
  margin-top: 80px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  background-color: transparent;
}
@media (max-width: 1399px) {
  .case-studies__title {
    margin-top: 5.5555555556vw;
    font-size: 3.75vw;
  }
}
@media (max-width: 768px) {
  .case-studies__title {
    padding-left: 0;
    font-size: 32px;
    text-align: center;
    margin-top: 24px;
  }
}

.case-studies__grid {
  display: grid;
  grid-template-columns: 655px 655px;
  justify-content: center;
  column-gap: 0;
  row-gap: 60px;
  align-items: start;
  margin-top: 80px;
  padding-bottom: 170px;
  background-color: transparent;
}
@media (max-width: 1399px) {
  .case-studies__grid {
    grid-template-columns: 45.4861111111vw 45.4861111111vw;
    row-gap: 4.1666666667vw;
    margin-top: 5.5555555556vw;
    padding-bottom: 11.8055555556vw;
  }
}
@media (max-width: 768px) {
  .case-studies__grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
    padding: 0 0px 96px;
    justify-items: center;
  }
}

.case-studies__inner {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 40px;
}
@media (max-width: 1399px) {
  .case-studies__inner {
    max-width: 94.4444444444vw;
    padding: 0 2.7777777778vw;
  }
}
@media (max-width: 768px) {
  .case-studies__inner {
    max-width: 500px;
  }
}

.case-studies__card img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .case-studies__card {
    width: 100%;
    transform: none;
  }
}

.case-studies__card--left {
  grid-column: 1;
  grid-row: 1;
  margin-right: -24px;
}
@media (max-width: 1399px) {
  .case-studies__card--left {
    margin-right: -1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .case-studies__card--left {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    justify-self: center;
    margin-right: 0;
  }
}

.case-studies__card--right {
  margin-top: 90px;
  grid-column: 2;
  grid-row: 1;
  margin-left: -24px;
}
@media (max-width: 1399px) {
  .case-studies__card--right {
    margin-top: 6.25vw;
    margin-left: -1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .case-studies__card--right {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    justify-self: center;
    margin-top: 0;
    margin-left: 0;
  }
}

.case-studies__card--wide {
  grid-column: 1/-1;
  grid-row: 2;
  max-width: 1000px;
  margin: -40px auto 0;
}
@media (max-width: 1399px) {
  .case-studies__card--wide {
    max-width: 69.4444444444vw;
    margin-top: -2.7777777778vw;
  }
}
@media (max-width: 768px) {
  .case-studies__card--wide {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    justify-self: center;
    max-width: 100%;
    margin-top: 0;
  }
}

/* =========================
   Voices
========================= */
.voices {
  position: relative;
  padding: 120px 0 140px;
  background-color: #f9f8fc;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .voices {
    padding: 8.3333333333vw 0 9.7222222222vw;
  }
}
@media (max-width: 768px) {
  .voices {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.voices::before {
  content: "SUCCESS STORIES OF";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #EFEEF3;
  text-align: center;
  font-family: Lato;
  font-size: 134px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 8.04px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .voices::before {
    font-size: 9.3055555556vw;
  }
}
@media (max-width: 768px) {
  .voices::before {
    font-size: 38px;
    letter-spacing: 0;
  }
}

.voices__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .voices__inner {
    max-width: 88.8888888889vw;
  }
}
@media (max-width: 768px) {
  .voices__inner {
    max-width: 500px;
  }
}

.voices__title {
  margin: 0 0 75px;
  font-size: 54px;
  font-weight: 500;
  color: #333;
}
@media (max-width: 1399px) {
  .voices__title {
    margin-bottom: 5.2083333333vw;
    font-size: 3.75vw;
  }
}
@media (max-width: 768px) {
  .voices__title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 32px;
  }
}

.voices__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 40px;
  align-items: start;
  max-width: 1120px;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .voices__grid {
    gap: 1.0416666667vw 2.7777777778vw;
    max-width: 77.7777777778vw;
  }
}
@media (max-width: 768px) {
  .voices__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 560px;
    margin: 0 auto;
  }
}

/* ===== カード ===== */
.voice-card {
  background: #fff;
  border-radius: 12px;
  padding: 26px 26px 32px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1399px) {
  .voice-card {
    padding: 1.8055555556vw 1.8055555556vw 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .voice-card {
    padding: 20px 20px 24px;
  }
}

.voice-card__logo {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399px) {
  .voice-card__logo {
    margin-bottom: 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .voice-card__logo {
    margin-bottom: 10px;
  }
}
.voice-card__logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.voice-card--shift {
  margin-top: 120px;
}
@media (max-width: 1399px) {
  .voice-card--shift {
    margin-top: 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .voice-card--shift {
    margin-top: 0;
  }
}

.voices__grid > :nth-child(odd):not(:first-child) {
  margin-top: -120px;
}
@media (max-width: 1399px) {
  .voices__grid > :nth-child(odd):not(:first-child) {
    margin-top: -8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .voices__grid > :nth-child(odd):not(:first-child) {
    margin-top: 0;
  }
}

.voices__grid > :nth-child(4) {
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .voices__grid > :nth-child(4) {
    margin-top: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .voices__grid > :nth-child(4) {
    margin-top: 0;
  }
}

.voice-card__company {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 1399px) {
  .voice-card__company {
    margin-bottom: 1.6666666667vw;
    font-size: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .voice-card__company {
    font-size: 22px;
  }
}

.voice-card__catch {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #1a2b4d;
}
.voice-card__catch span {
  color: #ff5e18;
}
@media (max-width: 1399px) {
  .voice-card__catch {
    margin-bottom: 1.6666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .voice-card__catch {
    font-size: 16px;
  }
}

.voice-card__text {
  margin: 0 0 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 1399px) {
  .voice-card__text {
    margin-bottom: 2.3611111111vw;
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .voice-card__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.voice-card__name {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #7a7a7a;
  text-align: right;
}
@media (max-width: 1399px) {
  .voice-card__name {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .voice-card__name {
    font-size: 11px;
  }
}

/* =========================
   Phase4
========================= */
.phase4 {
  padding: 155px 0 150px;
  background: #fff;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 1399px) {
  .phase4 {
    padding: 10.7638888889vw 0 10.4166666667vw;
  }
}
@media (max-width: 768px) {
  .phase4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.phase4__inner {
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .phase4__inner {
    max-width: 77.7777777778vw;
  }
}
@media (max-width: 768px) {
  .phase4__inner {
    max-width: 500px;
    padding: 0 20px;
  }
}

/* ===== 見出し ===== */
.phase4__title {
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .phase4__title {
    font-size: 32px;
  }
}

/* ===== リスト ===== */
.phase4__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 90px;
}
@media (max-width: 1399px) {
  .phase4__list {
    gap: 5.5555555556vw;
    margin-top: 6.25vw;
  }
}
@media (max-width: 768px) {
  .phase4__list {
    gap: 48px;
    margin-top: 40px;
    padding-top: 16px;
  }
}

.phase4__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  max-width: 1100px;
}
@media (max-width: 1399px) {
  .phase4__item {
    gap: 1.9444444444vw;
    max-width: 76.3888888889vw;
  }
}
@media (max-width: 768px) {
  .phase4__item {
    grid-template-columns: 56px 1fr;
    column-gap: 20px;
    row-gap: 18px;
    max-width: none;
    align-items: start;
  }
  .phase4__item.is-left, .phase4__item.is-right {
    transform: none;
  }
}

.phase4__item.is-left {
  margin-right: auto;
  transform: translateX(140px);
}
@media (max-width: 1399px) {
  .phase4__item.is-left {
    transform: translateX(9.7222222222vw);
  }
}
@media (max-width: 768px) {
  .phase4__item.is-left {
    transform: none;
  }
}

.phase4__item.is-right {
  margin-left: auto;
  transform: translateX(-112px);
}
@media (max-width: 1399px) {
  .phase4__item.is-right {
    transform: translateX(-7.7777777778vw);
  }
}
@media (max-width: 768px) {
  .phase4__item.is-right {
    transform: none;
  }
}

.phase4__left {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  align-items: start;
}
@media (max-width: 1399px) {
  .phase4__left {
    grid-template-columns: 5.5555555556vw 1fr;
  }
}
@media (max-width: 768px) {
  .phase4__left {
    display: contents;
  }
}

.phase4__badge-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  transform: translateY(-20px);
  overflow: visible;
}
@media (max-width: 1399px) {
  .phase4__badge-wrap {
    width: 5vw;
    height: 5vw;
    transform: translateY(-1.3888888889vw);
  }
}
.phase4__badge-wrap::after {
  content: "";
  position: absolute;
  left: 140%;
  top: 117%;
  /* 線の太さ */
  height: 2px;
  width: 106px;
  transform-origin: left top;
  transform: translate(-50%, 10px) rotate(var(--line-rot, 35deg));
  /* 点線 */
  background-image: repeating-linear-gradient(to right, #B3C1CC 0, #B3C1CC 2px, transparent 2px, transparent 6px);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .phase4__badge-wrap::after {
    width: 7.3611111111vw;
  }
}
@media (max-width: 768px) {
  .phase4__badge-wrap {
    width: 60px;
    height: 60px;
    grid-column: 1;
    grid-row: 1/span 2;
    transform: none;
    justify-self: start;
    align-self: start;
  }
  .phase4__badge-wrap::after {
    display: block;
    width: 1px;
    height: 300px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: transparent;
    background-image: repeating-linear-gradient(to bottom, #b6c7e3 0, #b6c7e3 4px, transparent 4px, transparent 10px);
    opacity: 1;
  }
}

.phase4__item.is-left .phase4__badge-wrap {
  --line-rot: 60deg;
  --line-w: 130px;
}

.phase4__item.is-right .phase4__badge-wrap {
  --line-rot: 120deg;
  --line-w: 130px;
}
.phase4__item.is-right .phase4__badge-wrap::after {
  left: 90%;
}
@media (max-width: 768px) {
  .phase4__item.is-right .phase4__badge-wrap::after {
    left: 50%;
  }
}

.phase4__badge-wrap.is-last::after {
  display: none;
}

.phase4__phase-img {
  width: 72px;
  height: 72px;
  display: block;
}
@media (max-width: 1399px) {
  .phase4__phase-img {
    width: 5vw;
    height: 5vw;
  }
}
@media (max-width: 768px) {
  .phase4__phase-img {
    width: 60px;
    height: 60px;
  }
}

.phase4__item-title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  color: #1a2b4d;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .phase4__item-title {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .phase4__item-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .phase4__text {
    grid-column: 2;
    grid-row: 1;
  }
}

.phase4__desc {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: Regular;
  line-height: 1.5;
  color: #333;
  max-width: 430px;
}
@media (max-width: 1399px) {
  .phase4__desc {
    font-size: 1.1111111111vw;
    max-width: 29.8611111111vw;
  }
}
@media (max-width: 768px) {
  .phase4__desc {
    font-size: 14px;
    max-width: none;
  }
}

.phase4__card {
  max-width: 100%;
  max-width: 100%;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  .phase4__card {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    place-items: start;
    justify-self: start;
  }
}

.phase4__card-img {
  width: 204px;
  height: 120px;
  display: block;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .phase4__card-img {
    width: 14.1666666667vw;
    height: 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .phase4__card-img {
    width: 100%;
    height: auto;
  }
}

.phase4__phase-badge {
  width: 72px;
  height: 72px;
  border: 1px solid #dbd4d1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .phase4__phase-badge {
    width: 5vw;
    height: 5vw;
  }
}
@media (max-width: 768px) {
  .phase4__phase-badge {
    width: 60px;
    height: 60px;
  }
}

.phase4__phase-label {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #ff5e18;
}
@media (max-width: 1399px) {
  .phase4__phase-label {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .phase4__phase-label {
    font-size: 13px;
  }
}

.phase4__phase-num {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #ff5e18;
}
@media (max-width: 1399px) {
  .phase4__phase-num {
    font-size: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .phase4__phase-num {
    font-size: 24px;
  }
}

/* =========================
   Members
========================= */
.members {
  padding: 145px 0 140px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .members {
    padding: 10.0694444444vw 0 9.7222222222vw;
  }
}
@media (max-width: 768px) {
  .members {
    padding: 140px 0 90px;
  }
}

.members__inner {
  width: min(1300px, 100% - 48px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .members__inner {
    width: min(1300px, 100% - 32px);
  }
}

.members__bleed {
  margin-top: 40px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media (max-width: 1399px) {
  .members__bleed {
    margin-top: 2.7777777778vw;
  }
}
@media (max-width: 768px) {
  .members__bleed {
    margin-top: 24px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
  }
}

.members__bleed-inner {
  padding-left: max(120px, (100vw - 1300px) / 2);
  padding-right: 0;
}
@media (max-width: 768px) {
  .members__bleed-inner {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .members-slider {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .members-slider {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    touch-action: pan-y;
  }
}

.members-slider__track {
  display: flex;
  transition: transform 0.6s ease;
}

.members-slider__slide {
  position: relative;
  width: 357px;
  height: 434px;
  flex-shrink: 0;
  margin-right: 24px;
}
@media (max-width: 1399px) {
  .members-slider__slide {
    width: 24.7916666667vw;
    height: 30.1388888889vw;
    margin-right: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .members-slider__slide {
    width: 200px;
    height: auto;
    aspect-ratio: 357/434;
    margin-right: 16px;
  }
}

.members-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .members-slider__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.members-slider__label {
  position: absolute;
  bottom: 46px;
  left: 50%;
  width: 205px;
  height: 65px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  background: transparent;
  --skew: 5deg;
  transform: translateX(-50%) skewY(var(--skew));
  padding: 4px 14px;
  isolation: isolate;
}
@media (max-width: 1399px) {
  .members-slider__label {
    bottom: 3.1944444444vw;
    width: 14.2361111111vw;
    height: 4.5138888889vw;
    padding: 0.2777777778vw 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .members-slider__label {
    bottom: 18px;
    width: 180px;
    height: auto;
    padding: 6px 12px;
    --skew: 5deg;
  }
}

/* 後ろ：#DAE2F3 89% */
.members-slider__label::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(218, 226, 243, 0.89);
  transform: translate(-14px, -11px);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .members-slider__label::before {
    transform: translate(-0.9722222222vw, -0.7638888889vw);
  }
}
@media (max-width: 768px) {
  .members-slider__label::before {
    transform: translate(-5px, -7px);
  }
}

.members-slider__label::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.56);
  z-index: 1;
  pointer-events: none;
}

/* 文字は一番上＆傾き打ち消し */
.members-slider__pos,
.members-slider__name,
.members-slider__lines {
  position: relative;
  z-index: 2;
  transform: skewY(calc(var(--skew) * -1));
  color: #1a2b4d;
}

.members-slider__pos {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 1399px) {
  .members-slider__pos {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .members-slider__pos {
    font-size: 11px;
  }
}

.members-slider__name {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1399px) {
  .members-slider__name {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .members-slider__name {
    font-size: 14px;
  }
}

.members-slider__lines {
  position: absolute;
  right: 10px;
  bottom: 13px;
  width: 79px;
  height: 5px;
}
@media (max-width: 1399px) {
  .members-slider__lines {
    right: 0.6944444444vw;
    bottom: 0.9027777778vw;
    width: 5.4861111111vw;
  }
}
@media (max-width: 768px) {
  .members-slider__lines {
    right: 9px;
    bottom: 0;
    width: 62px;
  }
}

.members-slider__lines::before {
  content: "";
  position: absolute;
  left: 25px;
  width: 79px;
  height: 1px;
  background: linear-gradient(90deg, #23134b, #84799f, #e5dff4);
}
@media (max-width: 1399px) {
  .members-slider__lines::before {
    left: 1.7361111111vw;
    width: 5.4861111111vw;
  }
}
@media (max-width: 768px) {
  .members-slider__lines::before {
    left: 10px;
    width: 33px;
  }
}

.members-slider__lines::after {
  content: "";
  position: absolute;
  left: 38px;
  width: 79px;
  height: 1px;
  background: linear-gradient(90deg, #23134b, #84799f, #e5dff4);
}
@media (max-width: 1399px) {
  .members-slider__lines::after {
    left: 2.6388888889vw;
    width: 5.4861111111vw;
  }
}
@media (max-width: 768px) {
  .members-slider__lines::after {
    left: 20px;
    width: 33px;
  }
}

.members-slider__lines::after {
  bottom: 0;
}

/* ===== Members slider nav ===== */
.members__scroll-ui {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  /* 念のため */
}
@media (max-width: 1399px) {
  .members__scroll-ui {
    gap: 0.8333333333vw;
    margin-top: 2.7777777778vw;
  }
}
@media (max-width: 768px) {
  .members__scroll-ui {
    gap: 10px;
    justify-content: center;
    margin-top: 14px;
  }
}

.members-nav {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 0 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.members-nav svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
}
@media (max-width: 1399px) {
  .members-nav svg {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media (max-width: 768px) {
  .members-nav svg {
    width: 16px;
    height: 16px;
  }
}

.members-nav--prev svg {
  transform: rotate(180deg);
}

.members-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1399px) {
  .members-dots {
    gap: 0.6944444444vw;
  }
}
@media (max-width: 768px) {
  .members-dots {
    gap: 8px;
  }
}

.members-dots__dot {
  appearance: none;
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid #1a2b4d;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-block; /* buttonの表示保証 */
}

.members-dots__dot.is-active {
  background: #1a2b4d;
}

/* =========================
   CEO Message
========================= */
.ceo {
  padding: 168px 0 140px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .ceo {
    padding: 11.6666666667vw 0 9.7222222222vw;
  }
}
@media (max-width: 768px) {
  .ceo {
    padding-bottom: 32px;
    padding-top: 160px;
  }
}
.ceo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1010px;
  background-image: url("../img/ceo__bg--gradient.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
}
@media (max-width: 1399px) {
  .ceo::before {
    height: 70.1388888889vw;
  }
}
@media (max-width: 768px) {
  .ceo::before {
    height: 400px;
  }
}

.ceo__inner {
  max-width: 1290px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .ceo__inner {
    max-width: 89.5833333333vw;
  }
}
@media (max-width: 768px) {
  .ceo__inner {
    max-width: 500px;
    padding: 0 20px;
  }
}

.ceo__eyebrow {
  line-height: 1.4;
}

.ceo__title {
  color: #0f1a2f;
  margin-top: -5px;
}

.ceo__body {
  display: grid;
  grid-template-columns: 647px 1fr;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .ceo__body {
    grid-template-columns: 44.9305555556vw 1fr;
    margin-top: 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .ceo__body {
    grid-template-columns: 1fr;
    gap: 24px;
    justify-items: center;
  }
}

.ceo-card {
  position: relative;
  width: 647px;
  height: 789px;
  max-width: 100%;
}
@media (max-width: 1399px) {
  .ceo-card {
    width: 44.9305555556vw;
    height: 54.7916666667vw;
  }
}
@media (max-width: 768px) {
  .ceo-card {
    height: auto;
    width: 100%;
  }
}

.ceo-card__media {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.ceo-card__media img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .ceo-card__media {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.ceo-card__catch {
  position: absolute;
  left: 48px;
  bottom: 96px;
  display: grid;
  gap: 18px;
}
@media (max-width: 1399px) {
  .ceo-card__catch {
    left: 3.3333333333vw;
    bottom: 6.6666666667vw;
    gap: 1.25vw;
  }
}
@media (max-width: 768px) {
  .ceo-card__catch {
    left: 25%;
    bottom: 10%;
  }
}

.ceo-card__catch-line {
  margin: 0;
}
.ceo-card__catch-line span {
  display: inline-block;
  background: #fff;
  border: 1px solid rgba(15, 26, 47, 0.12);
  box-shadow: 0 10px 18px rgba(15, 26, 47, 0.1);
  padding: 5px 5px;
  font-size: 48px;
  font-weight: 500;
  color: #333;
  line-height: 1;
}
@media (max-width: 1399px) {
  .ceo-card__catch-line span {
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .ceo-card__catch-line span {
    font-size: 22px;
    padding: 8px 12px;
  }
}

/* 右：文章 */
.ceo-text {
  max-width: 600px;
}
@media (max-width: 1399px) {
  .ceo-text {
    max-width: 41.6666666667vw;
  }
}
@media (max-width: 768px) {
  .ceo-text {
    max-width: 700px;
    padding-top: 0;
    margin-top: 30px;
  }
}

.ceo-text__p {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #333;
}
@media (max-width: 1399px) {
  .ceo-text__p {
    margin-bottom: 1.5277777778vw;
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .ceo-text__p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.01em;
    max-width: 22em;
    margin-left: auto;
    margin-right: auto;
  }
}

.ceo-text__strong {
  margin: 22px 0 0;
  padding-top: 18px;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .ceo-text__strong {
    margin-top: 1.5277777778vw;
    padding-top: 1.25vw;
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .ceo-text__strong {
    font-size: 16px;
    line-height: 1.7;
    padding-top: 0;
    margin-top: 16px;
    max-width: 22em;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================
   FAQ
========================= */
.faq {
  padding: 140px 0 140px;
  background: #f7f8fb;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .faq {
    padding: 9.7222222222vw 0 9.7222222222vw;
  }
}
@media (max-width: 768px) {
  .faq {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}

.faq__inner {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .faq__inner {
    max-width: 500px;
  }
}

/* 見出し */
.faq__eyebrow {
  line-height: 1.3;
}

@media (max-width: 768px) {
  .faq__title {
    font-size: 32px;
  }
}

.faq__list {
  margin-top: 40px;
  display: grid;
  gap: 16px;
  padding-top: 25px;
}
@media (max-width: 1399px) {
  .faq__list {
    gap: 1.1111111111vw;
    padding-top: 1.7361111111vw;
  }
}
@media (max-width: 768px) {
  .faq__list {
    gap: 16px;
    padding-top: 16px;
  }
}

/* FAQカード */
.faq-item {
  background: #fff;
  border-radius: 10px;
  padding: 40px 60px;
  display: grid;
  gap: 24px;
}
@media (max-width: 1399px) {
  .faq-item {
    padding: 2.7777777778vw 4.1666666667vw;
    gap: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .faq-item {
    padding: 18px 16px;
    gap: 14px;
  }
}

/* Q行 / A行 共通 */
.faq-item__row {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
}
@media (max-width: 1399px) {
  .faq-item__row {
    grid-template-columns: 5.6944444444vw 1fr;
  }
}
@media (max-width: 768px) {
  .faq-item__row {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    align-items: center;
  }
}

.faq-item__row--answer {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: flex-start;
}
@media (max-width: 1399px) {
  .faq-item__row--answer {
    grid-template-columns: 5.6944444444vw 1fr;
  }
}
@media (max-width: 768px) {
  .faq-item__row--answer {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    align-items: center;
  }
}

.faq-item__question {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0f1a2f;
}
@media (max-width: 1399px) {
  .faq-item__question {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .faq-item__question {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
}

.faq-item__answer {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 1399px) {
  .faq-item__answer {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .faq-item__answer {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }
}

/* Q / A バッジ */
.faq-item__badge {
  width: 52px;
  height: 52px;
  border-radius: 2px;
  display: grid;
  place-items: center;
  font-family: "Lato";
  font-size: 28px;
  font-weight: 700;
  user-select: none;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 0;
}
.faq-item__badge--question {
  background: #1a2b4d;
  color: #fff;
}
.faq-item__badge--answer {
  background: #ff5e18;
  color: #fff;
}
@media (max-width: 1399px) {
  .faq-item__badge {
    width: 3.6111111111vw;
    height: 3.6111111111vw;
    font-size: 1.9444444444vw;
  }
}
@media (max-width: 768px) {
  .faq-item__badge {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}

.footer {
  margin-top: -1px;
  background: #f9f8fc;
  padding: 70px 0 40px;
  border-top: 1px solid rgba(15, 26, 47, 0.08);
}
@media (max-width: 1399px) {
  .footer {
    padding: 4.8611111111vw 0 2.7777777778vw;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 24px;
  }
}

.footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1399px) {
  .footer__inner {
    max-width: 88.8888888889vw;
    gap: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    max-width: 500px;
    padding: 0 20px;
    gap: 24px;
  }
}

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

.footer__logo img {
  height: 39px;
  width: auto;
  display: block;
}
@media (max-width: 1399px) {
  .footer__logo img {
    height: 2.7083333333vw;
  }
}
@media (max-width: 768px) {
  .footer__logo img {
    height: 28px;
  }
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1399px) {
  .footer__bottom {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .footer__nav {
    order: 1;
  }
}

.footer__copy {
  margin: 0;
  font-size: 14px;
  font-family: "Lato";
  color: rgba(15, 26, 47, 0.55);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .footer__copy {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .footer__copy {
    font-size: 12px;
    order: 2;
    text-align: center;
  }
}

.footer__nav-list {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav-list a {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.footer__nav-list a:hover {
  opacity: 0.7;
}
@media (max-width: 1399px) {
  .footer__nav-list a {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .footer__nav-list a {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .footer__nav-list {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .footer__nav-list {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */