@charset "UTF-8";
/** @format */
/** @format */
/* News リンク下線の ::before（初期 width:0。ホバー or 現在地で 100%） */
/* PC グロナビ・コースカード見出しなど：アクセント色の手描き風下線（::before） */
@-webkit-keyframes accent-handwriting-underline {
  0% {
    background: #308980;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    width: 0;
  }
  50%, 100% {
    background: #308980;
    width: calc(100% - 1.4em);
  }
}
@keyframes accent-handwriting-underline {
  0% {
    background: #308980;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    width: 0;
  }
  50%, 100% {
    background: #308980;
    width: calc(100% - 1.4em);
  }
}
/** @format */
@font-face {
  font-family: "Baloo Chettan 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/BalooChettan2-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Baloo Chettan 2";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../assets/fonts/BalooChettan2-Medium.woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Bold.woff2") format("woff2");
}
/** @format */
html {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  html {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}
html {
  line-height: 1.5;
  font-weight: 400;
  color: #2D313F;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scrollbar-width: 10px;
  scrollbar-color: #B7A47E #F0F3F4;
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track {
  background: #F0F3F4;
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb {
  background: #B7A47E;
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb:hover {
  background: #308980;
}
html::-webkit-scrollbar-thumb:active {
  background: #F8F7F3;
}

body {
  overflow-x: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  color: #2D313F;
}

body.admin-bar {
  min-height: 100vh;
  min-height: 100dvh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

img {
  vertical-align: bottom;
}

a:hover,
a.focus-visible {
  text-decoration: none;
}

.pc-large-only {
  display: block;
}
@media screen and (max-width: 1280px) {
  .pc-large-only {
    display: none;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.sp-short-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-short-only {
    display: block;
  }
}

.external-link {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: inherit;
}

.works__actions .external-link {
  margin-left: 0;
}

.breadcrumb {
  padding-bottom: clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
}

.breadcrumb__item + .breadcrumb__item {
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
}

.breadcrumb__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
  vertical-align: middle;
  background: url("../../assets/img/common/icon-arrow/icon-pagination-next.svg") no-repeat center/contain;
}

.breadcrumb__link {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb__link:hover {
  text-decoration: underline;
  opacity: 0.85;
}

.breadcrumb__current {
  font-size: 14px;
}

/*------------------------------------------
* 小文字化
------------------------------------------*/
.text-lowercase {
  text-transform: lowercase;
}

/*------------------------------------------
* タグ
------------------------------------------*/
.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(7.68px, 7.313px + 0.04769vw, 8.229px);
  list-style: none;
}

.tag-item {
  font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #2D313F;
  padding: 0.26em 0.53em;
  border-radius: 4px;
}

.tag-list.-primary30 .tag-item {
  background: #D6E7E6;
}

.tag-list.-secondary30 .tag-item {
  background: #F8F7F3;
}

.tag-list.-bgbeige01 .tag-item {
  background: #F0E8DA;
}

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

/* 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;
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/** @format */
/* ------------------------------------------
ヒーローSVG配置用レイアウト
------------------------------------------ */
/* 毎回: ヘッダー → タイトル → SVG の順でイントロ表示 */
.header {
  opacity: 0;
  -webkit-animation: fvIntroFadeIn 0.4s 0.2s ease-out forwards;
          animation: fvIntroFadeIn 0.4s 0.2s ease-out forwards;
}

@-webkit-keyframes fvIntroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fvIntroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main-wrapper {
    margin-top: -32px;
  }
}

.fv-illust-section {
  display: grid;
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  padding-inline: clamp(24px, 5.5vw, 142px);
}
@media screen and (max-width: 768px) {
  .fv-illust-section {
    grid-template-columns: 1fr;
    overflow: hidden;
  }
}

.fv-text-container {
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding-top: min(30vh, 80px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv-text-container {
    padding-top: 0;
    padding-bottom: 20vw;
    margin-top: -40vw;
    gap: 0;
  }
}

/*
------------------------------------------
タイトル内のレイアウト
------------------------------------------
*/
.fv-illust-title {
  position: relative;
  z-index: 3;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 12cqw, 128px);
  line-height: 1.5em;
  letter-spacing: 0.01em;
  color: #2D313F;
}
@media screen and (max-width: 768px) {
  .fv-illust-title {
    font-size: clamp(32px, 7cqw, 48px);
  }
}

.fv-illust-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 5.4cqw, 43px);
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-left: 0.2em;
  color: #2D313F;
  opacity: 0;
  -webkit-animation: fvIntroFadeUp 0.2s 0.1s ease-out forwards;
          animation: fvIntroFadeUp 0.2s 0.1s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .fv-illust-en {
    font-size: clamp(12px, 0.4cqw, 14px);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.4em, transparent), color-stop(0.4em, #FFFFFF), color-stop(1.4em, #FFFFFF), color-stop(1.4em, transparent));
    background-image: linear-gradient(to bottom, transparent 0, transparent 0.4em, #FFFFFF 0.4em, #FFFFFF 1.4em, transparent 1.4em);
  }
}

.fv-illust-ja {
  position: relative;
  z-index: 3;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 3.25cqw, 36px);
  line-height: 1.8em;
  letter-spacing: 0;
  color: #2D313F;
  opacity: 0;
  padding-block: 2em;
  -webkit-animation: fvIntroFadeUp 0.22s 0.9s ease-out forwards;
          animation: fvIntroFadeUp 0.22s 0.9s ease-out forwards;
}
@media screen and (max-width: 1024px) {
  .fv-illust-ja {
    font-size: 16px;
    margin-right: -4em;
  }
}
@media screen and (max-width: 768px) {
  .fv-illust-ja {
    width: 80%;
    padding-block: 1.6em;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .fv-illust-ja {
    width: 100%;
  }
}

.fv-bottom-container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .fv-bottom-container {
    margin-right: -4em;
  }
}
@media screen and (max-width: 768px) {
  .fv-bottom-container {
    width: 80%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .fv-bottom-container {
    width: 100%;
  }
}

/*
------------------------------------------
ボタンコンテナ: テキストの後にフェードイン（FV 内のみ。min サイズは .c-button の em 基準で追従）
------------------------------------------
*/
.fv-bottom-container .c-button-container {
  -webkit-padding-before: 0;
          padding-block-start: 0;
  opacity: 0;
  -webkit-animation: fvIntroFadeUp 0.22s 0.9s ease-out forwards;
          animation: fvIntroFadeUp 0.22s 0.9s ease-out forwards;
}
.fv-bottom-container .c-button-container .c-button.c-button--primary {
  -webkit-box-flex: 0.6;
      -ms-flex: 0.6 0 auto;
          flex: 0.6 0 auto;
  max-width: 400px;
}
.fv-bottom-container .c-button-container .c-button.c-button--secondary {
  -webkit-box-flex: 0.4;
      -ms-flex: 0.4 0 auto;
          flex: 0.4 0 auto;
}
@media screen and (max-width: 768px) {
  .fv-bottom-container .c-button-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .fv-bottom-container .c-button-container .c-button.c-button--secondary .c-button-text {
    padding-inline: 1em;
  }
}
@media screen and (max-width: 480px) {
  .fv-bottom-container .c-button-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .fv-bottom-container .c-button-container .c-button.c-button--secondary {
    min-width: 7em;
  }
  .fv-bottom-container .c-button-container .c-button.c-button--secondary .c-button-text {
    padding-inline: 1em;
  }
}

@-webkit-keyframes fvIntroFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fvIntroFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .header,
  .fv-illust-title,
  .fv-illust-en,
  .fv-illust-ja,
  .fv-bottom-container .c-button-container,
  .fv-illust-tree,
  .fv-svg-mount {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}
/*
------------------------------------------
左下の木(primary,secondaryボタンの後に表示する)
------------------------------------------
*/
.fv-illust-tree {
  position: absolute;
  left: calc(clamp(24px, 5.5vw, 142px) * -1);
  bottom: -80%;
  z-index: -3;
  display: block;
  width: 6vw;
  height: 9.96vw;
  opacity: 0;
  -webkit-animation: fvIllustTreeIn 0.4s 1.3s ease-out forwards;
          animation: fvIllustTreeIn 0.4s 1.3s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .fv-illust-tree {
    bottom: -100%;
    width: 10vw;
    height: 16.6vw;
    aspect-ratio: 1/1.66;
  }
}
@media screen and (max-width: 360px) {
  .fv-illust-tree {
    display: none;
  }
}
.fv-illust-tree img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}

@-webkit-keyframes fvIllustTreeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fvIllustTreeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
------------------------------------------
アニメーションテキスト Web And Graphic Design
------------------------------------------
*/
.animation-text-container {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 4vw;
  font-size: 8.8vw;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .animation-text-container {
    bottom: 0;
  }
}

.animation-text-container.is-animation-text-visible {
  opacity: 1;
}

.animation-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
}
@media screen and (max-width: 768px) {
  .animation-track {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.animation-text-container.is-animation-text-visible .animation-track {
  -webkit-animation: fvTextAnimation 60s 0.4s linear forwards;
          animation: fvTextAnimation 60s 0.4s linear forwards;
}
@media screen and (max-width: 768px) {
  .animation-text-container.is-animation-text-visible .animation-track {
    -webkit-animation: fvTextAnimationSP 60s 0s linear forwards;
            animation: fvTextAnimationSP 60s 0s linear forwards;
  }
}

@media (prefers-reduced-motion: reduce) {
  .animation-text-container.is-animation-text-visible .animation-track {
    -webkit-animation: none;
            animation: none;
  }
}
@-webkit-keyframes fvTextAnimation {
  from {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
  to {
    -webkit-transform: translateX(-350%);
            transform: translateX(-350%);
  }
}
@keyframes fvTextAnimation {
  from {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
  to {
    -webkit-transform: translateX(-350%);
            transform: translateX(-350%);
  }
}
@-webkit-keyframes fvTextAnimationSP {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-430%);
            transform: translateX(-430%);
  }
}
@keyframes fvTextAnimationSP {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-430%);
            transform: translateX(-430%);
  }
}
.animation-text {
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-padding-end: 1.5ch;
          padding-inline-end: 1.5ch;
}

/*
------------------------------------------
ヒーローSVG配置用レイアウト（title 2 : illust 3）
------------------------------------------
*/
.fv-illust-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .fv-illust-wrapper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

/* 読み込み前後共通: SVG の表示幅（100% + 8vw / SP は +24vw）に合わせた高さを先に確保（aspect-ratio だけだと幅が狭い前提になり CLS する） */
.fv-svg-mount {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  /* padding % は包含ブロックの幅基準。SVG の実幅と同じ係数で高さを予約 */
  padding-bottom: calc((100% + 8vw) * 1094 / 953);
  opacity: 0;
  contain: layout;
}
@media screen and (max-width: 768px) {
  .fv-svg-mount {
    padding-bottom: calc((100% + 24vw) * 1094 / 953);
  }
}

.fv-svg-mount.is-svg-ready {
  -webkit-animation: fvIntroFadeIn 0.4s ease-out 0.4s both;
          animation: fvIntroFadeIn 0.4s ease-out 0.4s both;
}

@media (prefers-reduced-motion: reduce) {
  .fv-svg-mount.is-svg-ready {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}
.fv-svg-mount svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 8vw);
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fv-svg-mount svg {
    left: -8vw;
    width: calc(100% + 24vw);
  }
}

/* ------------------------------------------
ヒーローSVG用アニメーション
------------------------------------------ */
:root {
  --motion-unit: 2s;
  --animation-fade-in: 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .fv-cursor-follow,
  .flag,
  .confetti,
  .ui-card,
  .person,
  .brash,
  .painting,
  .marketing-group,
  .web-group,
  .graphic-group,
  .sns-group,
  #m-2028,
  #a-2029,
  #r-2030,
  #k-2031,
  #e-2032,
  #t-2033,
  #i-2034,
  #n-2035,
  #g-2036,
  #w-1669,
  #e-1670,
  #b-1671,
  #g-1170,
  #r-1171,
  #a-1172,
  #p-1173,
  #h-1174,
  #i-1175,
  #c-1176,
  #s-2025,
  #n-2026,
  #s-2027,
  [id^=baloon-talk],
  #illust_fv-right,
  #monitor01,
  #graphic01,
  #monitor02,
  #sp-sns01,
  #panel-group,
  #panel1038,
  #panel-woman06,
  #sp-card,
  #card-button1668,
  #ec-woman1912,
  #ec-woman01,
  #woman08,
  #mouse-and-keyboard,
  #tree-four01,
  #tree-two03,
  #tree-two01,
  #tree-two02,
  #decoration01,
  #man03,
  #woman07,
  #man05,
  #woman05,
  #woman06,
  #man02,
  #man01,
  #woman01 {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
  }
}
/* =========================
   共通キーフレーム
========================= */
@-webkit-keyframes intro-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes intro-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* =========================
   旗
   初回表示 + 常時ゆれ
========================= */
.flag {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  transform-box: fill-box;
  opacity: 0;
  -webkit-animation: intro-fade-up var(--animation-fade-in) ease-out forwards, flag-wavy calc(var(--motion-unit) * 2) ease-in-out infinite;
          animation: intro-fade-up var(--animation-fade-in) ease-out forwards, flag-wavy calc(var(--motion-unit) * 2) ease-in-out infinite;
}

.flag-01 {
  -webkit-animation-delay: 2.24s, 2.24s;
          animation-delay: 2.24s, 2.24s;
}

.flag-02 {
  -webkit-animation-delay: 2.32s, 2.32s;
          animation-delay: 2.32s, 2.32s;
}

.flag-03 {
  -webkit-animation-delay: 2.4s, 2.4s;
          animation-delay: 2.4s, 2.4s;
}

.flag-04 {
  -webkit-animation-delay: 2.48s, 2.48s;
          animation-delay: 2.48s, 2.48s;
}

@-webkit-keyframes flag-wavy {
  0% {
    -webkit-transform: translateY(0) skewX(0deg) scaleX(1);
            transform: translateY(0) skewX(0deg) scaleX(1);
  }
  25% {
    -webkit-transform: translateY(-2px) skewX(1deg) scaleX(1.01);
            transform: translateY(-2px) skewX(1deg) scaleX(1.01);
  }
  50% {
    -webkit-transform: translateY(-3px) skewX(-1deg) scaleX(0.99);
            transform: translateY(-3px) skewX(-1deg) scaleX(0.99);
  }
  75% {
    -webkit-transform: translateY(-1px) skewX(0.5deg) scaleX(1);
            transform: translateY(-1px) skewX(0.5deg) scaleX(1);
  }
  100% {
    -webkit-transform: translateY(0) skewX(0deg) scaleX(1);
            transform: translateY(0) skewX(0deg) scaleX(1);
  }
}

@keyframes flag-wavy {
  0% {
    -webkit-transform: translateY(0) skewX(0deg) scaleX(1);
            transform: translateY(0) skewX(0deg) scaleX(1);
  }
  25% {
    -webkit-transform: translateY(-2px) skewX(1deg) scaleX(1.01);
            transform: translateY(-2px) skewX(1deg) scaleX(1.01);
  }
  50% {
    -webkit-transform: translateY(-3px) skewX(-1deg) scaleX(0.99);
            transform: translateY(-3px) skewX(-1deg) scaleX(0.99);
  }
  75% {
    -webkit-transform: translateY(-1px) skewX(0.5deg) scaleX(1);
            transform: translateY(-1px) skewX(0.5deg) scaleX(1);
  }
  100% {
    -webkit-transform: translateY(0) skewX(0deg) scaleX(1);
            transform: translateY(0) skewX(0deg) scaleX(1);
  }
}
/* =========================
   紙吹雪
========================= */
.confetti {
  transform-box: fill-box;
  -webkit-animation: confetti-fall calc(var(--motion-unit) * 2) linear infinite;
          animation: confetti-fall calc(var(--motion-unit) * 2) linear infinite;
}

.confetti-1 {
  -webkit-animation-duration: calc(var(--motion-unit) * 2);
          animation-duration: calc(var(--motion-unit) * 2);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.confetti-2 {
  -webkit-animation-duration: calc(var(--motion-unit) * 2);
          animation-duration: calc(var(--motion-unit) * 2);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.confetti-3 {
  -webkit-animation-duration: calc(var(--motion-unit) * 2);
          animation-duration: calc(var(--motion-unit) * 2);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.confetti-4 {
  -webkit-animation-duration: calc(var(--motion-unit) * 2);
          animation-duration: calc(var(--motion-unit) * 2);
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.confetti-5 {
  -webkit-animation-duration: calc(var(--motion-unit) * 2);
          animation-duration: calc(var(--motion-unit) * 2);
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@-webkit-keyframes confetti-fall {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px) rotate(7.5deg);
            transform: translateY(10px) rotate(7.5deg);
    opacity: 0;
  }
}

@keyframes confetti-fall {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px) rotate(7.5deg);
            transform: translateY(10px) rotate(7.5deg);
    opacity: 0;
  }
}
/* =========================
   吹き出し
========================= */
[id^=baloon-talk] {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: baloon-pop 4s ease-in-out infinite;
          animation: baloon-pop 4s ease-in-out infinite;
}

#baloon-talk01 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

#baloon-talk02 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#baloon-talk03 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* baloon-talk04: 位置オフセットをCSS側で指定（SVGのtransformはアニメのtransformで上書きされるため） */
#baloon-talk04 {
  -webkit-animation-name: baloon-pop-04;
          animation-name: baloon-pop-04;
}

@-webkit-keyframes baloon-pop {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  30% {
    -webkit-transform: translateY(-4px) scale(1.03);
            transform: translateY(-4px) scale(1.03);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(2px) scale(0.99);
            transform: translateY(2px) scale(0.99);
    opacity: 1;
  }
}

@keyframes baloon-pop {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  30% {
    -webkit-transform: translateY(-4px) scale(1.03);
            transform: translateY(-4px) scale(1.03);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(2px) scale(0.99);
            transform: translateY(2px) scale(0.99);
    opacity: 1;
  }
}
/* baloon-talk04 用：常に translate(-18px, 8px) を効かせたままアニメ */
@-webkit-keyframes baloon-pop-04 {
  0% {
    -webkit-transform: translate(-12px, 8px) translateY(0) scale(1);
            transform: translate(-12px, 8px) translateY(0) scale(1);
    opacity: 0.7;
  }
  30% {
    -webkit-transform: translate(-12px, 8px) translateY(-4px) scale(1.03);
            transform: translate(-12px, 8px) translateY(-4px) scale(1.03);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-12px, 8px) translateY(0) scale(1);
            transform: translate(-12px, 8px) translateY(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-12px, 8px) translateY(2px) scale(0.99);
            transform: translate(-12px, 8px) translateY(2px) scale(0.99);
    opacity: 1;
  }
}
@keyframes baloon-pop-04 {
  0% {
    -webkit-transform: translate(-12px, 8px) translateY(0) scale(1);
            transform: translate(-12px, 8px) translateY(0) scale(1);
    opacity: 0.7;
  }
  30% {
    -webkit-transform: translate(-12px, 8px) translateY(-4px) scale(1.03);
            transform: translate(-12px, 8px) translateY(-4px) scale(1.03);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-12px, 8px) translateY(0) scale(1);
            transform: translate(-12px, 8px) translateY(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-12px, 8px) translateY(2px) scale(0.99);
            transform: translate(-12px, 8px) translateY(2px) scale(0.99);
    opacity: 1;
  }
}
/* =========================
   グラフィック素材
========================= */
.brash {
  pointer-events: bounding-box;
  -webkit-animation: brash-float 4s ease-in-out infinite;
          animation: brash-float 4s ease-in-out infinite;
}

@-webkit-keyframes brash-float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    rotate: 0deg;
  }
  50% {
    -webkit-transform: translateY(-0.3px);
            transform: translateY(-0.3px);
    rotate: 0.4deg;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    rotate: 0deg;
  }
}

@keyframes brash-float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    rotate: 0deg;
  }
  50% {
    -webkit-transform: translateY(-0.3px);
            transform: translateY(-0.3px);
    rotate: 0.4deg;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    rotate: 0deg;
  }
}
.painting {
  transform-box: fill-box;
  -webkit-animation: painting-float 4s ease-in-out infinite;
          animation: painting-float 4s ease-in-out infinite;
}

.painting-01 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.painting-02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.painting-03 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.painting-04 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes painting-float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    rotate: 0deg;
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    rotate: 0.4deg;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    rotate: 0deg;
    opacity: 0;
  }
}

@keyframes painting-float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    rotate: 0deg;
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    rotate: 0.4deg;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    rotate: 0deg;
    opacity: 0;
  }
}
/* =========================
   初回表示のみのフェードイン
   Marketing / Web / Graphic / SNS → 人 → 木 → 旗 → Decoration
========================= */
#monitor02,
#monitor01,
#mouse-and-keyboard,
#graphic01,
#sp-sns01,
#tree-four01,
#tree-two03,
#tree-two01,
#tree-two02,
#decoration01 {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: intro-fade-up var(--animation-fade-in) ease-out forwards;
          animation: intro-fade-up var(--animation-fade-in) ease-out forwards;
}

/* 1. 制作領域 */
#monitor02 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

#monitor01 {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

#mouse-and-keyboard {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

#graphic01 {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

#sp-sns01 {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

/* 2. 木 */
#tree-four01 {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}

#tree-two03 {
  -webkit-animation-delay: 1.88s;
          animation-delay: 1.88s;
}

#tree-two01 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#tree-two02 {
  -webkit-animation-delay: 2.12s;
          animation-delay: 2.12s;
}

/* 3. デコ */
#decoration01 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

/* =========================
   人物アニメーション
   初回表示 + ループ
========================= */
/* man03 */
#man03 {
  transform-box: fill-box;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
  -webkit-animation: intro-fade-up var(--animation-fade-in) 0.72s ease-out forwards, man03-motion calc(var(--motion-unit) * 4) 1.02s ease-in-out infinite;
          animation: intro-fade-up var(--animation-fade-in) 0.72s ease-out forwards, man03-motion calc(var(--motion-unit) * 4) 1.02s ease-in-out infinite;
}

@-webkit-keyframes man03-motion {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(-2px) rotate(0deg);
            transform: translateY(-2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  45% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  48% {
    -webkit-transform: translateY(-1px) rotate(-1.5deg);
            transform: translateY(-1px) rotate(-1.5deg);
  }
  52% {
    -webkit-transform: translateY(-1px) rotate(1.5deg);
            transform: translateY(-1px) rotate(1.5deg);
  }
  55% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(-1.5px) rotate(0deg);
            transform: translateY(-1.5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes man03-motion {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(-2px) rotate(0deg);
            transform: translateY(-2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  45% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  48% {
    -webkit-transform: translateY(-1px) rotate(-1.5deg);
            transform: translateY(-1px) rotate(-1.5deg);
  }
  52% {
    -webkit-transform: translateY(-1px) rotate(1.5deg);
            transform: translateY(-1px) rotate(1.5deg);
  }
  55% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(-1.5px) rotate(0deg);
            transform: translateY(-1.5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
/* woman07 */
#woman07 {
  transform-box: fill-box;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
  -webkit-animation: intro-fade-up var(--animation-fade-in) 0.82s ease-out forwards, woman07-motion calc(var(--motion-unit) * 4) 1.12s ease-in-out infinite;
          animation: intro-fade-up var(--animation-fade-in) 0.82s ease-out forwards, woman07-motion calc(var(--motion-unit) * 4) 1.12s ease-in-out infinite;
}

@-webkit-keyframes woman07-motion {
  0% {
    -webkit-transform: translateY(0) rotate(0deg) scale(1);
            transform: translateY(0) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translateY(-3px) rotate(0deg) scale(1.02);
            transform: translateY(-3px) rotate(0deg) scale(1.02);
  }
  40% {
    -webkit-transform: translateY(-1px) rotate(-2deg) scale(1.03);
            transform: translateY(-1px) rotate(-2deg) scale(1.03);
  }
  45% {
    -webkit-transform: translateY(-2px) rotate(2deg) scale(1.04);
            transform: translateY(-2px) rotate(2deg) scale(1.04);
  }
  50% {
    -webkit-transform: translateY(-1px) rotate(0deg) scale(1.03);
            transform: translateY(-1px) rotate(0deg) scale(1.03);
  }
  80% {
    -webkit-transform: translateY(0) rotate(0deg) scale(1.01);
            transform: translateY(0) rotate(0deg) scale(1.01);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg) scale(1);
            transform: translateY(0) rotate(0deg) scale(1);
  }
}

@keyframes woman07-motion {
  0% {
    -webkit-transform: translateY(0) rotate(0deg) scale(1);
            transform: translateY(0) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translateY(-3px) rotate(0deg) scale(1.02);
            transform: translateY(-3px) rotate(0deg) scale(1.02);
  }
  40% {
    -webkit-transform: translateY(-1px) rotate(-2deg) scale(1.03);
            transform: translateY(-1px) rotate(-2deg) scale(1.03);
  }
  45% {
    -webkit-transform: translateY(-2px) rotate(2deg) scale(1.04);
            transform: translateY(-2px) rotate(2deg) scale(1.04);
  }
  50% {
    -webkit-transform: translateY(-1px) rotate(0deg) scale(1.03);
            transform: translateY(-1px) rotate(0deg) scale(1.03);
  }
  80% {
    -webkit-transform: translateY(0) rotate(0deg) scale(1.01);
            transform: translateY(0) rotate(0deg) scale(1.01);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg) scale(1);
            transform: translateY(0) rotate(0deg) scale(1);
  }
}
/* 背面パネル */
#panel-group {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: panel-group-pop calc(var(--motion-unit) * 4) 1.15s ease-in-out infinite;
          animation: panel-group-pop calc(var(--motion-unit) * 4) 1.15s ease-in-out infinite;
}

@-webkit-keyframes panel-group-pop {
  0%, 44%, 70%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  38% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  48% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  52% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

@keyframes panel-group-pop {
  0%, 44%, 70%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  38% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  48% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  52% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
/* 背面パネルの色変化 */
#panel1038 {
  -webkit-animation: panel1038-pop calc(var(--motion-unit) * 4) 1.15s ease-in-out infinite;
          animation: panel1038-pop calc(var(--motion-unit) * 4) 1.15s ease-in-out infinite;
}

@-webkit-keyframes panel1038-pop {
  0%, 100% {
    fill: #B4C2C6;
  }
  48% {
    fill: #BDD8D5;
  }
  52% {
    fill: #A7CECA;
  }
  60% {
    fill: #B4C2C6;
  }
}

@keyframes panel1038-pop {
  0%, 100% {
    fill: #B4C2C6;
  }
  48% {
    fill: #BDD8D5;
  }
  52% {
    fill: #A7CECA;
  }
  60% {
    fill: #B4C2C6;
  }
}
/* man05 */
#man05 {
  transform-box: fill-box;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
  -webkit-animation: intro-fade-up var(--animation-fade-in) 0.92s ease-out forwards, man05-talk calc(var(--motion-unit) * 4) 1.22s ease-in-out infinite;
          animation: intro-fade-up var(--animation-fade-in) 0.92s ease-out forwards, man05-talk calc(var(--motion-unit) * 4) 1.22s ease-in-out infinite;
}

@-webkit-keyframes man05-talk {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  10% {
    -webkit-transform: translateY(-1px) rotate(0deg);
            transform: translateY(-1px) rotate(0deg);
  }
  15% {
    -webkit-transform: translateY(-2px) rotate(-1deg);
            transform: translateY(-2px) rotate(-1deg);
  }
  22% {
    -webkit-transform: translateY(-3px) rotate(1deg);
            transform: translateY(-3px) rotate(1deg);
  }
  30% {
    -webkit-transform: translateY(-1px) rotate(0deg);
            transform: translateY(-1px) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes man05-talk {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  10% {
    -webkit-transform: translateY(-1px) rotate(0deg);
            transform: translateY(-1px) rotate(0deg);
  }
  15% {
    -webkit-transform: translateY(-2px) rotate(-1deg);
            transform: translateY(-2px) rotate(-1deg);
  }
  22% {
    -webkit-transform: translateY(-3px) rotate(1deg);
            transform: translateY(-3px) rotate(1deg);
  }
  30% {
    -webkit-transform: translateY(-1px) rotate(0deg);
            transform: translateY(-1px) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
/* woman05 */
#woman05 {
  transform-box: fill-box;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  opacity: 0;
  -webkit-animation: intro-fade-up var(--animation-fade-in) 1.02s ease-out forwards, woman05-nod calc(var(--motion-unit) * 4) 1.32s ease-in-out infinite;
          animation: intro-fade-up var(--animation-fade-in) 1.02s ease-out forwards, woman05-nod calc(var(--motion-unit) * 4) 1.32s ease-in-out infinite;
}

@-webkit-keyframes woman05-nod {
  0%, 30% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  35% {
    -webkit-transform: translateY(1px) rotate(0deg);
            transform: translateY(1px) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(2px) rotate(2deg);
            transform: translateY(2px) rotate(2deg);
  }
  45% {
    -webkit-transform: translateY(1px) rotate(-1deg);
            transform: translateY(1px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes woman05-nod {
  0%, 30% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  35% {
    -webkit-transform: translateY(1px) rotate(0deg);
            transform: translateY(1px) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(2px) rotate(2deg);
            transform: translateY(2px) rotate(2deg);
  }
  45% {
    -webkit-transform: translateY(1px) rotate(-1deg);
            transform: translateY(1px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
/* woman06 */
#woman06 {
  transform-box: fill-box;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
  -webkit-animation: intro-fade-up var(--animation-fade-in) 1.12s ease-out forwards, woman06-motion calc(var(--motion-unit) * 4) 1.42s ease-in-out infinite;
          animation: intro-fade-up var(--animation-fade-in) 1.12s ease-out forwards, woman06-motion calc(var(--motion-unit) * 4) 1.42s ease-in-out infinite;
}

@-webkit-keyframes woman06-motion {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(-3px) rotate(0deg);
            transform: translateY(-3px) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  55% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  58% {
    -webkit-transform: translateY(-1px) rotate(-2deg);
            transform: translateY(-1px) rotate(-2deg);
  }
  62% {
    -webkit-transform: translateY(-1px) rotate(2deg);
            transform: translateY(-1px) rotate(2deg);
  }
  66% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(-2px) rotate(0deg);
            transform: translateY(-2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes woman06-motion {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(-3px) rotate(0deg);
            transform: translateY(-3px) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  55% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  58% {
    -webkit-transform: translateY(-1px) rotate(-2deg);
            transform: translateY(-1px) rotate(-2deg);
  }
  62% {
    -webkit-transform: translateY(-1px) rotate(2deg);
            transform: translateY(-1px) rotate(2deg);
  }
  66% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(-2px) rotate(0deg);
            transform: translateY(-2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
/* panel-woman06 */
#panel-woman06 {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: panel-woman06-pop calc(var(--motion-unit) * 4) 1.74s ease-in-out infinite;
          animation: panel-woman06-pop calc(var(--motion-unit) * 4) 1.74s ease-in-out infinite;
}

@-webkit-keyframes panel-woman06-pop {
  0%, 54%, 70%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  58% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  62% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  66% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes panel-woman06-pop {
  0%, 54%, 70%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  58% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  62% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  66% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ボタンに色を付ける */
#card-button1668 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: card-button1668-pop calc(var(--motion-unit) * 4) 1.74s ease-in-out infinite;
          animation: card-button1668-pop calc(var(--motion-unit) * 4) 1.74s ease-in-out infinite;
  fill: #2D313F;
  stroke: transparent;
  stroke-width: 4px;
}

@-webkit-keyframes card-button1668-pop {
  0%, 54%, 70%, 100% {
    fill: #2D313F;
    stroke: transparent;
  }
  58% {
    fill: #308980;
    stroke: #308980;
  }
  62% {
    fill: #308980;
    stroke: #308980;
  }
  66% {
    fill: #308980;
    stroke: #308980;
  }
}

@keyframes card-button1668-pop {
  0%, 54%, 70%, 100% {
    fill: #2D313F;
    stroke: transparent;
  }
  58% {
    fill: #308980;
    stroke: #308980;
  }
  62% {
    fill: #308980;
    stroke: #308980;
  }
  66% {
    fill: #308980;
    stroke: #308980;
  }
}
/* man02 */
#man02 {
  transform-box: fill-box;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  opacity: 0;
  -webkit-animation: intro-fade-up var(--animation-fade-in) 1.22s ease-out forwards, man02-nod calc(var(--motion-unit) * 4) 1.52s ease-in-out infinite;
          animation: intro-fade-up var(--animation-fade-in) 1.22s ease-out forwards, man02-nod calc(var(--motion-unit) * 4) 1.52s ease-in-out infinite;
}

@-webkit-keyframes man02-nod {
  0%, 35% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(1px) rotate(0deg);
            transform: translateY(1px) rotate(0deg);
  }
  45% {
    -webkit-transform: translateY(2px) rotate(2deg);
            transform: translateY(2px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(1px) rotate(-1deg);
            transform: translateY(1px) rotate(-1deg);
  }
  55% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes man02-nod {
  0%, 35% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(1px) rotate(0deg);
            transform: translateY(1px) rotate(0deg);
  }
  45% {
    -webkit-transform: translateY(2px) rotate(2deg);
            transform: translateY(2px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(1px) rotate(-1deg);
            transform: translateY(1px) rotate(-1deg);
  }
  55% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
/* man01 */
#man01 {
  transform-box: fill-box;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
  -webkit-animation: intro-fade-up var(--animation-fade-in) 1.32s ease-out forwards, man01-talk calc(var(--motion-unit) * 4) 1.62s ease-in-out infinite;
          animation: intro-fade-up var(--animation-fade-in) 1.32s ease-out forwards, man01-talk calc(var(--motion-unit) * 4) 1.62s ease-in-out infinite;
}

@-webkit-keyframes man01-talk {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  15% {
    -webkit-transform: translateY(-1px) rotate(0deg);
            transform: translateY(-1px) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(-2px) rotate(-1deg);
            transform: translateY(-2px) rotate(-1deg);
  }
  28% {
    -webkit-transform: translateY(-3px) rotate(1deg);
            transform: translateY(-3px) rotate(1deg);
  }
  35% {
    -webkit-transform: translateY(-1px) rotate(0deg);
            transform: translateY(-1px) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes man01-talk {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  15% {
    -webkit-transform: translateY(-1px) rotate(0deg);
            transform: translateY(-1px) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(-2px) rotate(-1deg);
            transform: translateY(-2px) rotate(-1deg);
  }
  28% {
    -webkit-transform: translateY(-3px) rotate(1deg);
            transform: translateY(-3px) rotate(1deg);
  }
  35% {
    -webkit-transform: translateY(-1px) rotate(0deg);
            transform: translateY(-1px) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
/* woman08 */
#woman08 {
  transform-box: fill-box;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  opacity: 0;
  -webkit-animation: intro-fade-up var(--animation-fade-in) 1.42s ease-out forwards, woman08-call calc(var(--motion-unit) * 4) 1.72s ease-in-out infinite;
          animation: intro-fade-up var(--animation-fade-in) 1.42s ease-out forwards, woman08-call calc(var(--motion-unit) * 4) 1.72s ease-in-out infinite;
}

@-webkit-keyframes woman08-call {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(-1px) rotate(2deg);
            transform: translateY(-1px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(-2deg);
            transform: translateY(0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translateY(-1px) rotate(1.5deg);
            transform: translateY(-1px) rotate(1.5deg);
  }
  80% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes woman08-call {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(-1px) rotate(2deg);
            transform: translateY(-1px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(-2deg);
            transform: translateY(0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translateY(-1px) rotate(1.5deg);
            transform: translateY(-1px) rotate(1.5deg);
  }
  80% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
/* woman01 */
#woman01 {
  transform-box: fill-box;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
  -webkit-animation: intro-fade-up var(--animation-fade-in) 1.52s ease-out forwards, woman01-tap calc(var(--motion-unit) * 4) 1.82s ease-in-out infinite;
          animation: intro-fade-up var(--animation-fade-in) 1.52s ease-out forwards, woman01-tap calc(var(--motion-unit) * 4) 1.82s ease-in-out infinite;
}

@-webkit-keyframes woman01-tap {
  0%, 30% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  35% {
    -webkit-transform: translateY(2px) rotate(-1deg);
            transform: translateY(2px) rotate(-1deg);
  }
  40% {
    -webkit-transform: translateY(-1px) rotate(1.5deg);
            transform: translateY(-1px) rotate(1.5deg);
  }
  45% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(-1px) rotate(0deg);
            transform: translateY(-1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes woman01-tap {
  0%, 30% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  35% {
    -webkit-transform: translateY(2px) rotate(-1deg);
            transform: translateY(2px) rotate(-1deg);
  }
  40% {
    -webkit-transform: translateY(-1px) rotate(1.5deg);
            transform: translateY(-1px) rotate(1.5deg);
  }
  45% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(-1px) rotate(0deg);
            transform: translateY(-1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
/* sp-card */
#sp-card {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: sp-card-pop calc(var(--motion-unit) * 4) 1.15s ease-in-out infinite;
          animation: sp-card-pop calc(var(--motion-unit) * 4) 1.15s ease-in-out infinite;
}

@-webkit-keyframes sp-card-pop {
  0%, 44%, 70%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  48% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  55% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  60% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

@keyframes sp-card-pop {
  0%, 44%, 70%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  48% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  55% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  60% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
#sp-card:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* ec-woman01 */
#ec-woman01,
[data-in-view] #ec-man01 {
  transform-box: fill-box;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
  -webkit-animation: intro-fade-up var(--animation-fade-in) 0.78s ease-out forwards, ec-seller calc(var(--motion-unit) * 4) 1.08s ease-in-out infinite;
          animation: intro-fade-up var(--animation-fade-in) 0.78s ease-out forwards, ec-seller calc(var(--motion-unit) * 4) 1.08s ease-in-out infinite;
}

@-webkit-keyframes ec-seller {
  0% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
  15% {
    -webkit-transform: translateY(-2px) scale(1) rotate(0deg);
            transform: translateY(-2px) scale(1) rotate(0deg);
  }
  30% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(-2px) scale(1.02) rotate(-1deg);
            transform: translateY(-2px) scale(1.02) rotate(-1deg);
  }
  45% {
    -webkit-transform: translateY(-3px) scale(1.04) rotate(1.5deg);
            transform: translateY(-3px) scale(1.04) rotate(1.5deg);
  }
  50% {
    -webkit-transform: translateY(-2px) scale(1.02) rotate(0deg);
            transform: translateY(-2px) scale(1.02) rotate(0deg);
  }
  65% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
}

@keyframes ec-seller {
  0% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
  15% {
    -webkit-transform: translateY(-2px) scale(1) rotate(0deg);
            transform: translateY(-2px) scale(1) rotate(0deg);
  }
  30% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(-2px) scale(1.02) rotate(-1deg);
            transform: translateY(-2px) scale(1.02) rotate(-1deg);
  }
  45% {
    -webkit-transform: translateY(-3px) scale(1.04) rotate(1.5deg);
            transform: translateY(-3px) scale(1.04) rotate(1.5deg);
  }
  50% {
    -webkit-transform: translateY(-2px) scale(1.02) rotate(0deg);
            transform: translateY(-2px) scale(1.02) rotate(0deg);
  }
  65% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
}
/* -------------------------
Marketing, web, graphic sns のグループ初期設定
-------------------------------- */
.marketing-group,
.web-group,
.graphic-group,
.sns-group {
  transform-box: fill-box;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  cursor: pointer;
}

/* グループアクティブ時のアニメーション */
.marketing-group:active,
.marketing-group:focus-visible,
.web-group:active,
.web-group:focus-visible,
.graphic-group:active,
.graphic-group:focus-visible,
.sns-group:active,
.sns-group:focus-visible {
  -webkit-animation: group-active-pop 0.22s cubic-bezier(0.25, 0.8, 0.4, 1.1) forwards;
          animation: group-active-pop 0.22s cubic-bezier(0.25, 0.8, 0.4, 1.1) forwards;
}

/* グループアクティブ時のアニメーションのキーフレーム設定 */
@-webkit-keyframes group-active-pop {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  70% {
    -webkit-transform: translateY(-6px) scale(1.02);
            transform: translateY(-6px) scale(1.02);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes group-active-pop {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  70% {
    -webkit-transform: translateY(-6px) scale(1.02);
            transform: translateY(-6px) scale(1.02);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.marketing-group:hover,
.web-group:hover,
.graphic-group:hover,
.sns-group:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  will-change: transform;
}

/* Marketing / Web / Graphic / SNS / Webdesign — イラスト内文字ポップ（定義は _illust-svg-text-pop.scss） */
@-webkit-keyframes text-pop-intro {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px) scale(1.005);
            transform: translateY(-6px) scale(1.005);
  }
}
@keyframes text-pop-intro {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px) scale(1.005);
            transform: translateY(-6px) scale(1.005);
  }
}
#m-2028, #a-2029, #r-2030, #k-2031, #e-2032, #t-2033, #i-2034, #n-2035, #g-2036, #w-1669, #e-1670, #b-1671, #g-1170, #r-1171, #a-1172, #p-1173, #h-1174, #i-1175, #c-1176, #s-2025, #n-2026, #s-2027, [data-in-view] #webdesign-w, [data-in-view] #webdesign-e, [data-in-view] #webdesign-b, [data-in-view] #webdesign-d, [data-in-view] #webdesign-e_2, [data-in-view] #webdesign-s, [data-in-view] #webdesign-i, [data-in-view] #webdesign-g, [data-in-view] #webdesign-n {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.is-svg-ready #m-2028 {
  -webkit-animation: text-pop-intro 0.3s 0.6s ease-out forwards;
          animation: text-pop-intro 0.3s 0.6s ease-out forwards;
}

.is-svg-ready #a-2029 {
  -webkit-animation: text-pop-intro 0.3s 0.65s ease-out forwards;
          animation: text-pop-intro 0.3s 0.65s ease-out forwards;
}

.is-svg-ready #r-2030 {
  -webkit-animation: text-pop-intro 0.3s 0.7s ease-out forwards;
          animation: text-pop-intro 0.3s 0.7s ease-out forwards;
}

.is-svg-ready #k-2031 {
  -webkit-animation: text-pop-intro 0.3s 0.75s ease-out forwards;
          animation: text-pop-intro 0.3s 0.75s ease-out forwards;
}

.is-svg-ready #e-2032 {
  -webkit-animation: text-pop-intro 0.3s 0.8s ease-out forwards;
          animation: text-pop-intro 0.3s 0.8s ease-out forwards;
}

.is-svg-ready #t-2033 {
  -webkit-animation: text-pop-intro 0.3s 0.85s ease-out forwards;
          animation: text-pop-intro 0.3s 0.85s ease-out forwards;
}

.is-svg-ready #i-2034 {
  -webkit-animation: text-pop-intro 0.3s 0.9s ease-out forwards;
          animation: text-pop-intro 0.3s 0.9s ease-out forwards;
}

.is-svg-ready #n-2035 {
  -webkit-animation: text-pop-intro 0.3s 0.95s ease-out forwards;
          animation: text-pop-intro 0.3s 0.95s ease-out forwards;
}

.is-svg-ready #g-2036 {
  -webkit-animation: text-pop-intro 0.3s 1s ease-out forwards;
          animation: text-pop-intro 0.3s 1s ease-out forwards;
}

.is-svg-ready #w-1669 {
  -webkit-animation: text-pop-intro 0.3s 0.9s ease-out forwards;
          animation: text-pop-intro 0.3s 0.9s ease-out forwards;
}

.is-svg-ready #e-1670 {
  -webkit-animation: text-pop-intro 0.3s 0.95s ease-out forwards;
          animation: text-pop-intro 0.3s 0.95s ease-out forwards;
}

.is-svg-ready #b-1671 {
  -webkit-animation: text-pop-intro 0.3s 1s ease-out forwards;
          animation: text-pop-intro 0.3s 1s ease-out forwards;
}

.is-svg-ready #g-1170 {
  -webkit-animation: text-pop-intro 0.3s 1.1s ease-out forwards;
          animation: text-pop-intro 0.3s 1.1s ease-out forwards;
}

.is-svg-ready #r-1171 {
  -webkit-animation: text-pop-intro 0.3s 1.15s ease-out forwards;
          animation: text-pop-intro 0.3s 1.15s ease-out forwards;
}

.is-svg-ready #a-1172 {
  -webkit-animation: text-pop-intro 0.3s 1.2s ease-out forwards;
          animation: text-pop-intro 0.3s 1.2s ease-out forwards;
}

.is-svg-ready #p-1173 {
  -webkit-animation: text-pop-intro 0.3s 1.25s ease-out forwards;
          animation: text-pop-intro 0.3s 1.25s ease-out forwards;
}

.is-svg-ready #h-1174 {
  -webkit-animation: text-pop-intro 0.3s 1.3s ease-out forwards;
          animation: text-pop-intro 0.3s 1.3s ease-out forwards;
}

.is-svg-ready #i-1175 {
  -webkit-animation: text-pop-intro 0.3s 1.35s ease-out forwards;
          animation: text-pop-intro 0.3s 1.35s ease-out forwards;
}

.is-svg-ready #c-1176 {
  -webkit-animation: text-pop-intro 0.3s 1.4s ease-out forwards;
          animation: text-pop-intro 0.3s 1.4s ease-out forwards;
}

.is-svg-ready #s-2025 {
  -webkit-animation: text-pop-intro 0.3s 1.3s ease-out forwards;
          animation: text-pop-intro 0.3s 1.3s ease-out forwards;
}

.is-svg-ready #n-2026 {
  -webkit-animation: text-pop-intro 0.3s 1.35s ease-out forwards;
          animation: text-pop-intro 0.3s 1.35s ease-out forwards;
}

.is-svg-ready #s-2027 {
  -webkit-animation: text-pop-intro 0.3s 1.4s ease-out forwards;
          animation: text-pop-intro 0.3s 1.4s ease-out forwards;
}

.concept-illust-wrapper.is-in-view #webdesign-w {
  -webkit-animation: text-pop-intro 0.3s 0s ease-out forwards;
          animation: text-pop-intro 0.3s 0s ease-out forwards;
}

.concept-illust-wrapper.is-in-view #webdesign-e {
  -webkit-animation: text-pop-intro 0.3s 0.05s ease-out forwards;
          animation: text-pop-intro 0.3s 0.05s ease-out forwards;
}

.concept-illust-wrapper.is-in-view #webdesign-b {
  -webkit-animation: text-pop-intro 0.3s 0.1s ease-out forwards;
          animation: text-pop-intro 0.3s 0.1s ease-out forwards;
}

.concept-illust-wrapper.is-in-view #webdesign-d {
  -webkit-animation: text-pop-intro 0.3s 0.15s ease-out forwards;
          animation: text-pop-intro 0.3s 0.15s ease-out forwards;
}

.concept-illust-wrapper.is-in-view #webdesign-e_2 {
  -webkit-animation: text-pop-intro 0.3s 0.2s ease-out forwards;
          animation: text-pop-intro 0.3s 0.2s ease-out forwards;
}

.concept-illust-wrapper.is-in-view #webdesign-s {
  -webkit-animation: text-pop-intro 0.3s 0.25s ease-out forwards;
          animation: text-pop-intro 0.3s 0.25s ease-out forwards;
}

.concept-illust-wrapper.is-in-view #webdesign-i {
  -webkit-animation: text-pop-intro 0.3s 0.3s ease-out forwards;
          animation: text-pop-intro 0.3s 0.3s ease-out forwards;
}

.concept-illust-wrapper.is-in-view #webdesign-g {
  -webkit-animation: text-pop-intro 0.3s 0.35s ease-out forwards;
          animation: text-pop-intro 0.3s 0.35s ease-out forwards;
}

.concept-illust-wrapper.is-in-view #webdesign-n {
  -webkit-animation: text-pop-intro 0.3s 0.4s ease-out forwards;
          animation: text-pop-intro 0.3s 0.4s ease-out forwards;
}

.marketing-group:hover #m-2028, .marketing-group:focus-visible #m-2028, .marketing-group:hover #a-2029, .marketing-group:focus-visible #a-2029, .marketing-group:hover #r-2030, .marketing-group:focus-visible #r-2030, .marketing-group:hover #k-2031, .marketing-group:focus-visible #k-2031, .marketing-group:hover #e-2032, .marketing-group:focus-visible #e-2032, .marketing-group:hover #t-2033, .marketing-group:focus-visible #t-2033, .marketing-group:hover #i-2034, .marketing-group:focus-visible #i-2034, .marketing-group:hover #n-2035, .marketing-group:focus-visible #n-2035, .marketing-group:hover #g-2036, .marketing-group:focus-visible #g-2036 {
  -webkit-animation: text-pop 0.25s ease-out forwards;
          animation: text-pop 0.25s ease-out forwards;
}

.web-group:hover #w-1669, .web-group:focus-visible #w-1669, .web-group:hover #e-1670, .web-group:focus-visible #e-1670, .web-group:hover #b-1671, .web-group:focus-visible #b-1671 {
  -webkit-animation: text-pop 0.25s ease-out forwards;
          animation: text-pop 0.25s ease-out forwards;
}

.graphic-group:hover #g-1170, .graphic-group:focus-visible #g-1170, .graphic-group:hover #r-1171, .graphic-group:focus-visible #r-1171, .graphic-group:hover #a-1172, .graphic-group:focus-visible #a-1172, .graphic-group:hover #p-1173, .graphic-group:focus-visible #p-1173, .graphic-group:hover #h-1174, .graphic-group:focus-visible #h-1174, .graphic-group:hover #i-1175, .graphic-group:focus-visible #i-1175, .graphic-group:hover #c-1176, .graphic-group:focus-visible #c-1176 {
  -webkit-animation: text-pop 0.25s ease-out forwards;
          animation: text-pop 0.25s ease-out forwards;
}

.sns-group:hover #s-2025, .sns-group:focus-visible #s-2025, .sns-group:hover #n-2026, .sns-group:focus-visible #n-2026, .sns-group:hover #s-2027, .sns-group:focus-visible #s-2027 {
  -webkit-animation: text-pop 0.25s ease-out forwards;
          animation: text-pop 0.25s ease-out forwards;
}

[data-in-view] #concept-svg-mount:hover #webdesign-w, [data-in-view] #concept-svg-mount:focus-visible #webdesign-w, [data-in-view] #concept-svg-mount:hover #webdesign-e, [data-in-view] #concept-svg-mount:focus-visible #webdesign-e, [data-in-view] #concept-svg-mount:hover #webdesign-b, [data-in-view] #concept-svg-mount:focus-visible #webdesign-b, [data-in-view] #concept-svg-mount:hover #webdesign-d, [data-in-view] #concept-svg-mount:focus-visible #webdesign-d, [data-in-view] #concept-svg-mount:hover #webdesign-e_2, [data-in-view] #concept-svg-mount:focus-visible #webdesign-e_2, [data-in-view] #concept-svg-mount:hover #webdesign-s, [data-in-view] #concept-svg-mount:focus-visible #webdesign-s, [data-in-view] #concept-svg-mount:hover #webdesign-i, [data-in-view] #concept-svg-mount:focus-visible #webdesign-i, [data-in-view] #concept-svg-mount:hover #webdesign-g, [data-in-view] #concept-svg-mount:focus-visible #webdesign-g, [data-in-view] #concept-svg-mount:hover #webdesign-n, [data-in-view] #concept-svg-mount:focus-visible #webdesign-n {
  -webkit-animation: text-pop 0.25s ease-out forwards;
          animation: text-pop 0.25s ease-out forwards;
}

.marketing-group:hover #m-2028,
.marketing-group:focus-visible #m-2028 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.marketing-group:hover #a-2029,
.marketing-group:focus-visible #a-2029 {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.marketing-group:hover #r-2030,
.marketing-group:focus-visible #r-2030 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.marketing-group:hover #k-2031,
.marketing-group:focus-visible #k-2031 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.marketing-group:hover #e-2032,
.marketing-group:focus-visible #e-2032 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.marketing-group:hover #t-2033,
.marketing-group:focus-visible #t-2033 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.marketing-group:hover #i-2034,
.marketing-group:focus-visible #i-2034 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.marketing-group:hover #n-2035,
.marketing-group:focus-visible #n-2035 {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.marketing-group:hover #g-2036,
.marketing-group:focus-visible #g-2036 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.web-group:hover #w-1669,
.web-group:focus-visible #w-1669 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.web-group:hover #e-1670,
.web-group:focus-visible #e-1670 {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.web-group:hover #b-1671,
.web-group:focus-visible #b-1671 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.graphic-group:hover #g-1170,
.graphic-group:focus-visible #g-1170 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.graphic-group:hover #r-1171,
.graphic-group:focus-visible #r-1171 {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.graphic-group:hover #a-1172,
.graphic-group:focus-visible #a-1172 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.graphic-group:hover #p-1173,
.graphic-group:focus-visible #p-1173 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.graphic-group:hover #h-1174,
.graphic-group:focus-visible #h-1174 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.graphic-group:hover #i-1175,
.graphic-group:focus-visible #i-1175 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.graphic-group:hover #c-1176,
.graphic-group:focus-visible #c-1176 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sns-group:hover #s-2025,
.sns-group:focus-visible #s-2025 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.sns-group:hover #n-2026,
.sns-group:focus-visible #n-2026 {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.sns-group:hover #s-2027,
.sns-group:focus-visible #s-2027 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

[data-in-view] #concept-svg-mount:hover #webdesign-w,
[data-in-view] #concept-svg-mount:focus-visible #webdesign-w {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

[data-in-view] #concept-svg-mount:hover #webdesign-e,
[data-in-view] #concept-svg-mount:focus-visible #webdesign-e {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

[data-in-view] #concept-svg-mount:hover #webdesign-b,
[data-in-view] #concept-svg-mount:focus-visible #webdesign-b {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

[data-in-view] #concept-svg-mount:hover #webdesign-d,
[data-in-view] #concept-svg-mount:focus-visible #webdesign-d {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

[data-in-view] #concept-svg-mount:hover #webdesign-e_2,
[data-in-view] #concept-svg-mount:focus-visible #webdesign-e_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

[data-in-view] #concept-svg-mount:hover #webdesign-s,
[data-in-view] #concept-svg-mount:focus-visible #webdesign-s {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

[data-in-view] #concept-svg-mount:hover #webdesign-i,
[data-in-view] #concept-svg-mount:focus-visible #webdesign-i {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

[data-in-view] #concept-svg-mount:hover #webdesign-g,
[data-in-view] #concept-svg-mount:focus-visible #webdesign-g {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

[data-in-view] #concept-svg-mount:hover #webdesign-n,
[data-in-view] #concept-svg-mount:focus-visible #webdesign-n {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .is-svg-ready #m-2028, .is-svg-ready #a-2029, .is-svg-ready #r-2030, .is-svg-ready #k-2031, .is-svg-ready #e-2032, .is-svg-ready #t-2033, .is-svg-ready #i-2034, .is-svg-ready #n-2035, .is-svg-ready #g-2036, .is-svg-ready #w-1669, .is-svg-ready #e-1670, .is-svg-ready #b-1671, .is-svg-ready #g-1170, .is-svg-ready #r-1171, .is-svg-ready #a-1172, .is-svg-ready #p-1173, .is-svg-ready #h-1174, .is-svg-ready #i-1175, .is-svg-ready #c-1176, .is-svg-ready #s-2025, .is-svg-ready #n-2026, .is-svg-ready #s-2027, .concept-illust-wrapper.is-in-view #webdesign-w, .concept-illust-wrapper.is-in-view #webdesign-e, .concept-illust-wrapper.is-in-view #webdesign-b, .concept-illust-wrapper.is-in-view #webdesign-d, .concept-illust-wrapper.is-in-view #webdesign-e_2, .concept-illust-wrapper.is-in-view #webdesign-s, .concept-illust-wrapper.is-in-view #webdesign-i, .concept-illust-wrapper.is-in-view #webdesign-g, .concept-illust-wrapper.is-in-view #webdesign-n {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
/* テキストのホバー及びアクティブ時のアニメーションのキーフレーム設定 */
@-webkit-keyframes text-pop {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px) scale(1.005);
            transform: translateY(-6px) scale(1.005);
  }
}
@keyframes text-pop {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px) scale(1.005);
            transform: translateY(-6px) scale(1.005);
  }
}
/* 靴（object-1835）：足元を基準に少しだけ拡大（位置ずれ防止） */
#object-1835 {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

/** @format */
/*
------------------------------------------
Concept
------------------------------------------
*/
.concept-section {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(66.24px, 59.639px + 0.85842vw, 76.12px);
  position: relative;
  z-index: 2;
  margin-top: -5vw;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .concept-section {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: calc(11.1vw + 48px);
  }
}
@media screen and (max-width: 1160px) {
  .concept-section {
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .concept-section {
    margin-top: calc(clamp(114.08px, 102.711px + 1.47839vw, 131.096px) * -1);
  }
}
.concept-section::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 11.1vw;
  left: 0;
  bottom: calc(11.1vw * -1 + clamp(117.12px, 111.527px + 0.72727vw, 125.491px));
  z-index: 0;
  background: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .concept-section::before {
    bottom: 0;
  }
}

.concept-illust-wrapper {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .concept-illust-wrapper {
    margin-right: 24px;
  }
}

.concept-svg-mount {
  cursor: pointer;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.concept-svg-mount:hover #webdesign, .concept-svg-mount:focus-visible #webdesign {
  -webkit-transform: translate(-4px, -4px) scale(1.01);
          transform: translate(-4px, -4px) scale(1.01);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.concept-text-container {
  container-type: inline-size;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 5.5vw;
}
@media screen and (max-width: 768px) {
  .concept-text-container {
    padding-inline: 10cqw;
    padding-top: 0;
    gap: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .concept-text-container {
    padding-inline: 24px;
  }
}

/*
------------------------------------------
タイトル内のレイアウト
------------------------------------------
*/
.concept-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 1;
  gap: clamp(11.52px, 10.97px + 0.07154vw, 12.343px);
  min-width: 0;
}

.concept-title {
  container-type: inline-size;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 12.3cqw, 78px);
  line-height: 1.5em;
  letter-spacing: 0.01em;
  color: #2D313F;
}
@media screen and (max-width: 768px) {
  .concept-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: clamp(24px, 12.3cqw, 32px);
  }
}

.concept-text-container .heading2-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.concept-text-container .heading2-inner .heading2-mask {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.concept-section[data-in-view].is-in-view .concept-text-container .heading2-inner .heading2-mask {
  opacity: 0;
  -webkit-transform: translateY(0.35em);
          transform: translateY(0.35em);
  -webkit-animation: concept-heading-mask-in 0.55s ease-out forwards;
          animation: concept-heading-mask-in 0.55s ease-out forwards;
}

.concept-section[data-in-view].is-in-view .concept-title .heading2-inner:nth-child(1) .heading2-mask {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}

.concept-section[data-in-view].is-in-view .concept-title .heading2-inner:nth-child(2) .heading2-mask {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}

@-webkit-keyframes concept-heading-mask-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.35em);
            transform: translateY(0.35em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes concept-heading-mask-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.35em);
            transform: translateY(0.35em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .concept-section[data-in-view].is-in-view .concept-text-container .heading2-inner .heading2-mask {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.concept-sales-man {
  position: absolute;
  z-index: 1;
  left: 7.5em;
  top: 2.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(72px, 20cqw, 200px);
  aspect-ratio: 104.52/241.67;
  background: url(../img/pages/front-page/illust/illust-sales_man.svg) no-repeat left center/contain;
  pointer-events: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .concept-sales-man {
    width: clamp(56px, 22vw, 120px);
    width: clamp(28px, 11vw, 60px);
    top: auto;
    bottom: -4cqw;
    left: 50%;
    right: auto;
    -webkit-transform: rotateY(180deg) translateX(6em);
            transform: rotateY(180deg) translateX(6em);
  }
}
@media screen and (max-width: 480px) {
  .concept-sales-man {
    -webkit-transform: rotateY(180deg) translateX(4.9em);
            transform: rotateY(180deg) translateX(4.9em);
  }
}

.concept-text {
  max-width: 90cqw;
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  word-break: auto-phrase;
  font-size: clamp(16px, 3.25cqw, 36px);
  line-height: 1.8em;
  letter-spacing: 0.03em;
  color: #2D313F;
  padding-top: 3em;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .concept-text {
    padding-top: 2em;
  }
}
@media screen and (max-width: 768px) {
  .concept-text {
    max-width: 100cqw;
    padding-top: 1.5em;
    font-size: 16px;
  }
}

/*
------------------------------------------
Strength
------------------------------------------
*/
.section--strength {
  position: relative;
  z-index: 0;
  margin-top: calc(clamp(117.12px, 111.527px + 0.72727vw, 125.491px) * -1);
  margin-bottom: 11.1vw;
  padding-top: calc(11.1vw + 80px);
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section--strength {
    margin-top: -11.1vw;
    padding-bottom: 64px;
  }
}
.section--strength::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 11.1vw;
  left: 0;
  bottom: -11.1vw;
  z-index: 1;
  background: #FFFFFF;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.section--strength::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(22.2vw + 160px);
  height: calc(100% + 11.1vw);
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../../assets/img/common/bg/bg-grey01-noise.webp") repeat;
  mix-blend-mode: multiply;
}

.strength__container {
  max-width: 1920px;
  margin-inline: auto;
  padding: 0 clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .strength__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .strength__container {
    padding: 0 24px;
  }
}

.strength__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .strength__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.strength__title .heading2-inner:nth-child(1) .heading2-mask {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 64px;
}
@media screen and (min-width: 769px) {
  .strength__title .heading2-inner:nth-child(1) .heading2-mask {
    font-size: clamp(55.04px, 44.771px + 1.33532vw, 70.41px);
  }
}
.strength__title .heading2-inner:nth-child(1) .heading2-mask {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #B7A47E;
}
@media screen and (max-width: 768px) {
  .strength__title .heading2-inner:nth-child(1) .heading2-mask {
    font-size: 48px;
  }
}
.strength__title .heading2-inner:nth-child(2) .heading2-mask {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .strength__title .heading2-inner:nth-child(2) .heading2-mask {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
.strength__title .heading2-inner:nth-child(2) .heading2-mask {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #2D313F;
}

.c-card__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 80px 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1160px) {
  .c-card__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .c-card__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.c-card__item {
  container-type: inline-size;
  width: 100%;
}
.c-card__item:nth-child(2) {
  margin-top: 64px;
}
@media screen and (max-width: 1160px) {
  .c-card__item:nth-child(2) {
    margin-top: 0;
  }
}
.c-card__item:nth-child(3) {
  margin-top: 128px;
}
@media screen and (max-width: 1160px) {
  .c-card__item:nth-child(3) {
    margin-top: 0;
  }
}

.c-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.c-card__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-card__title {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .c-card__title {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
.c-card__title {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  color: #2D313F;
  margin-bottom: 8px;
}

.c-card__title-en {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 48px;
}
@media screen and (min-width: 769px) {
  .c-card__title-en {
    font-size: clamp(42.24px, 35.639px + 0.85842vw, 52.12px);
  }
}
.c-card__title-en {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2D313F;
}
@media screen and (max-width: 1160px) {
  .c-card__title-en {
    font-size: min(12cqw, 44px);
  }
}

.c-card__title-en-char {
  display: inline-block;
  white-space: pre;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-card__item.is-in-view .c-card__title-en-char {
  -webkit-animation: strength-title-en-char-pop 0.2s ease-out forwards;
          animation: strength-title-en-char-pop 0.2s ease-out forwards;
  -webkit-animation-delay: calc(var(--strength-char-i, 0) * 0.05s);
          animation-delay: calc(var(--strength-char-i, 0) * 0.05s);
}

@-webkit-keyframes strength-title-en-char-pop {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes strength-title-en-char-pop {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-card__description {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .c-card__description {
    font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  }
}
.c-card__description {
  line-height: 1.8;
  letter-spacing: 0;
  color: #2D313F;
}

.c-card__image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 30px 0 rgba(45, 49, 63, 0.03);
          box-shadow: 0 4px 30px 0 rgba(45, 49, 63, 0.03);
  overflow: hidden;
  width: 100%;
}
.c-card__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.c-card__image .c-card__svg-mount {
  width: 100%;
  aspect-ratio: 4/3;
  display: block;
}
.c-card__image .c-card__svg-mount svg {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

/*
**************************************************
* アニメーション
**************************************************
* タイトル
* カード
**************************************************
*/
.section--strength[data-in-view]:not(.is-in-view) .strength__title .heading2-mask {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
}

.section--strength[data-in-view].is-in-view .strength__title .heading2-inner:nth-child(1) .heading2-mask {
  -webkit-animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}

.section--strength[data-in-view].is-in-view .strength__title .heading2-inner:nth-child(2) .heading2-mask {
  -webkit-animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}

.section--strength[data-in-view].is-in-view .c-card__list > .c-card__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: strength-in-view-cards 0.5s ease-out forwards;
          animation: strength-in-view-cards 0.5s ease-out forwards;
}

.section--strength[data-in-view].is-in-view .c-card__list > .c-card__item:nth-child(1) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.section--strength[data-in-view].is-in-view .c-card__list > .c-card__item:nth-child(2) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}

.section--strength[data-in-view].is-in-view .c-card__list > .c-card__item:nth-child(3) {
  -webkit-animation-delay: 1.29s;
          animation-delay: 1.29s;
}

@-webkit-keyframes strength-in-view-cards {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes strength-in-view-cards {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .section--strength[data-in-view].is-in-view .strength__title .heading2-mask,
  .section--strength[data-in-view].is-in-view .c-card__list > .c-card__item {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .c-card__item .c-card__title-en-char {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .c-card__svg-mount [id=paint-secondary01],
  .c-card__svg-mount [id=paint-secondary01_2] {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    will-change: auto;
  }
  .c-card__item:nth-child(1) .c-card__svg-mount.is-strength-svg-ready[id^=paint-] {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    will-change: auto;
  }
}
/*
**************************************************
* インライン SVG 読み込み後のごく小さな浮遊
**************************************************
* illust 01: brush/pencils, 02: flag, 03: sp
**************************************************
*/
/* illust 01: woman */
.c-card__item:nth-child(1) .c-card__svg-mount.is-strength-svg-ready [id=strength-woman01] {
  will-change: transform;
  -webkit-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
  -webkit-animation: strength-illust-drift 2.2s ease-in-out infinite;
          animation: strength-illust-drift 2.2s ease-in-out infinite;
  transform-box: fill-box;
  -webkit-animation: strength-illust-drift 4.2s ease-in-out 1.5s infinite;
          animation: strength-illust-drift 4.2s ease-in-out 1.5s infinite;
}

/* illust 01: brush */
.c-card__item:nth-child(1) .c-card__svg-mount.is-strength-svg-ready [id=brush01] {
  will-change: transform;
  -webkit-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
  -webkit-animation: strength-illust-drift 2.2s ease-in-out infinite;
          animation: strength-illust-drift 2.2s ease-in-out infinite;
}

.c-card__item:nth-child(1) .c-card__svg-mount.is-strength-svg-ready [id=pencil05] {
  will-change: transform;
  -webkit-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
  -webkit-animation: strength-illust-drift 2.2s ease-in-out 2.5s infinite;
          animation: strength-illust-drift 2.2s ease-in-out 2.5s infinite;
}

.c-card__item:nth-child(1) .c-card__svg-mount.is-strength-svg-ready [id^=paint-] {
  will-change: transform, opacity;
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: strength-paint-drift 3.2s ease-in-out infinite;
          animation: strength-paint-drift 3.2s ease-in-out infinite;
}

/* illust 02: dev01, dev02_2 */
.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=dev01],
.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=dev02],
.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=dev02_2] {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
  will-change: transform;
  -webkit-animation: strength-illust-rotate 10s linear infinite;
          animation: strength-illust-rotate 10s linear infinite;
}

.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=flag01] {
  will-change: transform;
  -webkit-transform-origin: 50% 30%;
          transform-origin: 50% 30%;
  -webkit-animation: strength-paint-drift 4s ease-in-out infinite;
          animation: strength-paint-drift 4s ease-in-out infinite;
}

.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=css],
.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=html],
.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=javascript],
.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=css_2],
.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=php] {
  will-change: transform, opacity;
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
  -webkit-animation: strength-language-drift 3.5s ease-in-out infinite;
          animation: strength-language-drift 3.5s ease-in-out infinite;
}

.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=css] {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=html] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=javascript] {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=css_2] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.c-card__item:nth-child(2) .c-card__svg-mount.is-strength-svg-ready [id=php] {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

/* illust 03: right-hand */
.c-card__item:nth-child(3) .c-card__svg-mount.is-strength-svg-ready [id=right-hand-front] {
  will-change: transform;
  -webkit-transform-origin: 50% 60%;
          transform-origin: 50% 60%;
  transform-box: fill-box;
  -webkit-animation: strength-illust-drift 2s ease-in-out 0.2s infinite;
          animation: strength-illust-drift 2s ease-in-out 0.2s infinite;
}

.c-card__item:nth-child(3) .c-card__svg-mount.is-strength-svg-ready [id^=strength-balloon-talk-sns] {
  will-change: transform;
  -webkit-transform-origin: 50% 60%;
          transform-origin: 50% 60%;
  transform-box: fill-box;
  -webkit-animation: strength-balloon-drift 4s ease-in-out 0.2s infinite;
          animation: strength-balloon-drift 4s ease-in-out 0.2s infinite;
}

@-webkit-keyframes strength-illust-drift {
  0%, 50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(1px, -3px) rotate(1deg);
            transform: translate(1px, -3px) rotate(1deg);
  }
}

@keyframes strength-illust-drift {
  0%, 50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(1px, -3px) rotate(1deg);
            transform: translate(1px, -3px) rotate(1deg);
  }
}
@-webkit-keyframes strength-paint-drift {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: translate(2px, -2px) rotate(2deg);
            transform: translate(2px, -2px) rotate(2deg);
  }
}
@keyframes strength-paint-drift {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: translate(2px, -2px) rotate(2deg);
            transform: translate(2px, -2px) rotate(2deg);
  }
}
@-webkit-keyframes strength-illust-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes strength-illust-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes strength-language-drift {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes strength-language-drift {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes strength-balloon-drift {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }
}
@keyframes strength-balloon-drift {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }
}
/*
------------------------------------------
Works
------------------------------------------
*/
.section--works {
  position: relative;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .section--works {
    padding-block: 64px;
  }
}

.home .section--works::after {
  content: "";
  display: block;
  position: absolute;
  width: 8vw;
  height: 14.3vw;
  background: url(../img/pages/front-page/illust/illust-tree-two06.svg) no-repeat right top/contain;
  right: 0;
  top: -8vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home .section--works::after {
    width: 11vw;
    height: 18.26vw;
    aspect-ratio: 1/1.66;
  }
}

.works__container {
  max-width: 1920px;
  margin-inline: auto;
  padding: 0 clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 96px;
}
@media screen and (max-width: 1920px) {
  .works__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .works__container {
    padding: 0 24px;
    gap: 48px;
  }
}

.works-card__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1160px) {
  .works-card__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .works-card__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .works-card__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.works-card__item {
  list-style: none;
  width: 100%;
  min-width: 0;
}

.works-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.works-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: clamp(35.2px, 29.699px + 0.71535vw, 43.434px);
  font-weight: 500;
  line-height: 0.65;
  letter-spacing: 0.02em;
  color: #B5AC92;
  text-align: center;
  margin: 0;
}

.works-card__category-char {
  display: inline-block;
  white-space: pre;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.works-card__heading-link:hover .works-card__category-char,
.works-card__heading-link:focus-visible .works-card__category-char {
  -webkit-animation: text-pop 0.2s ease-out forwards;
          animation: text-pop 0.2s ease-out forwards;
  -webkit-animation-delay: calc(var(--works-char-i, 0) * 0.05s);
          animation-delay: calc(var(--works-char-i, 0) * 0.05s);
}

@keyframes text-pop {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px) scale(1.005);
            transform: translateY(-4px) scale(1.005);
  }
}
@media (prefers-reduced-motion: reduce) {
  .works-card__heading-link .works-card__category-char {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none;
            transform: none;
  }
}
/*
**************************************************
* モニターの装飾
**************************************************
*/
.monitor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.monitor-top {
  position: relative;
  padding: 4.6%;
  border-radius: 8px;
  background: #B5AC92;
}

.works-card__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: relative;
}
.works-card__image::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: inset 2px 2px 5px 0px rgba(44, 49, 62, 0.3);
          box-shadow: inset 2px 2px 5px 0px rgba(44, 49, 62, 0.3);
  border-radius: 4px;
  pointer-events: none;
}
.works-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 363/219;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.works-card__heading-link:hover .works-card__image img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.monitor-arm {
  width: 30%;
  height: 1.5%;
  height: 1.5cqb;
  background: #B5AC92;
}

.monitor-base {
  width: 50%;
  height: 1.5%;
  height: 1.5cqb;
  background: #B5AC92;
  border-radius: 4px;
}

/**
**************************************************
* カードの文字情報
**************************************************
*/
.works-card__heading {
  margin: 0;
}

.works-card__heading-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: inherit;
  text-decoration: none;
}

.works-card__title01,
.works-card__title02 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .works-card__title01,
  .works-card__title02 {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
.works-card__title01,
.works-card__title02 {
  font-weight: 500;
  line-height: 1.5;
  color: #2D313F;
}

.works-card__dot {
  font-weight: 700;
  color: #B7A47E;
  margin-inline: 0.2em;
}

.works-card__description {
  margin: 0;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .works-card__description {
    font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  }
}
.works-card__description {
  line-height: 1.8;
  color: #2D313F;
}

.works__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

/*
**************************************************
* アニメーション
**************************************************
* カード
**************************************************
*/
.section--works[data-in-view].is-in-view .works-card__list > .works-card__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: works-in-view-cards 0.5s ease-out forwards;
          animation: works-in-view-cards 0.5s ease-out forwards;
}

@-webkit-keyframes works-in-view-cards {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes works-in-view-cards {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section--works[data-in-view].is-in-view .works-card__list > .works-card__item:nth-child(1) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.section--works[data-in-view].is-in-view .works-card__list > .works-card__item:nth-child(2) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}

.section--works[data-in-view].is-in-view .works-card__list > .works-card__item:nth-child(3) {
  -webkit-animation-delay: 1.29s;
          animation-delay: 1.29s;
}

.section--works[data-in-view].is-in-view .works__actions {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: works-in-view-cards 0.5s ease-out 1.46s forwards;
          animation: works-in-view-cards 0.5s ease-out 1.46s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .section--works[data-in-view].is-in-view .works-card__list > .works-card__item,
  .section--works[data-in-view].is-in-view .works__actions {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/** @format */
/*
------------------------------------------
About
------------------------------------------
*/
.section--about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(7.5%, 96px);
  padding: clamp(147.2px, 132.531px + 1.9076vw, 169.156px) 0;
  position: relative;
  z-index: 0;
  background: url(../img/common/bg/bg-beige-noise.webp) repeat;
}
@media screen and (max-width: 768px) {
  .section--about {
    padding: 80px 0;
  }
}
.section--about::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5.7vw;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/common/bg/bg-baige-round-cut.svg) no-repeat center top/contain;
}

.about__container {
  max-width: min(80%, 1016px);
  display: grid;
  grid-template-columns: minmax(0, 480fr) minmax(0, 440fr);
  position: relative;
  gap: min(7.5%, 96px);
  padding-inline: clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
}
@media screen and (max-width: 960px) {
  .about__container {
    padding-inline: clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
  }
}
@media screen and (max-width: 768px) {
  .about__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
    padding-inline: 24px;
    max-width: 100%;
  }
}

.about-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .about-text-container {
    display: contents;
  }
}

.about-illust-wrapper {
  position: relative;
  z-index: 2;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.about-illust-wrapper.about-illust-wrapper--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .about-illust-wrapper.about-illust-wrapper--pc {
    display: none;
  }
}
.about-illust-wrapper--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .about-illust-wrapper--sp {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about-illust-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: min(18.9vw, 273px);
  height: auto;
  aspect-ratio: 273/347;
  right: min(-54%, clamp(74.4px, 67.982px + 0.83458vw, 84.006px) * -1);
  bottom: max(-12.4vw, -80px);
  background: url(../img/pages/front-page/about/illust-conversation_person.svg) no-repeat right bottom/contain;
}
@media screen and (max-width: 960px) {
  .about-illust-wrapper::before {
    right: -30%;
  }
}
@media screen and (max-width: 768px) {
  .about-illust-wrapper::before {
    width: min(32vw, 435px);
    height: auto;
    right: -7%;
    bottom: max(-12.4vw, -40px);
  }
}
@media screen and (max-width: 480px) {
  .about-illust-wrapper::before {
    width: min(32vw, 435px);
    height: auto;
    aspect-ratio: 435/552;
    right: -5%;
    bottom: max(-12.4vw, -40px);
  }
}

.about-illust {
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 30px 0 rgba(183, 164, 126, 0.3);
          box-shadow: 0 4px 30px 0 rgba(183, 164, 126, 0.3);
  overflow: hidden;
}
.about-illust img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*
------------------------------------------
タイトル内のレイアウト
------------------------------------------
*/
.about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    padding-left: 14vw;
  }
}
@media screen and (max-width: 480px) {
  .about__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
.about__title::before {
  content: "";
  display: block;
  position: absolute;
  width: min(9vw, 130.83px);
  height: min(20.2vw, 291.65px);
  aspect-ratio: 130.83/291.65;
  left: max(-9vw, -130.83px);
  bottom: min(-4vw, -58px);
  background: url(../img/pages/front-page/about/illust-talking_woman.svg) no-repeat left bottom/contain;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .about__title::before {
    width: min(14vw, 202.66px);
    height: min(30.6vw, 442.65px);
    left: 0;
    right: 0;
    bottom: min(-2vw, -16px);
  }
}
@media screen and (max-width: 480px) {
  .about__title::before {
    width: min(18vw, 259.84px);
    height: min(38.8vw, 560.4px);
    aspect-ratio: 259.84/560.4;
    left: 2vw;
    bottom: 0;
  }
}
.about__title .heading2-inner:nth-child(1) .heading2-mask {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 64px;
}
@media screen and (min-width: 769px) {
  .about__title .heading2-inner:nth-child(1) .heading2-mask {
    font-size: clamp(55.04px, 44.771px + 1.33532vw, 70.41px);
  }
}
.about__title .heading2-inner:nth-child(1) .heading2-mask {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #B7A47E;
}
@media screen and (max-width: 768px) {
  .about__title .heading2-inner:nth-child(1) .heading2-mask {
    font-size: 48px;
  }
}
.about__title .heading2-inner:nth-child(2) .heading2-mask {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  text-transform: none;
  padding-bottom: 0.2em;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .about__title .heading2-inner:nth-child(2) .heading2-mask {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
.about__title .heading2-inner:nth-child(2) .heading2-mask {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #2D313F;
}

.about-text {
  font-size: clamp(14.72px, 13.253px + 0.19076vw, 16.916px);
  font-weight: 400;
  word-break: auto-phrase;
  line-height: 2em;
  letter-spacing: 0.03em;
  color: #2D313F;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .about__actions {
    margin-inline: auto;
  }
  .about__actions .c-button {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .about__actions {
    width: 100%;
  }
}

/*
**************************************************
* アニメーション
**************************************************
* タイトル 文字情報 図表
**************************************************
*/
.section--about[data-in-view]:not(.is-in-view) .about__title .heading2-mask {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
}

.section--about[data-in-view].is-in-view .about__title .heading2-inner:nth-child(1) .heading2-mask {
  -webkit-animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}

.section--about[data-in-view].is-in-view .about__title .heading2-inner:nth-child(2) .heading2-mask {
  -webkit-animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}

.section--about[data-in-view].is-in-view .about-text-container .about-text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: about-text-in-view 0.5s ease-out 0.55s forwards;
          animation: about-text-in-view 0.5s ease-out 0.55s forwards;
}

@-webkit-keyframes about-text-in-view {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes about-text-in-view {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section--about[data-in-view].is-in-view .about__actions {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: about-in-view-buttons 0.5s ease-out 1.1s forwards;
          animation: about-in-view-buttons 0.5s ease-out 1.1s forwards;
}
@media screen and (max-width: 768px) {
  .section--about[data-in-view].is-in-view .about__actions {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@-webkit-keyframes about-in-view-buttons {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes about-in-view-buttons {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section--about[data-in-view].is-in-view .about-illust-wrapper .about-illust,
.section--about[data-in-view].is-in-view .about-illust-wrapper::before {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: about-illust-in-view 0.5s ease-out 1.1s forwards;
          animation: about-illust-in-view 0.5s ease-out 1.1s forwards;
}

@-webkit-keyframes about-illust-in-view {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes about-illust-in-view {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .section--about[data-in-view].is-in-view .about__title .heading2-mask,
  .section--about[data-in-view].is-in-view .about-illust-wrapper .about-illust,
  .section--about[data-in-view].is-in-view .about-text-container .about-text,
  .section--about[data-in-view].is-in-view .about__actions {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}